/* Admin Header Modern Tasarım */
.admin-header {
    background: transparent !important;
}
.app-header { box-shadow: none !important; }
.admin-header .admin-header-card {
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 8px;
    padding: 8px 14px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
@media (max-width: 991.98px) {
    .admin-header .admin-header-card { border-radius: 6px; padding: 6px 10px; }
}
/* Sticky olduğunda kartın kendisi sabit kalır, renk değişmez */
[data-kt-sticky-name="app-header-minimize"].app-header.is-sticky .admin-header-card {
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}
/* Checkbox/radio genişlik düzeltme */
.form-check .form-check-input { width: 22px; height: 22px; }
.form-check .form-check-label { cursor: pointer; }

/* Modal içi Select2 z-index düzeltmesi */
.modal .select2-container { z-index: 1061; }
.modal .select2-container--open { z-index: 1065; }

/* CKEditor dropdown ve panel z-index düzeltmeleri */
.modal .ck.ck-reset_all, .modal .ck.ck-editor__editable, .modal .ck.ck-balloon-panel { z-index: 1065; }

.design-1 .card {
    transition: transform 0.3s, box-shadow 0.3s;
    border: none;
    border-radius: 12px;
    overflow: hidden;
}
.design-1 .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.design-1 .card-img-top {
    height: 200px;
    object-fit: cover;
}

/* Tasarım 2: Yatay Medya Kartları */
.design-2 .media-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s;
    border: none;
    margin-bottom: 1.5rem;
}
.design-2 .media-card:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
.design-2 .media-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 180px;
}

/* Tasarım 3: Modern Grid Overlay */
.design-3 .grid-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 300px;
}
.design-3 .grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}
.design-3 .grid-item:hover img {
    transform: scale(1.1);
}
.design-3 .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    padding: 21rem 1.5rem 1.5rem;
    color: white;
}

/* Tasarım 4: Timeline Stili */
.design-4 .timeline-item {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
}
.design-4 .timeline-item::before {
    content: "";
    position: absolute;
    left: 84px;
    top: 60px;
    bottom: -30px;
    width: 2px;
    background: #dee2e6;
}
.design-4 .timeline-item:last-child::before {
    display: none;
}
.design-4 .timeline-date {
    min-width: 140px;
    text-align: right;
    padding-top: 1rem;
}
.design-4 .timeline-content {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    flex: 1;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.design-4 .timeline-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 1rem;
}

/* Tasarım 5: Masonry Stili */
.design-5 .masonry-item {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    transition: all 0.3s;
    cursor: pointer;
}
.design-5 .masonry-item:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    transform: translateY(-3px);
}
.design-5 .masonry-img {
    width: 100%;
    height: auto;
    display: block;
}
.design-5 .masonry-content {
    padding: 1.25rem;
}

/* Tasarım 6: Magazine Layout */
.design-6 .magazine-hero {
    position: relative;
    height: 500px;
    border-radius: 15px;
    overflow: hidden;
}
.design-6 .magazine-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.design-6 .magazine-hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
    padding: 3rem 2rem 2rem;
    color: white;
}
.design-6 .magazine-side-item {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    background: white;
    border-radius: 10px;
    margin-bottom: 1rem;
    transition: all 0.3s;
}
.design-6 .magazine-side-item:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.design-6 .magazine-side-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
}

/* Tasarım 7: Minimal List */
.design-7 .minimal-item {
    background: white;
    padding: 2rem;
    border-left: 4px solid transparent;
    transition: all 0.3s;
    border-radius: 0 10px 10px 0;

    border-left-color: #0d6efd;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    transform: translateX(5px);
}
.design-7 .minimal-item:hover {
    border-left-color: #ff1100;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    transform: translateX(5px);
}
.design-7 .minimal-number {
    font-size: 3rem;
    font-weight: 700;
    color: #e9ecef;
    line-height: 1;
}
.design-7 .minimal-number-2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #bcbcbc;
    line-height: 1;
    margin-top: 2rem;
}
.design-7 .minimal-number-3 {
    font-size: 1rem;
    font-weight: 700;
    color: #bcbcbc;
    line-height: 1;
    margin-top: 2rem;
}

/* Tasarım 8: Card with Sidebar Info */
.design-8 .info-card {
    display: flex;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    transition: all 0.3s;
}
.design-8 .info-card:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
.design-8 .info-sidebar {
    width: 120px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem;
    text-align: center;
}
.design-8 .info-main {
    flex: 1;
    padding: 1.5rem;
}

/* Tasarım 9: Glassmorphism Cards */
.design-9 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 3rem 0;
    border-radius: 15px;
}
.design-9 .glass-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 1.5rem;
    color: white;
    transition: all 0.3s;
}
.design-9 .glass-card:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}
.design-9 .glass-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 1rem;
}

/* Tasarım 10: Newspaper Style */
.design-10 {
    background: white;
    padding: 2rem;
    border-radius: 12px;
}
.design-10 .newspaper-main {
    border-right: 2px solid #dee2e6;
    padding-right: 2rem;
}
.design-10 .newspaper-main img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-bottom: 1.5rem;
}
.design-10 .newspaper-side-item {
    padding: 1rem 0;
    border-bottom: 1px solid #dee2e6;
}
.design-10 .newspaper-side-item:last-child {
    border-bottom: none;
}
.design-10 .newspaper-category {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #0d6efd;
    letter-spacing: 1px;
}

