.featured-video-card .overlay {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e00e5512;
    color: #fff;
    opacity: 1;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.featured-video-card:hover .overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.3) 100%);
}

.featured-video-card img{
    filter: brightness(70%);
    max-height: 450px;
    object-fit: cover;
}

.featured-video-card .badge, .featured-video-card .video-duration{
    background-color: #fff;
    color: #000;
    padding: 10px;
    border-radius: 0px;
    text-transform: uppercase;
}

.featured-video-card .badge:hover{
    background-color: #e00e55;
}

.featured-video-card .title-block {
    background-color: #e00e55; /* Red color from image */
    padding: 20px 30px;
    font-family: 'Anton', sans-serif;
    font-size: 3rem;
    line-height: 1.1;
    display: inline-block;
    max-width: 70%;
}

.featured-video-card .play-button-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid #fff;
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}
.featured-video-card:hover .play-button-main {
    background: #e00e55;
    border-color: #e00e55;
    transform: translate(-50%, -50%) scale(1.1);
}

.featured-video-card .video-title {
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #fff;
    margin-bottom: 0px;
}

.featured-video-card .video-title a{
    color: #fff;
}

.featured-video-card .video-duration {
    padding: 3px 8px;
    border-radius: 0px;
    font-size: 0.8rem;
}

#videoModal{
    background: #000000bd;
    opacity: 1 !important;
}

#videoModal .modal-dialog-centered{
    top: 15%;
}

#videoModal button {
    position: absolute;
    top: -50px;
    right: -50px;
    font-size: 2rem;
    color: #fff;
}

#videoModal button:hover{
    background-color: transparent !important;
}


/* ========== Video Playlist ========== */
.video-playlist .video-item {
    margin-bottom: 15px;
    cursor: pointer;
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    padding: 7px;
}

.video-playlist .video-item:last-child {
    margin-bottom: 0;
}

.video-playlist .video-item:hover {
   transform: translateY(-3px);
   box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.video-playlist .thumbnail-wrapper {
    flex-shrink: 0;
    width: 120px;
    margin-right: 15px;
}
.video-playlist .thumbnail-wrapper img {
    width: 100%;
    object-fit: cover;
}

.video-playlist .thumbnail-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.8rem;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 0.25rem;
}

.video-playlist .video-item:hover .thumbnail-overlay {
    opacity: 1;
}

.video-playlist .playlist-duration {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 0.75rem;
    padding: 2px 5px;
    border-radius: 3px;
}

.video-playlist .video-info h6 {
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
}

.video-playlist .video-info h6 a {
    color: #000;
}

.video-playlist .video-info small {
    font-size: 0.8rem;
}


/* ========== Modal ========== */
.modal-xl {
    max-width: 1140px;
}

.post-container {
    margin-top: 0rem;
    margin-bottom: 2rem;
}

.post-tag {
    display: inline-block;
    background-color: #e00e55;
    color: #fff;
    padding: 4px 10px;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.post-date {
    color: #6c757d; /* Bootstrap's text-muted color */
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.post-title {
    /* font-family: 'Anton', sans-serif; */
    font-weight: 900;
    text-transform: uppercase;
    line-height: 160%;
    margin-bottom: 1.5rem;
}

.post-meta {
    color: #6c757d;
    display: flex;
    align-items: center;
}

.post-meta .author {
    margin-right: 1.5rem;
}

.post-meta .views {
    display: flex;
    align-items: center;
}

.post-meta .views svg {
    margin-right: 0.5rem;
    fill: #6c757d;
}

@media (max-width: 1200px) {
    .modal-xl {
        max-width: 90%;
    }
}

.social-links-archive {
    padding-left: 0;
}

.social-links-archive li {
    margin-bottom: 15px;
    margin-left: 0px;
    list-style: none; /* Remove default list style */
}

.social-links-archive a {
    text-decoration: none;
    color: #e00e55;
    font-weight: bold;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
    font-size: 18px;
}

.social-links-archive a:hover {
    color: #161616; /* Bootstrap primary color */
}

.social-links-archive .fab {
    width: 25px; /* Adjust icon width */
    text-align: center;
}

/* Video Card Styles */
.video-card, .video-card-sm, .big-story-card {
    cursor: pointer;
    overflow: hidden; /* Ensures no content overflows rounded corners */
    border: none;
}

.video-card .row {
    background-color: #fff;
    /* border: 1px solid #ddd; */
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    height: 100%; /* Ensure card takes full height */
    margin-top: 10px;
}

.video-card .video-thumbnail-container {
    position: relative;
    overflow: hidden;
}

.video-card .video-thumbnail-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-card .video-duration {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 0.75rem;
}

.video-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0px;
}

.video-card .card-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.video-card-sm {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    height: 100%;
}

.video-card-sm .video-thumbnail-container {
    position: relative;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    overflow: hidden;
}

.video-card-sm .video-thumbnail-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-card-sm .video-duration {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 0.7rem;
}

.video-card-sm .card-title {
    font-size: 0.95rem;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.3;
}

.video-card-sm .card-text {
    font-size: 0.8rem;
}

/* Play button overlay */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-card:hover .play-button,
.video-card-sm:hover .play-button,
.big-story-card:hover .play-button {
    opacity: 1;
}


/* More Big Stories & Videos Section */
.big-stories-section {
    background-color: #e20e55; /* Red color, similar to YouTube's red */
    color: #fff;
    border-radius: 8px;
}

.big-story-card {
    background-color: transparent;
    border: none;
    color: #fff;
    height: 100%;
}

.big-story-card .video-thumbnail-container {
    position: relative;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    overflow: hidden;
    border-radius: 8px; /* Slightly rounded corners for thumbnails */
}

.big-story-card .video-thumbnail-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.big-story-card .video-duration {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 0.7rem;
}

.big-story-card .card-body {
    padding: 10px 0; /* Adjust padding */
}

.big-story-card .card-title {
    font-size: 0.95rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 5px;
}

.big-story-card .card-text {
    font-size: 0.8rem;
    color: #fff !important;
}

.main-content {
    padding-top: 0rem;
    padding-bottom: 2rem;
}

/* --- Related Videos Section --- */
.related-videos-title {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1.5rem;
    border-left: 4px solid #000;
    padding-left: 0.75rem;
}

.video-card {
    margin-bottom: 1.5rem;
}

.video-card a {
    text-decoration: none;
    color: #212529;
    display: block;
}

.video-card a:hover .video-title {
    color: #d9232d;
}

.thumbnail-wrapper {
    position: relative;
    margin-bottom: 0.75rem;
    background-color: #000;
}

.thumbnail-wrapper img {
    transition: opacity 0.3s ease;
}

.video-card a:hover .thumbnail-wrapper img {
    opacity: 0.8;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem; /* For play triangle */
    line-height: 1;
    border: 2px solid #fff;
    pointer-events: none; /* Allows click-through */
    transition: background-color 0.3s ease;
}

.video-card a:hover .play-icon {
    background-color: rgba(217, 35, 45, 0.8);
}

.video-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #d9232d;
    color: #fff;
    padding: 2px 8px;
    font-size: 0.7rem;
    font-weight: bold;
}

.video-time {
    position: absolute;
    bottom: 5px;
    right: 8px;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    padding: 2px 6px;
    font-size: 0.7rem;
    border-radius: 3px;
}

.video-title-detail {
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
    transition: color 0.3s ease;
}

.video-category {
    font-size: 0.75rem;
    color: #6c757d;
    text-transform: uppercase;
}

/* --- Article Section --- */
.article-content {
    line-height: 1.8;
    font-size: 1rem;
}

.article-image {
    max-width: 300px;
}

/* --- Sidebar --- */
.sidebar {
    padding-top: 2rem;
}

.social-links {
    display: flex;
    gap: 5px;
    margin-bottom: 1.5rem;
}

.social-links a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    height: 40px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
}
.social-links .fb { background-color: #3b5998; }
.social-links .tw { background-color: #55acee; }
.social-links .vk { background-color: #4c75a3; }
.social-links .yt { background-color: #cd201f; }

.theatre-box {
    background-color: #f0f0f0;
    text-align: center;
    padding: 2.5rem 1rem;
    font-family: 'Oswald', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: rgba(0,0,0,0.15);
    line-height: 1;
    margin-bottom: 1rem;
}

.tickets-btn {
    background-color: #d9232d;
    color: white;
    border: none;
    width: 100%;
    padding: 12px 0;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.tickets-btn:hover {
    background-color: #b01c25;
    color: white;
}

/* ========== Responsive ========== */
@media (max-width: 992px) {
    .featured-video-card .title-block {
        font-size: 2.2rem;
        padding: 15px 20px;
        max-width: 80%;
    }
    .featured-video-card .play-button-main {
        width: 70px;
        height: 70px;
        font-size: 2rem;
    }

    .video-col {
        margin-bottom: 0rem;
    }

    .post-title {
        font-size: 2rem;
        margin-top: 0rem;
        padding: 0px 10px;
    }

    .post-date{
        float: right;
        padding-right: 10px;
    }

    .post-meta{
        justify-content: center;
    }

    .related-videos-title{
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 1.4rem;
    }
}

@media (max-width: 576px) {
    .featured-video-card .title-block {
        font-size: 1.5rem;
        max-width: 100%;
    }
    .featured-video-card .video-title {
        font-size: 1rem;
    }
    .video-playlist .thumbnail-wrapper {
        width: 100px;
    }
     .video-playlist .video-info h6 {
        font-size: 0.85rem;
    }
}