/* YouMind FAQ Hero — faq.html .faq-section-0.faq-hero */

.ymct-faq-hero {
  font: 400 16px/1.5 Poppins, Arial, sans-serif;
  color: #031728;
  width: 100%;
  max-width: none !important;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
.ymct-faq-hero.alignfull {
  width: 100vw;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}
.ymct-faq-hero *,
.ymct-faq-hero *::before,
.ymct-faq-hero *::after { box-sizing: border-box; }
.ymct-faq-hero h1,
.ymct-faq-hero p { margin: 0; }
.ymct-faq-hero img {
  display: block;
  max-width: none;
  border: 0;
}
.ymct-faq-hero a {
  color: inherit;
  text-decoration: none !important;
}
.ymct-faq-hero button {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-align: left;
  width: 100%;
}

.ymct-faq-hero .fh-section {
  padding: 179px 0 60px;
  background: linear-gradient(179.488deg, #cafdf9 22.283%, #fff 99.346%);
}
.ymct-faq-hero .fh-inner {
  width: calc(100% - 64px);
  max-width: 1040px;
  margin-inline: auto;
}

.ymct-faq-hero .fh-breadcrumb {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 20px;
  line-height: 32px;
  color: #1e1f2b;
}
.ymct-faq-hero .fh-breadcrumb a,
.ymct-faq-hero .fh-breadcrumb span {
  color: #1e1f2b66;
}
.ymct-faq-hero .fh-breadcrumb strong {
  font-weight: 400;
  color: #1e1f2b;
}

.ymct-faq-hero .fh-section h1 {
  font-size: 70px;
  line-height: 63px;
  letter-spacing: -2.1px;
  font-weight: 500;
  color: #031728;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
}

.ymct-faq-hero .fh-list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ymct-faq-hero .fh-item {
  border-radius: 16px;
  padding: 18px 20px;
  background: transparent;
  box-shadow: inset 0 0 0 1px #03172808;
}
.ymct-faq-hero .fh-item.is-open {
  background: #fff;
}

.ymct-faq-hero .fh-trigger {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 38px;
  min-height: 38px;
  color: #021019;
  font-size: 20px;
  line-height: 32px;
}
.ymct-faq-hero .fh-item.is-open .fh-trigger {
  align-items: flex-start;
}
.ymct-faq-hero .fh-q {
  display: block;
  min-width: 0;
  overflow-wrap: break-word;
  font-weight: 400;
}
.ymct-faq-hero .fh-toggle {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 100px;
  box-shadow: inset 0 0 0 0.792px #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.ymct-faq-hero .fh-item.is-open .fh-toggle {
  top: 0;
  transform: none;
}
.ymct-faq-hero .fh-toggle img {
  width: 19px;
  height: 19px;
}
.ymct-faq-hero .fh-icon--minus { display: none; }
.ymct-faq-hero .fh-item.is-open .fh-icon--minus { display: block; }
.ymct-faq-hero .fh-item.is-open .fh-icon--plus { display: none; }

.ymct-faq-hero .fh-panel {
  margin-top: 8px;
  max-width: calc(100% - 38px);
}
.ymct-faq-hero .fh-a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
  color: #2e2e2e;
  overflow-wrap: break-word;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .ymct-faq-hero .fh-section h1 {
    font-size: clamp(40px, 4.86vw, 58px);
    line-height: 1.2;
    letter-spacing: -1.2px;
  }
  .ymct-faq-hero .fh-trigger {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .ymct-faq-hero .fh-section {
    padding: 120px 0 40px;
    background: linear-gradient(178.199deg, #cafdf9 22.283%, #fff 99.346%);
  }
  .ymct-faq-hero .fh-inner {
    width: calc(100% - 40px);
    max-width: none;
  }
  .ymct-faq-hero .fh-breadcrumb {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    align-items: flex-start;
  }
  .ymct-faq-hero .fh-breadcrumb a {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.32px;
  }
  .ymct-faq-hero .fh-section h1 {
    margin-top: 16px;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0;
    text-transform: none;
    text-align: left;
  }
  .ymct-faq-hero .fh-a {
    color: #031728b3;
  }
}

.editor-styles-wrapper .ymct-faq-hero.alignfull,
.block-editor-block-list__block .ymct-faq-hero.alignfull {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.editor-styles-wrapper .ymct-faq-hero .fh-section {
  padding-top: 48px;
}
.editor-styles-wrapper .ymct-faq-hero .fh-inner {
  width: calc(100% - 48px);
}
