.single-treatment-hero-content p {
  font-weight: 400;
  color: #111;
}

.single-treatment-hero-content ul li {
  font-weight: 400;
  color: #111;
  list-style-type: disc;
}
.single-treatment-hero-content ul {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
h1 {
  color: #111;
}
.single-treatment-hero-content span {
  color: #111;
}
.treatment-info {
  display: flex;
  gap: 15px;
}
.treatment-prices {
  display: flex;
  border-radius: 6px;
  border: 1px solid rgba(162, 140, 120, 0.2);
  padding: 15px;
}
.single-treatments-hero-buttons {
  display: flex;
  gap: 30px;
  margin-top: 50px;
  align-items: center;
}
.single-treatments-hero-buttons a::after {
  filter: invert(1);
}
.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;
}
.single-treatment-hero-content .paragraph__20 p:not(:last-of-type) {
  margin-bottom: 24px;
}
.single-treatment-featured {
  display: flex;
  height: 100%;
  /* aspect-ratio: 1/1; */
}
.single-treatment-featured img {
  object-fit: cover;
  border-radius: 20px;
  aspect-ratio: 1/1;
}
.single-treatment-hero {
  background: #f3ebe0;
  padding-bottom: 85px;
}
.single-treatment-body {
  padding-top: clamp(40px, 5.2083333333vw, 100px);
  margin-bottom: 90px;
}
.single-treatment-body h2 {
  font-size: 42px;
  letter-spacing: -1.44px;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 30px;
}
.single-treatment-body li,
.single-treatment-body p,
.single-treatment-body {
  font-size: clamp(16px, 0.9375vw, 18px);
  color: rgba(17, 17, 17, 0.7);
  letter-spacing: -0.32px;
}
.single-treatment-body p {
  margin-top: 30px;
  margin-bottom: 10px;
}
.single-treatment-body a {
  text-decoration: underline;
}
.single-treatment-body ul {
  margin-top: 30px;
  margin-bottom: 30px;
}
.single-treatment-body ul li {
  padding: 15px 20px 15px 60px;
  background: #f3ebe0;
  font-weight: 600;
  border-radius: 14px;
  position: relative;
  color: #a28c78;
}
.single-treatment-body ul li::before {
  content: "";
  position: absolute;
  left: 20px;
  background-image: url("../icons/checked.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
}
.single-treatment-body ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.single-treatment-services {
  padding: 32px 30px;
  border-radius: 20px;
  color: white;
  background: #a28c78;
}
.single-treatment-services h6 {
  font-family: "Urbanist", sans-serif;
  margin-bottom: 10px;
}
.single-treatment-services p {
  color: white;
  font-size: 16px;
  font-weight: 400;
}
.single-treatment-sidebar p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Urbanist", sans-serif;
}
.single-treatment-sidebar strong {
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}
.sidebar-info {
  margin-bottom: 20px;
}
.single-treatment-sidebar {
  margin-top: 32px;
  margin-bottom: clamp(30px, 3.90625vw, 75px);
}
#page .sidebar__button {
  width: 100%;
  text-align: center;
  color: #a28c78;
  text-decoration: unset;
}
#page .sidebar__button:hover {
  color: #fff;
}
.gallery-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gallery-list li {
  width: calc(33.33% - 8px);
}
.gallery-list li img {
  object-fit: cover;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.gallery-list a {
  display: flex;
}

.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%;
  }
}
.home-instagram h6 {
  text-transform: uppercase;
  color: #333833;
  font-size: 16px;
  font-weight: 600;
}
.home-instagram .flex a {
  color: #a28c78;
  font-size: 26px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 3px;
}
.home-instagram {
  background: #f3ebe0;
}
.home-instagram .flex {
  padding: 31px 0;
}
#sbi_images {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 575px) {
  .ig-heading h6 {
    display: none;
  }
}
.single-treatment-body-conntent {
  padding-right: 100px;
}
#page {
  overflow: unset !important;
}
.single-treatment-services {
  position: sticky;
  top: 140px;
}
@media only screen and (max-width: 1440px) {
  .single-treatment-hero {
    padding-top: 150px;
  }
  .single-treatment-services {
    top: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .single-treatment-hero .row {
    flex-direction: column-reverse;
  }
  .single-treatments-hero-buttons {
    margin-top: 30px;
  }
  .single-treatment-featured img {
    width: 100%;
    max-height: 400px;
    margin-top: 30px;
  }
  .single-treatment-body-conntent {
    padding-right: 0;
  }
  .single-treatment-body {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-treatment-hero {
    padding-bottom: 40px;
  }
  .single-treatment-hero {
    padding-top: 120px;
  }
  .gallery-list li {
    width: calc(50% - 10px);
  }
  .single-treatment-body {
    margin-bottom: 60px;
  }
  .single-treatment-body p {
    margin-top: 20px;
  }
  .how-it-works-single-item {
    padding: 15px !important;
  }
  .single-treatment-services {
    margin-top: 30px;
    padding: 25px;
  }
  .single-treatment-sidebar p {
    margin-top: 0 !important;
  }
}
