html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

* {
    font-family: Playfair Display, serif;
}

.bgback {
    background: linear-gradient(35deg, #7523541b 35%, #9C5884 65%),
        url('../image/bg1.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


body {
    padding-top: 48px;
    /* match navbar height */
}

.logo {
    font-size: 30px;
    font-weight: 800;
    color: #f9f7f8;
}

.nav {
    background-color: #9C5884;
}

.navcolor {
    background-color: #9C5884;
}


.sectioncolor {
    background-color: #9C5884;
}

.btn1 {
    background-color: #198754;
    font-size: 1.4rem;
    color: rgb(255, 253, 253);
    font-weight: 600;
}

.btn1:hover {
    color: rgb(250, 249, 249);
}


.btn2 {
    background-color: #611519;
    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;
}



.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, #fef5f5 20%, #eeeeeebe 80%);
    color: rgb(23, 22, 22);
}


.benefit {
    border-radius: 15px;
}



.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-top: 2px solid #752354;
    border-bottom: 2px solid #752354;
    border-left: 4px solid #752354;
    border-right: 4px solid #752354;
    border-radius: 12px;
    transition: all 0.3s ease;

}

.ingredient-card:hover {
    transform: translateY(-4px);
    background: linear-gradient(135deg, #331228, #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);
}


.gurenty {
    border-radius: 15px;
}

.about1 {
    margin-top: -8px;


}


.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: 72px !important;
}


.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;
    }

  

    .badge {
        font-size: 1.3rem !important;
    }


    .btntext {
        font-size: 16px;
    }


    body {
        margin-top: -15px
    }

    .bottle-6 {
        width: auto;
    }

    .bgback {
        background: linear-gradient(35deg, #9C5884 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;
    }

    .bonusimg {
        margin-bottom: 25px;
    }

}

@media (max-width: 992px) {
    body {
        margin-top: -15px
    }


    .claim {
        width: 100%;
    }

    .navcenter {
        text-align: center;
        gap: 1px !important;
    }

    .btn1 {
        width: 95%;
    }
    .btn2 {
        width: 95%;
    }
}