.top-nav {
    background-color: #b71c1c;
    padding: 10px 0;
}



.nav-link {
    color: white !important;
    padding: 8px 15px !important;
}

.language-select {
    background-color: #8b0000;
    border: none;
    padding: 5px 15px;
}

.news-ticker {
    background-color: #000;
    color: white;
    padding: 8px 0;
}

.social-icon {
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 10px;
    margin: 5px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
}

.main-news {
    border: 1px solid #ddd;
    padding: 5px;
    margin: 15px 0;
}

.news-image {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.news-title {
    background-color: #474747;
    color: white;
    padding: 10px;
    border-radius: 10px 10px 0 0 ;
}
.news-card {
    transition: transform 0.2s;
    height: 100%;
}
.news-card:hover {
    transform: translateY(-5px);
}
.news-title {
    font-size: 1.1rem;
    font-weight: 600;
}
.section-header {
    background-color: #474747;
    color: white;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    border-radius: 10px 10px 0 0 ;
    
}
.timestamp {
    font-size: 0.8rem;
    color: #6c757d;
}
.trending-sidebar {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 0.25rem;
}
.news-thumbnail {
    width: 120px;
    height: 80px;
    object-fit: cover;
}

.featured-news {
    background-color: #474747;
    color: white;
    padding: 15px;
    margin-bottom: 20px;
}

.news-item {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.timestamp {
    color: #666;
    font-size: 0.9rem;
}

.sidebar-program {
    background: #f8f9fa;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.program-img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}




