
.swiper-container {
    width: 100%;
    height: 100vh;
}

.swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reel-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.reel-overlay {
    position: absolute;
    bottom: 50px;
    left: 20px;
    color: white;
    z-index: 10;
}

.unmute-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 15;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
}
