section.img-carousel {
  height: 100vh;
}

.slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.carousel-inner {
  height: 100%;
}

.carousel-item {
  height: 100%;
}

.carousel-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-indicators [data-bs-target] {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
}

.carousel-indicators .active {
  background-color: #31adee;
}

.carousel-text-absolute {
  position: absolute;
  top: 30%;
  left: 5%;
  font-size: 48px;
  font-weight: 600;
  color: white;
}

.hero-img-mobile {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.custom-next,
.custom-next2,
.custom-next3 {
  top: 50%;
  position: absolute;
  right: -60px;
  font-size: 1.7rem;
  transform: translate(0, -50%);
  z-index: 10;
  cursor: pointer;
  color: #fff;
  background-color: #31adee;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-prev,
.custom-prev2,
.custom-prev3 {
  top: 50%;
  position: absolute;
  left: -60px;
  font-size: 1.7rem;
  transform: translate(0, -50%);
  z-index: 10;
  cursor: pointer;
  color: #fff;
  background-color: #31adee;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.custom-next:hover,
.custom-next2:hover,
.custom-next3:hover,
.custom-prev:hover,
.custom-prev2:hover,
.custom-prev3:hover {
  background-color: #31adee;
  color: #fff;
  transform: translate(0, -50%) scale(1.1);
}

.custom-prev.swiper-button-disabled,
.custom-next.swiper-button-disabled {
  background-color: #f4f3f1 !important;
  color: #31adee !important;
  cursor: default !important;
  box-shadow: none !important;
  transform: translate(0, -50%) !important;
  border: none !important;
}

.custom-prev2.swiper-button-disabled,
.custom-next2.swiper-button-disabled {
  background-color: #ffffff !important;
  color: #31adee !important;
  cursor: default !important;
  box-shadow: none !important;
  transform: translate(0, -50%) !important;
  border: none !important;
}
