/* Hero Section */
.hero {
    position: relative;
    overflow: hidden;
}

.hero-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 0 200px;
    background-image: url("../image/5/banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hero-mt {
    padding: 180px 260px 0px;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.4;
    color: #16145e;
}

.hero-md {
    padding: 0px 260px 60px;
    font-size: 24px;
    line-height: 2;
    color: #16145e;
}

.hero-btn {
    margin-left: 260px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(89.32deg, rgba(75, 87, 253, 1) 0.48%, rgba(5, 160, 255, 1) 99.71%);
    border-radius: 10px;
    padding: 6px 24px;
    text-decoration: none;
}

.hero-content img {
    width: 100%;
    height: auto;
    display: block;
}

/* Project Cooperation Process Section */
.cooperation-process-section {
    padding: 80px 0;
    background-color: white;
}

.cooperation-process-section .section-title {
    font-size: 30px;
    font-weight: 600;
    color: #101010;
    margin-bottom: 60px;
    text-align: center;
}

.process-steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 150px;
}

.process-step {
    flex: 1;
    text-align: center;
    position: relative;
}

.step-content {
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
}

.step-number {
    position: absolute;
    left: 88px;
    top: 10px;
    transform: translateY(-50%);
    z-index: 1;
}

.step-number img {
    max-width: 57px;
    height: auto;
}

.step-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0;
    position: relative;
    z-index: 2;
}

.step-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    padding: 0 10px;
    text-align: left;
}

.process-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 25px;
    left: 240px;
    width: 100px;
    height: 1px;
    background-color: #e0e0e0;
    z-index: 0;
}

/* Ecosystem Partners Section */
.ecosystem-partners-section {
    padding: 80px 0;
    background-color: #f9fcff;
    position: relative;
    overflow: hidden;
}

.ecosystem-partners-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../image/5/018.png');
    background-size: cover;
    background-position: center;
    /* opacity: 0.1; */
    z-index: 0;
}

.ecosystem-partners-section .section-title {
    font-size: 30px;
    font-weight: 600;
    color: #101010;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.partners-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

.partners-logos {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-right: 50px;
    margin-top: 110px;
}

.partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-logo img {
    max-width: 100%;
    height: auto;
}

.china-map {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.china-map img {
    max-width: 100%;
    height: auto;
}

/* Responsive Design */
@media (max-width: 1400px) {
    .hero-mt {
        padding: 120px 40px 0px;
    }

    .hero-md {
        padding: 0px 40px 40px;
        max-width: 680px;
    }

    .hero-btn {
        margin-left: 40px;
    }
}

@media (max-width: 1200px) {
    .step-number {
        left: 28%;
    }
}

@media (max-width: 960px) {
    .step-number {
        left: 28%;
    }
}

@media (max-width: 768px) {

    .hero-mt {
        padding: 60px 30px 0px;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.4;
        color: #16145e;
    }

    .hero-md {
        padding: 0px 30px 40px;
        font-size: 16px;
        line-height: 2;
        color: #16145e;
    }

    .hero-btn {
        margin-left: 30px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 200px;
        background: linear-gradient(89.32deg, rgba(75, 87, 253, 1) 0.48%, rgba(5, 160, 255, 1) 99.71%);
        border-radius: 10px;
        padding: 6px 24px;
        text-decoration: none;
    }

    .hero-content {
        max-width: 100%;
        padding-bottom: 40px;
    }

    .hero-content img {
        height: 210px;
        width: auto;
    }

    .cooperation-process-section {
        padding: 40px 0;
    }

    .cooperation-process-section .section-title {
        font-size: 20px;
    }

    .process-steps {
        display: block;
    }

    .process-step {
        border: 1px solid #eee;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .process-step:not(:last-child)::after {
        width: 0;
    }

    .step-number {
        top: 40px;
        left: 47%;
    }

    .step-content {
        padding: 40px 15px 0;
        margin-bottom: 10px;
    }

    .step-number img {
        max-width: 40px;
    }

    .step-title {
        font-size: 18px;
    }

    .step-description {
        font-size: 12px;
        padding: 0px 30px 40px;
    }

    .partners-content {
        display: block;
    }

    .partners-logos {
        margin-right: 0;
        margin-top: 0px;
    }

    .ecosystem-partners-section {
        padding: 40px 0;
    }

    .ecosystem-partners-section .section-title {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .partner-logo img {}

    .partners-logos {
        gap: 10px;
    }
}