html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}



body {
    padding-top: 75px;
    /* match navbar height */
}

.logo {
    font-family: "Times New Roman", serif;
    font-size: 40px;
    font-weight: bold;
    color: #4E9B8D;

}

.logo1 {
    color: #1E3C54;
    font-family: 'Times New Roman', Times, serif;
    font-size: 46px;
    font-weight: 500;
}

h2 {

    font-size: 45px;
    font-weight: 700;
    color: rgb(254, 249, 249);
}

.navcolor {
    background-color: #f9fcfe;
}

.footercolor {
    background-color: #55998D;
}

.textclr {
    color: #e31773;
}

.sectioncolor {
    background-color: #55998D;
}

.sectioncolor1 {
    background-color: white;
}


.img2 {
    height: 45vh;
}

.bgclr {
    background-color: #EBCB8F;
    color: white;

}


.contact {
    background-color: #55998D;
}


.about {
    background-color: white;
}

.navtext {
    color: rgb(6, 1, 1);
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.5rem;
    font-weight: 500;
}

.navtext:hover {
    color: #2877d2
}

* {
    font-family: 'Times New Roman', Times, serif;
}

.btntext1 {
    border-radius: 40px;
    /* background-color: #BE8798; */
    font-family: 'Times New Roman', Times, serif;
    font-weight: 650;
    border: 0.5px solid #010407
}

.bonus {
    background-color: white;
    margin-top: -10px;
}

.ebook {
    height: 50vh;
}

.bottle2 {
    height: 40vh;
}


.gurentybadge {
    width: 14vw;
}


.about1 {
    margin-top: -8px;
}

section.bg-light {
    background: #f6f8fc
}

.shadow-sm {
    box-shadow: 0 10px 25px rgba(0, 0, 0, .06) !important
}

h3 {
    font-size: 1.5rem;
    margin-bottom: 12px
}

hr {
    border: 0;
    border-top: 3px solid white;

}


/* 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;
    height: 88vh;
    /* position: relative; */
}




/* FREE badge */
.lux-free {
    /* background: linear-gradient(45deg, #00c853, #00e676); */
    padding: 5px 15px;
    border-radius: 20px;
    color: #14c377;
    font-weight: 700;
}

.lux-img img {
    height: 38vh;
}

.bonustext {
    color: #0d6efd;
}

.benefitsimg {
    width: 45vw;
}


.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: 24vw;

}

.bottle-6:hover {
    transform: scale(1);
}


.accordion-button {
    background: #f7f9fc;
    border-radius: 5px !important;
}

.accordion-button:not(.collapsed) {
    background: #e8f4ff;
    color: #0d6efd;
}

.accordion-item {
    overflow: hidden;
}

/* ---------- */


.avoid {
    width: 48%;
    height: 48vh;
    background-color: white;
    color: rgb(11, 2, 2);

}

.avoid1 {
    background-color: white;
    color: rgb(11, 2, 2);

}

.payment-snap {
    width: 80vw;
}

.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(0, 6, 0);
    border-radius: 1px;
    transition: all 0.3s ease;
}

.button-border {
    border-radius: 400px;
}

.btnclor {
    background-color: #55998D;
}

/* bonus start */

/* Timeline Line */
.timeline-line {
    width: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    /* stretch from top to bottom */
    left: 50%;
    transform: translateX(-50%);
}

hr {
    border: 1px solid rgb(80, 69, 80);
    height: 4px;
    background: linear-gradient(to right, #dc3545, #ff6b6b);
    width: 100%;
    margin: 40px auto;
    border-radius: 2px;
    /* optional rounded ends */
}

/* Timeline Icon */
.timeline-icon {
    width: 60px;
    height: 60px;
    line-height: 50px;
    font-size: 24px;
}

/* Image Styling */
.timeline-item img {
    height: 40vh;
    transition: transform 0.3s;
}

.timeline-item img:hover {
    transform: scale(1.15);
}


/* Design Enhancements */
.bonus-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.bonus-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.bonus-card h3 {
    font-size: 1.7rem;
}

.bonus-card p {
    line-height: 1.6;
}

@media (max-width: 992px) {
    .bonus-card {
        flex-direction: column !important;
        text-align: center;
    }
}


/* bonus end */


/* Section margin top when click navbar section */
section {
    scroll-margin-top: 72px;
}


.custom-hover {
    color: rgb(248, 246, 246);
    text-decoration: none;
}

.custom-hover:hover {
    color: rgb(240, 222, 15);
    text-decoration: underline;

}

.badgeicon {
    width: 22vw;
}


/* ================= */

.bannerimg {
    height: 40vh;
}


.bannerimg1 {
    height: 55vh;
}

.howwork {
    height: 52vh;
}

.ingredient-card1 {
    height: 60vh;
}


.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;
    }

    .benefitsimg {
        width: auto;
    }

    .orderbuttn {
        display: flex;
        align-items: center;
        text-decoration: none;
        padding-top: 0px;

    }

    .bannerimg1 {
        height: auto;
    }

    .bannerimg {
        height: auto;
    }

    .ingredient-card1 {
        height: auto;
    }

    /* ============= */


    .badgeicon {
        margin-bottom: 15px;
        width: auto;
    }

    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }



    .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 {

        display: flex;
        justify-content: center;
    }

}

@media (max-width: 992px) {

    .orderbuttn {
        display: flex;
        align-items: center;
        text-decoration: none;
        padding-top: 10px;

    }



    .whatsection {
        display: flex;
        justify-content: center;
    }

    .bottle2 {
        height: auto;
    }

    .bannerimg1 {
        height: auto;
    }

    .bannerimg {
        height: auto;
        margin-top: -35px;
    }

    .ingredient-card1 {
        height: auto;
    }



    .badgeicon {
        margin-bottom: 15px;
        width: auto;
    }


    .avoid {
        width: auto;
        height: auto;
    }

    body {
        margin-top: -15px
    }

    .whatsection {
        margin-top: -45px;
        display: flex;
        justify-content: center;
    }




    .bottle-6 {
        width: auto;
    }






    .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;
    }

    .howwork {
        height: auto;
    }


    .ingredient-card1 {
        height: auto;
    }

    .benefitsimg {
        width: auto;
    }

    .lux-bonus {
        height: auto;
    }

    .nav1 {
        margin-top: -25px;
    }

    .badgeicon {
        margin-bottom: 15px;
        width: auto;
    }

    .payment-snap {
        width: auto;
    }
.gurentybadge {
    width: auto;
}


}

@media(max-width:1400px) {

    .lux-bonus {
        height: auto;
    }

    .gurentybadge {
        width: auto;
    }


    .ingredient-card1 {
        height: auto;
    }

    .avoid {
        height: auto;
        width: auto;
    }


    .bannerimg {
        height: auto;
    }

}