.elementor-kit-798{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-559aacb5:#4054B2;--e-global-color-17aef4c7:#23A455;--e-global-color-4b943b5d:#000;--e-global-color-6cc066a2:#FFF;--e-global-color-e3cce74:#E98530;--e-global-color-56be729:#FF3C00;--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-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-798 e-page-transition{background-color:#FFBC7D;}@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 *//* Reset form layout */
.gform_wrapper form {
    position: relative !important;
    padding-bottom: 70px !important;
}

/* Position submit button */
.gform_wrapper .gform_footer {
    position: relative !important;
    z-index: 2 !important;
    margin-bottom: 20px !important;
}

/* Force submit button to stay in place */
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    margin-bottom: 0 !important;
}

/* Position opt-out checkbox */
.gform_wrapper .gform_opt_out_checkbox {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1 !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

/* Style the checkbox container */
.gform_wrapper .gform_opt_out_checkbox .gfield_checkbox {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

/* Style the checkbox and label */
.gform_wrapper .gform_opt_out_checkbox .gfield_checkbox li {
    display: flex !important;
    flex-direction: row !important; /* Changed to row */
    justify-content: flex-start !important; /* Changed to flex-start */
    align-items: flex-start !important;
    margin-bottom: 0 !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

.gform_wrapper .gform_opt_out_checkbox .gfield_checkbox li input[type="checkbox"] {
    margin: 4px 8px 0 0 !important; /* Changed margin */
    flex-shrink: 0 !important;
    order: 1 !important; /* Changed to 1 */
}

.gform_wrapper .gform_opt_out_checkbox .gfield_checkbox li label {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    flex-grow: 1 !important;
    order: 2 !important; /* Changed to 2 */
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

/* Style the description above the checkbox */
.gform_wrapper .gform_opt_out_checkbox .gfield_description {
    margin-bottom: 8px !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

/* Responsive adjustments */
@media only screen and (max-width: 641px) {
    .gform_wrapper form {
        padding-bottom: 80px !important;
    }
    .gform_wrapper .gform_opt_out_checkbox .gfield_checkbox li label {
        font-size: 13px !important;
    }
}/* End custom CSS */