/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 19 2025 | 13:06:06 */
.contact-us-page-contact-form-wrapper {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.contact-us-page-contact-form-row {
    display: flex;
    gap: 20px;
}

.contact-us-page-contact-form-field {
    flex: 1;
}

.contact-us-page-contact-form-field input,
.contact-us-page-contact-form-field textarea {
    width: 100%;
    padding: 25px;
    border-radius: 10px;
    font-size: 16px;
	border: solid 1px #000;
}

.contact-us-page-contact-form-field textarea {
    min-height: 150px;
    resize: vertical;
}

.contact-us-page-contact-form-submit-row {
    justify-content: center;
}

.contact-us-page-contact-form-submit {
    background-color: #8b0000!important;
    color: #fff;
    padding: 15px 40px;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
}

.contact-us-page-contact-form-submit:hover {
    background-color: #bf0000;
}

@media (max-width: 768px) {
    .contact-us-page-contact-form-row {
        flex-direction: column;
		gap : 0px;
    }
}
