html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

* {
    font-family: Playfair Display, serif;
}

.badge{
    font-size: 1.2rem;
}

body {
    padding-top: 68px;
}

.logo {
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
}

.nav {
    background-color: #183732;
}

.sectioncolor {
    background-color: #183732;
}

.navcolor {
    background-color: #183732;
}

.herobg{
    background: linear-gradient(135deg, #17324f, #0f4c5c, #1f7a5c); 
}


/* hero section css start */

.hero-section {

    background: linear-gradient(135deg, #17324f, #0f4c5c, #1f7a5c);
    min-height: 100vh;
    display: flex;
    align-items: center;

}

.hero-circle {

    position: absolute;
    border-radius: 50%;
    filter: blur(50px);
    opacity: .25;

}

.hero-circle-1 {

    width: 280px;
    height: 280px;
    background: #ffc107;
    top: -80px;
    left: -80px;

}

.hero-circle-2 {

    width: 220px;
    height: 220px;
    background: #28a745;
    bottom: -50px;
    right: -50px;

}

.hero-circle-3 {

    width: 180px;
    height: 180px;
    background: #17a2b8;
    top: 45%;
    right: 20%;

}

.benefit-card {

    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, .08);
    padding: 16px 20px;
    border-radius: 18px;
    color: #fff;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .15);

}

.benefit-card i {

    font-size: 24px;

}

.product-wrapper {

    position: relative;
    text-align: center;

}

.product-glow {

    position: absolute;
    width: 320px;
    height: 320px;
    background: #ffc107;
    border-radius: 50%;
    filter: blur(90px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: .25;

}

.product-card {

    background: #fff;
    padding: 25px;
    border-radius: 30px;
    position: relative;
    z-index: 2;
    box-shadow: 0 30px 60px rgba(0, 0, 0, .25);

}

.floating-card {
    position: absolute;
    background: #fff;
    padding: 15px 20px;
    border-radius: 18px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .15);
    z-index: 3;

}

.floating-left {
    top: 2%;
    left: -30px;

}

.floating-right {
    bottom: 5%;
    right: -30px;

}

.stats-box {
    margin-top: 30px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .15);
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 25px;
    color: #fff;

}

@media(max-width:991px) {

    .floating-left,
    .floating-right {

        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 15px auto;
        display: inline-block;

    }

    .hero-section {
        min-height: auto;

    }

}

/* hero section css end */

h1 {
    font-size: 2.2rem;
}

h2 {
    font-size: 2.1rem;
}

h3 {
    font-size: 1.5rem;

}

p {
    font-size: 1.4rem;
}

ul {
    font-size: 1.4rem;
}

ol {
    font-size: 1.4rem;
}

.faqfont {
    font-size: 1.4rem;
}

.small {
    font-size: 1.2rem;
}



.btn1 {
    background-color: #FFC107;
    color: rgb(5, 0, 0);
    font-size: 1.3rem;

}

.btn1:hover {
    color: rgb(13, 1, 1);
}

.btn2:hover {
    color: white;
}

.navcenter {
    gap: 10px;
}

.revimg {
    width: 400px;
    border-radius: 1%;
    object-fit: fill;
}


.navtext {
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
}

.navtext:hover {
    color: #f1ce09;
}



a {
    text-decoration: none;
}

.bannerimgwhatsection {
    width: 400px;
}


.custom-toggler {
    border: none;
    background: transparent;
    padding: 8px;
}


.custom-toggler span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px 0 0 0px;
    background-color: #f0eff0;
    border-radius: 4px;
    transition: all 0.3s ease;
}





.faq-wrapper {

    margin: auto;
}

.faq-item {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;

    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.accordion-button {
    background: #fff;
    padding: 18px 20px;
    border: none;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background: #f5f9ff;
    color: #0d6efd;
}

.accordion-body {
    background: #fff;
    padding: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}



.paymentsnap {
    width: 750px;
}

.bottle-6 {
    width: 650px;
}


/* Section margin top when click navbar section */
section {
    scroll-margin-top: 68px;
}

.custom-hover {
    color: #fff;
    font-weight: 500;
    transition: all .3s ease;
}

.custom-hover:hover {
    color: #ffc107;
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .custom-hover {
        display: block;
        padding: 0px;
        font-size: 1.3rem !important;
    }
}

.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;
}




/* Mobile View */
@media (max-width: 768px) {
    .btn1 {
        width: 90% !important;
    }


    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }

    body {
        margin-top: -15px
    }

    .logo {
        font-size: 25px !important;
    }

    h1 {
        font-size: 1.7rem !important;
    }

    h2 {
        font-size: 1.7rem !important;
    }

    h3 {
        font-size: 1.4rem !important;

    }

    p {
        font-size: 1.3rem !important;
    }

    ul {
        font-size: 1.3rem !important;
    }

    ol {
        font-size: 1.3rem !important;
    }

    .faqfont {
        font-size: 1.3rem !important;
    }

    .howfont {
        font-size: 1.3rem !important;
    }

    .badge {
        text-wrap: inherit;
        line-height: 1.6;
    }

}

@media (max-width: 992px) {

    body {
        margin-top: -15px
    }

    .gurentybadge {
        width: auto;
    }

    .claim {
        width: 100%;
    }



    .navcenter {
        text-align: center;
        gap: 0px !important;
    }

}

@media(max-width:1200px) {

    .paymentsnap {
        width: auto;
    }

    .bottle-6 {
        width: auto;
    }

    .bannerimgwhatsection {
        width: auto;
    }
}


@media(max-width:1500px) {}