.elementor-407 .elementor-element.elementor-element-acce70d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-407 .elementor-element.elementor-element-8cfb00c > .elementor-widget-container{margin:80px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-8cfb00c *//* =========================
CONFIRMQ TERMS PAGE
========================= */

.cq-terms-page{
    padding:80px 20px;
    background:#f5f7f9;
    font-family:'Poppins',sans-serif;
}

.cq-terms-hero{
    max-width:1100px;
    margin:0 auto 50px;
    text-align:center;
    background:linear-gradient(135deg,#0f766e,#22c55e);
    padding:90px 40px 130px;
    border-radius:40px;
    color:#fff;
    position:relative;
    overflow:hidden;
}

.cq-terms-hero:before{
    content:'';
    position:absolute;
    width:400px;
    height:400px;
    background:rgba(255,255,255,0.06);
    border-radius:50%;
    top:-180px;
    right:-120px;
}

.cq-badge{
    display:inline-block;
    padding:10px 18px;
    background:rgba(255,255,255,0.12);
    border:1px solid rgba(255,255,255,0.18);
    border-radius:100px;
    font-size:12px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:25px;
}

.cq-terms-hero h1{
    color:#fff;
    font-size:56px;
    font-weight:700;
    margin-bottom:15px;
}

.cq-updated{
    font-size:15px;
    opacity:.9;
    margin-bottom:20px;
}

.cq-hero-text{
    max-width:700px;
    margin:0 auto;
    line-height:1.8;
    opacity:.95;
}

.cq-terms-wrapper{
    max-width:1050px;
    margin:-90px auto 0;
    position:relative;
    z-index:10;
}

.cq-term-box{
    background:#fff;
    padding:45px;
    border-radius:30px;
    margin-bottom:30px;
    box-shadow:0 10px 40px rgba(0,0,0,0.05);
    position:relative;
    transition:.3s ease;
}

.cq-term-box:hover{
    transform:translateY(-4px);
    box-shadow:0 15px 45px rgba(34,197,94,.12);
}

.cq-number{
    position:absolute;
    top:35px;
    right:35px;
    width:44px;
    height:44px;
    background:linear-gradient(135deg,#22c55e,#0f766e);
    color:#fff;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:15px;
    box-shadow:0 10px 20px rgba(34,197,94,.25);
}

.cq-term-box h2{
    font-size:32px;
    margin-bottom:20px;
    color:#111827;
    font-weight:700;
}

.cq-term-box p{
    color:#6b7280;
    line-height:1.9;
    margin-bottom:20px;
    font-size:16px;
}

.cq-term-box ul{
    margin:0;
    padding:0;
    list-style:none;
}

.cq-term-box ul li{
    position:relative;
    padding-left:30px;
    margin-bottom:18px;
    color:#6b7280;
    line-height:1.8;
}

.cq-term-box ul li:before{
    content:'';
    position:absolute;
    left:0;
    top:10px;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#22c55e;
    box-shadow:0 0 0 6px rgba(34,197,94,.12);
}

.cq-term-box strong{
    color:#111827;
}

@media(max-width:768px){

    .cq-terms-page{
        padding:50px 15px;
    }

    .cq-terms-hero{
        padding:70px 25px 110px;
        border-radius:25px;
    }

    .cq-terms-hero h1{
        font-size:38px;
    }

    .cq-terms-wrapper{
        margin-top:-70px;
    }

    .cq-term-box{
        padding:35px 25px;
        border-radius:22px;
    }

    .cq-term-box h2{
        font-size:26px;
    }

    .cq-number{
        top:25px;
        right:25px;
    }

}/* End custom CSS */