.coverflow-wrapper-2ce62a7f {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    perspective: 1000px;
    padding: 30px 0;
}

.coverflow-container-2ce62a7f {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    user-select: none;
    cursor: grab;
}

.coverflow-container-2ce62a7f:active {
    cursor: grabbing;
}

.coverflow-slide-2ce62a7f {
    position: absolute;
    width: 320px;
    height: 450px;
    transform-style: preserve-3d;
    will-change: transform, opacity;
}

.coverflow-inner-2ce62a7f {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transform: translateZ(0);
}

.coverflow-image-wrap-2ce62a7f {
    width: 100%;
    height: 50%;
    overflow: hidden;
    position: relative;
}

.coverflow-image-wrap-2ce62a7f img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }

.coverflow-content-2ce62a7f {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.coverflow-icon-2ce62a7f {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coverflow-title-2ce62a7f {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.coverflow-desc-2ce62a7f {
    margin: 0 0 15px 0;
    font-size: 14px;
    line-height: 1.5;
    color: #666666;
}

.coverflow-btn-2ce62a7f {
    display: inline-block;
    padding: 10px 20px;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.coverflow-btn-2ce62a7f:hover {
    background-color: #2980b9;
    color: #ffffff;
}

/* Arrows */
.coverflow-arrow-2ce62a7f {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #1a1a1a;
    border-radius: 50%;
    font-size: 18px;
    color: #1a1a1a;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    transition: background-color 0.3s, opacity 0.3s;
    outline: none;
}

.coverflow-arrow-2ce62a7f:hover {
    background-color: #ffffff;
}

.arrow-prev-2ce62a7f {
    left: 20px;
}

.arrow-next-2ce62a7f {
    right: 20px;
}

/* Dots Pagination */
.coverflow-dots-2ce62a7f {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 100;
}

.coverflow-dot-2ce62a7f {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #cccccc;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}

.coverflow-dot-2ce62a7f.active-2ce62a7f {
    background-color: #3498db;
    transform: scale(1.2);
}
