.contact-us-wrapper {
	padding: 30px 0 0;
	text-align: center;
	background: var(--black);
}

.contact-us-wrapper h2 {
    margin: 0;
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 800;
    text-transform: uppercase;
}

.contact-us-form-block-wrapper {
    margin-top: 40px;
    width: 100%;
    background: var(--black);
}

.contact-us-form-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: var(--black);
    position: relative;
    z-index: 2;
    max-width: 1200px;
}

/*.contact-us-form-wrapper:before {*/
/*    content: "";*/
/*    background: var(--purple);*/
/*    width: 120%;*/
/*    height: 80%;*/
/*    display: block;*/
/*    position: absolute;*/
/*    transform: translate(-50%, -50%);*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    z-index: 1;*/
/*}*/

.contact-us-wrapper .wpcf7 {
    z-index: 9;
}

.contact-us-wrapper p {
    margin: 5px 0;
}

.contact-us-form {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 25px;
    background-color: var(--black);
    z-index: 9;
}

.contact-us-form h2 {
    color: var(--purple);
    margin-bottom: 10px;
}

.contact-us-form label {
    color: white;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
}

.contact-us-form input[type="text"],
.contact-us-form input[type="email"],
.contact-us-form input[type="tel"],
.contact-us-form select {
    height: 31px;
    width: 100%;
}

.contact-us-form .red-dot {
    color: red;
}

.contact-us-form .button {
    width: fit-content;
    margin: 10px auto 0;
}

.contact-us-form .wpcf7-spinner {
    display: none;
}

.wpcf7 form.contact-us-form .wpcf7-response-output {
    margin-top: 10px;
}

.wpcf7 form.contact-us-form.invalid .wpcf7-response-output {
    color: red;
    border-color: red;
}

.wpcf7 form.contact-us-form.sent .wpcf7-response-output {
    color: #46b450;
    border-color: #46b450;
}

.contact-us-wrapper .contact-info {
	font-size: 21px;
	text-transform: uppercase;
	padding: 0 0 15px;
	color: #ffffff;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.contact-us-wrapper .contact-info a {
	text-decoration: none;
	color: var(--purple);
}

@media (max-width: 800px) {

    .contact-us-form-block-wrapper {
        padding: 20px 0 0;
    }

    .contact-us-form-wrapper {
        width: 100%;
    }
}
