.cs-slider-container-3e32fbff {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 40px;
    box-sizing: border-box;
}
.cs-slider-track-3e32fbff {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 20px 0;
    scroll-behavior: smooth;
    width: 100%;
}
.cs-slider-track-3e32fbff::-webkit-scrollbar {
    display: none;
}
.cs-card-slide-3e32fbff {
    flex: 0 0 calc(33.333% - 14px);
    scroll-snap-align: start;
}
@media (max-width: 1024px) {
    .cs-card-slide-3e32fbff { flex: 0 0 calc(50% - 10px); }
}
@media (max-width: 767px) {
    .cs-card-slide-3e32fbff { flex: 0 0 100%; }
}
.cs-card-3e32fbff {
    background: #fff;
    border-radius: 12px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}
.cs-card-icon-3e32fbff {
    font-size: 50px;
    color: #1b5a8b;
    margin-bottom: 20px;
}
.cs-card-icon-3e32fbff svg {
    width: 50px;
    height: 50px;
    fill: #1b5a8b;
}
.cs-card-title-3e32fbff {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}
.cs-card-desc-3e32fbff {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    flex-grow: 1;
}
.cs-slider-btn-3e32fbff {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
    padding: 10px;
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease;
}
.cs-slider-btn-3e32fbff:hover {
    color: #1b5a8b;
}
.cs-slider-prev-3e32fbff { left: 0; }
.cs-slider-next-3e32fbff { right: 0; }
