.wp-container > .series-slider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding-top: 50px;
  padding-right: 0;
  padding-bottom: 50px;
  padding-left: 0;
  background-color: var(--wp--preset--color--gray-100, #f5f5f5);
}

.inner-series-slider {
  z-index: 1;
  display: inline-block;
  max-width: 100%;
}

.series-slider__title h1 {
  margin: 0;
  margin-bottom: 0 !important;
  overflow: hidden;
  font-size: 2.1875vw;
  font-weight: 600;
  line-height: 2.60417vw;
  color: var(--wp--preset--color--gray-900, #222222);
  text-overflow: ellipsis;
  letter-spacing: -1.11px;
  white-space: nowrap;
}

.series-slider__title p {
  margin: 0;
  margin-top: .625vw;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  color: var(--wp--preset--color--gray-600, #666666);
  text-overflow: ellipsis;
  letter-spacing: -.04px;
  white-space: nowrap;
}

.series-slider__slider {
  position: relative;
  display: none !important;
}

.series-slider__slider-slide {
  display: none;
}

.series-slider__pagination-link {
  visibility: hidden;
}

.series-slider-show {
  display: flex !important;
  justify-content: center;
  visibility: visible;
}

.series-slider-bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 25vw;
  font-weight: 600;
  color: var(--wp--preset--color--white, #ffffff);
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.series-slider__top {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 20px;
  border-bottom-color: rgba(var(--wp--preset--rgb-color--black, 0, 0, 0), .2);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.series-slider__top-tab p {
  font-size: 1.25vw;
  color: rgba(var(--wp--preset--rgb-color--black, 0, 0, 0), .5);
}

.series-slider__top-tab.series-slider-show {
  border-bottom-color: var(--wp--preset--color--primary-dark, var(--wp--preset--color--primary, #30adc0));
  border-bottom-style: solid;
  border-bottom-width: 3px;
}

.series-slider__top-tab.series-slider-show p {
  color: var(--wp--preset--color--black, #000000);
}

.series-slider__top-tab {
  position: relative;
  top: 1px;
  padding-bottom: 10px;
  cursor: pointer;
}

.series-slider__top-tab > * {
  margin: 0;
}

.series-slider__top-tab.series-slider-ev:last-of-type {
  margin-left: auto;
}

.series-slider__explore {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--wp--preset--color--black, #000000);
}

.series-slider__explore:hover {
  color: var(--wp--preset--color--black, #000000);
}

.series-slider__explore::after {
  display: block;
  width: 46px;
  height: 15px;
  content: url("../../img/series-slider/brand-zeeho.svg");
}

.series-slider__title {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 75px;
}

.series-slider__slider__prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50px);
}

.series-slider__slider__next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50px);
}

.series-slider__slider-slide img {
  max-width: 650px;
}

.series-slider__bottom-pagination {
  flex-direction: row;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.series-slider__pagination-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swiper {
  padding-bottom: 125px !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
}

.swiper-button-prev {
  right: inherit !important;
  left: 8% !important;
  width: 62px !important;
  height: 62px !important;
}

.swiper-button-prev::after {
  content: "" !important;
}

.swiper-button-next {
  right: 8% !important;
  left: inherit !important;
  width: 62px !important;
  height: 62px !important;
}

.swiper-button-next::after {
  content: "" !important;
}

.swiper-container {
  height: 70% !important;
}

.swiper-pagination {
  left: inherit !important;
  display: inline-block !important;
  width: auto !important;
  overflow: visible;
  direction: ltr;
}

.swiper-pagination-bullet {
  width: 12.5vw !important;
  height: 1px !important;
  margin: 0 !important;
  background: var(--wp--preset--color--gray-600, #666666) !important;
  border-radius: 0 !important;
  opacity: .5 !important;
}

.swiper-pagination-bullet-active {
  height: 2px !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet a {
  position: relative;
  top: -35px !important;
  right: 9px;
  font-size: 18px;
  font-weight: 700;
  color: rgba(var(--wp--preset--rgb-color--black, 0, 0, 0), .5);
  white-space: nowrap;
  visibility: hidden;
}

.swiper-pagination-bullet p {
  position: relative;
  top: -15px !important;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--wp--preset--color--gray-600, #666666);
}

.swiper-pagination-bullet-active a {
  visibility: visible;
}

.swiper-pagination-bullet-active span {
  display: inline-flex;
}

.swiper-pagination-bullet a:hover {
  color: rgba(var(--wp--preset--rgb-color--black, 0, 0, 0), .5);
}

.series-slider__explore-mobile {
  display: none;

}

/* Animation related styles */
.series-slider-bg-text span {
  transition: clip-path 1s ease !important;
}

/* Fade-out effect for slide elements */
.swiper-slide {
  opacity: 0;
  transition: opacity 1s !important;
}

.swiper-slide-active {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .swiper-button-prev {
    display: none !important;
  }

  .swiper-button-next {
    display: none !important;
  }

  .swiper-pagination-bullet p {
    font-size: .8rem;
  }

  .swiper-pagination-bullet a {
    font-size: 18px;
  }

  .series-slider__title {
    margin-top: 10px;
  }

  .series-slider__title p {
    font-size: .8rem;
  }

  .series-slider__title h1 {
    font-size: 1.1rem;
    line-height: 1.2;
  }

  .series-slider__explore {
    display: none;
  }

  .series-slider__explore-mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--wp--preset--color--black, #000000);
  }

  .series-slider__explore-mobile:hover {
    color: var(--wp--preset--color--black, #000000);
  }

  .series-slider__explore-mobile::after {
    display: block;
    width: 46px;
    height: 15px;
    content: url("../../img/series-slider/brand-zeeho.svg");
  }

  .series-slider__top-tab p {
    font-size: .85rem;
  }
}

@media screen and (max-width: 767px) {
  .series-slider__slider-slide img {
    max-width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .swiper-pagination-bullet a {
    font-size: 0;
  }

  .swiper-pagination-bullet p {
    font-size: .6rem;
  }

  .swiper-pagination-bullet {
    width: 13vw !important;
  }
}

@media only screen and (min-width: 2400px) {
  .series-slider-bg-text {
    font-size: 52vh;
  }
}

.wheel-back,
.wheel-front {
  position: absolute;
  transform: translate(-50%, 0%);
}

.wheel-back img,
.wheel-front img {
  transition: all 2.25s ease;
}

.series-image {
  position: relative;
}

.series-slider .swiper-button-prev,
.series-slider .swiper-button-next {
  width: 62px;
  height: 62px;
  color: var(--wp--preset--color--primary, #009bb4);
  border: 1px solid;
  border-radius: 50%;
}

.series-slider .swiper-button-next svg,
.series-slider .swiper-button-prev svg {
  width: auto;
  height: auto;
}

.swiper-pagination-bullet svg {
  position: relative;
  right: 0;
  color: var(--wp--preset--color--primary, #009bb4);
  vertical-align: .05em;
  transition: right 1s;
}

.swiper-pagination-bullet a:hover svg {
  right: -3px;
}
