#fw-section-custom-html-507bbebf-6cc0-49b1-97f2-04e1e3305f4a {

.il-form {
  max-width: 720px;
  margin: 40px auto;
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  font-family: 'Inter', sans-serif;
  color: #222;
}

.il-form h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 25px;
  color: #111;
}

.il-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 0.95rem;
}

.il-form input,
.il-form select,
.il-form textarea {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.2s;
}

/* Select dropdowns with custom arrow */
.il-form select {
  -webkit-appearance: none;  /* Remove default arrow in Chrome/Safari */
  -moz-appearance: none;     /* Remove default arrow in Firefox */
  appearance: none;          /* Remove default arrow for modern browsers */
  padding-right: 40px;       /* Space for custom arrow */
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23222' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px 6px;
}

.il-form input:focus,
.il-form select:focus,
.il-form textarea:focus {
  border-color: #0070f3;
  outline: none;
}

.il-form button {
  width: 100%;
  padding: 14px;
  font-size: 1rem;
  font-weight: 600;
  background: #0070f3;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
}

.il-form button:hover {
  background: #0059c9;
}
}






















#fw-section-custom-html-2c093c30-4c7e-4bc9-924f-6d76ce8827e0 {

.faq-container {
  max-width: 800px;
  margin: 2rem auto;
  padding: 0 1rem;
  font-family: 'Montserrat', sans-serif;
  background-color: #060606;
  color: #ffffff;
}

.faq-container h2 {
  text-align: center;
  color: #F4E93F;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.faq-item {
  border-bottom: 1px solid #333;
  padding: 1rem 0;
}

.faq-item input {
  display: none;
}

.faq-item label {
  display: block;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  padding-right: 2rem;
  font-size: 1.05rem;
  transition: color 0.3s;
  line-height: 1.4;
}

.faq-item label:hover {
  color: #F4E93F;
}

.faq-item label::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.3rem;
  color: #F4E93F;
  transition: transform 0.2s ease;
}

.faq-item input:checked + label::after {
  content: '−'; /* longer dash for visual symmetry */
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, margin-top 0.3s ease;
  font-weight: 400;
  font-size: 0.95rem;
  line-height: 1.6;
  padding-left: 1rem;
  margin-top: 0;
  color: #ffffff;
}

.faq-item input:checked + label + .faq-answer {
  max-height: 500px;
  margin-top: 0.5rem;
}
}
#fw-section-custom-html-b8bc480f-22de-4fd9-bb69-78d218999abe {

.center-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
}

#fw-section-custom-html-b746df29-413d-4d7f-9b7c-b953284740c2 {

.center-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
}








#fw-section-custom-html-9cee4581-3ff7-45f0-9d6d-43cdb797c312 {

.faq-container {
  max-width: 800px;
  margin: 2rem auto;
  padding: 0 1rem;
  font-family: 'Montserrat', sans-serif;
  background-color: #060606;
  color: #ffffff;
}

.faq-container h2 {
  text-align: center;
  color: #F4E93F;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.faq-item {
  border-bottom: 1px solid #333;
  padding: 1rem 0;
}

.faq-item input {
  display: none;
}

.faq-item label {
  display: block;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  padding-right: 2rem;
  font-size: 1.05rem;
  transition: color 0.3s;
  line-height: 1.4;
}

.faq-item label:hover {
  color: #F4E93F;
}

.faq-item label::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.3rem;
  color: #F4E93F;
  transition: transform 0.2s ease;
}

.faq-item input:checked + label::after {
  content: '−'; /* longer dash for visual symmetry */
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, margin-top 0.3s ease;
  font-weight: 400;
  font-size: 0.95rem;
  line-height: 1.6;
  padding-left: 1rem;
  margin-top: 0;
  color: #ffffff;
}

.faq-item input:checked + label + .faq-answer {
  max-height: 500px;
  margin-top: 0.5rem;
}
}