.elementor-853 .elementor-element.elementor-element-9973af0{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 60px;--row-gap:0px;--column-gap:60px;--padding-top:88px;--padding-bottom:88px;--padding-left:48px;--padding-right:48px;}.elementor-853 .elementor-element.elementor-element-9973af0:not(.elementor-motion-effects-element-type-background), .elementor-853 .elementor-element.elementor-element-9973af0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAF7F0;}.elementor-853 .elementor-element.elementor-element-ec87a65{--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;}.elementor-853 .elementor-element.elementor-element-ec87a65.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-853 .elementor-element.elementor-element-4ca4fee{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 8px) 0px;}.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 );}.elementor-853 .elementor-element.elementor-element-2f86898{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 32px) 0px;font-family:"Lato", Sans-serif;font-weight:400;}.elementor-853 .elementor-element.elementor-element-2b8ed36{--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;}.elementor-853 .elementor-element.elementor-element-be0ca9a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 16px) 0px;text-align:center;}.elementor-853 .elementor-element.elementor-element-be0ca9a.elementor-element{--align-self:flex-start;}.elementor-853 .elementor-element.elementor-element-be0ca9a .elementor-heading-title{font-family:"Playfair Display", Sans-serif;font-size:20px;font-weight:600;color:#22212C;}.elementor-853 .elementor-element.elementor-element-ca2fd82{text-align:justify;font-family:"Lato", Sans-serif;font-weight:400;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-853 .elementor-element.elementor-element-ec87a65{--width:53.787%;}.elementor-853 .elementor-element.elementor-element-2b8ed36{--width:50%;}}/* Start custom CSS for shortcode, class: .elementor-element-40ea941 *//* ── FORM WRAPPER ── */
.fluentform_wrapper_5 {
  font-family: 'Lato', sans-serif;
}

/* ── LABELS ── */
.fluent_form_5 .ff-el-input--label label {
  font-family: 'Lato', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #22212C !important;
  margin-bottom: 6px !important;
  display: block !important;
}

/* ── ALL INPUTS, SELECTS, TEXTAREA ── */
.fluent_form_5 .ff-el-form-control {
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  color: #22212C !important;
  background: #FFFFFF !important;
  border: 1px solid rgba(196, 149, 106, 0.6) !important;
  border-radius: 4px !important;
  padding: 0 16px !important;
  height: 48px !important;
  width: 100% !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease !important;
}

/* ── TEXTAREA SPECIFIC ── */
.fluent_form_5 textarea.ff-el-form-control {
  height: 140px !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  resize: vertical !important;
}

/* ── SELECT DROPDOWN ── */
.fluent_form_5 select.ff-el-form-control {
  appearance: auto !important;
  cursor: pointer !important;
}

/* ── FOCUS STATE ── */
.fluent_form_5 .ff-el-form-control:focus {
  border-color: #FCB438 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(252, 180, 56, 0.15) !important;
}

/* ── FIELD GROUPS SPACING ── */
.fluent_form_5 .ff-el-group {
  margin-bottom: 20px !important;
}

/* ── FIRST NAME / LAST NAME ROW ── */
.fluent_form_5 .ff-t-container {
  gap: 20px !important;
  display: flex !important;
}

.fluent_form_5 .ff-t-cell {
  flex: 1 !important;
}

/* ── REQUIRED ASTERISK ── */
.fluent_form_5 .ff-el-is-required .ff-el-input--label label::after {
  content: ' *' !important;
  color: #FCB438 !important;
  font-weight: 700 !important;
}

/* ── SUBMIT BUTTON ── */
.fluent_form_5 .ff_submit_btn_wrapper {
  margin-top: 8px !important;
}

.fluent_form_5 .ff-btn-submit {
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  color: #22212C !important;
  background: #FCB438 !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 0 36px !important;
  height: 52px !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: background 0.2s ease !important;
}

.fluent_form_5 .ff-btn-submit:hover {
  background: #D4891A !important;
  color: #22212C !important;
}

/* ── ERROR MESSAGES ── */
.fluent_form_5 .error {
  font-family: 'Lato', sans-serif !important;
  font-size: 12px !important;
  color: #c0392b !important;
  margin-top: 4px !important;
}

/* ── SUCCESS MESSAGE ── */
.fluent_form_5 .ff-message-success {
  font-family: 'Lato', sans-serif !important;
  font-size: 15px !important;
  color: #3D5A3E !important;
  background: rgba(61, 90, 62, 0.08) !important;
  border: 1px solid rgba(61, 90, 62, 0.3) !important;
  border-radius: 4px !important;
  padding: 20px 24px !important;
  line-height: 1.75 !important;
}

/* ── MOBILE ── */
@media (max-width: 768px) {
  .fluent_form_5 .ff-t-container {
    flex-direction: column !important;
    gap: 0 !important;
  }
}/* End custom CSS */