body{
font-family: 'Segoe UI',sans-serif;
background:#f6f8fb;
color:#333;
}

.section-title{
font-weight:700;
margin-bottom:50px;
}

.service-card{
background:white;
padding:35px;
border-radius:12px;
transition:.3s;
box-shadow:0 8px 30px rgba(0,0,0,.05);
}

.service-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,.1);
}

.service-icon{
font-size:40px;
color:#0d6efd;
margin-bottom:15px;
}

.stats{
background:#0a1f44;
color:white;
padding:80px 0;
}

.stat-box{
text-align:center;
}

.stat-box h2{
font-size:42px;
font-weight:700;
}

.cta{
background:linear-gradient(135deg,#0d6efd,#001f5b);
color:white;
padding:80px 0;
text-align:center;
}

.footer{
background:#0a1f44;
color:white;
padding:40px 0;
}


/*service pages css*/

.section-title{
font-weight:700;
margin-bottom:30px;
}

.feature-box{
background:white;
padding:30px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:.3s;
}

.feature-box:hover{
transform:translateY(-6px);
}

.icon{
font-size:40px;
color:#0d6efd;
margin-bottom:15px;
}

.process{
background:#f4f7fb;
padding:70px 0;
}

