.faq-bottom-content {
  margin-top: 42px;
  text-align: center;
  font-family: "Myriad Pro", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #222;
  text-align: left;
}

.card-body a::before {
  all: unset !important;
}

.card-body a {
  display: inline !important;
}

.faq-tel {
  font-family: "Myriad Pro";
  font-weight: 600;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 5%;
  color: #778F76;

}

.faq-content .tab-content .card a {
  font-family: "Myriad Pro";
  font-weight: 600 !important;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 5%;
  color: #778F76 !important;
  display: inline-block !important;
}

.faq-section.living-faq-section .faq-bottom-content p a[href^="mailto:"] {
  text-decoration: none !important;
  font-weight: 600 !important;
}

.faq-email {
  font-family: "Myriad Pro";
  font-weight: 600;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 5%;
  color: #778F76;

}

.faq-section {
  background-color: #ffffff;
  padding: 60px 40px;
  font-family: "Georgia", "Times New Roman", serif;
}

.faq-section .tab-content {
  margin-top: 20px;
}

.faq-inner {
  max-width: 860px;
  margin: 0 auto;
}

.faq-section.living-faq-section .title {
  font-family: 'FFAcanthus';
  font-weight: 400;
  font-style: Regular;
  font-size: 52px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0.5%;
}

.faq-heading {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 2.6rem;
  font-weight: 400;
  color: #2c3a2e;
  margin: 0 0 40px 0;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.faq-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 5px 0;
  border-bottom: none;
  cursor: pointer;
}

.faq-item:first-of-type {
  border-top: none;
}

.faq-toggle {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  padding: 0;
  margin-top: 2px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  background-color: #778F76;
  border-radius: 1px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.faq-toggle::before {
  width: 14px;
  height: 1.5px;
}

.faq-toggle::after {
  width: 1.5px;
  height: 14px;
}

.faq-item.open .faq-toggle::after {
  transform: rotate(90deg);
  opacity: 0;
}

.faq-text {
  flex: 1;
}

.faq-question {
  font-family: "Myriad Pro", sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  color: #2c3a2e;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.faq-answer {
  font-family: "Georgia", "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 32px;
  margin: 16px 0 0 0;
  letter-spacing: 0.02em;
  color: #555555;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.25s ease;
}

.faq-item.open .faq-answer {
  max-height: 400px;
  opacity: 1;
}

/* ===== Background image variant ===== */
.faq-section[style*="backgroundImage"] .faq-heading,
.faq-section[style*="backgroundImage"] .faq-question {
  color: #ffffff;
}

.faq-section[style*="backgroundImage"] .faq-toggle::before,
.faq-section[style*="backgroundImage"] .faq-toggle::after {
  background-color: #ffffff;
}

.faq-section[style*="backgroundImage"] .faq-item {
  border-bottom: none;
}

.faq-section[style*="backgroundImage"] .faq-item:first-of-type {
  border-top: none;
}

.faq-section.living-faq-section .tab-content .card a[aria-expanded=true]:before {
  font-size: 40px !important;
  font-weight: normal !important;
  line-height: 22px;
}

.faq-section.living-faq-section .card .card-body {
  font-family: Myriad Pro;
  font-weight: 300;
  font-style: Light;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 5%;
  color: #000000;

}


.faq-section.living-faq-section .tab-content .card a .card-header {
  font-family: Myriad Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 5%;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .card-body a {
    text-decoration: none;
    font-family: Myriad Pro;
    font-size: 17px;
    font-weight: 400;
  }


  .faq-content .tab-content .card a {
    font-family: "Myriad Pro";
    font-weight: 400 !important;
    font-style: Regular;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 5%;
    color: #778F76 !important;
    display: inline-block !important;
  }

  .card-body a {
    font-weight: 600 !important;
  }

  .faq-tel {
    font-family: Myriad Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 29px;
    letter-spacing: 5%;
  }

  .faq-email {
    font-family: Myriad Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 29px;
    letter-spacing: 5%;
    /* text-decoration: underline; */
  }

  .faq-section.living-faq-section .tab-content .card a .card-header {
    font-family: Myriad Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 5%;

  }

  .faq-section.living-faq-section .card .card-body {
    font-family: Myriad Pro;
    font-weight: 300;
    font-style: Light;
    font-size: 17px;
    leading-trim: NONE;
    line-height: 29px;
    letter-spacing: 5%;
    color: #000000;
  }

  .faq-section.living-faq-section .title {
    font-family: 'FFAcanthus';
    font-weight: 400;
    font-style: Regular;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 40px;
    letter-spacing: 0.5%;

  }



  .faq-section {
    padding: 40px 20px;
  }

  .faq-heading {
    font-size: 1.9rem;
    margin-bottom: 28px;
  }

  .faq-question {
    font-size: 0.97rem;
  }
}