/* ===== Therapies Block ===== */
@import url('https://db.onlinewebfonts.com/c/a89cf050c859a23e4b6d9cf5989acf9e?family=Myriad+Pro');

.therapies-block {
  width: 100%;
  box-sizing: border-box;
  background-color: white;
  margin-top: 67px;
  margin-bottom: 110px;
}

.git -container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.therapies-main-heading {
  font-family: 'FFAcanthus';
  font-weight: 400;
  font-style: Regular;
  font-size: 52px;
  leading-trim: NONE;
  line-height: 62px;
  letter-spacing: 0.5%;
  text-align: center;
  color: #3D4E4A !important;
  padding-bottom: 78px;
}

.therapies-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: flex-start;
}

/* ===== Image ===== */
.therapies-image-wrapper {
  width: 100%;
  overflow: hidden;
  /* border-radius: 8px; */
}

.therapies-image {
  width: 554px;
  height: 714px;
  display: block;
  object-fit: cover;
}

/* ===== Right Side Content ===== */
.therapies-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.therapies-sub-heading {
  font-family: 'FFAcanthus';
  font-weight: 400;
  font-style: Regular;
  font-size: 42px;
  leading-trim: NONE;
  line-height: 48px;
  letter-spacing: 0.5%;
  color: #3D4E4A !important;
  padding-bottom: 30px !important;
}

.therapies-sub-paragraph {
  font-family: Myriad Pro;
  font-weight: 300;
  font-style: Light;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 5%;
  color: #000000;
  margin: 0 0 5px 0;
}

.therapies-description {
  /* font-family: "Myriad Pro"; */
  font-weight: 300;
  font-style: normal;
  /* "Light" is not a valid CSS font-style, use normal */
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 5%;
  /* 5% of the font size */
  leading-trim: none;
  /* optional, only supported in some browsers */
  color: #555555;
  margin: 0;
}

/* ===== Therapy Items ===== */
.therapies-items {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-bottom: 1px solid #3D4E4A;
  border-top: 1px solid #3D4E4A;
}

.therapy-item {
  border-bottom: 1px solid #3D4E4A;
}

.therapy-item:last-child {
  border-bottom: none;
}

.therapy-toggle {
  width: 100%;
  padding: 14px 0;
  background: none;
  border: none;
  border-top: 1px solid #e0e0e0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  transition: all 0.3s ease;
}

.therapy-toggle:first-child {
  border-top: none;
}

.therapy-title {
  font-family: Myriad Pro;
  font-weight: 600;
  font-style: Semibold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 34px;
  letter-spacing: 0.5%;
  color: #3D4E4A !important;
  flex: 1;
}

.therapy-minutes {
  font-family: "Myriad Pro", Arial, sans-serif;
  font-weight: 600;
  font-style: Semibold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 35px;
  letter-spacing: 5%;
  color: #A8BE96 !important;
  display: block;
  margin-bottom: 15px;
}

.therapy-icon {
  font-size: 33px;
  color: #3D4E4A;
  font-weight: 300;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  color: #A8BE96 !important;
  margin-left: 20px;
  margin-top: -7px;
}

.therapy-item.open .therapy-icon {
  transform: rotate(45deg);
}

.therapy-content {
  padding: 0 0 20px 0;
  overflow: hidden;
  animation: slideDown 0.3s ease;
}

.therapy-content p {
  font-family: Myriad Pro;
  font-weight: 300;
  font-style: Light;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 35px;
  letter-spacing: 5%;
  margin-bottom: 7px !important;

}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== Responsive ===== */

/* Tablet */
/* @media (max-width: 1024px) {
  .therapies-container {
    padding: 30px 15px;
  }

  .therapies-main-heading {
    font-size: 36px;
    margin-bottom: 30px;
    color: #3D4E4A !important;
  }

  .therapies-sub-heading {
    font-size: 30px;
    color: #3D4E4A !important;
  }

  .therapies-sub-paragraph, .therapies-description, .therapy-content p {
    font-size: 18px;
    color: #3D4E4A !important;
  }

  .therapy-title {
    font-size: 18px;
    color: #3D4E4A !important;
  }

  .therapy-minutes {
    font-size: 18px;
    color: #A8BE96 !important;
  }

  .therapy-icon {
    font-size: 22px;
    color: #A8BE96 !important;
    margin-right: 15px;
  }

  .therapy-toggle {
    padding: 18px 0;
  }

  .therapy-content {
    padding-bottom: 18px;
  }

  .therapies-content {
    gap: 30px;
    grid-template-columns: 1fr;
  }
} */

/* Tablet & Mobile */
@media (max-width: 768px) {

  .therapies-mobile-container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .therapies-container {
    padding: 20px 15px;
  }

  .therapies-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .therapies-image {
    width: 100%;
    height: auto;
  }

  .therapies-main-heading {
    font-family: 'FFAcanthus';
    font-weight: 400;
    font-style: Regular;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 40px;
    letter-spacing: 0.5%;
    text-align: center;
    color: #3D4E4A !important;
    padding-bottom: 27px;
  }

  .therapies-sub-heading {
    font-family: 'FFAcanthus';
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 36px;
    letter-spacing: 0.5%;
    padding-bottom: 20px;
    color: #3D4E4A !important;
  }

  .therapies-right {
    gap: 15px;
  }

  .therapies-sub-paragraph, .therapies-description, .therapy-content p {
    font-family: Myriad Pro;
    font-weight: 300;
    font-style: Light;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 29px;
    letter-spacing: 5%;
    color: #000000 !important;
  }

  .therapy-title {
    font-family: Myriad Pro;
    font-weight: 600;
    font-style: Semibold;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 34px;
    letter-spacing: 0.5%;
    color: #3D4E4A !important;
  }

  .therapy-minutes {
    font-family: Myriad Pro;
    font-weight: 600;
    font-style: Semibold;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 29px;
    letter-spacing: 5%;
    color: #A8BE96 !important;
    margin-bottom: 12px;
  }

  /* .therapy-icon {
    font-size: 20px;
    color: #A8BE96 !important;
    margin-left: 12px;
  } */

  .therapy-toggle {
    padding: 16px 0;
  }

  .therapy-content {
    padding-bottom: 28px;
  }
}

/* Small Mobile */
/* @media (max-width: 480px) {
  .therapies-container {
    padding: 15px 12px;
  }

  .therapies-main-heading {
    font-size: 24px;
    margin-bottom: 20px;
    color: #3D4E4A !important;
  }

  .therapies-sub-heading {
    font-size: 18px;
    line-height: 30px;
    color: #3D4E4A !important;
  }

  .therapies-right {
    gap: 15px;
  }

  .therapies-sub-paragraph, .therapies-description, .therapy-content p {
    font-size: 16px;
    color: #3D4E4A !important;
  }

  .therapy-title {
    font-size: 16px;
    color: #3D4E4A !important;
  }

  .therapy-minutes {
    font-size: 16px;
    color: #A8BE96 !important;
  }

  .therapy-icon {
    font-size: 18px;
    color: #A8BE96 !important;
    margin-right: 10px;
  }

  .therapy-toggle {
    padding: 14px 0;
  }

  .therapy-content {
    padding-bottom: 14px;
  }
} */

/* Extra Small Mobile */
/* @media (max-width: 360px) {
  .therapies-container {
    padding: 10px 8px;
  }

  .therapies-main-heading {
    font-size: 18px;
    margin-bottom: 15px;
    color: #3D4E4A !important;
  }

  .therapies-sub-heading {
    font-size: 16px;
    color: #3D4E4A !important;
  }

  .therapies-sub-paragraph, .therapies-description, .therapy-content p {
    font-size: 14px;
    letter-spacing: 0.005em;
    color: #3D4E4A !important;
  }

  .therapy-title {
    font-size: 14px;
    color: #3D4E4A !important;
  }

  .therapy-minutes {
    font-size: 14px;
    color: #A8BE96 !important;
  }

  .therapy-icon {
    font-size: 16px;
    color: #A8BE96 !important;
    margin-right: 8px;
  }

  .therapy-toggle {
    padding: 10px 0;
  }

  .therapy-content {
    padding-bottom: 12px;
  }
} */