.elementor-95 .elementor-element.elementor-element-2b8dc70{--display:flex;--background-transition:0.3s;}.elementor-95 .elementor-element.elementor-element-637c501{--display:flex;--background-transition:0.3s;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-f3d8111 *//* Style the form wrapper */
.wpcf7 {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    font-family: var( --e-global-typography-accent-font-family ), Georgia, 'Times New Roman', serif;
    font-size: var( --e-global-typography-accent-font-size );
    font-weight: var( --e-global-typography-accent-font-weight );
    text-transform: var( --e-global-typography-accent-text-transform );
    font-style: var( --e-global-typography-accent-font-style );
}

/* Style the input fields */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box; 
}

/* Style the labels */
.wpcf7-form label {
    margin-bottom: 10px!important;
    display: block;
    font-weight: bold;
}

/* Style the submit button */
.wpcf7-form input[type="submit"] {
    background-color: #FCFACF;
    color: #222;
    padding: 10px 20px;
    border: solid 1px #222;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: transparent;
    color: #222;
}

/* Style the validation errors */
.wpcf7-not-valid-tip {
    margin-top: -20px;
    margin-bottom: 20px;
    color: #ff0000;
}

/* Style the response output */
.wpcf7-response-output {
    margin: 20px 0;
    padding: 10px;
    border: 1px solid #e9e9e9;
    background-color: #f9f9f9;
}

/* Additional styles for responsiveness */
@media (max-width: 767px) {
    .wpcf7-form input[type="submit"] {
        width: 100%;
    }
}/* End custom CSS */