.elementor-4589 .elementor-element.elementor-element-6bbc988{--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-4589 .elementor-element.elementor-element-6bbc988:not(.elementor-motion-effects-element-type-background), .elementor-4589 .elementor-element.elementor-element-6bbc988 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0F0F10;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-47e9987 *//* === FAQ Section === */
.faq-section {
  max-width: 80%;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #fff;
}

.faq-section h3{
    font-size: 30px
}

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

.faq-section h1 {
  font-size: 3px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  color: #fff;
  position: relative;
}

.faq-section h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #f99320;
  margin: 12px auto 0;
  border-radius: 4px;
}

.faq-item {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.faq-question {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  text-align: left;
  font-size: 18px;
  padding: 18px 0;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  color: #fff;
  transition: color 0.3s ease;
}

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

.faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  transition: transform 0.3s ease;
  color: #f99320;
}

.faq-item.active .faq-question::after {
  content: '−';
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  margin-bottom: 15px;
}

.faq-answer p {
  margin-bottom: 40px;
  padding: 0 0 15px;
  font-size: 16px;
  color: #444;
}

/* Responsive */
@media (max-width: 768px) {
  .faq-section h2 {
    font-size: 28px;
  }

  .faq-question {
    font-size: 16px;
  }

  .faq-answer p {
    font-size: 15px;
  }
}/* End custom CSS */