:root {
  --solutions-accent: rgba(152, 42, 134, 1);
}

.swiper-slide.solutions-slide {
    box-shadow: 0 30px 60px rgba(16, 24, 40, 0.06);
    border-radius: 16px;
    border: 1px solid #86307B;
    display: flex;
    justify-content: flex-start;
    padding: 24px;
    gap: 16px;
    flex-direction: column;
    height: fit-content;
    max-height: 100%;
}
.solutions-slide .solutions-media {
    border-radius: 4px;
    border: 1px solid #D3CFD2;
    box-shadow: unset;
    margin-bottom: 8px;
}
.solutions-carousel-wrap .swiper-container {
    height: 464px;
    max-height: 500px;
}
.solutions-carousel-wrap {
    padding: 0px 20px;
}

@media (max-width: 1200px) {
    .solutions-carousel-wrap .swiper-container {
        height: 400px;
    }
}


.solutions-caption {
    color: #1B181B;
    font-size: 31px;
    font-weight: 600;
    line-height: 40px;
    background: unset;
    text-align: left;
    margin-left: unset;
    padding: unset;
}

.solutions-slider {
  text-align: center;
  box-sizing: border-box;
}

.solutions-inner {
  margin: 0 auto;
}

.solutions-heading {
    font-family: Inter;
    font-weight: 700;
    font-size: 39px;
    line-height: 123%;
    letter-spacing: 0;
    text-align: center;
    color: #1B181B;
    margin: 96px 0 8px 0px;
}

.solutions-description {
    letter-spacing: 0;
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 64px;
    color: var(--content-emphasis, #1B181B);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    opacity: 0.6;
}

.swiper-container {
  width: 100%;
  height: 400px;
}
.swiper-wrapper {
  display: flex;
  align-items: center;
}

.swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  transition: transform 700ms cubic-bezier(0.22, 0.9, 0.22, 1), opacity 300ms;
  transform-origin: center center;
  flex-direction: column-reverse;
}

.solutions-slide-link {
  text-decoration: underline;
  cursor: pointer;
  color: var(--purple);
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.solutions-slide-link:hover .solutions-media {
  transform: scale(1.02);
  box-shadow: 0 36px 70px rgba(16, 24, 40, 0.12);
}

.solutions-slide-link:focus {
  outline: 2px solid var(--solutions-accent);
  outline-offset: 4px;
  border-radius: 12px;
}

.swiper-slide-prev,
.swiper-slide-next {
  z-index: 2;
}

.solutions-media {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(16, 24, 40, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 10px solid #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.solutions-media img,
.solutions-media video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  max-height: 300px;
}

.solutions-caption {
    color: #1B181B;
    font-size: 31px;
    font-weight: 500;
    line-height: 40px;
    background: unset;
    text-align: left;
    margin-left: unset;
    padding: unset;
}

.solutions-cta-wrap {
  margin-top: 36px;
}

.solutions-cta-button {
  display: inline-block;
  padding: 18px 42px;
  border-radius: 11px;
  background: #982A86;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(152, 42, 134, 0.18);
  transition: transform 0.12s ease;
  font-family: Inter;
  font-weight: 700;
  font-size: 33.41px;
  line-height: 100%;
  letter-spacing: -0.33px;
  margin-bottom: 53px;
  margin-top: 30px;
}

.solutions-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(152, 42, 134, 0.24);
  text-decoration: none;
}

@media (max-width: 768px) {
  .solutions-slider {
    padding: 0 20px;
	}
  .solutions-media {
    height: 260px;
    max-height: 260px;
  }
  .swiper-slide {
    transform: scale(0.75);
  }
  .swiper-slide-active {
    transform: scale(1);
  }
  .solutions-heading {
    font-size: 30px;
  }
  .solutions-description {
    font-size: 15px;
  }
  .solutions-cta-button {
    padding: 16px 32px;
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .solutions-media {
    height: 220px;
  }
}
