.runfeng_foot {
    padding-top: var(--content-gap-lg);
    background: #282828;
}

.runfeng_foot .crmForm-error {
    white-space: pre;
}

.runfeng_foot_list {
    display: flex;
    justify-content: space-between;
}

.runfeng_foot_list_item_logo img {
    width: auto;
    height: 60px;
    object-fit: cover;
}

.runfeng_foot_list_item_info {
    margin-top: var(--text-gap-md);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.runfeng_foot_list_item_info_item {
    display: flex;
    gap: 12px;
    color: #fff;
    font-size: 14px;
    font-family: var(--title-font-family);
    font-weight: 700;
    line-height: 1.5;
    
}

.runfeng_foot_list_item_info_item span {
    flex: 1;
    word-break: break-all;
}

.runfeng_foot_list_item_info_item svg {
    width: 18px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin-top: 2px;
}

.runfeng_foot_list_item h3 {
    color: #FFF;
    font-size: var(--text-size);
    font-weight: 700;
    line-height: normal;
    
}

.runfeng_foot_list_item ul {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.runfeng_foot_list_item ul li {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    
}

.runfeng_foot_list_info,
.runfeng_foot_list_item_form {
    max-width: 21.5%;
}

.runfeng_foot .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    margin-top: var(--content-gap);
    padding: 20px 0;
}

.runfeng_foot .copyright .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.runfeng_foot .copyright_social {
    display: flex;
    align-items: center;
    gap: 18px;
}

.runfeng_foot .copyright_social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: #BEBEBE;
}

.runfeng_foot .copyright_social a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.runfeng_foot .copyright_text {
    display: flex;
    align-items: center;
    gap: var(--text-gap);
}

.runfeng_foot .copyright_text a {
    color: rgba(255, 255, 255, 0.40);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    
}

.runfeng_foot .copyright_text a:hover {
    color: #fff;
}

.runfeng_foot .copyright_text .copyright_text_content {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    
}


.runfeng_foot .copyright_text .copyright_text_content b {
    text-decoration-line: underline;
}

.runfeng_foot .inqury_title_text {
    color: #fff !important;
    font-size: var(--text-size) !important;
    font-weight: 700 !important;
    line-height: normal !important;
    text-transform: capitalize !important;
}

.runfeng_foot .input-label,
.runfeng_foot .char-count {
    display: none !important;
}

.runfeng_foot .inqury_title_box {
    padding: 0 !important;
}

.runfeng_foot .input-wrap {
    padding: 16px 10px 0 0 !important;
}

.runfeng_foot_list_item_form .col-lg-12,
.runfeng_foot_list_item_form .row {
    padding: 0 !important;
}

.runfeng_foot .one-line-input,
.runfeng_foot .textarea-input {
    border-radius: 4px !important;
    background: rgba(255, 255, 255, 0.8) !important;
    border: none !important;
    padding: 0 10px 0 10px !important;
}

.runfeng_foot .one-line-input::placeholder,
.runfeng_foot .textarea-input::placeholder {
    color: rgba(40, 40, 40, 0.40) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    text-transform: capitalize !important;
}

.runfeng_foot .inqury_submit {
    padding: 7.5px 40px !important;
    border-radius: 99px !important;
    background: #FFF !important;
    color: #282828 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    text-transform: capitalize !important;
}
.runfeng_foot a:hover{
    color: #fff;
}
@media (max-width: 1280px) {
    .runfeng_foot .crmForm-error {
        white-space: normal;
        max-height: calc(12px * 1.4 *1);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
}

@media (max-width: 992px) {
    .runfeng_foot_list {
        flex-direction: column;
        gap: var(--text-gap);
    }

    .runfeng_foot_list_item h3,
    .runfeng_foot .inqury_title_text {
        font-size: 16px !important;
        position: relative;
    }

    .runfeng_foot_list_item h3::after {
        content: '\e643';
        font-family: 'iconfont';
        font-size: 12px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(0deg);
    }

    .runfeng_foot_list_item.active h3::after {
        transform: translateY(-50%) rotate(180deg);
    }

    .runfeng_foot_list_info,
    .runfeng_foot_list_item_form {
        max-width: 100% !important;
    }

    .runfeng_foot_list_item ul {
        display: none;
    }

    .runfeng_foot_list_item ul.active {
        display: flex;
    }
}

@media (max-width: 768px) {
    .runfeng_foot .copyright .container {
        justify-content: flex-start;
        flex-direction: column;
        gap: 16px;
    }
}