* {
    outline: none;
    margin: 0px;
    padding: 0px;
    border: none;
    text-decoration: none;
    box-sizing: border-box;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
}

body {
    background-color: #f8f9fa;
    color: #333;
    overflow-x: hidden;
}

/* Glassmorphism Header Section */
.header-section {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 68px;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
}

.header-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
}

/* Header Brand Logo */
.header-logo img {
    height: 48px;
    width: auto;
    display: block;
    object-fit: contain;
}

/* Desktop Navigation Links */
.nav-menu {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
}

.nav-link {
    font-size: 0.92rem;
    font-weight: 700;
    color: #333333;
    transition: all 0.25s ease;
    position: relative;
    padding: 4px 0;
}

.nav-link:hover, .nav-link.active {
    color: #a6192e;
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #a6192e;
    border-radius: 2px;
}

/* Phone & Header Actions */
.header-right-block {
    display: flex;
    align-items: center;
    gap: 18px;
}

.header-phone {
    font-size: 0.90rem;
    font-weight: 700;
    color: #111111;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    text-decoration: none;
}

.header-phone i.fa-whatsapp {
    font-size: 1.25rem;
    color: #25d366;
    animation: mini-bounce 2s infinite;
}

@keyframes mini-bounce {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.22); }
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn-outline {
    display: inline-block;
    padding: 8px 16px;
    border: 1.5px solid #a6192e;
    color: #a6192e;
    font-size: 0.85rem;
    font-weight: 700;
    border-radius: 4px;
    transition: all 0.3s ease;
    background: transparent;
    cursor: pointer;
    white-space: nowrap;
}

.btn-outline:hover {
    background: #a6192e;
    color: #ffffff;
}

.btn-filled {
    display: inline-block;
    padding: 9px 18px;
    background: #a6192e;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 700;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
    white-space: nowrap;
}

.btn-filled:hover {
    background: #871223;
    box-shadow: 0 4px 12px rgba(166, 25, 46, 0.35);
}

/* Mobile Hamburger Icon */
.mobile-toggle {
    display: none;
    font-size: 1.5rem;
    color: #333;
    cursor: pointer;
    padding: 5px;
}

/* Mobile Slide-Down Menu Drawer */
.mobile-menu-drawer {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    padding: 20px 24px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    flex-direction: column;
    gap: 12px;
}

.mobile-menu-drawer.open {
    display: flex;
}

.mobile-menu-drawer .nav-link {
    font-size: 1.05rem;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.mobile-menu-drawer .header-actions {
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
    gap: 10px;
}

.mobile-menu-drawer .btn-outline,
.mobile-menu-drawer .btn-filled {
    width: 100%;
    text-align: center;
}

/* Hero Wrapper - Full Width Edge-to-Edge Container with Bottom Seamless Blend */
.hero-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #536c31;
}

/* Smooth Bottom Transition Gradient from Hero into About Section */
.hero-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to bottom, rgba(83, 108, 49, 0) 0%, rgba(248, 249, 250, 0.65) 75%, #f8f9fa 100%);
    pointer-events: none;
    z-index: 12;
}

.hero-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 91vh;
    aspect-ratio: 1672 / 941;
    background-image: url('../hero_section.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* Cursive Script Header: "Healthier Side of Life" */
.script-header-container {
    position: absolute;
    top: 3.5%;
    left: 21%;
    z-index: 6;
}

.script-header, .featured-text {
    font-family: 'Angelina Malika Free', 'Dancing Script', 'Great Vibes', cursive !important;
    font-size: clamp(1.4rem, 3.5vw, 3.8rem);
    font-weight: normal !important;
    font-style: italic !important;
    color: #ffffff !important;
    letter-spacing: 0.5px !important;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35) !important;
    white-space: nowrap;
}

.script-header .underline-accent {
    position: relative;
    display: inline-block;
}

.script-header .underline-accent::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* Main Headline Block */
.headline-block {
    position: absolute;
    top: 13.5%;
    left: 6.2%;
    width: 58%;
    z-index: 5;
    display: flex;
    flex-direction: column;
}

.main-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: clamp(2.5rem, 6.8vw, 7.4rem);
    color: #ffffff;
    line-height: 0.96;
    text-transform: uppercase;
    letter-spacing: -1.5px;
    text-shadow: 3px 5px 12px rgba(0, 0, 0, 0.28);
    margin-bottom: 0.2vw;
    white-space: nowrap;
}

.sub-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: clamp(1.8rem, 4.7vw, 5.2rem);
    color: #ffffff;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    text-shadow: 3px 5px 12px rgba(0, 0, 0, 0.28);
    white-space: nowrap;
}

/* Milk Splash Text Container */
.splash-text-container {
    position: absolute;
    top: 88.0%;
    left: 8.5%;
    width: 16.5%;
    text-align: center;
    z-index: 10;
}

.splash-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: clamp(0.75rem, 1.7vw, 1.85rem);
    color: #50682e;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.1px;
}

.splash-text span {
    display: block;
}

/* Animated Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 58px;
    height: 58px;
    background-color: #25d366;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    box-shadow: 0 4px 18px rgba(37, 211, 102, 0.45);
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    animation: pulse-whatsapp 2s infinite;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.12);
    background-color: #20ba5a;
    color: #ffffff;
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.65);
}

@keyframes pulse-whatsapp {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 16px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* ABOUT US SECTION WITH TOP & BOTTOM GRADIENT BLEND BRIDGES */
.about-section {
    width: 100%;
    min-height: 91vh;
    background-image: url('../images/about_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 90px 40px 120px 40px;
    overflow: hidden;
}

/* Top Smooth Transition Gradient Bridge from Hero into About Section */
.about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to bottom, #f8f9fa 0%, rgba(248, 249, 250, 0.6) 50%, rgba(248, 249, 250, 0) 100%);
    pointer-events: none;
    z-index: 10;
}

/* Bottom Smooth Transition Blend Overlay from About into Menu Section */
.about-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(to bottom, rgba(248, 249, 250, 0) 0%, rgba(26, 36, 16, 0.85) 75%, #1a2410 100%);
    pointer-events: none;
    z-index: 10;
}

.about-container {
    max-width: 1400px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    position: relative;
    z-index: 11;
}

.about-image-wrapper {
    flex: 1;
    max-width: 560px;
    display: flex;
    justify-content: center;
}

.shop-image-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.16), 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    width: 100%;
    background: transparent;
}

.shop-image-card:hover {
    transform: translateY(-5px) scale(1.015);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.22);
}

.shop-image-card img {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    display: block;
    border-radius: 18px;
}

.about-content {
    flex: 1.1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.about-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    color: #111111;
    line-height: 1.1;
}

.about-accent-line {
    width: 100px;
    height: 4px;
    background-color: #50682e;
    margin-top: 10px;
    margin-bottom: 28px;
    border-radius: 2px;
}

.about-welcome {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 18px;
}

.about-description {
    font-family: 'Poppins', sans-serif;
    font-size: 1.02rem;
    line-height: 1.8;
    color: #444444;
    margin-bottom: 20px;
}

/* ---------------------------------------------------- */
/* MENU SECTION - DUAL-LAYER BLENDED BACKGROUND CROSSFADE SYSTEM */
/* ---------------------------------------------------- */
.menu-section {
    width: 100%;
    padding: 80px 40px;
    position: relative;
    overflow: hidden;
    background-color: #1a2410;
}

/* Top Blend Gradient Bridge from About into Menu Section */
.menu-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(to bottom, #1a2410 0%, rgba(26, 36, 16, 0.85) 45%, rgba(26, 36, 16, 0) 100%);
    pointer-events: none;
    z-index: 5;
}

/* Dual Background Layers for Smooth Crossfade Blending */
.menu-bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: 0;
    transition: opacity 0.85s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.menu-bg-layer.active {
    opacity: 1;
    z-index: 2;
}

/* Ambient Blend Overlay */
.menu-bg-blend-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.45) 100%);
    z-index: 3;
    pointer-events: none;
}

.menu-container {
    position: relative;
    z-index: 6;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

/* Top Category Nav Tabs */
.category-nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

.cat-tab-btn {
    background: rgba(255, 255, 255, 0.90);
    border: 1.5px solid rgba(0, 0, 0, 0.1);
    padding: 12px 26px;
    border-radius: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 0.95rem;
    color: #111111;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.35s ease;
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.cat-tab-btn i {
    font-size: 1.15rem;
    color: #50682e;
    transition: color 0.35s ease;
}

.cat-tab-btn:hover, .cat-tab-btn.active {
    background: #50682e;
    color: #ffffff;
    border-color: #50682e;
    box-shadow: 0 10px 24px rgba(80, 104, 46, 0.4);
    transform: translateY(-3px);
}

.cat-tab-btn:hover i, .cat-tab-btn.active i {
    color: #ffffff;
}

/* Header Banner Area - NO WHITE CONTAINER BOX */
.menu-header-banner {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 10px 0 !important;
    box-shadow: none !important;
    border: none !important;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.menu-title-block {
    flex: 1;
    min-width: 300px;
}

.menu-title-block h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: clamp(2.2rem, 4.2vw, 3.4rem);
    color: #ffffff;
    line-height: 1.1;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.7), 0 2px 6px rgba(0,0,0,0.8);
}

.menu-title-block h2 span {
    color: #a3e635;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.7);
}

.menu-title-line {
    width: 120px;
    height: 4.5px;
    background-color: #a3e635;
    margin-top: 10px;
    margin-bottom: 12px;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(163, 230, 53, 0.6);
}

.menu-title-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    color: #f1f5f9;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

/* Dynamic 4 Quality Badges */
.quality-badges-row {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.badge-circle {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1.25;
    padding: 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

.badge-circle:hover {
    transform: scale(1.08);
}

.b-red { border: 2.5px solid #d9383a; color: #a6192e; }
.b-green { border: 2.5px solid #2e8b57; color: #2e8b57; }
.b-yellow { border: 2.5px solid #f5a623; color: #d97706; }
.b-orange { border: 2.5px solid #e65100; color: #e65100; }

/* Filter Info Bar - NO WHITE CARD BOX */
.menu-info-bar {
    background: transparent !important;
    padding: 14px 0 !important;
    box-shadow: none !important;
    border-top: 1.5px solid rgba(255, 255, 255, 0.25) !important;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.25) !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

.items-found-text {
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.sort-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sort-wrapper label {
    font-weight: 700;
    font-size: 0.9rem;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.sort-select {
    padding: 8px 16px;
    border-radius: 8px;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.95);
    font-weight: 700;
    font-size: 0.9rem;
    color: #333;
    cursor: pointer;
}

/* Sidebar + Product Grid Layout */
.menu-layout-grid {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* Left Sidebar Categories Filter - NO WHITE CARD BOX */
.menu-sidebar {
    width: 250px;
    flex-shrink: 0;
    background: transparent !important;
    padding: 10px 0 !important;
    box-shadow: none !important;
    border: none !important;
}

.sidebar-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 1.1rem;
    color: #ffffff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2.5px solid rgba(255, 255, 255, 0.3);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.sidebar-cat-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.92rem;
    color: #ffffff;
    user-select: none;
    transition: color 0.2s ease;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.custom-checkbox:hover {
    color: #a3e635;
}

.custom-checkbox input {
    width: 18px;
    height: 18px;
    accent-color: #50682e;
    cursor: pointer;
}

/* Products Main Container & Grid */
.menu-main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.products-cards-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 32px 28px;
}

/* PRODUCT CARDS - NO WHITE CARD BACKGROUND AT ALL */
.product-card {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-radius: 0 !important;
    padding: 12px 8px !important;
    box-shadow: none !important;
    border: none !important;
    transition: transform 0.35s ease !important;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.product-card:hover {
    transform: translateY(-8px) !important;
}

.fav-heart {
    position: absolute;
    top: 10px;
    right: 12px;
    color: #ffffff;
    font-size: 1.15rem;
    cursor: pointer;
    transition: color 0.25s ease;
    z-index: 5;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
}

.fav-heart:hover, .fav-heart.active {
    color: #ff4d4d;
}

.product-img-wrap {
    width: 100%;
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    background: transparent !important;
    border-radius: 0 !important;
}

.product-img-wrap img {
    max-width: 95%;
    max-height: 170px;
    object-fit: contain;
    filter: drop-shadow(0 14px 25px rgba(0, 0, 0, 0.45));
    transition: transform 0.35s ease;
}

.product-card:hover .product-img-wrap img {
    transform: scale(1.09);
}

.product-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 1.05rem;
    color: #ffffff;
    margin-bottom: 6px;
    line-height: 1.25;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
}

.product-category-tag {
    font-size: 0.78rem;
    font-weight: 800;
    color: #a3e635;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 8px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

/* HIDE PRICE VISUALLY (DO NOT REMOVE FROM CODE) */
.product-price {
    display: none !important;
}

.btn-order-now {
    width: 100%;
    padding: 10px;
    background: #50682e;
    color: #ffffff;
    border-radius: 30px;
    font-weight: 700;
    font-size: 0.88rem;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: auto;
    border: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.btn-order-now:hover {
    background: #3f5324;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

/* SEE MORE / SEE LESS BUTTON STYLING */
.see-more-wrapper {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.btn-see-more {
    padding: 14px 38px;
    background: #a6192e;
    color: #ffffff;
    border-radius: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.35s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.btn-see-more:hover {
    background: #871223;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.55);
}

.btn-see-more i {
    transition: transform 0.3s ease;
}

.btn-see-more:hover i {
    transform: translateY(3px);
}

/* ---------------------------------------------------- */
/* LOCATION & MAP SECTION */
/* ---------------------------------------------------- */
.location-section {
    width: 100%;
    padding: 80px 40px;
    background: #f1f5f9;
    position: relative;
}

.location-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    align-items: center;
}

.location-info-card {
    flex: 1;
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.location-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2.2rem;
    color: #111111;
}

.location-accent-line {
    width: 80px;
    height: 4px;
    background-color: #a6192e;
    border-radius: 2px;
    margin-top: -10px;
}

.location-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    font-size: 1rem;
    color: #444444;
    line-height: 1.6;
}

.location-item i {
    font-size: 1.4rem;
    color: #a6192e;
    margin-top: 4px;
    flex-shrink: 0;
}

.location-map-wrap {
    flex: 1.2;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

/* ---------------------------------------------------- */
/* ENQUIRY & CATERING WHATSAPP BOOKING SECTION */
/* ---------------------------------------------------- */
.enquiry-section {
    width: 100%;
    padding: 80px 40px;
    background: #50682e;
    color: #ffffff;
    position: relative;
}

.enquiry-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.enquiry-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: clamp(2rem, 3.8vw, 3rem);
    margin-bottom: 12px;
}

.enquiry-subtitle {
    font-size: 1.1rem;
    color: #e2e8f0;
    margin-bottom: 40px;
    max-width: 750px;
}

.enquiry-form {
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 16px 40px rgba(0,0,0,0.2);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    text-align: left;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-group label {
    font-weight: 700;
    font-size: 0.9rem;
    color: #222222;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1.5px solid #cbd5e1;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    color: #111;
    background: #ffffff;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #50682e;
}

.btn-whatsapp-submit {
    grid-column: 1 / -1;
    padding: 16px 30px;
    background: #25d366;
    color: #ffffff;
    border-radius: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.05rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.35s ease;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
    margin-top: 10px;
}

.btn-whatsapp-submit:hover {
    background: #1eb856;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.6);
}

/* ---------------------------------------------------- */
/* BRAND FOOTER SECTION */
/* ---------------------------------------------------- */
.site-footer {
    width: 100%;
    background: #141c0b;
    color: #ffffff;
    padding: 70px 40px 30px 40px;
    border-top: 2px solid rgba(163, 230, 53, 0.3);
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
    gap: 50px;
    margin-bottom: 50px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

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

.footer-slogan {
    font-family: 'Dancing Script', cursive;
    font-size: 1.6rem;
    color: #a3e635;
}

.footer-desc {
    font-size: 0.92rem;
    line-height: 1.7;
    color: #cbd5e1;
}

.footer-col-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.15rem;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 8px;
}

.footer-col-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #a6192e;
    border-radius: 2px;
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links a {
    color: #cbd5e1;
    font-size: 0.92rem;
    font-weight: 500;
    transition: color 0.25s ease;
}

.footer-links a:hover {
    color: #a3e635;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.92rem;
    color: #cbd5e1;
    margin-bottom: 14px;
    line-height: 1.6;
}

.footer-contact-item i {
    color: #a3e635;
    font-size: 1.1rem;
    margin-top: 3px;
}

.footer-socials {
    display: flex;
    gap: 14px;
    margin-top: 18px;
}

.social-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.social-circle:hover {
    background: #a6192e;
    color: #ffffff;
    transform: translateY(-3px);
}

.footer-bottom-bar {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 25px;
    border-top: 1.5px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.88rem;
    color: #94a3b8;
    flex-wrap: wrap;
    gap: 15px;
}

/* Responsive Breakpoints */
@media (max-width: 1150px) {
    .nav-menu { gap: 16px; }
    .nav-link, .header-phone { font-size: 0.85rem; }
    .btn-outline, .btn-filled { padding: 7px 12px; font-size: 0.8rem; }
    .footer-container { grid-template-columns: 1fr 1fr; gap: 40px; }
}

@media (max-width: 992px) {
    .nav-menu, .header-right-block { display: none; }
    .mobile-toggle { display: block; }
    .script-header, .featured-text { font-size: 2.2em !important; }
    .hero-container { aspect-ratio: auto; min-height: 480px; }
    .about-section, .menu-section, .location-section, .enquiry-section { min-height: auto; padding: 50px 16px; }
    .about-container, .location-container { flex-direction: column; gap: 40px; }
    .about-image-wrapper { max-width: 100%; }
    .menu-layout-grid { flex-direction: column; }
    .menu-sidebar { width: 100%; }
    .sidebar-cat-list { flex-direction: row; flex-wrap: wrap; gap: 16px; }
    .enquiry-form { grid-template-columns: 1fr; padding: 24px; }
}

@media screen and (max-width: 768px) {
    .script-header, .featured-text { font-size: 1.65em !important; line-height: 1.25 !important; }
    .splash-text { font-size: 0.85rem; }
    .whatsapp-float { width: 50px; height: 50px; font-size: 28px; bottom: 20px; right: 20px; }
    .products-cards-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 16px 12px !important; }
    .product-card { padding: 8px 4px !important; }
    .product-img-wrap { height: 125px !important; }
    .product-img-wrap img { max-height: 120px !important; }
    .product-name { font-size: 0.88rem !important; }
    .btn-order-now { padding: 8px 4px !important; font-size: 0.76rem !important; }
    .badge-circle { width: 75px; height: 75px; font-size: 0.65rem; }
    .footer-container { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 480px) {
    .header-container { padding: 0 16px; }
    .header-logo img { height: 38px; }
    .about-section, .menu-section, .location-section, .enquiry-section { padding: 30px 12px; }
}
