.cs-carousel-wrapper-1a633941 {
    position: relative;
    width: 100%;
}

.cs-swiper-1a633941 {
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
}

.cs-card-1a633941 {
    position: relative;
    width: 100%;
    height: 450px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all 0.3s ease;
}

.cs-card-bg-1a633941 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: transform 0.5s ease;
}

.cs-card-overlay-1a633941 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 60%);
    z-index: 2;
    transition: all 0.3s ease;
}

.cs-card-content-1a633941 {
    position: relative;
    z-index: 3;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.cs-card-subheading-1a633941 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #e0e0e0;
}

.cs-card-title-1a633941 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #ffffff;
    line-height: 1.2;
}

.cs-card-desc-1a633941 {
    overflow: hidden;
    max-height: 4.5em; /* approx 3 lines */
    transition: max-height 0.5s ease;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    cursor: pointer;
}

.cs-card-1a633941:hover .cs-card-desc-1a633941,
.cs-card-desc-1a633941.expanded {
    max-height: 200px;
    -webkit-line-clamp: 10;
}

.cs-card-1a633941:hover .cs-card-bg-1a633941 {
    transform: scale(1.05);
}

.cs-card-link-1a633941 {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    margin-top: auto;
    gap: 10px;
}

.cs-card-link-text-1a633941 {
    font-size: 14px;
    font-weight: 600;
}

.cs-card-icon-1a633941 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    transition: transform 0.3s ease;
}

.cs-card-icon-1a633941 svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
    transition: transform 0.3s ease;
}

.cs-card-1a633941:hover .cs-card-icon-1a633941 {
    transform: translateX(10px);
}

.swiper-pagination-bullet {
    background: #000;
}

.swiper-button-next, .swiper-button-prev {
    color: #000;
}
