.elementor-kit-10{--e-global-color-primary:#5F2E39;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#5F2E39;--e-global-color-5a8f667:#FFFFFF;--e-global-typography-primary-font-family:"Lato";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-weight:500;font-size:12px;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{color:var( --e-global-color-primary );}.elementor-kit-10 h1{font-family:"Lato", Sans-serif;font-weight:900;}.elementor-kit-10 h2{font-family:"Lato", Sans-serif;font-size:25px;font-weight:900;}.elementor-kit-10 h3{font-family:"Lato", Sans-serif;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{font-size:14px;font-weight:400;text-transform:uppercase;color:var( --e-global-color-5a8f667 );border-radius:100px 100px 100px 100px;}.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);}@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;}}/* Start custom CSS */::-webkit-scrollbar-thumb{background:#5f2e39}
::-webkit-scrollbar-track{background:#fff}
::-webkit-scrollbar{width: 8px}

/* Input + select + textarea */
.nf-form-content input,
.nf-form-content textarea,
.nf-form-content select {
  border-radius: 50px !important;
  border: 1px solid #602e39 !important;
  padding: 15px 20px !important;
  color: #602e39 !important;
}

/* Placeholder */
.nf-form-content input::placeholder,
.nf-form-content textarea::placeholder {
  color: #602e39 !important;
}

/* Submit button */
.nf-form-content .submit-wrap {
  text-align: center;
}

.nf-form-content .submit-wrap input[type="submit"] {
  background: #602e39 !important;
  color: #ffffff !important;
  border-radius: 50px !important;
  border: none !important;
  width: 50% !important;
}

.nf-form-fields-required {
    display: none;
}

.nf-response-msg {
    text-align: center;
}

/* Wrapper layout */
#nf-form-3-cont .nf-form-content nf-fields-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* Remove default widths */
#nf-form-3-cont .nf-field-container {
  width: 100% !important;
  float: none !important;
}

/* Input styling (less padding) */
#nf-form-3-cont input[type="email"] {
  padding: 10px 20px !important;
  border-radius: 50px !important;
  border: 1px solid #602e39 !important;
  color: #602e39 !important;
  width: 100%;
}

/* Submit button */
#nf-form-3-cont input[type="submit"] {
  width: 100% !important;
  padding: 15px 20px !important;
  border-radius: 50px !important;
  background: #602e39 !important;
  color: #ffffff !important;
  border: none !important;
}

/* Remove weird spacing under fields */
#nf-form-3-cont .nf-field-container {
  margin-bottom: 0 !important;
}

.tf-v1-widget {
  height: 100vh !important;
}

.tf-v1-widget iframe {
  height: 100vh !important;
}

@media (max-width: 768px) {

  /* Stack fields */
  #nf-form-3-cont .nf-field-container {
    width: 100% !important;
    display: block !important;
  }

  /* Input full width */
  #nf-form-3-cont input[type="email"] {
    width: 100% !important;
    display: block !important;
    margin-bottom: 10px !important;
  }

  /* Button full width */
  #nf-form-3-cont input[type="submit"] {
    width: 100% !important;
    display: block !important;
  }

}/* End custom CSS */