.elementor-14365 .elementor-element.elementor-element-c6607bd{--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;}.elementor-14365 .elementor-element.elementor-element-7f741a6 > .elementor-widget-container{margin:70px 0px 0px 0px;}.elementor-14365 .elementor-element.elementor-element-7f741a6{text-align:center;}.elementor-14365 .elementor-element.elementor-element-53f31d1{--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 html, class: .elementor-element-36bd07b */.custom-faq-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  font-family: 'Poppins', sans-serif;
  background: #f7f9fc;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.faq-heading {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  color: #0a2540;
}

.faq-item {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 10px;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: #ffffff;
  padding: 15px 20px;
  border: none;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  color: #1a202c;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 20px;
  font-size: 24px;
  transition: transform 0.3s ease;
}

.faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  background: #f1f5f9;
  transition: max-height 0.4s ease, padding 0.3s ease;
  border-left: 4px solid #4e9eff;
}

.faq-answer.show {
  padding: 15px 20px;
  max-height: 500px;
}/* End custom CSS */