/* ============================================
   Arabika.co.uk - Modern Arabic News & Radio Website
   RTL Support with Professional Arabic Typography
   ============================================ */

/* ============================================
   CSS Variables & Root Styles
   ============================================ */
:root {
    --primary-color: #2B4C7D;
    --secondary-color: #E74C3C;
    --gold-accent: #D4AF37;
    --text-dark: #2C3E50;
    --text-light: #7F8C8D;
    --bg-light: #F8F9FA;
    --bg-white: #FFFFFF;
    --border-color: #E0E0E0;
    --shadow-sm: 0 2px 4px rgba(0,0,0,0.08);
    --shadow-md: 0 4px 8px rgba(0,0,0,0.12);
    --shadow-lg: 0 8px 16px rgba(0,0,0,0.15);
    --gradient-primary: linear-gradient(135deg, #2B4C7D 0%, #1a2e4a 100%);
    --gradient-gold: linear-gradient(135deg, #D4AF37 0%, #B8941F 100%);
}

/* ============================================
   Global Styles & Reset
   ============================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Cairo', 'Tajawal', 'Arial', sans-serif;
    direction: rtl;
    text-align: right;
    line-height: 1.8;
    color: var(--text-dark);
    background-color: var(--bg-light);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cairo', 'Tajawal', sans-serif;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: var(--secondary-color);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ============================================
   Top Bar
   ============================================ */
.top-bar {
    background: var(--gradient-primary);
    color: white;
    padding: 10px 0;
    font-size: 0.9rem;
    border-bottom: 3px solid var(--gold-accent);
}

.top-info span {
    margin-left: 20px;
}

.top-info i {
    margin-left: 8px;
    color: var(--gold-accent);
}

.language-switch .btn {
    font-size: 0.85rem;
    padding: 4px 12px;
    border-color: rgba(255,255,255,0.3);
}

.social-links a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: rgba(255,255,255,0.1);
    color: white;
    border-radius: 50%;
    margin: 0 3px;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: var(--gold-accent);
    transform: translateY(-3px);
}

/* ============================================
   Main Header
   ============================================ */
.main-header {
    background: white;
    padding: 20px 0;
    box-shadow: var(--shadow-md);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo img {
    max-height: 120px;
    width: auto;
    transition: transform 0.3s ease;
}

.logo img:hover {
    transform: scale(1.05);
}

/* ============================================
   Navigation
   ============================================ */
.navbar {
    padding: 0;
}

.navbar-nav {
    gap: 5px;
}

.nav-link {
    font-family: 'Cairo', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: var(--text-dark) !important;
    padding: 12px 18px !important;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
}

.nav-link i {
    margin-left: 6px;
    color: var(--secondary-color);
}

.nav-link:hover,
.nav-link.active {
    background: var(--gradient-primary);
    color: white !important;
}

.nav-link:hover i,
.nav-link.active i {
    color: var(--gold-accent);
}

.navbar-toggler {
    border: 2px solid var(--primary-color);
    padding: 8px 12px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(43, 76, 125, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ============================================
   Live News Ticker
   ============================================ */
.news-ticker {
    background: var(--secondary-color);
    color: white;
    padding: 10px 0;
    font-size: 1rem;
    font-weight: 500;
    box-shadow: var(--shadow-sm);
}

.ticker-wrapper {
    display: flex;
    align-items: center;
}

.ticker-label {
    background: white;
    color: var(--secondary-color);
    padding: 6px 20px;
    border-radius: 20px;
    font-weight: 700;
    margin-left: 15px;
    white-space: nowrap;
    box-shadow: var(--shadow-sm);
}

.ticker-label i {
    animation: pulse 1.5s infinite;
}

.ticker-content {
    flex: 1;
    overflow: hidden;
}

.ticker-content marquee {
    font-family: 'Cairo', sans-serif;
}

/* ============================================
   Radio Player - Sticky Section
   ============================================ */
.radio-player-sticky {
    background: linear-gradient(135deg, #1a2e4a 0%, #2B4C7D 100%);
    color: white;
    padding: 25px 0;
    box-shadow: var(--shadow-lg);
    position: relative;
    overflow: hidden;
}

.radio-player-sticky::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><circle cx="100" cy="100" r="80" fill="rgba(212,175,55,0.1)"/><circle cx="1100" cy="500" r="120" fill="rgba(212,175,55,0.1)"/></svg>');
    opacity: 0.3;
}

.radio-player-content {
    position: relative;
    z-index: 1;
}

.radio-logo img {
    max-height: 80px;
    border-radius: 50%;
    border: 3px solid var(--gold-accent);
    box-shadow: 0 0 20px rgba(212,175,55,0.5);
}

.pulse-animation {
    animation: pulse 2s infinite;
}

.radio-info h4 {
    color: white;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.radio-info h4 i {
    color: var(--gold-accent);
    margin-left: 8px;
}

.now-playing {
    background: rgba(255,255,255,0.1);
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    backdrop-filter: blur(10px);
}

.playing-label {
    color: var(--gold-accent);
    font-weight: 600;
    margin-left: 10px;
}

.playing-track {
    font-size: 1.1rem;
    font-weight: 500;
}

/* ============================================
   Audio Visualizer
   ============================================ */
.audio-visualizer {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 30px;
}

.audio-visualizer .bar {
    width: 4px;
    background: var(--gold-accent);
    border-radius: 2px;
    animation: visualizer 0.8s ease-in-out infinite;
}

.audio-visualizer .bar:nth-child(1) { animation-delay: 0s; }
.audio-visualizer .bar:nth-child(2) { animation-delay: 0.1s; }
.audio-visualizer .bar:nth-child(3) { animation-delay: 0.2s; }
.audio-visualizer .bar:nth-child(4) { animation-delay: 0.3s; }
.audio-visualizer .bar:nth-child(5) { animation-delay: 0.4s; }

@keyframes visualizer {
    0%, 100% { height: 10px; }
    50% { height: 30px; }
}

/* ============================================
   Radio Controls
   ============================================ */
.radio-controls {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.btn-play {
    background: var(--gradient-gold);
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(212,175,55,0.4);
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.btn-play:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212,175,55,0.6);
}

.btn-play i {
    margin-left: 8px;
}

.volume-slider {
    width: 100%;
    max-width: 200px;
    height: 6px;
    border-radius: 3px;
    background: rgba(255,255,255,0.2);
    outline: none;
    -webkit-appearance: none;
}

.volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--gold-accent);
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.volume-slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--gold-accent);
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.volume-label {
    color: var(--gold-accent);
    font-size: 1.2rem;
}

/* ============================================
   Quick Info Bar
   ============================================ */
.quick-info-bar {
    background: white;
    padding: 30px 0;
    box-shadow: var(--shadow-sm);
    margin-bottom: 30px;
}

.info-widget {
    display: flex;
    align-items: center;
    gap: 15px;
    background: var(--bg-light);
    padding: 20px;
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.info-widget:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.info-widget i {
    font-size: 2.5rem;
    color: var(--secondary-color);
    min-width: 50px;
}

.info-content h6 {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 5px;
}

.info-content p {
    color: var(--text-dark);
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
}

/* ============================================
   Main Content Area
   ============================================ */
.main-content {
    padding: 40px 0;
}

/* ============================================
   Section Headers
   ============================================ */
.section-header {
    margin-bottom: 30px;
    text-align: center;
}

.section-header h2 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary-color);
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.section-header h2 i {
    color: var(--secondary-color);
    margin-left: 10px;
}

.section-line {
    width: 80px;
    height: 4px;
    background: var(--gradient-gold);
    margin: 10px auto;
    border-radius: 2px;
}

/* ============================================
   News Tabs
   ============================================ */
.news-tabs {
    border-bottom: 3px solid var(--border-color);
    margin-bottom: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.news-tabs .nav-link {
    color: var(--text-dark);
    font-weight: 600;
    padding: 15px 25px;
    border: none;
    border-bottom: 3px solid transparent;
    background: transparent;
    transition: all 0.3s ease;
    border-radius: 0;
}

.news-tabs .nav-link i {
    margin-left: 8px;
}

.news-tabs .nav-link:hover,
.news-tabs .nav-link.active {
    background: var(--gradient-primary);
    color: white;
    border-bottom-color: var(--gold-accent);
}

/* ============================================
   News Cards
   ============================================ */
.news-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
}

.news-card-img {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.news-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.news-card:hover .news-card-img img {
    transform: scale(1.1);
}

.news-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    z-index: 10;
}

.news-badge.breaking {
    background: linear-gradient(135deg, #E74C3C 0%, #c0392b 100%);
    animation: pulse 1.5s ease-in-out infinite;
    box-shadow: 0 4px 20px rgba(231, 76, 60, 0.6);
    font-size: 0.95rem;
    padding: 10px 18px;
}

.news-badge.breaking i {
    color: #FFD700;
    margin-left: 5px;
    animation: flash 1s infinite;
}

@keyframes flash {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.news-badge.featured {
    background: linear-gradient(135deg, var(--gold-accent), #B8941F);
}

.news-card-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-meta {
    display: flex;
    gap: 15px;
    color: var(--text-light);
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.news-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.news-meta i {
    color: var(--secondary-color);
}

.news-card-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 12px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card-excerpt {
    color: var(--text-dark);
    line-height: 1.7;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.news-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid var(--border-color);
}

.news-source {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 0.9rem;
}

.read-more {
    color: var(--secondary-color);
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
}

.read-more:hover {
    gap: 10px;
}

.read-more i {
    transition: transform 0.3s ease;
}

.read-more:hover i {
    transform: translateX(-5px);
}

/* ============================================
   Sidebar Widgets
   ============================================ */
.sidebar {
    position: sticky;
    top: 120px;
}

.sidebar-widget {
    background: white;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}

.sidebar-widget:hover {
    box-shadow: var(--shadow-md);
}

.widget-title {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--gold-accent);
    display: flex;
    align-items: center;
    gap: 8px;
}

.widget-title i {
    color: var(--secondary-color);
}

/* ============================================
   Prayer Times Widget
   ============================================ */
.prayer-times {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.prayer-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    background: var(--bg-light);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.prayer-item:hover {
    background: var(--gradient-primary);
    color: white;
    transform: translateX(-5px);
}

.prayer-item span {
    font-weight: 600;
    color: var(--text-dark);
}

.prayer-item:hover span {
    color: white;
}

.prayer-item strong {
    color: var(--secondary-color);
    font-size: 1.1rem;
    font-weight: 700;
}

.prayer-item:hover strong {
    color: var(--gold-accent);
}

/* ============================================
   Weather Widget
   ============================================ */
.weather-widget {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.city-weather {
    background: var(--bg-light);
    padding: 15px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.city-weather:hover {
    background: var(--primary-color);
    color: white;
    transform: translateX(-5px);
}

.city-weather h6 {
    margin: 0;
    font-weight: 600;
    color: var(--text-dark);
}

.city-weather:hover h6 {
    color: white;
}

.weather-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.weather-info i {
    font-size: 1.5rem;
    color: var(--secondary-color);
}

.city-weather:hover .weather-info i {
    color: var(--gold-accent);
}

.weather-info span {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary-color);
}

.city-weather:hover .weather-info span {
    color: white;
}

/* ============================================
   Newsletter Form
   ============================================ */
.newsletter-form {
    margin-top: 15px;
}

.newsletter-form .form-control {
    border: 2px solid var(--border-color);
    border-radius: 8px;
    padding: 12px;
    font-family: 'Cairo', sans-serif;
    transition: all 0.3s ease;
}

.newsletter-form .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(43, 76, 125, 0.25);
}

.newsletter-form .btn-primary {
    background: var(--gradient-primary);
    border: none;
    padding: 12px;
    font-weight: 700;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.newsletter-form .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

/* ============================================
   Popular Posts
   ============================================ */
.popular-posts {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.popular-post-item {
    display: flex;
    gap: 12px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
    transition: all 0.3s ease;
}

.popular-post-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.popular-post-item:hover {
    transform: translateX(-5px);
}

.popular-post-img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.popular-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.popular-post-item:hover .popular-post-img img {
    transform: scale(1.1);
}

.popular-post-content h6 {
    font-size: 0.95rem;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.4;
}

.popular-post-meta {
    font-size: 0.85rem;
    color: var(--text-light);
    display: flex;
    align-items: center;
    gap: 8px;
}

.popular-post-meta i {
    color: var(--secondary-color);
}

/* ============================================
   Business Directory Cards
   ============================================ */
.business-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.business-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.business-card-img {
    height: 180px;
    overflow: hidden;
}

.business-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.business-card:hover .business-card-img img {
    transform: scale(1.1);
}

.business-card-body {
    padding: 20px;
}

.business-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.business-rating i {
    color: var(--gold-accent);
}

.business-rating span {
    font-weight: 700;
    color: var(--text-dark);
}

.business-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 8px;
}

.business-category {
    display: inline-block;
    background: var(--bg-light);
    color: var(--secondary-color);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.business-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 15px;
}

.business-info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-dark);
    font-size: 0.9rem;
}

.business-info-item i {
    color: var(--secondary-color);
    width: 20px;
}

/* ============================================
   Footer
   ============================================ */
.main-footer {
    background: var(--gradient-primary);
    color: white;
    padding-top: 50px;
    margin-top: 60px;
}

.footer-top {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-logo {
    max-height: 80px;
    margin-bottom: 15px;
}

.footer-widget h5 {
    color: var(--gold-accent);
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.footer-widget p {
    color: rgba(255,255,255,0.8);
    line-height: 1.8;
}

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

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

.footer-links a {
    color: rgba(255,255,255,0.8);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-links a:before {
    content: '◄';
    color: var(--gold-accent);
}

.footer-links a:hover {
    color: white;
    transform: translateX(-5px);
}

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

.footer-contact li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.8);
}

.footer-contact i {
    color: var(--gold-accent);
    width: 20px;
}

.social-links-footer {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.social-links-footer a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    color: white;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-links-footer a:hover {
    background: var(--gold-accent);
    transform: translateY(-3px);
}

.app-downloads {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.app-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.1);
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.app-btn:hover {
    background: var(--gold-accent);
    color: white;
    transform: translateX(-5px);
}

.footer-bottom {
    background: rgba(0,0,0,0.2);
    padding: 20px 0;
    margin-top: 40px;
}

.footer-bottom p {
    margin: 0;
    color: rgba(255,255,255,0.8);
}

.footer-bottom a {
    color: rgba(255,255,255,0.8);
    margin: 0 8px;
}

.footer-bottom a:hover {
    color: var(--gold-accent);
}

/* ============================================
   Scroll to Top Button
   ============================================ */
.scroll-top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    background: var(--gradient-gold);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-lg);
    z-index: 999;
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
}

.scroll-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(212,175,55,0.5);
}

/* ============================================
   Animations
   ============================================ */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================
   UK Local News Section Styles
   ============================================ */
.uk-local-news-section {
    position: relative;
}

.uk-news-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.uk-news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.uk-news-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    position: relative;
}

.uk-news-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #2B4C7D 0%, #1a3357 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 4px 12px rgba(43, 76, 125, 0.4);
}

.uk-news-body {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.uk-news-location {
    color: #E74C3C;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.uk-news-title {
    color: #2B4C7D;
    font-weight: 800;
    font-size: 1.3rem;
    margin-bottom: 15px;
    line-height: 1.4;
}

.uk-news-excerpt {
    color: #7F8C8D;
    line-height: 1.7;
    margin-bottom: 20px;
    flex: 1;
}

.uk-news-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 2px solid #f8f9fa;
}

.uk-news-date {
    color: #95a5a6;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

.uk-news-read-more {
    color: #E74C3C;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.uk-news-read-more:hover {
    color: #2B4C7D;
    gap: 10px;
}

/* ============================================
   Responsive Design
   ============================================ */
@media (max-width: 991px) {
    .navbar-nav {
        margin-top: 15px;
        gap: 0;
    }
    
    .nav-link {
        margin-bottom: 5px;
    }
    
    .sidebar {
        position: static;
        margin-top: 40px;
    }
    
    .radio-logo {
        text-align: center;
        margin-bottom: 20px;
    }
    
    .radio-info, .radio-controls {
        text-align: center;
    }
    
    h1 { font-size: 2rem; }
    h2 { font-size: 1.75rem; }
    h3 { font-size: 1.5rem; }
}

@media (max-width: 767px) {
    .top-info span {
        display: block;
        margin-left: 0;
        margin-bottom: 5px;
    }
    
    .social-links {
        margin-top: 10px;
    }
    
    .logo img {
        max-height: 80px;
    }
    
    .news-tabs .nav-link {
        padding: 10px 15px;
        font-size: 0.9rem;
    }
    
    .news-card-title {
        font-size: 1.1rem;
    }
    
    .section-header h2 {
        font-size: 1.5rem;
    }
    
    .scroll-top {
        width: 45px;
        height: 45px;
        bottom: 20px;
        left: 20px;
    }
}

@media (max-width: 575px) {
    .ticker-label {
        padding: 4px 12px;
        font-size: 0.85rem;
    }
    
    .info-widget {
        padding: 15px;
    }
    
    .info-widget i {
        font-size: 2rem;
    }
    
    .btn-play {
        padding: 12px 30px;
        font-size: 1rem;
    }
}

/* ============================================
   Print Styles
   ============================================ */
@media print {
    .top-bar,
    .main-header,
    .news-ticker,
    .radio-player-sticky,
    .sidebar,
    .footer,
    .scroll-top {
        display: none !important;
    }
    
    .news-card {
        page-break-inside: avoid;
    }
}
