/* In-House Training Block - p4r7t9 */

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

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

.inhouse-swiper-p4r7t9 .swiper-slide {
    width: 300px;
    height: auto;
}

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

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

/* Responsive */
@media (max-width: 767px) {
    .inhouse-swiper-p4r7t9 .swiper-slide {
        width: 280px;
    }
}
