.navbar{
background:white;
box-shadow:0 2px 10px rgba(0,0,0,0.05);
}


/* Hero */

.about-hero{
background:linear-gradient(135deg,#1a1c3a,#1b5e20);
color:white;
padding:120px 0;
text-align:center;
}

/* Director */

.director-img{
width:280px;
height:280px;
object-fit:cover;
border-radius:50%;
border:8px solid white;
box-shadow:0 10px 25px rgba(0,0,0,0.2);
margin-top:-120px;
background:white;
}

/* Section */

.section-title{
font-weight:700;
margin-bottom:20px;
}

/* Feature */

.feature-box{
background:white;
padding:30px;
border-radius:12px;
box-shadow:0 8px 20px rgba(0,0,0,0.05);
transition:.3s;
}

.feature-box:hover{
transform:translateY(-8px);
}


.footer{
background:#081229;
color:white;
padding:60px 0;
}

.footer a{
color:#cfd6e6;
text-decoration:none;
display:block;
margin-bottom:10px;
}

/* popup */
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;
}

}
