/**************-------------------------------------**************/
/*                           TREATMENTS                          */
/**************-------------------------------------**************/
.treatment-template {
  background-color: var(--sandstone-100);
}
.treatment-template .treatment-hero {
  height: calc(100svh + 300px);
}
.treatment-template .treatment-intro {
  margin-top: -500px;
  z-index: 1;
  padding-top: 500px;
}

.treatment-template .treatment-3cards {
  z-index: 0;
  margin-top: -300px;
  padding-top: 300px;
  padding-bottom: calc(var(--spacing-6xl) + 300px);
}

.treatment-template .treatment-intro-2 {
  margin-top: -500px;
}

.treatment-template .background-image-wrapper {
  position: relative;
}

.treatment-template .background-image-wrapper .bg-image {
  position: absolute;
  top: 10%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.treatment-template .background-image-wrapper .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.treatment-template .background-image-wrapper .treatment-experience,
.treatment-template .background-image-wrapper .treatment-testimonials {
  z-index: 2;
}

.treatment-template .treatment-journey {
  z-index: 1;
}

.treatment-template .treatment-journey .tj-content {
  z-index: 3;
  position: relative;
}

.treatment-template .cta-section-1 {
  margin-top: -100px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .treatment-template .treatment-hero {
    height: calc(100svh + 200px);
  }
  .treatment-template .treatment-intro {
    margin-top: -300px;
    padding-top: 300px;
  }
}
