.half-form-listing {
    position: relative;
    z-index: 1;
    padding: 67px 0;
}

.half-form-listing__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
}

.half-form-listing::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #002745;
    opacity: 0.85;
}

.half-form-listing__left,
.half-form-listing__right {
    position: relative;
    width: 100%;
}

.half-form-listing__left,
.half-form-listing__left h2 {
    color: #fff;
}

.form-listings {
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}

.form-list {
    width: 100%;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14);
    height: 66px;
    padding: 0 13px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-list i {
    font-size: 28px;
    line-height: 1em;
    color: #F56C2B;
}

.form-list span {
    color: #002745;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.14em;
}

.half-form-listing__right {
    margin-top: 40px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(20px);
    padding: 50px 25px;
}

.form-listing-form h3 {
    color: #002745;
    text-align: center;
    font-size: 45px;
    line-height: 1.05em;
    margin-bottom: 15px;
}

.form-listing-form p {
    color: #002745;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.50em;
}

.form-listing-form p a:not([class]) {
    color: #002745;
    font-weight: 400;
    text-decoration: underline;
    background: none;
}

.half-single-form .form-listing-form p {
    font-size: 16px;
    padding: 0 10px;
}

.half-single-form .half-form-listing__right {
    margin-top: 0;
    padding: 60px 40px;
}

.half-single-form {
    padding: 80px 0 94px;
}

.half-single-form.half-form-listing::after {
    opacity: 0.51;
}

.form-col.form-col--last .wpcf7-spinner {
    position: absolute;
    top: 10px;
}

@media (min-width: 768px) {
    .half-form-listing {
        padding: 80px 0;
    }

    .half-form-listing::after {
        opacity: 0.51;
    }

    .form-listings {
        gap: 16px
    }

    .form-list {
        width: calc(50% - 8px);
    }

    .half-form-listing__right {
        margin-top: 50px;
        padding: 63px 40px;
    }

    .half-single-form {
        padding: 80px 0;
    }

    .half-single-form .form-listing-form p {
        font-size: 18px;
    }

    .half-single-form .half-form-listing__right .row {
        --bs-gutter-x: 15px;
    }
}

@media (min-width: 1200px) {
    .form-listing-form p a:hover {
        color: #175e95;
    }

    .half-form-listing {
        padding: 60px 0px 69px 0;
    }

    .half-form-listing .flex-row {
        align-items: center;
        justify-content: space-between;
    }

    .half-form-listing::after {
        display: none;
    }

    .half-form-listing__left-bg {
        position: absolute;
        width: calc(50% + 330px);
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        border-radius: 0 20px 20px 0;
        overflow: hidden;
    }

    .half-form-listing__right-bg {
        position: absolute;
        width: calc(50% - 348px);
        height: 100%;
        top: 0;
        right: 0;
        z-index: -1;
        border-radius: 20px 0 0 20px;
        overflow: hidden;
    }

    .half-form-listing__left-bg::after,
    .half-form-listing__right-bg::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #002745;
        opacity: 0.51;
    }

    .half-form-listing__left {
        width: 642px;
    }

    .half-form-listing__right {
        width: calc(100% - 727px);
        margin: 0;
    }

    .form-list {
        padding-right: 3px;
    }

    .form-list span {
        display: block;
    }

    .half-single-form .half-form-listing__left-bg {
        width: calc(50% - 5px);
    }

    .half-single-form .half-form-listing__right-bg {
        width: calc(50% - 5px);
    }

    .half-single-form .half-form-listing__right {
        max-width: 875px;
        width: 100%;
        padding: 55px 40px 60px 40px;
        margin: 0 auto;
    }

    .half-single-form {
        padding: 136px 0px 202px 0;
    }

    .half-single-form .form-listing-form p {
        padding: 0;
    }

    .half-single-form .form-listing-form h3 {
        margin-bottom: 10px;
    }
}

.half-form-listing--innerpage {
    .wpcf7-form {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px -20px;

        .wpcf7-response-output {
            width: 100%;
        }

        .form-col {
            width: 100%;
            padding: 0 10px 20px;
        }
    }
}

@media (min-width: 1200px) {
    .half-form-listing--innerpage {
        .wpcf7-form {
            .form-col:not(.form-col--full) {
                width: 50%;
            }
        }   
    }
}