html {
    font-size: 14px;
    background-color: #f4efe6; /* Genel arka planı yumuşak kahverengimsi/krem tonuna çektik */
    color: #3e3832;
}

body {
    background-color: #f4efe6; /* Sayfa gövde arka planı */
    color: #3e3832;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem #f4efe6, 0 0 0 0.25rem #b08d57;
}

html {
    position: relative;
    min-height: 100%;
}

.dropdown:hover .dropdown-menu {
    display: block;
}


/* ==== HEADER ==== */
.site-header .top-bar {
    background-color: #2b221e; /* Koyu ahşap kahvesi tonu */
    color: rgba(255, 255, 255, 0.7);
}

    .site-header .top-bar a {
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none;
    }

        .site-header .top-bar a:hover {
            color: #b08d57;
        }

.site-header .main-nav {
    background-color: #362c26 !important; /* Lüks koyu kahve header */
    border-bottom: 1px solid #4a3c34 !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
    padding: 1rem 0;
}

    .site-header .main-nav .navbar-brand {
        color: #f4efe6 !important;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .site-header .main-nav .nav-link {
        color: #e3dcd3 !important;
        font-weight: 500;
    }

        .site-header .main-nav .nav-link:hover {
            color: #b08d57 !important;
        }

    .site-header .main-nav .form-control {
        background-color: #2b221e;
        border-color: #4a3c34;
        color: #fff;
    }

        .site-header .main-nav .form-control::placeholder {
            color: #b5ada6;
        }

.site-header .navbar-toggler {
    border-color: rgba(255,255,255,0.3);
}

.site-header .navbar-toggler-icon {
    filter: invert(1);
}



/* ==== SLIDER TAM GENİŞLİK ==== */
#carouselExampleCaptions {
    width: 100%;
}

    #carouselExampleCaptions .carousel-item img {
        width: 100%;
        height: 550px;
        object-fit: cover;
    }



/* ==== HAKKIMIZDA SAYFASI ==== */
.about-hero {
    background: linear-gradient(rgba(43,34,30,0.85), rgba(43,34,30,0.85)), url('https://images.unsplash.com/photo-1615066390971-03e4e1c36ddf?w=1600') center center/cover no-repeat;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-tag {
    color: #b08d57;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 0.8rem;
}

.stats-section {
    background-color: #eae3d5; /* Bir tık daha koyu kahvemsi krem */
}

.value-card {
    background-color: #fbf9f5; /* Kartlar arka plandan biraz daha açık, şık durması için */
    border: 1px solid #e3dcd3;
    border-radius: 8px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

    .value-card:hover {
        box-shadow: 0 8px 20px rgba(54,44,38,0.12);
        transform: translateY(-4px);
    }

.value-icon {
    font-size: 2.2rem;
    color: #b08d57;
}

.mission-card {
    background-color: #eae3d5;
    border-radius: 8px;
}


/* ==== İLETİŞİM SAYFASI ==== */
.map-wrapper iframe {
    display: block;
    filter: grayscale(10%) sepia(20%); /* Haritayı bile siteye uyumlu hafif kahvemsi tona soktuk */
}
/* ==== SSS SAYFASI ==== */
.faq-item {
    border: 1px solid #e3dcd3 !important;
    border-radius: 8px !important;
    overflow: hidden;
}

    .faq-item .accordion-button {
        font-weight: 600;
        background-color: #fbf9f5;
        color: #3e3832;
    }

        .faq-item .accordion-button:not(.collapsed) {
            background-color: #eae3d5;
            color: #b08d57;
            box-shadow: none;
        }

        .faq-item .accordion-button:focus {
            box-shadow: none;
            border-color: #e3dcd3;
        }

.faq-cta {
    background-color: #eae3d5;
}

/* ==== ANASAYFA KATEGORİ KARTLARI ==== */
.categories-section {
    background-color: #efe8dc;
}

.category-card {
    text-decoration: none;
    color: inherit;
    display: block;
    background-color: #fbf9f5;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(54, 44, 38, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .category-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 28px rgba(54, 44, 38, 0.16);
    }

.category-img-wrapper {
    position: relative;
    overflow: hidden;
    height: 260px;
}

.category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.category-card:hover img {
    style ="transform: scale(1.1);"
}

.category-content {
    padding: 1.25rem 1rem;
}

.category-name {
    font-weight: 700;
    color: #2b221e;
    letter-spacing: 0.5px;
    margin-bottom: 0.4rem;
}

.category-link {
    color: #b08d57;
    font-size: 0.9rem;
    font-weight: 500;
}
