/*  */
.ServiceSlider .swiper {
  overflow: hidden;
}

.ServiceSliderCard {
  background: #fff;
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 1px 3px #0000001A;
  transition: 0.3s;
  height: 100%;
}

.ServiceSliderCard:hover {
  transform: translateY(-6px);
}

.ServiceSliderIcon {
  width: 64px;
  height: 64px;
  background: #F9FAFB;
  border-radius: 16px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ServiceSliderIcon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.service-slider-cnt h3 {
  margin: 0 0 10px;
  font: 700 20px/28px Poppins, sans-serif;
  color: #000;
}

.service-slider-cnt p {
  margin: 0;
  font: 400 16px/26px Inter, sans-serif;
  color: #4A5565;
}

.ServiceSlider .swiper-pagination {
  margin-top: 30px;
  position: unset;
}

.ServiceSlider .swiper-pagination-bullet {
  background: #000000;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.ServiceSlider .swiper-pagination-bullet-active {
  background: #f7a50a;
}