.xperia-service-slider-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0px;
}

.xperia-service-slider {
  width: 100%;
  overflow: visible;
}

.xperia-service-slider .swiper-slide {
  height: auto;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
  opacity: 0.55;
  transform: scale(0.92);
}

.xperia-service-slider .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

.xperia-service-slide-card {
  position: relative;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  background: #0a0a0a;
}

.xperia-service-slide-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.xperia-service-slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
}

.xperia-service-slider-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.xperia-service-slider-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
  border-color: #ffffff;
}
