.swiper-image,
.swiper-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

/* GENEL ALAN */
.stats-section {
    background: #f2fbea;
    /* görseldeki açık yeşilimsi arka plan */
    padding: 60px 0;
    border-radius: 24px;
    width: 100%;
}

.stats-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    /* SOL–SAĞ BOŞLUK TAM CUK OTURUYOR */
}

/* ÜST BAŞLIK ALANI */
.stats-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 50px;
}

.stats-header-left h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    line-height: 1.25;
}

.stats-header-right {
    max-width: 360px;
}

.stats-header-right p {
    font-size: 14px;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 14px;
}

.stats-btn {
    display: inline-block;
    background: #768a12;
    color: white;
    padding: 10px 28px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

/* ALTT AK İSTATİSTİK GRID */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.stat-box {
    max-width: 340px;
}

.stat-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #6b7280;
    margin-bottom: 10px;
}

.stat-line {
    height: 1px;
    background: #d7e6c5;
    width: 100%;
    margin-bottom: 12px;
}

.stat-value {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 12px;
}

.stat-desc {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.65;
    margin: 0;
}

/* ============ RESPONSIVE ============ */

@media (max-width: 992px) {
    .stats-header {
        flex-direction: column;
        gap: 20px;
    }

    .stats-header-left h2 {
        font-size: 32px;
    }

    .stats-wrapper {
        padding: 0 24px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

@media (max-width: 600px) {
    .stats-section {
        padding: 40px 0;
        border-radius: 16px;
    }

    .stats-header-left h2 {
        font-size: 28px;
    }

    .stat-value {
        font-size: 34px;
    }
}

:root {
    --green: #768a12;
    /* ana yeşil */
    --green-soft: #e8f4cf;
    /* ikon arka planı için soft ton */
    --border-card: #e4e7ed;
}

/* Bölüm */
.services-section {
    padding: 80px 0;
    background: #ffffff;
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Başlık + Tüm Hizmetler butonu */
.services-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 40px;
}

.services-header h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}

.btn-all-services {
    border-radius: 999px;
    border: 1px solid var(--green);
    padding: 10px 26px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #111827;
    background: #ffffff;
    transition: 0.2s ease;
}

.btn-all-services:hover {
    background: var(--green);
    color: #ffffff;
}

/* Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 26px;
}

/* Kart */
.service-card {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 26px 32px;
    border-radius: 22px;
    border: 1px solid var(--border-card);
    background: #ffffff;
    box-shadow: 0 10px 32px rgba(15, 23, 42, 0.03);
}

/* İkon alanı */
.service-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon.soft {
    background: var(--green-soft);
}

.icon-placeholder {
    font-size: 30px;
    color: #ffffff;
}

.service-icon.soft .icon-placeholder {
    color: var(--green);
}

/* İçerik */
.service-content h3 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 700;
}

.service-content p {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.6;
    color: #4b5563;
    max-width: 420px;
}

/* Detay linki */
.service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #111827;
}

.service-link span {
    color: var(--green);
    font-size: 14px;
}

/* Hover detay */
.service-card:hover {
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    transform: translateY(-2px);
    transition: 0.2s ease;
}


:root {
    --light-green-bg: #f4ffef;
    --accent-green: #768a12;
    --text-main: #050505;
    --text-muted: #4b5563;
}

/* Bölüm arka planı */
.stats-section {
    background: var(--light-green-bg);
    padding: 80px 353px;
}

/* Genel container */
.stats-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Üst kısım (başlık + açıklama + buton) */
.stats-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 50px;
}

.stats-heading h2 {
    margin: 0;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--text-main);
}

.stats-right {
    max-width: 360px;
    text-align: left;
}

.stats-right p {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-muted);
}

/* Hakkımızda butonu */
.stats-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border-radius: 999px;
    background: var(--accent-green);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.04em;
}

.stats-btn:hover {
    background: #62740f;
}

/* Alt metrikler grid */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

/* Tek metrik kutusu */
.stat-item {
    max-width: 320px;
}

.stat-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 10px;
}

.stat-divider {
    width: 100%;
    height: 1px;
    background: #d8e3c9;
    margin-bottom: 18px;
}

.stat-value {
    font-size: 65px;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 12px;
}

.stat-desc {
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0;
}

:root {
    --accent-green: #768a12;
    --border-soft: #e3e6eb;
}

/* Bölüm */
.functions-section {
    padding: 70px 0 60px;
    background: #ffffff;
}

.functions-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Başlık + oklar */
.functions-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 32px;
}

.functions-header h2 {
    margin: 0;
    font-size: 34px;
    font-weight: 700;
}

/* Ok butonları */
.functions-arrows {
    display: flex;
    align-items: center;
    gap: 12px;
}

.fn-arrow {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #111827;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    transition: 0.15s ease;
}

.fn-arrow:hover {
    background: #111827;
    color: #ffffff;
}

/* Kart satırı */
.functions-row {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

/* Kart */
.function-card {
    flex: 1 1 0;
    min-width: 200px;
    max-width: 260px;
    padding: 36px 30px;
    border-radius: 26px;
    border: 1px solid var(--border-soft);
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    text-align: center;
    transition: 0.18s ease;
}

.function-card:hover {
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
    transform: translateY(-2px);
}

/* aktif kart (alttaki yeşil yazı) */
.function-card.active .function-title {
    color: var(--accent-green);
}

/* ikon */
.function-icon {
    width: 64px;
    height: 64px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.function-title {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
}


/* Fonksiyonlar Grid */
.functions-row {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

/* Kart */
.fn-card {
    flex: 1 1 0;
    min-width: 265px;
    max-width: 264px;
    padding: 45px 45px;
    border-radius: 50px;
    border: 1px solid #e3e6eb;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 35px;
    cursor: pointer;
    transition: 0.58s ease;
}

.fn-card:hover {
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
    transform: translateY(-2px);
}

/* İkonların düzgün görünmesi için */
.fn-icon {
    width: 70px;
    height: 70px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* İkon resim ayarları */
.fn-icon img {
    width: 83%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Başlık */
.fn-title {
    font-size: 19px;
    font-weight: 600;
    color: #111827;
}


/* GLOBAL RESET */
* {
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
    /* sağ-sol taşmayı öldürür */
}

/* MOBİL MENÜ – YAN YANA BUTTONLAR */
.mobile-btn {
    flex: 1;
    padding: 12px 22px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    background: transparent;
    transition: all 0.3s ease;
}

/* ARALARINDA BOŞLUK */
.mobile-btn + .mobile-btn {
    margin-left: 10px;
}

/* HOVER – YEŞİL */
.mobile-btn:hover {
    background: #7ED957;
    border-color: #7ED957;
}

/* TIKLAMA HİSSİ */
.mobile-btn:active {
    transform: scale(0.97);
}

/* Genel ayarlar - Diğer kodlarınla çakışmaması için */
.blog-section-main {
    background-color: #f1fdf1;
    /* Arka plan açık yeşil */
    padding: 60px 5%;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.blog-inner-container {
    max-width: 1397px;
    margin: 0 auto;
}

/* Başlık ve Buton Alanı */
.blog-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.blog-main-title {
    font-size: 42px;
    font-weight: 800;
    margin: 0;
    color: #000;
}

.blog-all-btn {
    background-color: #6d8c11;
    /* Görseldeki buton yeşili */
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Kartların Dizilimi */
.blog-cards-wrapper {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    /* Mobilde alta kayması için */
}

.blog-card-item {
    flex: 1;
    min-width: 300px;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Sol Kart (Yeşil) */
.card-green-theme {
    background-color: #6d8c11;
    color: white;
}

/* Sağ Kart (Beyaz) */
.card-white-theme {
    background-color: white;
    color: #000;
}

.card-image-box {
    padding: 15px;
    position: relative;
}

.card-img {
    width: 100%;
    border-radius: 20px;
    display: block;
    height: 290px;
    object-fit: cover;
}

.date-badge {
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: bold;
}

.date-green {
    background-color: #8fb32e;
    color: white;
}

.date-black {
    background-color: black;
    color: white;
}

.card-text-content {
    padding: 0 30px 40px 30px;
}

.card-category {
    font-size: 12px;
    opacity: 0.8;
    margin-bottom: 10px;
    display: block;
}

.card-title {
    font-size: 24px;
    line-height: 1.3;
    margin: 0;
    font-weight: bold;
}

/* Mobilde yan yana değil alt alta gelmesi için */
@media (max-width: 768px) {
    .blog-cards-wrapper {
        flex-direction: column;
    }

    .blog-main-title {
        font-size: 32px;
    }
}

/* İletişim Alanı Genel Stil */
        .iletisim-cagrisi {
            width: 100%;
            padding: 100px 20px; /* Görseldeki gibi geniş bir boşluk */
            background-color: #fff; /* Temiz beyaz arka plan */
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            box-sizing: border-box;
        }

        .iletisim-cagrisi-baslik {
            font-size: clamp(24px, 5vw, 48px); /* Mobilde küçülen dinamik başlık */
            font-weight: 800;
            color: #000;
            margin-bottom: 30px;
            letter-spacing: -1px;
        }

        /* Görseldeki Zeytin Yeşili Buton */
        .iletisim-gec-butonu {
            background-color: #6d8c11; /* Görseldeki özel yeşil tonu */
            color: #fff;
            text-decoration: none;
            padding: 15px 40px;
            border-radius: 50px; /* Tam yuvarlak köşeler */
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            transition: transform 0.2s ease, background-color 0.2s ease;
            display: inline-block;
            box-shadow: 0 4px 15px rgba(109, 140, 17, 0.2);
        }

        .iletisim-gec-butonu:hover {
            background-color: #5a740e;
            transform: translateY(-2px); /* Hafif yukarı kalkma efekti */
        }

        /* Sayfanın alt kısmına gelmesi için küçük bir düzeltme */
        body {
            margin: 0;
            padding: 0;
        }

* {
    
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.faq-section {
    max-width: 1430px;
    margin: 54px auto;
    padding: 0 20px;
}

.faq-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* Item */
.faq-item {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin-bottom: 14px;
    overflow: hidden;
}

/* Question */
.faq-question {
    width: 100%;
    background: #fff;
    border: none;
    padding: 30px 25px;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Icon */
.faq-icon {
    background: black;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: 0.3s;
}

/* Answer */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* Active */
.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 15px 20px 20px;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

/* MOBILE */
@media (max-width: 576px) {
    .faq-title {
        font-size: 26px;
    }

    .faq-question {
        font-size: 14px;
    }
}

.features {
    max-width: 1430px;
    margin: 0px auto;
    padding: 0 20px;
}

.features h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.feature-card {
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
    background: #fff;
    transition: all 0.3s ease;
}

.feature-card:hover {
    border-color: #7ED957;
    transform: translateY(-6px);
}

.feature-card .icon {
    font-size: 56px;
    margin-bottom: 20px;
}

.feature-card p {
    font-size: 19px;
    font-weight: 600;
    color: #6a7f2b;
}

/* TABLET */
@media (max-width: 992px) {
    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .features h2 {
        font-size: 30px;
    }
}

/* MOBİL */
@media (max-width: 576px) {
    .feature-grid {
        grid-template-columns: 1fr;
    }

    .feature-card {
        padding: 32px 16px;
    }

    .feature-card .icon {
        font-size: 48px;
    }
}

* {
    
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif;
}

.ana-kapsayici {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}

.tanitim-alani {
    width: 100%;
    max-width: 1830px;
    min-height: 500px;
    border-radius: 16px;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&w=1000&q=80);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 212px;
}

.icerik-kutusu {
    background-color: #f1fdf1;
    padding: 44px;
    border-radius: 16px;
    max-width: 485px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.ana-baslik {
    color: #1a1a1a;
    font-size: 34px;
    margin-bottom: 25px;
    line-height: 1.1;
    font-weight: 800;
}

.ozellik-listesi {
    list-style: none;
    margin-bottom: 35px;
}

.liste-elemani {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    font-size: 16px;
    color: #2d2d2d;
    font-weight: 500;
}

.onay-ikonu {
    color: #6a962a;
    margin-right: 12px;
    font-size: 20px;
}

.iletisim-satiri {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 25px;
}

.iletisim-baglantisi {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #111;
    text-decoration: none;
    font-weight: 700;
}

.yuvarlak-simge {
    background-color: #111;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

.iletisim-baglantisi:hover .yuvarlak-simge {
    transform: scale(1.1);
}

* {
    
    padding: 0;
    box-sizing: border-box;
    font-family: Inter, Arial, sans-serif;
}

body {
    background-color: #ffffff;
}

/* Dış boşluk */
.section-shell {
    padding: 60px 20px;
}

/* Yeşil alan */
.section-box {
    max-width: 1400px;
    margin: 0 auto;
    background-color: #EFFFF0;
    border-radius: 28px;
    padding: 60px;
}

/* Başlık */
.section-header h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
}

/* CTA alanı */
.section-cta {
    margin-top: 20px;
    max-width: 420px;
}

.section-cta__text {
    font-size: 14px;
    color: #333;
    margin-bottom: 16px;
}

.section-cta__button {
    background-color: #6C8E00;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
}

/* Üst hizalama */
.section-box > .section-header,
.section-box > .section-cta {
    display: inline-block;
    vertical-align: top;
}

.section-header {
    width: 55%;
}

.section-cta {
    width: 40%;
}

/* İstatistik grid */
.metrics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 60px;
}

.metric-card__label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #000;
}

.metric-card h2 {
    font-size: 48px;
    margin: 10px 0;
    color: #000;
}

.metric-card p {
    font-size: 14px;
    color: #333;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .section-header,
    .section-cta {
        width: 100%;
    }

    .section-header h1 {
        font-size: 36px;
    }

    .metrics-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 480px) {
    .section-box {
        padding: 40px 24px;
    }

    .section-header h1 {
        font-size: 28px;
    }

    .metric-card h2 {
        font-size: 36px;
    }
}



*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background: #fff;
}

/* Section */
.services-section {
  padding: 80px 16px;
}

/* Container */
.services-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

/* Header */
.services-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}

.services-header h2 {
  font-size: 36px;
  font-weight: 700;
}

.services-all-btn {
  padding: 8px 16px;
  border: 1px solid #6C8E00;
  border-radius: 20px;
  font-size: 12px;
  color: #6C8E00;
  text-decoration: none;
  white-space: nowrap;
}

/* Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

/* Card */
.service-card {
  border: 1px solid #E5E5E5;
  border-radius: 20px;
  padding: 32px;
  width: 100%;
}

/* Icon + Title */
.service-card__top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.service-icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 50%;
  background: #6C8E00; /* hepsi aynı yeşil */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

/* Text */
.service-card h3 {
  font-size: 20px;
  margin: 0;
}

.service-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
}

/* Link */
.service-link {
  font-size: 13px;
  color: #6C8E00;
  text-decoration: none;
  font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .services-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .services-section {
    padding: 60px 12px;
  }

  .service-card {
    padding: 24px;
  }

  .services-header h2 {
    font-size: 28px;
  }
}

/* DESKTOP ACCORDION */
.nav-item {
  position: relative;
}

.nav-toggle {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #000;
}

.nav-toggle i {
  font-size: 12px;
  transition: transform 0.2s ease;
}

/* Dropdown */
.dropdown-menu {
  position: absolute;
  top: 36px;
  left: 0;
  min-width: 200px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  padding: 10px 0;
  display: none;
  flex-direction: column;
  z-index: 100;
}

.dropdown-menu a {
  padding: 10px 16px;
  font-size: 14px;
  text-decoration: none;
  color: #000;
}

.dropdown-menu a:hover {
  background: #f4f4f4;
}

/* ACTIVE */
.nav-item.active .dropdown-menu {
  display: flex;
}

.nav-item.active .nav-toggle i {
  transform: rotate(180deg);
}

*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background: #fff;
}

/* Section */
.functions-section {
  padding: 80px 16px;
}

.functions-container {
     max-width: 1300px;
    margin: 0px auto;
    width: 100%;
}

/* Header */
.functions-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.functions-header h2 {
  font-size: 36px;
  font-weight: 700;
}

/* Navigation buttons */
.functions-nav {
  display: flex;
  gap: 12px;
}

.nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #111;
  background: transparent;
  cursor: pointer;
  font-size: 18px;
}

/* Grid */
.functions-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

/* Card */
.function-card {
  border: 1px solid #E5E5E5;
  border-radius: 18px;
  padding: 32px 24px;
  text-align: center;
  background: #fff;
}

.function-icon {
  font-size: 40px;
  margin-bottom: 16px;
}

.function-card span {
  font-size: 15px;
  font-weight: 500;
}

/* TABLET */
@media (max-width: 1024px) {
  .functions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* MOBILE */
@media (max-width: 768px) {
  /* ok butonları kaldır */
  .functions-nav {
    display: none;
  }

  /* yatay scroll */
  .functions-grid {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding-bottom: 8px;
  }

  .function-card {
    min-width: 240px;
    flex-shrink: 0;
  }

  .functions-header h2 {
    font-size: 28px;
  }
}

*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background: #ffffff;
}

/* SECTION */
.preference-section {
  padding: 48px 20px;
}

/* HERO BACKGROUND */
.preference-hero {
  max-width: 1400px;
  margin: 0 auto;
  min-height: 520px;
  background-image: url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d");
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  padding: 80px;
  display: flex;
  align-items: center;
}

/* PANEL (KART) */
.preference-panel {
  background: #EFFFF0;
  width: 560px;              /* 🔥 desktop’ta büyük */
  padding: 48px 48px 44px;
  border-radius: 24px;
}

/* TITLE */
.preference-title {
  font-size: 40px;           /* 🔥 büyütüldü */
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 28px;
}

/* LIST */
.preference-points {
  list-style: none;
  padding: 0;
  margin-bottom: 36px;
}

.preference-points li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  font-size: 15px;
}

.preference-points li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #6C8E00;
  font-size: 15px;
}

/* CONTACT */
.preference-contacts {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.contact-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.chip-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

/* TABLET */
@media (max-width: 1024px) {
  .preference-hero {
    padding: 48px;
    min-height: auto;
  }

  .preference-panel {
    width: 100%;
    max-width: 600px;
  }
}

/* MOBILE */
@media (max-width: 600px) {
  .preference-hero {
    padding: 100px;
  }

  .preference-panel {
    padding: 60px;
  }

  .preference-title {
    font-size: 28px;
  }

  .preference-contacts {
    flex-direction: column;
    gap: 14px;
  }
}

/* DESKTOP ACCORDION */
.nav-item {
  position: relative;
}

.nav-toggle {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #000;
}

.nav-toggle i {
  font-size: 12px;
  transition: transform 0.2s ease;
}

/* Dropdown */
.dropdown-menu {
  position: absolute;
  top: 36px;
  left: 0;
  min-width: 200px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  padding: 10px 0;
  display: none;
  flex-direction: column;
  z-index: 100;
}

.dropdown-menu a {
  padding: 10px 16px;
  font-size: 14px;
  text-decoration: none;
  color: #000;
}

.dropdown-menu a:hover {
  background: #f4f4f4;
}

/* ACTIVE */
.nav-item.active .dropdown-menu {
  display: flex;
}

.nav-item.active .nav-toggle i {
  transform: rotate(180deg);
}








