.ec-f713b1f5-wrapper {
    position: relative;
    padding: 0 50px;
}

.ec-f713b1f5-swiper {
    overflow: hidden;
}

.ec-f713b1f5-slide-inner {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.ec-f713b1f5-slide-inner:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.ec-f713b1f5-slide-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    flex-shrink: 0;
    display: block;
}

a.ec-f713b1f5-slide-image-link {
    display: block;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

a.ec-f713b1f5-slide-image-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.3s ease;
}

a.ec-f713b1f5-slide-image-link:hover::after {
    background-color: rgba(0, 0, 0, 0.08);
}

.ec-f713b1f5-slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.ec-f713b1f5-slide-inner:hover .ec-f713b1f5-slide-image img {
    transform: scale(1.05);
}

.ec-f713b1f5-slide-content {
    padding: 20px 24px 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ec-f713b1f5-slide-icon {
    margin-bottom: 12px;
    line-height: 1;
    display: inline-flex;
}

.ec-f713b1f5-slide-icon i {
    font-size: 32px;
    color: #6366f1;
}

.ec-f713b1f5-slide-icon svg {
    width: 32px;
    height: 32px;
    fill: #6366f1;
}

.ec-f713b1f5-slide-title {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 8px;
    line-height: 1.3;
}

.ec-f713b1f5-slide-desc {
    font-size: 15px;
    color: #64748b;
    margin: 0 0 16px;
    line-height: 1.6;
    flex-grow: 1;
}

.ec-f713b1f5-slide-btn {
    display: inline-block;
    padding: 10px 24px;
    background-color: #6366f1;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease;
    align-self: flex-start;
}

.ec-f713b1f5-slide-btn:hover {
    background-color: #4f46e5;
    color: #ffffff;
    transform: translateY(-1px);
}

/* Arrows */
.ec-f713b1f5-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #6366f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.ec-f713b1f5-arrow:hover {
    background-color: #4f46e5;
    transform: translateY(-50%) scale(1.1);
}

.ec-f713b1f5-arrow svg {
    fill: #ffffff;
}

.ec-f713b1f5-arrow-prev {
    left: 0;
}

.ec-f713b1f5-arrow-next {
    right: 0;
}

.ec-f713b1f5-arrow.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
}

/* Pagination Dots */
.ec-f713b1f5-pagination {
    text-align: center;
    margin-top: 24px;
}

.ec-f713b1f5-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #cbd5e1;
    opacity: 1;
    margin: 0 5px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.ec-f713b1f5-pagination .swiper-pagination-bullet-active {
    background-color: #6366f1;
    transform: scale(1.3);
}

/* Responsive */
@media (max-width: 767px) {
    .ec-f713b1f5-wrapper {
        padding: 0 36px;
    }

    .ec-f713b1f5-arrow {
        width: 32px;
        height: 32px;
    }

    .ec-f713b1f5-arrow svg {
        width: 16px;
        height: 16px;
    }
}
