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

.customers-section .customers-section__title {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto 40px;
    font-weight: bold;
    color: #01155A;
    text-align: center;
}

.customers-section .customers-section__content {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

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

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

    /* justify-content: center; */
}

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

.customers-section .swiper-item {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(35, 24, 21, 0.2);
    border-radius: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 20px;
}

.customers-section .swiper-item-content {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 25px 30px 35px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.customers-section .item-icon-list {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.customers-section .item-icon {
    width: 28px;
    height: auto;
    flex-shrink: 0;
}

.customers-section .item-title {
    font-weight: bold;
    font-size: 24px;
    color: #121212;
}

.customers-section .item-description {
    font-weight: 400;
    font-size: 14px !important;
    color: #121212;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.customers-section .item-info {
    display: flex;
    align-items: center;
    position: relative;
}

.customers-section .item-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #F0F0F0;
}

.customers-section .item-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customers-section .item-info-inner {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    gap: 5px;
    position: relative;
    z-index: 1;
}

.customers-section .item-name {
    font-weight: bold;
    font-size: 18px;
    color: #121212;
}

.customers-section .item-position {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.customers-section .item-comment {
    width: 100px;
    height: auto;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

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

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

.customers-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%;
    top: 40%;
}

.customers-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%;
    top: 40%;
}

.customers-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;
}

.customers-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;
}

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

.customers-section .swiper-pagination {
    position: relative;
    margin-top: 30px;
    text-align: center;
}

.customers-section .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #01155A;
    border-radius: 50%;
    margin: 0 7px !important;
    cursor: pointer;
    opacity: 1;
}

.customers-section .swiper-pagination-bullet-active {
    background: #FF5E16;
    position: relative;
}

@media screen and (max-width:760px) {
    /* .customers-section .swiper-slide {
        width: 100% !important;
    } */

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

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

@media screen and (min-width:760px) and (max-width:1020px) {

    /* .customers-section .swiper-slide {
        width: 100% !important;
    } */
    .customers-section .swiper-button-prev {
        left: 0px;
    }

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

@media screen and (min-width:1020px) and (max-width:1450px) {
    /* .customers-section .swiper-slide {
        width: 100% !important;
    } */

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

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

@media screen and (min-width:1450px) and (max-width:1700px) {
    .customers-section .swiper-button-prev {
        left: -1%;
    }

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