:root {
  --primary-color: #e50300;
  --primary-dark: #ffc107;
  /* --primary-dark: #e6ad1a; */
  --gradient-color: linear-gradient(90deg, #ff0e0a, #ff0e0a, #f05c03, #ff0e0a, #ff0e0a);
  --gradient-color1: linear-gradient(0deg, #e50300, #fd1a16e3);
  --gradient-light: linear-gradient(0deg, #e50300, #ffc107);
  --Secondary-color: #F6F6F1;
  --Dark-color: #312f2c;
}


body {
  margin: 0;
  padding: 0;
  font-family: 'Rubik', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  background: #F6F6F1  url(../images/bg-patterns1.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-attachment: fixed;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  /* font-family: "Marcellus", serif; */
  color: var(--primary-color);
  font-weight: 700;
}

.bg-body-color {
  background: #F6F6F1;
}

span {
  font-family: 'Rubik', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
}


.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 h1 {
  text-transform: uppercase;
  font-weight: 700;
  color: transparent;
  background: var(--gradient-light);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-sec p {
  /* color: transparent;
    background: linear-gradient(180deg, var(--Dark-color), var(--primary-color));
    -webkit-background-clip: text;
    background-clip: text; */
  width: 100%;
  max-width: 500px;
  text-align: center;
  margin: 0px auto;
  color: var(--Dark-color);
}

.heading-sec1 h1 {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}


/* =====================Nav Bar======================== */


.main-header {
  position: relative;
  display: block;
  width: 100%;
  z-index: 99;
  clear: both;
}

.navbar-wrapper1 {
  background: var(--gradient-color);
  border-radius: 40px;
  position: fixed;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  transition: all 0.3s ease;
  border: 2px solid #ffffff9c;
}

@media (max-width:575px) {
  .navbar-wrapper1 {
    background: var(--gradient-color);
    border-radius: 40px;
    position: fixed;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 95%;
    max-width: 1200px;
    transition: all 0.3s ease;
    border: 1px solid #fff;
  }
}

.navbar {
  padding: 0;
}

.navbar-wrapper1 .nav-link {
  color: #fff !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;
  }
}

/* ========================== */
.custom-toggler {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: transparent;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: all 0.3s ease;
}

/* Icon style */
.custom-toggler i {
  font-size: 18px;
  color: #000;
  transition: all 0.3s ease;
}

/* Hover effect */
.custom-toggler:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.custom-toggler:hover i {
  color: #fff;
  transform: scale(1.1);
}

/* Remove default Bootstrap icon */
.navbar-toggler-icon {
  display: none;
}

/* Optional: remove outline */
.custom-toggler:focus {
  box-shadow: none;
}

/* ========================== */


/* Dropdown Menu */
.dropdown-menu {
  border-radius: 0px !important;
  background: #fff;
  border: none;
  border-top: 3px solid var(--primary-dark);
}

.dropdown-menu li {
  border-bottom: 1px solid #312F2C2E;
}


.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-color);
}


.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);
  justify-content: center;
  margin: 12px 10px 12px 20px;
  transition: 0.3s all ease-in-out;
}


.navbar-brand1 {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #fff;
  justify-content: center;
  margin: 12px 20px 12px 10px;
  transition: 0.3s all ease-in-out;
}

.navbar-brand i {
  color: #fff;
}


.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;
}

/* ============================================= */


#mobileMenu {
  background: var(--gradient-color1);
}

.navbar-toggler {
  background: #fff !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;
  }
}


/* ============= HERO Social Sec ============= */

.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;
}


/* ================= HERO SECTION ================= */

#hero {
  padding-top: 20px;
  background: linear-gradient(0deg, #f6f6f100, #F6F6F1, #F6F6F1, #F6F6F1);
}

/* swiper container */
#hero .mySwiper {
  height: 95vh;
  overflow: hidden;
}

@media (max-width:575px) {
  #hero .mySwiper {
    height: 90vh;
    overflow: hidden;
  }
}




/* wrapper center */
#hero .swiper-wrapper {
  align-items: center;
}

/* slides */
#hero .swiper-slide {
  width: 84%;
  height: 95vh;
  border-radius: 30px;
  overflow: hidden;
  transition: transform .5s ease, opacity .5s ease;

  transform: scale(.9);
  opacity: .6;
}

/* active slide */
#hero .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}

/* image */
#hero .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

/* overlay */
#hero .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, .4),
      rgba(0, 0, 0, .6));
  z-index: 1;
}

/* hero text */
.hero-school-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
  width: 100%;
}

.hero-school-text img {
  width: 100%;
  max-width: 600px;
}

.hero-school-text h1 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-school-text p {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* pagination */
#hero .swiper-pagination {
  bottom: 25px;
}


/*-----------MOBILE HERO FIX------------*/

@media (max-width: 768px) {

  /* remove preview layout */
  #hero .swiper-slide {
    width: 100%;
    height: 65vh;
    transform: scale(1);
    opacity: 1;
  }

  /* remove side scaling */
  #hero .swiper-slide-active {
    transform: scale(1);
  }

  /* remove rounded preview effect */
  #hero .swiper-slide img {
    border-radius: 15px;
  }

}


/* ===== Hero Slider Navigation ===== */

#hero .btn-prev,
#hero .btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}

#hero .btn-prev {
  left: 10%;
}

#hero .btn-next {
  right: 10%;
}

#hero .btn-prev,
#hero .btn-next {
  border: 1px solid var(--Secondary-color);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #00000075;
  color: var(--Secondary-color);
}

#hero .btn-prev:hover,
#hero .btn-next:hover {
  background: var(--primary-color);
  color: #fff;
}


/* ================Read More=================== */

.viewall-gallery {
  /* font-family: 'Montserrat', sans-serif; */
  color: transparent;
  background: linear-gradient(90deg, var(--primary-color), var(--primary-dark));
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 0px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

.viewall-gallery:hover {
  color: var(--primary-color);
}

.viewall-gallery1 {
  color: #fff;
  border-radius: 0px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

.viewall-gallery1:hover {
  color: transparent;
  background: linear-gradient(90deg, var(--primary-dark), var(--Secondary-color));
  -webkit-background-clip: text;
  background-clip: text;
}

/* -------------------------------------- */
.viewall-gallery2 {
  color: var(--primary-dark);
  border-radius: 0px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

.viewall-gallery2:hover {
  color: transparent;
  background: linear-gradient(90deg, var(--primary-dark), var(--Secondary-color));
  -webkit-background-clip: text;
  background-clip: text;
}


.small-text {
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 10px;
}

.small-text1 {
  color: var(--Secondary-color);
}

.Quick-link-img {
  position: absolute;
  bottom: 0px;
  left: 5%;
  height: 60%;
}

.Quick-link-img1 {
  position: absolute;
  bottom: 0px;
  right: 5%;
  height: 60%;
}

/* ==========================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;
}

.playbutton {
  background: var(--primary-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
}

.news-heading {
  text-transform: uppercase;
  font-weight: 700;
  color: transparent;
  background: var(--gradient-light);
  -webkit-background-clip: text;
  background-clip: text;
}

.news-card {
  border-radius: 80px;
  padding: 8px 12px 8px 8px;
  box-shadow: 1px 3px 2px 0px rgba(0, 0, 0, 0.14);
  border: 1px solid var(--primary-color);
  width: 100%;
  margin-bottom: 3px;
}

.news-card p {
  font-size: 14px;
}

.news-card .side-round {
  background: var(--gradient-color1);
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--Secondary-color);
}

.side-round h1 {
  color: #fff;
  margin: 0px;
  padding: 0px;
}

.side-round p {
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
}

.news-button-style {
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: -40px !important;
}


.news-section {
  padding: 30px 0px;
  width: auto;
}


#news-slider-section .btn-prev,
#news-slider-section .btn-next {
  border: none;
  border-radius: 50px;
  padding: 6px 16px;
  font-size: 14px;
  background: var(--gradient-light);
  color: #fff;
}

#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-text-white {
  position: absolute;
  width: 520px;
  height: 100%;
  background: #fff;
  right: -150px;
  top: 0px;
  border-radius: 24px;
  z-index: -1;
  border: 1px solid #edede1;
}


@media (max-width:575px) {
  .news-text-white {
    position: absolute;
    width: 95%;
    height: 100%;
    background: #fff;
    right: 10px;
    top: 0px;
    border-radius: 24px;
    z-index: -1;
    border: 1px solid #edede1;
  }

  .news-heading {
    text-align: center !important;
  }

  .news-paragraph {
    text-align: center !important;
  }

  .news-read-more {
    margin: 0px auto;
  }

  .news-button-style {
    margin-top: 0px;
  }

  .profile-btn {
    position: absolute;
    bottom: 20px !important;
    left: 10px !important;
  }
}



/* =======================about Us============================ */

.paragraph {
  line-height: 29px;
}

.aboutus-icons p {
  color: var(--primary-dark);
}

.aboutus-heading {
  font-weight: 700;
  color: var(--Dark-color);
  /* color: transparent;
  background: linear-gradient(90deg, var(--primary-color), var(--primary-dark));
  -webkit-background-clip: text;
  background-clip: text; */
}

.about-us-Video {
  margin-top: 80px;
}

.custom-video {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
}

/* Profile button styling */
.profile-btn {
  position: absolute;
  bottom: -60px;
  left: 30px;
}

.play-btn {
  width: 50px;
  height: 50px;
}

.small-text {
  font-size: 14px;
  line-height: 1.2;
}



/* ==========================principal Section========================== */



.message-section {
  width: 100%;
}

/* LEFT SIDE BACKGROUND */
.message-left {
  /* background: linear-gradient(100deg, var(--primary-color), #fd1a16, var(--primary-color)); */
  background: #ff0400 url(../images/Bg-Pattern-princi.png);
  background-repeat: no-repeat;
  background-position: left top;
  min-height: 100%;
  padding: 80px 0;
}

/* IMAGE FULL HEIGHT */
.message-img {
  height: 100%;
}

.message-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* READ MORE BUTTON */
.read-more {
  color: var(--primary-dark);
  text-decoration: none;
  font-weight: 500;
}

.read-more:hover {
  text-decoration: underline;
}

.principal-paragraph {
  width: 225px;
  height: 5px;
  background: var(--primary-dark);
  margin-bottom: 25px;
}

/* =================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;
  color: #fff;
  z-index: 2;
}

.facility-card .card-overlay {
  position: absolute;
  right: 20px;
  color: #fff;
  z-index: 2;
  bottom: 30px;
  left: 50%;
  transition: 0.4s ease-in-out;
  margin: 0px auto;
  transform: translateX(-50%);
  width: 60%;
  text-align: center;
}

.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;
  left: -30px;
  top: 0px;
  border-radius: 24px;
  z-index: -1;
  border: 1px solid #edede1;
}

.facility-text-icons {
  width: 100%;
  padding: 10px;
}

@media (max-width:575px) {
  .facility-text-white {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	right: 0px;
	top: 0px;
	border-radius: 24px;
	z-index: -1;
	border: 1px solid #edede1;
	left: 0px;
}

  .about-us-Video {
    margin-top: 0px;
  }
}



/* ===================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: 370px;
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
}

.image-container-single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-container-single1 {
  height: 320px;
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
  margin-top: 15px;
}

.image-container-single1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 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 #fff;
  opacity: 1;
  transition: transform .3s ease, opacity .3s ease;
}

.single-gallery-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
  transform: scale(1.2);
}



/* Ensure swiper container has proper height */
.SingleGallerySwiper {
  height: auto;
  border-radius: 20px;
}

.gallery-title h6 {
  /* text-shadow: 0 1px 1px rgb(255, 255, 255); */
  color: #fff;
}

.underline-gall {
  width: 100%;
  max-width: 330px;
  height: 2px;
  background-color: var(--Secondary-color);
  border-radius: 20px;
  margin: 10px auto;
}


.gallery-textarea span {
	background: #ffc107;
	padding: 4px 6px;
	text-align: left;
	font: normal normal medium 10px/13px Rubik;
	letter-spacing: 1.1px;
	color: #e50300;
	text-transform: uppercase;
	opacity: 1;
	position: relative;
	left: 0;
	top: -5px;
	line-height: 12px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 500;
}

.gallery-textarea span::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ffc107;
  position: absolute;
  left: 4px;
  bottom: -5px;
}

.gallery-textarea .gallery-date {
  color: var(--primary-dark);
}



/* ==============================toppers & Birthday */
/* ------------------------- */

.topper-top-box {
  background: url(../images/1.webp);
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 700px;
  position: relative;
  background-size: contain;
  /* margin: 0px 30px; */
  width: 100%;
  padding-top: 29%;
}

.topper-top-box1 {
  background: url(../images/2.webp);
  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;
  }

  .topper-top-box {
    min-height: 400px;
  }

  .topper-top-box1 {
    min-height: 400px;
  }

  .glass-card {
    height: 380px !important;
    padding: 10px 25px 25px 25px;
    display: flex;
    flex-direction: column;
  }
  .topper-top-box {
  background: url(../images/Student-board.webp);
	background-repeat: no-repeat;
	background-position: center;
	min-height: 424px;
	position: relative;
	background-size: 700px;
	margin: 0;
}
  .topper-top-box1 {
  background: url(../images/Student-board-1.webp);
	background-repeat: no-repeat;
	background-position: center;
	min-height: 424px;
	position: relative;
	background-size: 700px;
	margin: 0;
}
}

.glass-card {
  height: 430px;
  padding: 10px 25px 25px 25px;
  display: flex;
  flex-direction: column;
}

.card-header {
  text-align: center;
  margin-bottom: 15px;
}

.card-header h3 {
  color: #fff;
  font-size: 22px;
  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
}

@media (max-width: 991px) {
  .topper-modal {
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 20px !important;
    padding: 5px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: 0.3s;
    position: relative;
    margin: 10px 0px;
    justify-content: center !important;
    flex-flow: column !important;
  }

  #toppers-xii .swiper-slide {
    width: 85% !important;
    height: 100% !important;
    margin: 0px auto;
  }

  #toppers-x .swiper-slide {
    width: 100% !important;
    height: 100% !important;
  }
}


.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%;
  width: 85% !important;
  margin: 0px auto;
}

#toppers-x .swiper-slide {
  width: 100% !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(--gradient-color1);
  color: #ffffff;
  transition: 0.3s ease;
}

#toppers-x .btn-custom:hover {
  background: var(--primary-dark);
  color: #fff;
}

.toppersVerticalSwiper {
  margin: 0px;
}

/* -----------------------Toppers XII--------------- */
#toppers-xii .swiper {
  height: 100%;
}

#toppers-xii .swiper-slide {
  width: 85% !important;
  /* margin-bottom: 0px !important; */
  margin: 0px auto;
}

#toppers-xii .topper-modal {
  width: 100%;
}

/* ---------- Button style (scoped only to toppers-x) ---------- */
#toppers-xii .btn-custom {
  border: none;
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 14px;
  background: var(--primary-color);
  color: #000000;
  transition: 0.3s ease;
}

#toppers-xii .btn-custom:hover {
  background: var(--primary-dark);
  color: #fff;
}

.toppersVerticalSwiper2 {
  margin: 0px;
}

/* ============================================================ */

/* ---------- 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-dark);
  color: #fff;
}

.toppersXiiVerticalSwiper {
  margin: 0;
}



/* =============happy Birthday=================== */


.toppers-gif-file {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  z-index: -1;
  width: 90%;
  opacity: 0.4;
}

.toppers-card-img {
  position: relative;
  width: 170px;
  height: 220px;
  object-fit: cover;
  margin-top: 10px;
  border-radius: 200px;
  border: 5px solid var(--primary-dark);
}

#toppersSlider .swiper-wrapper,
#toppersSlider1 .swiper-wrapper {
  transition-timing-function: linear !important;
}

.toppers-card .round-frame {
  width: 180px;
  object-fit: cover;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.toppers-card h6 {
  color: var(--dark-blue);
  white-space: normal;
}

.toppers-card p {
  color: var(--primary-dark);
  font-weight: 600;
}



.birthday-text-mod {
  background: var(--gradient-color1);
  margin: auto;
  width: 100%;
  max-width: 230px;
  padding: 5px 0px;
  border-radius: 50px;
  color: #fff;
}

.birthday-Flag-mod {
  position: absolute;
  width: 280px;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  z-index: 9;
}


/* =============happy Birthday=================== */

.birthday-cake-gif {
  position: absolute;
  width: 150px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

#BirthdaySlider .round-frame {
  width: 295px;
  object-fit: cover;
  position: absolute;
  top: -20px;
  left: 49%;
  transform: translateX(-50%);
}

#BirthdaySlider1 .round-frame {
  width: 295px;
  object-fit: cover;
  position: absolute;
  top: -20px;
  left: 49%;
  transform: translateX(-50%);
}

#BirthdaySlider .toppers-card-img {
  position: relative;
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin-top: 10px;
  border-radius: 150px;
  border: 5px solid var(--primary-dark);
}

#BirthdaySlider1 .toppers-card-img {
  position: relative;
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin-top: 10px;
  border-radius: 150px;
  border: 5px solid var(--primary-dark);
}

#BirthdaySlider h6 {
  background: transparent;
  padding: 6px;
  border-radius: 40px;
  color: var(--primary-color);
  white-space: normal;
}

#BirthdaySlider1 h6 {
  background: transparent;
  padding: 6px;
  border-radius: 40px;
  color: var(--primary-color);
  white-space: normal;
}

#BirthdaySlider h3 {
  padding: 10px 0px 0px 0px;
  border-radius: 40px;
  color: #000000;
  white-space: normal;
  margin: 0px;
}

#BirthdaySlider1 h3 {
  padding: 10px 0px 0px 0px;
  border-radius: 40px;
  color: #000000;
  white-space: normal;
  margin: 0px;
}

#BirthdaySlider p {
  color: #000000;
  font-weight: 400;
  font-size: 13px;
}

#BirthdaySlider1 p {
  color: #000000;
  font-weight: 400;
  font-size: 13px;
}

.birthday-balloon {
  position: absolute;
  z-index: 9;
  top: 30%;
  left: 0px;
  width: 130px;
}

.birthday-balloon1 {
  position: absolute;
  z-index: 9;
  top: 30%;
  right: 0px;
  width: 130px;
}

.birthday-flag {
  position: absolute;
  top: -14%;
  width: 60%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.birthday-button button {
  width: 40px;
  height: 35px;
  border: none;
  background: var(--gradient-light);
  color: #fff;
  font-size: 14px;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
  border-radius: 50px;
}

.birthday-button button:hover {
  background: var(--primary-dark);
  color: #fff;
}


/* ==========================Achievements Album========================== */

.achievement-textarea span {
  background: var(--primary-color);
  padding: 4px 6px;
  text-align: left;
  font: normal normal medium 10px/13px Rubik;
  letter-spacing: 1.1px;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
  position: relative;
  left: 0;
  top: -5px;
  line-height: 12px;
  border-radius: 5px;
}

.achievement-textarea span::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid var(--primary-color);
  position: absolute;
  left: 4px;
  bottom: -5px;
}



.underline-single-gall {
  width: 50%;
  height: 2px;
  background-color: var(--Secondary-color);
  margin: 2px auto;
  border-radius: 20px;
}

/* 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;
}

.gradient-overlay h6 {
  font-weight: 700;
}

/* Custom pagination styling */
.single-gallery-pagination {
  position: relative;
  bottom: 0;
  text-align: center;
  margin-top: 1rem;
}




/* Ensure swiper container has proper height */
.SingleGallerySwiper {
  height: auto;
  border-radius: 20px;
}

.SingleGallerySwiper h5 {
  color: var(--primary-color);
}

.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;
}


.achievement-button {
  width: 40px;
  height: 35px;
  border: none;
  background: var(--gradient-light);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
  border-radius: 50px;
}

.achievement-button:hover {
  background: #fff;
  color: var(--primary-color);
}

.achievement-prev {
  position: absolute;
  z-index: 99;
  left: 35px;
  top: 40%;
  transform: translateY(-50%);
}

.achievement-next {
  position: absolute;
  z-index: 99;
  right: 35px;
  top: 40%;
  transform: translateY(-50%);
}


/* =====================SCHOOL CARD+========================= */

.school-card {
  position: relative;
  height: 350px;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}

.school-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Dark gradient overlay (bottom focus) */
.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1));
}

/* Content positioning */
.card-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}

.card-content h5 {
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--primary-dark);
}

.learn-btn {
  color: #0dcaf0;
  font-weight: 500;
  text-decoration: none;
}

.learn-btn:hover {
  text-decoration: underline;
}

.bg-danger {
  background-color: var(--primary-color) !important;
}

/* ==================Quick Link=============== */


.quick-link3 {
  background: linear-gradient(90deg, #c70300eb, #fd1a16e0, #c70300eb), url(../images/hero-banner.jpg) center center / cover;
  display: flex;
  align-items: center;
  padding: 50px 0px 60px 0px;
  position: relative;
}


.quick-link3 .quick-link-sec h5 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 20px;
}

.quick-link3 .quick-link-sec img {
  width: 100%;
  position: relative;
  bottom: 0px;
}

.quick-link-sec1 img {
  width: 60px;
  margin: 10px 0px;
}

.quick-link-sec1 h2 {
  color: #fff;
  font-family: 'Rubik', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 40px;
}

.quick-link-sec1 p {
  color: var(--primary-dark);
}

.quick-link-sec1 .admission {
  color: var(--primary-color);
  width: 100%;
  max-width: 360px;
  margin: 0px auto;
  background: #fff;
  padding: 10px 0px;
  border-radius: 50px;
  margin-bottom: 10px;
}

.quick-link-sec1 small {
  color: #fff;
}


.quick-link-sec1 .quick-link-round h6 {
  color: #fff;
  /* color: #5dd4ff; */
  margin-top: 5px;
  font-weight: 500;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.quick-link-sec1 .quick-link-round a {
  text-decoration: none;
}




/* ===============================FOOTER=========================== */

.site-footer {
  /* background: var(--gradient-color), url('../images/Footer-logo.svg') no-repeat center center; */
  background: #e01713 url(../images/Bg-Pattern.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  color: #d9e3f5;
  padding: 50px 0px 60px 0px;
  position: relative;
}


/* ===============================FOOTER=========================== */

/* .site-footer {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 40px 0;
} */

.site-footer .quick-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -2;
}

/* Gradient overlay */
.site-footer .quick-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(360deg, #0a2b6c, #1e5ed7d6);
  z-index: -1;
}

.logo-footer {
  width: 450px;
  z-index: 20;
  padding: 6px;
  overflow: hidden;
  margin: 0px auto;
}

.logo-footer a {
  display: block;
  position: relative;
}

.logo-footer img {
  width: 100%;
  height: auto;
  display: block;
}


@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: #fff !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 {
  display: flex;
  justify-content: center;
  gap: 10px;
  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);
}

.footer-text-color h6 {
  color: var(--primary-dark);
}

.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-light);
  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 #fff;
}

.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;
  background: var(--primary-color);
}

.section-news-padding {
  padding: 2% 0%;
  position: relative;
}

.section-padding1 {
  padding: 0% 0% 5% 0%;
}

.section-about {
  padding: 70px 0px 40px 0px;
}

.principal-sec {
  padding: 2% 0%;
  background: linear-gradient(90deg, #c70300eb, #fd1a16e0, #c70300eb), url(../images/quick-link-img.jpg) center center / cover;
  /* background: linear-gradient(100deg, var(--primary-color), var(--primary-color)); */
}

.facilities-sec {
  padding: 4% 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;
}

.principal-sec2 {
  background: linear-gradient(90deg, var(--primary-dark), var(--primary-dark)ee, var(--primary-dark)), url('../images/Slider/Slider-5.jpg') center / cover;
}


/* ==========================Bottom Floating pof========================== */

#floating-pod {
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 110;
  color: #fff;
}

@media (max-width: 768px) {
  #floating-pod {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 7px 10px;
    scrollbar-width: thin;
  }

  .section-about {
    padding: 0px 0px 40px 0px;
  }

  .section-news-padding {
    padding: 2% 0% 5% 0%;
    position: relative;
  }
}


.pod-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
  background: var(--gradient-color1);
  padding: 10px 15px 10px 20px;
  border-radius: 100px;
  width: 200px;
  border: 1px solid #ff5554;
}

.pod-item i {
  font-size: 1.7rem;
}

.pod-item span {
  display: block;
  line-height: 1.1;
}


/* ========================== */

.top-line {
  font-weight: 600;
}

.bottom-line {
  font-size: 13px;
}

.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;
  }
}



/* =======================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, #000000c0, #000000c0), url('../images/hero-banner.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 {
  font-weight: 700;
  color: transparent;
  background: var(--gradient-light);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 24px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}

.about-quote::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 25px;
  background: var(--gradient-light);
  left: 5px;
  border-radius: 10px;
  bottom: 2px;
}

.about-quote1 {
  font-weight: 700;
  color: var(--primary-dark);
  font-size: 20px;
  position: relative;
  padding-left: 10px;
}

.about-quote1::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 20px;
  background: var(--primary-dark);
  left: 0px;
  border-radius: 10px;
}

.about-content .white-p {
  background: #ffffffd2;
  padding: 20px;
  border-radius: 15px 20px;
}


.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(--gradient-color1);
  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;
  text-align: center;
}

.school-time-img {
  width: 50px;
  margin-right: 10px;
}

table {
  margin: 0px !important;
}

.table-responsive {
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
}

.table-img-column {
	width: 100%;
	max-width: 150px;
	border: 1px solid var(--primary-color);
	border-radius: 15px;
	padding: 3px;
}
/* ---------------------------Accordian--------------------------------------- */

.accordion {
  border: none;
}

.accordion-item {
  border: none;
  border-radius: 50px;
  margin-bottom: 15px;
  background: var(--);
}

.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;
}

.facility-text-head {
  text-transform: uppercase;
  font-weight: 700;
  color: transparent;
  background: var(--gradient-light);
  -webkit-background-clip: text;
  background-clip: text;
}