/* ===== Global Styles ===== */
@import url('bootstrap.min.css');
@import url('all.min.css');
@import url('swiper-bundle.min.css');
@import url('variables.css');
@import url('common.css');


body {
  font-family: var(--heading-font);
  /*Define scrollbar track*/
  /*Define slider*/
}
body::-webkit-scrollbar {
  width: 12px;
  height: 5px;
}
body::-webkit-scrollbar-track {
  background-color: var(--bs-gray);
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--bs-primary);
}
body:hover::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--bs-primary);
}


/* ===== Animation Classes ===== */
.fade-in {
    opacity: 0;
    transition: opacity 0.5s ease-in, transform 0.5s ease-out;
}

.slide-up {
    transform: translateY(20px);
}

/* ===== Top Info Bar ===== */
.top-info-bar {
    position: relative;
    z-index: 2000;
}

.welcome-text,
.nav-link-secondary,
.divider {
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 38px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0px;
    margin: 0;
    position: relative;
    z-index: 2001;
}

.nav-link-secondary {
    display: inline-block;
    padding: 0 5px;
}

.nav-link-secondary:hover {
    color: var(--primary-color) !important;
}

/* ===== Company Info Area ===== */
.container.my-4 p {
    font-size: 13px;

    color: #333;
    letter-spacing: 0px;
}

.container.my-4 p:first-child {

font-weight: 800;
font-size: 18px;
color: #000000;
line-height: 28px;
text-align: left;
font-style: normal;
text-transform: none;

}

.container.my-4 p:nth-child(2) {

font-weight: 500;
font-size: 13px;
color: #999999;
line-height: 18px;
text-align: left;
font-style: normal;
text-transform: none;

}

.container.my-4 p:nth-child(3) {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

/* ===== Mobile Styles ===== */
@media (max-width: 767.98px) {
    /* Global mobile text optimization */
    body {
        font-size: 14px !important;
        line-height: 1.6 !important;
        letter-spacing: 0px !important;
        padding-top: 60px !important;
    }

    h1 {
        font-size: 20px !important;
        line-height: 1.4 !important;
        margin-bottom: 12px !important;
        font-weight: 700 !important;
    }

    h2 {
        font-size: 18px !important;
        line-height: 1.4 !important;
        margin-bottom: 0px !important;
        font-weight: 600 !important;
    }

    h3 {
        font-size: 16px !important;
        line-height: 1.4 !important;
        margin-bottom: 8px !important;
        font-weight: 600 !important;
    }

    p {
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 12px !important;
        letter-spacing: 0px !important;
    }

    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    section {
        padding: 10px 0 !important;
    }

    .container.my-4 {
        margin: 0px auto !important;
        padding: 15px !important;
    }

    .container.my-4 .col-12.col-md-10 p:nth-child(1) {
        font-size: 16px !important;
        text-align: center !important;
        line-height: 1.5 !important;
        margin-bottom: 10px !important;
    }

    .container.my-4 .col-12.col-md-10 p:nth-child(2) {
        font-size: 14px !important;
        text-align: center !important;
        line-height: 1.4 !important;
        margin-bottom: 8px !important;
    }

    .container.my-4 .col-12.col-md-10 p:nth-child(3) {
        font-size: 14px !important;
        text-align: center !important;
        line-height: 1.5 !important;
        margin-bottom: 0 !important;
    }

    .swiper-slide-content {
        padding: 20px 15px !important;
    }

    .swiper-slide-content h2 {
        font-size: 16px !important;
        line-height: 1.3 !important;
        margin-bottom: 10px !important;
        font-weight: 700 !important;
    }

    .swiper-slide-content p {
        font-size: 12px !important;
        line-height: 1.4 !important;
        margin-bottom: 0 !important;
    }

    .navbar-nav .nav-link {
        font-size: 14px !important;
        line-height: 1.4 !important;
        padding: 8px 12px !important;
        letter-spacing: 0px !important;
    }

    .company-overview-title h2 {
        font-size: 18px !important;
        line-height: 1.3 !important;
        margin-bottom: 0px !important;
        text-align: left !important;
    }

    .company-overview-title .subtitle {
        font-size: 14px !important;
        line-height: 22px !important;
        text-align: left !important;
        margin-bottom: 15px !important;
    }

    .culture-title h2 {
        font-size: 20px !important;
        line-height: 28px !important;
        text-align: center !important;
    }

    .culture-title .subtitle {
        font-size: 14px !important;
        line-height: 20px !important;
        text-align: center !important;
        margin-bottom: 15px !important;
    }

    .honors-title h2 {
        font-size: 20px !important;
        line-height: 28px !important;
        text-align: center;
    }

    .honors-title .subtitle {
        font-size: 14px !important;
        line-height: 20px !important;
        text-align: center !important;

    }

    .patents-title h2 {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .patents-title .subtitle {
        font-size: 14px !important;
        line-height: 20px !important;
        text-align: left !important;
        margin-bottom: 15px !important;
    }

    .honors-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
        padding: 0 10px !important;
    }

    .honor-certificate {
        max-width: 100% !important;
        height: 120px !important;
    }

    .honor-label {
        font-size: 11px !important;
        line-height: 14px !important;
    }

    .product-display-content {
        padding: 20px 0 !important;
    }

    .product-block {
        margin-bottom: 20px !important;
    }

    .product-label .label-text {
        font-size: 13px !important;
        line-height: 1.4 !important;
        padding: 8px 12px !important;
    }

    .btn, .overlay-btn, .view-more-btn {
        font-size: 13px !important;
        line-height: 1.4 !important;
        padding: 10px 20px !important;
        letter-spacing: 0px !important;
    }

    .table {
        font-size: 13px !important;
    }

    .list-group-item {
        font-size: 14px !important;
        line-height: 1.5 !important;
        padding: 10px 15px !important;
    }

    .row {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }

    .col-12, .col-md-2, .col-md-10, .col-md-8, .col-lg-4, .col-lg-6 {
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin-bottom: 15px !important;
    }

    header.bg-white {
        display: none !important;
    }

    .container.my-4 .col-12.col-md-2 {
        text-align: center !important;
        margin-bottom: 20px !important;
    }

    .container.my-4 .col-12.col-md-2 img {
        width: 150px !important;
        max-width: 100% !important;
    }

    .banner-section {
        position: relative !important;
        margin-top: 0 !important;
    }

    .banner-section .navbar {
        display: none !important;
    }

    .banner-section .swiper {
        margin-top: 0 !important;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 35px !important;
        height: 35px !important;
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 14px !important;
    }

    .product-display-content {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
    }

    .product-showcase-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
    }

    .product-showcase-item {
        margin-bottom: 15px !important;
    }


    .application-item {
        margin-bottom: 10px !important;
    }

    .case-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
        padding: 15px 0 !important;
    }

    .case-item {
        margin-bottom: 10px !important;
    }

    .business-item {
        flex-direction: column !important;
        margin-bottom: 25px !important;
        padding: 15px !important;
        border-radius: 8px !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    }

    .business-image {
        margin-bottom: 15px !important;
    }

    .business-content h3 {
        font-size: 15px !important;
        margin-bottom: 10px !important;
        text-align: center !important;
    }

    .business-text {
        font-size: 12px !important;
        line-height: 1.5 !important;
        margin-bottom: 15px !important;
    }

    .contact-info {
        padding: 20px 15px !important;
    }

    .contact-item {
        margin-bottom: 20px !important;
        text-align: center !important;
    }

    .form-control {
        font-size: 14px !important;
        padding: 10px 12px !important;
        margin-bottom: 15px !important;
    }

    .form-label {
        font-size: 14px !important;
        margin-bottom: 5px !important;
        font-weight: 500 !important;
    }


    .footer-top {
        padding: 15px 0 !important;
    }

    .footer-nav .nav {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 4px !important;
    }

    .footer-nav .nav-item {
        flex: 0 0 auto !important;
    }

    .footer-nav .nav-link {
        font-size: 11px !important;
        padding: 6px 8px !important;
        white-space: nowrap !important;
        color: #ffffff !important;
    }

    .footer-bottom {
        padding: 10px 0 !important;
    }

    .copyright {
        font-size: 11px !important;
        line-height: 1.4 !important;
    }

    @media (max-width: 480px) {
        .container {
            padding-left: 10px !important;
            padding-right: 10px !important;
        }

        .swiper-slide-content h2 {
            font-size: 14px !important;
        }

        .swiper-slide-content p {
            font-size: 11px !important;
        }


        .case-grid {
            grid-template-columns: 1fr !important;
        }

        h1 {
            font-size: 18px !important;
        }

        h2 {
            font-size: 16px !important;
        }

        .company-overview-title h2 {
            font-size: 20px !important;
            line-height: 28px !important;

        }

        .development-history-section {
            padding: 30px 0 !important;
            overflow: visible !important;
        }

        .history-header {
            margin-bottom: 20px !important;
            padding: 0 10px !important;
        }

        .history-header h2 {
            font-size: 18px !important;
            line-height: 24px !important;
        }

        .history-header .subtitle {
            font-size: 13px !important;
            line-height: 18px !important;
        }

        .timeline-container {
            padding: 15px 10px !important;
            overflow: visible !important;
        }

        .timeline-wrapper {
            padding: 20px 0 !important;
            overflow: visible !important;
        }

        .timeline-events {
            display: flex !important;
            flex-direction: column !important;
            gap: 15px !important;
            padding: 15px 10px !important;
            min-height: auto !important;
            width: 100% !important;
            position: relative !important;
            overflow: visible !important;
            flex-shrink: 0 !important;
        }

        .timeline-events::before {
            display: none !important;
        }

        .timeline-event {
            display: flex !important;
            position: relative !important;
            width: 100% !important;
            min-width: auto !important;
            min-height: auto !important;
            margin-bottom: 0 !important;
            padding-left: 0px !important;
            padding-bottom: 10px !important;
            flex-shrink: 0 !important;
            flex-direction: column !important;
            overflow: visible !important;
        }

        .timeline-event.above-line,
        .timeline-event.below-line {
            flex-direction: column !important;
        }

        .timeline-event.above-line .event-card,
        .timeline-event.below-line .event-card {
            position: relative !important;
            bottom: auto !important;
            top: auto !important;
            left: auto !important;
            margin-bottom: 0 !important;
            margin-top: 0 !important;
            transform: none !important;
        }

        .year-marker {
            position: relative !important;
            display: inline-block !important;
            left: auto !important;
            top: auto !important;
            font-size: 14px !important;
            line-height: 20px !important;
            min-width: 60px !important;
            white-space: nowrap !important;
            text-align: center !important;
            background: #2E357C !important;
            color: #FFFFFF !important;
            padding: 6px 10px !important;
            border-radius: 15px !important;
            z-index: 3 !important;
            font-weight: 700 !important;
            box-shadow: 0 2px 6px rgba(46, 53, 124, 0.3) !important;
            margin-bottom: 10px !important;
        }

        .event-card {
            width: 100% !important;
            max-width: 100% !important;
            min-width: auto !important;
            padding: 14px 12px !important;
            font-size: 12px !important;
            min-height: auto !important;
            height: auto !important;
            overflow: visible !important;
            word-break: break-word !important;
            position: relative !important;
            margin-left: 0 !important;
            background: #FFFFFF !important;
            border-radius: 10px !important;
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1) !important;
            border-left: 3px solid #2E357C !important;
        }

        .node-circle {
            display: none !important;
        }

        .event-title {
            font-size: 13px !important;
            line-height: 18px !important;
            margin-bottom: 6px !important;
        }

        .event-description {
            font-size: 12px !important;
            line-height: 16px !important;
            word-wrap: break-word !important;
            white-space: normal !important;
            overflow: visible !important;
        }

        .event-date {
            font-size: 11px !important;
            line-height: 14px !important;
            margin-bottom: 4px !important;
        }

        .node-circle {
            width: 6px !important;
            height: 6px !important;
        }

        .timeline-event.above-line .event-card,
        .timeline-event.below-line .event-card {
            position: relative !important;
            margin: 0 !important;
            max-width: none !important;
            min-height: auto !important;
        }

        .timeline-node {
            display: none !important;
        }
    }

    .mobile-sticky-nav {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 1050 !important;
        padding: 8px 0 !important;
        background: #1e50a2 !important;
        backdrop-filter: blur(10px) !important;
        -webkit-backdrop-filter: blur(10px) !important;
        box-shadow: 0 2px 10px rgba(30, 80, 162, 0.4) !important;
        transition: all 0.3s ease !important;
        border-bottom: 1px solid rgba(255,255,255,0.2) !important;
    }

    .mobile-sticky-nav .navbar-brand {
        padding: 0 !important;
    }

    .mobile-sticky-nav .navbar-brand img {
        height: 30px !important;
        width: auto !important;
        filter: brightness(0) invert(1) !important;
    }

    .mobile-sticky-nav .navbar-toggler {
        padding: 4px 8px !important;
        font-size: 16px !important;
        border: 1px solid rgba(255,255,255,0.3) !important;
        border-radius: 4px !important;
    }

    .mobile-sticky-nav .navbar-toggler:focus {
        box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.25) !important;
    }

    .mobile-sticky-nav .navbar-collapse {
        background: #1e50a2 !important;
        margin-top: 10px !important;
        border-radius: 8px !important;
        padding: 15px !important;
        border: 1px solid rgba(255,255,255,0.2) !important;
        box-shadow: 0 4px 15px rgba(30, 80, 162, 0.3) !important;
    }

    .mobile-sticky-nav .navbar-nav {
        flex-direction: column !important;
        gap: 0 !important;
    }

    .mobile-sticky-nav .navbar-nav .nav-item {
        width: 100% !important;
        margin: 0 !important;
        border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    }

    .mobile-sticky-nav .navbar-nav .nav-item:last-child {
        border-bottom: none !important;
    }

    .mobile-sticky-nav .navbar-nav .nav-link {
        width: 100% !important;
        padding: 12px 15px !important;
        font-size: 14px !important;
        color: #ffffff !important;
        text-align: left !important;
        border-radius: 4px !important;
        transition: all 0.3s ease !important;
        text-decoration: none !important;
    }

    .mobile-sticky-nav .nav-item.dropdown .nav-link {
        justify-content: center !important;
    }

    .mobile-sticky-nav .navbar-nav .nav-link:hover,
    .mobile-sticky-nav .navbar-nav .nav-link.active {
        background: rgba(255,255,255,0.1) !important;
        color: #ffffff !important;
        transform: translateX(5px) !important;
    }

    .mobile-sticky-nav .dropdown-menu {
        position: static !important;
        float: none !important;
        background: rgba(255,255,255,0.15) !important;
        border: none !important;
        box-shadow: none !important;
        margin: 5px 0 0 15px !important;
        border-radius: 4px !important;
        border: 1px solid rgba(255,255,255,0.1) !important;
    }

    .mobile-sticky-nav .dropdown-item {
        font-size: 13px !important;
        padding: 8px 12px !important;
        color: rgba(255,255,255,0.8) !important;
        text-decoration: none !important;
    }

    .mobile-sticky-nav .dropdown-item:hover,
    .mobile-sticky-nav .dropdown-item:focus {
        background: rgba(255,255,255,0.1) !important;
        color: #ffffff !important;
    }

    .btn, .overlay-btn, .view-more-btn {
        min-height: 44px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        touch-action: manipulation !important;
    }

    .mobile-sticky-nav .nav-link,
    .mobile-sticky-nav .dropdown-item {
        min-height: 44px !important;
        display: flex !important;
        align-items: center !important;
        touch-action: manipulation !important;
    }

    @media (max-width: 767.98px) {
        .banner-section {
            margin-top: 0 !important;
        }

        .container.my-4 {
            margin-top: 20px !important;
        }
    }

    img {
        touch-action: manipulation !important;
        user-select: none !important;
    }

    .swiper {
        touch-action: pan-y !important;
    }

    .swiper-slide {
        touch-action: manipulation !important;
    }

    .product-image-container:hover .image-overlay {
        opacity: 0 !important;
        visibility: hidden !important;
    }

    .product-image-container {
        position: relative !important;
    }

    .product-mobile-info {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        background: linear-gradient(transparent, rgba(0,0,0,0.8)) !important;
        color: white !important;
        padding: 15px 10px 10px !important;
        font-size: 12px !important;
        line-height: 1.3 !important;
    }

    .form-control:focus {
        border-color: var(--primary-color) !important;
        box-shadow: 0 0 0 0.2rem rgba(30, 80, 162, 0.25) !important;
    }

    body {
        -webkit-overflow-scrolling: touch !important;
        scroll-behavior: smooth !important;
    }

    * {
        touch-action: manipulation !important;
    }

    .navbar, .swiper, .product-image-container {
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
    }

    .swiper, .navbar-collapse, .product-image-container {
        -webkit-transform: translateZ(0) !important;
        transform: translateZ(0) !important;
        -webkit-backface-visibility: hidden !important;
        backface-visibility: hidden !important;
    }

    body, p, h1, h2, h3, .nav-link {
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
        text-rendering: optimizeLegibility !important;
    }

    .btn:focus, .nav-link:focus, .form-control:focus {
        outline: 2px solid var(--primary-color) !important;
        outline-offset: 2px !important;
    }

    img {
        opacity: 1 !important;
        transition: opacity 0.3s ease !important;
    }

    img[loading="lazy"] {
        opacity: 0 !important;
    }

    img[loading="lazy"].loaded {
        opacity: 1 !important;
    }

    .d-none.d-md-block {
        display: none !important;
    }

    .container.my-4 {
        will-change: transform !important;
    }

    .swiper-slide-content {
        will-change: opacity !important;
    }

    .company-badge {
        font-size: 12px !important;
        padding: 6px 10px !important;
        gap: 5px !important;
        min-width: auto !important;
        white-space: normal !important;
        text-align: center !important;
        flex-shrink: 0 !important;
    }

    .company-badge::before {
        width: 8px !important;
        height: 8px !important;
        background: radial-gradient(circle at center, #3B4284 0, #3B4284 3px, transparent 3px) !important;
        flex-shrink: 0 !important;
    }

    .company-overview-badges {
        gap: 8px !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }

    .company-overview-text h3 span {
        font-size: 11px !important;
    }

    .company-overview-header {
        margin-bottom: 10px !important;
    }

    .view-more {
        font-size: 13px !important;
    }

    .company-stats {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
        margin-top: 20px !important;
    }

    .company-stats .stat-item {
        text-align: center !important;
        margin-bottom: 0 !important;
    }

    .stat-number {
        line-height: unset !important;
    }

    .product-display-content {
        margin-top: 10px !important;
    }

    .product-solution-section {
        background-image: url('../images/yddjjfabj.jpg') !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: cover !important;
        background-attachment: scroll !important;
        min-height: 300px !important;
    }

    body .product-solution-section {
        background-image: url('../images/yddjjfabj.jpg') !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: 100% 100% !important;
    }

    .solution-content {
        margin-top: 200px !important;
    }

    .nybanner {
        font-size: 16px !important;
        line-height: 50px !important;
    }

    .nyborder {
        height: 1px !important;
        border-width: 1px !important;
    }

    .development-history-section {
        padding: 40px 0 !important;
        overflow: visible !important;
    }

    .history-header {
        margin-bottom: 30px !important;
        padding: 0 15px !important;
    }

    .history-header h2 {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .history-header .subtitle {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .timeline-container {
        padding: 20px 15px !important;
        overflow: visible !important;
        -webkit-overflow-scrolling: touch !important;
        position: relative !important;
        min-height: auto !important;
    }


    .timeline-wrapper {
        padding: 30px 0 !important;
        overflow: visible !important;
    }

    .timeline-events {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
        padding: 20px 15px !important;
        min-height: auto !important;
        width: 100% !important;
        position: relative !important;
        overflow: visible !important;
        flex-shrink: 0 !important;
    }

    .timeline-event {
        display: flex !important;
        position: relative !important;
        width: 100% !important;
        min-width: auto !important;
        min-height: auto !important;
        margin-bottom: 0 !important;
        flex-shrink: 0 !important;
        flex-direction: column !important;
        overflow: visible !important;
    }

    .timeline-event.above-line,
    .timeline-event.below-line {
        flex-direction: column !important;
    }

    .timeline-event.above-line .event-card,
    .timeline-event.below-line .event-card {
        position: relative !important;
        bottom: auto !important;
        top: auto !important;
        left: auto !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        transform: none !important;
    }

    .year-marker {
        position: relative !important;
        display: inline-block !important;
        left: auto !important;
        top: auto !important;
        font-size: 16px !important;
        line-height: 22px !important;
        min-width: 65px !important;
        white-space: nowrap !important;
        text-align: center !important;
        background: #2E357C !important;
        color: #FFFFFF !important;
        padding: 6px 12px !important;
        border-radius: 20px !important;
        z-index: 3 !important;
        font-weight: 700 !important;
        box-shadow: 0 3px 8px rgba(46, 53, 124, 0.3) !important;
        margin-bottom: 12px !important;
    }

    .event-card {
        width: 100% !important;
        max-width: 100% !important;
        min-width: auto !important;
        padding: 16px 14px !important;
        font-size: 13px !important;
        max-height: none !important;
        min-height: auto !important;
        height: auto !important;
        overflow: visible !important;
        word-break: break-word !important;
        position: relative !important;
        margin-left: 0 !important;
        background: #FFFFFF !important;
        border-radius: 12px !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
        border-left: 4px solid #2E357C !important;
    }

    .event-title {
        font-size: 14px !important;
        line-height: 20px !important;
        margin-bottom: 8px !important;
    }

    .event-description {
        font-size: 13px !important;
        line-height: 18px !important;
        max-height: none !important;
        overflow: visible !important;
        word-wrap: break-word !important;
        white-space: normal !important;
        text-overflow: unset !important;
        display: block !important;
    }

    .event-date {
        font-size: 12px !important;
        line-height: 16px !important;
        margin-bottom: 6px !important;
    }

    .nav-arrow {
        width: 28px !important;
        height: 28px !important;
        display: none !important;
    }

    .timeline-events::before {
        display: none !important;
    }

    .node-circle {
        display: none !important;
    }

    .timeline-node {
        display: none !important;
    }
}

/* ===== Contact Title Area ===== */
.company-overview-title {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}

.title-left {
    flex: 1 !important;
}





/* Mobile Contact Title Optimization */
@media (max-width: 767.98px) {
    .company-overview-title {
        display: initial !important;
        flex-direction: unset !important;
        text-align: left !important;
        gap: unset !important;
    }

    .company-overview-title h2 {
        text-align: left !important;
    }

    body .contact-section .company-overview-title h2,
    body .about-section .company-overview-title h2,
    body section .company-overview-title h2,
    body .company-overview-title h2 {
        text-align: left !important;
    }

    .title-right {
        margin-left: 0 !important;
        margin-top: 15px !important;
    }

    .title-qr-code {
        width: 200px !important;
        height: 200px !important;
    }
}

/* ===== Contact Info Horizontal Layout ===== */
section.contact-section .contact-content .contact-item .contact-info {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    margin-bottom: 8px !important;
    gap: 8px !important;
    padding: 5px 0 !important;
}

section.contact-section .contact-content .contact-item .contact-info .contact-icon-img {
    width: 20px !important;
    height: 20px !important;
    flex-shrink: 0 !important;
    object-fit: contain !important;
    margin-right: 0 !important;
}

section.contact-section .contact-content .contact-item .contact-info span {
    flex: 1 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}

#contact .contact-content .contact-info {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    margin-bottom: 8px !important;
    gap: 8px !important;
}

#contact .contact-content .contact-info .contact-icon-img {
    width: 20px !important;
    height: 20px !important;
    flex-shrink: 0 !important;
    object-fit: contain !important;
}

body section.contact-section#contact .contact-content .contact-item .contact-info {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 15px !important;
}

.contact-section .contact-info {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    font-family: inherit !important;
    font-weight: normal !important;
    font-size: inherit !important;
    gap: 8px !important;
    margin-bottom: 8px !important;
}

.branch-address {
    font-size: 11px;
    line-height: 13px;
}

.branch-phone {
    font-size: inherit;
}

/* ===== Contact Page Mobile ===== */
@media (max-width: 767.98px) {
    .contact-section .company-overview-title {
        margin-bottom: 20px !important;
    }

    .contact-section .company-overview-title h2 {
        font-size: 20px !important;
    }

    .contact-section .company-overview-title .subtitle {
        font-size: 13px !important;
    }

    .contact-section .title-qr-code {
        width: 80px !important;
        height: 80px !important;
    }

    .contact-content {
        padding: 0 10px !important;
    }

    .contact-content .row.mb-4 {
        margin-bottom: 20px !important;
    }

    .contact-item {
        margin-bottom: 20px !important;
        padding: 15px !important;

    }

    .contact-title {
        font-size: 16px !important;
        font-weight: 600 !important;
        margin-bottom: 10px !important;
        text-align: center !important;
        color: #1e50a2 !important;
    }

    .contact-content .contact-info {
        display: flex !important;
        align-items: center !important;
        margin-bottom: 10px !important;
        padding: 5px 0 !important;
        gap: 10px !important;
    }

    .contact-content .contact-info .contact-icon-img {
        width: 18px !important;
        height: 18px !important;
        flex-shrink: 0 !important;
        object-fit: contain !important;
    }

    .contact-content .contact-info span {
        flex: 1 !important;
        font-size: 14px !important;
        line-height: 1.4 !important;
    }

    .contact-content .contact-info span[style*="font-size: 12px"] {
        font-size: 13px !important;
        line-height: 1.3 !important;
    }

    .contact-item .row .col-lg-6 {
        margin-bottom: 15px !important;
        padding: 0 5px !important;
    }

    .contact-item .row .col-lg-6:last-child {
        margin-bottom: 0 !important;
    }

    .contact-map {
        margin-top: 20px !important;
    }

    .contact-map #allmap {
        height: 300px !important;
        border-radius: 8px !important;
    }

    .floating-contact-info {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .contact-section .title-qr-code {
        width: 200px !important;
        height: 200px !important;
    }

    .contact-content {
        padding: 0 5px !important;
    }

    .contact-item {
        padding: 12px !important;
    }

    .contact-title {
        font-size: 15px !important;
    }

    .contact-content .contact-info span {
        font-size: 13px !important;
    }

    .contact-content .contact-info span[style*="font-size: 12px"] {
        font-size: 12px !important;
    }

    .contact-map #allmap {
        height: 250px !important;
    }

    .footer-nav .nav-link {
        font-size: 11px !important;
        padding: 5px 6px !important;
    }
}

@media (max-width: 767.98px) {
    section.contact-section .contact-content .contact-item .contact-info,
    #contact .contact-content .contact-info {
        flex-direction: row !important;
        text-align: left !important;
        justify-content: flex-start !important;
        display: flex !important;
        align-items: center !important;
    }
}

.vertical-divider {
    width: 1px;
    height: 60px;
    background: linear-gradient(to bottom, transparent, #ddd, transparent);
}

/* ===== Navbar ===== */
.navbar-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 0;
}

.navbar-nav .nav-item {
    flex: 0 1 auto;
    text-align: center;
    margin: 0 8px;
    position: relative;
}

.navbar-nav .nav-link {
    width: 100%;
    height: 28px;
    font-weight: 400;
    font-size: 14px;
    color: #C1C1C1;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-nav .nav-link.active {
    color: #ffffff !important;
}

/* ===== Company Overview ===== */
.company-overview-section {
    padding: 80px 0;
    background: #ffffff;
}

.company-overview-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
}

.company-overview-title {
    flex-direction: row;
    align-items: center;
    gap: 12px;

}




.company-overview-title h2 {
    font-family: Arial, sans-serif;
    font-weight: 800;
    font-size: 32px;
    color: #2E357C;
    line-height: 45px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0;
    display: block;
}

.company-overview-title .subtitle {
    font-family: Arial, sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #999999;
    line-height: 34px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0;
    padding: 0;
    position: relative;
}




.company-overview-badges {
    display: flex;
    gap: 15px;
}

.company-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 4px;
    font-family: Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #3B4284;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.company-badge::before {
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #3B4284;
    border-radius: 50%;
    margin-right: 6px;
    display: inline-block;
    position: relative;
    background: radial-gradient(circle at center, #3B4284 0, #3B4284 3px, transparent 3px);
}

.company-overview-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.company-overview-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.company-overview-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
    transition: transform 0.3s ease;
}

.company-overview-image:hover img {
    transform: scale(1.05);
}

.company-overview-text {
    padding: 0 20px;
}

.company-overview-text h3 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0 0 12px 0;
}

.company-overview-text h3 span {
    font-family: Arial, sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #999999;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 12px;
    position: relative;
}

.company-overview-text h3 span::before {
    content: "—";
    color: #999999;
    margin-right: 12px;
    font-weight: 300;
}

.company-overview-text .text-subtitle {
    font-size: 1rem;
    color: #999999;
    font-weight: 400;
    margin: 0 0 30px 0;
    position: relative;
}

.company-overview-text .text-subtitle::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #1e50a2;
}

.company-overview-text .company-description {
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 20px;
    text-align: justify;
}

.company-overview-text .company-description p {
    text-indent: 2em;
    margin-bottom: 0;
    color: #999999;
}

.company-overview-text .company-description br + * {
    text-indent: 2em;
}

.company-overview-text .view-more {
    display: inline-block;
    color: #2E357C;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    transition: color 0.3s ease;
}

.company-overview-text .view-more:hover {
    color: #0d3a7a;
    text-decoration: underline;
}

.company-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 60px;
    text-align: center;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-number {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 56px;
    color: #2E357C;
    line-height: 78px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 8px;
}

.stat-label {
    font-family: Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0;
}

@media (max-width: 991px) {
    .company-overview-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .company-overview-header {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .company-overview-badges {
        gap: 12px;
    }

    .company-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .company-overview-section {
        padding: 60px 0;
    }

    .company-overview-title h2 {
        font-size: 28px;
    }

    .company-overview-text h3 {
        font-size: 24px;
    }

    .company-stats {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .stat-number {
        font-size: 48px;
    }
}

/* ===== Banner ===== */
.banner-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* ===== Navbar Overlay ===== */
.nav-item.dropdown{
    display: flex;
    gap: 0px;
}

.daohangxialaitubiao{
    font-weight: 400;
    font-size: 14px;
    color: #C1C1C1;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0px;
    transition: all 0.3s ease;
}
.nav-item.dropdown .nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    padding: 0;
}

.nav-item.dropdown .nav-link a {
    text-decoration: none;
    color: white;
    padding: 0.5rem 1rem;
    margin: 0;
}

.nav-item.dropdown .nav-link .dropdown-toggle {
    padding: 0.5rem 0.5rem;
    margin-left: 0;
    border: none;
    background: none;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
    top: 1px;
}

.nav-item.dropdown .nav-link .dropdown-toggle span {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid white;
    margin-left: 0;
}

.navbar-overlay {
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    z-index: 20;
    background: transparent;
    border: none;
    border-bottom: 2px solid #C1C1C1;
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.navbar-overlay.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #3B4284;
    border-bottom: 2px solid #3B4284;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
    z-index: 999;
}

.navbar-overlay.sticky .dropdown-menu {
    background-color: rgba(59, 66, 132, 0.95);
    border: 1px solid #3B4284;
}

.navbar-overlay.sticky .dropdown-item {
    color: #ffffff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar-overlay.sticky .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
}

.navbar-overlay {
    transition: all 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.navbar-overlay.sticky .dropdown-menu {
    transition: all 0.3s ease;
    transform-origin: top center;
}

.navbar-overlay.sticky {
    z-index: 1000;
}

/* ===== Certification ===== */
.certification-section {
    padding: 80px 0;
    background: #ffffff;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-family: Arial, sans-serif;
    font-weight: 800;
    font-size: 32px;
    color: #333333;
    line-height: 45px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0 0 8px 0;
}

.section-header .subtitle {
    font-family: Arial, sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #999999;
    line-height: 34px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0;
}

.certification-section .certification-swiper-container {
    margin-top: 40px;
}

.certification-swiper-container {
    position: relative;
    padding: 0 10px;
    margin: 40px auto;
}

.certification-swiper {
    overflow: hidden;
}

.certificate-item {
    position: relative;
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 160px;
    height: 220px;
    overflow: hidden;
}

.certificate-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: #3B4284;
}

.certificate-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.certificate-label {
    font-family: Arial, sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #333333;
    line-height: 18px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 8px;
}

/* ===== Partners ===== */
.partners-section {
    padding: 80px 0;
    background: #F6F6F6;
}

.partners-swiper-container {
    position: relative;
    padding: 0 0px;
    margin: 40px auto;
    overflow: hidden;
}

.partners-swiper {
    overflow: hidden;
}

.partners-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.partners-row {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    width: max-content;
    min-width: 100%;
    justify-content: flex-start;
    will-change: transform;
    animation: partners-marquee var(--marquee-duration, 26s) linear infinite;
}

.partners-row:nth-child(1) {
    justify-content: flex-start;
    padding-left: 0;
}

.partners-row:nth-child(2) {
    justify-content: flex-start;
    padding-left: 60px;
}

.partners-row:nth-child(3) {
    justify-content: flex-start;
    padding-left: 0;
}

.partners-row:nth-child(4) {
    justify-content: flex-start;
    padding-left: 60px;
}

.partner-item {
    background: #ffffff;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 160px;
    flex-shrink: 0;
    border: 1px solid #f0f0f0;
}

.partner-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    border-color: #3B4284;
}

.partner-logo {
    max-width: 100%;
    max-height: 100%;
}

.certification-next,
.certification-prev,
.partners-next,
.partners-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: #3B4284;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.certification-next:hover,
.certification-prev:hover,
.partners-next:hover,
.partners-prev:hover {
    background: #2E357C;
    transform: translateY(-50%) scale(1.1);
}

.certification-next,
.partners-next {
    right: 0;
}

.certification-prev,
.partners-prev {
    left: 0;
}

.certification-next::after,
.certification-prev::after,
.partners-next::after,
.partners-prev::after {
    font-size: 16px;
    font-weight: bold;
}

.certification-next::after,
.partners-next::after {
    content: "›";
}

.certification-prev::after,
.partners-prev::after {
    content: "‹";
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media (max-width: 1200px) {
    .certification-swiper-container,
    .partners-swiper-container {
        padding: 0 40px;
    }

    .certificate-item {
        width: 160px;
        height: 220px;
    }

    .partners-grid {
        gap: 12px;
    }

    .partners-row {
        gap: 12px;
    }

    .partners-row:nth-child(2),
    .partners-row:nth-child(4) {
        padding-left: 45px;
    }
}

@media (max-width: 991px) {
    .certificate-item {
        width: 140px;
        height: 200px;
    }

    .partners-grid {
        gap: 10px;
    }

    .partners-row {
        gap: 10px;
    }

    .partners-row:nth-child(2),
    .partners-row:nth-child(4) {
        padding-left: 35px;
    }

    .partner-item {
        height: 70px;
        width: 130px;
        padding: 12px;
    }

    .partner-logo {
        width: 50px;
        height: 40px;
    }
}

@media (max-width: 768px) {
    .certification-section,
    .partners-section {
        padding: 60px 0;
    }

    .section-header h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .section-header .subtitle {
        font-size: 18px;
        line-height: 25px;
    }

    .certificate-item {
        width: 120px;
        height: 170px;
        padding: 6px;
    }

    .certificate-image {
        height: 100%;
    }

    .partners-grid {
        gap: 8px;
    }

    .partners-row {
        gap: 8px;
    }

    .partners-row:nth-child(2),
    .partners-row:nth-child(4) {
        padding-left: 20px;
    }

    .partner-item {
        height: 60px;
        width: 100px;
        padding: 8px;
    }

    .partner-logo {
        width: 40px;
        height: 30px;
    }

    .certification-swiper-container,
    .partners-swiper-container {
        padding: 0 15px;
    }
}

@media (max-width: 576px) {
    .partners-grid {
        gap: 6px;
    }

    .partners-row {
        gap: 6px;
    }

    .partners-row:nth-child(2),
    .partners-row:nth-child(4) {
        padding-left: 15px;
    }

    .partner-item {
        height: 50px;
        width: 80px;
        padding: 6px;
    }

    .partner-logo {
        width: 32px;
        height: 24px;
    }
}

.navbar-overlay .navbar-nav .nav-link {
    font-weight: 400;
    font-size: 18px;
    color: #C1C1C1;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0px;
    transition: all 0.3s ease;
}

.navbar-overlay .navbar-nav .nav-item.dropdown .nav-link {
    font-weight: 400;
    font-size: 18px;
    color: #C1C1C1;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0px;
    transition: all 0.3s ease;
    padding-right: 4px;
    margin-left: 12px;
}

.navbar-overlay .navbar-nav .nav-link:hover,
.navbar-overlay .navbar-nav .nav-link.active {
    color: #ffffff !important;
    transform: translateY(-2px);
}

.navbar-overlay .navbar-nav .nav-link.active {
    font-weight: 600;
    color: #ffffff !important;
}

/* ===== Dropdown ===== */
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.2em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle .fas.fa-chevron-down {
    transition: transform 0.3s ease;
}

.dropdown.show .fas.fa-chevron-down {
    transform: rotate(180deg);
}

.dropdown-menu {
    background-color: #ECA031;
    border: none;
    border-radius: 8px;
    margin-top: 0;
    padding: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 160px;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-item {
    color: #fff !important;
    font-size: 13px;
    padding: 10px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    letter-spacing: 0px;
    text-align: center;
}

.dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
}

.dropdown-item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* ===== Banner Carousel ===== */
.banner-swiper,
.banner1-swiper {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 38px;
}

.banner-swiper .swiper-slide {
    width: 100%;
    position: relative;
}

.swiper-slide {
    position: relative;
}

.swiper-slide-img {
    width: 100%;
    height: auto;
    display: block;
}

.swiper-slide-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0 40px 0;
}

.swiper-slide-content h2 {
    font-family: Arial, sans-serif;
    font-weight: 800;
    font-size: 42px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    max-width: 800px;
    margin: 0 auto 1rem;
    letter-spacing: 0px;
    text-decoration: underline;
    text-decoration-color: #FFFFFF;
    text-decoration-thickness: 3px;
    text-underline-offset: 12px;
}

.swiper-slide-content p {
    font-size: 15px;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    max-width: 600px;
    margin: 0 auto 2rem;
    letter-spacing: 0px;
}

.swiper-slide-content .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* ===== Swiper Nav Buttons ===== */
.swiper-button-next,
.swiper-button-prev {
    color: #ffffff !important;
    width: 50px !important;
    height: 50px !important;
    background: rgba(0, 0, 0, 0.4) !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    font-weight: bold !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    z-index: 10 !important;
    opacity: 0.8 !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    cursor: pointer !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.6) !important;
    opacity: 1 !important;
    transform: translateY(-50%) scale(1.1) !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px !important;
    font-weight: bold !important;
}

.swiper-button-next::after {
    content: "›" !important;
}

.swiper-button-prev::after {
    content: "‹" !important;
}

.swiper-button-next {
    right: 20px !important;
}

.swiper-button-prev {
    left: 20px !important;
}

/* ===== Section Title ===== */
.section-title {
    position: relative;
    margin-bottom: 3rem;
    letter-spacing: 0px;
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: var(--primary-color);
    margin: 0.8rem;
}

/* ===== Product Card ===== */
.product-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* ===== Product Display ===== */
.product-display-section {
    padding: 80px 0;
    background: #f5f5f5;
}

.product-display-header {
    text-align: left;
    margin-bottom: 60px;
}

.product-display-title {
    font-family: Arial, sans-serif;
    font-weight: 800;
    font-size: 32px;
    color: #333333;
    line-height: 45px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0 0 8px 0;
}

.product-display-subtitle {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0;
}

.product-display-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    margin-top: 50px;
}

.product-block {
    background: #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    min-height: 360px;
}

/* ===== Product Info ===== */
.product-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-name {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0 0 16px 0;
}

.product-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}

.product-features li {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.feature-icon {
    color: #000000;
    margin-right: 6px;
    font-size: 13px;
    line-height: 22px;
}

.learn-more-btn {
    display: inline-block;
    background: #ff0000;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    transition: background-color 0.3s ease;
    align-self: flex-end;
}

.learn-more-btn:hover {
    background: #cc0000;
    color: #ffffff;
    text-decoration: none;
}

/* ===== Image Container and Overlay ===== */
.product-image-container {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.product-image-container:hover .image-overlay {
    opacity: 1;
}

.product-image-container:hover .product-image {
    transform: scale(1.05);
}

.overlay-content {
    text-align: center;
    color: #ffffff;
    padding: 16px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 26px;
}

.overlay-content p {
    max-width: 80%;
    text-align: left;
    font-style: normal;
    text-transform: none;
}



.overlay-btn {
    display: block;
    margin-left: auto;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}



/* ===== Product Label ===== */
.product-label {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.95);
    padding: 6px 10px;
    z-index: 10;


}

.product-label span {
    color: #2E357C;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
}

.product-label:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 1);
}

/* ===== Product Icon ===== */
.product-icon {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 15;
    width: 60px;
    height: 52px;
}

.product-icon svg {
    width: 100%;
    height: 100%;
}

.equipment-panel .product-icon {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 15;
    width: 60px;
    height: 52px;
}

.equipment-panel .product-icon svg {
    width: 100%;
    height: 100%;
}

.product-image-container:hover .product-label {
    opacity: 0;
    pointer-events: none;
}

.label-icon {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 6px;
}

.label-text {
    font-family: Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

@media (max-width: 991px) {
    .product-display-content {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .product-block:first-child {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .product-info {
        order: 2;
    }

    .product-image-container {
        order: 1;
        height: 280px;
    }
}

@media (max-width: 768px) {
    .product-display-section {
        display: none !important;
    }

    .product-display-title {
        font-size: 28px;
    }

    .product-name {
        font-size: 20px;
    }

    .product-features li {
        font-size: 13px;
    }

    .product-image-container {
        height: 220px;
    }
}

/* ===== Product Solution ===== */
.product-solution-section {
    padding: 80px 0;
    background: url('../images/jjfabg.jpg') no-repeat top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.product-solution-section .company-overview-title h2 {
    font-family: Arial, sans-serif;
    font-weight: 800;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 45px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.product-solution-section .company-overview-title .subtitle {
    font-family: Arial, sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 34px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.product-solution-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.product-solution-section .container {
    position: relative;
    z-index: 2;
}

.solution-content {
    margin-top: 500px;
}

.solution-top-section {
    margin-bottom: 60px;
}

.ev-chassis-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.ev-chassis-image {
    position: relative;
    width: 100%;
    height: 400px;
    background: #e9ecef;
    border-radius: 8px;
    overflow: hidden;
}

.chassis-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.chassis-frame {
    position: relative;
    width: 80%;
    height: 70%;
    background: #d1d3d4;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chassis-body {
    position: absolute;
    width: 90%;
    height: 60%;
    background: #b8b9ba;
    border-radius: 6px;
    top: 20%;
}

.battery-pack {
    position: absolute;
    width: 60%;
    height: 25%;
    background: #2c3e50;
    border-radius: 4px;
    top: 35%;
    left: 20%;
    border: 2px solid #34495e;
}

.control-box {
    position: absolute;
    width: 15%;
    height: 20%;
    background: #95a5a6;
    border-radius: 4px;
    top: 15%;
    left: 10%;
    border: 2px solid #7f8c8d;
}

.motor-housing {
    position: absolute;
    width: 18%;
    height: 22%;
    background: #7f8c8d;
    border-radius: 4px;
    top: 15%;
    right: 10%;
    border: 2px solid #6c7b7d;
}

.chassis-wheels {
    position: absolute;
    width: 100%;
    height: 100%;
}

.wheel {
    position: absolute;
    width: 12%;
    height: 12%;
    background: #2c3e50;
    border-radius: 50%;
    border: 3px solid #34495e;
}

.wheel-front-left {
    top: 5%;
    left: 5%;
}

.wheel-front-right {
    top: 5%;
    right: 5%;
}

.wheel-rear-left {
    bottom: 5%;
    left: 5%;
}

.wheel-rear-right {
    bottom: 5%;
    right: 5%;
}

.chassis-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.welding-points {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.welding-point {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.point-marker {
    width: 10px;
    height: 10px;
    background: #ff0000;
    border: 2px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    animation: pulse 2s infinite;
}

.point-label {
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

/* ===== Solution Middle ===== */
.solution-middle-section {
    margin-bottom: 16px;
    text-align: center;
}

.arrow-down {
   padding-top: 50px;
    margin-bottom: 30px;
    animation: bounce 2s infinite;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.arrow-down svg {
    width: 100%;
    height: auto;
    max-width: 80px;
    max-height: 34px;
}




@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-8px); }
    60% { transform: translateY(-4px); }
}

.equipment-panels {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.equipment-panel {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: 2px solid #e9ecef;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.equipment-panel:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.panel-number {
    position: absolute;
    top: -12px;
    left: 16px;
    background: #2E357C;
    color: #ffffff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(46, 53, 124, 0.3);
    font-family: Arial, sans-serif;
}

.panel-title {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 8px;
}

.panel-image {
    position: relative;
    width: 100%;
    height: 180px;
    background: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
}

.equipment-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.equipment-panel:hover .equipment-img {
    transform: scale(1.05);
}

.youzhi-logo {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
}

.equipment-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.equipment-icon {
    font-size: 40px;
    opacity: 0.6;
}

.plate-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.plate-icon {
    font-size: 30px;
    opacity: 0.6;
}

/* ===== Solution Bottom ===== */
.solution-bottom-section {
    text-align: center;
}

.arrow-up {
    margin-top: 30px;
   margin-bottom: 50px;
    animation: bounce 2s infinite reverse;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.arrow-up svg {
    width: 100%;
    height: auto;
    max-width: 80px;
    max-height: 34px;
}

.dch-image {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}



.cooling-plate-types {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 0 auto;

}

.cooling-plate-types .company-badge{
    font-size: 20px;
    color: #fff;
}

.cooling-plate-types .company-badge::before{
    border: 1px solid #fff;

    background: radial-gradient(circle at center, #ffffff 0, #ffffff 3px, transparent 3px);
}

.plate-image {
    width: 100%;
    height: 160px;
    background: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px;
}

.plate-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.cooling-plate-type:hover .plate-img {
    transform: scale(1.05);
}

.plate-title {
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #333333;
    text-align: center;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .equipment-panels {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .cooling-plate-types {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ev-chassis-container {
        padding: 16px;
    }

    .ev-chassis-image {
        height: 280px;
    }

    .product-solution-section {
        min-height: auto;
        padding: 60px 0;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
        background-repeat: no-repeat;
    }

    .dch-image {
        max-width: 600px;
    }
}

@media (max-width: 768px) {
    .product-solution-section {
        padding: 40px 0;
        min-height: auto;
        background-size: cover;
        background-position: center center;
        background-attachment: scroll;
        background-repeat: no-repeat;
    }

    .ev-chassis-image {
        height: 220px;
    }

    .dch-image {
        max-width: 400px;
        border-radius: 8px;
    }

    .equipment-panel {
        padding: 16px;
    }

    .panel-image {
        height: 130px;
    }

    .cooling-plate-type {
        padding: 16px;
    }

    .plate-image {
        height: 120px;
    }

    .arrow-down,
    .arrow-up {
        font-size: 30px;
    }

    .chassis-frame {
        width: 90%;
        height: 80%;
    }

    .welding-point {
        transform: scale(0.8);
    }

    .point-label {
        font-size: 11px;
        padding: 3px 6px;
    }
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .banner-section {
        height: auto;
    }

    .navbar-overlay.sticky {
        padding: 0.25rem 0;
    }

    .navbar-overlay.sticky .navbar-nav .nav-link {
        font-size: 14px;
        padding: 0.4rem 0.25rem;
    }

    .navbar-overlay {
        padding: 0.4rem 0;
        border-bottom: 2px solid #C1C1C1;
    }

    .swiper-slide-content {
        padding-top: 50px;
    }

    .swiper-slide-content h2 {
        font-family: Arial, sans-serif;
        font-weight: 800;
        font-size: 28px;
        color: #FFFFFF;
        line-height: 40px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        letter-spacing: 0px;
        text-decoration: underline;
        text-decoration-color: #FFFFFF;
        text-decoration-thickness: 2px;
        text-underline-offset: 8px;
    }

    .swiper-slide-content p {
        font-size: 14px;
        letter-spacing: 0px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px !important;
        height: 40px !important;
        font-size: 18px !important;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 14px !important;
    }

    .vertical-divider {
        display: none;
    }

    .navbar {
        padding: 0.4rem 0;
    }

    .banner-swiper {
        height: auto;
    }
}

@media (max-width: 991px) {
    .dropdown-menu {
        background-color: transparent;
        border: none;
        box-shadow: none;
    }

    .dropdown-item {
        color: #C1C1C1 !important;
        padding: 6px 12px;
        border-bottom: 1px solid rgba(193, 193, 193, 0.1);
    }
}

/* ===== Product Showcase ===== */
.product-showcase-container {
    background: #f8f9fa;
    padding: 8px 0;
    border-radius: 10px;
}

.product-showcase-title {
    text-align: center;
    margin-bottom: 30px;
}

.product-showcase-title h2 {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    margin: 0;
    letter-spacing: 0px;
}

.product-showcase-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 0 auto;
    padding: 0 4px;
}

.product-showcase-item {
    background: #fff;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-showcase-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.product-item-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 16px;
    text-align: left;
    letter-spacing: 0px;
}

.product-item-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-features li {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 6px;
    text-align: left;
    letter-spacing: 0px;
}

.product-image-wrapper {
    margin: 12px 0;
    text-align: center;
}

.product-showcase-image {
    width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    position: relative;
}

.product-number-icon {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 50px;
    height: 42px;

}

.product-number-icon svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.4));
    transition: transform 0.3s ease;
}

.product-number-icon:hover svg {
    transform: scale(1.1);
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-4px);
    }
}

.product-number-icon text {
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.product-showcase-image:hover {
    transform: scale(1.02);
}

.product-showcase-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
}

.learn-more-link {
    color: #333;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    margin-top: 8px;
    display: inline-block;
    transition: color 0.3s ease;
    letter-spacing: 0px;
}

.learn-more-link:hover {
    color: var(--primary-color);
    text-decoration: none;
}

@media (max-width: 991px) {
    .product-showcase-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .product-showcase-title h2 {
        font-size: 24px;
    }

    .product-item-title {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .product-showcase-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0 12px;
    }

    .product-showcase-container {
        padding: 24px 0;
    }

    .product-showcase-title h2 {
        font-size: 20px;
    }

    .product-item-title {
        font-size: 16px;
    }

    .product-features li {
        font-size: 12px;
    }
}

/* ===== Contact ===== */
.contact-section {
    padding: 80px 0;
    background: #fff;
}

.contact-content {
    margin-top: 50px;
}

.contact-info {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #2E357C;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    gap: 0px;
}

.contact-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 10px;
    padding: 16px;
    height: 100%;
    min-height: 100px;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon-img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin-right: 6px;
}

.contact-title {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 16px;
}

.qr-code-item{
    align-items: center;
    text-align: center;
}

.qr-code-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-map {
    height: 500px;
    background: #e9ecef;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.map-container {
    width: 100%;
    height: 100%;
    position: relative;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

#allmap {
    width: 100% !important;
    height: 500px !important;
    border-radius: 12px;
    overflow: hidden;
}

.BMapLabel {
    border: none !important;
    background: transparent !important;
}

.floating-contact-info {
    position: absolute;
    top:30px;
    right: 16px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: 20px;
    max-width: 240px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 50;
    transition: all 0.3s ease;
}

.floating-contact-info:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.contact-info-section {
    margin-bottom: 30px;
}

.contact-info-section:last-child {
    margin-bottom: 0;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact-icon {
    width: 20px;
    height: 20px;
    background: #666;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.contact-icon img {
    width: 12px;
    height: 12px;
    color: white;
}

.contact-icon svg {
    width: 12px;
    height: 12px;
    fill: white;
}

.contact-icon i {
    color: white;
    font-size: 10px;
}

.contact-details {
    flex: 1;
}

.contact-label {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 16px;
    line-height: 1.2;
}

.contact-value {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 2px;
}

.contact-value:last-child {
    margin-bottom: 0;
}

.contact-divider {
    height: 1px;
    background: #e0e0e0;
    margin: 16px 0;
    width: 100%;
}

@media (max-width: 768px) {
    .floating-contact-info {
        position: relative;
        top: auto;
        right: auto;
        margin: 16px auto;
        max-width: 100%;
        width: calc(100% - 32px);
        padding: 16px;
    }

    .contact-info-section {
        margin-bottom: 12px;
    }

    .contact-info-item {
        gap: 10px;
    }

    .contact-icon {
        width: 18px;
        height: 18px;
    }

    .contact-icon i {
        font-size: 9px;
    }

    .contact-label {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .contact-value {
        font-size: 11px;
        margin-bottom: 2px;
    }

    .contact-divider {
        margin: 12px 0;
    }
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
}

.company-location {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: rgba(46, 53, 124, 0.9);
    color: #ffffff;
    padding: 12px;
    border-radius: 8px;
    max-width: 280px;
    backdrop-filter: blur(10px);
}

.location-info h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}

.location-info p {
    font-size: 13px;
    margin-bottom: 4px;
    opacity: 0.9;
}

.headquarters-info {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(255, 255, 255, 0.95);
    padding: 16px;
    border-radius: 8px;
    max-width: 240px;
    backdrop-filter: blur(10px);
}

.info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.info-item:last-child {
    margin-bottom: 0;
}

.info-item i {
    color: var(--primary-color);
    font-size: 14px;
    width: 18px;
}

.info-item span {
    font-size: 13px;
    color: #333333;
    line-height: 1.4;
}

/* ===== Footer ===== */
.footer {
    background: #2E357C;
    color: #ffffff;
}

.footer-top {
    padding: 12px 0;
    background: #2E357C;
}

.footer-bottom {
    padding: 16px 0;
    background: #000000;
}

.footer-logo h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0px;
}

.footer-nav .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-nav .nav-item {
    display: flex;
    align-items: center;
}

.footer-nav .nav-link {
    font-family: Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 6px 10px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-nav .nav-link:hover {
    color: #C1C1C1 !important;
}

.nav-divider {
    font-size: 14px;
    font-weight: 300;
    margin: 0 4px;
}

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

.copyright {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    line-height: 18px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0;
    letter-spacing: 0px;
}

@media (max-width: 991px) {
    .contact-map {
        height: 400px;
    }

    .footer-nav .nav {
        gap: 6px;
    }

    .footer-nav .nav-link {
        font-size: 12px;
        padding: 4px 8px;
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding: 60px 0;
    }

    .contact-item {
        padding: 16px 12px;
        gap: 10px;
        margin-bottom: 12px;
        min-height: 100px;
    }

    .contact-icon {
        width: 40px;
        height: 40px;
    }

    .contact-icon-img {
        width: 20px;
        height: 20px;
    }

    .qr-code-placeholder {
        width: 40px;
        height: 40px;
    }

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

    .contact-title {
        font-size: 15px;
    }

    .contact-info {
        font-size: 12px;
    }

    .contact-map {
        height: 300px;
    }

    .company-location,
    .headquarters-info {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin: 8px;
        max-width: none;
    }

    .footer-top {
        padding: 24px 0;
    }

    .footer-bottom {
        padding: 12px 0;
    }

    .footer-logo h3 {
        font-size: 18px;
        text-align: center;
        margin-bottom: 16px;
    }

    .footer-nav .nav {
        justify-content: center;
        gap: 4px;
    }

    .footer-nav .nav-link {
        font-size: 11px;
        padding: 4px 6px;
    }

    .nav-divider {
        font-size: 11px;
        margin: 0 2px;
    }

    .copyright {
        font-size: 11px;
    }
}

/* ===== Image Modal ===== */
.image-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    animation: fadeIn 0.3s ease-in-out;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 16px;
    box-sizing: border-box;
}

.close-btn {
    position: absolute;
    top: 16px;
    right: 24px;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
    transition: all 0.3s ease;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    backdrop-filter: blur(10px);
}

.close-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.modal-image {
    max-width: 90%;
    max-height: 80%;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    animation: zoomIn 0.3s ease-in-out;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.modal-image:hover {
    transform: scale(1.02);
}

.modal-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 16px;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    animation: slideUp 0.3s ease-in-out 0.1s both;
}

.certificate-image {
    cursor: pointer;
    transition: all 0.3s ease;
}

.certificate-image:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .modal-content {
        padding: 8px;
    }

    .close-btn {
        top: 8px;
        right: 12px;
        font-size: 28px;
        width: 36px;
        height: 36px;
    }

    .modal-image {
        max-width: 95%;
        max-height: 70%;
    }

    .modal-title {
        font-size: 16px;
        margin-top: 12px;
    }
}

@media (max-width: 480px) {
    .modal-image {
        max-width: 98%;
        max-height: 60%;
    }

    .modal-title {
        font-size: 14px;
        margin-top: 8px;
    }
}

@keyframes partners-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ===== Mobile Background ===== */
@media (max-width: 480px) {
    .product-solution-section {
        padding: 24px 0;
        background-size: cover;
        background-position: center top;
        background-attachment: scroll;
        background-repeat: no-repeat;
        min-height: 50vh;
    }
}

@media (max-width: 360px) {
    .product-solution-section {
        padding: 16px 0;
        background-size: auto 100%;
        background-position: center top;
        background-attachment: scroll;
        background-repeat: no-repeat;
        min-height: 40vh;
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    .product-solution-section {
        background-size: 100% auto;
        background-position: center center;
        min-height: 70vh;
    }
}

@media (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    .product-solution-section {
        background-size: cover;
        background-position: center center;
    }
}

@media (max-width: 414px) and (max-height: 896px) {
    .product-solution-section {
        background-size: cover;
        background-position: center 30%;
    }
}


.factory-gallery {
    margin: 2em 0 1em 0;
}
.factory-gallery-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.factory-gallery-item {
    flex: 1 1 180px;
    max-width: 23%;
    min-width: 160px;
    box-sizing: border-box;
    margin: 0;
}
.factory-gallery-item img.responsive-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
@media (max-width: 900px) {
    .factory-gallery-item {
        max-width: 48%;
    }
}
@media (max-width: 600px) {
    .factory-gallery-row {
        gap: 8px;
    }
    .factory-gallery-item {
        max-width: 100%;
        min-width: 0;
    }
}
