.beilaide-foot {
    font-family: var(--font-family);
    background: #121212;
    color: #FFF;
}

@media screen and (min-width: 1800px) {
    .beilaide-foot .container {
        max-width: 1500px;
    }
}

.beilaide-foot .beilaide-footer-main {
    padding: 50px 0;
}

.beilaide-foot .beilaide-footer-content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.beilaide-foot .beilaide-footer-column {
    flex: 1;
    min-width: 0;
}

.beilaide-foot .beilaide-footer-company {
    flex: 1.2;
    max-width: 350px;
    margin-right: 100px;
}

.beilaide-foot .beilaide-footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 75px;
    padding-top: 12px;
}

.beilaide-foot .beilaide-logo-image {
    aspect-ratio: 223/26;
    position: relative;
}

.beilaide-foot .beilaide-logo-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.beilaide-foot .beilaide-logo-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.beilaide-foot .beilaide-footer-desc {
    margin-bottom: 30px;
}

.beilaide-foot .beilaide-footer-desc p {
    color: #FFF;
    font-family: var(--font-family, 'Poppins', sans-serif);
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.beilaide-foot .beilaide-footer-social {
    display: flex;
    gap: 12px;
    align-items: center;
}

.beilaide-foot .beilaide-social-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    color: #FFF;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
}

.beilaide-foot .beilaide-social-icon .iconfont {
    font-size: 24px;
}

.beilaide-foot .beilaide-social-icon:hover {
    background: var(--color-primary);
}

.beilaide-foot .beilaide-footer-links {
    flex: 0.8;
}

.beilaide-foot .beilaide-footer-title {
    color: #FFF;
    font-family: var(--font-family, 'Poppins', sans-serif);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.beilaide-foot .beilaide-footer-link-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.beilaide-foot .beilaide-footer-link-list li {
    margin-top: 16px;
}

.beilaide-foot .beilaide-footer-link-list a {
    color: #FFF;
    font-family: var(--font-family, 'Poppins', sans-serif);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    text-transform: uppercase;
}

.beilaide-foot .beilaide-footer-link-list a:hover {
    color: var(--color-primary);
    text-decoration: none;
}

.beilaide-foot .beilaide-footer-contact {
    flex: 1;
}

.beilaide-foot .beilaide-footer-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.beilaide-foot .beilaide-footer-contact-item {
    margin-top: 16px;
    color: #FFF;
    font-family: var(--font-family, 'Poppins', sans-serif);
    font-size: 16px;
    font-weight: 400;
    display: flex;
    gap: 14px;
}

.beilaide-foot .beilaide-footer-contact-item:last-child {
    margin-bottom: 0;
}

.beilaide-foot .beilaide-contact-label {
    display: inline;
}

.beilaide-foot .beilaide-contact-value {
    display: inline;
}

.beilaide-foot .beilaide-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.beilaide-foot .beilaide-footer-bottom .container {
    position: relative;
    padding: 25px 15px;
}

.beilaide-foot .crmFormVali-error {
    right: auto;
    top: 100%;
    left: 16px;
}

.beilaide-foot .beilaide-footer-bottom-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.beilaide-foot .beilaide-footer-copyright p,
.beilaide-foot .beilaide-privacy-policy {
    color: #FFF;
    font-family: var(--font-family, 'Poppins', sans-serif);
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    opacity: 0.8;
}

@media (max-width: 1600px) {
    .beilaide-foot .beilaide-footer-content {
        gap: 35px;
    }
}

@media (max-width: 1400px) {
    .beilaide-foot .beilaide-footer-content {
        gap: 30px;
    }

    .beilaide-foot .beilaide-footer-company {
        max-width: 320px;
    }
}

@media (max-width: 1200px) {

    .beilaide-foot .beilaide-footer-content {
        gap: 5px;
    }

    .beilaide-foot .beilaide-footer-company {
        max-width: 280px;
    }

    .beilaide-foot .beilaide-footer-title {
        font-size: 17px;
    }

    .beilaide-foot .beilaide-footer-desc p,
    .beilaide-foot .beilaide-footer-link-list a,
    .beilaide-foot .beilaide-footer-contact-item {
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .beilaide-foot .beilaide-footer-content {
        flex-wrap: wrap;
        gap: 40px;
    }

    .beilaide-foot .beilaide-footer-logo {
        margin-bottom: 40px;
    }

    .beilaide-foot .beilaide-footer-company {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .beilaide-foot .beilaide-footer-links,
    .beilaide-foot .beilaide-footer-contact {
        flex: 1 1 calc(50% - 20px);
    }

    .beilaide-foot .beilaide-footer-main {
        padding: 40px 0;
    }
}

@media (max-width: 768px) {
    .beilaide-foot .beilaide-footer-content {
        flex-direction: column;
        gap: 15px;
    }

    .beilaide-foot .beilaide-footer-company {
        margin-right: 0;
    }

    .beilaide-foot .beilaide-footer-logo {
        margin-bottom: 30px;
    }

    .beilaide-foot .beilaide-footer-social {
        justify-content: center;
    }

    .beilaide-foot .beilaide-footer-links,
    .beilaide-foot .beilaide-footer-contact {
        flex: 1 1 100%;
        text-align: center;
    }

    .beilaide-foot .beilaide-footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .beilaide-foot .beilaide-footer-title {
        font-size: 16px;
    }

    .beilaide-foot .beilaide-footer-desc p,
    .beilaide-foot .beilaide-footer-link-list a,
    .beilaide-foot .beilaide-footer-contact-item {
        font-size: 14px;
    }

    .beilaide-foot .beilaide-footer-link-list li {
        margin: 2px 0;
    }

    .beilaide-foot .beilaide-footer-contact-item {
        justify-content: center;
        gap: 10px;
        margin: 2px 0;
    }
}

@media (max-width: 576px) {
    .beilaide-foot .beilaide-footer-main {
        padding: 35px 0;
    }

    .beilaide-foot .beilaide-footer-content {
        gap: 10px;
    }

    .beilaide-foot .beilaide-footer-logo {
        gap: 10px;
    }

    .beilaide-foot .beilaide-footer-title {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .beilaide-foot .beilaide-footer-desc {
        margin-bottom: 10px;
    }

    .beilaide-foot .beilaide-footer-desc p,
    .beilaide-foot .beilaide-footer-link-list a,
    .beilaide-foot .beilaide-footer-contact-item {
        font-size: 13px;
    }

    .beilaide-foot .beilaide-social-icon {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }

    .beilaide-foot .beilaide-footer-copyright p,
    .beilaide-foot .beilaide-privacy-policy {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .beilaide-foot .beilaide-footer-social {
        flex-wrap: wrap;
    }
}

.beilaide-foot *,
.beilaide-foot *::before,
.beilaide-foot *::after {
    box-sizing: border-box;
}