/**
 * Swiper Carousel Styles for Industry Use Cases
 */

.industry-use-cases-carrousel {
  width: 100%;
  max-width: 100%;
}

.industry-carousel-swiper {
  width: 100% !important;
  max-width: 100% !important;
  padding-bottom: 50px !important;
  overflow: hidden;
}

.industry-carousel-swiper .swiper-wrapper {
  width: 100% !important;
}

.industry-carousel-swiper .swiper-slide {
  width: 100% !important;
  height: auto;
  display: flex;
  flex-shrink: 0;
  box-sizing: border-box;
}

.industry-carousel-swiper .swiper-slide > * {
  width: 100%;
}

.industry-carousel-swiper .swiper-pagination {
  bottom: 10px !important;
  text-align: center;
}

.industry-carousel-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #d1d1d1;
  opacity: 1;
  transition: all 0.3s ease;
  margin: 0 5px;
}

.industry-carousel-swiper .swiper-pagination-bullet-active {
  background: linear-gradient(130deg, rgb(226, 101, 126) 0%, rgb(160, 18, 123) 100%);
  width: 30px;
  border-radius: 5px;
}
