.half-text-half-form {
    display: block;
    position: relative;
}

.half-text-half-form .container {
    padding: 60px 20px;
}

.half-text-form-wrapper-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.half-text-half-form-container {
    display: flex;
    flex-direction: column;
}

.half-text-half-form-contents,
.half-text-half-form-shortcode {
    display: block;
    width: 100%;
}

.half-text-half-form-contents {
    padding: 20px;
}

.half-text-half-form-contents h2 {
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 24px;
}

.half-text-half-form-contents h3 {
    text-transform: capitalize;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 24px;
}

.half-text-half-form-contents p {
    margin-top: 0;
    margin-bottom: 35px;
}

.half-text-half-form-contents strong {
    color: #18143e;
}

.half-text-half-form-shortcode {
    background: #fff;
    box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.16);
    padding: 30px;
}

.half-text-half-form-shortcode h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 28px;
}

.half-text-half-form-shortcode .wpcf7-form-control:not(.btn) {
    background: #f5f5f5;
    border: 1px solid #eaeaea;
    height: 55px;
    width: 100%;
    position: relative;
}

.half-text-half-form-shortcode .wpcf7-form-control:not(.btn):focus,
.half-text-half-form-shortcode .wpcf7-form-control:not(.btn):active,
.half-text-half-form-shortcode .wpcf7-form-control:not(.btn).form-active {
    border-left: 7px solid #000 !important;
}

.half-text-half-form-shortcode .contact-form-control {
    margin-bottom: 30px;
}

.half-text-half-form-shortcode .contact-form-control label {
    margin-bottom: 10px;
    display: block;
}

.half-text-half-form-shortcode .wpcf7-not-valid-tip {
    background: #18143e;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0 5px 20px;
}

@media (min-width: 768px) {
    .half-text-half-form .container {
        padding: 60px 40px;
    }
}

@media (min-width: 1025px) {
    .half-text-half-form .container {
        padding: 80px 0 !important;
        max-width: 900px !important;
    }

    .half-text-half-form-container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
    }

    .half-text-half-form-container.form-position-left {
        flex-direction: row-reverse;
    }

    .half-text-half-form-contents,
    .half-text-half-form-shortcode {
        max-width: 646px;
    }

    .half-text-half-form-contents {
        padding: 0 12px 0 0;
    }
}

@media (min-width: 1200px) {
    .half-text-half-form .container {
        max-width: 1100px !important;
    }
}

@media (min-width: 1600px) {
    .half-text-half-form .container {
        max-width: 1366px !important;
    }
}
