﻿/* site.css */

/* ———————————————————————————————————— */
/*  1. Değişkenler & Reset           */
/* ———————————————————————————————————— */
:root {
    --color-primary: #002B5C;
    --color-accent: #ED1C24; /* kırmızı */
    --color-bg: #F9F9F9;
    --color-text: #333333;
    --font-base: 'Montserrat', sans-serif;
    --font-heading: 'Montserrat', sans-serif;
    --transition: 0.3s ease;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

/* ———————————————————————————————————— */
/*  1.5. Full height & flex layout     */
/* ———————————————————————————————————— */
html, body {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
body {
    font-family: var(--font-base);
    color: var(--color-text);
    background: var(--color-bg);
    line-height: 1.6;
}

/* ———————————————————————————————————— */
/*  2. Layout Konteynerleri           */
/* ————————————————————————————————————————————————————— */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Ana içerik bölümünü esnek yap */
.site-wrapper {
    flex: 1;
}

/* ———————————————————————————————————— */
/* 3. Topbar                          */
/* ————————————————————————————————————————————————————— */
.topbar {
    /* Lacivert (#002B5C) 0–40%, beyaz 40–100% */
    background: linear-gradient( to right, var(--color-primary) 20%, var(--color-primary) 30%, #ffffff 40%, #ffffff 100% );
    border-bottom: 1px solid #e0e0e0;
    font-size: 0.9rem;
    border-bottom: none;
}
    .topbar .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.5rem 0;
    }

    .topbar a {
        color: var(--color-text);
        text-decoration: none;
        margin-right: 0.75rem;
        transition: color var(--transition);
    }
@media (max-width: 768px) {
    .topbar {
        /* Lacivert (#002B5C) 0–40%, beyaz 40–100% */
        background: linear-gradient( to right, var(--color-primary) 1%, var(--color-primary) 1%, #ffffff 40%, #ffffff 100% );
    }

        .topbar a {
            color: black;
        }
}
        .topbar a:hover {
            color: var(--color-primary);
        }

    .topbar .info span {
        margin-left: 1.5rem;
        display: inline-flex;
        align-items: center;
    }

    .topbar .info i {
        margin-right: 0.5rem;
    }

    .topbar .info a:hover {
        color: var(--color-accent); /* biraz koyulaştırılmış kırmızı */
    }

    @media (max-width: 768px) {
        .header-nav {
            position: relative;
            z-index: 2000;
        }

            .header-nav .container {
                justify-content: center;
                padding: 0 1rem;
            }

        .menu-toggle {
            position: absolute;
            right: 1rem;
            top: 50%;
            transform: translateY(-50%);
            z-index: 2100;
        }


        .nav-menu {
            position: absolute;
            top: 100%;
            left: -280px;
            width: 280px;
            height: calc(100vh - 60px);
            background: #fff;
            overflow-y: auto;
            box-shadow: 2px 0 8px rgba(0,0,0,0.1);
            transition: left var(--transition);
            z-index: 2000;
        }

            .nav-menu.active {
                text-align: center;
                background-color: var(--color-primary);
                left: 0;
            }

            .nav-menu a {
                color: var(--color-text);
            }

                .nav-menu a:hover {
                    color: var(--color-accent);
                }

            .nav-menu li .dropdown {
                display: none;
            }

            .nav-menu li.open .dropdown {
                display: block;
            }
    }



    /* ———————————————————————————————————— */
    /* 4. Navigasyon                      */
    /* ————————————————————————————————————————————————————— */
    .header-nav {
        background: var(--color-primary);
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }

    .header-nav, .nav-menu {
        overflow: visible;
        position: relative;
    }

        .header-nav .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1rem 0;
        }

    .nav-logo img {
        height: 6em;
        width:6em;
        border-radius: 100px;
    }

    @media (max-width: 768px) {
        .nav-logo img {
            height: 4em;
            width:4em;
            border-radius: 100px;
            margin-left:2em;
        }
    }
    /* Menü öğeleri */
    .nav-menu {
        list-style: none;
        display: flex;
        gap: 1.5rem;
    }

        .nav-menu li {
            position: relative;
        }

        .nav-menu a {
            color: #fff;
            text-decoration: none;
            font-weight: 500;
            transition: color var(--transition);
        }

            .nav-menu a:hover {
                color: var(--color-accent);
            }
        /* Açılır alt menü */
        .nav-menu li .dropdown {
            position: absolute;
            top: calc(100% - 1px);
            left: 0;
            background: #fff;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            opacity: 0;
            visibility: hidden;
            transition: opacity var(--transition);
            z-index: 1000;
            /* eklenen satırlar ↓ */
            white-space: nowrap; /* Metin satır kırmasın */
            min-width: max-content; /* İçeriğe göre daralıp-genişlesin */
        }


        .nav-menu li:hover .dropdown {
            opacity: 1;
            visibility: visible;
            /* transform: translateY(0);     <-- SİLİN */
        }

    .dropdown li {
        padding: 0.75rem 1rem;
    }

        .dropdown li a {
            color: var(--color-text);
        }

            .dropdown li a:hover {
                color: var(--color-accent);
            }

    /* Mobil Menü */
    .menu-toggle {
        display: none;
        font-size: 1.5rem;
        cursor: pointer;
        color: #fff;
    }

    @media (max-width: 768px) {
        .nav-menu {
            position: fixed;
            top: 0;
            right: -100%;
            height: 100vh;
            width: 250px;
            background: #fff;
            flex-direction: column;
            padding-top: 3rem;
            gap: 1rem;
            transition: right var(--transition);
        }

            .nav-menu.active {
                right: 0;
            }

        .menu-toggle {
            display: block;
        }
    }
    /* Hemen Arayın! butonu */
    .nav-menu a.btn-cta {
        background: #ffffff; /* buton arka planı beyaz */
        color: var(--color-primary); /* yazı rengi lacivert */
        border: 2px solid var(--color-primary);
        padding: 0.5rem 1rem;
        border-radius: 4px;
        transition: background var(--transition), color var(--transition);
        text-align: center;
    }

        .nav-menu a.btn-cta:hover {
            background: var(--color-accent); /* hover’da dolu lacivert */
            color: #ffffff; /* hover’da yazı beyaz */
        }
    /* ———————————————————————————————————— */
    /* 5. Footer                          */
    /* ————————————————————————————————————————————————————— */
    .footer {
        margin-top: auto;
        background: var(--color-primary);
        color: #fff;
        padding: 2rem 0;
    }

        .footer .container {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
        }

        .footer h5 {
            font-family: var(--font-heading);
            margin-bottom: 1rem;
        }

        .footer a {
            color: #f1f1f1;
            text-decoration: none;
            display: block;
            margin-bottom: 0.5rem;
        }

            .footer a:hover {
                color: var(--color-accent);
            }

        .footer small {
            display: block;
            margin-top: 2rem;
            text-align: center;
            font-size: 0.8rem;
        }

    /* — Animasyon Ön Ayarları — */
    .animate {
        opacity: 0;
        transform: translateX(var(--slide-offset, 0));
        transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    }

        .animate.in-view {
            opacity: 1;
            transform: translateX(0);
        }

        .animate.slide-left {
            --slide-offset: -100px;
        }

        .animate.slide-right {
            --slide-offset: 100px;
        }

    /* 1. Hero Bölümü */
    .hero-section {
        background: url('/assets/image/test.jpg') center/cover no-repeat;
        padding: 6rem 0;
        color: #fff;
        text-align: center;
    }

    /* 2. Butonlar */
    .btn-group {
        margin-top: 2rem;
    }

    .btn-primary {
        background: var(--color-accent);
        color: #fff;
        padding: 0.75rem 1.5rem;
        text-decoration: none;
        display: inline-block;
        transition: background var(--transition);
    }

        .btn-primary:hover {
            background: #c4161f; /* biraz koyulaştırılmış kırmızı */
        }

    .btn-secondary {
        margin-left: 1rem;
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
        padding: 0.75rem 1.5rem;
        text-decoration: none;
        display: inline-block;
        transition: background var(--transition), color var(--transition);
    }

        .btn-secondary:hover {
            background: #fff;
            color: var(--color-primary);
        }

    /* 3. Hero Statları */
    .hero-stats {
        display: flex;
        justify-content: center;
        gap: 4rem;
        margin-top: 3rem;
    }

        .hero-stats > div {
            text-align: center;
        }

    .stat-number {
        font-size: 2rem;
        font-weight: 700;
    }

    /* 4. Özellikler Bölümü */
    /* ———————————————————————————————————— */
    /*  Zig-zag Hizalama için feature-item  */
    /* ————————————————————————————————————————————————————— */
    .features-section {
        padding: 4rem 0;
        background: var(--color-bg);
    }

        .features-section .container {
            position: relative;
        }

    /* Ortak feature-item stili */
    .feature-item {
        max-width: 45%; /* genişlik ayarı */
        margin: 2rem 0; /* dikey boşluklar */
        padding-bottom: 1rem; /* metinle çizgi arasında boşluk */
        border-bottom: 2px solid var(--color-primary);
    }

        /* Zig-zag hizalama */
        .feature-item:nth-of-type(odd) {
            margin-left: auto; /* sağa yaslar */
            text-align: right;
        }

        .feature-item:nth-of-type(even) {
            margin-right: auto; /* sola yaslar */
            text-align: left;
        }

        /* Başlık & açıklama */
        .feature-item h3 {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--color-primary);
            margin-bottom: 0.5rem;
        }

        .feature-item p {
            color: var(--color-text);
            line-height: 1.6;
            margin: 0;
        }

        .feature-item img {
            height: 60px;
            margin-bottom: 1rem;
        }
    /* 5. Hizmetlerimiz Bölümü */
    .services-section {
        padding: 4rem 0;
        background: var(--color-bg);
    }

        .services-section .card-img {
            width: auto;
            max-width: 120px;
            height: 120px;
            margin: 1rem auto 0;
            object-fit: contain;
            object-position: center;
        }

        .services-section h2 {
            text-align: center;
            margin-bottom: 2rem;
        }

    .service-cards {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        grid-auto-rows: 1fr;
        align-items: stretch;
        gap: 2rem;
    }
    /* Card Genel */
    .card {
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        overflow: hidden;
        display: flex;
        flex-direction: column;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: 100%;
    }

        .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.12);
        }

    /* Görsel */
    .card-img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }

    /* İçerik Container’ı */
    .card-body {
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        flex: 1;
    }

        .card-body .btn-primary {
            margin-top: auto; /* zaten ekli, butonu en alta iter */
        }
    /* Başlık */
    .card-title {
        font-size: 1.25rem;
        font-weight: 700;
        margin-bottom: 1rem;
        color: var(--color-primary);
    }

    /* Liste */
    .features-list {
        list-style: none;
        padding: 0;
        margin: 0 0 1.5rem;
    }

        .features-list li {
            position: relative;
            padding-left: 1.5em;
            margin-bottom: 0.75em;
            color: var(--color-text);
            line-height: 1.4;
        }
            /* Liste işaretçisi olarak FontAwesome ✓ ikonu */
            .features-list li::before {
                content: "\f00c";
                font-family: "Font Awesome 5 Free"; /* veya 6, kullandığın versiyona göre */
                font-weight: 900;
                position: absolute;
                left: 0;
                top: 0.1em;
                color: var(--color-accent);
            }

    /* Detaylar Butonu */
    .btn-primary {
        margin-top: auto; /* buton her zaman kartın en altına itilir */
        align-self: start; /* kart genişse buton sola yaslansın */
        background: var(--color-accent);
        color: #fff;
        padding: 0.6rem 1.2rem;
        text-decoration: none;
        border-radius: 4px;
        transition: background var(--transition), transform var(--transition);
    }

        .btn-primary:hover {
            background: #c4161f; /* biraz koyu kırmızı */
            transform: translateY(-2px);
        }


    /* 6. İstatistikler & Süreç */
    .stats-section {
        padding: 4rem 0;
        background: #fff;
    }

        .stats-section .container:first-child {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
            gap: 2rem;
            text-align: center;
        }
    /* ———————————————————————————————————— */
    /*  Çalışma Sürecimiz / Process Steps   */
    /* ————————————————————————————————————————————————————— */
    .process-steps {
        margin: 4rem auto;
        max-width: 1200px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
        gap: 2rem;
        justify-items: center;
        text-align: center;
    }


        /* Her adım kutusu */
        .process-steps .step {
            position: relative;
            padding: 2.5rem 1rem 1.5rem;
            border: 2px solid var(--color-primary);
            border-radius: 4px;
            background: #fff;
            text-align: center;
            display: flex;
            flex-direction: column;
        }

        /* Daire içindeki adım numarası */
        .process-steps .step-number {
            position: absolute;
            top: -1.25rem; /* kutunun üstünden taşır */
            left: 50%;
            transform: translateX(-50%);
            background: var(--color-primary);
            color: #fff;
            width: 2.5rem;
            height: 2.5rem;
            line-height: 2.5rem;
            border-radius: 50%;
            font-weight: 700;
            font-size: 1rem;
        }

        /* Icon */
        .process-steps .step-icon {
            font-size: 2rem;
            color: var(--color-primary);
            margin-bottom: 1rem;
        }

        /* Başlık */
        .process-steps h4 {
            font-size: 1.125rem;
            margin-bottom: 0.75rem;
            font-weight: 700;
            color: var(--color-text);
        }

        /* Açıklama paragrafı */
        .process-steps p {
            font-size: 0.9rem;
            color: #666;
            line-height: 1.5;
            flex: 1; /* esnek, eşit dağılsın */
        }

    /* Responsive: mobilde tek sütun */
    @media (max-width: 600px) {
        .process-steps {
            grid-template-columns: 1fr;
        }
    }

    /* 7. Referanslar */
    .testimonials-section {
        padding: 4rem 0;
        background: var(--color-bg);
    }

    .testimonial-cards {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
        gap: 2rem;
    }

    .testimonial {
        background: #fff;
        padding: 2rem;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }

        .testimonial img {
            width: 80px; /* avatar genişliği */
            height: 80px; /* avatar yüksekliği */
            object-fit: cover; /* görüntüyü kırpma yerine ölçeklendir */
            border-radius: 50%; /* tam yuvarlak */
            margin-bottom: 1rem; /* resim ile metin arası boşluk */
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
    /* 8. İletişim Çağrısı */
    .contact-section {
        padding: 4rem 0;
        background: var(--color-primary);
        color: #fff;
        text-align: center;
    }

        .contact-section .btn-primary {
            margin-top: 1rem;
        }
    /* ———————————————————————————————————— */
    /*  Onarım & Müşteri Sayısı Bölümü      */
    /* ————————————————————————————————————————————————————— */
    .repair-section {
        padding: 4rem 0;
        background: #fff;
    }

    .repair-container {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        align-items: center;
    }

    @media (max-width: 768px) {
        .repair-container {
            flex-direction: column;
            align-items: center;
        }
    }
    /* Sol taraf: resim + sayaç kutusu */
    .repair-image {
        flex: 1;
        position: relative;
    }

    .repair-video {
        width: 100%;
        border-radius: 8px;
        display: block;
        object-fit: cover;
    }

    .repair-image img {
        width: 100%;
        border-radius: 8px;
        display: block;
    }

    .stat-box {
        position: absolute;
        bottom: -20px;
        left: 1rem;
        background: #fff;
        padding: 1rem 1.5rem;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        display: flex;
        align-items: center;
        gap: 0.5rem;
        border-radius: 4px;
    }

        .stat-box i {
            font-size: 1.5rem;
            color: var(--color-primary);
        }

    .stat-number {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .stat-box .plus {
        font-size: 1.5rem;
        font-weight: 700;
        margin-left: -0.25rem;
    }

    .stat-text {
        font-size: 0.9rem;
        color: white;
    }

    .stat-text-about {
        font-size: 0.9rem;
        color: black;
    }
    /* Sağ taraf: içerik */
    .repair-content {
        flex: 1;
    }


    .small-title {
        font-size: 0.9rem;
        color: var(--color-primary);
        text-transform: uppercase;
        margin-bottom: 0.5rem;
    }

    .repair-content h2 {
        margin-bottom: 1rem;
    }

    .repair-content p {
        margin-bottom: 1rem;
    }

    .repair-features {
        list-style: none;
        padding: 0;
        margin-bottom: 1.5rem;
    }

        .repair-features li {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            margin-bottom: 0.5rem;
        }

            .repair-features li i {
                color: var(--color-primary);
            }

    .repair-content .thumb {
        width: 100%;
        max-width: 300px;
        border-radius: 8px;
        display: block;
    }

    /* ———————————————————————————————— */
    /*   ABOUT SAYFASI STİLLERİ          */
    /* ————————————————————————————————————————————————————— */

    /* Hero Başlık */
    .about-hero-section {
        background: var(--color-bg);
        padding: 4rem 0;
        text-align: center;
    }

        .about-hero-section h1 {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--color-primary);
        }

        .about-hero-section p {
            margin-top: 0.5rem;
            color: var(--color-text);
        }

    .btn-about {
        background: var(--color-primary);
        color: #fff;
        padding: 0.75rem 1.5rem;
        text-decoration: none;
        display: inline-block;
        transition: background var(--transition);
    }

        .btn-about:hover {
            background: var(--color-accent); /* biraz koyulaştırılmış kırmızı */
        }
    /* İstatistikler */
    .stats-section {
        padding: 4rem 0;
        background: #fff;
    }

        .stats-section .container {
            display: flex;
            justify-content: center;
            gap: 4rem;
        }

    @media (max-width: 768px) {
        .stats-section .container {
            display: block !important;
            /* isterseniz ortalamak için: */
            text-align: center;
        }

        .stats-section .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--color-primary);
        }

        .stats-section .plus {
            font-size: 2rem;
            font-weight: 700;
            color: var(--color-accent);
        }

        .stats-section .stat-text {
            margin-top: 0.25rem;
            color: var(--color-text);
        }
    }
    /* Hakkımızda İçerik */
    .about-content-section {
        padding: 4rem 0;
        background: #fff;
    }

        .about-content-section .container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
            gap: 2rem;
            align-items: center;
        }

    .about-text h2 {
        font-size: 2rem;
        font-weight: 700;
        color: var(--color-primary);
        margin-bottom: 1rem;
    }

    .about-text p {
        color: var(--color-text);
        margin-bottom: 1rem;
    }

    .about-features {
        list-style: none;
        padding: 0;
        margin: 1rem 0;
    }

        .about-features li {
            position: relative;
            padding-left: 1.5rem;
            margin-bottom: 0.5rem;
        }

            .about-features li::before {
                content: "\f00c";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                position: absolute;
                left: 0;
                color: var(--color-accent);
            }

    .about-image img {
        width: 100%;
        border-radius: 8px;
        object-fit: cover;
    }

    /* Misyon & Vizyon */
    .vision-section {
        padding: 4rem 0;
        text-align: center;
        background: var(--color-bg);
    }

        .vision-section h3 {
            font-size: 1.75rem;
            font-weight: 700;
            color: var(--color-primary);
            margin-bottom: 1rem;
        }

        .vision-section p {
            color: var(--color-text);
            max-width: 800px;
            margin: 0 auto;
        }

    /* CTA */
    .cta-section {
        padding: 4rem 0;
        background: #fff;
        text-align: center;
    }

        .cta-section h2 {
            font-size: 2rem;
            font-weight: 700;
            color: var(--color-primary);
            margin-bottom: 1.5rem;
        }

    /* Ekibimiz */
    .team-section {
        padding: 4rem 0;
        text-align: center;
    }

        .team-section h2 {
            font-size: 2rem;
            font-weight: 700;
            color: var(--color-primary);
        }

    .team-cards {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
        gap: 2rem;
        margin-top: 2rem;
    }

    .team-card {
        background: #fff;
        padding: 1.5rem;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .team-card img {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 1rem;
        }

        .team-card h5 {
            font-size: 1.125rem;
            font-weight: 700;
            color: var(--color-primary);
            margin-bottom: 0.5rem;
        }

        .team-card p {
            color: var(--color-text);
        }

    /* ———————————————————————————————— */
    /*   CONTACT SAYFASI STİLLERİ          */
    /* ————————————————————————————————————————————————————— */

    /* Contact Hero */
    .contact-hero-section {
        background: var(--color-bg);
        padding: 4rem 0;
        text-align: center;
    }

        .contact-hero-section h1 {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--color-primary);
        }

        .contact-hero-section p {
            margin-top: 0.5rem;
            color: var(--color-text);
        }

    /* İletişim Bilgileri */
    .contact-info-section {
        padding: 4rem 0;
        background: #fff;
    }

    .contact-info-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
        gap: 2rem;
        align-items: start;
    }

    .contact-details h2 {
        font-size: 1.75rem;
        color: var(--color-primary);
        margin-bottom: 1rem;
    }

    /* Temiz alt liste */
    .contact-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .contact-list li {
            margin-bottom: 0.75rem;
        }

            /* Bağlantıyı flex yapıp ikon ile metni hizala */
            .contact-list li a {
                display: inline-flex;
                align-items: center;
                gap: 0.75rem; /* ikon/metin arası boşluk */
                color: var(--color-text);
                text-decoration: none;
                transition: color var(--transition);
            }

                .contact-list li a:hover {
                    color: var(--color-accent);
                }

                /* İkon boyutu ve renk */
                .contact-list li a i {
                    font-size: 1.25rem;
                    color: var(--color-primary);
                }

    /* Harita Embed */
    .map-embed iframe {
        width: 100%;
        height: 300px;
        border: 0;
        border-radius: 8px;
    }

    /* Sosyal Medya */
    .social-links-section {
        padding: 4rem 0;
        background: var(--color-bg);
        text-align: center;
    }

        .social-links-section h2 {
            font-size: 2rem;
            color: var(--color-primary);
            margin-bottom: 1rem;
        }

    .social-icons a {
        margin: 0 0.5rem;
        color: var(--color-primary);
        font-size: 1.5rem;
        transition: color var(--transition);
    }

        .social-icons a:hover {
            color: var(--color-accent);
        }

    /* ———————————————————————————————— */
    /*   HİZMETLERİMİZ SAYFASI STİLLERİ   */
    /* ————————————————————————————————————————————————————— */

    .service-hero-section {
        background: var(--color-bg);
        padding: 8rem 0 4rem;
        text-align: center;
    }

        .service-hero-section h1 {
            font-size: 2.5rem;
            font-weight: 900;
            color: var(--color-primary);
            letter-spacing: 1px;
            margin-bottom: 1rem;
            position: relative;
        }

            .service-hero-section h1::after {
                content: "";
                display: block;
                width: 60px;
                height: 4px;
                background: var(--color-accent);
                margin: 0.75rem auto;
                border-radius: 2px;
            }

        .service-hero-section p {
            margin-top: 1rem;
            color: var(--color-text);
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

    /* ———————————————————————————————————— */
    /*  Feature İçinde Madde Listesi        */
    /* ———————————————————————————————————— */
    .feature-item ul {
        list-style: none;
        padding-left: 0;
        margin-top: 1rem;
    }

        .feature-item ul li {
            position: relative;
            padding-left: 1.75rem;
            margin-bottom: 0.6rem;
            font-size: 1rem;
            color: black;
            transition: all var(--transition);
            line-height: 1.6;
        }

            .feature-item ul li::before {
                content: "✔";
                position: absolute;
                left: 0;
                top: 0.1rem;
                font-size: 1rem;
                color: var(--color-accent);
                font-weight: bold;
                transition: transform var(--transition), color var(--transition);
            }

            .feature-item ul li:hover {
                color: var(--color-primary);
                transform: translateX(4px);
            }

                .feature-item ul li:hover::before {
                    transform: scale(1.3);
                    color: var(--color-primary);
                }

/* ———————————————————————————————————— */
/*  Otomotiv Sayfası – Logo Stili (Büyük) */
/* ———————————————————————————————————— */
.service-hero-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-top: 2rem;
}

    .service-hero-logos img {
        height: 60px;
        max-width: 140px;
        object-fit: contain;
        filter: grayscale(15%);
        transition: transform 0.3s ease;
    }

        .service-hero-logos img:hover {
            transform: scale(1.1);
            filter: none;
        }

@media (max-width: 768px) {
    .service-hero-logos img {
        height: 45px;
        max-width: 100px;
    }
}
