.elementor-kit-19{--e-global-color-primary:#C97B4A;--e-global-color-secondary:#5C7A52;--e-global-color-text:#4A3220;--e-global-color-accent:#D4A03C;--e-global-color-eef95c1:#FFE08A;--e-global-color-f5326bf:#D9F7A9;--e-global-color-4bcee32:#FFFFFF;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Fraunces";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Nunito";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-19 e-page-transition{background-color:#FFBC7D;}.elementor-kit-19 a{color:var( --e-global-color-primary );}.elementor-kit-19 a:hover{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --Terracotta:#C97B4A; --Sage-Green:#5C7A52; --Brown:#4A3220; --Mustard-Gold:#D4A03C; --Soft-Yellow:#FFE08A; --Light-Green:#D9F7A9; }
/* Start custom CSS */.main-sticky-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 999 !important;
  height: 121.5px
    !important;
}

/* Card container width/centering handled in Elementor, not here */

/* Force all field wrappers to full width, overriding WPForms size classes */
#wpforms-form-999 .wpforms-field,
#wpforms-form-999 .wpforms-field-medium,
#wpforms-form-999 .wpforms-field-small,
#wpforms-form-999 .wpforms-field-large {
  max-width: 100% !important;
  width: 100% !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
}

/* Inputs, dropdown, textarea */
#wpforms-form-999 input[type="text"],
#wpforms-form-999 input[type="email"],
#wpforms-form-999 select,
#wpforms-form-999 textarea {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  padding: 12px 16px;
  font-family: 'Nunito', sans-serif;
}

/* Labels */
#wpforms-form-999 label {
  color: #4A3220;
  font-weight: 600;
  font-family: 'Fraunces', serif;
}

/* Dropdown text font */
#wpforms-form-999 select {
  font-family: 'Fraunces', serif;
}

/* Submit button */
#wpforms-form-999 button[type="submit"] {
  background-color: #C97B4A !important;
  border-radius: 50px !important;
  padding: 14px 32px !important;
  border: none !important;
  color: #ffffff !important;
  font-weight: 600;
  font-family: 'Fraunces', serif;
}

#wpforms-form-999 button[type="submit"]:hover {
  background-color: #b56a3c !important;
}/* End custom CSS */