/* Start custom CSS for html, class: .elementor-element-f4deccf */.faq {
  max-width: 900px;
  margin: 40px auto;
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.7;
  color: #333;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.faq h1 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 25px;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.faq-item {
  margin-bottom: 25px;
}

.faq-item h2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #0056b3;
  cursor: pointer;
  transition: color 0.3s ease;
}

.faq-item h2:hover {
  color: #ff6600;
}

.faq-item p,
.faq-item ul {
  margin: 0 0 10px 0;
}

.faq-item ul {
  list-style: disc;
  margin-left: 20px;
}

.faq a {
  color: #0056b3;
  text-decoration: none;
}

.faq a:hover {
  text-decoration: underline;
  color: #ff6600;
}/* End custom CSS */