/* Top utility bar: mobile = one full-width row + marquee; tablet+ = single row */
.allen-top-header-bar--desktop {
  display: none !important;
}

.allen-top-header-bar--mobile {
  display: flex !important;
  flex-direction: column;
  gap: 0.25rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.allen-top-header-bar--desktop {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .allen-top-header-bar--desktop {
    display: flex !important;
  }

  .allen-top-header-bar--mobile {
    display: none !important;
  }
}

.allen-top-header-bar--mobile .allen-top-header-cta-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0.35rem;
  width: 100%;
  min-width: 0;
}

.allen-top-header-bar--mobile .allen-top-header-phone {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 38%;
}

.allen-top-header-bar--mobile .allen-top-header-phone a {
  display: inline-flex !important;
  align-items: center;
  font-size: 8px;
  line-height: 1.2;
  max-width: 100%;
  white-space: nowrap;
}

.allen-top-header-bar--mobile .allen-top-header-cta-links {
  display: flex !important;
  flex-direction: row !important;
  flex: 1 1 auto;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 0.2rem 0.45rem;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none !important;
}

.allen-top-header-bar--mobile .allen-top-header-cta-links li {
  display: flex !important;
  flex: 0 0 auto;
  align-items: center;
}

.allen-top-header-bar--mobile .allen-top-header-cta-links a {
  font-size: 8px;
  line-height: 1.2;
  gap: 0.15rem;
}

.allen-top-header-bar--mobile .allen-top-header-cta-links svg {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
}

.allen-top-header-bar--mobile .allen-top-header-marquee {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

@media (min-width: 360px) {
  .allen-top-header-bar--mobile .allen-top-header-phone a,
  .allen-top-header-bar--mobile .allen-top-header-cta-links a {
    font-size: 9px;
  }

  .allen-top-header-bar--mobile .allen-top-header-cta-links svg {
    width: 12px;
    height: 12px;
  }
}

@media (min-width: 400px) {
  .allen-top-header-bar--mobile .allen-top-header-phone {
    max-width: 42%;
  }

  .allen-top-header-bar--mobile .allen-top-header-phone a,
  .allen-top-header-bar--mobile .allen-top-header-cta-links a {
    font-size: 10px;
  }

  .allen-top-header-bar--mobile .allen-top-header-cta-links svg {
    width: 13px;
    height: 13px;
  }
}

/* Keep only main header sticky; top bar scrolls away */
.allen-site-header {
  position: relative;
  width: 100%;
  max-width: 100%;
  background: #fff;
}

body.allen-header-fixed {
  padding-top: 0;
}

body.allen-main-fixed {
  padding-top: var(--allen-main-header-height, 0px);
}

.allen-site-header .stick-header {
  position: relative;
  z-index: 20;
}

.allen-site-header .stick-header.ah-main-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Gallery / achievement lightbox must sit above sticky header */
.fancybox__container {
  --fancybox-zIndex: 100010;
  z-index: 100010 !important;
}

.allen-site-header header.desktop-header,
.allen-site-header header,
.allen-site-header .mobile-header-menu.mhm {
  position: relative;
  top: auto;
  z-index: auto;
}

/* Top utility links: icon + text both turn red on hover */
#allen-site-header > .bg-blue-main a:hover {
  color: #ef4444 !important;
}

#allen-site-header > .bg-blue-main a:hover svg [stroke],
#allen-site-header > .bg-blue-main a:hover svg path[stroke],
#allen-site-header > .bg-blue-main a:hover svg circle[stroke],
#allen-site-header > .bg-blue-main a:hover svg rect[stroke] {
  stroke: #ef4444 !important;
}
#allen-site-header > .bg-blue-main a:hover svg [fill]:not([fill="none"]) {
  fill: transparent !important;
}

#allen-site-header > .bg-blue-main {
  padding-top: 11px;
  padding-bottom: 11px;
}

.allen-site-header header.desktop-header .logo img {
  display: block;
  width: 200px;
  max-width: 200px;
  max-height: 72px;
  height: auto;
  object-fit: contain;
  object-position: left center;
}

.allen-site-header .mobile-header-menu img {
  display: block;
  width: 150px;
  max-width: 150px;
  height: auto;
  object-fit: contain;
}

.allen-site-header #NavMenu .bg-white.flex img {
  display: block;
  width: 120px;
  max-width: 120px;
  height: auto;
  object-fit: contain;
}

.allen-site-header header.desktop-header .desktopEnquiry button {
  padding: 10px 18px;
}

.allen-site-header header.desktop-header .navbar ul > li.desktopEnquiry,
.allen-site-header header.desktop-header .navbar .desktopEnquiry {
  margin-left: 1.5rem;
  flex-shrink: 0;
}

@media (min-width: 1024px) {
  .allen-site-header header.desktop-header .navbar ul > li.desktopEnquiry,
  .allen-site-header header.desktop-header .navbar .desktopEnquiry {
    margin-left: 2.5rem;
  }
}

.allen-site-header header.desktop-header .navbar ul > li:not(.desktopEnquiry):last-of-type > ul {
  left: auto;
  right: 0;
}



*{
  font-family: "Poppins", sans-serif;
}

/* CMS font override — always Poppins, ignore CMS editor font selections */
:is(.cms-page-content, .cms-home-sections, .cms-section, .cms-section-body, .cms-rich-text, .cms-hero-inner, .ql-editor),
:is(.cms-page-content, .cms-home-sections, .cms-section, .cms-section-body, .cms-rich-text, .cms-hero-inner, .ql-editor) :not(.fa):not(.fas):not(.far):not(.fab):not([class*="fa-"]),
[class*="ql-font-"] {
  font-family: "Poppins", sans-serif !important;
}

/* Default: no list markers site-wide (nav, carousels, layout). CMS content overrides below. */
ul:not([style*="list-style"]),
ol:not([style*="list-style"]) {
  list-style: none !important;
  list-style-type: none !important;
  padding-left: 0;
}

ul:not([style*="list-style"]) > li,
ol:not([style*="list-style"]) > li {
  list-style: none !important;
  list-style-type: none !important;
}

ul:not([style*="list-style"]) > li::marker,
ol:not([style*="list-style"]) > li::marker {
  content: none !important;
}

.ql-editor ul:not(:has(> li[data-list="bullet"])):not([style*="list-style"]) > li::before,
.ql-editor ol:not(:has(> li[data-list="ordered"])):not([style*="list-style"]) > li::before,
.ql-editor ul:not(:has(> li[data-list="bullet"])):not([style*="list-style"]) li[data-list]::before,
.ql-editor ol:not(:has(> li[data-list="ordered"])):not([style*="list-style"]) li[data-list]::before {
  content: none !important;
  display: none !important;
}

.text-blue-main {
  color: #053B7A;
}

.bg-blue-main {
  background: #002A5B;
}

.border-blue-main {
  border-color: #002A5B;
}

.blue-hover:hover {
  background: #002A5B;
  color: #fff;
}

.wrapper {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  background: #fff;
  box-shadow: 2px 2px 5px #b6b6b636, -2px -2px 2px #ffffff;
}

.wrapper nav {
  position: relative;
  display: flex;
  max-width: calc(100% - 100px);
  margin: 0 auto;
  height: 90px;
  align-items: center;
  justify-content: space-between;
}

nav .nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

nav .nav-content .links {
  margin-left: 80px;
  display: flex;
  gap: 10px;
}

.nav-content .logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-content .logo img {
  width: 250px;
}

.nav-content .logo a {
  color: #a443ff;
  font-size: 30px;
  font-weight: 600;
}

.nav-content .links li {
  list-style: none;
  line-height: 70px;
}

.nav-content .links li a,
.nav-content .links li label {
  color: #000;
  font-size: 17px;
  padding: 7px 12px;
  border-radius: 5px;
  transition: all 0.3s ease;
  /* margin: 0 5px; */
}

.nav-content .links li label {
  display: none;
}

.nav-content .links li a:hover,
.nav-content .links li label:hover {
  color: #053B7A;
}

.wrapper .search-icon,
.wrapper .menu-icon {
  color: #000;
  font-size: 18px;
  cursor: pointer;
  line-height: 70px;
  width: 70px;
  text-align: center;
}

.wrapper .menu-icon {
  display: none;
}

.wrapper #show-search:checked~.search-icon i::before {
  content: "\f00d";
}

.wrapper .search-box {
  position: absolute;
  height: 100%;
  max-width: calc(100% - 50px);
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.wrapper #show-search:checked~.search-box {
  opacity: 1;
  pointer-events: auto;
}

.search-box input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 17px;
  color: #000;
  background: #ffff;
  padding: 0 100px 0 15px;
}

.search-box input::placeholder {
  color: #545252;
}

.search-box .go-icon {
  position: absolute;
  display: flex;
  right: 10px;
  top: 50%;
  align-items: center;
  transform: translateY(-50%);
  line-height: 60px;
  width: 51px;
  height: 50px;
  justify-content: center;
  border: none;
  outline: none;
  color: #000;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
  background: transparent;
}

.wrapper input[type="checkbox"] {
  display: none;
}

/* Dropdown Menu code start */
.nav-content .links ul {
  position: absolute;
  background: #fff;
  top: 80px;
  opacity: 0;
  visibility: hidden;
  color: #000;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.nav-content .links li:hover >ul {
  top: 82px;
  opacity: 1;
  visibility: visible;
  /* transition: all 0.3s ease; */
  /* padding: 0 0px 8px */
}
.nav-content .links ul li a {
  color: #000;
  display: block;
  width: 100%;
  font-size: 1.1em;
  line-height: 25px;
  border-radius: 0px !important;
  padding: 8px 20px;
}

.nav-content .links ul li a:hover {
  background: #E2EFFF;
}

.nav-content .links ul ul {
  position: absolute;
 
  right: calc(-100% + 8px);
}

.nav-content .links ul li {
  position: relative;
}

.nav-content .links ul li:hover ul {
  top: 0;
}

.media-sc {
  transform: translate(-50%, -50%);
}

.bg-image {
  background-image: none;
}

.slider-nav.slide-c-pre {
  right: unset;
  left: unset;
  background: #053B7A;
}

.bg-feature {
  background-image: url(https://myschool-assets.s3.ap-south-1.amazonaws.com/uploads/6khkms18DSW9GvUjl59RiehKZwyuwSRLFes62FUz.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* Responsive code start */
@media screen and (max-width: 1520px) {

  .nav-content .links li a,
  .nav-content .links li label {
    font-size: 14px;
    padding: 6px 4px;
  }
}

@media screen and (max-width: 1280px) {
  .wrapper nav {
    max-width: 100%;
    padding: 0 20px;
  }

  nav .nav-content .links {
    margin-left: 30px;
  }

  .nav-content .links li a {
    color: #000;
    padding: 8px 13px;
    font-size: 17px;
  }

  .wrapper .search-box {
    max-width: calc(100% - 100px);
  }

  .wrapper .search-box input {
    padding: 0 100px 0 15px;
  }

  .wrapper nav {
    max-width: calc(100% - 20px);

  }

  .nav-content .links li a,
  .nav-content .links li label {
    font-size: 13px;
    padding: 6px 2px;
  }

  .nav-content .logo img {
    width: 180px;
  }
}

@media screen and (max-width: 900px) {

  .wrapper .menu-icon {
    display: block;
  }

  .nav-content .logo a {
    font-size: 25px;
  }

  .wrapper #show-menu:checked~.menu-icon i::before {
    content: "\f00d";
  }

  nav .nav-content .links {
    display: block;
    position: fixed;
    background: #002A5B;
    height: 100%;
    width: 100%;
    top: 90px;
    left: -100%;
    margin-left: 0;
    overflow-y: auto;
    padding-bottom: 100px;
    transition: all 0.3s ease;
  }

  nav #show-menu:checked~.nav-content .links {
    left: 0%;
  }

  .nav-content .links li:not(:last-child) {
    border-bottom: 1px solid #eeeeee21;
    padding: 8px 3px;
  }

  .nav-content .links li a,
  .nav-content .links li label {
    line-height: 20px;
    font-size: 16px;
    display: block;
    padding: 8px 18px;
    cursor: pointer;
    color: #fff;
  }

  .nav-content .links li a.desktop-link {
    display: none;
  }

  /* dropdown responsive code start */
  .nav-content .links ul,
  .nav-content .links ul ul {
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    max-height: 0px;
    overflow: hidden;
  }

  .nav-content .links #acadmics:checked~ul,
  .nav-content .links #show-services:checked~ul,
  .nav-content .links #beyond-academy:checked~ul,
  .nav-content .links #show-gallery:checked~ul {
    max-height: 100vh;
  }

  .nav-content .links ul li a {
    font-size: 16px;
    line-height: 20px;
    border-radius: 5px !important;
    color: #fff;
  }

  .nav-content .links li a:hover,
  .nav-content .links li label:hover {
    color: #fff;
  }

  .media-sc {
    transform: translate(1%, -50%);
  }

  .bg-image {
    background-image: url('https://res.cloudinary.com/dvzfuapyy/image/upload/v1730307222/Group_53_s3txur.png');
  }

  .ab-cr-bg:not(.pedagogy-feature-band):not(.facilities-feature-band):not(.cms-facilities-row--blue) {
    background: #fff !important
  }
}

@media screen and (max-width: 450px) {
  .wrapper nav {
    padding: 0 2px;
  }

  .nav-content .logo img {
    width: 200px;
  }

  .nav-content .logo a {
    font-size: 23px;
  }

  .wrapper .search-box {
    max-width: calc(100% - 70px);
  }

  .wrapper .search-box .go-icon {
    width: 30px;
    right: 0;
  }

  .wrapper .search-box input {
    padding-right: 30px;
  }

  nav .nav-content {
    justify-content: center;
  }

  .slider-nav.slide-c-pre {
    right: 10%;
    left: unset;
  }

  nav .nav-content {
    justify-content: center;
  }
  .bg-feature {
  background-image: url(https://myschool-assets.s3.ap-south-1.amazonaws.com/uploads/unujtMjgorOmXCaCDkkuNvnCW9W7yMGfyfc6x1b0.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

  .after-before::after {
    position: unset !important;
  }

  .after-before::before {
    position: unset !important;
  }
}



.slider-nav.s-allen-50 {
  top: 51%;
}

.slider-nav.s-allen-50::after,
.slider-nav.s-allen-50::before {
  width: 1rem;
}

.select-control {
  appearance: none;
  outline: 0;
  border: 0;
  box-shadow: none;
  flex: 1;
  padding: 0 1em;
  color: #053B7A;
  font-size: 18px;
  font-weight: 700;
  background-color: var(--darkgray);
  background-image: none;
  cursor: pointer;
}

.select-control::-ms-expand {
  display: none;
}

.select {
  position: relative;
  display: flex;
  height: 3em;
  border-radius: .25em;
  overflow: hidden;
}

.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  transition: .25s all ease;
  pointer-events: none;
  color: #f34612;
}

.hr-line::before {
  /* content: "";
 height: 3px;
 background: red;
  width: 70px;
 position: absolute;
 bottom: -3px; */

}

.img-hover::after {
  content: '';
  background-color: #000;
  opacity: .5;
  top: 0;
  height: 100px;
  width: 100%;
}

.img-hover::before {
  content: "";
  background: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  height: 91%;
  width: 100%;
  transition: .2s ease-in-out;
}

.img-hover:hover::before {
  opacity: 0.3;
}

.slider-container.slider-over {
  overflow-y: hidden;
  scrollbar-color: #3F51B5 !important;
  opacity: 1 !important;
}

#scroll {
  position: fixed;
  right: 10px;
  bottom: 30px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #dbdada;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  cursor: pointer;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #000;
}

#scroll:hover {
  background-color: #dbdada;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.moretext {
  display: none;
}

.after-before {
  display: inline-block;
}

.after-before::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 4px;
  top: 20px;
  left: -46px;
  background: linear-gradient(42deg, #E91E63, transparent);

}

.after-before::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 4px;
  top: 20px;
  right: -48px;
  background: linear-gradient(292deg, #E91E63, );
}

.sub-menus {
  margin-right: 32px;
}

.hide-circle {
  opacity: 0;
}

.opne-hide-circle:hover .hide-circle {
  opacity: 1 !important;
}

/* Carousels: hide dot pagination (use prev/next arrows) */
[data-glide-el="controls[nav]"] {
  display: none !important;
}

/* Our Campuses — show carousel bullet pointers */
#home-campus-glide [data-glide-el="controls[nav]"] {
  display: flex !important;
}

#home-campus-glide [data-glide-el="controls[nav]"] button.glide__bullet--active span {
  background-color: #6b7280;
}

#home-campus-glide .campus-card__body {
  padding-bottom: 1.5rem;
}

/* Carousels & sliders: no list bullets on slide lists */
[data-glide-el="track"] ul,
[data-glide-el="track"] ul > li,
.glide__slides,
.glide__slides > li,
.glide__slide,
.glide-marque ul,
.glide-marque ul > li,
.about-carousel ul,
.about-carousel ul > li,
.about-carousel2 ul,
.about-carousel2 ul > li,
.glide-last ul,
.glide-last ul > li,
.glide [data-glide-el="track"] ul,
.glide [data-glide-el="track"] ul > li,
.heroSlider [data-glide-el="track"] ul,
.heroSlider [data-glide-el="track"] ul > li,
.excellance-glide [data-glide-el="track"] ul,
.excellance-glide [data-glide-el="track"] ul > li,
.Images [data-glide-el="track"] ul,
.Images [data-glide-el="track"] ul > li,
.swiper ul,
.swiper ul > li,
.swiper-wrapper,
.swiper-slide {
  list-style: none !important;
  list-style-type: none !important;
  margin: 0;
  padding-left: 0;
}

[aria-label="Breadcrumb"] ol,
[aria-label="Breadcrumb"] ul,
[aria-label="Breadcrumb"] li,
nav[aria-label="Breadcrumb"] ol,
nav[aria-label="Breadcrumb"] ul,
nav[aria-label="Breadcrumb"] li,
footer ul,
footer li,
header ul,
header li,
.navbar ul,
.navbar li,
.mobile-nav ul,
.mobile-nav li,
.mobile-submenu ul,
.mobile-submenu li,
.NavMenu ul,
.NavMenu li,
.customSelect ul,
.customSelect li,
nav .links ul,
nav .links li {
  list-style: none !important;
  list-style-type: none !important;
  margin: 0;
  padding-left: 0;
}

.o-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.o-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ab-cr-bg {
  background: #002A5B;
}

/* White text on blue backgrounds for readability */
.bg-blue-main h1,
.bg-blue-main h2,
.bg-blue-main h3,
.bg-blue-main h4,
.bg-blue-main h5,
.bg-blue-main h6,
.bg-blue-main .ql-editor h1,
.bg-blue-main .ql-editor h2,
.bg-blue-main .ql-editor h3,
.bg-blue-main .ql-editor h4,
.bg-blue-main .ql-editor h5,
.bg-blue-main .ql-editor h6,
.bg-blue-main .ql-editor p,
.bg-blue-main .ql-editor li,
.bg-blue-main .ql-editor span,
.bg-blue-main .ql-editor strong,
.facilities-feature-band h1,
.facilities-feature-band h2,
.facilities-feature-band h3,
.facilities-feature-band h4,
.facilities-feature-band h5,
.facilities-feature-band h6,
.facilities-feature-band .ql-editor p,
.facilities-feature-band .ql-editor li,
.facilities-feature-band .ql-editor span,
.facilities-feature-band .ql-editor strong,
.pedagogy-feature-band h1,
.pedagogy-feature-band h2,
.pedagogy-feature-band h3,
.pedagogy-feature-band h4,
.pedagogy-feature-band h5,
.pedagogy-feature-band h6,
.cms-facilities-row--blue h1,
.cms-facilities-row--blue h2,
.cms-facilities-row--blue h3,
.cms-facilities-row--blue h4,
.cms-facilities-row--blue h5,
.cms-facilities-row--blue h6,
.cms-facilities-row--blue p,
.cms-facilities-row--blue li,
.cms-facilities-row--blue span,
.cms-facilities-row--blue strong,
.cms-facilities-row--blue .ql-editor p,
.cms-facilities-row--blue .ql-editor li,
.cms-facilities-row--blue .ql-editor span,
.cms-facilities-row--blue .ql-editor strong,
.ab-cr-bg h1,
.ab-cr-bg h2,
.ab-cr-bg h3,
.ab-cr-bg h4,
.ab-cr-bg h5,
.ab-cr-bg h6,
.ab-cr-bg .ql-editor h1,
.ab-cr-bg .ql-editor h2,
.ab-cr-bg .ql-editor h3,
.ab-cr-bg .ql-editor h4,
.ab-cr-bg .ql-editor h5,
.ab-cr-bg .ql-editor h6,
.ab-cr-bg .ql-editor p,
.ab-cr-bg .ql-editor li,
.ab-cr-bg .ql-editor span,
.ab-cr-bg .ql-editor strong,
.bg-blue-main .text-blue-main,
.ab-cr-bg .text-blue-main,
.facilities-feature-band .text-blue-main,
.pedagogy-feature-band .text-blue-main,
.cms-facilities-row--blue .text-blue-main {
  color: #fff !important;
}

.bg-blue-main .footer-links-col .submenu a {
  color: #333333 !important;
}

.bg-blue-main .footer-links-col .submenu a:hover {
  color: #ef4444 !important;
}

@media screen and (max-width: 900px) {
  .ab-cr-bg:not(.pedagogy-feature-band):not(.facilities-feature-band):not(.cms-facilities-row--blue) h1,
  .ab-cr-bg:not(.pedagogy-feature-band):not(.facilities-feature-band):not(.cms-facilities-row--blue) h2,
  .ab-cr-bg:not(.pedagogy-feature-band):not(.facilities-feature-band):not(.cms-facilities-row--blue) h3,
  .ab-cr-bg:not(.pedagogy-feature-band):not(.facilities-feature-band):not(.cms-facilities-row--blue) h4,
  .ab-cr-bg:not(.pedagogy-feature-band):not(.facilities-feature-band):not(.cms-facilities-row--blue) h5,
  .ab-cr-bg:not(.pedagogy-feature-band):not(.facilities-feature-band):not(.cms-facilities-row--blue) h6,
  .ab-cr-bg:not(.pedagogy-feature-band):not(.facilities-feature-band):not(.cms-facilities-row--blue) .ql-editor h1,
  .ab-cr-bg:not(.pedagogy-feature-band):not(.facilities-feature-band):not(.cms-facilities-row--blue) .ql-editor h2,
  .ab-cr-bg:not(.pedagogy-feature-band):not(.facilities-feature-band):not(.cms-facilities-row--blue) .ql-editor h3,
  .ab-cr-bg:not(.pedagogy-feature-band):not(.facilities-feature-band):not(.cms-facilities-row--blue) .ql-editor h4,
  .ab-cr-bg:not(.pedagogy-feature-band):not(.facilities-feature-band):not(.cms-facilities-row--blue) .ql-editor h5,
  .ab-cr-bg:not(.pedagogy-feature-band):not(.facilities-feature-band):not(.cms-facilities-row--blue) .ql-editor h6,
  .ab-cr-bg:not(.pedagogy-feature-band):not(.facilities-feature-band):not(.cms-facilities-row--blue) .text-blue-main {
    color: #053B7A !important;
  }

/* Future Ready Skills — 2-col grid on mobile, flex-wrap centered on desktop */
.future-ready-skills-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 2.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  list-style: none;
}

.future-ready-skills-item {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px) {
  .future-ready-skills-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 1.25rem;
    margin-top: 1.25rem;
    margin-left: 80px;
    margin-right: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .future-ready-skills-item {
    flex: 0 1 calc(33.333% - 1.25rem);
    max-width: 320px;
    min-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .future-ready-skills-item a {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .future-ready-skills-item img.academic-box {
    width: 80%;
    height: auto;
    object-fit: contain;
  }
}

.aps-menu{
  right: -158px;
}


.top-hide {
    transform: translateY(0);
    transition: .2s all
}

.top-hide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg, #053469, transparent);
    border-radius: 8px;
}

.top-hide h2 {
    transition: .2s ease-in-out
}

.card-top-peudo:hover .top-hide {
    transform: translateY(190px);
    opacity: 0;
    transition: transform 0.4s ease-in, opacity 0.4s ease-in 0.2s;
}

.card-top-peudo:hover .top-hide h2 {
    opacity: 0;
}

.bottom-card-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    z-index: -1;
    background: linear-gradient(180deg, #053469, #053469);
    opacity: .9;
}

.bottom-card-content {
    transition: .6s ease-in-out;
    z-index: 2;
    opacity: 0;
}

.card-top-peudo:hover .bottom-card-content {
    opacity: 1;
}

#counter {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e6e6e7;
    padding: 20px 0px;
    width: 100%;
}

#counter .item {
    background: #fff;
    width: 200px;
    padding: 35px 40px;
    margin: 10px;
    text-align: center;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
}

#counter .item .count {
    color: #fff;
    margin-bottom: 5px;
    font-size: 40px;
}

#counter .item h3 {
    color: rgb(255, 255, 255);
    text-transform: capitalize;
}

.containerr {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper .swiper-slide {
  position: relative;
  width: 300px;
  height: 400px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  filter: grayscale(80%);
  transition: all 0.8s cubic-bezier(0.25, 0.4, 0.45, 1.4);
  border-radius: 15px;
  background: linear-gradient(to right, #c31432, #240b36);
  overflow: hidden;
}
@media(max-width: 767px){
  .swiper .swiper-slide{
    background: none !important;
  }
  .cms-page-banner,
  .cms-page-image-banner,
  .cms-section-hero.common-banner,
  .comman-banner.common-banner,
  .comman-banner,.common-banner{
    height: 350px !important;
    aspect-ratio: auto !important;
  }
}

.swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swiper .swiper-slide .info {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding: 15px;
  box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -120px black;
}

.swiper .swiper-slide .info h4 {
  margin: 0;
  padding-bottom: 10px;
}

.swiper .swiper-slide-active {
  filter: none;
}

.swiper .swiper-pagination-bullet-active {
  background-color: #c31432 !important;
}

.swiper .swiper-pagination-bullet {
  background-color: grey;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  top: 50%;
  width: 40px;
  height: 40px;
  background: white;
  border: 3px solid #240b36;
  border-radius: 50%;
  color: #c31432;
  font-weight: 700;
  outline: 0;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  font-size: 18px;
}

.swiper .swiper-button-prev::after {
  position: relative;
  left: -1px;
}

.swiper .swiper-button-next::after {
  position: relative;
  left: 1px;
}

.swiper .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper .swiper-button-prev.swiper-button-disabled,
.swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.comman-banner, .common-banner {
    background-image: url(https://myschool-assets.s3.ap-south-1.amazonaws.com/uploads/CrtpAbRcoLNMcGna8mkMIGdWcjBknl0OSeMLDKHy.webp);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: top !important;
     height: 350px !important;
     aspect-ratio: auto !important;
}

/* About Us page â€” Ghaziabad layout */
.cms-about-page .about-carousel1 .glide__slide img,
.cms-about-page .about-carousel2 .glide__slide img,
.cms-about-page .glide-03 .glide__slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.cms-about-page .about-carousel1 .glide__slide,
.cms-about-page .about-carousel2 .glide__slide,
.cms-about-page .glide-03 .glide__slide {
  height: auto;
}

.cms-about-page .cms-about-glide .glide__track {
  overflow: hidden;
}

.cms-about-page .cms-about-story-band,
.cms-about-page .cms-about-beyond-band {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.cms-about-page .cms-about-story-copy,
.cms-about-page .cms-about-beyond-copy,
.cms-about-page .cms-about-story-copy p,
.cms-about-page .cms-about-beyond-copy p,
.cms-about-page .cms-about-story-copy li,
.cms-about-page .cms-about-beyond-copy li,
.cms-about-page .cms-about-story-copy strong,
.cms-about-page .cms-about-beyond-copy strong,
.cms-about-page .cms-about-story-copy span,
.cms-about-page .cms-about-beyond-copy span {
  color: #fff !important;
}

.cms-about-page .about-carousel-desc p {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.6;
}

.cms-about-page .cms-about-story-copy .about-carousel-desc p,
.cms-about-page .cms-about-beyond-copy .about-carousel-desc p {
  color: #fff !important;
}

.cms-facilities-page .facilities-section-heading h2,
.cms-facilities-page .facilities-section-heading h1 {
  color: #002a5b;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}

.cms-facilities-page .facilities-section-heading p,
.cms-facilities-page .facilities-grid-intro p,
.cms-facilities-page .facilities-plc-intro p {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.6;
}

.cms-facilities-page .facilities-section-heading .ql-editor,
.cms-facilities-page .facilities-grid-intro .ql-editor,
.cms-facilities-page .facilities-plc-intro .ql-editor {
  padding: 0;
}

.cms-facilities-page .facilities-section-heading .ql-editor p:empty,
.cms-facilities-page .facilities-grid-intro .ql-editor p:empty {
  display: none;
}

.cms-facilities-page .cms-facilities-intro-carousel .glide__slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.cms-facilities-page .facilities-feature-band {
  background: transparent;
}

.cms-facilities-page .facilities-feature-band .ql-editor {
  color: #4b5563;
}

@media (max-width: 639px) {
  .cms-facilities-page .facilities-feature-band {
    background: #002a5b;
  }

  .cms-facilities-page .facilities-feature-band .ql-editor {
    color: #fff;
  }
}

.cms-facilities-page .facilities-feature-band__inner {
  width: 100%;
}

.cms-facilities-page .facilities-feature-band__media,
.cms-facilities-page .facilities-feature-band__copy {
  align-self: center;
}

.cms-facilities-page .facilities-feature-band__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.cms-facilities-page .facilities-feature-copy,
.cms-facilities-page .facilities-feature-copy p,
.cms-facilities-page .facilities-feature-copy li,
.cms-facilities-page .facilities-feature-copy strong,
.cms-facilities-page .facilities-feature-copy span,
.cms-facilities-page .facilities-feature-copy .ql-editor,
.cms-facilities-page .facilities-feature-copy .ql-editor * {
  color: #fff !important;
}

.cms-facilities-page .facilities-readmore-block .read-more-btn,
.cms-facilities-page .cms-facilities-row--white .cms-facilities-card-body .read-more-btn {
  color: #053b7a;
  font-size: 15px;
  font-weight: 600;
}

.cms-facilities-page .cms-facilities-row--white h3.cms-facilities-card-title,
.cms-facilities-page .cms-facilities-row--white .cms-facilities-card-title {
  color: #053B7A !important;
}

.cms-facilities-page .cms-facilities-row--white .cms-facilities-card-body p {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}

.cms-facilities-page .cms-facilities-row--blue .cms-facilities-card-title,
.cms-facilities-page .cms-facilities-row--blue .cms-facilities-card-body,
.cms-facilities-page .cms-facilities-row--blue .cms-facilities-card-body .ql-editor,
.cms-facilities-page .cms-facilities-row--blue .cms-facilities-card-body p,
.cms-facilities-page .cms-facilities-row--blue .cms-facilities-card-body li,
.cms-facilities-page .cms-facilities-row--blue .cms-facilities-card-body .read-more-btn,
.cms-facilities-page .cms-facilities-row--blue .cms-facilities-card-body strong,
.cms-facilities-page .cms-facilities-row--blue .cms-facilities-card-body span,
.cms-facilities-page .cms-facilities-row--blue .cms-facilities-card-body .ql-editor p,
.cms-facilities-page .cms-facilities-row--blue .cms-facilities-card-body .ql-editor li,
.cms-facilities-page .cms-facilities-row--blue .cms-facilities-card-body .ql-editor span,
.cms-facilities-page .cms-facilities-row--blue .cms-facilities-card-body .ql-editor strong,
.cms-facilities-page .cms-facilities-row--blue .cms-facilities-card-body .read-more-content,
.cms-facilities-page .cms-facilities-row--blue .cms-facilities-card-body .read-more-content *,
.cms-facilities-page .cms-facilities-row--blue .cms-facilities-card-body .ql-editor *,
.cms-facilities-page .cms-facilities-row--blue .cms-facilities-card-body [class*="text-gray"],
.cms-facilities-page .cms-facilities-row--blue .cms-facilities-card-body [class*="text-blue"] {
  color: #fff !important;
}

.cms-facilities-page .cms-facilities-row--blue .read-more-wrapper--light .read-more-overlay {
  background: linear-gradient(to top, rgba(0, 42, 91, 0.95), transparent);
}

.cms-facilities-page .cms-facilities-card-body .read-more-content {
  max-height: 72px;
}

.cms-facilities-page .cms-facilities-card-body .read-more-content.expanded {
  max-height: none;
}

.cms-facilities-page .cms-facilities-card {
  background: transparent;
  box-shadow: none;
}

/* Pedagogy page - Rooma layout */
.cms-pedagogy-page .pedagogy-section-heading h2,
.cms-pedagogy-page .pedagogy-section-heading h1 {
  color: #053B7A;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.75rem;
  text-align: center;
  margin-bottom: 0;
}

.cms-pedagogy-page .pedagogy-section-heading p,
.cms-pedagogy-page .pedagogy-section-intro p,
.cms-pedagogy-page .pedagogy-section-subtitle p,
.cms-pedagogy-page .pedagogy-academic-heading p {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.6;
}

.cms-pedagogy-page .pedagogy-section-heading .ql-editor,
.cms-pedagogy-page .pedagogy-section-intro .ql-editor,
.cms-pedagogy-page .pedagogy-section-subtitle .ql-editor {
  overflow: visible !important;
  overflow-y: visible !important;
}

.cms-pedagogy-page .pedagogy-section-heading .ql-editor p:empty,
.cms-pedagogy-page .pedagogy-section-intro .ql-editor p:empty,
.cms-pedagogy-page .pedagogy-section-subtitle .ql-editor p:empty {
  display: none !important;
}

.cms-pedagogy-page .pedagogy-academic-heading h2,
.cms-pedagogy-page .pedagogy-academic-heading h1 {
  color: #4b5563;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25rem;
}

.cms-pedagogy-page .pedagogy-section-intro {
  margin-top: 0.75rem;
}

.cms-pedagogy-page .pedagogy-highlights-body ul.pedagogy-highlights-list {
  list-style: disc !important;
  list-style-type: disc !important;
  padding-left: 1.5rem !important;
  margin-left: 0;
}

.cms-pedagogy-page .pedagogy-highlights-body ul.pedagogy-highlights-list > li {
  display: list-item !important;
  list-style: inherit !important;
  list-style-type: inherit !important;
}

.cms-pedagogy-page .pedagogy-highlights-body ul.pedagogy-highlights-list > li::before {
  content: none !important;
  display: none !important;
}

.cms-pedagogy-page .pedagogy-highlights-body ul.pedagogy-highlights-list > li::marker {
  color: #444444 !important;
}

.cms-pedagogy-page .pedagogy-highlights-body ul.pedagogy-highlights-list > li > p {
  margin-top: 0.75rem;
}

.cms-pedagogy-page .pedagogy-highlights-readmore .read-more-wrapper {
  margin-bottom: 0;
}

.cms-pedagogy-page .pedagogy-curriculum-bullets p,
.cms-pedagogy-page .pedagogy-curriculum-bullets li {
  color: #4b5563;
  font-size: 16px;
}

.cms-pedagogy-page .pedagogy-feature-copy,
.cms-pedagogy-page .pedagogy-feature-copy p,
.cms-pedagogy-page .pedagogy-feature-copy li,
.cms-pedagogy-page .pedagogy-feature-copy strong {
  color: #fff !important;
}

.cms-pedagogy-page .pedagogy-feature-band {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #002A5B !important;
}

.cms-pedagogy-page .pedagogy-feature-band__inner {
  width: 100%;
}

.cms-pedagogy-page .pedagogy-feature-band__media,
.cms-pedagogy-page .pedagogy-feature-band__copy {
  align-self: center;
}

.cms-pedagogy-page .pedagogy-feature-band__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.cms-pedagogy-page .pedagogy-glide-3view .glide__slide img,
.cms-pedagogy-page .pedagogy-glide-4view .glide__slide img,
.cms-pedagogy-page .cms-pedagogy-glide .glide__slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.cms-pedagogy-page .cms-pedagogy-glide,
.cms-pedagogy-page .pedagogy-glide-3view,
.cms-pedagogy-page .pedagogy-glide-4view {
  width: 100%;
}

.cms-pedagogy-page .cms-pedagogy-glide .glide__track,
.cms-pedagogy-page .pedagogy-glide-3view .glide__track,
.cms-pedagogy-page .pedagogy-glide-4view .glide__track {
  overflow: hidden;
  width: 100%;
}

.cms-pedagogy-page .cms-pedagogy-glide .glide__slides,
.cms-pedagogy-page .pedagogy-glide-3view .glide__slides,
.cms-pedagogy-page .pedagogy-glide-4view .glide__slides {
  align-items: stretch;
}

.cms-pedagogy-page .read-more-btn {
  color: #053B7A;
  font-size: 15px;
  font-weight: 600;
}

.cms-pedagogy-page .pedagogy-feature-copy .read-more-btn {
  color: #fff !important;
}

.cms-pedagogy-page .pedagogy-section-intro .read-more-wrapper {
  margin-bottom: 0;
}

/* About Us page — Ghaziabad layout */
