body{
font-family: 'Poppins',sans-serif;
background:#f7f9fc;
scroll-behavior:smooth;
}

.navbar{
background:white;
box-shadow:0 2px 10px rgba(0,0,0,0.05);
}

.mega-menu{
position:static;
}

.mega-menu-content{
width:100%;
left:0;
right:0;
border:none;
box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

.mega-menu-content h6{
margin-bottom:10px;
}

.mega-menu-content .dropdown-item{
padding:5px 0;
font-size:14px;
}

.mega-menu-content .dropdown-item:hover{
color:#0d6efd;
background:none;
}

.hero{
background:linear-gradient(135deg,#1a1c3a,#1b5e20);
color:white;
padding:120px 0;
text-align:center;
}

.hero h1{
font-size:52px;
font-weight:700;
}

.search-box{
background:white;
border-radius:50px;
padding:10px;
display:flex;
max-width:600px;
margin:auto;
}

.search-box input{
border:none;
flex:1;
padding:10px;
outline:none;
}

.search-box button{
border-radius:40px;
padding:10px 30px;
}

.stats{
padding:60px 0;
background:white;
}

.stat-box{
text-align:center;
}

.stat-box h2{
font-weight:700;
}

.section-title{
font-weight:700;
margin-bottom:40px;
}

.college-card{
border-radius:12px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,0.05);
transition:0.3s;
}

.college-card:hover{
transform:translateY(-8px);
}

.college-card img{
height:200px;
object-fit:cover;
}

.course-box{
padding:30px;
background:white;
border-radius:12px;
text-align:center;
transition:0.3s;
}

.course-box:hover{
transform:translateY(-5px);
box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.country-card{
position:relative;
border-radius:12px;
overflow:hidden;
}

.country-card img{
height:200px;
object-fit:cover;
}

.country-overlay{
position:absolute;
bottom:0;
color:white;
padding:20px;
background:linear-gradient(transparent,black);
width:100%;
}

.testimonial{
background:white;
padding:25px;
border-radius:12px;
}

.cta{
background:linear-gradient(90deg,#5f2c82,#49a09d);
color:white;
padding:80px;
border-radius:20px;
text-align:center;
}

.footer{
background:#081229;
color:white;
padding:60px 0;
}

.footer a{
color:#cfd6e6;
text-decoration:none;
display:block;
margin-bottom:10px;
}


body{
font-family: 'Segoe UI', sans-serif;
}

.modal-content{
border-radius:15px;
padding:20px;
border:none;
box-shadow:0 10px 30px rgba(0,0,0,0.2);
}

.popup-title{
font-weight:700;
color:#2c3e50;
}

.popup-title span{
color:#007bff;
}

.form-control{
border-radius:8px;
height:45px;
}

.submit-btn{
background:linear-gradient(45deg,#007bff,#0056b3);
color:white;
border:none;
padding:10px 30px;
border-radius:30px;
font-weight:600;
transition:0.3s;
}

.submit-btn:hover{
transform:scale(1.05);
}

.feature-box{
text-align:center;
padding:15px;
border-radius:10px;
background:#f7f9fc;
margin-bottom:10px;
}

.feature-box h6{
margin-top:8px;
font-size:14px;
}

@media(max-width:768px){

.popup-title{
font-size:20px;
text-align:center;
}

}
