.elementor-295 .elementor-element.elementor-element-2b5543ee{--display:flex;}body.elementor-page-295:not(.elementor-motion-effects-element-type-background), body.elementor-page-295 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E7ECFE;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0eebc22 */<style>
.faq-section {
  background-color: #e8eaf6;
  padding: 60px 20px;
  text-align: center;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}

.faq-section p {
  color: #555;
  margin-bottom: 40px;
}

.faq {
  border: 1px solid #aaa;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
  text-align: left;
}

.faq-question {
  width: 100%;
  background: #fff;
  border: none;
  font-weight: 600;
  padding: 15px 20px;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  transition: background 0.3s ease;
}

.faq-question:hover {
  background-color: #f0f0f0;
}

.faq-answer {
  display: none;
  padding: 15px 20px;
  background: #fafafa;
  color: #333;
  border-top: 1px solid #ddd;
}

.faq-question.active + .faq-answer {
  display: block;
}
</style>/* End custom CSS */