/* PREMIUM VISUAL THEME — Lehbas Radio */
:root{
  --bg:#1c2740;
  --panel:#0d1322;
  --panel-2:#121a2e;
  --stroke:#1e2537;
  --txt:#eef2ff;
  --muted:#97a3be;
  --brand:#00e5ff;
  --brand-2:#008cff;
  --accent:#ff3bbf;
  --radius:18px;
}
.site-footer {
    text-align: center;
    padding: 20px 0;
    color: white;
    opacity: 0.8;
}
 
.site-footer a {
    color: #4ea3ff;
    text-decoration: none;
}
 
footer {
    margin-bottom: 0 !important;
    padding-bottom: 5px !important;
}
 
.site-footer {
    margin: 0 !important;
    padding: 0 !important;
}
 
.adsbygoogle {
    margin: 0 auto !important;
}
 
.site-footer a:hover {
    text-decoration: underline;
}
 
 
body{
  background:var(--bg);
  color:var(--txt);
  font-family: "Inter", system-ui, sans-serif;
}
 
/* Smooth everything */
*{ transition:0.25s ease; }
 
/* Beautiful scrollbars */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-thumb {
    background:linear-gradient(var(--brand),var(--accent));
    border-radius:10px;
}
 
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
 
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: #1a2337;
            color: #fff;
            min-height: 100vh;
            overflow-x: hidden;
        }
 
        .bg-gradient-text {
            background: linear-gradient(to right, #22d3ee, #ffffff, #f472b6);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
 
        .animate-pulse {
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
        }
 
        @keyframes pulse {
            0%, 100% { opacity: 1; }
            50% { opacity: .5; }
        }
 
        .animate-bounce-slow {
            animation: bounce 2s infinite;
        }
 
        @keyframes bounce {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(10px); }
        }
        footer {
    margin: 0 !important;
    padding: 20px 0 !important;
}
 
.site-footer p {
    margin: 0 !important;
    padding: 0 !important;
}
 
.adsbygoogle {
    margin: 0 auto !important;
    padding: 0 !important;
}
 
        .card {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 1rem;
            transition: all 0.3s;
        }
 
        .card:hover {
            border-color: rgba(6, 182, 212, 0.5);
        }
 
        .btn {
            padding: 0.75rem 1.5rem;
            border-radius: 9999px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            border: none;
        }
 
        .btn-primary {
            background: linear-gradient(to right, #06b6d4, #ec4899);
            color: white;
        }
 
        .btn-primary:hover {
            background: linear-gradient(to right, #0891b2, #db2777);
        }
 
        .btn-outline {
            border: 1px solid rgba(236, 72, 153, 0.5);
            color: #f472b6;
            background: transparent;
        }
 
        .btn-outline:hover {
            background: rgba(236, 72, 153, 0.1);
        }
 
        .input, .textarea {
            width: 100%;
            padding: 0.75rem;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 0.5rem;
            color: white;
            transition: border-color 0.3s;
        }
 
        .input:focus, .textarea:focus {
            outline: none;
            border-color: #06b6d4;
        }
 
        .input::placeholder, .textarea::placeholder {
            color: #6b7280;
        }
 
        .hidden-mobile {
            display: none;
        }
 
        @media (min-width: 768px) {
            .hidden-mobile {
                display: flex;
            }
        }
 
        .audio-visualizer {
            display: flex;
            gap: 4px;
            align-items: center;
        }
 
        .audio-bar {
            width: 4px;
            background: #22d3ee;
            border-radius: 2px;
            animation: audioWave 0.5s infinite;
        }
 
        .audio-bar:nth-child(1) { animation-delay: 0s; }
        .audio-bar:nth-child(2) { animation-delay: 0.1s; }
        .audio-bar:nth-child(3) { animation-delay: 0.2s; }
        .audio-bar:nth-child(4) { animation-delay: 0.3s; }
        .audio-bar:nth-child(5) { animation-delay: 0.4s; }
 
        @keyframes audioWave {
            0%, 100% { height: 8px; }
            50% { height: 20px; }
        }
 
        .social-icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
            cursor: pointer;
        }
 
        .social-icon:hover {
            background: rgba(6, 182, 212, 0.3);
        }
 
        .fade-in {
            animation: fadeIn 0.8s;
        }
 
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
 
        .nav-link {
            cursor: pointer;
        }
        .lehbas-divider{
  width:100%;
  height:1px;
  margin:50px 0;
  background:linear-gradient(90deg, transparent, var(--brand), transparent);
}
        #lr-wa{
  position:fixed; right:18px; bottom:80px; z-index:999; width:52px; height:52px;
  display:grid; place-items:center; background:#22c55e; color:#001b0a;
  border-radius:50%; box-shadow:0 8px 26px rgba(0,0,0,.35); font-size:24px; text-decoration:none;
}
#lr-wa:hover{ filter:brightness(1.05) }
 
.lehbas-glass{
  background:rgba(255,255,255,0.05);
  backdrop-filter: blur(12px);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:var(--radius);
  padding:20px;
  box-shadow:0 10px 40px rgba(0,0,0,0.4);
}
 
.lehbas-orb{
  position:absolute;
  width:450px;
  height:450px;
  border-radius:50%;
  filter:blur(90px);
  opacity:0.45;
  z-index:-1;
  animation:floaty 18s infinite alternate ease-in-out;
}
/* ----- ATTRACTIVE SHARE BUTTON WITH ICON ANIMATION ----- */
#lr-share {
  background: linear-gradient(90deg, #06b6d4, #ec4899);
  color: white !important;
  padding: 0.85rem 1.8rem;
  border-radius: 9999px;
  font-weight: 700;
  letter-spacing: 0.5px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 0 15px rgba(6,182,212,0.4),
              0 0 25px rgba(236,72,153,0.3);
  transition: 0.3s ease;
}
 
#lr-share:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 25px rgba(6,182,212,0.6),
              0 0 25px rgba(236,72,153,0.5);
}
 
/* ICON ANIMATION */
#lr-share:hover span.icon {
  animation: shareIconAnim 0.6s ease forwards;
}
 
/* KEYFRAMES */
@keyframes shareIconAnim {
  0%   { transform: rotate(0deg)   scale(1); }
  40%  { transform: rotate(20deg)  scale(1.3); }
  70%  { transform: rotate(-10deg) scale(1.15); }
  100% { transform: rotate(0deg)   scale(1); }
}
 
/* "Copied!" message style */
#lr-share-done {
  font-weight: 600;
  color: #06b6d4;
  margin-left: 8px;
}
 
@keyframes floaty{
  0%{ transform:translate(0,0); }
  100%{ transform:translate(80px,-60px); }
}
 
/* CLASSIC PROFESSIONAL NEWS CARDS */
.live-news-card {
  background: #141820;
  border: 1px solid #2a303c;
  border-radius: 10px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  cursor: pointer;
  transition: 0.25s;
}
 
.live-news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(0,0,0,.45);
}
 
.live-news-title {
  font-family: Georgia, serif;
  font-size: 20px;
  color: #f9f9f9;
  margin-bottom: 10px;
  line-height: 1.3;
}
 
.live-news-desc {
  color: #b7b7b7;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}
 
.live-news-time {
  font-size: 12px;
  color: #d4af37;
  text-align: right;
}
 
/* ======= FIXED, CLEAN, CENTERED WEST AFRICA SECTION ======= */
 
#about-west-africa {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}
 
#about-west-africa h2 {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 800;
  background: linear-gradient(90deg, #06b6d4, #ec4899);
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 1px;
}
 
/* GRID FIXED & CENTERED */
.wa-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 25px;
  justify-items: center; /* CENTER the cards */
}
 
/* CARD FIX */
.wa-card {
  width: 100%;
  max-width: 360px;          /* Perfect balanced card width */
  background: #0f172a;       
  border: 1px solid #1e293b;
  border-radius: 16px;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 0 20px rgba(6,182,212,0.15);
  transition: 0.3s ease;
}
 
/* CARD HOVER */
.wa-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 30px rgba(6,182,212,0.25), 0 0 20px rgba(236,72,153,0.25);
}
 
/* IMAGE FIX */
.wa-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
 
/* TITLE & TEXT FIX */
.wa-card h3 {
  font-size: 20px;
  color: #e2e8f0;
  margin: 14px;
  font-weight: 700;
}
 
.wa-card p {
  font-size: 14px;
  color: #94a3b8;
  margin: 0 14px 16px;
  line-height: 1.5;
}
 
/* LINKS FIX */
.wa-card a {
  margin: 0 14px 16px;
  display: inline-block;
  color: #06b6d4;
  font-weight: 600;
  text-decoration: none;
}
 
.wa-card a:hover {
  color: #ec4899;
  text-decoration: underline;
}
 
/* ====== Live News Feed Title (Matches Lehabs Radio Colors) ====== */
.live-news-title-heading {
  font-size: 34px;
  font-weight: 800;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #06b6d4, #ec4899);
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  animation: fadeInDown 0.8s ease-out;
}
 
/* Title animation */
@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-12px); }
  to   { opacity: 1; transform: translateY(0); }
}
 
 
<h2 class="live-news-title-heading">Live News Feed</h2>
 
/* ====== Live News Feed Grid Wrapper ====== */
#liveNewsFeed {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 25px;
  backdrop-filter: blur(12px);
  box-shadow: 0 0 30px rgba(6,182,212,0.12), 0 0 20px rgba(236,72,153,0.10);
  animation: fadeIn 0.8s ease;
}
 
/* Fade-in animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
 
#top-left-clock {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 9999;
 
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
 
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
 
  max-width: 70vw;     /* prevents stretching outside screen */
  font-size: 12px;
  box-sizing: border-box;
}
.hidden {
  display: none !important;
}
 
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.85);
  padding: 20px;
  color: white;
  z-index: 999999;
}
 
.cookie-content {
  max-width: 700px;
  margin: auto;
}
 
.cookie-buttons button {
  margin: 5px;
  padding: 10px 15px;
  border: none;
  border-radius: 6px;
  background: #06b6d4;
  color: white;
  font-weight: bold;
  cursor: pointer;
}
 
footer {
    margin-bottom: 0 !important;
    padding-bottom: 20px !important;
}
 
 
@media (max-width: 480px) {
  #top-left-clock {
    max-width: 65vw;
    font-size: 11px;
  }
}
 
html, body {
  overflow-x: hidden !important;   /* stops horizontal scrolling */
}
 
/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
  #top-left-clock {
    background: rgba(0,0,0,0.6);
    color: #f0f0f0;
    border-color: rgba(255,255,255,0.15);
  }
  /* --- Articles section styles (Lehabs Radio theme) --- */
#articles {
  padding: 4rem 1rem;
}
.articles-container {
  max-width: 1000px;
  margin: 0 auto;
}
.article-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 24px;
  margin-bottom: 32px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}
#articles h1, #articles h2 {
  color: #ff6600; /* headline accent */
  margin: 0 0 10px 0;
}
#articles p {
  color: #eef2ff;
}
#articles .articles-title {
  font-size: 2.3rem;
  font-weight: 800;
  text-align: center;
  margin: 0 0 2rem 0;
  background: linear-gradient(90deg, #06b6d4, #ec4899);
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 1px;
}
 
}
 
/* --- Articles section styles (Lehabs Radio theme) --- */
#articles {
  padding: 48px 16px;
}
 
#articles .articles-container {
  max-width: 1000px;
  margin: 0 auto;
}
 
#articles .articles-title {
  font-size: 2.2rem;
  font-weight: 800;
  text-align: center;
  margin: 0 0 28px 0;
  background: linear-gradient(90deg, #06b6d4, #ec4899);
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 0.5px;
}
 
/* Headings inside articles */
#articles h1 {
  font-size: 1.6rem;
  color: #ff6600; /* brand accent for headlines */
  margin: 0 0 8px 0;
  line-height: 1.25;
}
 
#articles h2 {
  font-size: 1.05rem;
  color: #9fdcff;
  margin: 0 0 14px 0;
  font-weight: 600;
}
 
/* Paragraphs */
#articles p {
  color: #eef2ff;
  margin: 0 0 10px 0;
  line-height: 1.7;
}
 
/* Card look */
#articles .article-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}
 
/* Make sure nothing forces "raw" preformatted spacing inside the articles */
#articles, #articles * {
  white-space: normal !important;
}
 
audio, .audio-player, .radio-player {
    position: relative;
    z-index: 2;
}
audio, .audio-player, .radio-player {
    position: relative;
    z-index: 2;
}
 
/* Disco Video ONLY on Home Section */
#homeDiscoVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;     /* behind home content */
    opacity: 0.35;   /* adjust brightness */
    filter: blur(2px);
}
 
/* Ensure home section becomes a video container */
#home {
    position: relative;
    overflow: hidden; /* keeps video inside */
}
/* Background video for Shows section */
.shows-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
 
.shows-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
 
/* Ensure Shows section holds the video */
#shows {
  position: relative;
  overflow: hidden;
}
 
/* Dark overlay so text stays readable */
#shows::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.55);
  z-index: -1;
}
/* --- Articles Background Video --- */
#articles {
    position: relative;
    overflow: hidden; /* ensures video stays inside */
    z-index: 1;
}
 
.articles-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -2;  /* behind articles content but above global background */
}
 
.articles-bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
 
/* dark overlay for readability */
#articles::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    z-index: -1;
}
 
/* === FIX LEHABS SCROLL PROBLEM === */
 
#home, #shows, #articles {
    overflow: visible !important;
}
 
#homeDiscoVideo,
.shows-bg-video,
.articles-bg-video {
    pointer-events: none !important;
}
 
html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

.site-footer a {
  display: inline-block;
  padding: 12px 16px;   /* increases touch area */
  margin: 6px 0;        /* spacing between links */
  font-size: 1rem;
}
