*{margin:0;padding:0;box-sizing:border-box}
body{font-family:Arial,Helvetica,sans-serif;color:#14213d;background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}
.container{width:92%;max-width:1180px;margin:auto}

.top-header{position:sticky;top:0;z-index:999;background:#fff;box-shadow:0 8px 25px rgba(0,0,0,.08)}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;padding:10px 0}
.brand{display:flex;align-items:center;gap:12px}
.brand img{width:64px;height:64px;object-fit:contain;border-radius:50%}
.brand h1{font-size:22px;line-height:1.1;color:#001d3d;text-transform:uppercase}
.brand p{font-size:14px;color:#e85d04;font-weight:800}
.navbar{display:flex;align-items:center;gap:24px;font-weight:800}
.navbar a{color:#111}
.navbar a.active{color:#e85d04;border-bottom:3px solid #e85d04;padding-bottom:6px}
.erp-btn{background:#e85d04!important;color:#fff!important;padding:12px 20px;border-radius:30px;border-bottom:0!important}
.menu-btn{display:none;background:#001d3d;color:#fff;border:0;padding:10px 14px;border-radius:8px;font-size:24px}

.hero{
position:relative;
height:100vh;
display:flex;
align-items:center;
background:url('../images/school-building.jpeg');
background-size:cover;
background-position:center;
animation:slider 18s infinite;
overflow:hidden;
}

@keyframes slider{
0%,16.66%{background-image:url('../images/school-building.jpeg')}
16.67%,33.33%{background-image:url('../images/computer-lab.jpeg')}
33.34%,50%{background-image:url('../images/classroom.jpeg')}
50.01%,66.66%{background-image:url('../images/mess.jpeg')}
66.67%,83.33%{background-image:url('../images/hostel.jpeg')}
83.34%,100%{background-image:url('../images/physical-training.jpeg')}
}

.hero:before{
content:"";
position:absolute;
inset:0;
background:linear-gradient(90deg,rgba(0,29,61,.95) 0%,rgba(0,29,61,.80) 36%,rgba(0,29,61,.35) 70%,rgba(0,0,0,.10) 100%);
z-index:1;
}

.hero-content{position:relative;z-index:2;max-width:620px;margin-left:70px;color:#fff}
.badge{display:inline-block;background:#ffb703;color:#001d3d;padding:14px 25px;border-radius:50px;font-weight:900;margin-bottom:25px}
.hero h2{font-size:68px;font-weight:900;line-height:1.08;margin-bottom:25px;text-shadow:0 8px 25px rgba(0,0,0,.35)}
.hero p{font-size:20px;line-height:1.7;margin-bottom:30px;color:#f1f1f1}
.btn{display:inline-block;margin-right:15px;padding:15px 28px;border-radius:40px;font-weight:900}
.primary{background:#f97316;color:#fff}
.secondary{background:#ffb703;color:#001d3d}

.slide-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;background:transparent;border:0;color:#fff;font-size:55px;cursor:pointer}
.slide-arrow.left{left:18px}
.slide-arrow.right{right:18px}
.slider-dots{position:absolute;bottom:45px;left:50%;transform:translateX(-50%);z-index:3;display:flex;gap:12px}
.dot{width:13px;height:13px;background:#fff;border-radius:50%;display:block}
.dot.active{background:#f97316}

.admission-strip{background:#fff8e8;color:#001d3d;padding:18px 0;box-shadow:0 5px 18px rgba(0,0,0,.06)}
.strip-wrap{display:flex;align-items:center;justify-content:space-between;gap:15px;flex-wrap:wrap}
.strip-wrap strong{font-size:22px;color:#e85d04}
.strip-wrap a{background:#e85d04;color:#fff;padding:12px 20px;border-radius:12px;font-weight:900}

.section{padding:80px 0}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}
.section-tag{color:#e85d04;font-weight:900;text-transform:uppercase;letter-spacing:1px}
.section h2{font-size:38px;margin:8px 0 18px;color:#001d3d}
.logo-card{background:#fff;border-radius:24px;padding:14px;box-shadow:0 12px 35px rgba(0,0,0,.12);text-align:center}
.logo-card img{width:100%;border-radius:20px}

.facilities{background:#f8fafc}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:30px}
.card{background:#fff;padding:28px;border-radius:20px;box-shadow:0 10px 24px rgba(0,0,0,.08);font-size:34px;transition:.3s}
.card:hover{transform:translateY(-8px)}
.card h3{font-size:21px;margin:12px 0;color:#001d3d}
.card p{font-size:15px;color:#4b5563}

.gallery h2,.gallery .section-tag{text-align:center;display:block}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}
.photo-gallery img{width:100%;height:230px;object-fit:cover;border-radius:18px;box-shadow:0 10px 24px rgba(0,0,0,.12)}

.contact{background:#f8fafc}
.contact p{margin:12px 0}
.contact-actions{margin-top:18px}
.enquiry-form{background:#fff;padding:28px;border-radius:20px;box-shadow:0 10px 28px rgba(0,0,0,.1)}
.enquiry-form h3{margin-bottom:18px;font-size:25px}
.enquiry-form input,.enquiry-form select,.enquiry-form textarea{width:100%;padding:14px;margin:8px 0;border:1px solid #ddd;border-radius:10px;font-size:15px}
.enquiry-form textarea{min-height:95px}
.enquiry-form button{width:100%;padding:15px;border:0;border-radius:12px;background:#25d366;color:#fff;font-weight:900;font-size:16px;cursor:pointer}

footer{background:#001d3d;color:#fff;padding:25px 0}
.footer-wrap{display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap}
.float-whatsapp{position:fixed;right:22px;bottom:24px;z-index:1000;background:#25d366;color:#fff;padding:14px 22px;border-radius:35px;font-weight:900;box-shadow:0 8px 20px rgba(0,0,0,.2)}

@media(max-width:850px){
.menu-btn{display:block}
.navbar{position:absolute;top:86px;left:0;width:100%;background:#fff;flex-direction:column;align-items:flex-start;padding:20px;display:none;box-shadow:0 14px 24px rgba(0,0,0,.08)}
.navbar.active{display:flex}
.brand h1{font-size:16px}
.brand img{width:54px;height:54px}
.hero{height:82vh}
.hero-content{margin-left:25px;margin-right:20px}
.hero h2{font-size:42px}
.hero p{font-size:16px}
.slide-arrow{display:none}
.grid-2,.cards,.gallery-grid{grid-template-columns:1fr}
.section{padding:55px 0}
.section h2{font-size:30px}
}
.counter-section{
background:linear-gradient(135deg,#001d3d,#003566);
padding:60px 0;
color:#fff;
}

.counter-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:22px;
text-align:center;
}

.counter-box{
background:rgba(255,255,255,.10);
padding:30px 20px;
border-radius:20px;
box-shadow:0 12px 30px rgba(0,0,0,.18);
}

.counter-box h2{
font-size:48px;
color:#ffb703;
margin-bottom:8px;
}

.counter-box p{
font-size:18px;
font-weight:800;
}

@media(max-width:850px){
.counter-grid{
grid-template-columns:repeat(2,1fr);
}
}
.counter-section{
background:linear-gradient(135deg,#001d3d,#003566);
padding:70px 0;
color:#fff;
}

.counter-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:22px;
}

.counter-box{
background:rgba(255,255,255,.12);
padding:35px 20px;
text-align:center;
border-radius:22px;
box-shadow:0 12px 30px rgba(0,0,0,.18);
}

.counter-box h2{
font-size:52px;
color:#ffb703;
margin-bottom:8px;
}

.counter-box p{
font-size:19px;
font-weight:900;
color:#fff;
}

@media(max-width:850px){
.counter-grid{
grid-template-columns:repeat(2,1fr);
}
}
.director-section{
background:#fff;
}

.director-photo img{
width:100%;
border-radius:24px;
box-shadow:0 14px 35px rgba(0,0,0,.15);
}

.director-content h3{
font-size:26px;
color:#e85d04;
margin-bottom:15px;
}

.director-content p{
font-size:18px;
margin-bottom:25px;
color:#444;
}
.testimonials{
background:#f8fafc;
}

.testimonials .card{
text-align:center;
}

.testimonials h3{
margin:15px 0;
color:#e85d04;
}
.reveal{
opacity:0;
transform:translateY(60px);
transition:all .9s ease;
}

.reveal.active{
opacity:1;
transform:translateY(0);
}

.card,
.logo-card,
.counter-box,
.director-photo img,
.enquiry-form,
.photo-gallery img{
transition:.4s ease;
}

.card:hover,
.logo-card:hover,
.counter-box:hover,
.director-photo img:hover,
.enquiry-form:hover,
.photo-gallery img:hover{
transform:translateY(-8px);
box-shadow:0 18px 40px rgba(0,0,0,.18);
}
.map-section{
padding:80px 0;
background:#fff;
text-align:center;
}

.map-box{
margin-top:25px;
border-radius:24px;
overflow:hidden;
box-shadow:0 16px 40px rgba(0,0,0,.16);
}

.map-box iframe{
width:100%;
height:420px;
border:0;
display:block;
}
.top-marquee{
background:linear-gradient(90deg,#e85d04,#ffb703);
color:#fff;
font-size:16px;
font-weight:800;
padding:10px 0;
box-shadow:0 4px 12px rgba(0,0,0,.15);
}

.top-marquee marquee{
letter-spacing:.5px;
}
#loader{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:#001d3d;
display:flex;
justify-content:center;
align-items:center;
z-index:99999;
transition:.8s;
}

.loader-content{
text-align:center;
color:#fff;
}

.loader-content img{
width:120px;
height:120px;
border-radius:50%;
margin-bottom:20px;
animation:rotateLogo 2s linear infinite;
}

.loader-content h2{
font-size:32px;
margin-bottom:20px;
}

.loading-bar{
width:220px;
height:8px;
background:rgba(255,255,255,.2);
border-radius:20px;
overflow:hidden;
margin:auto;
}

.loading-bar span{
display:block;
height:100%;
background:#ffb703;
animation:loading 2s linear infinite;
}

@keyframes loading{
0%{
width:0%;
}
100%{
width:100%;
}
}

@keyframes rotateLogo{
100%{
transform:rotate(360deg);
}
}
#backToTop{
position:fixed;
right:22px;
bottom:85px;
width:48px;
height:48px;
border:0;
border-radius:50%;
background:#ffb703;
color:#001d3d;
font-size:24px;
font-weight:900;
cursor:pointer;
display:none;
z-index:1000;
box-shadow:0 8px 20px rgba(0,0,0,.25);
}