.cs-wrapper-0e71f078 {
    position: relative;
    width: 100%;
}

.cs-swiper-0e71f078 {
    width: 100%;
    overflow: hidden;
}

.cs-card-0e71f078 {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    color: #fff;
    transition: all 0.4s ease;
}

.cs-card-0e71f078::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    transition: background 0.4s ease;
}

.cs-content-0e71f078 {
    position: relative;
    z-index: 2;
}

.cs-title-0e71f078 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.cs-hidden-content-0e71f078 {
    margin-top: 15px;
    transition: all 0.4s ease;
}

.cs-desc-0e71f078 {
    margin: 0 0 15px 0;
    color: #eee;
}

.cs-btn-0e71f078 {
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
}

/* Hover Reveal Logic */
.cs-hover-reveal-0e71f078 .cs-hidden-content-0e71f078 {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(20px);
}

.cs-hover-reveal-0e71f078:hover .cs-hidden-content-0e71f078 {
    opacity: 1;
    max-height: 500px;
    transform: translateY(0);
}

/* Navigation */
.cs-navigation-0e71f078 {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.cs-nav-left { justify-content: flex-start; }
.cs-nav-right { justify-content: flex-end; }

.cs-prev-0e71f078,
.cs-next-0e71f078 {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #333;
    transition: all 0.3s ease;
}

.cs-prev-0e71f078:hover,
.cs-next-0e71f078:hover {
    background: #333;
    color: #fff;
}

.cs-prev-0e71f078.swiper-button-disabled,
.cs-next-0e71f078.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
