body{

font-family:'Poppins',sans-serif;

background:#f5f7fb;

}

.navbar{

background:#0B3D91!important;

}

.navbar-brand{

font-size:28px;

font-weight:700;

}

.hero{

padding:100px 0;

background:linear-gradient(135deg,#0B3D91,#1565C0);

color:white;

}

.hero h1{

font-size:60px;

font-weight:bold;

}

.hero p{

font-size:22px;

}

.section-title{

font-size:40px;

font-weight:700;

color:#0B3D91;

margin-bottom:40px;

}

.course-card{

border:none;

border-radius:15px;

transition:.4s;

box-shadow:0 5px 20px rgba(0,0,0,.08);

}

.course-card:hover{

transform:translateY(-12px);

}

.course-card img{

height:100px;

object-fit:contain;

padding:20px;

}

.btn-warning{

padding:12px 30px;

font-weight:bold;

}

footer{

background:#081B4B;

}

footer a{

color:white;

text-decoration:none;

}

footer a:hover{

color:#FFD600;

}



.hero-section{

background:linear-gradient(135deg,#0B3D91,#001845);

min-height:92vh;

display:flex;

align-items:center;

position:relative;

overflow:hidden;

}

.hero-section::before{

content:"";

position:absolute;

width:700px;

height:700px;

background:rgba(255,255,255,.06);

border-radius:50%;

right:-180px;

top:-180px;

}

.hero-image{

animation:float 4s ease-in-out infinite;

max-width:90%;

}

@keyframes float{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-18px);

}

100%{

transform:translateY(0);

}

}

.btn-warning{

font-weight:700;

border-radius:50px;

}

.btn-outline-light{

border-radius:50px;

}

@media(max-width:768px){

.hero-section{

padding:80px 20px;

text-align:center;

}

.hero-image{

margin-top:40px;

}

}



/* ===========================
WHY CHOOSE US
=========================== */

.why-us{

background:#f8f9fa;

}

.feature-box{

background:#fff;

padding:35px;

border-radius:20px;

text-align:center;

transition:.4s;

box-shadow:0 15px 40px rgba(0,0,0,.08);

height:100%;

}

.feature-box:hover{

transform:translateY(-12px);

background:#0B3D91;

color:#fff;

}

.feature-box i{

font-size:50px;

color:#FFD700;

margin-bottom:20px;

}

.feature-box h4{

font-weight:700;

margin-bottom:15px;

}






/* ==========================
COUNTER SECTION
========================== */

.counter-section{

background:#0B3D91;

color:#fff;

}

.counter-box{

padding:35px;

transition:.4s;

}

.counter-box:hover{

transform:translateY(-10px);

}

.counter-box i{

font-size:55px;

color:#FFD700;

margin-bottom:20px;

}

.counter-box h2{

font-size:48px;

font-weight:800;

margin-bottom:10px;

}

.counter-box p{

font-size:18px;

font-weight:600;

}







/*========================
COURSE SECTION
=========================*/

.courses-section{

background:#f8f9fa;

}

.course-card{

background:#fff;

padding:40px;

border-radius:20px;

text-align:center;

transition:.4s;

box-shadow:0 15px 40px rgba(0,0,0,.08);

height:100%;

}

.course-card:hover{

transform:translateY(-15px);

background:#0B3D91;

color:#fff;

}

.course-card:hover .btn{

background:#FFD700;

color:#000;

}

.course-icon{

width:90px;

height:90px;

line-height:90px;

margin:auto;

border-radius:50%;

background:#0B3D91;

margin-bottom:25px;

}

.course-icon i{

font-size:40px;

color:#FFD700;

}

.course-card h3{

font-weight:700;

margin-bottom:15px;

}






/*========================
FACULTY
=========================*/




.faculty-section{

background:#fff;

}

.section-tag{

background:#0B3D91;

color:#fff;

padding:8px 18px;

border-radius:30px;

font-size:14px;

font-weight:600;

}

.faculty-card{

background:#fff;

border-radius:20px;

overflow:hidden;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.4s;

height:100%;

}

.faculty-card:hover{

transform:translateY(-12px);

}

.faculty-img{

width:100%;

height:340px;

object-fit:cover;

}

.faculty-body{

padding:25px;

text-align:center;

}

.faculty-body h4{

font-weight:700;

}

.faculty-body h6{

color:#0B3D91;

margin-bottom:12px;

}

.faculty-social{

margin-top:15px;

}

.faculty-social a{

width:42px;

height:42px;

display:inline-flex;

align-items:center;

justify-content:center;

background:#0B3D91;

color:#fff;

border-radius:50%;

margin:5px;

text-decoration:none;

transition:.3s;

}

.faculty-social a:hover{

background:#FFD700;

color:#000;

}





/*==========================
TOPPERS
==========================*/

.toppers-section{

background:#f7f9fc;

}

.topper-card{

background:#fff;

border-radius:20px;

padding:20px;

text-align:center;

box-shadow:0 10px 25px rgba(0,0,0,.08);

transition:.4s;

}

.topper-card:hover{

transform:translateY(-12px);

}

.topper-img{

width:140px;

height:140px;

border-radius:50%;

object-fit:cover;

border:5px solid #FFD700;

margin:auto;

display:block;

}

.score{

margin-top:15px;

background:#0B3D91;

color:#fff;

padding:8px;

border-radius:30px;

font-weight:700;

}




/*=========================
GALLERY
==========================*/

.gallery-section{
background:#f8f9fa;
}

.gallery-item{
display:block;
overflow:hidden;
border-radius:18px;
box-shadow:0 15px 35px rgba(0,0,0,.10);
}

.gallery-img{
width:100%;
height:260px;
object-fit:cover;
transition:.5s;
display:block;
}

.gallery-img.large{
height:420px;
}

.gallery-item:hover .gallery-img{
transform:scale(1.08);
}



