.elementor-kit-6{--e-global-color-primary:#1E4491;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-color-b777679:#FE5600;--e-global-color-307b610:#232323;--e-global-typography-primary-font-family:"Noto Sans";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:36px;--e-global-typography-secondary-font-family:"Mulish";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-line-height:36px;--e-global-typography-text-font-family:"Mulish";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:36px;--e-global-typography-accent-font-family:"Mulish";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:36px;--e-global-typography-83fffab-font-family:"Noto Sans";--e-global-typography-83fffab-font-size:32px;--e-global-typography-83fffab-font-weight:700;--e-global-typography-83fffab-line-height:64px;--e-global-typography-d5bf260-font-family:"Noto Sans";--e-global-typography-d5bf260-font-size:28px;--e-global-typography-d5bf260-font-weight:700;--e-global-typography-d9e1705-font-family:"Mulish";--e-global-typography-d9e1705-font-size:18px;--e-global-typography-d9e1705-font-weight:700;--e-global-typography-d9e1705-line-height:36px;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:10px;}.elementor-kit-6 a{color:#29A94A;font-family:"Mulish", Sans-serif;font-size:18px;font-weight:400;text-decoration:underline;line-height:36px;}.elementor-kit-6 h1{color:var( --e-global-color-primary );font-family:var( --e-global-typography-83fffab-font-family ), Sans-serif;font-size:var( --e-global-typography-83fffab-font-size );font-weight:var( --e-global-typography-83fffab-font-weight );line-height:var( --e-global-typography-83fffab-line-height );}.elementor-kit-6 h2{color:var( --e-global-color-primary );font-family:var( --e-global-typography-d5bf260-font-family ), Sans-serif;font-size:var( --e-global-typography-d5bf260-font-size );font-weight:var( --e-global-typography-d5bf260-font-weight );line-height:var( --e-global-typography-d5bf260-line-height );}.elementor-kit-6 h3{color:var( --e-global-color-text );}.elementor-kit-6 h4{color:var( --e-global-color-text );}.elementor-kit-6 h5{color:var( --e-global-color-text );}.elementor-kit-6 h6{color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end: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-kit-6{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 h1{font-size:var( --e-global-typography-83fffab-font-size );line-height:var( --e-global-typography-83fffab-line-height );}.elementor-kit-6 h2{font-size:var( --e-global-typography-d5bf260-font-size );line-height:var( --e-global-typography-d5bf260-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 h1{font-size:var( --e-global-typography-83fffab-font-size );line-height:var( --e-global-typography-83fffab-line-height );}.elementor-kit-6 h2{font-size:var( --e-global-typography-d5bf260-font-size );line-height:var( --e-global-typography-d5bf260-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Prevent horizontal scroll on mobile for quote form only */
.quote-form-wrap {
  overflow-x: hidden;
}

/* Ensure all form fields stay within container */
.quote-form-wrap .gform_wrapper,
.quote-form-wrap .gform_body,
.quote-form-wrap .gfield,
.quote-form-wrap input,
.quote-form-wrap textarea,
.quote-form-wrap select {
  max-width: 100%;
  box-sizing: border-box;
}

/* Fix textarea causing overflow on mobile */
.quote-form-wrap textarea {
  width: 100%;
  resize: vertical;
}/* End custom CSS */