.elementor-3 .elementor-element.elementor-element-3ab682f{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-6dbf31d *//* =========================
CONFIRMQ PRIVACY POLICY
========================= */

.cq-privacy-page{
    padding:80px 20px;
    font-family:'Poppins',sans-serif;
}

.cq-privacy-hero{
    max-width:1100px;
    margin:0 auto 50px;
    padding:90px 40px 130px;
    border-radius:40px;
    text-align:center;
    background:linear-gradient(135deg,#0f766e,#22c55e);
    color:#fff;
    position:relative;
    overflow:hidden;
}

.cq-privacy-hero:before{
    content:'';
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(255,255,255,.05);
    top:-180px;
    right:-100px;
}

.cq-privacy-badge{
    display:inline-block;
    padding:10px 18px;
    border-radius:100px;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.15);
    font-size:12px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:25px;
}

.cq-privacy-hero h1{
    color:#fff;
    font-size:58px;
    margin-bottom:15px;
    font-weight:700;
}

.cq-privacy-updated{
    font-size:15px;
    opacity:.9;
    margin-bottom:20px;
}

.cq-privacy-desc{
    max-width:760px;
    margin:0 auto;
    line-height:1.9;
    opacity:.95;
}

.cq-privacy-wrapper{
    max-width:1050px;
    margin:-90px auto 0;
    position:relative;
    z-index:10;
}

.cq-privacy-card{
    background:#fff;
    padding:45px;
    border-radius:30px;
    margin-bottom:30px;
    box-shadow:0 10px 40px rgba(0,0,0,.05);
    position:relative;
    transition:.3s ease;
}

.cq-privacy-card:hover{
    transform:translateY(-4px);
    box-shadow:0 15px 45px rgba(34,197,94,.12);
}

.cq-privacy-number{
    position:absolute;
    top:35px;
    right:35px;
    width:46px;
    height:46px;
    border-radius:14px;
    background:linear-gradient(135deg,#22c55e,#0f766e);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:15px;
    box-shadow:0 10px 25px rgba(34,197,94,.22);
}

.cq-privacy-card h2{
    font-size:34px;
    margin-bottom:22px;
    color:#111827;
    font-weight:700;
}

.cq-privacy-card h3{
    font-size:22px;
    margin-top:30px;
    margin-bottom:15px;
    color:#111827;
    font-weight:600;
}

.cq-privacy-card p{
    color:#6b7280;
    line-height:1.9;
    margin-bottom:18px;
    font-size:16px;
}

.cq-privacy-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.cq-privacy-card ul li{
    position:relative;
    padding-left:30px;
    margin-bottom:16px;
    line-height:1.8;
    color:#6b7280;
}

.cq-privacy-card ul li:before{
    content:'';
    position:absolute;
    left:0;
    top:11px;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#22c55e;
    box-shadow:0 0 0 6px rgba(34,197,94,.12);
}

.cq-privacy-note{
    margin-top:25px;
    background:#ecfdf5;
    padding:18px 22px;
    border-radius:18px;
    color:#0f766e;
    font-weight:600;
    border:1px solid #bbf7d0;
}

@media(max-width:768px){

    .cq-privacy-page{
        padding:50px 15px;
    }

    .cq-privacy-hero{
        padding:70px 25px 110px;
        border-radius:28px;
    }

    .cq-privacy-hero h1{
        font-size:38px;
    }

    .cq-privacy-wrapper{
        margin-top:-70px;
    }

    .cq-privacy-card{
        padding:35px 25px;
        border-radius:22px;
    }

    .cq-privacy-card h2{
        font-size:28px;
    }

    .cq-privacy-card h3{
        font-size:20px;
    }

    .cq-privacy-number{
        top:25px;
        right:25px;
    }

}/* End custom CSS */