/* Global Styles */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
           
        }
        
        body {
            margin: 0;
            padding: 0;
            font-family: 'Roboto', sans-serif;
            color: #333;
        }
        
.btrust-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            margin-top: 60px;
        }
        .btrust-card {
            display: flex;
            gap: 25px;
            padding: 30px;
           background-color: #ffffff;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);

            border-radius: 12px;
            transition: all 0.3s ease;
        }
        .btrust-card:hover {
            background-color: #ffffff;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            
             background-color1: #fafafa;
            
        }
        .btrust-image {
            width: 120px;
            height: 100px;
            object-fit: contain;
            flex-shrink: 0;
            background-color: #ffffff;
            padding: 10px;
            border-radius: 8px;
        }
        .btrust-content {
            flex: 1;
        }
        .btrust-content h4 {
            font-size: 16px;
            color: #333333;
            margin-bottom: 10px;
            font-weight: 600;
        }
        .btrust-content p {
            font-size: 14px;
            color: #666666;
            line-height: 1.7;
            margin: 0;
        }
        /* Banner Section */
        .banner {
	background-position: right;
	position: relative;
	margin: 0;
	padding: 100px 0;
	background: url('/plugins/img/trust.jpg') no-repeat center center;
	background-size: cover;
	color: white;
	overflow: hidden;
}
        
        .banner-content {
            position: relative;
            z-index: 2;
            max-width: 1500px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .banner-tag {
            display: inline-flex;
            align-items: center;
            background: white;
            color: #333;
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 20px;
            gap: 8px;
        }
        
        .banner-tag .tag-label {
            background: #28a745;
            color: white;
            padding: 2px 8px;
            border-radius: 12px;
            font-size: 12px;
            font-weight: 600;
        }
        
        .banner-title {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
	color: #000;
}
        
        .banner-title span {
	color: #B90000;
}
        .mb-60 {
    margin-bottom: 60px;
}
        .banner-description {
            font-size: 16px;
            max-width: 600px;
            margin-bottom: 30px;
            opacity: 0.9;
        }
        
        .banner-buttons {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }
        .fangan-btn-primary {
            display: inline-block;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 25px;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    width: fit-content;
    transition: all 0.3s ease;
        }
        .fangan-btn-primary:hover {
            background-color: #000;
            color: #ffffff;
        }

        @media (max-width: 990px) {
            .banner-buttons {
                justify-content: center;
                padding-top:20px;
            }
            
            .banner-title {
                text-align: center;
                font-size: 36px;
            }
            
            .banner-description {
                text-align: center;
                margin-left: auto;
                margin-right: auto;
            }
            
            .banner-tag {
                margin-left: auto;
                margin-right: auto;
            }
            .banner {
            position: relative;
            margin: 0;
            padding: 60px 0;
            background: url('/plugins/img/trust_mobile.jpg') no-repeat center center;
            background-size: cover;
            color: white;
            overflow: hidden;
        }
        }
        
        .btn {
            display: inline-block;
            padding: 12px 24px;
            border-radius: 4px;
            font-weight: 500;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .btn-primary {
            background: #007bff;
            color: white;
            border: 2px solid #007bff;
        }
        
        .btn-primary:hover {
            background: transparent;
            color: white;
        }
        
        .btn-secondary {
            background: transparent;
            color: white;
            border: 2px solid white;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .btn-secondary:hover {
            background: white;
            color: #333;
        }
        
        .btn-secondary i {
            font-size: 16px;
        }
        
        /* Client Logos */
        .client-logos {
            background: #f5f5f5;
            padding: 40px 0;
            /* border-bottom: 1px solid #eee; */
        }
        
        .client-logos-container {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 20px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
}
        
        .client-card {
            background: white;
            padding: 30px;
            border-radius: 8px;
            box-shadow1: 0 2px 8px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .client-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
        }
        
        .client-card h3 {
            font-size: 20px;
            font-weight: 600;
            color: #333;
            margin-bottom: 10px;
        }
        
        .client-card p {
            font-size: 14px;
            color: #666;
            line-height: 1.5;
        }
        
              
        /* Solutions Area */
        .solutions-area {
            background-color: #fff;
            overflow-x: hidden;
            position: relative;
        }
        
        .solutions-area .section-title .sub-title {
            color: #00aaff;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 15px;
            display: block;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .solutions-area .section-title h2 {
            font-size: 36px;
            font-weight: 700;
            color: #333333;
            margin-bottom: 20px;
        }
        
        .solutions-categories {
            display: flex;
            justify-content: center;
            gap: 60px;
            margin-top: 30px;
        }
        
        .category-item {
            font-size: 18px;
            font-weight: 500;
            color: #666666;
            cursor: pointer;
            padding-bottom: 8px;
            border-bottom: 2px solid transparent;
            transition: all 0.3s ease;
        }
        
        .category-item:hover,
        .category-item.active {
            color: #333333;
            border-bottom-color: #333333;
        }
        
        .solutions-content {
            position: relative;
        }
        
        .solutions-category-content {
            display: none;
        }
        
        .solutions-category-content.active {
            display: block;
        }
        
        .solution-card {
            margin-bottom: 30px;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            min-width: 300px;
            flex-shrink: 0;
        }
        

        
.solution-image {
    position: relative;
    height: 400px;
    width:611px;
    overflow: hidden;
}
        
        .solution-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .solution-card:hover .solution-image img {
            transform: scale(1.1);
        }
        
        .solution-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
            padding: 40px 30px 30px;
            transition: all 0.3s ease;
        }
        
        .solution-card:hover .solution-overlay {
            background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
        }
        
        .solution-icon {
            width: 60px;
            height: 60px;
            background-color: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }
        
        .solution-card:hover .solution-icon {
            background-color: #00aaff;
            transform: scale(1.1);
        }
        
        .solution-icon i {
            font-size: 24px;
            color: #ffffff;
        }
        
        .solution-content h3 {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 15px;
            color: #ffffff;
        }
        
        .solution-content p {
            font-size: 14px;
            line-height: 1.6;
            margin-bottom: 20px;
            opacity: 0.9;
            color: #ffffff;
        }
        
        .solution-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 20px;
            background-color: rgba(255, 255, 255, 0.2);
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 25px;
            color: #ffffff;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .solution-btn:hover {
            background-color: #00aaff;
            color: #ffffff;
            border-color: #00aaff;
            transform: translateX(5px);
            text-decoration: none;
        }
        
        .solutions-slider-container {
            position: relative;
            overflow: hidden;
            margin: 0 -15px;
            padding: 0 15px;
        }
        
        .solutions-slider {
            display: flex;
            gap: 30px;
            transition: transform 0.5s ease;
            padding: 0 15px;
        }
        
        .slider-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.9);
            border: 1px solid #e0e0e0;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            color: #333333;
            transition: all 0.3s ease;
            z-index: 10;
        }
        
        .slider-btn:hover {
            background-color: #333333;
            color: #ffffff;
            border-color: #333333;
        }
        
        .slider-btn-left {
            left: 20px;
        }
        
        .slider-btn-right {
            right: 20px;
        }
        
        /* Responsive for Solutions Area */
        @media only screen and (max-width: 991px) {
            .solution-image {
                height: 350px;
            }
            
            .solution-content {
                padding: 30px 20px 20px;
            }
            
            .solution-content h3 {
                font-size: 18px;
            }
            
            .solutions-area .section-title h2 {
                font-size: 30px;
            }
        }
        
        @media only screen and (max-width: 767px) {
            .solution-card {
                margin-bottom: 20px;
            }
            
            .solution-image {
                height: 300px;
            }
            
            .solution-content {
                padding: 25px 15px 15px;
            }
            
            .solution-content h3 {
                font-size: 16px;
            }
            
            .solutions-area .section-title h2 {
                font-size: 24px;
            }
        }
        
        .default-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 14px 32px;
            background: #1f2937;
            color: #ffffff;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 500;
            font-size: 16px;
            transition: all 0.3s ease;
        }
        
        .default-btn:hover {
            background: #111827;
            transform: translateY(-2px);
        }
        
        .mt-60 {
            margin-top: 60px;
        }
        
        .text-center {
            text-align: center;
        }
        
        .fangan-icon {
            background-color: #c01a1a;
            color: #fff;
            font-size: 32px;
            width: 64px;
            height: 64px;
            line-height: 64px;
            text-align: center;
            border-radius: 15%;
            margin-bottom: 25px;
        }
        
        @media only screen and (max-width: 992px) {
            .fangan-icon {
                font-size: 24px;
                width: 42px;
                height: 42px;
                line-height: 42px;
                margin-bottom: 15px;
            }
        }
        
        /* Grades Section */
        .grades-section {
            background: #f5f5f5;
            padding: 50px 0;
        }
        
        .grades-container {
            max-width: 1500px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .grades-section .help-card {
            background-color: #fff;
            border-radius: 8px;
            padding: 30px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        .grades-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
        }
        
        .grade-card {
	height: 320px;
	border-radius: 12px;
	padding: 40px 30px;
	text-align: center;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}
        
        .grade-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .grade-card:nth-child(1) {
            background: #F7FAFF;
        }
        
        .grade-card:nth-child(2) {
            background: #FCFAFE;
        }
        
        .grade-card:nth-child(3) {
            background: #FFFAF4;
        }
        
        .grade-card:nth-child(4) {
            background: #F3FBFE;
        }
        
        .grade-level {
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 15px;
            opacity: 0.8;
        }
        
        
                }

        .grade-title {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 10px;
            color: #333;
        }
        
        .grade-lessons {
            font-size: 16px;
            margin-bottom: 30px;
            color: #666;
        }
        
        .grade-image {
            margin-top: 20px;
            text-align: center;
        }
        
        .grade-image img {
            max-width: 100%;
            height: auto;
            opacity: 0.7;
        }
        
        
        
        /* Responsive */
        @media only screen and (max-width: 768px) {
            .grades-section {
                padding: 60px 0;
            }
            
            .grades-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
            }
            
            .grade-card {
                padding: 30px 20px;
            }
            
            .grade-title {
                font-size: 20px;
            }
        }
        
        @media only screen and (max-width: 480px) {
            .grades-grid {
                grid-template-columns: 1fr;
            }
        }
        
        /* Events Section */
        .events-section {
            background: white;
            padding: 100px 0;
        }
        
        .events-container {
            max-width: 1500px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .events-title {
            text-align: center;
            margin-bottom: 30px;
        }
        
        .events-title h2 {
            font-size: 36px;
            font-weight: 700;
            color: #333;
            position: relative;
            display: inline-block;
        }
        
        .events-title h2 span {
            color: #ff6b35;
        }
        
        .events-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }
        
        .event-card {
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            background: white;
        }
        
        .event-card:hover {

            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
        }
        
        .event-image {
            position: relative;
            height: 260px;
            overflow: hidden;
        }
        
        .event-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .event-card:hover .event-image img {
            transform: scale(1.05);
        }
        
        .event-date {
            position: absolute;
            bottom: 15px;
            left: 15px;
            background: white;
            padding: 5px 12px;
            border-radius: 4px;
            font-size: 14px;
            font-weight: 500;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }
        
        .event-content {
            padding: 25px;
        }
        
        .event-title {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 10px;
            color: #333;
        }
        
        .event-location {
            font-size: 14px;
            color: #666;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 5px;
        }
        
        .event-location i {
            color: #ff6b35;
        }
        
        .event-action {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .event-join-btn {
            display: inline-block;
            padding: 8px 16px;
            background: transparent;
            color: #333;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 14px;
            font-weight: 500;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .event-join-btn:hover {
            background: #333;
            color: white;
            border-color: #333;
        }
        
        /* Hide mobile button on desktop */
        .mobile-btn {
            display: none;
        }
        
        /* OEM Section */
        .oem-section {
            padding: 60px 0;
            background: #f5f5f5;
        }
        
        .oem-container {
            max-width: 1520px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .oem-part {
            margin-bottom: 60px;
        }
        
        .oem-part:last-child {
            margin-bottom: 0;
        }
        
        .oem-title {
            font-size: 28px;
            font-weight: 700;
            color: #000;
            text-align: center;
            margin-bottom: 40px;
        }
        
        .oem-cards {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }
        
        .oem-cards-two {
            grid-template-columns: repeat(2, 1fr);
        }
        
        .oem-card {
            background: white;
            border-radius: 12px;
            padding: 30px;
            transition: all 0.3s ease;
        }
        
        .oem-card:hover {
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
        }
        
        .oem-card h3 {
            font-size: 1.5rem;
            font-weight: 700;
            color: #000;
            margin-bottom: 10px;
        }
        .oem-card h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #000;
            margin-bottom: 10px;
        }
        .oem-card p {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
            margin: 0;
        }
        
        .oem-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: #000;
            margin-bottom: 8px;
        }
        
        .oem-card h4 {
            font-size: 1.1rem;
            font-weight: 700;
            color: #000;
            margin-bottom: 10px;
        }
        
        /* Responsive - Events Section */
        @media only screen and (max-width: 1050px) {
            .events-section {
                padding: 60px 0;
            }
            
            .events-title h2 {
                font-size: 28px;
            }
            
            .events-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            /* Mobile: Card layout - content left, image right */
            .event-card {
                display: flex;
                flex-direction: row;
                align-items: center;
                height: auto;
                min-height: 160px;
                padding: 25px;
                border-radius: 16px;
                background: white;
                box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
            }
            
            /* Reverse order on mobile: content first, then image */
            .event-image {
                width: 100px;
                height: 80px;
                flex-shrink: 0;
                order: 2;
                margin-left: 15px;
                border-radius: 8px;
                overflow: hidden;
                position: relative;
            }
            
            .event-image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            
            .event-date {
                position: absolute;
                bottom: 6px;
                left: 6px;
                background: white;
                padding: 2px 6px;
                border-radius: 3px;
                font-size: 10px;
                font-weight: 500;
                box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            }
            
            .event-content {
                flex: 1;
                padding: 0;
                display: flex;
                flex-direction: column;
                order: 1;
                min-width: 0;
            }
            
            .event-title {
                font-size: 17px;
                font-weight: 700;
                margin-bottom: 6px;
                color: #333;
                line-height: 1.3;
            }
            
            .event-location {
                font-size: 12px;
                color: #666;
                margin-bottom: 12px;
                line-height: 1.5;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }
            
            .event-location i {
                color: #ff6b35;
                margin-right: 3px;
                flex-shrink: 0;
            }
            
            /* Hide desktop button on mobile */
            .desktop-btn {
                display: none;
            }
            
            /* Show mobile button */
            .mobile-btn {
                display: inline-block;
                padding: 6px 20px;
                background: transparent;
                color: #333;
                border: 1px solid #ddd;
                border-radius: 20px;
                font-size: 13px;
                font-weight: 500;
                text-decoration: none;
                transition: all 0.3s ease;
                align-self: flex-start;
            }
            
            .mobile-btn:hover {
                background: #333;
                color: white;
                border-color: #333;
            }
            
            /* OEM Section Mobile */
            .oem-section {
                padding: 40px 0;
            }
            
            .oem-title {
                font-size: 22px;
                margin-bottom: 25px;
            }
            
            .oem-cards {
                grid-template-columns: 1fr;
                gap: 15px;
            }
            
            .oem-cards-two {
                grid-template-columns: 1fr;
            }
            
            .oem-card {
                padding: 20px;
            }
            
            .oem-number {
                font-size: 28px;
            }
        }
        
        @media only screen and (max-width: 480px) {
            .events-grid {
                grid-template-columns: 1fr;
            }
        }

        .video-hero-area {
            position: relative;
            height: 450px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            width: 100%;
        }
        .video-card-container {
            max-width: 1460px;
            margin: 0 auto;
            border-radius: 15px;
            overflow: hidden;
        }
        .video-hero-video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
            object-fit: cover;
            opacity: 0;
            transition: opacity 1s ease;
        }
        .video-hero-area::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            opacity: 0;
            transition: opacity 1s ease;
        }
        
        .video-hero-area.video-loaded::before {
            opacity: 0;
        }
        .video-hero-content {
            position: relative;
            z-index: 2;
            max-width: 1500px;
            width: 100%;
            margin: 0 auto;
            padding: 0 20px;
            text-align: center;
        }
        .video-hero-content h2 {
            font-size: 60px;
            color: #ffffff;
            margin-bottom: 30px;
            font-weight: 700;
            font-family: 'Work Sans', sans-serif;
        }
        .video-hero-btn {
            display: inline-block;
            padding: 12px 30px;
            background-color: transparent;
            color: #ffffff;
            border: 1px solid #ffffff;
            border-radius: 25px;
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
             background-color: rgba(255, 255, 255, 1);
            color: #000000;

        }
        .video-hero-btn:hover {
            background-color: rgba(255, 255, 255, 1);
            color: #000000;
        }
        .video-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            z-index: 9999;
            justify-content: center;
            align-items: center;
        }
        .video-modal.active {
            display: flex;
        }
        .video-modal-content {
            position: relative;
            max-width: 100vw;
            max-height: 100vh;
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 8px;
            overflow: visible;
        }
        .video-modal-content video {
            max-width: 100vw;
            max-height: 100vh;
            object-fit: contain;
            display: block;
            border-radius: 8px;
            background-color: transparent;
        }
        .video-modal-close {
            position: absolute;
            top: -45px;
            right: 10px;
            padding: 10px 20px;
            background-color: rgba(255, 255, 255, 0.95);
            border: none;
            border-radius: 25px;
            color: #333;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
            z-index: 10001;
        }
        .video-modal-close:hover {
            background-color: #fff;
            transform: scale(1.05);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
        }

        @media screen and (max-width: 992px) {
            .video-hero-content h2 {
                font-size: 36px;
            }
        }

        @media screen and (max-width: 768px) {
            .video-hero-area {
                height: 250px;
                background-color: #333333;
            }
            .video-hero-video {
                display: block;
                object-fit: cover;
            }
            .video-hero-content h2 {
                font-size: 24px;
                margin-bottom: 15px;
                color: #ffffff;
            }
            .video-hero-btn {
                padding: 8px 20px;
                font-size: 13px;
                background-color: transparent;
                color: #ffffff;
                border: 1px solid #ffffff;
            }
            .video-hero-btn:hover {
                background-color: rgba(255, 255, 255, 0.2);
                color: #ffffff;
            }
        }

        @media screen and (max-width: 480px) {
            .video-hero-area {
                height: 200px;
            }
            .video-hero-content h2 {
                font-size: 18px;
                color: #ffffff;
            }
            .video-hero-btn {
                padding: 6px 16px;
                font-size: 12px;
                color: #ffffff;
                border: 1px solid #ffffff;
            }
            .video-hero-btn:hover {
                color: #ffffff;
            }
        }

        .bgtop {
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            background: #000000;
        }
.courses-section {
	padding: 30px 0 60px 0;
}
        
        .courses-section .container {
            max-width: 1500px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .courses-section .section-title {
            text-align: center;
            margin-bottom: 40px;
        }
        
        .courses-section .section-title h2 {
            font-size: 32px;
            font-weight: 700;
            color: #333;
            margin-bottom: 10px;
        }
        
        .courses-section .section-title h2 span {
            color: #f5a623;
        }
        
        .courses-section .section-title p {
            font-size: 16px;
            color: #666;
        }
        
        .course-category-container {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }
        
        .course-category-btn {
            padding: 10px 20px;
            border: 2px solid #e0e0e0;
            background: white;
            border-radius: 25px;
            cursor: pointer;
            font-size: 14px;
            color: #666;
            transition: all 0.3s ease;
        }
        
        .course-category-btn.active,
        .course-category-btn:hover {
            background: #333;
            border-color: #333;
            color: white;
        }
        
        .course-content {
            position: relative;
        }
        
        .course-category {
            display: none;
        }
        
        .course-category.active {
            display: block;
        }
        
        .course-item {
            display: flex;
            gap: 30px;
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 2px 12px rgba(0,0,0,0.08);
            overflow: hidden;
        }
        
        .course-text {
            flex: 1;
            padding: 40px;
        }
        
        .course-text h3 {
            font-size: 24px;
            font-weight: 700;
            color: #333;
            margin-bottom: 20px;
        }
        
        .course-text p {
            font-size: 14px;
            line-height: 1.8;
            color: #666;
            margin-bottom: 20px;
        }
        
        .course-text h4 {
            font-size: 16px;
            font-weight: 600;
            color: #333;
            margin-bottom: 15px;
        }
        
        .course-text ul {
            list-style: none;
            padding: 0;
        }
        
        .course-text ul li {
            font-size: 14px;
            color: #666;
            padding: 8px 0;
            padding-left: 20px;
            position: relative;
        }
        
        .course-text ul li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 8px;
            height: 8px;
            background: #007bff;
            border-radius: 50%;
        }
        
        .course-image {
            flex: 1;
            min-width: 400px;
        }
        
        .course-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        @media (max-width: 992px) {
            .course-item {
                flex-direction: column;
            }
            
            .course-image {
                min-width: 100%;
                height: 250px;
            }
            
            .course-text {
                padding: 30px;
            }
        }
    .font14 {
	font-size: 14px;
}
    .img-bgall {
	background-image: url('/plugins/img/bgall.jpg');
	background-position: center bottom;
	 background-size: cover;
}
    .newStyle1 {
}

.nav-menu {
    background-color: #ffffff;
    padding: 0;
    border-bottom: 1px solid #eeeeee;
    position: sticky;
    top: 0;
    z-index: 100;
}
.nav-menu-container {
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 20px;
}
.nav-menu-items {
    display: flex;
    justify-content: center;
    gap: 50px;
}
.nav-menu-item {
    padding: 20px 0;
    color: #666666;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}
.nav-menu-item:hover {
    color: #333333;
}
.nav-menu-item.active {
    color: #333333;
    font-weight: 600;
}
.nav-menu-item.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #333333;
}
@media screen and (max-width: 768px) {
    .nav-menu-items {
        gap: 20px;
    }
    .nav-menu-item {
        font-size: 14px;
        padding: 15px 0;
    }
}


        /* Trust Cards Section */
        .trust-cards-section {
            padding: 60px 20px;
            background-color: #f5f5f5;
        }

        .trust-cards-container {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 24px;
            max-width: 1500px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .trust-card {
            background-color: #ffffff;
            border-radius: 16px;
            padding: 30px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            border: 1px solid #f0f0f0;
            transition: all 0.3s ease;
        }

        .trust-card:hover {
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
        }

        .trust-card h3 {
            font-size: 18px;
            font-weight: 600;
            color: #333333;
            margin-bottom: 12px;
        }

        .trust-card p {
            font-size: 14px;
            color: #666666;
            line-height: 1.6;
            margin: 0;
        }

        @media (max-width: 1200px) {
            .trust-cards-container {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        @media (max-width: 992px) {
            .trust-cards-container {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .trust-cards-container {
                grid-template-columns: 1fr;
            }

            .trust-card {
                padding: 24px;
            }

            .trust-card:hover {
                transform: none;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            }

            .trust-card h3 {
                font-size: 16px;
            }

            .trust-card p {
                font-size: 13px;
            }
        }

        /* Reliable Services Section */
        .reliable-services {
            padding: 30px 20px;
            background-color: #ffffff;
        }
        .services-header {
            text-align: center;
            margin-bottom: 50px;
        }
        .services-header h2 {
            font-size: 32px;
            color: #333333;
            margin-bottom: 15px;
            font-weight: 600;
        }
        .services-header p {
            font-size: 14px;
            color: #999999;
            margin: 0;
        }
        .services-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
            max-width: 1500px;
            margin: 0 auto;
        }
        .service-card {
            background-color: #ffffff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
        }
        .service-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }
        .service-image {
	width: 100%;
	height: 280px;
	object-fit: cover;
}
        .service-content {
            padding: 25px;
        }
        .service-content h3 {
            font-size: 18px;
            color: #333333;
            margin-bottom: 15px;
            font-weight: 600;
        }
        .service-content ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        .service-content li {
            font-size: 14px;
            color: #666666;
            line-height: 1.8;
            padding-left: 18px;
            position: relative;
            margin-bottom: 8px;
        }
        .service-content li:last-child {
            margin-bottom: 0;
        }
        .service-content li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 8px;
            width: 4px;
            height: 4px;
            background-color: #007bff;
            border-radius: 50%;
        }

        /* Reliable Trust Section */
        .reliable-trust {
            padding: 80px 20px;
            background-color: #ffffff;
        }

        .reliable-trust .reliable-container {
            max-width: 1500px;
            margin: 0 auto;
        }

        .reliable-trust .section-title {
            font-size: 32px;
            color: #333333;
            text-align: center;
            margin-bottom: 60px;
            font-weight: 600;
        }

        .reliable-trust .trust-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }

        .reliable-trust .trust-card {
            display: flex;
            gap: 25px;
            padding: 30px;
            background-color: #f8f9fa;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            border-radius: 12px;
            transition: all 0.3s ease;
        }

        .reliable-trust .trust-card:hover {
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
        }

        .reliable-trust .trust-image {
            width: 120px;
            height: 100px;
            object-fit: contain;
            flex-shrink: 0;
            background-color: #ffffff;
            padding: 10px;
            border-radius: 8px;
        }

        .reliable-trust .trust-content {
            flex: 1;
        }

        .reliable-trust .trust-content h4 {
            font-size: 16px;
            color: #333333;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .reliable-trust .trust-content p {
            font-size: 14px;
            color: #666666;
            line-height: 1.7;
            margin: 0;
        }

        @media (max-width: 1200px) {
            .services-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 992px) {
            .services-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .reliable-trust .trust-grid {
                grid-template-columns: 1fr;
            }
            
            .reliable-trust .trust-card {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }
        }

        @media (max-width: 768px) {
            .reliable-services {
                padding: 50px 15px;
            }

            .services-header h2 {
                font-size: 26px;
            }

            .services-header p {
                font-size: 13px;
            }

            .service-card {
                padding: 20px;
            }

            .service-content h3 {
                font-size: 16px;
            }

            .service-content li {
                font-size: 13px;
            }

            .reliable-trust {
                padding: 50px 15px;
            }

            .reliable-trust .section-title {
                font-size: 26px;
                margin-bottom: 40px;
            }
        }

        /* Cooperation Section */
        .cooperation-section {
	padding: 80px 20px;
}
        .cooperation-container {
            max-width: 1500px;
            margin: 0 auto;
        }
        .cooperation-title {
            text-align: center;
            font-size: 32px;
            color: #333333;
            font-weight: 600;
            margin-bottom: 60px;
        }
        .cooperation-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0 24px;
        }
        .cooperation-card {
            position: relative;
            background: #ffffff;
            border-radius: 20px;
            padding: 30px;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        .cooperation-card-small {
            min-height: 250px;
        }
        .cooperation-card:hover {
            box-shadow: inset 0 2px 10px rgba(102, 126, 234, 0.3), inset 0 2px 6px rgba(118, 75, 162, 0.2);
        }
        .cooperation-card-large {
            grid-column: span 1;
            grid-row: span 2;
            display: flex;
            flex-direction: column;
            min-height: 500px;
            padding: 40px;
        }
        .cooperation-card-group {
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .cooperation-icon {
            width: 56px;
            height: 56px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            z-index: 1;
            position: relative;
        }
        .cooperation-card-title {
            font-size: 20px;
            font-weight: 600;
            color: #333333;
            margin-bottom: 12px;
            z-index: 1;
            position: relative;
        }
        .cooperation-card-large .cooperation-card-title {
            font-size: 24px;
        }
        .cooperation-card-desc {
            font-size: 14px;
            color: #666666;
            line-height: 1.6;
            margin-bottom: 24px;
            z-index: 1;
            position: relative;
            max-width: 70%;
        }
        .cooperation-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 10px 24px;
            background: #ffffff;
            border: 1px solid #e0e0e0;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 500;
            color: #333333;
            text-decoration: none;
            transition: all 0.3s ease;
            z-index: 1;
            position: relative;
            align-self: flex-start;
        }
        .cooperation-btn:hover {
            background: #333333;
            color: #ffffff;
            border-color: #333333;
        }

        @media screen and (max-width: 992px) {
            .cooperation-grid {
                grid-template-columns: 1fr;
                gap: 24px;
            }
            .cooperation-card-large {
                grid-column: span 1;
                grid-row: span 1;
            }
            .cooperation-card-large {
                min-height: 315px;
            }
            .cooperation-card-small {
                min-height: 200px;
            }
        }

        /* Why Choose OEM Area */
        .why-choose-oem-area {
            background: #f5f5f5;
        }
        .why-choose-oem-header {
            text-align: center;
        }
        .why-choose-oem-title {
            font-size: 2rem;
            font-weight: 700;
            color: #333333;
            margin-bottom: 0;
        }
        .oem-advantages-list {
            background: #ffffff;
            border-radius: 16px;
            padding: 40px;
        }
        .oem-advantage-item {
            display: flex;
            align-items: flex-start;
            gap: 16px;
            padding-bottom: 24px;
            margin-bottom: 24px;
            border-bottom: 1px solid #e5e7eb;
        }
        .oem-advantage-item:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: none;
        }
        .advantage-number {
            font-size: 1.1rem;
            font-weight: 700;
            color: #333333;
            flex-shrink: 0;
        }
        .advantage-title {
            font-size: 1.1rem;
            font-weight: 600;
            color: #333333;
            margin-bottom: 8px;
        }
        .advantage-desc {
            font-size: 0.9rem;
            color: #666666;
            line-height: 1.6;
            margin-bottom: 0;
        }

        @media (max-width: 768px) {
            .why-choose-oem-area {
                padding-top: 60px;
                padding-bottom: 60px;
            }
            .why-choose-oem-title {
                font-size: 1.5rem;
            }
            .oem-advantages-list {
                padding: 24px;
            }
            .advantage-title {
                font-size: 1rem;
            }
            .advantage-desc {
                font-size: 0.85rem;
            }
        }

        @media (max-width: 480px) {
            .why-choose-oem-title {
                font-size: 1.3rem;
            }
        }

        @media screen and (max-width: 768px) {
            .cooperation-section {
                padding: 50px 15px;
            }
            .cooperation-title {
                font-size: 26px;
                margin-bottom: 40px;
            }
            .cooperation-card {
                padding: 24px;
            }
            .cooperation-card-large {
                min-height: 315px;
            }
            .cooperation-card-small {
                min-height: 200px;
            }
        }

        @media screen and (max-width: 480px) {
            .cooperation-title {
                font-size: 22px;
            }
            .cooperation-card-title {
                font-size: 18px;
            }
            .cooperation-card-large .cooperation-card-title {
                font-size: 20px;
            }
            .cooperation-card-large {
                min-height: 315px;
            }
            .cooperation-card-small {
                min-height: 200px;
            }
        }
.reliable-hero-area {
            position: relative;
            height: 450px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        .reliable-hero-video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 0;
        }
        .reliable-hero-area::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
        }
        .reliable-hero-content {
            position: relative;
            z-index: 2;
            max-width: 1500px;
            width: 100%;
            margin: 0 auto;
            padding: 0 20px;
            text-align: left;
        }
        .reliable-hero-content h1 {
            font-size: 48px;
            color: #000000;
            margin-bottom: 30px;
            font-weight: 400;
            font-family: 'Work Sans', sans-serif;
        }
        .reliable-hero-btn {
            display: inline-block;
            padding: 12px 30px;
            background-color: rgb(255, 255, 255);
            color: #000000;
            border: 1px solid #ffffff;
            border-radius: 25px;
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
        }
        .reliable-hero-btn:hover {
            background-color: #ffffff;
            color: #333333;
        }

        .reliable-features {
            padding: 80px 20px;
            background-color: #F5F5F5;
        }
        .about-section {
            display: flex;
            gap: 60px;
            align-items: flex-start;
        }
        .about-title-wrapper {
            flex-shrink: 0;
            width: 200px;
        }
        .about-title-wrapper h2 {
            font-size: 32px;
            color: #333333;
            font-weight: 600;
            margin-bottom: 10px;
        }
        .about-title-wrapper .subtitle {
            font-size: 14px;
            color: #999999;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
        .about-content {
            flex: 1;
            background-color: #ffffff;
            padding: 40px;
            border-radius: 16px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        }
        .about-content p {
            font-size: 16px;
            color: #666666;
            line-height: 1.8;
            margin-bottom: 20px;
        }
        .about-content p:last-child {
            margin-bottom: 0;
        }
        .reliable-container {
            max-width: 1500px;
            margin: 0 auto;
        }
        .features-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
        }
        .feature-card {
            background-color: #f8f9fa;
            padding: 40px 30px;
            border-radius: 16px;
            transition: all 0.3s ease;
        }
        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        .feature-icon {
            font-size: 48px;
            margin-bottom: 20px;
        }
        .feature-card h3 {
            font-size: 22px;
            color: #333333;
            margin-bottom: 15px;
            font-weight: 600;
        }
        .feature-card p {
            font-size: 15px;
            color: #666666;
            line-height: 1.8;
        }

        .reliable-infrastructure {
            padding: 80px 20px;
            background-color: #ffffff;
        }
        .infrastructure-header {
            text-align: center;
            margin-bottom: 50px;
        }
        .infrastructure-header h2 {
            font-size: 32px;
            color: #333333;
            margin-bottom: 15px;
            font-weight: 600;
        }
        .infrastructure-header p {
            font-size: 14px;
            color: #999999;
            margin: 0;
        }
        .infrastructure-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 30px;
        }
        .infrastructure-card {
            text-align: center;
            padding: 20px;
        }
        .infrastructure-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 20px;
            object-fit: contain;
            border-radius: 15%;
        }
        .infrastructure-card h3 {
            font-size: 16px;
            color: #333333;
            margin-bottom: 15px;
            font-weight: 600;
        }
        .infrastructure-card ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        .infrastructure-card li {
            font-size: 13px;
            color: #333333;
            line-height: 1.8;
            margin-bottom: 5px;
        }
        .infrastructure-card li:last-child {
            margin-bottom: 0;
        }

        .features-section {
	padding: 80px 20px;
	background-color: #F5F5F5;
}
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
        }
        .feature-card {
            background: #ffffff;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
        }
        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
        }
        .feature-image {
            height: 200px;
            overflow: hidden;
        }
        .feature-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }
        .feature-card:hover .feature-image img {
            transform: scale(1.05);
        }
        .feature-content {
            padding: 25px;
        }
        .feature-content h4 {
            font-size: 18px;
            font-weight: 600;
            color: #1a1a2e;
            margin-bottom: 12px;
        }
        .feature-content p {
            font-size: 14px;
            color: #666666;
            line-height: 1.6;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
        }
        .section-title {
            text-align: center;
            margin-bottom: 60px;
        }
        .section-title h2 {
            font-size: 36px;
            font-weight: 700;
            color: #1a1a2e;
            margin-bottom: 15px;
        }
        .section-title p {
            font-size: 16px;
            color: #666666;
            max-width: 600px;
            margin: 0 auto;
        }
        .protection-section {
            padding: 80px 20px;
            background-color: #ffffff;
        }
        .protection-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
        }
        .protection-item {
            text-align: center;
            padding: 30px;
        }
        .protection-item img {
	width: 50px;
	height: 50px;
	object-fit: contain;
	margin-bottom: 20px;
	border-radius: 12px;
}
        .protection-item h4 {
	font-size: 18px;
	font-weight: 600;
	color: #1a1a2e;
	margin-bottom: 10px;
}
        .protection-item p {
            font-size: 14px;
            color: #666666;
            line-height: 1.5;
        }
        

        .service-content {
            padding: 25px;
        }
        .service-content h3 {
            font-size: 18px;
            color: #333333;
            margin-bottom: 15px;
            font-weight: 600;
        }
        .service-content ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        .service-content li {
            font-size: 14px;
            color: #666666;
            line-height: 1.8;
            padding-left: 18px;
            position: relative;
            margin-bottom: 8px;
        }
        .service-content li:last-child {
            margin-bottom: 0;
        }
        .service-content li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 8px;
            width: 4px;
            height: 4px;
            background-color: #007bff;
            border-radius: 50%;
        }

        .reliable-products {
            padding: 80px 20px;
            background-color: #f5f5f5;
        }
        .section-title {
            font-size: 32px;
            color: #333333;
            text-align: center;
            margin-bottom: 60px;
            font-weight: 600;
        }
        .products-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }
        .product-card {
            background-color: #ffffff;
            padding: 35px 25px;
            border-radius: 12px;
            text-align: center;

        }
        .product-card:hover {
            box-shadow: inset 0 0 15px rgba(102, 126, 234, 0.3), inset 0 0 8px rgba(118, 75, 162, 0.2), inset 0 0 5px rgba(255, 105, 180, 0.2);
            border-color: #e0e0e0;
        }
        .product-icon {
            font-size: 40px;
            margin-bottom: 15px;
            border-radius: 15%;
        }
        .product-card h4 {
	font-size: 22px;
	color: #333333;
	font-weight: 700;
	margin-bottom: 10px;
}
        .product-card p {
	font-size: 18px;
	color: #999999;
}

        @media screen and (max-width: 1200px) {
            .features-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .products-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .infrastructure-grid {
                grid-template-columns: repeat(3, 1fr);
            }
            .services-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media screen and (max-width: 768px) {
            .reliable-hero-area {
                height: 300px;
                background-image: url(https://www.pesyun.com/plugins/pesyun/newindex/about/img/bg1.jpg);
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
            }
            .reliable-hero-video {
                display: none;
            }
            .reliable-hero-content h1 {
                font-size: 32px;
            }
            .reliable-hero-content p {
                font-size: 16px;
            }
            .reliable-features, .reliable-trust, .reliable-products, .reliable-infrastructure, .reliable-services {
                padding: 50px 15px;
            }
            .trust-grid {
                grid-template-columns: 1fr;
            }
            .trust-card {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }
            .btrust-grid {
                grid-template-columns: 1fr;
            }
            .btrust-card {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }
            .about-section {
                flex-direction: column;
                gap: 30px;
            }
            .about-title-wrapper {
                width: 100%;
                text-align: center;
            }
            .features-grid {
                grid-template-columns: 1fr;
                gap: 25px;
            }
            .products-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            .infrastructure-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            .services-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            .section-title {
                font-size: 26px;
                margin-bottom: 40px;
            }
            .cn2-content h2 {
                font-size: 26px;
            }
        }
        
         @media screen and (max-width: 992px) {
            .trust-card {
                flex-direction: column; 
                align-items: center;    
                text-align: center;     
            }
           .trust-image {
                width: 120px;   
                height: 100px;
                margin-top: -25px;
                margin-bottom: 15px; 
            }
            .trust-content {
                margin-top: -25px;
            }
}
    .bgtop {
	background-position: center;
	background-image: url('/plugins/img/banner-about5.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

        .hero-area {
	position: relative;
	height: 425px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-image: url('/plugins/img/data2.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
        .hero-content {
            max-width: 1520px;
            width: 100%;
            margin: 0 auto;
            padding-left: 20px;
            text-align: left;
            color: #ffffff;
            z-index: 2;
        }
        .hero-content h1 {
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 20px;
        }
        .hero-content p {
            font-size: 18px;
            opacity: 0.9;
        }

        .overview-section {
            padding: 80px 20px;
            background-color: #ffffff;
        }
        .overview-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: center;
        }
        .overview-text {
            padding-right: 20px;
        }
        .overview-text h3 {
            font-size: 24px;
            font-weight: 600;
            color: #1a1a2e;
            margin-bottom: 20px;
        }
        .overview-text p {
            font-size: 16px;
            color: #555555;
            line-height: 1.8;
            margin-bottom: 15px;
        }
        .overview-image {
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        }
        .overview-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            min-height: 350px;
        }

        .compliance-section {
            padding: 80px 20px;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        }
        .compliance-section .section-title h2,
        .compliance-section .section-title p {
            color: #000000;
        }
        .compliance-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 30px;
        }
        .compliance-card {
            background: #ffffff;
            border-radius: 16px;
            padding: 30px;
            text-align: center;
            border: 1px solid rgba(255, 255, 255, 0.15);
        }
        .compliance-card img {
            width: 60px;
            height: 60px;
            object-fit: contain;
            margin-bottom: 15px;
        }
        .compliance-card h4 {
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 8px;
}
        .compliance-card p {
	font-size: 16px;
	color: #000000;
}

        .testimonials-section {
            padding: 80px 20px;
            background-color: #f8f9fa;
        }
        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }
        .testimonial-card {
            background: #ffffff;
            border-radius: 16px;
            padding: 30px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
        }
        .testimonial-quote {
            font-size: 32px;
            color: #e0e0e0;
            margin-bottom: 15px;
        }
        .testimonial-text {
            font-size: 14px;
            color: #666666;
            line-height: 1.6;
            margin-bottom: 20px;
            font-style: italic;
        }
        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 15px;
        }
        .author-avatar {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background: linear-gradient(90deg, #0077ff, #00c6ff);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            font-weight: 600;
            font-size: 16px;
        }
        .author-info {
            display: flex;
            flex-direction: column;
        }
        .author-name {
	font-size: 18px;
	font-weight: 600;
	color: #333333;
}
        .author-title {
	font-size: 16px;
	color: #999999;
}

        @media screen and (max-width: 768px) {
            .hero-content h1 {
                font-size: 32px;
            }
            .overview-content {
                grid-template-columns: 1fr;
            }
            .overview-text {
                padding-right: 0;
                order: 2;
            }
            .overview-image {
                order: 1;
            }
            .section-title h2 {
                font-size: 28px;
            }
            .features-grid {
                grid-template-columns: 1fr;
            }
            .overview-section,
            .features-section,
            .protection-section,
            .compliance-section,
            .testimonials-section {
                padding: 50px 15px;
            }
            .ds-hero-area {
               position: relative;
               height: 250px;
               display: flex;
               align-items: center;
               justify-content: flex-start;
               background-image: url(/plugins/img/ds1.jpg);
               background-size: cover;
               background-position: center;
               background-repeat: no-repeat;
}
        }
        
        .hero-area {
	position: relative;
	height: 435px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-image: url('/plugins/img/dc5.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
        .hero-content {
            max-width: 1520px;
            width: 100%;
            margin: 0 auto;
            padding-left: 20px;
            text-align: left;
            color: #ffffff;
            z-index: 2;
        }
        .hero-content h1 {
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 20px;
        }
        .hero-content p {
            font-size: 18px;
            opacity: 0.9;
        }

        .intro-banner-area {
            position: relative;
            height: 450px;
            padding: 80px 20px 240px 20px;
            background: url(/plugins/img/dc2.jpg) no-repeat 100% / 1200px 450px;

            background-position: center;
            background-repeat: no-repeat;
            overflow: hidden;
        }
        .intro-banner-container {
            max-width: 1520px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }
        .intro-banner-title {
            text-align: center;
            font-size: 28px;
            font-weight: 700;
            color: #1a1a2e;
            margin-bottom: 40px;
        }
        .intro-banner-content {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 40px;
        }
        .intro-banner-text {
            flex: 1;
            max-width: 500px;
        }
        .intro-banner-text p {
            font-size: 14px;
            color: #666666;
            line-height: 2;
            margin-bottom: 20px;
        }
        .intro-banner-text .highlight {
            color: #e53935;
            font-weight: 600;
        }

        .features-area {
	padding: 80px 20px;
}
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
        }
        .feature-card {
            background: #ffffff;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
        }
        .feature-card:hover {

            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
        }
        .feature-image {
	height: 270px;
	overflow: hidden;
}
        .feature-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }
        .feature-card:hover .feature-image img {
            transform: scale(1.05);
        }
        .feature-content {
            padding: 25px;
        }
        .feature-content h3 {
            font-size: 20px;
            font-weight: 600;
            color: #1a1a2e;
            margin-bottom: 12px;
        }
        .feature-content p {
            font-size: 14px;
            color: #666666;
            line-height: 1.6;
        }

        .specs-area {
            padding: 80px 20px;
            background-color: #ffffff;
        }
        .specs-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
        }
        .spec-item {
            text-align: center;
            padding: 30px 20px;
            background: #f8f9fa;
            border-radius: 12px;
        }
        .spec-item img {
            width: 50px;
            height: 50px;
            object-fit: contain;
            margin-bottom: 15px;
        }
        .spec-item .number {
	font-size: 48px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 8px;
}
        .spec-item .label {
            font-size: 14px;
            color: #666;
        }

        .locations-area {
	padding: 80px 20px;
	background-color: #F5F5F5;
}
        .locations-area .section-title h2,
        .locations-area .section-title p {
	color: #000000;
}
        .locations-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
        }
        .location-card {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 16px;
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.3s ease;
        }
        .location-card:hover {
            background: rgba(255, 255, 255, 0.15);
        }
        .location-image {
	height: 180px;
	overflow: hidden;
}
        .location-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .location-content {
	padding: 25px;
	background-color: #FFFFFF;
}
        .location-content h3 {
	font-size: 20px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 15px;
}
        .location-content ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .location-content li {
	font-size: 14px;
	color: rgb(0, 0, 0);
	padding: 8px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	gap: 10px;
}
        .location-content li:last-child {
            border-bottom: none;
        }
        .location-content li::before {
            content: '';
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #4CAF50;
        }

        @media screen and (max-width: 992px) {
            .features-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        @media screen and (max-width: 768px) {
            .hero-area {
                height: 220px;
            }
            .hero-content h1 {
                font-size: 32px;
            }
            .section-title h2 {
                font-size: 28px;
            }
            .features-grid {
                grid-template-columns: 1fr;
            }
            .spec-item .number {
                font-size: 36px;
            }
            .features-area,
            .specs-area,
            .locations-area {
                padding: 50px 15px;
            }
            .trust-grid {
                grid-template-columns: 1fr;
            }
            .trust-card {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }
        }
        @media screen and (max-width: 992px) {
            .trust-card {
                flex-direction: column; 
                align-items: center;    
                text-align: center;     
            }
           .trust-image {
                width: 120px;   
                height: 100px;
                margin-top: -25px;
                margin-bottom: 0px; 
            }
            .trust-content {
                margin-top: -25px;
            }
}

        .data-hero-area {
	position: relative;
	height: 425px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-image: url('/plugins/img/data7.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
        .hero-content {
            max-width: 1520px;
            width: 100%;
            margin: 0 auto;
            padding-left: 20px;
            text-align: left;
            color: #ffffff;
            z-index: 2;
        }
        .hero-content h1 {
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 20px;
        }
        .hero-content p {
            font-size: 18px;
            opacity: 0.9;
        }

        .asac  {
	font-size: 16px;
	color: #666666;
	max-width: 400px;
	margin: 0 auto;
	margin-bottom: 20px;
	line-height: 1.8;
}
        .overview-section {
	margin: 0 auto;
	padding: 80px 20px;
	background-color: #f5f5f5;
}

.overview-section .container {
    max-width: 1520px;

}
.overview-section .section-title {
    text-align: center;
    margin-bottom: 40px;
}
.overview-section .section-title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 12px;
}
.overview-section .section-title p {
    color: #666;
}



.overview-image {
    flex: 0 0 48%;
    overflow: hidden;
}
.overview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.overview-text {
    flex: 1;
    display: flex;
    flex-direction: column;

}
.overview-text h3 {
    font-size: 22px;
    font-weight: 600;
    color: #222;
    margin: 0 0 16px;
}
.overview-text > p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin: 0 0 24px;
}
.overview-text hr {
    border: none;
    border-bottom: 1px solid #dddddd;
    margin: 0 0 28px;
}

.check-list {
    list-style: none;
    padding: 0;
}
.check-list li {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 18px;
}

.challenge-section3 {
	max-width: 1550px;
	margin: 0 auto;
	padding: 60px 20px;
	font-family: "Microsoft YaHei", sans-serif;
	background: #fff;
}
        .sectio-titl {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.macas-grid {
  display: flex;
  flex-wrap: wrap; 
  justify-content: space-between; 
  gap: 24px; 
}


.maca {

  flex: 48%;
 

  background-color: #f9f9f9; 
  border-radius: 8px; 
  display: flex; 
  align-items: flex-start; 
  transition: transform 0.3s ease; 
  padding:40px 40px 40px;
}


.maca:hover {
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}


.maca-icon1 {
	flex-shrink: 0;
	margin-right: 20px;
	width: 48px;
	height: 48px;
	background-image: url('/plugins/img/da16.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.maca-icon2 {
	flex-shrink: 0;
	margin-right: 20px;
	width: 48px;
	height: 48px;
	background-image: url('/plugins/img/da17.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.maca-icon3 {
	flex-shrink: 0;
	margin-right: 20px;
	width: 48px;
	height: 48px;
	background-image: url('/plugins/img/da18.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.maca-icon4 {
	flex-shrink: 0;
	margin-right: 20px;
	width: 48px;
	height: 48px;
	background-image: url('/plugins/img/da19.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}


.maca-content {
  flex: 1; 
}

.maca-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 0 0 12px 0;
}

.maca-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}
        
        .challenge-title {
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	color: #333;
	margin-bottom: 40px;
}
        
        .challenge-grid {
            max-width: 1520px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }
        
        .challenge-card {
            background: #fff;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
        }
        
        .challenge-card h3 {
            font-size: 18px;
            font-weight: 600;
            color: #333;
            margin-bottom: 16px;
            display: flex;
            align-items: center;
            gap: 12px;
        }



        .bprotection-section {
    padding: 80px 0;
    background-color: #ffffff;
}
.bprotection-section .container {
    width: 1520px;
    margin: 0 auto;
}
.bprotection-section .section-title {
    text-align: center;
    margin-bottom: 50px;
}
.bprotection-section .section-title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #111;
}
.bprotection-section .section-title p {
    color: #666;
}
.bprotection-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.bprotection-item {
    display: flex;
    flex-direction: column;
}
.bprotection-item img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 20px;
	border-radius: 4px;
}
.bprotection-item h4 {
	font-size: 20px;
	font-weight: 600;
	color: #111;
	margin: 0 0 5px;
	text-align: left;
}
.bprotection-item p {
	font-size: 16px;
	color: #666666;
	line-height: 1.75;
	margin: 0;
	text-align: left;
}

        @media screen and (max-width: 768px) {
            .hero-content h1 {
                font-size: 32px;
            }
            .overview-content {
                flex-direction: column;
                gap: 30px;
    
            }
            
            .overview-text {
                padding-left: 0;
                order: 2;
                margin-top: 30px;
            }
            .overview-image {
                flex: none;
                width: 100%;
            }
            .section-title h2 {
                font-size: 28px;
            }
            .features-grid {
                grid-template-columns: 1fr;
            }
            .protection-content {
                grid-template-columns: repeat(1, 1fr);
            }
            .compliance-grid {
                grid-template-columns: repeat(1, 1fr);
            }
            .overview-section,
            .features-section,
            .protection-section,
            .compliance-section,
            .testimonials-section {
                padding: 50px 15px;
            }
            
            .hero-area {
               position: relative;
               height: 250px;
               display: flex;
               align-items: center;
               justify-content: flex-start;
               background-image: url(/plugins/img/ds1.jpg);
               background-size: cover;
               background-position: center;
               background-repeat: no-repeat;
            }
        }