.elementor-38 .elementor-element.elementor-element-0e1781e{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-71131d3 */.wpcf7-form {
    max-width: 800px;
    margin: 0 auto !important;
    font-family:'Bebas Neue';
    line-height: 1.1;
    font-size:22px;
    color:black;
}

.wpcf7-form-control.wpcf7-submit {
    background-color: black;
    border:none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius:0px;
    border-top-right-radius:0px;
    border-top-left-radius:0px;
    margin:0 auto !important;
    font-family: 'Bebas Neue';
    font-size:22px;
    letter-spacing:2px;
    padding-top:15px;
}

textarea {
    width:810px;
}
.three {
    max-width:600px;
}

/* Original downloaded CSS */
.wpcf7-form {
    max-width: 800px;
    margin: 0 auto !important;
    font-family:'Bebas Neue';
    line-height: 1.1;
    font-size:22px;
    color:black;
}

.wpcf7-form-control.wpcf7-submit {
    background-color: black;
    border:none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius:0px;
    border-top-right-radius:0px;
    border-top-left-radius:0px;
    margin:0 auto !important;
    font-family: 'Bebas Neue';
    font-size:22px;
    letter-spacing:2px;
    padding-top:15px;
}

textarea {
    width: 810px; /* This is where the width is defined */
}

/* Media Query to shorten textarea width on smaller screens */
@media (max-width: 1024px) {
    textarea {
        width: 100% !important; /* Set width to 100% for tablet portrait and mobile */
        box-sizing: border-box; /* Ensure padding doesn't cause overflow */
    }
}

/* Optional: You can further adjust for smaller devices like mobile */
@media (max-width: 767px) {
    textarea {
        width: 100% !important; /* Full width for mobile */
        padding: 10px; /* Adjust padding if needed */
    }
}/* End custom CSS */