/*====================================================
        PHASE-8 : PREMIUM WELCOME SECTION
====================================================*/

.home-welcome-section{
    position:relative;
    padding:110px 0;
    background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
    overflow:hidden;
}

.home-welcome-section::before{
    content:"";
    position:absolute;
    width:700px;
    height:700px;
    background:radial-gradient(circle,
    rgba(255,193,7,.12),
    transparent 70%);
    top:-260px;
    right:-220px;
    pointer-events:none;
}

.home-section-heading{
    text-align:center;
    margin-bottom:70px;
}

.home-section-heading span{

    display:inline-block;
    padding:10px 24px;

    background:#ffc107;

    color:#002147;

    border-radius:40px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:18px;

    box-shadow:
    0 10px 25px rgba(255,193,7,.25);
}

.home-section-heading h2{

    font-size:52px;

    font-weight:800;

    color:#002147;

    margin-bottom:18px;

    line-height:1.15;
}

.home-section-heading p{

    max-width:760px;

    margin:auto;

    font-size:18px;

    color:#666;

    line-height:1.9;
}

.welcome-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

    gap:32px;
}

.welcome-box{

    background:#fff;

    border-radius:24px;

    padding:42px 30px;

    text-align:center;

    transition:.45s;

    position:relative;

    overflow:hidden;

    border:1px solid rgba(0,0,0,.05);

    box-shadow:

    0 15px 45px rgba(0,0,0,.07);
}

.welcome-box::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:0;

    height:5px;

    background:#ffc107;

    transition:.45s;
}

.welcome-box:hover::before{

    width:100%;
}

.welcome-box:hover{

    transform:translateY(-14px);

    box-shadow:

    0 35px 80px rgba(0,0,0,.14);
}

.welcome-icon{

    width:90px;

    height:90px;

    margin:0 auto 25px;

    border-radius:50%;

    background:

    linear-gradient(135deg,#ffc107,#ffd84d);

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    color:#002147;

    transition:.45s;

    box-shadow:

    0 15px 35px rgba(255,193,7,.30);
}

.welcome-box:hover .welcome-icon{

    transform:

    rotate(10deg)

    scale(1.12);
}

.welcome-box h3{

    font-size:26px;

    color:#002147;

    margin-bottom:18px;

    font-weight:700;
}

.welcome-box p{

    color:#666;

    line-height:1.9;

    font-size:16px;
}

/* floating glow */

.welcome-box::after{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    border-radius:50%;

    background:

    radial-gradient(circle,
    rgba(255,193,7,.20),
    transparent 70%);

    top:-90px;

    right:-90px;

    opacity:0;

    transition:.5s;
}

.welcome-box:hover::after{

    opacity:1;
}

/* tablet */

@media(max-width:991px){

.home-section-heading h2{

font-size:42px;

}

}

/* mobile */

@media(max-width:768px){

.home-welcome-section{

padding:80px 0;

}

.home-section-heading{

margin-bottom:45px;

}

.home-section-heading h2{

font-size:34px;

}

.home-section-heading p{

font-size:16px;

}

.welcome-box{

padding:35px 25px;

}

.welcome-icon{

width:75px;

height:75px;

font-size:28px;

}

}
.about-school-section{

padding:120px 0;

background:#f8fbff;

position:relative;

overflow:hidden;

}
.about-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:70px;

align-items:center;

}
.about-tag{

display:inline-block;

padding:12px 28px;

background:#ffc107;

border-radius:40px;

font-weight:700;

color:#002147;

margin-bottom:25px;

}
.about-content h2{

font-size:52px;

line-height:1.2;

color:#002147;

margin-bottom:25px;

font-weight:800;

}
.about-divider{

width:130px;

height:5px;

border-radius:20px;

background:#ffc107;

margin-bottom:30px;

}
.about-content p{

font-size:18px;

line-height:1.9;

color:#666;

margin-bottom:35px;

}
.about-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:20px;

margin-bottom:35px;

}
.feature-item{

display:flex;

align-items:center;

gap:15px;

padding:18px;

background:white;

border-radius:18px;

box-shadow:

0 12px 30px rgba(0,0,0,.08);

transition:.35s;

}
.feature-item:hover{

transform:translateY(-8px);

}
.feature-item i{

width:55px;

height:55px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

background:#ffc107;

color:#002147;

font-size:22px;

}
.about-btn{

display:inline-flex;

align-items:center;

gap:12px;

padding:18px 36px;

background:#002147;

color:white;

text-decoration:none;

border-radius:60px;

transition:.35s;

}
.about-btn:hover{

background:#ffc107;

color:#002147;

transform:translateY(-5px);

}
.about-image{

position:relative;

}
.about-image img{

width:100%;

border-radius:30px;

box-shadow:

0 25px 60px rgba(0,0,0,.18);

transition:.5s;

}
.about-image:hover img{

transform:scale(1.04);

}
.experience-card{

position:absolute;

bottom:30px;

left:-30px;

background:white;

padding:25px;

border-radius:20px;

box-shadow:

0 15px 45px rgba(0,0,0,.15);

text-align:center;

}
.experience-card h3{

font-size:44px;

color:#ffc107;

margin-bottom:5px;

}
@media(max-width:992px){

.about-grid{

grid-template-columns:1fr;

}

.about-image{

order:-1;

}

.about-content h2{

font-size:38px;

}

.about-features{

grid-template-columns:1fr;

}

.experience-card{

left:20px;

bottom:20px;

}

}
/*=========================
PREMIUM ABOUT SECTION
=========================*/

.about-premium{

padding:120px 0;

background:
linear-gradient(135deg,#f7fbff,#eef6ff);

position:relative;

overflow:hidden;

}

.about-premium::before{

content:"";

position:absolute;

width:650px;

height:650px;

border-radius:50%;

background:
radial-gradient(circle,
rgba(255,193,7,.18),
transparent 70%);

top:-220px;

right:-220px;

}

.about-grid{

display:grid;

grid-template-columns:1fr 1fr;

align-items:center;

gap:90px;

}

.section-tag{

display:inline-block;

padding:10px 24px;

background:#ffc107;

color:#002147;

font-weight:700;

border-radius:40px;

margin-bottom:25px;

letter-spacing:1px;

}

.about-left h2{

font-size:60px;

font-weight:800;

line-height:1.15;

color:#07244e;

margin-bottom:22px;

}

.section-line{

width:160px;

height:6px;

border-radius:20px;

background:#ffc107;

margin-bottom:28px;

}

.about-left p{

font-size:20px;

line-height:2;

color:#666;

margin-bottom:45px;

}

.about-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:25px;

margin-bottom:45px;

}

.feature-box{

display:flex;

align-items:center;

gap:18px;

background:white;

padding:22px;

border-radius:20px;

transition:.4s;

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

}

.feature-box:hover{

transform:translateY(-8px);

}

.feature-icon{

width:65px;

height:65px;

border-radius:50%;

background:#ffc107;

display:flex;

align-items:center;

justify-content:center;

font-size:24px;

color:#002147;

}

.feature-box h4{

margin:0;

font-size:21px;

color:#002147;

}

.feature-box span{

font-size:15px;

color:#777;

}

.about-btn{

display:inline-flex;

align-items:center;

gap:12px;

padding:18px 36px;

background:#002147;

color:white;

border-radius:50px;

text-decoration:none;

font-weight:700;

transition:.35s;

}

.about-btn:hover{

background:#ffc107;

color:#002147;

}

.about-right{

position:relative;

}

.about-right img{

width:100%;

border-radius:28px;

box-shadow:
0 30px 70px rgba(0,0,0,.18);

transition:.5s;

}

.about-right img:hover{

transform:scale(1.03);

}

.experience-card{

position:absolute;

left:-35px;

bottom:60px;

background:white;

padding:40px;

border-radius:28px;

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

text-align:center;

}

.experience-card h3{

font-size:70px;

color:#ffc107;

margin:0;

font-weight:800;

}

.experience-card p{

margin-top:10px;

font-size:22px;

color:#002147;

}

@media(max-width:991px){

.about-grid{

grid-template-columns:1fr;

}

.about-left h2{

font-size:42px;

}

.about-features{

grid-template-columns:1fr;

}

.experience-card{

position:static;

margin-top:30px;

}

}
/*=========================================
        PREMIUM STATS SECTION
=========================================*/

.premium-stats{

padding:120px 0;

background:
linear-gradient(135deg,#082a58,#0b3b74);

position:relative;

overflow:hidden;

}

.premium-stats::before{

content:"";

position:absolute;

width:700px;

height:700px;

border-radius:50%;

background:

radial-gradient(circle,

rgba(255,193,7,.15),

transparent 70%);

top:-250px;

left:-250px;

}

.stats-heading{

text-align:center;

margin-bottom:70px;

color:white;

}

.stats-heading span{

display:inline-block;

padding:10px 28px;

background:#ffc107;

color:#002147;

font-weight:700;

border-radius:40px;

margin-bottom:20px;

}

.stats-heading h2{

font-size:52px;

margin-bottom:20px;

font-weight:800;

}

.stats-heading p{

max-width:700px;

margin:auto;

font-size:18px;

line-height:1.8;

opacity:.9;

}

.premium-stats-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.premium-stat-card{

background:rgba(255,255,255,.08);

backdrop-filter:blur(16px);

padding:45px 25px;

border-radius:25px;

text-align:center;

transition:.45s;

border:1px solid rgba(255,255,255,.15);

}

.premium-stat-card:hover{

transform:translateY(-12px);

background:rgba(255,255,255,.13);

}

.stat-icon{

width:85px;

height:85px;

margin:auto;

margin-bottom:25px;

background:#ffc107;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

color:#002147;

}

.premium-stat-card h3{

font-size:58px;

color:#ffc107;

margin-bottom:10px;

font-weight:800;

}

.premium-stat-card h4{

color:white;

font-size:24px;

margin-bottom:15px;

}

.premium-stat-card p{

color:#ddd;

line-height:1.8;

}

@media(max-width:991px){

.premium-stats-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.premium-stats-grid{

grid-template-columns:1fr;

}

.stats-heading h2{

font-size:38px;

}

}
/*======================================
        WHY CHOOSE US
======================================*/

.why-section{

padding:120px 0;

background:#f8fbff;

position:relative;

overflow:hidden;

}

.why-section::before{

content:"";

position:absolute;

width:700px;

height:700px;

border-radius:50%;

background:

radial-gradient(circle,

rgba(255,193,7,.10),

transparent 70%);

left:-250px;

bottom:-250px;

}

.why-heading{

text-align:center;

margin-bottom:70px;

}

.why-heading span{

display:inline-block;

padding:10px 26px;

background:#ffc107;

color:#002147;

font-weight:700;

border-radius:40px;

margin-bottom:18px;

}

.why-heading h2{

font-size:52px;

font-weight:800;

margin-bottom:18px;

color:#002147;

}

.why-heading p{

max-width:700px;

margin:auto;

font-size:18px;

line-height:1.8;

color:#666;

}

.why-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.why-card{

background:white;

padding:40px 30px;

border-radius:25px;

text-align:center;

transition:.4s;

box-shadow:

0 20px 45px rgba(0,0,0,.08);

border:1px solid rgba(0,0,0,.05);

}

.why-card:hover{

transform:translateY(-12px);

box-shadow:

0 30px 70px rgba(0,0,0,.15);

}

.why-icon{

width:85px;

height:85px;

margin:auto;

margin-bottom:25px;

border-radius:50%;

background:

linear-gradient(135deg,#ffc107,#ffd54f);

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

color:#002147;

}

.why-card h3{

font-size:24px;

margin-bottom:15px;

color:#002147;

}

.why-card p{

line-height:1.8;

color:#666;

}

@media(max-width:991px){

.why-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.why-grid{

grid-template-columns:1fr;

}

.why-heading h2{

font-size:38px;

}

}
/*====================================
        PREMIUM GALLERY
====================================*/

.gallery-section{

padding:120px 0;

background:#ffffff;

}

.gallery-heading{

text-align:center;

margin-bottom:70px;

}

.gallery-heading span{

display:inline-block;

padding:10px 24px;

background:#ffc107;

color:#002147;

border-radius:40px;

font-weight:700;

margin-bottom:20px;

}

.gallery-heading h2{

font-size:52px;

color:#002147;

margin-bottom:20px;

font-weight:800;

}

.gallery-heading p{

max-width:700px;

margin:auto;

font-size:18px;

line-height:1.8;

color:#666;

}

.gallery-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

grid-auto-rows:260px;

gap:22px;

}

.gallery-item{

position:relative;

overflow:hidden;

border-radius:24px;

cursor:pointer;

}

.gallery-item.large{

grid-row:span 2;

}

.gallery-item img{

width:100%;

height:100%;

object-fit:cover;

transition:.6s;

}

.gallery-overlay{

position:absolute;

inset:0;

background:linear-gradient(

to top,

rgba(0,0,0,.7),

transparent

);

display:flex;

align-items:flex-end;

padding:30px;

opacity:0;

transition:.4s;

}

.gallery-overlay h3{

color:white;

font-size:28px;

}

.gallery-item:hover img{

transform:scale(1.12);

}

.gallery-item:hover .gallery-overlay{

opacity:1;

}

.gallery-btn-wrap{

text-align:center;

margin-top:60px;

}

.gallery-btn{

display:inline-flex;

align-items:center;

gap:12px;

padding:18px 36px;

background:#002147;

color:white;

text-decoration:none;

border-radius:60px;

font-weight:700;

transition:.35s;

}

.gallery-btn:hover{

background:#ffc107;

color:#002147;

transform:translateY(-5px);

}

@media(max-width:991px){

.gallery-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.gallery-grid{

grid-template-columns:1fr;

grid-auto-rows:250px;

}

.gallery-item.large{

grid-row:auto;

}

.gallery-heading h2{

font-size:38px;

}

}
/*========================================
        TESTIMONIAL SECTION
========================================*/

.testimonial-section{

padding:120px 0;

background:
linear-gradient(135deg,#0b2c58,#123f72);

color:#fff;

}

.testimonial-heading{

text-align:center;

margin-bottom:70px;

}

.testimonial-heading span{

display:inline-block;

padding:10px 24px;

background:#ffc107;

color:#002147;

border-radius:40px;

font-weight:700;

margin-bottom:20px;

}

.testimonial-heading h2{

font-size:52px;

margin-bottom:20px;

font-weight:800;

}

.testimonial-heading p{

max-width:700px;

margin:auto;

font-size:18px;

line-height:1.8;

opacity:.9;

}

.testimonial-slider{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.testimonial-card{

background:rgba(255,255,255,.08);

backdrop-filter:blur(15px);

padding:35px;

border-radius:25px;

transition:.4s;

}

.testimonial-card:hover{

transform:translateY(-10px);

background:rgba(255,255,255,.12);

}

.testimonial-top{

display:flex;

align-items:center;

gap:18px;

margin-bottom:20px;

}

.testimonial-top img{

width:70px;

height:70px;

border-radius:50%;

object-fit:cover;

border:4px solid #ffc107;

}

.testimonial-top h3{

margin:0;

font-size:22px;

}

.testimonial-top span{

opacity:.8;

}

.stars{

font-size:22px;

color:#ffc107;

margin-bottom:18px;

letter-spacing:3px;

}

.testimonial-card p{

line-height:1.8;

color:#f5f5f5;

}

@media(max-width:991px){

.testimonial-slider{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.testimonial-slider{

grid-template-columns:1fr;

}

.testimonial-heading h2{

font-size:38px;

}

}
/*====================================
      PREMIUM ADMISSION CTA
====================================*/

.premium-admission{

position:relative;

padding:130px 0;

background:

url('/images/admission-bg.jpg')

center/cover no-repeat;

overflow:hidden;

}

.admission-overlay{

position:absolute;

inset:0;

background:

linear-gradient(

135deg,

rgba(0,33,71,.92),

rgba(0,33,71,.75)

);

}

.admission-content{

position:relative;

z-index:2;

text-align:center;

color:#fff;

max-width:900px;

margin:auto;

}

.admission-content span{

display:inline-block;

padding:12px 28px;

background:#ffc107;

color:#002147;

font-weight:700;

border-radius:40px;

margin-bottom:30px;

}

.admission-content h2{

font-size:58px;

font-weight:800;

margin-bottom:25px;

line-height:1.15;

}

.admission-content p{

font-size:20px;

line-height:2;

opacity:.95;

margin-bottom:45px;

}

.admission-points{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:20px;

margin-bottom:50px;

}

.admission-points div{

background:rgba(255,255,255,.08);

padding:18px;

border-radius:18px;

backdrop-filter:blur(12px);

}

.admission-points i{

color:#ffc107;

margin-right:8px;

}

.admission-buttons{

display:flex;

justify-content:center;

gap:25px;

flex-wrap:wrap;

}

.admission-btn{

padding:18px 38px;

background:#ffc107;

color:#002147;

border-radius:60px;

font-weight:700;

text-decoration:none;

display:inline-flex;

align-items:center;

gap:10px;

transition:.35s;

}

.admission-btn:hover{

transform:translateY(-5px);

box-shadow:0 20px 40px rgba(255,193,7,.35);

}

.visit-btn{

padding:18px 38px;

border:2px solid #fff;

color:#fff;

border-radius:60px;

text-decoration:none;

font-weight:700;

transition:.35s;

}

.visit-btn:hover{

background:#fff;

color:#002147;

}

@media(max-width:991px){

.admission-points{

grid-template-columns:repeat(2,1fr);

}

.admission-content h2{

font-size:42px;

}

}

@media(max-width:768px){

.admission-points{

grid-template-columns:1fr;

}

.admission-content h2{

font-size:34px;

}

}