html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

* {
    font-family: Playfair Display, serif;
}

.bgback {
    background: linear-gradient(135deg, #bd1b265b, #e7758a),
        url('../image/bg-image.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.bannerimg {
    mix-blend-mode: multiply;
}

body {
    padding-top: 48px;
    /* match navbar height */
}

.logo {
    font-size: 30px;
    font-weight: 800;
    color: #141414;
}

.nav {
    background-color: white;

}

.hero-premium {
    background:
        linear-gradient(135deg,
            #0f172a,
            #1e293b,
            #065f46);
    position: relative;
    overflow: hidden;
}

.hero-card {
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 20px;
    padding: 60px;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, .35);
}

.hero-label {
    display: inline-block;
    background: #22c55e;
    color: #fff;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.hero-title {
    color: #fff;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
}

.hero-title span {
    display: block;
    font-size: 1.5rem;
    margin-top: 10px;
    color: #d1fae5;
}

.hero-desc {
    color: #d6d6d6;
    margin-top: 20px;
}

.product-img {
    mix-blend-mode: multiply;
    animation: float 4s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 30px;
    font-size: 1.4rem;
}

.benefit-item {
    background: rgba(255, 255, 255, .08);
    color: white;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .1);
}



.trust-badges span {
    background: rgba(255, 255, 255, .1);
    color: white;
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 14px;
}



@media(max-width:768px) {

    .hero-card {
        padding: 30px;
    }

    .hero-title {
        font-size: 2.2rem;
    }

    .benefit-grid {
        grid-template-columns: 1fr;
    }

}

.navcolor {
    background-color: #1C2638;
}


.sectioncolor {
    background:
        linear-gradient(135deg,
            #0f172a,
            #1e293b,
            #065f46);
    position: relative;
    overflow: hidden;
}

.btn1 {
    background: #22c55e;
    color: white;
    padding: 6px 20px;
    border-radius: 12px;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
}

.btn1:hover {
    color: rgb(250, 249, 249);
}


.btn2 {
    background-color: #B12627;
    padding: 6px 20px;
    border-radius: 12px;
    font-size: 1.4rem;
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.btn2:hover {
    color: rgb(243, 239, 239);
}

.navtext {
    color: #0f0f0f;
    font-size: 21px;

}


.navtext:hover {
    color: #2455f6;
}

.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.5;
}

.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;

}

.feature-card {
    transition: all .3s ease;
    border: 1px solid rgba(0, 0, 0, .05);
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .12) !important;
}

.feature-img-box {
    flex-shrink: 0;
}

.feature-icon {
    width: 130px;
    height: 130px;
    object-fit: cover;
}

@media (max-width: 767px) {
    .feature-icon {
        width: 100px;
        height: 100px;
    }
}


.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;
}


/* ----------testimonial-------*/


.title-line {
    width: 80px;
    height: 2px;
    background: #fff;
    margin-top: 15px;
}

.testimonial-card {
    background: #f2f2f2;
    border-radius: 25px;
    padding: 40px;
    transition: .3s ease;
}

.testimonial-card:hover {
    transform: translateY(-6px);
}

.testimonial-large {
    text-align: center;
}

.testimonial-horizontal {
    display: flex;
    align-items: center;
    gap: 25px;
}

.testimonial-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 25px;
    border: 5px solid #fff;
}

.testimonial-img-small {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #fff;
    flex-shrink: 0;
}

.testimonial-text {
    margin-bottom: 25px;
}

.testimonial-name {
    font-size: 1.75rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.stars {
    color: #f7b733;
    font-size: 1.3rem;
    letter-spacing: 2px;
}

@media(max-width:991px) {

    .testimonial-horizontal {
        flex-direction: column;
        text-align: center;
    }

    .testimonial-card {
        padding: 30px;
    }
}

/* end */

.benefit-number {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.4rem;
    flex-shrink: 0;
}

.bg-light {
    transition: all .3s ease;
}

.bg-light:hover {
    transform: translateY(-8px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .12) !important;
}

.sectioncolor {
    background:
        linear-gradient(135deg,
            #0f172a,
            #1e293b,
            #065f46);
    position: relative;
    overflow: hidden;
}

.benefit-card {
    position: relative;
    height: 100%;
    padding: 35px 30px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all .4s ease;
    overflow: hidden;
}

.benefit-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.15),
            transparent);
    transition: .7s;
}

.benefit-card:hover::before {
    left: 120%;
}

.benefit-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.18);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .15);
}

.icon-box {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 25px;
}

.benefit-card h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}

.benefit-card p {
    color: rgba(255, 255, 255, .85);

    margin: 0;
}

.shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
}

.shape-1 {
    width: 300px;
    height: 300px;
    top: -120px;
    right: -100px;
}

.shape-2 {
    width: 250px;
    height: 250px;
    bottom: -100px;
    left: -80px;
}

.paywidth {
    width: 70%;
}

@media (max-width:768px) {

    .benefit-card {
        padding: 25px;
    }

    .icon-box {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }


}

.a {
    text-decoration: none;
}

.ingredient-card {
    color: white;

    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;


}




.custom-toggler {
    border: none;
    background: transparent;
    padding: 8px;
}



.custom-toggler span {
    display: block;
    width: 30px;
    height: 4px;
    margin: 5px 0 0 0px;
    background-color: #050200;
    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: 1rem !important;
    }


    .btntext {
        font-size: 16px;
    }


    body {
        margin-top: -15px
    }

    .bottle-6 {
        width: auto;
    }

    .bgback {
        background: linear-gradient(35deg, #1C2638 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%;
    }

    .paywidth {
        width: auto
    }
}