.elementor-22119 .elementor-element.elementor-element-d2978c1{--display:flex;}.elementor-22119 .elementor-element.elementor-element-2fbac3d{--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;}/* Start custom CSS for shortcode, class: .elementor-element-5ad9f9e *//* === Card layout === */
.gf-card{
  max-width: 860px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e8e8ee;
  border-radius: 18px;
  padding: 36px 42px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

/* Gravity Forms wrapper */
.gf-card .gform_wrapper{
  margin: 0;
}

/* Section titles */
.gf-card .gsection_title{
  font-size: 26px;
  font-weight: 700;
  margin: 8px 0 6px;
}

/* Section descriptions */
.gf-card .gsection_description,
.gf-card .gform_description{
  color: #333;
  line-height: 1.6;
  margin: 0 0 18px;
  max-width: 720px;
}

/* Section divider */
.gf-card .gsection{
  border-bottom: 1px solid #ececf3;
  padding-bottom: 18px;
  margin: 22px 0 26px;
}

/* Labels */
.gf-card .gfield_label{
  font-weight: 700;
  color: #1f3a8a;
  margin-bottom: 8px;
}

/* Required asterisk */
.gf-card .gfield_required{
  color: #d11a2a;
  margin-left: 4px;
}

/* === INPUTS (UPDATED) === */
.gf-card input[type="text"],
.gf-card input[type="email"],
.gf-card input[type="tel"],
.gf-card input[type="url"],
.gf-card input[type="number"],
.gf-card input[type="password"],
.gf-card input[type="search"],
.gf-card select,
.gf-card textarea{
  width: 100%;
  background: #f9fafb;
  border: 1.5px solid #111827;
  border-radius: 14px;
  padding: 14px 16px;
  box-sizing: border-box;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

/* Focus state */
.gf-card input:focus,
.gf-card select:focus,
.gf-card textarea:focus{
  outline: none;
  border-color: #1f3a8a;
  box-shadow: 0 0 0 3px rgba(31,58,138,.18);
  background: #ffffff;
}

/* Sub labels (First / Last etc.) */
.gf-card .ginput_complex label,
.gf-card .gfield_description{
  color: #6b7280;
  font-size: 13px;
}

/* Field spacing */
.gf-card .gfield{
  margin-bottom: 18px;
}

/* Radio / checkbox spacing */
.gf-card .gfield_radio li,
.gf-card .gfield_checkbox li{
  margin: 8px 0;
}

/* Disabled / readonly fields */
.gf-card input[readonly],
.gf-card input:disabled,
.gf-card select:disabled{
  background: #f1f5f9;
  opacity: 0.85;
}

/* Footer */
.gf-card .gform_footer{
  margin-top: 12px;
  padding-top: 18px;
  border-top: 1px solid #ececf3;
}

/* Submit button */
.gf-card .gform_button.button,
.gf-card input[type="submit"]{
  background: #1f3a8a;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 14px 22px;
  font-weight: 700;
  cursor: pointer;
}





/* === Better input style (soft fill + subtle border, not pill outlines) === */
.gf-card .gform_wrapper input[type="text"],
.gf-card .gform_wrapper input[type="email"],
.gf-card .gform_wrapper input[type="tel"],
.gf-card .gform_wrapper input[type="url"],
.gf-card .gform_wrapper input[type="number"],
.gf-card .gform_wrapper input[type="password"],
.gf-card .gform_wrapper input[type="search"],
.gf-card .gform_wrapper select,
.gf-card .gform_wrapper textarea{
  background: #f3f4f6 !important;      /* light grey fill */
  border: 1px solid #d1d5db !important;/* subtle border */
  border-radius: 10px !important;      /* rounded, not pill */
  padding: 12px 14px !important;
  min-height: 44px !important;
  box-shadow: none !important;
}

/* Textarea height */
.gf-card .gform_wrapper textarea{
  min-height: 140px !important;
}

/* Focus state (clean + premium) */
.gf-card .gform_wrapper input:focus,
.gf-card .gform_wrapper select:focus,
.gf-card .gform_wrapper textarea:focus{
  outline: none !important;
  background: #ffffff !important;
  border-color: #1f3a8a !important;
  box-shadow: 0 0 0 3px rgba(31,58,138,.14) !important;
}

/* Placeholder colour (optional but helps) */
.gf-card .gform_wrapper ::placeholder{
  color: #9ca3af !important;
}






/* === FORCE larger typography (overrides theme/GF) === */
.gf-card .gform_wrapper .gsection_title{
  font-size: 28px !important;
  line-height: 1.2 !important;
}

.gf-card .gform_wrapper .gfield_label{
  font-size: 16px !important;
  line-height: 1.35 !important;
}

/* What the user types */
.gf-card .gform_wrapper input[type="text"],
.gf-card .gform_wrapper input[type="email"],
.gf-card .gform_wrapper input[type="tel"],
.gf-card .gform_wrapper input[type="url"],
.gf-card .gform_wrapper input[type="number"],
.gf-card .gform_wrapper input[type="password"],
.gf-card .gform_wrapper input[type="search"],
.gf-card .gform_wrapper select,
.gf-card .gform_wrapper textarea{
  font-size: 16px !important;
  line-height: 1.35 !important;
}

/* “First / Last” sub-labels + helper text */
.gf-card .gform_wrapper .ginput_complex label,
.gf-card .gform_wrapper .gfield_description{
  font-size: 13.5px !important;
}




/* === Remove grey boxes from Product & Total fields === */

/* Product price + total inputs */
.gf-card .gform_wrapper .ginput_product_price,
.gf-card .gform_wrapper .ginput_total,
.gf-card .gform_wrapper input[readonly].ginput_product_price,
.gf-card .gform_wrapper input[readonly].ginput_total{
  background: transparent !important;
  border: none !important;
  padding-left: 0 !important;
  box-shadow: none !important;
  font-weight: 600;
}

/* Ensure text colour is normal */
.gf-card .gform_wrapper .ginput_product_price,
.gf-card .gform_wrapper .ginput_total{
  color: #111827 !important;
}

/* Tighten spacing so it reads like a summary */
.gf-card .gform_wrapper .gfield.gfield--type-product,
.gf-card .gform_wrapper .gfield.gfield--type-total{
  margin-bottom: 14px;
}/* End custom CSS */