html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    padding-top: 75px;
    /* match navbar height */
}

.logo{
    color: #EB6E87;
}

.navcolor {
    background-color: white;
}

.footercolor {
   background-color: #EE6F85;
}

.textclr{
    color: #e31773;
}

.sectioncolor {
    background-color: #EE6F85;
}

.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: #f07a92
}


.about {
    background-color: white;
}

.navtext {
    color: rgb(7, 0, 0);
    font-size: 1.5rem;
       font-weight: 500;
}

.navtext:hover {
    color: #EE6F85;
}


.btntext1 {
    border-radius: 20px;
    background-color: #EE6F85;
    font-weight: 650;
    border: 1px solid rgb(11, 11, 0);

}

.bonus{
    background-color: #ffd6e4d0;
    margin-top: -10px;
}

.ebook{
    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(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(227, 165, 220, 0.882);
}

.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;
}




.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%;
   
    background-color: white;
    color: black;
   
}

.avoid1 {
    background-color: white;
    color: black;
   
}

.payment-snap {
    width: 70vw;
}

.custom-toggler {
    border: none;
    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: 4px;
    transition: all 0.3s ease;
}

.button-border {
    border-radius: 400px;
}

.btnclor {
    background-color: #EE6F85;
}


/* Section margin top when click navbar section */
section {
    scroll-margin-top: 75px;
}


.custom-hover {
    color: white;
    text-decoration: none;
}

.custom-hover:hover {
     color: #04020b;
    text-decoration: underline;

}


/* ================= */

.bannerimg {
    height: 50vh;
}

.bannerimg1 {
    height: 42vh;
}


.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) {
    

   

    .orderbuttn {
        display: flex;
        align-items: center;
        text-decoration: none;
        padding-top: 0px;

    }

    .bannerimg1{
        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-top: -25px;
        display: flex;
        justify-content: center;
    }

}

@media (max-width: 992px) {

    .orderbuttn {
        display: flex;
        align-items: center;
        text-decoration: none;
        padding-top: 10px;

    }

 .bannerimg1{
        height: auto;
    }

   

    .ingclr {
        height: auto;
    }

    .ingclr1 {
        height: auto;
    }


   
    .avoid {
        width: auto;
        height: auto;
    }

    body {
        margin-top: -15px
    }

    .whatsection {
        margin-top: -25px;
        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;
    }

}

@media(max-width:1400px) {



    .ingclr {
        height: auto;
    }

    .ingclr1 {
        height: auto;
    }


}