html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

* {
    font-family: Playfair Display, serif;
}

.bannerimg {
    mix-blend-mode: multiply;
}

body {
    padding-top: 68px;
    /* match navbar height */
}

.logo {
    font-size: 30px;
    font-weight: 800;
    color: #f6f6f6;
}

.nav {
    background-image: linear-gradient(135deg, #121B32, #00122A);
}

.hero-premium {
    background: linear-gradient(135deg, #f8fafc, #eef5ff);
}

.premium-bar {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.hero-tag {
    display: inline-block;
    padding: 10px 22px;
    background: #fff3cd;
    color: #856404;
    border-radius: 50px;
    font-weight: 700;
}

.feature-box {
    background: #fff;
    border-radius: 18px;
    padding: 18px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .3s;
    height: 100%;
}

.feature-box i {
    font-size: 28px;
    margin-top: 5px;
}

.feature-box:hover {
    transform: translateY(-6px);
}

.ingredient-pill {
    padding: 9px 18px;
    background: #fff;
    border-radius: 40px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.hero-card {
    background: #fff;
    padding: 35px;
    border-radius: 30px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .12);
}

.hero-bottle {
    max-height: 520px;
    transition: .4s;
}

.hero-bottle:hover {
    transform: scale(1.04) rotate(-2deg);
}

.stat-card {
    background: #fafafa;
    padding: 20px;
    border-radius: 18px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.btn-warning {
    box-shadow: 0 15px 35px rgba(255, 193, 7, .35);
}


.btn1 {
    background: #FFC107;
    border: none;
    color: #0a0000;
    font-size: 1.4rem;
    font-weight: 700;
    transition: .3s;
}

.btn1:hover {
    color: #080000;
}



.sectioncolor {
    background-color: #00122A;

}

.navcolor {
    background-image: linear-gradient(135deg, #121B32, #00122A);
}

h1 {
    font-size: 2rem;
    font-weight: 600;
}

h2 {
    font-size: 2rem;
    font-weight: 600;
}

h3 {
    font-size: 1.7rem;
    font-weight: 600;
}

p {
    font-size: 1.4rem;
}

ul {
    font-size: 1.4rem;
}

.small1 {
    font-size: 1.2rem;
}

.faq {
    font-size: 1.4rem;
}


.navtext {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
}

.howimg {
    width: 300px;
}


.navtext:hover {
    color: #f1e509;
}



.feature-box {
    border-radius: 10px;
    border: 0.5px solid #575556;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: all .3s ease;
    padding: 15px;
    background-color: white;

}

.benefit-card {
    background-color: #83A5AA5f;
    border-radius: 10px;
}

.review-card {
    background: #ffffff;
    border-radius: 15px;
    border: 0.5px solid #B4C424;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    text-align: center;
}



a {
    text-decoration: none;
}

.feature-card {
    border-radius: 10px;
    border: 0.5px solid #7c7579;
}

.revimg {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 2%;
}

.benefitscard {
    border-radius: 10px;
    border: 1px solid black;
}



.bottle-6 {
    width: 30vw;
}



.payment-snap {
    width: 800px;
}

.custom-toggler {
    border: none;
    background: transparent;
    padding: 8px;
}



.custom-toggler span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px 0 0 0px;
    background-color: #f7f2f2;
    border-radius: 4px;
    transition: all 0.3s ease;
}


.ingbg {
    background: linear-gradient(135deg, #052b24, #0c4d42);
}

.ingredient-card {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background: #fff;
    color: #222;
    padding: 25px;
    border-radius: 18px;
    margin-bottom: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .12);
    transition: .35s;
}

.ingredient-card:hover {
    transform: translateY(-6px);
}

.ingredient-icon {
    min-width: 65px;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #198754;
    color: #fff;
    font-size: 28px;
}

.ingredient-card h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

.ingredient-card p {
    margin: 0;
    color: #666;
}

.formula-box {
    background: #ffffff;
    color: #222;
    padding: 20px;
    border-radius: 25px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .18);
}



/* Section margin top when click navbar section */
section {
    scroll-margin-top: 72px;
}


.custom-hover {
    color: rgb(250, 250, 250);
    text-decoration: none;
}

.custom-hover:hover {
    color: #f5c905;
    text-decoration: underline;

}

.badge {
    font-size: 1.1rem !important;
}


.gurenty {
    background-color: #f8fafa;
    border-radius: 30px;
    color: rgb(15, 1, 1);
}


/* 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;
}

.navcenter {
    gap: 15px;
}


/* Mobile View */
@media (max-width: 768px) {

    .navcenter {
        text-align: center;
        gap: 0px !important;
    }

    .badge {
        text-wrap: inherit;
        line-height: 1.5;
    }

    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;
    }


}

@media (max-width: 992px) {
    .btn1 {
        width: 96%;
        font-size: 1.3rem !important;
    }

    .btn2 {
        width: 96% !important;
        font-size: 1.3rem !important;
    }



    body {
        margin-top: -15px
    }


    .claim {
        width: 100%;
    }

    .bottle22 {
        height: auto;
    }

    .navcenter {
        text-align: center;
    }



}

@media(max-width:1200px) {


    .payment-snap {
        width: auto;
    }

    .bottle-6 {
        width: auto;
    }

    .second {
        height: auto;
    }

    .howimg {
        width: auto;
    }

}


@media(max-width:1500px) {
    .how {
        height: auto;
    }

    .product-img1 {
        height: auto;
    }

    .bottle3 {
        height: auto;
    }

    .hover-scale1 {
        width: auto;
    }



}