:root {
    --premium-purple: #3d1b4f;
    --vivid-purple: #8139b5;
    --accent-gold: #ffcc00;
    --light-lavender: #f8f1ff;
    --white: #ffffff;
    --text-main: #2d2d2d;
    --text-muted: #666666;
    --premium-purple1: #8D308E;
    --dark-purple: #2a1236;
    --dark-purple1: #5e1d5f;
    --glass-bg: rgba(255, 255, 255, 0.1);
    --glass-border: rgba(255, 255, 255, 0.2);
    --accent-gold1: #FFD700;
    --text-light: #f4f4f4;
        --metallic-gold: #D4AF37;
        /* The professional gold for icons */
        --text-on-purple: #f8f1ff;
        /* Soft off-white for text on purple */
        --metallic-gold: linear-gradient(135deg, #FFD700 0%, #D4AF37 50%, #B8860B 100%);
            --gold-shadow: 0 10px 30px rgba(184, 134, 11, 0.4);
            --green: #7AA93C;
            --orange: #D4820A;
}
html,
body {
    max-width: 100%;
    overflow-x: hidden;
    /* This stops the manual sliding */
    position: relative;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
font-family: sans-serif;
}

body {
    /* Subtle mesh gradient background gives 3D depth */
    background: radial-gradient(circle at top left, #ffffff, #150319, #e9d5ff);
    background-attachment: fixed;
    color: #333;
}


/* All headings default to Playfair Display */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
}

/* Spans inside headings must inherit the heading font */
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    font-family: inherit;
}

/* All body text defaults to Inter */
p,
a,
li,
span,
label,
input,
button {
    font-family: 'Inter', sans-serif;
}

/* NAVBAR */


.navbar {
    width: 100%;
    /* Reduced width for floating effect */
    margin: 0 auto;
    /* background: rgba(141, 48, 142, 0.8); */
    /* background: #0D0D07; */
    background: #ffffff;
    /* background: rgba(13, 13, 7, 0.997) !important; */
    /* Semi-transparent */
    backdrop-filter: blur(15px);
    /* The Glass effect */
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid var(--glass-border);
    border-bottom: 4px solid #D4820A;
        /* Adds a premium gold underline */
    /* border-radius: 100px; */
    /* Rounded pill shape */
    padding: 15px 0;
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}




/* CONTAINER */
.container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    /* 🔥 PERFECT ALIGNMENT */
    justify-content: space-between;
    padding: 0 4%;
}



/* LOGO WRAPPER — adds a soft background glow behind the logo */
.logo {
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 75%);
    border-radius: 50%;
    padding: 4px;
}


/* LOGO */
.logo img {
    height: 120px;
    /* adjust if needed */
    object-fit: contain;
    filter:
        /* Layered drop-shadow for 3D luxury depth */
                drop-shadow(0px 0px 1px rgba(0, 0, 0, 1))
                    /* pixel-tight black outline */
                    drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.95))
                    /* sharp crisp edge */
                    drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.70))
                    /* strong mid-depth */
                    drop-shadow(0px 10px 25px rgba(0, 0, 0, 0.40));
                    /* deep ambient lift */
                    /* drop-shadow(0px 0px 12px rgba(19, 12, 1, 0.25)); */
                    /* warm gold aura */
                
                    transition: filter 0.4s ease, transform 0.4s ease;
}




/* NAV LINKS */
.nav-links ul {
    display: flex;
    list-style: none;
    align-items: center;
}

.nav-links ul li {
    position: relative;
    margin-left: 30px;
}

.nav-links ul li a {
    text-decoration: none;
    /* color: #FFFFFF; */
    color: #000000;
    font-size: 15px;
    letter-spacing: 1px;
    transition: 0.3s;
}

.nav-links ul li a:hover {
    /* color: #F15A24; */
    color: #D4820A;
}

/* DROPDOWN */

.dropdown-menu {
    position: absolute;
    top: 40px;
    left: 0;
    /* background: #8D308E; */
    /* background: #0D0D07; */
    background: #ffffff;
    min-width: 160px;
    display: none;
    flex-direction: column;
    border-radius: 5px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: 0.3s ease;
}



.dropdown-menu li {
    margin: 0;
}

.dropdown-menu li a {
    padding: 12px 15px;
    display: block;
}



/* ACTIVE CLASS */
.dropdown.active .dropdown-menu {
    display: block !important;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

/* MOBILE MENU */
.menu-toggle {
    display: none;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
}

/* --- NAVBAR ORDER BUTTON ---*/

/* Container spacing */
.nav-cta {
    margin-left: 40px !important; /*extra space to separate from other links */
}

.phone-nav-btn {
    /* background-color: #0D0D07 !important; */
    background-color: #ffffff !important;
    color: #D4820A !important;
    /* Elegant black contrast text */
    padding: 10px 22px;
    /* border-radius: 30px; */
    font-weight: 700;
    font-size: 14px;
    /* Scaled cleanly for phone string lengths */
    letter-spacing: 0.5px;
    text-transform: none !important;
    /* Prevents text transformation issues */
    border: 2px solid #D4820A !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /* Gap between the font-awesome icon and text string */
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    box-shadow: 0 4px 15px rgba(214, 130, 10, 0.2);
    white-space: nowrap;
    /* Ensures number never breaks down to a 2nd line */
}


/* Luxury Hover State Change */
.phone-nav-btn:hover {
    background: transparent !important;
    color: #D4820A !important;
    box-shadow: 0 6px 20px rgba(214, 130, 10, 0.4);
    transform: translateY(-2px);
}

/* Subtle pulse or style control specifically for the phone icon inside navbar button */
.phone-nav-btn i {
    font-size: 12px;
}


.floating-logo {
    position: fixed;
    right: 25px;
    top: 35%;
    transform: translateY(-50%);
    z-index: 998;
    width: 70px;
    /* ✅ Bigger size */
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;

    /* ✅ Luxury dark glass background - visible on ANY section */
    background: radial-gradient(circle at center,
            rgba(20, 20, 9, 0.75) 0%,
            rgba(10, 10, 5, 0.88) 100%);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    /* ✅ Premium layered border glow */
    border: 2.5px solid #D4820A;
    box-shadow:
        0 0 0 1px rgba(212, 130, 10, 0.2),
        0 0 18px rgba(212, 130, 10, 0.35),
        0 8px 32px rgba(0, 0, 0, 0.6),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);

    /* ✅ Smooth transition */
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.floating-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    border-radius: 50%;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
    transition: transform 0.4s ease;
}

/* ✅ Hover: glows and grows */
.floating-logo:hover {
    width: 140px;
    height: 140px;
    border-color: #7AA93C;
    box-shadow:
        0 0 0 2px rgba(122, 169, 60, 0.25),
        0 0 30px rgba(122, 169, 60, 0.45),
        0 12px 40px rgba(0, 0, 0, 0.7),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    background: radial-gradient(circle at center,
            rgba(30, 30, 14, 0.85) 0%,
            rgba(10, 10, 5, 0.95) 100%);
}

.floating-logo:hover img {
    transform: scale(1.05) rotate(3deg);
}

/* ✅ Mobile */
@media (max-width: 768px) {


.floating-logo {
    position: fixed;
    right: 3px;
    top: 30%;
    transform: translateY(-50%);
    z-index: 998;
    width: 70px;
    /* ✅ Bigger size */
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;

    /* ✅ Luxury dark glass background - visible on ANY section */
    background: radial-gradient(circle at center,
            rgba(20, 20, 9, 0.75) 0%,
            rgba(10, 10, 5, 0.88) 100%);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    /* ✅ Premium layered border glow */
    border: 2.5px solid #D4820A;
    box-shadow:
        0 0 0 1px rgba(212, 130, 10, 0.2),
        0 0 18px rgba(212, 130, 10, 0.35),
        0 8px 32px rgba(0, 0, 0, 0.6),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);

    /* ✅ Smooth transition */
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

    .floating-logo:hover {
        width: 80px;
        height: 80px;
    }
}








.floating-whatsapp {
    position: fixed;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 998;
    width: 70px;
    /* ✅ Bigger size */
    height: 70px;
    /* border-radius: 50%; */
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;


    /* ✅ Smooth transition */
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.floating-whatsapp img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    /* border-radius: 50%; */
    /* filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5)); */
    transition: transform 0.4s ease;
}

/* ✅ Hover: glows and grows */
.floating-whatsapp:hover {
    width: 80px;
    height: 80px;
    border-color: #7AA93C;
}

.floating-whatsapp:hover img {
    transform: scale(1.05) rotate(3deg);
}

/* ✅ Mobile */
@media (max-width: 768px) {

    .floating-whatsapp {
        position: fixed;
        right: 3px;
        top: 45%;
        transform: translateY(-50%);
        z-index: 998;
        width: 70px;
        /* ✅ Bigger size */
        height: 70px;
        border-radius: 50%;
        overflow: hidden;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;

        /* ✅ Smooth transition */
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .floating-whatsapp:hover {
        width: 80px;
        height: 80px;
    }
}






/* --- HERO SLIDER CORE --- */
.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #f8f1ff;
    /*fallback brand color*/
    padding-top: 150px !important;
        /* Safely offsets the fixed navbar space */
}



.slides {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.slide {
    position: relative;
    min-width: 100%;
    display: flex;
    align-items: center;
    /*vertically centers the text overlay*/
}

.slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.mobile-bannner {
    display: none !important;
}

/*----overlay & content----*/
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: flex;
    align-items: flex-start;
    padding-top: 80px;
    /*adjust this value to move text up or down*/
}

.hero-content {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 8%;
    /*matches the pure & healthy left alignment*/
}

/*badge styling*/
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    /* background: #fff; */
    border: 1px solid rgba(61, 27, 79, 0.1);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    /* color: var(--premium-purple); */
    color: #5A7E22;
    letter-spacing: 3px;
    font-weight: 800;
    margin-bottom: 25px;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5); */
}

/*typography*/
.premium-heading {
    /* font-family: 'Playfair Display', serif; */

    font-size: clamp(40px, 6vw, 80px);

    /* color: var(--premium-purple); */
    color: #FFFFFF;
    line-height: 1.1;
    margin: 0;
    font-weight: 600;
}

/* Styling for the second line of the heading */
.premium-heading .alt-color {
    color: #D4820A;
    /* Your brand gold/orange color */
    font-weight: 600;
}

.hero-desc {
    font-family: 'Inter', sans-serif;
font-size: 18px;
/* color: #555; */
color: #CCCCBA;
line-height: 1.6;
margin: 25px 0 40px;
max-width: 500px;
}

/*button*/

.hero-btn-group {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;

    position: relative;
    z-index: 10px;
}

.btn-primary {
    /* background: var(--premium-purple); */
    background: #D4820A;
    color: #fff;
    padding: 16px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(61, 27, 79, 0.5);
}

.btn-primary:hover {
    background: #ffcc00;
    color: var(--premium-purple);
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(255, 204, 0, 0.5);
}

.btn-secondary {
    /* color: var(--premium-purple); */
    color: #D4820A;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.btn-secondary i {
    color: #ffcc00;
    font-size: 20px;
}

.btn-secondary:hover {
    color: #ffcc00;
}


/* Dots Styling */
.dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.dots span {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
}

.dots span.active {
    background: #D4820A;
}

/*arrow controls*/
.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    color: var(--premium-purple);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    font-size: 20px;
    transition: 0.3s;
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

.prev:hover,
.next:hover {
    background: #D4820A;
    color: #0D0D07;
    transform: translateY(-50%) scale(1.1);
}


@media (min-width: 769px) and (max-width: 1150px) {

    
    .slider {
        width: 100vw !important;

        position: relative !important;
        left: 50%;
padding-top: 100px !important;
        margin-left: -50vw !important;

        margin-right: -50vw !important;
        /* aspect-ratio: 16/10 !important; */
        height: auto !important;
        min-height: 0 !important;

        overflow: hidden;
        background: #f8f1ff
    }

    .slide img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        /* padding-top: -100px !important; */
        object-position: center;
    }

    .mobile-bannner {
        display: none !important;
    }

    .hero-overlay {
        padding: 2%;

        align-items: flex-start;
    }

    .hero-content {
        padding: 0 5%;
        transform: translateY(-5%);
    }

    .premium-heading {
        font-size: 5.5vw;

    }

    .hero-desc {
        font-size: 1.2vw;
        max-width: 400px;
        margin-bottom: 20px;
    }

    .hero-btn-group {
        transform: scale(0.85);

        transform-origin: left;
    }
}



/*mobile*/
@media screen and (max-width: 768px) {

    .desktop-banner {
        display: none !important;
    }

    .mobile-bannner {
        display: block !important;
        width: 100% !important;
        height: auto!important;
        object-fit: cover !important;
    }

    .slider {
        width: 100vw !important;
        position: relative !important;
        left: 50% !important;
        margin-left: -50vw !important;
        margin-right: -50vw !important;

        height: auto !important;
        min-height: auto !important;
        overflow: hidden !important;
    }


    .hero-overlay {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        display: flex !important;
        align-items: flex-start !important;

        justify-content: flex-start !important;

        padding-top: 8% !important;
    }

    .hero-content {
        /* padding: 0 30px !important; */
        padding: 0 6% !important;
        text-align: left !important;


        width: 100% !important;
            max-width: 85% !important;


    }

    .hero-badge {
        /* background: #ffffff !important; */
        /* color: var(--premium-purple) !important;;  */
        /* margin-bottom: 1px !important; */
        /* margin-top: -1000px !important; */
        /* font-size: 12px !important;
        letter-spacing: 1px; */


        display: inline-flex !important;
            align-items: center;
            gap: 5px;
            font-weight: 700 !important;
            font-size: calc(10px + 0.5vw) !important;
            letter-spacing: 1.5px !important;
            margin-bottom: 8px !important;
            text-transform: uppercase;
    }


    .premium-heading {


font-family: 'Playfair Display', serif !important;
    font-size: 6.5vw !important;
    /* Scales dynamic with screen width down to tiny devices */
    font-weight: 700 !important;
    color: #FFFFFF !important;
    line-height: 1.15 !important;
    margin-bottom: 8px !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6) !important;

        /* font-size: 25px !important;
        color: #ffffff !important;
        line-height: 1.0 !important; */
    }

    /* .premium-heading br,
    .hero-desc br {
        display: none !important;
    } */


/* Text color targets updated per your previous layout requests */
.premium-heading .alt-color {
    color: #D4820A !important;
    /* Solid Brand Amber Tint */
}

    .hero-desc {



font-size: 3.5vw !important;
    /* Scaled text size sizing constraints */
    color: #F9F6EE !important;
    /* Soft Warm True Ivory text color */
    line-height: 1.4 !important;
    max-width: 95% !important;
    margin-bottom: 15px !important;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5) !important;


        /* font-size: 11px !important;
        color: #FFFFFF !important;
        max-width: auto !important;
        margin-top: auto !important;
        margin-bottom: auto !important;
        line-height: 1.9 !important;
        letter-spacing: 0.px !important; */
    }

/* Force line-breaks to disappear cleanly on small form factors if they crowd lines */
.hero-desc br {
    display: inline !important;
}


/*compact button stact for vertical layout*/
.hero-btn-group {


display: flex !important;
    flex-direction: column !important;
    /* Inline setup keeps spacing elegant without eating vertical real estate */
    align-items: flex-start !important;
    gap: 12px !important;
    margin-top: 5px !important;

     /* flex-direction: column !important;
    align-items: flex-start !important;
    margin-top: auto;
    gap: 10px !important; */
} 

.btn-primary {
    /* width: auto;
    padding: 5px 10px;
    font-size: 10px;
    
    border-radius: 50px !important; */


padding: 8px 16px !important;
    font-size: 2.8vw !important;
    font-weight: 700 !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    letter-spacing: 0.5px !important;
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center;
    gap: 5px;


}

.btn-secondary {



font-size: 2.8vw !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    letter-spacing: 0.5px !important;
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center;
    gap: 5px;
    padding: 8px 0 !important;



    /* font-size: 10px;
    margin-top: auto;
    padding: 1px 8px;
    font-weight: 500; */

}

.btn-secondary i {
    color: #D4820A !important;
    /* Accent gold play arrow highlight */
}

/*hide desktop only UI clutter*/
.prev,
.next,
.dots {
    display: none;
}

}




@media screen and (max-width: 480px) {

    /* 1. Recalibrate Layout Placement */
    .hero-overlay {
        padding-top: 55px !important;
        /* Locks text precisely below your transparent navbar */
    }

    .hero-content {
        padding: 0 20px !important;
        /* Clean margins for small displays */
        max-width: 90% !important;
        /* Keeps text layout readable on the dark side of the sky */
    }

    /* 2. Precision Text Sizes to Avoid Overlapping the Printed Rice Sack */
    .hero-badge {
        font-size: 10px !important;
        letter-spacing: 1px !important;
        margin-bottom: 4px !important;
    }

    .premium-heading {
        font-size: 21px !important;
        /* Locked size keeps it crisp and avoids vertical stretching */
        line-height: 1.1 !important;
        margin-bottom: 6px !important;
    }

    .hero-desc {
        font-size: 13px !important;
        line-height: 1.35 !important;
        max-width: 100% !important;
        margin-bottom: 12px !important;
    }

  

    /* 3. Streamlined Compact Mobile Button Row */
    .hero-btn-group {
        display: flex !important;
        flex-direction: column !important;
        /* Keeps them side-by-side to save vertical space */
        align-items: flex-start !important;
        gap: 15px !important;
        margin-top: 0 !important;
    }

    .btn-primary {
        padding: 6px 12px !important;
        /* Smaller, tap-friendly luxury target size */
        font-size: 9px !important;
        letter-spacing: 0.5px !important;
    }

    .btn-secondary {
        font-size: 9px !important;
        padding: 0 !important;
    }
}




/* --- 1. Organic Wave Styling --- */
.wave-container {
    width: 100%;
    line-height: 0;
    background: #f8f1ff;
    /* Matches your slider background */
}

.wave-container svg {
    display: block;
    width: 100%;
    height: auto;
}



/* ==========================================
   TOOR ORGANIC EDITORIAL ABOUT SECTION
========================================== */
.editorial-about-section {
    /* background-color: #0B0B05; */
    /* background: #141409; */


    background: #ffffff;
    /* True matching dark luxury base background */
    padding: 80px 4%;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.editorial-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1.5fr 1fr;
    /* Exact 3-column structural layout balance */
    align-items: center;
    gap: 50px;
}

/* Left Column: Image */
.editorial-img-col {
    width: 100%;
    height: 100%;
    min-height: 380px;
}

.editorial-img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Center Column: Text Content Area */
.editorial-content-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.green-label {
    color: #7AA93C;
    /* Clean organic sage green label accent tint */
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.editorial-title {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    /* color: #FFFFFF; */
    color: var(--green);
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 15px;
}

.editorial-title .orange-accent {
    color: #D4820A;
    /* Exact brand amber/orange glow color split */
}

.title-underline {
    width: 50px;
    height: 2px;
    background-color: #7AA93C;
    margin-bottom: 25px;
}

.editorial-text {
    font-family: 'Inter', sans-serif;
    /* color: rgba(255, 255, 255, 0.75); */

    color: #000000;
    /* Soft black reading contrast */
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 95%;
}

.editorial-btn {
    border: 1px solid rgba(255, 255, 255, 0.3);
    /* color: #FFFFFF; */

    color: #D4820A;
    text-decoration: none;
    padding: 10px 24px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.editorial-btn:hover {
    border-color: #D4820A;
    color: #D4820A;
    transform: translateX(3px);
}

/* Right Column: Features Panel Stack */
.editorial-features-col {
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding-left: 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    /* Elegant separating vector rule line */
}

.feature-row-item {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
}

.feature-icon-box {
    font-size: 28px;
    color: #7AA93C;
    /* Icon highlights match the organic green tint */
    width: 40px;
    display: flex;
    justify-content: center;
}

.feature-meta {
    display: flex;
    flex-direction: column;
}

.feature-sub {
    /* color: rgba(255, 255, 255, 0.5); */
    color: #000000;
    font-size: 12px;
    text-transform: capitalize;
}

.feature-main {
    font-family: 'Playfair Display', serif;
    /* color: #FFFFFF; */
    color:#000000;
    font-size: 20px;
    font-weight: 600;
    margin: 2px 0 0 0;
}

/* ==========================================
   RESPONSIVE DESIGN ADAPTATIONS
========================================== */
@media screen and (max-width: 1100px) {
    .editorial-container {
        grid-template-columns: 1fr 1.2fr;
        /* Shifts into a dual-column layout on smaller screens */
        gap: 40px;
    }

    .editorial-features-col {
        grid-column: span 2;
        /* Forces row panel stretching below on medium viewports */
        flex-direction: row;
        justify-content: space-between;
        padding-left: 0;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 40px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .editorial-about-section {
        padding: 60px 20px;
    }

    .editorial-container {
        grid-template-columns: 1fr;
        /* Clean single stacked column flow rule for mobile screens */
        gap: 35px;
    }

    .editorial-img-col {
        min-height: 250px;
        max-height: 300px;
    }

    .editorial-title {
        font-size: 28px;
    }

    /* .editorial-features-col {
        grid-column: span 1;
        flex-direction: column;
        gap: 25px;
        align-items: flex-start;
    } */

        .editorial-features-col {
            grid-column: span 1;
    
            /* Changed from 'column' to 'row' */
            flex-direction: row;
    
            /* Evenly distributes the icons across the width */
            justify-content: space-around;
    
            /* Vertically centers the content in the row */
            align-items: center;
    
            /* Adjust gap for row layout */
            gap: 4px;
    
            /* Clean up desktop borders/padding */
            padding-left: 0;
            border-left: none;
    
            /* Optional: Add a subtle separator line above the features list */
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding-top: 25px;
            margin-top: 10px;
        }

                .feature-sub {
                    color: #000000;
                    font-size: 10px;
                    text-transform: capitalize;
                }
        
                .feature-main {
                    font-family: 'Playfair Display', serif;
                    color: #000000;
                    font-size: 15px;
                    font-weight: 600;
                    margin: 2px 0 0 0;
                }

    
}


/* ==============SECTION icon feature ===============*/

.features {
    /* background: var(--premium-purple); */
    /* background: linear-gradient(to bottom, var(--premium-purple), var(--dark-purple)); */
    /* background: #141409; */

    background: #ffffff;
    padding: 100px 5% 150px;
    /* padding: 30px 5%; */
    /* Increased padding for better flow */
    text-align: center;
    /* Required for 3D parent context */
    /* perspective: 1000px; */
    position: relative;
        overflow: hidden;
        /* Keeps decorative images inside */
}



/* Decorative Images */
.deco-rice-bowl {
    position: absolute;
    bottom: 1px;
    left: 15px;
    width: 30%;
    /* border: 10px solid rgba(255, 255, 255, 0.8); */
    /* Adjust based on your image size */
    z-index: 2;
}

.deco-wheat-left {
    position: absolute;
    left: 0px;
    top: -5%;
    height: 60%;
    opacity: 0.3;
}

.deco-wheat-right {
    position: absolute;
    right: 0px;
    top: -7%;
    height: 60%;
    opacity: 0.3;
}



.top-ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
}

.top-ornament .line {
    width: 40px;
    height: 1px;
    /* background: #ffcc00; */
    background: #7AA93C;
    /* Gold color */
}

.ornament-icon {
    width: 20px;
    height: 20px;
    /* color: #ffcc00; */
    /* color: #7AA93C; */
}



/* --- New Symmetric Center Divider System --- */
.luxury-header-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    /* Creates a clean, elegant empty space to the left and right of the heart icon */
    margin-top: 25px;
    /* Moves the entire divider line safely down below "Quality You Deserve" */
    width: 100%;
}

.divider-line-left,
.divider-line-right {
    width: 80px;
    /* Sets a fixed, uniform premium length for the solid lines */
    height: 2px;
    /* Precise thickness matching your layout's top ornament lines */
    background-color: #7AA93C !important;
    /* Solid organic green fill with zero gaps */
    display: block;
}

.divider-icon {
    width: 25px;
    height: 25px;
    object-fit: contain;
    display: block;
    opacity: 1;
}


.h2-flourish {
    width: 40px;
    margin-bottom: -20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* --- 4. H2 Underline (Small Gold Line) --- */
.h2-underline {
    width: 50px;
    height: 3px;
    background: #7AA93C;
    margin: 10px auto 25px;
    border-radius: 2px;
}


/* Top Header */
.features-top-header {
    margin-bottom: 60px;
}

.features-top-header h1 {
    /* color: #FFFFFF; */
    color: #000000;
    /* Creamy color from image_93818d.jpg */
    font-size: 40px;
    margin: 10px 0;
}

.features-top-header h1 .alt-color {
    color: #D4820A !important;
    /* Forces the second line to display in brand gold/orange */
}

.sub-tag {
    /* color: var(--accent-gold); */
    color: #7AA93C;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
}

/* ICON GRID */
/* --- THE 3D ICON GRIDS --- */



.features-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}




/* ITEM */

/* Individual Feature Card */
.feature-item {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    /* Subtle depth overlay */
    padding: 40px 20px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    /* transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s ease; */
    transition: 0.3s;
    position: relative;
    /* Required for children 3D layering */
        transform-style: preserve-3d;
    }

        /* --- THE HOVER 3D ANIMATION --- */
        .feature-item:hover {
            /* Tilted 3D forward pop */
            transform: rotateX(5deg) rotateY(-5deg) translateY(-10px) translateZ(30px);
            background: rgba(255, 255, 255, 0.08);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
            border-color: rgba(255, 255, 255, 0.1);
        }

/* Icon Styling - Metallic Gold */
.feature-item img {
    width: 130px;
    /* Matching the large size in image_7 */
    height: 130px;
    object-fit: contain;
    margin-bottom: 25px;

    /* Filter to force the green icon to Metallic Gold */
    /* filter: brightness(0) saturate(100%) invert(81%) sepia(21%) saturate(2283%) hue-rotate(5deg) brightness(92%) contrast(85%); */

    /* This ensures the icon pops out in 3D layering */
    transform: translateZ(50px);
}
/* .feature-item img {
    width: 120px;
    margin-bottom: 15px;
} */


/* Text on Purple */
.feature-item p {
    font-size: 20px;
    /* color: #ffffff; */
    color: #000000;
    /* Match soft white */
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;

    /* This ensures the text pops out slightly in front of the card */
    transform: translateZ(25px);
}



/* CONTENT */
/* Text Content below the icons */
.features-content {
    max-width: 900px;
    margin: 80px auto 0;
    /* color: #fff; */
    color: #000000;
}



.features-content h2 {
    font-size: 45px;
    /* color: #fff; */
    /* color: #000000; */
    color: var(--green);
    margin-bottom: 5px;
    font-weight: 700;
}




.features-content p {
    font-size: 17px;
    /* color: rgba(255, 255, 255, 0.8); */
    color: #000000;
    margin-bottom: 40px;
    line-height: 1.6;
}


/* BUTTON */

/* --- 2. Luxury Shimmer Button --- */
.features-btn {
    position: relative;
    overflow: hidden;
    /* Important for shimmer */
    background: #D4820A;
    color: #000;
    padding: 16px 45px;
    border-radius: 50px;
    /* Pill shape is more luxury */
    font-weight: 700;
    letter-spacing: 2px;
    border: none;
    transition: 0.4s;
    z-index: 1;
}

.features-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
    transform: skewX(-25deg);
    transition: 0.6s;
}
.features-btn:hover::before {
    left: 150%;
    /* Shimmer effect on hover */
}

.features-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(141, 48, 142, 0.3);
    background: #fff;
    /* Button turns white on hover */
}

/*============== product range========= */






.range-header {
    text-align: center;
    margin-bottom: 60px;
}

.brand-name {
    color: var(--green);
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.section-title {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 700;
}

.range-container {
    max-width: 1200px;
    margin: 0 auto;
}

.range-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 50px;

    opacity: 0;
        transform: translateY(100px) scale(0.95);
        /* Start 50px lower */
        transition: all 0.7s cubic-bezier(0.175, 0.0885, 0.32, 1.275);
        /* Smooth slide curve */
        visibility: hidden;
}


.range-row.reveal {
    opacity: 1;
    transform: translateY(0) scale(1);
    visibility: visible;
}

.range-row.reveal .range-image {
    transition-delay: 0.2s;
}

/* --- Keep your existing CSS below this --- */
.product-range {
    /* background: linear-gradient(rgba(61, 27, 79, 0.92), rgba(61, 27, 79, 0.9)); */
    /* background-color: var(--dark-purple); */
    background-color: #141409;
    padding: 80px 10%;
    font-family: 'Playfair Display', serif;
    overflow: hidden;
    /* Prevents scrollbars during animation */




    position: relative;
        /* ADD — needed for video positioning */
}


/* ADD BELOW */
.product-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.30;
    /* subtle — raise to 0.20 if you want more visible */
}


.product-range .range-header,
.product-range .range-container {
    position: relative;
    z-index: 2;
    /* keeps text & products above the video */
}

/* This creates the alternating effect */
.range-row.reverse {
    flex-direction: row-reverse;
}

.range-text {
    flex: 1;
}

.range-text h3 {
    font-size: 2rem;
    color: var(--orange);
    /* Dark blue/purple */
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.range-text p {
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 1rem;
}

/* Button Styling */
.read-more {
    text-decoration: none;
    color: var(--orange);
    font-weight: 700;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.arrow-icon {
    background-color: var(--orange);
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.range-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.range-image img {
    max-width: 450px;
    width: 100%;
    filter: drop-shadow(20px 20px 30px rgba(0, 0, 0, 0.1));
}

/* Responsive: Stack on mobile */
@media (max-width: 992px) {

    .range-row,
    .range-row.reverse {
        flex-direction: column !important;
        text-align: center;
        gap: 30px;
    }

    .range-text h3 {
        justify-content: center;
    }

    .section-title {
        font-size: 2rem;
    }
}





/* --- TABLET VIEW (769px to 1150px) --- */
@media screen and (min-width: 769px) and (max-width: 1150px) {
    .product-range {
        padding: 60px 5%;
        /* Reduce side padding for more room */
    }

    .range-row {
        gap: 30px;
        margin-bottom: 80px;
    }

    .range-text h3 {
        font-size: 1.8rem;
    }

    .range-text p {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .range-image img {
        max-width: 350px;
        /* Scale down images for tablet */
    }
}

/* --- MOBILE VIEW (Max-width 768px) --- */
@media screen and (max-width: 768px) {
    .product-range {
        padding: 50px 20px;
    }

    .section-title {
        font-size: 2.2rem !important;
        margin-bottom: 40px;
    }

    /* Stack items vertically */
    .range-row,
    .range-row.reverse {
        flex-direction: column !important;
        text-align: center;
        gap: 20px;
        margin-bottom: 70px;
        transform: translateY(80px) scale(1);
        /* Smaller movement for mobile */
    }

    .range-text h3 {
        font-size: 1.5rem;
        justify-content: center;
    }

    .range-text p {
        font-size: 0.9rem;
        max-width: 100%;
    }

    .range-image {
        order: -1;
        /* Always put image above text on mobile */
    }

    .range-image img {
        max-width: 280px;
    }

    .read-more {
        justify-content: center;
    }
}





.premium-products {
    /* background: #fdf8e9 url('assets/images/texture-bg.jpg'); */
    /* background-color: var(--dark-purple); */
    /* background-color: #141409; */
    background-color: #FFFFFF;
    /* Light cream pattern */
    padding: 80px 5%;
    text-align: center;
    overflow: hidden;
}

/* Header Styling */
.product-header {
    margin-bottom: 60px;
    opacity: 0;
    transform: translateY(-30px);
    transition: all 0.8s ease-out;
}

.product-header.reveal {
    opacity: 1;
    transform: translateY(0);
}

.sub-heading {
    /* color: #8d308e; */
    color: var(--green);
    /* Brand Purple */
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
}

.main-heading {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    /* color: #ffffff; */
    color: var(--orange);
    margin: 10px 0;
}

.header-divider {
    width: 80px;
    height: 3px;
    background: var(--green);
    /* Accent Gold */
    margin: 0 auto;
}

/* Grid Styling */
.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1300px;
    margin: 0 auto;
}

.product-card {
    /* background: rgba(255, 255, 255, 0.6); */
    /* background: var(--dark-purple); */
    /* background: #141409; */
    background: rgba(30, 30, 14, 0.75) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-bottom: 3px solid #7AA93C !important;
    padding: 30px 20px;
    border-radius: 15px;
    /* border: 1px solid rgba(255, 255, 255, 0.3); */
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    transform: scale(0.8) translateY(50px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5) !important;
}






.product-card.reveal {
    opacity: 1;
    transform: scale(1) translateY(0);
}

.product-card:hover {
    /* background:var(--dark-purple); */
        background: #222218;
    box-shadow: 0 8px 28px rgba(212, 130, 10, 0.18);
    border-color: rgba(212, 130, 10, 0.35);
    transform: translateY(-15px);
}

.product-image img {
    width: 100%;
    max-width: 220px;
    height: auto;
    filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.1));
    transition: 0.4s;
}

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

.product-info h3 {
    font-size: 18px;
    color: #ffffff;
    margin: 20px 0 15px;
    min-height: 50px;
}

.know-more {
    color: var(--orange);
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
}

/* Staggered Animation Delays */
.product-card:nth-child(1) {
    transition-delay: 0.1s;
}

.product-card:nth-child(2) {
    transition-delay: 0.3s;
}

.product-card:nth-child(3) {
    transition-delay: 0.5s;
}

.product-card:nth-child(4) {
    transition-delay: 0.7s;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .main-heading {
        font-size: 36px;
    }
}

@media (max-width: 600px) {
    .product-grid {
        grid-template-columns: 1fr;
    }
}




/*------ Certifications Section ------*/
.certifications {
    position: relative;
    padding: 80px 5% 40px;
    /* background: #f8f1ff; */
    /* background: #d9a5fc; */
    /* background: #141409; */
    background: #ffffff;
    text-align: center;
    overflow: hidden;
}

/* Background Leaves */
.leaf-bg {
    position: absolute;
    width: 320px;
    height: 550px;
    background-size: contain;
    background-repeat: no-repeat;
    /* opacity: 0.; */
    z-index: 1;
    pointer-events: none;
}

.leaf-bg.left {
    top: 0;
    left: -50px;
    background-image: url('assets/icons/background-leaf.png');
}

.leaf-bg.right {
    top: 0;
    right: -50px;
    background-image: url('assets/icons/right-background-leaf.png');
}

.cert-header {
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
}

.header-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 20px;
    background: #fff;
    border: 1px solid #e2d1f0;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 900;
    color: var(--green);
    margin-bottom: 20px;
}

.premium-title {
    font-size: 48px;
    /* color: #3d1b4f; */
    /* color: #ffffff; */
    /* color: #000000; */
    color: var(--orange);
    font-weight: 800;
    margin: 0;
}

.title-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 10px 0 20px;
}

.title-divider .line {
    height: 1.5px;
    width: 60px;
    background: linear-gradient(to var(--dir, right), transparent, #7AA93C, transparent);
}

.title-divider .line.left {
    --dir: right;
}

.title-divider .line.right {
    --dir: left;
}

.title-divider i {
    color: var(--green);
    font-size: 16px;
    transform: rotate(-45deg);
}

.header-desc {
    /* color: #ffffff; */
    color: #000000;
    font-size: 17px;
    line-height: 1.6;
}

.header-desc .highlight {
    color: var(--orange);
    font-weight: 700;
}

/* Grid & Cards */
.cert-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    max-width: 1300px;
    margin: 0 auto 60px;
    position: relative;
    z-index: 2;
}

/* .cert-card {
    background: #ffffff;
    border-radius: 25px;
    padding: 35px 20px;
    border: 2.5px solid transparent;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
} */



.cert-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    /* Subtle depth overlay */
    padding: 35px 25px;
    border-radius: 25px;
    border: 2.5px solid rgba(255, 255, 255, 0.1);
    /* transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s ease; */
    transition: all 0.4s ease;
    position: relative;
    /* Required for children 3D layering */
    transform-style: preserve-3d;
}

/* --- THE HOVER 3D ANIMATION --- */
.cert-card:hover {
    /* Tilted 3D forward pop */
    transform: rotateX(5deg) rotateY(-5deg) translateY(-10px) translateZ(30px);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.1);
}





.cert-card.featured {
    border-color: var(--orange);
    transform: translateY(-8px);
}

.featured-label {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--orange);
    padding: 4px 18px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    opacity: 0;
}

.cert-card.featured .featured-label {
    opacity: 1;
}
.cert-icon-wrapper {
    height: 120px;
    /* Increased slightly to fit the wreath */
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* Crucial for positioning the wreath */
}

/* The Circular Leaf Wreath */
.cert-icon-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 230px;
    /* Adjust based on your PNG size */
    height: 230px;
    background-image: url('assets/icons/leaf-icon1.png');
    /* Path to your PNG */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.;
    /* Makes it subtle like the Dilip Organic design */
    z-index: 1;
}

/* Ensure the Logo stays on top of the wreath */
.cert-icon-wrapper img {
    max-height: 100px;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    /* Optional: makes logo pop */
}

/* This targets only the icon with the .gmp-icon class */
.gmp-icon {
    max-height: 40px !important;
    /* Adjust this value until it looks perfect */
    width: auto;
    /* Maintains aspect ratio */
    transform: scale(1.1);
    /* Optional: Use scale if you just want to 'nudge' the size up */
}
/* Optional: Rotate the wreath slightly on hover for extra premium feel */
.cert-card:hover .cert-icon-wrapper::before {
    transform: translate(-50%, -50%) rotate(15deg);
    opacity: 0.25;
    transition: all 0.6s ease;
}
.cert-card h3 {
    color: var(--orange);
    font-size: 18px;
    margin-bottom: 8px;
}

.cert-card p {
    /* color: #ffffff; */
    color: #000000;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.verify-badge {
    display: inline-flex;
    padding: 6px 15px;
    background: #f0fff4;
    color: var(--green);
    border-radius: 50px;
    font-size: 10px;
    font-weight: 800;
    gap: 5px;
}

/* --- Features Bar (Horizontal) --- */
/* .cert-features-bar {
    background: var(--green);
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    padding: 45px 3%;
    color: #fff;
    max-width: 1350px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
} */



.cert-features-bar {
    /* 1. Transparent 3D Glass Layering */
    background: rgba(30, 30, 14, 0.75) !important;
    /* Dark luxury base matching your #141409 theme with 75% transparency */
    backdrop-filter: blur(12px) !important;
    /* Smooth glass blur effect */
    -webkit-backdrop-filter: blur(12px) !important;

    /* 2. Thin highlight border to create depth */
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-bottom: 3px solid #7AA93C !important;
    /* Subtle bottom accent line in your organic green */
    border-radius: 40px !important;

    /* 3. Structural Layout */
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    padding: 40px 4% !important;
    max-width: 1350px !important;
    margin: 40px auto !important;
    /* Adds breathing room above and below the bar */
    position: relative !important;
    z-index: 10 !important;
    box-sizing: border-box !important;

    /* 4. Smooth floating 3D shadow */
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5) !important;
}

.feat-item {
    flex: 1;
    display: flex;
    align-items: flex-start;
    /* Horizontal layout */
    text-align: left;
    gap: 15px;
    padding: 0 20px;
    position: relative;
}

/* .feat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background: rgba(255, 255, 255, 0.15);
} */

/* Subtle separator line between items, except the last one */
.feat-item:not(:last-child) {
    border-right: 2px solid #7AA93C !important;
}

.feat-icon {
    min-width: 45px;
    height: 45px;
    border: 1px solid #7AA93C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--green);
    font-size: 18px;
}

.feat-text h4 {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 5px;
    font-weight: 500;
    color: var(--orange);
}

.feat-text p {
    font-size: 12px;
    color: #ffffff;
    line-height: 1.4;
    margin: 0;
}

.cert-quote {
    margin-top: 40px;
    color: #ffffff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    opacity: 0.7;
}

.cert-quote span {
    font-weight: 600;
    /* color: #ffffff; */
    color: #000000;
}

/* Optional: Make the specific "never compromise" part even bolder or Gold */
.cert-quote strong {
    /* Gold accent for the most important part of the quote */
    font-weight: 600;
    color: var(--orange);
}

.cert-quote i {
    font-size: 16px;
    font-weight: 800;
    color: var(--green);
}


/*=======Testimonials section========*/
.testimonials {
    padding: 100px 5%;
    /* background: radial-gradient(circle at center, #7a287b 0%, var(--premium-purple), var(--dark-purple)100%); */
    /* background: radial-gradient(circle at center, #141409 0%, #080804 60%, #000000 100%) !important; */
    /* background: #141409 !important; */
    background: #ffffff !important;
    perspective: 1500px; /*crucial for 3d*/
    overflow: hidden;
}

.test-header {
    text-align: center;
    margin-bottom: 60px;
}

.test-header .sub-title {
    color: var(--green);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
    font-weight: 700;
}

.test-header h2 {
    /* color: #fff; */
    color: #000000;
    font-size: 42px;
    margin-top: 10px;
}

.test-container {
    display: flex;
    /* grid-template-columns: repeat(3, 1fr);
    gap: 30px; */
    width: 100%;
    overflow: hidden;
}

.test-track {
    display: flex;
    width: calc(350px * 6); /* 6 cards tottal (3 visible + 3 duplicates for seamless loop) */
    gap: 30px;
    padding: 20px;
    animation: scrollStrip 40s linear infinite; /*the auto slider move*/
}

.test-track:hover {
    animation-play-state: paused;
}

@keyframes scrollStrip {
    0% { transform: translateX(0);}
    100% {transform: translateX(calc(-350px *2));}
}
/*3d card*/

.test-card {
    /* background: rgba(255, 255, 255, 0.05); */
    background: rgba(30, 30, 20, 0.45);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 3px solid #D4820A !important;
    padding: 40px;
    border-radius: 30px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0,05s ease, box-shadow 0.5s ease;
    margin-bottom: 30px;
}

.test-card:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6 );
    /* background: rgba(255, 255, 255, 0.08); */
    background: rgba(40, 40, 25, 0.65) !important;
        border-color: rgba(212, 130, 10, 0.2) !important;
}

/*===content layering for z-depth===*/

.test-content {
    transform: translateZ(50px); /*makes content float above the card*/
}

.quote-icon {
    font-size: 40px;
    color: var(--orange);
    margin-bottom: 20px;
    opacity: 0.8;
}

.test-card p {
    color: #ffffff;
    font-style: italic;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 30px;
}

.client-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.client-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid var(--green);
    padding: 3px;
}

.client-details h4 {
    color: var(--orange);
    margin-bottom: 5px;
}

.stars {
    color: var(--green);
}


/* --------------footer -------------------------*/

.footer {


/* position:relative;
background: linear-gradient(rgba(61, 27, 79, 0.92), rgba(61, 27, 79, 0.9)),
url('assets/images/background-banner\ \(1\).png');
background-size: cover;
background-position: center; */

        /* background:
            linear-gradient(rgba(20, 20, 9, 0.85),
                rgba(20, 20, 9, 0.92)),
            url('assets/images/background-banner (1).png'); */
            background:
                    linear-gradient(rgba(246, 246, 241, 0.85),
                        rgba(251, 251, 233, 0.92)),
                    url('assets/images/background-banner (1).png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
            background-attachment: scroll;
        /* background-attachment: fixed; */
        /* gives a premium parallax depth effect */
    /* background: var(--premium-purple); */
    /* color: #fff; */
    color: #000000;
    padding: 60px 20 0;
    margin-top: 0;
    border-top: 2px solid var(--orange);
}

.footer-divider {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.footer-divider img { width: 50px; opacity: 0.8; color: var(--orange); }

/* TOP */
.footer-top {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 30px;
    z-index: 2;
    position:relative;
}

.gold-text {
    color: var(--orange);
    font-weight: bold;
}

/* .footer-logo {
    height: 100px;
    margin-bottom: 20px;
} */





.footer-top {
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 75%);
    border-radius: 50%;
    padding: 4px;
}


/* LOGO */
.footer-logo {
    height: 180px;
    /* adjust if needed */
    object-fit: contain;
    filter:
        /* Layered drop-shadow for 3D luxury depth */
        drop-shadow(0px 0px 1px rgba(0, 0, 0, 1))
        /* pixel-tight black outline */
        drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.95))
        /* sharp crisp edge */
        drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.70))
        /* strong mid-depth */
        drop-shadow(0px 10px 25px rgba(0, 0, 0, 0.40));
    /* deep ambient lift */
    /* drop-shadow(0px 0px 12px rgba(19, 12, 1, 0.25)); */
    /* warm gold aura */

    transition: filter 0.4s ease, transform 0.4s ease;
}



.footer-desc {
    font-size: 17px;
    line-height: 1.7;
    /* color: rgba(255, 255, 255, 0.8); */
    color: #000000;
}

/* LINE */
.footer-line {
    margin: 40px auto;
    border: 0.5px solid var(--green);
    width: 90%;
}

/* GRID */

.footer-grid {
    display: grid;
    /* this creates 4 equal columns on desktop */
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.footer-grid>div {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(8px);
    /* -webkit-backdrop-filter: blur(10px); */
    padding: 30px 20px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
    /* transition: transform 0.3s ease; */
}

.footer-grid>div:hover {
    transform: translateY(-5px);
    /* 3D Pop effect */
    background: rgba(255, 255, 255, 0.1);
}




/* --- 3. Premium Typography Polish --- */
.footer-grid h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--orange) !important;
    /* Gold headers in footer */
    margin-bottom: 25px;
    font-weight: 600;
}

/* .footer-grid h3 {
    color: #fff;
    margin-bottom: 15px;
} */

.footer-grid ul {
    list-style: none;
}

.footer-grid ul li {
    /* font-weight: 400; */
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 12px;
        cursor: pointer;
    /* color: rgba(255, 255, 255, 0.8); */
    color: #000000;
    letter-spacing: 1px;
    gap: 10px;
    transition: 0.3s;
}

.footer-grid ul li i {
    font-size: 10px;
    color: var(--orange);
}


.footer-grid ul li a {
text-decoration: none;
    /* Removes the underline */
    color: inherit;

    transition: color 0.3s ease;
    /* Makes the color change smooth */
    display: inline-block;
    cursor: pointer;
}

.footer-grid ul li i {
    font-size: 10px;
    color: var(--orange);
}


.footer-grid ul li:hover {
    color: var(--orange);
    padding-left: 50px;
    /* Subtle movement on hover */
}


/* quick links */


.quick-links ul li a {
    text-decoration: none;
    /* Removes the underline */
    color: inherit;
  
    transition: color 0.3s ease;
    /* Makes the color change smooth */
    display: inline-block;
        cursor: pointer;
}



/* CONTACT */

.contact-card p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
}


.contact-card {
    text-decoration: none;
    color: inherit;
    /* takes the color of the parent p tag */
    transition: color 0.3s ease;
    display: inline-block;
    cursor: pointer;
}

.contact-card :hover {
    color: var(--orange);
    /*subtle change on haver*/
    text-decoration: none;
}

.follow-us {
    margin-top: 20px;
}

.follow-us span {
    font-size: 12px;
    font-weight: bold;
    color: var(--orange);
}


.footer-grid p {
    font-size: 14px;
    margin-bottom: 10px;
}

/* SOCIAL */
.social-icons {
    margin-top: 10px;
    display: flex;
    gap: 15px;
}

.social-icons a,
.social-icons i {
    color: #333333 !important;
    /* Neutral dark grey matching your footer body text */
    text-decoration: none !important;
    /* Removes any accidental link underlines */
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

/* LUXURY HOVER STATE */
.social-icons a:hover i,
.social-icons i:hover {
    color: #D4820A !important;
    /* Smoothly transitions to your brand orange/gold on hover */
    transform: translateY(-3px) scale(1.1);
    /* Adds an elegant upward 3D lift instead of just scaling */
}





/* PREMIUM BADGES (Horizontal Row) */
.footer-badges {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1400px;
    margin: 60px auto 0;
    padding: 40px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.badge-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.badge-item img {
    width: 45px;
    /* filter: brightness(0) invert(1); */
    opacity: 0.8;
}

.badge-item span {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
}


/* BOTTOM */



.footer-bottom {
    background: rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: center;
    font-size: 13px;
    color: var(--orange);
    font-weight: 700;
}
.footer-bottom i {
    color: var(--green);
    margin: 0 5px;
}

/* SCROLL BUTTON */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 60px;
    /* Slightly larger for better touch target */
    height: 60px;
    background: var(--orange);
    /* The high-end gradient */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: var(--gold-shadow);
    /* Eye-catching gold glow */

    /* --- Initial 3D Setup --- */
    perspective: 1000px;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* Snappy "pop" transition */
}

/* Iconic Arrow Styling */
.scroll-top i {
    font-size: 24px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);

    /* Required for children 3D layering - this icon sits behind the main interaction */
    transform: translateZ(20px);
}


/* --- 3D INTERACTION & ANIMATION --- */

/* 1. On Hover: The 3D Tilt & Light Shimmer */
.scroll-top:hover {
    /* Tilted forward and popped slightly to the right */
    transform: rotateX(10deg) rotateY(15deg) translateY(-5px) translateZ(10px);
    box-shadow: 0 15px 40px rgba(184, 134, 11, 0.6);
    /* Intensified gold glow */

    /* This creates a light shimmer effect across the button face */
    background: linear-gradient(135deg, #fff 0%, #FFD700 20%, #D4AF37 50%, #B8860B 100%);
}

/* 2. On Click (Active): Press Down Effect */
.scroll-top:active {
    transform: scale(0.95) translateZ(5px);
    box-shadow: 0 5px 15px rgba(184, 134, 11, 0.4);
}

/* 3. Initial Hidden State (JS will add the 'show' class) */
.scroll-top {
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px) scale(0.8);
    /* Scale in effect */
}

/* 4. State when JS adds the class */
.scroll-top.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
}

/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*-----------------------*/
/*=======================*/
/*=======================*/
/*=======================*/
/*=======================*/
/*=======================*/


/* =======media queries============================ */


/*==========desktop view=====*/

@media screen and (min-width: 1151px) {
    .test-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap:30px;
    }
}




/*=====Tablet & small laptop======*/
@media screen and (min-width: 769px) and (max-width:1150px) {

    /*NAVBAR: PREVENT overlap by shrinking space and font*/
    .container {
        padding: 0 2%;
    }
    
    .logo img {
        height: 65px; /*smaller logo gives more room for the menu */
    }

.nav-links ul li {
    margin-left: 12px; /*Tighter spacing between links */
}

    .nav-links ul li a {
       font-size: 12px; /*smaller text size for mid screens */
       letter-spacing: 0.5px;
    }

/*order button: slimmer version for smaller screens */
.nav-cta {
    margin-left: 15px !important;
}

/* order-btn {
    padding: 8px 15px;
    font-size: 11px;
} */




/* features section: Switch to 2x2 grid so cards don't get too thin */


.features {
    padding: 80px 5% 100px;
    /* Slightly less padding than desktop */
}

/* Scaling the side wheat images so they don't crowd the text */
.deco-wheat-left,
.deco-wheat-right {
    height: 30%;
    width: auto;
    opacity: 0.15;
    /* More transparent for readability */
}

.deco-rice-bowl {
    width: 25%;
    /* Smaller bowl */
}

/* Adjusting the Top Header Ornaments */
.features-top-header h1 {
    font-size: 32px;
    /* Smaller title */
}

.top-ornament .line,
.dot-line {
    width: 30px;
    /* Shorten the gold lines */
}

.features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 700px;
        margin: 0 auto;
    /* padding: 0 5%; */
}

.feature-item {
    width: 100%; /*let it fill the 2 column grid */
    max-width: 300px;
    padding: 30px 15px;
    /* margin: 0 auto; */
}

.features-content h2 {
    font-size: 34px;
}

/* --- RESPONSIVE BREAKPOINTS --- */

/* 1. Tablet Bridge (769px to 1150px) */
@media screen and (min-width: 769px) and (max-width: 1150px) {
    .premium-title {
        font-size: 38px;
        /* Scale down heading slightly */
    }

    .cert-container {
        grid-template-columns: repeat(2, 1fr);
        /* 2x2 Grid is much more stable here */
        gap: 30px;
        padding: 0 20px;
    }

    .cert-features-bar {
        flex-wrap: wrap;
        /* Allow items to wrap to next line */
        border-radius: 30px;
        padding: 40px 20px;
        gap: 20px;
    }

    .feat-item {
        flex: 0 0 calc(50% - 20px);
        /* Show 2 items per row in the bar */
        padding: 10px;
    }

    /* Remove the vertical divider on every 2nd item for the 2x2 layout */
    .feat-item:nth-child(2n)::after {
        display: none;
    }
}

/* .cert-container { grid-template-columns: repeat(2, 1fr);} */


/*testimonials*/

.test-card {
    min-width: 300px;
    max-width: 300px;
    padding: 30px 20px;
}

.test-header h2 {
    font-size: 32px;
}

@keyframes scrollStrip {
    0% {transform: translateX(0);}
    100% { transform: translateX(calc(-330px * 3));}
}


/*footer: 2 column for better fit on tablets */

.footer-grid {
    grid-template-columns: repeat(2, 1fr);
}

.footer-badges {
    flex-wrap: wrap;
    gap: 30px;
}

.badge-item {
    width: 30%;
}
}


/*=====Mobile responsive======*/

/* RESPONSIVE navbar */
@media (max-width: 768px) {



    .nav-links {
        position: fixed;
        /* Changed to fixed for better 3D layering */
        top: 0;
        right: -100%;
        /* Hidden by default */
        width: 70%;
        /* Takes up most of the screen */
        height: 100vh;
        /* Premium Purple Glass Effect */
        /* background: rgba(141, 48, 142, 0.8); */
        background: #ffffff;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-left: 1px solid rgba(255, 255, 255, 0.2);

        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
        /* Smooth 3D slide */
        z-index: 1000;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.3);
    }




    .nav-links ul {
        flex-direction: column;
        gap: 15px;
        padding-top: center;
        text-align: center;
    }

    .nav-links ul li {
        margin: 1px 0;
        width: 100%;
    }

    .nav-links ul li a {
        font-size: 18px;
        letter-spacing: 1.5px;
        padding: 1px 0;
        display: block;
    }

    .nav-links ul li:not(:last-child) {
        /* border-bottom: 1px solid rgba(255, 255, 255, 0.05); */
        border-bottom: 0.001px solid #D4820A;
        box-shadow: #D4820A 0px 1px 0px;
        width: 80%;
        /* Doesn't touch the edges, stays centered */
        margin: 10px auto;
    }

    .menu-toggle {
        z-index: 1100;
        /* Higher than nav-links z-index */
        position: relative;
    }

    .menu-toggle i {
        font-size: 24px;
        transition: 0.3s ease;
    }

    /* Swap icons when active */
    .menu-toggle.active .fa-bars {
        display: none;
    }

    .menu-toggle.active .fa-xmark {
        display: block !important;
        color: #D4820A;
        transform: rotate(90deg);
    }

    /* Update nav-links text for premium feel */
    .nav-links ul li a {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 2px;
    }



    .menu-toggle {
        display: block;
        color: #D4820A;
    }

    .nav-links.active {
        right: 0;
        /* Slides into view */
    }



    /* .nav-links.active {
        display: block;
    } */

    /* ✅ FIX DROPDOWN */
    .dropdown-menu {
        background: rgba(255, 255, 255, 0.1) !important;
        position: static;
        width: 100%;
        max-height: 0;
        display: none;
        transform: none;
        box-shadow: none;
        border-left: 2px solid var(--accent-gold);
        margin-top: 10px;
        /* 🔥 hides space */
        overflow: hidden;
        opacity: 1;
        transform: translateY(-10px);
        transition: all 0.3s ease;
    }

    .dropdown.active .dropdown-menu {
        display: block;
        max-height: 200px;
        /* enough height */
        /* opacity: 1;
        transform: translateY(0); */
    }
}

/*mobile responsive for order button */
@media (max-width: 768px) {
    .nav-cta {
        margin-left: 0 !important;
        margin-top: 20px;
        /*space it out in the verticle mobile menu */
        width: 80%;
        /*center it in the glass sidebar */
    }


        .phone-nav-btn {
            display: flex !important;
            justify-content: center;
            align-items: center;
            padding: 14px 20px !important;
            font-size: 15px !important;
            border-radius: 30px !important;
            margin: 20px auto 0 auto !important;
            /* Premium rounded capsule wrapper on mobile */
            width: 100%;
        }
    /* .order-btn {
        display: block;
        text-align: center;
        padding: 15px;
        font-size: 16px;
    } */
}



@media (max-width: 768px) {

    /* Moves the entire features grid up towards the wave */
    .features {
                padding: 50px 20px 80px !important;
                margin-top: 0;
        /* padding-top: 10px !important; */
        /* Reduces the gap from the top */
        /* margin-top: -10px; */
        /* Pulls the section up over the wave slightly for a 3D overlay feel */
        position: relative;
        z-index: 5;
    }


/* 1. Handling Decorative Images for Mobile */
.deco-wheat-left,
.deco-wheat-right {
    /* display: none; */
    height: 200px;
    margin-top: 200px;
    /* Best to hide side images on mobile to prevent horizontal scrolling */
}

.h2-flourish {
    margin-bottom: -10px;
}
.deco-rice-bowl {
    width: 120px;
    left: 16%;
    bottom: -4px;
    transform: translateX(-50%);
    /* Centers the bowl at the bottom of the section */
    opacity: 0.4;
}

/* 2. Adjusting Top Header and Ornaments */
.features-top-header {
    margin-bottom: 40px;
}

.top-ornament {
    gap: 8px;
    /* Tighter gap for mobile */
}

.top-ornament .line,
.dot-line {
    width: 20px;
    /* Very short lines for mobile */
}

.features-top-header h1 {
    font-size: 24px;
    /* Scaled down h1 */
    line-height: 1.3;
}




    .features-grid {
        grid-template-columns: 1fr;
        justify-items: center;
            gap: 15px;
    }

    /* Makes the individual feature boxes smaller */
    .feature-item {
        /* This forces all boxes to be exactly the same size */
        width: 280px;
        padding: 20px 10px;
            margin: 0 auto;
            transform: none !important;
        /* min-width: 280px;
        max-width: 280px; */

        /* Centers the boxes since they are no longer full-width */
        /* margin: 0 auto 20px auto; */

        /* Keeps internal content consistent */
        /* padding: 10px 5px; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        /* Glassmorphism looks better when boxes are uniform */
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

        .divider-line-left,
        .divider-line-right {
            width: 25px;
            /* Sets a fixed, uniform premium length for the solid lines */
            height: 2px;
            /* Precise thickness matching your layout's top ornament lines */
            background-color: #7AA93C !important;
            /* Solid organic green fill with zero gaps */
            display: block;
        }

                .divider-icon {
                    width: 15px;
                    height: 15px;
                    object-fit: contain;
                    display: block;
                    opacity: 1;
                }


    /* Shrinks the icons to match the smaller box */
    .feature-item img {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
    }

        /* 4. Text Content Adjustments */
        .features-content {
            margin-top: 50px;
        }

                .h2-underline {
                    margin: 5px auto 20px;
                    width: 4%;
                }

    .features-content h2 {
        font-size: 16px;
    }

    .features-content p {
        font-size: 14px;
        line-height: 1.5;
            margin-bottom: 30px;
    }

    /* Refines text size for smaller boxes */
    /* Ensure text wraps correctly if it's too long */
    .feature-item p {
        width: 100%;
        text-align: center;
        white-space: normal;
        /* Allows text to wrap to a second line if needed */
        font-size: 15px;
        margin: 0;
    }
}




@media (max-width: 768px) {
.test-header h2 {
    font-size: 28px;
}

.test-card {
    padding: 25px;
    transform: none;
}
} 

@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .testimonials {
        padding: 60px 0; /*edge to edge for mobile*/
    }

    .test-header h2 {
        font-size: 26px;
    }

    .test-card {
        /* set width to nearly full screen so 1 card is the focus*/
        min-width: 280px;
        max-width: 280px;
        padding: 25px 20px;
        transform: none !important; /* disable 3d tilt for smoother mobile scarolling */
    }

    .test-card p {
        font-size: 14px;
        line-height: 1,6;
    }

    .quote-icon {
        font-size: 30px;
    }

    /*smoother, slower scroll on mobile for better readability */

    .test-track {
        gap: 20px;
        animation: scrollStripMobile 20s linear infinite;
    }

    @keyframes scrollStripMobile {
        0% { transform: translateX(10px); }
        100% { transform: translateX(calc(-300px * 3));}
    }
}





/* 2. Mobile & Small Tablet (768px and below) */
@media screen and (max-width: 768px) {
    .certifications {
        padding: 60px 20px 30px;
    }

    .leaf-bg {
        width: 180px;
        /* Scale down decorative leaves */
        height: 300px;
        /* opacity: 0.1; */
        /* Fade them more to avoid cluttering content */
    }

    .leaf-bg.left {
        left: -45px;
    }

    .leaf-bg.right {
        right: -45px;
    }

    .premium-title {
        font-size: 28px;
    }

    .header-desc {
        font-size: 15px;

        br {
            display: none;
        }

        /* Remove line breaks for better text flow on narrow screens */
    }

    .cert-container {
        grid-template-columns: 1fr;
        /* Single column stack */
        gap: 40px;
        /* More space between cards for visual breathing room */
        margin-bottom: 50px;
    }

    .cert-card.featured {
        transform: none;
        /* Avoid floating transforms on mobile to improve scroll performance */
    }

    .cert-icon-wrapper::before {
        width: 270px;
        /* Resize the wreath for mobile cards */
        height: 160px;
    }

    /* Features Bar Mobile Transformation */
    .cert-features-bar {
        flex-direction: column;
        /* Stack features vertically */
        align-items: center;
        border-radius: 25px;
        padding: 30px 15px;
        gap: 30px;
    }

    .feat-item {
        width: 100%;
        text-align: center;
        flex-direction: column;
        /* Icon above text */
        align-items: center;
        padding: 0;
    }

    .feat-item::after {
        display: none !important;
        /* Remove all dividers on mobile */
    }

    .feat-icon {
        margin-bottom: 15px;
    }

    .feat-text h4 {
        font-size: 17px;
    }

    .cert-quote {
        flex-direction: column;
        font-size: 14px;
        text-align: center;
        gap: 5px;
    }
}


@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }

footer-badges {
    display: flex;
    flex-direction: row;
    /* Forces horizontal alignment */
    flex-wrap: nowrap;
    /* Prevents moving to a second line */
    justify-content: space-between;
    /* Spreads them evenly */
    align-items: left;
    gap: 1px;
    /* Reduced gap to fit more items */
    padding: 20px 10px;
    overflow-x: auto;
    /* Safety: allows horizontal scroll if too wide */
    -webkit-overflow-scrolling: touch;
}

/* Hide scrollbar for a cleaner look while keeping functionality */
.footer-badges::-webkit-scrollbar {
    display: none;
}

        .badge-item {
            flex: 1;
            /* Each item takes equal space */
            min-width: 70px;
            /* Minimum width so text doesn't crush */
            gap: 10px;
            /* Tighter gap between icon and text */
        }

                .badge-item img {
                    width: 20px;
                    /* Smaller icons to fit the row */
                    height: 20px;
                }

                                .badge-item span {
                                    font-size: 5px;
                                    /* Smaller text size for the row */
                                    letter-spacing: 0.2px;
                                    line-height: 1.2;
                                    white-space: nowrap;
                                    /* Keeps text on one line */
                                }
}
/* 3. Extra Small Devices (Under 400px) */
@media screen and (max-width: 400px) {
    .premium-title {
        font-size: 24px;
    }

    .cert-card {
        padding: 30px 15px;
    }
}
