:root {
  --primary-color: #fecc00;
  --primary-dark: #ef7f1a;
  --gradient-color: linear-gradient(90deg, #fcac00, #ef7f1a, #fcac00);
  --gradient-color1: linear-gradient(180deg, #fcac00, #ef7f1a);
  --Secondary-color: #F6F6F1;
  --Dark-color: #312F2C;
  /* --body-color: rgba(166, 126, 0, 0.08); */
}


body {
  margin: 0;
  padding: 0;
  font-family: 'Rubik', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  background: #F6F6F1;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Marcellus", serif;
  color: var(--primary-dark);
  font-weight: 700;
}

a {
  text-decoration: none;
}

/* p {
  font-size: 16px !important;
} */

.colour {
  color: var(--primary-color);
  font-size: 20px;
}

.text-shadow {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.527);
}

.text-shadow-w {
  text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.83);
}

.brown-text {
  color: var(--primary-dark);
}

.lightbrown-text {
  color: var(--primary-color);
}

.heading-text {
  position: relative;
}

.heading-text h2 {
  position: inherit;
  z-index: 9;
}

.heading-text small {
  position: inherit;
  z-index: 9;
}

.heading-text-img {
  width: 100%;
  max-width: 130px;
  position: absolute;
  opacity: 0.3;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
}

.heading-sec {
  width: 100%;
  max-width: 300px;
  margin: 0px auto;
  background: var(--primary-color);
  border-radius: 100px;
  padding: 4px 0px;
  font-size: 14px;
}

.heading-sec-gal {
  width: 100%;
  max-width: 300px;
  margin: 0px auto;
  background: var(--Secondary-color);
  border-radius: 100px;
  padding: 4px 0px;
  font-size: 14px;
}

.heading-sec1 {
  width: 100%;
  max-width: 300px;
  /* margin: 0px auto; */
  background: var(--primary-color);
  border-radius: 100px;
  padding: 4px 0px 4px 15px;
  font-size: 14px;
}


/* =====================Nav Bar======================== */


.main-header {
  position: relative;
  display: block;
  width: 100%;
  z-index: 99;
  clear: both;
}

.navbar-wrapper1 {
  background: var(--primary-color);
  border-radius: 40px;
  position: fixed;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  transition: all 0.3s ease;
  border: 1px solid var(--Dark-color);
}

@media (max-width:575px) {
  .navbar-wrapper1 {
  background: var(--primary-color);
  border-radius: 40px;
  position: fixed;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 95%;
  max-width: 1200px;
  transition: all 0.3s ease;
  border: 1px solid var(--Dark-color);
}
}

.navbar {
  padding: 0;
}

.navbar-wrapper1 .nav-link {
  color: var(--Dark-color) !important;
  padding: 11px 20px 10px 20px;
  transition: all 0.2s;
  font-size: 14px;
  font-weight: 450;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
}

/* Fixed width dropdown */
.dropdown-fixed {
  width: 260px;
  min-width: 260px;
  padding: 0px;
}

/* Enable hover dropdown only on desktop */
@media (min-width: 992px) {
  .navbar .dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
  }
}


/* Dropdown Menu */
.dropdown-menu {
  border-radius: 0px !important;
  background: #fff;
  border: none;
  border-top: 3px solid #ef7f1a;
}

.dropdown-menu li {
  border-bottom: 1px solid #312F2C2E;
}

/* .dropdown-menu li {
  border-bottom: 1px solid #EF7F1A45;
} */

.dropdown-item {
  color: var(--Dark-color);
  padding: 8px 18px;
  transition: all 0.25s ease;
  border-radius: 20px;
  white-space: normal;
}

.dropdown-item:hover {
  background-color: transparent !important;
  color: var(--primary-dark);
}


.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0em !important;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.navbar-brand {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: var(--Dark-color);
  /* border: 2px solid var(--primary-color); */
  /* width: 55px;
  height: 55px; */
  justify-content: center;
  /* border-radius: 50%; */
  margin: 12px 10px 12px 20px;
  /* margin: 1px 2px; */
  /* background: var(--primary-dark); */
  /* background: linear-gradient(90deg, #3f8aff, #2C7EFF, #0059e4); */
  transition: 0.3s all ease-in-out;
}

/* .navbar-brand:hover {
  color: var(--primary-dark) !important;
  text-shadow: 1px 1px 2px rgb(255, 255, 255);
} */

.navbar-brand1 {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: var(--Dark-color);
  /* border: 2px solid var(--primary-color); */
  /* width: 55px;
  height: 55px; */
  justify-content: center;
  /* border-radius: 50px; */
  /* margin: 1px 2px; */
  margin: 12px 20px 12px 10px;
  /* background: linear-gradient(270deg, #3f8aff, #2C7EFF, #0059e4); */
  transition: 0.3s all ease-in-out;
}

.navbar-brand i {
  color: var(--Dark-color);
}

/* .navbar-brand1:hover {
  color: #ffffff !important;
  background: linear-gradient(90deg, #136fff, #4990FF);
} */

/* #navbarNav {
  margin: 0px 8px;
} */

.home-icon {
  font-size: 20px;
}

.home-icon1 {
  font-size: 25px;
}

.logo {
  position: fixed;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 155px;
  z-index: 20;
  padding: 10px;
  overflow: hidden;
}

.logo a {
  display: block;
  position: relative;
}

.logo img {
  width: 100%;
  height: auto;
  display: block;
}

.nav-item.dropdown:hover .mega-menu {
  display: block;
}

/* Left navbar */
.navbar-nav.me-auto .mega-menu {
  left: 0;
  /* lock to UL left side */
  right: auto;
  min-width: 500px;
  max-width: 700px;
}

/* Right navbar */
.navbar-nav.ms-auto .mega-menu {
  right: 0;
  left: auto;
  min-width: 500px;
  max-width: 700px;
}

#offcanvas-body .nav-link {
  color: var(--Dark-color) !important;
  padding: 10px 20px;
  transition: all 0.2s;
}

#offcanvas-body .nav-item {
  border-bottom: 1px solid #cbc49b96;
}

/* ============================================= */

/* Offcanvas Custom */


#mobileMenu {
 background: var(--gradient-color1);
}

.navbar-toggler {
  background: var(--Dark-color) !important;
}
.offcanvas {
  background: var(--gradient-color1);
  color: white;
}

.offcanvas .nav-link {
  color: white !important;
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
}

.offcanvas-body .nav-item a {
  background: var(--Secondary-color);
  margin: 5px 0px;
  border-radius: 20px;
}

.offcanvas-body .dropdown-menu {
  width: 100%;
  background: #fff;
  padding: 10px;
}

.offcanvas-title {
 width: 100%;
 max-width: 100px;
}

/* Hide desktop nav items on mobile */
@media (max-width: 991px) {
  .main-navbar .navbar-nav {
    display: none !important;
  }
}


/* .navbar-right .nav-link {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.55);
} */

/* .navbar-left .nav-link {
  text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.55);
} */


/* ===========================  HERO SECTION  ================================== */

.socil-sec {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  left: -20px;
}

.socil-sec ul li {
  list-style: none;
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  background: var(--Secondary-color);
  /* background: rgba(0, 0, 0, 0.3); */
  justify-content: center;
  font-size: 0.85rem;
  transition: 0.3s;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  margin-top: 10px;
}

.socil-sec ul li:hover {
  background: var(--primary-color);
}

.socil-sec ul li:hover i {
  color: #fff;
}


/* --- Pagination indicators like your Bootstrap version --- */
/* #hero .swiper-pagination {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 10;
} */

#hero .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--primary-color);
  opacity: 0.6;
  transition: all 0.3s ease;
}

#hero .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.2);
}

/* --- Overlay same as carousel-item::before --- */
#hero .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  z-index: 1;
  pointer-events: none;
}

#hero .swiper-slide {
  position: relative;
}

#hero .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.underline {
  width: 290px;
  height: 5px;
  background-color: var(--primary-dark);
  border-radius: 20px;
  margin: 10px auto;
}

.underline1 {
  width: 290px;
  height: 5px;
  background-color: var(--Secondary-color);
  border-radius: 20px;
  margin: 10px auto;
}


.hero-school-text {
  position: absolute;
  top: 50%;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}


.hero-school-text p {
  color: #fff;
  font-size: 1.5rem;
  /* text-shadow: 2px 2px 1px rgb(5, 56, 133); */
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.788);
}


#heroTitle {
  font-family: 'Mokgech', sans-serif;
  color: #fff;
  /* text-shadow: 2px 2px 3px rgb(5, 56, 133); */
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.911);
  font-size: 2.8rem;
  display: inline-block;
  letter-spacing: 2px;
}

/* each character */
.char {
  display: inline-block;
  opacity: 0;
  transform: translateY(-25px);
  animation: charShift 0.8s ease forwards;
}

@keyframes charShift {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========Swipper overide issue====== */
/* from Swiper */
#hero .swiper-horizontal>#hero .swiper-pagination-bullets,
#hero .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* ensure the containing block */
#hero .mySwiper {
  position: relative;
}

/* put bullets on the right-center, vertical stack */
/* 
#hero .mySwiper .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: 58%;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  display: flex;
  z-index: 10;
} */
#hero .mySwiper .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 2%;
  left: 2%;
  width: auto;
  display: flex;
  z-index: 10;
}

/* bullet look (optional) */
#hero .mySwiper .swiper-pagination-bullet {
  width: 20px;
  height: 12px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #fff;
  opacity: 1;
  transition: transform .3s ease, opacity .3s ease;
}

#hero .mySwiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--gradient-color1);
  border: 1px solid var(--primary-dark);
  transform: scale(1.2);
}


/* ================Read More=================== */

.viewall-gallery {
  font-family: 'Rubik', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  background: var(--primary-color);
  color: var(--light-color);
  border-radius: 30px;
  padding: .5rem 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  text-decoration: none;
  /* box-shadow: 0 8px 16px rgba(0, 0, 0, .18); */
  background-size: 200% 100%;
  background-position: left center;
  transition: 0.4s ease-in-out;
}

.viewall-gallery:hover {
  background: var(--primary-dark);
  color: var(--Secondary-color);
}

.viewall-gallery1 {
  font-family: 'Rubik', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  background: var(--primary-dark);
  color: var(--Secondary-color);
  border-radius: 30px;
  padding: .5rem 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  text-decoration: none;
  /* box-shadow: 0 8px 16px rgba(0, 0, 0, .18); */
  background-size: 200% 100%;
  background-position: left center;
  transition: 0.4s ease-in-out;
}

.viewall-gallery1:hover {
  background: var(--gradient-color1);
  color: var(--Secondary-color);
}


.small-text {
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 10px;
}

.small-text1 {
  color: var(--Secondary-color);
}



/* ==========================News Section========================== */

.bg-subtle1 {
  font-family: 'Rubik', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 18px;
}

#messageTabs .nav-link.active .badge {
  color: var(--Dark-color) !important;
}

#messageTabs .nav-link .badge {
  color: var(--primary-color) !important;
}

.newsSwiper {
  border-radius: 100px;
}

.news-card {
  border-radius: 80px;
  padding: 8px;
  box-shadow: 1px 3px 2px 0px rgba(0, 0, 0, 0.14);
  border: 1px solid #f8efef;
  width: 100%;
  margin-bottom: 3px;
}

.news-card p {
  font-size: 14px;
}

.news-card .side-round {
  background: var(--gradient-color1);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--Secondary-color);
}


/* #news-slider-section .swiper {
  padding-bottom: 5px;
  padding-top: 5px;
  padding-right: 15px;
  border-radius: 250px;
} */

/* #news-slider-section {
  padding: 40px 0px;
} */


.news-section {
  padding: 30px 0px;
  width: auto;
}

/* @media (max-width: 991px) {
  .news-section {
    margin-top: 0px;
    position: relative;
    z-index: 9;
    padding-right: 0px;
    right: 0px;
    padding: 10px 0px;
    width: auto;
  }
} */

#news-slider-section .btn-prev,
#news-slider-section .btn-next {
  border: none;
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 14px;
  background: var(--primary-color);
  color: var(--light-color);
}

#news-slider-section .btn-prev:hover,
#news-slider-section .btn-next:hover {
  border: none;
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 14px;
  background: var(--primary-dark);
  color: var(--Secondary-color);
}

/* #news-slider-section span {
  background: var(--Secondary-color);
  padding: 4px 6px;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  right: 80px;
  top: 20px;
  line-height: 12px;
  border-radius: 8px;
}

#news-slider-section span {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
} */
/* =======================about Us============================ */

.paragraph {
  line-height: 29px;
}

.aboutus-icons p {
  color: var(--primary-dark);
}

.aboutus-heading {
  /* text-transform: uppercase; */
  font-weight: 700;
  color: transparent;
  background: var(--gradient-color1);
  -webkit-background-clip: text;
  background-clip: text;
}

/* ==========================principal Section========================== */

.message-tab {
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  padding: 4px 9px 4px 4px;
  border: 1px solid var(--primary-color);
}

.message-tab.active {
  background: var(--primary-color);
  display: flex;
  align-items: center;
  padding: 5px 10px 5px 5px;
  border: none;
}

.message-img-round {
  padding: 3px;
  border: 1px solid var(--primary-dark);
  border-radius: 50%;
}

/* =================facility============== */

.facility-slider {
  border-radius: 30px;
}

.facility-card {
  height: 320px;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  box-shadow: 0 8px 10px rgba(0, 0, 0, .18);
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}


/* Dark gradient overlay */
.facility-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.151) 40%, rgba(0, 0, 0, 0.7) 100%);
  border-radius: 20px;
}

.facility-card:hover .card-overlay {
  /* position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  z-index: 2;
  transition: 0.4s ease-in-out; */
  position: absolute;
  /* bottom: 50px;
  left: 30px;
  right: 20px; */
  color: #fff;
  z-index: 2;
}

.facility-card .card-overlay {
  /* position: absolute;
  bottom: 50px;
  left: 40px;
  right: 20px;
  color: #fff;
  z-index: 2; */
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  z-index: 2;
  transition: 0.4s ease-in-out;
}

.facility-card h6 {
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--primary-color);
}

.facility-card p {
  font-size: 12px;
  margin: 0;
}

.facility-card:hover .facility-icon {
  width: 100%;
  max-width: 90px;
  /* margin: 10px; */
  opacity: 1;
  transition: 0.4s all;
}

.facility-card .facility-icon {
  width: 100%;
  max-width: 60px;
  margin: 10px;
  opacity: 1;
}

/* Navigation buttons */
.facility-nav {
  display: flex;
  gap: 10px;
  justify-content: start;
  align-items: center;
}

.facility-nav button {
  border: none;
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 14px;
  background: var(--gradient-color1);
  color: #fff;
}

.facility-nav button:hover {
  background: var(--primary-color);
  color: white;
  border-color: none;
}

/* Navigation buttons */
.facility-nav1 {
  display: flex;
  gap: 10px;
  margin-left: 30px;
  justify-content: center;
  align-items: center;
}

.facility-nav1 button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  background: var(--gradient-color1);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .18);
  cursor: pointer;
  margin: 0px 5px;
  transition: 0.3s ease-in-out;
}


.facility-icons {
  max-width: 60px;
  padding: 0px 0px 15px 0px;
}

.facility-text-white {
  position: absolute;
  width: 600px;
  height: 100%;
  background: #fff;
  right: 0px;
  top: 0px;
  border-radius: 0px 30px 30px 0px;
  z-index: -1;
}

.facility-text-icons {
  width: 100%;
  padding: 10px;
}



/* ===================Gallery============== */

.Gallery-nav button {
  background: var(--primary-dark);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 6px 14px;
  /* width: 40px;
  height: 40px; */
  /* margin: 0 8px; */
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.Gallery-nav button:hover {
  background: var(--gradient-color1)
}

/* Fixed height for square images */
.image-container {
  height: 350px;
  /* Adjust height as needed */
  overflow: hidden;
  border-radius: 1rem;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* This ensures images fill the container without distortion */
}

/* Date pill styling */
.date-pill {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

/* Album title styling */
.album-title h4 {
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* -------------------------------- */
/* Single image slider container with fixed height */
.image-container-single {
  height: 350px;
  /* Same height as column 7 images */
  overflow: hidden;
  width: 100%;
  border-radius: 1rem;
}

.image-container-single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* This ensures all images fill the container consistently */
}

/* Gradient overlay for album name */
.gradient-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.745) 0%, rgba(0, 0, 0, 0.526) 50%, transparent 100%);
  z-index: 2;
}

/* Custom pagination styling */
.single-gallery-pagination {
  position: relative;
  bottom: 0;
  text-align: center;
  margin-top: 1rem;
}

.single-gallery-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 10px;
  background: transparent;
  border: 2px solid var(--primary-dark);
  opacity: 1;
  transition: transform .3s ease, opacity .3s ease;
}

.single-gallery-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary-dark);
  transform: scale(1.2);
}



/* Ensure swiper container has proper height */
.SingleGallerySwiper {
  height: auto;
}

.gallery-title h6 {
  text-shadow: 0 1px 1px rgb(255, 255, 255);
  color: var(--Dark-color);
}

.underline-gall {
  width: 100%;
  max-width: 330px;
  height: 2px;
  background-color: var(--Secondary-color);
  border-radius: 20px;
  margin: 10px auto;
}






/* ==============================toppers & Birthday */
/* ------------------------- */

.topper-top-box {
  background: url(../images/Student-board.svg);
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 700px;
  position: relative;
  background-size: contain;
  /* margin: 0px 30px; */
  width: 100%;
  padding-top: 29%;
}

/* .toppers-padding {
	padding-top: 28%;
} */
/* ------------------------- */

.highlight-grid {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Tablet */
@media (max-width: 991px) {
  .highlight-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 575px) {
  .highlight-grid {
    grid-template-columns: 1fr;
  }
}

.glass-card {
  height: 430px;
  padding: 25px;
  display: flex;
  flex-direction: column;
}

.card-header {
  text-align: center;
  margin-bottom: 15px;
}

.card-header h3 {
  color: var(--primary-color);
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}

.topper-modal {
  background: #fff;
  border: 1px solid #edf2f7;
  border-radius: 100px;
  padding: 5px;
  display: flex;
  align-items: end;
  gap: 15px;
  transition: 0.3s;
  position: relative;
  margin: 10px 0px
}

.photo-box {
  position: relative;
}

.photo-box img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--primary-dark);
}

.percent-tag {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: #2d3436;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 10px;
  white-space: nowrap;
}

/* ---------- Swiper fixes (do NOT change design) ---------- */
#toppers-x .swiper {
  height: 100%;
}

#toppers-x .swiper-slide {
  width: 100% !important;
  /* margin-bottom: 0px !important; */
}

#toppers-x .topper-modal {
  width: 100%;
}

/* ---------- Button style (scoped only to toppers-x) ---------- */
#toppers-x .btn-custom {
  border: none;
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 14px;
  background: var(--primary-color);
  color: #000000;
  transition: 0.3s ease;
}

#toppers-x .btn-custom:hover {
  background: var(--primary-dark);
  color: #fff;
}

.toppersVerticalSwiper {
  margin: 0px;
}

/* -----------------------Toppers XII--------------- */

/* ---------- Toppers XII Swiper fixes ---------- */
#toppers-xii .swiper {
  height: 100%;
}

#toppers-xii .swiper-slide {
  width: 100% !important;
}

#toppers-xii .topper-modal {
  width: 100%;
}

/* ---------- Button style (Toppers XII only) ---------- */
#toppers-xii .btn-custom {
  border: none;
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 14px;
  background: var(--gradient-color1);
  color: #fff;
  transition: 0.3s ease;
}

#toppers-xii .btn-custom:hover {
  background: var(--primary-color);
  color: #fff;
}

.toppersXiiVerticalSwiper {
  margin: 0;
}



/* =============happy Birthday=================== */


/* .happy-birthday {
  width: 100%;
  max-width: 250px;
  padding-bottom: 10px;
  margin: 0px auto;
  display: flex;
} */

.happy-birthday {
  width: 100%;
  max-width: 280px;
  /* padding-bottom: 10px; */
  margin: 0px auto;
  display: flex;
}

.happy-birthday-gif {
  width: 100%;
  height: 100%;
  opacity: 0.3;
  position: absolute;
  z-index: -1;
  inset: 0;
}


.Topper-student {
  width: 180px;
  height: 190px;
  object-fit: cover;
  border: 2px solid var(--primary-color);
}

.carousel-controls .custom-prev2,
.carousel-controls .custom-next2 {
  border: none;
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 14px;
  background: var(--gradient-color1);
  color: #fff;
  transition: 0.3s ease;
  margin: 0px 10px;
}

.carousel-controls .custom-prev2:hover,
.carousel-controls .custom-next2:hover {
  background: var(--primary-color);
  color: #fff;
}

.Toppers-gif {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.5;
  width: 100%;
  max-width: 400px;
  top: 0;
}

.birthday-name {
  position: absolute;
  inset: 0px;
  color: #fff;
}

.birthday-class {
  position: absolute;
  bottom: -6px;
  left: 30px;
}






/* ===============================FOOTER=========================== */

.site-footer {
  background: linear-gradient(90deg, #000000b5 0%, #000000b5 100%), url('../images/footer-img.JPG') no-repeat center center;
  /* background: url(../images/blue-Sky.jpg) center center / cover; */
  color: #d9e3f5;
  padding: 50px 0px 100px 0px;
  position: relative;
}

.logo-footer {
  width: 145px;
  z-index: 20;
  border-radius: 50%;
  padding: 6px;
  overflow: hidden;
  margin: 0px auto;
}

.logo-footer a {
  display: block;
  position: relative;
}

.logo-footer img {
  width: 100%;
  height: auto;
  display: block;
}

.logo-footer a::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 70%);
  transform: rotate(25deg);
  animation: shine 3s infinite;
}

@keyframes shine {
  0% {
    transform: translateX(-150%) rotate(25deg);
  }

  100% {
    transform: translateX(150%) rotate(25deg);
  }
}

.btn-border-flow {
  display: inline-block;
  padding: 6px 18px;
  font-size: 18px;
  color: #fff;
  background: #0B1E44;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.27);

}

.cisoft {
  color: #000000 !important;
  transition: 0.3s all ease-in-out;
}

.cisoft:hover {
  color: var(--light-color) !important;
}

.btn-border-flow::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50px;
  background: linear-gradient(270deg, var(--primary-color), var(--primary-dark), var(--primary-color));
  background-size: 400% 400%;
  z-index: -1;
  animation: borderMove 6s linear infinite;
}


/* ============================= */

.copyright {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 991px) {
  .copyright {
    position: absolute;
    bottom: 180px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 13px;
    text-align: center;
  }

  /* .social-sec {
    position: absolute;
    bottom: 120px !important;
    left: 50%;
    display: flex;
    gap: 10px;
    transform: translateX(-50%);
    margin-left: 0rem;
    padding-left: 0rem;
  } */
}


.social-sec {
  position: absolute;
  top: -24px;
  left: 50%;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
  margin-left: 0rem;
  padding-left: 0rem;
}

.social-sec li {
  list-style: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Glassmorphism effect */
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: 0.3s ease;
  cursor: pointer;
}

.social-sec li a {
  color: white;
  font-size: 18px;
  transition: 0.3s;
}

.social-sec li:hover {
  background: var(--light-color);
  transform: translateY(-5px) scale(1.05);
}

.social-sec li:hover a {
  color: var(--primary-color);
  /* primary hover color */
}

.footer-text-color h6 {
  color: var(--light-color);
  /* text-shadow: 1px 1px 1px rgb(255, 255, 255); */
}

.footer-text-color p {
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.footer-text-color ul li a {
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.footer-text-color ul li a:hover {
  color: var(--light-color);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.856);
}

@media (max-width: 991px) {
  .footer-school-img {
    padding-top: 130px;
  }
}


/* ==================================== */

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--gradient-color1);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: none;
  z-index: 999;
  transition: all 0.4s;
  display: flex;
  /* ensure flex works */
  align-items: center;
  /* vertical center */
  justify-content: center;
  /* horizontal center */
  border: 2px solid var(--light-color);
}

.back-to-top::after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.311) 0%, rgba(0, 0, 0, 0) 80%);
}

.back-to-top i {
  color: #fff;
}










/* ============================Footer Section====================== */

.footer-underline {
  width: 100%;
  height: 6px;
  background: var(--primary-color);
  position: fixed;
  bottom: 0px;
  z-index: 99;
  border-top: 1px solid #000;
}

.footer-img-line {
  width: 100%;
  max-width: 640px;
  position: fixed;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

/* ===============Page Padding================ */

.section-padding {
  padding: 2% 0%;
  position: relative;
}

.section-news-padding {
  padding: 2% 0% 4% 0%;
  position: relative;
}

.section-padding1 {
  padding: 0% 0% 5% 0%;
}

.section-about {
  padding: 20px 0px 0px 0px;
}

.principal-sec {
  padding: 2% 0%;
  background: var(--primary-color);
  /* background: var(--primary-dark); */
}

.facilities-sec {
  padding: 4% 0%;
  background: var(--primary-dark);
}

/* .principal-section {
  padding: 2% 0% 3% 0%;
  background: var(--primary-dark);
} */

.principal-sec1 {
  background: linear-gradient(90deg, var(--primary-dark), var(--primary-dark)), url('../images/Slider/Slider-5.jpg') center / cover;
  /* background: var(--primary-dark); */
}

.principal-sec2 {
  background: linear-gradient(90deg, var(--primary-dark), var(--primary-dark)ee, var(--primary-dark)), url('../images/Slider/Slider-5.jpg') center / cover;
}

/* .facility-sec {
  padding: 4% 0%;
} */



/* ==========================Bottom Floating pof========================== */

#floating-pod {
  position: fixed;
  bottom: 4px;
  /* bottom: 5px; */
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 30px;
  display: flex;
  align-items: center;
  gap: 25px;
  z-index: 110;
  color: #fff;
}


.pod-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  white-space: nowrap;
  color: var(--Dark-color);
  text-decoration: none;
}

.pod-item i {
  font-size: 1.7rem;
  color: var(--Dark-color);
}

.pod-item span {
  display: block;
  line-height: 1.1;
}

.top-line {
  font-weight: 600;
}

.bottom-line {
  font-size: 0.8rem;
  color: var(--Dark-color);
}

.pod-divider {
  height: 30px;
  border-right: 2px solid var(--primary-dark);
}

@media (max-width: 768px) {
  .menu-link {
    margin: 0 0.5rem;
    font-size: 0.8rem;
  }

  .pod-item {
    font-size: 0.8rem;
  }

  .pod-item i {
    font-size: 1.4rem;
  }

  .pod-divider {
    height: 30px;
  }
}

/* -------------for mobile-------- */

#mobile-floating-pills {
  position: fixed;
  bottom: 12px;
  left: 0;
  width: 100%;
  z-index: 60;
}

.mobile-pill {
  display: block;
  padding: 10px 16px;
  background: var(--primary-dark);
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease;
}

.mobile-pill:hover {
  background: #0b5ed7;
  transform: translateY(-2px);
}
.mobile-pill1 {
  display: block;
  padding: 10px 16px;
  background: var(--primary-dark);
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease;
  width: 280px;
}

.mobile-pill1:hover {
  background: #0b5ed7;
  transform: translateY(-2px);
}




/* =======================page enroll======================== */


/* Main Banner Container */
.admission-banner {
  border-radius: 200px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  height: 280px;
  width: 100%;
  max-width: 950px;
  margin: 0px auto;
}

/* Left Image Side */
.admission-banner .banner-image-side {
  min-width: 60%;
}

.admission-banner .image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  padding-left: 100px;
}

/* Right Info Side */
.admission-banner .banner-info-side {
  min-width: 40%;
}

/* .banner-info-side h3 {
  color: var(--theme-primary-light);
} */

.admission-banner .pink-divider {
  width: 60px;
  height: 4px;
  background: var(--gradient-color1);
  border-radius: 2px;
}


/* Responsive adjustments */
@media (max-width: 768px) {
  .admission-banner {
    border-radius: 20px;
  }

  .admission-banner .image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.73));
    padding-left: none;
  }

  .admission-banner {
    height: 500px;
  }
}



/* ==========================PAGE DATA========================== */

.hero-banner {
  background: linear-gradient(to right, #000000b0, #000000b0), url('../images/page-header.JPG') center / cover no-repeat;
  height: 350px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 0px 30px 30px;
}

.about-quote {
  color: var(--primary-dark);
  font-size: 24px;
}

.hero-banner h6 {
  font-size: 14px !important;
}

.hero-banner h2 {
  color: #fff;
  text-transform: uppercase;
}

.hero-banner i {
  font-size: 14px !important;
}

.breadcrumb {
  display: inline-block;
  padding: 6px 16px;
  font-size: 14px !important;
  margin: 0;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.breadcrumb a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  opacity: 0.85;
}

.breadcrumb span {
  margin: 0 8px;
  color: #fff;
  opacity: 0.85;
}


.hero-title {
  z-index: 3;
  padding: 15px;
  border-radius: 100px;
  width: 95%;
  max-width: 1100px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
  height: 100px;
}

.heading-shade1 {
  text-transform: uppercase;
  color: #fff;
}

.list-group {
  padding: 0;
  margin: 0;
}

.list-group li {
  position: relative;
  line-height: 28px;
  padding: 0px 0 0px 32px;
  list-style: none;
  margin: 8px 0;
}

.list-group li::before {
	content: "\f061";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 14px;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--primary-dark);
	color: #ffffff;
	font-size: 12px;
	border-radius: 20px;
}


/* ------------Table-------------- */

thead th {
  background: var(--gradient-color1) !important;
  /* background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-dark) 100%) !important; */
  color: #fff !important;
}

.school-time-img {
  width: 50px;
  margin-right: 10px;
}


/* ---------------------------Accordian--------------------------------------- */

.accordion {
  border: none;
}

.accordion-item {
  border: none;
  border-radius: 10px;
  margin-bottom: 15px;
  background: var(--Secondary-color);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 18px;
  font-size: 1rem;
  color: #000;
  text-align: left;
  background: var(--gradient-color1);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  /* transition: var(--bs-accordion-transition); */
}

.accordion-body {
  /* padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x); */
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14);
}

.accordion-body img {
  border-radius: 10px;
  box-shadow: 1px 1px rgba(0, 0, 0, 0.41);
  margin-bottom: 10px;
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button {
  border-radius: 30px;
}

.accordion-button .hero-about {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  background-color: #967b7b;
  border: none;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.accordion-button span {
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease, text-shadow 0.3s ease;
  padding: 5px 0px;
  color: #fff;
}

.accordion-button:hover span {
  transform: translateX(5px);
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}


.accordion-button:not(.collapsed) {
  background: var(--primary-dark);
  color: #fff;
  border-radius: 10px;
}


.accordion-header {
  margin-bottom: 5px;
}


.accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 30px;
}

.accordion-button:not(.collapsed)::after {
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.facility-img {
  width: 100%;
  max-width: 600px;
  border: none !important;
  border-radius: 10px;
  padding: 0px !important;
}