.services-section{

    padding:90px 0;
    background:#fff;

}

.section-subtitle{

    color:#ff7b00;
    font-size:14px;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:2px;

}

.section-heading h2{

    font-size:42px;
    font-weight:700;
    color:#0d2240;
    margin-top:15px;

}

.service-card{
    background:#fff;
    border:1px solid #eee;
    border-radius:20px;
    padding:30px;
    height:100%;
    transition:.35s;
}

.service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.service-header{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:20px;
}

.service-icon{
    width:70px;
    height:70px;
    flex-shrink:0;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f8f9fc;
    border-radius:15px;
}

.service-icon img{
    width:42px;
    height:42px;
    object-fit:contain;
}

.service-header h4{
    margin:0;
    font-size:26px;
    font-weight:700;
    color:#0d2240;
    line-height:1.3;
}

.service-card p{
    color:#666;
    line-height:1.8;
    margin-bottom:25px;
}

.service-link{
    color:#ff7a00;
    font-weight:600;
    text-decoration:none;
}

.service-link i{
    margin-left:8px;
}