  .section-title-container {
            position: relative;
            border-bottom: 1px solid #dee2e6;
            padding-bottom: 0.75rem;
        }

        .section-title-container .section-title::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 30%;
            height: 3px;
            background-color: #FF6100;
        }

        .video-thumb img {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .video-thumb:hover img {
            transform: scale(1.05);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
        }

        .placeholder-box {
            background-color: #e9ecef;
            border-radius: .25rem;
        }