/* .customers-section, .orgs-section {
    padding: 40px 20px;
    text-align: center;
}

.customers-section {
    background-color: #f4f4f4;
}

.orgs-section {
    margin: 10px 0;
    background-color: #fff;
}

.customers-section .swiper-block, .orgs-section .swiper-block {
    margin-bottom: 50px;
}

.customers-section .swiper-block h2, .orgs-section .swiper-block h2 {
    font-size: 42px;
    font-family: 'Clash Display', sans-serif;
    font-weight: 900;
    margin-bottom: 20px;
} */

.customers-section .customers-swiper {
    padding: 20px 0
}

.customers-section .swiper-slide {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.customers-section .swiper-slide img {
    max-height: 100px;
    max-width: 100%;
    object-fit: contain;
}

.orgs-section .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    height: 130px;
}

.orgs-section .swiper-slide img {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.oem-odm-section {
    padding: 60px 0;
    background-color: #fff;
    font-family: 'Clash Display', sans-serif;
}

.oem-odm-section .oem-odm-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.oem-odm-section .oem-odm-text, .oem-odm-section .oem-odm-image {
    flex: 1 1 0%;
    min-width: 280px;
}

.oem-odm-section .oem-odm-text {
    flex: 1;
    min-width: 280px;
}

.oem-odm-section .oem-odm-text h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.oem-odm-section .oem-odm-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 30px;
    max-width: 80%;
}

.oem-odm-section .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #00ABD6;
    color: #fff;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s ease;
}

.oem-odm-section .btn-primary:hover {
    background-color: #008bb3;
}

.oem-odm-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.oem-odm-image .image-wrapper {
    position: relative;
    display: inline-block;
    max-width: 85%;
}

.oem-odm-image .image-wrapper::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 6px;
    right: -20px;
    bottom: -6px;
    border: 20px solid #00ABD6;
    z-index: 0;
}

.oem-odm-image img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}

@media screen and (max-width:991px) {
    .oem-odm-section .oem-odm-text p {
        max-width: 100%
    }
}

.section-why_choose {
    padding: 0 10px;
    overflow: hidden;
    background-color: #E8E8E8;
}

@media (min-width:1200px) {
    .section-why_choose .why_choose_container {
        padding: 0;
        max-width: 100%;
        overflow: hidden
    }
}

.section-why_choose .why_choose {
    position: relative;
    padding: 60px 15px;
    background: linear-gradient(180deg, #71E2FF 0%, #00ABD6 100%);
}

.why_choose__title h2 {
    font-family: 'Clash Display', sans-serif;
    font-size: 48px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}

.why_choose__content {
    position: relative;
    max-width: 100%;
}

.section-why_choose .swiper-auto-width {
    padding: 30px 0
}

.section-why_choose .swiper-slide {
    background: #fff;
    border-radius: 32px;
    border: 1px solid #fff;
    padding: 50px 20px;
    height: 100%;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform .3s ease, box-shadow .3s ease;
    box-shadow: 6px 6px 8px 1px rgb(0 0 0 / 33%);
}

.section-why_choose .swiper-slide:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .12);
}

.section-why_choose .swiper-slide {
    width: auto
}

.why_choose__item {
    flex: 1;
    min-width: unset;
}

.section-why_choose .why_choose__item-title h4 {
    font-family: 'Clash Display', sans-serif;
    font-size: 30px;
    font-weight: 900;
    color: #000;
    margin-bottom: 12px;
}

.section-why_choose .why_choose__item-title p {
    font-size: 16px;
    color: #1d2b53;
    line-height: 1.5;
    margin: 0;
    max-width: 370px;
}

.section-why_choose .swiper-nav-buttons {
    display: flex;
    gap: 12px;
    position: absolute;
    top: -70px;
    right: 0;
    z-index: 10;
}

.section-why_choose .swiper-button-prev::after, .section-why_choose .swiper-button-next::after {
    display: none;
}

.section-why_choose .swiper-button-prev svg, .section-why_choose .swiper-button-next svg {
    width: 20px;
    height: 20px;
    display: block;
    margin: auto;
}

.section-why_choose .swiper-button-prev, .section-why_choose .swiper-button-next {
    background: #fff;
    color: #00ABD6;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .1);
    transform: none;
    position: static
}

.section-why_choose .swiper-button-prev::after, .section-why_choose .swiper-button-next::after {
    font-size: 20px;
}

@media screen and (max-width:991px) {
    .section-why_choose {
        padding: 0
    }

    .why_choose__title h2 {
        font-size: 32px
    }

    .section-why_choose .why_choose {
        padding: 30px 15px
    }

    .section-why_choose .swiper-slide {
        width: 100% !important
    }

    .section-why_choose .why_choose__item-title h4 {
        font-size: 24px
    }

    .section-why_choose .swiper-slide {
        padding: 30px 15px;
        height: 100%;
        min-height: 100%
    }

    .section-why_choose .swiper-button-prev, .section-why_choose .swiper-button-next {
        width: 38px;
        height: 38px
    }
}

.commitments-section {
    padding: 60px 0;
    background-color: #fff;
    font-family: 'Clash Display', sans-serif;
}

.commitments-section .commitments-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.commitments-section .commitments-text, .commitments-section .commitments-image {
    flex: 1 1 0%;
    min-width: 280px;
}

.commitments-section .commitments-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 80px
}

.commitments-section .commitments-text {
    flex: 1;
    min-width: 280px;
}

.commitments-section .commitments-text h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.commitments-section .commitments-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 30px;
    max-width: 80%;
}

.commitments-section .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #00ABD6;
    color: #fff;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s ease;
}

.commitments-section .btn-primary:hover {
    background-color: #008bb3;
}

.commitments-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.commitments-image .image-wrapper {
    position: relative;
    display: inline-block;
    max-width: 85%;
}

.commitments-image .image-wrapper::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 6px;
    right: -20px;
    bottom: -6px;
    border: 20px solid #00ABD6;
    z-index: 0;
}

.commitments-image img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}

@media screen and (max-width:991px) {
    .commitments-section .commitments-text p {
        max-width: 100%
    }
}