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;
}

.nav {
    background-color: white;
}

.sectioncolor {
    background-color: #263741;

}

.navcolor {
    background-color: #7e6334;
}

h1 {
    font-size: 2.2rem;
    font-weight: 600;
}

h2 {
    font-size: 2.2rem;
    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.3rem;
}

.faq {
    font-size: 1.4rem;
}




.btn1 {
    background-color: #FFC107;
    color: rgb(11, 1, 1);
    font-size: 1.4rem;
    font-weight: 600;
}

.btn2 {
    border: 2px solid black;
    color: rgb(23, 1, 1);
    font-size: 1.4rem;
    font-weight: 600;
}

.btn1:hover {
    color: rgb(12, 1, 1);
}

.btn2:hover {
    background-color: rgb(11, 1, 1);
    color: rgb(241, 238, 238);
    font-size: 1.4rem;
    font-weight: 600;
}

.navtext {
    color: #050101;
    font-size: 21px;
    font-weight: 550;
}



.navtext:hover {
    color: #0911f1;
}

.bannerimg {
    border-radius: 10px;
}

.feature-box {
    border-radius: 20px;
    border: 0.5px solid #9F2B68;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: all .3s ease;
    padding-bottom: 30px;
    background-color: white;

}

.benefit-card {
    background-color: #2637415f;
    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: 210px;
    height: 210px;
    object-fit: cover;
    border-radius: 10%;
    border: 2px solid #30074B;

}


.bottle-6 {
    width: 30vw;
}


.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: #080102;
    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: #263741;
    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) {

    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }


    .navcenter {
        text-align: center;
    }



    body {
        margin-top: -15px
    }

    .bottle-6 {
        width: auto;
    }

    .revwidth {
        height: auto;
    }


    h1 {
        font-size: 1.8rem !important;
    }

    h2 {
        font-size: 1.7rem !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: 1.2rem !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.2rem !important;
    }

    .btn2 {
        width: 100% !important;
        font-size: 1.3rem !important;
    }



    body {
        margin-top: -15px
    }


    .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;
    }



}