.elementor-50377 .elementor-element.elementor-element-0b16a56{--display:flex;--padding-top:6%;--padding-bottom:6%;--padding-left:6%;--padding-right:6%;}.elementor-50377 .elementor-element.elementor-element-f3539db .elementor-heading-title{font-weight:500;color:var( --e-global-color-secondary );}.elementor-50377 .elementor-element.elementor-element-f38abfe .gk-gravity-form{text-align:left;}#elementor-popup-modal-50377 .dialog-widget-content{animation-duration:1.2s;border-radius:15px 15px 15px 15px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-50377{background-color:#002941D4;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-50377 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-50377 .dialog-close-button{display:flex;}/* Start custom CSS for gk_elementor_gravity_form, class: .elementor-element-f38abfe *//* =====================================================
   MESSAGES OF HOPE — FEEDBACK FORM
   Add "moh-feedback-form" to the Elementor widget
===================================================== */

.moh-feedback-form {
  --moh-blue: #004064;
  --moh-blue-dark: #002f49;
  --moh-blue-light: #edf5f7;
  --moh-border: #c8d7dd;
  --moh-text: #173744;
  --moh-muted: #657b84;
  --moh-error: #b42318;
}


/* FORM SPACING */

.moh-feedback-form .gform_wrapper {
  margin: 0;
}

.moh-feedback-form .gform_fields {
  row-gap: 20px !important;
  column-gap: 18px !important;
}


/* SECTION HEADINGS */

.moh-feedback-form .gsection {
  grid-column: 1 / -1;
  margin: 10px 0 0 !important;
  padding: 14px 18px !important;
  border: 0 !important;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    var(--moh-blue) 0%,
    #075878 100%
  );
}

.moh-feedback-form .gsection:first-child {
  margin-top: 0 !important;
}

.moh-feedback-form .gsection_title {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.2px;
}

.moh-feedback-form .gsection_description {
  margin-top: 5px !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 14px !important;
}


/* MAIN FIELD LABELS */

.moh-feedback-form .gfield_label {
  margin-bottom: 8px !important;
  color: var(--moh-text) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

.moh-feedback-form .gfield_required {
  color: var(--moh-error) !important;
  font-size: 13px !important;
}


/* SUB-LABELS AND DESCRIPTIONS */

.moh-feedback-form .gform-field-label--type-sub,
.moh-feedback-form .gfield_description {
  color: var(--moh-muted) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}


/* TEXT FIELDS, EMAIL, PHONE, SELECTS AND TEXTAREA */

.moh-feedback-form input[type="text"],
.moh-feedback-form input[type="email"],
.moh-feedback-form input[type="tel"],
.moh-feedback-form input[type="url"],
.moh-feedback-form input[type="number"],
.moh-feedback-form select,
.moh-feedback-form textarea {
  width: 100% !important;
  min-height: 52px !important;
  padding: 13px 15px !important;

  border: 1px solid var(--moh-border) !important;
  border-radius: 11px !important;
  outline: none !important;

  background: #f8fbfc !important;
  box-shadow: none !important;

  color: var(--moh-text) !important;
  font-family: inherit !important;
  font-size: 16px !important;
  line-height: 1.4 !important;

  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}


/* TEXTAREA */

.moh-feedback-form textarea {
  min-height: 155px !important;
  resize: vertical;
}


/* PLACEHOLDERS */

.moh-feedback-form input::placeholder,
.moh-feedback-form textarea::placeholder {
  color: #81939a !important;
  opacity: 1;
}


/* FIELD HOVER */

.moh-feedback-form input[type="text"]:hover,
.moh-feedback-form input[type="email"]:hover,
.moh-feedback-form input[type="tel"]:hover,
.moh-feedback-form input[type="url"]:hover,
.moh-feedback-form input[type="number"]:hover,
.moh-feedback-form select:hover,
.moh-feedback-form textarea:hover {
  border-color: #8ba9b5 !important;
}


/* FIELD FOCUS */

.moh-feedback-form input[type="text"]:focus,
.moh-feedback-form input[type="email"]:focus,
.moh-feedback-form input[type="tel"]:focus,
.moh-feedback-form input[type="url"]:focus,
.moh-feedback-form input[type="number"]:focus,
.moh-feedback-form select:focus,
.moh-feedback-form textarea:focus {
  border-color: var(--moh-blue) !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 4px rgba(0, 64, 100, 0.12) !important;
}


/* CHECKBOXES AND RADIO BUTTONS */

.moh-feedback-form input[type="checkbox"],
.moh-feedback-form input[type="radio"] {
  accent-color: var(--moh-blue);
}

.moh-feedback-form .gchoice {
  margin-bottom: 8px;
}

.moh-feedback-form .gchoice label {
  color: var(--moh-text) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}


/* SUBMIT AREA */

.moh-feedback-form .gform_footer {
  margin-top: 25px !important;
  padding: 0 !important;
}


/* SUBMIT BUTTON */

.moh-feedback-form .gform_button,
.moh-feedback-form button[type="submit"],
.moh-feedback-form input[type="submit"] {
  width: 100% !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 14px 24px !important;

  border: 2px solid var(--moh-blue) !important;
  border-radius: 11px !important;

  background: var(--moh-blue) !important;
  box-shadow: none !important;

  color: #ffffff !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center;

  cursor: pointer;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.moh-feedback-form .gform_button:hover,
.moh-feedback-form button[type="submit"]:hover,
.moh-feedback-form input[type="submit"]:hover {
  border-color: var(--moh-blue-dark) !important;
  background: var(--moh-blue-dark) !important;
  transform: translateY(-1px);
}

.moh-feedback-form .gform_button:focus-visible,
.moh-feedback-form button[type="submit"]:focus-visible,
.moh-feedback-form input[type="submit"]:focus-visible {
  outline: 3px solid rgba(0, 64, 100, 0.25) !important;
  outline-offset: 3px;
}


/* VALIDATION SUMMARY */

.moh-feedback-form .gform_validation_errors {
  margin-bottom: 20px !important;
  padding: 16px 18px !important;

  border: 1px solid #efb5af !important;
  border-left: 4px solid var(--moh-error) !important;
  border-radius: 11px !important;

  background: #fff6f5 !important;
  box-shadow: none !important;
}

.moh-feedback-form .gform_validation_errors h2 {
  color: var(--moh-error) !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}


/* INDIVIDUAL FIELD ERRORS */

.moh-feedback-form .gfield_error input,
.moh-feedback-form .gfield_error select,
.moh-feedback-form .gfield_error textarea {
  border-color: var(--moh-error) !important;
  background: #fffafa !important;
}

.moh-feedback-form .validation_message {
  margin-top: 6px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--moh-error) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}


/* SUCCESS MESSAGE */

.moh-feedback-form .gform_confirmation_message {
  padding: 20px !important;
  border: 1px solid #a8cfba !important;
  border-left: 4px solid #287a4b !important;
  border-radius: 12px !important;
  background: #f1faf5 !important;
  color: #174c30 !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}


/* MOBILE */

@media (max-width: 640px) {
  .moh-feedback-form .gform_fields {
    row-gap: 17px !important;
  }

  .moh-feedback-form .gsection {
    padding: 13px 15px !important;
  }

  .moh-feedback-form .gsection_title {
    font-size: 17px !important;
  }

  .moh-feedback-form input,
  .moh-feedback-form select,
  .moh-feedback-form textarea {
    font-size: 16px !important;
  }
}/* End custom CSS */