:root {
  --swiper-pagination-color: #000;
}

.swiper-slide * {
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.swiper-slide-active {
  opacity: 1;
  z-index: 2; /* ensures it sits above neighbors */
}
