html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

* {
    font-family: Playfair Display, serif;
}



body {
    padding-top: 68px;
    /* match navbar height */
}


.bgback {
    background-image: linear-gradient(145deg, #e5349500, #14273173), url('../image/bg22.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}


.logo {
    font-size: 30px;
    font-weight: 800;
    color: #f6f6f6;
}

.nav {
    background-color: #8A620E;
}

.navcolor {
   background-color: #8A620E;

}

.sectioncolor {
    background-color: #8A620E;

}

.bonusbg{
     background-color: #784208;
}

h1 {
    font-size: 2.1rem;
}

h2 {
    font-size: 2.2rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.4rem;
}

p {
    font-size: 1.4rem;
    line-height: 1.6;
}

ul {
    font-size: 1.4rem;
    line-height: 1.6;
}

.faqfont {
    font-size: 1.4rem;
}

.small1 {
    font-size: 1.3rem;
}




@media(max-width:768px) {

    h1 {
        font-size: 1.7rem !important;
    }

    h2 {
        font-size: 1.6rem !important;
    }

    h3 {
        font-size: 1.5rem !important;
    }

    h4 {
        font-size: 1.5rem !important;
    }

    p {
        font-size: 1.3rem !important;


    }

    ul {
        font-size: 1.3rem !important;
    }

    .faqfont {
        font-size: 1.3rem !important;
    }

    .textsem {
        text-align: start !important;
    }

    .small1 {
        font-size: 1.2rem !important;
    }

    .btn1 {
        font-size: 1.2rem !important;
    }

    .btn2 {
        font-size: 1.2rem !important;
    }
}


.gurenty {
    border-radius: 25px;
    border: 0.5px solid #010406;
    background-color: #784208;
    color: white;
}



.btn1 {
    background-color: #34603F;
    color: rgb(246, 242, 242);
    font-size: 1.4rem;
    border-radius: 25px;
}

.btn1:hover {
    color: rgb(255, 255, 255);
}


.imgbg{
    background-color: #FFF8E7;
}


.paywidth {
    width: 900px;
    mix-blend-mode: multiply;
}



.navtext {
    color: #ffffff;
    font-size: 20px;
    font-weight: 550;
}

.navtext:hover {
    color: #f1e509;
}



a {
    text-decoration: none;
}

.feature-card {
    border-radius: 5px;
    border: 0.5px solid #6C5277;
}

.bonus-modern {
    transition: all 0.3s ease;
   
}

.bonus-modern:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.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); */
}

.navcenter {
    gap: 10px;
}

.hover-scale:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}


.custom-toggler {
    border: none;
    background: transparent;
    padding: 8px;
}

.custom-toggler span {
    display: block;
    width: 30px;
    height: 4px;
    margin: 5px 0 0 0px;
    background-color: #f6f4f4;
    border-radius: 4px;
    transition: all 0.3s ease;
}


.revimg {
    width: 180px;
    height: 180px;
    border-radius: 3%;
    object-fit: cover;
    background: #fff;
}


.bonus-card {
    border-radius: 20px;
    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;

    }
}




/* 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: #f5e105;
    text-decoration: underline;

}

.ingimg {
    border-radius: 50%;
    object-fit: contain;
    border: 1px solid black;
    max-width: 300px;
}


/* popup */

footer ul {
    padding-left: 0;
}

footer .list-inline-item {
    margin-bottom: 10px;
}

@media (max-width: 768px) {

    footer .list-inline-item {
        display: block;
        margin: 6px 0;
    }

    .review-card{
        text-align: center;
    }
}

/* ================ */

.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: 90%;
    }

    .btn2 {
        width: 90%;
    }


    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }


    body {
        margin-top: -15px
    }

    .payment-snap {
        width: auto;
    }

    .ingimg {
        max-width: 200px !important;
    }

    .imggg {
       margin-top: -45px;
       margin-bottom: -45px;
    }

    .whatimg{
         margin-top: -45px;
       margin-bottom: -45px;
    }
}

@media (max-width: 992px) {

    body {
        margin-top: -15px
    }

    .gurentybadge {
        width: auto;
    }

    .claim {
        width: 100%;
    }

    .navcenter {
        text-align: center;
        gap: 0px !important;
    }

}

@media(max-width:1200px) {
    .imggg {
        width: auto;
    }
}


@media(max-width:1500px) {

    .hover-scale1 {
        width: auto;
    }

}