.swiper-custom .swiper-slide {
    width: 18.75rem;
    height: 680px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: self-start;
    border-radius: 8px;
}

.swiper-card h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.swiper-card p {
  overflow: hidden;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}

.swiper-card a {
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}




.swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}



.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

.swiper-card-title {
  border-radius: 8px;
  background: #0E2B57;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.swiper-card-title h3 {
    transform: translate(-64%, 0%) rotate(-90deg);
    transform-origin: top center 0;
    color: #DAAB2D;
    white-space: nowrap;
    cursor: vertical-text;
    position: absolute;
    height: auto;
    direction: rtl;
    z-index: 11;
    font-family: Sora;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 12.8px;
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    margin: 0;
    font-family: "Sora", Sans-serif;
}
.swiper-slide div.swiper-card {
    display: none;
    opacity: 0;
    padding: 32px 0 32px 32px;
}

.swiper-slide-active div.swiper-card {
  display: block;
  opacity: 1;
}
.swiper-slide-active div.swiper-card-title {
  display: none;
  opacity: 0;
}
.sc-treatment-item.hover-active .sc-treatment-info-title:after {
    background: #DAAB2D;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 43px;
}
@media screen and (min-width: 93.75rem) {
  .swiper-custom {
    width: 1000px;
}
}
@media screen and (max-width: 991px) {
  .swiper-custom .swiper-slide {
      height: 540px;
  }
}