:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4f95937 *//* FAQ – AESTHETIC */

.faq-section-aesthetic {
  padding: 60px 20px;
  background: #FFFFFF;
  max-width: 1000px;
  margin: auto;
}
.faq-header h2 {
  font-size: 32px;
  font-weight: 900;
  color: #2F5FB3;
  margin-bottom: 8px;
}
.faq-header p { color: #6B7280; margin-bottom: 30px; }
.faq-container .faq-card {
  margin-bottom: 18px;
  border-bottom: 1px solid #E5E7EB;
}
.faq-q {
  width: 100%;
  text-align: left;
  background: transparent;
  padding: 14px 0;
  font-size: 17px;
  font-weight: 700;
  color: #1E3A8A;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-q span { font-size: 22px; }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease;
  color: #374151;
  font-size: 15px;
  padding-left: 6px;
}
.faq-card.open .faq-a {
  max-height: 200px;
  margin-top: 8px;
}/* End custom CSS */