        .video-gallery-section {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
            position: relative;
            overflow: hidden;
        }

        .video-gallery-container {
            position: relative;
            overflow: hidden;
            border-radius: 20px;
            max-width: 700px;
            margin: 0 auto;
            width: 100%;
        }

        .video-gallery-wrapper {
            display: flex;
            transition: transform 0.5s ease-in-out;
            width: 100%;
        }

        .video-gallery-item {
            min-width: 100%;
            max-width: 100%;
            flex-shrink: 0;
            box-sizing: border-box;
        }

        .video-gallery-box {
            background: linear-gradient(180deg, #4a1a1a 0%, #2d0a0a 100%);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
        }

        .video-gallery-thumbnail {
            width: 100%;
            height: 400px;
            background: #000;
            position: relative;
            overflow: hidden;
        }

        .video-gallery-thumbnail video {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        .video-gallery-thumbnail img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        .video-gallery-info {
            padding: 25px 30px;
            text-align: center;
        }

        .video-gallery-title {
            font-size: 36px;
            font-weight: bold;
            color: #ffffff;
            margin: 0 0 10px 0;
            font-family: Arial, sans-serif;
        }

        .video-gallery-label {
            font-size: 16px;
            color: #cccccc;
            margin: 0 0 8px 0;
        }

        .video-gallery-date {
            font-size: 14px;
            color: #999999;
            margin: 0 0 20px 0;
        }

        .video-gallery-controls {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 15px;
        }

        .video-gallery-mute,
        .video-gallery-play {
            padding: 10px 25px;
            font-size: 14px;
            font-weight: 600;
            border: none;
            border-radius: 50px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            transition: all 0.3s ease;
            min-width: 120px;
        }

        .video-gallery-mute {
            background: #ffffff;
            color: #000000;
        }

        .video-gallery-mute:hover {
            background: #e0e0e0;
            transform: scale(1.05);
        }

        .video-gallery-play {
            background: #ffffff;
            color: #000000;
        }

        .video-gallery-play:hover {
            background: #e0e0e0;
            transform: scale(1.05);
        }

        .video-gallery-nav {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 30px;
        }

        .video-gallery-prev,
        .video-gallery-next {
            padding: 12px 35px;
            font-size: 16px;
            font-weight: 600;
            border: 2px solid #ffffff;
            background: transparent;
            color: #ffffff;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .video-gallery-prev:hover,
        .video-gallery-next:hover {
            background: #ffffff;
            color: #000000;
            transform: translateY(-2px);
        }

        .video-gallery-prev:disabled,
        .video-gallery-next:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }

        .video-gallery-dots {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 20px;
        }

        .video-gallery-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #666;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .video-gallery-dot.active-gallery-dot {
            background: #ffffff;
            transform: scale(1.3);
        }

        @media (max-width: 768px) {
            .video-gallery-section {
                padding: 20px 10px;
            }

            .video-gallery-container {
                max-width: 100%;
                border-radius: 15px;
            }

            .video-gallery-title {
                font-size: 24px;
            }

            .video-gallery-label {
                font-size: 14px;
            }

            .video-gallery-date {
                font-size: 12px;
            }

            .video-gallery-info {
                padding: 20px 15px;
            }

            .video-gallery-controls {
                gap: 8px;
                flex-wrap: nowrap;
            }

            .video-gallery-mute,
            .video-gallery-play {
                padding: 8px 15px;
                font-size: 12px;
                min-width: 90px;
                gap: 5px;
            }

            .video-gallery-thumbnail {
                height: 300px;
            }

            .video-gallery-nav {
                gap: 15px;
                margin-top: 20px;
            }

            .video-gallery-prev,
            .video-gallery-next {
                padding: 10px 25px;
                font-size: 14px;
            }
        }

        @media (max-width: 480px) {
            .video-gallery-section {
                padding: 15px 5px;
            }

            .video-gallery-title {
                font-size: 20px;
            }

            .video-gallery-info {
                padding: 15px 10px;
            }

            .video-gallery-mute,
            .video-gallery-play {
                padding: 7px 12px;
                font-size: 11px;
                min-width: 80px;
            }

            .video-gallery-thumbnail {
                height: 250px;
            }
        }




      .video-showcase-section {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
            position: relative;
            overflow: hidden;
        }

        .video-showcase-container {
            position: relative;
            overflow: hidden;
            border-radius: 20px;
            max-width: 700px;
            margin: 0 auto;
            width: 100%;
        }

        .video-showcase-wrapper {
            display: flex;
            transition: transform 0.5s ease-in-out;
            width: 100%;
        }

        .video-showcase-item {
            min-width: 100%;
            max-width: 100%;
            flex-shrink: 0;
            box-sizing: border-box;
        }

        .video-showcase-box {
            background: linear-gradient(180deg, #4a1a1a 0%, #2d0a0a 100%);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
        }

        .video-showcase-thumbnail {
            width: 100%;
            height: 400px;
            background: #000;
            position: relative;
            overflow: hidden;
        }

        .video-showcase-thumbnail video {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        .video-showcase-thumbnail img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        .video-showcase-info {
            padding: 25px 30px;
            text-align: center;
        }

        .video-showcase-title {
            font-size: 36px;
            font-weight: bold;
            color: #ffffff;
            margin: 0 0 10px 0;
            font-family: Arial, sans-serif;
        }

        .video-showcase-label {
            font-size: 16px;
            color: #cccccc;
            margin: 0 0 8px 0;
        }

        .video-showcase-date {
            font-size: 14px;
            color: #999999;
            margin: 0 0 20px 0;
        }

        .video-showcase-controls {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 15px;
        }

        .video-showcase-mute,
        .video-showcase-play {
            padding: 10px 25px;
            font-size: 14px;
            font-weight: 600;
            border: none;
            border-radius: 50px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            transition: all 0.3s ease;
            min-width: 120px;
        }

        .video-showcase-mute {
            background: #ffffff;
            color: #000000;
        }

        .video-showcase-mute:hover {
            background: #e0e0e0;
            transform: scale(1.05);
        }

        .video-showcase-play {
            background: #ffffff;
            color: #000000;
        }

        .video-showcase-play:hover {
            background: #e0e0e0;
            transform: scale(1.05);
        }

        .video-showcase-nav {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 30px;
        }

        .video-showcase-prev,
        .video-showcase-next {
            padding: 12px 35px;
            font-size: 16px;
            font-weight: 600;
            border: 2px solid #ffffff;
            background: transparent;
            color: #ffffff;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .video-showcase-prev:hover,
        .video-showcase-next:hover {
            background: #ffffff;
            color: #000000;
            transform: translateY(-2px);
        }

        .video-showcase-prev:disabled,
        .video-showcase-next:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }

        .video-showcase-dots {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 20px;
        }

        .video-showcase-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #666;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .video-showcase-dot.active-showcase-dot {
            background: #ffffff;
            transform: scale(1.3);
        }

        @media (max-width: 768px) {
            .video-showcase-section {
                padding: 20px 10px;
            }

            .video-showcase-container {
                max-width: 100%;
                border-radius: 15px;
            }

            .video-showcase-title {
                font-size: 24px;
            }

            .video-showcase-label {
                font-size: 14px;
            }

            .video-showcase-date {
                font-size: 12px;
            }

            .video-showcase-info {
                padding: 20px 15px;
            }

            .video-showcase-controls {
                gap: 8px;
                flex-wrap: nowrap;
            }

            .video-showcase-mute,
            .video-showcase-play {
                padding: 8px 15px;
                font-size: 12px;
                min-width: 90px;
                gap: 5px;
            }

            .video-showcase-thumbnail {
                height: 300px;
            }

            .video-showcase-nav {
                gap: 15px;
                margin-top: 20px;
            }

            .video-showcase-prev,
            .video-showcase-next {
                padding: 10px 25px;
                font-size: 14px;
            }
        }

        @media (max-width: 480px) {
            .video-showcase-section {
                padding: 15px 5px;
            }

            .video-showcase-title {
                font-size: 20px;
            }

            .video-showcase-info {
                padding: 15px 10px;
            }

            .video-showcase-mute,
            .video-showcase-play {
                padding: 7px 12px;
                font-size: 11px;
                min-width: 80px;
            }

            .video-showcase-thumbnail {
                height: 250px;
            }
        }



.video-collection-section {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
            position: relative;
            overflow: hidden;
        }

        .video-collection-container {
            position: relative;
            overflow: hidden;
            border-radius: 20px;
            max-width: 700px;
            margin: 0 auto;
            width: 100%;
        }

        .video-collection-wrapper {
            display: flex;
            transition: transform 0.5s ease-in-out;
            width: 100%;
        }

        .video-collection-item {
            min-width: 100%;
            max-width: 100%;
            flex-shrink: 0;
            box-sizing: border-box;
        }

        .video-collection-box {
            background: linear-gradient(180deg, #0e0e0e 0%, #070707 100%);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
        }

        .video-collection-thumbnail {
            width: 100%;
            height: 400px;
            background: #000;
            position: relative;
            overflow: hidden;
        }

        .video-collection-thumbnail video {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        .video-collection-thumbnail img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        .video-collection-info {
            padding: 25px 30px;
            text-align: center;
        }

        .video-collection-title {
            font-size: 36px;
            font-weight: bold;
            color: #ffffff;
            margin: 0 0 10px 0;
            font-family: Arial, sans-serif;
        }

        .video-collection-label {
            font-size: 16px;
            color: #cccccc;
            margin: 0 0 8px 0;
        }

        .video-collection-date {
            font-size: 14px;
            color: #999999;
            margin: 0 0 20px 0;
        }

        .video-collection-controls {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 15px;
        }

        .video-collection-mute,
        .video-collection-play {
            padding: 10px 25px;
            font-size: 14px;
            font-weight: 600;
            border: none;
            border-radius: 50px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            transition: all 0.3s ease;
            min-width: 120px;
        }

        .video-collection-mute {
            background: #ffffff;
            color: #000000;
        }

        .video-collection-mute:hover {
            background: #e0e0e0;
            transform: scale(1.05);
        }

        .video-collection-play {
            background: #ffffff;
            color: #000000;
        }

        .video-collection-play:hover {
            background: #e0e0e0;
            transform: scale(1.05);
        }

        .video-collection-nav {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 30px;
        }

        .video-collection-prev,
        .video-collection-next {
            padding: 12px 35px;
            font-size: 16px;
            font-weight: 600;
            border: 2px solid #ffffff;
            background: transparent;
            color: #ffffff;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .video-collection-prev:hover,
        .video-collection-next:hover {
            background: #ffffff;
            color: #000000;
            transform: translateY(-2px);
        }

        .video-collection-prev:disabled,
        .video-collection-next:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }

        .video-collection-dots {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 20px;
        }

        .video-collection-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #666;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .video-collection-dot.active-collection-dot {
            background: #ffffff;
            transform: scale(1.3);
        }

        @media (max-width: 768px) {
            .video-collection-section {
                padding: 20px 10px;
            }

            .video-collection-container {
                max-width: 100%;
                border-radius: 15px;
            }

            .video-collection-title {
                font-size: 24px;
            }

            .video-collection-label {
                font-size: 14px;
            }

            .video-collection-date {
                font-size: 12px;
            }

            .video-collection-info {
                padding: 20px 15px;
            }

            .video-collection-controls {
                gap: 8px;
                flex-wrap: nowrap;
            }

            .video-collection-mute,
            .video-collection-play {
                padding: 8px 15px;
                font-size: 12px;
                min-width: 90px;
                gap: 5px;
            }

            .video-collection-thumbnail {
                height: 300px;
            }

            .video-collection-nav {
                gap: 15px;
                margin-top: 20px;
            }

            .video-collection-prev,
            .video-collection-next {
                padding: 10px 25px;
                font-size: 14px;
            }
        }

        @media (max-width: 480px) {
            .video-collection-section {
                padding: 15px 5px;
            }

            .video-collection-title {
                font-size: 20px;
            }

            .video-collection-info {
                padding: 15px 10px;
            }

            .video-collection-mute,
            .video-collection-play {
                padding: 7px 12px;
                font-size: 11px;
                min-width: 80px;
            }

            .video-collection-thumbnail {
                height: 250px;
            }
        }




        @media (min-width: 900px) {
    .custom-video-block {
        width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .custom-video {
        width: 100%;
        max-width: 500px;
        height: auto;
    }
}

        * {
            box-sizing: border-box;
        }

        .video-slider-section {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
            position: relative;
            overflow: hidden;
        }

        .video-slider-container {
            position: relative;
            overflow: hidden;
            border-radius: 20px;
            max-width: 700px;
            margin: 0 auto;
            width: 100%;
        }

        .video-slider-wrapper {
            display: flex;
            transition: transform 0.5s ease-in-out;
            width: 100%;
        }

        .video-slide-item {
            min-width: 100%;
            max-width: 100%;
            flex-shrink: 0;
            box-sizing: border-box;
        }

        .video-card-box {
            background: linear-gradient(180deg, #4a1a1a 0%, #2d0a0a 100%);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
        }

        .video-thumbnail-container {
            width: 100%;
            height: 400px;
            background: #000;
            position: relative;
            overflow: hidden;
        }

        .video-thumbnail-container video {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        .video-thumbnail-container img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        .video-info-section {
            padding: 25px 30px;
            text-align: center;
        }

        .video-artist-title {
            font-size: 36px;
            font-weight: bold;
            color: #ffffff;
            margin: 0 0 10px 0;
            font-family: Arial, sans-serif;
        }

        .video-type-label {
            font-size: 16px;
            color: #cccccc;
            margin: 0 0 8px 0;
        }

        .video-date-duration {
            font-size: 14px;
            color: #999999;
            margin: 0 0 20px 0;
        }

        .video-controls-row {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 15px;
        }

        .video-mute-btn,
        .video-play-btn {
            padding: 10px 25px;
            font-size: 14px;
            font-weight: 600;
            border: none;
            border-radius: 50px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            transition: all 0.3s ease;
            min-width: 120px;
        }

        .video-mute-btn {
            background: #ffffff;
            color: #000000;
        }

        .video-mute-btn:hover {
            background: #e0e0e0;
            transform: scale(1.05);
        }

        .video-play-btn {
            background: #ffffff;
            color: #000000;
        }

        .video-play-btn:hover {
            background: #e0e0e0;
            transform: scale(1.05);
        }

        .video-nav-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 30px;
        }

        .video-prev-btn,
        .video-next-btn {
            padding: 12px 35px;
            font-size: 16px;
            font-weight: 600;
            border: 2px solid #ffffff;
            background: transparent;
            color: #ffffff;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .video-prev-btn:hover,
        .video-next-btn:hover {
            background: #ffffff;
            color: #000000;
            transform: translateY(-2px);
        }

        .video-prev-btn:disabled,
        .video-next-btn:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }

        .video-slider-dots {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 20px;
        }

        .video-dot-indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #666;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .video-dot-indicator.active-dot {
            background: #ffffff;
            transform: scale(1.3);
        }

        @media (max-width: 768px) {
            .video-slider-section {
                padding: 20px 10px;
            }

            .video-slider-container {
                max-width: 100%;
                border-radius: 15px;
            }

            .video-artist-title {
                font-size: 24px;
            }

            .video-type-label {
                font-size: 14px;
            }

            .video-date-duration {
                font-size: 12px;
            }

            .video-info-section {
                padding: 20px 15px;
            }

            .video-controls-row {
                gap: 8px;
                flex-wrap: nowrap;
            }

            .video-mute-btn,
            .video-play-btn {
                padding: 8px 15px;
                font-size: 12px;
                min-width: 90px;
                gap: 5px;
            }

            .video-thumbnail-container {
                height: 300px;
            }

            .video-nav-buttons {
                gap: 15px;
                margin-top: 20px;
            }

            .video-prev-btn,
            .video-next-btn {
                padding: 10px 25px;
                font-size: 14px;
            }
        }

        @media (max-width: 480px) {
            .video-slider-section {
                padding: 15px 5px;
            }

            .video-artist-title {
                font-size: 20px;
            }

            .video-info-section {
                padding: 15px 10px;
            }

            .video-mute-btn,
            .video-play-btn {
                padding: 7px 12px;
                font-size: 11px;
                min-width: 80px;
            }

            .video-thumbnail-container {
                height: 250px;
            }
        }