.elementor-655 .elementor-element.elementor-element-cfea42e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-655 .elementor-element.elementor-element-cfea42e:not(.elementor-motion-effects-element-type-background), .elementor-655 .elementor-element.elementor-element-cfea42e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-655 .elementor-element.elementor-element-8988142{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-8988142 *//* =========================
   SERVICE AREA SECTION
========================= */

.service-area-section{
    padding:90px 6%;
    background:#07162f;
    text-align:center;
    color:#fff;
    overflow:hidden;
}

.service-area-container{
    max-width:1100px;
    margin:auto;
}

.service-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:rgba(255,255,255,.08);
    padding:12px 24px;
    border-radius:50px;
    margin-bottom:25px;
    color:#ff6200;
    font-weight:600;
    letter-spacing:1px;
}

.service-area-section h2{
    font-size:55px;
    margin-bottom:30px;
    line-height:1.3;
}

.typing-text{
    color:#ff6200;
    border-right:3px solid #ff6200;
    padding-right:5px;
}

.service-area-section p{
    max-width:950px;
    margin:auto;
    color:#d5d5d5;
    font-size:20px;
    line-height:38px;
}

/* Mobile */

@media(max-width:991px){

    .service-area-section{
        padding:70px 25px;
    }

    .service-area-section h2{
        font-size:38px;
    }

    .service-area-section p{
        font-size:18px;
        line-height:32px;
    }
}/* End custom CSS */