.box-tow-help {
    padding: 80px 0;
    position: relative;
}

.box-help-can .content .item {
    height: 100%;
}

.box-help-can .item .item-content {
    background: #fff;
    padding: 50px;
    border-radius: 32px;
    border: 1px solid #EEEEEE;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 1s;
}

.box-help-can .item .item-content .img img {
    width: 64px;
    height: 64px;
}

.box-help-can .item .item-content .img {
    margin-bottom: 20px;
}

.box-help-can .item .item-content .name {
    font-weight: 700;
    color: var(--color-text);
    font-size: 24px;
    margin-bottom: 20px;
}

.box-help-can .item .item-content .description {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.box-help-can .item .item-content .title-link a {
    height: 48px;
    border: 1px solid var(--color-text);
    width: 100%;
    border-radius: 50px;
    color: var(--color-text);
}

.box-help-can {
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.box-help-can .dsc-section {
    margin-bottom: 40px;
}

.box-help-can .content>.row {
    margin-right: -15px;
    margin-left: -15px;
}

.box-help-can .content>.row>div {
    padding-right: 15px;
    padding-left: 15px;
}

.nc-contact-sales__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 40px 80px;
}

.nc-contact-sales__intro {
    flex: 1 1 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0;
}

.nc-contact-sales__heading-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nc-contact-sales__title {
    margin: 0;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    line-height: 1.3;
    color: #053660;
    letter-spacing: 0;
}

.nc-contact-sales__lead {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #3a464f;
}

.nc-contact-sales__copy {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nc-contact-sales__subtitle {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #053660;
}

.nc-contact-sales__body {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #3a464f;
}

.nc-contact-sales__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 8px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.45);
}

.nc-contact-sales__list-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nc-contact-sales__list-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    color: #0972ce;
}

.nc-contact-sales__list-text {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #3a464f;
}

.nc-contact-sales__form-wrap {
    flex: 1 1 100%;
    min-width: 0;
}

.nc-contact-sales__form {
    padding: 32px 24px;
    border-radius: 24px;
    box-shadow: 0 12px 40px rgba(5, 54, 96, 0.08);
    background-color: #fff;
    background: linear-gradient(358deg, #DEEFFF 0%, #FFFFFF 96.43%);
}

.nc-contact-sales__fields {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}

.nc-contact-sales__row {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.nc-contact-sales__field {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.nc-contact-sales__label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #053660;
}

.nc-contact-sales__label--nest .nc-contact-sales__label-text {
    color: #3a464f;
}

.nc-contact-sales__req {
    color: #be0000;
    font-weight: 600;
}

.nc-contact-sales__input,
.nc-contact-sales__textarea {
    height: auto;
    min-height: 56px;
    padding: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #3a464f;
    background: #fff;
    border: 1px solid rgba(9, 114, 206, 0.12);
    border-radius: 16px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.nc-contact-sales__input::placeholder,
.nc-contact-sales__textarea::placeholder {
    color: #9faeb9;
}

.nc-contact-sales__textarea {
    min-height: 96px;
    resize: vertical;
}

.nc-contact-sales__select-wrap {
    position: relative;
}

.nc-contact-sales__select {
    height: 56px;
    padding: 0 44px 0 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #3a464f;
    background: #fff;
    border: 1px solid rgba(9, 114, 206, 0.12);
    border-radius: 16px;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.nc-contact-sales__select-chevron {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
    color: #3a464f;
    opacity: 0.85;
}

.nc-contact-sales .bootstrap-select {
    width: 100% !important;
    padding: 0;
    border: 0;
}

.nc-contact-sales .bootstrap-select>.dropdown-toggle {
    height: 56px;
    padding: 0 16px 0 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #3A464F;
    background: #fff;
    border: 1px solid rgba(9, 114, 206, 0.12);
    border-radius: 16px;
    box-shadow: none;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.nc-contact-sales .bootstrap-select>.dropdown-toggle .filter-option-inner-inner {
    color: #9faec0;
    font-weight: 400;
    font-size: 16px;
}

.nc-contact-sales .bootstrap-select>.dropdown-toggle::after {
    border: none;
    width: 14px;
    height: 14px;
    margin: 0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'><path d='M3.5 5.25L7 8.75L10.5 5.25' stroke='%233a464f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
}

.nc-contact-sales .bootstrap-select>.dropdown-menu {
    border: 1px solid rgba(9, 114, 206, 0.12);
    border-radius: 16px;
    padding: 8px;
    box-shadow: 0 4px 15px rgb(130 162 193 / 69%);
}

.nc-contact-sales .bootstrap-select .bs-searchbox .form-control {
    height: 40px;
    min-height: 40px;
    border-radius: 10px;
    padding: 8px 12px;
}

.nc-contact-sales__nest {
    margin-top: 4px;
}

.nc-contact-sales__nest-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
    border: 1px solid rgba(9, 114, 206, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.35);
}

.nc-contact-sales__field--nest {
    gap: 4px;
}

.nc-contact-sales__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.nc-contact-sales__footer-hint {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #3a464f;
}

.nc-contact-sales__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 58px;
    padding: 16px 24px;
    margin: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    font-family: inherit;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    background: linear-gradient(123.04deg, #6c54ff 16.41%, #0972ce 99.41%);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.box-contact-01:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 107px;
    top: 0;
    background: linear-gradient(180deg, #DEEFFF 0%, #FFFFFF 96.43%);
    pointer-events: none;
}

.box-tow-help.box-tow-help-contact .item .img img {
    width: 96px;
    height: 96px;
}

.box-how-can-we-help-you {
    position: relative;
    padding: 100px 0 60px;
    overflow: hidden;
}

.box-how-can-we-help-you .bf {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

.box-how-can-we-help-you .bf:first-child {
    top: -42px;
    left: 0;
}

.box-how-can-we-help-you .bf:last-child {
    bottom: -249px;
    right: 0;
}

.box-how-can-we-help-you .content {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 40px;
    flex-wrap: wrap;
    background: #ffffff3d;
    border: 1px solid #fff;
    position: relative;
    z-index: 1;
    border-radius: 32px;
}

.box-how-can-we-help-you .content .img {
    flex: 0 0 auto;
}

.nc-contact-sales .bootstrap-select>.dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}

.box-how-can-we-help-you .container .content .img img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.box-how-can-we-help-you .content .inter-content {
    flex: 1 1;
    padding: 0;
    background: none;
    border-radius: 0;
}

.box-how-can-we-help-you .title-section {
    font-size: 32px;
    margin-bottom: 8px;
}

.box-how-can-we-help-you .dsc-section {
    font-size: 18px;
    line-height: 24px;
    color: #5b6472;
    margin-bottom: 0;
    max-width: 100%;
}

.box-how-can-we-help-you .action-more {
    flex: 0 0 auto;
}

.nc-contact-sales .bootstrap-select .dropdown-menu li a.active {
    background: none;
}

.box-contact-01 {
    position: relative;
    padding-top: 40px;
}

@media (min-width: 576px) {
    .nc-contact-sales__form {
        padding: 40px;
    }

    .nc-contact-sales__row--2 {
        flex-direction: row;
        gap: 32px;
    }

    .nc-contact-sales__row--2 .nc-contact-sales__field {
        flex: 1 1 0;
        min-width: 0;
    }

    .nc-contact-sales__nest-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .nc-contact-sales__intro {
        flex: 0 1 576px;
        max-width: 576px;
        padding: 40px 0;
    }

    .nc-contact-sales__form-wrap {
        flex: 1 1 480px;
        max-width: 784px;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .box-help-can .item .item-content .name {
        font-size: 20px;
    }
}

@media (max-width: 1299.98px) {
    .box-contact-01 {
        padding-top: 10px;
    }

    .box-tow-help {
        padding: 60px 0;
    }

    .box-help-can .dsc-section {
        margin-bottom: 30px;
    }

    .box-help-can .item .item-content {
        padding: 20px;
        border-radius: 16px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .box-help-can .content>.row>div {
        margin-bottom: 20px;
    }

    .box-help-can {
        margin-bottom: 40px;
    }

    .box-help-can .item .item-content .name {
        font-size: 22px;
    }

    .nc-contact-sales__inner {
        padding-top: 0;
    }

    .nc-contact-sales__intro {
        gap: 25px;
    }

    .nc-contact-sales__input,
    .nc-contact-sales__textarea {
        min-height: 50px;
        padding: 13px;
        border-radius: 12px;
    }

    .nc-contact-sales__row {
        gap: 16px;
    }

    .nc-contact-sales__fields {
        gap: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .nc-contact-sales__inner .nc-contact-sales__intro,
    .nc-contact-sales__form-wrap {
        max-width: calc(50% - 40px);
        flex-basis: calc(50% - 40px);
    }

    .nc-contact-sales__form {
        padding: 30px;
    }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
    .box-help-can .content>.row {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }

    .box-help-can .content>.row>div {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }

    .box-help-can .item .item-content .name {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .box-help-can .item {
        height: 100%;
    }
}

@media (max-width: 767px) {
    .box-how-can-we-help-you .container .content {
        flex-direction: column;
        text-align: center;
        padding: 24px 20px;
    }

    .nc-contact-sales__form {
        padding: 20px 15px;
    }
}