/* Logo size */
.main-logo {
  height: 40px;
  max-width: 160px;
}

@media (max-width: 767.98px) {
  .main-logo {
    height: 50px;
    max-width: 140px;
  }

  .navbar-collapse {
    background-color: #fff;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
  }

  .navbar-nav .nav-link {
    padding: 0.75rem 1rem;
    font-size: 1rem;
  }

  .btn-call,
  .btn-outline-primary {
    width: 100%;
    justify-content: center;
  }
}

/* Button styles */
.btn-call {
  background-color: #2c5ca8;
  color: white;
  font-weight: 600;
  padding: 0.4rem 1.2rem;
  border-radius: 30px;
}

.btn-call:hover {
  background-color: #1f4a89;
}

.btn-outline-primary {
  font-weight: 600;
  border-radius: 30px;
  padding: 0.4rem 1.2rem;
}

/* Nav link styling */
.navbar .nav-link {
  color: #001b47;
  font-weight: 500;
}

.navbar .nav-link:hover,
.navbar .dropdown-menu a:hover {
  color: #0d6efd;
}

/*-----------------------------------------*/
/*-----------------------------------------*/

.hero-section {
  background: linear-gradient(to right, #f8fbff 0%, #ffffff 100%);
}

.floating-tag {
  z-index: 10;
  max-width: 250px;
}
small {
    font-size: 12px!important;
}
.banner-count{
    font-size: 2em;
}

/*-----------------------------------------*/
/*-----------------------------------------*/

.bg-light-green {
  width: 22px;
  height: 22px;
  background-color: #dcfce7;
  top: -6px;
  right: -6px;
  z-index: 0;
}
.icon-container .fa {
  position: relative;
  z-index: 1;
}
.icon-container span {
  position: absolute;
}
.course-box:hover {
  transform: translateY(-3px);
  transition: 0.3s ease;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}

/*-----------------------------------------*/
/*-----------------------------------------*/

.img-box {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.img-box img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/*-----------------------------------------*/
/*-----------------------------------------*/

.sticky-cta {
  z-index: 1030;
}

@media (max-width: 576px) {
  .sticky-cta {
    /*flex-direction: column;*/
    align-items: stretch;
  }

  .sticky-cta .btn {
    width: 100%;
    height: 50px;
  }
}
/*-----------------------------------------*/
/*-----------------------------------------*/


.branch-card {
  transition: all 0.3s ease;
  border-radius: 12px;
  background: #fff;
}

.branch-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.hover-animate i {
  transition: transform 0.3s;
}

.branch-card:hover i {
  transform: scale(1.2);
}

/*-----------------------------------------*/
/*-----------------------------------------*/

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, -5px)!important;
}
