:root {
  --primary-color: #00aff0;
  --primary-dark: #2f5fe5;
  --gradient-color: linear-gradient(90deg, #2F5FE5, #01b1ef, #2F5FE5);
  --gradient-color1: linear-gradient(180deg, #00aff0, #2F5FE5);
  --Secondary-color: #f3efea;
  --Dark-color: #18293B;
  --yellow-color: #fff7ae;
}


body {
  margin: 0;
  padding: 0;
  /* font-family: "Marcellus", serif; */
  font-family: 'Rubik', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  background: #f3efea;
  /* background: #F5EEE2; */
  overflow-x: hidden;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'Rubik', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; */
  font-family: 'Montserrat', sans-serif;
  color: var(--primary-dark);
  font-weight: 700;
}

a {
  text-decoration: none;
}

.blue-color {
  color: var(--primary-dark);
}

.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);
}

.dark-text {
  color: var(--primary-dark);
}

.lightbrown-text {
  color: var(--Secondary-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;
}

.main-heading {
  font-weight: 700;
  color: transparent;
  background: var(--gradient-color1);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-sec {
  width: 100%;
  max-width: 300px;
  margin: 0px auto;
  background: var(--Dark-color);
  border-radius: 100px;
  padding: 4px 0px;
  font-size: 14px;
  color: var(--yellow-color);
}

.heading-sec-princi {
  width: 100%;
  max-width: 300px;
  background: var(--primary-color);
  border-radius: 100px;
  padding: 4px 40px;
  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(--gradient-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: 2px solid var(--Secondary-color);
}

@media (max-width:875px) {
  .navbar-wrapper1 {
    background: var(--primary-dark);
    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(--Secondary-color);
  }

  .navbar {
    padding: 4px 0px !important;
  }
}

.navbar {
  padding: 1px 0px;
}

.navbar-wrapper1 .nav-link {
  color: var(--Secondary-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: 8px !important;
  background: #fff;
  border: none;
  border-top: 3px solid var(--primary-color);
}

.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 {
	font-family: "Font Awesome 6 Free";
	content: "\f107";
	font-weight: 900;
	border: none;
	vertical-align: middle;
	margin-left: 5px;
	font-size: 12px;
}

.navbar-brand {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #000;
  width: 35px;
  height: 35px;
  justify-content: center;
  border-radius: 50%;
  margin: 0px 10px 0px 12px;
  background: var(--Secondary-color);
  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(--Secondary-color);
  justify-content: center;
  margin: 10px 12px 10px 10px;
  transition: 0.3s all ease-in-out;
}

.navbar-brand i {
  color: var(--primary-dark);
  font-size: 16px;
}



.home-icon {
  font-size: 20px;
}

.home-icon1 {
  font-size: 32px;
}

.logo {
  position: fixed;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  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: #fff !important;
  padding: 8px 20px;
  transition: all 0.2s;
}

#offcanvas-body .dropdown-item {
	color: #fff;
	padding: 8px 18px;
	transition: all 0.25s ease;
	border-radius: 20px;
	white-space: normal;
}

.offcanvas .dropdown-toggle::after {
	font-family: "Font Awesome 6 Free";
	content: "\f107";
	font-weight: 900;
	border: none;
	vertical-align: middle;
	margin-left: 5px;
	font-size: 20px;
	/* position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%); */
}

#offcanvas-body .nav-item {
  border-bottom: 1px solid #cbc49b96;
  position: relative;
}

/* ============================================= */

/* Offcanvas Custom */


#mobileMenu {
  background: linear-gradient(90deg, var(--primary-dark), var(--primary-dark));
}

/* Style the toggle button */
.navbar-toggler {
    background-color: #ffffff;   /* white background */
    border-radius: 50px;         /* rounded button */
    padding: 8px 12px;
    border: none;                /* remove border */
}

/* Change hamburger icon color to blue */
.navbar-toggler-icon {
    filter: invert(32%) sepia(96%) saturate(2200%) hue-rotate(200deg) brightness(95%) contrast(95%);
}

/* Remove focus blue border and shadow */
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.offcanvas {
  background: var(--gradient-color1);
  color: white;
}

.offcanvas .nav-link {
  color: #fff !important;
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
}

.offcanvas-body .nav-item a {
  background: var(--primary-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;
  }

  .email-head {
    display: none !important;
  }
}

.email-head {
  color: var(--primary-color);
  position: fixed;
  left: 20px;
  top: -32px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.email-head:hover {
  color: #fff;
}

/* ===========================  HERO SECTION  ================================== */

.Founded-img {
  position: absolute;
  z-index: 9;
  left: 5%;
  width: 80%;
  max-width: 500px;
  top: -30px;
}


.hero {
  position: relative;
  height: calc(100vh);
  min-height: 620px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#welcomeBanner {
  transition: opacity 1s ease;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.55);
}

/* Overlay */
.hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

/* Center text */
.hero .center-copy {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  top: 5%;
}

.pretitle {
  letter-spacing: .2rem;
  text-transform: uppercase;
  font-weight: 800;
  color: #ffffff;
  padding-bottom: 6px;
}

.brand-title {
  font-family: Cinzel, serif;
  font-size: clamp(2rem, 6vw, 4rem);
  color: var(--gold);
  line-height: 1.1;
  text-shadow: 0 10px 30px rgba(0, 0, 0, .65);
}

.subline {
  color: #ffffff;
  /* margin-top: .8rem; */
  letter-spacing: .6px;
}


/* ================Read More=================== */

.viewall-gallery {
  font-family: 'Rubik', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  background: var(--gradient-color1);
  color: #fff;
  border-radius: 30px;
  padding: .5rem 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  text-decoration: none;
  background-size: 200% 100%;
  background-position: left center;
  transition: 0.4s ease-in-out;
  border: 1px solid #fff;
}

.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(--yellow-color);
  color: var(--Dark-color);
  border: 2px solid var(--yellow-color);
  border-radius: 30px;
  padding: .4rem 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  text-decoration: none;
  background-size: 200% 100%;
  background-position: left center;
  transition: 0.4s ease-in-out;
}

.viewall-gallery1:hover {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}


.small-text {
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 10px;
}

.small-text1 {
  color: var(--Secondary-color);
}

.news-nav button {
  border: none;
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 14px;
  background: var(--gradient-color1);
  color: #fff;
}

.news-nav button:hover {
  border: none;
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 14px;
  background: var(--primary-dark);
  color: var(--Secondary-color);
}



/* ==========================News Section========================== */

.myNewsSwiper {
  border-radius: 100px;
  padding: 3px;
}

.NoticeBoard {
	height: 850px;
	background: url('../images/Bulletin-board.webp');
	background-size: contain;
	background-repeat: no-repeat;
	padding: 265px 240px 0px 220px;
	width: 100%;
	background-position: center;
}

@media (max-width: 574px) {
  .NoticeBoard {
	width: 100%;
	height: auto;
	background-position: center;
	padding: 0px 0px 10px 0px;
	background-size: 290%;
	background: none;
}
}

@media (min-width: 574px) and (max-width: 1200px) {
  .NoticeBoard {
    width: 100%;
    height: 700px;
    background-position: center;
    padding: 180px 0 0 0;
    background-size: 190%;
  }
}

.NoticeBoard .title::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  height: 150px;
  width: 9px;
  background: #FFCC00;
  z-index: 1;
  border-radius: 50px;
}

.news-underline {
  width: 300px;
  height: 5px;
  background: var(--primary-dark);
  margin: 0px;
  border-radius: 10px;
}

.News-card-sec {
  background: #f6f6ef;
  border-radius: 10px;
  position: relative;
  padding: 10px 10px 0px 20px;
  margin-top: 10px;
  width: 100%;
}

@media (max-width: 576px) {
  .News-card-sec {
    width: 80%;
    margin: 50px auto 0px auto;
    /* optional: center it */
  }
}

.carousel-controls .custom-prev1,
.carousel-controls .custom-next1 {
  border: none;
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 14px;
  background: var(--gradient-color1);
  color: #fff;
}

.carousel-controls .custom-prev1:hover,
.carousel-controls .custom-next1:hover {
  border: none;
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 14px;
  background: var(--primary-dark);
  color: var(--Secondary-color);
}


.news-card {
  border-radius: 80px;
  padding-right: 8px;
  background: var(--yellow-color);
  /* box-shadow: 1px 3px 2px 0px rgba(0, 0, 0, 0.14); */
  border: 1px solid var(--Dark-color);
  width: 100%;
  margin-bottom: 3px;
}

.news-card p {
  font-size: 14px;
}

.news-card .side-round {
  background: var(--primary-dark);
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  border: 2px solid var(--yellow-color);
}

.side-round p {
  font-size: 12px;
  margin-bottom: 5px;
}



/* =======================about Us============================ */

/* -------------------------- */


.about-bottom-name {
  display: flex;
  width: 80%;
  justify-content: center;
  align-items: center;
  height: 80px;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
}

.about-bottom-name img {
  height: 80px;
}


.about-bottom-name div {
  width: 100%;
  background: var(--yellow-color);
  height: 2px;
  max-width: 400px;
  margin: 0px 15px 0px 5px;
  position: relative;
  border-radius: 10px;
}

.about-bottom-name div::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--yellow-color);
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.about-bottom-name div::after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--yellow-color);
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.about-bottom-name p {
  margin: 0px;
  color: var(--yellow-color);
  font-weight: 700;
  font-size: 20px;
}

.about-copyright {
  color: #fff;
  font-size: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}

/* -------------------------- */


.school-students {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: 0px;
}

.video-size1 {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  /* border: 1px solid var(--primary-dark); */
  margin: 10px;
}


.paragraph {
  line-height: 29px;
}

.aboutus-icons {
  position: relative;
  left: -100px;
  border-radius: 100px;
}

@media (max-width: 991px) {
  .aboutus-icons {
    display: none;
  }
}

.aboutus-icons p {
  color: var(--primary-dark);
  font-size: 15px;
}

.about-profile {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 1px solid #006aff;
  padding: 3px;
}

.about-profile-1 {
  height: 60px;
  width: 100%;
  padding: 3px;
}

.aboutus-heading {
  /* text-transform: uppercase; */
  font-weight: 700;
  color: transparent;
  background: var(--gradient-color1);
  -webkit-background-clip: text;
  background-clip: text;
}

/* ==========================principal Section========================== */


.active-profile-frame {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  /* border: 1px solid #f7f7f7;
  padding: 4px; */
  border: 5px solid var(--primary-color);
}

.inactive-toggle-card {
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
  border-radius: 100px;
  position: absolute;
  bottom: -30px;
  right: 200px;
}

.inactive-toggle-card:hover {
  opacity: 1 !important;
  transform: translateY(-3px);
}

@media (max-width: 991px) {
    .active-profile-frame {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  border: 5px solid var(--primary-color);
  margin-bottom: 110px;
}
.inactive-toggle-card {
	cursor: pointer;
	transition: all 0.3s ease;
	background: transparent;
	border-radius: 100px;
	position: absolute;
	bottom: 57%;
	right: 60px;
}
}

.role-badge {
  font-weight: 600;
  color: var(--primary-dark);
  font-size: 15px;
}

.fade-in {
  animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#preview-photo {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid #2f60e5;
}


.Thought-sec {
  width: 100%;
  /* border-radius: 100px; */
  margin: auto;
  text-align: center;
  background: linear-gradient(180deg, rgba(47, 95, 229, 0.781), rgba(14, 59, 185, 0.801)),
    url(../images/School.jpg) center center / cover;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.Thought-sec h3 {
  color: var(--yellow-color);
}

.thought-underline {
  width: 90%;
  height: 1px;
  max-width: 800px;
  background: #fff7aec4;
  margin: 25px 0px;
}

/* =================facility============== */


.facility-card {
  height: 320px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  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-family: 'Rubik', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 6px;
  color: var(--yellow-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;
  margin-left: 30px;
  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-nav1 button:hover {
  background: var(--theme-secondary);
  color: #000;
}

.facility-icons {
  max-width: 60px;
  padding: 0px 0px 15px 0px;
}

.facility-line {
  width: 100%;
  height: 5px;
  background: var(--theme-secondary);
  border-radius: 10px;
  max-width: 300px;
  margin: auto 30px;
}


.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============== */


.image-container-activity {
  height: 260px;
  /* Same height as column 7 images */
  overflow: hidden;
  width: 100%;
  border-radius: 25px;
}

.image-container-activity img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* This ensures all images fill the container consistently */
}

.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;
}


/* Ensure swiper container has proper height */
.ActivitySwiper {
  height: auto;
  border-radius: 20px;
}

.ActivitySwiper h5 {
  color: var(--primary-color);
  /* font-weight: 700; */
}


.activity-prev {
  position: absolute;
  z-index: 99;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.activity-next {
  position: absolute;
  z-index: 99;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.galler-carousels {
  border: none;
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 14px;
  background: var(--gradient-color1);
  color: #fff;
}

.galler-carousels:hover {
  border: none;
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 14px;
  background: var(--primary-dark);
  color: var(--Secondary-color);
}


/* ---------------- */

.single-gallery-img {
  object-fit: cover;
  width: 100%;
  height: 150px !important;
  border-radius: 20px;
}

.single-gallery-img-overlay {
  position: absolute;
  bottom: 0px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  padding: 30px 0px 10px 0px;
  border-radius: 0px 0px 20px 20px;
}

/* -------------------- */

.gallery-textarea span {
  background: #C53538;
  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;
  font-size: 12px;
}

.gallery-textarea span::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #C53538;
  position: absolute;
  left: 4px;
  bottom: -5px;
}

.gallery-textarea .gallery-date {
  color: var(--primary-color);
}

/* ==================quick link======== */


.quick-link3 {
  background: linear-gradient(180deg, rgba(47, 95, 229, 0.781), rgba(14, 59, 185, 0.801)),
    url(../images/Quick-link-bg.jpg) center center / cover;
  /* background: linear-gradient(90deg, #2f5fe5da, #2f5fe5e7), url(../images/Quick-link-bg.jpg) center center / cover no-repeat; */
  display: flex;
  align-items: center;
}


.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: var(--yellow-color);
}


.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;
}

/* ============================Achievements=========================== */


.image-container-single {
  height: 320px;
  /* Same height as column 7 images */
  overflow: hidden;
  width: 100%;
  border-radius: 25px;
}

.image-container-single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* This ensures all images fill the container consistently */
}

.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;
}

.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;
  border-radius: 20px;
}

.SingleGallerySwiper h5 {
  color: var(--primary-dark);
  /* font-weight: 700; */
}

.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: 40px;
  border: 1px solid #fff;
  background: var(--gradient-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
  border-radius: 50%;
}

.achievement-button:hover {
  background: #fff;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.achievement-prev {
  position: absolute;
  z-index: 99;
  left: 20px;
  top: 35%;
  transform: translateY(-50%);
}

.achievement-next {
  position: absolute;
  z-index: 99;
  right: 20px;
  top: 35%;
  transform: translateY(-50%);
}


/* =======================Toppers======================= */

.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: 200px;
  height: 200px;
  object-fit: cover;
  margin-top: 10px;
  border: 1px solid var(--theme-primary-light);
  padding: 5px;
}

.toppers-card .round-frame {
	width: 270px;
	object-fit: cover;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.toppers-card h6 {
  color: var(--primary-dark);
  white-space: normal;
}

.toppers-card p {
  color: #c07918;
  font-weight: 600;
}


.birthday-prev {
  position: absolute;
  z-index: 99;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.birthday-next {
  position: absolute;
  z-index: 99;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.birthday1-prev {
  position: absolute;
  z-index: 99;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.birthday1-next {
  position: absolute;
  z-index: 99;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/* ----------birthday */

.toppers-card .round-frame1 {
	width: 265px;
	object-fit: cover;
	position: absolute;
	top: -19px;
	left: 49%;
	transform: translateX(-50%);
}

/* ==================School Cabinet============== */

.image-container-single1 {
  height: 320px;
  overflow: hidden;
  background: #fff;
  width: 100%;
  border-radius: 25px;
  border: 2px solid var(--primary-dark);
}

.image-container-single1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* This ensures all images fill the container consistently */
}

.underline-single-gall {
  width: 50%;
  height: 2px;
  background-color: var(--Secondary-color);
  margin: 2px auto;
  border-radius: 20px;
}

.CabinetSwiper {
  border-radius: 25px;
}

/* ===============================Viideo Code=========================== */

.video-container {
  height: 320px;
  width: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 25px;
  border: 2px solid var(--primary-dark);
}

.video-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* ===============================FOOTER=========================== */

.footer-copyright {
  color: #ffffffde;
  font-size: 11px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}


.footer-bottom-name {
  display: flex;
  width: 80%;
  justify-content: center;
  align-items: center;
  height: 80px;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
}

.footer-bottom-name img {
  height: 80px;
}

.footer-bottom-name div {
  width: 100%;
  background: #fff;
  height: 1px;
  max-width: 500px;
  margin: 0px 15px 0px 5px;
  position: relative;
  border-radius: 10px;
}

.footer-bottom-name div::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.footer-bottom-name div::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.footer-bottom-name p {
  margin: 0px;
  color: #fff;
  font-weight: 700;
}


.site-footer {
  /* background: url('../images/Footer-Sky.jpg') no-repeat center center / cover; */
  background: url(../images/Footer-sky-2.webp) no-repeat center center / cover;
  color: #d9e3f5;
  padding: 50px 0px 0px 0px;
  position: relative;
}

.logo-footer {
  width: 250px;
  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-sec1 {
    position: absolute;
    top: -37px;
    right: 0px !important;
    display: flex;
    gap: 10px;
    margin-left: 0rem;
    padding-left: 0rem;
  }
}


.social-sec1 {
  position: absolute;
  top: -37px;
  right: 30px;
  display: flex;
  gap: 10px;
  margin-left: 0rem;
  padding-left: 0rem;
}

.social-sec1 li {
  list-style: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  cursor: pointer;
}

.social-sec1 li a {
  color: var(--primary-color);
  font-size: 20px;
  transition: 0.3s;
}

.social-sec1 li:hover {
  background: var(--light-color);
}

.social-sec1 li:hover a {
  color: #fff;
  /* primary hover color */
}

/* ============================= */
.social-sec {
  position: absolute;
  bottom: -50px;
  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: rgba(255, 255, 255, 0.3);
  transform: translateY(-5px) scale(1.05);
}

.social-sec li:hover a {
  color: #123eab;
  /* 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: 15px;
  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;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--Secondary-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-padding-principal {
  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: 0px;
  background: linear-gradient(180deg, var(--Secondary-color), transparent, transparent, transparent, transparent), url(../images/about-bg.webp) center center / cover;
}

@media (max-width: 768px) {
  .section-about {
    padding: 20px 0px 0px 0px;
    background: var(--Secondary-color);
  }
}

.principal-sec {
  padding: 40px 0px 60px 0px;
  /* background: var(--primary-dark); */
}

.toppers-sec {
  padding: 3% 0%;
  background: linear-gradient(180deg, rgba(47, 95, 229, 0.856), rgba(12, 59, 187, 0.836)),
    url(../images/School.jpg) center center / cover;
}

.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: absolute;
  z-index: 2;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  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;
  }
}

.pod-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  white-space: nowrap;
  color: var(--Secondary-color);
  text-decoration: none;
  background: var(--primary-dark);
  padding: 6px 20px;
  border-radius: 50px;
  border: 1px solid #ffffff8e;
  width: 190px;
}

.pod-item i {
  font-size: 1.4rem;
  color: var(--yellow-color);
}

.pod-item span {
  display: block;
  line-height: 1.4;
}


.top-line {
  font-weight: 600;
}

.bottom-line {
  font-size: 0.8rem;
  color: var(--Secondary-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/hero-banner-1.jpg') center / cover no-repeat;
  height: 350px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-quote {
  color: var(--primary-dark);
  font-size: 24px;
  position: relative;
  margin-bottom: 30px;
}

.about-quote::before {
  content: '';
  width: 100%;
  max-width: 150px;
  height: 5px;
  background: #01b1f0;
  position: absolute;
  bottom: -10px;
  left: 0%;
  /* transform: translateX(-50%); */
  border-radius: 10px;
}

.about-quote1 {
  color: var(--primary-dark);
  font-size: 24px;
  position: relative;
  margin-bottom: 35px;
}

.about-quote1::before {
  content: '';
  width: 100%;
  max-width: 150px;
  height: 5px;
  background: #01b1f0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}

.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;
}


.about-content {
  background: linear-gradient(180deg, var(--Secondary-color), transparent, transparent, transparent, transparent), url(../images/about-bg.webp) center center / cover;
}

.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;
}

.school-time-img {
  width: 50px;
  margin-right: 10px;
}


/* ---------------------------Accordian--------------------------------------- */

.accordion {
  border: none;
}

.accordion-item {
  border: none;
  border-radius: 10px;
  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: 10px;
  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);
  border: 2px solid var(--primary-dark);
  margin-top: 5px;
}

.accordion-body img {
  border-radius: 20px;
  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(--gradient-color1);
  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: 10px;
}

.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: 20px;
  padding: 0px !important;
}