.archive-treatments-hero-wrapper {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.archive-treatments-hero img {
  width: 100%;
  max-height: 604px;

  height: 100%;
  object-fit: cover;
}
.archive-treatments-featured-list {
  display: flex;
}
.treatment-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 3;
  position: absolute;
  color: white;
  padding: 35px;
  /* width: calc(100% - 70px);
  height: calc(100% - 70px); */
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
.treatment-item {
  position: relative;
}
#page .treatment-term,
#page .all-treatment-term {
  font-size: 14px;
  font-weight: 400;
}
.treatment-image {
  width: 100%;
  display: flex;
}
.treatment-item {
  display: flex !important;
  border-radius: 20px;
  overflow: hidden;
  max-height: 336px;
  min-height: 366px;
}
.treatment-item img {
  width: 100%;
  height: 100%;
  min-height: 366px;
  max-height: 336px;

  object-fit: cover;
  display: flex;
  /* aspect-ratio: 718/366; */
  border-radius: 20px;
}
.treatment-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.treatment-item h3 {
  margin-bottom: 14px;
}
.treatment-item p {
  font-size: 15px;
  letter-spacing: -0.32px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 35px;
}
.treatment-info {
  display: flex;
  gap: 15px;
}
.treatment-prices {
  display: flex;
  border-radius: 6px;
  border: 1px solid rgba(162, 140, 120, 0.2);
  padding: 15px;
}
.treatment-prices-list .treatment-price-row:not(:last-of-type) {
  padding-right: 9px;
  margin-right: 9px;
  position: relative;
}
.treatment-prices-list .treatment-price-row:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: rgba(162, 140, 120, 0.2);
}
.treatment-prices-list > span {
  display: block;
}
.treatment-price-row .price strong {
  font-weight: 600;
}
.services-buttons-row {
  display: flex;
  align-items: center;
  gap: 30px;
}
.archive-treatments-featured-list .slick-list {
  padding-right: 250px !important;
}
.treatment-item {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.archive-treatments-featured-list .slick-track {
  margin-left: -10px !important;
}
.treatment-info {
  margin-bottom: 25px;
}
.services-buttons-row {
  margin-top: auto;
}
.treatment-content h3,
.treatment-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.all-treatments-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.all-treatment-item {
  width: calc(50% - 10px);
  padding: 34px;
  background: white;
  border-radius: 20px;
}
.all-treatment-excerpt p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.all-treatment-item h3 {
  margin-bottom: 14px;
}
.arrow-link-black::after {
  filter: invert(1);
}
.all-treatment-buttons {
  display: flex;
  align-items: center;
  gap: 30px;
}
.all-treatment-excerpt {
  margin-bottom: 38px;
}
.all-treatments-filters {
  display: flex;
  gap: 12px;
  padding: 10px 15px;
  border-radius: 999px;
  background: #f3ebe0;
}
.treatment-filter-btn {
  padding: 12px 24px;
  outline: unset;
  white-space: nowrap;
  border: 1px solid white;
  border-radius: 999px;
  margin-left: 6px !important;
  margin-right: 6px !important;
  font-family: "Urbanist", sans-serif;
  background: white;
  font-size: 16px;
  letter-spacing: -0.32px;
  transition: 0.3s;
  line-height: 24px;
  font-weight: 500;
}
.treatment-filter-btn.active,
.treatment-filter-btn:hover {
  color: #a28c78;
  border-color: #a28c78 !important;
  transition: 0.3s;
}
.filters-wrapper {
  position: relative;
}
.filters-wrapper::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 3;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  width: 190px;
  background: linear-gradient(
    270deg,
    #f3ebe0 57.01%,
    rgba(243, 235, 224, 0) 114.02%
  );
}
.filter-arrows {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.filter-arrows a {
  display: flex;
}
.filter-arrows {
  display: flex;
  gap: 12px;
}
.all-treatment-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
.category-description p {
  font-size: 42px;
  letter-spacing: -1.44px;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 30px;
  font-family: "Recline";
}

/* faq  */
.home-faq {
  padding: clamp(60px, 7.03125vw, 135px) 0 clamp(60px, 5.2083333333vw, 100px);
}
.home-faq__trigger {
  padding: 35px 0;
  font-size: 24px;
  position: relative;
  font-weight: 400;
  color: #0e0e0e;
  font-weight: 400;
  display: block;
  line-height: 31.2px;
  letter-spacing: -0.96px;
}
.home-faq__trigger::after {
  content: "";
  position: absolute;
  right: 0;
  top: 40px;
  transition: 0.3s;
  width: 14px;
  height: 14px;
  background-image: url("../../../assets/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.active.home-faq__trigger::after {
  transform: rotate(180deg);
  transition: 0.3s;
}
.home-faq__item {
  border-bottom: 1px solid #d6d1cc;
}
.home-faq__trigger h5 {
  transition: 0.3s;
  font-weight: 400;
}

.home-faq__output {
  margin-top: -20px;
  margin-bottom: 35px;
}
.home-faq__output {
  display: none;
}
.active .home-faq__output {
  display: block;
}
.active h5 {
  color: #a28c78;
  transition: 0.3s;
}

/* cta  */
.home-cta {
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: center;
  position: relative;
  /* padding: 304px 0 50px 0; */
  padding: clamp(100px, 15.625vw, 300px) 0 50px;
}
.home-cta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.home-cta-heading {
  position: relative;
  z-index: 15;
  max-width: 796px;
}
.home-cta-form {
  padding: 50px 65px;
  background: white;
  z-index: 15;
  position: relative;
  width: 100%;
  border-radius: 10px;
}
.home-cta-form form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
.home-cta-form input {
  width: 100%;
}
.wpcf7-form-control-wrap {
  width: 100%;
}
.formsubmit p {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.home-cta-form form > p {
  flex: 1;
}
.cta-buble-1 {
  position: absolute;
  left: 40px;
  top: -200px;
  max-width: 330px;
  object-fit: contain;
  z-index: 3;
}
.cta-buble-2 {
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 3;
  max-width: 330px;
  object-fit: contain;
  transform: translate(-115px, -70px);
}
.cta-buble-huge {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .home-cta-form form {
    flex-wrap: wrap;
  }
  .home-cta-form form > p {
    width: calc(50% - 20px);
    flex: unset;
  }
  .formsubmit p {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .home-cta-form {
    padding: 25px;
  }
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="date"] {
    font-size: 14px;
  }
  .formsubmit p {
    flex-direction: column;
  }
  .formsubmit {
    width: 100%;
  }
}
.all-treatment-content h3,
.all-treatment-content span {
  color: #111;
}
@media only screen and (max-width: 767px) {
  .all-treatment-item {
    width: 100%;
  }
  .archive-treatments-featured-list .slick-list {
    padding-right: 100px !important;
  }
  .treatment-prices {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .archive-treatments-featured-list .slick-list {
    padding-right: 30px !important;
  }
  .treatment-content,
  .all-treatment-item {
    padding: 20px;
  }
  .treatment-prices {
    font-size: 10px;
  }
  .treatment-filter-btn {
    padding: 5px 14px;
    font-size: 12px;
  }
  .all-treatment-content .treatment-prices {
    font-size: 14px !important;
  }
}
