.elementor-kit-5{--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;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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{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;}}/* Start custom CSS *//* Base body and font styles */
body {
    overflow-x: hidden;
    font-family: 'Inter' !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

/* Responsive elements */
section, div, img, iframe {
    max-width: 100%;
    height: auto;
}

/* Gravity Forms placeholder styling */
.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder,
.GR input::placeholder,
.GR textarea::placeholder {
    color: #001A48 !important;
    opacity: 1;
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

/* Cross-browser placeholder support */
.gform_wrapper input::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder,
.GR input::-webkit-input-placeholder,
.GR textarea::-webkit-input-placeholder,
.gform_wrapper input:-moz-placeholder,
.gform_wrapper textarea:-moz-placeholder,
.GR input:-moz-placeholder,
.GR textarea:-moz-placeholder,
.gform_wrapper input::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder,
.GR input::-moz-placeholder,
.GR textarea::-moz-placeholder,
.gform_wrapper input:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder,
.GR input:-ms-input-placeholder,
.GR textarea:-ms-input-placeholder {
    color: #001A48 !important;
}

/* Form field styles */
.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select,
.GR input,
.GR textarea,
.GR select {
    border: 1.5px solid #0B2851 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

/* Label styling */
.gform_wrapper label,
.GR label {
    color: #001A48 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.GR label {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    display: inline-block;
}

/* Legend styling for specific field */
#field_1_14 > legend {
    color: #001A48 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

/* Gravity Forms layout spacing */
.gform-theme--foundation .gform_fields {
    grid-row-gap: 10px !important;
}

/* Submit button and footer styling */
.gform-footer,
.gform_button {
    border-radius: 20px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
}

/* Textarea height */
.gform_wrapper textarea {
    min-height: 10% !important;
}

/* Specific submit button styles */
#gform_submit_button_1 {
    border-radius: 10px !important;
    border: 2px solid #5DCAF3 !important;
    background-color: #001A48 !important;
    color: #FFFFFF !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 14px 28px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

#gform_submit_button_1:hover {
    background-color: #003366 !important;
    border-color: #91E6FF !important;
}

/* Elementor button styling */
.elementor-button {
    height: 40px !important;
    width: 203px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1.2 !important;
}

/* Gravity Forms radio buttons inline layout */
.ginput_container.ginput_container_radio ul {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.ginput_container.ginput_container_radio li {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
}

.ginput_container.ginput_container_radio input[type="radio"] {
    margin-right: 6px !important;
}/* End custom CSS */