.services-section {
    width: 100%;
    padding: 0px 0px 0px;
    box-sizing: border-box;
    overflow: hidden;
}

.services-section .services-section__title {
    width: 90%;
    max-width: 1350px;
    font-weight: bold;
    color: #01155A;
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 60px auto 0px;
}

.services-section .services-section__description {
    width: 90%;
    max-width: 1350px;
    margin: 20px auto 60px;
    font-weight: 400;
    color: #121212;
    line-height: 24px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.services-section .services-section__content {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.services-section .my-swiper {
    width: 100%;
    height: auto;
}

.services-section .swiper-wrapper {
    display: flex;
    align-items: stretch;
    height: auto;
    padding-bottom: 15px;
}

.services-section .swiper-slide {
    /* width: 450px !important;
    max-width: 450px; */
    flex-shrink: 0;
    box-sizing: border-box;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.services-section .swiper-item {
    width: 100%;
    height: 100%;
}

.services-section .swiper-item-content {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services-section .item-image {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.services-section .item-text {
    /* width: 400px; */
    width: 80%;
    height: 360px;
    padding: 20px 25px 35px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    margin-top: -80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
}

.services-section .item-text--orange::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FF5E16;
    clip-path: polygon(0 0,
            /* 左上角 */
            100% 0,
            /* 右上角 */
            100% 85%,
            /* 右侧中间点（控制斜角的高度） */
            85% 100%,
            /* 底部中间点（控制斜角的宽度） */
            0 100%
            /* 左下角 */
        );
}

.services-section .item-text--blue::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #01155A;
    clip-path: polygon(0 0,
            /* 左上角 */
            100% 0,
            /* 右上角 */
            100% 85%,
            /* 右侧中间点（控制斜角的高度） */
            85% 100%,
            /* 底部中间点（控制斜角的宽度） */
            0 100%
            /* 左下角 */
        );
}

.services-section .item-title {
    font-weight: bold;
    color: #FFFFFF;
}

.services-section .item-description {
    font-weight: 400;
    font-size: 16px !important;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 10px;
}

.services-section .item-icon {
    position: absolute;
    top: -40px;
    right: 30px;
    width: 86px;
    height: auto;
    object-fit: contain;
}

.services-section .item-part {
    position: relative;
}

.services-section .item-link {
    width: 170px;
    height: 40px;
    line-height: 40px;
    border-radius: 25px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
}

.services-section .item-link img {
    width: 18px;
    height: auto;
    object-fit: contain;
}

.services-section .swiper-button-prev,
.services-section .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 25px;
}

.services-section .swiper-button-prev:after,
.services-section .swiper-button-next:after {
    content: '';
}

.services-section .swiper-button-prev {
    background-image: url('https://www.hlhmodeltech.com/wp-content/uploads/2026/02/swiper-left-arrow.webp');
    background-size: 50px 50px;
    background-repeat: no-repeat;
    left: -8%;
}

.services-section .swiper-button-next {
    background-image: url('https://www.hlhmodeltech.com/wp-content/uploads/2026/02/swiper-right-arrow.webp');
    background-size: 50px 50px;
    background-repeat: no-repeat;
    right: -8%;
}

.services-section .swiper-button-prev:hover {
    background-image: url('https://www.hlhmodeltech.com/wp-content/uploads/2026/02/swiper-left-arrow-hover.webp');
    background-size: 50px 50px;
    background-repeat: no-repeat;
}

.services-section .swiper-button-next:hover {
    background-image: url('https://www.hlhmodeltech.com/wp-content/uploads/2026/02/swiper-right-arrow-hover.webp');
    background-size: 50px 50px;
    background-repeat: no-repeat;
}

.services-section .swiper-button-prev.services-swiper-button-disabled,
.services-section .swiper-button-next.services-swiper-button-disabled {
    opacity: 0.3;
    pointer-events: none;
}

@media screen and (max-width:760px) {
    .services-section .services-section__content {
        max-width: 489px;
    }

    .services-section .item-text {
        height: 300px;
        padding: 15px 20px 25px;
    }

    .services-section .swiper-button-prev {
        left: 0px;
    }

    .services-section .swiper-button-next {
        right: 0px;
    }
}

@media screen and (min-width:760px) and (max-width:1020px) {
    .services-section .swiper-button-prev {
        left: 0px;
    }

    .services-section .swiper-button-next {
        right: 0px;
    }
}

@media screen and (min-width:1020px) and (max-width:1350px) {
    .services-section .swiper-button-prev {
        left: -1%;
    }

    .services-section .swiper-button-next {
        right: -1%;
    }
}

@media screen and (min-width:1350px) and (max-width:1700px) {
    .services-section .swiper-button-prev {
        left: -4%;
    }

    .services-section .swiper-button-next {
        right: -4%;
    }
}