html, body {
    max-width: 100%;
    overflow-x: hidden;
    touch-action: manipulation;
}
body {
    font-family: "Segoe UI", "Open Sans", sans-serif;
    color: #333;
    opacity: 0;
    animation: pageFade 1.2s ease forwards;
}
@keyframes pageFade {
    from { opacity: 0; }
    to { opacity: 1; }
}
h1, h2, h3, h4, h5 {
    letter-spacing: 0.5px;
}

.lead {
    line-height: 1.7;
}
.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}
/* ============================================================
   DESKTOP NAVBAR
============================================================ */
.navbar {
    transition: background-color .25s ease, box-shadow .25s ease;
    background-color: #0000003d;
    top: -12px;
}
.navbar.scrolled {
    background-color: rgb(0 0 0 / 55%);
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

/* LOGO */
.navbar-brand {
    font-weight: 800;
    color: #fff;
    letter-spacing: .5px;
}
.navbar-img {
    width: 150px !important;
}
.navbar.scrolled .navbar-brand {
    color: #d40000;
}

/* NAV LINKS */
.navbar .nav-link {
    font-weight: 800;
    color: #fff;
    margin: 0 12px;
    transition: color .2s;
}
.navbar.scrolled .nav-link {
    color: #fff;
}
.navbar-nav {
    flex-direction: row;
    flex: 1;
}

/* SEARCH */
.nav-search {
    position: relative;
}
.nav-search input {
    border: 1px solid rgba(255,255,255,0.7);
    background-color: rgba(255,255,255,0.15);
    color: #fff;
    border-radius: 30px;
    padding: 5px 30px 5px 12px;
    font-size: .9rem;
    outline: none;
}
.nav-search input::placeholder {
    color: rgba(255,255,255,0.8);
}
.nav-search button {
    position: absolute;
    right: 6px;
    top: 2px;
    background: none;
    border: none;
    color: rgba(255,255,255,0.9);
}
.navbar.scrolled .nav-search input {
    color: #222;
}
.navbar.scrolled .nav-search button {
    color: #333;
}

/* SOCIAL ICONS */
.social-icons a {
    color: #fff;
    transition: all 0.3s ease;
}
.social-icons a:hover {
    color: #d40000;
    transform: scale(1.25) rotate(-5deg);
}

/* ============================================================
   LANGUAGE DROPDOWN (Globe → Custom Dropdown)
============================================================ */

.lang-wrapper {
    position: relative;
    cursor: pointer;
}

.lang-icon {
    transition: 0.2s ease;
}
.lang-icon:hover {
    opacity: .8;
}

.lang-dropdown {
    position: absolute;
    top: 30px;
    right: 0;
    background: rgba(255,255,255,0.3);
    backdrop-filter: blur(16px);
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.18);
    width: 180px;
    padding: 6px 0;
    display: none;
    z-index: 2000;
}

.lang-item {
    padding: 10px 15px;
    font-size: .95rem;
    color: #333;
    transition: .2s ease;
}
.lang-item:hover {
    background: rgba(0,0,0,0.07);
}

/* ================= MOBILE NAVBAR FIX ================= */
@media (max-width: 991px) {

    /* Navbar background */
    .navbar {
        background: rgba(0, 0, 0, 0.90);
        backdrop-filter: blur(12px);
        padding: 0.7rem 1rem;
    }

    /* Logo */
    .navbar-img {
        width: 110px !important;
    }

    /* Toggler */
    .navbar-toggler {
        border: none;
        padding: 0;
        margin: 0;
    }
    .toggler-icon {
        font-size: 1.9rem;
        color: #fff;
        transition: transform 0.3s ease;
    }
    .navbar-toggler[aria-expanded="true"] .toggler-icon {
        transform: rotate(180deg);
    }

    /* FULLSCREEN MENU */
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;

        background: rgba(0, 0, 0, 0.92);
        backdrop-filter: blur(16px);

        padding-top: 120px;
        text-align: center;

        overflow-y: auto;
        display: flex !important;
        flex-direction: column;
        justify-content: flex-start;

        z-index: 1050;
        transform: translateY(-100%);
        transition: transform 0.45s ease-in-out;
    }

    .navbar-collapse.show {
        transform: translateY(0);
    }

    /* MENU ITEMS */
    .navbar-nav {
        flex-direction: column !important;
        gap: 1.4rem;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .navbar-nav .nav-link {
        color: #fff !important;
        font-size: 1.35rem;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        width: 100%;
        display: block;
        padding: 10px 0;
    }

    .navbar-nav .nav-link:hover {
        color: #ff5555 !important;
    }

    /* SOCIAL ICONS IN MOBILE */
    .social-icons {
        margin-top: 2rem;
        justify-content: center;
        gap: 1.5rem;
        width: 100%;
    }
    .social-icons a {
        font-size: 1.8rem;
        color: #fff;
    }
    .social-icons a:hover {
        color: #ff4444;
        transform: scale(1.2);
    }

    /* LANGUAGE DROPDOWN MOBILE */
    .lang-wrapper {
        margin-top: 1.8rem;
        align-self: center;
    }

    .lang-dropdown {
        width: 180px;
        left: 50%;
        transform: translateX(-50%);
        top: 40px;
    }

    .lang-item {
        padding: 10px 15px;
        font-size: 1rem;
    }

    /* SEARCH SHOULD NOT APPEAR IN MOBILE */
    .nav-search {
        display: none !important;
    }
}



/* NAVBAR */

/* ===================== DETAIL BANNER ===================== */
.product-detail-banner {
    height: 320px;
    background: url(../img/product-header-bg.jpg) center/cover no-repeat;
}
.product-detail-title {
    font-family: 'Montserrat', serif;
    font-weight: 800;
    font-size: 3.5rem;
    color: #e7e7e7;
    letter-spacing: 3px;
}
/* ===================== PRODUCT DETAIL BODY ===================== */
.product-detail-img {
    max-width: 400px;
    background: center/cover no-repeat;
}
.product-detail-name {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.product-detail-desc {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
}
.product-detail-subtitle {
    font-weight: 700;
    margin-bottom: 10px;
}
.product-detail-list {
    padding-left: 20px;
}
.product-detail-list li {
    margin-bottom: 6px;
    font-size: 0.95rem;
}

/* HERO */
.hero-carousel,
.hero-carousel .carousel-item,
.hero-carousel .carousel-item img {
    height: 75vh;
}
.hero-caption {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    text-align: center;
    color: #fff;
    padding: 0 1rem;
}
.hero-caption h1 {
    font-size: clamp(2rem, 5vw, 4.5rem);
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color:#ffffff99;
}
.hero-caption p {
    font-size: clamp(1rem, 2vw, 1.3rem);
    opacity: 0.95;
    margin-bottom: 1.5rem;
}
.hero-cta {
    font-weight: 700;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    transition: all 0.3s ease;
}
.hero-cta:hover {
    background-color: #000;
    color: #fff;
}
/* Namesake banner */
.feature-banner{
    position:relative;
    min-height:500px;
    overflow:hidden;
    background-position: center right;
}
.namesake{
    padding-top: 0.5rem !important;
    /*padding-bottom: 1rem !important;*/
}
.pad{
    padding-left: 120px !important;
    padding-right: 120px !important;
}
/* =====================SCROLL REVEAL EFFECTS ===================== */
.reveal {
    opacity: 0;
    transition: all 1s ease;
}
/* aşağıdan gelen */
.reveal-bottom {
    transform: translateY(60px);
}
/* soldan gelen */
.reveal-left {
    transform: translateX(-60px);
}
/* sağdan gelen */
.reveal-right {
    transform: translateX(60px);
}
/* Görününce aktifleşir */
.reveal.show {
    opacity: 1;
    transform: translate(0,0);
}
/* =====================SCROLL REVEAL EFFECTS ===================== */
/* soldan metni okunur kılmak için sol-gradient overlay */
.feature-banner::before{
    content:"";
    position:absolute; inset:0;
    background: linear-gradient(90deg,
    rgba(0,0,0,.55) 0%,
    rgba(0,0,0,.35) 35%,
    rgba(0,0,0,0) 65%);
}
/* metin kutusu — sol tarafa sabitlenir */
.banner-copy{
    position:relative;
    color:#fff;
    padding:48px;
    max-width:520px;
}
/* tipografi görseldeki gibi */
.banner-copy .title{
    font-weight:800;
    letter-spacing:.5px;
    text-transform:uppercase;
    margin-bottom:12px;
}
.banner-copy .lead{
    font-size:1.075rem;
    line-height:1.7;
    opacity:.95;
}
section {
    scroll-margin-top: 100px; /* anchor link smooth scroll için */
}
/* OUR PRODUCTS SECTION */
#products {
    background-color: #fafafa;
}
#products .nav-link {
    color: #000000;
    border: none;
    border-bottom: 1px solid transparent;
}
#products .nav-link.active {
    color: #000000;
    border-color: #ff6b07;
}
.product-card {
    overflow: hidden;
    padding: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border:1px solid #000000;
}
.product-card img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    object-position: center;
    transition: transform 0.4s ease;
}
.product-card:hover img {
    transform: scale(1.05);
}
.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.product-card h6 {
    font-weight: 600;
    color: #222;
    font-size: 0.95rem;
    margin-top: 0.75rem;
}
/* DETAIL PAGE HEADER */
.detail-header {
    height: 40vh;
    background: url('../img/product-header-bg.jpg') center/cover no-repeat;
    margin-top: 70px;
}

/* PRODUCT DETAIL SECTION */
.detail-list li {
    margin-bottom: 8px;
    font-size: 1.05rem;
}

/* RELATED PRODUCTS SECTION */
.related-products .product-card {
    cursor: pointer;
}

/* === PRODUCT CARD SCROLL ANIMATION === */
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(60px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.product-card {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.product-card.animate {
    animation: fadeUp 1.4s ease-out forwards;
}
/* her kart için farklı gecikme */
.product-card[data-delay="1"] { animation-delay: 0.2s; }
.product-card[data-delay="2"] { animation-delay: 0.4s; }
.product-card[data-delay="3"] { animation-delay: 0.6s; }
.product-card[data-delay="4"] { animation-delay: 0.8s; }
.product-card[data-delay="5"] { animation-delay: 1s; }
.product-card[data-delay="6"] { animation-delay: 1.2s; }
.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.scroll-float {
    transition: transform 0.4s ease-out;
    will-change: transform;
    transform: translateY(0);
}

.product-banner {
    height: 350px;
    background: url('../img/product-header-bg.jpg') center/cover no-repeat;
    display: flex;
}
.product-banner-title {
    font-family: 'Montserrat',serif;
    font-weight: 800;
    font-size: 4rem;
    color: #e7e7e7b3;
    letter-spacing: 3px;
}
/* CATEGORY TABS */
.product-tabs-container {
    margin-top: 40px;
}
.product-tabs {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #dcdcdc;
}
.product-tabs li {
    font-size: 1.1rem;
    font-weight: 500;
    color: #6f6f6f;
    padding-bottom: 10px;
    cursor: pointer;
}
/* GRID */
.product-group {
    display: none;
}
.product-group.show {
    display: block;
}
.product-img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.product-name {
    font-size: 0.95rem;
    font-weight: 400;
    margin-bottom: 15px;
}
.view-more-btn {
    background: #000;
    color: #fff;
    padding: 5px 20px;
    font-size: 0.75rem;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
}
/* EXPLORE */
.explore-area {
    margin-top: 80px;
}
.explore-title {
    font-family: 'Montserrat',serif;
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: 3px;
    margin-bottom: 20px;
}
.explore-arrow {
    font-size: 2rem;
    padding: 0 18px;
    user-select: none;
    cursor: pointer;
    color: #000;
}
.product-tab-icon {
    font-size: 1.1rem;
    margin-right: 6px;
    color: #6f6f6f;
    position: relative;
    top: -1px;
}
.explore-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.explore-products {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 10px;
    max-width: calc(160px * 5 + 30px * 4);
    margin: 0 auto;
}
.explore-products::-webkit-scrollbar {
    display: none;
}
.explore-item {
    flex: 0 0 160px; /* Sabit genişlikli slider elemanı */
    text-align: center;
}
.explore-item img {
    width: 120px;
    height: auto;
}
.explore-item p {
    font-size: 0.9rem;
    font-weight: 600;
    margin: 6px 0;
}
.product-tabs li.active .product-tab-icon {
    color: #000;
}



/* =====================
   BREAKFAST & QUALITY SECTION
   ===================== */
.breakfast-section {
    background-color: #dc192c;
}
.yayla-world-section {
    transition: transform 0.4s ease-out;
    will-change: transform;
    transform: translateY(0);
}

/* Kart genel stili */
.breakfast-card {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 400px;
    border-radius: 0;
    overflow: hidden;
    transition: transform 0.6s ease, filter 0.6s ease;
}

.breakfast-card:hover {
    transform: scale(1.02);
    filter: brightness(0.9);
}

/* Başlık konumu sağ üst */
.breakfast-card .overlay-text {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #fff;
    text-shadow: 0 5px 8px rgb(0 0 0 / 78%);
    text-align: right;
}

.breakfast-card .overlay-text h2 {
    font-size: clamp(1.4rem, 3vw, 2.2rem);
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0;
}

/* Sol taraftaki büyük kart (Choose Quality) */
.breakfast-card.quality {
    height: 815px;
    background-position: center right;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 40px;
    color: #fff;
}

.breakfast-card.quality .overlay-text {
    top: 30px;
    right: 40px;
    text-align: right;
}

.breakfast-card.quality h2 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
}

.quality-img {
    width: 200px;
    height: auto;
}

/* Sağdaki küçük kartlar */
.breakfast-card.small {
    height: 400px;
    background-position: center;
}

/* === BREAKFAST CARD SCROLL ANIMATION (Slow Cinematic) === */
@keyframes fadeUpBreakfast {
    0% {
        opacity: 0;
        transform: translateY(80px);
        filter: blur(6px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

.breakfast-card {
    opacity: 0;
    transform: translateY(80px);
    filter: blur(6px);
    transition: opacity 1s ease, transform 1s ease, filter 1s ease;
}

.breakfast-card.animate {
    animation: fadeUpBreakfast 1.8s ease-out forwards;
}

/* sırayla gelme (daha uzun delay'ler) */
.breakfast-card[data-delay="1"].animate { animation-delay: 0.2s; }
.breakfast-card[data-delay="2"].animate { animation-delay: 0.4s; }
.breakfast-card[data-delay="3"].animate { animation-delay: 0.6s; }
/* =====================
   YAYLA WORLD / NEWS SECTION
   ===================== */
.yayla-world-section {
    background-color: #f8f9fa;
}

.news-card {
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.news-img {
    height: 220px;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

.news-card:hover .news-img {
    transform: scale(1.05);
}

.news-content h5 {
    color: #222;
    font-weight: 700;
}

.news-content p {
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Scroll animasyonu */
@keyframes fadeUpNews {
    0% { opacity: 0; transform: translateY(50px); }
    100% { opacity: 1; transform: translateY(0); }
}

.reveal-news {
    opacity: 0;
    transform: translateY(50px);
}

.reveal-news.animate {
    animation: fadeUpNews 1.2s ease-out forwards;
}

/* Mobil uyum */
@media (max-width: 768px) {
    .news-img {
        height: 180px;
    }
}

/* =====================
CONTACT CTA SECTION
===================== */
.contact-cta-section {
    background: #a6834169;
    background-blend-mode: overlay;
    position: relative;
    overflow: hidden;
}

.contact-cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.15), transparent 60%);
    pointer-events: none;
}

.contact-cta-section h2 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    letter-spacing: 1px;
}

.contact-cta-section p {
    font-size: clamp(1rem, 2vw, 1.1rem);
}

.contact-form {
    border: 3px solid rgba(255,255,255,0.15);
    transform: translateY(60px);
    opacity: 0;
    transition: all 1.2s ease;
}
.fs-10{
    font-size: 1.5rem !important;
    color:#a68341d9 !important;
}

/* Scroll animasyonu aktif olduğunda */
.contact-form.show {
    transform: translateY(0);
    opacity: 1;
}

.contact-form input,
.contact-form textarea {
    border: 1px solid #ddd;
    padding: 12px 20px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #a68341d9;
    box-shadow: 0 0 0 0.05rem #a68341d9;
}

.contact-form .input-group-text {
    border: none;
}

.contact-form button {
    transition: all 0.3s ease;
}

.contact-form button:hover {
    background-color: #000;
    transform: translateY(-3px);
}
/* =====================
   SOCIAL MEDIA BAR
   ===================== */
.social-bar {
    margin-top: 3rem;
}
.social-bar h5 {
    letter-spacing: 1px;
    color: #fff;
    opacity: 0.9;
}
.social-link {
    transition: all 0.3s ease;
    color: #eb4848;
}
.social-link:hover {
    color: #d40000;
    transform: scale(1.25);
}
.social-bar {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s ease 0.8s;
}
.contact-form.show + .social-bar {
    opacity: 1;
    transform: translateY(0);
}
.product-header {
    height: 40vh;
    background: url('../img/product-header-bg.jpg') center/cover no-repeat;
}
/* DETAILS STYLES */
@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-14px);
    }
    100% {
        transform: translateY(0px);
    }
}
/* ================== PRODUCT INFO ================== */
.pd-section-title {
    font-size: 2rem;
    font-weight: 700;
}
.pd-desc {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

.pd-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.pd-icon-card {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f8f8f8;
    padding: 12px 18px;
    border-radius: 12px;
    font-weight: 600;
}

.pd-icon-card i {
    font-size: 1.3rem;
    color: #6fa162;
}

.pd-side-product {
    width: 100%;
}

.pd-feature-card i {
    font-size: 2rem;
    color: #6fa162;
    margin-bottom: 10px;
}

.pd-features-extended {
    margin-top: 40px;
}

.pd-feature-box {
    background: #fff;
    border-radius: 14px;
    padding: 25px 22px;
    text-align: center;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.pd-feature-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.pd-feature-box i {
    font-size: 2.2rem;
    color: #6fa162;
    margin-bottom: 12px;
    display: block;
}

.pd-feature-box h5 {
    font-weight: 700;
    margin-bottom: 10px;
}

.pd-feature-box p {
    font-size: 0.95rem;
    color: #555;
}

/* Mobile */
@media (max-width: 768px) {
    .pd-feature-box {
        padding: 20px 15px;
    }
}

@keyframes floatParticle {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-35px) rotate(20deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

.pd-breadcrumb a {
    color: white;
    text-decoration: underline;
}

.pd-breadcrumb span {
    color: #cbcbcb;
}

@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
/* ================================================
   ULTRA MODERN FLOATING TYPOGRAPHY HERO
   ================================================ */

.modern-hero {
    position: relative;
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* Background glow + ambient gradient */
.modern-hero-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(
            circle at 50% 70%,
            rgba(255, 170, 80, 0.35),
            rgba(255, 255, 255, 0.4) 30%,
            rgba(230, 230, 230, 0.7) 60%,
            rgba(240, 240, 240, 1) 100%
    );
    filter: blur(40px);
    transform: scale(1.3);
    z-index: 1;
}

/* Floating dust / grain effect */
.modern-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,\
    %3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8'/%3E%3C/filter%3E%3Crect width='400' height='400' filter='url(%23n)' opacity='0.065'/%3E%3C/svg%3E");
    z-index: 2;
    pointer-events: none;
}

/* TEXT CONTENT */
.modern-hero-content {
    position: relative;
    z-index: 5;
    text-align: center;
    padding: 0 20px;
}

/* Title */
.modern-hero-title {
    font-family: 'Montserrat', serif;
    font-size: 3.4rem;
    font-weight: 800;
    letter-spacing: 2px;
    color: #1a1a1a;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    animation: heroFadeUp 1s ease forwards;
    opacity: 0;
}

/* Subtitle */
.modern-hero-subtitle {
    margin-top: 12px;
    color: #444;
    font-size: 1.15rem;
    opacity: 0;
    animation: heroFadeUp 1s ease forwards 0.2s;
}

@keyframes heroFadeUp {
    0% {
        opacity: 0;
        transform: translateY(22px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* MOBILE */
@media (max-width: 768px) {
    .modern-hero {
        height: 300px;
    }

    .modern-hero-title {
        font-size: 2.2rem;
    }

    .modern-hero-subtitle {
        font-size: 0.95rem;
    }
}

/* ==========================================================
   CATEGORY TRANSITION BADGE (Modern Icon + Chip)
   ========================================================== */

.pd-category-transition {
    position: relative;
    margin-top: -35px; /* Hero altına hafif bindirme efekti */
    margin-bottom: 40px;
    z-index: 20;
}

.pd-category-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 10px 28px;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(8px);

    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);

    font-weight: 600;
    color: #333;
    font-size: 1rem;
}

.pd-category-chip i {
    font-size: 1.3rem;
    color: #4d97da; /* Dairy Blue — category color */
}

/* Hover Effekt */
.pd-category-chip:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
    transition: .25s ease;
}

/* Badge aktif hale geçtiğinde uygulanacak stil */
.pd-category-chip.active {
    background: rgba(111, 161, 98, 0.25); /* yeşil tonlu glass */
    border-color: rgba(111, 161, 98, 0.5);
    box-shadow: 0 8px 25px rgba(111, 161, 98, 0.25);
    color: #2e4f2f;
    transition: all 0.35s ease;
}

/* Aktif olduğunda ikon rengi değişsin */
.pd-category-chip.active i {
    color: #6fa162;
}

/* Küçük scale efekti */
.pd-category-chip.active {
    transform: translateY(-4px) scale(1.03);
}


/* Mobile */
@media (max-width: 768px) {
    .pd-category-chip {
        padding: 8px 20px;
        font-size: 0.9rem;
    }

    .pd-category-chip i {
        font-size: 1.1rem;
    }
}

/* ============================================================
   MODERN EXPLORE SECTION
   ============================================================ */
.modern-explore-title {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 2.2rem;
    letter-spacing: 2px;
    margin-bottom: 40px;
}
/* WRAPPER */
.modern-explore-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ARROWS */
.modern-explore-arrow {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(6px);
    border: none;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 10px;
    transition: .25s;
    z-index: 10;
}
.modern-explore-arrow:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}
.modern-explore-arrow i {
    font-size: 1.3rem;
    color: #333;
}
/* SLIDER */
.modern-explore-slider {
    display: flex;
    gap: 40px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 5px;

    max-width: calc(200px * 3 + 80px);

    /* iOS-like snapping */
    scroll-snap-type: x mandatory;
}
.modern-explore-slider::-webkit-scrollbar {
    display: none;
}
/* ITEM */
.modern-explore-item {
    text-align: center;
    flex: 0 0 180px;

    /* SNAP stop point */
    scroll-snap-align: center;
    transition: transform 0.25s ease;
}
.modern-explore-item.active {
    transform: scale(1.15);
}
/* Card */
.modern-explore-card {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(8px);
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.modern-explore-card img {
    width: 100%;
    height: 160px;
    object-fit: contain;
}
.modern-explore-card:hover {
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}
.modern-explore-item.active .modern-explore-card {
    transform: scale(1.05);
    box-shadow: 0 14px 36px rgba(0,0,0,0.22);
}
/* Name */
.modern-explore-name {
    margin-top: 10px;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}
/* BUTTON */
.modern-explore-btn {
    background: #1a1a1a;
    color: #fff;
    padding: 4px 18px;
    border-radius: 25px;
    display: inline-block;
    margin-top: 5px;
    font-size: 0.8rem;
    text-decoration: none;
    transition: .25s;
}
.modern-explore-btn:hover {
    background: #333;
}
/* Mobile: 2 item görünür */
@media (max-width: 768px) {
    .modern-explore-slider {
        max-width: calc(150px * 2 + 30px);
        gap: 30px;
    }

    .modern-explore-item {
        flex: 0 0 150px;
    }

    .modern-explore-card img {
        height: 130px;
    }
}
/* iOS-like Scroll Snap */
.modern-explore-slider {
    scroll-snap-type: x mandatory;   /* Yatay eksende snap */
}
.modern-explore-item {
    scroll-snap-align: center;       /* Eleman tam ortada durur */
}

/* ===================== FOOTER STYLES===================== */
.footer {
    background-color: #111;
    color: #f5f5f5;
    font-size: 0.95rem;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-logo {
    width: 120px;
    height: auto;
}

.footer a {
    color: #ddd;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer a:hover {
    color: #fff;
}

.footer-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #ffffff5e;
    text-decoration: underline;
}

.footer-links li {
    margin-bottom: 0.4rem;
}

.footer-bottom {
    background-color: #0c0c0c;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 0.85rem;
    color: #aaa;
}
/* mobil ince ayar */
@media (max-width: 768px) {
    .navbar-img {
        width: 100px !important;
    }
    .product-detail-img {
        max-width: 330px;
        background: center/cover no-repeat;
    }
    .hero-carousel,
    .hero-carousel .carousel-item,
    .hero-carousel .carousel-item img {
        height: 50vh;
    }
    .feature-banner {
        min-height: 360px;
    }
    .banner-copy {
        padding: 28px;
        max-width: 100%;
    }
    .feature-banner::before {
        background: linear-gradient(90deg,
        rgba(0, 0, 0, .6) 0%,
        rgba(0, 0, 0, .45) 55%,
        rgba(0, 0, 0, 0) 100%);
    }
    .product-detail-title {
        font-family: 'Montserrat', serif;
        font-weight: 800;
        color: #e7e7e78a;
        letter-spacing: 3px;
        font-size: clamp(1.8rem, 3vw, 2.6rem);
        margin-top: 65px;
    }
    .product-detail-banner {
        height: 220px;
        background: url(../img/product-header-bg.jpg) center/cover no-repeat;
    }
    .namesake {
        padding-top: .5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .banner-copy .lead {
        font-size: 0.8rem !important;
        line-height: 1.7;
        opacity: .95;
    }
    .product-card img {
        height: 160px;
    }
    .breakfast-card {
        height: 280px;
    }
    .breakfast-card.quality {
        height: auto;
        min-height: 320px;
    }
    .breakfast-card .overlay-text {
        top: 20px;
        right: 20px;
    }
    .quality-img {
        width: 90px;
    }
    .contact-cta-section {
        padding: 60px 20px;
    }
    .contact-form {
        padding: 30px;
    }
    .footer-logo {
        width: 80px;
        margin-bottom: 1rem;
    }
    .footer {
        text-align: center;
    }
    /* Mobilde slider genişliği 2 ürün kadar olur */
    .explore-products {
        max-width: calc(140px * 2 + 20px * 1); /* 2 ürün görünür */
        gap: 20px;
    }
    .explore-item {
        flex: 0 0 140px; /* mobilde item daha küçük */
    }
    .explore-item img {
        width: 100px;
    }
    .explore-arrow {
        font-size: 1.6rem;
        padding: 0 10px;
    }
    .navbar-collapse {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.9);
        backdrop-filter: blur(10px);
        text-align: center;
        padding-top: 120px;
        transition: all 0.4s ease-in-out;
    }
    .navbar-collapse.show {
        animation: fadeInMenu 0.6s ease forwards;
    }
    .navbar-collapse.collapsing {
        height: 100vh !important;
    }
    .navbar-nav{
        display: contents;
    }
    /* Menü linkleri */
    .navbar-nav .nav-link {
        color: #fff !important;
        font-weight: 700;
        padding: 15px 0;
        font-size: 1.3rem;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        transition: all 0.3s ease;
    }
    .navbar-nav .nav-link:hover {
        color: #d40000 !important;
    }
    /* Sosyal ikonlar */
    .social-icons{
        display: flex;
        justify-content: space-around;
        gap: 0.5rem;
    }
    .social-icons a {
        color: #fff;
        transition: all 0.3s ease;
        font-size: 1.6rem;
    }
    .social-icons a:hover {
        color: #d40000;
        transform: scale(1.2);
    }
    .nav-search {
        display: none;
    }
    .lang-select {
        border: 1px solid rgba(255,255,255,0.4);
        background: rgba(255,255,255,0.1);
        color: #fff;
        border-radius: 20px;
        padding: 6px 12px;
    }
    .product-banner{
        height: 250px;
    }
    .product-banner-title{
        font-size: clamp(1.8rem, 3vw, 2.6rem);
        letter-spacing: 4px;
        color: #e7e7e7b3;
        margin: auto;
        font-family: 'Montserrat', serif;
        font-weight: 800;
    }
}
/* Toggle ikon animasyonu */
.navbar-toggler {
    z-index: 99999;
}
.navbar-toggler-icon {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Menü açıkken ikon dönsün */
.navbar-toggler[aria-expanded="true"] .toggler-icon {
    transform: rotate(180deg);
    opacity: 0.3;
}
/* ================= MOBILE NAVBAR ================= */
@media (max-width: 992px) {
    #products,
    .breakfast-section,
    .yayla-world-section {
        transform: none !important;
        transition: none !important;}
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        background: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(10px);
        overflow: hidden;
        text-align: center;
        padding-top: 120px;
        transition: height 0.4s ease, opacity 0.3s ease;
        z-index: 1040;
        opacity: 0;
    }

    /* Menü açıldığında */
    .navbar-collapse.show {
        height: 100vh;
        opacity: 1;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: center;
        gap: 1.2rem;
    }

    .navbar-nav .nav-link {
        color: #fff !important;
        font-size: 1.3rem;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .navbar-nav .nav-link:hover {
        color: #ff4444 !important;
    }

    .social-icons {
        margin-top: 2rem;
        display: flex;
        justify-content: center;
        gap: 1.2rem;
    }

    .social-icons a {
        color: #fff;
        font-size: 1.8rem;
    }
}

