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: #ffffff;
}

.nav {
    background-color: #96683B;
}

.navcolor {
    background-color: #96683B;
}

.bgback {
    background-image: url('../image/bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
}

h1 {
    font-size: 2.2rem;
}

h2 {
    font-size: 2.2rem;
}

h3 {
    font-size: 1.5rem;

}

p {
    font-size: 1.4rem;
}

ul {
    font-size: 1.4rem;
}

.faqfont {
    font-size: 1.4rem;
}

.sectioncolor {
    background-color: #96683B;

}



.whybadge {
    border-radius: 15px;
    border: 0.5px solid #252321;
}

.ingmg2 {
    border-radius: 20px;
}

.ingmg22 {
    border-radius: 25px;
    border-top: 4px solid #96683B;
    border-bottom: 4px solid #96683B;
    border-left: 1px solid #96683B;
    border-right: 1px solid #96683B;
}

.ingmg22:hover{
    background-color: #96683B;
    color: white;
    border: none;
}

.level {
    background-color: #252321;
}

.gurenty {
    border-radius: 25px;
    border: 1px solid #010406;
    background-color: #96683B;
    color: white;
}

.bonus11 {
    max-width: 180px;
}

.btn1 {
    background-color: #0a0a0a;
    color: white;
    font-size: 1.3rem;
}

.btn:hover {
    color: white;
}


.paywidth {
    width: 900px;
    mix-blend-mode: multiply;
}




.navtext {
    color: #ffffff;
    font-size: 21px;
    font-weight: 550;
}



.ul1 {
    list-style-type: disc;
    padding-left: 1.5rem;
}

.navtext:hover {
    color: #0911f1;
}


.review-card {
    background: #ffffff;
    border-radius: 15px;
    border: 0.5px solid #6b233b;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}


.ing {
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #96683B;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ing:hover {
    transform: scale(1.05);
}


a {
    text-decoration: none;
}


.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 */


.section {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    color: #ff4d4d;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}



.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;
}


.custom-toggler span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px 0 0 0px;
    background-color: #f0eff0;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.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: 10%;
    border: 2px solid black;
    object-fit: cover;
    overflow: hidden;
    background: #fff;
}

.bonus-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bonus-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}



.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: #f5e905;
    text-decoration: underline;

}

.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) {
    .btn1 {
        width: 100%;
    }

    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }

    body {
        margin-top: -15px
    }

    .payment-snap {
        width: auto;
    }

    h1 {
        font-size: 1.7rem !important;
    }

    h2 {
        font-size: 1.7rem !important;
    }

    h3 {
        font-size: 1.4rem !important;

    }

    p {
        font-size: 1.3rem !important;
    }

    ul {
        font-size: 1.3rem !important;
    }

    .faqfont {
        font-size: 1.3rem !important;
    }

}

@media (max-width: 992px) {

    body {
        margin-top: -15px
    }

    .gurentybadge {
        width: auto;
    }

    .claim {
        width: 100%;
    }

    .whatsection {
        margin-bottom: -45px;
        display: flex;
        justify-content: center;

    }

    .navcenter {
        text-align: center;
    }

}

@media(max-width:1200px) {

    .payment-snap {
        width: auto;
    }

}


@media(max-width:1500px) {}