.px-service-slider {
  position: relative;
}
.px-service-slider .slider-title {
  max-width: 1250px;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-inline: clamp(30px, 30px + 100px * (1920px - 100vw) / 420px, 130px);
  z-index: 6;
}
@media only screen and (max-width: 1504px) {
  .px-service-slider .slider-title {
    padding-inline: clamp(75px, 90px + 30px * (100vw - 1200px) / 300px, 120px);
  }
}
@media only screen and (max-width: 1024px) {
  .px-service-slider .slider-title {
    padding-inline: clamp(65px, 65px + 15px * (100vw - 768px) / 256px, 80px);
  }
}
@media only screen and (max-width: 768px) {
  .px-service-slider .slider-title {
    padding-inline: 52px;
  }
}
@media only screen and (max-width: 640px) {
  .px-service-slider .slider-title {
    width: 72%;
    padding-inline: clamp(10px, 26px + 39px * (100vw - 640px) / 128px, 65px);
  }
}
@media only screen and (max-width: 450px) {
  .px-service-slider .slider-title {
    padding-inline: 22px;
  }
}
.px-service-slider .slider-title-inner {
  max-width: 320px;
}
.px-service-slider .slider-title-inner .title {
  font-size: clamp(1.7777777778rem, 0.7567567568rem + 5.7432432432vw, 5.5555555556rem);
  line-height: 0.9;
}
.px-service-slider .slider-title-inner .details {
  margin-top: 20px;
  font-size: clamp(0.8888888889rem, 0.8588588589rem + 0.1689189189vw, 1rem);
}
@media only screen and (max-width: 450px) {
  .px-service-slider .slider-title-inner .details {
    margin-bottom: 8px;
  }
}
.px-service-slider .splide {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  transition: transform 0.4s ease-in-out !important;
  min-height: 800px;
  z-index: 5;
}
@media only screen and (max-width: 1200px) {
  .px-service-slider .splide {
    min-height: 650px;
  }
}
@media only screen and (max-width: 1024px) {
  .px-service-slider .splide {
    min-height: 550px;
  }
}
@media only screen and (max-width: 768px) {
  .px-service-slider .splide {
    min-height: 450px;
  }
}
@media only screen and (max-width: 640px) {
  .px-service-slider .splide {
    min-height: 350px;
  }
}
.px-service-slider .splide__list {
  align-items: center;
  height: 100%;
}
.px-service-slider .splide__slide {
  position: relative;
  width: 54.69%;
  opacity: 0.5;
  min-height: 800px;
  display: flex;
  align-items: center;
  transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .px-service-slider .splide__slide {
    min-height: 650px;
  }
}
@media only screen and (max-width: 1024px) {
  .px-service-slider .splide__slide {
    min-height: 550px;
  }
}
@media only screen and (max-width: 768px) {
  .px-service-slider .splide__slide {
    min-height: 450px;
  }
}
@media only screen and (max-width: 640px) {
  .px-service-slider .splide__slide {
    min-height: 350px;
  }
}
@media only screen and (max-width: 450px) {
  .px-service-slider .splide__slide {
    min-height: 300px;
  }
}
.px-service-slider .splide__slide .image {
  width: 100%;
  height: 600px;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .px-service-slider .splide__slide .image {
    height: 550px;
  }
}
@media only screen and (max-width: 1024px) {
  .px-service-slider .splide__slide .image {
    height: 450px;
  }
}
@media only screen and (max-width: 768px) {
  .px-service-slider .splide__slide .image {
    height: 350px;
  }
}
@media only screen and (max-width: 640px) {
  .px-service-slider .splide__slide .image {
    height: 300px;
  }
}
@media only screen and (max-width: 450px) {
  .px-service-slider .splide__slide .image {
    height: 250px;
  }
}
.px-service-slider .splide__slide .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: lightgray;
}
.px-service-slider .splide__slide.is-active {
  opacity: 1;
}
.px-service-slider .splide__slide.is-active .image {
  height: 800px;
}
@media only screen and (max-width: 1200px) {
  .px-service-slider .splide__slide.is-active .image {
    height: 650px;
  }
}
@media only screen and (max-width: 1024px) {
  .px-service-slider .splide__slide.is-active .image {
    height: 550px;
  }
}
@media only screen and (max-width: 768px) {
  .px-service-slider .splide__slide.is-active .image {
    height: 450px;
  }
}
@media only screen and (max-width: 640px) {
  .px-service-slider .splide__slide.is-active .image {
    height: 350px;
  }
}
@media only screen and (max-width: 450px) {
  .px-service-slider .splide__slide.is-active .image {
    height: 300px;
  }
}
.px-service-slider .splide__fraction {
  margin-bottom: 20px;
}
@media only screen and (max-width: 450px) {
  .px-service-slider .splide__fraction {
    margin-bottom: 8px;
  }
}
.px-service-slider .splide__fraction span {
  color: #fff;
  font-size: clamp(0.8888888889rem, 0.8588588589rem + 0.1689189189vw, 1rem);
}
.px-service-slider .splide__arrows {
  position: absolute;
  z-index: 7;
  max-width: 1504px;
  width: var(--baseWidth);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.px-service-slider .splide__arrows .splide__arrow {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  width: 50px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 1;
  top: 50%;
}
@media only screen and (max-width: 640px) {
  .px-service-slider .splide__arrows .splide__arrow {
    width: 40px;
    height: 45px;
  }
}
.px-service-slider .splide__arrows .splide__arrow--prev {
  left: 0;
}
.px-service-slider .splide__arrows .splide__arrow--prev svg {
  transform: scale(1);
}
.px-service-slider .splide__arrows .splide__arrow--next {
  right: 0;
}
.px-service-slider .splide__arrows .splide__arrow svg {
  fill: var(--themeFontColor);
  transition: var(--baseTransition);
}
.px-service-slider .splide__arrows .splide__arrow:hover svg {
  fill: var(--main-color);
}

.wp-block-columns .service-slider,
.px-frame-layout .service-slider,
.accordion-content .service-slider,
.tab_wrapper .service-slider {
  width: 100%;
}

.editor-styles-wrapper .splide {
  visibility: visible !important;
}

.fl:has(> .inner > div > .px-service-slider) .gold-overlay {
  height: 50%;
  filter: blur(100px);
  bottom: 0;
}

.editor-styles-wrapper .splide__list > .block-editor-block-list__layout > .wp-block-blockstudio-service-slider-single {
  width: 250px;
}
.editor-styles-wrapper .splide__list > .block-editor-block-list__layout > .wp-block-blockstudio-service-slider-single > li {
  width: 100%;
}