.elementor-29 .elementor-element.elementor-element-0b89a5f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--border-radius:20px 20px 20px 20px;}#elementor-popup-modal-29 .dialog-widget-content{animation-duration:1.2s;border-radius:10px 10px 10px 10px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-29{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-29 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-29 .dialog-close-button{display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-513395a */.ff-step-header {
    display: none;
}
.ff-default .ff-el-input--label label {
    font-size: 16px;
    padding-bottom: 10px;
}
/* ===== Fluent Form Base ===== */
form.fluent_form_3 {
  max-width: 720px;
  margin: 40px auto;
  padding: 15px;
  background: #ffffff;
  border-radius: 16px;
  /*box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);*/
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* ===== Labels ===== */
form.fluent_form_3 label {
  font-weight: 600;
  font-size: 14px;
  color: #111827;
  margin-bottom: 6px;
  display: inline-block;
}

/* ===== Inputs ===== */
form.fluent_form_3 .ff-el-form-control {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  font-size: 15px;
  transition: all 0.2s ease;
}

form.fluent_form_3 .ff-el-form-control:focus {
  outline: none;
  border-color: #6366f1;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
}

/* ===== Form Groups ===== */
form.fluent_form_3 .ff-el-group {
  margin-bottom: 20px;
}

/* ===== Progress Bar ===== */
form.fluent_form_3 .ff-el-progress {
  height: 10px;
  background: #e5e7eb;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 24px;
}

form.fluent_form_3 .ff-el-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #6366f1, #8b5cf6);
  border-radius: 999px;
  font-size: 0;
}

/* ===== Checkboxes & Radios ===== */
form.fluent_form_3 .ff-el-form-check {
  margin-bottom: 12px;
}

form.fluent_form_3 .ff-el-form-check-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #1f2937;
  cursor: pointer;
}

form.fluent_form_3 .ff-el-form-check-input {
  width: 18px;
  height: 18px;
  accent-color: #6366f1;
}

/* ===== Section Headings ===== */
form.fluent_form_3 h5 {
  font-size: 18px;
  margin-bottom: 16px;
  color: #111827;
}

/* ===== Buttons ===== */
form.fluent_form_3 .ff-btn {
  border-radius: 999px;
  padding: 12px 28px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  transition: all 0.25s ease;
}

/* Next / Submit */
form.fluent_form_3 .ff-btn-next,
form.fluent_form_3 .ff-btn-submit {
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #ffffff;
}

form.fluent_form_3 .ff-btn-next:hover,
form.fluent_form_3 .ff-btn-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(99, 102, 241, 0.35);
}

/* Previous */
form.fluent_form_3 .ff-btn-prev {
  background: #f3f4f6;
  color: #111827;
}

form.fluent_form_3 .ff-btn-prev:hover {
  background: #e5e7eb;
}

/* ===== Step Navigation ===== */
form.fluent_form_3 .step-nav {
  margin-top: 32px;
}

/* ===== Mobile ===== */
@media (max-width: 640px) {
  form.fluent_form_3 {
    padding: 24px 16px;
  }

  form.fluent_form_3 .ff-btn {
    width: 100%;
  }
}/* End custom CSS */