.elementor-131 .elementor-element.elementor-element-4a1a4595{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS *//* Match the landing page styling */
body {
  background: transparent !important;
  font-family: 'Manrope', sans-serif !important;
  margin: 0;
  padding: 0;
}

/* Form container */
.fluentform, .fluentform form {
  background: transparent !important;
  padding: 0 !important;
}

/* Field labels */
.fluentform label {
  font-family: 'Archivo Narrow', sans-serif !important;
  font-weight: 700 !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  color: #3F4756 !important;
  margin-bottom: 6px !important;
}

/* Input fields */
.fluentform input[type="text"],
.fluentform input[type="email"],
.fluentform input[type="tel"],
.fluentform input[type="number"],
.fluentform select,
.fluentform textarea {
  width: 100% !important;
  padding: 12px 14px !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 14px !important;
  border: 1.5px solid #E4E8EE !important;
  border-radius: 4px !important;
  background: #F8F9FB !important;
  color: #0A1F44 !important;
  transition: all 0.2s ease !important;
  box-shadow: none !important;
}

.fluentform input:focus,
.fluentform select:focus,
.fluentform textarea:focus {
  outline: none !important;
  border-color: #4FB1DC !important;
  background: #FFFFFF !important;
  box-shadow: 0 0 0 3px rgba(79, 177, 220, 0.15) !important;
}

/* Submit button */
.fluentform button[type="submit"],
.fluentform .ff-btn-submit {
  width: 100% !important;
  background: #F39C24 !important;
  color: #0B0E14 !important;
  font-family: 'Archivo', sans-serif !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  padding: 18px 32px !important;
  border: none !important;
  border-radius: 4px !important;
  box-shadow: 0 4px 14px rgba(243, 156, 36, 0.4) !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  margin-top: 12px !important;
}

.fluentform button[type="submit"]:hover,
.fluentform .ff-btn-submit:hover {
  background: #F5A933 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 22px rgba(243, 156, 36, 0.55) !important;
}

/* Tighten spacing between fields */
.fluentform .ff-el-group {
  margin-bottom: 14px !important;
}

/* Hide any "Powered by Fluent Forms" branding if present */
.ff-uploaded-list, .ff-text-muted {
  display: none !important;
}/* End custom CSS */