/* Start custom CSS for html, class: .elementor-element-f9e4f4a */.faq-section {
  background-color: #f9fdfc;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #2c3e50;
  text-align: center;
}

.faq-section h1 {
  font-size: 32px;
  color: #198754;
  margin-bottom: 10px;
}

.faq-intro {
  font-size: 16px;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.faq-item {
  background-color: #ffffff;
  text-align: left;
  padding: 20px 25px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.3s ease;
}

.faq-item:hover {
  transform: translateY(-4px);
}

.faq-item h3 {
  font-size: 18px;
  color: #003366;
  margin-bottom: 8px;
}

.faq-item p {
  font-size: 15.5px;
  color: #333;
  line-height: 1.6;
}/* End custom CSS */