html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    padding-top: 75px;
    /* match navbar height */
}

.logo {
    color: #3081b7;
}

.navcolor {
    background-color: white;
}

.footercolor {
    background-color: #74A7CA;
}

.textclr {
    color: #e31773;
}

.sectioncolor {
    background-color: #74A7CA;
}

.sectioncolor1 {
    background-color: white;
}


.img2 {
    height: 45vh;
}

.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;
}



.contact {
    background-color: #74A7CA
}


.about {
    background-color: white;
}

.navtext {
    color: rgb(7, 0, 0);
    font-size: 1.5rem;
    font-weight: 500;
}

.navtext:hover {
    color: #0f659e;
}


.btntext1 {
    border-radius: 20px;
    background-color: #74A7CA;
    font-weight: 650;
    border: 1px solid rgb(215, 124, 225);

}

.bonus {
    background-color: white;
    margin-top: -10px;
}

.ebook {
    height: 50vh;
}

.bottle2 {
    height: 50vh;
}


.gurentybadge {
    width: 250px;
}


.about1 {
    margin-top: -8px;
}


/* Glass Luxury Card */
.lux-bonus {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(169, 167, 164, 0.4);
    box-shadow: 0 10px 30px rgba(243, 240, 240, 0.15);
    transition: 0.4s ease;
    position: relative;
}

/* Gold Glow Hover */
.lux-bonus:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px #a5cae3
}



/* 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;
}




.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;
}

.formulaclr {
    color: black;
}

.bottle-6 {
    width: 24vw;
}

/* 
.accordion-button {
    background: #f7f9fc;
    border-radius: 12px !important;
} */

.accordion-button:not(.collapsed) {
    background: #e8f4ff;
    color: #0d6efd;
}

.accordion-item {
    overflow: hidden;
}

/* ---------- */


.avoid {
    width: 48%;
    height: 45vh;
    background-color: white;
    color: black;

}

.avoid1 {
    background-color: white;
    color: black;

}

.payment-snap {
    width: 70vw;
}

.custom-toggler {
    border: 1px darkcyan solid;
    background: transparent;
    padding: 8px;
}

.bginfo {

    border-radius: 45px;
    background-color: #0f752842;
}

.custom-toggler span {
    display: block;
    width: 30px;
    height: 4px;
    margin: 5px 0 0 0px;
    background-color: rgb(1, 7, 1);
    border-radius: 1px;
    transition: all 0.3s ease;
}

.button-border {
    border-radius: 400px;
}

.btnclor {
    background-color: #ACAEC9;
}


/* Section margin top when click navbar section */
section {
    scroll-margin-top: 75px;
}


.custom-hover {
    color: rgb(7, 1, 1);
    text-decoration: none;
}

.custom-hover:hover {
    color: #0f2be4;
    text-decoration: underline;

}


/* ================= */

.bannerimg {
    height: 42vh;
}

.bannerimg1 {
    height: 52vh;
}

.ingredient-card1 {
    height: 65vh;
}


.ingredient-card {
    transition: all 0.3s ease;
}

.ingredient-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}



/* Mobile View */
@media (max-width: 768px) {

    .bottle2 {
        height: auto;
    }


    .orderbuttn {
        display: flex;
        align-items: center;
        text-decoration: none;
        padding-top: 0px;

    }

    .bannerimg1 {
        height: auto;
    }


    .ingredient-card1 {
        height: 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;
    }


    body {
        margin-top: -15px
    }

    .bottle-6 {
        width: auto;
    }



    .hero-bg {
        width: auto;
    }

    .gurentybadge {
        width: auto;
    }

    .payment-snap {
        width: auto;
    }


    .whatsection {
        margin-bottom: 25px;
        display: flex;
        justify-content: center;
    }

}

@media (max-width: 992px) {

    .orderbuttn {
        display: flex;
        align-items: center;
        text-decoration: none;
        padding-top: 10px;

    }

    .whatsection {
        margin-bottom: 25px;
        display: flex;
        justify-content: center;
    }

    .bottle2 {
        height: auto;
    }

    .bannerimg1 {
        height: auto;
    }

    .ingredient-card1 {
        height: auto;
    }


    .ingclr {
        height: auto;
    }

    .ingclr1 {
        height: auto;
    }



    .avoid {
        width: auto;
        height: auto;
    }

    body {
        margin-top: -15px
    }

    .whatsection {

        display: flex;
        justify-content: center;
    }




    .bottle-6 {
        width: auto;
    }

    .bottle11 {
        height: 420px;
    }




    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }


    .navcenter {
        text-align: center;
    }

}



@media(max-width:1200px) {
    .avoid {
        width: auto;
        height: auto;
    }


    .bannerimg1 {
        height: auto;
    }


    .bannerimg {
        height: auto;
    }

    .ingclr {
        height: auto;
    }

    .ingclr1 {
        height: auto;
    }

    .ingredient-card1 {
        height: auto;
    }


}

@media(max-width:1400px) {



    .ingclr {
        height: auto;
    }

    .ingclr1 {
        height: auto;
    }

    .ingredient-card1 {
        height: auto;
    }

}