.elementor-2336 .elementor-element.elementor-element-58b4db9{--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-2336 .elementor-element.elementor-element-58b4db9.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2336 .elementor-element.elementor-element-3b5ac76{width:100%;max-width:100%;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2336 .elementor-element.elementor-element-58b4db9{--width:91%;}}/* Start custom CSS for html, class: .elementor-element-3b5ac76 */.faq-section {
  max-width: 800px;
  margin: 50px auto;
  padding: 25px 30px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  font-family: 'Poppins', sans-serif;
}

.faq-section h2 {
  text-align: center;
  color: #000000;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 40px;
  border-bottom: 3px solid #d32f2f;
  display: inline-block;
  padding-bottom: 6px;
}

.faq {
  margin-bottom: 18px;
  border-bottom: 1px solid #ddd;
}

.faq-question {
  width: 100%;
  background: #f9f9f9;
  color: #111;
  border: 2px solid transparent;
  outline: none;
  text-align: left;
  padding: 15px 20px;
  font-size: 1.1em;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 20px;
  color: #d32f2f;
  transition: transform 0.3s ease;
}

.faq.active .faq-question::after {
  content: "-";
  transform: rotate(180deg);
}

.faq-question:hover {
  background-color: #d32f2f;
  color: #fff;
  border-color: #d32f2f;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  background: #fff;
  border-left: 3px solid #d32f2f;
  margin-top: 6px;
  padding: 0 20px;
  border-radius: 0 0 10px 10px;
}

.faq-answer p {
  padding: 15px 0;
  color: #333;
  line-height: 1.6;
}

.faq.active .faq-answer {
  max-height: 200px;
  background: #fff5f5;
}/* End custom CSS */