:root{

--primary:#29308E;
--secondary:#FED601;
--accent:#F58220;
--dark:#222;
}

body{

font-family:'Poppins',sans-serif;

overflow-x:hidden;

background:#f8f9fa;

}

.top-bar{

background:var(--primary);

color:#fff;

font-size:14px;

}

.navbar{

padding:15px 0;

}

.nav-link{

font-weight:500;

margin-left:20px;

}

.nav-link:hover{

color:var(--primary);

}

.hero{

background:url("https://plus.unsplash.com/premium_photo-1663050763436-818382a24bb8?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D") center center/cover no-repeat;

position:relative;

}

.overlay{

position:absolute;

top:0;

left:0;

right:0;

bottom:0;

background:rgba(0,0,0,.60);

}

.hero .container{

position:relative;

z-index:2;

}

.hero h1{

font-size:4rem;

font-weight:800;

}

.hero p{

font-size:1.2rem;

max-width:650px;

}

.stats{

margin-top:-70px;

position:relative;

z-index:10;

}

.stat-box{

background:#fff;

padding:35px;

border-radius:18px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

text-align:center;

transition:.3s;

}

.stat-box:hover{

transform:translateY(-8px);

}

.stat-box h2{

color:var(--primary);

font-size:42px;

font-weight:700;

}

.stat-box p{

margin:0;

font-weight:500;

}

.btn-warning{

background:var(--secondary);

border:none;

font-weight:600;

}

.btn-warning:hover{

background:#f8c800;

}

@media(max-width:768px){

.hero h1{

font-size:2.5rem;

}

.stats{

margin-top:30px;

}

}

.section-subtitle{

color:#f58220;

font-weight:700;

letter-spacing:2px;

}

.section-title{

font-size:40px;

font-weight:800;

color:#29308E;

}

.about img{

border-radius:20px;

}

.experience-box{

position:absolute;

bottom:-25px;

right:25px;

background:#29308E;

color:#fff;

padding:20px 30px;

border-radius:15px;

text-align:center;

box-shadow:0 15px 40px rgba(0,0,0,.15);

}

.experience-box h2{

font-size:40px;

margin:0;

font-weight:700;

}

.feature-item{

font-weight:600;

}

.feature-item i{

color:#f58220;

margin-right:10px;

}

.vision-card{

background:#fff;

padding:40px;

border-radius:20px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

height:100%;

transition:.4s;

}

.vision-card:hover{

transform:translateY(-10px);

}

.vision-card .icon{

width:70px;

height:70px;

background:#29308E;

color:#fff;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

font-size:28px;

margin-bottom:20px;

}

.timeline{

position:relative;

padding-left:30px;

border-left:4px solid #FED601;

}

.timeline-item{

position:relative;

margin-bottom:40px;

padding-left:40px;

}

.timeline-item .circle{

position:absolute;

left:-22px;

top:0;

width:40px;

height:40px;

background:#29308E;

color:#fff;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-weight:700;

font-size:14px;

}

.timeline-item h5{

color:#29308E;

font-weight:700;

}

.programs{

background:#f8fafc;

}

.program-card{

background:#fff;

border-radius:20px;

overflow:hidden;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.4s;

height:100%;

}

.program-card:hover{

transform:translateY(-12px);

box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.program-card img{

height:260px;

width:100%;

object-fit:cover;

transition:.4s;

}

.program-card:hover img{

transform:scale(1.08);

}

.program-content{

padding:35px;

}

.program-content h3{

margin:20px 0;

font-weight:700;

color:#29308E;

}

.program-content ul{

padding-left:18px;

margin:20px 0;

}

.program-content li{

padding:6px 0;

color:#555;

}

.program-content .btn{

margin-top:15px;

border-radius:50px;

padding:10px 30px;

}

.feature-box{
background:#fff;
padding:35px;
border-radius:20px;
text-align:center;
box-shadow:0 15px 40px rgba(0,0,0,.08);
transition:.4s;
height:100%;
}

.feature-box:hover{
transform:translateY(-10px);
}

.feature-icon{
width:80px;
height:80px;
margin:auto;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:30px;
color:#fff;
margin-bottom:20px;
}

.counter-section{
background:#29308E;
color:#fff;
}

.counter{
font-size:55px;
font-weight:700;
}

.gallery-img{
width:100%;
height:260px;
object-fit:cover;
border-radius:15px;
transition:.4s;
cursor:pointer;
}

.gallery-img:hover{
transform:scale(1.05);
}

.testimonial-box{
max-width:700px;
margin:auto;
text-align:center;
padding:40px;
}

.testimonial-box img{
width:90px;
height:90px;
border-radius:50%;
margin-bottom:20px;
}

.accordion-button{
font-weight:600;
}

.contact{
background:#fff;
}

.contact-info{
padding:40px;
background:#29308E;
color:#fff;
border-radius:20px;
height:100%;
}

.info-box{
display:flex;
margin-bottom:30px;
}

.info-box i{
font-size:28px;
margin-right:20px;
color:#FED601;
}

.contact-form{
background:#fff;
padding:40px;
border-radius:20px;
box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.form-control,
.form-select{
padding:14px;
border-radius:10px;
}

.footer{
background:#1c1c1c;
color:#fff;
padding:70px 0 30px;
}

.footer a{
color:#ddd;
text-decoration:none;
}

.footer ul{
list-style:none;
padding:0;
}

.footer li{
margin-bottom:10px;
}

.social-links a{
width:45px;
height:45px;
display:inline-flex;
align-items:center;
justify-content:center;
background:#fff;
color:#29308E;
border-radius:50%;
margin-right:10px;
text-decoration:none;
}

.whatsapp{
position:fixed;
bottom:25px;
right:25px;
width:60px;
height:60px;
background:#25D366;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-size:28px;
z-index:999;
text-decoration:none;
}

#topBtn{
position:fixed;
bottom:100px;
right:25px;
width:50px;
height:50px;
border:none;
border-radius:50%;
background:#29308E;
color:#fff;
display:none;
}