.elementor-4975 .elementor-element.elementor-element-690029e{--display:flex;}.elementor-4975 .elementor-element.elementor-element-37f761d{--display:flex;}.elementor-4975 .elementor-element.elementor-element-6f10fcf{--display:flex;}.elementor-4975 .elementor-element.elementor-element-8f0ed1a{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-24149a2 */.cc-hero{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    padding:60px;
    border-radius:30px;
    background:linear-gradient(135deg,#7f1d1d,#dc2626);
    color:#fff;
    overflow:hidden;
}

.cc-tag{
    background:rgba(255,255,255,.15);
    padding:10px 20px;
    border-radius:50px;
    display:inline-block;
}

.cc-hero h1{
    font-size:70px;
    margin:15px 0;
    line-height:1;
}

.cc-hero p{
    font-size:22px;
    max-width:550px;
}

.cc-points{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:25px;
}

.cc-points span{
    background:#fff;
    color:#111;
    padding:12px 20px;
    border-radius:50px;
    font-weight:600;
}

.cc-image img{
    max-width:380px;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-38d5ec3 */.cc-benefits{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin:60px 0;
}

.benefit{
    padding:35px;
    border-radius:25px;
    background:#fff;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    position:relative;
}

.number{
    font-size:70px;
    font-weight:800;
    color:#f1f5f9;
    position:absolute;
    top:10px;
    right:20px;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f515587 */.cc-work-section{
    padding:70px 20px;
    background:#f8fafc;
    border-radius:30px;
    margin:50px 0;
}

.section-heading{
    text-align:center;
    max-width:700px;
    margin:0 auto 60px;
}

.section-heading span{
    display:inline-block;
    background:#fee2e2;
    color:#dc2626;
    padding:8px 18px;
    border-radius:50px;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
}

.section-heading h2{
    font-size:42px;
    margin:15px 0;
    color:#111827;
}

.section-heading p{
    color:#64748b;
    font-size:18px;
    line-height:1.7;
}

.cc-work{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
}

.step{
    flex:1;
    max-width:320px;
    background:#fff;
    border-radius:25px;
    padding:35px 25px;
    text-align:center;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.3s ease;
    position:relative;
}

.step:hover{
    transform:translateY(-8px);
}

.step-icon{
    width:90px;
    height:90px;
    margin:0 auto 20px;
    border-radius:50%;
    background:linear-gradient(135deg,#ef4444,#dc2626);
    color:#fff;
    font-size:42px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.step h3{
    font-size:24px;
    margin-bottom:12px;
    color:#111827;
}

.step p{
    color:#64748b;
    line-height:1.8;
    font-size:15px;
}

.connector{
    width:80px;
    height:4px;
    background:linear-gradient(90deg,#ef4444,#fca5a5);
    border-radius:20px;
}

/* Tablet */

@media(max-width:991px){

    .cc-work{
        flex-direction:column;
    }

    .connector{
        width:4px;
        height:60px;
    }

    .step{
        max-width:100%;
        width:100%;
    }
}

/* Mobile */

@media(max-width:767px){

    .cc-work-section{
        padding:40px 15px;
    }

    .section-heading h2{
        font-size:30px;
    }

    .section-heading p{
        font-size:16px;
    }

    .step{
        padding:25px 20px;
    }

    .step-icon{
        width:70px;
        height:70px;
        font-size:32px;
    }

    .step h3{
        font-size:20px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-523d424 */.trust-bar{
    background:#111827;
    color:#fff;
    border-radius:20px;
    padding:25px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    text-align:center;
    gap:15px;
}/* End custom CSS */