/* VISION 2026 引路人橫幅區塊樣式 */
#internship-banner-container-2025 {
    text-align: center;
    margin: 30px auto;
    max-width: 800px;
    padding: 20px;
    background: linear-gradient(to bottom, #f5f5f5, #dbe9f6); /* 柔和淺灰藍漸層 */
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

#internship-banner-2025 img {
    width: 100%;
    max-width: 850px;
    height: auto;
    border-radius: 12px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

#internship-banner-2025 img:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}