html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

* {
    font-family: Playfair Display, serif;
}

.bgback {
    background: linear-gradient(135deg, #36687088 40%, #4e2a83c8 90%), url('../image/lymph-flow-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.glass{
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(18px) ;
    -webkit-backdrop-filter: blur(18px) saturate(180%);

    border: 1px solid rgba(255,255,255,.2);
    border-top: 1px solid rgba(255,255,255,.45);
    border-left: 1px solid rgba(255,255,255,.35);

    border-radius: 20px;
    box-shadow:
        0 8px 32px rgba(31,38,135,.2),
        inset 0 1px 1px rgba(255,255,255,.25);

    color: #fff;
}

.bging {
    background: linear-gradient(135deg, #366870 10%, #4D2A83 50%,#366870, #366870 5%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ingimg{
    border-radius: 15px;
}



body {
    padding-top: 68px;
    /* match navbar height */
}

.logo {
    font-size: 32px;
    color: white;
}

.nav {
    background-color: #366870;
}

.navcolor {
    background-color: #366870;
}



.sectioncolor {
    background-color: #366870;
}

.btn1 {
    background-color: #FFC12E;
    font-size: 1.4rem;
    color: rgb(13, 0, 0);
    font-weight: 600;
    border-radius: 30px;
}

.btn1:hover {
    color: rgb(17, 1, 1);
}


.bannerimg {
    width: 300px;
}

.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;
}

h4 {
    font-size: 1.5rem;
    font-weight: 600;
}

p {
    font-size: 1.4rem;

}

.faq {
    font-size: 1.4rem;

}

.small1 {
    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: 200px;
    height: 200px;
    object-fit: cover;
}


.feature-box {
    border-radius: 10px;
    border: 1px solid #6082b651;


}

.second {
    height: 40vh;
}



.review-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: 0.3s;

}


.review-img {
    width: 400px;
    border-radius: 1%;
    object-fit: cover;
    margin: auto;
}


.a {
    text-decoration: none;
}




.badge {
    font-size: 1.2rem;
}


.gurentybadge {
    width: 350px;
}


.about1 {
    margin-top: -8px;


}



.bottle-6 {
    width: 35vw;
}


.payment-snap {
    width: 1200px;
}

.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: 75px;
}


.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;
}





/* price section start */




.pricing-section {
    padding: 80px 0;
}

.pricing-card {
    background: #fff;
    border-radius: 25px;
    padding: 30px;
    border: 1px solid #e8dcc7;
    position: relative;
    transition: .4s;
    height: 100%;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
}

.popular-card {
    border: 2px solid #0b7d8e;
    transform: scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.top-badge {
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    background: #0b7d8e;
    color: #fff;
    padding: 10px 28px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
}

.package {
    font-size: 13px;
    text-transform: uppercase;
    color: #c2912c;
    font-weight: 700;
    letter-spacing: 2px;
}

.pricing-card h2 {
    font-size: 38px;
    color: #143547;
    font-weight: 800;
}

.pricing-card h3 {
    color: #243847;
    font-weight: 700;
}

.pricing-card img {
    width: 180px;
    margin: 20px auto;
    display: block;
}

.old-price {
    color: #7d7d7d;
    text-decoration: line-through;
    font-size: 28px;
}

.new-price {
    font-size: 60px;
    color: #0b6676;
    font-weight: 800;
    line-height: 1;
}

.per {
    color: #080101;
    margin-top: 10px;
    font-size: 1.3rem;
}

.day {
    color: #0b7d8e;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 12px 0;
}

.save {
    display: inline-block;
    background: #c99834;
    color: #fff;
    padding: 9px 24px;
    border-radius: 50px;
    font-weight: 700;
    margin-bottom: 25px;
}

.pricing-card hr {
    margin: 30px 0;
}

.pricing-card ul {
    list-style: none;
    padding: 0;
}

.pricing-card li {
    margin: 14px 0;
    color: #3d5461;
}

.pricing-card li i {
    color: #0b7d8e;
    margin-right: 10px;
}

.note-box {
    background: #f8f5ec;
    padding: 18px;
    border-radius: 12px;
    font-size: 14px;
    color: #54646d;
    margin-top: 20px;
    min-height: 120px;
}

.btn-cart {
    width: 100%;
    background: #147f8f;
    color: #fff;
    border-radius: 60px;
    padding: 15px;
    font-weight: 700;
    font-size: 20px;
    margin-top: 30px;
    transition: .3s;
}

.btn-cart:hover {
    background: #0a6d7b;
    color: #fff;
}


/* Footer section */
/* ================= Footer Links ================= */

.footer-links {
    gap: 14px;
}

.footer-links li {
    list-style: none;
}

.footer-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none;
    color: #f7f9f8;
    font-weight: 500;
    padding: 12px 22px;
    border-radius: 50px;
    transition: .3s ease;
    white-space: nowrap;
}

.footer-links a:hover {
       color: #fff;
    border-color: #198754;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(25, 135, 84, .18);
}

/* Tablet */

@media (max-width:991px) {

    .footer-links {
        gap: 0px !important;
    }

    .footer-links a {
        padding: 10px 18px;
        font-size: 1.3rem;
    }

}

/* Mobile */

@media (max-width:576px) {

    .footer-links {
        flex-direction: column;
        width: 100%;
    }

    .footer-links li {
        width: 100%;
    }

    .footer-links a {
        width: 100%;
        border-radius: 12px;
        padding: 14px;
        font-size: 1.3rem;
    }

}


@media(max-width:991px) {

    .popular-card {
        transform: none;
        margin: 30px 0;
    }

    .new-price {
        font-size: 50px;
    }

}




/* price section end */


/* 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;
    }

    h4 {
        font-size: 1.4rem !important;
        font-weight: 600;
    }

    p {
        font-size: 1.3rem !important;

    }

    ul {
        font-size: 1.3rem !important;
    }

    .faq {
        font-size: 1.3rem !important;
    }

    .review-card {
        text-align: center;
    }

    .btn1 {
        width: 100%;
    }

    .paywidth {
        width: auto;
    }


    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }

    .btntext {
        font-size: 16px;
    }


    .bottle-6 {
        width: auto;
    }



    .revwidth {
        height: auto;
    }

    .logo {
        width: 100px;
    }

    .badge {
        text-wrap: inherit;
    }

    .top-badge {
        font-size: 12px !important;
    }


}

@media (max-width: 992px) {



    .claim {
        width: 100%;
    }

    .navcenter {
        text-align: center;
        gap: 1px !important;
    }

    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }

    .btn1 {
        width: 100%;
    }
}


@media(max-width:1500px) {


    .hover-scale1 {
        width: auto;
    }

    .bannerimg {
        width: auto;
    }


}