
.radiosimba-modern-header {
background:linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
box-shadow:0 4px 20px rgba(0,0,0,0.3);
}


.header-top-bar {
background:linear-gradient(90deg, #ff6b00, #ff8c00, #ff6b00);
background-size:200% 100%;
animation:gradientShift 6s ease infinite;
padding:8px 0;
border-bottom:2px solid #fff;
}

@keyframes gradientShift {
0% { background-position:0% 50%; }
50% { background-position:100% 50%; }
100% { background-position:0% 50%; }
}

.container {
max-width:1200px;
margin:0 auto;
padding:0 20px;
}

.breaking-news-ticker {
display:flex;
align-items:center;
gap:15px;
}

.news-label {
background:#000;
color:#fff;
padding:6px 12px;
border-radius:15px;
font-weight:bold;
font-size:0.8em;
text-transform:uppercase;
white-space:nowrap;
display:flex;
align-items:center;
gap:5px;
}

.news-ticker-content {
flex:1;
overflow:hidden;
position:relative;
height:25px;
}

.news-ticker-scroll {
display:flex;
animation:ticker-scroll 60s linear infinite;
position:absolute;
white-space:nowrap;
}

.news-ticker-scroll:hover {
animation-play-state:paused;
}

.news-item {
display:inline-flex;
align-items:center;
margin-right:30px;
color:white;
font-weight:600;
text-decoration:none;
padding-right:30px;
gap:8px;
font-size:0.9em;
}

.news-item:hover {
color:#000;
}

@keyframes ticker-scroll {
0% { transform:translateX(100%); }
100% { transform:translateX(-100%); }
}


.header-main {
padding:20px 0;
}

.header-content {
display:grid;
grid-template-columns:1fr auto 1fr;
gap:30px;
align-items:center;
}


.header-logo-section {
display:flex;
align-items:center;
gap:20px;
}

.site-logo img {
max-height:80px;
width:auto;
}

.site-title h1 {
color:#ff6b00;
font-size:2em;
margin:0;
font-weight:800;
}

.station-info h2 {
color:#ff6b00;
font-size:1.5em;
margin:0 0 5px 0;
font-weight:800;
}

.frequency {
color:#fff;
font-size:1.1em;
font-weight:600;
margin:0 0 3px 0;
}

.slogan {
color:#ccc;
font-size:0.9em;
margin:0;
}


.header-broadcast-section {
display:flex;
flex-direction:column;
align-items:center;
gap:10px;
}

.live-broadcast-indicator {
display:flex;
align-items:center;
gap:8px;
background:rgba(255, 0, 0, 0.2);
padding:8px 15px;
border-radius:20px;
border:1px solid #ff4444;
}

.live-pulse {
width:12px;
height:12px;
background:#ff0000;
border-radius:50%;
animation:pulse 2s infinite;
}

@keyframes pulse {
0% { transform:scale(0.95); opacity:1; }
50% { transform:scale(1.1); opacity:0.7; }
100% { transform:scale(0.95); opacity:1; }
}

.live-broadcast-indicator span {
color:#fff;
font-weight:600;
font-size:0.9em;
}

.audio-player-modern audio {
border-radius:25px;
background:#333;
height:40px;
}


.header-featured-section {
display:flex;
justify-content:flex-end;
}

.featured-show, .featured-placeholder, .header-ad-content {
display:flex;
align-items:center;
gap:15px;
background:rgba(255,255,255,0.1);
padding:15px;
border-radius:10px;
max-width:300px;
}

.show-image, .placeholder-image {
width:60px;
height:60px;
border-radius:8px;
overflow:hidden;
flex-shrink:0;
}

.show-image img, .placeholder-image img {
width:100%;
height:100%;
object-fit:cover;
}

.show-info, .placeholder-info {
flex:1;
}

.show-info h4, .placeholder-info h4 {
color:#ff6b00;
font-size:0.8em;
margin:0 0 5px 0;
text-transform:uppercase;
font-weight:600;
}

.show-info h3, .placeholder-info h3 {
color:#fff;
font-size:1em;
margin:0;
font-weight:700;
}


.header-navigation {
background:linear-gradient(90deg, #ff6b00, #ff8c00);
padding:0;
}

.main-navigation {
display:flex;
list-style:none;
margin:0;
padding:0;
justify-content:center;
}

.main-navigation li {
position:relative;
}

.main-navigation li a {
color:white;
text-decoration:none;
padding:15px 25px;
display:block;
font-weight:600;
text-transform:uppercase;
font-size:0.95em;
transition:all 0.3s ease;
border-right:1px solid rgba(255,255,255,0.2);
}

.main-navigation li:last-child a {
border-right:none;
}

.main-navigation li a:hover {
background:rgba(255,255,255,0.2);
transform:translateY(-2px);
}

.mobile-menu-toggle {
display:none;
flex-direction:column;
justify-content:center;
align-items:center;
padding:10px;
background:transparent;
border:none;
cursor:pointer;
}

.mobile-menu-toggle span {
display:block;
width:25px;
height:3px;
background:white;
margin:3px 0;
transition:0.3s;
}


.site-footer {
background:#1a1a1a;
color:#fff;
padding:50px 0 20px;
margin-top:60px;
}

.footer-content {
display:grid;
grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
gap:40px;
margin-bottom:30px;
}

.footer-section h3 {
color:#ff6b00;
margin-bottom:20px;
font-size:1.2em;
}

.social-links {
display:flex;
gap:15px;
}

.social-link {
display:flex;
align-items:center;
justify-content:center;
width:40px;
height:40px;
background:rgba(255,107,0,0.1);
border-radius:50%;
color:#ff6b00;
text-decoration:none;
transition:all 0.3s ease;
}

.social-link:hover {
background:#ff6b00;
color:white;
transform:translateY(-3px);
}

.footer-menu {
list-style:none;
padding:0;
margin:0;
}

.footer-menu li {
margin-bottom:10px;
}

.footer-menu li a {
color:#ccc;
text-decoration:none;
transition:color 0.3s ease;
}

.footer-menu li a:hover {
color:#ff6b00;
}

.footer-bottom {
border-top:1px solid #333;
padding-top:20px;
text-align:center;
color:#999;
}


@media (max-width:768px) {
.header-content {
grid-template-columns:1fr;
gap:20px;
text-align:center;
}

.header-logo-section {
justify-content:center;
text-align:center;
}

.header-featured-section {
justify-content:center;
}

.breaking-news-ticker {
flex-direction:column;
gap:10px;
}

.news-label {
font-size:0.7em;
}

.main-navigation {
display:none;
flex-direction:column;
}

.main-navigation.active {
display:flex;
}

.mobile-menu-toggle {
display:flex;
}

.main-navigation li a {
border-right:none;
border-bottom:1px solid rgba(255,255,255,0.2);
}
}

@media (max-width:480px) {
.container {
padding:0 15px;
}

.header-main {
padding:15px 0;
}

.featured-show, .featured-placeholder {
max-width:100%;
}
}



.radiosimba-trending-songs-widget {
background:linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
border-radius:12px;
padding:20px;
margin:20px 0;
border:1px solid rgba(255,107,0,0.3);
box-shadow:0 8px 32px rgba(0,0,0,0.3);
}

.trending-songs-header {
display:flex;
align-items:center;
gap:10px;
margin-bottom:20px;
border-bottom:1px solid rgba(255,255,255,0.1);
padding-bottom:15px;
}

.trending-songs-header i {
color:#ff6b00;
font-size:1.2em;
}

.trending-songs-header h3 {
color:white;
margin:0;
font-size:1.1em;
flex:1;
}

.trending-badge {
background:linear-gradient(45deg, #ff6b00, #ff8c00);
color:white;
padding:4px 8px;
border-radius:12px;
font-size:0.7em;
font-weight:bold;
animation:pulse 2s infinite;
}

.trending-song-item {
display:flex;
align-items:center;
gap:12px;
padding:12px 0;
border-bottom:1px solid rgba(255,255,255,0.05);
transition:background-color 0.3s ease;
}

.trending-song-item:hover {
background:rgba(255,255,255,0.05);
border-radius:8px;
margin:0 -10px;
padding:12px 10px;
}

.trending-song-item:last-child {
border-bottom:none;
}

.song-rank {
font-weight:bold;
color:#ff6b00;
font-size:0.9em;
min-width:25px;
}

.song-image {
position:relative;
width:40px;
height:40px;
border-radius:8px;
overflow:hidden;
flex-shrink:0;
}

.song-image img {
width:100%;
height:100%;
object-fit:cover;
}

.song-trend {
position:absolute;
top:-5px;
right:-5px;
width:16px;
height:16px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:0.6em;
}

.song-trend.up {
background:#00c853;
color:white;
}

.song-trend.down {
background:#ff4444;
color:white;
}

.song-trend.steady {
background:#ffbb33;
color:black;
}

.song-info {
flex:1;
min-width:0;
}

.song-title {
color:white;
font-weight:600;
font-size:0.9em;
margin-bottom:2px;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}

.song-artist {
color:rgba(255,255,255,0.7);
font-size:0.8em;
margin-bottom:4px;
}

.song-plays {
color:rgba(255,255,255,0.5);
font-size:0.75em;
display:flex;
align-items:center;
gap:4px;
}

.song-plays i {
color:#ff6b00;
}

.play-song-btn {
background:rgba(255,107,0,0.2);
border:1px solid #ff6b00;
color:#ff6b00;
width:32px;
height:32px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
cursor:pointer;
transition:all 0.3s ease;
flex-shrink:0;
}

.play-song-btn:hover {
background:#ff6b00;
color:white;
transform:scale(1.1);
}

.trending-songs-footer {
margin-top:15px;
padding-top:15px;
border-top:1px solid rgba(255,255,255,0.1);
text-align:center;
}

.trending-songs-footer small {
color:rgba(255,255,255,0.6);
font-size:0.8em;
}

.trending-songs-footer a {
color:#ff6b00;
text-decoration:none;
}

.trending-songs-footer a:hover {
text-decoration:underline;
}


.radiosimba-social-updates-section {
background:linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
padding:60px 0;
margin:40px 0;
}

.social-updates-grid {
display:grid;
grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
gap:25px;
margin:30px 0;
}

.social-update-card {
background:white;
border-radius:12px;
padding:20px;
box-shadow:0 4px 20px rgba(0,0,0,0.1);
border-left:4px solid #ccc;
transition:transform 0.3s ease, box-shadow 0.3s ease;
}

.social-update-card:hover {
transform:translateY(-5px);
box-shadow:0 8px 30px rgba(0,0,0,0.15);
}

.social-update-header {
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:15px;
}

.social-platform {
display:flex;
align-items:center;
gap:8px;
font-weight:600;
font-size:0.9em;
}

.social-time {
color:#666;
font-size:0.8em;
}

.social-update-content p {
margin-bottom:15px;
line-height:1.5;
color:#333;
}

.social-update-image {
margin:15px 0;
border-radius:8px;
overflow:hidden;
}

.social-update-image img {
width:100%;
height:auto;
display:block;
}

.social-update-stats {
display:flex;
gap:15px;
margin:15px 0;
padding-top:15px;
border-top:1px solid #eee;
}

.social-update-stats span {
display:flex;
align-items:center;
gap:5px;
color:#666;
font-size:0.8em;
}

.social-update-actions {
margin-top:15px;
}

.social-view-btn {
display:inline-flex;
align-items:center;
gap:8px;
padding:8px 16px;
background:#f8f9fa;
color:#333;
text-decoration:none;
border-radius:20px;
font-size:0.85em;
font-weight:500;
transition:all 0.3s ease;
}

.social-view-btn:hover {
background:#e9ecef;
transform:translateY(-1px);
}

.social-updates-footer {
text-align:center;
margin-top:40px;
padding-top:30px;
border-top:1px solid #dee2e6;
}

.social-follow-buttons {
display:flex;
gap:10px;
justify-content:center;
flex-wrap:wrap;
margin-top:15px;
}

.social-follow-btn {
display:inline-flex;
align-items:center;
gap:8px;
padding:10px 20px;
border-radius:25px;
text-decoration:none;
font-weight:500;
font-size:0.9em;
transition:all 0.3s ease;
}

.social-follow-btn.facebook { background:#1877f2; color:white; }
.social-follow-btn.twitter { background:#1da1f2; color:white; }
.social-follow-btn.instagram { background:#e4405f; color:white; }
.social-follow-btn.tiktok { background:#000000; color:white; }

.social-follow-btn:hover {
transform:translateY(-2px);
box-shadow:0 5px 15px rgba(0,0,0,0.2);
}


.radiosimba-trending-stories-widget {
background:white;
border-radius:12px;
padding:20px;
margin:20px 0;
box-shadow:0 4px 20px rgba(0,0,0,0.1);
border:1px solid #e9ecef;
}

.trending-stories-header {
display:flex;
align-items:center;
gap:10px;
margin-bottom:20px;
padding-bottom:15px;
border-bottom:2px solid #ff6b00;
}

.trending-stories-header i {
color:#ff6b00;
font-size:1.2em;
}

.trending-stories-header h3 {
color:#333;
margin:0;
font-size:1.1em;
flex:1;
}

.trending-indicator {
background:linear-gradient(45deg, #ff6b00, #ff8c00);
color:white;
padding:4px 10px;
border-radius:15px;
font-size:0.7em;
font-weight:bold;
display:flex;
align-items:center;
gap:4px;
}

.trending-story-item {
display:flex;
gap:15px;
padding:15px 0;
border-bottom:1px solid #f8f9fa;
position:relative;
transition:background-color 0.3s ease;
}

.trending-story-item:hover {
background:#f8f9fa;
border-radius:8px;
margin:0 -10px;
padding:15px 10px;
}

.trending-story-item:last-child {
border-bottom:none;
}

.trending-story-item.hot-story {
background:linear-gradient(135deg, #fff3e0 0%, #ffecb3 100%);
border-radius:8px;
margin:0 -10px;
padding:15px 10px;
}

.story-hot-badge {
position:absolute;
top:10px;
right:10px;
background:#ff4444;
color:white;
padding:2px 8px;
border-radius:10px;
font-size:0.7em;
font-weight:bold;
display:flex;
align-items:center;
gap:4px;
z-index:2;
}

.story-image {
width:80px;
height:60px;
border-radius:6px;
overflow:hidden;
flex-shrink:0;
}

.story-image img {
width:100%;
height:100%;
object-fit:cover;
}

.story-content {
flex:1;
min-width:0;
}

.story-title {
margin:0 0 8px 0;
font-size:0.95em;
line-height:1.3;
}

.story-title a {
color:#333;
text-decoration:none;
}

.story-title a:hover {
color:#ff6b00;
}

.story-excerpt {
color:#666;
font-size:0.85em;
line-height:1.4;
margin-bottom:8px;
display:-webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;
overflow:hidden;
}

.story-meta {
display:flex;
gap:15px;
font-size:0.75em;
color:#999;
}

.story-source {
font-weight:600;
color:#ff6b00;
}

.trending-stories-footer {
margin-top:15px;
padding-top:15px;
border-top:1px solid #e9ecef;
text-align:center;
}

.view-all-stories {
display:inline-flex;
align-items:center;
gap:8px;
color:#ff6b00;
text-decoration:none;
font-weight:500;
font-size:0.9em;
transition:all 0.3s ease;
}

.view-all-stories:hover {
gap:12px;
color:#ff8c00;
}


@media (max-width:768px) {
.social-updates-grid {
grid-template-columns:1fr;
}

.social-follow-buttons {
flex-direction:column;
align-items:center;
}

.social-follow-btn {
width:200px;
justify-content:center;
}

.trending-story-item {
flex-direction:column;
text-align:center;
}

.story-image {
width:100%;
height:120px;
}
}

@media (max-width:480px) {
.radiosimba-trending-songs-widget,
.radiosimba-trending-stories-widget {
margin:10px 0;
padding:15px;
}

.social-update-card {
padding:15px;
}
}



.song-meta {
display:flex;
justify-content:between;
gap:8px;
margin-top:4px;
}

.song-plays, .song-source {
font-size:0.7em;
color:rgba(255,255,255,0.6);
}

.song-source {
background:rgba(255,107,0,0.2);
padding:1px 6px;
border-radius:8px;
font-weight:500;
}


.story-category {
background:linear-gradient(45deg, #ff6b00, #ff8c00);
color:white;
padding:2px 8px;
border-radius:10px;
font-size:0.7em;
font-weight:bold;
display:inline-block;
margin-bottom:8px;
}

.story-hot-badge {
position:absolute;
top:10px;
right:10px;
background:linear-gradient(45deg, #ff4444, #ff6b00);
color:white;
padding:3px 10px;
border-radius:12px;
font-size:0.7em;
font-weight:bold;
display:flex;
align-items:center;
gap:4px;
z-index:2;
animation:pulse 2s infinite;
}


@keyframes livePulse {
0% { opacity:1; }
50% { opacity:0.7; }
100% { opacity:1; }
}

.trending-badge, .trending-indicator {
animation:livePulse 2s infinite;
}


.source-badge {
display:inline-block;
padding:2px 8px;
border-radius:10px;
font-size:0.7em;
font-weight:600;
margin-left:5px;
}

.source-ug { background:#ff6b00; color:white; }
.source-ea { background:#4caf50; color:white; }
.source-trending { background:#9c27b0; color:white; }


@media (max-width:768px) {
.song-meta {
flex-direction:column;
gap:2px;
}

.story-category {
font-size:0.65em;
}
}


.live-indicator {
display:inline-flex;
align-items:center;
gap:4px;
background:#ff4444;
color:white;
padding:2px 8px;
border-radius:10px;
font-size:0.7em;
font-weight:bold;
animation:livePulse 1.5s infinite;
}

.live-indicator::before {
content:"";
width:6px;
height:6px;
background:white;
border-radius:50%;
animation:livePulse 1s infinite;
}
