.elementor-520 .elementor-element.elementor-element-94a78b9{margin-top:0px;margin-bottom:0px;}.elementor-520 .elementor-element.elementor-element-79ba0c8 > .elementor-widget-container{margin:-97px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-520 .elementor-element.elementor-element-7d055af > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-520 .elementor-element.elementor-element-c862bd5{--display:flex;--min-height:0px;--margin-top:-86px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for contact-page-contact, class: .elementor-element-79ba0c8 *//* Center the form */
.wpcf7-form {
    text-align: center; /* Centers labels and inputs */
    max-width: 500px; /* Adjust width as needed */
    margin: 0 auto; /* Centers the form on the page */
}

/* Make labels white */
.wpcf7-form label {
    color: white !important;
    display: block; /* Ensures labels are on separate lines */
    text-align: center;
    font-weight: bold;
}

/* Style input fields, textarea, and submit button */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea,
.wpcf7-form input[type="submit"] {
    color: white !important;
    background-color: transparent !important;
    border: 1px solid white !important;
    width: 100%; /* Makes inputs full-width */
    max-width: 400px; /* Limits width for better design */
    padding: 10px;
    margin: 5px auto; /* Centers the elements */
    display: block; /* Ensures full width alignment */
    text-align: center;
}

/* Center placeholder text */
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
    text-align: center;
}

/* Style the submit button */
.wpcf7-form input[type="submit"] {
    background-color: white !important;
    color: black !important;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 10px; /* Adds space above the button */
}

/* Hover effect for submit button */
.wpcf7-form input[type="submit"]:hover {
    background-color: #ddd !important;
    color: black !important;
}/* End custom CSS */