/* RESET */

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}


/* HEADER */

.rbt-header{
width:100%;
background:#ffffff;
position:sticky;
top:0;
z-index:999;
box-shadow:0 3px 15px rgba(0,0,0,0.05);
}


/* CONTAINER */

.container{
width:90%;
margin:auto;
}


/* NAVBAR ROW */

.mainbar-row{
display:flex;
align-items:center;
justify-content:space-between;
height:80px;
}


/* LOGO */

.logo img{
height:55px;
}


/* NAVIGATION */

.mainmenu{
display:flex;
gap:28px;
list-style:none;
align-items:center;
}

.mainmenu li a{
text-decoration:none;
font-size:15px;
font-weight:500;
color:#1f2937;
transition:0.3s;
}

.mainmenu li a:hover{
color:#2563eb;
}

.mainmenu i{
font-size:14px;
margin-left:4px;
}


/* RIGHT BUTTON */

.enroll-btn{
padding:10px 24px;
border-radius:25px;
border:2px solid #7c3aed;
color:#7c3aed;
font-weight:600;
text-decoration:none;
transition:0.3s;
}

.enroll-btn:hover{
background:#7c3aed;
color:#fff;
}


/* RIGHT SECTION */

.header-right{
display:flex;
align-items:center;
gap:15px;
}


/* MOBILE MENU BUTTON */

.hamberger-button{
border:none;
background:#7c3aed;
color:#fff;
padding:10px 12px;
border-radius:6px;
cursor:pointer;
}


/* RESPONSIVE */

@media(max-width:991px){

.rbt-main-navigation{
display:none;
}

.enroll-btn{
display:none;
}

}
/* navbar */
/* NAVBAR */

.main-navbar{

width:100%;

background:#ffffff;

position:fixed;

top:0;

left:0;

z-index:999;

box-shadow:0 2px 12px rgba(0,0,0,0.06);

}


.nav-container{

max-width:1200px;

margin:auto;

display:flex;

align-items:center;

justify-content:space-between;

padding:16px 20px;

}


/* LOGO */

.nav-logo{

display:flex;

align-items:center;

gap:10px;

font-weight:600;

font-size:18px;

color:#222;

}


.nav-logo img{

height:45px;

}


/* MENU */

.nav-menu{

display:flex;

gap:35px;

list-style:none;

}


.nav-menu a{

text-decoration:none;

font-size:15px;

color:#333;

font-weight:500;

position:relative;

}


/* ACTIVE UNDERLINE */

.nav-menu a::after{

content:"";

position:absolute;

left:0;

bottom:-6px;

width:0;

height:2px;

background:#ff3f8e;

transition:0.3s;

}


.nav-menu a:hover::after{

width:100%;

}


.nav-menu .active a::after{

width:100%;

}


/* RIGHT BUTTON */

.nav-btn a{

background:#ff3f8e;

color:#fff;

padding:10px 22px;

border-radius:25px;

text-decoration:none;

font-size:14px;

font-weight:500;

transition:0.3s;

}


.nav-btn a:hover{

background:#e9337f;

}


/* MOBILE */

@media(max-width:900px){

.nav-menu{

display:none;

}

}
/* NAVBAR */

.main-navbar{

width:100%;

background:#ffffff;

position:fixed;

top:0;

left:0;

z-index:999;

box-shadow:0 3px 12px rgba(0,0,0,0.08);

}


/* NAV CONTAINER */

.nav-container{

max-width:1200px;

margin:auto;

display:flex;

align-items:center;

justify-content:space-between;

padding:15px 20px;

}


/* LOGO */

.nav-logo{

display:flex;

align-items:center;

gap:10px;

flex:1;

}


.nav-logo img{

height:45px;

}


.nav-logo span{

font-size:18px;

font-weight:600;

color:#333;

}


/* MENU */

.nav-menu{

display:flex;

justify-content:center;

gap:35px;

list-style:none;

flex:2;

margin:0;

padding:0;

}


.nav-menu li a{

text-decoration:none;

color:#444;

font-size:18px;

font-weight:500;

position:relative;

padding-bottom:5px;

}


/* HOVER UNDERLINE */

.nav-menu li a::after{

content:"";

position:absolute;

left:0;

bottom:-3px;

width:0;

height:2px;

background:#ff3f8e;

transition:0.3s;

}


.nav-menu li a:hover::after{

width:100%;

}


.nav-menu .active a::after{

width:100%;

}


/* RIGHT BUTTON */

.nav-btn{

flex:1;

display:flex;

justify-content:flex-end;

}


.nav-btn a{

background:#ff3f8e;

color:#fff;

padding:10px 22px;

border-radius:25px;

font-size:16px;

font-weight:500;

text-decoration:none;

transition:0.3s;

}


.nav-btn a:hover{

background:#e7317d;

}


/* MOBILE */

@media(max-width:992px){

.nav-menu{

display:none;

}

}
/* NAVBAR */

.main-navbar{
width:100%;
background:#ffffff;
position:fixed;
top:0;
left:0;
z-index:999;
box-shadow:0 3px 12px rgba(0,0,0,0.08);
}


/* CONTAINER */

.nav-container{
width:100%;
max-width:1300px;
margin:auto;
display:flex;
align-items:center;
justify-content:space-between;
padding:12px 20px;
}


/* LOGO SECTION */

.nav-logo{
display:flex;
align-items:center;
gap:10px;
min-width:280px; /* keeps logo fully left */
}


/* LOGO IMAGE */

.nav-logo img{
height:42px;
}


/* SCHOOL NAME */

.nav-logo span{
font-size:18px;
font-weight:600;
color:#333;
}


/* MENU */

.nav-menu{
display:flex;
align-items:center;
gap:35px;
list-style:none;
margin:0;
padding:0;
}


/* MENU LINKS */

.nav-menu li a{
text-decoration:none;
color:#444;
font-size:15px;
font-weight:500;
position:relative;
padding-bottom:5px;
}


/* ACTIVE UNDERLINE */

.nav-menu li a::after{
content:"";
position:absolute;
left:0;
bottom:-5px;
width:0;
height:2px;
background:#ff3f8e;
transition:0.3s;
}


.nav-menu li a:hover::after{
width:100%;
}


.nav-menu .active a::after{
width:100%;
}


/* RIGHT BUTTON */

.nav-btn{
display:flex;
align-items:center;
}


.nav-btn a{
background:#ff3f8e;
color:#fff;
padding:10px 22px;
border-radius:25px;
font-size:16px;
font-weight:600;
text-decoration:none;
transition:0.3s;
}


.nav-btn a:hover{
background:#e7317d;
}
.navbar-nav {
    gap: 10px;   /* reduce space between menu items */
}

.admission-btn {
    margin-left: 10px;  /* reduce gap from Paynow */
}
.hero-form h3{
    font-size: 20px;   /* reduce size */
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}
/* about us */
.raps-about{
padding:90px 0;
background:#ffffff;
}

/* title */

.about-header{
max-width:800px;
margin:auto;
margin-bottom:60px;
}

.about-title{
font-size:38px;
font-weight:700;
color:#0b1c3d;
margin-bottom:20px;
}

.about-text{
color:#555;
line-height:1.7;
}

/* images */

.about-images{
display:flex;
gap:25px;
justify-content:center;
margin-bottom:60px;
flex-wrap:wrap;
}

.about-images img{
width:300px;
border-radius:15px;
box-shadow:0 10px 25px rgba(0,0,0,0.15);
transition:0.4s;
}

.about-images img:hover{
transform:scale(1.05);
}

/* VMV section */

.vmv-section{
background:#0b1c3d;
padding:60px 30px;
border-radius:20px;
display:flex;
gap:30px;
justify-content:center;
flex-wrap:wrap;
position:relative;
}

/* dots background */

.vmv-section::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-image:radial-gradient(#ffffff22 2px, transparent 2px);
background-size:25px 25px;
opacity:0.4;
}

/* cards */

.vmv-card{
background:#ffffff;
padding:30px;
border-radius:12px;
width:280px;
text-align:center;
position:relative;
z-index:2;
transition:0.4s;
}

.vmv-card:hover{
transform:translateY(-8px);
}

.vmv-card h4{
color:#0b1c3d;
margin-top:10px;
}

.vmv-card p{
color:#555;
font-size:14px;
}

.icon{
font-size:28px;
color:#ffc107;
}
/* images */
/* image section wrapper */
.about-images{
display:flex;
justify-content:center;
gap:35px;
flex-wrap:wrap;
margin-top:50px;
}

/* image cards */
.about-images .thumbnail{
background:#fff;
padding:10px;
border-radius:20px;
box-shadow:0 12px 35px rgba(0,0,0,0.08);
transition:0.4s;
}

/* image */
.about-images img{
width:320px;
border-radius:15px;
display:block;
}

/* hover effect */
.about-images .thumbnail:hover{
transform:translateY(-8px);
box-shadow:0 18px 45px rgba(0,0,0,0.12);
}

/* theme borders */
.image-1{
border-top:5px solid #ff4d8d;
}

.image-2{
border-top:5px solid #6c63ff;
}

.image-3{
border-top:5px solid #ffc107;
}
.about-images{
display:flex;
justify-content:center;
gap:35px;
flex-wrap:wrap;
margin-top:50px;
}

/* card */
.about-images .thumbnail{
background:#fff;
padding:12px;
border-radius:20px;
box-shadow:0 12px 35px rgba(0,0,0,0.08);
transition:0.4s;
width:320px;
}

/* image fix */
.about-images .thumbnail img{
width:100%;
height:260px;        /* important */
object-fit:cover;    /* crop image properly */
border-radius:15px;
display:block;
}

/* hover */
.about-images .thumbnail:hover{
transform:translateY(-8px);
box-shadow:0 18px 45px rgba(0,0,0,0.12);
}
/* whole section */

.about-section{
padding:100px 0;
background:linear-gradient(180deg,#f7f8ff 0%, #ffffff 60%);
position:relative;
overflow:hidden;
}

/* decorative shapes */

.about-section::before{
content:"";
position:absolute;
width:350px;
height:350px;
background:#ffe6f0;
border-radius:50%;
top:-120px;
left:-120px;
opacity:0.6;
}

.about-section::after{
content:"";
position:absolute;
width:300px;
height:300px;
background:#e9ecff;
border-radius:50%;
bottom:-120px;
right:-120px;
opacity:0.6;
}

/* heading */

.about-header h2{
font-size:40px;
font-weight:700;
color:#0b1c3d;
}

.about-header p{
max-width:700px;
margin:20px auto 50px;
color:#555;
line-height:1.7;
}
/* VMV SECTION */

.vmv-section{
background:#0b1c3d;
padding:50px 20px;        /* reduce box height */
border-radius:20px;
margin:60px auto;
max-width:1200px;
position:relative;
overflow:hidden;
}

/* dotted pattern */

.vmv-section::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-image:radial-gradient(rgba(255,255,255,0.12) 2px, transparent 2px);
background-size:28px 28px;
opacity:0.4;
}

/* cards container */

.vmv-cards{
display:flex;
justify-content:center;
gap:30px;
flex-wrap:wrap;
position:relative;
z-index:2;
}

/* card */

.vmv-card{
background:#ffffff;
padding:25px 22px;
border-radius:16px;
width:280px;
text-align:center;
box-shadow:0 10px 25px rgba(0,0,0,0.12);
transition:0.4s;
}

/* hover effect */

.vmv-card:hover{
transform:translateY(-6px);
box-shadow:0 15px 35px rgba(0,0,0,0.18);
}

/* icon */

.vmv-card i{
font-size:28px;
color:#ffc107;
margin-bottom:10px;
}

/* title */

.vmv-card h4{
color:#0b1c3d;
font-weight:600;
margin-bottom:10px;
}

/* text */

.vmv-card p{
font-size:14px;
color:#555;
line-height:1.6;
}

/* responsive */

@media(max-width:991px){

.vmv-section{
padding:40px 15px;
}

.vmv-card{
width:100%;
max-width:320px;
}

}
/* image section */
.about-images{
margin-bottom:8px;   /* reduce space under images */
}

/* navy VMV section */
.vmv-section{
margin-top:0px;      /* reduce gap above navy box */
padding:40px 18px;
}
.vmv-section{
background:transparent;
padding:40px 0;
margin-top:20px;
}
.vmv-cards{
display:flex;
justify-content:center;
gap:30px;
flex-wrap:wrap;
}
.vmv-card{
background:#ffffff;
padding:30px 25px;
border-radius:16px;
width:280px;
text-align:center;
box-shadow:0 12px 30px rgba(0,0,0,0.1);
transition:0.3s;
}

/* hover effect */
.vmv-card:hover{
transform:translateY(-8px);
box-shadow:0 18px 40px rgba(0,0,0,0.15);
}
.vmv-card:nth-child(1){
border-top:4px solid #ff4d8d;
}

.vmv-card:nth-child(2){
border-top:4px solid #6c63ff;
}

.vmv-card:nth-child(3){
border-top:4px solid #ffc107;
}
.about-images{
margin-bottom:2px;   /* reduce bottom space of images */
}
.vmv-section{
margin-top:0px;   /* reduce space above cards */
padding-top:10px;
}
/* remove big gap after hero */

.rbt-section-gapTop{
padding-top:40px !important;
}

/* if gap still appears */

#about{
margin-top:0 !important;
padding-top:30px;
}
.hero-section{
margin-bottom:0 !important;
padding-bottom:0 !important;
}
.rbt-section-gapTop{
padding-top:30px !important;
}

#about{
margin-top:0;
padding-top:30px;
}
/* Center heading */
.rbt-video-area .title{
font-size:40px;
font-weight:700;
color:#0b1c3d;
}

/* subtitle */
.rbt-video-area .subtitle{
padding:6px 18px;
border-radius:30px;
font-size:14px;
background:#e7ecff;
color:#3a57ff;
}

/* text paragraph */
.rbt-video-area .description{
font-size:16px;
line-height:1.8;
color:#555;
}

/* video button */
.video-popup-wrapper{
position:relative;
}

.video-btn{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
background:red;
color:white;
width:70px;
height:70px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:30px;
}
/* =========================================
   RAPS WHAT MAKES SECTION
========================================= */

.rbt-video-area{
padding:40px 0 70px 0;
position:relative;
overflow:hidden;
background:linear-gradient(180deg,#f7f9ff,#ffffff);
}

/* background left shape */
.rbt-video-area::before{
content:"";
position:absolute;
width:320px;
height:320px;
background:#eef1ff;
border-radius:50%;
left:-120px;
top:120px;
z-index:0;
}

/* background right shape */
.rbt-video-area::after{
content:"";
position:absolute;
width:260px;
height:260px;
background:#f3f4ff;
border-radius:50%;
right:-80px;
top:60px;
z-index:0;
}

/* =========================================
   HEADING STYLE
========================================= */

.rbt-video-area .subtitle{
background:#e7ebff;
color:#4a63ff;
padding:8px 18px;
border-radius:25px;
font-size:14px;
font-weight:600;
display:inline-block;
margin-bottom:12px;
}

.rbt-video-area .title{
font-size:42px;
font-weight:800;
color:#0b1c3d;
letter-spacing:0.4px;
margin-bottom:25px;
}

.rbt-video-area .description{
font-size:16px;
line-height:1.9;
color:#555;
margin-bottom:25px;
}

/* =========================================
   VIDEO SECTION
========================================= */

.video-popup-wrapper{
position:relative;
z-index:2;
}

.video-popup-wrapper img{
width:100%;
border-radius:14px;
box-shadow:0 20px 40px rgba(0,0,0,0.12);
}

/* play button */

.video-btn{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
background:#ff2e2e;
width:70px;
height:70px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:26px;
color:#fff;
box-shadow:0 10px 25px rgba(255,0,0,0.35);
transition:0.3s;
}

.video-btn:hover{
transform:translate(-50%,-50%) scale(1.1);
}

/* =========================================
   BUTTON STYLE
========================================= */

.read-more-btn a{
display:inline-flex;
align-items:center;
gap:8px;
font-weight:600;
color:#0b1c3d;
font-size:16px;
text-decoration:none;
}

.read-more-btn a:hover{
color:#ff3b7a;
}

/* =========================================
   RESPONSIVE DESIGN
========================================= */

@media (max-width:991px){

.rbt-video-area{
padding:35px 0 60px 0;
}

.rbt-video-area .title{
font-size:32px;
text-align:center;
}

.rbt-video-area .subtitle{
display:block;
text-align:center;
margin:auto;
margin-bottom:15px;
}

.rbt-video-area .description{
text-align:center;
}

.read-more-btn{
text-align:center;
}

.video-popup-wrapper{
margin-top:30px;
}

}

/* mobile */

@media (max-width:576px){

.rbt-video-area .title{
font-size:26px;
}

.video-btn{
width:55px;
height:55px;
font-size:20px;
}

}
/* =====================================
   WHAT MAKES SECTION
===================================== */

.rbt-video-area{
padding:40px 0 70px 0;
background:linear-gradient(180deg,#f8f9ff,#ffffff);
position:relative;
overflow:hidden;
font-family:'Poppins',sans-serif;
}

/* keep content above shapes */
.rbt-video-area .container{
position:relative;
z-index:2;
}

/* =====================================
   BACKGROUND SHAPES
===================================== */

.rbt-video-area::before{
content:"";
position:absolute;
width:260px;
height:260px;
background:#eef1ff;
border-radius:50%;
left:-120px;
top:120px;
z-index:0;
}

.rbt-video-area::after{
content:"";
position:absolute;
width:220px;
height:220px;
background:#f1f3ff;
border-radius:50%;
right:-80px;
top:60px;
z-index:0;
}

/* =====================================
   HEADING
===================================== */

.rbt-video-area .subtitle{
background:#e7ebff;
color:#3b5bdb;
padding:8px 18px;
border-radius:30px;
font-size:14px;
font-weight:600;
display:inline-block;
margin-bottom:12px;
}

.rbt-video-area .title{
font-size:42px;
font-weight:800;
color:#0b1c3d;
margin-bottom:25px;
letter-spacing:0.4px;
}

/* =====================================
   TEXT
===================================== */

.rbt-video-area .description{
font-size:17px;
line-height:1.9;
color:#555;
margin-bottom:25px;
}

/* =====================================
   BUTTON
===================================== */

.read-more-btn a{
display:inline-flex;
align-items:center;
gap:8px;
font-weight:600;
font-size:16px;
color:#0b1c3d;
text-decoration:none;
transition:0.3s;
}

.read-more-btn a:hover{
color:#ff3b7a;
}

/* =====================================
   VIDEO IMAGE
===================================== */

.video-popup-wrapper{
position:relative;
}

.video-popup-wrapper img{
width:100%;
border-radius:14px;
box-shadow:0 20px 40px rgba(0,0,0,0.12);
}

/* =====================================
   PLAY BUTTON
===================================== */

.video-btn{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
background:#ff2e2e;
width:70px;
height:70px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:26px;
color:#fff;
box-shadow:0 10px 25px rgba(255,0,0,0.35);
transition:0.3s;
}

.video-btn:hover{
transform:translate(-50%,-50%) scale(1.1);
}

/* =====================================
   RESPONSIVE DESIGN
===================================== */

@media (max-width:991px){

.rbt-video-area{
padding:35px 0 60px 0;
}

.rbt-video-area .title{
font-size:50px;
text-align:center;
}

.rbt-video-area .subtitle{
display:block;
text-align:center;
margin:auto;
margin-bottom:15px;
}

.rbt-video-area .description{
text-align:center;
}

.read-more-btn{
text-align:center;
}

.video-popup-wrapper{
margin-top:30px;
}

}

/* MOBILE */

@media (max-width:576px){

.rbt-video-area .title{
font-size:26px;
}

.video-btn{
width:55px;
height:55px;
font-size:20px;
}

}
.rbt-video-area .description{
font-family:'Poppins', sans-serif;
font-size:17px;
line-height:1.9;
font-weight:500;   /* makes text semi-bold */
color:#2c2c2c;
}
.vmv-section{
padding-bottom:0px !important;
margin-bottom:0 !important;
}
.rbt-section-gapTop{
padding-top:5px !important;
}

.pt--50{
padding-top:20px !important;
}
#about{
padding-top:30px !important;
margin-top:0 !important;
}
/* remove gap between hero and about section */

.raps-about{
margin-top:0 !important;
padding-top:0 !important;
}

/* remove space from inner section */

.about-section{
margin-top:0 !important;
padding-top:0 !important;
}

/* remove container top spacing */

.raps-about .container{
margin-top:0 !important;
padding-top:20px !important;
}

/* remove extra spacing from heading */

.about-header{
margin-top:0 !important;
}
/* etc */
/* ===============================
FACILITIES / WHY CHOOSE SECTION
=============================== */

.rbt-categories-area{
background:#f4f6ff;
padding:80px 0;

/* dotted pattern */
background-image: radial-gradient(rgba(0,0,0,0.08) 1.2px, transparent 1.2px);
background-size:22px 22px;
}


/* ===============================
CARD STYLE
=============================== */

.rbt-cat-box{
background:#ffffff;
border-radius:18px;
padding:35px 25px;
display:block;
text-decoration:none;

border:2px solid transparent;

box-shadow:0 8px 25px rgba(0,0,0,0.06);

transition:all 0.35s ease;
height:100%;
}


/* ===============================
ICON STYLE
=============================== */

.rbt-cat-box .icons img{
width:70px;
margin-bottom:15px;
transition:0.3s;
}


/* ===============================
TITLE
=============================== */

.rbt-cat-box .title{
font-size:20px;
font-weight:600;
color:#0b2c5f;
margin-bottom:8px;
transition:0.3s;
}


/* ===============================
DESCRIPTION
=============================== */

.rbt-btn-link{
font-size:15px;
color:#6b7280;
transition:0.3s;
}


/* ===============================
HOVER EFFECT
=============================== */

.rbt-cat-box:hover{
transform:translateY(-10px);
border:2px solid #ff4d88;
box-shadow:0 15px 35px rgba(0,0,0,0.12);
}


/* title hover */

.rbt-cat-box:hover .title{
color:#ff4d88;
}


/* icon animation */

.rbt-cat-box:hover .icons img{
transform:scale(1.1);
}


/* text hover */

.rbt-cat-box:hover .rbt-btn-link{
color:#ff4d88;
}


/* ===============================
RESPONSIVE
=============================== */

@media (max-width:991px){

.rbt-categories-area{
padding:60px 20px;
}

.rbt-cat-box{
padding:30px 20px;
}

}


@media (max-width:768px){

.rbt-cat-box{
margin-bottom:20px;
}

}
/* SECTION BACKGROUND */

.rbt-categories-area{
background:#f7f9ff;
padding:70px 0;

/* modern dotted background */
background-image: radial-gradient(#cfd6ff 1px, transparent 1px);
background-size:20px 20px;
}


/* CARD */

.rbt-cat-box{
background:#ffffff;
border-radius:16px;

padding:25px 18px;   /* smaller padding */

border:2px solid transparent;

box-shadow:0 6px 18px rgba(0,0,0,0.06);

transition:all .3s ease;

max-width:230px;
margin:auto;

height:100%;
}


/* ICON */

.rbt-cat-box .icons img{
width:55px;      /* smaller icon */
margin-bottom:12px;
transition:0.3s;
}


/* TITLE */

.rbt-cat-box .title{
font-size:18px;
font-weight:600;
color:#0c2d57;
margin-bottom:6px;
}


/* DESCRIPTION */

.rbt-btn-link{
font-size:14px;
color:#6b7280;
}


/* HOVER */

.rbt-cat-box:hover{
transform:translateY(-8px);
border:2px solid #ff4d88;

box-shadow:0 12px 30px rgba(0,0,0,0.12);
}


/* TITLE HOVER */

.rbt-cat-box:hover .title{
color:#ff4d88;
}


/* ICON HOVER */

.rbt-cat-box:hover .icons img{
transform:scale(1.1);
}


/* RESPONSIVE */

@media(max-width:768px){

.rbt-cat-box{
max-width:100%;
margin-bottom:20px;
}

}
/* SECTION BACKGROUND */

.rbt-categories-area{
background:#eef1fb;
padding:80px 0;

/* dotted pattern */
background-image: radial-gradient(#cfd5f3 1.2px, transparent 1.2px);
background-size:22px 22px;
}


/* CARD */

.rbt-cat-box{
background:#f7f8fc;
border-radius:20px;
padding:35px 25px;
display:block;
text-decoration:none;

border:2px solid transparent;

box-shadow:0 10px 25px rgba(0,0,0,0.06);

transition:all .35s ease;
height:100%;
}


/* INNER BOX */

.rbt-cat-box .inner{
background:#ffffff;
padding:25px;
border-radius:16px;
}


/* ICON */

.rbt-cat-box .icons img{
width:70px;
margin-bottom:15px;
transition:0.3s;
}


/* TITLE */

.rbt-cat-box .title{
font-size:20px;
font-weight:600;
color:#0d2c54;
margin-bottom:10px;
}


/* TEXT */

.rbt-btn-link{
font-size:15px;
color:#6b7280;
}


/* HOVER EFFECT */

.rbt-cat-box:hover{
transform:translateY(-8px);
border:2px solid #ff4d88;
box-shadow:0 15px 35px rgba(0,0,0,0.12);
}


/* TEXT HOVER */

.rbt-cat-box:hover .title{
color:#ff4d88;
}

.rbt-cat-box:hover .rbt-btn-link{
color:#ff4d88;
}


/* ICON HOVER */

.rbt-cat-box:hover .icons img{
transform:scale(1.1);
}


/* RESPONSIVE */

@media(max-width:768px){

.rbt-cat-box{
margin-bottom:25px;
}

}
/* CARD SIZE FIX */

.rbt-cat-box{
background:#f6f7fb;
border-radius:20px;
padding:25px;

border:2px solid transparent;

box-shadow:0 10px 25px rgba(0,0,0,0.06);

transition:all .3s ease;

/* square card */
aspect-ratio:1/1;

display:flex;
align-items:center;
justify-content:center;
}


/* inner content center */

.rbt-cat-box .inner{
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
height:100%;
text-align:center;
}


/* icon */

.rbt-cat-box .icons img{
width:60px;
margin-bottom:12px;
}


/* title */

.rbt-cat-box .title{
font-size:18px;
font-weight:600;
color:#0b2c5f;
margin-bottom:6px;
}


/* description */

.rbt-btn-link{
font-size:14px;
color:#6b7280;
}


/* hover */

.rbt-cat-box:hover{
transform:translateY(-8px);
border:2px solid #ff4d88;
box-shadow:0 18px 40px rgba(0,0,0,0.12);
}

.rbt-cat-box:hover .title{
color:#ff4d88;
}
.service-wrapper{
background-color:#0b2c5f;

/* dotted pattern */
background-image: radial-gradient(rgba(255,255,255,0.2) 1px, transparent 1px);
background-size:22px 22px;

padding:80px 0;
}
.service-wrapper{
background:#0b2c5f !important;

/* dotted pattern */
background-image: radial-gradient(rgba(255,255,255,0.25) 1.2px, transparent 1.2px) !important;
background-size:22px 22px !important;
}
.service-wrapper .title,
.service-wrapper .subtitle{
color:#ffffff;
}
/* Fix card text color */

.rbt-flipbox-front .title{
color:#0b2c5f !important;
}

.rbt-flipbox-front p{
color:#4a5568 !important;
}

.rbt-flipbox-front .content{
color:#0b2c5f !important;
}
/* sports */
/* SECTION */

.raps-sports-section{
background:#f8fbff;
}


/* HEADING */

.sports-title{
font-size:38px;
font-weight:700;
color:#0b2c5f;
}

.sports-subtitle{
max-width:700px;
margin:auto;
margin-top:10px;
color:#6c7a92;
}


/* IMAGE */

.sports-image img{
width:100%;
border-radius:14px;
box-shadow:0 10px 30px rgba(0,0,0,0.1);
transition:0.4s;
}

.sports-image img:hover{
transform:scale(1.03);
}


/* CONTENT */

.sports-content .description{
color:#5a6a80;
line-height:1.7;
margin-bottom:25px;
}


/* SPORTS TITLE */

.sports-heading{
font-weight:700;
margin-bottom:20px;
}


/* SPORTS GRID */

.sports-list{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:12px;
}


/* SPORT CARD */

.sport-item{
background:white;
padding:12px 15px;
border-radius:10px;
display:flex;
align-items:center;
gap:10px;
font-weight:500;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
transition:0.3s;
}

.sport-item i{
color:#ff4d6d;
font-size:18px;
}

.sport-item:hover{
transform:translateY(-4px);
box-shadow:0 10px 25px rgba(0,0,0,0.1);
}


/* MOBILE */

@media(max-width:992px){

.sports-list{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.sports-title{
font-size:28px;
}

}
/* SPORTS SECTION BACKGROUND */

.rbt-about-area.about-style-1{
    background:#f7f9fc;
    padding-top:90px;
    padding-bottom:90px;
}
/* TEXT AREA */

.rbt-about-area .inner{
    padding-left:40px;
}

.rbt-about-area .title{
    font-size:36px;
    font-weight:700;
    color:#0b2c5f;
    line-height:1.3;
}

.rbt-about-area .description{
    font-size:16px;
    color:#5b6a82;
    line-height:1.8;
}
/* TEXT AREA */

.rbt-about-area .inner{
    padding-left:40px;
}

.rbt-about-area .title{
    font-size:36px;
    font-weight:700;
    color:#0b2c5f;
    line-height:1.3;
}

.rbt-about-area .description{
    font-size:16px;
    color:#5b6a82;
    line-height:1.8;
}
@media (max-width:992px){

.rbt-about-area .inner{
    padding-left:0;
    margin-top:30px;
}

.plan-offer-list-wrapper{
    grid-template-columns:1fr;
}

.rbt-about-area .title{
    font-size:28px;
}

}
/* SECTION SPACING FIX */

.rbt-about-area.about-style-1{
padding:60px 0;
background:#f7f9fc;
}


/* REMOVE EXTRA TOP SPACE */

.rbt-about-area .row.mb--50{
margin-bottom:30px !important;
}


/* CENTER HEADING */

.sports-title{
font-size:36px;
font-weight:700;
color:#0b2c5f;
margin-bottom:10px;
}

.sports-subtitle{
font-size:16px;
color:#6b7c93;
}


/* IMAGE STYLE */

.rbt-about-area .content img{
border-radius:14px;
box-shadow:0 15px 35px rgba(0,0,0,0.08);
}


/* ALIGN IMAGE & TEXT */

.rbt-about-area .row.g-5{
align-items:center;
}


/* TEXT AREA */

.rbt-about-area .inner{
padding-left:40px;
}

.rbt-about-area .description{
line-height:1.8;
color:#5c6c84;
}


/* SPORTS LIST */

.plan-offer-list-wrapper{
display:flex;
gap:20px;
}

.plan-offer-list li{
background:#ffffff;
padding:10px 14px;
border-radius:8px;
margin-bottom:10px;
box-shadow:0 4px 12px rgba(0,0,0,0.05);
}


/* ICON */

.plan-offer-list li i{
color:#ff4d6d;
margin-right:8px;
}


/* MOBILE */

@media (max-width:992px){

.rbt-about-area .inner{
padding-left:0;
margin-top:30px;
}

.plan-offer-list-wrapper{
flex-direction:column;
}

.sports-title{
font-size:28px;
}

}/* TEXT CARD */

.sports-content .description{
background:#ffffff;
padding:22px 24px;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
color:#5a6a80;
line-height:1.7;
margin-bottom:25px;

/* Navy + Yellow Theme */
border-left:6px solid #f5c518;
position:relative;
}

/* TOP DECORATIVE LINE */

.sports-content .description::before{
content:"";
position:absolute;
top:0;
left:0;
width:60px;
height:4px;
background:#0b2c5f;
border-radius:4px;
}
.sport-item i{
color:#f5c518;
font-size:18px;
}
.sport-item{
background:#ffffff;
padding:12px 16px;
border-radius:10px;
display:flex;
align-items:center;
gap:10px;
font-weight:500;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
transition:0.3s;
border:1px solid #eef1f6;
}

.sport-item:hover{
transform:translateY(-4px);
box-shadow:0 10px 25px rgba(0,0,0,0.1);
border-color:#f5c518;
}
.raps-sports-section{
background:#f8fbff;
}
/* NAVY BLUE TEXT CARD */

.sports-content .description{
background:#0b2c5f;   /* Navy Blue */
color:#ffffff;        /* White text */

padding:24px 26px;
border-radius:12px;

box-shadow:0 12px 35px rgba(0,0,0,0.15);

margin-bottom:25px;

line-height:1.7;

position:relative;
}


/* YELLOW ACCENT LINE */

.sports-content .description::before{
content:"";
position:absolute;
top:0;
left:0;
width:6px;
height:100%;
background:#f5c518;   /* Yellow */
border-radius:6px 0 0 6px;
}
.sport-item i{
color:#f5c518;
}
/* SPORTS GRID */

.sports-list{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:16px;
margin-top:15px;
}


/* SPORTS CARD */

.sport-item{
background:#ffffff;
padding:14px 18px;
border-radius:12px;
display:flex;
align-items:center;
gap:12px;
font-weight:600;

box-shadow:0 6px 18px rgba(0,0,0,0.08);

transition:all 0.35s ease;

border:1px solid #eef1f6;
}


/* ICON */

.sport-item i{
color:#f5c518;   /* yellow */
font-size:18px;
transition:0.3s;
}


/* HOVER EFFECT */

.sport-item:hover{
background:#0b2c5f;
color:#ffffff;

transform:translateY(-5px);

box-shadow:0 12px 30px rgba(0,0,0,0.2);
}

.sport-item:hover i{
color:#f5c518;
}
.sport-item i{
background:#fff3c4;
width:34px;
height:34px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
}
@media(max-width:992px){

.sports-list{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:576px){

.sports-list{
grid-template-columns:1fr;
}

}
/* CENTER AVAILABLE SPORTS HEADING */

.sports-heading{
text-align:center;
margin-top:25px;
margin-bottom:20px;
}


/* CENTER SPORTS GRID */

.sports-list{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:18px;
justify-content:center;
max-width:650px;
margin:0 auto;   /* centers the grid */
}


/* CENTER EACH CARD CONTENT */

.sport-item{
display:flex;
align-items:center;
justify-content:center;
gap:10px;
}
@media (max-width:768px){

.sports-list{
grid-template-columns:repeat(2,1fr);
}

}

@media (max-width:480px){

.sports-list{
grid-template-columns:1fr;
}

}
/* sportss1 */
/* SECTION BACKGROUND */

.raps-legacy-section{
background:#f7f9fc;
}


/* TITLE */

.legacy-title{
font-size:36px;
font-weight:700;
color:#0b2c5f;
margin-bottom:10px;
}


/* SUBTITLE */

.legacy-subtitle{
font-size:16px;
color:#6c7a89;
}


/* TEXT CARD */

.legacy-content .description{

background:#0b2c5f;
color:white;

padding:24px;
border-radius:12px;

line-height:1.7;

margin-bottom:25px;

position:relative;

box-shadow:0 10px 30px rgba(0,0,0,0.15);

}


/* YELLOW LINE */

.legacy-content .description::before{

content:"";
position:absolute;

left:0;
top:0;

width:6px;
height:100%;

background:#f5c518;

border-radius:6px 0 0 6px;

}


/* FEATURE LIST */

.legacy-list{

display:grid;
grid-template-columns:repeat(2,1fr);

gap:14px;

}


/* LIST ITEM */

.legacy-item{

background:white;

padding:12px 16px;

border-radius:10px;

display:flex;
align-items:center;

gap:10px;

font-weight:500;

box-shadow:0 5px 15px rgba(0,0,0,0.06);

}


/* ICON */

.legacy-item i{

color:#f5c518;

background:#fff5cc;

width:28px;
height:28px;

display:flex;
align-items:center;
justify-content:center;

border-radius:50%;

font-size:13px;

}


/* IMAGE */

.legacy-image img{

width:100%;

border-radius:14px;

box-shadow:0 15px 35px rgba(0,0,0,0.2);

}
@media(max-width:768px){

.legacy-list{
grid-template-columns:1fr;
}

.legacy-title{
font-size:28px;
}

}


/* HOVER */

.legacy-item:hover{

background:#0b2c5f;
color:#ffffff;

transform:translateY(-4px);

box-shadow:0 10px 25px rgba(0,0,0,0.25);

}

.legacy-item:hover i{

background:#f5c518;
color:#0b2c5f;

}
.legacy-content .description{
margin-bottom:50px;   /* increase space below card */
}
/* SECTION BACKGROUND */

.raps-legacy-section{
background:#f7f9fc;
}


/* TITLE */

.legacy-title{
font-size:36px;
font-weight:700;
color:#0b2c5f;
margin-bottom:10px;
}


/* SUBTITLE */

.legacy-subtitle{
color:#6c7a89;
font-size:16px;
}


/* BLUE DESCRIPTION CARD */

.legacy-card{

background:#0b2c5f;
color:white;

padding:30px;

border-radius:14px;

line-height:1.7;

margin-bottom:45px;

position:relative;

box-shadow:0 12px 30px rgba(0,0,0,0.15);

}


/* YELLOW BORDER */

.legacy-card::before{

content:"";

position:absolute;

left:0;
top:0;

width:6px;
height:100%;

background:#f5c518;

border-radius:6px 0 0 6px;

}


/* HEADING */

.legacy-heading{

font-weight:700;
color:#0b2c5f;

margin-bottom:25px;

}


/* FEATURE GRID */

.legacy-list{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

}


/* FEATURE CARD */

.legacy-item{

background:#ffffff;

padding:14px 18px;

border-radius:12px;

display:flex;
align-items:center;

gap:12px;

font-weight:500;

box-shadow:0 6px 18px rgba(0,0,0,0.08);

transition:all .3s ease;

}


/* ICON */

.legacy-item i{

background:#fff3c4;
color:#f5c518;

width:28px;
height:28px;

display:flex;
align-items:center;
justify-content:center;

border-radius:50%;

font-size:13px;

}


/* HOVER */

.legacy-item:hover{

background:#0b2c5f;
color:#ffffff;

transform:translateY(-4px);

box-shadow:0 12px 25px rgba(0,0,0,0.2);

}

.legacy-item:hover i{

background:#f5c518;
color:#0b2c5f;

}


/* IMAGE */

.legacy-image img{

width:100%;

border-radius:14px;

box-shadow:0 15px 35px rgba(0,0,0,0.25);

}


/* MOBILE */

@media(max-width:768px){

.legacy-list{
grid-template-columns:1fr;
}

.legacy-title{
font-size:28px;
}

}
/* SECTION SPACING */

.raps-legacy-section{
padding:100px 0;
background:#f7f9fc;
}


/* HEADING */

.legacy-title{
font-size:38px;
font-weight:700;
color:#0b2c5f;
margin-bottom:10px;
}

.legacy-subtitle{
font-size:16px;
color:#6c7a89;
margin-bottom:60px;
}


/* ROW SPACING */

.legacy-row{
margin-top:20px;
}


/* DESCRIPTION CARD */

.legacy-card{
background:#0b2c5f;
color:#fff;
padding:35px;
border-radius:14px;
line-height:1.8;
margin-bottom:40px;
position:relative;
box-shadow:0 10px 25px rgba(0,0,0,0.15);
}


/* YELLOW SIDE BORDER */

.legacy-card::before{
content:"";
position:absolute;
left:0;
top:0;
height:100%;
width:6px;
background:#ffc107;
border-radius:6px 0 0 6px;
}


/* WHY PARENTS HEADING */

.legacy-heading{
font-weight:700;
margin-bottom:25px;
color:#0b2c5f;
}


/* GRID */

.legacy-list{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
}


/* FEATURE CARD */

.legacy-item{
background:#fff;
padding:14px 18px;
border-radius:10px;
display:flex;
align-items:center;
gap:10px;
font-weight:500;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
transition:0.3s;
}


/* ICON */

.legacy-item i{
background:#ffe9a6;
color:#c79b00;
width:26px;
height:26px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-size:12px;
}


/* HOVER */

.legacy-item:hover{
background:#0b2c5f;
color:#fff;
transform:translateY(-3px);
}

.legacy-item:hover i{
background:#ffc107;
color:#0b2c5f;
}


/* IMAGE */

.legacy-image img{
width:100%;
border-radius:14px;
box-shadow:0 15px 35px rgba(0,0,0,0.25);
}


/* MOBILE */

@media(max-width:768px){

.legacy-list{
grid-template-columns:1fr;
}

.legacy-title{
font-size:28px;
}

}
/* IMAGE ALIGNMENT FIX */

.legacy-image{
height:100%;
display:flex;
align-items:center;
}

.legacy-image img{
width:100%;
height:100%;
object-fit:cover;
border-radius:14px;
box-shadow:0 15px 35px rgba(0,0,0,0.25);
}


/* ALIGN TEXT AND IMAGE SAME HEIGHT */

.legacy-row{
align-items:stretch;
}
.legacy-image{
height:100%;
border-radius:16px;
overflow:hidden;
}

.legacy-image img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}
/* ROW ALIGNMENT */

.legacy-row{
align-items:flex-start;
margin-top:40px;
}


/* IMAGE COLUMN */

.legacy-image{
width:100%;
}


/* IMAGE */

.legacy-image img{
width:100%;
height:auto;
display:block;
border-radius:14px;
box-shadow:0 15px 35px rgba(0,0,0,0.2);
}


/* CARD SPACING */

.legacy-card{
margin-bottom:40px;
}


/* LIST GRID */

.legacy-list{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
}
/* FEATURE GRID */

.legacy-list{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:18px;
margin-top:20px;
}
.legacy-item{
background:#ffffff;
padding:14px 18px;
border-radius:12px;
display:flex;
align-items:center;
gap:10px;
font-weight:500;
box-shadow:0 6px 18px rgba(0,0,0,0.08);
transition:0.3s;
}

.legacy-item i{
background:#ffe9a6;
color:#c79b00;
width:26px;
height:26px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-size:12px;
}

.legacy-item:hover{
background:#0b2c5f;
color:#fff;
transform:translateY(-3px);
}

.legacy-item:hover i{
background:#ffc107;
color:#0b2c5f;
}
@media (max-width:992px){
.legacy-list{
grid-template-columns:repeat(2,1fr);
}
}

@media (max-width:576px){
.legacy-list{
grid-template-columns:1fr;
}
}
.legacy-heading{
text-align:center;
font-weight:700;
margin:40px 0 30px;
color:#0b2c5f;
font-size:28px;
}
/* IMAGE */

.campus-image img{
border-radius:14px;
box-shadow:0 15px 35px rgba(0,0,0,0.15);
}


/* TITLE */

.campus-title{
font-size:34px;
font-weight:700;
color:#0b2c5f;
margin-bottom:15px;
}


/* DESCRIPTION */

.campus-description{
color:#6c7a89;
margin-bottom:30px;
font-size:16px;
}


/* FEATURE HEADING */

.campus-feature-heading{
font-weight:700;
margin-bottom:20px;
color:#0b2c5f;
}


/* FEATURE GRID */

.campus-feature-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:16px;
}


/* FEATURE CARD */

.campus-feature{
background:#f8f9fb;
padding:14px 18px;
border-radius:12px;
display:flex;
align-items:center;
gap:10px;
font-weight:500;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
transition:0.3s;
}


/* ICON */

.campus-feature i{
color:#28a745;
font-size:16px;
}


/* HOVER */

.campus-feature:hover{
background:#0b2c5f;
color:white;
transform:translateY(-4px);
}

.campus-feature:hover i{
color:#ffc107;
}


/* MOBILE */

@media(max-width:768px){

.campus-feature-grid{
grid-template-columns:1fr;
}

.campus-title{
font-size:26px;
}

}
/* IMAGE */

.campus-modern-image img{
border-radius:14px;
box-shadow:0 15px 35px rgba(0,0,0,0.15);
}


/* TITLE */

.campus-modern-title{
font-size:34px;
font-weight:700;
color:#0b2c5f;
margin-bottom:15px;
}


/* TEXT */

.campus-modern-text{
color:#6c7a89;
margin-bottom:30px;
font-size:16px;
}


/* FEATURE TITLE */

.campus-modern-feature-title{
font-weight:700;
margin-bottom:20px;
color:#0b2c5f;
}


/* GRID */

.campus-modern-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:18px;
}


/* CARD */

.campus-modern-card{
background:#ffffff;
padding:14px 18px;
border-radius:12px;
display:flex;
align-items:center;
gap:10px;
font-weight:500;
box-shadow:0 6px 18px rgba(0,0,0,0.08);
transition:0.3s;
}


/* ICON */

.campus-modern-card i{
background:#e6f4ea;
color:#28a745;
width:26px;
height:26px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-size:12px;
}


/* HOVER */

.campus-modern-card:hover{
background:#0b2c5f;
color:#fff;
transform:translateY(-4px);
}

.campus-modern-card:hover i{
background:#ffc107;
color:#0b2c5f;
}


/* RESPONSIVE */

@media(max-width:992px){
.campus-modern-grid{
grid-template-columns:repeat(2,1fr);
}
}

@media(max-width:576px){
.campus-modern-grid{
grid-template-columns:1fr;
}

.campus-modern-title{
font-size:26px;
}
}
/* SECTION TITLE */

.campus-title{
font-size:36px;
font-weight:700;
color:#0b2c5f;
margin-bottom:10px;
}

.campus-subtitle{
color:#6c7a89;
font-size:16px;
}


/* NAVY CARD */

.campus-card{

background:#0b2c5f;

color:#fff;

padding:30px;

border-radius:14px;

line-height:1.7;

margin-bottom:30px;

position:relative;

box-shadow:0 10px 25px rgba(0,0,0,0.15);

}


/* YELLOW BORDER */

.campus-card::before{

content:"";

position:absolute;

left:0;
top:0;

width:6px;
height:100%;

background:#ffc107;

border-radius:6px 0 0 6px;

}


/* FEATURE HEADING */

.feature-heading{

font-weight:700;

color:#0b2c5f;

margin-bottom:20px;

}
/* CENTER HEADING */

.feature-heading,
.mb--20{
text-align:center;
color:#0b2c5f;
font-weight:700;
margin-bottom:30px;
}


/* FEATURE CARD STYLE */

.plan-offer-list li{

background:#f8f8f8;
padding:12px 18px;
border-radius:10px;
margin-bottom:15px;

display:flex;
align-items:center;
gap:10px;

transition:0.3s;
font-weight:500;

}


/* YELLOW ICON */

.plan-offer-list li i{

background:#ffc107;
color:#fff;

width:24px;
height:24px;

display:flex;
align-items:center;
justify-content:center;

border-radius:50%;

font-size:12px;

}


/* NAVY HOVER */

.plan-offer-list li:hover{

background:#0b2c5f;
color:#fff;
transform:translateY(-3px);

}


/* ICON COLOR ON HOVER */

.plan-offer-list li:hover i{

background:#ffc107;
color:#0b2c5f;

}
/* GRID LAYOUT FOR FEATURE LIST */

.plan-offer-list-wrapper{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
margin-top:20px;
}


/* REMOVE DEFAULT UL STYLE */

.plan-offer-list{
list-style:none;
padding:0;
margin:0;
}


/* CARD STYLE */

.plan-offer-list li{
background:#f8f8f8;
padding:14px 18px;
border-radius:10px;

display:flex;
align-items:center;
gap:10px;

transition:0.3s;
font-weight:500;
}


/* ICON YELLOW */

.plan-offer-list li i{
background:#ffc107;
color:#fff;

width:24px;
height:24px;

display:flex;
align-items:center;
justify-content:center;

border-radius:50%;
font-size:12px;
}


/* NAVY HOVER */

.plan-offer-list li:hover{
background:#0b2c5f;
color:#fff;
transform:translateY(-3px);
}

.plan-offer-list li:hover i{
background:#ffc107;
color:#0b2c5f;
}


/* TABLET */

@media(max-width:992px){
.plan-offer-list-wrapper{
grid-template-columns:repeat(2,1fr);
}
}


/* MOBILE */

@media(max-width:576px){
.plan-offer-list-wrapper{
grid-template-columns:1fr;
}
}
/* FEATURE GRID */

.plan-offer-list-wrapper{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
margin-top:25px;
}


/* REMOVE UL COLUMN BEHAVIOR */

.plan-offer-list{
list-style:none;
padding:0;
margin:0;
display:contents;
}


/* CARD STYLE */

.plan-offer-list li{

background:#f7f7f7;
padding:14px 20px;

border-radius:10px;

display:flex;
align-items:center;
gap:10px;

font-weight:500;

transition:0.3s;

box-shadow:0 4px 12px rgba(0,0,0,0.05);
}


/* ICON STYLE */

.plan-offer-list li i{

background:#ffc107;
color:#fff;

width:24px;
height:24px;

display:flex;
align-items:center;
justify-content:center;

border-radius:50%;

font-size:12px;

}


/* NAVY HOVER */

.plan-offer-list li:hover{

background:#0b2c5f;
color:#fff;

transform:translateY(-3px);

}

.plan-offer-list li:hover i{
background:#ffc107;
color:#0b2c5f;
}


/* TABLET */

@media(max-width:992px){
.plan-offer-list-wrapper{
grid-template-columns:repeat(2,1fr);
}
}


/* MOBILE */

@media(max-width:576px){
.plan-offer-list-wrapper{
grid-template-columns:1fr;
}
}
/* GRID LAYOUT */

.plan-offer-list-wrapper{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:10px; /* very small space */
margin-top:15px;
}


/* REMOVE UL SPACE */

.plan-offer-list{
list-style:none;
padding:0;
margin:0;
display:contents;
}


/* CARD STYLE */

.plan-offer-list li{

background:#f5f5f5;

padding:10px 14px;

border-radius:8px;

display:flex;
align-items:center;
gap:8px;

font-size:14px;
font-weight:500;

height:45px; /* equal height */

transition:0.25s;

box-shadow:0 3px 8px rgba(0,0,0,0.05);

}


/* ICON */

.plan-offer-list li i{

background:#ffc107;
color:#fff;

width:20px;
height:20px;

display:flex;
align-items:center;
justify-content:center;

border-radius:50%;

font-size:10px;

}


/* HOVER */

.plan-offer-list li:hover{

background:#0b2c5f;
color:#fff;

}

.plan-offer-list li:hover i{
background:#ffc107;
color:#0b2c5f;
}


/* TABLET */

@media(max-width:992px){

.plan-offer-list-wrapper{
grid-template-columns:repeat(2,1fr);
}

}


/* MOBILE */

@media(max-width:576px){

.plan-offer-list-wrapper{
grid-template-columns:1fr;
}

}
/* GRID */

.legacy-list{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:12px; /* reduce gap */
margin-top:15px;
}


/* CARD */

.legacy-item{

background:#f5f5f5;

padding:10px 14px;   /* reduced padding */

border-radius:10px;

display:flex;
align-items:center;
gap:8px;

font-size:14px;   /* smaller text */

font-weight:500;

min-height:42px;  /* smaller height */

transition:0.3s;

box-shadow:0 3px 8px rgba(0,0,0,0.05);

}


/* ICON */

.legacy-item i{

background:#ffc107;

color:#fff;

width:20px;
height:20px;

display:flex;
align-items:center;
justify-content:center;

border-radius:50%;

font-size:10px;

flex-shrink:0;

}


/* HOVER */

.legacy-item:hover{

background:#0b2c5f;

color:#fff;

transform:translateY(-2px);

}

.legacy-item:hover i{

background:#ffc107;
color:#0b2c5f;

}


/* TABLET */

@media(max-width:992px){

.legacy-list{
grid-template-columns:repeat(2,1fr);
}

}


/* MOBILE */

@media(max-width:576px){

.legacy-list{
grid-template-columns:1fr;
}

}
/* EXAM CARD */

.exam-card{

background:#ffffff;

border-radius:14px;

padding:20px;

display:flex;

align-items:center;

justify-content:space-between;

gap:15px;

height:170px;

box-shadow:0 10px 25px rgba(0,0,0,0.08);

transition:0.3s;

}


.exam-card:hover{

transform:translateY(-6px);

box-shadow:0 15px 35px rgba(0,0,0,0.15);

}


/* CONTENT */

.exam-content{
flex:1;
}

.exam-content h4{

font-size:22px;

font-weight:700;

color:#0b2c5f;

margin-bottom:8px;

}

.exam-content p{

font-size:14px;

color:#6c7a89;

line-height:1.5;

}


/* IMAGE */

.exam-img img{

width:70px;

height:auto;

}


/* MOBILE */

@media(max-width:768px){

.exam-card{

flex-direction:column;

text-align:center;

height:auto;

}

.exam-img img{
width:60px;
}

}
/* FIX ROW ALIGNMENT */
.service-wrapper .row{
display:flex;
flex-wrap:wrap;
justify-content:center;
}

/* FIX COLUMN SPACE */
.service-wrapper .col-xl-3,
.service-wrapper .col-lg-4,
.service-wrapper .col-md-6,
.service-wrapper .col-sm-6{
display:flex;
}

/* CARD SIZE */
.rbt-flipbox{
width:100%;
height:100%;
}

.rbt-flipbox-wrap{
height:100%;
min-height:360px;
padding:20px;
border-radius:12px;
display:flex;
flex-direction:column;
justify-content:space-between;
}

/* IMAGE SIZE */
.front-thumb img{
height:80px;
object-fit:contain;
margin-bottom:10px;
}

/* TEXT SIZE */
.rbt-flipbox .title{
font-size:20px;
line-height:1.3;
margin-bottom:10px;
}

/* LIST TEXT */
.rbt-list-style-3 li{
font-size:14px;
margin-bottom:6px;
}

/* REMOVE EXTRA GAP */
.row--15{
margin-left:-10px;
margin-right:-10px;
}

.row--15 > div{
padding-left:10px;
padding-right:10px;
}

/* MOBILE FIX */

@media (max-width:992px){

.rbt-flipbox-wrap{
min-height:330px;
}

}

@media (max-width:768px){

.rbt-flipbox-wrap{
min-height:auto;
}

.front-thumb img{
height:65px;
}

}
.section-title .title{
color:#ffffff !important;
font-weight:700;
font-size:36px;
margin-bottom:10px;
}
.section-title .description{
color:#ffffff !important;
font-size:16px;
line-height:1.6;
}
/* White text only for dark background section */
.service-wrapper .section-title .title{
color:#ffffff;
}

.service-wrapper .section-title .description{
color:#ffffff;
}
/* WHY CHOOSE RAPS badge */
.subtitle.bg-primary-opacity{
background:#0b2c5f !important;   /* navy background */
color:#ffffff !important;        /* white text */
padding:8px 18px;
border-radius:30px;
font-weight:600;
}

/* Section heading */
.section-title .title,
.section-title h4{
color:#0b2c5f;
font-weight:700;
}
/* WHY CHOOSE RAPS badge */
.subtitle.bg-primary-opacity{
background:#0b2c5f;
color:#ffffff !important;
padding:8px 20px;
border-radius:30px;
font-weight:600;
}

/* Heading color */
.section-title .title{
color:#0b2c5f !important;
font-size:32px;
font-weight:700;
line-height:1.4;
}
/* Distinguishing features badge */
.subtitle.bg-primary-opacity{
background:#ffffff !important;   /* white background */
color:#0b2c5f !important;        /* navy text */
padding:10px 22px;
border-radius:30px;
font-weight:700;
letter-spacing:0.5px;
}
/* Distinguishing Features badge fix */
.section-title .subtitle{
background:#ffffff !important;   /* white background */
color:#0b2c5f !important;        /* navy text */
padding:10px 22px;
border-radius:40px;
font-weight:700;
font-size:14px;
letter-spacing:0.5px;
display:inline-block;
}
/* Make this section heading white */
.service-wrapper .section-title .title{
color:#ffffff !important;
}

/* Make description white */
.service-wrapper .section-title .description{
color:#ffffff !important;
}

/* Optional: subtitle text white */
.service-wrapper .section-title .subtitle{
color:#ffffff !important;
}
.section-title .subtitle{
background:#ffffff;      /* white pill */
color:#0b2c5f !important; /* navy text so it becomes visible */
padding:10px 25px;
border-radius:40px;
font-weight:600;
}
.section-title .subtitle{
background:#ffffff;     /* white pill */
color:#0b2c5f !important; /* navy text */
padding:10px 25px;
border-radius:40px;
font-weight:600;
display:inline-block;
}
.section-title .subtitle{
color:#0b2c5f !important;   /* navy text so it becomes visible */
}
.description.has-medium-font-size{
color:#333333 !important;   /* dark readable text */
}
.description.has-medium-font-size{
color:#333333 !important;   /* dark readable text */
}
/* card alignment */
/* Counter cards */
.rbt-counterup{
background:#ffffff;
padding:30px 20px;
border-radius:14px;
text-align:center;
box-shadow:0 8px 25px rgba(0,0,0,0.05);
transition:all .3s ease;
height:100%;
}

/* Hover effect */
.rbt-counterup:hover{
transform:translateY(-6px);
box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

/* Counter number */
.rbt-counterup .counter{
font-size:36px;
font-weight:700;
color:#0b2c5f;
margin-bottom:5px;
white-space:nowrap;
}

/* Counter text */
.rbt-counterup .subtitle{
font-size:15px;
color:#555;
}

/* Counter icon */
.rbt-counterup .icon img{
width:48px;
margin-bottom:12px;
}

/* Right content */
.rbt-counterup-area .section-title .title{
font-size:34px;
font-weight:700;
line-height:1.3;
color:#0b2c5f;
}

/* Description */
.rbt-counterup-area .description{
color:#555;
max-width:520px;
}

/* Feature list */
.rbt-feature{
display:flex;
align-items:center;
gap:12px;
margin-bottom:14px;
}

/* Feature icon */
.rbt-feature .icon{
width:42px;
height:42px;
border-radius:10px;
display:flex;
align-items:center;
justify-content:center;
font-size:18px;
}

/* Feature title */
.feature-title{
font-size:16px;
font-weight:600;
color:#0b2c5f;
margin:0;
}

/* Remove zig-zag spacing */
.mt--60{
margin-top:30px !important;
}

/* Mobile fix */
@media (max-width:991px){

.rbt-counterup-area .inner{
padding-left:0 !important;
margin-top:40px;
}

.rbt-counterup-area .row.row--30{
row-gap:20px;
}

.rbt-counterup .counter{
font-size:30px;
}

.rbt-counterup-area .section-title .title{
font-size:26px;
}

}
/* Counter cards theme */
.rbt-counterup{
background:#ffffff;
border-radius:14px;
padding:28px 20px;
text-align:center;
box-shadow:0 8px 25px rgba(0,0,0,0.05);
transition:all .3s ease;
}

/* Hover effect */
.rbt-counterup:hover{
transform:translateY(-5px);
box-shadow:0 12px 35px rgba(0,0,0,0.08);
}

/* Counter number (Navy Blue + Bold) */
.rbt-counterup .counter{
color:#0b2c5f;
font-weight:800;
font-size:36px;
}

/* Counter paragraph text */
.rbt-counterup .subtitle{
color:#0b2c5f;
font-weight:600;
font-size:15px;
}

/* Yellow highlight line under card */
.rbt-counterup::after{
content:"";
display:block;
width:40px;
height:3px;
background:#ffc107;
margin:10px auto 0;
border-radius:10px;
}

/* Right section heading */
.section-title .title{
color:#0b2c5f;
font-weight:800;
}

/* Paragraph styling */
.section-title .description{
color:#0b2c5f;
font-weight:600;
line-height:1.7;
}

/* Feature titles */
.feature-title{
color:#0b2c5f;
font-weight:700;
}

/* Icon backgrounds */
.bg-primary-opacity{
background:rgba(11,44,95,0.1);
}

.bg-secondary-opacity{
background:rgba(255,193,7,0.15);
}

.bg-pink-opacity{
background:rgba(255,193,7,0.2);
}

/* Mobile responsive improvement */
@media (max-width:991px){

.rbt-counterup{
padding:22px 15px;
}

.rbt-counterup .counter{
font-size:28px;
}

.section-title .title{
font-size:24px;
}

.section-title .description{
font-size:15px;
}

}
/* Counter card border */
.rbt-counterup{
border:2px solid #e9eef5;   /* light border */
border-radius:14px;
transition:all .3s ease;
}

/* Hover effect (navy + yellow theme) */
.rbt-counterup:hover{
border-color:#ffc107;   /* yellow */
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transform:translateY(-4px);
}
/* Remove zig-zag spacing causing overlap */
.mt--60{
margin-top:30px !important;
}

/* Disable parallax movement */
[data-parallax]{
transform:none !important;
}

/* Add proper spacing between cards */
.rbt-counterup{
margin-bottom:20px;
}

/* Ensure cards stay inside column */
.rbt-counterup-area .row.row--30{
row-gap:25px;
}
/* Section heading */
.rbt-advance-tab-area .section-title .title{
color:#ffffff;
font-weight:800;
font-size:40px;
line-height:1.3;
}

/* Subtitle pill */
.rbt-advance-tab-area .subtitle{
color:#0b2c5f;
background:#ffffff;
padding:8px 22px;
border-radius:30px;
font-weight:700;
}

/* Tab card heading */
.advance-tab-button .title{
color:#0b2c5f;
font-weight:700;
}

/* Tab card paragraph */
.advance-tab-button .description{
color:#555;
font-size:15px;
line-height:1.6;
}
/* Left side cards */
.advance-tab-button .nav-link{
background:#ffffff;
border-radius:14px;
padding:22px;
margin-bottom:20px;
border-left:5px solid #ffc107;   /* yellow accent */
box-shadow:0 6px 18px rgba(0,0,0,0.05);
transition:all .3s ease;
}

/* Hover effect */
.advance-tab-button .nav-link:hover{
background:#f9fbff;
border-left:5px solid #0b2c5f;
transform:translateX(5px);
}

/* Active card */
.advance-tab-button .nav-link.active{
background:#fff8db;
border-left:5px solid #ffc107;
box-shadow:0 8px 22px rgba(0,0,0,0.08);
}

/* Title color */
.advance-tab-button .title{
color:#0b2c5f;
font-weight:700;
}

/* Paragraph text */
.advance-tab-button .description{
color:#555;
line-height:1.6;
}
/* Yellow border for left side boxes */
.advance-tab-button .nav-link{
    border:2px solid #ffc107;   /* yellow border */
    border-radius:12px;
    background:#fff;
    padding:22px;
    transition:all .3s ease;
}

/* Hover effect (optional but nice) */
.advance-tab-button .nav-link:hover{
    border-color:#e0a800;
    box-shadow:0 6px 15px rgba(0,0,0,0.08);
}

/* Active tab highlight */
.advance-tab-button .nav-link.active{
    border:2px solid #ffc107;
    background:#fff8e1;
}
/* Reduce top and bottom spacing of this section */
.rbt-advance-tab-area{
padding-top:10px;
padding-bottom:40px;
}

/* Reduce space under subtitle */
.rbt-advance-tab-area .section-title{
margin-bottom:1px;
}

/* Reduce space above heading */
.rbt-advance-tab-area .subtitle{
margin-bottom:2px;
}
.scholarship-section{
background:linear-gradient(135deg,#0b2c5f,#1d4ed8);
position:relative;
overflow:hidden;
color:#fff;
}

/* dotted pattern */
.scholarship-section::before{
content:"";
position:absolute;
width:100%;
height:100%;
background-image:radial-gradient(rgba(255,255,255,0.1) 1px, transparent 1px);
background-size:22px 22px;
top:0;
left:0;
}

.scholarship-heading{
font-size:36px;
font-weight:700;
color:#fff;
}

.scholarship-sub{
color:#e5e7eb;
margin-top:10px;
}

/* card */

.scholar-card{
position:relative;
border-radius:18px;
overflow:hidden;
box-shadow:0 15px 35px rgba(0,0,0,0.25);
transition:.4s;
}

.scholar-card img{
width:100%;
height:260px;
object-fit:cover;
transition:.4s;
}

/* overlay */

.scholar-overlay{
position:absolute;
bottom:0;
width:100%;
background:linear-gradient(transparent,#000);
padding:20px;
color:#fff;
text-align:center;
}

/* badge */

.scholar-badge{
position:absolute;
top:12px;
left:12px;
background:#ffcc00;
color:#000;
padding:8px 10px;
border-radius:50%;
font-size:16px;
}

/* hover */

.scholar-card:hover{
transform:translateY(-10px);
}

.scholar-card:hover img{
transform:scale(1.08);
}
/* scholarship card image fix */

.scholar-card img{
width:100%;
height:260px;
object-fit:contain;   /* shows full image without cropping */
background:#fff;      /* white background for empty space */
padding:10px;         /* space inside card */
border-radius:12px;
border:4px solid #ffcc00;   /* yellow border */
}
/* scholarship card image fix */

.scholar-card img{
width:100%;
height:260px;
object-fit:contain;   /* shows full image without cropping */
background:#fff;      /* white background for empty space */
padding:10px;         /* space inside card */
border-radius:12px;
border:4px solid #ffcc00;   /* yellow border */
}
#achievers{
padding-top:60px;
padding-bottom:60px;
background:linear-gradient(135deg,#f6f9ff,#eef2ff);
}
#achievers .section-title .title{
font-size:36px;
font-weight:700;
color:#0b2c5f;
margin-bottom:10px;
}

#achievers .description{
color:#555;
font-size:16px;
}
#achievers .row.g-5{
--bs-gutter-y:1.5rem;
--bs-gutter-x:1.5rem;
}
.rbt-team-tab-content .inner{
background:#ffffff;
padding:30px;
border-radius:16px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}
.rbt-team-thumbnail .thumb img{
width:100%;
height:260px;
object-fit:contain;
background:#fff;
border-radius:12px;
padding:6px;
border:3px solid #ffc107;
}
.rbt-team-tab-thumb{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:15px;
}

.rbt-team-tab-thumb li{
list-style:none;
}

.rbt-team-tab-thumb img{
border-radius:12px;
transition:0.3s;
}

.rbt-team-tab-thumb img:hover{
transform:scale(1.05);
box-shadow:0 10px 20px rgba(0,0,0,0.15);
}
#achievers{
position:relative;
}

#achievers::before{
content:"";
position:absolute;
width:100%;
height:100%;
background-image:radial-gradient(#dbe4ff 1px, transparent 1px);
background-size:20px 20px;
opacity:0.5;
top:0;
left:0;
z-index:0;
}

#achievers .container{
position:relative;
z-index:2;
}
/* Fix Achievers subtitle visibility */
#achievers .section-title .description{
    color:#4a4a4a !important;
    font-size:16px;
    font-weight:500;
    opacity:1 !important;
}
/* Reduce gap above Achievers section */
#achievers{
padding-top:40px !important;
padding-bottom:60px !important;
}
/* Reduce gap above Achievers section */
#achievers{
padding-top:40px !important;
padding-bottom:60px !important;
}
.rbt-team-tab-content .inner{
padding:20px 25px !important;
margin-top:10px;
}
.rbt-team-tab-content .inner{
padding:20px 25px !important;
margin-top:10px;
}
.rbt-team-tab-thumb{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:12px;
margin-top:10px;
}
.rbt-team-thumbnail img{
border-radius:12px;
border:3px solid #ffc107;
padding:4px;
background:white;
}
/* Remove extra gap from section above Achievers */
.rbt-team-area{
padding-top:50px !important;
padding-bottom:40px !important;
}

/* Reduce heading spacing */
#achievers .section-title{
margin-bottom:25px !important;
}

/* Reduce row spacing */
#achievers .row{
margin-top:10px !important;
}
/* Reduce top space of Achievers section */
#achievers{
padding-top:10px !important;
}

/* Reduce large margin from heading row */
#achievers .row.mb--60{
margin-bottom:20px !important;
}

/* Reduce container spacing */
#achievers .section-title{
margin-bottom:15px !important;
}
/* Remove extra space above Achievers section */
#achievers.rbt-team-area{
padding-top:20px !important;
}

/* Reduce title row margin */
#achievers .row.mb--60{
margin-bottom:20px !important;
}

/* Remove theme spacing */
#achievers.rbt-section-gapBottom{
padding-bottom:40px !important;
}
/* Reduce gap above Achievers title */

#achievers{
padding-top:20px !important;
}

#achievers .mb--60{
margin-bottom:20px !important;
}
#achievers{
padding-top:10px !important;
margin-top:-40px;
}

#achievers .section-title{
margin-top:0;
}

#achievers .mb--60{
margin-bottom:15px !important;
}
/* Fix Achievers Section Spacing */
#achievers{
    padding-top:40px;
    padding-bottom:40px;
}

/* Title */
#achievers .section-title .title{
    font-size:36px;
    font-weight:700;
    color:#1a2b49;
    margin-bottom:10px;
}

/* Description text fix */
#achievers .section-title .description{
    color:#555 !important;
    font-size:17px;
    font-weight:500;
    background:none !important;
    margin-top:8px;
    display:block;
}

/* Remove extra template margin */
#achievers .section-title{
    margin-bottom:20px;
}
/* Achievers subtitle fix */
#achievers .section-title .description{
    color:#0b2a5b !important;   /* navy blue */
    font-size:18px !important;
    font-weight:600 !important;
    margin-top:10px !important;
    background:transparent !important;
    opacity:1 !important;
    visibility:visible !important;
}
.gallery-section{
background:#0b2a5b;
padding:80px 0;
}

.gallery-section .title{
color:#ffffff;
font-weight:700;
}

.gallery-section .description{
color:#ffd84d;
}

.gallery-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.gallery-grid img{
width:100%;
height:220px;
object-fit:cover;
border-radius:10px;
border:3px solid #ffd84d;
transition:0.3s;
}

.gallery-grid img:hover{
transform:scale(1.05);
box-shadow:0 10px 25px rgba(0,0,0,0.3);
}

/* Mobile responsive */

@media (max-width:992px){
.gallery-grid{
grid-template-columns:repeat(3,1fr);
}
}

@media (max-width:768px){
.gallery-grid{
grid-template-columns:repeat(2,1fr);
}
}
/* Contact section cards light color */
.rbt-contact-address,
.rbt-contact-address .inner,
.rbt-address,
.rbt-address-style-2 {
    background: #f9fbff !important;   /* light soft color */
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    padding: 35px 25px;
}

/* icon color */
.rbt-contact-address .icon i,
.rbt-address .icon i{
    color:#4a6cf7;
}

/* heading color */
.rbt-contact-address h4,
.rbt-contact-address h5{
    color:#0f2e5c;
}

/* text color */
.rbt-contact-address p{
    color:#555;
}
/* Contact Cards Theme Color */
.rbt-contact-address .inner{
background:#0f2e5c !important;   /* navy blue */
color:#ffffff;
border-radius:12px;
padding:35px 25px;
border:2px solid #ffd200;  /* yellow border */
box-shadow:0 8px 25px rgba(0,0,0,0.15);
}

/* Heading */
.rbt-contact-address h4,
.rbt-contact-address h5{
color:#ffd200;   /* yellow heading */
font-weight:600;
}

/* Text */
.rbt-contact-address p{
color:#ffffff;
}

/* Icon */
.rbt-contact-address .icon i{
color:#ffd200;
font-size:40px;
}

/* Hover effect */
.rbt-contact-address .inner:hover{
background:#0b2245;
transform:translateY(-5px);
transition:0.3s;
}
/* Contact Cards Light Theme */
.rbt-conatct-area .rbt-address{
background:#f7f9ff;            /* light soft blue */
border-radius:12px;
padding:35px 25px;
box-shadow:0 6px 20px rgba(0,0,0,0.05);
border:1px solid #e4e9ff;
transition:0.3s;
}

/* Hover effect */
.rbt-conatct-area .rbt-address:hover{
transform:translateY(-5px);
box-shadow:0 12px 30px rgba(0,0,0,0.08);
}

/* Icon color */
.rbt-conatct-area .rbt-address .icon i{
color:#2f57ef;
font-size:36px;
}

/* Heading */
.rbt-conatct-area .rbt-address .title{
color:#0f2e5c;
font-weight:600;
}

/* Text */
.rbt-conatct-area .rbt-address p{
color:#555;
}
.contact-heading{
font-size:38px;
font-weight:700;
color:#0f2e5c;
}

.contact-subtitle{
color:#666;
margin-top:10px;
}

.contact-form-box{
background:#ffffff;
padding:35px;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.form-title{
font-size:24px;
margin-bottom:20px;
color:#0f2e5c;
}

.form-control{
width:100%;
padding:12px 15px;
border:1px solid #ddd;
border-radius:6px;
margin-bottom:15px;
}

.form-control:focus{
border-color:#2f57ef;
outline:none;
}

.contact-map-box iframe{
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.15);
}
.admission-form-card{
background:#ffffff;
padding:35px;
border-radius:15px;
box-shadow:0 15px 40px rgba(0,0,0,0.15);
max-width:420px;
margin:auto;
}

.form-heading{
text-align:center;
font-size:24px;
font-weight:600;
margin-bottom:25px;
color:#333;
}

.admission-form-card .form-group{
margin-bottom:15px;
}

.admission-form-card input,
.admission-form-card textarea{
width:100%;
padding:14px 15px;
border-radius:8px;
border:1px solid #ddd;
font-size:15px;
outline:none;
}

.admission-form-card textarea{
height:100px;
resize:none;
}

.admission-form-card input:focus,
.admission-form-card textarea:focus{
border-color:#6c63ff;
}

.submit-btn{
width:100%;
padding:14px;
border:none;
border-radius:30px;
background:linear-gradient(90deg,#4f46e5,#9333ea);
color:#fff;
font-size:16px;
font-weight:500;
cursor:pointer;
transition:0.3s;
}

.submit-btn:hover{
opacity:0.9;
}
.exam-section{
padding:100px 0;
background:linear-gradient(135deg,#e8f0ff,#f4d6f5);
}

.exam-heading{
text-align:center;
font-size:70px;
font-weight:700;
line-height:1.1;
margin-bottom:60px;
color:#1f2937;
}

.exam-heading span{
background:linear-gradient(90deg,#6d5dfc,#c084fc);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.exam-cards{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.exam-card{
display:flex;
justify-content:space-between;
align-items:center;
padding:35px;
border-radius:18px;
background:#fff;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.exam-card h3{
font-size:26px;
margin-bottom:10px;
}

.exam-card p{
font-size:15px;
color:#555;
}

.exam-icon img{
width:80px;
}

/* Card Colors */

.scholarship{
background:#f4efc7;
}

.ntse{
background:#eadff4;
}

.nmms{
background:#f1dada;
}
.exam-card{
display:flex;
justify-content:space-between;
align-items:center;
background:#fff;
padding:30px;
border-radius:16px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
height:100%;
}

.exam-content{
width:70%;
}

.exam-content h4{
font-size:22px;
font-weight:700;
margin-bottom:10px;
color:#1e293b;
}

.exam-content p{
font-size:15px;
color:#64748b;
line-height:1.6;
}

.exam-img img{
width:70px;
}

.swiper{
padding-bottom:40px;
}
.banner-content .title{
font-size: clamp(36px,5vw,64px);
line-height:1.2;
max-width:900px;
margin:auto;
}
.testimonial-item-3-activation .swiper-slide {
    height: auto;
}

.rbt-testimonial-box {
    height: 100%;
}
/* Reduce gap above Contact section */
#contact,
.rbt-contact-area {
    padding-top: 5px !important;
    margin-top: 0 !important;
}
/* Align footer columns properly */
.footer-top .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

/* Equal column spacing */
.footer-widget {
    height: 100%;
}

/* Fix logo spacing */
.footer-widget .logo {
    margin-bottom: 15px;
}

/* Footer titles */
.footer-widget .ft-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
}

/* Link spacing */
.ft-link {
    padding: 0;
    list-style: none;
}

.ft-link li {
    margin-bottom: 10px;
}

/* Newsletter alignment */
.newsletter-form {
    margin-top: 15px;
}

/* Input style */
.newsletter-form input {
    width: 100%;
    border: none;
    border-bottom: 2px solid #e5e5e5;
    padding: 8px 0;
}

/* Social icon alignment */
.social-icon {
    margin-top: 15px;
}

.social-icon li {
    margin-right: 8px;
}

/* Contact button alignment */
.contact-btn {
    margin-top: 20px;
}

/* Reduce extra space */
.footer-top {
    padding-top: 50px;
    padding-bottom: 40px;
}
/* Make footer columns align from top */
.footer-top .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

/* Remove extra space above middle columns */
.footer-top .col-lg-2 {
    margin-top: 40px;
}

/* Keep contact column aligned with them */
.footer-top .col-lg-4:last-child {
    margin-top: 40px;
}

/* First column (logo section) stays natural */
.footer-top .col-lg-4:first-child {
    margin-top: 0;
}
/* Align footer columns from the same top */
.footer-top .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

/* Make each column behave equally */
.footer-top .col-lg-4,
.footer-top .col-lg-2 {
    display: flex;
}

/* Keep content aligned inside column */
.footer-widget {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Remove unwanted top spacing */
.footer-widget .ft-title {
    margin-top: 0;
}
/* Perfect footer column alignment */
.footer-top .row{
    display:grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.4fr;
    gap:40px;
    align-items:start;
}

/* Remove bootstrap flex interference */
.footer-top .col-lg-4,
.footer-top .col-lg-2{
    width:100%;
    padding:0;
}

/* Footer widget structure */
.footer-widget{
    display:flex;
    flex-direction:column;
}

/* Footer titles */
.footer-widget .ft-title{
    margin-bottom:18px;
    font-size:18px;
    font-weight:600;
}

/* Footer links spacing */
.ft-link{
    padding-left:0;
    list-style:none;
}

.ft-link li{
    margin-bottom:10px;
}

/* Newsletter field */
.newsletter-form input{
    width:100%;
    border:none;
    border-bottom:2px solid #ddd;
    padding:8px 0;
}

/* Social icons */
.social-icon li{
    margin-right:8px;
}

/* Reduce extra footer padding */
.footer-top{
    padding-top:50px;
    padding-bottom:40px;
}
/* Contact section alignment */
.footer-widget .ft-link li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

/* Fixed width for labels */
.footer-widget .ft-link li span {
    width: 85px;
    font-weight: 500;
    color: #1c2a4d;
}

/* Link style */
.footer-widget .ft-link li a {
    color: #5a6a85;
    text-decoration: none;
}

.footer-widget .ft-link li a:hover {
    color: #ff4f8b;
}
/* Fix Campus Life heading visibility */
.rbt-gallery-area .section-title .title{
    color:#ffffff !important;
}

/* Subtitle also white */
.rbt-gallery-area .section-title p{
    color:#ffffff !important;
}
/* Alternative fix */
.bg-color-dark .section-title .title{
    color:#fff !important;
}
/* Fix Campus Life heading visibility */
.bg-color-primary .section-title .title{
    color:#ffffff !important;
}

/* Subtitle color */
.bg-color-primary .section-title p{
    color:#ffffff !important;
}
.rbt-gallery-area.bg-color-primary .section-title .title{
    color:#fff !important;
}
.bg-color-primary .section-title .title {
    color: #ffffff !important;
}
/* Force white text inside Campus Life section */
.rbt-gallery-area h2,
.rbt-gallery-area h3,
.rbt-gallery-area .section-title h2,
.rbt-gallery-area .section-title h3 {
    color: #ffffff !important;
    opacity: 1 !important;
}
/* images  */
.gallery-section{
padding:80px 0;
background:#f8f9fb;
}

.gallery-title{
text-align:center;
margin-bottom:50px;
font-weight:700;
}

.swiper{
width:100%;
padding-top:50px;
padding-bottom:50px;
}

.swiper-slide{
background-position:center;
background-size:cover;
width:300px;
height:300px;
}

.swiper-slide img{
display:block;
width:100%;
height:100%;
object-fit:cover;
border-radius:10px;
}
.gallery-section{
padding:60px 0;
background:#f8f9fb;
overflow:hidden;
}

.gallery-title{
text-align:center;
margin-bottom:40px;
font-weight:700;
}

.swiper{
width:100%;
max-width:900px;   /* control overall slider width */
margin:auto;
padding-top:40px;
padding-bottom:40px;
}

.swiper-slide{
width:200px !important;
height:140px;
display:flex;
justify-content:center;
align-items:center;
border-radius:10px;
overflow:hidden;
}

.swiper-slide img{
width:100%;
height:100%;
object-fit:cover;
border-radius:10px;
}
.gallery-section{
padding:70px 0;
background:#f8f9fb;
}

.gallery-title{
text-align:center;
font-size:36px;
font-weight:700;
margin-bottom:40px;
}

.swiper{
width:100%;
max-width:900px;
margin:auto;
padding:40px 0;
}

.swiper-slide{
width:220px !important;
height:160px;
display:flex;
align-items:center;
justify-content:center;
border-radius:12px;
overflow:hidden;
}

.swiper-slide img{
width:100%;
height:100%;
object-fit:cover;
border-radius:10px;
transition:0.3s;
}

.swiper-slide img:hover{
transform:scale(1.05);
}
/* ===== EXAM SLIDER SECTION ===== */

.exam-slider{
width:100%;
padding-top:40px;
padding-bottom:40px;
overflow:hidden;
}

/* swiper wrapper alignment */
.exam-slider .swiper-wrapper{
align-items:stretch;
}

/* slide spacing */
.exam-slider .swiper-slide{
height:auto;
display:flex;
justify-content:center;
}

/* card design */
.exam-card{
background:#fff;
border-radius:16px;
padding:25px;
height:320px;
width:100%;
display:flex;
flex-direction:column;
justify-content:space-between;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:0.3s;
}

/* hover effect */
.exam-card:hover{
transform:translateY(-6px);
box-shadow:0 15px 35px rgba(0,0,0,0.12);
}

/* heading */
.exam-content h4{
font-size:20px;
font-weight:700;
margin-bottom:10px;
color:#222;
}

/* description */
.exam-content p{
font-size:14px;
line-height:1.6;
color:#666;
}

/* image container */
.exam-img{
text-align:center;
margin-top:15px;
}

/* image size */
.exam-img img{
max-width:70px;
height:auto;
}

/* fix arrow position */
.rbt-swiper-arrow{
z-index:10;
}

/* mobile responsive */

@media (max-width:992px){

.exam-card{
height:300px;
}

}

@media (max-width:768px){

.exam-card{
height:auto;
padding:20px;
}

.exam-content h4{
font-size:18px;
}

.exam-content p{
font-size:13px;
}

}
/* Fix slider overflow */
.exam-slider{
width:100%;
max-width:100%;
overflow:hidden;
position:relative;
}

/* fix swiper wrapper */
.exam-slider .swiper-wrapper{
display:flex;
align-items:stretch;
}

/* fix slide width */
.exam-slider .swiper-slide{
width:auto !important;
display:flex;
justify-content:center;
}

/* exam card */
.exam-card{
background:#fff;
border-radius:16px;
padding:25px;
height:320px;
display:flex;
flex-direction:column;
justify-content:space-between;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

/* exam image */
.exam-img img{
max-width:60px;
height:auto;
}

/* fix arrows */
.rbt-swiper-arrow{
z-index:5;
}

/* prevent section breaking */
.rbt-banner-area{
overflow:hidden;
}
/* ===== Competitive Exam Slider ===== */

.exam-slider{
width:100%;
overflow:hidden;
padding-top:40px;
padding-bottom:40px;
}

/* slide width control */
.exam-slider .swiper-slide{
width:260px !important;
display:flex;
justify-content:center;
}

/* card style */
.exam-card{
background:#fff;
border-radius:18px;
padding:30px;
height:300px;
width:100%;
max-width:260px;
display:flex;
flex-direction:column;
justify-content:space-between;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
transition:0.3s;
}

/* hover effect */
.exam-card:hover{
transform:translateY(-6px);
box-shadow:0 15px 35px rgba(0,0,0,0.12);
}

.exam-content h4{
font-size:20px;
font-weight:700;
margin-bottom:10px;
}

.exam-content p{
font-size:14px;
line-height:1.6;
color:#666;
}

.exam-img{
text-align:center;
margin-top:15px;
}

.exam-img img{
max-width:70px;
height:auto;
}

/* arrow fix */
.rbt-swiper-arrow{
z-index:10;
}
.exam-card{
background:rgba(255,255,255,0.9);
backdrop-filter:blur(6px);
}
/* exam card layout */
.exam-card{
background:#fff;
border-radius:18px;
padding:30px;
height:300px;
display:flex;
flex-direction:column;
justify-content:space-between;
align-items:center;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
position:relative;
}

/* content */
.exam-content{
flex:1;
}

/* logo container */
.exam-img{
margin-top:15px;
display:flex;
justify-content:center;
align-items:center;
}

/* logo size */
.exam-img img{
max-width:80px;
height:auto;
object-fit:contain;
}
.exam-img{
position:absolute;
bottom:20px;
left:50%;
transform:translateX(-50%);
}
.exam-card{
background:#fff;
border-radius:18px;
padding:30px;
height:320px;
display:flex;
flex-direction:column;
align-items:center;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

/* title */
.exam-content h4{
order:1;
font-size:20px;
font-weight:700;
margin-bottom:15px;
}

/* logo */
.exam-img{
order:2;
margin:10px 0;
}

.exam-img img{
max-width:70px;
height:auto;
}

/* description */
.exam-content p{
order:3;
font-size:14px;
line-height:1.6;
color:#666;
margin-top:10px;
}
.exam-content{
display:flex;
flex-direction:column;
align-items:center;
}
.exam-card{
background:#fff;
border-radius:18px;
padding:30px;
height:320px;
display:flex;
flex-direction:column;
align-items:center;
text-align:center;
justify-content:flex-start;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.exam-card h4{
font-size:20px;
font-weight:700;
margin-bottom:15px;
}

.exam-img{
margin-bottom:15px;
}

.exam-img img{
max-width:70px;
height:auto;
}

.exam-card p{
font-size:14px;
line-height:1.6;
color:#666;
}
/* =====================================
GLOBAL SWIPER RESET
This prevents other sliders from breaking
===================================== */

.swiper-wrapper{
    align-items: stretch !important;
}

.swiper-slide{
    height: auto !important;
    display: block !important;
}


/* =====================================
TESTIMONIAL SECTION FIX
===================================== */

.rbt-testimonial-area{
    overflow: hidden;
}

.rbt-testimonial-area .swiper-wrapper{
    align-items: flex-start !important;
}

.rbt-testimonial-area .swiper-slide{
    display: block !important;
    height: auto !important;
}

.rbt-testimonial-area .testimonial-item{
    height: auto !important;
}



/* =====================================
COMPETITIVE EXAMS SLIDER
===================================== */

.service-item-3-activation{
    margin-top: 40px;
}

.service-item-3-activation .swiper-slide{
    display: flex !important;
    justify-content: center;
}

.service-item-3-activation .rbt-service{
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 25px;
    min-height: 260px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.service-item-3-activation .rbt-service:hover{
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.service-item-3-activation .content h4{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.service-item-3-activation .content p{
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

.service-item-3-activation .thumbnail{
    margin-top: 15px;
}

.service-item-3-activation .thumbnail img{
    width: 70px;
    height: auto;
}


/* =====================================
SLIDER ARROWS FIX
===================================== */

.rbt-swiper-arrow{
    z-index: 10;
}

.rbt-swiper-arrow .custom-overfolow{
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}


/* =====================================
GENERAL SECTION PROTECTION
Prevents section overlap
===================================== */

section,
.rbt-banner-area,
.service-wrapper,
.rbt-section-gap{
    position: relative;
    z-index: 1;
}
/* Fix testimonial layout */

.testimonial-item,
.rbt-testimonial-box {
    height: auto !important;
}

.rbt-testimonial-area .swiper-slide {
    height: auto !important;
    display: block !important;
}

.rbt-testimonial-area .swiper-wrapper {
    align-items: stretch !important;
}

.rbt-testimonial-box {
    padding: 40px 30px;
    border-radius: 16px;
}

/* EXAM CARDS */

.exam-card{
    border-radius:20px;
    padding:30px;
    text-align:center;
    transition:0.3s;
}

/* Different Light Colors */

.exam-slider .swiper-slide:nth-child(1) .exam-card{
    background:#FFF3CD;   /* light yellow */
}

.exam-slider .swiper-slide:nth-child(2) .exam-card{
    background:#E3F2FD;   /* light blue */
}

.exam-slider .swiper-slide:nth-child(3) .exam-card{
    background:#E8F5E9;   /* light green */
}

.exam-slider .swiper-slide:nth-child(4) .exam-card{
    background:#FCE4EC;   /* light pink */
}

.exam-slider .swiper-slide:nth-child(5) .exam-card{
    background:#F3E5F5;   /* light purple */
}


/* hover effect */

.exam-card:hover{
    transform:translateY(-6px);
    box-shadow:0 10px 25px rgba(0,0,0,0.1);
}
.exam-card{
    border-radius:20px;
    padding:30px;
    text-align:center;
    border:2px solid rgba(0,0,0,0.08);
    transition:0.3s;
}
.exam-slider .swiper-slide:nth-child(1) .exam-card{
    border:2px solid #90CAF9;   /* blue */
}

.exam-slider .swiper-slide:nth-child(2) .exam-card{
    border:2px solid #A5D6A7;   /* green */
}

.exam-slider .swiper-slide:nth-child(3) .exam-card{
    border:2px solid #EF9A9A;   /* red */
}

.exam-slider .swiper-slide:nth-child(4) .exam-card{
    border:2px solid #CE93D8;   /* purple */
}

.exam-slider .swiper-slide:nth-child(5) .exam-card{
    border:2px solid #FFE082;   /* yellow */
}
.exam-card:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 30px rgba(0,0,0,0.15);
}
/* FIX TESTIMONIAL SLIDER WIDTH */

.rbt-testimonial-area .swiper-wrapper{
    display:flex;
}

.rbt-testimonial-area .swiper-slide{
    width:auto !important;
    max-width:420px;
}

.rbt-testimonial-area .testimonial-item{
    width:100%;
}
/* TESTIMONIAL SLIDER SPACING FIX */

.rbt-testimonial-area .swiper-wrapper{
    gap:0px !important;
}

.rbt-testimonial-area .swiper-slide{
    padding:0 10px;
}
/* Reduce space between testimonial cards */

.rbt-testimonial-area .swiper-slide{
padding:0 0px !important;
}

.rbt-testimonial-area .swiper-wrapper{
gap:0 !important;
}
/* TESTIMONIAL CARD SPACING */

.rbt-testimonial-area .swiper-wrapper{
align-items:stretch;
}

.rbt-testimonial-area .swiper-slide{
height:auto;
padding:0;
}

.rbt-testimonial-area .testimonial-item{
margin:0;
}
/* Attractive testimonial background */

.rbt-testimonial-area{
    background: linear-gradient(135deg,#eef2ff,#f8f9ff,#f2f4ff);
    padding:100px 0;
    position:relative;
    overflow:hidden;
}
.rbt-testimonial-area::before{
content:"";
position:absolute;
width:300px;
height:300px;
background:rgba(100,120,255,0.15);
border-radius:50%;
top:-120px;
left:-120px;
}

.rbt-testimonial-area::after{
content:"";
position:absolute;
width:350px;
height:350px;
background:rgba(255,120,200,0.15);
border-radius:50%;
bottom:-150px;
right:-150px;
}
.rbt-testimonial-box{
background:#ffffff;
border-radius:20px;
box-shadow:0 15px 35px rgba(0,0,0,0.08);
transition:0.3s;
}

.rbt-testimonial-box:hover{
transform:translateY(-8px);
box-shadow:0 20px 45px rgba(0,0,0,0.15);
}
/* Gallery Section Background */

.gallery-section{
    background: linear-gradient(135deg,#eef2ff,#f6f8ff,#f3f5ff);
    padding:100px 0;
    position:relative;
    overflow:hidden;
}
.gallery-section::before{
content:"";
position:absolute;
width:320px;
height:320px;
background:rgba(120,140,255,0.15);
border-radius:50%;
top:-120px;
left:-120px;
}

.gallery-section::after{
content:"";
position:absolute;
width:360px;
height:360px;
background:rgba(255,120,200,0.12);
border-radius:50%;
bottom:-140px;
right:-140px;
}
.gallery-section .swiper-slide img{
border-radius:20px;
box-shadow:0 15px 35px rgba(0,0,0,0.15);
}
.gallery-title{
text-align:center;
font-weight:700;
margin-bottom:10px;
}

.gallery-subtitle{
text-align:center;
max-width:650px;
margin:0 auto 40px;
font-size:15px;
color:#6c757d;
line-height:1.6;
}
/* about us */
/* Leadership Section */

.leadership-section{
padding:100px 0;
background:linear-gradient(135deg,#f4f7ff,#eef3ff);
}

.leadership-title{
text-align:center;
font-size:38px;
font-weight:700;
margin-bottom:10px;
}

.leadership-subtitle{
text-align:center;
color:#666;
margin-bottom:60px;
}

/* Row Layout */

.leader-row{
display:flex;
align-items:center;
gap:60px;
margin-bottom:80px;
}

.leader-row.reverse{
flex-direction:row-reverse;
}

.leader-text{
flex:1;
}

.leader-text h3{
font-size:26px;
font-weight:700;
margin-bottom:8px;
}

.leader-role{
color:#ff4f81;
font-weight:500;
margin-bottom:18px;
}

.leader-text p{
color:#555;
line-height:1.7;
margin-bottom:12px;
}

/* Image */

.leader-image{
flex:1;
text-align:center;
}

.leader-image img{
width:100%;
max-width:360px;
border-radius:20px;
box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

/* Mobile */

@media (max-width:992px){

.leader-row{
flex-direction:column;
text-align:center;
gap:30px;
}

.leader-row.reverse{
flex-direction:column;
}

.leadership-section{
padding:70px 20px;
}

}
/* Leadership Section */

.leadership-section{
padding:100px 0;

/* soft academic gradient */
background:linear-gradient(135deg,#f1f5ff 0%, #e7ecff 50%, #f8f9ff 100%);
}


/* Title */

.leadership-title{
text-align:center;
font-size:38px;
font-weight:700;
color:#0f2b5c;
margin-bottom:10px;
}


/* Subtitle */

.leadership-subtitle{
text-align:center;
color:#5c6a85;
margin-bottom:60px;
font-size:16px;
}


/* Text Card */

.leader-text{

background:white;
padding:40px;
border-radius:18px;

box-shadow:0 10px 30px rgba(0,0,0,0.06);

}


/* Name */

.leader-text h3{
font-size:26px;
font-weight:700;
color:#0f2b5c;
margin-bottom:8px;
}


/* Role */

.leader-role{
color:#e6397a;
font-weight:600;
margin-bottom:18px;
}


/* Paragraph */

.leader-text p{
color:#5b667f;
line-height:1.7;
margin-bottom:12px;
}


/* Image */

.leader-image img{
width:100%;
max-width:360px;
border-radius:20px;

box-shadow:0 15px 40px rgba(0,0,0,0.15);

border:6px solid white;
}
/* Section Background */

.leadership-section{
padding:100px 0;
background:linear-gradient(135deg,#eef4ff,#f6f9ff);
}


/* Text Card */

.leader-text{

background:#ffffff;
padding:40px;
border-radius:18px;

border-left:6px solid #ff7a00;

box-shadow:0 10px 25px rgba(0,0,0,0.06);

}


/* Name */

.leader-text h3{
font-size:26px;
font-weight:700;
color:#0d3b66;   /* Deep School Blue */
margin-bottom:8px;
}


/* Role */

.leader-role{
color:#ff7a00;  /* Orange */
font-weight:600;
margin-bottom:18px;
}


/* Paragraph */

.leader-text p{
color:#4a5875;
line-height:1.7;
margin-bottom:12px;
}


/* Image */

.leader-image img{
width:100%;
max-width:360px;
border-radius:20px;

border:5px solid #ff7a00;

box-shadow:0 15px 40px rgba(13,59,102,0.2);
}
.leader-image img{

width:300px;
height:380px;

object-fit:cover;

border-radius:25px;

border:5px solid white;

box-shadow:
0 20px 50px rgba(0,0,0,0.15),
0 0 0 4px #ff7a00;

}
.leadership-section{
padding:100px 0;
background:#f4f7ff;
}

.leadership-title{
text-align:center;
font-size:38px;
font-weight:700;
color:#0d3b66;
margin-bottom:10px;
}

.leadership-subtitle{
text-align:center;
color:#5a6785;
margin-bottom:60px;
}

/* Leader Card */

.leader-card{
background:white;
border-radius:25px;
padding:40px;
margin-bottom:40px;
box-shadow:0 15px 40px rgba(0,0,0,0.08);
border-left:6px solid #ff7a00;
}

/* Layout */

.leader-row{
display:flex;
align-items:center;
gap:40px;
}

.leader-row.reverse{
flex-direction:row-reverse;
}

/* Text */

.leader-text{
flex:1;
}

.leader-text h3{
font-size:26px;
color:#0d3b66;
margin-bottom:10px;
}

.leader-role{
color:#ff7a00;
font-weight:600;
margin-bottom:15px;
}

.leader-text p{
color:#4a5875;
line-height:1.7;
}

/* Image */

.leader-image{
flex:1;
text-align:center;
}

.leader-image img{
width:260px;
height:320px;
object-fit:cover;
border-radius:20px;
border:5px solid #ff7a00;
box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

/* Mobile */

@media (max-width:768px){

.leader-row{
flex-direction:column;
text-align:center;
}

.leader-row.reverse{
flex-direction:column;
}

.leader-image img{
width:220px;
height:280px;
}

}
.leadership-section{
padding:100px 0;
background:#f4f7ff;
}

.leadership-title{
text-align:center;
font-size:38px;
font-weight:700;
color:#0d3b66;
margin-bottom:10px;
}

.leadership-subtitle{
text-align:center;
color:#5a6785;
margin-bottom:60px;
}


/* Card */

.leader-card{
background:white;
border-radius:25px;
padding:40px;
margin-bottom:40px;
box-shadow:0 15px 40px rgba(0,0,0,0.08);
border-left:6px solid #ff7a00;
}


/* Row Layout */

.leader-row{
display:flex;
align-items:center;
gap:40px;
}

.leader-row.reverse{
flex-direction:row-reverse;
}


/* Text */

.leader-text{
flex:1;
}

.leader-text h3{
font-size:26px;
color:#0d3b66;
margin-bottom:15px;
}

.leader-text p{
color:#4a5875;
line-height:1.7;
}


/* Image */

.leader-image{
flex:1;
text-align:center;
}

.leader-image img{
width:260px;
height:320px;
object-fit:cover;
border-radius:20px;
border:5px solid #ff7a00;
box-shadow:0 10px 30px rgba(0,0,0,0.15);
}


/* Role Text Below Image */

.leader-role{
margin-top:15px;
font-weight:600;
color:#ff7a00;
font-size:14px;
line-height:1.6;
}


/* Mobile */

@media (max-width:768px){

.leader-row{
flex-direction:column;
text-align:center;
}

.leader-row.reverse{
flex-direction:column;
}

.leader-image img{
width:220px;
height:280px;
}

}
.leadership-section{
padding:80px 0;
background:#f3f6ff;
}

.leadership-title{
text-align:center;
font-size:38px;
font-weight:700;
color:#0d3b66;
margin-bottom:10px;
}

.leadership-subtitle{
text-align:center;
color:#5a6785;
margin-bottom:60px;
}

/* CARD */

.leader-card{
background:#ffffff;
border-radius:20px;
padding:50px;
margin-bottom:50px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

/* ROW */

.leader-row{
display:flex;
align-items:center;
justify-content:space-between;
gap:60px;
}

.leader-row.reverse{
flex-direction:row-reverse;
}

/* TEXT */

.leader-text{
flex:1;
}

.leader-text h3{
font-size:28px;
color:#0d3b66;
margin-bottom:15px;
}

.leader-text p{
color:#4a5875;
line-height:1.8;
margin-bottom:15px;
}

/* IMAGE */

.leader-image{
flex:1;
text-align:center;
}

.leader-image img{
width:260px;
height:auto;
border-radius:20px;
border:4px solid #ff7a00;
box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

/* ROLE TEXT */

.leader-role{
margin-top:12px;
font-weight:600;
color:#ff7a00;
font-size:14px;
line-height:1.6;
}

/* MOBILE */

@media (max-width:768px){

.leader-row{
flex-direction:column;
text-align:center;
gap:30px;
}

.leader-row.reverse{
flex-direction:column;
}

.leader-image img{
width:220px;
}

}
.leadership-section{
padding:100px 0;
background:linear-gradient(135deg,#f3f6ff,#e9f1ff);
}

.leadership-title{
text-align:center;
font-size:38px;
font-weight:700;
color:#0d3b66;
margin-bottom:10px;
}

.leadership-subtitle{
text-align:center;
color:#5a6785;
margin-bottom:60px;
max-width:700px;
margin-left:auto;
margin-right:auto;
}


/* CARD */

.leader-card{
background:#ffffff;
border-radius:20px;
padding:50px;
margin-bottom:50px;
box-shadow:0 15px 40px rgba(0,0,0,0.08);
}


/* FLEX LAYOUT */

.leader-content{
display:flex;
align-items:center;
gap:60px;
}

.leader-content.reverse{
flex-direction:row-reverse;
}


/* IMAGE */

.leader-image{
text-align:center;
}

.leader-image img{
width:260px;
height:auto;
border-radius:18px;
border:4px solid #ff7a00;
box-shadow:0 10px 30px rgba(0,0,0,0.15);
}


/* ROLE TEXT */

.leader-role{
margin-top:15px;
font-size:14px;
font-weight:600;
color:#ff7a00;
line-height:1.6;
}


/* TEXT */

.leader-text{
flex:1;
}

.leader-text h3{
font-size:28px;
color:#0d3b66;
margin-bottom:15px;
}

.leader-text p{
color:#4a5875;
line-height:1.8;
margin-bottom:15px;
}


/* MOBILE */

@media(max-width:768px){

.leader-content{
flex-direction:column;
text-align:center;
gap:30px;
}

.leader-content.reverse{
flex-direction:column;
}

.leader-image img{
width:220px;
}

.leader-card{
padding:35px 25px;
}

}
/* Student Card */

.student-card{
width:100%;
border-radius:14px;
overflow:hidden;
background:#ffffff;
box-shadow:0 6px 20px rgba(0,0,0,0.08);
padding:10px;
text-align:center;
}


/* Student Image */

.student-card img{
width:100%;
height:260px;
object-fit:contain;
display:block;
border-radius:10px;
background:#f6f6f6;
}


/* Student Name Overlay */

.student-name{
position:absolute;
bottom:0;
left:0;
width:100%;
padding:20px;
background:linear-gradient(to top,rgba(0,0,0,0.7),transparent);
color:#fff;
font-size:22px;
font-weight:600;
border-radius:0 0 14px 14px;
}


/* Grid Layout */

.students-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
margin-top:40px;
}


/* Tablet */

@media(max-width:992px){

.students-grid{
grid-template-columns:repeat(2,1fr);
}

}


/* Mobile */

@media(max-width:576px){

.students-grid{
grid-template-columns:1fr;
}

.student-card img{
height:220px;
}

}
#science-olympiad{
padding-top:20px !important;
margin-top:0 !important;
}
.rbt-section-gap{
padding-top:40px !important;
padding-bottom:40px !important;
}
.science-section{
padding-top:30px;
margin-top:0;
}
.important-links-section{
padding:100px 0;
background:linear-gradient(135deg,#5b6ee1,#8e60c3);
position:relative;
}

.links-title{
text-align:center;
color:#fff;
font-size:34px;
font-weight:700;
margin-bottom:60px;
}

/* GRID */

.links-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px;
}

/* CARD */

.link-card{
background:#ffffff;
padding:40px 30px;
border-radius:20px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,0.1);
transition:0.3s;
}

.link-card:hover{
transform:translateY(-10px);
}

/* ICON */

.icon-circle{
width:70px;
height:70px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin:0 auto 20px;
font-size:26px;
color:#fff;
}

.red{background:#e74c3c;}
.green{background:#27ae60;}
.orange{background:#f39c12;}

/* TITLE */

.link-card h3{
font-size:24px;
color:#0d3b66;
margin-bottom:10px;
}

/* TEXT */

.link-card p{
color:#555;
font-size:15px;
line-height:1.6;
margin-bottom:20px;
}

/* BUTTON */

.btn{
display:inline-block;
padding:12px 28px;
border-radius:30px;
color:#fff;
text-decoration:none;
font-weight:600;
}

.red-btn{background:#e74c3c;}
.green-btn{background:#27ae60;}
.orange-btn{background:#f39c12;}

.red-btn:hover{background:#c0392b;}
.green-btn:hover{background:#1e8449;}
.orange-btn:hover{background:#d68910;}


/* MOBILE */

@media(max-width:768px){

.links-grid{
grid-template-columns:1fr;
}

}
.important-links-section{
padding:100px 0;
background:linear-gradient(135deg,#5b6ee1,#8e60c3);
position:relative;
overflow:hidden;
}

/* dotted pattern */

.important-links-section::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-image:radial-gradient(rgba(255,255,255,0.25) 1px, transparent 1px);
background-size:30px 30px;
pointer-events:none;
}
.btn{
font-size:16px;
font-weight:600;
padding:14px 32px;
}
.link-card{
background:#fff;
padding:40px 30px;
border-radius:20px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
display:flex;
flex-direction:column;
justify-content:space-between;
height:100%;
}

.link-card p{
margin-bottom:30px;
}

.btn{
margin-top:auto;
}
.menu-toggle{
display:none;
font-size:28px;
cursor:pointer;
}

/* Mobile View */

@media(max-width:768px){

.nav-container{
flex-wrap:wrap;
}

.menu-toggle{
display:block;
}

.nav-menu{
width:100%;
flex-direction:column;
display:none;
background:#fff;
margin-top:15px;
padding:10px 0;
}

.nav-menu li{
text-align:center;
padding:10px 0;
}

.nav-menu.active{
display:flex;
}

.nav-btn{
width:100%;
text-align:center;
margin-top:10px;
}

}
/* Navbar */

.main-navbar{
width:100%;
background:#fff;
box-shadow:0 2px 10px rgba(0,0,0,0.08);
}

.nav-container{
display:flex;
align-items:center;
justify-content:space-between;
padding:15px 40px;
flex-wrap:wrap;
}

/* Logo */

.nav-logo{
display:flex;
align-items:center;
gap:10px;
font-weight:600;
}

.nav-logo img{
width:40px;
}

/* Menu */

.nav-menu{
display:flex;
gap:25px;
list-style:none;
margin:0;
padding:0;
}

.nav-menu li a{
text-decoration:none;
color:#333;
font-weight:500;
}

/* Button */

.nav-btn a{
background:#ff3d7f;
color:#fff;
padding:10px 22px;
border-radius:30px;
text-decoration:none;
font-weight:500;
}

/* ---------------- MOBILE VIEW ---------------- */

@media(max-width:768px){

.nav-container{
flex-direction:column;
align-items:flex-start;
}

.nav-menu{
width:100%;
flex-direction:column;
margin-top:10px;
}

.nav-menu li{
width:100%;
padding:8px 0;
}

.nav-btn{
width:100%;
margin-top:10px;
}

}
/* Navbar Layout */
.nav-container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:15px 40px;
}

/* Menu */
.nav-menu{
    display:flex;
    gap:30px;
    list-style:none;
}

/* Hamburger hidden on desktop */
.menu-toggle{
    display:none;
    font-size:28px;
    cursor:pointer;
}

/* ================= MOBILE ================= */

@media (max-width:768px){

.nav-menu{
    position:absolute;
    top:70px;
    left:0;
    width:100%;
    background:#fff;
    flex-direction:column;
    align-items:center;
    gap:20px;
    padding:20px 0;
    display:none;
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

.nav-menu.active{
    display:flex;
}

.menu-toggle{
    display:block;
}

.nav-btn{
    display:none;
}

}
/* Navbar layout */
.nav-container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    position:relative;
}

/* Desktop menu */
.nav-menu{
    display:flex;
    gap:30px;
    list-style:none;
}

/* Toggle button */
.menu-toggle{
    font-size:28px;
    cursor:pointer;
    display:none;
}

/* MOBILE VIEW */
@media (max-width:768px){

.nav-menu{
    position:absolute;
    top:70px;
    left:0;
    width:100%;
    background:#ffffff;
    flex-direction:column;
    align-items:center;
    padding:20px 0;
    gap:20px;
    display:none;
}

.nav-menu.show{
    display:flex;
}

.menu-toggle{
    display:block;
}

.nav-btn{
    display:none;
}

}
/* Navbar container */
.nav-container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:15px 30px;
    position:relative;
}

/* Logo */
.nav-logo{
    display:flex;
    align-items:center;
    gap:10px;
}

/* Menu */
.nav-menu{
    display:flex;
    gap:30px;
    list-style:none;
}

/* Toggle button */
.menu-toggle{
    font-size:28px;
    cursor:pointer;
    display:none;
}

/* ================= MOBILE ================= */

@media (max-width:768px){

.nav-container{
    padding:12px 20px;
}

/* Toggle visible */
.menu-toggle{
    display:block;
    position:absolute;
    right:20px;
    top:18px;
}

/* Button visible but smaller */
.nav-btn{
    position:absolute;
    right:60px;
    top:12px;
}

.nav-btn a{
    padding:6px 14px;
    font-size:12px;
}

/* Mobile menu */
.nav-menu{
    position:absolute;
    top:70px;
    left:0;
    width:100%;
    background:#fff;
    flex-direction:column;
    align-items:center;
    gap:20px;
    padding:20px 0;
    display:none;
    box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

.nav-menu.show{
    display:flex;
}

}
/* LOGO AREA */
.nav-logo{
display:flex;
align-items:center;
gap:8px;
min-width:0;
}

.nav-logo span{
font-size:16px;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}

/* TOGGLE */
.menu-toggle{
font-size:26px;
cursor:pointer;
display:none;
}

/* ================= MOBILE ================= */

@media (max-width:768px){

.nav-container{
display:flex;
align-items:center;
justify-content:space-between;
padding:12px 15px;
}

/* logo text smaller */
.nav-logo span{
font-size:14px;
max-width:160px;
}

/* toggle visible */
.menu-toggle{
display:block;
margin-left:10px;
}

/* admissions button smaller */
.nav-btn a{
padding:6px 12px;
font-size:12px;
}

/* menu dropdown */
.nav-menu{
position:absolute;
top:65px;
left:0;
width:100%;
background:#fff;
flex-direction:column;
align-items:center;
padding:20px 0;
gap:20px;
display:none;
box-shadow:0 6px 15px rgba(0,0,0,0.1);
}

.nav-menu.show{
display:flex;
}

}
/* LOGO */
.nav-logo{
display:flex;
align-items:center;
gap:8px;
}

.nav-logo img{
width:38px;
height:auto;
}

/* logo text */
.nav-logo span{
font-size:16px;
font-weight:600;
white-space:normal;
}

/* MOBILE FIX */
@media (max-width:768px){

.nav-logo span{
font-size:13px;
line-height:1.2;
max-width:180px;
}

}
/* ===== FOOTER MOBILE FIX ===== */

@media (max-width:768px){

/* allow columns to wrap */
.rbt-footer .row{
display:flex;
flex-wrap:wrap;
}

/* make each footer column full width */
.rbt-footer .row > div{
flex:0 0 100%;
max-width:100%;
margin-bottom:30px;
}

/* logo center */
.rbt-footer .logo{
text-align:center;
}

/* description spacing */
.rbt-footer .description{
text-align:center;
padding:0 10px;
}

/* social icons center */
.rbt-footer .social-icon{
justify-content:center;
}

/* contact button center */
.rbt-footer .contact-btn{
text-align:center;
}

/* newsletter input full width */
.rbt-footer .newsletter-form input{
width:100%;
}

/* newsletter button full width */
.rbt-footer .newsletter-form button{
width:100%;
}

/* fix long text overflow */
.rbt-footer .ft-link li{
word-break:break-word;
}

}
/* ===== CENTER FOOTER CONTENT ON MOBILE ===== */

@media (max-width:768px){

/* center all footer content */
.rbt-footer{
text-align:center;
}

/* center logo */
.rbt-footer .logo{
text-align:center;
}

/* center social icons */
.rbt-footer .social-icon{
justify-content:center;
}

/* center contact button */
.rbt-footer .contact-btn{
text-align:center;
}

/* center useful links */
.rbt-footer .ft-link{
text-align:center;
}

/* center newsletter form */
.rbt-footer .newsletter-form{
text-align:center;
}

/* center copyright links */
.copyright-link{
justify-content:center !important;
}

}
/* ===== FORCE CENTER FOOTER LINKS ON MOBILE ===== */

@media (max-width:768px){

/* center footer widgets */
.rbt-footer .footer-widget{
text-align:center !important;
}

/* remove default left padding */
.rbt-footer ul.ft-link{
padding-left:0 !important;
margin-left:0 !important;
text-align:center !important;
}

/* center each list item */
.rbt-footer ul.ft-link li{
text-align:center !important;
display:block;
}

/* center titles */
.rbt-footer .ft-title{
text-align:center !important;
}

/* center links */
.rbt-footer ul.ft-link li a{
display:inline-block;
}

}
/* ===== MOBILE FOOTER CENTER FIX ===== */

@media (max-width:768px){

/* center entire footer content */
.rbt-footer .footer-widget{
text-align:center !important;
}

/* center social icons */
.rbt-footer .social-icon{
display:flex !important;
justify-content:center !important;
padding-left:0 !important;
}

/* remove bootstrap start alignment */
.rbt-footer .social-icon.justify-content-start{
justify-content:center !important;
}

/* center useful links & about raps */
.rbt-footer .ft-link{
text-align:center !important;
padding-left:0 !important;
}

/* center list items */
.rbt-footer .ft-link li{
text-align:center !important;
}

/* center headings */
.rbt-footer .ft-title{
text-align:center !important;
}

/* center contact button */
.rbt-footer .contact-btn{
text-align:center !important;
}

/* center newsletter */
.rbt-footer .newsletter-form{
text-align:center !important;
}

}
/* ===== MOBILE FOOTER CENTER ALIGNMENT ===== */

@media (max-width:768px){

/* center footer columns */
.rbt-footer .footer-top .row{
text-align:center;
}

/* center widgets */
.rbt-footer .footer-widget{
margin:auto;
text-align:center;
}

/* center titles */
.rbt-footer .ft-title{
text-align:center !important;
}

/* center useful links */
.rbt-footer .ft-link{
padding-left:0 !important;
margin:0 auto !important;
text-align:center !important;
}

/* center each link */
.rbt-footer .ft-link li{
display:block;
text-align:center !important;
}

/* center social icons */
.rbt-footer .social-icon{
display:flex !important;
justify-content:center !important;
}

}
/* ===== CENTER CONTACT SECTION ON MOBILE ===== */

@media (max-width:768px){

/* center contact column */
.rbt-footer .footer-widget{
text-align:center !important;
}

/* center contact list */
.rbt-footer .footer-widget ul.ft-link{
padding-left:0 !important;
margin:0 auto !important;
text-align:center !important;
}

/* center each contact item */
.rbt-footer .footer-widget ul.ft-link li{
text-align:center !important;
}

/* center phone/email links */
.rbt-footer .footer-widget ul.ft-link li span,
.rbt-footer .footer-widget ul.ft-link li a{
display:inline-block;
}

}
/* ===== FIX STUDENT IMAGE CROPPING ===== */

.achievers img,
.scholarship img,
.student-card img {
    width: 100%;
    height: auto;
    object-fit: contain; /* show full image */
    border-radius: 12px;
}
.student-card,
.achiever-card,
.scholarship-card {
    height: auto !important;
}
/* ===== FIX TEAM IMAGE CROPPING ===== */

.team .thumbnail{
height:auto !important;
overflow:visible !important;
}

.team .thumbnail img{
width:100%;
height:auto !important;
object-fit:contain !important;
display:block;
border-radius:10px;
}
/* Fix feature alignment on mobile */

@media (max-width:768px){

.plan-offer-list-wrapper{
display:grid !important;
grid-template-columns:1fr !important;
gap:10px;
}

.plan-offer-list{
display:contents;
padding-left:0;
}

.plan-offer-list li{
display:flex;
align-items:center;
justify-content:center;
text-align:center;
background:#f5f5f5;
padding:10px;
border-radius:8px;
margin-bottom:8px;
}

}
.feature-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:15px;
list-style:none;
padding:0;
margin-top:20px;
}

.feature-grid li{
display:flex;
align-items:center;
gap:10px;
background:#f5f5f5;
padding:10px 15px;
border-radius:10px;
font-size:14px;
}

/* Tablet */
@media (max-width:992px){
.feature-grid{
grid-template-columns:repeat(2,1fr);
}
}

/* Mobile */
@media (max-width:576px){
.feature-grid{
grid-template-columns:1fr;
}
}
/* Feature grid layout */

.feature-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
list-style:none;
padding:0;
margin-top:25px;
}

/* feature box */

.feature-grid li{
display:flex;
align-items:center;
gap:10px;
background:#f5f6fa;
padding:14px 18px;
border-radius:12px;
font-size:15px;
color:#1a2b4c;
font-weight:500;
transition:all 0.3s ease;
box-shadow:0 3px 8px rgba(0,0,0,0.05);
}

/* yellow icon */

.feature-grid li i{
color:#ffc107;
font-size:14px;
}

/* hover effect */

.feature-grid li:hover{
background:#0f2c5c;
color:#fff;
transform:translateY(-3px);
}

.feature-grid li:hover i{
color:#ffd34d;
}

/* tablet */

@media (max-width:992px){
.feature-grid{
grid-template-columns:repeat(2,1fr);
}
}

/* mobile */

@media (max-width:576px){
.feature-grid{
grid-template-columns:1fr;
}
}
/* icon circle style */

.feature-grid li i{
width:22px;
height:22px;
display:flex;
align-items:center;
justify-content:center;
background:#ffc107; /* yellow */
color:#fff;
border-radius:50%;
font-size:12px;
flex-shrink:0;
}
/* Feature grid layout */

.feature-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:10px; /* reduced space */
list-style:none;
padding:0;
margin-top:15px;
}

/* feature box */

.feature-grid li{
display:flex;
align-items:center;
gap:8px;
background:#f5f6fa;
padding:10px 12px; /* reduced padding */
border-radius:10px;
font-size:14px;
color:#1a2b4c;
}

/* icon */

.feature-grid li i{
width:20px;
height:20px;
display:flex;
align-items:center;
justify-content:center;
background:#ffc107;
color:#fff;
border-radius:50%;
font-size:11px;
}

/* tablet */

@media (max-width:992px){
.feature-grid{
grid-template-columns:repeat(2,1fr);
}
}

/* mobile */

@media (max-width:576px){
.feature-grid{
grid-template-columns:1fr;
}
}
.contact-card .icon {
display:flex;
justify-content:center;
align-items:center;
margin-bottom:15px;
font-size:40px;
color:#2d5be3;
}
/* Center icon and content inside contact cards */

.rbt-address,
.rbt-address-style-1,
.contact-card{
    text-align:center;
}

/* Center the icon */

.rbt-address i,
.rbt-address-style-1 i,
.contact-card i{
    display:block;
    margin:0 auto 15px auto;
    font-size:38px;
    color:#2d5be3;
}

/* Optional: better circular icon style */

.rbt-address .icon,
.contact-card .icon{
    width:70px;
    height:70px;
    margin:0 auto 20px auto;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#eef2ff;
    color:#2d5be3;
    font-size:32px;
}
/* Reduce gap above Science Olympiad section */

#achievers + section,
.science-section,
.sof-section{
margin-top: 0 !important;
padding-top: 20px !important;
}

/* Reduce heading gap */
.sof-section h2,
.science-title{
margin-top: 0 !important;
}
/* Remove large gap above Science Olympiad section */

.rbt-team-area.rbt-section-gapBottom{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

/* Reduce heading margin */
.rbt-team-area .mb--60{
    margin-bottom: 25px !important;
}
/* Different colors for contact cards */

.rbt-conatct-area .row.g-5 .col-lg-4:nth-child(1) .rbt-address{
    background:#eef4ff !important;   /* Light Blue */
}

.rbt-conatct-area .row.g-5 .col-lg-4:nth-child(2) .rbt-address{
    background:#fff7e6 !important;   /* Light Yellow */
}

.rbt-conatct-area .row.g-5 .col-lg-4:nth-child(3) .rbt-address{
    background:#f3f0ff !important;   /* Light Purple */
}
.portal-logo{
height:70px;
margin-bottom:15px;
}

.portal-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}
@media(max-width:768px){
.portal-grid{
grid-template-columns:1fr 1fr;
}
}
/* Pariksha Portal Section */
.pariksha-portal{
padding:70px 0;
background:#f7f9fc;
}

/* Logo */
.portal-logo{
height:70px;
margin-bottom:15px;
}

/* Grid Layout */
.portal-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
margin-top:40px;
}

/* Cards */
.portal-card{
background:#ffffff;
padding:30px;
border-radius:12px;
text-align:center;
border:1px solid #e6e6e6;
transition:0.3s;
box-shadow:0 6px 18px rgba(0,0,0,0.05);
position:relative;
}

/* Icon Style */
.portal-card i{
font-size:28px;
width:60px;
height:60px;
display:flex;
align-items:center;
justify-content:center;
margin:0 auto 15px;
border-radius:50%;
background:#fff3cd;
color:#0e2a47;
}

/* Title */
.portal-card h4{
font-size:18px;
font-weight:600;
color:#0e2a47;
margin-bottom:10px;
}

/* Description */
.portal-card p{
font-size:14px;
color:#666;
}

/* Hover */
.portal-card:hover{
transform:translateY(-6px);
box-shadow:0 15px 30px rgba(0,0,0,0.08);
border-color:#ffc107;
}

.portal-card:hover i{
background:#ffc107;
color:#0e2a47;
}

/* Mobile Responsive */
@media(max-width:992px){
.portal-grid{
grid-template-columns:repeat(2,1fr);
}
}

@media(max-width:576px){
.portal-grid{
grid-template-columns:1fr;
}
}
/* Different colors for portal cards */

.portal-card:nth-child(1){
background:#eef4ff;
}

.portal-card:nth-child(2){
background:#fff7e6;
}

.portal-card:nth-child(3){
background:#f0f9f4;
}

.portal-card:nth-child(4){
background:#f9f0ff;
}

.portal-card:nth-child(5){
background:#eaf7ff;
}

.portal-card:nth-child(6){
background:#fff0f3;
}

.portal-card:nth-child(7){
background:#f3f3ff;
}
/* Attractive card backgrounds */

.portal-card{
padding:30px;
border-radius:14px;
text-align:center;
transition:0.35s;
border:1px solid rgba(0,0,0,0.05);
box-shadow:0 8px 20px rgba(0,0,0,0.05);
}

/* Card Colors */

.portal-card:nth-child(1){
background:linear-gradient(135deg,#eef4ff,#dbe7ff);
}

.portal-card:nth-child(2){
background:linear-gradient(135deg,#fff8e1,#ffe7b3);
}

.portal-card:nth-child(3){
background:linear-gradient(135deg,#e9f7ef,#d2f4de);
}

.portal-card:nth-child(4){
background:linear-gradient(135deg,#f3e8ff,#e0ccff);
}

.portal-card:nth-child(5){
background:linear-gradient(135deg,#e8f6ff,#cdeeff);
}

.portal-card:nth-child(6){
background:linear-gradient(135deg,#ffeef3,#ffd6e2);
}

.portal-card:nth-child(7){
background:linear-gradient(135deg,#f4f4ff,#e2e2ff);
}

/* Icon Circle */

.portal-card i{
width:60px;
height:60px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
background:#fff;
margin:0 auto 15px;
font-size:26px;
color:#0e2a47;
box-shadow:0 4px 10px rgba(0,0,0,0.08);
}

/* Hover */

.portal-card:hover{
transform:translateY(-8px);
box-shadow:0 18px 35px rgba(0,0,0,0.12);
}
/* Make icons permanently yellow */
.portal-card i{
    width:60px;
    height:60px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#FFC107;   /* yellow */
    color:#0e2a47;        /* navy icon */
    margin:0 auto 15px;
    font-size:26px;
}

/* Prevent hover change */
.portal-card:hover i{
    background:#FFC107;
    color:#0e2a47;
}
/* Pariksha Portal Dark Dotted Background */

.pariksha-portal{
background-color:#0e2a47; /* navy background */
background-image: radial-gradient(rgba(255,255,255,0.15) 1px, transparent 1px);
background-size: 18px 18px;
padding:80px 0;
position:relative;
}

/* keep cards above background */

.portal-card{
position:relative;
z-index:2;
}

/* make heading visible */

.pariksha-portal h2,
.pariksha-portal p{
color:#fff;
}
.portal-card h4{
letter-spacing:0.3px;
}

.portal-card p{
line-height:1.6;
font-size:14px;
}
/* Fix paragraph text color in Pariksha cards */

.portal-card p{
color:#2c2c2c !important;
font-size:15px;
line-height:1.6;
}
/* Logo + Title Alignment */

.portal-title{
display:flex;
align-items:center;
justify-content:center;
gap:15px;
flex-wrap:wrap;
}

/* Logo */

.portal-logo{
width:70px;
height:auto;
}

/* Title */

.portal-title h2{
color:#ffffff;
font-size:42px;
font-weight:700;
margin:0;
}

/* Subtitle */

.portal-subtitle{
color:#ffffff;
font-size:16px;
margin-top:10px;
}
.portal-subtitle{
color:#ffffff !important;
font-size:16px;
margin-top:10px;
}
.pariksha-portal .portal-subtitle{
color:#ffffff !important;
}
.download-section{
text-align:center;
padding:40px 0;
}

.download-title{
font-size:28px;
font-weight:700;
margin-bottom:30px;
}

.download-buttons{
display:flex;
justify-content:center;
gap:25px;
flex-wrap:wrap;
}

.download-btn{
display:flex;
align-items:center;
justify-content:center;
gap:10px;
padding:14px 40px;
border-radius:10px;
font-size:18px;
font-weight:600;
color:#fff;
text-decoration:none;
min-width:180px;
transition:0.3s;
}

/* Windows */
.download-btn.windows{
background:#1f73b7;
}

/* Android */
.download-btn.android{
background:#16a34a;
}

/* iOS */
.download-btn.ios{
background:linear-gradient(90deg,#000,#4b4b4b);
}

/* Hover */
.download-btn:hover{
transform:translateY(-3px);
box-shadow:0 6px 15px rgba(0,0,0,0.2);
}

.download-btn i{
font-size:20px;
}
.download-btn{
color: #fff !important;
}

.download-btn i{
color: #fff !important;
}
.about-image-large{
margin-top:40px;
text-align:center;
}

.about-image-large img{
width:100%;
max-width:1100px;
border-radius:25px;
display:block;
margin:auto;
box-shadow:0 12px 30px rgba(0,0,0,0.15);
}

/* Vision Mission Values */

.vmv-section{
display:flex;
justify-content:center;
gap:30px;
margin-top:60px;
flex-wrap:wrap;
}

.vmv-card{
background:#fff;
padding:30px;
border-radius:15px;
width:300px;
text-align:center;
box-shadow:0 8px 20px rgba(0,0,0,0.08);
transition:0.3s;
}

.vmv-card:hover{
transform:translateY(-5px);
}

.vmv-card .icon{
font-size:40px;
margin-bottom:15px;
}

.vmv-card h4{
margin-bottom:10px;
font-weight:600;
}

.vmv-card p{
font-size:14px;
color:#555;
}
/* Reduce gap above cards */
.vmv-section{
    display:flex;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
    margin-top:30px;   /* reduce space */
    padding:40px 20px;
    background:#f6f8fc;   /* light background */
    border-radius:30px;
}

/* Card style */
.vmv-card{
    background:#fff;
    padding:30px;
    border-radius:15px;
    width:300px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:0.3s;
}

.vmv-card:hover{
    transform:translateY(-6px);
}
/* One common background for the whole section */
.raps-about{
    background:#f6f8fc;
    padding:60px 0;
}

/* Reduce gap under image */
.about-image-large{
    margin-top:30px;
    margin-bottom:30px;
}

/* Vision Mission Values container */
.vmv-section{
    display:flex;
    justify-content:center;
    gap:30px;
    flex-wrap:wrap;
    margin-top:20px; /* reduced gap */
}

/* Cards */
.vmv-card{
    background:#ffffff;
    padding:30px;
    border-radius:15px;
    width:300px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:0.3s;
}

.vmv-card:hover{
    transform:translateY(-6px);
}
/* remove extra space between image and cards */
.about-section{
    padding-bottom:20px;
}

.about-image-large{
    margin-bottom:10px;
}

/* reduce gap above cards */
.vmv-section{
    margin-top:0;
    padding-top:20px;
}

/* ensure same section background */
.raps-about{
    padding-top:40px;
    padding-bottom:40px;
}
/* Base card style */
.vmv-card{
    padding:30px;
    border-radius:15px;
    width:300px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:0.3s;
}

/* Vision card */
.vmv-card:nth-child(1){
    background:#fff4f6;   /* light pink */
}

/* Mission card */
.vmv-card:nth-child(2){
    background:#f3f6ff;   /* light blue */
}

/* Values card */
.vmv-card:nth-child(3){
    background:#fff9e6;   /* light yellow */
}

/* Hover effect */
.vmv-card:hover{
    transform:translateY(-6px);
}
.about-header h2{
    margin-bottom: 40px;   /* space below heading */
}

.about-header p{
    margin-top: 10px;      /* space above paragraph */
    line-height: 1.8;      /* better readability */
}
/* Main section background */
.raps-about{
    background:#f5f7fb;
    padding:60px 0;
}

/* Image spacing */
.about-image-large{
    margin-bottom:50px;
}

/* VMV section */
.vmv-section{
    display:flex;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
    padding:40px 20px;
    background:#eef2f8;
    border-radius:30px;
}

/* Cards */
.vmv-card{
    background:#ffffff;
    padding:30px;
    border-radius:16px;
    width:300px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:0.3s;
}

.vmv-card:hover{
    transform:translateY(-6px);
}
/* Olympiad Student Card Image Fix */
.student-card img {
    width: 100%;
    height: 260px;          /* same height for all */
    object-fit: cover;      /* crop properly */
    border-radius: 12px;
    display: block;
}

/* Card alignment fix */
.student-card {
    overflow: hidden;
    border-radius: 12px;
}

/* If using slider / flex */
.student-slider .student-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
/* Student Photo Same Size Fix */
.student-card {
    width: 240px;      /* same width */
    height: 260px;     /* same card height */
    border-radius: 14px;
    overflow: hidden;
    flex-shrink: 0;
}

/* Image size same */
.student-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;     /* very important */
    display: block;
}
.student-card {
    width: 240px;
    height: 240px;
}
/* ===== Student Slider Same Size Fix ===== */

.student-slider {
    display: flex;
    align-items: stretch !important;
}

.student-slider .student-card {
    width: 250px !important;
    height: 300px !important;      /* SAME HEIGHT */
    flex: 0 0 250px !important;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

/* Image Full Fit */
.student-slider .student-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
}

/* Remove extra bottom white space */
.student-slider .student-card .content,
.student-slider .student-card .info,
.student-slider .student-card .name {
    position: absolute;
    bottom: 0;
    width: 100%;
}
/* ===== Olympiad Student Card Final Fix ===== */

.student-slider{
    display:flex;
    align-items:stretch;
    gap:25px;
}

/* Card */
.student-card{
    width:250px;
    height:320px;
    background:#ffffff;              /* Proper background */
    border-radius:18px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    overflow:hidden;
    flex:0 0 250px;
    padding:10px;
    display:flex;
    flex-direction:column;
}

/* Image Box */
.student-card .img-box{
    width:100%;
    height:100%;
    border-radius:14px;
    overflow:hidden;
}

/* Image */
.student-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* Name Overlay (optional) */
.student-name{
    position:absolute;
    bottom:18px;
    left:20px;
    color:#fff;
    font-size:22px;
    font-weight:700;
}
/* ===== Same Size Student Photos ===== */

.student-card{
    width:260px;        /* same width */
    height:300px;       /* same height */
    overflow:hidden;
    border-radius:15px;
    background:#ffffff;
}

/* Image same size */
.student-card img{
    width:100%;
    height:100%;
    object-fit:cover;   /* VERY IMPORTANT */
    display:block;
}
.olympiad-section{
    padding:80px 0;
    background:#f4f7fb;
}

.olympiad-heading{
    font-size:34px;
    font-weight:700;
    color:#0b2c5a;
}

.student-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(160px,1fr));
    gap:35px;
    text-align:center;
}

.student-item{
    cursor:pointer;
    transition:.4s;
}

.student-item:hover{
    transform:translateY(-8px);
}

.student-item img{
    width:150px;
    height:150px;
    border-radius:50%;
    object-fit:cover;
    border:6px solid #fff;
    box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

.student-item h4{
    margin-top:12px;
    font-size:18px;
    color:#222;
}


/* Popup */

.profile-popup{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:9999;
}

.profile-card{
    background:linear-gradient(180deg,#7b2ff7,#f107a3);
    padding:35px;
    border-radius:20px;
    text-align:center;
    color:#fff;
    width:300px;
    animation:zoom .4s;
}

@keyframes zoom{
    from{transform:scale(.5)}
    to{transform:scale(1)}
}

.profile-card img{
    width:130px;
    height:130px;
    border-radius:50%;
    border:5px solid #fff;
    object-fit:cover;
    margin-bottom:15px;
}

.close-btn{
    position:absolute;
    margin-left:260px;
    margin-top:-20px;
    cursor:pointer;
    font-size:22px;
}
.student-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:40px;
    text-align:center;
}

@media(max-width:992px){
    .student-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:768px){
    .student-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:480px){
    .student-grid{
        grid-template-columns:repeat(1,1fr);
    }
}
.olympiad-section{
    padding:70px 0;
    background:linear-gradient(135deg,#eef2ff,#f8fbff);
    position:relative;
}

/* Premium floating background shapes */

.olympiad-section::before{
    content:'';
    position:absolute;
    width:250px;
    height:250px;
    background:#7b2ff7;
    opacity:.08;
    border-radius:50%;
    top:40px;
    left:60px;
}

.olympiad-section::after{
    content:'';
    position:absolute;
    width:300px;
    height:300px;
    background:#ff4b7d;
    opacity:.08;
    border-radius:50%;
    bottom:40px;
    right:60px;
}

.olympiad-heading{
    font-size:34px;
    font-weight:700;
    color:#0b2c5a;
    margin-bottom:35px;
}

/* PERFECT GRID */

.student-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    justify-items:center;
}

/* RESPONSIVE */

@media(max-width:992px){
    .student-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:768px){
    .student-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:480px){
    .student-grid{
        grid-template-columns:repeat(1,1fr);
    }
}

/* STUDENT CARD */

.student-item{
    text-align:center;
    transition:.4s;
}

.student-item:hover{
    transform:translateY(-6px);
}

/* PREMIUM IMAGE */

.student-item img{
    width:135px;
    height:135px;
    border-radius:50%;
    object-fit:cover;
    border:7px solid #fff;
    box-shadow:0 12px 25px rgba(0,0,0,0.12);
    transition:.4s;
}

.student-item:hover img{
    box-shadow:0 15px 35px rgba(123,47,247,0.35);
}

/* NAME */

.student-item h4{
    margin-top:10px;
    font-size:17px;
    font-weight:600;
    color:#1d2b4f;
}
.student-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:25px;
    justify-items:center;
}

/* responsive */

@media(max-width:1200px){
    .student-grid{
        grid-template-columns:repeat(4,1fr);
    }
}

@media(max-width:992px){
    .student-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:768px){
    .student-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:480px){
    .student-grid{
        grid-template-columns:repeat(1,1fr);
    }
}
.profile-popup{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.65);
    backdrop-filter:blur(8px);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:9999;
}
.profile-card{
    animation:popupSmooth .4s ease;
}

@keyframes popupSmooth{
    from{
        transform:translateY(60px) scale(.8);
        opacity:0;
    }
    to{
        transform:translateY(0) scale(1);
        opacity:1;
    }
}
.profile-card{
    background:linear-gradient(135deg,#1a2a6c,#b21f1f,#fdbb2d);
    padding:35px;
    border-radius:20px;
    text-align:center;
    color:#fff;
    width:300px;
    animation:popupSmooth .4s ease;
    box-shadow:0 25px 60px rgba(0,0,0,0.35);
    position:relative;
    overflow:hidden;
}
.profile-card::before{
    content:'';
    position:absolute;
    top:-50%;
    left:-50%;
    width:200%;
    height:200%;
    background:linear-gradient(
        60deg,
        transparent,
        rgba(255,255,255,0.25),
        transparent
    );
    transform:rotate(25deg);
    animation:shine 4s infinite;
}

@keyframes shine{
    0%{transform:translateX(-100%) rotate(25deg);}
    100%{transform:translateX(100%) rotate(25deg);}
}
/* ===== OLYMPIAD SECTION SPACING ===== */

.olympiad-section{
    padding:60px 0;
    background:linear-gradient(135deg,#eef2ff,#f8fbff);
}

/* Heading spacing */

.olympiad-section .section-title{
    margin-bottom:30px;
}

.olympiad-heading{
    font-size:34px;
    font-weight:700;
    color:#0b2c5a;
    margin-bottom:0;
}

/* ===== STUDENT GRID ===== */

.student-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:25px 20px;   /* row gap , column gap */
    justify-items:center;
}

/* ===== STUDENT CARD ===== */

.student-item{
    text-align:center;
    transition:.3s;
}

.student-item img{
    width:130px;
    height:130px;
    border-radius:50%;
    object-fit:cover;
    border:6px solid #fff;
    box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

.student-item h4{
    margin-top:10px;
    font-size:16px;
    font-weight:600;
    color:#1b2a4e;
}

/* ===== SECTION TO SECTION GAP CONTROL ===== */

.rbt-team-area{
    padding:60px 0;
}

.rbt-team-area .section-title{
    margin-bottom:30px;
}

/* ===== RESPONSIVE GRID ===== */

@media(max-width:1200px){
    .student-grid{
        grid-template-columns:repeat(4,1fr);
    }
}

@media(max-width:992px){
    .student-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:768px){
    .student-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:480px){
    .student-grid{
        grid-template-columns:repeat(1,1fr);
    }
}
.rbt-team-area{
    padding-top:40px;
    padding-bottom:40px;
}
.sof-slider,
.student-grid{
    margin-bottom:0;
}
.section-title{
    margin-bottom:20px;
}

.olympiad-heading{
    marffffffcee/* ===== ITS PREMIUM ROUND SLIDER ===== */

.its-slider .swiper-slide{
    display:flex;
    justify-content:center;
    align-items:center;
    padding:10px 0 30px;
}

.its-slider .team{
    text-align:center;
    transition:.4s;
}

.its-slider .thumbnail{
    width:130px;
    height:130px;
    margin:auto;
    border-radius:50%;
    overflow:hidden;
    border:6px solid #fff;
    box-shadow:0 12px 30px rgba(0,0,0,0.15);
    transition:.4s;
}

.its-slider .thumbnail img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.4s;
}

/* hover effect */

.its-slider .team:hover{
    transform:translateY(-6px);
}

.its-slider .team:hover .thumbnail{
    box-shadow:0 20px 45px rgba(0,0,0,0.25);
}

/* section spacing */

.its-slider{
    padding:20px 10px 40px;
}
gin-top:0;
}
/* ===== MOBILE 2 STUDENTS PER ROW ===== */

@media(max-width:576px){

.student-grid{
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.student-item img{
    width:110px;
    height:110px;
}

.student-item h4{
    font-size:14px;
}

}
.olympiad-section{
    position:relative;
}

/* Background circles fix */

.olympiad-section::before,
.olympiad-section::after{
    pointer-events:none;
    z-index:1;
}

/* Grid */

.student-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:30px;
    position:relative;
    z-index:5;
}

.student-item{
    text-align:center;
    cursor:pointer;
    position:relative;
    z-index:10;
}

.student-item img{
    width:130px;
    height:130px;
    border-radius:50%;
    object-fit:cover;
    border:6px solid #fff;
    box-shadow:0 10px 25px rgba(0,0,0,0.2);
}

/* Popup */

.popup-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:9999;
}

.popup-card{
    background:linear-gradient(135deg,#5f2eea,#ff2e93);
    padding:40px;
    border-radius:20px;
    text-align:center;
    color:#fff;
    position:relative;
}

.popup-card img{
    width:120px;
    height:120px;
    border-radius:50%;
    border:5px solid #fff;
}

.close-btn{
    position:absolute;
    top:10px;
    right:15px;
    font-size:25px;
    cursor:pointer;
}
/* Remove extra top gap before Science Olympiad section */

.sof-section,
.rbt-team-area{
    padding-top:5px !important;
    margin-top:0 !important;
}

/* Fix heading margin */

.sof-section .section-title,
.rbt-team-area .section-title{
    margin-top:0 !important;
    margin-bottom:10px !important;
}

/* Remove space from previous section */

.olympiad-section{
    padding-bottom:5px !important;
}