.elementor-6123 .elementor-element.elementor-element-9b1f9ec{--display:flex;--min-height:90vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-6123 .elementor-element.elementor-element-1e61736{width:var( --container-widget-width, 767px );max-width:767px;--container-widget-width:767px;--container-widget-flex-grow:0;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-1e61736 *//* --- New: Styling for Thank You Confirmation Message --- */
#gform_confirmation_wrapper_1 {
    /* Ensure the wrapper respects the new message styling, might need resets */
    background-color: transparent !important; /* Ensure no default wrapper background */
    padding: 0 !important; /* Remove any default padding from the wrapper */
    margin: 30px auto !important; /* Center the entire confirmation block and add vertical margin */
    max-width: 700px !important; /* Set a max-width for better appearance on wide screens */
    box-sizing: border-box !important;
}

#gform_confirmation_message_1 {
    background-color: #ffffff !important; /* Clean white background */
    color: #333333 !important; /* Black text for readability */
    padding: 40px !important; /* Generous padding inside the box */
    border-radius: 12px !important; /* Nicely rounded corners */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 0 0 4px #38C5BD !important; /* Larger shadow with accent color border effect */
    text-align: center !important; /* Center the text within the box */
    font-size: 1.3em !important; /* Larger font size for the message */
    line-height: 1.6 !important; /* Improved line spacing */
    font-weight: 500 !important; /* Slightly bolder than normal text */
}

/* If you want to make a specific part of the message bold, you can wrap it in <strong> in the message content */
/* For example: Thank you for submitting your application! <strong>We have received your information</strong> and will be in touch shortly. */


/* --- New: Styling for HTML Notification Field (Text color changed to black) --- */
#field_1_47 {
    background-color: #38C5BD !important; /* Accent color for background */
    color: #333333 !important; /* Changed to BLACK text for contrast */
    padding: 25px !important; /* Generous padding for a notice look */
    border-radius: 10px !important; /* Rounded corners */
    margin-bottom: 30px !important; /* Space below the notification */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

/* Ensure headings and paragraphs inside the notification box also have BLACK text */
#field_1_47 h3,
#field_1_47 p {
    color: #333333 !important; /* Changed to BLACK */
    margin-bottom: 1em !important; /* Add some spacing between paragraphs/heading */
    line-height: 1.6 !important;
}

#field_1_47 h3 {
    font-size: 1.8em !important; /* Make heading inside notification stand out */
    font-weight: bold !important;
    margin-top: 0 !important; /* Remove default top margin for first element */
}

/* Specific adjustment for the last paragraph inside the notification to remove bottom margin */
#field_1_47 p:last-child {
    margin-bottom: 0 !important;
}


/* --- HIDE THE PREVIOUS BUTTON --- */
.gform_wrapper .gform_previous_button.gform-theme-button--secondary {
    display: none !important;
}

/* Ensure the main form wrapper doesn't have unnecessary relative positioning if it was only for the arrow */
.gform_wrapper {
    position: static; /* Reset to default positioning if no other absolute children exist */
}

/* --- CRITICAL: HIGH SPECIFICITY STYLES FOR SUBMIT AND PROCEED BUTTONS --- */

/* Target ALL next and submit buttons with maximum specificity using their class names and type */
/* This covers all PROCEED buttons and the final Submit button */
body .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].gform_button.button,
body .gform-theme.gform-theme--framework.gform_wrapper input[type="button"].gform_next_button.gform-theme-button.button {
    background-color: #38C5BD !important; /* Accent color */
    color: #ffffff !important;
    font-weight: bold !important;
    padding: 15px 30px !important;
    font-size: 18px !important;
    border: none !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
    width: 100% !important; /* Full width */
    display: block !important; /* Ensures it takes full width */
    margin-top: 0 !important; /* Reset margin top as previous button is hidden */
    box-sizing: border-box !important;
}

/* Target Hover State with maximum specificity */
body .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].gform_button.button:hover,
body .gform-theme.gform-theme--framework.gform_wrapper input[type="button"].gform_next_button.gform-theme-button.button:hover {
    background-color: #2F9B94 !important; /* Slightly darker accent for hover */
    color: #ffffff !important; /* Ensure text color remains white on hover */
}


/* Adjust pagination footer layout since there's no previous button to consider */
.gform_page_footer {
    display: block !important; /* Ensure it behaves as a block */
    text-align: right !important; /* Align content to the right */
    padding-top: 20px !important; /* Add some spacing above the remaining buttons */
    /* Remove previous flex properties as they are no longer needed for button arrangement */
    justify-content: unset !important;
    flex-wrap: unset !important;
    align-items: unset !important;
}


/* --- Remainder of previous CSS for text, labels, heading, progress bar etc. --- */
/* Main labels and section titles - Keep accent color */
.gform_wrapper .gfield_label,
.gform_wrapper legend.gfield_label,
.gform_wrapper .gsection_title {
    color: #38C5BD !important; /* Accent color for labels */
    font-size: 1.25em !important;
    line-height: 1.4 !important;
}

/* Sub-labels (e.g., "First", "Last" in Name field) - Keep accent color */
.gform_wrapper .gform-field-label--type-sub {
    color: #38C5BD !important; /* Accent color for sub-labels */
    font-size: 1.1em !important;
}

/* Field descriptions/help text - Change to black */
.gform_wrapper .gfield_description {
    color: #333333 !important; /* Black color */
    font-size: 1.1em !important;
    line-height: 1.4 !important;
}

/* HTML blocks within the form (general, not the specific notification one) */
/* This will affect other HTML blocks if they exist and are not specifically styled */
.gform_wrapper .gfield_html:not(#field_1_47) { /* Exclude the notification HTML field */
    color: #333333 !important; /* Black color */
    font-size: 1.2em !important;
    line-height: 1.5 !important;
}

/* Text inside input fields (e.g., text, email, phone, select, textarea) */
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper select,
.gform_wrapper textarea {
    font-size: 1.1em !important;
}

/* Placeholder text color changed to black */
.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
    color: #333333 !important; /* Black color for placeholders */
    opacity: 0.7 !important; /* Optional: Keep a slight opacity so it looks like a placeholder */
}

/* Form Heading */
.gform_wrapper .gform_heading {
    margin-bottom: 30px !important;
    text-align: center !important;
}

.gform_wrapper .gform_heading .gform_title {
    color: #333333 !important; /* Black color for title */
    font-size: 2.5em !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.gform_wrapper .gform_heading .gform_description {
    color: #333333 !important; /* Black color for description */
    font-size: 1.2em !important;
    line-height: 1.6 !important;
    margin-bottom: 15px !important;
}

.gform_wrapper .gform_heading .gform_required_legend {
    color: #333333 !important; /* Black color for legend */
    font-size: 0.95em !important;
    font-style: italic !important;
    opacity: 0.8 !important;
}

/* Progress Bar */
.gform_wrapper #gf_progressbar_wrapper_1 {
    margin-bottom: 30px !important;
}

.gform_wrapper .gf_progressbar_title {
    color: #333333 !important; /* Black color for progress bar title */
    font-size: 1.15em !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
    text-align: center !important;
}

.gform_wrapper .gf_progressbar {
    height: 30px !important;
    background-color: rgba(56, 197, 189, 0.2) !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.2) !important;
}

.gform_wrapper .gf_progressbar_percentage {
    height: 100% !important;
    line-height: 30px !important;
    background-color: #38C5BD !important; /* Accent color for the filled part */
    color: #ffffff !important;
    font-weight: bold !important;
    font-size: 1em !important;
    text-align: center !important;
    border-radius: 15px !important;
    transition: width 0.4s ease-in-out !important;
}

/* Radio Buttons Text Size */
.gform_wrapper .gfield_radio label.gform-field-label--type-inline {
    font-size: 1.1em !important; /* Make radio button text larger */
    color: #333333 !important; /* Set radio button text to black for readability */
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-9b1f9ec */#footer_outer > div > div:first-child {
    display: none;
}/* End custom CSS */