/* Contact Page Specific Styles */

/* Hero Banner Section */
.contact-hero-banner {
    position: relative;
    width: 100%;
    margin-top: 88px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    margin-bottom: 0;
}

.contact-banner-container {
    width: 100%;
    max-width: 1920px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

/* contact_banner1.png*/
.contact-hero-image {
    width: 100%;
    max-width: 1920px;
    height: auto;
    display: block;
    object-fit: contain;
    margin: 0 auto;
}

/* Brand Intro Text - 思源宋体 18px 居中 */
.contact-intro-section {
    width: 100%;
    padding: 30px 20px;
    background: #fff;
    text-align: center;
}

.contact-intro-container {
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Noto Serif SC', '思源宋体', serif;
    font-size: 18px;
    line-height: 2;
    color: #333;
}

.contact-intro-line1,
.contact-intro-line2,
.contact-intro-line3 {
    margin: 0;
    text-align: center;
}

/* Banner 2 / 3 / 4 Sections */
.contact-banner-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    margin-top: 0;
    margin-bottom: 0;
}

.contact-banner-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.contact-banner-img {
    width: 100%;
    max-width: 1920px;
    height: auto;
    display: block;
    object-fit: contain;
}

/* contact_banner2.png 等比例缩放 30% */
.contact-banner-section:nth-of-type(3) .contact-banner-img {
    width: 30%;
    max-width: 30%;
    margin: 0 auto;
}

/* contact_banner3.png 等比例缩放 13% */
.contact-banner-section:nth-of-type(4) .contact-banner-img {
    width: 13%;
    max-width: 13%;
    margin: 0 auto;
}

/* contact_banner4.png 等比例缩放 60% */
.contact-banner-section:nth-of-type(5) .contact-banner-img,
.contact-banner-section:nth-of-type(5) .contact-map-link {
    width: 60%;
    max-width: 60%;
    margin: 0 auto;
}

.contact-map-link {
    display: block;
    transition: opacity 0.3s;
}

.contact-map-link:hover {
    opacity: 0.9;
}

.contact-map-link img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* Contact Info Text - 居中展示 */
.contact-info-section {
    width: 100%;
    padding: 40px 20px 60px;
    background: #fff;
    text-align: center;
}

.contact-info-container {
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Noto Serif SC', '思源宋体', serif;
    color: #333;
}

.contact-phone {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center;
    color: #333;
}

.contact-address {
    font-size: 16px;
    margin: 0 0 8px;
    text-align: center;
    line-height: 1.6;
}

.contact-extra {
    font-size: 14px;
    margin: 0;
    text-align: center;
    color: #666;
}

/* Responsive */
@media (max-width: 800px) {
    /* .contact-hero-banner {
        margin-top: 60px;
    } */

    .contact-intro-section {
        padding: 24px 15px;
    }

    .contact-intro-container {
        font-size: 17px;
    }

    .contact-phone {
        font-size: 20px;
    }

    .contact-address {
        font-size: 15px;
    }

    .contact-extra {
        font-size: 13px;
    }

    .contact-info-section {
        padding: 30px 15px 50px;
    }
}
