/*--------------------------------------------------------------
# Industry Honours
--------------------------------------------------------------*/

.industry-honours {
    padding: 60px 0;
    overflow: hidden;
}

.industry-honours__swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
    list-style: none;
    padding: 40px 0 60px;
}

.industry-honours__swiper .swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: flex;
    align-items: center;
    box-sizing: content-box;
    transition-property: transform;
}

.industry-honours__swiper.swiper-container-3d {
    perspective: 1400px;
}

.industry-honours__swiper.swiper-container-3d .swiper-wrapper,
.industry-honours__swiper.swiper-container-3d .swiper-slide {
    transform-style: preserve-3d;
}

.industry-honours__swiper .swiper-slide {
    flex-shrink: 0;
    width: 540px;
    height: 320px;
    position: relative;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.industry-honours__link {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.industry-honours__link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.industry-honours__swiper .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.industry-honours__swiper .swiper-pagination-bullet {
    display: inline-block;
    background-color: rgba(var(--crank-black-rgb), 0.3);
    width: 10px;
    height: 10px;
    margin: 0 6px;
    border-radius: 50%;
    opacity: 0.6;
    cursor: pointer;
}

.industry-honours__swiper .swiper-pagination-bullet-active {
    background-color: var(--crank-base);
    opacity: 1;
}

@media (max-width: 767px) {
    .industry-honours .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .industry-honours__swiper {
        padding: 20px 0 40px;
    }

    .industry-honours__swiper .swiper-slide {
        width: 280px;
        height: 166px;
    }
}
