body{
font-family:'Segoe UI',sans-serif;
padding-top:80px;
}

.navbar{
background:#031633 !important;
}

.hero{
background:linear-gradient(
90deg,
#00152e,
#003f8a
);

color:white;
padding:100px 0;
}

.hero h1{
font-size:60px;
font-weight:700;
}

.btn-primary{
background:#0d6efd;
border:none;
}

.section-title{
font-weight:700;
margin-bottom:30px;
}

.course-card{
border:none;
transition:.3s;
box-shadow:0 5px 20px rgba(0,0,0,.1);
}

.course-card:hover{
transform:translateY(-8px);
}

.footer-dark{
background:#00152e;
}

.footer-dark a{
color:#fff;
text-decoration:none;
}

.footer-dark a:hover{
color:#0d6efd;
}

.stat-box{
padding:25px;
border-radius:12px;
background:white;
box-shadow:0 0 20px rgba(0,0,0,.08);
}

.service-card{
padding:30px;
border-radius:15px;
background:white;
box-shadow:0 5px 20px rgba(0,0,0,.08);
height:100%;
}

.course-details{
background:#fff;
padding:30px;
border-radius:12px;
box-shadow:0 0 20px rgba(0,0,0,.08);
}