html,
body {
    overflow-x: hidden;
    overflow-y: auto;

}

* {
    font-family: Playfair Display, serif;
}




/* =========================
NAVBAR
========================= */

.navbar {
    z-index: 9999;
}



@media (max-width: 991px) {

    .navbar-collapse {

        padding: 20px;
        border-radius: 10px;
        margin-top: 10px;
        text-align: center;
    }

    .navbar-nav {
        gap: 10px !important;
    }

    .navcenter {
        align-items: center;
        gap: 0px !important;
    }


}

.moneyback1 {
    border-radius: 25px;
    border: 2px solid #EDB21D;
    padding: 25px;
}

.moneyback {
    border-radius: 15px;
}

/* =========================
CUSTOM TOGGLER
========================= */

.custom-toggler {
    border: none;
    background: transparent;

}

.custom-toggler span {
    display: block;
    width: 28px;
    height: 2px;
    margin: 5px;
    background: #130505;

}

.hero-section {
    position: relative;
    background: 
        url('../image/qinux-breezamax-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-attachment: scroll;
}


p {
    font-size: 1.4rem;
}

ul {
    font-size: 1.4rem;
}

.faqfont {
    font-size: 1.4rem;
}


.small1 {
    font-size: 1.4rem !important;
}


.navcenter {
    gap: 15px;
}


.videoimg {
    border-radius: 15px;
    transition: transform 0.9s ease;

}

.videoimg:hover {
    transform: scale(1.05)
}

.check {
    color: #EDB21D;
}

.text-warning1 {
    background-color: #FAF1EC;
    border-radius: 10px;
    padding: 5px;
    color: #01040b;
}

@media (max-width: 768px) {

    h1 {
        font-size: 1.7rem !important;
        line-height: 1.2;
    }

    h2 {
        font-size: 1.6rem !important;
    }

    h3 {
        font-size: 1.4rem !important;
    }

    p {
        font-size: 1.3rem !important;
       
    }

    ul {
        font-size: 1.3rem !important;
       
    }

    .faqfont {
        font-size: 1.3rem !important;
    }

    .small1 {
        font-size: 1.3rem !important;
    }
}


/* =========================
BUTTONS
========================= */

@media (max-width: 768px) {

    .btn-lg,
    .btn1 {
        width: 100%;
        font-size: 1.2rem !important;
        padding: 12px 20px !important;
    }
}


footer ul {
    padding-left: 0;
}

footer .list-inline-item {
    margin-bottom: 10px;
}

@media (max-width: 768px) {

    footer .list-inline-item {
        display: block;
        margin: 10px 0;
    }

    input {
        width: 100% !important;
    }

    .logo {
    width: 180px;
}

}

/* =========================
SCROLL BUTTON
========================= */

button.position-fixed {
    z-index: 999;
}


body {
    padding-top: 68px;
    /* match navbar height */
}




.nav {
    background-color: #eceef3;
}

.navcolor {
    background-color: #3A5AA1;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.6rem;
}

.sectioncolor {
    background-color: #3A5AA1;

}

.sectioncolor1 {
    background-color: #0B1F3B;

}

.steps {
    font-size: 40px;
}

.bonus {
    background-color: #D3DAEC;
}


/* about section start */
.about-section {
    overflow: hidden;
    background-color: #ffffff;
    position: relative;

}


/* Grid */


/* ============= */

.btn1 {
    background-color: #E43F3F;
    color: rgb(254, 252, 252);
    font-size: 22px !important;
    border-radius: 10px;

}

.btn1:hover {
    color: rgb(255, 255, 255);
}


.navtext {
    font-size: 21px !important;
    color: rgb(6, 1, 1);
    font-weight: 600;
}


.navtext:hover {
    color: #d209f1;
}


a {
    text-decoration: none;
}


.featureimage {
    width: 450px;
    border-radius: 15px;
}


.refund-wrapper{
    border: 1px solid black;
    border-radius: 15px;
}

.about1 {
    margin-top: -8px;


}

/* how section */
.how-section {
    background: linear-gradient(135deg, #3A5AA1, #3A5AA1);
}

.how-badge {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
}

.step-card {
    background: #fff;
    padding: 45px 30px;
    border-radius: 30px;
    position: relative;
    transition: 0.8s ease;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.step-card:hover {
    transform: translateY(-10px);
    border: 1px solid #0055B1;
}

.active-step {
    border: 1px solid #bbe307;
}

.step-number {
    position: absolute;
    top: 20px;
    font-size: 35px;
    font-weight: 800;
    color: #02559A;
}

.step-icon {

    width: 65px;
    height: 65px;
    background: #02559A;
    color: #fff;
    margin: auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    box-shadow: 0 10px 25px rgba(22, 199, 132, 0.35);
}



@media(max-width:768px) {

    .step-card {
        padding: 35px 25px;
    }

    .step-icon {
        width: 75px;
        height: 75px;
        font-size: 28px;
    }
}

.logo{
    width: 210px;
}



/* end */


/* Affliate Section Start */
.affiliate-section1 {
    background: linear-gradient(135deg, #fefefe, #edf1f5);
}

.affiliate-section {
    background: linear-gradient(135deg, #08310f, #043f7e);
}

.affiliate-badge {
    background: rgba(68, 130, 99, 0.12);
    color: #0f0101;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
}

.affiliate-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border-radius: 28px;
    padding: 40px 28px;
    text-align: center;
    color: #0c0101;
    transition: 0.4s ease;
    border: 1px solid rgb(184, 170, 170);
}

.affiliate-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid #0055B1;
}


.affiliate-icon {
    width: 65px;
    height: 65px;
    margin: auto;
    margin-bottom: 25px;
    border-radius: 50%;
    background: #0055B1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    color: #f5f2f2;
    box-shadow: 0 10px 25px rgba(22, 199, 132, 0.35);
}

.affiliate-card h3 {
    margin-bottom: 18px;
}

.affiliate-card p {
    color: #0c0000;
   
}

.affiliate-btn {
    transition: 0.3s ease;
}

.affiliate-btn:hover {
    transform: scale(1.05);
}

@media(max-width:768px) {

    .affiliate-card {
        padding: 35px 22px;
    }


    .affiliate-icon {
        width: 75px;
        height: 75px;
        font-size: 28px;
    }
}

/* End */

/* Benefits Card */

.benefits-section {
    background:linear-gradient(135deg,#3a5ba1d8 ,#3a5ba186), url('../image/qinux-breezamax-herbg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.benefit-card {
    background: #fff;
    padding: 35px 30px;
    border-radius: 15px;
    transition: 0.4s ease;
    border: 1px solid #e5e7eb;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid #d89d00;
    cursor: pointer;
}

.icon-box {
    width: 65px;
    height: 65px;
    border-radius: 20px;
    background: #0055B1;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 44px;
}



.icon-box:hover {
    font-size: 45px;
    color: #1be525;
}

.benefit-card h3 {
    margin-bottom: 15px;
    color: #0d1b4c;
}

.benefit-card p {
       margin-bottom: 0;
}

/* End */



/* -------------gurenty section end------------ */
.card {
    background: #ffffff;
    color: #111;
    border-radius: 14px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.left {
    max-width: 70%;
}

.review-card {
    transition: 0.3s ease;
    border-radius: 15px;
}

.review-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12) !important;
}

.review-icon {
    width: 60px;
    height: 60px;
    background: #0d6efd;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}




@media(max-width:768px) {

    section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .row {
        row-gap: 30px;
    }

    .card {
        flex-direction: column;
        text-align: center;
    }

    .left {
        max-width: 100%;
    }

    .img-box {
        margin-top: 15px;
    }

    .tool-card {
        flex-direction: column;
        text-align: center;
    }

    .tool-icon {
        width: 70px;
        margin-bottom: 10px;
    }
}







.support-section {
    background: #f8f9fa;
}


.support-image {
    min-height: 100%;
}


.support-mini-title {
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
    padding: 10px 18px;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
}

.support-feature {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 20px;
    transition: 0.3s ease;
}

.support-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.support-icon {
    min-width: 60px;
    height: 60px;
    background: #EDB21D;
    color: #fff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.object-fit-cover {
    object-fit: cover;
}





/* faq section */

.faq-section {
    background: #D8E7EF;
}

.custom-accordion .accordion-item {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.custom-accordion .accordion-button {
    background: #fff;
    color: #0d1b4c;
    padding: 25px 30px;
    border: none;
    box-shadow: none;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background: #3A5AA1;
    color: #fff;
}

.custom-accordion .accordion-button:focus {
    box-shadow: none;
}

.custom-accordion .accordion-body {
    padding: 25px 30px;
    background: #fff;
    color: #01040b;
   
}

.custom-accordion .accordion-button::after {
    filter: brightness(0);
}

.custom-accordion .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}



.payment-snap {
    width: 1000px;
}



/* Section margin top when click navbar section */
section {
    scroll-margin-top: 78px;
}


.custom-hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.custom-hover:hover {
    color: #f5e505;
    text-decoration: underline;

}




.monybadge {
    height: 220px;
}


/* popup */


/* ================ */




/* Mobile View */
@media (max-width: 768px) {

    .btn1 {
        width: 100%;
    }


    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }


    body {
        margin-top: -15px
    }



}

@media (max-width: 992px) {


    body {
        margin-top: -15px
    }

    .gurentybadge {
        width: auto;
    }

    .how {
        height: auto;
    }

    .featureimage {
        width: auto;
        border-radius: 15px;
    }


    .btncenter {
        justify-content: center;
        padding-top: 25px;
    }
}

@media(max-width:1200px) {
    .btntext2 {
        margin-top: 15px;
    }

    .how {
        height: auto;
    }

    .payment-snap {
        width: auto;
    }

    .bottle-6 {
        width: auto;
    }

    .second {
        height: auto;
    }

    .how1 {
        height: auto;
        border-radius: 15px;
    }

}


@media(max-width:1500px) {
    .how {
        height: auto;
    }

    .img1 {
        height: auto;
    }

    .bottle3 {
        height: auto;
    }

    .hover-scale1 {
        width: auto;
    }

    .tool-card {
        background: #1e293b;
        height: auto;
        border-radius: 14px;
        padding: 25px;
        position: relative;
        transition: 0.3s ease;
    }



}