.elementor-8511 .elementor-element.elementor-element-187452aa{--display:flex;}.elementor-8511 .elementor-element.elementor-element-4c109e6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-5d4f2c3 *//* FAQ Section Custom Style */
.faq-section {
  max-width: 800px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
}

.faq-section h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}

.faq-item {
  margin-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.faq-question {
  background: #f4f4f4;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border-left: 4px solid #d9534f; /* Pink/Red accent */
  transition: background 0.3s ease;
}

.faq-question:hover {
  background: #eaeaea;
}

.faq-answer {
  display: none;
  padding: 14px 18px;
  background: #fff;
  border-top: 1px solid #ddd;
  font-size: 15px;
  line-height: 1.6;
}

/* Active FAQ state */
.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-question {
  background: #fce4ec; /* light pink */
  border-left: 4px solid #e91e63; /* darker pink */
}/* End custom CSS */