.elementor-122 .elementor-element.elementor-element-ceeef7a{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-2910ea3 */.faq-page {
  min-height: 100vh;
  background: #FAF9F6;
}

.faq-hero {
  padding: 80px 16px;
  text-align: center;
  background: linear-gradient(to bottom, #E8E6E0, #FAF9F6);
}

.faq-hero h1 {
  font-family: serif;
  font-size: 56px;
  color: #2C2C2C;
  margin: 0 0 16px;
  line-height: 1.1;
}

.faq-hero p {
  font-size: 18px;
  color: #6B6B6B;
  max-width: 680px;
  margin: 0 auto;
}

.faq-search-wrap {
  max-width: 896px;
  margin: -24px auto 48px;
  padding: 0 16px;
}

.faq-search-box {
  position: relative;
}

.faq-search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #A6A77C;
  font-size: 22px;
  z-index: 2;
}

#faqSearchInput {
  width: 100%;
  padding: 16px 16px 16px 48px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #E8E6E0;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  font-size: 16px;
  outline: none;
}

#faqSearchInput:focus {
  border-color: transparent;
  box-shadow: 0 0 0 2px #A6A77C;
}

.faq-content {
  max-width: 896px;
  margin: 0 auto;
  padding: 0 16px 80px;
}

.faq-section {
  margin-bottom: 48px;
}

.faq-section-title {
  font-family: serif;
  font-size: 28px;
  color: #2C2C2C;
  margin: 0 0 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #A6A77C;
}

.faq-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.faq-question {
  width: 100%;
  padding: 20px 24px;
  border: none;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #FAF9F6;
}.faq-item.active .faq-question {
  background: #FAF9F6;
}

.faq-question-text {
  font-weight: 500;
  color: #2C2C2C;
  padding-right: 16px;
  font-size: 16px;
}

.faq-icon {
  color: #A6A77C;
  font-size: 24px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  padding: 16px 24px 20px;
  color: #6B6B6B;
  line-height: 1.7;
  border-top: 1px solid #E8E6E0;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-no-results {
  display: none;
  text-align: center;
  color: #6B6B6B;
  padding: 40px 0;
}

.faq-cta {
  margin-top: 64px;
  background: #E8E6E0;
  border-radius: 16px;
  padding: 32px;
  text-align: center;
}

.faq-cta h3 {
  font-family: serif;
  font-size: 28px;
  color: #2C2C2C;
  margin: 0 0 12px;
}

.faq-cta p {
  color: #6B6B6B;
  margin: 0 0 24px;
}

.faq-cta-btn {
  display: inline-block;
  background: #A6A77C;
  color: #ffffff;
  padding: 12px 32px;
  border-radius: 999px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.faq-section {
  scroll-margin-top: 120px;
}
.faq-cta-btn:hover {
  background: #8B8C5F;
  color: #ffffff;
}

@media (max-width: 767px) {
  .faq-hero h1 {
    font-size: 42px;
  }

  .faq-section-title {
    font-size: 24px;
  }
}/* End custom CSS */