﻿/* ===== Contact Page - Banner ===== */
.contact-banner {
    position: relative;
    overflow: hidden;
}

.contact-banner .banner-bg {
    width: 100%;
    height: 100%;
}

.contact-banner .banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== Contact Page - Content ===== */
.contact-content-section {
    padding: clamp(50px, 7vh, 100px) 0;
    background: #fff;
    position: relative;
}

.contact-main {
    max-width: 1400px;
    margin: 0 auto;
}

.company-image {
    width: 100%;
    position: relative;
}

.company-image img {
    width: 100%;
    height: auto;
    display: block;
    /* aspect-ratio: 4/3; */
    object-fit: cover;
}

.contact-info-wrap {
    padding-left: clamp(20px, 4vw, 60px);
}
.contact-info-title-img{
    width: 100%;
    height: auto;
    display: block;
}
.contact-main-title {
    font-size: clamp(28px, 3.5vw, 48px);
    color: #222;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 15px;
}

.contact-main-title .accent {
    color: var(--primary-red);
}

.contact-subtitle {
    font-size: clamp(13px, 1.2vw, 18px);
    color: #333;
    letter-spacing: 1px;
    margin-bottom: clamp(25px, 4vh, 45px);
    font-weight: 500;
}

.contact-details {
    display: flex;
    align-items: flex-start;
    gap: clamp(20px, 3vw, 40px);
}

.qr-code {
    flex-shrink: 0;
    border: 1px solid #e5e5e5;
    padding: 10px;
    background: #fff;
}

.qr-code img {
    width: clamp(120px, 13vw, 160px);
    height: clamp(120px, 13vw, 160px);
    display: block;
}

.contact-info-list {
    flex: 1;
    min-width: 0;
}

.company-name-cn {
    font-size: clamp(16px, 1.5vw, 20px);
    color: #222;
    font-weight: bold;
    margin-bottom: 5px;
}

.company-name-en {
    font-size: clamp(11px, 1vw, 14px);
    color: #666;
    margin-bottom: clamp(15px, 2vh, 25px);
    letter-spacing: 0.5px;
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

.info-list li {
    font-size: clamp(12px, 1.1vw, 15px);
    color: #333;
    line-height: 2;
    display: flex;
    flex-wrap: wrap;
}

.info-label {
    font-weight: 600;
    color: #333;
    margin-right: 6px;
    flex-shrink: 0;
}

.info-value {
    color: #333;
}

.address-en {
    font-size: clamp(10px, 0.9vw, 12px);
    color: #999;
    line-height: 1.5;
    margin: 0;
}

/* ===== Mobile Contact Bar ===== */
.mobile-contact-bar {
    display: none;
    background: var(--dark-bg);
    padding: 25px 0;
}

.mobile-contact-inner {
    max-width: 100%;
    padding: 0 15px;
}

.mobile-brand {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.mobile-brand img {
    width: 32px;
    height: auto;
    margin-right: 10px;
}

.mobile-brand-name {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
}

.mobile-contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.mobile-contact-list li {
    display: flex;
    align-items: flex-start;
    color: #ccc;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.mobile-contact-list li img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-top: 2px;
    flex-shrink: 0;
}

.mobile-contact-list li span {
    flex: 1;
}

.mobile-social {
    display: flex;
    gap: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
}

.mobile-social a {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-social img {
    width: 20px;
    height: 20px;
}

/* ===== Responsive - Contact Page ===== */
@media (max-width: 991.98px) {
    .contact-content-section {
        padding: 35px 0;
    }

    .contact-content-section .container {
        padding-right: 12px !important;
        padding-left: 12px !important;
    }

    .contact-info-wrap {
        padding-left: 0;
        padding-top: 30px;
    }

    .contact-main-title {
        font-size: 32px;
    }

    .contact-subtitle {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .contact-details {
        gap: 10px;
    }
    .contact-details {
        font-size: 14px;
    }
    .qr-code img {
        width: 100px;
        height: 100px;
    }
    .company-name-cn {
        font-size: 17px;
    }

    .company-name-en {
        font-size:10px !important;
        margin-bottom: 0;
    }

    .mobile-contact-bar {
        display: block;
    }
}

@media (max-width: 767.98px) {
    .contact-banner .banner-bg,
    .contact-banner .banner-content {
        height: 200px;
    }

    .contact-banner .banner-title-wrap h1 {
        font-size: 26px;
    }

    .contact-content-section {
        padding: 25px 0;
    }

    .contact-main-title {
        font-size: 26px;
        line-height: 1.4;
    }

    .contact-subtitle {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .contact-details {
        gap: 10px;
    }

    .qr-code img {
        width: 100px;
        height: 100px;
    }

    .company-name-cn {
        font-size: 17px;
    }

    .company-name-en {
        font-size: 12px;
    }

    .info-list li {
        font-size: 13px;
        line-height: 1.9;
    }

    .address-en {
        font-size: 11px;
    }
}