html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

* {
    font-family: Playfair Display, serif;
}

.bgback {
    background: linear-gradient(35deg, #752354 35%, #141414 65%),
        url('../image/bg-ebook.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


body {
    padding-top: 68px;
    /* match navbar height */
}

.logo {
    font-size: 30px;
    font-weight: 800;
    color: #f9f7f8;
}

.nav {
    background-color: #141414;
}

.navcolor {
    background-color: #141414;
}



.sectioncolor {
    background-color: #141414;
}

.btn1 {
    background-color: #D2B007;
    font-size: 1.4rem;
    color: rgb(15, 1, 1);
    font-weight: 600;
}

.btn1:hover {
    color: rgb(9, 1, 1);
}


.btn2 {
    background-color: #154A61;
    font-size: 1.4rem;
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.btn2:hover {
    color: rgb(243, 239, 239);
}

.navtext {
    color: #f8f7f7;
    font-size: 21px;

}


.navtext:hover {
    color: #f6e124;
}

.bottle-snap {
    background-color: #E6EDED;
}

h1 {
    font-size: 2rem;
    font-weight: 700;
}

h2 {
    font-size: 2rem;
    font-weight: 700;
}

h3 {
    font-size: 1.7rem;
    font-weight: 700;
}

p {
    font-size: 1.4rem;
    line-height: 1.7;
}

.faq {
    font-size: 1.4rem;

}

.small {
    font-size: 1.3rem;

}

.navcenter {
    gap: 10px;
}

ul {
    font-size: 1.4rem;
}


.paywidth {
    width: 800px;
}

.btntext1 {
    border-radius: 75px;
    border: 1px solid #050200;
    color: #050201;

}

/* Equal icon size */
.feature-icon {
    width: 180px;
    height: 180px;
    object-fit: contain;
}




.feature-box {
    border-radius: 10px;
    border: 1px solid #6082b651;
    background: linear-gradient(135deg, #656262 20%, #900402be 80%);
    color: white;
}


.benefit {
    border-radius: 15px;
}

.review-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: 0.3s;

}

.benefit {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

.review-img {
    max-width: 250px;
    border-radius: 3%;
    object-fit: cover;
    display: block;
    margin: auto;
}

.a {
    text-decoration: none;
}

.ingredient-card {
    background: #f8f9fa;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.ingredient-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background: linear-gradient(135deg, #141414, #B81C7F);
    color: white;

}

.ingredient-img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: auto;
}


.btntext2 {
    border-radius: 75px;
    border: 2px solid black;
    color: rgb(2, 0, 0);
}



.feature-card {
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08) !important;
}

.feature-img-box {
    min-width: 110px;
}

.feature-icon {
    width: 95px;
    height: 95px;
    object-fit: cover;
}

@media (max-width:768px) {

    .feature-icon {
        width: 85px;
        height: 85px;
    }

}

.custom-toggler {
    border: none;
    background: transparent;
    padding: 8px;
}


.custom-toggler span {
    display: block;
    width: 30px;
    height: 4px;
    margin: 5px 0 0 0px;
    background-color: #faf5f3;
    border-radius: 4px;
    transition: all 0.3s ease;
}




/* Section margin top when click navbar section */
section {
    scroll-margin-top: 73px;
}


.custom-hover {
    color: rgb(255, 253, 253);
    text-decoration: none;
}

.custom-hover:hover {
    color: #e5f505;
    text-decoration: underline;

}

.bonus {
    border-radius: 10px;
}


/* ================ */

.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;
}

.badge {
    font-size: 1.4rem;
}


/* Mobile View */
@media (max-width: 768px) {
    h1 {
        font-size: 1.7rem !important;
        font-weight: 700;
    }

    h2 {
        font-size: 1.6rem !important;
        font-weight: 700;
    }

    h3 {
        font-size: 1.5rem !important;
        font-weight: 700;
    }

    p {
        font-size: 1.3rem !important;
        line-height: 1.5;
    }

    ul {
        font-size: 1.3rem !important;
    }

    .faq {
        font-size: 1.3rem !important;
    }

    .review-card {
        text-align: center;
    }

   

    .paywidth {
        width: auto;
    }

    .badge {
        font-size: 1.3rem !important;
    }

    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }

    .btntext {
        font-size: 16px;
    }


    body {
        margin-top: -15px
    }


    .bgback {
        background: linear-gradient(35deg, #141414 35%, #752354 45%, 20%),
            url('../image/bg-ebook.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }


    .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: 3px 0;
    }

}

@media (max-width: 992px) {
    body {
        margin-top: -15px
    }


    .claim {
        width: 100%;
    }

    .navcenter {
        text-align: center;
        gap: 1px !important;
    }
 .btn1 {
        width: 95%;
    }
 .btn2 {
        width: 95%;
    }
   
}