.softio-private-services-swiper .swiper-pagination {
  bottom: -30px;
}

.softio-private-services-swiper .swiper-pagination-bullet {
  width: 25px;
  height: 2px;
  border-radius: 0;
  background-color: #dee2e6;
  opacity: 1;
  margin: 0 4px !important;
  transition: all 0.3s ease;
}

.softio-private-services-swiper .swiper-pagination-bullet-active {
  width: 35px;
  background-color: #212529;
}

.services-prev,
.services-next {
  width: 40px;
  height: 40px;
  z-index: 10;
  transition: all 0.3s ease;
}

.services-prev:hover,
.services-next:hover {
  background-color: #212529;
  color: #fff;
}

.card-body {
  transition: all 0.3s ease;
}

.card:hover .card-body {
  background-color: #f8f9fa;
}