/* =============================================
   TOP BANNER STRIP - FIXED
============================================= */

.top-banner-strip {
    background: linear-gradient(135deg, #8B4513, #A0522D);
    color: #fff;
    padding: 8px 12px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999 !important;
    border-bottom: 2px solid #D4A574;
    min-height: 44px;
    display: flex !important;
    align-items: center;
    width: 100%;
}

/* Navbar position */
nav.navbar.fixed-top {
    top: 44px !important;
    z-index: 9998 !important;
}

/* Body padding - Banner + Navbar ke liye */
body {
    padding-top: 106px !important;
}

.top-banner-content {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 20px;
    width: 100%;
}

/* Text */
.top-banner-content .banner-text {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 13px;
    flex: 0 1 auto;
    min-width: 0;
    white-space: nowrap;
    max-width: 65%;
}

.top-banner-content .banner-text i {
    color: #F4B400;
    font-size: 14px;
    flex-shrink: 0;
}

.top-banner-content .banner-text span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

/* Contact Info */
.top-banner-content .banner-info {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 12px;
    flex-shrink: 0;
    flex-wrap: nowrap;
}

.top-banner-content .banner-info a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    font-size: 12px;
}

.top-banner-content .banner-info a:hover {
    color: #F4B400;
}

.top-banner-content .banner-info .sep {
    color: rgba(255, 255, 255, 0.3);
}

/* =============================================
   RESPONSIVE - CLEAN & CONSISTENT
============================================= */

/* Tablet */
@media (max-width: 991px) {
    body {
        padding-top: 100px !important;
    }
    nav.navbar.fixed-top {
        top: 42px !important;
    }
    .top-banner-strip {
        min-height: 42px;
        padding: 6px 10px;
    }
    .top-banner-content .banner-text {
        font-size: 12px;
        max-width: 60%;
    }
    .top-banner-content .banner-info {
        gap: 8px;
        font-size: 11px;
    }
    .top-banner-content .banner-info a {
        font-size: 11px;
    }
}

/* Mobile Landscape */
@media (max-width: 767px) {
    body {
        padding-top: 120px !important;  /* ✅ Increased */
    }
    nav.navbar.fixed-top {
        top: 42px !important;
    }
    .top-banner-strip {
        min-height: 42px;
        padding: 6px 10px;
    }
    .top-banner-content {
        flex-direction: column;
        text-align: center;
        gap: 4px;
        justify-content: center;
    }
    .top-banner-content .banner-text {
        font-size: 11px;
        justify-content: center;
        width: 100%;
        white-space: normal;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .top-banner-content .banner-text span {
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
    }
    .top-banner-content .banner-text i {
        font-size: 12px;
    }
    .top-banner-content .banner-info {
        font-size: 11px;
        gap: 8px;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
    }
    .top-banner-content .banner-info a {
        font-size: 11px;
    }
    .top-banner-content .banner-info .sep {
        display: inline-block;
    }
}

/* Mobile Portrait */
@media (max-width: 575px) {
    body {
        padding-top: 118px !important;  /* ✅ Consistent */
    }
    nav.navbar.fixed-top {
        top: 40px !important;
    }
    .top-banner-strip {
        min-height: 42px;
        padding: 5px 8px;
    }
    .top-banner-content {
        gap: 3px;
    }
    .top-banner-content .banner-text {
        font-size: 10px;
        gap: 4px;
        line-height: 1.3;
    }
    .top-banner-content .banner-text i {
        font-size: 11px;
    }
    .top-banner-content .banner-info {
        font-size: 10px;
        gap: 8px;
    }
    .top-banner-content .banner-info a {
        font-size: 10px;
        gap: 3px;
    }
    .top-banner-content .banner-info .sep {
        display: inline-block;
    }
}

/* Extra Small */
@media (max-width: 400px) {
    body {
        padding-top: 100px !important;
    }
    nav.navbar.fixed-top {
        top: 38px !important;
    }
    .top-banner-strip {
        min-height: 38px;
        padding: 4px 6px;
    }
    .top-banner-content .banner-text {
        font-size: 9px;
    }
    .top-banner-content .banner-text i {
        font-size: 10px;
    }
    .top-banner-content .banner-info {
        font-size: 9px;
        gap: 4px;
    }
    .top-banner-content .banner-info a {
        font-size: 9px;
    }
    .top-banner-content .banner-info .sep {
        display: none;
    }
}
/* =============================================
   NAVBAR STYLES - PATISSERIE180
============================================= */

/* Brand Text */
.navbar-brand {
    display: flex;
    align-items: center;
    gap: 8px;
}

.navbar-brand img {
    height: 85px;
}

.navbar-brand .brand-text {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 700;
    color: #2C1810;
}

.navbar-brand .brand-text span {
    color: #8B4513;
}

/* Navbar Links */
.navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #2C1810;
    padding: 10px 16px;
    transition: all 0.3s ease;
    position: relative;
}

.navbar-nav .nav-link i {
    margin-right: 4px;
    font-size: 14px;
}

.navbar-nav .nav-link:hover {
    color: #8B4513;
}

.navbar-nav .nav-link.active {
    color: #8B4513;
    font-weight: 600;
}

.navbar-nav .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 16px;
    right: 16px;
    height: 2px;
    background: #8B4513;
    border-radius: 2px;
}

/* Order Now Button */
.btn-order {
    background: #8B4513;
    color: #fff !important;
    padding: 8px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    margin-left: 8px;
}

.btn-order:hover {
    background: #2C1810;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(139, 69, 19, 0.3);
}

.btn-order i {
    margin-right: 6px;
}

/* Offset content for fixed-top navbar so top elements aren't hidden
   Reduced to avoid large gap on homepage hero */
html,
body {
    overflow-x: hidden;
}

@media (max-width: 575px) {
    .navbar-brand img {
        height: 92px;
    }
    .navbar-brand .brand-text {
        font-size: 20px;
    }
    .navbar-brand img {
        height: 92px;
    }
    .navbar-brand .brand-text {
        font-size: 20px;
    }
}

/* =============================================
   MEGA MENU
============================================= */
.dropdown-menu-mega {
    width: 600px;
    padding: 25px 25px;
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    left: -100px;
}

@media (min-width: 992px) and (max-width: 1439px) {
    .dropdown-menu-mega {
        width: 520px;
        left: -80px;
    }
}

.dropdown-menu-mega h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #8B4513;
    margin-bottom: 10px;
    padding-bottom: 6px;
    text-align: center;
    border-bottom: 2px solid #D4A574;
}

.dropdown-menu-mega .dropdown-item {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    padding: 6px 0;
    color: #2C1810;
    text-align:center;
    transition: all 0.3s ease;
}

.dropdown-menu-mega .dropdown-item:hover {
    background: none;
    color: #8B4513;
    padding-left: 8px;
}


/* =============================================
   MENU DROPDOWN - ONLY RESPONSIVE (LEFT ALIGN)
============================================= */

/* Tablet & Mobile */
@media (max-width: 991px) {
    .dropdown-menu-mega {
        position: absolute !important;
        top: 100% !important;
        bottom: auto !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        right: auto !important;
        width: 90% !important;
        min-width: auto !important;
        padding: 10px 12px !important;
        border: 1px solid rgba(139, 69, 19, 0.06) !important;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
        background: #fff !important;
        margin-top: 4px !important;
        margin-bottom: 0 !important;
        max-height: 220px !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        border-radius: 12px !important;
    }
    
    .dropdown-menu-mega .row {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 0 6px !important;
        margin: 0 !important;
    }
    
    .dropdown-menu-mega .col-lg-4 {
        width: 100% !important;
        flex: none !important;
        max-width: 100% !important;
        padding: 0 !important;
    }
    
    .dropdown-menu-mega h6 {
        font-size: 13px !important;
        text-align: left !important;
        margin-top: 7px !important;
        margin-bottom: 4px !important;
        padding-bottom: 4px !important;
        grid-column: 1 / -1;
        border-bottom: 1px solid #a86d42 !important;
    }
    
    .dropdown-menu-mega .dropdown-item {
        font-size: 12px !important;
        padding: 3px 0 !important;
        text-align: left !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
}

/* Mobile Small */
@media (max-width: 576px) {
    .dropdown-menu-mega {
        width: 92% !important;
        padding: 8px 8px !important;
        max-height: 180px !important;
    }
    
    .dropdown-menu-mega .row {
        gap: 0 5px !important;
    }
    
    .dropdown-menu-mega h6 {
        font-size: 12px !important;
        text-align: left !important;
    }
    
    .dropdown-menu-mega .dropdown-item {
        font-size: 11px !important;
        padding: 2px 0 !important;
        text-align: left !important;
    }
}

/* Extra Small - Single Column */
@media (max-width: 400px) {
    .dropdown-menu-mega {
        width: 95% !important;
        padding: 6px 6px !important;
        max-height: 160px !important;
    }
    
    .dropdown-menu-mega .row {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }
    
    .dropdown-menu-mega h6 {
        font-size: 12px !important;
        text-align: left !important;
        margin-top: 4px !important;
    }
    
    .dropdown-menu-mega .dropdown-item {
        font-size: 13px !important;
        padding: 3px 0 !important;
        text-align: left !important;
        white-space: normal !important;
    }
}

/* Scrollbar */
.dropdown-menu-mega::-webkit-scrollbar {
    width: 3px;
}

.dropdown-menu-mega::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 4px;
}

.dropdown-menu-mega::-webkit-scrollbar-thumb {
    background: #D4A574;
    border-radius: 4px;
}

.dropdown-menu-mega::-webkit-scrollbar-thumb:hover {
    background: #8B4513;
}

/* Recipes Mega Menu */
.dropdown-menu-recipes {
    width: 550px;
    padding: 15px 20px;
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    left: -150px;
}

.dropdown-menu-recipes .dropdown-item {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    padding: 5px 0;
    color: #2C1810;
    transition: all 0.3s ease;
}

.dropdown-menu-recipes .dropdown-item:hover {
    background:  #F5E6D3 !important;
    color: #8B4513;
}

/* Simple Dropdown (Workshops) */
.dropdown-menu {
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    padding: 10px 0;
}

.dropdown-menu .dropdown-item {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding: 8px 20px;
    color: #2C1810;
    transition: all 0.3s ease;
}

.dropdown-menu .dropdown-item:hover {
    background: #F5E6D3;
    color: #8B4513;
}

/* =============================================
   WHATSAPP FLOATING BUTTON
============================================= */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #25D366;
    color: #fff;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    text-decoration: none;
}

.whatsapp-float:hover {
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6);
}


/* =============================================
   COMPLETE NAVBAR CSS - GAP KAM
============================================= */

/* Desktop */
.navbar {
    padding: 12px 0;
    z-index: 9999;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 17px;
}

.navbar-brand img {
    height: 55px;
    width: auto;
    transform: scale(1.35);
    transform-origin: left center;
    display: block;
}

.brand-text {
    font-size: 28px;
    font-weight: 700;
    color: #2C1810;
    font-family: 'Playfair Display', serif;
}

.brand-text span {
    color: #8B4513;
}

.navbar-nav {
    align-items: center;
    gap: 5px;
}

.nav-link {
    padding: 10px 14px !important;
    font-weight: 500;
    white-space: nowrap;
}

.btn-order {
    background: #8B4513;
    color: #fff !important;
    border-radius: 50px;
    padding: 10px 24px;
    margin-left: 12px;
}

.btn-order:hover {
    background: #2C1810;
}

/* Recipe Dropdown */
.dropdown-menu-recipes {
    width: 450px;
    padding: 15px 20px;
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    left: -150px;
    max-height: 400px;
    overflow-y: auto;
}

.dropdown-menu-recipes .dropdown-item {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding: 5px 0;
    color: #2C1810;
    transition: all 0.3s ease;
}

.dropdown-menu-recipes .dropdown-item:hover {
    background: none;
    color: #8B4513;
}

/* =============================================
   MOBILE - GAP KAM KAREIN
============================================= */

@media (max-width: 991px) {
    .navbar {
        padding: 10px 0;
    }
    
    .navbar-brand img {
        height: 60px ;
        transform: scale(1.35);
    }
    
    .brand-text {
        font-size: 22px;
    }
    
    .navbar-toggler {
        border: none;
        box-shadow: none !important;
        z-index: 10001;
        background: transparent;
    }
    
    .navbar-collapse {
        background: #fff;
        margin-top: 15px;
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
        max-height: 80vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .navbar-nav {
        align-items: flex-start;
        gap: 0;
    }
    
    .nav-item {
        width: 100%;
    }
    
    .nav-link {
        width: 100%;
        padding: 14px 0 !important;
        border-bottom: 1px solid #f2f2f2;
    }
    
    .btn-order {
        width: 100%;
        margin: 15px 0 0;
        text-align: center;
    }
    
    /* ✅ Dropdown - NICHE OPEN + GAP KAM */
    .dropdown-menu-recipes {
        position: absolute !important;
        top: 100% !important;
        bottom: auto !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        min-width: 100% !important;
        max-height: 200px !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        background: #fff !important;
        border-radius: 12px !important;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
        padding: 8px 12px !important;
        margin-top: 4px !important;
        border: 1px solid rgba(139, 69, 19, 0.06) !important;
    }
    
    .dropdown-menu-recipes .row {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 0 8px !important;
        margin: 0 !important;
    }
    
    .dropdown-menu-recipes .col-lg-6 {
        width: 100% !important;
        flex: none !important;
        max-width: 100% !important;
        padding: 0 !important;
    }
    
    .dropdown-menu-recipes .dropdown-item {
        padding: 3px 0 !important;
        font-size: 12px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        border-bottom: none !important;
    }
}

/* =============================================
   MOBILE SMALL
============================================= */

@media (max-width: 576px) {
    .navbar-brand img {
        height: 50px;
        transform: scale(1.25);
    }
    
    .navbar-brand {
        margin-top: 8px;
        gap: 10px;
    }
    
    .brand-text {
        font-size: 18px;
    }
    
    .navbar-collapse {
        padding: 15px;
    }
    
    .dropdown-menu-recipes {
        max-height: 160px !important;
        padding: 6px 10px !important;
    }
    
    .dropdown-menu-recipes .row {
        gap: 0 6px !important;
    }
    
    .dropdown-menu-recipes .dropdown-item {
        font-size: 11px !important;
        padding: 2px 0 !important;
    }
}

/* =============================================
   VERY SMALL - SINGLE COLUMN
============================================= */

@media (max-width: 400px) {
    .navbar-brand img {
        height: 40px;
        transform: scale(1.25);
    }
    
    .brand-text {
        font-size: 16px;
    }
    
    .dropdown-menu-recipes .row {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }
    
    .dropdown-menu-recipes .dropdown-item {
        font-size: 13px !important;
        padding: 4px 0 !important;
        white-space: normal !important;
    }
    
    .dropdown-menu-recipes {
        max-height: 150px !important;
    }
}

/* =============================================
   SCROLLBAR
============================================= */

.dropdown-menu-recipes::-webkit-scrollbar {
    width: 3px;
}

.dropdown-menu-recipes::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 4px;
}

.dropdown-menu-recipes::-webkit-scrollbar-thumb {
    background: #D4A574;
    border-radius: 4px;
}

.dropdown-menu-recipes::-webkit-scrollbar-thumb:hover {
    background: #8B4513;
}
/* =============================================
   HERO SECTION - TEXT LEFT, IMAGE RIGHT (BALANCED, NATURAL IMAGE)
============================================= */

.hero {
    padding: 30px 0 40px;
    background: linear-gradient(135deg, #FFF8F5 0%, #F5E6D3 100%);
    min-height: auto;
    display: flex;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(212,165,116,0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.hero .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

/* =============================================
   LEFT SIDE - TEXT
============================================= */

.hero .col-lg-6:first-child {
    flex: 1 1 0;
    max-width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-self: stretch;
    padding: 45px 0;
}

.hero .badge-expertise {
    background: #8B4513;
    color: #fff;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
    align-self: flex-start;
}

.hero .badge-expertise i {
    margin-right: 6px;
}

.hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 700;
    color: #2C1810;
    line-height: 1.15;
    margin-bottom: 14px;
}

.hero h1 span {
    color: #8B4513;
    position: relative;
}

.hero h1 span::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    height: 6px;
    background: rgba(212,165,116,0.3);
    border-radius: 4px;
    z-index: -1;
}

.hero .subtitle {
    font-size: 14px;
    font-weight: 500;
    color: #8B4513;
    margin-bottom: 12px;
}

.hero .subtitle .divider {
    margin: 0 8px;
    color: #ccc;
}

.hero .subtitle i {
    color: #4CAF50;
    margin-right: 4px;
}

.hero .description {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 22px;
    max-width: 480px;
}

.hero .description strong {
    color: #8B4513;
}

.hero .hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.hero .btn-primary {
    background: #8B4513;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.hero .btn-primary:hover {
    background: #2C1810;
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(139,69,19,0.3);
}

.hero .btn-whatsapp-outline {
    border: 2px solid #25D366;
    color: #25D366;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
}

.hero .btn-whatsapp-outline:hover {
    background: #25D366;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(37,211,102,0.3);
}

.trust-badges {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;         /* ✅ ye trust-badges ko neeche push karega, jitni bhi extra height ho */
    margin-bottom: 5px;
    padding-top: 20px;
    border-top: 2px solid rgba(139, 69, 19, 0.10);
}

.trust-badges span {
    font-size: 16px;
    color: #555;
    font-weight: 500;
}

.trust-badges span i {
    color: #4CAF50;
    margin-right: 5px;
}


/* =============================================
   HERO STATS
============================================= */

.hero-stats {
    display: flex;
    gap: 20px;
    margin-top: 15px;
    padding-top: 49px;
    border-top: 2px solid rgba(139, 69, 19, 0.10);
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    flex: 1;
    min-width: 70px;
    transition: all 0.3s ease;
}

.stat-item .number {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 27px;
    font-weight: 700;
    color: #8B4513;
    line-height: 1.2;
    transition: all 0.3s ease;
}

.stat-item .label {
    font-size: 15px;
    color: #888;
    font-weight: 500;
    letter-spacing: 0.3px;
    display: block;
    margin-top: 2px;
}

.stat-item:hover .number {
    color: #2C1810;
    transform: scale(1.1);
}

.stat-item:hover .label {
    color: #8B4513;
}

/* =============================================
   RIGHT SIDE - IMAGE (FULL, NATURAL SIZE, NO CROP)
============================================= */

.hero .col-lg-6:last-child {
    flex: 1 1 0;
    max-width: calc(50% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    /* No fixed aspect-ratio, no fixed height — box grows with the image itself */
}

.hero-image {
    width: 100%;
    height: auto;           /* ✅ natural ratio, koi crop/stretch nahi */
    display: block;
    margin-top: 12px;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(139,69,19,0.18);
    transition: transform 0.4s ease;
    /* slow slide-in from right on load */
    transform: translateX(120px);
    will-change: transform;
    animation: slideInFromRight 1.8s cubic-bezier(.22,.9,.36,1) 0.08s forwards;
}

.hero-image:hover {
    transform: scale(1.02);
}

/* =============================================
   FLOATING BADGE
============================================= */

.floating-badge {
    position: absolute;
    bottom: 20px;
    left: -15px;
    background: #8B4513;
    color: #fff;
    padding: 8px 16px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(139,69,19,0.3);
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 13px;
    animation: float 3s ease-in-out infinite;
    z-index: 2;
}

.floating-badge i {
    font-size: 16px;
    color: #D4A574;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes slideInFromRight {
    0% { transform: translateX(120px); }
    80% { transform: translateX(-8px); }
    100% { transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
    .hero-image {
        transition: none !important;
        animation: none !important;
        transform: none !important;
        opacity: 1 !important;
    }
}

/* =============================================
   RESPONSIVE HERO SECTION
============================================= */

/* =============================================
   TABLET (991px)
============================================= */

@media (max-width:991px){

.hero{
    padding:80px 0 55px;
    text-align:center;
}

.hero .row{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:35px;
}

/* Text First */

.hero .col-lg-6:first-child{
    order:1;
    max-width:100%;
    flex:0 0 100%;
    padding:0;
}

/* Image Second */

.hero .col-lg-6:last-child{
    order:2;
    max-width:100%;
    flex:0 0 100%;
    padding:0;
}

/* Badge */

.hero .badge-expertise{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    margin:0 auto 20px;
}

/* Heading */

.hero h1{
    font-size:36px;
    line-height:1.2;
    margin-bottom:18px;
}

/* Subtitle */

.hero .subtitle{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
    line-height:1.7;
    margin-bottom:14px;
}

.hero .subtitle .divider{
    color:#d4d4d4;
}

.hero .description{
    max-width:90%;
    margin:0 auto 25px;
}

.hero-buttons{
    justify-content:center;
}

.trust-badges{
    justify-content:center;
    gap:15px;
}

.hero-stats{
    justify-content:center;
    gap:25px;
    padding-top:25px;
}

.hero-image-wrapper{
    width:100%;
    max-width:420px;
    margin:20px auto 0;
    position:relative;
}

.hero-image{
    width:100%;
    border-radius:18px;
}

.floating-badge{
    position:absolute;
    left:20px;
    bottom:20px;
}

}

/* =============================================
   MOBILE (767px)
============================================= */

@media (max-width:767px){

.hero{
    padding:70px 0 35px;
}

.hero .container{
    padding:0 20px;
}

/* Badge */

.hero .badge-expertise{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    margin:0 auto 22px;
    font-size:13px;
}

/* Heading */

.hero h1{
    font-size:29px;
    line-height:1.28;
    margin-bottom:18px;
}

/* Subtitle */

.hero .subtitle{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
    font-size:13px;
    line-height:1.7;
    margin-bottom:15px;
}

.hero .subtitle .divider{
    display:none;
}

.hero .description{
    max-width:95%;
    margin:0 auto 25px;
    font-size:15px;
    line-height:1.8;
}

/* Buttons */

.hero-buttons{
    flex-direction:column;
    gap:14px;
}

.hero-buttons{
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-buttons a{
    width: fit-content;      /* ya 180px */
    min-width: 240px;
    padding: 14px 30px;
    justify-content: center;
    display: flex;
    align-items: center;
}

/* Trust */

.trust-badges{
    justify-content:center;
    gap:10px 20px;
}

.trust-badges span{
    font-size:15px;
}

/* Stats */

.hero-stats{
    justify-content:center;
    gap:20px;
    padding-top:22px;
}

.stat-item{
    min-width:90px;
}

.stat-item .number{
    font-size:24px;
}

.stat-item .label{
    font-size:13px;
}

/* Image */

.hero-image-wrapper{
    max-width:330px;
    margin-top:15px;
}

.hero-image{
    border-radius:16px;
}

/* Floating Badge */

.floating-badge{
    position:absolute;
    left:15px;
    bottom:15px;
    padding:8px 14px;
    font-size:12px;
}

}

/* =============================================
   SMALL MOBILE (480px)
============================================= */

@media (max-width:480px){

.hero{
    padding:70px 0 30px;
}

.hero .badge-expertise{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    margin:0 auto 18px;
    padding:7px 16px;
    font-size:12px;
}

.hero h1{
    font-size:25px;
    line-height:1.3;
}

.hero .subtitle{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:6px;
    font-size:12px;
    line-height:1.6;
}

.hero .subtitle .divider{
    display:none;
}

.hero .description{
    font-size:14px;
    line-height:1.8;
}

.hero-buttons{
    gap:12px;
}

.hero-image-wrapper{
    max-width:280px;
}

.hero-image{
    border-radius:15px;
}

.floating-badge{
    position:absolute;
    left:12px;
    bottom:12px;
    font-size:11px;
    padding:7px 12px;
}

.hero-stats{
    display:flex;
    justify-content:space-between;
    gap:8px;
}

.stat-item .number{
    font-size:22px;
}

.stat-item .label{
    font-size:12px;
}

}

/* =============================================
   EXPERTISE SECTION
============================================= */

.expertise{
    padding:5px 0;
    background:linear-gradient(135deg,#7A3E11 0%,#8B4513 50%,#A55A1F 100%);
    position:relative;
    overflow:hidden;
}

.expertise::before{
    content:'';
    position:absolute;
    width:270px;
    height:270px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    top:-120px;
    right:-100px;
}

.expertise::after{
    content:'';
    position:absolute;
    width:250px;
    height:250px;
    background:rgba(255,255,255,.04);
    border-radius:50%;
    bottom:-120px;
    left:-80px;
}

.expertise-item{
    position:relative;
    z-index:2;
    text-align:center;
    padding:20px 10px;
    border-radius:18px;
    transition:.35s;
}

.expertise-item:hover{
    transform:translateY(-2px);
}

.expertise-item .icon-wrapper{
    width:75px;
    height:75px;
    margin:auto auto 22px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.12);
    backdrop-filter:blur(12px);
    border:1px solid rgba(255,255,255,.18);
    box-shadow:0 10px 25px rgba(0,0,0,.15);
    transition:.30s;
}

.expertise-item:hover .icon-wrapper{
    background:#D4A574;
    transform:scale(1.05) rotate(2deg);
}

.expertise-item .icon-wrapper i{
    font-size:32px;
    color:#fff;
    transition:.35s;
}

.expertise-item:hover .icon-wrapper i{
    color:#8B4513;
}

.expertise-item h5{
    color:#fff;
    font-size:19px;
    font-weight:700;
    margin-bottom:10px;
    letter-spacing:.3px;
}

.expertise-item p{
    color:rgba(255,255,255,.82);
    font-size:15px;
    line-height:1.7;
    margin:0;
}

/* =============================================
   TABLET
============================================= */

@media(max-width:991px){

.expertise{
    padding:60px 0;
}

.expertise-item{
    margin-bottom:30px;
}

.expertise-item .icon-wrapper{
    width:75px;
    height:75px;
}

.expertise-item .icon-wrapper i{
    font-size:30px;
}

}

@media (max-width:767px){

.expertise{
    padding:40px 0;
}

.expertise .row{
    row-gap:20px;
}

.expertise-item{
    padding:18px 10px;
}

.icon-wrapper{
    width:60px;
    height:60px;
    margin:0 auto 12px;
}

.icon-wrapper i{
    font-size:24px;
}

.expertise-item h5{
    font-size:16px;
    margin-bottom:4px;
}

.expertise-item p{
    font-size:13px;
    line-height:1.4;
}
}
/* =============================================
   SMALL MOBILE
============================================= */

@media(max-width:480px){

.expertise{
    padding:45px 0;
}

.expertise-item{
    padding:18px 10px;
}

.expertise-item .icon-wrapper{
    width:58px;
    height:58px;
}

.expertise-item .icon-wrapper i{
    font-size:25px;
}

.expertise-item h5{
    font-size:16px;
}

.expertise-item p{
    font-size:13px;
}

}

/* =============================================
   SECTION HEADER
============================================= */

.section-header{
    text-align:center;
    margin-bottom:55px;
}

.section-header h2{
    font-family:'Playfair Display',serif;
    font-size:42px;
    font-weight:700;
    color:#2C1810;
    margin-bottom:10px;
}

.section-header h2 span{
    color:#8B4513;
}

.section-header .subtitle{
    color:#777;
    font-size:17px;
    line-height:1.7;
}

.section-header .subtitle strong{
    color:#8B4513;
}

/* =============================================
   FEATURED PRODUCTS - SAME AS MENU CARD STYLE
============================================= */

.featured-products {
    padding: 80px 0;
    background: #fff;
}

/* ----- SECTION HEADER ----- */
.featured-products .section-header {
    text-align: center;
    margin-bottom: 45px;
}

.featured-products .section-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    font-weight: 700;
    color: #2C1810;
}

.featured-products .section-header h2 span {
    color: #8B4513;
}

.featured-products .section-header .subtitle {
    color: #666;
    font-size: 16px;
    margin-top: 6px;
}

.featured-products .section-header .subtitle strong {
    color: #8B4513;
}

/* =============================================
   PRODUCT CARD - GLASSMORPHISM STYLE
============================================= */

.product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 4px 15px rgba(139, 69, 19, 0.08);
    transition: all 0.45s ease;
}

/* Card Hover */
.product-card:hover {
    transform: translateY(-10px);
    border-color: #D4A574;
    box-shadow: 0 20px 50px rgba(139, 69, 19, 0.18), 0 10px 20px rgba(0, 0, 0, 0.08);
}

/* Shine Effect */
.product-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.45), transparent);
    transition: left 0.8s;
    z-index: 3;
    pointer-events: none;
}

.product-card:hover::before {
    left: 140%;
}

/* =============================================
   PRODUCT IMAGE - NO CUT (Like Menu Card)
============================================= */

.product-image {
    position: relative;
    height: 230px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #ffffff, #faf6f2);
    overflow: hidden;
    flex-shrink: 0;
}

.product-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.05), transparent 45%);
    pointer-events: none;
}

/* ✅ IMAGE - NO CUT (Same as Menu Card) */
.product-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.5s ease;
    display: block;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

/* =============================================
   PRODUCT BADGE
============================================= */

.product-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 2px 9px !important;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 2;
    animation: badgePulse 2s ease-in-out infinite;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.18);
}

/* Mobile (768px and below) */
@media (max-width: 768px) {
    .product-badge {
        top: 6px;
        right: 6px;
        padding: 2px 6px !important;
        font-size: 8px;
        letter-spacing: 0.3px;
        border-radius: 30px;
    }
}

/* Small Mobile (480px and below) */
@media (max-width: 480px) {
    .product-badge {
        top: 5px;
        right: 5px;
        padding: 1px 7px !important;
        font-size: 8px;
        letter-spacing: 0.2px;
        border-radius: 25px;
    }
}
/* Badge Colors - Class Names Match PHP */
.product-badge.best-seller {
    background: linear-gradient(135deg, #F4B400, #F39C12);
    color: #2c1810;
}

.product-badge.trending {
    background: linear-gradient(135deg, #E74C3C, #F39C12);
    color: #fff;
}

.product-badge.premium {
    background: linear-gradient(135deg, #8B4513, #D4A574);
    color: #fff;
}

.product-badge.new {
    background: linear-gradient(135deg, #27AE60, #2ECC71);
    color: #fff;
}

.product-badge.signature {
    background: linear-gradient(135deg, #6C3483, #AF7AC5);
    color: #fff;
}

.product-badge.favorite {
    background: linear-gradient(135deg, #E74C3C, #8E44AD);
    color: #fff;
}

.product-badge.award {
    background: linear-gradient(135deg, #F4B400, #D4A574);
    color: #2c1810;
}

.product-badge.citrus {
    background: linear-gradient(135deg, #F39C12, #E67E22);
    color: #fff;
}

.product-badge.chocoholic {
    background: linear-gradient(135deg, #3d1f0f, #8B4513);
    color: #fff;
}

.product-badge.royal {
    background: linear-gradient(135deg, #2C3E50, #8B4513);
    color: #fff;
}

@keyframes badgePulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}
/* =============================================
   PRODUCT CONTENT
============================================= */

.product-content {
    padding: 18px 20px 20px;
    background: rgba(255, 255, 255, 0.95);
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-content h3 {
    font-size: 17px;
    font-weight: 600;
    color: #2C1810;
    margin-bottom: 5px;
    transition: color 0.3s ease;
}

.product-card:hover .product-content h3 {
    color: #8B4513;
}

.product-content p {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 14px;
    flex: 1;
}

/* =============================================
   PRODUCT FOOTER
============================================= */

.product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 1px solid rgba(139, 69, 19, 0.08);
    margin-top: auto;
}

.product-footer .price {
    font-size: 17px;
    font-weight: 700;
    color: #8B4513;
}

.product-footer .price::before {
    content: '';
    font-size: 13px;
    font-weight: 500;
}

/* =============================================
   ORDER BUTTON
============================================= */

.btn-order-whatsapp {
    background: #25D366;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    overflow: hidden;
}

.btn-order-whatsapp::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-order-whatsapp:hover::before {
    left: 100%;
}

.btn-order-whatsapp:hover {
    background: #128C7E;
    transform: scale(1.05) translateY(-2px);
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.35);
}

.btn-order-whatsapp:active {
    transform: scale(0.95);
}

.btn-order-whatsapp i {
    margin-right: 4px;
}

/* =============================================
   VIEW ALL BUTTON
============================================= */

.btn-view-all {
    background: transparent;
    border: 2px solid #8B4513;
    color: #8B4513;
    padding: 12px 40px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-view-all:hover {
    background: #8B4513;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(139, 69, 19, 0.3);
}

.btn-view-all i {
    transition: transform 0.3s ease;
}

.btn-view-all:hover i {
    transform: translateX(4px);
}

/* =============================================
   RESPONSIVE - TABLET
============================================= */

@media (max-width: 991px) {
    .featured-products {
        padding: 60px 0;
    }

    .featured-products .section-header h2 {
        font-size: 32px;
    }

    .featured-products .section-header .subtitle {
        font-size: 15px;
    }

    .product-image {
        height: 200px;
        padding: 6px;
    }

    .product-content {
        padding: 16px 18px 18px;
    }

    .product-content h3 {
        font-size: 16px;
    }

    .product-content p {
        font-size: 13px;
    }

    .product-footer .price {
        font-size: 16px;
    }

    .btn-order-whatsapp {
        padding: 7px 16px;
        font-size: 12px;
    }
}

/* =============================================
   RESPONSIVE - MOBILE LANDSCAPE
============================================= */

@media (max-width: 767px) {
    .featured-products {
        padding: 40px 0;
    }

    .featured-products .section-header {
        margin-bottom: 25px;
    }

    .featured-products .section-header h2 {
        font-size: 26px;
    }

    .featured-products .section-header .subtitle {
        font-size: 14px;
    }

    .featured-products .row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .featured-products .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .product-card {
        border-radius: 16px;
        margin-bottom: 0;
    }

    .product-image {
        height: 160px;
        padding: 6px;
    }

    .product-content {
        padding: 12px 14px 14px;
    }

    .product-content h3 {
        font-size: 14px;
        margin-bottom: 4px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product-content p {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 32px;
    }

    .product-footer {
        padding-top: 10px;
    }

    .product-footer .price {
        font-size: 15px;
    }

    .product-footer .price::before {
        font-size: 11px;
    }

    .btn-order-whatsapp {
        padding: 6px 14px;
        font-size: 11px;
        min-width: 75px;
        justify-content: center;
    }

    .btn-order-whatsapp i {
        font-size: 12px;
    }
}

/* =============================================
   RESPONSIVE - MOBILE PORTRAIT
============================================= */

@media (max-width: 575px) {
    .featured-products {
        padding: 30px 0;
    }

    .featured-products .section-header h2 {
        font-size: 22px;
    }

    .featured-products .section-header .subtitle {
        font-size: 13px;
    }

    .featured-products .row {
        gap: 10px;
        padding: 0 4px;
    }

    .product-card {
        border-radius: 14px;
        min-height: 270px;
    }

    .product-image {
        height: 140px;
        padding: 5px;
    }

    .product-image img {
        object-fit: contain;
    }

    .badge-new {
        font-size: 8px;
        padding: 3px 10px;
        top: 8px;
        right: 8px;
    }

    .product-content {
        padding: 10px 12px 12px;
        min-height: 75px;
    }

    .product-content h3 {
        font-size: 13px;
        margin-bottom: 3px;
    }

    .product-content p {
        font-size: 11px;
        min-height: 26px;
        max-height: 38px;
        -webkit-line-clamp: 2;
        margin-bottom: 6px;
    }

    .product-footer {
        padding-top: 6px;
    }

    .product-footer .price {
        font-size: 14px;
    }

    .product-footer .price::before {
        font-size: 10px;
    }

    .btn-order-whatsapp {
        padding: 5px 12px;
        font-size: 10px;
        min-width: 60px;
    }

    .btn-order-whatsapp i {
        font-size: 10px;
        margin-right: 3px;
    }

    .btn-view-all {
        padding: 8px 20px;
        font-size: 13px;
        width: 100%;
        max-width: 200px;
        justify-content: center;
    }
}

/* =============================================
   RESPONSIVE - EXTRA SMALL
============================================= */

@media (max-width: 400px) {
    .featured-products .row {
        gap: 8px;
        padding: 0 2px;
    }

    .product-card {
        min-height: 230px;
        border-radius: 12px;
    }

    .product-image {
        height: 120px;
        padding: 4px;
    }

    .product-content {
        padding: 8px 10px 10px;
        min-height: 65px;
    }

    .product-content h3 {
        font-size: 12px;
    }

    .product-content p {
        font-size: 10px;
        min-height: 22px;
        max-height: 32px;
        -webkit-line-clamp: 2;
    }

    .product-footer .price {
        font-size: 12px;
    }

    .btn-order-whatsapp {
        padding: 4px 10px;
        font-size: 9px;
        min-width: 50px;
    }

    .btn-order-whatsapp i {
        font-size: 9px;
    }
}
/* =============================================
   WORKSHOP PREVIEW
============================================= */
.workshop-preview {
    padding: 80px 0;
    background: #FFF8F5;
}

.workshop-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    height: 100%;
    margin-bottom: 30px;
}

.workshop-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 45px rgba(0, 0, 0, 0.12);
}

.workshop-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.workshop-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.workshop-card:hover .workshop-image img {
    transform: scale(1.06);
}

.workshop-type {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.workshop-type.online {
    background: #2196F3;
    color: #fff;
}

.workshop-type.offline {
    background: #FF9800;
    color: #fff;
}

.workshop-content {
    padding: 20px;
}

.workshop-content h3 {
    font-size: 17px;
    font-weight: 600;
    color: #2C1810;
    margin-bottom: 8px;
}

.workshop-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.workshop-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.workshop-footer .price {
    font-size: 16px;
    font-weight: 600;
    color: #8B4513;
}

.workshop-footer .price::before {
    content: '₹';
    margin-right: 2px;
    font-weight: 600;
}

.workshop-footer .btn-primary {
    background: #8B4513;
    border: none;
    padding: 8px 22px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s ease;
}

.workshop-footer .btn-primary:hover {
    background: #2C1810;
}

/* =============================================
   FEATURES SECTION
============================================= */
.features-section {
    padding: 80px 0;
    background: #fff;
}

.feature-item {
    text-align: center;
    padding: 30px 20px;
    border-radius: 16px;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #f5f5f5;
}

.feature-item:hover {
    background: #FFF8F5;
    transform: translateY(-5px);
    border-color: #D4A574;
}

.feature-item .feature-icon {
    width: 70px;
    height: 70px;
    background: #F5E6D3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    transition: all 0.3s ease;
}

.feature-item:hover .feature-icon {
    background: #8B4513;
}

.feature-item .feature-icon i {
    font-size: 30px;
    color: #8B4513;
    transition: all 0.3s ease;
}

.feature-item:hover .feature-icon i {
    color: #fff;
}

.feature-item h5 {
    font-weight: 600;
    color: #2C1810;
    margin-bottom: 8px;
}

.feature-item p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* ---------- TESTIMONIALS ---------- */
.testimonials {
    padding: 80px 0;
    background: #fdf6f3;
}

.testimonials .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.testimonials .section-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: #2c1810;
}

.testimonials .section-header h2 span {
    color: #8B4513;
}

.testimonials .section-header .subtitle {
    color: #666;
    font-size: 17px;
}

/* Testimonial Card */
.testimonial-card {
    background: #fff;
    padding: 32px;
    border-radius: 20px;
    border: 1px solid rgba(44, 24, 16, 0.06);
    transition: all 0.45s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    height: 100%;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(139, 69, 19, 0.08);
    border-color: #D4A574;
}

/* Testimonial Content */
.testimonial-content {
    margin-bottom: 20px;
}

.testimonial-content i.fa-quote-left {
    color: #D4A574;
    font-size: 24px;
    opacity: 0.3;
    margin-bottom: 8px;
    display: block;
}

.testimonial-content p {
    font-size: 15px;
    color: #333;
    line-height: 1.7;
    font-style: italic;
    margin: 0;
}

/* Testimonial Author - All Types */
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 16px;
    border-top: 1px solid rgba(44, 24, 16, 0.06);
}

/* Type 1: Avatar with Text (No Image) */
.testimonial-author .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F5E6D3, #D4A574);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover .testimonial-author .avatar {
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(139, 69, 19, 0.2);
}

/* Type 2: Avatar with Image Inside Wrapper */
.testimonial-author .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* Type 3: Image Direct (No Wrapper) */
.testimonial-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover .testimonial-author img {
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(139, 69, 19, 0.2);
}

/* Author Text */
.testimonial-author strong {
    display: block;
    color: #2c1810;
    font-size: 15px;
    font-weight: 600;
}

.testimonial-author span {
    font-size: 13px;
    color: #666;
}

.testimonial-author .stars {
    color: #F4B400;
    font-size: 12px;
    margin-top: 4px;
    letter-spacing: 1px;
}

/* =============================================
   CTA SECTION
============================================= */
.cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #8B4513 0%, #2C1810 100%);
    color: #fff;
}

.cta-content {
    text-align: center;
}

.cta-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    margin-bottom: 12px;
}

.cta-content h2 span {
    color: #D4A574;
}

.cta-content p {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 30px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.cta-content .btn-primary {
    background: #D4A574;
    color: #2C1810;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cta-content .btn-primary:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.cta-content .btn-outline-white {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 35px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
}

.cta-content .btn-outline-white:hover {
    background: #fff;
    color: #8B4513;
    transform: translateY(-2px);
}

.cta-content .btn-whatsapp-cta {
    background: #25D366;
    color: #fff;
    padding: 12px 35px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.cta-content .btn-whatsapp-cta:hover {
    background: #128C7E;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
}

/* =============================================
   VIEW ALL BUTTON
============================================= */
.btn-view-all {
    background: transparent;
    border: 2px solid #8B4513;
    color: #8B4513;
    padding: 12px 40px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-view-all:hover {
    background: #8B4513;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(139, 69, 19, 0.3);
}



/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    .hero-image,
    .product-card,
    .workshop-card,
    .feature-item,
    .testimonial-card,
    .floating-badge {
        transition: none !important;
        animation: none !important;
    }

    .product-card:hover .product-image img,
    .workshop-card:hover .workshop-image img {
        transform: none !important;
    }

    .product-card:hover,
    .workshop-card:hover,
    .feature-item:hover,
    .testimonial-card:hover {
        transform: none !important;
    }

    .hero-image:hover {
        transform: none !important;
    }
}


/* =============================================
   INSTAGRAM FEED - 3 CARDS PER ROW (Smaller Size)
============================================= */

.instagram-feed {
    padding: 60px 0;
    background: #FFF8F5;
    position: relative;
}

.instagram-feed::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(212, 165, 116, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* ----- SECTION HEADER ----- */
.instagram-feed .section-header {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.instagram-feed .section-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
    color: #2C1810;
}

.instagram-feed .section-header h2 span {
    color: #8B4513;
}

.instagram-feed .section-header .subtitle {
    color: #666;
    font-size: 14px;
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.instagram-feed .section-header .subtitle .sep {
    color: #ccc;
}

.instagram-feed .section-header .subtitle a {
    color: #8B4513;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.instagram-feed .section-header .subtitle a:hover {
    color: #E4405F;
}

.instagram-feed .section-header .subtitle a i {
    margin-right: 5px;
}

/* =============================================
   INSTAGRAM GRID - 3 CARDS PER ROW (Smaller)
============================================= */

.instagram-grid .row {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
    display: flex;
    flex-wrap: wrap;
}

.instagram-grid .col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 6px;
}

/* =============================================
   INSTAGRAM CARD - SMALLER SIZE
============================================= */

.insta-card {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(139, 69, 19, 0.06);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    aspect-ratio: 1 / 1;
    width: 100%;
}

.insta-card:hover {
    transform: translateY(-4px);
    border-color: #D4A574;
    box-shadow: 0 8px 25px rgba(139, 69, 19, 0.08);
}

/* ----- INSTAGRAM CARD IMAGE ----- */
.insta-card-image {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f0eb;
    overflow: hidden;
}

.insta-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.insta-card:hover .insta-card-image img {
    transform: scale(1.05);
}

/* =============================================
   INSTAGRAM OVERLAY - Simplified
============================================= */

.insta-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(44, 24, 16, 0.45);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 2px;
    padding: 15px;
    text-align: center;
}

.insta-card:hover .insta-card-overlay {
    opacity: 1;
}

.insta-card-overlay i {
    font-size: 24px;
    color: #fff;
    transform: scale(0.6);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.insta-card:hover .insta-card-overlay i {
    transform: scale(1);
}

.insta-card-overlay .insta-title {
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    opacity: 0;
    transform: translateY(6px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.insta-card:hover .insta-card-overlay .insta-title {
    opacity: 1;
    transform: translateY(0);
}

.insta-card-overlay .insta-subtitle {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    transform: translateY(6px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    display: none;
}

.insta-card:hover .insta-card-overlay .insta-subtitle {
    opacity: 1;
    transform: translateY(0);
}

/* =============================================
   INSTAGRAM BADGE - Smaller
============================================= */

.insta-badge {
    position: absolute;
    top: 6px;
    right: 6px;
    background: rgba(255, 255, 255, 0.9);
    color: #E4405F;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease;
}

.insta-card:hover .insta-badge {
    opacity: 1;
    transform: scale(1);
}

/* =============================================
   INSTAGRAM BUTTONS
============================================= */

.instagram-btn-wrapper {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.btn-instagram {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D);
    color: #fff;
    padding: 10px 28px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(225, 48, 108, 0.2);
    position: relative;
    overflow: hidden;
}

.btn-instagram::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    transition: left 0.6s ease;
}

.btn-instagram:hover::before {
    left: 100%;
}

.btn-instagram:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(225, 48, 108, 0.3);
    color: #fff;
}

.btn-instagram i {
    font-size: 18px;
}

.btn-instagram-secondary {
    background: linear-gradient(135deg, #833AB4, #C13584, #E1306C);
}

/* =============================================
   RESPONSIVE - TABLET
============================================= */

@media (max-width: 991px) {
    .instagram-feed {
        padding: 50px 0;
    }
    .instagram-feed .section-header h2 {
        font-size: 28px;
    }
    .instagram-grid .row {
        --bs-gutter-x: 10px;
        --bs-gutter-y: 10px;
    }
    .instagram-grid .col-4 {
        padding: 0 5px;
    }
    .insta-card {
        border-radius: 10px;
    }
    .insta-card-overlay i {
        font-size: 20px;
    }
    .insta-card-overlay .insta-title {
        font-size: 10px;
    }
}

/* =============================================
   RESPONSIVE - MOBILE
============================================= */

@media (max-width: 767px) {
    .instagram-feed {
        padding: 40px 0;
    }
    .instagram-feed .section-header h2 {
        font-size: 24px;
    }
    .instagram-feed .section-header .subtitle {
        font-size: 12px;
        gap: 6px;
    }
    .instagram-grid .row {
        --bs-gutter-x: 8px;
        --bs-gutter-y: 8px;
    }
    .instagram-grid .col-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding: 0 4px;
    }
    .insta-card {
        border-radius: 8px;
    }
    .insta-card-overlay i {
        font-size: 16px;
    }
    .insta-card-overlay .insta-title {
        font-size: 9px;
    }
    .insta-card-overlay .insta-subtitle {
        display: none;
    }
    .insta-badge {
        width: 20px;
        height: 20px;
        font-size: 10px;
        top: 4px;
        right: 4px;
    }
}

/* =============================================
   RESPONSIVE - MOBILE PORTRAIT
============================================= */

@media (max-width: 575px) {
    .instagram-feed {
        padding: 30px 0;
    }
    .instagram-feed .section-header h2 {
        font-size: 20px;
    }
    .instagram-feed .section-header .subtitle {
        font-size: 11px;
    }
    .instagram-grid .row {
        --bs-gutter-x: 6px;
        --bs-gutter-y: 6px;
    }
    .instagram-grid .col-4 {
        padding: 0 3px;
    }
    .insta-card {
        border-radius: 6px;
    }
    .insta-card-overlay i {
        font-size: 14px;
    }
    .insta-card-overlay .insta-title {
        font-size: 8px;
        max-width: 80%;
    }
    .btn-instagram {
        padding: 8px 20px;
        font-size: 12px;
        width: 100%;
        justify-content: center;
    }
    .instagram-btn-wrapper {
        flex-direction: column;
        gap: 8px;
        margin-top: 20px;
    }
}

/* =============================================
   RESPONSIVE - EXTRA SMALL
============================================= */

@media (max-width: 400px) {
    .instagram-grid .row {
        --bs-gutter-x: 4px;
        --bs-gutter-y: 4px;
    }
    .instagram-grid .col-4 {
        padding: 0 2px;
    }
    .insta-card {
        border-radius: 4px;
    }
    .insta-card-overlay i {
        font-size: 12px;
    }
    .insta-card-overlay .insta-title {
        font-size: 7px;
    }
}

/* =============================================
   DARK MODE
============================================= */

@media (prefers-color-scheme: dark) {
    .instagram-feed {
        background: #1a1a1a;
    }
    .instagram-feed .section-header h2 {
        color: #f5e6d3;
    }
    .instagram-feed .section-header .subtitle {
        color: #bbb;
    }
    .instagram-feed .section-header .subtitle a {
        color: #D4A574;
    }
    .instagram-feed .section-header .subtitle a:hover {
        color: #E4405F;
    }
    .insta-card {
        background: #2a2a2a;
        border-color: rgba(255, 255, 255, 0.05);
    }
    .insta-card-image {
        background: #1a1a1a;
    }
    .insta-card:hover {
        border-color: #D4A574;
    }
}

/* =============================================
   REDUCED MOTION
============================================= */

@media (prefers-reduced-motion: reduce) {
    .insta-card,
    .insta-card-image img,
    .insta-card-overlay,
    .insta-badge,
    .btn-instagram {
        transition: none !important;
        animation: none !important;
    }
    .insta-card:hover {
        transform: none !important;
    }
    .insta-card:hover .insta-card-image img {
        transform: none !important;
    }
    .insta-card:hover .insta-card-overlay {
        opacity: 1 !important;
    }
}


/* =============================================
   FOOTER STYLES - PATISSERIE180 (PREMIUM)
   ============================================= */

/* ----- Footer Main Container ----- */
footer {
    background: #1a0f0a;
    color: #f5e6d3;
    padding: 60px 0 0;
    margin-top: 0;
    position: relative;
    overflow: hidden;
}

/* Gradient Top Border */
footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #8B4513, #D4A574, #8B4513);
}

/* Subtle Background Glow */
footer::after {
    content: '';
    position: absolute;
    top: -30%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(212, 165, 116, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* ----- Brand Section ----- */
.footer-brand {
    position: relative;
    z-index: 1;
    text-align: left;
}

.footer-brand .brand-logo {
    height: 90px;
    width: 83px;
    margin-bottom: 12px;
    /* ✅ Original color - No filter */
    display: block;
}

.footer-brand h3 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 4px;
    font-weight: 700;
}

.footer-brand .tagline {
    font-size: 14px;
    color: #d4a574;
    opacity: 0.8;
    margin-bottom: 12px;
    font-style: italic;
}

.footer-brand .footer-about {
    font-size: 14px;
    color: #b8a69a;
    line-height: 1.7;
    margin-bottom: 16px;
    max-width: 90%;
}

/* ----- Trust Badges Footer ----- */
.trust-badges-footer {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.trust-badges-footer span {
    font-size: 12px;
    color: #b8a69a;
    display: flex;
    align-items: center;
    gap: 6px;
}

.trust-badges-footer span i {
    color: #d4a574;
    font-size: 12px;
}

/* ----- Footer Headings ----- */
footer h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    padding-top: 5px;
    margin-left: 15px;
    position: relative;
    padding-bottom: 10px;
    z-index: 1;
}

footer h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #D4A574, transparent);
    border-radius: 2px;
}

/* ----- Footer Lists ----- */
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li a {
    color: #b8a69a;
    text-decoration: none;
    font-size: 14px;
    margin-left: 15px;
    transition: all 0.3s ease;
    display: inline-block;
}

footer ul li a:hover {
    color: #d4a574;
    padding-left: 5px;
    transform: translateX(3px);
}

/* ----- Contact Info ----- */
.contact-info {
    position: relative;
    z-index: 1;
}

.contact-info p {
    font-size: 14px;
    color: #b8a69a;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-info p i {
    color: #d4a574;
    width: 20px;
    font-size: 16px;
    text-align: center;
}

.contact-info p a {
    color: #b8a69a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info p a:hover {
    color: #d4a574;
}

/* ----- Social Icons ----- */
.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 10px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.04);
}

.social-icons a:hover {
    background: #d4a574;
    color: #1a0f0a;
    transform: translateY(-3px);
    box-shadow: 0 4px 20px rgba(212, 165, 116, 0.2);
}

.social-icons a.instagram:hover {
    background: #E4405F;
    color: #fff;
    border-color: #E4405F;
}

.social-icons a.facebook:hover {
    background: #1877F2;
    color: #fff;
    border-color: #1877F2;
}

.social-icons a.youtube:hover {
    background: #FF0000;
    color: #fff;
    border-color: #FF0000;
}

/* ----- WhatsApp Button ----- */
.btn-whatsapp-footer {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25D366;
    color: #ffffff;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.btn-whatsapp-footer:hover {
    background: #128C7E;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp-footer i {
    font-size: 18px;
}

/* ----- Map Section ----- */
.footer-map {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
    z-index: 1;
}

.footer-map iframe {
    width: 100%;
    height: 130px;
    border-radius: 8px;
    border: none;
}

.btn-map {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #b8a69a;
    font-size: 12px;
    text-decoration: none;
    margin-top: 6px;
    transition: color 0.3s ease;
}

.btn-map:hover {
    color: #d4a574;
}

.btn-map i {
    font-size: 12px;
}

/* ----- Footer Stats - One Line ----- */
.footer-middle {
    padding: 25px 0;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: nowrap;
}

.footer-stats .stat-item {
    text-align: center;
    flex: 0 0 auto;
}

.footer-stats .stat-item .number {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    color: #d4a574;
    line-height: 1.2;
}

.footer-stats .stat-item .label {
    font-size: 12px;
    color: #8a7a6e;
    font-weight: 400;
}

/* ----- Footer Bottom ----- */
.footer-bottom {
    padding: 20px 0;
    margin-top: 0;
}

.footer-bottom p {
    font-size: 15px;
    color: #8a7a6e;
    margin: 0;
    letter-spacing: 0.5px;
}

.footer-bottom p span {
    color: #d4a574;
}

.footer-bottom .sep {
    color: rgba(255, 255, 255, 0.1);
    margin: 0 6px;
}

.footer-bottom a {
    color: #8a7a6e;
    text-decoration: none;
    font-size: 12px;
    transition: color 0.3s ease;
}

.footer-bottom a:hover {
    color: #d4a574;
}

/* ----- Scroll to Top ----- */
.scroll-top {
    position: fixed;
    bottom: 90px;
    right: 25px;
    background: linear-gradient(135deg, #8B4513, #A0522D);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    border: none;
    box-shadow: 0 4px 15px rgba(139, 69, 19, 0.3);
    transition: all 0.3s ease;
    z-index: 999;
}

.scroll-top:hover {
    background: #2C1810;
    transform: translateY(-3px);
}

.scroll-top.show {
    display: flex;
}

/* =============================================
   MOBILE RESPONSIVE
============================================= */

/* Tablet */
@media (max-width: 991px) {
    footer {
        padding: 40px 0 0;
    }
    .footer-stats {
        gap: 30px;
    }
    .footer-stats .stat-item .number {
        font-size: 20px;
    }
    .footer-bottom .text-md-end {
        text-align: center !important;
        margin-top: 8px;
    }
    .footer-brand .footer-about {
        max-width: 100%;
    }
}

/* ✅ Mobile Landscape */
@media (max-width: 767px) {
    footer {
        padding: 30px 0 0;
    }

    .footer-section .row.gy-5 {
        display: flex;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }

    .footer-section .row.gy-5 > .col-lg-2 {
        flex: 0 0 50%;

    /* Keep copyright/legal row on a single line */
    .footer-bottom {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .footer-bottom .row {
        justify-content: center;
        flex-wrap: nowrap;
    }
    .footer-bottom .row .col-auto {
        display: flex;
        align-items: center;
        flex: 0 0 auto;
    }
    .footer-bottom p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0 6px;
    }
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer-section .row.gy-5 > .col-lg-2:first-of-type {
        order: 1;
        text-align: left;
    }

    .footer-section .row.gy-5 > .col-lg-2:nth-of-type(2) {
        order: 2;
        text-align: left;
    }

    .footer-section .row.gy-5 > .col-lg-4:first-of-type {
        flex: 0 0 100%;
        max-width: 100%;
        order: 0;
        margin-bottom: 10px;
    }

    .footer-section .row.gy-5 > .col-lg-4:last-of-type {
        flex: 0 0 100%;
        max-width: 100%;
        order: 3;
        margin-top: 10px;
    }

    .footer-section .col-lg-2 h5 {
        font-size: 14px;
        margin-bottom: 12px;
        padding-bottom: 6px;
    }

    .footer-section .col-lg-2 h5::after {
        width: 30px;
    }

    .footer-section .col-lg-2 ul li {
        margin-bottom: 5px;
    }

    .footer-section .col-lg-2 ul li a {
        font-size: 12px;
    }

    .footer-brand {
        text-align: left;
    }
    
    .footer-brand .brand-logo {
        margin-left: 0;
    }
    
    .footer-brand .footer-about {
        max-width: 100%;
    }

    .footer-middle {
        padding: 15px 0;
        margin-top: 15px;
    }
    .footer-stats {
        gap: 20px;
        flex-wrap: nowrap;
    }
    .footer-stats .stat-item .number {
        font-size: 18px;
    }
    .footer-stats .stat-item .label {
        font-size: 10px;
    }
    .footer-map iframe {
        height: 110px;
    }
    .trust-badges-footer {
        justify-content: flex-start;
    }
    .footer-bottom .sep {
        margin: 0 4px;
    }
}

/* ✅ Mobile Portrait */
@media (max-width: 575px) {
    footer {
        padding: 20px 0 0;
    }

    .footer-section .row.gy-5 > .col-lg-2 {
        padding-left: 8px;
        padding-right: 8px;
    }

    .footer-section .col-lg-2 h5 {
        font-size: 13px;
        margin-bottom: 15px;
        padding-bottom: 5px;
        margin-left: 20px;
    }

    .footer-section .col-lg-2 h5::after {
        width: 25px;
    }

    .footer-section .col-lg-2 ul li {
        margin-bottom: 4px;
    }

    .footer-section .col-lg-2 ul li a {
        font-size: 13px;
        margin-left: 20px;
    }

    .footer-brand h3 {
        font-size: 22px;
    }
    .footer-brand .footer-about {
        font-size: 13px;
    }
    .footer-stats {
        gap: 0px!important;
        flex-wrap: nowrap;
        justify-content: center;
    }
    .footer-stats .stat-item .number {
        font-size: 10px;
    }
    .footer-stats .stat-item .label {
        font-size: 9px;
    }
    .footer-map iframe {
        height: 100px;
    }
    .footer-bottom .sep {
        display: none;
    }
    .footer-bottom a {
        display: inline-block;
        margin: 2px 4px;
    }
    .social-icons a {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }
}

/* ✅ Extra Small */
@media (max-width: 400px) {
    .footer-section .row.gy-5 > .col-lg-2 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .footer-section .col-lg-2 h5 {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .footer-section .col-lg-2 h5::after {
        width: 20px;
    }

    .footer-section .col-lg-2 ul li a {
        font-size: 12px;
    }

    .footer-stats {
        gap: 10px;
    }
    .footer-stats .stat-item .number {
        font-size: 14px;
    }
    .footer-stats .stat-item .label {
        font-size: 8px;
    }
}

/* =============================================
   MENU PAGE STYLES - PATISSERIE180
   WITH GLASSMORPHISM & ANIMATIONS
============================================= */

/* ----- GLASSMORPHISM VARIABLES ----- */
:root {
    --glass-bg: rgba(255, 255, 255, 0.15);
    --glass-border: rgba(255, 255, 255, 0.2);
    --glass-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    --glass-blur: blur(12px);
}

/* ----- PAGE HEADER WITH GLASS ----- */
.page-header {
    padding: 60px 0 30px;
    background: linear-gradient(135deg, #FFF8F5 0%, #F5E6D3 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(212,165,116,0.15) 0%, transparent 70%);
    border-radius: 50%;
    animation: floatBg 8s ease-in-out infinite;
}

@keyframes floatBg {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-30px, 20px); }
}

.page-header h1 {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 700;
    color: #2C1810;
    animation: slideDown 0.8s ease forwards;
}

.page-header h1 span {
    color: #8B4513;
    position: relative;
}

.page-header h1 span::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    height: 6px;
    background: rgba(212,165,116,0.4);
    border-radius: 4px;
    animation: expandLine 1s ease forwards;
}

@keyframes expandLine {
    from { width: 0; left: 50%; right: 50%; }
    to { width: 100%; left: 0; right: 0; }
}

.page-header p {
    font-size: 16px;
    color: #666;
    margin-top: 8px;
    animation: fadeUp 0.8s ease 0.3s forwards;
    opacity: 0;
}

@keyframes slideDown {
    from { opacity: 0; transform: translateY(-30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ----- MENU TABS - GLASS EFFECT ----- */
.menu-tabs-section {
    padding: 30px 0 15px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    position: sticky;
    top: 110px;
    z-index: 99;
    border-bottom: 1px solid var(--glass-border);
}

.menu-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-tab-item {
    margin: 0;
}

.menu-tab-btn {
    padding: 10px 22px;
    border: 1px solid var(--glass-border);
    border-radius: 50px;
    background: linear-gradient(135deg, rgba(245, 230, 211, 0.95) 0%, rgba(255, 255, 255, 0.9) 100%);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    color: #4b4949;
    border-color:rgba(139, 69, 19, 0.18);
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
}

.menu-tab-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(139,69,19,0.1), transparent);
    transition: left 0.5s ease;
}

.menu-tab-btn:hover::before {
    left: 100%;
}

.menu-tab-btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.menu-tab-btn:hover {
    background: rgba(177, 48, 102, 0.08);
    color: #8B4513;
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(139,69,19,0.1);
}

.menu-tab-btn:hover i {
    transform: scale(1.2) rotate(-5deg);
}

.menu-tab-btn.active {
    background: #8B4513;
    color: #fff;
    border-color: #8B4513;
    box-shadow: 0 4px 25px rgba(139,69,19,0.35);
    transform: translateY(-2px);
}

.menu-tab-btn.active i {
    animation: pulseIcon 2s ease-in-out infinite;
}

@keyframes pulseIcon {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.15); }
}

/* ----- MENU CONTENT ----- */
.menu-content-section {
    padding: 40px 0 70px;
    background: #fff;
}

.menu-content-panel {
    display: none;
    animation: panelFadeIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.menu-content-panel.active {
    display: block;
}

@keyframes panelFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* ----- SECTION HEADER ----- */
.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    font-weight: 700;
    color: #2C1810;
    position: relative;
    display: inline-block;
}

.section-header h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #8B4513, #D4A574);
    border-radius: 2px;
    animation: expandWidth 0.8s ease forwards;
}

@keyframes expandWidth {
    from { width: 0; }
    to { width: 60px; }
}

.section-header .subtitle {
    color: #888;
    font-size: 16px;
    margin-top: 12px;
}

.section-header .price-range {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 22px;
    background: rgba(139,69,19,0.08);
    color: #8B4513;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(139,69,19,0.1);
}

/* =============================================
   MENU GRID
============================================= */

.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    align-items: stretch;
}

/* =============================================
   MENU ITEM CARD
============================================= */

.menu-item-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 4px 15px rgba(139, 69, 19, 0.08);
    transition: all 0.45s ease;
    opacity: 0;
    transform: translateY(30px);
    animation: cardStagger 0.6s ease forwards;
}

.menu-item-card:hover {
    transform: translateY(-10px);
    border-color: #D4A574;
    box-shadow: 0 20px 50px rgba(139, 69, 19, 0.18), 0 10px 20px rgba(0, 0, 0, 0.08);
}

/* Shine Effect */
.menu-item-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.45), transparent);
    transition: left 0.8s;
    z-index: 3;
    pointer-events: none;
}

.menu-item-card:hover::before {
    left: 140%;
}

/* =============================================
   STAGGER ANIMATION
============================================= */

.menu-item-card:nth-child(1) { animation-delay: 0.05s; }
.menu-item-card:nth-child(2) { animation-delay: 0.10s; }
.menu-item-card:nth-child(3) { animation-delay: 0.15s; }
.menu-item-card:nth-child(4) { animation-delay: 0.20s; }
.menu-item-card:nth-child(5) { animation-delay: 0.25s; }
.menu-item-card:nth-child(6) { animation-delay: 0.30s; }
.menu-item-card:nth-child(7) { animation-delay: 0.35s; }
.menu-item-card:nth-child(8) { animation-delay: 0.40s; }
.menu-item-card:nth-child(9) { animation-delay: 0.45s; }
.menu-item-card:nth-child(10) { animation-delay: 0.50s; }

@keyframes cardStagger {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* =============================================
   IMAGE AREA
============================================= */

.menu-item-image {
    position: relative;
    height: 230px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #ffffff, #faf6f2);
    overflow: hidden;
    flex-shrink: 0;
}

.menu-item-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.05), transparent 45%);
    pointer-events: none;
}

.menu-item-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.5s ease;
    display: block;
}

.menu-item-card:hover .menu-item-image img {
    transform: scale(1.05);
}

/* =============================================
   MENU ITEM BADGE
============================================= */

.menu-item-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 5px 16px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 2;
    animation: badgePulse 2s ease-in-out infinite;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.18);
}

@keyframes badgePulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* Badge Colors */
.menu-item-badge.best-seller {
    background: linear-gradient(135deg, #F4B400, #F39C12);
    color: #2c1810;
    box-shadow: 0 4px 15px rgba(244, 180, 0, 0.35);
}

.menu-item-badge.trending {
    background: linear-gradient(135deg, #E74C3C, #F39C12);
    color: #fff;
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.35);
}

.menu-item-badge.premium {
    background: linear-gradient(135deg, #8B4513, #D4A574);
    color: #fff;
    box-shadow: 0 4px 15px rgba(139, 69, 19, 0.35);
}

.menu-item-badge.new {
    background: linear-gradient(135deg, #27AE60, #2ECC71);
    color: #fff;
    box-shadow: 0 4px 15px rgba(46, 204, 113, 0.35);
}

.menu-item-badge.signature {
    background: linear-gradient(135deg, #6C3483, #AF7AC5);
    color: #fff;
    box-shadow: 0 4px 15px rgba(108, 52, 131, 0.35);
}

.menu-item-badge.favorite {
    background: linear-gradient(135deg, #E74C3C, #8E44AD);
    color: #fff;
    box-shadow: 0 4px 15px rgba(142, 68, 173, 0.35);
}

.menu-item-badge.award {
    background: linear-gradient(135deg, #F4B400, #D4A574);
    color: #2c1810;
    box-shadow: 0 4px 15px rgba(212, 165, 116, 0.35);
}

.menu-item-badge.citrus {
    background: linear-gradient(135deg, #F39C12, #E67E22);
    color: #fff;
    box-shadow: 0 4px 15px rgba(243, 156, 18, 0.35);
}

.menu-item-badge.chocoholic {
    background: linear-gradient(135deg, #3d1f0f, #8B4513);
    color: #fff;
    box-shadow: 0 4px 15px rgba(139, 69, 19, 0.35);
}

.menu-item-badge.royal {
    background: linear-gradient(135deg, #3d1f0f, #8B4513);
    color: #fff;
    box-shadow: 0 4px 15px rgba(44, 62, 80, 0.35);
}

.menu-item-badge.popular {
    background: linear-gradient(135deg, #2980B9, #3498DB);
    color: #fff;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.35);
}

.menu-item-badge.limited {
    background: linear-gradient(135deg, #8E44AD, #9B59B6);
    color: #fff;
    box-shadow: 0 4px 15px rgba(142, 68, 173, 0.35);
}

/* =============================================
   MENU ITEM CONTENT - COMPACT
============================================= */

.menu-item-content {
    padding: 14px 18px 14px;
    background: rgba(255, 255, 255, 0.95);
    flex: 1;
    display: flex;
    flex-direction: column;
}

.menu-item-content h3 {
    font-size: 17px;
    font-weight: 600;
    color: #2C1810;
    margin-bottom: 4px;
    transition: color 0.3s ease;
}

.menu-item-card:hover .menu-item-content h3 {
    color: #8B4513;
}

.menu-item-content p {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
    margin-bottom: 8px;
    flex: 0 1 auto;
}

/* =============================================
   MENU ITEM FOOTER - COMPACT
============================================= */

.menu-item-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
    border-top: 1px solid rgba(139, 69, 19, 0.08);
    margin-top: auto;
}

.menu-item-price {
    font-size: 17px;
    font-weight: 700;
    color: #8B4513;
}

.menu-item-price::before {
    content: '';
    font-size: 13px;
    font-weight: 500;
}

/* =============================================
   WHATSAPP ORDER BUTTON
============================================= */

.btn-order-whatsapp {
    background: #25D366;
    color: #fff;
    border: none;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    overflow: hidden;
}

.btn-order-whatsapp::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-order-whatsapp:hover::before {
    left: 100%;
}

.btn-order-whatsapp:hover {
    background: #128C7E;
    transform: scale(1.05) translateY(-2px);
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.35);
}

.btn-order-whatsapp:active {
    transform: scale(0.95);
}

.btn-order-whatsapp i {
    margin-right: 4px;
}

/* =============================================
   RESPONSIVE - MOBILE FIX
============================================= */

/* Mobile Landscape */
@media (max-width: 767px) {
    .menu-item-content {
        padding: 10px 12px 10px;
    }

    .menu-item-content h3 {
        font-size: 14px;
        margin-bottom: 3px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .menu-item-content p {
        font-size: 12px;
        line-height: 1.3;
        margin-bottom: 6px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 0;
        max-height: 32px;
    }

    .menu-item-footer {
        padding-top: 6px;
    }

    .menu-item-price {
        font-size: 14px;
    }

    .btn-order-whatsapp {
        padding: 4px 12px;
        font-size: 11px;
        min-width: 60px;
        justify-content: center;
    }
}

/* Mobile Portrait */
@media (max-width: 575px) {
    .menu-item-content {
        padding: 8px 10px 8px;
    }

    .menu-item-content h3 {
        font-size: 13px;
        margin-bottom: 2px;
    }

    .menu-item-content p {
        font-size: 11px;
        line-height: 1.3;
        margin-bottom: 4px;
        min-height: 0;
        max-height: 28px;
        -webkit-line-clamp: 2;
    }

    .menu-item-footer {
        padding-top: 4px;
    }

    .menu-item-price {
        font-size: 13px;
    }

    .btn-order-whatsapp {
        padding: 3px 10px;
        font-size: 10px;
        min-width: 50px;
    }
}

/* Extra Small */
@media (max-width: 400px) {
    .menu-item-content {
        padding: 6px 8px 6px;
    }

    .menu-item-content h3 {
        font-size: 12px;
    }

    .menu-item-content p {
        font-size: 10px;
        max-height: 24px;
        -webkit-line-clamp: 2;
    }

    .menu-item-footer {
        padding-top: 4px;
    }

    .menu-item-price {
        font-size: 12px;
    }

    .btn-order-whatsapp {
        padding: 2px 8px;
        font-size: 9px;
        min-width: 40px;
    }
}

/* ----- WEDDING EXPERIENCE - GLASS CARD ----- */
.wedding-experience {
    padding: 70px 0;
    background: linear-gradient(135deg, #FFF8F5 0%, #F5E6D3 100%);
}

.wedding-box {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 40px;
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border-radius: 20px;
    border: 1px solid var(--glass-border);
    box-shadow: var(--glass-shadow);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    animation: floatY 4s ease-in-out infinite;
}

@keyframes floatY {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.wedding-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(139,69,19,0.15);
}

.wedding-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #8B4513, #D4A574);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    animation: rotateIcon 8s linear infinite;
}

@keyframes rotateIcon {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.wedding-icon i {
    font-size: 32px;
    color: #fff;
    animation: counterRotate 8s linear infinite;
}

@keyframes counterRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
}

.wedding-box h3 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: #2C1810;
    margin-bottom: 12px;
}

.wedding-box p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

.wedding-box .highlight {
    color: #8B4513;
    font-weight: 600;
}

.wedding-box .min-order {
    display: inline-block;
    margin: 12px 0 18px;
    padding: 5px 22px;
    background: rgba(139,69,19,0.1);
    color: #8B4513;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    backdrop-filter: blur(4px);
}

.wedding-box .btn-primary {
    background: #8B4513;
    border: none;
    padding: 14px 40px;
    border-radius: 50px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.wedding-box .btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
    transition: left 0.5s ease;
}

.wedding-box .btn-primary:hover::before {
    left: 100%;
}

.wedding-box .btn-primary:hover {
    background: #2C1810;
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(139,69,19,0.35);
}

/* ----- EXPERTISE BADGES - GLASS ----- */
.expertise-badges {
    padding: 60px 0;
    background: linear-gradient(135deg, #8B4513 0%, #2C1810 100%);
}

.expertise-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

.expertise-badge {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    padding: 14px 20px;
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeInBadge 0.6s ease forwards;
}

.expertise-badge:nth-child(1) { animation-delay: 0.05s; }
.expertise-badge:nth-child(2) { animation-delay: 0.10s; }
.expertise-badge:nth-child(3) { animation-delay: 0.15s; }
.expertise-badge:nth-child(4) { animation-delay: 0.20s; }
.expertise-badge:nth-child(5) { animation-delay: 0.25s; }
.expertise-badge:nth-child(6) { animation-delay: 0.30s; }
.expertise-badge:nth-child(7) { animation-delay: 0.35s; }
.expertise-badge:nth-child(8) { animation-delay: 0.40s; }

@keyframes fadeInBadge {
    from { opacity: 0; transform: translateX(-20px); }
    to { opacity: 1; transform: translateX(0); }
}

.expertise-badge:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
    border-color: rgba(255,255,255,0.2);
}

.expertise-badge i {
    font-size: 22px;
    color: #D4A574;
    min-width: 28px;
    transition: transform 0.3s ease;
}

.expertise-badge:hover i {
    transform: scale(1.2) rotate(-5deg);
}

.expertise-badge span {
    font-size: 13px;
    font-weight: 500;
}


/* =============================================
   RESPONSIVE - MENU PAGE
   CLEAN & OPTIMIZED (duplicates removed)
============================================= */

/* =============================================
   LAPTOP (1200px)
============================================= */

@media (max-width: 1200px) {
    .menu-grid {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 20px;
    }
    .menu-item-image {
        height: 200px;
    }
}

/* =============================================
   TABLET (768px - 991px)
============================================= */

@media (max-width: 991px) {
    .page-header {
        padding: 95px 0 30px;
    }
    .page-header h1 {
        font-size: 34px;
    }
    .page-header p {
        font-size: 14px;
    }

    .menu-tabs-section {
        top: 70px;
        padding: 10px 0;
        overflow: hidden;
    }
    .menu-tabs {
        display: flex;
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 6px;
        padding: 4px 0 8px;
    }
    .menu-tabs::-webkit-scrollbar {
        display: none;
    }
    .menu-tab-btn {
        flex-shrink: 0;
        white-space: nowrap;
        padding: 8px 16px;
        font-size: 12px;
        border-radius: 30px;
        
    }
    .menu-tab-btn i {
        font-size: 12px;
    }

    .menu-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        align-items: start;
    }
    .menu-item-card {
        height: auto !important;
        min-height: 320px;
        border-radius: 12px;
        overflow: hidden;
    }
    .menu-item-image {
        height: 170px;
        padding: 6px;
        background: #f5f0eb;
        flex-shrink: 0;
    }
    .menu-item-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .menu-item-badge {
        font-size: 8px;
        padding: 3px 9px;
        top: 8px;
        right: 8px;
    }
    .menu-item-content {
        padding: 12px 14px 14px;
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    .menu-item-content h3 {
        font-size: 14px;
        margin-bottom: 4px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .menu-item-content p {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 6px;
        min-height: 28px;
        max-height: 40px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-word;
    }
    .menu-item-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 22px;
        border-top: 1px solid rgba(139, 69, 19, 0.08);
        margin-top: 12px;
        
    }
    .menu-item-price {
        font-size: 14px;
    }
    .btn-order-whatsapp {
        padding: 5px 14px;
        font-size: 11px;
    }

    .section-header h2 {
        font-size: 28px;
    }
    .wedding-box {
        padding: 30px 20px;
    }
    .expertise-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .expertise-badge {
        padding: 10px 14px;
    }
    .expertise-badge i {
        font-size: 18px;
        min-width: 22px;
    }
    .expertise-badge span {
        font-size: 12px;
    }
}

/* =============================================
   MOBILE LANDSCAPE (576px - 767px)
============================================= */

@media (max-width: 767px) {
    .page-header h1 {
        font-size: 30px;
    }

    .menu-tabs {
        gap: 4px;
        padding: 3px 0 6px;
    }
    .menu-tab-btn {
        padding: 6px 12px;
        font-size: 11px;
        border-radius: 25px;
    }
    .menu-tab-btn i {
        font-size: 11px;
    }

    .menu-grid {
        /* grid-template-columns unchanged from 991px block (repeat(2, 1fr)) */
        gap: 12px;
        align-items: start;
    }
    .menu-item-card {
        min-height: 290px;
        border-radius: 10px;
    }
    .menu-item-image {
        height: 140px;
        padding: 5px;
    }
    .menu-item-content {
        padding: 10px 12px 12px;
    }
    .menu-item-content h3 {
        font-size: 13px;
        margin-bottom: 3px;
    }
    .menu-item-content p {
        font-size: 11px;
        line-height: 1.3;
        margin-bottom: 4px;
        min-height: 24px;
        max-height: 34px;
        -webkit-line-clamp: 2;
    }
    .menu-item-footer {
        padding-top: 4px;
    }
    .menu-item-price {
        font-size: 13px;
    }
    .btn-order-whatsapp {
        padding: 4px 12px;
        font-size: 10px;
    }

    .section-header h2 {
        font-size: 26px;
    }
    .wedding-box h3 {
        font-size: 24px;
    }
    /* .wedding-box, .expertise-grid, .expertise-badge, .expertise-badge i,
       .expertise-badge span were exact duplicates of the 991px block values
       (padding: 30px 20px / grid-template-columns: repeat(2,1fr) gap:12px /
       padding:10px 14px / font-size:18px / font-size:12px) -> removed, they
       already cascade down from the 991px media query above. */
}

/* =============================================
   MOBILE PORTRAIT (below 576px)
============================================= */

@media (max-width: 575px) {
    body {
        overflow-x: hidden;
    }
    .container {
        padding-left: 12px;
        padding-right: 12px;
        overflow-x: hidden;
    }

    .page-header {
        padding: 60px 0 25px;
    }
    .page-header h1 {
        font-size: 26px;
    }
    .page-header p {
        font-size: 14px;
    }

    .menu-tabs-section {
        top: 64px;
        padding: 8px 0;
        overflow: hidden;
    }
    .menu-tabs {
        gap: 3px;
        padding: 2px 0 4px;
        overflow-x: auto;
        flex-wrap: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .menu-tabs::-webkit-scrollbar {
        display: none;
    }
    .menu-tab-btn {
        padding: 5px 10px;
        font-size: 10px;
        border-radius: 20px;
        flex-shrink: 0;
        white-space: nowrap;
    }
    .menu-tab-btn i {
        font-size: 10px;
        margin-right: 3px;
    }

    .menu-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding: 0 4px;
        width: 100%;
        overflow-x: hidden;
        align-items: start;
    }
    .menu-item-card {
        min-height: 270px;
        max-height: 350px;
        border-radius: 10px;
        overflow: hidden;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .menu-item-image {
        height: 130px;
        padding: 4px;
        background: #f5f0eb;
        flex-shrink: 0;
    }
    .menu-item-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .menu-item-content {
        padding: 8px 10px 10px;
        flex: 1;
        display: flex;
        flex-direction: column;
        min-height: 75px;
    }
    .menu-item-content h3 {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #2C1810;
    }
    .menu-item-content p {
        font-size: 10px;
        line-height: 1.3;
        margin-bottom: 8px;
        min-height: 20px;
        max-height: 30px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-word;
        color: #666;
    }
    .menu-item-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 15px;
        border-top: 1px solid rgba(139, 69, 19, 0.06);
        margin-top: 19px;
        flex-wrap: wrap;
        gap: 4px;
    }
    .menu-item-price {
        font-size: 12px;
        font-weight: 700;
        color: #8B4513;
    }
    .btn-order-whatsapp {
        padding: 3px 10px;
        font-size: 9px;
        gap: 3px;
        border-radius: 30px;
        min-width: 40px;
    }
    .btn-order-whatsapp i {
        font-size: 10px;
    }

    .section-header {
        margin-bottom: 30px;
    }
    .section-header h2 {
        font-size: 22px;
    }
    .section-header .subtitle {
        font-size: 13px;
    }
    .section-header .price-range {
        font-size: 12px;
        padding: 3px 14px;
        margin-top: -12px;
    }

    .wedding-box {
        padding: 25px 15px;
        margin: 0 8px;
    }
    .wedding-box h3 {
        font-size: 20px;
    }
    .wedding-box p {
        font-size: 14px;
    }
    .wedding-icon {
        width: 60px;
        height: 60px;
    }
    .wedding-icon i {
        font-size: 24px;
    }

    .expertise-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        padding: 0 4px;
    }
    .expertise-badge {
        padding: 8px 10px;
        border-radius: 8px;
    }
    .expertise-badge i {
        font-size: 15px;
        min-width: 18px;
    }
    .expertise-badge span {
        font-size: 10px;
    }

    /* ---- merged from the second, duplicate @media (max-width: 575px) block ---- */
    .btn-view-all {
        padding: 8px 20px;
        font-size: 13px;
        width: 100%;
        max-width: 180px;
        justify-content: center;
        margin: 0 auto;
        display: flex;
    }
    .text-center.mt-4,
    .text-center.mt-5 {
        margin-top: 15px !important;
    }
}

/* =============================================
   EXTRA SMALL (below 400px)
============================================= */

@media (max-width: 400px) {
    .menu-grid {
        gap: 8px;
        padding: 0 2px;
    }
    .menu-item-card {
        min-height: 230px;
        max-height: 300px;
        border-radius: 8px;
    }
    .menu-item-image {
        height: 110px;
        padding: 3px;
    }
    .menu-item-content {
        padding: 6px 8px 8px;
        min-height: 60px;
    }
    .menu-item-content h3 {
        font-size: 11px;
    }
    .menu-item-content p {
        font-size: 9px;
        min-height: 16px;
        max-height: 24px;
        -webkit-line-clamp: 2;
    }
    .menu-item-price {
        font-size: 11px;
    }
    .btn-order-whatsapp {
        padding: 2px 8px;
        font-size: 8px;
        min-width: 35px;
    }
    .btn-order-whatsapp i {
        font-size: 8px;
    }
    .menu-tab-btn {
        padding: 4px 8px;
        font-size: 9px;
    }
    .menu-tab-btn i {
        font-size: 9px;
    }
}

/* Tablet & Mobile */
@media (max-width: 768px) {
    .menu-item-badge {
        font-size: 8px;
        padding: 2px 6px !important;
        top: 6px;
        right: 5px;
        border-radius: 20px;
        letter-spacing: 0.3px;
        line-height: 1.2;
        white-space: nowrap;
    }
}

@media (max-width: 991px) {
    .menu-item-badge {
        font-size: 8px;
        padding: 2px 6px !important;
        top: 6px;
        right: 5px;
        border-radius: 20px;
        letter-spacing: 0.3px;
        line-height: 1.2;
        white-space: nowrap;
    }
}


/* Small Mobile */
@media (max-width: 480px) {
    .menu-item-badge {
        font-size: 7px;
        padding: 2px 6px;
        top: 4px;
        right: 4px;
        border-radius: 18px;
        letter-spacing: 0.2px;
    }
}

/* ============================================= */
/* BACK BUTTON - PERMANENT BOTTOM RIGHT          */
/* ============================================= */
.back-button {
    position: fixed;
    bottom: 150px;  /* Scroll button ke upar */
    right: 25px;
    background: linear-gradient(135deg, #8B4513, #A0522D);
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;  /* Always visible */
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    border: none;
    box-shadow: 0 4px 15px rgba(139, 69, 19, 0.3);
    transition: all 0.3s ease;
    z-index: 999;
    text-decoration: none;
}

.back-button:hover {
    background: linear-gradient(135deg, #A0522D, #D4A574);
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(139, 69, 19, 0.4);
}

.back-button:active {
    transform: scale(0.9);
}

/* Mobile */
@media (max-width: 768px) {
    .back-button {
        bottom: 130px;
        right: 15px;
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .back-button {
        bottom: 140px;
        right: 15px;
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
}



/* ============================================= */
/* ABOUT PREVIEW - INDEX PAGE                   */
/* ============================================= */

.about-preview {
    padding: 80px 0;
    background: #fff;
}

.about-preview-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    max-width: 1100px;
    margin: 0 auto;
    align-items: center;
}

.about-preview-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(44, 24, 16, 0.12);
}

.about-preview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 1/1;
}

.about-preview-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: linear-gradient(135deg, #F4B400, #e8a300);
    color: #2c1810;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(244, 180, 0, 0.3);
}

.about-preview-text {
    padding: 10px 0;
}

.about-preview-tag {
    display: inline-block;
    background: rgba(139, 69, 19, 0.08);
    color: #8B4513;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 14px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
}

.about-preview-text h2 {
    font-family: 'Playfair Display', 'Georgia', serif;
    font-size: 38px;
    color: #2c1810;
    margin-bottom: 2px;
}

.about-preview-text h4 {
    font-size: 18px;
    color: #8B4513;
    font-weight: 400;
    margin-bottom: 16px;
}

.about-preview-text blockquote {
    font-size: 18px;
    color: #555;
    font-style: italic;
    padding: 16px 0 16px 24px;
    border-left: 4px solid #D4A574;
    margin-bottom: 20px;
    line-height: 1.6;
}

.about-preview-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 20px;
}

.about-preview-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    background: #fcf6f0;
    border-radius: 10px;
    border: 1px solid rgba(139, 69, 19, 0.06);
}

.about-preview-feature i {
    font-size: 20px;
    color: #8B4513;
    width: 28px;
    text-align: center;
    flex-shrink: 0;
}

.about-preview-feature strong {
    display: block;
    font-size: 14px;
    color: #2c1810;
}

.about-preview-feature span {
    font-size: 12px;
    color: #888;
}

.btn-about {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: 50px;
    background: linear-gradient(135deg, #8B4513, #D4A574);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-about:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(139, 69, 19, 0.3);
}

/* ============================================= */
/* RESPONSIVE */
/* ============================================= */

@media (max-width: 992px) {

    .about-preview-grid{
        grid-template-columns: 1fr;
        gap: 35px;
        max-width: 650px;
        text-align: center;
    }

    .about-preview-image{
        max-width: 450px;
        margin: 0 auto;
    }

    .about-preview-text{
        text-align: center;
    }

    .about-preview-tag{
        margin: 0 auto 15px;
    }

    .about-preview-features{
        justify-content: center;
    }

    .btn-about{
        margin: 25px auto 0;
    }
}


@media (max-width:768px){

    .about-preview{
        padding:50px 0;
    }

    .about-preview-grid{
        display:flex;
        flex-direction:column;
        align-items:center;
        gap:30px;
    }

    .about-preview-image{
        max-width:380px;
        margin:0 auto;
    }

    .about-preview-text{
        text-align:center;
        width:100%;
    }

    .about-preview-tag{
        display:inline-block;
        margin:0 auto 12px;
    }

    .about-preview-text h2{
        font-size:30px;
        text-align:center;
    }

    .about-preview-text h4{
        font-size:17px;
        text-align:center;
    }

    .about-preview-text blockquote{
        border-left:none;
        padding:0;
        margin:20px 0;
        text-align:center;
        font-size:16px;
    }

    .about-preview-features{
        grid-template-columns:1fr 1fr;
        gap:12px;
    }

    .about-preview-feature{
        flex-direction:column;
        justify-content:center;
        text-align:center;
        gap:8px;
        padding:9px;
    }

    .about-preview-feature i{
        width:auto;
        font-size:22px;
    }

    .btn-about{
        display:flex;
        justify-content:center;
        align-items:center;
        width:fit-content;
        margin:25px auto 0;
        padding:12px 28px;
    }
}


@media (max-width:576px){

    .about-preview{
        padding:40px 0;
    }

    .about-preview-image{
        max-width:300px;
    }

    .about-preview-text h2{
        font-size:26px;
    }

    .about-preview-text h4{
        font-size:15px;
    }

    .about-preview-text blockquote{
        font-size:14px;
        line-height:1.8;
        text-align:center;
        padding:0;
        border:none;
    }

    .about-preview-features{
        grid-template-columns:1fr;
        gap:12px;
    }

    .about-preview-feature{
        text-align:center;
        justify-content:center;
        align-items:center;
    }

    .about-preview-feature strong,
    .about-preview-feature span{
        text-align:center;
    }

    .about-preview-badge{
        left:50%;
        bottom:15px;
        transform:translateX(-50%);
        font-size:10px;
        padding:5px 12px;
    }

    .btn-about{
        width:fit-content;
        margin:20px auto 0;
    }
}

/* ============================================= */
/* BAKERS MEET - REEL ONLY                      */
/* ============================================= */

.bakers-meet {
    padding: 80px 0;
    background: #fdf6f3;
}

/* ============================================= */
/* SECTION HEADER - IMPROVED SPACING            */
/* ============================================= */

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

/* Badge - Top Line */
.section-badge {
    display: inline-block;
    background: rgba(139, 69, 19, 0.1);
    color: #8B4513;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 18px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;  /* Space between badge and heading */
}

.section-badge i {
    margin-right: 6px;
}

/* Heading - Second Line */
.section-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    color: #2c1810;
    margin-bottom: 10px;  /* Space between heading and subtitle */
    line-height: 1.2;
}

.section-header h2 span {
    color: #8B4513;
}

/* Subtitle - Third Line */
.section-header .subtitle {
    font-size: 16px;
    color: #777;
    margin-bottom: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* ============================================= */
/* REEL WRAPPER - CENTERED                      */
/* ============================================= */

.bakers-meet-reel-wrapper {
    max-width: 540px;
    margin: 0 auto;
    padding: 0 15px;
}

/* ============================================= */
/* REEL CARD                                     */
/* ============================================= */

.bakers-meet-reel {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(44, 24, 16, 0.08);
    border: 1px solid rgba(139, 69, 19, 0.06);
    transition: all 0.3s ease;
}

.bakers-meet-reel:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(139, 69, 19, 0.12);
    border-color: #D4A574;
}

.reel-card-link {
    text-decoration: none;
    display: block;
}

/* ============================================= */
/* REEL THUMBNAIL                                */
/* ============================================= */

.reel-thumbnail {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #1a1210;
}

.reel-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.bakers-meet-reel:hover .reel-thumbnail img {
    transform: scale(1.05);
}

/* Play Button */
.reel-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 56px;
    color: #fff;
    text-shadow: 0 4px 30px rgba(0,0,0,0.5);
    transition: all 0.3s ease;
    opacity: 0.9;
}

.bakers-meet-reel:hover .reel-play-btn {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
}

/* Overlay */
.reel-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 16px 16px;
    background: linear-gradient(transparent, rgba(0,0,0,0.6));
    text-align: center;
}

.reel-overlay span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 4px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

/* ============================================= */
/* REEL CONTENT                                  */
/* ============================================= */

.reel-content {
    padding: 16px 20px 20px;
}

.reel-content h4 {
    font-size: 17px;
    font-weight: 700;
    color: #2c1810;
    margin-bottom: 4px;
    font-family: 'Playfair Display', serif;
}

.reel-content p {
    font-size: 13px;
    color: #666;
    margin-bottom: 12px;
    line-height: 1.5;
}

/* View Button */
.reel-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #405DE6, #E1306C);
    color: #fff;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.reel-view-btn i {
    font-size: 14px;
}

.bakers-meet-reel:hover .reel-view-btn {
    transform: translateX(4px);
    box-shadow: 0 4px 16px rgba(225, 48, 108, 0.3);
}

/* ============================================= */
/* RESPONSIVE - TABLET                          */
/* ============================================= */

@media (max-width: 768px) {
    .bakers-meet {
        padding: 60px 0;
    }

    .section-header {
        margin-bottom: 32px;
    }

    .section-header h2 {
        font-size: 30px;
    }

    .section-header .subtitle {
        font-size: 15px;
        max-width: 90%;
    }

    .bakers-meet-reel-wrapper {
        max-width: 480px;
        padding: 0 15px;
    }

    .reel-thumbnail {
        aspect-ratio: 4/3;
    }

    .reel-play-btn {
        font-size: 48px;
    }

    .reel-content {
        padding: 14px 18px 18px;
    }

    .reel-content h4 {
        font-size: 16px;
    }
}

/* ============================================= */
/* RESPONSIVE - MOBILE                          */
/* ============================================= */

@media (max-width: 576px) {
    .bakers-meet {
        padding: 40px 0;
    }

    .section-header {
        margin-bottom: 24px;
    }

    .section-badge {
        font-size: 11px;
        padding: 3px 14px;
        margin-bottom: 8px;
    }

    .section-header h2 {
        font-size: 24px;
        margin-bottom: 6px;
    }

    .section-header .subtitle {
        font-size: 13px;
        max-width: 100%;
        padding: 0 10px;
    }

    .bakers-meet-reel-wrapper {
        max-width: 100%;
        padding: 0 12px;
    }

    .bakers-meet-reel {
        border-radius: 14px;
    }

    .reel-thumbnail {
        aspect-ratio: 4/3;
    }

    .reel-play-btn {
        font-size: 40px;
    }

    .reel-overlay span {
        font-size: 11px;
        padding: 3px 12px;
    }

    .reel-content {
        padding: 12px 16px 16px;
    }

    .reel-content h4 {
        font-size: 15px;
    }

    .reel-content p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .reel-view-btn {
        font-size: 12px;
        padding: 5px 14px;
    }

    .reel-view-btn i {
        font-size: 12px;
    }
}

/* ============================================= */
/* RESPONSIVE - VERY SMALL (320px)             */
/* ============================================= */

@media (max-width: 360px) {
    .bakers-meet {
        padding: 30px 0;
    }

    .section-header h2 {
        font-size: 20px;
    }

    .section-header .subtitle {
        font-size: 12px;
    }

    .reel-play-btn {
        font-size: 32px;
    }

    .reel-content h4 {
        font-size: 14px;
    }

    .reel-content p {
        font-size: 11px;
    }

    .reel-view-btn {
        font-size: 11px;
        padding: 4px 12px;
    }
}

/* ============================================= */
/* ACCESSIBILITY - REDUCED MOTION               */
/* ============================================= */

@media (prefers-reduced-motion: reduce) {
    .reel-thumbnail img,
    .bakers-meet-reel,
    .reel-play-btn,
    .reel-view-btn {
        transition: none !important;
    }

    .bakers-meet-reel:hover {
        transform: none !important;
    }

    .bakers-meet-reel:hover .reel-thumbnail img {
        transform: none !important;
    }

    .bakers-meet-reel:hover .reel-play-btn {
        transform: translate(-50%, -50%) !important;
    }

    .bakers-meet-reel:hover .reel-view-btn {
        transform: none !important;
    }
}

/* ============================================= */
/* DARK MODE SUPPORT                            */
/* ============================================= */

@media (prefers-color-scheme: dark) {
    .bakers-meet {
        background: #1a1210;
    }

    .section-badge {
        background: rgba(212, 165, 116, 0.15);
        color: #D4A574;
    }

    .section-header h2 {
        color: #f5ede5;
    }

    .section-header .subtitle {
        color: #b8a89a;
    }

    .bakers-meet-reel {
        background: #2c1810;
        border-color: rgba(212, 165, 116, 0.1);
    }

    .bakers-meet-reel:hover {
        border-color: #D4A574;
    }

    .reel-content h4 {
        color: #f5ede5;
    }

    .reel-content p {
        color: #b8a89a;
    }
}

/* ============================================= */
/* WHY CHOOSE US - FIXED                        */
/* ============================================= */

.why-choose-us {
    padding: 80px 0;
    background: #fff;
}

/* SECTION HEADER - Proper Spacing */
.section-header {
    text-align: center;
    margin-bottom: 48px;
}

/* BADGE - Line 1 (Alag Line) */
.section-badge {
    display: inline-block;
    background: rgba(139, 69, 19, 0.1);
    color: #8B4513;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 16px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;  /* Space between badge and heading */
}

.section-badge i {
    margin-right: 6px;
}

/* HEADING - Line 2 (Alag Line) */
.section-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    color: #2c1810;
    margin-bottom: 6px;  /* Space between heading and subtitle */
}

.section-header h2 span {
    color: #8B4513;
}

/* SUBTITLE - Line 3 (Alag Line) */
.section-header .subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #8B4513;
    margin-bottom: 8px;  /* Space between subtitle and description */
    font-family: 'Playfair Display', serif;
}

.section-header .subtitle span {
    color: #D4A574;
}

/* DESCRIPTION - Line 4 (Alag Line) */
.section-header .subtitle-desc {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* ============================================= */
/* WHY GRID - Cards                             */
/* ============================================= */

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

/* CARD */
.why-card {
    background: #fdf6f3;
    padding: 28px 24px;
    border-radius: 16px;
    border: 1px solid rgba(139, 69, 19, 0.06);
    text-align: center;
    transition: all 0.3s ease;
}

.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(139, 69, 19, 0.08);
    border-color: #D4A574;
    background: #fff;
}

/* ICON */
.why-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 14px;
    background: linear-gradient(135deg, rgba(139, 69, 19, 0.08), rgba(212, 165, 116, 0.08));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #8B4513;
    transition: all 0.3s ease;
}

.why-card:hover .why-icon {
    background: linear-gradient(135deg, #8B4513, #D4A574);
    color: #fff;
    transform: scale(1.05);
}

/* CONTENT */
.why-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #2c1810;
    margin-bottom: 4px;
}

.why-content p {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* ============================================= */
/* RESPONSIVE                                   */
/* ============================================= */

@media (max-width: 992px) {
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .why-choose-us {
        padding: 60px 0;
    }

    .section-header h2 {
        font-size: 30px;
    }

    .section-header .subtitle {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .why-choose-us {
        padding: 40px 0;
    }

    .section-header h2 {
        font-size: 24px;
    }

    .section-header .subtitle {
        font-size: 16px;
    }

    .section-header .subtitle-desc {
        font-size: 13px;
    }

    .why-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        padding: 0 10px;
    }

    .why-card {
        padding: 18px 14px;
    }

    .why-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .why-content h4 {
        font-size: 14px;
    }

    .why-content p {
        font-size: 12px;
    }
}

@media (max-width: 400px) {
    .why-grid {
        grid-template-columns: 1fr;
        max-width: 320px;
    }
}


/* ============================================= */
/* CERTIFICATE SHOWCASE - SIDE BY SIDE          */
/* ============================================= */

.certificate-showcase {
    padding: 80px 0;
    background: #fdf6f3;
}

.section-header {
    text-align: center;
    margin-bottom: 48px;
}

.section-badge {
    display: inline-block;
    background: rgba(139, 69, 19, 0.1);
    color: #8B4513;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 16px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.section-badge i {
    margin-right: 6px;
}

.section-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    color: #2c1810;
    margin-bottom: 8px;
}

.section-header h2 span {
    color: #8B4513;
}

.section-header .subtitle {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* ============================================= */
/* CERTIFICATE WRAPPER - FLEX SIDE BY SIDE      */
/* ============================================= */

.certificate-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

/* ============================================= */
/* LEFT: CERTIFICATE IMAGE                      */
/* ============================================= */

.certificate-image-box {
    flex: 1.2;
    min-width: 0;
}

.certificate-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(44, 24, 16, 0.12);
    border: 2px solid #D4A574;
    background: #fff;
    transition: all 0.3s ease;
}

.certificate-card:hover {
    transform: translateY(-4px) scale(1.01);
    box-shadow: 0 12px 50px rgba(139, 69, 19, 0.2);
}

.certificate-card img {
    width: 100%;
    height: auto;
    display: block;
}

/* Badge Overlay on Certificate */
.certificate-badge-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 24px;
    background: linear-gradient(transparent, rgba(0,0,0,0.6));
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.certificate-badge-overlay span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
    padding: 4px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.certificate-badge-overlay span i {
    font-size: 13px;
}

/* ============================================= */
/* RIGHT: CERTIFICATE DETAILS                   */
/* ============================================= */

.certificate-details-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.detail-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    padding: 20px 24px;
    border-radius: 12px;
    border: 1px solid rgba(139, 69, 19, 0.06);
    transition: all 0.3s ease;
}

.detail-item:hover {
    transform: translateX(4px);
    box-shadow: 0 8px 30px rgba(139, 69, 19, 0.08);
    border-color: #D4A574;
}

.detail-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: rgba(139, 69, 19, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #8B4513;
    transition: all 0.3s ease;
}

.detail-item:hover .detail-icon {
    background: linear-gradient(135deg, #8B4513, #D4A574);
    color: #fff;
}

.detail-content h5 {
    font-size: 16px;
    font-weight: 700;
    color: #2c1810;
    margin-bottom: 2px;
}

.detail-content p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

/* ============================================= */
/* RESPONSIVE - TABLET                          */
/* ============================================= */

@media (max-width: 992px) {
    .certificate-wrapper {
        gap: 30px;
    }

    .certificate-details-box {
        gap: 16px;
    }

    .detail-item {
        padding: 16px 20px;
    }
}

/* ============================================= */
/* RESPONSIVE - MOBILE                          */
/* ============================================= */

@media (max-width: 768px) {
    .certificate-showcase {
        padding: 60px 0;
    }

    .section-header h2 {
        font-size: 28px;
    }

    .certificate-wrapper {
        flex-direction: column;
        gap: 30px;
        padding: 0 15px;
    }

    .certificate-image-box {
        flex: none;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .certificate-details-box {
        flex: none;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        gap: 14px;
    }

    .detail-item {
        padding: 16px 18px;
    }

    .certificate-badge-overlay {
        padding: 16px 20px;
        gap: 10px;
    }

    .certificate-badge-overlay span {
        font-size: 11px;
        padding: 3px 12px;
    }
}

@media (max-width: 576px) {
    .certificate-showcase {
        padding: 40px 0;
    }

    .section-header h2 {
        font-size: 24px;
    }

    .section-header .subtitle {
        font-size: 14px;
    }

    .certificate-wrapper {
        gap: 24px;
        padding: 0 10px;
    }

    .certificate-card {
        border-width: 1.5px;
    }

    .certificate-badge-overlay {
        padding: 12px 14px;
        gap: 6px;
        flex-direction: column;
        align-items: flex-start;
    }

    .certificate-badge-overlay span {
        font-size: 10px;
        padding: 2px 10px;
    }

    .certificate-details-box {
        gap: 12px;
    }

    .detail-item {
        padding: 14px 16px;
        gap: 12px;
    }

    .detail-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 18px;
    }

    .detail-content h5 {
        font-size: 14px;
    }

    .detail-content p {
        font-size: 12px;
    }
}

@media (max-width: 400px) {
    .certificate-image-box {
        max-width: 100%;
    }

    .certificate-details-box {
        max-width: 100%;
    }
}