.elementor-2591 .elementor-element.elementor-element-d7e3a71{--display:flex;}.elementor-2591 .elementor-element.elementor-element-4aa93b5{--spacer-size:50px;}.elementor-2591 .elementor-element.elementor-element-4d8027c{--spacer-size:50px;}.elementor-2591 .elementor-element.elementor-element-da08bd8 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-2591 .elementor-element.elementor-element-1b146aa{--spacer-size:50px;}:root{--page-title-display:none;}.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button{bottom:15px;right:15px;width:50px;height:50px;z-index:9999;opacity:0.7;background-color:#000000;border-radius:5px;}.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button i{font-size:16px;color:#ffffff;}.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button svg{width:16px;height:16px;fill:#ffffff;}/* Start custom CSS for html, class: .elementor-element-da08bd8 */body {
    font-family: 'San Francisco', Arial, sans-serif;
}


body {
    background-color: #FFFFFF; /* White background */
    color: #333333; /* Dark gray text */
}

button {
    background-color: #000000; /* Black button */
    color: #FFFFFF; /* White text */
}

button:hover {
    background-color: #333333; /* Darker gray on hover */
}
.form-page {
    margin: 20px;
    padding: 20px;
    border: 1px solid #E0E0E0; /* Light gray border */
    border-radius: 8px; /* Rounded corners */
}

input, select, textarea {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #CCCCCC; /* Light gray border */
    border-radius: 4px; /* Rounded corners */
}

button {
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button:focus {
    outline: none; /* Remove default focus outline */
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2); /* Custom focus effect */
}
.progress-bar {
    height: 5px;
    background-color: #000000; /* Black progress bar */
    transition: width 0.3s ease;
}

.progress-container {
    width: 100%;
    background-color: #E0E0E0; /* Light gray background */
    border-radius: 4px; /* Rounded corners */
}

@media (max-width: 600px) {
    .form-page {
        margin: 10px;
        padding: 15px;
    }

    button {
        width: 100%; /* Full-width buttons on small screens */
    }
}/* End custom CSS */