.gc-carousel-wrapper-8274ef03 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.gc-carousel-track-8274ef03 {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Hide standard scrollbar */
    padding: 10px;
    cursor: grab;
}

.gc-carousel-track-8274ef03::-webkit-scrollbar {
    display: none;
}

.gc-carousel-track-8274ef03:active {
    cursor: grabbing;
}

.gc-slide-8274ef03 {
    position: relative;
    width: 300px; /* Default, controlled by elementor */
    flex: 0 0 300px;
    aspect-ratio: 3 / 4;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    scroll-snap-align: start;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.gc-slide-8274ef03:hover {
    transform: translateY(-5px);
    color: #fff;
}

.gc-slide-8274ef03::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
    z-index: 1;
}

.gc-hover-media-8274ef03 {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gc-slide-8274ef03:hover .gc-hover-media-8274ef03 {
    opacity: 1;
}

.gc-hover-media-8274ef03 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gc-hover-gif-8274ef03 {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.gc-content-8274ef03 {
    position: relative;
    z-index: 2;
    text-align: center;
}

.gc-title-8274ef03 {
    margin: 0 0 4px;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}

.gc-company-8274ef03 {
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 12px;
}

.gc-platforms-8274ef03 {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.gc-icon-8274ef03 i,
.gc-icon-8274ef03 svg {
    width: 18px;
    height: 18px;
    font-size: 18px;
    fill: currentColor;
}

.gc-arrow-8274ef03 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    backdrop-filter: blur(4px);
    transition: background 0.3s;
}

.gc-arrow-8274ef03:hover {
    background: rgba(0,0,0,0.9);
}

.gc-prev-8274ef03 { left: 10px; }
.gc-next-8274ef03 { right: 10px; }

.gc-pagination-8274ef03 {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.gc-dot-8274ef03 {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(150, 150, 150, 0.4);
    cursor: pointer;
    transition: background 0.3s;
}

.gc-dot-8274ef03.active {
    background: #000;
}
