html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    padding-top: 75px;
    /* match navbar height */
}


.navcolor {
    background-color: #9FE2BF;
}

.footercolor {
    background-color: #9FE2BF;
}

.logo {
    width: 180px;
}

.sectioncolor {
    background-color: #9FE2BF;
}

.sectioncolor1 {
    background-color: white;
}

.sectioncolor2 {
    background-color: #00A36C;
    border-radius: 15px;
    color: rgb(5, 1, 1);
}

.bgclr {
    background-color: #EBCB8F;
    color: white;

}

.ingclr {
    /* height: 35vh; */
    background-color: white;
    color: black;
    padding: 25px;
    border-radius: 15px;
}

.ingclr1 {
    /* height: 20vh; */
    background-color: white;
    color: black;
    padding: 25px;
    border-radius: 15px;
}

.paywidth {
    width: 700px;
    mix-blend-mode: multiply;
}

.magnesium {
    width: 250px;
}

.contact {
    background-color: #95F4C5;
}


.about {
    background-color: white;
}

.navtext {
    color: black;
    font-size: 1.5rem;
    ;
    font-weight: 500;
}

.navtext:hover {
    color: #0f15cf;
}

.bottle11 {
    height: 480px;
}

.btntext1 {
    border-radius: 40px;
    background-color: #cef21b;
    font-weight: 650;
    border: 1px solid rgb(255, 255, 253);

}



.bgbadge {
    background-color: white;
    border: 1px solid #112b79;
    border-radius: 20px;
    color: rgb(5, 0, 0);
    width: 312px;
    height: 650px;
}







.btntext2 {
    border-radius: 45px;
    border: 1px solid #291179;
    color: rgb(8, 1, 1);
}

.revimg {
    width: 300px;
}

.gurentybadge {
    width: 250px;
}


.about1 {
    margin-top: -8px;
}

.ingheight {
    height: 15vh;
    mix-blend-mode: darken;
}

.plant {
    background-image: url("assets/image/InsuLeafplant-banner.webp");
    background-size: cover;
    background-position: center;

}


.hero-bg {
    min-height: 5vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.hero-overlay {
    padding: 6rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

/* Title */
.hero-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.1;
    text-transform: uppercase;
}

.hero-title span {
    display: block;
}

.bottle-6 {
    width: 25vw;
}


.accordion-button {
    background: #f7f9fc;
    border-radius: 12px !important;
}

.accordion-button:not(.collapsed) {
    background: #e8f4ff;
    color: #0d6efd;
}

.accordion-item {
    overflow: hidden;
}

/* ---------- */


.avoid {
    width: 48%;
    height: 36vh;
    background-color: white;
    color: black;
    border-radius: 15px;
}

.avoid1 {
    background-color: white;
    color: black;
    border-radius: 15px;
}

.payment-snap {
    width: 60vw;
}

.custom-toggler {
    border: none;
    background: transparent;
    padding: 8px;
}

.bginfo {

    border-radius: 45px;
    background-color: #0f752842;
}

.custom-toggler span {
    display: block;
    width: 35px;
    height: 4px;
    margin: 5px 0 0 0px;
    background-color: rgb(13, 115, 18);
    border-radius: 4px;
    transition: all 0.3s ease;
}

.button-border {
    border-radius: 400px;
}

.btnclor {
    background-color: #2AAA8A;
}


/* Section margin top when click navbar section */
section {
    scroll-margin-top: 86px;
}


.custom-hover {
    color: black;
    text-decoration: none;
}

.custom-hover:hover {
    color: #0f15cf;
    text-decoration: underline;

}

/* ++++++++++++++++++Bonus Card+++++++++++++ */

/* Glass Luxury Card */
.lux-bonus {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 215, 0, 0.4);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: 0.4s ease;
    position: relative;
}

/* Gold Glow Hover */
.lux-bonus:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(4, 165, 9, 0.3);
}

.lux-tag {
    background: linear-gradient(45deg, #d4af37, #ffd700);
    color: #000;
    padding: 4px 12px;
    font-size: 12px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 600;
}

/* FREE badge */
.lux-free {
    background: linear-gradient(45deg, #00c853, #00e676);
    padding: 5px 15px;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
}

.lux-img img {
    max-width: 220px;
}


/* End */


/* =============Ingredents============= */

/* Luxury Glass Card */
.lux-ing {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(55, 212, 73, 0.4);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    transition: 0.4s ease;
    position: relative;
}

.lux-ing:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(8, 190, 51, 0.35);
}

.lux-number {
    position: absolute;
    top: -12px;
    left: -12px;
    background: linear-gradient(45deg, #d4af37, #ffd700);
    color: #000;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 14px;
}


.lux-list {
    padding-left: 18px;
    font-size: 1.4em;
}

.lux-ing-content p {
    font-size: 1.5rem;
}

.lux-list li {
    margin-bottom: 6px;
}


.lux-ing-img  {
    max-width: 225px;
   
}


/* ==============End=============== */


.two-bottle {
    width: 520px;

}

.bannerimg {
    height: 45vh;
}

.bannerimg1 {
    height: 45vh;
}

.free1 {
    background-color: #059720;
    margin-left: 278px;
    margin-top: -60px;
    border-radius: 80px;

}

/* Mobile View */
@media (max-width: 768px) {
    .cent {
        text-align: center;
    }



    .orderbuttn {
        display: flex;
        align-items: center;
        text-decoration: none;
        padding-top: 0px;

    }

    .lux-img img {
        max-width: auto;
    }

    /* .lux-ing-img  {
         max-width: auto;
       
    } */


    /* ============= */


    .badgeicon {
        margin-bottom: 15px;
    }

    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }

    .btntext {
        font-size: 16px;
    }

    .imglimited {
        justify-content: center;
        align-items: center;
    }

    .avoid {
        width: auto;
        height: auto;
    }

    .ingclr {
        height: auto;
    }

    .ingclr1 {
        height: auto;
    }


    .navcenter {
        text-align: center;
    }


    .imgwidth {
        height: auto;
    }


    body {
        margin-top: -15px
    }

    .bottle-6 {
        width: auto;
    }

    .two-bottle {
        width: auto;
    }

    .hero-bg {
        width: auto;
    }

    .gurentybadge {
        width: auto;
    }



    .bgbadge {
        height: auto;
    }

    .bottle11 {
        height: 5vh;
    }

    .imgbg {
        margin-top: -50px;
    }


    .payment-snap {
        width: auto;
    }

    .revwidth {
        height: auto;
    }

    .paywidth {
        width: auto;
    }



    .whatsection {
        margin-top: -25px;
        display: flex;
        justify-content: center;
    }

}

@media (max-width: 992px) {

    .orderbuttn {
        display: flex;
        align-items: center;
        text-decoration: none;
        padding-top: 10px;

    }

    .lux-ing-img img {
       
         max-width: auto;
    }

    .lux-img img {
        max-width: auto;
    }


    .ingclr {
        height: auto;
    }

    .ingclr1 {
        height: auto;
    }


    .revwidth {
        height: auto;
    }

    .avoid {
        width: auto;
        height: auto;
    }

    body {
        margin-top: -15px
    }

    .whatsection {
        margin-top: -25px;
        display: flex;
        justify-content: center;
    }



    .two-bottle {
        width: auto;
    }


    .imgbg {
        margin-top: -50px;
    }

    .bottle-6 {
        height: auto;
    }

    .bottle11 {
        height: 420px;
    }



    .ingheight {
        height: auto;
        justify-content: center;
        text-align: center;
    }


    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }

    .bgbadge {
        height: auto;
    }

    .navcenter {
        text-align: center;
    }

}


@media(max-width:1200px) {
    .avoid {
        width: auto;
        height: auto;
    }

.lux-ing-img  {
         max-width: auto;
       
    }


    .ingclr {
        height: auto;
    }

    .ingclr1 {
        height: auto;
    }

}

@media(max-width:1400px) {
    .ingclr {
        height: auto;
    }

    .ingclr1 {
        height: auto;
    }


}