html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

* {
    font-family: Playfair Display, serif;
}

.bgback {
    background: linear-gradient(135deg, #2082BA, #0f172a, #1e293b, #0f172a);
}

.premium-glow {
    position: absolute;
    width: 420px;
    height: 420px;
    background: rgba(255, 255, 255, .12);
    filter: blur(90px);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn1 {
    background: #f59e0b;
    color: #090101;
    border: none;
    transition: .3s;
    font-size: 1.4rem;
    font-weight: 600;
}

.bg1 {
    width: 400px;
    height: 400px;
    filter: blur(80px);
}

.bg2 {
    width: 300px;
    height: 300px;
    filter: blur(60px);
}

.icon33 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.btn2 {
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    backdrop-filter: blur(10px);
    font-size: 1.4rem;
    font-weight: 600;
}

.btn2:hover {
    background: rgba(255, 255, 255, .08);
    color: white;
}

.badge {
    letter-spacing: .5px;
}

body {
    padding-top: 58px;
}

.imglogo {
    width: 180px;
}

.nav {
    background: linear-gradient(135deg, #1b8932 0%, #2082BA 50%, #57B927 100%);
}

.navcolor {
    background-color: #2082BA;
}

.feature-card {
    background-color: white;
    border-radius: 5px;
    border: 0.2px solid #2082BA;
}


.sectioncolor {
    background:
        linear-gradient(135deg,
            #1A2134 0%,
            #2082BA 50%,
            #57B927 100%);
    position: relative;
    overflow: hidden;
}

h1 {
    font-size: 2.2rem;
    font-weight: 700;
}

h2 {
    font-size: 2.2rem;
    font-weight: 700;
}

h3 {
    font-size: 1.7rem;
    font-weight: 700;
}

p {
    font-size: 1.4rem;
    line-height: 1.6;
}

ul {
    font-size: 1.4rem;
}

.small {
    font-size: 1.2rem;
}

.faq {
    font-size: 1.4rem;
}

.navtext {
    color: rgb(241, 240, 240);
    font-size: 1.3rem;
}

.navtext:hover {
    color: #f3e009fe;
}

.navcenter {
    gap: 10px;
}

.bonus {
    border-radius: 10px;
}


a {
    text-decoration: none;
}

.bg-dark {
    background: linear-gradient(135deg, #1c1c1c, #2f2f2f) !important;
}

.bg-opacity-10 {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    transition: all .3s ease;
}

.bg-opacity-10:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.12);
}

.bg-opacity-10 i {
    color: #f8d56b;
}

.paymentsnap {
    width: 800px;
}

.bottle-6 {
    width: 20vw;
}

.review-card {
    transition: all .35s ease;
    border: 1px solid rgba(0, 0, 0, .06);
}

.review-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .12) !important;
}

.review-img {
    max-height: 220px;
    object-fit: cover;
}

.review-card h3 {
    color: #222;
    letter-spacing: .3px;
}

.review-card .text-warning {
    font-size: 1.2rem;
}

.review-card p {
    line-height: 1.6;
}

.custom-toggler {
    border: none;
    background: transparent;
    padding: 8px;
}


.custom-toggler span {
    display: block;
    width: 30px;
    height: 4px;
    margin: 5px 0 0 0px;
    background-color: #e4e5e5;
    border-radius: 4px;
    transition: all 0.3s ease;
}

/* bonus card */
.bonus-card {
    transition: all .35s ease;
    border: 1px solid rgba(0, 0, 0, .05);
}

.bonus-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, .12) !important;
}

.bonus-card img {
    max-height: 260px;
    object-fit: contain;
}

.bonus-card h3 {
    font-size: 1.35rem;
}

.bonus-card .badge {
    font-size: .85rem;
    letter-spacing: .5px;
}

.bonus-card:hover .badge {
    transform: scale(1.05);
}

.bonus-card .badge {
    transition: .3s;
}

/* end */

/* faq */

.premium-faq .accordion-item {
    background: #fff;
    transition: .3s ease;
}

.premium-faq .accordion-item:hover {
    transform: translateY(-2px);
}

.premium-faq .accordion-button {
    padding: 22px 25px;
    font-size: 1.4rem;
    background: #fff;
    box-shadow: none;
    font-weight: 600;
}

.premium-faq .accordion-button:not(.collapsed) {
    background: #fff;
    color: #222;
}

.premium-faq .accordion-body {
    font-size: 1.4rem;
    padding: 0 25px 25px;
    line-height: 1.8;
}

.premium-faq .accordion-button:focus {
    box-shadow: none;
}

.premium-faq .accordion-button::after {
    transform: scale(.9);
}

/* faq end */


/* Section margin top when click navbar section */
section {
    scroll-margin-top: 60px;
}

.custom-hover {
    color: rgb(250, 250, 250);
    text-decoration: none;
}

.custom-hover:hover {
    color: #f5e905;
    text-decoration: underline;

}

/* popup */


/* ing section */

.ingredient-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    transition: .35s;
}

.ingredient-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
}

.ingredient-img {
    background: #f8f9fa;
    padding: 25px;
    text-align: center;
}

.ingredient-img img {
    max-height: 200px;
    object-fit: contain;
}

.ingredient-content {
    padding: 25px;
}

.ingredient-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 30px;
    background: #fff3cd;
    color: #856404;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.mini-ingredient-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
    transition: .3s;
}

.mini-ingredient-card:hover {
    transform: translateY(-5px);
}

.mini-ingredient-card img {
    max-height: 90px;
    margin-bottom: 15px;
}

.premium-banner {
    background: linear-gradient(135deg, #1f1f1f, #353535);
    color: #fff;
    padding: 40px;
    border-radius: 24px;
}

/* end */

/* ================ */

.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;
}

footer ul {
    padding-left: 0;
}

footer .list-inline-item {
    margin-bottom: 10px;
}

/* comparision Section */

.comparison-img {
    width: 100%;
    height: 700px;
    border-radius: 10px;
}

.comparison-table {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;

}

.comparison-table th {
    font-size: clamp(.8rem, 2vw, 1.4rem);
    padding: 20px;
    font-weight: 700;
}

.comparison-table td {
    font-size: clamp(.8rem, 1.5vw, 1.3rem);
    padding: 18px;
    vertical-align: middle;
}


.compare-box {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    transition: .3s;
}

.compare-box:hover {
    transform: translateY(-6px);
}

.compare-box i {
    font-size: 40px;
    margin-bottom: 15px;
    color: #0d6efd;
}

.compare-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.compare-box p {
    color: #6c757d;
    margin-bottom: 0;
}

.premium-banner {
    background: linear-gradient(135deg, #0d6efd, #063970);
    color: #fff;
    padding: 45px;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(13, 110, 253, .25);
}

/* comparision section end */



/* Mobile View */
@media (max-width: 768px) {
    footer .list-inline-item {
        display: block;
        margin: 10px 0;
    }

    .btn1 {
        width: 95%;
    }

    body {
        margin-top: -15px
    }

    .bottle-6 {
        width: auto;
    }

    h1 {
        font-size: 1.8rem !important;
        font-weight: 700;
    }

    h2 {
        font-size: 1.7rem !important;
        font-weight: 700;
    }

    h3 {
        font-size: 1.5rem !important;
        font-weight: 700;
    }

    .review-card {
        text-align: center;
    }

    p {
        font-size: 1.3rem !important;
    }

    .btn1 {
        font-size: 1.3rem !important;
    }

    .btn2 {
        font-size: 1.3rem !important;
    }

    ul {
        font-size: 1.3rem !important;
    }

    .premium-faq .accordion-button {
        font-size: 1.3rem !important;
    }

    .premium-faq .accordion-body {
        font-size: 1.3rem !important;
    }

    .badge1 {
        font-size: 1rem !important;
    }

    .faq {
        font-size: 1.3rem !important;
    }

    .imglogo {
        width: 150px !important;
    }

    
}

@media (max-width: 992px) {
    body {
        margin-top: -15px
    }

    .claim {
        width: 100%;
    }

    .navcenter {
        text-align: center;
        gap: 1px !important;
    }

}


@media(max-width:1500px) {
    body {
        margin-top: -15px
    }

    .bottle-6 {
        width: auto;
    }

    .paymentsnap {
        width: auto;
    }

    .comparison-img {
        height: auto;
        width: auto;
    }
}