/* ================ Hero Section ================ */
.slider-content {
  top: 50%;
  transform: translateY(-50%);
  text-align: start;
  width: 580px;
  height: fit-content;
  margin-left: 16px;
}
.slider-content h5 {
  color: #fab600;
  font-size: 18px;
}
.slider-content h2 {
  text-transform: capitalize;
  font-size: 46px;
  line-height: 46px;
}
.slider-content p {
  font-size: 24px;
  color: #fff;
  opacity: 0.9;
}
.carousel-indicators {
  gap: 16px;
}
.carousel-indicators .slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 1px solid #fff;
  background-color: transparent !important;
  opacity: 1;
}

.carousel-indicators .slider-dot.active {
  background-color: #ffffff !important;
}

/* ================ Key Business Supporting Elements Section ================ */
.key-business-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.key-business-section .business-card-wrap {
  gap: 50px;
}

.key-business-section .business-card-wrap .business-card {
  width: 240px;
  height: auto;
}
.key-business-section .business-card-wrap .business-card img {
  width: 100%;
}
.key-business-section .business-card-wrap .business-card img:hover {
}

/* swiper slide  */

.slider-container {
  position: relative;
  padding: 0 50px;
  margin: 20px 0;
  width: 100%;
  height: auto;
}

.swiper {
  height: 100%;
  width: 100%;
  padding: 20px 0;
}

.swiper-wrapper {
  height: 100%;
  align-items: stretch;
}

.swiper-slide {
  height: auto !important;
}
.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  /* background: #fff; */
  color: #333 !important;
  position: absolute;
  top: 50%;
}
.swiper-button-next,
.swiper-button-prev:hover {
  background-color: transparent !important;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #333;
  color: #fff;
}

.swiper-pagination-bullet-active {
  background: #333;
}
