/*
Theme Name: Bhawreshwar Ayurved
Author: Bhawreshwar Ayurved
Description: store for Ayurvedic products.
Version: 1.0.0
*/


/*Header.php open*/

   :root {
            --primary: #1b431c;
            --primary-light: #245725;
            --secondary: #4a6741;
            --cream: #fdfaf2;
            --gold: #b88a44;
            --text: #2d2d2d;
            --white: #ffffff;
            --radius-pill: 100px;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }

        body {
            font-family: 'Plus Jakarta Sans', sans-serif;
            overflow-x: hidden;
            color: var(--text);
            background: #fff;
        }

        a { text-decoration: none; transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

        /* ============================================================
           PREMIUM DESKTOP TOP BAR & NAVIGATION
        ============================================================ */
        .top-bar {
            background: linear-gradient(90deg, var(--primary) 0%, var(--primary-light) 100%);
            color: #fff;
            font-size: 13px;
            font-weight: 500;
            padding: 12px 0;
            border-bottom: 2px solid var(--gold);
        }
        .top-bar i { color: var(--gold); font-size: 14px; }
        .top-bar a { color: rgba(255,255,255,0.9); display: inline-flex; align-items: center; gap: 8px; }
        .top-bar a:hover { color: var(--gold); transform: translateY(-1px); }

        .main-navbar {
            background: rgba(253, 250, 242, 0.96);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(184, 138, 68, 0.15);
            padding: 20px 0;
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .main-navbar.scrolled {
            padding: 12px 0;
            background: rgba(255, 255, 255, 0.98);
            box-shadow: 0 10px 30px rgba(27, 67, 28, 0.05);
        }

        .navbar-brand { display: flex; align-items: center; gap: 14px; }
        
        .logo-circle {
            width: 54px; height: 54px;
            border-radius: 50%; background: #fff;
            border: 2px solid rgba(184, 138, 68, 0.25);
            display: flex; align-items: center; justify-content: center;
            overflow: hidden; box-shadow: 0 6px 15px rgba(0,0,0,0.04);
            flex-shrink: 0;
            transition: transform 0.3s ease;
        }
        .logo-circle img, .logo-circle .custom-logo-link img { width: 100%; height: 100%; object-fit: contain; padding: 4px; }
        .navbar-brand:hover .logo-circle { transform: rotate(5px) scale(1.02); }

        .brand-title {
            margin: 0; font-family: 'Playfair Display', serif;
            font-size: 1.35rem; font-weight: 700; color: var(--primary); line-height: 1.1;
        }
        .brand-subtitle {
            margin: 4px 0 0; font-size: 9px; letter-spacing: 2px;
            text-transform: uppercase; color: var(--gold); font-weight: 700; line-height: 1;
        }

        .navbar-nav { gap: 2px; align-items: center; }
        .navbar-nav .nav-link {
            color: var(--primary) !important;
            font-size: 12px; font-weight: 700; letter-spacing: 0.8px;
            text-transform: uppercase; padding: 10px 16px !important;
            border-radius: var(--radius-pill);
        }
        .navbar-nav .nav-link:hover, .navbar-nav .current-menu-item > a {
            background: rgba(184, 138, 68, 0.1);
            color: var(--gold) !important;
        }

        .nav-right { display: flex; align-items: center; gap: 12px; }

        .icon-btn {
            position: relative; width: 42px; height: 42px; border-radius: 50%;
            background: #fff; border: 1px solid rgba(27, 67, 28, 0.08);
            display: flex; align-items: center; justify-content: center;
            color: var(--primary); box-shadow: 0 4px 10px rgba(0,0,0,0.02);
        }
        .icon-btn:hover { transform: translateY(-2px); color: var(--gold); border-color: var(--gold); }
        .icon-btn i { font-size: 1.2rem; }

        .cart-badge {
            position: absolute; top: -2px; right: -2px;
            min-width: 18px; height: 18px; border-radius: 50%;
            background: #dc3545; color: #fff; font-size: 9px; font-weight: 700;
            display: flex; align-items: center; justify-content: center;
            padding: 0 4px; border: 2px solid #fff;
        }

        .consult-btn {
            background: linear-gradient(135deg, #2e6b3e 0%, var(--primary) 100%);
            color: #fff !important; border: none;
            border-radius: var(--radius-pill); padding: 12px 22px;
            font-size: 11px; font-weight: 700; letter-spacing: 1.2px;
            text-transform: uppercase; box-shadow: 0 6px 15px rgba(27, 67, 28, 0.15);
        }
        .consult-btn:hover {
            background: linear-gradient(135deg, var(--primary) 0%, var(--gold) 100%);
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(184, 138, 68, 0.25);
        }

        /* Hide Mobile Elements Globally on Desktop */
        .mobile-header-shell, .bh-mobile-menu { display: none; }

        /* ============================================================
           IMMERSIVE FULL-SCREEN OVERLAY MENU (STRICT MOBILE ONLY)
        ============================================================ */
        @media (max-width: 991px) {
            .desktop-navbar-wrapper { display: none !important; }

            .mobile-header-shell {
                display: block !important;
                position: fixed; top: 0; left: 0; width: 100%; z-index: 1040;
                background: rgba(255, 255, 255, 0.95);
                backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
                border-bottom: 1px solid rgba(184, 138, 68, 0.12);
                padding: 12px 0;
            }

            body { padding-top: 68px; }

            .mobile-brand-wrapper { display: flex; align-items: center; gap: 8px; text-decoration: none; }
            .mobile-brand-title {
                font-family: 'Playfair Display', serif; font-weight: 700;
                color: var(--primary); font-size: 1.15rem; margin: 0; line-height: 1;
            }
            .mobile-brand-sub {
                font-size: 8px; color: var(--gold); letter-spacing: 1.5px;
                text-transform: uppercase; margin: 2px 0 0; font-weight: 700; line-height: 1;
            }

            .mobile-actions-group { display: flex; align-items: center; gap: 8px; }
            
            .mobile-icon-trigger {
                width: 38px; height: 38px; border-radius: 50%; background: #faf7f2;
                display: flex; align-items: center; justify-content: center;
                color: var(--primary); font-size: 1.05rem; border: 1px solid rgba(27, 67, 28, 0.04);
                position: relative; transition: all 0.2s ease;
            }

            /* FULL SCREEN OVERLAY DESIGN FIXED FOR MOBILE ONLY */
            .bh-mobile-menu {
                display: flex !important;
                position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;
                background: rgba(255, 255, 255, 0.98);
                backdrop-filter: blur(25px); -webkit-backdrop-filter: blur(25px);
                z-index: 1050; flex-direction: column;
                padding: 24px;
                opacity: 0; pointer-events: none;
                transform: translateY(-20px);
                transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            }
            
            .bh-mobile-menu.active { 
                opacity: 1; 
                pointer-events: auto; 
                transform: translateY(0); 
            }

            .mobile-menu-header {
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding-bottom: 15px;
                border-bottom: 1px solid rgba(27, 67, 28, 0.06);
            }
            .mobile-menu-title {
                font-size: 11px; font-weight: 800; letter-spacing: 2px;
                text-transform: uppercase; color: var(--gold);
            }

            /* Center Layout Stack */
            .bh-mobile-menu-body {
                flex-grow: 1;
                display: flex;
                flex-direction: column;
                justify-content: center; 
                align-items: center;
                gap: 15px;
                margin: 30px 0;
            }

            .bh-mobile-links-wrapper { list-style: none; padding: 0; margin: 0; text-align: center; width: 100%; }
            .bh-mobile-links-wrapper li { margin-bottom: 20px; opacity: 0; transform: translateY(10px); transition: all 0.4s ease; }
            
            /* Stagger Link Animation */
            .bh-mobile-menu.active .bh-mobile-links-wrapper li { opacity: 1; transform: translateY(0); }
            .bh-mobile-menu.active li:nth-child(1) { transition-delay: 0.08s; }
            .bh-mobile-menu.active li:nth-child(2) { transition-delay: 0.12s; }
            .bh-mobile-menu.active li:nth-child(3) { transition-delay: 0.16s; }
            .bh-mobile-menu.active li:nth-child(4) { transition-delay: 0.20s; }
            .bh-mobile-menu.active li:nth-child(5) { transition-delay: 0.24s; }

            /* REFINED FONT SIZES (CHOTA AUR CRISP) */
            .bh-mobile-links-wrapper a {
                display: inline-block;
                font-family: 'Plus Jakarta Sans', sans-serif;
                font-size: 1.25rem; /* Reduced from 1.85rem for a balanced layout */
                font-weight: 700;
                letter-spacing: 0.5px;
                text-transform: uppercase;
                color: var(--primary);
                position: relative;
                padding: 6px 0;
                transition: color 0.3s ease;
            }
            
            /* Current Link Elegant Line Glow Indicator */
            .bh-mobile-links-wrapper .current-menu-item a {
                color: var(--gold);
            }
            .bh-mobile-links-wrapper .current-menu-item a::after {
                content: ''; position: absolute; bottom: 0; left: 35%; width: 30%; height: 2px; background: var(--gold);
            }

            /* Bottom Floating Sticky Footer Area */
            .mobile-consult-wrapper {
                width: 100%;
                text-align: center;
                padding-top: 20px;
                border-top: 1px solid rgba(27, 67, 28, 0.06);
            }
            .mobile-consult-wrapper .consult-btn {
                display: block; width: 100%; padding: 15px; font-size: 12px; border-radius: var(--radius-pill);
            }
            .mobile-menu-socials { display: flex; justify-content: center; gap: 20px; margin-top: 20px; }
            .mobile-social-link {
                width: 42px; height: 42px; border-radius: 50%; background: #faf7f2; color: var(--primary);
                display: flex; align-items: center; justify-content: center; font-size: 1.15rem;
            }
        }
/*Header.php close*/

/* About Page CSS */
:root {
    --green:       #2e6b3e;
    --green-soft:  #e8f3eb;
    --green-mid:   #4a8c5c;
    --gold:        #b07d3a;
    --gold-soft:   #fdf3e3;
    --gold-mid:    #d4a055;
    --cream:       #fafaf8;
    --white:       #ffffff;
    --border:      #e8e4dd;
    --text-dark:   #1a1a1a;
    --text-mid:    #555550;
    --text-light:  #888882;
    --radius-sm:   8px;
    --radius-md:   14px;
    --radius-lg:   22px;
    --radius-xl:   32px;
    --font:        -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
    font-family: var(--font);
    background: var(--cream);
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }

.container {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 16px;
}
.eyebrow::before {
    content: '';
    width: 24px; height: 2px;
    background: var(--gold);
    border-radius: 2px;
    flex-shrink: 0;
}

.section-heading {
    font-size: clamp(1.85rem, 4vw, 2.75rem);
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.18;
    letter-spacing: -0.5px;
}

.section-body {
    font-size: 1rem;
    color: var(--text-mid);
    line-height: 1.8;
    max-width: 540px;
}

.tag {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.tag-green { background: var(--green-soft); color: var(--green); }
.tag-gold  { background: var(--gold-soft);  color: var(--gold); }

/* Hero Section */

 /* HERO MASTER CSS */
        .bh-hero-premium {
            --bh-sage: #1b431c;
            --bh-gold: #b88a44;
            --bh-cream: #fdfaf2;
            --bh-white: #ffffff;
            background: var(--bh-cream);
            padding: 10px 0 60px;
            overflow: hidden;
            position: relative;
            font-family: 'Plus Jakarta Sans', sans-serif;
        }

        .bh-hero-premium .container {
            max-width: 1240px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .hero-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 50px;
        }

        /* LEFT SIDE */
        .hero-left { flex: 1; max-width: 600px; }

        .hero-pill {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: var(--bh-white);
            padding: 8px 20px;
            border-radius: 100px;
            font-size: 12px;
            font-weight: 700;
            color: var(--bh-sage);
            box-shadow: 0 5px 15px rgba(0,0,0,0.03);
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 30px;
        }

        .hero-pill-dot {
            width: 8px;
            height: 8px;
            background: var(--bh-gold);
            border-radius: 50%;
            display: inline-block;
        }

        .hero-h1 {
            font-family: 'Playfair Display', serif;
            font-size: clamp(2.5rem, 5vw, 4.5rem);
            color: #1d1d1f;
            line-height: 1.1;
            margin-bottom: 25px;
        }

        .hero-h1 span { color: var(--bh-sage); font-style: italic; }

        .hero-sub {
            font-size: 1.1rem;
            color: #6e6e73;
            line-height: 1.6;
            margin-bottom: 40px;
            max-width: 500px;
        }

        /* ACTIONS */
        .hero-actions { display: flex; gap: 20px; margin-bottom: 50px; }

        .btn-solid {
            background: var(--bh-sage);
            color: var(--bh-white) !important;
            padding: 18px 35px;
            border-radius: 100px;
            text-decoration: none;
            font-weight: 700;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            transition: 0.4s;
            box-shadow: 0 10px 30px rgba(27, 67, 28, 0.2);
        }

        .btn-solid:hover { background: #143215; transform: translateY(-5px); }

        .btn-outline {
            border: 2px solid #e5e5e5;
            color: #1d1d1f !important;
            padding: 16px 35px;
            border-radius: 100px;
            text-decoration: none;
            font-weight: 700;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            transition: 0.3s;
        }

        .btn-outline:hover { background: var(--bh-white); border-color: var(--bh-sage); }

        /* TRUST BOX */
        .hero-trust { display: flex; align-items: center; gap: 15px; }
        .trust-faces { display: flex; }
        .trust-face {
            width: 40px; height: 40px;
            border-radius: 50%;
            background: var(--bh-sage);
            color: #fff;
            display: flex; align-items: center; justify-content: center;
            margin-left: -12px;
            border: 3px solid var(--bh-cream);
            font-weight: 700; font-size: 12px;
        }
        .trust-face:first-child { margin-left: 0; }
        .trust-text { font-size: 14px; color: #6e6e73; }
        .trust-text strong { color: #1d1d1f; }

        /* RIGHT SIDE (Images) */
        .hero-right { flex: 1; position: relative; }
        .hero-img-main {
            width: 100%;
            height: 450px;
            border-radius: 40px;
            overflow: hidden;
            box-shadow: 0 30px 60px rgba(0,0,0,0.08);
        }
        .hero-img-main img { width: 100%; height: 100%; object-fit: cover; }

        .hero-card-float {
            position: absolute;
            background: rgba(255,255,255,0.9);
            backdrop-filter: blur(10px);
            padding: 20px;
            border-radius: 24px;
            display: flex; gap: 15px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.05);
            border: 1px solid rgba(255,255,255,0.5);
        }

        .card-a { top: 10%; left: -60px; }
        .card-b { bottom: 10%; right: -20px; }

        .float-icon {
            width: 45px; height: 45px;
            border-radius: 12px;
            display: flex; align-items: center; justify-content: center;
            font-size: 20px;
        }
        .float-icon.green { background: rgba(27, 67, 28, 0.1); color: var(--bh-sage); }
        .float-icon.gold { background: rgba(184, 138, 68, 0.1); color: var(--bh-gold); }

        .float-card-title { font-weight: 800; font-size: 15px; color: #1d1d1f; }
        .float-card-sub { font-size: 12px; color: #6e6e73; }

        /* STATS BAR */
        .hero-stats {
            display: flex;
            justify-content: space-around;
            background: #fff;
            padding: 40px 20px;
            border-radius: 30px;
            margin-top: 60px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.02);
        }
        .hero-stat { text-align: center; }
        .hs-num { display: block; font-size: 32px; font-weight: 800; color: var(--bh-sage); }
        .hs-label { font-size: 13px; color: #6e6e73; text-transform: uppercase; letter-spacing: 1px; }

        /* RESPONSIVE */
        @media (max-width: 991px) {
            .hero-inner { flex-direction: column; text-align: center; }
            .hero-actions { justify-content: center; }
            .hero-trust { justify-content: center; }
            .hero-img-main { height: 400px; }
            .card-a, .card-b { left: 0; right: 0; margin: auto; width: fit-content; position: relative; margin-top: 20px; }
            .hero-stats { flex-direction: column; gap: 30px; }
        }

        /* Mobile Responsive Adjustments */
@media (max-width: 768px) {
    .bh-hero-premium {
        padding: 40px 0; /* More balanced padding on mobile */
    }

    .hero-inner {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .hero-left {
        max-width: 100%;
    }

    .hero-h1 {
        font-size: 2.5rem; /* Better fit for mobile screens */
        margin-bottom: 15px;
    }

    .hero-sub {
        margin: 0 auto 30px;
        font-size: 1rem;
    }

    /* Stack buttons on very small devices */
    .hero-actions {
        flex-direction: column;
        gap: 12px;
        width: 100%;
        max-width: 300px;
        margin: 0 auto 40px;
    }

    .btn-solid, .btn-outline {
        width: 100%;
        justify-content: center;
        padding: 14px 25px;
    }

    .hero-trust {
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }

    /* Image and Floating Cards Adjustment */
    .hero-right {
        width: 100%;
        margin-top: 20px;
    }

    .hero-img-main {
        height: 320px; /* Reduced height for mobile */
        border-radius: 24px;
    }

    /* Convert floating cards to a side-by-side or stacked layout below the image */
    .hero-card-float {
        position: relative; /* Remove absolute positioning */
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        margin: 15px auto;
        width: 90%;
        text-align: left;
        backdrop-filter: none;
        background: var(--bh-white);
        border: 1px solid var(--border);
    }

    /* Stats Bar Layout */
    .hero-stats {
        margin-top: 40px;
        display: grid;
        grid-template-columns: 1fr; /* Stack vertically */
        gap: 20px;
        padding: 30px;
    }

    .hero-stat {
        padding-bottom: 15px;
        border-bottom: 1px solid #f0f0f0;
    }

    .hero-stat:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .hs-num {
        font-size: 28px;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .hero-h1 {
        font-size: 2.1rem;
    }
}

/* Trust Section  */
    /* ============================================================
       TRUST BADGES ADVANCED CSS ARCHITECTURE
    ============================================================ */
    .trust-badges-section {
        padding: 60px 0;
        background: #fdfaf2; /* Light cream background to match theme */
        position: relative;
        overflow: hidden;
    }

    /* CSS Grid Layout for Seamless Adaptability */
    .badge-grid-wrapper {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
        width: 100%;
    }

    /* Premium Micro-Interactive Card Layout */
    .badge-interactive-card {
        background: #ffffff;
        border: 1px solid rgba(184, 138, 68, 0.12);
        border-radius: 20px;
        padding: 30px 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        position: relative;
        z-index: 1;
        cursor: pointer;
        transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        box-shadow: 0 4px 20px rgba(27, 67, 28, 0.02);
    }

    /* Icon Container Module */
    .badge-visual-container {
        position: relative;
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .badge-icon-shield {
        width: 64px;
        height: 64px;
        background: rgba(184, 138, 68, 0.06);
        border: 1px solid rgba(184, 138, 68, 0.2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #1b431c; /* primary color */
        font-size: 26px;
        position: relative;
        z-index: 2;
        transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    /* Liquid Micro-glow Effect behind Icons */
    .badge-ambient-glow {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.6);
        width: 100%;
        height: 100%;
        background: radial-gradient(circle, rgba(184, 138, 68, 0.25) 0%, rgba(255,255,255,0) 70%);
        border-radius: 50%;
        opacity: 0;
        z-index: 1;
        transition: all 0.5s ease;
    }

    /* Content Styling */
    .badge-card-title {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: 700;
        font-size: 17px;
        color: #1b431c;
        margin-bottom: 10px;
        letter-spacing: -0.2px;
        transition: color 0.3s ease;
    }

    .badge-card-text {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 13px;
        line-height: 1.6;
        color: #555555;
        margin: 0;
    }

    /* ============================================================
       DESKTOP & TABLET HIGH-END HOVER INTERACTIONS
    ============================================================ */
    @media (min-width: 992px) {
        .badge-interactive-card:hover {
            transform: translateY(-8px);
            background: #ffffff;
            border-color: rgba(184, 138, 68, 0.35);
            box-shadow: 0 20px 40px rgba(27, 67, 28, 0.07);
        }

        .badge-interactive-card:hover .badge-icon-shield {
            background: #1b431c;
            color: #fdfaf2;
            border-color: #1b431c;
            transform: scale(1.05) rotate(3deg);
            box-shadow: 0 10px 20px rgba(27, 67, 28, 0.15);
        }

        .badge-interactive-card:hover .badge-ambient-glow {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1.3);
        }

        .badge-interactive-card:hover .badge-card-title {
            color: #b88a44; /* Secondary Gold highlight */
        }
    }

    /* ============================================================
       RESPONSIVE BREAKPOINTS (MOBILE & BREAKDOWN DEFENSE)
    ============================================================ */
    
    /* Medium Screen Adaptability (Tablets & Small Laptops) */
    @media (max-width: 1200px) {
        .badge-grid-wrapper {
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }
    }

    /* Mobile Native Device Optimization */
    @media (max-width: 640px) {
        .trust-badges-section {
            padding: 40px 0;
        }

        /* 1 Column Micro-list Stack for Ultra-clean Responsive view */
        .badge-grid-wrapper {
            grid-template-columns: 1fr;
            gap: 14px;
        }

        /* Shifted to dynamic row alignment to save vertical space on mobile phones */
        .badge-interactive-card {
            flex-direction: row;
            text-align: left;
            align-items: center;
            padding: 20px 18px;
            gap: 16px;
            border-radius: 16px;
        }

        .badge-visual-container {
            margin-bottom: 0; /* resets default vertical layout margin */
            width: 50px;
            height: 50px;
            flex-shrink: 0;
        }

        .badge-icon-shield {
            width: 48px;
            height: 48px;
            font-size: 20px;
            background: rgba(27, 67, 28, 0.04);
            border-color: rgba(27, 67, 28, 0.08);
        }

        .badge-content-box {
            flex-grow: 1;
        }

        .badge-card-title {
            font-size: 15px;
            margin-bottom: 4px;
        }

        .badge-card-text {
            font-size: 12.5px;
        }
    }
    /* Trust Section Close */
/* 1. Global Guard against Horizontal Scroll */
html, body {
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
}

/* 2. Enhanced Responsive CSS */
@media (max-width: 991px) {
    .bh-hero-premium {
        padding: 40px 0 20px;
        overflow: hidden; /* Local guard */
    }

    .hero-inner {
        flex-direction: column;
        text-align: center;
        gap: 35px;
    }

    .hero-left {
        max-width: 100%;
        padding: 0 10px;
    }

    .hero-h1 {
        font-size: clamp(2rem, 9vw, 3rem); /* Smooth scaling */
        margin-bottom: 20px;
    }

    .hero-sub {
        margin: 0 auto 30px;
        padding: 0 5%;
    }

    .hero-actions {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        margin-bottom: 35px;
    }

    .btn-solid, .btn-outline {
        width: 100%;
        max-width: 320px; /* Limits button width on tablets */
        justify-content: center;
    }

    .hero-trust {
        justify-content: center;
    }

    /* Handling the Floating Cards for Small Screens */
    .hero-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-img-main {
        height: 350px;
        width: 100%;
        border-radius: 30px;
    }

    /* Force cards to stack instead of float to prevent overflow-x */
    .hero-card-float {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        margin: 15px auto 0 !important;
        width: 95% !important;
        max-width: 320px;
        transform: none !important; /* Disables AOS sideways movement */
        box-shadow: 0 10px 25px rgba(0,0,0,0.05);
        backdrop-filter: none;
        background: #ffffff;
    }

    .card-a {
        margin-top: -30px !important; /* Overlap effect for style */
    }

    /* Stats Bar Grid for Mobile */
    .hero-stats {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        padding: 20px;
        margin-top: 40px;
    }

    .hero-stat {
        padding: 20px 0;
        border-bottom: 1px solid #f2f2f2;
    }

    .hero-stat:last-child {
        border-bottom: none;
    }
}

/* 3. Extreme Small Mobile (under 400px) */
@media (max-width: 400px) {
    .hero-h1 {
        font-size: 1.85rem;
    }

    .hero-img-main {
        height: 260px; /* Shorter image for small screens */
    }

    .hero-pill {
        padding: 6px 15px;
        font-size: 10px;
    }

    .hs-num {
        font-size: 26px;
    }

    .trust-text {
        font-size: 12px;
    }
    
    /* Ensure AOS animations don't trigger overflow */
    [data-aos] {
        pointer-events: none !important;
        transform: none !important;
        transition-duration: 0s !important;
    }
}


/* ============================================================
   STORY SECTION
============================================================ */
.story-section {
    padding: 100px 0;
    background: var(--white);
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    align-items: center;
}
@media(min-width:900px){
    .story-grid { grid-template-columns: 1fr 1fr; gap: 80px; }
}

.story-img-mosaic {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 12px;
}

.mosaic-main {
    grid-column: 1 / 3;
    border-radius: var(--radius-lg) var(--radius-lg) var(--radius-sm) var(--radius-sm);
    overflow: hidden;
    aspect-ratio: 16/9;
}
.mosaic-main img { width:100%; height:100%; object-fit:cover; }

.mosaic-sm {
    border-radius: var(--radius-sm);
    overflow: hidden;
    aspect-ratio: 1;
}
.mosaic-sm img { width:100%; height:100%; object-fit:cover; }

.mosaic-badge {
    background: var(--green);
    border-radius: var(--radius-sm) var(--radius-sm) var(--radius-sm) var(--radius-lg);
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    padding: 20px 10px;
    text-align: center;
}
.mosaic-badge-year {
    font-size: 2.2rem; font-weight: 800; color: #fff; line-height: 1;
}
.mosaic-badge-text { font-size: 11px; color: rgba(255,255,255,0.7); margin-top: 6px; letter-spacing: 1px; text-transform: uppercase; }

/* story content */
.story-text .section-heading { margin-bottom: 20px; }
.story-text .section-body { margin-bottom: 18px; }

.story-pull {
    border-left: 3px solid var(--gold);
    padding: 4px 0 4px 20px;
    margin: 28px 0;
}
.story-pull p {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.5;
    font-style: italic;
}

.timeline { display: flex; flex-direction: column; gap: 0; margin-top: 36px; }

.tl-item {
    display: flex;
    gap: 18px;
    padding-bottom: 28px;
    position: relative;
}
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before {
    content: '';
    position: absolute;
    left: 17px; top: 38px; bottom: 0;
    width: 1px;
    background: var(--border);
}
.tl-item:last-child::before { display: none; }

.tl-dot {
    width: 36px; height: 36px;
    border-radius: 50%;
    background: var(--green-soft);
    border: 2px solid var(--green);
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; color: var(--green);
    flex-shrink: 0;
}

.tl-year { font-size: 11.5px; font-weight: 700; color: var(--gold); letter-spacing: 1px; }
.tl-title { font-size: 14.5px; font-weight: 600; color: var(--text-dark); margin: 2px 0 4px; }
.tl-desc { font-size: 13.5px; color: var(--text-mid); line-height: 1.65; }



.values-section {
    padding: 100px 0;
    background: var(--cream);
}

.values-head {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 56px;
}
@media(min-width:768px){
    .values-head {
        grid-template-columns: 1fr 1fr;
        align-items: end;
    }
}

.values-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}
@media(min-width:580px){
    .values-grid { grid-template-columns: 1fr 1fr; }
}
@media(min-width:960px){
    .values-grid { grid-template-columns: repeat(3,1fr); }
}

.val-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 34px 30px;
    position: relative;
    overflow: hidden;
    transition: transform .28s, box-shadow .28s, border-color .28s;
}
.val-card::after {
    content: '';
    position: absolute;
    left: 0; bottom: 0; right: 0;
    height: 3px;
    background: var(--green);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .32s ease;
}
.val-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(0,0,0,0.07);
    border-color: transparent;
}
.val-card:hover::after { transform: scaleX(1); }

/* wide card */
.val-card.wide {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: var(--green);
    border-color: transparent;
}
@media(min-width:768px){
    .val-card.wide { flex-direction: row; align-items: center; gap: 32px; }
}
.val-card.wide::after { background: var(--gold); }
.val-card.wide h4 { color: #fff; }
.val-card.wide p { color: rgba(255,255,255,0.72); }
.val-card.wide .val-icon { background: rgba(255,255,255,0.12); color: #fff; }

.val-icon {
    width: 52px; height: 52px;
    background: var(--green-soft);
    border-radius: var(--radius-md);
    display: flex; align-items: center; justify-content: center;
    font-size: 22px;
    color: var(--green);
    margin-bottom: 20px;
    flex-shrink: 0;
    transition: background .28s;
}
.val-card:hover .val-icon { background: var(--green-soft); }

.val-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
}
.val-card p {
    font-size: 14px;
    color: var(--text-mid);
    line-height: 1.75;
}


.process-section {
    padding: 100px 0;
    background: var(--white);
}

.process-head {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 60px;
    align-items: end;
}
@media(min-width:768px){
    .process-head { grid-template-columns: 1fr 1fr; }
}

.process-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}
@media(min-width:700px){
    .process-grid { grid-template-columns: 1fr 1fr; }
}


.process-item {
    display: flex;
    gap: 22px;
    padding: 32px 28px;
    border-bottom: 1px solid var(--border);
    border-right: none;
    transition: background .25s;
}
.process-item:hover { background: var(--cream); }

@media(min-width:700px){
    .process-item:nth-child(odd)  { border-right: 1px solid var(--border); }
    .process-item:nth-last-child(-n+2) { border-bottom: none; }
}
@media(max-width:699px){
    .process-item:last-child { border-bottom: none; }
}

.proc-num {
    font-size: 2.6rem;
    font-weight: 800;
    color: #f0ebe3;
    line-height: 1;
    flex-shrink: 0;
    min-width: 48px;
    transition: color .28s;
}
.process-item:hover .proc-num { color: var(--gold-mid); }

.proc-icon {
    width: 42px; height: 42px;
    background: var(--green-soft);
    border-radius: var(--radius-sm);
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; color: var(--green);
    flex-shrink: 0; margin-bottom: 12px;
}

.proc-title {
    font-size: 15px; font-weight: 700;
    color: var(--text-dark); margin-bottom: 8px;
}
.proc-body { font-size: 13.5px; color: var(--text-mid); line-height: 1.7; }

.ingredients-section {
    padding: 100px 0;
    background: var(--cream);
}

.ing-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.ing-scroll {
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    margin: 0 -24px;
    padding: 0 24px 8px;
}
.ing-scroll::-webkit-scrollbar { display: none; }

.ing-track { display: flex; gap: 18px; width: max-content; }

.ing-card {
    width: 220px;
    flex-shrink: 0;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: transform .28s, box-shadow .28s;
    cursor: default;
}
.ing-card:hover { transform: translateY(-7px); box-shadow: 0 18px 40px rgba(0,0,0,0.07); }

.ing-img { aspect-ratio: 1; overflow: hidden; }
.ing-img img { width:100%; height:100%; object-fit:cover; transition: transform .5s; }
.ing-card:hover .ing-img img { transform: scale(1.06); }

.ing-body { padding: 18px 16px; }
.ing-tag {
    display: inline-block;
    background: var(--green-soft);
    color: var(--green);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 100px;
    margin-bottom: 8px;
}
.ing-card h5 { font-size: 15px; font-weight: 700; color: var(--text-dark); margin-bottom: 6px; }
.ing-card p  { font-size: 12.5px; color: var(--text-mid); line-height: 1.6; }

.scroll-hint {
    display: flex; align-items: center; gap: 8px; justify-content: center;
    margin-top: 20px;
    font-size: 12.5px; color: var(--text-light);
}


.trust-section {
    padding: 100px 0;
    background: var(--white);
}

.certs-row {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
    margin-top: 48px;
}
@media(min-width:700px){ .certs-row { grid-template-columns: repeat(4,1fr); } }

.cert-card {
    background: var(--cream);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 28px 20px;
    text-align: center;
    transition: transform .25s;
}
.cert-card:hover { transform: translateY(-5px); }
.cert-card .fi {
    font-size: 2rem;
    color: var(--green);
    display: block;
    margin-bottom: 12px;
}
.cert-card h5 { font-size: 13.5px; font-weight: 700; color: var(--text-dark); margin-bottom: 4px; }
.cert-card p  { font-size: 12px; color: var(--text-light); }

.promises-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 60px;
}
@media(min-width:700px){ .promises-grid { grid-template-columns: 1fr 1fr; } }

.promise-card {
    background: var(--cream);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 28px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    transition: border-color .25s, transform .25s;
}
.promise-card:hover { border-color: var(--green); transform: translateY(-4px); }

.promise-icon {
    width: 46px; height: 46px;
    background: var(--green-soft);
    border-radius: var(--radius-sm);
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; color: var(--green);
    flex-shrink: 0;
}
.promise-card h5 { font-size: 15px; font-weight: 700; color: var(--text-dark); margin-bottom: 6px; }
.promise-card p  { font-size: 13.5px; color: var(--text-mid); line-height: 1.7; }


.testimonials-section {
    padding: 100px 0;
    background: var(--cream);
}

.t-head {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 48px;
}
@media(min-width:768px){
    .t-head { grid-template-columns: 1fr auto; align-items: flex-end; }
}

.t-scroll {
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    margin: 0 -24px;
    padding: 0 24px 8px;
}
.t-scroll::-webkit-scrollbar { display: none; }
.t-track { display: flex; gap: 18px; width: max-content; }

.t-card {
    width: 300px; flex-shrink: 0;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 30px 26px;
    transition: transform .28s, box-shadow .28s;
}
.t-card:hover { transform: translateY(-6px); box-shadow: 0 16px 36px rgba(0,0,0,0.06); }

.t-stars { color: #f5a623; font-size: 14px; letter-spacing: 2px; margin-bottom: 14px; }
.t-quote { font-size: 14.5px; color: var(--text-dark); line-height: 1.75; font-style: italic; margin-bottom: 22px; }

.t-author { display: flex; align-items: center; gap: 12px; }
.t-av {
    width: 40px; height: 40px; border-radius: 50%;
    background: var(--green-soft);
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; font-weight: 700; color: var(--green);
    flex-shrink: 0; overflow: hidden;
}
.t-av img { width:100%; height:100%; object-fit:cover; }
.t-name { font-size: 14px; font-weight: 700; color: var(--text-dark); }
.t-prod { font-size: 12px; color: var(--gold); font-weight: 600; }

.founder-section {
    padding: 100px 0;
    background: var(--white);
}

.founder-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    align-items: center;
}
@media(min-width:900px){
    .founder-grid { grid-template-columns: 380px 1fr; gap: 80px; }
}

.founder-portrait { position: relative; max-width: 380px; margin: 0 auto; }

.founder-img {
    border-radius: var(--radius-xl) var(--radius-xl) var(--radius-sm) var(--radius-xl);
    overflow: hidden;
    aspect-ratio: 3/4;
}
.founder-img img { width:100%; height:100%; object-fit:cover; }

.founder-float {
    position: absolute;
    bottom: -18px;
    right: -14px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 14px 18px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}
.ff-num  { font-size: 1.7rem; font-weight: 800; color: var(--green); line-height: 1; }
.ff-text { font-size: 11.5px; color: var(--text-light); margin-top: 2px; }

.founder-content blockquote {
    font-size: clamp(1.3rem, 3vw, 1.65rem);
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.4;
    font-style: italic;
    margin-bottom: 28px;
    padding-left: 20px;
    border-left: 3px solid var(--gold);
}
.founder-content p {
    font-size: 15px; color: var(--text-mid); line-height: 1.85; margin-bottom: 16px;
}

.founder-sig { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--border); display: flex; align-items: center; gap: 16px; }
.founder-sig-av {
    width: 52px; height: 52px; border-radius: 50%;
    background: var(--green-soft);
    display: flex; align-items: center; justify-content: center;
    font-size: 16px; font-weight: 800; color: var(--green);
    flex-shrink: 0;
}
.fs-name  { font-size: 15px; font-weight: 700; color: var(--text-dark); }
.fs-title { font-size: 12.5px; color: var(--text-light); margin-top: 2px; }

.faq-section {
    padding: 100px 0;
    background: var(--cream);
}

.faq-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    align-items: start;
}
@media(min-width:900px){
    .faq-wrap { grid-template-columns: 360px 1fr; }
}

.faq-left .section-body { margin-top: 14px; }

.faq-list { display: flex; flex-direction: column; gap: 0; }

.faq-item {
    border-bottom: 1px solid var(--border);
}
.faq-item:first-child { border-top: 1px solid var(--border); }

.faq-btn {
    width: 100%;
    background: none;
    border: none;
    padding: 22px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    text-align: left;
    font-family: var(--font);
    font-size: 15px;
    font-weight: 600;
    color: var(--text-dark);
    transition: color .22s;
}
.faq-btn:hover { color: var(--green); }

.faq-arrow {
    width: 32px; height: 32px;
    border-radius: 50%;
    background: var(--cream);
    border: 1px solid var(--border);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
    color: var(--text-dark);
    transition: background .22s, transform .32s;
}
.faq-item.open .faq-arrow {
    background: var(--green);
    color: #fff;
    border-color: var(--green);
    transform: rotate(45deg);
}

.faq-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .38s ease;
}
.faq-body-inner {
    padding-bottom: 22px;
    font-size: 14.5px;
    color: var(--text-mid);
    line-height: 1.8;
}
.cta-section {
    padding: 80px 0;
    background: var(--green);
    position: relative;
    overflow: hidden;
}
.cta-section::before {
    content: '';
    position: absolute; inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
}

.cta-inner {
    position: relative; z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    gap: 36px;
    align-items: center;
    text-align: center;
}
@media(min-width:768px){
    .cta-inner { grid-template-columns: 1fr auto; text-align: left; gap: 60px; }
}

.cta-inner h2 {
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}
.cta-inner p { font-size: 15px; color: rgba(255,255,255,0.7); max-width: 480px; }

.cta-btns { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
@media(min-width:768px){ .cta-btns { justify-content: flex-start; } }

.btn-cta-white {
    display: inline-flex; align-items: center; gap: 8px;
    background: #fff;
    color: var(--green);
    padding: 14px 30px;
    border-radius: 100px;
    font-size: 14.5px; font-weight: 700;
    white-space: nowrap;
    transition: transform .2s;
}
.btn-cta-white:hover { transform: translateY(-2px); }

.btn-cta-ghost {
    display: inline-flex; align-items: center; gap: 8px;
    background: transparent;
    color: rgba(255,255,255,0.9);
    padding: 14px 30px;
    border-radius: 100px;
    font-size: 14.5px; font-weight: 600;
    border: 1.5px solid rgba(255,255,255,0.3);
    white-space: nowrap;
    transition: border-color .2s, transform .2s;
}
.btn-cta-ghost:hover { border-color: rgba(255,255,255,0.7); transform: translateY(-2px); }


@media(max-width:600px){
    .hero-card-float.card-a { left: 0; top: 16px; }
    .hero-card-float.card-b { right: 0; bottom: 16px; }
}


/* About Page CSS Closed */

