

.contact-info-call-btn {
    background: var(--secondary-color);
    color: var(--white);
    font-size: 18px;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: normal;
    gap: 12px;    
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.contact-info-call-btn span {
    font-weight: 700;
    font-family: "Barlow", sans-serif;
    letter-spacing: var(--letter-spacing);
}

.contact-info-call-btn i {
    font-size: 30px;
}

.half-and-half-contact-info__flex {
    background: var(--light);
}

.half-and-half-contact-info__flex__col {
    padding: 25px;
    position: relative;
}

.half-and-half-contact-info__flex__col h5 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    color: var(--secondary-color);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing);
    gap: 4px;
    margin: 0 0 4px;
}

.half-and-half-contact-info__flex__col h5 i {
    color: var(--secondary-color);
    font-size: 20px;
}

.half-and-half-contact-info__flex__col a {
    font-size: 18px;
    color: var(--paragraph-text-color);
    font-weight: 400;
    gap: 4px;
    background: none;
}

.half-and-half-contact-info__flex__col + .half-and-half-contact-info__flex__col:after {
    content: "";
    position: absolute;
    width: calc(100% - 50px);
    left: 25px;
    height: 1px;
    background-color: #D3DCE1;
    top: 0;
}

.half-and-half-contact-info {
    margin: 25px 0 0;
}

.half-and-half-contact__flex__form {
    margin: 50px 0 0;
}

.half-and-half-contact__flex__form h2 {
    text-align: center;
    margin: 0 0 25px;
}

.bg-light .half-and-half-contact-info__flex {
    background: var(--white);
}

.bg-medium .half-and-half-contact-info__flex {
    background: var(--dark);
}

.bg-dark .half-and-half-contact-info__flex {
    background: var(--medium);
}

.bg-medium .half-and-half-contact-info__flex__col h5,
.bg-dark .half-and-half-contact-info__flex__col h5 {
    color: var(--white);
}

.bg-medium .half-and-half-contact-info__flex__col a,
.bg-dark .half-and-half-contact-info__flex__col a {
    color: var(--white);
}

.bg-dark .half-and-half-contact-info__flex__col + .half-and-half-contact-info__flex__col:after {
    background-color: var(--dark);
}
 
.bg-medium .half-and-half-contact-info__flex__col + .half-and-half-contact-info__flex__col:after {
    background-color: var(--dark-accent);
}

.half-and-half-contact--with-image {
    position: relative;
    overflow: hidden;
}

.half-and-half-contact-bg-image:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(var(--dark-accent-rgb), 0.85) 0%, rgba(var(--dark-accent-rgb), 0.7) 55%, rgba(var(--dark-accent-rgb), 0) 100%);

}

.half-and-half-contact-bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.half-and-half-contact--with-image .half-and-half-contact__flex {
    position: relative;
    z-index: 2;
}

.half-and-half-contact--with-image .half-and-half-contact__flex__content h2,
.half-and-half-contact--with-image .half-and-half-contact__flex__content p {
    color: var(--white);
}

.half-and-half-contact--with-image .half-and-half-contact__flex__form {
    background: var(--white);
    padding: 35px 22px;
}

.half-and-half-contact--with-skew:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -1px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background-color: var(--dark);
    aspect-ratio: 2 / 0.26239;
    max-height: 250px;
    min-height: 140px;
}

.bg-dark.half-and-half-contact--with-skew:after {
    background-color: var(--dark);
}

.bg-medium.half-and-half-contact--with-skew:after {
    background-color: var(--medium);
}

.bg-light.half-and-half-contact--with-skew:after {
    background-color: var(--light);
}

.bg-white.half-and-half-contact--with-skew:after {
    background-color: var(--white);
}


.half-and-half-contact--with-image [type="text"],
.half-and-half-contact--with-image [type="date"],
.half-and-half-contact--with-image [type="datetime"],
.half-and-half-contact--with-image [type="datetime-local"],
.half-and-half-contact--with-image [type="email"],
.half-and-half-contact--with-image [type="month"],
.half-and-half-contact--with-image [type="number"],
.half-and-half-contact--with-image [type="password"],
.half-and-half-contact--with-image [type="search"],
.half-and-half-contact--with-image [type="tel"],
.half-and-half-contact--with-image [type="url"],
.half-and-half-contact--with-image [type="week"],
.half-and-half-contact--with-image [type="date"],
.half-and-half-contact--with-image textarea,
.half-and-half-contact--with-image .ginput_container [type="text"],
.half-and-half-contact--with-image .ginput_container [type="date"],
.half-and-half-contact--with-image .ginput_container [type="datetime"],
.half-and-half-contact--with-image .ginput_container [type="datetime-local"],
.half-and-half-contact--with-image .ginput_container [type="email"],
.half-and-half-contact--with-image .ginput_container [type="month"],
.half-and-half-contact--with-image .ginput_container [type="number"],
.half-and-half-contact--with-image .ginput_container [type="password"],
.half-and-half-contact--with-image .ginput_container [type="search"],
.half-and-half-contact--with-image .ginput_container [type="tel"],
.half-and-half-contact--with-image .ginput_container [type="url"],
.half-and-half-contact--with-image .ginput_container [type="week"],
.half-and-half-contact--with-image .ginput_container [type="date"],
.half-and-half-contact--with-image .ginput_container textarea {
    background-color: var(--light) !important;
    border-color: var(--light) !important;
    color: var(--primary-text-color) !important;
}

.half-and-half-contact--with-image [type="text"]::placeholder,
.half-and-half-contact--with-image [type="date"]::placeholder,
.half-and-half-contact--with-image [type="datetime"]::placeholder,
.half-and-half-contact--with-image [type="datetime-local"]::placeholder,
.half-and-half-contact--with-image [type="email"]::placeholder,
.half-and-half-contact--with-image [type="month"]::placeholder,
.half-and-half-contact--with-image [type="number"]::placeholder,
.half-and-half-contact--with-image [type="password"]::placeholder,
.half-and-half-contact--with-image [type="search"]::placeholder,
.half-and-half-contact--with-image [type="tel"]::placeholder,
.half-and-half-contact--with-image [type="url"]::placeholder,
.half-and-half-contact--with-image [type="week"]::placeholder,
.half-and-half-contact--with-image [type="date"]::placeholder,
.half-and-half-contact--with-image textarea::placeholder ,
.half-and-half-contact--with-image .ginput_container [type="text"]::placeholder,
.half-and-half-contact--with-image .ginput_container [type="date"]::placeholder,
.half-and-half-contact--with-image .ginput_container [type="datetime"]::placeholder,
.half-and-half-contact--with-image .ginput_container [type="datetime-local"]::placeholder,
.half-and-half-contact--with-image .ginput_container [type="email"]::placeholder,
.half-and-half-contact--with-image .ginput_container [type="month"]::placeholder,
.half-and-half-contact--with-image .ginput_container [type="number"]::placeholder,
.half-and-half-contact--with-image .ginput_container [type="password"]::placeholder,
.half-and-half-contact--with-image .ginput_container [type="search"]::placeholder,
.half-and-half-contact--with-image .ginput_container [type="tel"]::placeholder,
.half-and-half-contact--with-image .ginput_container [type="url"]::placeholder,
.half-and-half-contact--with-image .ginput_container [type="week"]::placeholder,
.half-and-half-contact--with-image .ginput_container [type="date"]::placeholder,
.half-and-half-contact--with-image .ginput_container textarea::placeholder {
    color: var(--primary-text-color) !important;
    opacity: 0.5;
}

.half-and-half-contact--with-image input:active,
.half-and-half-contact--with-image textarea:active,
.half-and-half-contact--with-image select:active,
.half-and-half-contact--with-image input:focus,
.half-and-half-contact--with-image textarea:focus,
.half-and-half-contact--with-image select:focus,
.half-and-half-contact--with-image input:not(:placeholder-shown),
.half-and-half-contact--with-image textarea:not(:placeholder-shown),
.half-and-half-contact--with-image .ginput_container input:active,
.half-and-half-contact--with-image .ginput_container textarea:active,
.half-and-half-contact--with-image .ginput_container select:active,
.half-and-half-contact--with-image .ginput_container input:focus,
.half-and-half-contact--with-image .ginput_container textarea:focus,
.half-and-half-contact--with-image .ginput_container select:focus,
.half-and-half-contact--with-image .ginput_container input:not(:placeholder-shown),
.half-and-half-contact--with-image .ginput_container textarea:not(:placeholder-shown) {
    border-bottom: 5px solid var(--primary-color);
}

.half-and-half-contact--with-image label,
.half-and-half-contact--with-image label ,
.half-and-half-contact--with-image .gform-field-label{
    color: #000 !important;
}

.half-and-half-contact--with-image .gform-field-label {
    font-size: 18px !important;
}

.half-and-half-contact--with-image .form-col-btn p,
.half-and-half-contact--with-image .form-col-btn p {
    color: var(--paragraph-text-color) !important;
}

.half-and-half-contact--with-image .form-col-btn p a,
.half-and-half-contact--with-image .form-col-btn p a {
    color: var(--paragraph-text-color) !important;
}

.bg-dark.half-and-half-contact--with-image .half-and-half-contact__flex__form h2,
.bg-medium.half-and-half-contact--with-image .half-and-half-contact__flex__form h2 {
    color: var(--heading-text-color);
}

.half-and-half-contact--with-image.bg-dark + .bg-dark,
.half-and-half-contact--with-image.bg-dark + .bg-medium,
.half-and-half-contact--with-image.bg-dark + .bg-light,
.half-and-half-contact--with-image.bg-dark + .bg-white {
    padding-top: 30px !important;
}

.half-and-half-contact--with-skew:has(+ .bg-light)::after {
    background-color : var(--light);
}

.half-and-half-contact--with-skew:has(+ .bg-medium)::after {
    background-color : var(--medium);
}

.half-and-half-contact--with-skew:has(+ .bg-dark)::after {
    background-color : var(--dark);
}

.half-and-half-contact--with-skew:has(+ .bg-white)::after {
    background-color : var(--white);
}

@media(min-width: 768px) {
    .half-and-half-contact-info__flex {
        display: flex;
        justify-content: space-between;
        gap: 25px;
        padding: 25px;
    }

    .half-and-half-contact-info__flex__col {
        width: calc(50% - 12.5px);
        padding: 0;
    }

    .half-and-half-contact-info__flex__col + .half-and-half-contact-info__flex__col:after {
        width: 1px;
        left: -13px;
        height: 100%;
        top: 0;
    }

    .half-and-half-contact--with-image .half-and-half-contact__flex__form {
        padding: 35px;
    }

    .half-and-half-contact--with-image.bg-dark + .bg-dark,
    .half-and-half-contact--with-image.bg-dark + .bg-medium,
    .half-and-half-contact--with-image.bg-dark + .bg-light,
    .half-and-half-contact--with-image.bg-dark + .bg-white {
        padding-top: 45px !important;
    }
}

@media(min-width: 1200px) {
    .half-and-half-contact--with-image .half-and-half-contact__flex {
        align-items: center;
    }

    .half-and-half-contact__flex {
        display: flex;
        gap: 75px;
    }

    .half-and-half-contact__flex__content {
        width: calc(50% - 59px);
    }

    .half-and-half-contact__flex__form {
        width: calc(50% - 16px);
        margin: 0;
    }

    .contact-info-call-btn:hover {
        background: var(--secondary-hover);
    }

    .half-and-half-contact-info__flex__col a:hover {
        opacity: 0.7;
    }

    .half-and-half-contact__flex__form h2 {
        font-size: 40px;
    }

    .half-and-half-contact-form .row {
        --bs-gutter-x: 20px;
    }

    .half-and-half-contact-form .row>* {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .half-and-half-contact--with-image .half-and-half-contact__flex__content h2 {
        font-size: 55px;
    }

    .half-and-half-contact--with-image .half-and-half-contact__flex__content p {
        font-size: 22px;
        line-height: 1.2em;
    }

    .half-and-half-contact--with-image {
        padding: 90px 0;
    }

    body.page-template-page-landing-template  .half-and-half-contact--with-image {
        margin-top: 159px;
    }

    .half-and-half-contact--with-image.bg-dark + .bg-dark,
    .half-and-half-contact--with-image.bg-dark + .bg-medium,
    .half-and-half-contact--with-image.bg-dark + .bg-light,
    .half-and-half-contact--with-image.bg-dark + .bg-white {
        padding-top: 60px !important;
    }
}