.admission-scroll {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.admission-scroll marquee {
  margin: 0;
}

.top-header {
  background: #126853;
  padding: 5px 0;
}

.top-info {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-info li {
  display: flex;
  align-items: center;
  color: #fff;
  padding-right: 28px;
  margin-right: 28px;
  border-right: 1px solid #fff;
}

.top-info li:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}

.top-info li i {
  color: #fff;
  margin-right: 10px;
  font-size: 16px;
}

.top-info li a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.top-info li a:hover {
  color: #ff6b00;
}

.top-social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-social li {
  margin-left: 12px;
}

.top-social li a {
  width: 30px;
  height: 30px;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  transition: 0.35s;
}

.top-social li a:hover {
  background: #ff6b00;
  color: #fff;
  border-color: #ff6b00;
}

@media (max-width: 991px) {
  .top-header {
    display: none;
  }
}

.col-xl-2-4 {
  flex: 0 0 20%;
  max-width: 20%;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .col-xl-2-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (max-width: 767px) {
  .col-xl-2-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .floating-social {
    display: none;
  }
}

@media (max-width: 480px) {
  .col-xl-2-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* remove hover text / overlay on banner slides */
.main-slider-two__content,
.main-slider-two__sub-title-box,
.main-slider-two__title,
.main-slider-two__text,
.main-slider-two__btn-box,
.main-slider-two__big-text,
.main-slider-two__shape-1,
.main-slider-two__shape-2,
.main-slider-two__shape-3,
.main-slider-two__shpae-bg-2,
.main-slider-two__shpae-bg-3,
.main-slider-two__shape-bg {
  display: none !important;
}

.main-slider-two .swiper-slide {
  background: #000;
}

.main-slider-two__bg-box,
.main-slider-two__bg {
  width: 100% !important;
  height: 100% !important;
  min-height: 500px;
  background-size: cover !important;
  background-position: center !important;
}

.main-slider-two .swiper-slide {
  position: relative;
}

.main-slider-two__bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.main-slider-two {
  overflow: hidden;
  position: relative;
}

.main-slider-two .container {
  position: relative;
  z-index: 1;
}

.main-slider-two__carousel .swiper-slide {
  height: 700px;
}

@media (max-width: 768px) {
  .main-slider-two__carousel .swiper-slide {
    height: 350px;
  }
}

.swiper-pagination {
  display: none !important;
}

.banner-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: var(--builza-base);
  backdrop-filter: blur(4px);
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.banner-nav-prev {
  left: 25px;
}

.banner-nav-next {
  right: 25px;
}

@media (max-width: 768px) {
  .banner-nav {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .banner-nav-prev {
    left: 10px;
  }

  .banner-nav-next {
    right: 10px;
  }
}

.floating-social {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.floating-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s ease;
}

.floating-social a:hover {
  width: 60px;
}

.facebook {
  background: #1877f2;
}

.instagram {
  background: #e4405f;
}

.linkedin {
  background: #0a66c2;
}

.youtube {
  background: #ff0000;
}

.whatsapp {
  background: #25d366;
}

.wisdom-card {
  background: #fff;
  padding: 25px 20px;
  border-radius: 15px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}

.wisdom-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #0c7a68;
}

.wisdom-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

.wisdom-card h3 {
  font-size: 28px;
  font-weight: 700;
  color: #136c56;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .wisdom-card {
    margin-bottom: 25px;
  }
}

.ui-datepicker {
  z-index: 999999 !important;
}

/* --- MODERN ANIMATED FOOTER (completely new design) --- */
.site-footer {
  background: #136b55;
  color: #cfd9db;
  position: relative;
  overflow: hidden;
  padding: 0;
  /* border-top: 4px solid #fff; */
}

.site-footer__top {
  position: relative;
  z-index: 2;
}

.site-footer__bottom {
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}

.footer-widget__title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 28px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.5px;
}

.footer-widget__title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 45px;
  height: 3px;
  background: #fff;
  border-radius: 10px;
  transition: 0.4s;
}

.footer-widget__title:hover:after {
  width: 70px;
}

@keyframes floatY {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes rotateAnim {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes moveLeft {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-40px);
  }

  100% {
    transform: translateX(0px);
  }
}
/* ===========================
   Banner Image Slider
=========================== */

.main-slider-two {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.main-slider-two__carousel,
.main-slider-two__carousel .swiper-wrapper,
.main-slider-two__carousel .swiper-slide {
  width: 100%;
  height: auto !important;
}

.banner-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Remove old background styles */

.main-slider-two__bg-box,
.main-slider-two__bg {
  display: none !important;
}

/* Navigation */

.banner-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #0c7c59;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 99;
  transition: 0.3s;
}

.banner-nav:hover {
  background: #06563d;
}

.banner-nav-prev {
  left: 25px;
}

.banner-nav-next {
  right: 25px;
}

.banner-nav i {
  font-size: 22px;
}

@media (max-width: 991px) {
  .banner-nav {
    width: 45px;
    height: 45px;
  }

  .banner-nav i {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .banner-nav {
    width: 40px;
    height: 40px;
  }
}
