<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-53 .elementor-element.elementor-element-98fc466 &gt; .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 123px;}.elementor-53 .elementor-element.elementor-element-1df7ccc{--spacer-size:50px;}/* Start custom CSS for pages-contact, class: .elementor-element-98fc466 *//* Ensure the form takes up the full width of its parent container */
.contact-form {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box; /* Ensures padding/borders donâ€™t affect width */
}

/* Style form inputs, textarea, and button */
.contact-form input,
.contact-form textarea,
.contact-form button {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box; /* Prevents content overflow */
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Adjust textarea height for better usability */
.contact-form textarea {
    min-height: 150px;
    resize: vertical;
}

/* Style the submit button */
.contact-form button {
    background-color: #007bff;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: #0056b3;
}

.tab-title {
    font-size: 24px;
}/* End custom CSS */</pre></body></html>