/*
 * Copyright © 2000-2026 Fluid Media Studio Ltd. All rights reserved
 * http://www.fluidmedia.co.uk/
 */

body, html {height: 100%;}

body,td,th {font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; color: #333; font-size: 1rem;}

body {background-color: #fff;}

a {text-decoration: none;}

a:link, a:visited {color: #03459c;}
a:active, a:hover {color: #001a3b;}

a.b:link, a.b:visited {color: #666;}
a.b:active, a.b:hover {color: #03459c;}

a.c:link, a.c:visited {color: #fff;}
a.c:active, a.c:hover {color: #ccc;}

a.d:link, a.d:visited {color: #fd0ab8;}
a.d:active, a.d:hover {color: #fff;}

.center {display: block; margin-left: auto; margin-right: auto;}
.lead {font-size: $lead-font-size; font-weight: $lead-font-weight;}

/* Navbar */

.navbar {font-size: 1.1rem;}

/* True cyan background */
.bg-cyan {background-color: #009c9c !important;}

/* Black nav links */
.navbar-dark .nav-link {color: #fff;}

/* Hover */
.navbar-dark .nav-link:hover {color: #ccc;}

/* Force white hamburger icon */
.navbar-dark .navbar-toggler {border-color: rgba(255,255,255,0.4);} .navbar-dark .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(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");} .navbar-dark .navbar-toggler:hover {box-shadow: 0 0 0 0.15rem rgba(255,255,255,0.15);}

/* Countdown */
.count-box {
  background: #009c9c;
  color: #fff;
  padding: 0.6rem 0.2rem 0.2rem 0.2rem;
  border-radius: 0.6rem;
  min-width: 60px;
  text-align: center;
}

.count-box span {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 0.5;
}

.count-box small {
  font-size: 0.75rem;
  text-transform: uppercase;
  opacity: 0.9;
}

/* Footer */
.radio {background-color: #000; color: #fff;}
.copyright {background-color: #000; color: #fff; font-size: 0.8rem;}
.lowernav {background-color: #009c9c; color: #fff; font-size: 1.1rem;}


.backdrop {background: url(../radio-bits/vibe25-radio-backdrop.png) no-repeat center top; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    color: #fff;
    font-size: 1.2rem;
}

.fstiny {font-size: 0.75rem; /* even smaller than .small */}


h1 {color: #fd0ab8; margin-bottom: 3px;}

h2 {color: #fff; margin-bottom: 3px;}

h4 {color: #fd0ab8; font-weight: bolder; margin-bottom: 3px;}

h3 {color: #fd0ab8; margin-bottom: 3px; font-size: 1.6rem;}

h4 {font-size: medium;}

h5 {color: #000376; font-size: large; font-style: italic; margin-bottom: 3px;}

h1, h2, h3, h4, h5 {font-weight: bold;}


li::marker {color: #fd0ab8;}


/* Radio Player CSS */
.radio-player {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  width: 280px;
  height: 40px;
  border-radius: 20px;
}

.player-container {
  position: relative;
  z-index: 1000;
}

/* Tablet & below */
@media (max-width: 991px) {
  .radio-player {
    width: 180px;
    height: 34px;
  }

  /* Ensure navbar has proper height */
  .navbar {
    min-height: 56px;
  }
}

/* Small mobile */
@media (max-width: 575px) {
  .radio-player {
    width: 150px;
    height: 32px;
  }

  .player-container {
    right: 50px !important;
  }

  /* REMOVE volume completely on mobile */
  #volume,
  #volumeIcon {
    display: none !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* Extra small */
@media (max-width: 400px) {
  .radio-player {
    width: 130px;
  }

  .player-container {
    right: 45px !important;
  }
}

/* Add smooth transitions */
#player * {
  transition: all 0.2s ease;
}

#listen {
  transition: background-color 0.2s ease, transform 0.1s ease;
}

#listen:active {
  transform: scale(0.95);
}

#volumeIcon {
  cursor: pointer;
  transition: opacity 0.2s ease;
}

#volumeIcon:hover {
  opacity: 0.9;
}

/* ============================================
   VIBE25 RADIO SCHEDULE STYLES
   Clean & Production Ready
============================================ */

/* Schedule Container */
.schedule-container {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
}

/* Day Navigation */
.day-navigation {
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2px;
}

/* Day Buttons */
.day-btn {
    border-radius: 0;
    white-space: nowrap;
    border-width: 2px;
    font-weight: 600;
    padding: 0.5rem 0.25rem;
    flex: 1;
    min-width: 0;
    transition: all 0.2s ease;
}

.day-btn:hover {
    filter: brightness(1.05);
}

/* Active Button */
.btn-primary {
    background-color: #009c9c !important;
    border-color: #009c9c !important;
    color: #ffffff !important;
}

/* Inactive Buttons */
.btn-outline-primary {
    color: #009c9c !important;
    border-color: #009c9c !important;
}

.btn-outline-primary:hover {
    background-color: #009c9c !important;
    border-color: #009c9c !important;
    color: #ffffff !important;
}

/* Time Slots */
.time-slot {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 0.5rem;
    transition: all 0.2s ease;
    transform: translateY(0);
}

.time-slot:hover {
    background-color: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Automated Slots (Phantom DJ) */
.time-slot.automated {
    background-color: rgba(0, 156, 156, 0.05);
    border-left: 4px solid rgba(0, 156, 156, 0.3);
}

.time-slot.automated .program-title {
    color: rgba(0, 156, 156, 0.9);
}

.time-slot.automated .program-host {
    color: rgba(0, 156, 156, 0.7);
    font-style: normal;
}

/* Program Text */
.program-time {
    font-weight: 600;
    color: #495057;
    font-size: 0.95rem;
}

.program-title {
    font-weight: 600;
    color: #212529;
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

.program-host {
    color: #009c9c;
    font-style: italic;
    font-size: 0.9rem;
}

/* Live Show Styling */
.live-now {
    background-color: rgba(0, 156, 156, 0.12) !important;
    border-left: 4px solid #009c9c !important;
    padding-left: calc(1rem - 4px) !important;
    position: relative;
    animation: glow 3s infinite ease-in-out;
}

.live-badge {
    background-color: #009c9c !important;
    color: #ffffff;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    animation: pulse 2s infinite ease-in-out;
    border-radius: 4px !important;
}

/* Animations */
@keyframes glow {
    0% { box-shadow: 0 0 5px rgba(0, 156, 156, 0.3); }
    50% { box-shadow: 0 0 15px rgba(0, 156, 156, 0.5); }
    100% { box-shadow: 0 0 5px rgba(0, 156, 156, 0.3); }
}

@keyframes pulse {
    0% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.85; transform: scale(1.05); }
    100% { opacity: 1; transform: scale(1); }
}

/* Current Time Display */
#current-time {
    font-size: 1.1rem;
    font-weight: 600;
    color: #212529;
}

#current-show {
    font-size: 1rem;
    font-weight: 500;
    color: #009c9c;
    min-height: 24px;
}

/* Responsive Design */
@media (max-width: 767.98px) {
    .schedule-container {
        background: #f8f9fa;
        border-radius: 8px;
        padding: 1rem !important;
    }
    
    .time-slot {
        background: #ffffff;
        padding: 1rem;
        margin-bottom: 0.75rem;
        box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    }
    
    .live-now {
        background-color: rgba(0, 156, 156, 0.1) !important;
        border-left: 3px solid #009c9c !important;
        padding-left: 0.75rem !important;
    }
    
    .day-btn {
        font-size: 0.85rem;
        padding: 8px 4px;
        min-width: 80px;
        flex-shrink: 0;
    }
    
    .program-time {
        font-size: 0.85rem;
    }
    
    .program-title {
        font-size: 1rem;
    }
    
    .program-host {
        font-size: 0.85rem;
    }
    
    #current-time {
        font-size: 1rem;
    }
    
    #current-show {
        font-size: 0.9rem;
    }
}

@media (max-width: 575.98px) {
    .schedule-container {
        padding: 0.75rem !important;
    }
    
    .time-slot {
        padding: 0.75rem;
    }
    
    .day-btn {
        font-size: 0.8rem;
        padding: 6px 3px;
        min-width: 70px;
    }
    
    .program-time {
        font-size: 0.8rem;
    }
    
    .program-title {
        font-size: 0.95rem;
    }
}

/* Print Styles */
@media print {
    .schedule-container {
        box-shadow: none;
        border: 1px solid #ddd;
    }
    
    .day-btn,
    .live-badge {
        display: none !important;
    }
    
    .time-slot {
        break-inside: avoid;
        border: 1px solid #ddd;
    }
    
    .live-now {
        background-color: #f0f0f0 !important;
        border-left: 2px solid #999 !important;
    }
    
    /* Remove animations for print */
    .live-now,
    .live-badge {
        animation: none !important;
    }
}

/* Error States */
.text-danger {
    color: #dc3545 !important;
}

.fw-bold {
    font-weight: 700 !important;
}


