.ilc-container-82ca33e9 {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: grab;
    user-select: none;
    padding: 10px 0;
}

.ilc-container-82ca33e9:active {
    cursor: grabbing;
}

.ilc-track-82ca33e9 {
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
}

.ilc-box-82ca33e9 {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}

.ilc-gradient-overlay-82ca33e9 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
    z-index: 1;
}

.ilc-bottom-title-82ca33e9 {
    position: absolute;
    bottom: 24px;
    left: 20px;
    right: 20px;
    margin: 0;
    color: #ffffff;
    z-index: 2;
    transition: opacity 0.3s ease;
}

.ilc-hover-overlay-82ca33e9 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
    padding: 20px;
    text-align: center;
}

.ilc-box-82ca33e9:hover .ilc-hover-overlay-82ca33e9 {
    opacity: 1;
}

.ilc-box-82ca33e9:hover .ilc-bottom-title-82ca33e9 {
    opacity: 0;
}

.ilc-hover-content-82ca33e9 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.ilc-hover-title-82ca33e9 {
    margin: 0;
    color: #ffffff;
}

.ilc-hover-btn-82ca33e9 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.ilc-hover-btn-82ca33e9:hover {
    transform: scale(1.05);
}

.ilc-btn-icon-82ca33e9 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ilc-btn-icon-82ca33e9 svg,
.ilc-btn-icon-82ca33e9 i {
    width: 1em;
    height: 1em;
    font-size: 1em;
}
