.elementor-2 .elementor-element.elementor-element-4f5a8cd{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-8ea61fb *//* Style the form container */
.wpcf7-form {
    max-width: 600px;
    margin: auto;
}

/* Style the labels */
.wpcf7-form label {
    display: block;
    font-weight: 600; 
}

.wpcf7-form span.label-description {
    display: block;
    margin-bottom: 6px;
}

/* Style the input fields */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="number"],
.wpcf7-form textarea,
.wpcf7-form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

/* Style the textarea */
.wpcf7-form textarea {
    height: 120px;
    resize: vertical;
}

/* Style the select dropdown */
.wpcf7-form select {
    background-color: #fff;
    cursor: pointer;
}

/* Style the submit button */
.wpcf7-form input[type="submit"] {
    width: 100%;
    background-color: #035098;
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #0463bc;
}/* End custom CSS */