.hengsheng_contact_us {
    padding: 288px 0 110px;
    position: relative;
}

.hengsheng_contact_us .container {
    padding-left: 0;
    padding-right: 0;
}

.hengsheng_contact_us .top-area {
    display: flex;
    justify-content: center;
    top: 0px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    z-index: 1;
}

.hengsheng_contact_us .contact-box {
    width: 50%;
    padding-top: 105px;
    padding-left: 50px;
    aspect-ratio: 720 / 320;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.hengsheng_contact_us .col-lg-12 {
    padding: 0;
}

.hengsheng_contact_us .cont_right .row{
    margin: 0;
}

.hengsheng_contact_us .contact-box h3 {
    font-family: var(--font-family);
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
}

.hengsheng_contact_us .contact-box p {
    font-size: 18px;
    line-height: 1.222;
    margin: 14px 0;
}

.hengsheng_contact_us .black-box {
    background-color: #26292B;
    color: #fff !important;
}

.hengsheng_contact_us .black-box h3 {
    color: #fff !important;
}

.hengsheng_contact_us .white-box {
    background-color: #ffffff;
    color: #000 !important;
}

.hengsheng_contact_us .contact-main {
    display: flex;
    gap: 140px;
}

.hengsheng_contact_us .cont_left {
    width: 350px;
    padding: 0;
}

.hengsheng_contact_us .cont_right {
    width: 950px;
}

.hengsheng_contact_us .cont_left .witr_section_title_inner h2 {
    color: #000000;
    font-family: var(--font-family);
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 42px;
}

.hengsheng_contact_us .cont_left .witr_section_title_inner h3 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    color: #7D7D7D;
    line-height: 1.222;
}

.hengsheng_contact_us input:-webkit-autofill,
.hengsheng_contact_us input:-webkit-autofill:hover,
.hengsheng_contact_us input:-webkit-autofill:focus,
.hengsheng_contact_us input:-webkit-autofill:active,
.hengsheng_contact_us textarea:-webkit-autofill,
.hengsheng_contact_us textarea:-webkit-autofill:hover,
.hengsheng_contact_us textarea:-webkit-autofill:focus,
.hengsheng_contact_us textarea:-webkit-autofill:active {
    transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
}

.hengsheng_contact_us .inqury-form .text-wrap .char-count,
.hengsheng_contact_us .inqury-form .textarea-wrap .char-count {
    display: none;
}

.hengsheng_contact_us .inqury_title_box {
    display: none;
}

.hengsheng_contact_us .inqury-form .input-wrap .input-label {
    position: absolute;
    top: 42px;
    left: 32px;
    transform: translateY(-50%);
    font-size: 0;
    padding: 0 !important; 
    width: auto !important;
    z-index: 9;
}

.hengsheng_contact_us .inqury-form .input-wrap.textarea-wrap .input-label {
  top: 54px;
}

.hengsheng_contact_us .inqury-form .input-wrap .input-label::before{
  font-size: 18px;
}

.hengsheng_contact_us .inqury-form .one-line-input {
    padding: 29px 35px 20px 35px !important;
    border-radius: 10px !important;
    border: 2px solid #959595 !important;
}

.hengsheng_contact_us .inqury-form .textarea-input {
    resize: none;
    height: 372px !important;
    padding: 29px 35px 20px 35px !important;
    border-radius: 10px !important;
    border: 2px solid #959595 !important;
}

.hengsheng_contact_us .inqury-form .one-line-input:focus,
.hengsheng_contact_us .inqury-form .textarea-input:focus {
    box-shadow: none !important;
}

.hengsheng_contact_us .inqury-form .one-line-input::placeholder,
.hengsheng_contact_us .inqury-form .textarea-input::placeholder {
    color: #7D7D7D;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}

.hengsheng_contact_us .inqury-form .inqury_submit {
    background-color: #FF6C01;
    color: #fff !important;
    font-family: var(--font-family);
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    padding: 29px 70px 28px 71px !important;
    border-radius: 10px !important;
    width: 300px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.hengsheng_contact_us .inqury-form .inqury_submit span {
    display: none;
}

.hengsheng_contact_us .inqury-form .inqury_submit.loading span {
    display: inline-block;
    animation: spin 1s linear infinite;
}

.hengsheng_contact_us .inqury-form .inqury_submit.loading {
    opacity: 0.7;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}



.hengsheng_contact_us p.form-messege {
    margin-top: 8px;
}

@media screen and (max-width: 1440px) {
    .hengsheng_contact_us .contact-main {
        gap: 100px;
    }

    .hengsheng_contact_us .top-area {
        transform: translateX(-50%) translateY(-30%);
    }

    .hengsheng_contact_us .cont_left {
        width: 280px;
    }

    .hengsheng_contact_us .cont_right {
        width: 760px;
    }
}

@media screen and (max-width: 992px) {
    .hengsheng_contact_us {
        padding: 200px 0 80px;
    }

    .hengsheng_contact_us .contact-main {
        flex-direction: column;
        gap: 40px;
    }

    .hengsheng_contact_us .contact-box {
        padding-left: 50px;
        padding-top: 50px;
    }

    .hengsheng_contact_us .contact-box h3 {
        font-size: 22px;
    }

    .hengsheng_contact_us .contact-box p {
        font-size: 16px;
    }

    .hengsheng_contact_us .cont_left,
    .hengsheng_contact_us .cont_right {
        width: 100%;
    }

    .hengsheng_contact_us .cont_left .witr_section_title_inner h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 768px) {
    .hengsheng_contact_us {
        padding: 150px 0 60px;
    }

    .hengsheng_contact_us .contact-box {
        padding-left: 20px;
        padding-top: 25px;
    }

    .hengsheng_contact_us .contact-box h3 {
        font-size: 18px;
    }

    .hengsheng_contact_us .contact-box p {
        font-size: 14px;
    }

    .hengsheng_contact_us .cont_left {
        text-align: center;
    }

    .hengsheng_contact_us .cont_left .witr_section_title_inner h2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 576px) {
    .hengsheng_contact_us .top-area {
        flex-direction: column;
        transform: translateX(-50%) translateY(-20%);
    }

    .hengsheng_contact_us .contact-box {
        width: 100%;
        aspect-ratio: auto;
        min-height: 150px;
        padding-left: 15px;
        padding-top: 10px;
    }

    .hengsheng_contact_us {
        padding: 200px 0 60px;
    }
}