﻿
.bg-blog-slate {
    background-color: #F8FAFC;
}

.border-top-subtle {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.text-dark-main {
    color: #0F172A;
}

.text-brand-gradient {
    background: linear-gradient(135deg, #E3000F 0%, #A8000B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subtitle-dot {
    width: 8px;
    height: 8px;
    background-color: #E3000F;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(227, 0, 15, 0.5);
}

.tp-section-subtitle-badge {
    color: #E3000F;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* --- TÜMÜNÜ GÖSTER BUTONU --- */
.tp-btn-secondary {
    display: inline-flex;
    align-items: center;
    padding: 12px 26px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 30px;
    color: #0F172A;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

    .tp-btn-secondary:hover {
        background: #0F172A;
        color: #ffffff;
        border-color: #0F172A;
        transform: translateY(-2px);
    }

/* --- MODERN BLOG KARTI --- */
.modern-blog-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .modern-blog-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
        border-color: rgba(227, 0, 15, 0.2);
    }

/* Görsel & Rozet Alanı */
.blog-thumb-wrapper {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}

    .blog-thumb-wrapper .thumb-link {
        display: block;
        width: 100%;
        height: 100%;
    }

    .blog-thumb-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

.modern-blog-card:hover .blog-thumb-wrapper img {
    transform: scale(1.08);
}

/* Kategori Rozeti (Sol Üst) */
.blog-category-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

/* Tarih Rozeti (Sağ Üst) */
.blog-date-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #ffffff;
    border-radius: 12px;
    padding: 6px 12px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    line-height: 1;
}

    .blog-date-badge .day {
        font-size: 16px;
        font-weight: 800;
        color: #E3000F;
    }

    .blog-date-badge .month {
        font-size: 10px;
        font-weight: 600;
        color: #64748B;
        text-transform: uppercase;
        margin-top: 2px;
    }

/* Kart İçerik Alanı */
.blog-content-wrapper {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-meta-top {
    font-size: 13px;
    color: #64748B;
}

    .blog-meta-top i {
        color: #E3000F;
    }

.blog-card-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px;
}

    .blog-card-title a {
        color: #0F172A;
        text-decoration: none;
        transition: color 0.2s ease;
    }

        .blog-card-title a:hover {
            color: #E3000F;
        }

.blog-excerpt {
    font-size: 14px;
    color: #64748B;
    line-height: 1.6;
    margin-bottom: 20px;
    /* Paragrafı 2 satır ile sınırlar */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-footer {
    margin-top: auto;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #E3000F;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: gap 0.3s ease;
}

    .read-more-btn i {
        font-size: 12px;
        transition: transform 0.3s ease;
    }

.modern-blog-card:hover .read-more-btn {
    gap: 12px;
}

    .modern-blog-card:hover .read-more-btn i {
        transform: translateX(3px);
    }

/* =========================================================
       HERO
    ========================================================= */
:root {
    --soc-red: #e30613;
    --soc-red-dark: #bd000b;
    --soc-dark: #111827;
    --soc-text: #374151;
    --soc-muted: #6b7280;
    --soc-border: #e5e7eb;
    --soc-light: #f7f8fa;
    --soc-white: #ffffff;
}



.soc-product-hero {
    position: relative;
    overflow: hidden;
    padding: 95px 0 90px;
    background: linear-gradient(110deg, rgba(8, 12, 18, .96), rgba(17, 24, 39, .88)), url('/assets/img/breadcumb.png') center/cover no-repeat;
    color: #fff;
}


    .soc-product-hero::after {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        border-radius: 50%;
        background: rgba(227, 6, 19, .10);
        right: -130px;
        top: -180px;
        filter: blur(5px);
    }


.soc-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}


.soc-breadcrumb {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 30px;
    padding: 11px 18px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(12px);
    border-radius: 50px;
    font-size: 13px;
}


    .soc-breadcrumb a {
        color: rgba(255,255,255,.70);
        text-decoration: none;
        transition: .25s ease;
    }


        .soc-breadcrumb a:hover {
            color: #fff;
        }


        .soc-breadcrumb a i {
            margin-right: 5px;
            color: var(--soc-red);
        }


    .soc-breadcrumb > span {
        color: rgba(255,255,255,.30);
        font-size: 10px;
    }


    .soc-breadcrumb strong {
        color: #fff;
        font-weight: 600;
    }


.soc-hero-label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
}


.soc-label-line {
    width: 28px;
    height: 1px;
    background: var(--soc-red);
}


.soc-hero-content h1 {
    max-width: 900px;
    margin: 0 auto 15px;
    color: #fff;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -.8px;
}


.soc-hero-content p {
    max-width: 650px;
    margin: auto;
    color: rgba(255,255,255,.68);
    font-size: 16px;
}

/* --- GENEL ALAN STİLLERİ --- */
.bg-blog-slate {
    background-color: #F8FAFC;
}

.border-top-subtle {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.text-dark-main {
    color: #0F172A;
}

.text-brand-gradient {
    background: linear-gradient(135deg, #E3000F 0%, #A8000B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subtitle-dot {
    width: 8px;
    height: 8px;
    background-color: #E3000F;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(227, 0, 15, 0.5);
}

.tp-section-subtitle-badge {
    color: #E3000F;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* --- TÜMÜNÜ GÖSTER BUTONU --- */
.tp-btn-secondary {
    display: inline-flex;
    align-items: center;
    padding: 12px 26px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 30px;
    color: #0F172A;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

    .tp-btn-secondary:hover {
        background: #0F172A;
        color: #ffffff;
        border-color: #0F172A;
        transform: translateY(-2px);
    }

/* --- MODERN BLOG KARTI --- */
.modern-blog-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .modern-blog-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
        border-color: rgba(227, 0, 15, 0.2);
    }

/* Görsel & Rozet Alanı */
.blog-thumb-wrapper {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}

    .blog-thumb-wrapper .thumb-link {
        display: block;
        width: 100%;
        height: 100%;
    }

    .blog-thumb-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

.modern-blog-card:hover .blog-thumb-wrapper img {
    transform: scale(1.08);
}

/* Kategori Rozeti (Sol Üst) */
.blog-category-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

/* Tarih Rozeti (Sağ Üst) */
.blog-date-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #ffffff;
    border-radius: 12px;
    padding: 6px 12px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    line-height: 1;
}

    .blog-date-badge .day {
        font-size: 16px;
        font-weight: 800;
        color: #E3000F;
    }

    .blog-date-badge .month {
        font-size: 10px;
        font-weight: 600;
        color: #64748B;
        text-transform: uppercase;
        margin-top: 2px;
    }

/* Kart İçerik Alanı */
.blog-content-wrapper {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-meta-top {
    font-size: 13px;
    color: #64748B;
}

    .blog-meta-top i {
        color: #E3000F;
    }

.blog-card-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 12px;
}

    .blog-card-title a {
        color: #0F172A;
        text-decoration: none;
        transition: color 0.2s ease;
    }

        .blog-card-title a:hover {
            color: #E3000F;
        }

.blog-excerpt {
    font-size: 14px;
    color: #64748B;
    line-height: 1.6;
    margin-bottom: 20px;
    /* Paragrafı 2 satır ile sınırlar */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-footer {
    margin-top: auto;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #E3000F;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: gap 0.3s ease;
}

    .read-more-btn i {
        font-size: 12px;
        transition: transform 0.3s ease;
    }

.modern-blog-card:hover .read-more-btn {
    gap: 12px;
}

    .modern-blog-card:hover .read-more-btn i {
        transform: translateX(3px);
    }


/* --- ANLAŞMALI FİLO ALANI STİLLERİ --- */
.tp-fleet-area {
    position: relative;
}

/* 5'li Kare Filo Grid Yapısı */
.fleet-logo-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

/* Kare Filo Kartları */
.fleet-card {
    background: #F8FAFC;
    border: 1px solid var(--border-subtle);
    border-radius: 16px;
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.02);
}

    .fleet-card .card-inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

/* Logo Efektleri */
.fleet-logo {
    max-width: 85%;
    max-height: 85%;
    object-fit: contain;
    opacity: 0.75;
    transition: all 0.3s ease;
}

/* Hover Hareketleri */
.fleet-card:hover {
    background: #ffffff;
    transform: translateY(-6px);
    border-color: rgba(227, 0, 15, 0.35);
    box-shadow: 0 12px 24px rgba(227, 0, 15, 0.12);
}

    .fleet-card:hover .fleet-logo {
        filter: grayscale(0%);
        opacity: 1;
        transform: scale(1.06);
    }

/* Filo Bilgilendirme Rozeti */
.fleet-info-badge {
    background: #F8FAFC;
    border: 1px solid var(--border-subtle);
    padding: 12px 26px;
    border-radius: 30px;
    font-size: 13px;
    color: var(--dark-slate);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
}

/* MOBİL VE TABLET RESPONSIVE DÜZENİ */
@media (max-width: 1200px) {
    .fleet-logo-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }
}

@media (max-width: 992px) {
    .fleet-logo-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .fleet-logo-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .fleet-card .card-inner {
        padding: 12px;
    }
}

/* --- TEMA BÜTÜNLÜĞÜ RENK VE YARDIMCI SINIFLAR --- */
:root {
    --brand-red: #E3000F;
    --brand-red-dark: #A8000B;
    --dark-slate: #0F172A;
    --text-body: #64748B;
    --bg-light: #F8FAFC;
    --border-subtle: rgba(15, 23, 42, 0.08);
}

.bg-light-modern {
    background-color: var(--bg-light);
}

.border-top-subtle {
    border-top: 1px solid var(--border-subtle);
}

.text-dark-main {
    color: var(--dark-slate);
}

.text-brand-gradient {
    background: linear-gradient(135deg, var(--brand-red) 0%, var(--brand-red-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subtitle-dot {
    width: 8px;
    height: 8px;
    background-color: var(--brand-red);
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(227, 0, 15, 0.5);
}

.tp-section-subtitle {
    color: var(--brand-red);
    letter-spacing: 1.2px;
    font-size: 13px;
}

.tp-section-desc {
    color: var(--text-body);
    font-size: 15px;
    line-height: 1.6;
}

/* --- 5'Lİ KARE GRID DÜZENİ --- */
.insurance-logo-grid {
    display: grid;
    /* Masaüstü cihazlarda tam 5 eşit kolon oluşturur */
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

/* KARE KART VE GÖRSEL STİLLERİ */
.insurance-card {
    background: #ffffff;
    border: 1px solid var(--border-subtle);
    border-radius: 16px;
    /* Tam kare oranını garanti eder (1:1 Aspect Ratio) */
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
}

    .insurance-card .card-inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

/* Logolar varsayılan olarak hafif gri ve net, üzerine gelince kırmızı detaylı ve orijinal rengine geçer */
.insurance-logo {
    max-width: 85%;
    max-height: 85%;
    object-fit: contain;
    opacity: 0.75;
    transition: all 0.3s ease;
}

/* HOVER (ÜZERİNE GELİNCEKİ) EFEKTLER */
.insurance-card:hover {
    transform: translateY(-6px);
    border-color: rgba(227, 0, 15, 0.3);
    box-shadow: 0 12px 24px rgba(227, 0, 15, 0.12);
}

    .insurance-card:hover .insurance-logo {
        filter: grayscale(0%);
        opacity: 1;
        transform: scale(1.06);
    }

/* --- BİLGİLENDİRME BÖLÜMÜ --- */
.insurance-info-badge {
    background: #ffffff;
    border: 1px solid var(--border-subtle);
    padding: 12px 24px;
    border-radius: 30px;
    font-size: 13px;
    color: var(--dark-slate);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
}

.text-brand {
    color: var(--brand-red);
}

/* --- RESPONSIVE / MOBİL UYUMLULUK --- */
@media (max-width: 1200px) {
    .insurance-logo-grid {
        grid-template-columns: repeat(4, 1fr);
        /* Tablet / Laptop ekranlarda 4 kolon */
        gap: 16px;
    }
}

@media (max-width: 992px) {
    .insurance-logo-grid {
        grid-template-columns: repeat(3, 1fr);
        /* Küçük tabletlerde 3 kolon */
    }
}

@media (max-width: 576px) {
    .insurance-logo-grid {
        grid-template-columns: repeat(2, 1fr);
        /* Mobil cihazlarda 2 kolon */
        gap: 12px;
    }

    .insurance-card .card-inner {
        padding: 12px;
    }
}

/* --- YÜKSEKLİĞİ KISILMIŞ VE DÜZ SLIDER --- */
.tp-slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.tp-slider-item {
    width: 100%;
    height: 550px;
    /* Masaüstü yüksekliği kısıldı */
    position: relative;
    overflow: hidden;
}

/* Görsel Filtresiz ve Yüksekliği Kısılan Kutudaki Duruşu */
.tp-slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Resmi basmadan, alanı dolduracak şekilde oturtur */
    object-position: center;
    display: block;
    filter: none !important;
    /* Hiçbir renk/karartma filtresi yok */
}

/* NAVİGASYON OKLARI */
.tp-slider-arrow-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: none;
}

.tp-slider-arrow-box {
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
}

.slider-prev,
.slider-next {
    pointer-events: auto;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .slider-prev:hover,
    .slider-next:hover {
        background: #E3000F;
        border-color: #E3000F;
    }

/* MOBİL VE TABLET UYUMU */
@media (max-width: 991px) {
    .tp-slider-item {
        height: 320px;
        /* Tablet yüksekliği */
    }
}

@media (max-width: 575px) {
    .tp-slider-item {
        height: auto;
        /* Mobilde görselin doğal oranına geçer */
    }

    .tp-slider-img {
        height: auto;
        object-fit: contain;
        /* Mobilde yatay tam oturur, resim kesilmez */
    }
}


/* --- İLETİŞİM ALANI GENEL ARKA PLAN VE YAPI --- */
.bg-contact-gradient {
    background: linear-gradient(180deg, #F8FAFC 0%, #F1F5F9 100%);
    position: relative;
}

/* --- SOL TARAFTAR BİLGİ KARTININ STİLLERİ --- */
.tp-contact-info-card {
    background: #0F172A;
    /* Kurumsal lacivert/koyu füme */
    border-radius: 24px;
    padding: 45px 35px;
    color: #ffffff;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
    position: relative;
    overflow: hidden;
}

    /* Kart içi süsleme ışığı */
    .tp-contact-info-card::before {
        content: '';
        position: absolute;
        top: -100px;
        right: -100px;
        width: 250px;
        height: 250px;
        background: radial-gradient(circle, rgba(227, 0, 15, 0.25) 0%, rgba(227, 0, 15, 0) 70%);
        pointer-events: none;
    }

.tp-section-subtitle-badge {
    background: rgba(227, 0, 15, 0.15);
    color: #FF4D4D;
    border: 1px solid rgba(227, 0, 15, 0.3);
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
}

.tp-contact-title {
    color: #ffffff !important;
    font-size: 28px;
}

.tp-contact-desc {
    color: #94A3B8;
    font-size: 14px;
    line-height: 1.6;
}

/* İletişim Detayları (İkon + Metin) */
.tp-contact-details-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 30px;
}

.tp-contact-detail-item {
    display: flex;
    align-items: center;
    gap: 18px;
}

    .tp-contact-detail-item .icon-box {
        width: 50px;
        height: 50px;
        min-width: 50px;
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #E3000F;
        font-size: 20px;
        transition: all 0.3s ease;
    }

    .tp-contact-detail-item:hover .icon-box {
        background: #E3000F;
        color: #ffffff;
        border-color: #E3000F;
        transform: translateY(-3px);
    }

    .tp-contact-detail-item .content span {
        display: block;
        font-size: 12px;
        color: #94A3B8;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 2px;
    }

    .tp-contact-detail-item .content .detail-link {
        color: #ffffff;
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
        transition: color 0.2s ease;
    }

        .tp-contact-detail-item .content .detail-link:hover {
            color: #FF4D4D;
        }

.border-top-light {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.social-btn {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .social-btn:hover {
        background: #E3000F;
        color: #ffffff;
        transform: translateY(-3px);
    }

    .social-btn.whatsapp:hover {
        background: #25D366;
    }

/* --- SAĞ TARAF FORM KARTININ STİLLERİ --- */
.tp-contact-form-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 45px 40px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);
}

.form-title {
    color: #0F172A;
    font-size: 26px;
    margin-bottom: 6px;
}

.form-subtitle {
    color: #64748B;
    font-size: 14px;
    margin: 0;
}

.form-input-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 8px;
}

.input-inner {
    position: relative;
    display: flex;
    align-items: center;
}

    .input-inner .input-icon {
        position: absolute;
        left: 16px;
        color: #94A3B8;
        font-size: 16px;
        transition: color 0.3s ease;
        pointer-events: none;
    }

    .input-inner input,
    .input-inner textarea {
        width: 100%;
        background: #F8FAFC;
        border: 1px solid #E2E8F0;
        border-radius: 12px;
        padding: 14px 16px 14px 46px;
        font-size: 14px;
        color: #0F172A;
        outline: none;
        transition: all 0.3s ease;
    }

    .input-inner textarea {
        resize: vertical;
        min-height: 120px;
    }

    .input-inner.textarea-inner .input-icon {
        top: 18px;
    }

    /* Input Focus Efektleri */
    .input-inner input:focus,
    .input-inner textarea:focus {
        background: #ffffff;
        border-color: #E3000F;
        box-shadow: 0 0 0 4px rgba(227, 0, 15, 0.1);
    }

        .input-inner input:focus + .input-icon,
        .input-inner textarea:focus + .input-icon,
        .input-inner:focus-within .input-icon {
            color: #E3000F;
        }

/* BUTON STİLİ */
.tp-btn-submit {
    width: 100%;
    background: linear-gradient(135deg, #E3000F 0%, #A8000B 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 16px 28px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(227, 0, 15, 0.25);
}

    .tp-btn-submit:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 28px rgba(227, 0, 15, 0.35);
        color: #ffffff;
    }

/* RESPONSIVE DÜZENLEMELER */
@media (max-width: 991px) {

    .tp-contact-info-card,
    .tp-contact-form-card {
        padding: 30px 20px;
    }
}



/* =========================================================
       TEMEL RENK VE PALET TANIMLARI
       ========================================================= */
:root {
    --brand-red: #E3000F;
    --brand-red-dark: #A8000B;
    --dark-slate: #0F172A;
    --text-body: #475569;
    --bg-light: #F8FAFC;
    --border-subtle: rgba(15, 23, 42, 0.08);
}


/* =========================================================
       GENEL
       ========================================================= */

.bg-light-modern {
    background-color: var(--bg-light);
}

.text-dark-main {
    color: var(--dark-slate);
}


/* =========================================================
       GRADYAN BAŞLIK
       ========================================================= */

.text-brand-gradient {
    background: linear-gradient(135deg, var(--brand-red) 0%, var(--brand-red-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* =========================================================
       ALT BAŞLIK
       ========================================================= */

.subtitle-dot {
    width: 8px;
    height: 8px;
    background-color: var(--brand-red);
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(227, 0, 15, 0.5);
    flex-shrink: 0;
}

.tp-section-subtitle {
    color: var(--brand-red);
    letter-spacing: 1.2px;
    font-size: 13px;
}


/* =========================================================
       SOL GÖRSEL ALANI
       ========================================================= */

.about-image-wrapper {
    position: relative;
}


.main-image-box {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
}


    .main-image-box img {
        width: 100%;
        height: 540px;
        object-fit: cover;
        display: block;
        transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    }


.about-image-wrapper:hover .main-image-box img {
    transform: scale(1.04);
}


/* =========================================================
       DENEYİM ROZETİ
       ========================================================= */

.experience-badge {
    position: absolute;
    bottom: -20px;
    right: -10px;
    background: #ffffff;
    padding: 20px 24px;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
    z-index: 3;
    border: 1px solid var(--border-subtle);
    box-sizing: border-box;
}


    .experience-badge .badge-icon {
        width: 52px;
        height: 52px;
        min-width: 52px;
        background: linear-gradient(135deg, var(--brand-red) 0%, var(--brand-red-dark) 100%);
        color: #ffffff;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        box-shadow: 0 8px 18px rgba(227, 0, 15, 0.3);
        flex-shrink: 0;
    }


    .experience-badge .count {
        font-size: 28px;
        font-weight: 800;
        color: var(--dark-slate);
        line-height: 1;
    }


    .experience-badge p {
        font-size: 13px;
        color: #64748B;
        font-weight: 600;
    }


/* =========================================================
       ÜST YÜZEN GÜVEN ROZETLERİ
       ========================================================= */

.trust-badge,
.tech-badge {
    position: absolute;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(12px);
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    z-index: 3;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 6px;
}


.trust-badge {
    top: 25px;
    left: 25px;
}


.tech-badge {
    top: 25px;
    right: 25px;
    background: rgba(227, 0, 15, 0.85);
}


    .trust-badge i,
    .tech-badge i {
        flex-shrink: 0;
    }


.text-brand {
    color: var(--brand-red);
}


/* =========================================================
       SAĞ İÇERİK
       ========================================================= */

.about-content-box {
    min-width: 0;
}


.lead-text {
    color: var(--dark-slate);
    font-size: 17px;
    line-height: 1.6;
}


.sub-text {
    color: var(--text-body);
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
       ÖZELLİK LİSTESİ
       ========================================================= */

.feature-item {
    font-size: 14px;
    font-weight: 700;
    color: var(--dark-slate);
    min-width: 0;
}


    .feature-item span {
        min-width: 0;
    }


.feature-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    background: rgba(227, 0, 15, 0.1);
    color: var(--brand-red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
}


/* =========================================================
       BUTON
       ========================================================= */

.btn-brand-hero {
    display: inline-flex;
    align-items: center;
    background: var(--dark-slate);
    color: #ffffff;
    padding: 16px 36px;
    border-radius: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.15);
    box-sizing: border-box;
}


    .btn-brand-hero:hover {
        background: var(--brand-red);
        color: #ffffff;
        transform: translateY(-3px);
        box-shadow: 0 12px 25px rgba(227, 0, 15, 0.35);
    }


/* =========================================================
       TELEFON / İLETİŞİM
       ========================================================= */

.call-contact-card {
    min-width: 0;
}


    .call-contact-card .icon-box {
        width: 52px;
        height: 52px;
        min-width: 52px;
        background: rgba(227, 0, 15, 0.08);
        color: var(--brand-red);
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        transition: all 0.3s ease;
        flex-shrink: 0;
    }


    .call-contact-card:hover .icon-box {
        background: var(--brand-red);
        color: #ffffff;
    }


    .call-contact-card .title {
        font-size: 12px;
        color: #64748B;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }


    .call-contact-card .phone-number {
        font-size: 18px;
        font-weight: 800;
        color: var(--dark-slate);
        text-decoration: none;
        transition: color 0.2s ease;
        white-space: nowrap;
    }


        .call-contact-card .phone-number:hover {
            color: var(--brand-red);
        }


/* =========================================================
       TABLET
       991px VE ALTI
       ========================================================= */

@media (max-width: 991px) {

    .about-image-wrapper {
        margin-right: 0 !important;
        margin-bottom: 40px;
        width: 100%;
    }


    .main-image-box {
        width: 100%;
    }


        .main-image-box img {
            height: 420px;
            width: 100%;
        }


    .experience-badge {
        bottom: -15px;
        right: 15px;
        padding: 14px 18px;
    }


        .experience-badge .badge-icon {
            width: 44px;
            height: 44px;
            min-width: 44px;
            font-size: 18px;
        }


        .experience-badge .count {
            font-size: 22px;
        }
}


/* =========================================================
       MOBİL
       576px VE ALTI
       ========================================================= */

@media (max-width: 576px) {

    .tp-about-area {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
        overflow: hidden;
    }
    /* -----------------------------------------
           GÖRSEL
           ----------------------------------------- */

    .about-image-wrapper {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 30px;
    }


    .main-image-box {
        width: 100%;
        border-radius: 18px;
    }


        .main-image-box img {
            width: 100%;
            height: 300px;
            display: block;
            object-fit: cover;
        }
    /* -----------------------------------------
           ÜST ROZETLER
           ----------------------------------------- */

    .trust-badge,
    .tech-badge {
        top: 12px;
        max-width: calc(50% - 18px);
        padding: 7px 10px;
        font-size: 10px;
        line-height: 1.3;
        white-space: normal;
        word-break: normal;
        display: flex;
        align-items: center;
        gap: 5px;
    }


    .trust-badge {
        left: 10px;
    }


    .tech-badge {
        right: 10px;
    }


        .trust-badge i,
        .tech-badge i {
            flex-shrink: 0;
        }
    /* -----------------------------------------
           DENEYİM ROZETİ
           ----------------------------------------- */

    .experience-badge {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: calc(100% - 24px);
        max-width: none;
        margin-top: -25px;
        margin-left: 12px;
        margin-right: 12px;
        padding: 13px 16px;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }


        .experience-badge .badge-icon {
            width: 42px;
            height: 42px;
            min-width: 42px;
            font-size: 17px;
        }


        .experience-badge .count {
            font-size: 22px;
        }


        .experience-badge p {
            font-size: 11px;
            line-height: 1.3;
            margin-bottom: 0;
        }
    /* -----------------------------------------
           BAŞLIK
           ----------------------------------------- */

    .tp-section-title {
        font-size: 26px !important;
        line-height: 1.2 !important;
        word-break: normal;
    }


    .tp-section-subtitle {
        font-size: 11px;
        letter-spacing: 1px;
    }
    /* -----------------------------------------
           METİNLER
           ----------------------------------------- */

    .lead-text {
        font-size: 15px;
        line-height: 1.55;
    }


    .sub-text {
        font-size: 13px;
        line-height: 1.65;
    }
    /* -----------------------------------------
           ÖZELLİKLER
           ----------------------------------------- */

    .feature-item {
        font-size: 13px;
        line-height: 1.4;
        min-width: 0;
    }


        .feature-item span {
            min-width: 0;
        }


    .feature-icon {
        width: 26px;
        height: 26px;
        min-width: 26px;
        font-size: 11px;
    }
    /* -----------------------------------------
           BUTON + TELEFON
           ----------------------------------------- */

    .about-action-area {
        flex-direction: column;
        align-items: stretch !important;
        gap: 15px !important;
        width: 100%;
    }


    .btn-brand-hero {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
        box-sizing: border-box;
    }


    .call-contact-card {
        width: 100%;
        box-sizing: border-box;
        justify-content: flex-start;
        background: #ffffff;
        padding: 12px 16px;
        border-radius: 14px;
        border: 1px solid var(--border-subtle);
    }


        .call-contact-card .icon-box {
            width: 44px;
            height: 44px;
            min-width: 44px;
            font-size: 17px;
        }


        .call-contact-card .phone-number {
            font-size: 16px;
        }
}


/* =========================================================
       ÇOK KÜÇÜK TELEFONLAR
       380px VE ALTI
       ========================================================= */

@media (max-width: 380px) {

    .main-image-box img {
        height: 270px;
    }


    .trust-badge,
    .tech-badge {
        font-size: 9px;
        padding: 6px 8px;
        max-width: calc(50% - 14px);
    }


    .trust-badge {
        left: 8px;
    }


    .tech-badge {
        right: 8px;
    }


    .experience-badge {
        padding: 11px 12px;
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }


        .experience-badge .badge-icon {
            width: 38px;
            height: 38px;
            min-width: 38px;
            font-size: 15px;
        }


        .experience-badge .count {
            font-size: 20px;
        }


        .experience-badge p {
            font-size: 10px;
        }


    .tp-section-title {
        font-size: 23px !important;
    }


    .feature-item {
        font-size: 12px;
    }


    .call-contact-card {
        padding: 10px 12px;
    }


        .call-contact-card .phone-number {
            font-size: 15px;
        }
}

/* ==========================================================================
    Ser Oto Cam - Modern Vizyon & Misyon Alanı
    ========================================================================== */
.soc-vm-section {
    position: relative;
    padding: 80px 0;
    background-color: var(--soc-bg-base);
    overflow: hidden;
}

.soc-vm-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

/* Başlık Alanı */
.soc-vm-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 50px auto;
}

.soc-vm-subtitle {
    display: inline-block;
    padding: 4px 14px;
    background: var(--soc-accent-light);
    color: var(--soc-accent);
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.soc-vm-title {
    color: var(--soc-primary);
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

/* Kartlar Grid Yapısı */
.soc-vm-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* Kart Tasarımı */
.soc-vm-card {
    position: relative;
    background: #FFFFFF;
    border: 1px solid var(--soc-border);
    border-radius: var(--soc-radius-lg);
    padding: 44px 36px;
    box-shadow: var(--soc-shadow-sm);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
}

    .soc-vm-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, var(--soc-accent), var(--soc-whatsapp));
        opacity: 0;
        transition: opacity 0.35s ease;
    }

    .soc-vm-card:hover {
        transform: translateY(-6px);
        box-shadow: var(--soc-shadow-lg);
        border-color: rgba(0, 86, 179, 0.2);
    }

        .soc-vm-card:hover::before {
            opacity: 1;
        }

/* Kart İçi İkon Alanı */
.soc-vm-icon-box {
    width: 64px;
    height: 64px;
    background: var(--soc-accent-light);
    color: var(--soc-accent);
    border-radius: var(--soc-radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    position: relative;
    transition: all 0.35s ease;
}

.soc-vm-card:hover .soc-vm-icon-box {
    background: var(--soc-primary);
    color: #FFFFFF;
    transform: scale(1.05);
}

.soc-vm-card-title {
    color: var(--soc-primary);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 14px;
    line-height: 1.3;
}

.soc-vm-card-desc {
    color: var(--soc-text-muted);
    font-size: 1rem;
    line-height: 1.65;
    margin-bottom: 24px;
}

/* Liste Maddeleri */
.soc-vm-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    border-top: 1px solid var(--soc-border);
    padding-top: 20px;
}

.soc-vm-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: var(--soc-text-dark);
    font-weight: 500;
}

    .soc-vm-list-item svg {
        color: var(--soc-whatsapp);
        flex-shrink: 0;
    }

/* Arka Plan Cam Yansıması Efekti */
.soc-vm-glass-bg {
    position: absolute;
    bottom: -10%;
    right: -5%;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, rgba(0, 86, 179, 0.05) 0%, rgba(37, 211, 102, 0.03) 100%);
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
}

/* Responsive Düzenlemeler */
@media (max-width: 992px) {
    .soc-vm-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 640px) {
    .soc-vm-section {
        padding: 50px 0;
    }

    .soc-vm-title {
        font-size: 1.75rem;
    }

    .soc-vm-card {
        padding: 30px 24px;
    }
}


.product-custom-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

/* Satır 1: 2 Eşit Parça (Yükseklik: 260px) */
.grid-card-half {
    grid-column: span 3;
    height: 260px;
}

/* Satır 2: 3 Eşit Parça (Yükseklik: 210px) */
.grid-card-third {
    grid-column: span 2;
    height: 210px;
}

/* Satır 3: 1 Tam En Kaplayan Kart (Yükseklik: 220px) */
.grid-card-full {
    grid-column: span 6;
    height: 220px;
}

/* --- KART TASARIMI VE DETAYLARI --- */
.grid-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

    .grid-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 25px rgba(227, 0, 15, 0.15);
    }

/* Arka Plan Görselleri */
.grid-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.grid-card:hover .grid-bg-img {
    transform: scale(1.06);
}

/* Maskeler */
.grid-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.25) 70%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}

.grid-overlay-horizontal {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.55) 60%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 2;
}

/* İçerik Stilleri */
.grid-content {
    position: relative;
    z-index: 3;
    color: #ffffff;
}

.grid-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 4px;
    line-height: 1.3;
}

    .grid-title a {
        color: #ffffff;
        text-decoration: none;
        transition: color 0.2s ease;
    }

.grid-card:hover .grid-title a {
    color: #E3000F;
}

.grid-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
    line-height: 1.4;
}

.max-w-500 {
    max-width: 450px;
}

/* Buton Stilleri */
.grid-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #E3000F;
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .grid-btn:hover {
        background: #ffffff;
        color: #E3000F;
    }

.grid-btn-sm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    color: #ffffff;
    border-radius: 50%;
    font-size: 11px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.grid-card:hover .grid-btn-sm {
    background: #E3000F;
}

/* --- MOBİL UYUMLULUK --- */
@media (max-width: 991px) {
    .grid-card-half,
    .grid-card-third,
    .grid-card-full {
        grid-column: span 6;
        height: 200px;
    }

    .grid-overlay-horizontal {
        background: linear-gradient(to top, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.3) 100%);
    }
}


/* --- AÇIK TEMA GENEL --- */
.bg-light-modern {
    background-color: #F8FAFC;
    position: relative;
}

.subtitle-badge {
    width: 6px;
    height: 18px;
    background-color: #E3000F;
    border-radius: 10px;
    display: inline-block;
}

.light-subtitle {
    color: #E3000F;
    font-size: 13px;
    font-weight: 700;
    text-uppercase: uppercase;
    letter-spacing: 1px;
}

.text-brand-red {
    color: #E3000F;
}

/* --- KART TASARIMI --- */
.light-product-card {
    background: #FFFFFF;
    border-radius: 24px;
    border: 1px solid rgba(226, 232, 240, 0.8);
    padding: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

    .light-product-card:hover {
        transform: translateY(-8px);
        border-color: rgba(227, 0, 15, 0.2);
        box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    }

/* Görsel Alanı */
.card-thumb-area {
    background: #fff;
    border-radius: 18px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 20px;
}

.image-wrapper img {
    max-height: 160px;
    width: auto;
    object-fit: contain;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card-thumb-area .hover-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
}

.light-product-card:hover .main-img {
    opacity: 0;
    transform: scale(0.9);
}

.light-product-card:hover .hover-img {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.05);
}

/* Minimal Rozetler */
.card-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #E3000F;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 30px;
    letter-spacing: 0.5px;
    z-index: 2;
}

    .card-badge.neutral {
        background: #0F172A;
    }

/* Quick Action Button */
.quick-action-wrap {
    position: absolute;
    right: 12px;
    bottom: 12px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 3;
}

.light-product-card:hover .quick-action-wrap {
    opacity: 1;
    transform: translateY(0);
}

.quick-view-btn {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    color: #0F172A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease;
}

    .quick-view-btn:hover {
        background: #E3000F;
        color: #FFFFFF;
    }

/* Kart İçeriği */
.card-body-area {
    padding: 20px 12px 12px 12px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.category-pill {
    display: inline-block;
    color: #64748B;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
}

.product-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.35;
}

    .product-title a {
        color: #0F172A;
        text-decoration: none;
        transition: color 0.2s ease;
    }

.light-product-card:hover .product-title a {
    color: #E3000F;
}

.product-desc {
    color: #64748B;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* Kart Altı İncele Butonu */
.card-footer-area {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid #F1F5F9;
}

.btn-detail-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #0F172A;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.arrow-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #0F172A;
    transition: all 0.3s ease;
}

.light-product-card:hover .btn-detail-link {
    color: #E3000F;
}

.light-product-card:hover .arrow-icon {
    background: #E3000F;
    border-color: #E3000F;
    color: #FFFFFF;
    transform: translateX(4px);
}

/* --- NAVİGASYON OKLARI --- */
.slider-nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #E2E8F0;
    background: #FFFFFF;
    color: #0F172A;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

    .slider-nav-btn:hover {
        background: #E3000F;
        border-color: #E3000F;
        color: #FFFFFF;
        box-shadow: 0 6px 18px rgba(227, 0, 15, 0.25);
    }

/* --- KATALOG BUTONU --- */
.btn-catalog-modern {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 36px;
    background: #0F172A;
    color: #FFFFFF;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);
}

    .btn-catalog-modern:hover {
        background: #E3000F;
        color: #FFFFFF;
        transform: translateY(-2px);
        box-shadow: 0 12px 30px rgba(227, 0, 15, 0.3);
    }


 
/* ==========================================================================
    Ser Oto Cam - Ürün Grupları / Kategoriler Sayfası
    ========================================================================== */
.soc-categories-section {
    position: relative;
    padding: 80px 0;
    background-color: var(--soc-bg-base, #f8fafc);
}

.soc-cat-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Sayfa Başlık Alanı */
.soc-cat-header {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 50px auto;
}

.soc-cat-badge {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(0, 86, 179, 0.08);
    color: var(--soc-accent, #E3000F);
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.soc-cat-title {
    color: var(--soc-primary, #0a192f);
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-bottom: 12px;
}

.soc-cat-subtitle {
    color: #64748b;
    font-size: 1rem;
    line-height: 1.6;
}

/* Kategori Kartları Grid Yapısı */
.soc-cat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Kategori Kart Tasarımı */
.soc-cat-card {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

    .soc-cat-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 35px rgba(10, 25, 47, 0.12);
        border-color: rgba(0, 86, 179, 0.2);
    }

/* Görsel Kutusu ve Efektler */
.soc-cat-img-wrap {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background-color: #0a192f;
}

    .soc-cat-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

.soc-cat-card:hover .soc-cat-img-wrap img {
    transform: scale(1.08);
}

/* Cam Yansıması Overlay */
.soc-cat-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 25, 47, 0.1) 0%, rgba(10, 25, 47, 0.6) 100%);
    z-index: 1;
}

.soc-cat-count {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(10, 25, 47, 0.75);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    z-index: 2;
}

/* Kart İçerik Alanı */
.soc-cat-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.soc-cat-name {
    color: var(--soc-primary, #0a192f);
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 8px 0;
    transition: color 0.2s ease;
}

.soc-cat-card:hover .soc-cat-name {
    color: var(--soc-accent, #E3000F);
}

.soc-cat-desc {
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 20px;
    flex-grow: 1;
}

/* Kart Altındaki Buton/Link Alanı */
.soc-cat-footer {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--soc-accent, #E3000F);
    font-size: 0.875rem;
    font-weight: 600;
    border-top: 1px solid #f1f5f9;
    padding-top: 16px;
}

    .soc-cat-footer svg {
        transition: transform 0.3s ease;
    }

.soc-cat-card:hover .soc-cat-footer svg {
    transform: translateX(5px);
}

/* Responsive Uyum */
@media (max-width: 992px) {
    .soc-cat-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 640px) {
    .soc-categories-section {
        padding: 50px 0;
    }

    .soc-cat-grid {
        grid-template-columns: 1fr;
    }

    .soc-cat-title {
        font-size: 1.75rem;
    }
}

 

 
/* ==========================================================================
    Ser Oto Cam - Ürün Grupları / Kategoriler Sayfası
    ========================================================================== */
.soc-categories-section {
    position: relative;
    padding: 80px 0;
    background-color: var(--soc-bg-base, #f8fafc);
}

.soc-cat-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Sayfa Başlık Alanı */
.soc-cat-header {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 50px auto;
}

.soc-cat-badge {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(0, 86, 179, 0.08);
    color: var(--soc-accent, #E3000F);
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.soc-cat-title {
    color: var(--soc-primary, #0a192f);
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-bottom: 12px;
}

.soc-cat-subtitle {
    color: #64748b;
    font-size: 1rem;
    line-height: 1.6;
}

/* Kategori Kartları Grid Yapısı */
.soc-cat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Kategori Kart Tasarımı */
.soc-cat-card {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

    .soc-cat-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 35px rgba(10, 25, 47, 0.12);
        border-color: rgba(0, 86, 179, 0.2);
    }

/* Görsel Kutusu ve Efektler */
.soc-cat-img-wrap {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background-color: #0a192f;
}

    .soc-cat-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

.soc-cat-card:hover .soc-cat-img-wrap img {
    transform: scale(1.08);
}

/* Cam Yansıması Overlay */
.soc-cat-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 25, 47, 0.1) 0%, rgba(10, 25, 47, 0.6) 100%);
    z-index: 1;
}

.soc-cat-count {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(10, 25, 47, 0.75);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    z-index: 2;
}

/* Kart İçerik Alanı */
.soc-cat-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.soc-cat-name {
    color: var(--soc-primary, #0a192f);
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 8px 0;
    transition: color 0.2s ease;
}

.soc-cat-card:hover .soc-cat-name {
    color: var(--soc-accent, #E3000F);
}

.soc-cat-desc {
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 20px;
    flex-grow: 1;
}

/* Kart Altındaki Buton/Link Alanı */
.soc-cat-footer {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--soc-accent, #E3000F);
    font-size: 0.875rem;
    font-weight: 600;
    border-top: 1px solid #f1f5f9;
    padding-top: 16px;
}

    .soc-cat-footer svg {
        transition: transform 0.3s ease;
    }

.soc-cat-card:hover .soc-cat-footer svg {
    transform: translateX(5px);
}

/* Responsive Uyum */
@media (max-width: 992px) {
    .soc-cat-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 640px) {
    .soc-categories-section {
        padding: 50px 0;
    }

    .soc-cat-grid {
        grid-template-columns: 1fr;
    }

    .soc-cat-title {
        font-size: 1.75rem;
    }
}

 
/* ==========================================================================
    Ser Oto Cam - Modern Kırmızı Temalı Ürün Detay
    ========================================================================== */
:root {
    --soc-red: #E30613;
    --soc-red-hover: #c4030f;
    --soc-dark: #0f172a;
}

.text-brand-red {
    color: var(--soc-red) !important;
}

/* Ana Kart Yapısı */
.soc-pd-card-wrapper {
    border-color: #e2e8f0 !important;
}

/* Sol Görsel Alanı */
.soc-pd-main-img-box {
    background-color: #f8fafc;
    border: 1px solid #f1f5f9;
}

    .soc-pd-main-img-box img {
        max-height: 380px;
        object-fit: contain;
    }

.soc-pd-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--soc-red);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 20px;
}

.soc-pd-thumb {
    width: 76px;
    height: 76px;
    border-radius: 10px;
    border: 2px solid #e2e8f0;
    padding: 4px;
    cursor: pointer;
    background: #f8fafc;
    transition: all 0.2s ease;
}

    .soc-pd-thumb img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .soc-pd-thumb:hover,
    .soc-pd-thumb.active {
        border-color: var(--soc-red);
        background: #ffffff;
    }

/* Sağ Detay Alanı */
.soc-pd-category {
    color: var(--soc-red);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.soc-pd-title {
    color: var(--soc-dark);
    font-size: 2rem;
}

.soc-tag-badge {
    background: #fef2f2;
    color: var(--soc-red);
    border: 1px solid #fee2e2;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 600;
}

.soc-pd-description-box {
    background-color: #f8fafc;
    padding: 20px;
    border-radius: 12px;
    border-left: 4px solid var(--soc-red);
}

/* Butonlar */
.btn-soc-whatsapp {
    background-color: #25D366;
    color: #ffffff !important;
    font-weight: 700;
    padding: 14px 20px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.25s ease;
}

    .btn-soc-whatsapp:hover {
        background-color: #1eb957;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(37, 211, 98, 0.2);
    }

.btn-soc-call {
    background-color: var(--soc-red);
    color: #ffffff !important;
    font-weight: 700;
    padding: 14px 20px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.25s ease;
}

    .btn-soc-call:hover {
        background-color: var(--soc-red-hover);
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(227, 6, 19, 0.25);
    }

.soc-pd-trust-box {
    background-color: #fef2f2;
    border: 1px solid #fee2e2;
}

/* Benzer Ürünler Alanı */
.soc-related-img-wrap {
    background-color: #f8fafc;
}

.soc-related-card:hover {
    transform: translateY(-5px);
    border-color: rgba(227, 6, 19, 0.3) !important;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}

.hover-red:hover {
    color: var(--soc-red) !important;
}

.btn-outline-red {
    border: 1px solid var(--soc-red);
    color: var(--soc-red);
    background: transparent;
    padding: 8px 16px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: all 0.2s ease;
}

    .btn-outline-red:hover {
        background-color: var(--soc-red);
        color: #ffffff;
    }

.btn-link-red {
    color: var(--soc-red);
}

    .btn-link-red:hover {
        color: var(--soc-red-hover);
    }

/* Yardımcı Sınıflar */
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


 
/* --- AÇIK TEMA GENEL --- */
.bg-light-modern {
    background-color: #F8FAFC;
    position: relative;
}

.subtitle-badge {
    width: 6px;
    height: 18px;
    background-color: #E3000F;
    border-radius: 10px;
    display: inline-block;
}

.light-subtitle {
    color: #E3000F;
    font-size: 13px;
    font-weight: 700;
    text-uppercase: uppercase;
    letter-spacing: 1px;
}

.text-brand-red {
    color: #E3000F;
}

/* --- KART TASARIMI --- */
.light-product-card {
    background: #FFFFFF;
    border-radius: 24px;
    border: 1px solid rgba(226, 232, 240, 0.8);
    padding: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

    .light-product-card:hover {
        transform: translateY(-8px);
        border-color: rgba(227, 0, 15, 0.2);
        box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    }

/* Görsel Alanı */
.card-thumb-area {
    background: #fff;
    border-radius: 18px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 20px;
}

.image-wrapper img {
    max-height: 160px;
    width: auto;
    object-fit: contain;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card-thumb-area .hover-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
}

.light-product-card:hover .main-img {
    opacity: 0;
    transform: scale(0.9);
}

.light-product-card:hover .hover-img {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.05);
}

/* Minimal Rozetler */
.card-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #E3000F;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 30px;
    letter-spacing: 0.5px;
    z-index: 2;
}

    .card-badge.neutral {
        background: #0F172A;
    }

/* Quick Action Button */
.quick-action-wrap {
    position: absolute;
    right: 12px;
    bottom: 12px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 3;
}

.light-product-card:hover .quick-action-wrap {
    opacity: 1;
    transform: translateY(0);
}

.quick-view-btn {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    color: #0F172A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease;
}

    .quick-view-btn:hover {
        background: #E3000F;
        color: #FFFFFF;
    }

/* Kart İçeriği */
.card-body-area {
    padding: 20px 12px 12px 12px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.category-pill {
    display: inline-block;
    color: #64748B;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
}

.product-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.35;
}

    .product-title a {
        color: #0F172A;
        text-decoration: none;
        transition: color 0.2s ease;
    }

.light-product-card:hover .product-title a {
    color: #E3000F;
}

.product-desc {
    color: #64748B;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* Kart Altı İncele Butonu */
.card-footer-area {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid #F1F5F9;
}

.btn-detail-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #0F172A;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.arrow-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #0F172A;
    transition: all 0.3s ease;
}

.light-product-card:hover .btn-detail-link {
    color: #E3000F;
}

.light-product-card:hover .arrow-icon {
    background: #E3000F;
    border-color: #E3000F;
    color: #FFFFFF;
    transform: translateX(4px);
}

/* --- NAVİGASYON OKLARI --- */
.slider-nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #E2E8F0;
    background: #FFFFFF;
    color: #0F172A;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

    .slider-nav-btn:hover {
        background: #E3000F;
        border-color: #E3000F;
        color: #FFFFFF;
        box-shadow: 0 6px 18px rgba(227, 0, 15, 0.25);
    }

/* --- KATALOG BUTONU --- */
.btn-catalog-modern {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 36px;
    background: #0F172A;
    color: #FFFFFF;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);
}

    .btn-catalog-modern:hover {
        background: #E3000F;
        color: #FFFFFF;
        transform: translateY(-2px);
        box-shadow: 0 12px 30px rgba(227, 0, 15, 0.3);
    }


/* Grid Kart Yükseklik ve Esneklik Düzenlemeleri */
.light-product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .light-product-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    }

.card-body-area {
    padding: 20px;
    flex-grow: 1;
}

.card-thumb-area {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3; /* Görsellerin oranını sabitlemek için */
}

    .card-thumb-area img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


/* ==========================================================================
   Ser Oto Cam - Modern Blog Detay Stilleri
   ========================================================================== */

:root {
    --soc-red: #E30613;
    --soc-red-hover: #c4030f;
    --soc-dark: #0f172a;
}

.text-brand-red {
    color: var(--soc-red) !important;
}

.soc-blog-card {
    border-color: #e2e8f0 !important;
}

.soc-blog-category {
    background-color: #fef2f2;
    color: var(--soc-red);
    font-size: 0.8125rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.soc-blog-title {
    font-size: 2.1rem;
    line-height: 1.3;
    color: var(--soc-dark);
}

.soc-blog-main-img-wrap img {
    max-height: 450px;
    object-fit: cover;
}

.soc-blog-lead-text {
    background-color: #f8fafc;
    border-left: 4px solid var(--soc-red);
}

/* Detay Metin İçeriği Biçimlendirmesi */
.soc-blog-body-text p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1.25rem;
    color: #475569;
}

.soc-blog-body-text h2,
.soc-blog-body-text h3 {
    color: var(--soc-dark);
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.soc-blog-body-text ul,
.soc-blog-body-text ol {
    margin-bottom: 1.5rem;
    padding-left: 1.25rem;
}

.soc-blog-body-text li {
    margin-bottom: 0.5rem;
    color: #475569;
}

/* Paylaşım Butonları */
.soc-share-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 0.875rem;
    transition: transform 0.2s ease;
}

    .soc-share-btn:hover {
        transform: translateY(-2px);
    }

    .soc-share-btn.facebook {
        background-color: #1877f2;
    }

    .soc-share-btn.whatsapp {
        background-color: #25d366;
    }

    .soc-share-btn.twitter {
        background-color: #000000;
    }

/* Sidebar Widget */
.soc-sidebar-widget {
    border-color: #e2e8f0 !important;
}

.soc-widget-icon {
    width: 60px;
    height: 60px;
    background-color: #fef2f2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hover-red:hover {
    color: var(--soc-red) !important;
}

/* Responsive Uyarlamalar */
@media (max-width: 768px) {
    .soc-blog-title {
        font-size: 1.6rem;
    }
}