
body { font-family: 'Poppins', sans-serif; margin:0; background:#fff; color:#2E2E2E;}
.container { max-width:1100px; margin:0 auto; padding:0 20px;}
.header { background:#fff; border-bottom:2px solid #eee; position:sticky; top:0;}
.header-inner { display:flex; justify-content:space-between; align-items:center; padding:14px 0;}
.nav a { padding:8px 12px; border-radius:6px; color:#2E2E2E;}
.nav a:hover { background:#0D47A1; color:#fff;}
.hero { background:#E3F2FD; text-align:center; padding:80px 20px;}
.hero h2 { font-size:2.5rem; color:#0D47A1;}
.btn { background:#0D47A1; color:#fff; padding:12px 20px; border-radius:8px; display:inline-block; margin-top:15px;}
.section { padding:60px 0;}
.text-center { text-align:center;}
.grid-3 { display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:20px;}
.service-card { background:#fff; border:1px solid #ddd; border-radius:12px; padding:30px 20px; text-align:center; transition:all 0.3s ease; box-shadow:0 4px 10px rgba(0,0,0,0.05);}
.service-card:hover { transform:translateY(-6px); box-shadow:0 6px 16px rgba(0,0,0,0.15);}
.service-card h4 { color:#0D47A1; margin:15px 0 10px;}
.service-card .icon { font-size:48px; color:#0D47A1; margin-bottom:10px;}
footer { background:#0D47A1; color:#fff; padding:20px 0; margin-top:40px; text-align:center;}
footer .logo-small { height:40px; margin-bottom:10px;}
footer a { color:#fff !important; font-weight:bold;}
