/* In-House Training Block - c6m3q8 */

/* Swiper styles (same as r7t4k2) */
.inhouse-swiper-c6m3q8 {
    overflow: visible;
    padding: 10px 0 24px;
}

.inhouse-swiper-c6m3q8 .swiper-wrapper {
    align-items: stretch;
}

.inhouse-swiper-c6m3q8 .swiper-slide {
    width: 280px;
    height: auto;
}

/* Swiper pagination bullets */
.inhouse-bullet-c6m3q8 {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #CDD6B7;
    cursor: pointer;
    transition: all 0.3s ease;
}

.inhouse-bullet-active-c6m3q8 {
    background-color: #B8C1A2;
    width: 48px;
    border-radius: calc(infinity * 1px);
}

@media (min-width: 768px) {
    .inhouse-swiper-c6m3q8 .swiper-slide {
        width: 360px;
    }
}

@media (min-width: 1024px) {
    .inhouse-swiper-c6m3q8 .swiper-slide {
        width: 410px;
    }
}
