/* Hide the vertical scrollbar */
::-webkit-scrollbar {
  width: 0 !important;
  visibility: hidden !important;
}

/* Optional: You can style the track and thumb of the scrollbar if needed */
::-webkit-scrollbar-thumb {
  background: #888 !important;
  /* Change to the color you prefer */
}

::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
  /* Change to the color you prefer */
}

.section_sticky_rm {
  /* margin-top: calc(100% - 84%);
  top: 36.6%;
  margin-bottom: calc(100% - 75%); */
  padding-top: 30vh;
  top: 0;
  padding-bottom: 35vh;

}

.school-divider {
  margin-top: 16px;
  margin-bottom: 16px;
}

.h-96vh {
  min-height: 96vh;
}

.h-80vh {
  height: 80vh;
}

.w-40 {
  width: 40%;
}

.w-60 {
  width: 60%;
}

.mt-30p {
  visibility: visible;
  object-fit: cover;
  object-position: center;
  margin-top: 20px;
}

.pl-5vw {
  padding-left: 5vw;
}

.mt-32 {
  margin-top: 32px;
}

.fw-700 {
  font-weight: 700;
}

.w-136 {
  width: 136px;
}

.mx-w-inherit {
  max-width: fit-content;
}

.videoschool {
  border-radius: 5px;
}

.fitvideoschool {
  border-radius: 6px 0px 0px 6px;
}

/* .school_section .content{
  margin-top: 30px;
} */
#schoolcarousel {
  height: 45vh;
}

#schoolcarousel .owl-stage-outer,
#schoolcarousel .owl-stage,
#schoolcarousel .owl-item,
#schoolcarousel .item {
  height: inherit;
}

#stage img {
  height: inherit;
  object-fit: cover;
  object-position: top;
  visibility: visible;
  cursor: default;
}

#stage {
  border-radius: 6px 6px 0px 0px;
  overflow: hidden;
}

#stage .slide:hover img {
  transform: scale(1.01);
  filter: brightness(0.8);
}


/*-----Image slides--------*/
#stage {
  margin: 1em auto;
  width: 100%;
  height: calc(100vh - 50vh);
  position: relative;
  overflow: hidden;
  /* Hide overflowing images */
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  /* Smoothly transition opacity */
}

.slide.active {
  opacity: 1;
}

@keyframes fade {

  0%,
  100% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }
}

/*-----Image slide End--------*/

.school_section .content .title {
  color: #101010;
  text-align: justify;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.request-raise {
  text-transform: inherit;
  border-radius: 6px;
  padding: 14px 30px 14px 31px;
  font-size: var(--fs-14);
  box-shadow: none;
  text-transform: inherit;
  line-height: 14px;
  background: linear-gradient(121.93deg, #4ADEDE 18.8%, #7BD5F5 69.63%);
}

.fadeIn {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.fadeOut {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

/* @media (max-width: 1200px) {
  .section_sticky_rm{
    position: unset !important;
  }
} */

/**Responsive Start**/
@media (max-width: 991px) {

  #stage {
    height: 253px;
  }

  .school_section .pl-5vw {
    padding-left: 24px !important;
    padding-right: 24px;
  }

  .school_section .img_container {
    height: 256px;
  }

  .school_section .fitvideoschool {
    height: 100%;
    border-radius: 6px;
  }

  .school_section .content .title {
    font-size: 16px;
  }

  .mobile_px_0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .about-section-para {
    font-size: 12px;
  }

  .mobile_mt_24 {
    margin-top: 24px;
  }

  .school_visit_wrapper .detail-pg {
    padding: 0px;
  }

  .section_sticky_rm {
    position: relative !important;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 32px;
  }

  [data-aos="fade-up"] {
    opacity: 1;
    /* Override the opacity property */
    transform: none;
    /* Override the transform property */
    transition: none;
    /* Override the transition property */
  }

  .school-divider.divider {
    margin-left: inherit !important;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    width: 136px !important;
  }

  .row.mx-0.arb_px_0 {
    margin-bottom: 22px;
  }


}

@media (min-width: 991px) {
  .school_section .section_sticky_rm .content{
    max-width: 90%;
  }
}