.elementor-199 .elementor-element.elementor-element-fcf8214{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1b1f404 */.emergency-support{
    padding:90px 20px;
    background:#f8fafc;
}

.emergency-support .container{
    max-width:1200px;
    margin:auto;
}

.tag{
    display:inline-block;
    padding:8px 18px;
    background:#E8F5FA;
    color:#2E95B7;
    border-radius:30px;
    font-weight:600;
    margin-bottom:20px;
}

.emergency-support h1{
    font-size:46px;
    color:#0F172A;
    margin-bottom:20px;
}

.intro{
    max-width:900px;
    color:#555;
    line-height:1.9;
    margin-bottom:50px;
}

.service-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:25px;
    margin-bottom:60px;
}

.service-card{
    background:#fff;
    padding:30px;
    border-radius:15px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.service-card:hover{
    transform:translateY(-6px);
}

.service-card h3{
    color:#0F172A;
    margin-bottom:15px;
    font-size:22px;
}

.service-card p{
    color:#666;
    line-height:1.8;
}

.emergency-support h2{
    font-size:34px;
    margin-bottom:25px;
    color:#0F172A;
}

.benefits{
    list-style:none;
    padding:0;
    margin-bottom:60px;
}

.benefits li{
    margin-bottom:15px;
    font-size:17px;
    color:#555;
}

.cta-box{
    background:#2E95B7;
    color:#fff;
    padding:50px;
    border-radius:18px;
    text-align:center;
}

.cta-box h3{
    font-size:34px;
    margin-bottom:15px;
}

.cta-box p{
    max-width:750px;
    margin:0 auto 30px;
    line-height:1.8;
}

.btn{
    display:inline-block;
    padding:15px 35px;
    background:#fff;
    color:#2E95B7;
    text-decoration:none;
    border-radius:40px;
    font-weight:700;
    transition:.3s;
}

.btn:hover{
    background:#0F172A;
    color:#fff;
}

@media(max-width:768px){

.emergency-support{
    padding:60px 15px;
}

.emergency-support h1{
    font-size:34px;
}

.emergency-support h2{
    font-size:28px;
}

.cta-box{
    padding:35px 20px;
}

.cta-box h3{
    font-size:28px;
}

}/* End custom CSS */