.elementor-17050 .elementor-element.elementor-element-6b12d51{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9160e06 */#faq-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 15, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.faq-modal-content {
  background: white;
  padding: 40px;
  border-radius: 12px;
  text-align: center;
  max-width: 500px;
  width: 90%;
}

.faq-modal-cta {
  display: inline-block;
  background: #1a1a1a;
  color: white;
  padding: 12px 24px;
  margin-top: 20px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
}/* End custom CSS */