.elementor-kit-9973{--e-global-color-primary:#64A70B;--e-global-color-secondary:#4A4A4A;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FDDB2A;--e-global-color-ad350de:#7C7C7C;--e-global-color-adc15e7:#FFFFFF;--e-global-color-6d09d25:#549209;--e-global-color-8c622ef:#FEE650;--e-global-color-339dde7:#E8E8E899;--e-global-color-f8af219:#FFFFFFE6;--e-global-typography-primary-font-family:"muli";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:800;--e-global-typography-primary-line-height:40px;--e-global-typography-primary-letter-spacing:0.09px;--e-global-typography-secondary-font-family:"muli";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:800;--e-global-typography-text-font-family:"muli";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"muli";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:800;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:18px;--e-global-typography-accent-letter-spacing:0.1px;--e-global-typography-103fd36-font-family:"muli";--e-global-typography-103fd36-font-size:26px;--e-global-typography-103fd36-font-weight:800;--e-global-typography-d014589-font-family:"muli";--e-global-typography-d014589-font-size:18px;--e-global-typography-d014589-font-weight:800;--e-global-typography-d014589-line-height:25px;--e-global-typography-3132116-font-family:"muli";--e-global-typography-3132116-font-size:12px;--e-global-typography-3132116-font-weight:700;--e-global-typography-3132116-text-transform:uppercase;--e-global-typography-3132116-letter-spacing:0.3px;}.elementor-kit-9973 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-kit-9973{--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-line-height:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-image img {
  box-shadow: none !important;
}

/* General button styling */
body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_page_footer input.button {
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Submit and Next buttons */
body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_page_footer input[type="submit"],
body .gform_wrapper .gform_page_footer input[type="button"].gform_next_button {
  background-color: #549209;
}

/* Hover for Submit and Next */
body .gform_wrapper .gform_footer input[type="submit"]:hover,
body .gform_wrapper .gform_page_footer input[type="submit"]:hover,
body .gform_wrapper .gform_page_footer input[type="button"].gform_next_button:hover {
  background-color: #457407;
}

/* Previous button */
body .gform_wrapper .gform_page_footer input[type="button"].gform_previous_button {
  background-color: #FEDC01;
  color: #000;
}

/* Hover for Previous */
body .gform_wrapper .gform_page_footer input[type="button"].gform_previous_button:hover {
  background-color: #e6c801;
}

/* Style all input fields */
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper input[type="url"],
body .gform_wrapper input[type="number"],
body .gform_wrapper input[type="password"],
body .gform_wrapper select,
body .gform_wrapper textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  background-color: #fff;
  transition: border-color 0.3s ease;
}

/* Focus state (active field) */
body .gform_wrapper input[type="text"]:focus,
body .gform_wrapper input[type="email"]:focus,
body .gform_wrapper input[type="tel"]:focus,
body .gform_wrapper input[type="url"]:focus,
body .gform_wrapper input[type="number"]:focus,
body .gform_wrapper input[type="password"]:focus,
body .gform_wrapper select:focus,
body .gform_wrapper textarea:focus {
  border-color: #549209;
  outline: none;
}/* End custom CSS */