.elementor-widget-wrap:has(.hb-contact-us-form__wrapper) {
    padding: 0!important;
}

.hb-contact-us-form__wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    background: #083DB4;
    padding: 10px;
    border-radius: 30px;
}

.hb-contact-us-form__content {
    flex-basis: 471px;
    padding: 40px 0px 40px 40px;
    position: relative;
    z-index: 2;
}

.hb-contact-us-form__form {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    flex-basis: 559px;
    background: #FFF;
    border-radius: 20px;
    padding: 40px 50px 50px 50px;
}

.hb-contact-us-form__form form {
    margin-bottom: 0;
}

.hb-contact-us-form-black-style .hs-form input[type='submit'] {
    background: #1A1A1A;
}

.hb-contact-us-form-black-style .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox::before {
    background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='4' fill='%23071A45'/%3E%3Cpath d='M6.5 10.5L9 13L14 8' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.hb-contact-us-form__content-title *,
.hb-contact-us-form__content-subtitle {
    color: #FFF;
}

.hb-contact-us-form__content-subtitle {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
}

.hb-contact-us-form__content-image {
    position: absolute;
    left: -43px;
    top: 293px;
    pointer-events: none;
    max-width: 668px;
    max-height: 336px;
}

.elementor-section:has(.hb-contact-us-form-black-style) {
    position: relative;
}

.elementor-section:has(.hb-contact-us-form-black-style)::before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 77%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0 100%);
    background: #eff0f7;
}

.hb-contact-us-form-black-style {
    box-shadow: 21px 31px 81px 0 rgba(38, 40, 54, 0.1), 82px 123px 148px 0 rgba(38, 40, 54, 0.09), 185px 276px 200px 0 rgba(38, 40, 54, 0.05), 329px 491px 237px 0 rgba(38, 40, 54, 0.01), 515px 768px 250px 0 rgba(38, 40, 54, 0);
}

.hb-contact-us-form-black-style .hb-contact-us-form__content-image img {
    width: 342px;
    height: 420px;
}

.hb-contact-us-form__black-decor-2 {
    position: absolute;
    bottom: 0;
}

.hb-contact-us-form__black-decor {
    position: absolute;
    bottom: 132px;
    left: 70px;
}

.hb-contact-us-form__top-small-text {
    margin-bottom: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000;
    font-family: 'Sora', sans-serif;
}

.hb-contact-us-form__top-right-text {
    line-height: 1.4;
    margin-bottom: 0!important;
}


.hb-contact-us-form-black-style .hb-contact-us-form__content-image {
    max-width: fit-content;
    max-height: fit-content;
}

.hb-contact-us-form-black-style .hb-contact-us-form__content-image {
    top: unset;
    bottom: 0;
    left: 83px;
    z-index: 3;
}



.hb-contact-us-form__form-title {
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #1e2731;
    font-family: Sora, sans-serif;
}




.hb-contact-us-form__top-container {
    display: flex;
    gap: 72px;
    justify-content: space-between;
    margin-bottom: 60px;
    align-items: center;
}

.hb-contact-us-form__top-left {
    flex-basis: 628px;
}

.hb-contact-us-form__top-right {
    flex-basis: 440px;
    flex-grow: 1;
}

.hb-contact-us-form__top-heading * {
    font-weight: 600!important;
}

@media screen and (max-width: 1199.98px) {
    .hb-contact-us-form__top-container {
        gap: 40px;
    }
}

@media screen and (max-width: 1024.98px) {
    .hb-contact-us-form__wrapper {
        flex-direction: column;
        border-radius: 20px;
    }

    .hb-contact-us-form__top-right,
    .hb-contact-us-form__top-left {
        flex-basis: 100%;
    }

    .hb-contact-us-form__top-small-text {
        margin-bottom: 10px;
    }


    .hb-contact-us-form__form,
    .hb-contact-us-form__content {
        flex-basis: 100%;
    }

    .hb-contact-us-form__form {
        border-radius: 14px;
        padding: 30px;
    }

    .hb-contact-us-form__content-image {
        display: none;
    }

    .hb-contact-us-form__content {
        padding: 20px 20px 0 20px;
    }
    .hb-contact-us-form__form-title {
        margin-bottom: 26px;
    }

    .hb-contact-us-form__top-container {
        gap: 10px!important;
        flex-direction: column;
        margin-bottom: 50px;
    }

}

@media screen and (max-width: 767.98px) {
    .hb-contact-us-form__wrapper {
        padding: 6px;
    }

    .hb-contact-us-form__content {
        padding: 24px 24px 0 24px;
    }

    .hb-contact-us-form__form {
        padding: 20px;
    }

    .hb-contact-us-form__content-title {
        max-width: 227px;
    }
}
