html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

* {
    font-family: Playfair Display, serif;
}

.ingredient-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 18px;
    transition: .3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
}

.ingredient-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .10);
}

.ingredient-card img {
    max-height: 120px;
    object-fit: contain;
}


body {
    padding-top: 68px;
    /* match navbar height */
}

.herobg{
    background: url('../image/bg1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.logo {
    font-size: 30px;
    font-weight: 800;
    color: #fcfcfc;
}

.nav {
    background-color: #41A4C4;
}

.sectioncolor {
    background-color: #4a8ba0;

}

.navcolor {
    background-color: #4a8ba0;
}

h1 {
    font-size: 2.2rem;
    font-weight: 600;
}

h2 {
    font-size: 2.1rem;
    font-weight: 600;
}

h3 {
    font-size: 1.7rem;
    font-weight: 600;
}

p {
    font-size: 1.4rem;
}

ul {
    font-size: 1.4rem;
}

.small {
    font-size: 1.2rem;
}

.faq {
    font-size: 1.4rem;
}

.small1 {
    font-size: 1.3rem;
}



.btn1 {
    background-color: #0352B2;
    color: rgb(246, 244, 244);
    font-size: 1.4rem;
    font-weight: 600;
}



.btn1:hover {
    color: rgb(253, 252, 252);
}


.navtext {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
}



.navtext:hover {
    color: #f1ce09;
}

.bannerimg {
    border-radius: 10px;
}

.bonus {
    border-radius: 20px;
    border: 0.5px solid #9F2B68;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: all .3s ease;
    padding: 15px;
    background-color: white;

}

.benefit-card {
    background-color: #41A4C45f;
    border-radius: 10px;
}




a {
    text-decoration: none;
}

.feature-card {
    border-radius: 10px;
    border: 0.5px solid #7c7579;
}

.revimg {
    width: 210px;
    height: 210px;
    object-fit: cover;
    border-radius: 10%;
    border: 2px solid #30074B;

}


.bottle-6 {
    width: 30vw;
}

.ingbg {
    border-radius: 15px;
}

.ingbg:hover {
    background: linear-gradient(135deg, #1c4e55 45%, #113663);
    color: white;

}

.payment-snap {
    width: 1200px;
}

.custom-toggler {
    border: none;
    background: transparent;
    padding: 8px;
}



.custom-toggler span {
    display: block;
    width: 30px;
    height: 4px;
    margin: 5px 0 0 0px;
    background-color: #f8f5f6;
    border-radius: 4px;
    transition: all 0.3s ease;
}


/* Section margin top when click navbar section */
section {
    scroll-margin-top: 68px;
}


.custom-hover {
    color: rgb(255, 255, 248);
    text-decoration: none;
}

.custom-hover:hover {
    color: #f5d105;
    text-decoration: underline;

}


.gurenty {
    background-color: #41A4C4;
    border-radius: 30px;
    color: white;
}


/* 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) {

    .badge {
        text-wrap: inherit;
    }

    .navcenter {
        text-align: center;
    }



    body {
        margin-top: -15px
    }

    .bottle-6 {
        width: auto;
    }

    .revwidth {
        height: auto;
    }


    h1 {
        font-size: 1.7rem !important;
    }

    h2 {
        font-size: 1.6rem !important;
        font-weight: 600;
    }

    h3 {
        font-size: 1.5rem !important;
        font-weight: 600;
    }

    p {
        font-size: 1.3rem !important;
    }

    ul {
        font-size: 1.3rem !important;
    }

    .small {
        font-size: 1rem !important;
    }

    .faq {
        font-size: 1.3rem !important;
    }

    .list-inline {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .list-inline-item {
        display: block;
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .list-inline-item a {
        display: block;
        padding: 1px 0;
    }

    .feature-box {
        text-align: center;
    }

    .small1 {
        font-size: 1.2rem !important;
    }


}

@media (max-width: 992px) {
    .btn1 {
        width: 96%;
        font-size: 1.2rem !important;
    }

    body {
        margin-top: -15px
    }

    .claim {
        width: 100%;
    }


    .navcenter {
        text-align: center;
    }
  
}

@media(max-width:1200px) {
  
    .bottle-6 {
        width: auto;
    }

}


@media(max-width:1500px) {
   
}