/*.elementor-widget-wtb-contact .col-left:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}*/

.wtb-contact {

    margin: 0 calc(-50vw + 50%) !important;
    width: 100vw !important;
    max-width: 100vw !important;

    .col-left {
        height: fit-content;
        align-content: center;
        background: var(--wb-gradient-biais);
        border-radius: 0 30px 30px 0;
        padding: 80px 30px;

        > * {
            position: relative;
            z-index: 1;
        }

    }

    .contact-doodle {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 0;
        opacity: .5;
    }

    .theform {
        /*background-color: var(--wb-color-blue-dark);*/
        /*padding: 15px;
        border-radius: 15px;*/
        .row + .row, .row .col-lg-6 + .col-lg-6 {
            margin-top: 15px;
        }
    }

    .col-right {
        padding-top: 80px;
    }

}

@media screen and (min-width: 991px) {
    .wtb-contact {
        .theform {
            .row .col-lg-6 + .col-lg-6 {
                margin-top: 0px;
            }
        }
    }
}

@media screen and (min-width: 768px) {
    .wtb-contact {
        .col-left {
            > *:not(img) {
                max-width: max(80%, 475px);
            }
        }
    }
}

@media screen and (max-width: 767px) {
    .calendly-inline-widget {
        min-height: 700px;
    }
}

