.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{color:#FFFFFF;font-family:"Inter", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */body {
    overflow-x: hidden;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

section, div, img, iframe {
    max-width: 100%;
    height: auto;
}

/* Change Gravity Forms placeholders, borders, and labels color */
.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
    color: #001A48 !important;
    opacity: 1; /* Ensure full visibility */
}

/* For older browsers */
.gform_wrapper input::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder {
    color: #001A48 !important;
}
.gform_wrapper input:-moz-placeholder,
.gform_wrapper textarea:-moz-placeholder {
    color: #001A48 !important;
}
.gform_wrapper input::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder {
    color: #001A48 !important;
}
.gform_wrapper input:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder {
    color: #001A48 !important;
}

/* Change input borders and labels color */
.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select {
    border-color: #001A48 !important;
}

.gform_wrapper label {
    color: #001A48 !important;
}
/* Change Gravity Forms placeholders, borders, and labels color */
.GR input::placeholder,
.GR textarea::placeholder {
    color: #001A48 !important;
    opacity: 1; /* Ensure full visibility */
}

/* For older browsers */
.GR input::-webkit-input-placeholder,
.GR textarea::-webkit-input-placeholder {
    color: #001A48 !important;
}
.GR input:-moz-placeholder,
.GR textarea:-moz-placeholder {
    color: #001A48 !important;
}
.GR input::-moz-placeholder,
.GR textarea::-moz-placeholder {
    color: #001A48 !important;
}
.GR input:-ms-input-placeholder,
.GR textarea:-ms-input-placeholder {
    color: #001A48 !important;
}

/* Change input borders and labels color */
.GR input,
.GR textarea,
.GR select {
    border-color: #001A48 !important;
}

.GR label {
    color: #001A48 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    display: inline-block;
}
.gform-theme--foundation .gform_fields {
  grid-row-gap: 5px !important;
}
.gform-footer,
.gform_button {
        -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important; /* 800 is the weight for Extra Bold */
    border: none !important; /* Remove border */
}
.gform_wrapper textarea {
    min-height: 10% !important;
}/* End custom CSS */