/* Multimedia Section Styles */

.highlight-multimedia {
    background-color: transparent;
}

.highlight-multimedia .main-news {
    margin-bottom: 20px;
}

.highlight-multimedia .main-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 15px;
}

.highlight-multimedia .main-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

/* .highlight-multimedia .main-thumb:hover img {
    transform: scale(1.05);
} */

.highlight-multimedia .main-content {
    padding: 0;
}

.highlight-multimedia .category {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.highlight-multimedia .main-title {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    margin: 0;
}

.highlight-multimedia .main-title a {
    color: #fff;
    transition: color 0.3s ease;
}

.highlight-multimedia .main-title a:hover {
    color: #ddd;
}

/* Loading State for Multimedia */
.multimedia-loading-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.multimedia-content-area {
    min-height: 300px;
    position: relative;
}

/* Tab Navigation for Multimedia */
.bg-seventhColor {
    background-color: var(--seventh-color, #2c3e50);
    padding: 20px 0;
}

.bg-seventhColor .nav-tabs .nav-link {
    color: #fff;
    border: none;
    background: transparent;
    padding: 10px 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease;
}

/* Text white override for multimedia */
.text-w {
    color: #fff !important;
}

