.mighty-9-carousel-container {
    width: 100%;
    padding: 20px 0 50px 0; /* Space for pagination */
    position: relative;
    overflow: hidden;
}

.mighty-9-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
    height: auto;
    display: flex;
    flex-direction: column;
}

.mighty-9-card:hover {
    transform: translateY(-5px);
}

.mighty-9-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mighty-9-image-wrapper {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.mighty-9-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mighty-9-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.mighty-9-title {
    margin: 0 0 10px 0;
    font-size: 1.5rem;
    font-weight: 700;
}

.mighty-9-rating {
    font-size: 0.9rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.mighty-9-desc {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
}

/* Swiper custom styles */
.mySwiper-970 .swiper-button-next,
.mySwiper-970 .swiper-button-prev {
    color: #10A4FC;
}

.mySwiper-970 .swiper-pagination-bullet-active {
    background: #10A4FC;
}