﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  }
body {
    background-color: rgb(83,16,11); /* kiremit rengi */
    color: #f5f5f5;
    margin: 0;
    font-family: "Times New Roman", Times, serif;
}
.arkaplan {
    background-image: url('/images/arkaplan.png');
    background-repeat: repeat; /* ↩️ Tekrar etsin */
    background-size: 200px 200px; /* Orijinal boyutta döşeme */
    background-position: top left; /* Soldan başlasın */
    background-color: rgb(83,16,11); /* PNG saydamsa bu renk görünür */
}
.footer-icerik {
    background-color: rgba(83,16,11, 0.85); /* kiremit rengi, yarı saydam */
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 14px;
}


header, .navbar {
    background-color: #000 !important;
    color: white !important;
}

    .navbar .nav-link {
        color: white !important;    }

        .navbar .nav-link:hover {
            color: #f08030 !important;
        }

.container {
    background-color: white !important; /* iç kısımlarda aynı ton */
    color: black;
    padding: 20px;
    border-radius: 10px;
}




/*Aşağıya kayıydırıpta kesilmesin diye bunu yazdım*/

.container {
    min-height: auto !important; /* İçerik kadar uzasın */
    max-height: none !important; /* Yükseklik kısıtlamasını kaldır */
    overflow-y: visible !important; /* İçerik dışarı taşsın kesilmesin */
    padding-bottom: 100px; /* Alt boşluk kalsın */
}

/*İletişim kısımları*/
.contact-info a.link-button {
    display: inline-block;
    padding: 6px 12px;
    margin-top: 5px;
    background-color: #212529;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

    .contact-info a.link-button:hover {
        background-color: #72261b;
    }

.contact-info a img {
    vertical-align: middle;
    margin-left: 5px;
}

/*Ürünler menü seçenekler */
/* Ürünler üzerine gelince açılan hover menüsü */
.urunler-hover + .custom-dropdown {
    display: none;
    position: absolute;
    background-color: white;
    z-index: 999;
    min-width: 200px;
}

.nav-item.dropdown:hover .custom-dropdown {
    display: block;
}

.custom-dropdown .dropdown-item {
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.2s;
}

    .custom-dropdown .dropdown-item:hover {
        background-color: #f5f5f5;
    }

/* Ürünler aktif button vurgusu */
.kategori-btn.active {
    background-color: #53100B;
    color: white;
    font-weight: bold;
}

/* Animasyonlu kategori butonları */
.kategori-btn {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInKategori 0.5s ease-out forwards;
}

    /* Sıralı animasyon efekti */
    .kategori-btn:nth-child(1) {
        animation-delay: 0.1s;
    }

    .kategori-btn:nth-child(2) {
        animation-delay: 0.2s;
    }

    .kategori-btn:nth-child(3) {
        animation-delay: 0.3s;
    }

    .kategori-btn:nth-child(4) {
        animation-delay: 0.4s;
    }

    .kategori-btn:nth-child(5) {
        animation-delay: 0.5s;
    }

/* Ana animasyon */
@keyframes fadeInKategori {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.avantajlar-bolumu {
    display: flex;
    justify-content: center;
    gap: 30px; /* kutular arası mesafe */
    padding: 60px 20px;
    background: #fff;
    flex-wrap: wrap;
}

.avantaj-kutu {
    background: #fff;
    padding: 20px 15px;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    max-width: 240px;
    width: 100%;
    text-align: center;
}

.tik-animasyon {
    width: 28px;
    height: 28px;
    border: 3px solid #28a745;
    border-radius: 50%;
    margin: 0 auto 12px;
    position: relative;
    animation: tikCiz 0.8s ease forwards;
}

    .tik-animasyon::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 5px;
        border-left: 3px solid #28a745;
        border-bottom: 3px solid #28a745;
        top: 8px;
        left: 7px;
        transform: scale(0) rotate(-45deg);
        animation: tikIcerik 0.4s ease 0.6s forwards;
    }

.avantaj-icerik h3 {
    margin: 10px 0 5px;
    font-size: 16px;
    font-weight: bold;
    color: #53100b;
}

.avantaj-icerik p {
    font-size: 14px;
    color: #333;
}

/* Animasyonlar */
@keyframes tikCiz {
    from {
        transform: scale(0);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes tikIcerik {
    to {
        transform: scale(1) rotate(-45deg);
    }
}
@media (max-width: 768px) {
    .hikaye-dalga-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .avantaj-kutu {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
.hikaye-dalga-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 50px;
    background: #f6f1eb;
    padding: 60px 20px;
    flex-wrap: wrap;
}

.hikaye-dalga-kare {
    text-align: center;
    animation: yukariAsagi 3.5s ease-in-out infinite alternate;
}

    .hikaye-dalga-kare:nth-child(2) {
        animation-delay: 0.3s;
    }

    .hikaye-dalga-kare:nth-child(3) {
        animation-delay: 0.6s;
    }

    .hikaye-dalga-kare:nth-child(4) {
        animation-delay: 0.9s;
    }

    .hikaye-dalga-kare img {
        width: 100px;
        height: auto;
        border-radius: 8px;
        margin-bottom: 10px;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    }

    .hikaye-dalga-kare p {
        font-size: 15px;
        font-weight: 600;
        color: #5c2e1f;
        margin: 0;
    }

@keyframes yukariAsagi {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-15px);
    }
}

@media screen and (max-width: 768px) {
    .hikaye-dalga-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .hikaye-dalga-kare img {
        width: 80px;
    }

    .hikaye-dalga-kare p {
        font-size: 13px;
    }
}

.hikaye-dalga-kare.final-kare {
    animation-delay: 1.2s;
}

    .hikaye-dalga-kare.final-kare p {
        color: #8a2e0f;
    }

/* ==== NAVBAR DAHA KALIN VE MENÜLERİ YAY ==== */
.navbar {
    padding-top: 1.6rem; /* üst boşluğu artır */
    padding-bottom: 1.6rem; /* alt boşluğu artır */
    min-height: 95px; /* siyah bandın yüksekliği */
    background-color: #000 !important;
}

    /* Menü yazıları: büyük, kalın ve yaygın */
    .navbar .nav-link {
        font-size: 1.28rem; /* yazı boyutu */
        font-weight: 700; /* kalın */
        letter-spacing: 0.8px; /* harfler arası mesafe */
        padding: 1rem 1.6rem; /* menü aralığı geniş */
        color: white !important;
        font-family: "Times New Roman", Times, serif;
        text-transform: uppercase; /* kurumsal görünüm */
        transition: all 0.2s ease-in-out;
    }

        /* Hover ve aktif efekt */
        .navbar .nav-link:hover {
            color: #f08030 !important; /* kiremit tonu */
            transform: scale(1.05); /* hafif büyüme efekti */
        }

/* Menü elemanlarını biraz daha ayır */
.navbar-nav {
    gap: 30px; /* menü öğeleri arasındaki mesafe */
}

/* Mobilde biraz küçültelim */
@media (max-width: 768px) {
    .navbar {
        padding-top: 1rem;
        padding-bottom: 1rem;
        min-height: 75px;
    }

        .navbar .nav-link {
            font-size: 1.05rem;
            letter-spacing: 0.4px;
            padding: 0.7rem 1rem;
        }

    .navbar-nav {
        gap: 14px;
    }
}
/* ==== HİKAYE (küçük animasyon) — daha geniş ve büyük ==== */
/* Eski sınırlamaları (width:22%, max-width:60px gibi) ezip geçiyoruz */
.hikaye-dalga-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around; /* sağ/sol daha iyi dağılır */
    align-items: flex-start;
    gap: 48px; /* kutular arası boşluk arttı */
    padding: 48px 60px; /* sağ/sol ve yukarı/aşağı nefes */
    background: #f6f1eb; /* mevcut zemin korunur */
}

.hikaye-dalga-kare {
    width: 24%; /* her kutu biraz daha geniş */
    max-width: 320px; /* masaüstü üst sınırı */
    text-align: center;
}

    .hikaye-dalga-kare img {
        width: 100%;
        max-width: 160px; /* görseller büyüdü (60px’den 160px) */
        height: auto;
        border-radius: 10px;
        margin-bottom: 12px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    }

    .hikaye-dalga-kare p {
        font-size: 18px; /* yazılar büyüdü */
        font-weight: 600;
        color: #5c2e1f;
        margin-top: 8px;
    }


/* Tablet */
@media (max-width: 992px) {
    .hikaye-dalga-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 28px;
        padding: 36px 20px;
    }

    .hikaye-dalga-kare {
        width: 42%;
        max-width: 260px;
    }

        .hikaye-dalga-kare img {
            max-width: 120px;
        }

        .hikaye-dalga-kare p {
            font-size: 16px;
        }
}

/* Mobil */
@media (max-width: 576px) {
    .hikaye-dalga-kare {
        width: 100%;
        max-width: none;
    }

        .hikaye-dalga-kare img {
            max-width: 110px;
        }

        .hikaye-dalga-kare p {
            font-size: 15px;
        }
}

/* ==== KALİTE KUTULARI — daha yay ve okunaklı ==== */
.avantajlar-bolumu {
    display: flex;
    flex-wrap: nowrap; /* masaüstünde tek satırda kalsın */
    justify-content: space-around; /* sağ/solu doldur */
    gap: 32px; /* kutular arası mesafe */
    padding: 50px 40px; /* alanı büyüt */
    background: #fff;
}

.avantaj-kutu {
    flex: 1 1 28%;
    max-width: 28%; /* 3 kutu rahat sığsın */
    min-width: 260px; /* çok dar ekranda da ezilmesin */
    padding: 22px 18px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.avantaj-icerik h3 {
    font-size: 18px; /* başlık büyütüldü */
    margin-bottom: 6px;
    color: #53100b;
    font-weight: bold;
}

.avantaj-icerik p {
    font-size: 15px; /* açıklama büyütüldü */
    color: #333;
}

/* Tablet */
@media (max-width: 992px) {
    .avantajlar-bolumu {
        flex-wrap: wrap; /* 2’li dizilebilsin */
        justify-content: center;
        gap: 24px;
        padding: 36px 20px;
    }

    .avantaj-kutu {
        flex: 1 1 44%;
        max-width: 44%;
    }
}

/* Mobil */
@media (max-width: 576px) {
    .avantaj-kutu {
        flex: 1 1 100%;
        max-width: 100%;
    }
}
/* ==== FOOTER GENİŞ VE OKUNAKLI ==== */
footer {
    background-color: rgba(83,16,11, 0.9); /* kiremit rengi */
    color: #fff;
    text-align: center;
    padding: 35px 20px; /* yukarı-aşağı genişlik */
    font-family: "Times New Roman", serif;
    letter-spacing: 0.5px;
}

.footer-icerik {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px; /* üst ve alt yazı arası */
}

    .footer-icerik .ust-yazi {
        font-size: 20px; /* büyütüldü */
        font-weight: 600;
    }

    .footer-icerik .alt-yazi {
        font-size: 18px; /* büyütüldü */
        font-weight: 500;
    }

    .footer-icerik a {
        color: #ff884d;
        text-decoration: none;
        font-weight: 600;
        margin-left: 4px;
        transition: color 0.3s ease;
    }

        .footer-icerik a:hover {
            color: #ffc299; /* hover rengi */
            text-decoration: underline;
        }

/* Mobilde de ortalı kalsın */
@media (max-width: 576px) {
    footer {
        padding: 25px 15px;
    }

    .footer-icerik .ust-yazi {
        font-size: 18px;
    }

    .footer-icerik .alt-yazi {
        font-size: 16px;
    }
}
/* ==== KALİTE BÖLÜMÜ — BÜYÜTÜLMÜŞ & YAY ==== */
.avantajlar-bolumu {
    display: flex;
    flex-wrap: wrap; /* gerekirse satır kır */
    justify-content: space-between; /* sağ-sol boşlukları doldur */
    align-items: stretch;
    gap: 36px !important; /* kutular arası mesafe */
    padding: 70px 40px !important; /* bölüm yüksekliği/arttırma */
    background: #fff;
    max-width: 1200px; /* içerik genişliği */
    margin: 0 auto; /* ortala */
}

.avantaj-kutu {
    flex: 1 1 30%; /* 3’lü dizilim için ideal */
    min-width: 320px; /* küçük ekranda ezilmesin */
    max-width: 380px; /* çok büyümesin */
    padding: 28px 22px !important; /* iç boşluk büyüt */
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    text-align: center;
}

/* Tik animasyonunu büyüt */
.tik-animasyon {
    width: 36px !important;
    height: 36px !important;
    border-width: 3px !important;
    margin-bottom: 16px !important;
}

    .tik-animasyon::after {
        width: 14px !important;
        height: 7px !important;
        top: 10px !important;
        left: 9px !important;
        border-width: 3px !important;
    }

/* Metinleri büyüt */
.avantaj-icerik h3 {
    font-size: 22px !important; /* başlık büyüdü */
    margin-bottom: 8px !important;
    color: #53100b;
    font-weight: 700;
}

.avantaj-icerik p {
    font-size: 18px !important; /* açıklama büyüdü */
    color: #333;
}

/* Tablet */
@media (max-width: 992px) {
    .avantajlar-bolumu {
        gap: 28px !important;
        padding: 56px 24px !important;
    }

    .avantaj-kutu {
        flex: 1 1 45%;
        min-width: 280px;
        max-width: 460px;
    }

    .avantaj-icerik h3 {
        font-size: 20px !important;
    }

    .avantaj-icerik p {
        font-size: 16.5px !important;
    }
}

/* Mobil */
@media (max-width: 576px) {
    .avantajlar-bolumu {
        gap: 20px !important;
        padding: 40px 16px !important;
    }

    .avantaj-kutu {
        flex: 1 1 100%;
        min-width: unset;
        max-width: none;
    }

    .avantaj-icerik h3 {
        font-size: 19px !important;
    }

    .avantaj-icerik p {
        font-size: 15.5px !important;
    }
}
/* ==== HİKAYE DALGASI — YAYVAN GENİŞLETİLMİŞ ==== */
.hikaye-dalga-wrapper {
    display: flex;
    justify-content: space-evenly; /* eşit yayılım */
    align-items: center;
    gap: 20px;
    background: #f6f1eb; /* mevcut zemin */
    padding: 40px 0; /* yüksekliği sabit tut */
    flex-wrap: nowrap; /* tek satırda kalsın */
}

.hikaye-dalga-kare {
    flex: 1 1 auto;
    text-align: center;
    animation: yukariAsagi 3.5s ease-in-out infinite alternate;
    max-width: 240px; /* 🔥 genişlik artırıldı */
}

    .hikaye-dalga-kare img {
        width: 160px; /* 🔥 resimler büyütüldü */
        height: auto;
        border-radius: 8px;
        margin-bottom: 10px;
        box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    }

    .hikaye-dalga-kare p {
        font-size: 18px; /* 🔥 yazılar biraz büyütüldü */
        font-weight: 600;
        color: #5c2e1f;
        margin: 0;
    }

/* animasyon aynı */
@keyframes yukariAsagi {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-15px);
    }
}

/* Tablet görünüm */
@media (max-width: 992px) {
    .hikaye-dalga-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .hikaye-dalga-kare img {
        width: 130px;
    }

    .hikaye-dalga-kare p {
        font-size: 16px;
    }
}

/* Mobil görünüm */
@media (max-width: 576px) {
    .hikaye-dalga-wrapper {
        flex-direction: column;
        gap: 25px;
    }

    .hikaye-dalga-kare img {
        width: 110px;
    }

    .hikaye-dalga-kare p {
        font-size: 14px;
    }
}
/* ==== FOOTER — eski yükseklik, sadece yazı büyük ==== */
footer {
    background-color: rgba(83,16,11, 0.9); /* kiremit rengi */
    color: #fff;
    text-align: center;
    padding: 15px 10px; /* 🔹 eski yükseklik */
    font-family: "Times New Roman", serif;
}

.footer-icerik {
    max-width: 1100px;
    margin: 0 auto;
}

    .footer-icerik .ust-yazi {
        font-size: 20px; /* 🔹 yazı biraz büyük */
        font-weight: 600;
    }

    .footer-icerik .alt-yazi {
        font-size: 18px;
        font-weight: 500;
    }

    .footer-icerik a {
        color: #f08030;
        font-size: 18px;
        text-decoration: none;
        font-weight: 600;
    }

        .footer-icerik a:hover {
            color: #ffc299;
            text-decoration: underline;
        }

/* Mobilde küçültme */
@media (max-width: 576px) {
    .footer-icerik .ust-yazi {
        font-size: 18px;
    }

    .footer-icerik .alt-yazi,
    .footer-icerik a {
        font-size: 16px;
    }
}
/* ============================
   ANASAYFA GENEL WRAPPER
   ============================ */
.anasayfa {
    padding-bottom: 40px;
}

    /* ============================
   HERO BAŞLIK
   ============================ */
    .anasayfa .mk-hero-title {
        text-align: center;
        margin: 50px auto 30px;
        padding: 10px 16px 20px;
    }

        .anasayfa .mk-hero-title .mk-sub {
            display: inline-block;
            font-size: 18px;
            letter-spacing: 0.28em;
            text-transform: uppercase;
            font-weight: 600;
            background: linear-gradient(90deg, #b08d2f, #7a6222);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 12px;
        }

        .anasayfa .mk-hero-title h1 {
            font-family: 'Poppins', sans-serif;
            font-weight: 900;
            font-size: clamp(2.6rem, 5vw + 1rem, 4.4rem);
            letter-spacing: 0.22em;
            text-transform: uppercase;
            color: #7b1b13;
            margin: 0;
            text-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
        }

        .anasayfa .mk-hero-title .mk-line {
            display: block;
            width: 200px;
            height: 4px;
            margin: 18px auto 0;
            border-radius: 999px;
            background: linear-gradient(90deg, #fbc27c, #e0622e);
            box-shadow: 0 4px 12px rgba(0, 0, 0, .28);
        }

/* Küçük ekranlarda başlığı biraz küçült */
@media (max-width: 576px) {
    .anasayfa .mk-hero-title {
        margin-top: 30px;
    }

        .anasayfa .mk-hero-title .mk-sub {
            font-size: 13px;
            letter-spacing: 0.20em;
        }

        .anasayfa .mk-hero-title h1 {
            font-size: 2.4rem;
            letter-spacing: 0.18em;
        }

        .anasayfa .mk-hero-title .mk-line {
            width: 150px;
            height: 3px;
        }
}

/* ============================
   VİDEO HERO
   ============================ */
.anasayfa .hero-video {
    position: relative;
    overflow: hidden;
    height: clamp(260px, 45vw, 520px);
    border-radius: 12px;
    margin-bottom: 40px;
}

    .anasayfa .hero-video video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.anasayfa .hero-video-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: clamp(22px, 3vw + 8px, 34px);
    font-family: 'Times New Roman', serif;
    font-weight: bold;
    text-shadow: 0 4px 12px rgba(0,0,0,0.8);
    text-align: center;
    padding: 0 20px;
}


/* ============================
   HİKAYE KARELERİ
   ============================ */
.anasayfa .hikaye-dalga-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    padding: 30px 10px 20px;
}

.anasayfa .hikaye-dalga-kare {
    text-align: center;
    max-width: 200px;
}

    .anasayfa .hikaye-dalga-kare img {
        width: 100%;
        max-width: 120px;
        height: auto;
        border-radius: 8px;
        margin-bottom: 10px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    }

    .anasayfa .hikaye-dalga-kare p {
        font-size: 15px;
        font-weight: 600;
        color: #5c2e1f;
        margin: 0;
    }

/* Tablet: 2x2 dizilim gibi dursun */
@media (max-width: 768px) {
    .anasayfa .hikaye-dalga-wrapper {
        gap: 18px;
    }

    .anasayfa .hikaye-dalga-kare {
        max-width: 45%;
    }

        .anasayfa .hikaye-dalga-kare img {
            max-width: 90px;
        }

        .anasayfa .hikaye-dalga-kare p {
            font-size: 14px;
        }
}

/* Küçük telefon: alt alta */
@media (max-width: 480px) {
    .anasayfa .hikaye-dalga-kare {
        max-width: 100%;
    }

        .anasayfa .hikaye-dalga-kare img {
            max-width: 80px;
        }
}

/* ============================
   AVANTAJLAR (KALİTE KUTULARI)
   ============================ */
.anasayfa .avantajlar-bolumu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    padding: 40px 10px;
    background: #ffffff;
    border-radius: 12px;
    margin: 20px auto 40px;
}

.anasayfa .avantaj-kutu {
    flex: 1 1 30%;
    min-width: 260px;
    max-width: 340px;
    padding: 22px 18px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    text-align: center;
}

.anasayfa .tik-animasyon {
    width: 32px;
    height: 32px;
    border: 3px solid #28a745;
    border-radius: 50%;
    margin: 0 auto 12px;
    position: relative;
    animation: tikCiz 0.8s ease forwards;
}

    .anasayfa .tik-animasyon::after {
        content: '';
        position: absolute;
        width: 12px;
        height: 6px;
        border-left: 3px solid #28a745;
        border-bottom: 3px solid #28a745;
        top: 9px;
        left: 8px;
        transform: scale(0) rotate(-45deg);
        animation: tikIcerik 0.4s ease 0.6s forwards;
    }

.anasayfa .avantaj-icerik h3 {
    margin: 10px 0 5px;
    font-size: 18px;
    font-weight: bold;
    color: #53100b;
}

.anasayfa .avantaj-icerik p {
    font-size: 15px;
    color: #333;
}

@keyframes tikCiz {
    from {
        transform: scale(0);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes tikIcerik {
    to {
        transform: scale(1) rotate(-45deg);
    }
}

/* Tablet: 2’li dizilim */
@media (max-width: 992px) {
    .anasayfa .avantaj-kutu {
        flex: 1 1 45%;
        min-width: 240px;
    }
}

/* Mobil: tek sütun */
@media (max-width: 576px) {
    .anasayfa .avantaj-kutu {
        flex: 1 1 100%;
        min-width: 100%;
    }
}

/* ============================
   BELGELER / SERTİFİKALAR
   ============================ */
.anasayfa .belgeler-bolumu {
    background: #f9f9f9;
    padding: 40px 10px 50px;
    border-radius: 12px;
    margin: 0 auto 20px;
    text-align: center;
}

    .anasayfa .belgeler-bolumu h3 {
        color: #000;
        font-family: 'Segoe UI', 'Roboto', sans-serif;
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 24px;
    }

.anasayfa .belgeler-icerik {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

    .anasayfa .belgeler-icerik img {
        height: 60px;
        width: auto;
    }

/* Küçük ekran: logolar biraz küçülsün */
@media (max-width: 480px) {
    .anasayfa .belgeler-icerik img {
        height: 48px;
    }
}

/* ============================
   SLAYT RESİMLERİ (sahneAlani)
   ============================ */
.anasayfa #sahneAlani {
    display: flex;
    flex-wrap: wrap; /* Gerekirse alt satıra geçsin */
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 40px auto 30px;
    max-width: 100%;
}

    .anasayfa #sahneAlani .sahne {
        flex: 1 1 22%; /* 4 tane yan yana ~%22 */
        min-width: 140px; /* Çok küçülmesin */
        max-width: 220px; /* Çok büyümesin */
        text-align: center;
        opacity: 0.4;
        transform: scale(0.9);
        transition: all 1s ease;
    }

        .anasayfa #sahneAlani .sahne.aktif {
            opacity: 1;
            transform: scale(1.05);
        }

        .anasayfa #sahneAlani .sahne img {
            max-width: 100%; /* Kutunun dışına taşma */
            height: auto;
            max-height: 160px;
            transition: 1s ease;
        }

/* Tablet: 2’li dizilim daha rahat */
@media (max-width: 768px) {
    .anasayfa #sahneAlani {
        gap: 16px;
        margin: 24px auto 20px;
    }

        .anasayfa #sahneAlani .sahne {
            flex: 1 1 45%; /* 2 sütun */
            min-width: 140px;
        }

            .anasayfa #sahneAlani .sahne img {
                max-height: 120px;
            }
}

/* Küçük telefon: tek sütun */
@media (max-width: 480px) {
    .anasayfa #sahneAlani .sahne {
        flex: 1 1 100%; /* Tam satır */
        max-width: 100%;
    }

        .anasayfa #sahneAlani .sahne img {
            max-height: 100px;
        }
}
