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 */
}



.logoimg {
    width: 225px;
}

.nav {
    background:
        linear-gradient(135deg,
            #0f172a,
            #1e293b,
            #21A2D3);
}

.hero-premium-section {
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
}

.hero-box {
    background: #fff;
    border-radius: 30px;
    padding: 60px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
}

.hero-badge {
    display: inline-block;
    background: #eef7ff;
    color: #0d6efd;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}

.hero-title {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
}



.feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 30px;
    font-size: 1.3rem;
}

.feature-item {
    background: #f8f9fa;
    padding: 14px 18px;
    border-radius: 12px;
    font-weight: 600;
}

.feature-item i {
    color: #198754;
    margin-right: 8px;
}

.product-card {
    position: relative;
    background: #f8f9fa;
    padding: 40px;
    border-radius: 30px;
}

.hero-product-img {
    max-height: 550px;
    transition: .4s;
}

.hero-product-img:hover {
    transform: translateY(-10px);
}

.offer-tag {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #dc3545;
    color: #fff;
    padding: 10px 18px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
}

.trust-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    font-size: .95rem;
    font-weight: 600;
    color: #555;
}

@media(max-width:768px) {

    .hero-box {
        padding: 30px;
    }

    .hero-title {
        font-size: 2rem;
    }

    .feature-list {
        grid-template-columns: 1fr;
    }

}


.navcolor {
    background-color: #1C2638;
}

.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: white;
    font-size: 21px;

}


.navtext:hover {
    color: #f6ef24;
}

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;
}


.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;
}



/* ----------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.65rem;
    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,
            #21A2D3);
    position: relative;
    overflow: hidden;
}


.benefit-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    padding: 35px 25px;
    text-align: center;
    height: 100%;
    transition: all .4s ease;
    color: #fff;
}

.benefit-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .25);
}

.icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

.benefit-card h3 {
    font-weight: 700;
    margin-bottom: 15px;
}

.benefit-card p {
    color: rgba(255, 255, 255, .85);
    margin-bottom: 0;

}

.shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
}

.shape-1 {
    width: 350px;
    height: 350px;
    background: #2563eb;
    top: -100px;
    left: -100px;
}

.shape-2 {
    width: 350px;
    height: 350px;
    background: #7c3aed;
    bottom: -100px;
    right: -100px;
}

.benefit-image-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .4s ease;
    height: 100%;
}

.benefit-image-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .15);
}

.benefit-image-card img {
    width: 100%;
    height: 300px;
    object-fit:cover;
    transition: .4s ease;
}

.benefit-image-card:hover img {
    transform: scale(1.03);
}

.benefit-content {
    padding: 25px;
    text-align: center;
}

.benefit-content h3 {
    font-weight: 700;
    margin-bottom: 12px;
}

.benefit-content p {
    color: #6c757d;
    margin-bottom: 0;
    line-height: 1.7;
}

.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: 1px solid wheat;
    border-radius: 12px;
    transition: all 0.3s ease;

}

.ingredient-card:hover {
    transform: translateY(-4px);
    color: white;

}


.gurenty {
    border-radius: 15px;
}



.fs-41 {
    font-size: 1.4rem;
}

.custom-toggler {
    border: none;
    background: transparent;
    padding: 8px;
}



.custom-toggler span {
    display: block;
    width: 30px;
    height: 4px;
    margin: 5px 0 0 0px;
    background-color: #fbfbfb;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.card-img-top {
    max-width: 225px;
    object-fit: cover;
}

.card {
  
    transition: all .3s ease;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .12) !important;
}


/* Section margin top when click navbar section */
section {
    scroll-margin-top: 70px !important;
}


.custom-hover {
    color: rgb(255, 253, 253);
    text-decoration: none;
}

.custom-hover:hover {
    color: #e5f505;
    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;
}

.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;
    }

    .fs-41 {
        font-size: 1.3rem !important;
    }

    .badge {
        font-size: 1rem !important;
    }


    .btntext {
        font-size: 16px;
    }


    body {
        margin-top: -15px
    }

    .bottle-6 {
        width: auto;
    }



    .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;
    }

    .logoimg {
        width: 145px;
    }

}

@media (max-width: 992px) {
    body {
        margin-top: -15px
    }


    .claim {
        width: 100%;
    }

    .navcenter {
        text-align: center;
        gap: 1px !important;
    }

    .paywidth {
        width: auto
    }

}

@media (max-width:1500px) {
   
}