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/background-2.webp');
    min-height: 10vh;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.nav {
    background-color: white;
}

.navcolor {
    background-color: #22587D;
}

h1 {
    font-size: 2em;
}

.sectioncolor {
    background-color: #22587D;

}

.head {
    background-color: #06a8ba;
    border-radius: 15px;
}



.ingmg2 {
    border-radius: 12px;
    border-top: 1px solid #22587D;
    border-bottom: 1px solid #22587D;
    border-left: 2px solid #22587D;
    border-right: 2px solid #22587D;

}

.gurenty {
    border-radius: 25px;
    border: 1px solid #010406;
    background-color: #22587D;
    color: white;
}

.bonus11 {
    max-width: 180px;
}

.btn1 {
    background-color: #22587D;
    color: white;
}

.btn:hover {
    color: white;
}

.check {
    color: #22587D;
}

.paywidth {
    width: 900px;
    mix-blend-mode: multiply;
}

.about {
    background-color: white;
}

.about11 {
    background-color: #FAF2EF;
}

.navtext {
    color: #050101;
    font-size: 21px;
    font-weight: 550;
}



.ul1 {
    list-style-type: disc;
    padding-left: 1.5rem;
}

.navtext:hover {
    color: #0911f1;
}

.btn2:hover {
    color: rgb(12, 1, 1);
}




.bottle3 {
    height: 45vh;
}


.bannerimg {
    height: 65vh;

}

.feature-box {
    background: #ffffff;
    border-radius: 10px;
    border: 0.5px solid #22587D;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: all .3s ease;

}

.benefit-card {
    background: #ffffff;
    border-radius: 20px;
    border-left: 4px solid #22587D;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: all .3s ease;
    color: rgb(4, 1, 1);

}

.feature-box12 {
    background: white;
    border-radius: 20px;
    border-left: 4px solid #22587D;
    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 #22587D;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: 0.3s;

}

/* GRID LAYOUT */
.ingredient-grid {
    display: grid;
    gap: 20px;
    justify-content: center;   /* center whole grid */
    justify-items: center;     /* center items horizontally */
    align-items: center;       /* center items vertically */
    text-align: center;        /* center text */
}

/* DESKTOP (4–6 items per row) */
@media (min-width: 1200px) {
    .ingredient-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* LARGE TABLET (4 items) */
@media (min-width: 992px) and (max-width: 1199px) {
    .ingredient-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* TABLET (3 items) */
@media (min-width: 768px) and (max-width: 991px) {
    .ingredient-grid {
      
        grid-template-columns: repeat(2, 1fr);
    }
}

/* MOBILE (2 items) */
@media (min-width: 480px) and (max-width: 767px) {
    .ingredient-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

/* SMALL MOBILE (1 item) */
@media (max-width: 479px) {
    .ingredient-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

/* CARD STYLE */
.ingredient-box {
    
    background: #dcd8cf;
    padding: 15px;
    border-radius: 15px;
    width: 100%;
    max-width: 240px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}

.ingredient-box:hover {
    transform: translateY(-6px);
}

/* IMAGE SAME SIZE */
.ingredient-box img {
   
    width: 100%;
    height: 110px;
    /* SAME HEIGHT */
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}

/* TEXT */
.ingredient-box p {
    font-weight: 600;
    margin: 0;
    font-size: 24px;
}





.how {
    height: 45vh;

}

a {
    text-decoration: none;
}

.feature-card {
    border-radius: 20px;
    border-left: 5px solid #22587D;

}



.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%;
}

.badge {
    display: inline-block;
    background: #0d3b66;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-weight: bold;
}

.card h3 {
    margin: 5px 0;
    font-size: 20px;
}



@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: 1000px;
}

.custom-toggler {
    border: none;
    background: transparent;
    padding: 8px;
}

.review-card-modern {
    border-left: 5px 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: 180px;
    height: 180px;
    border-radius: 50%;
    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: #080102;
    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;


    }

    .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;
    }


}