html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

* {
    font-family: Playfair Display, serif;
}



body {
    padding-top: 68px;
    /* match navbar height */
}

.logo {
    font-size: 30px;
    font-weight: 800;
    color: #080601;
}

.bgback {
    background-image: url('../image/background3.webp');
    min-height: 10vh;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.nav {
    background-color: #3AABE4;
}

.navcolor {
    background-color: #3AABE4;
}

h1 {
    font-size: 2em;
}

.sectioncolor {
    background-color: #3AABE4;

}

.head {
    background-color: #3AABE4;
    border-radius: 15px;
}

.ingredient-content {
    border-radius: 1px;
    border-top: 4px solid #3AABE4;
}


/* .ingmg2 {
    border-radius: 12px;
    border-top: 2px solid #3AABE4;
    border-bottom: 2px solid #3AABE4;
    border-left: 4px solid #3AABE4;
    border-right: 4px solid #3AABE4;

} */

.gurenty {
    border-radius: 35px;

    color: rgb(18, 3, 3);
}

.bonus11 {
    max-width: 180px;
}

.btn1 {
    background-color: #3AABE4;
    border: 1px solid rgb(236, 232, 232);
    color: white;
}

.btn:hover {
    color: white;
}

.check {
    color: #010708;
}

.paywidth {
    width: 900px;
    mix-blend-mode: multiply;
}

.about {
    background-color: white;
}

.about11 {
    background-color: #FAF2EF;
}

.navtext {
    color: #faf9f9;
    font-size: 21px;
    font-weight: 550;
}




.navtext:hover {
    color: #f1f109;
}



.bottleimg {
    margin-top: -85px;
    margin-bottom: -75px;
}




.bannerimg {
    height: 45vh;

}

.feature-box {
    background: #ffffff;
    border-radius: 10px;
    border-left: 3px solid #3AABE4;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: all .3s ease;

}

.benefit-card {
    background: #ffffff;
    border-radius: 7px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: all .3s ease;
    color: rgb(4, 1, 1);

}

.benefit-card:hover {
    border-radius: 7px;
    border: 2px solid #3AABE4;
    background-color: #3AABE4;
    color: rgb(242, 236, 236);

}

.feature-box12 {
    background: white;
    border-radius: 20px;
    border-left: 4px solid #3AABE4;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: all .3s ease;

}

.review-card {
    background: #ffffff;
    border-radius: 15px;
    border: 0.5px solid #3AABE4;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: 0.3s;

}
.ingmg2{
    border-radius: 15px;
}


.ingredient-card {
    transition: 0.3s ease;
    border-radius: 15px;
    color: rgb(5, 0, 0);
    border-left: 3px solid #3AABE4;

}

.ingredient-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background-color: #3AABE463;
}

.ingimg {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ingimg:hover {
    transform: scale(1.05);
}



.how {
    height: 45vh;

}

a {
    text-decoration: none;
}

.feature-card {
    border-radius: 7px;
    border-left: 5px solid #3AABE4;

}



.hover-scale {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-scale:hover {
    transform: scale(1.05);
    /* box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.15); */
}






.gurentybadge {
    width: 350px;
}


.about1 {
    margin-top: -8px;


}



/* bonus start */




.card {
    background: #ffffff;
    color: #111;
    border-radius: 14px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.left {
    max-width: 70%;
}



/* price section */

.pricing-wrapper {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.price-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    width: 280px;
    text-align: center;
    border: 2px solid #ddd;
    position: relative;
}

.price-card.featured {
    background: #0b3d78;
    color: #fff;
    transform: scale(1.05);
    border-color: #0b3d78;
   
}

.top-bar {
    background: #1f4fa3;
    color: #fff;
    padding: 5px;
    border-radius: 8px 8px 0 0;
    margin: -20px -20px 10px;
}

.badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #0b3d78;
    padding: 5px 12px;
    font-weight: bold;
    border-radius: 6px;
}

.product-img {
    width: 120px;
    margin: 10px 0;
}

.old-price {
    font-size: 20px;
    text-decoration: line-through;
    color: #999;
}

.price {
    font-size: 30px;
    margin: 5px 0;
}

.price span {
    font-size: 12px;
}

.save {
    background: #2ecc71;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 16px;
}

.divider {
    border-top: 1px solid #ddd;
    margin: 15px 0;
}

.feature {
    font-size: 16px;
    margin: 5px 0;
}

.buy-btn {
    background: #ddd;
    border: none;
    padding: 12px;
    width: 100%;
    border-radius: 8px;
    margin: 10px 0;
    font-weight: bold;
    cursor: pointer;
}

.price-card.featured .buy-btn {
    background: #fff;
    color: #0b3d78;
}

.total {
    font-size: 16px;
    font-weight: 600;
}

.shipping {
    font-size: 12px;
    color: #555;
}

/* end */



@media(max-width:768px) {
    .card {
        flex-direction: column;
        text-align: center;
    }

    .left {
        max-width: 100%;
    }

    .img-box {
        margin-top: 15px;
    }
}

.bonus {
    border-radius: 25px;
}

/* bonus end */

.hover-scale:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}

.bottle-6 {
    width: 30vw;
}


.payment-snap {
    width: 1200px;
}

.custom-toggler {
    border: none;
    background: transparent;
    padding: 8px;
}

.review-card-modern {
    border-radius: 25px;
    border: 1px solid #13161a;
    transition: all 0.3s ease;
}

.review-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}



.revimg {
    width: 200px;
    height: 200px;
    border-radius: 10%;
    border: 2px solid black;
    object-fit: cover;
    overflow: hidden;
    background: #fff;
}


.custom-toggler span {
    display: block;
    width: 30px;
    height: 4px;
    margin: 5px 0 0 0px;
    background-color: #fbf8f9;
    border-radius: 4px;
    transition: all 0.3s ease;
}






.faq-wrapper {

    margin: auto;
}

.faq-item {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;

    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.accordion-button {
    background: #fff;
    padding: 18px 20px;
    border: none;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background: #f5f9ff;
    color: #0d6efd;
}

.accordion-body {
    background: #fff;
    padding: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

@media (max-width: 992px) {
    .bonus-card {
        flex-direction: column !important;
        text-align: center;
    }
}




/* Section margin top when click navbar section */
section {
    scroll-margin-top: 68px;
}


.custom-hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.custom-hover:hover {
    color: #f5e505;
    text-decoration: underline;

}




.monybadge {
    height: 220px;
}


/* popup */


/* ================ */

.purchase-proof {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #ffffff;
    border-radius: 12px;
    padding: 15px 18px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    max-width: 300px;
    z-index: 9999;
    display: none;
    transform: translateX(-120%);
    transition: transform 0.5s ease;
    font-family: Arial, sans-serif;
}

.purchase-proof strong {
    color: #1e7e34;
}

.purchase-proof small {
    color: #777;
}


/* Mobile View */
@media (max-width: 768px) {
    .cent {
        text-align: center;
    }


    .orderbuttn {
        display: flex;
        align-items: center;
        text-decoration: none;
        padding-top: 0px;

    }

    .btn1 {
        width: 100%;
    }

    .banner-img1 {
        height: auto;
    }


    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }

    .btntext {
        font-size: 16px;
    }



    .navcenter {
        text-align: center;
    }

    .imgwidth {
        height: auto;
    }


    body {
        margin-top: -15px
    }

    .bottle-6 {
        width: auto;
    }



    .gurentybadge {
        width: auto;
    }

    .bannerimg {
        height: auto;
    }


    .payment-snap {
        width: auto;
    }

    .revwidth {
        height: auto;
    }



}

@media (max-width: 992px) {

    .orderbuttn {
        display: flex;
        align-items: center;
        text-decoration: none;
        padding-top: 10px;

    }

    .bannerimg {
        height: auto;
    }

    .revwidth {
        height: auto;
    }

    body {
        margin-top: -15px
    }

    .gurentybadge {
        width: auto;
    }

    .how {
        height: auto;
    }

    .claim {
        width: 100%;
    }

    .product-img1 {
        height: auto;
    }

    .bottle22 {
        height: auto;
    }


    .whatsection {
        margin-bottom: -45px;

        display: flex;
        justify-content: center;


    }

    .howimg{
        margin-top: -75px;
        margin-bottom: -70px;
    }
    .navcenter {
        text-align: center;
    }

    .banner-img1 {
        height: auto;
    }

    .btntext6 {
        width: 98%;
    }

    .btntext2 {
        width: 100%;
    }


    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }
}

@media(max-width:1200px) {
    .btntext2 {
        margin-top: 15px;
    }

    .how {
        height: auto;
    }

    .payment-snap {
        width: auto;
    }

    .bottle-6 {
        width: auto;
    }

    .second {
        height: auto;
    }

    .how1 {
        height: auto;
        border-radius: 15px;
    }

}


@media(max-width:1500px) {
    .how {
        height: auto;
    }

    .product-img1 {
        height: auto;
    }

    .bottle3 {
        height: auto;
    }

    .hover-scale1 {
        width: auto;
    }

    .bannerimg {
        height: auto;
    }



}