

/* News Detail Page - Dark Theme */
.news-detail-page {
  background-color: #0a0a0a;
  color: #ffffff;
  min-height: 100vh;
}

.news-detail-page .breadcrumbs {
  padding: 12px 0;
  background: transparent;
  border: none;
  margin-bottom: 24px;
}

.news-detail-page .breadcrumbs .breadcrumb {
  margin: 0;
  background: transparent;
}

.news-detail-page .breadcrumbs .breadcrumb a {
  color: #bde5fc;
}

.news-detail-page .breadcrumbs .breadcrumb a:hover {
  color: #B3E0FF;
  text-decoration: none;
}

.news-detail-page .breadcrumbs .breadcrumb li:last-child {
  color: #ffffff;
}

.news-detail-card {
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.news-detail-card .news-title {
  font-family: var(--nav-font);
  color: #ffffff;
}

.news-detail-card .text-muted {
  color: #d0d0d0 !important;
}

.news-detail-page .main {
  flex: 1 0 auto;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background-color: #0a0a0a;
  z-index: 1;
  position: relative;
}

.news-detail-page .container {
  background-color: #0a0a0a;
}

.news-detail-card .news-meta {
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #B3E0FF;
}

.news-detail-card .news-label {
  border-radius: 999px;
  padding: 0.4rem 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
}

.news-detail-card .news-featured-image img {
  max-height: 420px;
  object-fit: cover;
  width: 100%;
}

.news-detail-card .wysiwyg-content {
  font-family: var(--nav-font);
  font-size: 0.95rem;
  line-height: 1.6;
  color: #e0e0e0;
}

.news-detail-card .wysiwyg-content h2,
.news-detail-card .wysiwyg-content h3,
.news-detail-card .wysiwyg-content h4 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: #ffffff;
}

.news-detail-card .wysiwyg-content p {
  margin-bottom: 0.5rem;
  color: #e0e0e0;
}

.news-detail-card .wysiwyg-content a {
  color: #bde5fc;
  text-decoration: none;
}

.news-detail-card .wysiwyg-content a:hover {
  color: #B3E0FF;
  text-decoration: none;
}

/* Ensure links inside news card stay readable */
.news-detail-card a { color: #bde5fc; }
.news-detail-card a:hover { color: #B3E0FF; }

.news-related .card {
  background-color: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.3);
}

.news-related .card-header {
  background-color: #1a1a1a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.news-related .card-title {
  color: #ffffff;
}

.news-related .card-text {
  color: #b0b0b0;
}

.news-related ul li a {
  color: #bde5fc;
}

.news-related ul li a:hover {
  color: #B3E0FF;
  text-decoration: none;
}

.news-related ul li span {
  white-space: nowrap;
  color: #888;
}
.artist-page .artist-hero {
  background-color: var(--surface-color);
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  margin-bottom: 40px;
}

.artist-page .artist-logo-wrapper {
  background: color-mix(in srgb, var(--default-color) 10%, transparent 90%);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
}

.artist-page .artist-logo {
  max-width: 200px;
  max-height: 200px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.artist-page .artist-logo-placeholder {
  font-size: 1rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.artist-page .artist-details {
  color: var(--default-color);
}

.artist-page .artist-name {
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.artist-page .artist-location {
  font-size: 1.1rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-bottom: 0.5rem;
}

.artist-page .artist-active {
  font-size: 1rem;
  color: color-mix(in srgb, var(--default-color), transparent 35%);
}

.artist-page .artist-genres {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.artist-page .artist-genre-badge {
  background-color: color-mix(in srgb, var(--accent-color), transparent 75%);
  color: var(--accent-color);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 50%);
  font-weight: 500;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
}

.artist-page .artist-social-links .btn {
  border-radius: 999px;
  border-width: 2px;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  transition: all 0.3s ease;
  color: var(--contrast-color);
  border-color: var(--contrast-color);
}

.artist-page .artist-social-links .btn i {
  font-size: 1.2rem;
}

.artist-page .artist-social-links .btn:hover,
.artist-page .artist-social-links .btn:focus {
  border-color: #35a5ff;
  background-color: #35a5ff;
  color: #fff;
  box-shadow: 0 6px 18px rgba(53, 165, 255, 0.35);
}

.artist-page .artist-contact {
  margin-top: 2rem;
}

.artist-page .artist-contact h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

.artist-page .artist-contact p {
  margin-bottom: 0.4rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.artist-page .artist-section {
  margin-bottom: 40px;
}

.artist-page .artist-section-title {
  font-size: 1.75rem;
  margin-bottom: 20px;
}

.artist-page .artist-biography {
  background: color-mix(in srgb, var(--default-color), transparent 94%);
  border-radius: 16px;
  padding: 24px;
  line-height: 1.7;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
}

.artist-page .artist-table {
  color: var(--default-color);
  border-collapse: separate;
  border-spacing: 0;
}

.artist-page .artist-table thead th {
  background: color-mix(in srgb, var(--accent-color), transparent 88%);
  color: var(--accent-color);
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 18px;
  border: none;
}

.artist-page .artist-table tbody tr {
  background: color-mix(in srgb, var(--surface-color), transparent 5%);
  transition: background 0.3s ease;
}

.artist-page .artist-table tbody tr:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 92%);
}

.artist-page .artist-table tbody td {
  padding: 16px 18px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  vertical-align: middle;
}

.artist-page .artist-table tbody td .artist-link,
.artist-page .artist-link {
  color: var(--accent-color);
  font-weight: 600;
  transition: color 0.3s ease;
}

.artist-page .artist-table tbody td .artist-link:hover,
.artist-page .artist-table tbody td .artist-link:focus,
.artist-page .artist-link:hover,
.artist-page .artist-link:focus {
  color: #35a5ff;
  text-decoration: none;
}

.artist-page .artist-empty-state {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-style: italic;
  margin: 0;
}

@media (max-width: 992px) {
  .artist-page .artist-hero {
    padding: 28px;
  }

  .artist-page .artist-name {
    font-size: 2.25rem;
  }

  .artist-page .artist-social-links .btn {
    margin-right: 0.5rem;
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 768px) {
  .artist-page .artist-hero {
    padding: 24px;
  }

  .artist-page .artist-logo-wrapper {
    min-height: 200px;
    padding: 18px;
  }

  .artist-page .artist-name {
    font-size: 2rem;
  }

  .artist-page .artist-section {
    margin-bottom: 32px;
  }
}

@media (max-width: 576px) {
  .artist-page .artist-hero {
    padding: 20px;
  }

  .artist-page .artist-name {
    font-size: 1.75rem;
  }

  .artist-page .artist-table thead {
    display: none;
  }

  .artist-page .artist-table tbody tr {
    display: block;
    margin-bottom: 1rem;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  }

  .artist-page .artist-table tbody td {
    display: flex;
    justify-content: space-between;
    padding: 12px 16px;
    border-top: none;
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  }

  .artist-page .artist-table tbody td:last-child {
    border-bottom: none;
  }

  .artist-page .artist-table tbody td::before {
    content: attr(data-label);
    font-weight: 600;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    margin-right: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.75rem;
  }
}
/**
* Template Name: ZenBlog
* Template URL: https://bootstrapmade.com/zenblog-bootstrap-blog-template/
* Updated: Aug 08 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Variables and Root Styles
--------------------------------------------------------------*/
:root {
  /* Fonts */
  --default-font: "EB Garamond", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "EB Garamond", sans-serif;
  --nav-font: "Inter", sans-serif;

  /* Colors */
  --background-color: #ffffff;
  --default-color: #212529;
  --heading-color: #535353;
  --accent-color: #465367;
  --surface-color: #ffffff;
  --contrast-color: #ffffff;
  --nav-color: #6a6a6a;
  --nav-hover-color: #bde5fc;
  --nav-mobile-background-color: #000000;
  --nav-dropdown-background-color: #000000;
  --nav-dropdown-color: #ffffff;
  --nav-dropdown-hover-color: #bde5fc;

  /* Other */
  scroll-behavior: smooth;
}

/* Color Presets */
.light-background {
  --background-color: #f9f9f9;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #0c2458;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #0c2458;
  --contrast-color: #ffffff;
}

/*--------------------------------------------------------------
# Global Styles - Dark Theme
--------------------------------------------------------------*/
body {
  color: #ffffff;
  background-color: #000000;
  font-family: var(--default-font);
}

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

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/* Container Styles */
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
}

.container.mt-5 {
  margin-top: 0rem !important;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

/*--------------------------------------------------------------
# Layout Components
--------------------------------------------------------------*/
/* Header - Dark Theme */
.header {
  --background-color: #000000;
  color: #ffffff;
  background-color: var(--background-color);
  padding: 5px 0;
  transition: all 0.5s;
  z-index: 997;
}

/* Navigation */
.navmenu {
  padding: 0;
}

.navmenu ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

/* Footer - Dark Theme */
.site-footer {
  text-align: center;
  padding: 20px 0;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #ffffff;
  background-color: #000000;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-footer p {
  margin: 0;
  line-height: 1.5;
}

.site-footer a {
  color: #bde5fc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.site-footer a:hover {
  color: #ffffff;
}

/* Breadcrumbs */
.breadcrumb {
  padding: 0;
  margin: 0;
  background: transparent;
}

.breadcrumb-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* Sections - Dark Theme */
section, .section {
  color: #ffffff;
  background-color: #000000;
  padding: 20px 0;
  scroll-margin-top: 90px;
  overflow: clip;
}

/*--------------------------------------------------------------
# Page-Specific Styles
--------------------------------------------------------------*/
/* Directory Page - Dark Theme (main styles below at line ~4642) */
.directory-page {
  background-color: #000000;
}

.directory-page .container.mt-5 {
  padding-top: 15px;
}

/* Events Page */
.events-page {
  background-color: var(--background-color);
}

/* Events Pages - Match Directory Container Style */
.events-page .events-container {
  /* Uses Bootstrap .container class for width constraints */
}

.events-page .past-events-link a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0180c9;
  color: #fff;
  border-radius: 4px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.events-page .past-events-link a:hover {
  background-color: #0077c2;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

/* Music Page - Dark Theme */
.music-page {
  background-color: #000000;
}

.music-page .page-title {
  margin-bottom: 30px;
}

/* Artist Page - Dark Theme (main styles below at line ~4468) */
.artist-page {
  background-color: #000000;
}

.artist-page .artist-profile {
  padding: 30px 0;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (max-width: 1080px) {
  section, .section {
    scroll-margin-top: 66px;
  }
  
  .header .logo {
    order: 1;
  }
  
  .header .header-social-links {
    order: 2;
  }
  
  .header .navmenu {
    order: 3;
  }
}

@media (max-width: 768px) {
  .breadcrumb-container {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .breadcrumb-right {
    margin-top: 15px;
    margin-left: 0;
    width: 100%;
  }
  
  .breadcrumb-right select,
  .breadcrumb-right button {
    width: 100%;
  }
  
  .header .logo img {
    max-height: 50px;
  }
}

/*--------------------------------------------------------------
# General Styling & Shared Classes - Dark Theme
--------------------------------------------------------------*/
body {
  color: #ffffff;
  background-color: #000000;
  font-family: var(--default-font);
}

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

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: #000000; /* Dark theme */
  color: #ffffff;
  background-color: var(--background-color);
  padding: 5px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 60px;
  width: auto;
  margin: 5px 0;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700; /* Bold but not extra bold */
  color: #ffffff; /* White site name */
  font-family: 'Inter', sans-serif; /* Sans-serif font */
  letter-spacing: 1px; /* Slight letter spacing */
  /* Removing the text shadow, transform, and other cartoon effects */
}

.header .header-social-links {
  padding-right: 15px;
}

.header .header-social-links a {
  color: #ffffff; /* White social icons */
  padding-left: 6px;
  display: inline-block;
  transition: 0.3s;
  font-size: 16px;
}

.header .header-social-links a:hover {
  color: #a8d8ff; /* Baby blue on hover */
}

.header .header-social-links a i {
  line-height: 0px;
}

@media (max-width: 1080px) {
  .header .logo {
    order: 1;
  }

  .header .header-social-links {
    order: 2;
  }

  .header .navmenu {
    order: 3;
  }

  .navmenu ul {
    background-color: #000000; /* Dark theme */
  }
}

@media (max-width: 768px) {
  .header .logo img {
    max-height: 50px;
  }
  
  .footer .footer-about .logo img {
    max-height: 50px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1080px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a {
    color: #ffffff;
    font-family: var(--nav-font);
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.5rem 1rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
    transition: 0.3s;
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu li:hover > a {
    color: #bde5fc;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu .active,
  .navmenu .active:focus {
    color: #bde5fc; /* Electric blue for active menu item */
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8); /* White glow effect */
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: #bde5fc; /* Electric blue for dropdown hover */
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8); /* White glow effect */
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1079px) {
  .mobile-nav-toggle {
    color: #ffffff; /* White mobile menu toggle */
    font-size: 24px; /* Reduced from 28px */
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 50px 15px 15px 15px; /* Reduced spacing */
    padding: 10px 0;
    margin: 0;
    border-radius: 8px;
    background-color: #000000; /* Dark theme */
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
  }

  .navmenu a,
  .navmenu a:focus {
    color: #ffffff; /* Keep text white in mobile menu */
    padding: 8px 15px; /* Reduced padding for more compact menu */
    font-family: var(--nav-font);
    font-size: 16px; /* Reduced from 17px */
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 26px; /* Reduced from 30px */
    height: 26px; /* Reduced from 30px */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: rgba(255, 255, 255, 0.1);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: #bde5fc; /* Electric blue for active menu item */
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5); /* Reduced glow effect */
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 5px 0; /* Reduced padding */
    margin: 5px 15px; /* Reduced margin */
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(255, 255, 255, 0.05);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(255, 255, 255, 0.05);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: fixed;
    font-size: 28px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(0, 0, 0, 0.95); /* Dark background with transparency */
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
    max-height: 80vh; /* Limit height to prevent overflow */
    overflow-y: auto;
  }
}

/*--------------------------------------------------------------
# Global Footer - Dark Theme
--------------------------------------------------------------*/
.site-footer {
  text-align: center;
  padding: 20px 0;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #ffffff;
  background-color: #000000;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-footer p {
  margin: 0;
  line-height: 1.5;
}

.site-footer a {
  color: #bde5fc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.site-footer a:hover {
  color: #ffffff;
}

.site-footer .footer-top {
  padding-top: 50px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.site-footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px;
}

.site-footer .footer-about .logo img {
  max-height: 60px;
  width: auto;
  margin-bottom: 15px;
}

.site-footer .footer-about .logo span {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
}

.site-footer .footer-about p {
  font-size: 14px;
  font-family: var(--heading-font);
}

.site-footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-right: 10px;
  transition: 0.3s;
}

.site-footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.site-footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.site-footer .footer-links {
  margin-bottom: 30px;
}

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

.site-footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.site-footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.site-footer .footer-links ul li:first-child {
  padding-top: 0;
}

.site-footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1;
}

.site-footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.site-footer .footer-contact p {
  margin-bottom: 5px;
}

.site-footer .copyright {
  padding: 25px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.site-footer .copyright p {
  margin-bottom: 0;
}

.site-footer .credits {
  margin-top: 8px;
  font-size: 13px;
}

.site-footer .credits a {
  color: var(--default-color);
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

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

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 25px 0;
  position: relative;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.page-title h1 {
  font-size: 24px;
  font-weight: 700;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/* Two-column breadcrumb layout */
.breadcrumb-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: nowrap;
  margin: 5px 0;
  padding: 5px 0;
  height: 40px;
}

.breadcrumb-left {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100%;
  display: flex;
  align-items: center;
}

.breadcrumb-left ol {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
  height: 100%;
}

.breadcrumb-left ol li {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 100%;
}

.breadcrumb-left ol li a {
  color: var(--default-color);
  text-decoration: none;
  padding: 5px 0;
}

.breadcrumb-left ol li a:hover {
  color: var(--accent-color);
}

.breadcrumb-right {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 20px;
  flex-shrink: 0;
  height: 100%;
}

.breadcrumb .breadcrumb-right select {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 8px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  border-radius: 4px;
  background-color: var(--background-color);
  color: var(--default-color);
  height: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.breadcrumb .breadcrumb-right button {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 8px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  border-radius: 4px;
  background-color: var(--background-color);
  color: var(--default-color);
  cursor: pointer;
  height: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 768px) {
  .breadcrumb {
    height: auto;
  }
  
  .breadcrumb .breadcrumb-container {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .breadcrumb .breadcrumb-right {
    margin-top: 15px;
    margin-left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .breadcrumb .breadcrumb-right select,
  .breadcrumb .breadcrumb-right button {
    width: 100%;
    height: 42px; /* larger tap target */
    font-size: 16px; /* improve legibility */
  }
}

/*--------------------------------------------------------------
# Global Sections - Dark Theme
--------------------------------------------------------------*/
section,
.section {
  color: #ffffff;
  background-color: #000000;
  padding: 15px 0;
  scroll-margin-top: 90px;
  overflow: clip;
}

@media (max-width: 1079px) {

  section,
  .section {
    scroll-margin-top: 66px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  margin-bottom: 60px;
  position: relative;
}

.section-title .section-title-container {
  padding-bottom: 10px;
  border-bottom: 2px solid var(--default-color);
}

.section-title h2 {
  font-size: 40px;
  font-weight: 0;
}

.section-title p {
  margin-bottom: 0;
}

.section-title p a {
  color: var(--default-color);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  border-bottom: 1.5px solid var(--default-color);
  font-family: var(--nav-font);
  font-weight: 500;
  padding-bottom: 2px;
}

/*--------------------------------------------------------------
# Slider Section
--------------------------------------------------------------*/
.slider {
  background-color: transparent;
}

.slider .swiper-pagination .swiper-pagination-bullet {
  background-color: color-mix(in srgb, var(--default-color) 90%, white 15%);
}

.slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.slider .swiper-wrapper {
  height: auto !important;
}

/* Fix the slider container to match event card border */
.slider .swiper {
  border: 1px solid #666666; /* Match event card border color */
  border-radius: 0;
  box-shadow: 0px 0px 12px rgba(12, 36, 88, 0.4); /* Match events.php shadow */
  overflow: hidden;
}

/* Remove border from individual slides */
.slider .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .slider .swiper-slide {
    aspect-ratio: 16/9;
    min-height: 500px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slider .swiper-slide {
    aspect-ratio: 16/10;
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .slider .swiper-slide {
    aspect-ratio: 16/10;
    min-height: 300px;
    max-width: 468px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
  }

  .slider .swiper-wrapper {
    width: 100%;
    max-width: 468px;
    margin: 0 auto;
    padding: 0;
  }

  .slider .swiper {
    width: 100%;
    max-width: 468px;
    margin: 0 auto;
    overflow: hidden;
  }
}

.slider .slide-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  z-index: 2;
}

/* Fix slider content - remove border and tint */
.slider .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 20px 20px 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: var(--contrast-color);
  z-index: 1;
  border-radius: 0;
  border-top: none; /* Remove the line above title */
  min-height: 120px;
}

.slider .content h2 {
  font-size: 2.5rem;
  margin: 0;
  line-height: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9), 
               -1px -1px 2px rgba(0, 0, 0, 0.8),
               1px 1px 3px rgba(0, 0, 0, 0.7);
}

.slider .content .event-date {
  font-size: 1.75rem;
  color: var(--contrast-color);
  opacity: 0.9;
  padding-top: 5px;
  margin: -1.25rem 0 0 0;
  line-height: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9), 
               -1px -1px 2px rgba(0, 0, 0, 0.8),
               1px 1px 3px rgba(0, 0, 0, 0.7);
}

.slider .content .event-location {
  font-size: 1rem;
  color: var(--contrast-color);
  opacity: 0.8;
  margin: 0.5rem 0 0 0;
  line-height: 1.3;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9), 
               -1px -1px 2px rgba(0, 0, 0, 0.8),
               1px 1px 3px rgba(0, 0, 0, 0.7);
}

@media (max-width: 768px) {
  .slider .swiper-slide {
    aspect-ratio: 16/10;
    background-size: cover;
    background-position: center;
    width: 100%;
    max-width: 468px;
    margin: 0 auto;
  }

  .slider .content {
    padding: 20px 15px 15px 15px;
    min-height: 100px;
  }

  .slider .content h2 {
    font-size: 1.5rem;
  }
  
  .slider .content .event-date {
    font-size: 1.25rem;
  }
  
  .slider .content .event-location {
    font-size: 0.9rem;
  }
}

.slider .content a,
.slider .content h2,
.slider .content p {
  color: var(--default-color);
  font-family: var(--nav-font);
}

.slider .content h2 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.slider .content p {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.4;
}

/*--------------------------------------------------------------
# Trending Category Section
--------------------------------------------------------------*/
.trending-category {
  padding-top: 1.5rem;
}

.trending-category .post-entry {
  margin-bottom: 30px;
}

.trending-category .post-entry img {
  margin-bottom: 30px;
}

.trending-category .post-entry h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.trending-category .post-entry h2 a {
  color: var(--heading-color);
}

.trending-category .post-entry h2 a:hover {
  text-decoration: none;
}

.trending-category .post-entry.lg h2 {
  font-size: 40px;
  line-height: 1;
}

.trending-category .post-meta {
  font-size: 11px;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
  font-weight: 600;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 10px;
}

.trending-category .custom-border {
  border-color: color-mix(in srgb, var(--default-color), transparent 90%) !important;
}

@media (max-width: 768px) {
  .trending-category .custom-border {
    border: none !important;
  }
}

.trending-category .author .photo {
  margin-right: 10px;
}

.trending-category .author .photo img {
  width: 40px;
  border-radius: 50%;
  margin-bottom: 0;
}

.trending-category .author .name h3 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: var(--default-font);
}

.trending-category .trending {
  border: 1px solid #666666;
  background: #1a1a1a;
}

/* Shared styles for Upcoming Events and New Resources links */
.trending-category .trending-post h3,
.trending-category .trending .trending-post li a h3,
.trending-category .trending-post li a h3,
.blog-entry h3 {
  font-family: var(--nav-font);
  font-weight: 600;
  font-size: 1.1rem;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.trending-category .trending-post h3 strong,
.blog-entry h3 strong {
  font-weight: 600;
  color: #ffffff;
  transition: all 0.3s ease;
}

.trending-category .trending-post h3:hover strong,
.trending-category .trending .trending-post li a:hover h3,
.trending-category .trending-post li a:hover h3,
.blog-entry h3:hover strong {
  color: #bde5fc;
}

/* Style for event number */
.trending-category .trending-post .number {
  font-family: var(--nav-font);
  font-weight: 600;
  color: var(--accent-color);
  margin-right: 0.5rem;
}

/* Style for author/date span */
.trending-category .trending-post .author,
.blog-entry .author {
  display: block;
  margin-top: 0.5rem;
  font-family: var(--default-font);
  font-size: 0.9rem;
  color: var(--default-color);
  opacity: 0.8;
}

/* Style for the Upcoming Events widget - Dark theme */
.trending-category .trending > h3 {
  background-color: #252525;
  color: #ffffff !important;
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  border-bottom: 1px solid #666666;
  font-family: var(--nav-font);
  font-weight: 600;
  font-size: 1.1rem;
}

.trending-category .trending-post li a {
  display: block;
  padding: 0.75rem 0;
  transition: all 0.3s ease;
}

.trending-category .trending-post li a:hover {
  background-color: rgba(var(--accent-color-rgb), 0.05);
}

/* Update news section title font - Dark theme */
#news-section > h3,
.trending-category .trending > h3,
.blog-content h3 {
  font-family: var(--nav-font);
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #666666;
  color: #ffffff;
  position: relative;
}

/* Keep author/date styling */
.trending-category .trending-post .author,
.blog-entry .author {
  display: block;
  margin-top: 0.5rem;
  font-family: var(--default-font);
  font-size: 0.9rem;
  color: var(--default-color);
}

/* Keep dividers only under main section headers - Dark theme (disabled) */
#news-section > h3:after,
.trending-category .trending > h3:after {
  display: none;
}

/* Restore original spacing for blog entries and trending posts */
.trending-category .trending-post h3:after,
.blog-entry h3:after {
  display: none;
}

.trending-category .trending .trending-post {
  padding: 0;
  margin: 0;
}

.trending-category .trending .trending-post li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}

.trending-category .trending .trending-post li a {
  display: block;
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.trending-category .trending .trending-post li a .number {
  display: none;
}

.trending-category .trending .trending-post li a h3,
.blog-entry h3 {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.trending-category .trending .trending-post li a h3:after,
.blog-entry h3:after {
  display: none;
}

.trending-category .trending .trending-post li a .author {
  font-family: var(--nav-font);
  font-size: 0.85rem;
  color: #999999;
}

/* Hover effect now handled in shared styles above */

.trending-category .trending .trending-post li:last-child a {
  border-bottom: none;
}

.trending-category .blog-entry {
  margin-bottom: 1.5rem;
}

.trending-category .blog-entry>h3 {
  font-family: var(--nav-font);
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--accent-color);
  color: var(--default-color);
  position: relative;
}

.trending-category .blog-entry>h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--accent-color);
}

.trending-category .blog-content p {
  font-family: var(--nav-font);
  font-size: 0.95rem;
  line-height: 1.6;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.trending-category .blog-content .post-meta {
  font-family: var(--nav-font);
  font-size: 0.875rem;
  color: #999999;
  margin-bottom: 0.75rem;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Culture Category Section
--------------------------------------------------------------*/
.culture-category .post-entry {
  margin-bottom: 30px;
}

.culture-category .post-entry h3 a {
  color: var(--heading-color);
  font-weight: 600;
}

.culture-category .post-entry h3 a:hover {
  text-decoration: none;
}

.culture-category .post-entry .thumbnail {
  flex: 0 0 65%;
}

@media (max-width: 960px) {
  .culture-category .post-entry .thumbnail {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}

.culture-category .post-entry.half .thumbnail {
  flex: 0 0 50%;
}

@media (max-width: 768px) {
  .culture-category .post-entry.half .thumbnail {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}

.culture-category .post-entry.small-img .thumbnail {
  flex: 0 0 30%;
}

@media (max-width: 768px) {
  .culture-category .post-entry.small-img .thumbnail {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}

.culture-category .border-bottom {
  border-color: color-mix(in srgb, var(--default-color), transparent 90%) !important;
}

.culture-category .post-meta {
  font-size: 11px;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
  font-weight: 600;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 10px;
}

.culture-category .author .photo {
  margin-right: 10px;
}

.culture-category .author .photo img {
  width: 40px;
  border-radius: 50%;
  margin-bottom: 0;
}

.culture-category .author .name h3 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: var(--default-font);
}

.culture-category .post-list {
  margin-bottom: 30px;
}

.culture-category .post-list img {
  margin-bottom: 30px;
}

.culture-category .post-list h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.culture-category .post-list h2 a {
  color: var(--heading-color);
}

.culture-category .post-list h2 a:hover {
  text-decoration: none;
}

.culture-category .post-list.lg h2 {
  font-size: 40px;
  line-height: 1;
}

/*--------------------------------------------------------------
# Business Category Section
--------------------------------------------------------------*/
.business-category .post-entry {
  margin-bottom: 30px;
}

.business-category .post-entry h3 a {
  color: var(--heading-color);
  font-weight: 600;
}

.business-category .post-entry h3 a:hover {
  text-decoration: none;
}

.business-category .post-entry .thumbnail {
  flex: 0 0 65%;
}

@media (max-width: 960px) {
  .business-category .post-entry .thumbnail {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}

.business-category .post-entry.half .thumbnail {
  flex: 0 0 50%;
}

@media (max-width: 768px) {
  .business-category .post-entry.half .thumbnail {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}

.business-category .post-entry.small-img .thumbnail {
  flex: 0 0 30%;
}

@media (max-width: 768px) {
  .business-category .post-entry.small-img .thumbnail {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}

.business-category .border-bottom {
  border-color: color-mix(in srgb, var(--default-color), transparent 90%) !important;
}

.business-category .post-meta {
  font-size: 11px;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
  font-weight: 600;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 10px;
}

.business-category .author .photo {
  margin-right: 10px;
}

.business-category .author .photo img {
  width: 40px;
  border-radius: 50%;
  margin-bottom: 0;
}

.business-category .author .name h3 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: var(--default-font);
}

.business-category .post-list {
  margin-bottom: 30px;
}

.business-category .post-list img {
  margin-bottom: 30px;
}

.business-category .post-list h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.business-category .post-list h2 a {
  color: var(--heading-color);
}

.business-category .post-list h2 a:hover {
  text-decoration: none;
}

.business-category .post-list.lg h2 {
  font-size: 40px;
  line-height: 1;
}

/*--------------------------------------------------------------
# Lifestyle Category Section
--------------------------------------------------------------*/
.lifestyle-category .post-meta {
  font-size: 11px;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
  font-weight: 600;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 10px;
}

.lifestyle-category .author .photo {
  margin-right: 10px;
}

.lifestyle-category .author .photo img {
  width: 40px;
  border-radius: 50%;
  margin-bottom: 0;
}

.lifestyle-category .author .name h3 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: var(--default-font);
}

.lifestyle-category .custom-border,
.lifestyle-category .border-bottom {
  border-color: color-mix(in srgb, var(--default-color), transparent 90%) !important;
}

.lifestyle-category .post-list {
  margin-bottom: 30px;
}

.lifestyle-category .post-list img {
  margin-bottom: 30px;
}

.lifestyle-category .post-list h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.lifestyle-category .post-list h2 a {
  color: var(--heading-color);
}

.lifestyle-category .post-list h2 a:hover {
  text-decoration: none;
}

.lifestyle-category .post-list.lg h2 {
  font-size: 40px;
  line-height: 1;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .content .who-we-are {
  text-transform: uppercase;
  margin-bottom: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.about .content h3 {
  font-size: 2rem;
  font-weight: 700;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 1.25rem;
  margin-right: 4px;
  color: var(--accent-color);
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .read-more {
  background: var(--accent-color);
  color: var(--contrast-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about .content .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.about .content .read-more:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
  padding-right: 19px;
}

.about .content .read-more:hover i {
  margin-left: 10px;
}

.about .about-images img {
  border-radius: 10px;
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .team-member {
  background-color: var(--surface-color);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 5px;
  transition: 0.5s;
  padding: 30px;
  height: 100%;
}

@media (max-width: 468px) {
  .team .team-member {
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
  }
}

.team .team-member .pic {
  overflow: hidden;
  width: 150px;
  border-radius: 50%;
  flex-shrink: 0;
}

.team .team-member .pic img {
  transition: ease-in-out 0.3s;
}

.team .team-member:hover {
  transform: translateY(-10px);
}

.team .team-member .member-info {
  padding-left: 30px;
}

@media (max-width: 468px) {
  .team .team-member .member-info {
    padding: 30px 0 0 0;
    text-align: center;
  }
}

.team .team-member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
}

.team .team-member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .team-member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 85%);
  bottom: 0;
  left: 0;
}

@media (max-width: 468px) {
  .team .team-member span::after {
    left: calc(50% - 25px);
  }
}

.team .team-member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .team-member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
}

@media (max-width: 468px) {
  .team .team-member .social {
    justify-content: center;
  }
}

.team .team-member .social a {
  background: color-mix(in srgb, var(--default-color), transparent 94%);
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 36px;
  height: 36px;
}

.team .team-member .social a i {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 16px;
  margin: 0 2px;
}

.team .team-member .social a:hover {
  background: var(--accent-color);
}

.team .team-member .social a:hover i {
  color: var(--contrast-color);
}

.team .team-member .social a+a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Starter Section Section
--------------------------------------------------------------*/
.starter-section {
  /* Add your styles here */
}

/*--------------------------------------------------------------
# Blog Details Section
--------------------------------------------------------------*/
.blog-details {
  padding-bottom: 30px;
}

.blog-details .article {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog-details .title {
  color: var(--heading-color);
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 30px 0;
}

.blog-details .content {
  margin-top: 20px;
}

.blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog-details .content blockquote {
  overflow: hidden;
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog-details .content blockquote p {
  color: var(--default-color);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--accent-color);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details .meta-top {
  margin-top: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.blog-details .meta-bottom i {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  display: inline;
}

.blog-details .meta-bottom a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  transition: 0.3s;
}

.blog-details .meta-bottom a:hover {
  color: var(--accent-color);
}

.blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--default-color);
  content: ",";
}

.blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog-details .meta-bottom .share i {
  padding-left: 5px;
}

/*--------------------------------------------------------------
# Blog Comments Section
--------------------------------------------------------------*/
.blog-comments {
  padding: 10px 0;
}

.blog-comments .comments-count {
  font-weight: bold;
}

.blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog-comments .comment .comment-img img {
  width: 60px;
}

.blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog-comments .comment h5 a {
  font-weight: bold;
  color: var(--default-color);
  transition: 0.3s;
}

.blog-comments .comment h5 a:hover {
  color: var(--accent-color);
}

.blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 5px;
}

.blog-comments .comment.comment-reply {
  padding-left: 40px;
}

/*--------------------------------------------------------------
# Comment Form Section
--------------------------------------------------------------*/
.comment-form {
  padding-top: 10px;
}

.comment-form form {
  background-color: var(--surface-color);
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.comment-form form h4 {
  font-weight: bold;
  font-size: 22px;
}

.comment-form form p {
  font-size: 14px;
}

.comment-form form input {
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  font-size: 14px;
  border-radius: 4px;
  padding: 10px 10px;
}

.comment-form form input:focus {
  color: var(--default-color);
  background-color: var(--surface-color);
  box-shadow: none;
  border-color: var(--accent-color);
}

.comment-form form input::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.comment-form form textarea {
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
  height: 120px;
}

.comment-form form textarea:focus {
  color: var(--default-color);
  box-shadow: none;
  border-color: var(--accent-color);
  background-color: var(--surface-color);
}

.comment-form form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.comment-form form .form-group {
  margin-bottom: 25px;
}

.comment-form form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.comment-form form .btn-primary:hover {
  color: var(--contrast-color);
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/*--------------------------------------------------------------
# Blog Posts Section
--------------------------------------------------------------*/
.blog-posts article {
  background-color: var(--surface-color);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.blog-posts .post-img img {
  transition: 0.5s;
}

.blog-posts .post-date {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  position: absolute;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

.blog-posts .post-content {
  padding: 30px;
}

.blog-posts .post-title {
  font-size: 20px;
  color: var(--heading-color);
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 15px;
}

.blog-posts .meta i {
  font-size: 16px;
  color: var(--accent-color);
}

.blog-posts .meta span {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-posts p {
  margin-top: 20px;
}

.blog-posts hr {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  margin-bottom: 15px;
}

.blog-posts .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: color-mix(in srgb, var(--heading-color), transparent 20%);
}

.blog-posts .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.blog-posts article:hover .post-title,
.blog-posts article:hover .readmore {
  color: var(--accent-color);
}

.blog-posts article:hover .post-img img {
  /* Removed transform to prevent size changes on hover */
}

/*--------------------------------------------------------------
# Blog Pagination Section
--------------------------------------------------------------*/
.blog-pagination {
  padding-top: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog-pagination li a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-pagination li a.active,
.blog-pagination li a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.blog-pagination li a.active a,
.blog-pagination li a:hover a {
  color: var(--contrast-color);
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item+.info-item {
  margin-top: 40px;
}

.contact .info-item i {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-size: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .php-email-form {
  height: 100%;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widgets-container {
  margin: 40px 0 30px 0;
}

.widget-title {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 0 10px;
  margin: 0 0 20px 0;
  border-left: 4px solid var(--accent-color);
}

.widget-item {
  margin-bottom: 30px;
  background-color: color-mix(in srgb, var(--default-color), transparent 98%);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  padding: 30px;
  border-radius: 5px;
}

.widget-item:last-child {
  margin-bottom: 0;
}

.blog-author-widget img {
  max-width: 120px;
  margin-right: 20px;
}

.blog-author-widget h4 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 0px;
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-author-widget .social-links {
  margin: 5px 0;
}

.blog-author-widget .social-links a {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  margin-right: 5px;
  font-size: 18px;
}

.blog-author-widget .social-links a:hover {
  color: var(--accent-color);
}

.blog-author-widget p {
  font-style: italic;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 10px 0 0 0;
}

.search-widget form {
  background: var(--background-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 75%);
  padding: 3px 10px;
  position: relative;
  border-radius: 50px;
  transition: 0.3s;
}

.search-widget form input[type=text] {
  border: 0;
  padding: 4px 10px;
  border-radius: 4px;
  width: calc(100% - 40px);
  background-color: var(--background-color);
  color: var(--default-color);
}

.search-widget form input[type=text]:focus {
  outline: none;
}

.search-widget form button {
  background: none;
  color: var(--default-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 16px;
  transition: 0.3s;
  line-height: 0;
}

.search-widget form button i {
  line-height: 0;
}

.search-widget form button:hover {
  color: var(--accent-color);
}

.search-widget form:is(:focus-within) {
  border-color: var(--accent-color);
}

.recent-posts-widget .post-item {
  display: flex;
  margin-bottom: 15px;
}

.recent-posts-widget .post-item:last-child {
  margin-bottom: 0;
}

.recent-posts-widget .post-item img {
  width: 80px;
  margin-right: 15px;
}

.recent-posts-widget .post-item h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.recent-posts-widget .post-item h4 a {
  color: var(--default-color);
  transition: 0.3s;
}

.recent-posts-widget .post-item h4 a:hover {
  color: var(--accent-color);
}

.recent-posts-widget .post-item time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.tags-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tags-widget ul li {
  display: inline-block;
}

.tags-widget ul a {
  background-color: color-mix(in srgb, var(--default-color), transparent 94%);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  border-radius: 50px;
  font-size: 14px;
  padding: 5px 15px;
  margin: 0 6px 8px 0;
  display: inline-block;
  transition: 0.3s;
}

.tags-widget ul a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.tags-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  font-size: 14px;
}

.blog-author-widget-2 img {
  max-width: 160px;
}

.blog-author-widget-2 h4 {
  font-weight: 600;
  font-size: 24px;
  margin: 15px 0 0 0;
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-author-widget-2 .social-links {
  margin: 5px 0;
}

.blog-author-widget-2 .social-links a {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  margin: 0 3px;
  font-size: 18px;
}

.blog-author-widget-2 .social-links a:hover {
  color: var(--accent-color);
}

.blog-author-widget-2 p {
  font-style: italic;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 10px 0 0 0;
}

/* Style for news links */
.blog-content h3 a {
  font-family: var(--nav-font);
  font-weight: 600;
  font-size: 1.5rem;
  color: #bde5fc;
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
  margin-bottom: 0.5rem;
}

.blog-content h3 a:hover {
  color: #ffffff;
}

/* Right column link styles now handled in shared styles above */

/* Style for the New Resources widget header */
.trending-category .trending-post > h3 {
  background-color: #0180c9; /* Match header background */
  color: #ffffff !important; /* White text with !important to override other styles */
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  border-bottom: none;
  font-family: var(--nav-font);
  font-weight: 600;
  font-size: 1.1rem;
}

/* Style for the Latest header in news section - Dark theme */
.trending-category .trending-post > h3 {
  background-color: #252525;
  color: #ffffff !important;
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  border-bottom: 1px solid #666666;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
}

/*--------------------------------------------------------------
# Music Section
--------------------------------------------------------------*/
.music-page .page-title {
  background-color: var(--background-color);
  color: var(--default-color);
  padding: 40px 0;
  margin-bottom: 40px;
}

.music-page .page-title h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ffffff;
}

.music-page .page-title .breadcrumbs {
  background-color: #f8f9fa;
  padding: 0.5rem 1rem;
  margin: 0.5rem 0;
  border-radius: 0.25rem;
}

.music-page .page-title .breadcrumbs ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.music-page .page-title .breadcrumbs ol li {
  display: flex;
  align-items: center;
  font-family: var(--nav-font);
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.25rem 0;
}

.music-page .page-title .breadcrumbs ol li + li::before {
  content: "/";
  padding: 0 0.5rem;
  color: #000;
}

.music-page .page-title .breadcrumbs ol li a {
  color: #000;
  text-decoration: none;
  font-family: var(--nav-font);
  font-size: 1.1rem;
  font-weight: 600;
}

.music-page .page-title .breadcrumbs ol li a:hover {
  color: #000;
  text-decoration: none;
}

.music-page .page-title .breadcrumbs ol li:last-child {
  color: #000;
  font-weight: 600;
  font-family: var(--nav-font);
  font-size: 1.1rem;
}

.music-page .music-section {
  padding: 40px 0;
  background-color: #000000;
}

.music-page .music-section .container {
  max-width: 1080px;
  margin: 0 auto;
}

.music-page .music-section p {
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

/* Music List Grid */
.music-page .music-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Music card styles - Dark theme */
.music-page .musiccard {
  background: #1a1a1a;
  border: 1px solid #666666;
  border-radius: 8px;
  box-shadow: none;
  transition: all 0.3s;
  margin-bottom: 2rem;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
}

.music-page .musiccard:hover {
  box-shadow: none;
  border-color: #666666;
  transform: none;
}

.music-page .musiccard .card-body {
  color: #fff;
  padding: 2rem;
}

.music-page .musiccard .card-body h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  color: #fff;
  margin: 0;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.music-page .musiccard .card-body h2 a {
  color: #bde5fc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.music-page .musiccard .card-body h2 a:hover {
  color: #ffffff;
}

@media (max-width: 768px) {
  .music-page .musiccard .card-body h2 {
    font-size: 1.5rem;
  }
}

.music-page .musiccard .card-body p {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 0.75rem;
  font-weight: 400;
}

.music-page .musiccard .card-body strong {
  color: #d0d8ff;
  font-weight: 600;
}

.music-page .cover-art {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--background-color);
}

.music-page .cover-art audio {
  width: 90%;
  margin: 0 auto;
  background: var(--surface-color);
  border-radius: 4px;
  padding: 10px;
}

.music-page .music-player {
  width: 100%;
  margin-bottom: 1rem;
  background: var(--surface-color);
}

.music-page .music-player iframe {
  border-radius: 8px;
  width: 100%;
  height: 400px;
}

.music-page .music-header {
  padding: 1rem;
  background: var(--surface-color);
}

.music-page .music-header h2 {
  font-family: 'Inter', sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: #222222;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.music-page .music-header h2 a {
  color: #bde5fc;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.music-page .music-header h2 a:hover {
  color: #ffffff;
}

.music-page .music-info {
  padding: 0 1rem;
  background: var(--surface-color);
}

.music-page .music-info h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #444444;
  margin-bottom: 0.5rem;
}

.music-page .music-label-state h4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #444444;
  margin-bottom: 0.5rem;
}

.music-page .music-type h4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #444444;
  margin-bottom: 0.5rem;
}

.music-page .date-added h4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #444444;
  margin-bottom: 0.5rem;
}

.music-page .pagination .page-link {
  background-color: #f8f8f8;
  border-color: #e0e0e0;
  color: #333333;
  font-family: 'Inter', sans-serif;
  padding: 0.5rem 1rem;
}

.music-page .pagination .page-link:hover {
  background-color: #f0f0f0;
  border-color: #d0d0d0;
  color: #222222;
}

.music-page .pagination .active .page-link {
  background-color: #e8e8e8;
  border-color: #d0d0d0;
  color: #222222;
  font-weight: 500;
}

.music-page .alert-info {
  background-color: #f8f8f8;
  border-color: #e0e0e0;
  color: #333333;
  font-family: 'Inter', sans-serif;
  padding: 1rem;
  border-radius: 8px;
}

/* Media player styles */
.music-page .ratio {
  border-radius: 8px;
  overflow: hidden;
}

.music-page .ratio iframe {
  border: none;
}

.music-page audio {
  width: 100%;
  border-radius: 8px;
  background-color: #7c7c7c;
}

.music-page audio::-webkit-media-controls-panel {
  background-color: #7c7c7c;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .music-page .page-title {
    padding: 30px 0;
  }
  
  .music-page .page-title h1 {
    font-size: 2rem;
  }
  
  .music-page .cover-art {
    height: 250px;
  }
  
  .music-page .music-player iframe {
    height: 300px;
  }
  
  .music-page .music-header h2 {
    font-size: 1.2rem;
  }
  
  .music-page .music-info h3,
  .music-page .music-label-state h4,
  .music-page .music-type h4 {
    font-size: 0.9rem;
  }
  
  .music-page .music-list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* Dark background adjustments */
.dark-background .page-title h1,
.dark-background .page-title .breadcrumbs ol li a,
.dark-background .page-title .breadcrumbs ol li:last-child {
  color: #ffffff;
}

.dark-background .page-title .breadcrumbs ol li + li::before {
  color: rgba(255, 255, 255, 0.5);
}

/*--------------------------------------------------------------
# Events Page Styles - Dark Theme
--------------------------------------------------------------*/
.events-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #000000;
}

.events-page .main {
  flex: 1 0 auto;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background-color: #000000;
  z-index: 1;
  position: relative;
  padding: 0;
}

.events-page .section {
  padding: 5px 0;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2;
  position: relative;
  background-color: #000000;
  margin: 0;
}

.events-page .events-container {
  /* Width is controlled by Bootstrap .container class - do not override */
  margin: 0 auto;
  position: relative;
  z-index: 3;
  background-color: #000000;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.events-page .page-title h1 {
  color: #d7daf4;
}

.events-page .events-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5px;
  padding: 0 15px;
}

.events-page .events-header h1 {
  color: #d7daf4;
  font-size: 2rem;
  margin: 0;
}

.events-page .filter-container {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 2rem;
}

.events-page .filter-container select {
  padding: 8px 15px;
  border-radius: 0;
  border: 1px solid #E0F7FF;
  font-family: var(--nav-font);
  min-width: 200px;
  background-color: #0180c9;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0px 0px 8px rgba(0, 144, 227, 0.4);
}

.events-page .filter-container button {
  padding: 8px 15px;
  background-color: #0180c9;
  color: #ffffff;
  border: 1px solid #E0F7FF;
  border-radius: 0;
  cursor: pointer;
  font-family: var(--nav-font);
  transition: all 0.3s;
  box-shadow: 0px 0px 8px rgba(0, 144, 227, 0.4);
}

.events-page .filter-container select:hover {
  border-color: #E0F7FF;
  box-shadow: 0px 0px 12px rgba(255, 255, 255, 0.6);
}

.events-page .filter-container select:focus {
  outline: none;
  border-color: #E0F7FF;
  box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.8);
}

.events-page .filter-container button:hover {
  background-color: #0180c9;
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.events-page .past-events-link {
  margin-top: 2rem;
  text-align: center;
}

.events-page .past-events-link a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0180c9;
  color: #fff;
  border-radius: 4px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.events-page .past-events-link a:hover {
  background-color: #0077c2;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

@media (max-width: 768px) {
  .events-page .events-header {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  
  .events-page .filter-container {
    width: 100%;
    justify-content: center;
  }
}

/* Event card styles - Dark theme */
.events-page .event-card {
  background: #1a1a1a;
  border: 1px solid #666666;
  border-radius: 8px;
  box-shadow: none;
  transition: all 0.3s;
  margin-bottom: 2rem;
  overflow: hidden;
}

.events-page .event-card:hover {
  box-shadow: none;
  border-color: #666666;
  transform: none;
}

.events-page .event-card-inner {
  display: flex;
  flex-direction: row;
  border-radius: 0; /* Ensure inner container has square corners */
  overflow: hidden;
}

.events-page .event-image {
  flex: 0 0 50%;
  position: relative;
  overflow: hidden; /* Change to hidden to control the image edges */
  border-radius: 0; /* Square corners */
  height: 250px;
}

/* Override any border-radius that might be set for the left corners */
.events-page .event-image,
.events-page .event-image img,
.events-page .event-card,
.events-page .event-card-inner {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.events-page .event-image img {
  width: 100%;
  height: 100%; 
  object-fit: cover;
  position: relative;
  top: 0;
  border-radius: 0 !important; /* Ensure square corners with highest priority */
  transition: transform 0.3s;
}

.events-page .event-card:hover .event-image img {
  transform: none; /* Remove zoom-in effect on images */
  transition: none;
}

.events-page .event-content {
  flex: 0 0 50%;
  padding: 20px;
  color: #ffffff;
  background: #1a1a1a;
  border-radius: 0;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*--------------------------------------------------------------
# Articles Page Styles - Dark Theme
--------------------------------------------------------------*/
.articles-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #000000;
}

.articles-page .main {
  flex: 1 0 auto;
  background-color: #000000;
}

/* Dark theme header override for articles page */
.articles-page .header {
  background-color: #000000 !important;
}

/* Article card layout: horizontal with 200x200 image (independent from events) */
.articles-page .article-card { 
  margin-bottom: 1.5rem;
  background: #1a1a1a;
  border: 1px solid #666666;
  box-shadow: none;
  overflow: hidden;
  border-radius: 8px;
}

.articles-page .article-card-inner { 
  display: flex; 
  flex-direction: row; 
  align-items: flex-start; 
}

.articles-page .article-image { 
  flex: 0 0 200px; 
  width: 200px;
  height: 200px; 
  overflow: hidden;
  border-radius: 0;
}

.articles-page .article-image img { 
  width: 100%;
  height: 100%; 
  object-fit: cover;
  display: block;
}

.articles-page .article-content { 
  flex: 1 1 auto; 
  height: 200px;
  max-height: 200px;
  overflow: hidden;
  padding: 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #1a1a1a;
}

.articles-page .article-title h2 { 
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
}

.articles-page .article-title h2 a { 
  color: #bde5fc; 
  text-decoration: none;
  transition: color 0.2s ease;
  font-weight: 600;
}

.articles-page .article-title h2 a:hover { 
  color: #ffffff; 
  text-decoration: none;
}

.articles-page .article-date {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  color: #d0d0d0;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}

.articles-page .article-details { 
  border-top: none;
  padding-top: 0;
  margin-bottom: 0;
}

.articles-page .article-details p { 
  margin: 0; 
  color: #e0e0e0;
  font-size: 0.9rem;
  line-height: 1.5;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

/* Article detail view (single article) */
.articles-page .wysiwyg-content {
  color: #e0e0e0;
  font-size: 0.95rem;
  line-height: 1.7;
  font-family: 'Inter', sans-serif;
}

.articles-page .wysiwyg-content h2,
.articles-page .wysiwyg-content h3,
.articles-page .wysiwyg-content h4 {
  color: #ffffff;
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
  font-family: 'Inter', sans-serif;
}

.articles-page .wysiwyg-content p {
  margin-bottom: 1rem;
  color: #e0e0e0;
}

.articles-page .wysiwyg-content a {
  color: #bde5fc;
  text-decoration: none;
  font-weight: 500;
}

.articles-page .wysiwyg-content a:hover {
  color: #B3E0FF;
  text-decoration: none;
}

.articles-page .wysiwyg-content ul,
.articles-page .wysiwyg-content ol {
  margin-bottom: 1rem;
  color: #e0e0e0;
}

/* Breadcrumb for articles page - Dark theme */
.articles-page .breadcrumb {
  background-color: #1a1a1a;
  padding: 0.5rem 1rem;
  margin: 0.5rem 0;
  border-radius: 0.25rem;
  border: 1px solid #666666;
}

.articles-page .breadcrumb ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.articles-page .breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  padding: 0.25rem 0;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
}

.articles-page .breadcrumb li + li::before {
  content: ">";
  padding: 0 0.5rem;
  color: #ffffff;
}

.articles-page .breadcrumb .breadcrumb-left ol li a {
  color: #ffffff;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  transition: color 0.3s ease;
}

.articles-page .breadcrumb .breadcrumb-left ol li a:hover {
  color: #bde5fc;
  text-decoration: none;
}

.articles-page .breadcrumb li:last-child {
  color: #ffffff;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
}

/* Responsive design for articles (independent from events) */
@media (max-width: 768px) {
  .articles-page .article-card-inner {
    flex-direction: column;
  }
  
  .articles-page .article-image {
    width: 100%;
    height: 200px;
    flex: 0 0 200px;
  }
  
  .articles-page .article-content {
    width: 100%;
    height: auto;
    max-height: none;
    flex: 1 1 auto;
  }
}

.events-page .event-content-top {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.events-page .event-title {
  margin: 0;
  padding: 0;
}

.events-page .event-title h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #cccff0;
  font-family: 'Inter', sans-serif;
}

.events-page .event-title {
  display: block;
  margin: 0;
  padding: 0;
  color: #B3E0FF; /* Soft blue for date */
  font-weight: 500;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
}

.event-date {
  display: block;
  margin: 0;
  padding: 0;
  color: #ffffff; /* Soft blue for date */
  font-weight: 500;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
}

.events-page .event-title .event-details {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 4px;
}

.events-page .event-title .event-details h3 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: #E0E0E0; /* Light gray for crew and state */
  font-family: 'Inter', sans-serif;
}

.events-page .event-title .event-details a {
  color: #bde5fc;
  text-decoration: none;
  font-weight: 600;
}

/* Artists row on event cards */
.events-page .event-card .event-artists {
  margin-top: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
}
.events-page .event-card .event-artists strong {
  font-weight: 600;
  margin-right: 6px;
  color: #ffffff
}
.events-page .event-card .event-artists a {
  color: #bde5fc;
  text-decoration: none;
  font-weight: 600;
}
.events-page .event-card .event-details .event-artists a:hover {
  color: #B3E0FF;
  text-decoration: none;
}

/* News card typography refinements for readability */
.events-page .event-card .wysiwyg-content p {
  margin: 0 0 12px 0;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #ffffff;
}

.events-page .event-card .wysiwyg-content { margin-top: 8px; }

/* Ensure news card content stacks naturally without forced spacing */
.news-detail-card .card-body {
  display: block;
}

.events-page .event-links {
  display: flex;
  gap: 12px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.events-page .event-title h2 a {
  color: #bde5fc;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.events-page .event-title h2 a:hover {
  color: #ffffff;
  text-decoration: none;
}

.events-page .event-date {
  color: #ffffff;
  font-weight: 500;
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
}

.events-page .event-details {
  margin-bottom: 12px; /* Reduced from 18px */
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 8px; /* Reduced from 12px */
}

.events-page .event-details h3 {
  font-size: 14px; /* Reduced from 16px */
  font-weight: 400;
  margin-bottom: 6px; /* Reduced from 8px */
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Inter', sans-serif;
}

.events-page .event-links {
  display: flex;
  gap: 12px; /* Reduced from 15px */
  margin-top: 15px; /* Reduced from 20px */
}

.events-page .event-links a,
.events-page .event-links span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #FFFFFF; /* Very light off-blue background */
  color: #000000;
  border-radius: 8px; /* Increased from 4px */
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s;
  border: 1px solid #E0F7FF;
  box-shadow: 0px 0px 8px rgba(230, 247, 255, 0.4);
  cursor: pointer;
}

.events-page .event-links a:hover,
.events-page .event-links span:hover {
  background: #E6F7FF;
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8); /* Enhanced white glow on hover */
  transform: none; /* Remove translateY effect */
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.events-page .event-links img {
  width: 20px;
  height: 20px;
  filter: brightness(1.2);
}

@media (max-width: 768px) {
  .events-page .event-card-inner {
    flex-direction: column;
  }
  
  .events-page .event-image,
  .events-page .event-content {
    flex: 0 0 100%;
  }
  
  .events-page .event-image {
    height: 250px;
    border-right: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  }
  
  .events-page .event-title h2 {
    font-size: 28px;
  }
  
  .events-page .event-date {
    font-size: 16px;
  }
  
  .events-page .event-links {
    flex-direction: column;
    gap: 10px;
  }
  
  .events-page .event-links a,
  .events-page .event-links span {
    width: 100%;
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Past Events Page - Dark Theme
--------------------------------------------------------------*/
.past-events-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #000000;
}

.past-events-page .main {
  flex: 1 0 auto;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background-color: #000000;
  z-index: 1;
  position: relative;
}

.past-events-page .section {
  padding: 1px 0;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2;
  position: relative;
}

.past-events-page .page-title h1 {
  color: #ffffff;
}

.past-events-page .events-container {
  /* Width is controlled by Bootstrap .container class - do not override */
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.past-events-page .event-card {
  border: 1px solid #666666;
  background: #1a1a1a;
  border-radius: 8px;
  box-shadow: none;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all 0.3s;
}

.past-events-page .event-card:hover {
  box-shadow: none;
  border-color: #666666;
  transform: none;
}

.past-events-page .event-card-inner {
  display: flex;
  flex-direction: row;
}

.past-events-page .event-image {
  flex: 0 0 50%;
  position: relative;
  overflow: hidden;
  height: 250px;
  border-radius: 0;
}

.past-events-page .event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  top: 0;
  border-radius: 0 !important;
  transition: transform 0.3s;
}

.past-events-page .event-card:hover .event-image img {
  transform: none; /* Remove zoom-in effect on images */
}

.past-events-page .event-content {
  flex: 0 0 50%;
  padding: 20px;
  color: #ffffff;
  background: #1a1a1a;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.past-events-page .event-title h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.3;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
}

.past-events-page .event-title h2 a {
  color: #bde5fc;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.past-events-page .event-title h2 a:hover {
  color: #ffffff;
  text-decoration: none;
}

.past-events-page .event-date {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
}

.past-events-page .event-details {
  margin-bottom: 18px;
  border-top: 1px solid #E0F7FF;
  padding-top: 12px;
}

.past-events-page .event-details h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
}

.past-events-page .section-header h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
}

.past-events-page .section-header p {
  font-size: 16px;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
}

.past-events-page .upcoming-events-link {
  text-align: center;
  margin: 40px 0;
}

.past-events-page .upcoming-events-link a {
  display: inline-block;
  padding: 12px 30px;
  background: #0180c9;
  color: #ffffff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s;
  box-shadow: 0px 0px 8px rgba(0, 144, 227, 0.4);
  border: 1px solid #E0F7FF;
  font-family: 'Inter', sans-serif;
}

.past-events-page .upcoming-events-link a:hover {
  background: #0180c9;
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
}

.past-events-page .breadcrumbs ol {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.past-events-page .breadcrumbs ol li {
  display: inline;
  font-size: 14px;
}

.past-events-page .breadcrumbs ol li + li::before {
  content: "/";
  padding: 0 10px;
  color: #E0F7FF;
}

.past-events-page .breadcrumbs ol li a {
  color: #ffffff;
  transition: color 0.3s ease;
}

.past-events-page .breadcrumbs ol li a:hover {
  color: #bde5fc;
  text-decoration: none;
}

.past-events-page .breadcrumbs ol li:last-child {
  color: #ffffff;
}

@media (max-width: 768px) {
  .past-events-page .event-card-inner {
    flex-direction: column;
  }
  
  .past-events-page .event-image,
  .past-events-page .event-content {
    flex: 0 0 100%;
  }
  
  .past-events-page .event-image {
    height: 250px;
    border-right: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  }
  
  .past-events-page .event-title h2 {
    font-size: 20px;
  }
  
  .past-events-page .event-date {
    font-size: 16px;
  }
  
  .past-events-page .event-details h3 {
    font-size: 14px;
  }
  
  .past-events-page .section-header h2 {
    font-size: 24px;
  }
  
  .past-events-page .section-header p {
    font-size: 14px;
  }
}

/* Fix for potential AOS issues */
.past-events-page [data-aos] {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

/* Event Details Page Button Styles */
.event-details-page .btn-outline-dark {
  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 8px !important;
  box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.4) !important;
  transition: all 0.3s !important;
}

.event-details-page .btn-outline-dark:hover {
  background: #ffffff !important;
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8) !important;
  /* Removed transform to prevent shifting on hover */
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
}

.event-details-page .btn-dark {
  background: #bde5fc !important;
  color: #000000 !important;
  border: 1px solid #bde5fc !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  transition: all 0.3s !important;
  font-weight: 600 !important;
}

.event-details-page .btn-dark:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0px 0px 12px rgba(255, 255, 255, 0.3) !important;
  /* Removed transform to prevent shifting on hover */
  color: #000000 !important;
}

.cover-image {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  height: 500px;
}

/*--------------------------------------------------------------
# Artist Page - Dark Theme
--------------------------------------------------------------*/
body.artist-page {
  background-color: #000000;
}

body.artist-page .main {
  background-color: #000000;
}

body.artist-page .artist-profile {
  background-color: #000000;
}

@media (max-width: 768px) {
  body.artist-page .artist-header {
    padding: 1rem 0;
  }
  
  body.artist-page .artist-logo {
    margin-bottom: 1rem;
  }
  
  body.artist-page .artist-meta {
    gap: 0.25rem;
  }
  
  body.artist-page .social-links {
    gap: 0.5rem;
  }
}

/* Directory Page Styles - Dark Theme */
.directory-page {
    background: #000000;
    color: #ffffff;
}

.directory-page .card {
  background: #1a1a1a;
  border: 1px solid #666666;
  border-radius: 8px;
  box-shadow: none;
  transition: all 0.3s;
  margin-bottom: 2rem;
}

.directory-page .card:hover {
  box-shadow: none;
  border-color: #666666;
  transform: none;
}

.directory-page .card-body {
    padding: 2rem;
}

.directory-page .card h2, 
.directory-page .card h3 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
}

.directory-page .card p {
    color: #e6f2ff;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-family: 'Inter', sans-serif;
}

.directory-page .table {
    margin-bottom: 0;
    color: #ffffff;
    background-color: #1a1a1a;
}

.directory-page .table th {
    font-weight: 700;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    background-color: #1a1a1a;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.directory-page .table td {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    vertical-align: middle;
    background-color: #1a1a1a;
}

.directory-page .table tbody tr {
    background-color: #1a1a1a;
    transition: background-color 0.2s ease;
}

.directory-page .table tbody tr:hover {
    background-color: rgba(189, 229, 252, 0.2);
}

.directory-page .table-hover tbody tr:hover td {
    color: #ffffff;
    background-color: rgba(189, 229, 252, 0.2);
}

.directory-page .text-decoration-none {
    color: #bde5fc;
    transition: all 0.3s ease;
    font-weight: 500;
}

.directory-page .text-decoration-none:hover {
    color: #ffffff;
}

.directory-page .fw-bold {
    color: #ffffff;
}

.directory-page .fw-medium {
    color: #e6f2ff;
}

@media (max-width: 768px) {
    .directory-page .card-body {
        padding: 1.5rem;
    }
    
    .directory-page .card h2, 
    .directory-page .card h3 {
        font-size: 1.5rem;
    }
    
    .directory-page .table-responsive {
        margin: 0 -1.5rem;
    }
}

.music-page .breadcrumb {
    background-color: #1a1a1a;
    padding: 0.5rem 1rem;
    margin: 0.5rem 0;
    border-radius: 0.25rem;
    border: 1px solid #666666;
}

.music-page .breadcrumb ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.music-page .breadcrumb li {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    padding: 0.25rem 0;
}

.music-page .breadcrumb li + li::before {
    content: ">";
    padding: 0 0.5rem;
    color: #6c757d;
}

.music-page .breadcrumb a {
    color: #ffffff;
    text-decoration: none;
    font-family: var(--nav-font);
    font-size: 1.1rem;
    font-weight: 600;
    transition: color 0.3s ease;
}

.music-page .breadcrumb a:hover {
    color: #bde5fc;
    text-decoration: none;
}

.music-page .breadcrumb li:last-child {
    color: #ffffff;
    font-weight: 600;
    font-family: var(--nav-font);
    font-size: 1.1rem;
}

.music-page .container .row {
  margin-top: 0;
}

.events-page .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

.directory-page .table.table-hover tbody tr {
    background-color: #1a1a1a;
    transition: background-color 0.2s ease;
}

.directory-page .table.table-hover tbody tr:hover {
    background-color: rgba(189, 229, 252, 0.2);
}

.directory-page .table.table-hover tbody tr:hover td {
    color: #ffffff;
    background-color: rgba(189, 229, 252, 0.2);
}

.directory-page .table.table-hover tbody tr td:first-child {
    background-color: #1a1a1a;
    transition: background-color 0.2s ease;
}

.directory-page .table.table-hover tbody tr:hover td:first-child {
    background-color: rgba(189, 229, 252, 0.2);
    color: #ffffff;
}

.directory-page .table.table-hover tbody tr td {
    background-color: #1a1a1a;
    transition: background-color 0.2s ease;
}

.directory-page .table.table-hover tbody tr:hover td {
    background-color: rgba(189, 229, 252, 0.2);
    color: #ffffff;
}

/* Also update music card images */
.music-page .cover-art {
  border-radius: 0; /* Square corners */
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.music-page .cover-art img {
  border-radius: 0; /* Square corners */
}

/* Index page slider updates */
.slider .swiper-slide {
  border: 1px solid #666666;
  border-radius: 0;
  box-shadow: 0px 0px 12px rgba(12, 36, 88, 0.4);
  overflow: hidden;
}

/* Update blog entry images on index page */
.index-page .blog-entry .blog-img {
  overflow: hidden;
  border: 1px solid #666666;
  border-radius: 8px;
  box-shadow: none;
  width: 200px;
  height: 112.5px; /* 16:9 ratio - 200 ÷ 16 × 9 = 112.5 */
}

.index-page .blog-entry .blog-img img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Make sure event image corners in the trending list are also square */
.trending-category .trending-post img {
  border-radius: 0;
}

/* Remove all border-radius from content areas */
.slider .content,
.trending-category .post-entry,
.trending-category .trending,
.trending-category .blog-entry,
.trending-category .blog-content {
  border-radius: 0;
}

/* Ensure arrows stay white */
.slider .swiper-button-next,
.slider .swiper-button-prev {
  color: #ffffff !important;
}

/* Fix spacing in news/music section text */
.index-page .blog-content {
  display: flex;
  flex-direction: column;
}

.index-page .blog-content h3 {
  margin-bottom: 6px; /* Reduce space after title */
}

.index-page .blog-content .post-meta {
  margin-bottom: 6px; /* Reduce space after metadata */
  line-height: 1.2;
}

.index-page .blog-content p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4; /* Tighter line spacing */
}

/* Fix spacing for blog content - remove all margins */
.index-page .blog-content.ms-4 {
  margin-left: 1rem !important; /* Reduce left margin */
  display: flex;
  flex-direction: column;
  gap: 4px; /* Small consistent gap between elements */
}

.index-page .blog-content h3 {
  margin: 0;
  padding: 0;
}

.index-page .blog-content .post-meta {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

.index-page .blog-content p {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

/* Fix bootstrap margin classes used inline */
.index-page .blog-entry .post-meta.mb-2 {
  margin-bottom: 0 !important; /* Override bootstrap mb-2 */
}

/* Add even stronger override for H3 bottom margin */
.index-page .blog-entry .blog-content h3 {
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.2 !important;
}

/* Direct targeting for the specific H3 that still has margin */
.index-page .blog-entry .blog-content h3,
.index-page .blog-entry .blog-content h3 a,
.blog-entry .blog-content h3,
.blog-content h3,
h3.blog-title {
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.2 !important;
  display: block !important;
}

/* Target the specific problem element */
.blog-entry .blog-content h3 a[href^="/music/"] {
  margin: 0 !important;
  padding: 0 !important;
}

/* Override Bootstrap's default heading margin */
.blog-entry h3 {
  margin-bottom: 0 !important;
}

/* Breadcrumb styles - Dark theme */
.events-page .breadcrumb {
  background-color: #1a1a1a;
  padding: 0.5rem 1rem;
  margin: 0.5rem 0;
  border-radius: 0.25rem;
  border: 1px solid #666666;
}

.events-page .breadcrumb ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.events-page .breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  padding: 0.25rem 0;
}

.events-page .breadcrumb li + li::before {
  content: ">";
  padding: 0 0.5rem;
  color: #ffffff;
}

.events-page .breadcrumb a {
  color: #ffffff;
  text-decoration: none;
  font-family: var(--nav-font);
  font-size: 1.1rem;
  font-weight: 600;
  transition: color 0.3s ease;
}

.events-page .breadcrumb a:hover {
  color: #bde5fc;
  text-decoration: none;
}

.events-page .breadcrumb li:last-child {
  color: #ffffff;
  font-weight: 600;
  font-family: var(--nav-font);
  font-size: 1.1rem;
}

.breadcrumb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: nowrap;
  margin: 5px 0;
  padding: 5px 0;
  height: 40px;
  background: #1a1a1a;
  border: 1px solid #666666;
  border-radius: 0.25rem;
}

.breadcrumb .breadcrumb-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: nowrap;
}

.breadcrumb .breadcrumb-left {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100%;
  display: flex;
  align-items: center;
}

.breadcrumb .breadcrumb-left ol {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
  height: 100%;
}

.breadcrumb .breadcrumb-left ol li {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 100%;
}

.breadcrumb .breadcrumb-left ol li a {
  color: #ffffff;
  text-decoration: none;
  padding: 5px 0;
  transition: color 0.3s ease;
}

.breadcrumb .breadcrumb-left ol li a:hover {
  color: #bde5fc;
}

.breadcrumb .breadcrumb-right {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 20px;
  flex-shrink: 0;
  height: 100%;
}

.breadcrumb .breadcrumb-right select {
  font-size: 14px;
  padding: 4px 8px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  border-radius: 4px;
  background-color: var(--background-color);
  color: var(--default-color);
  height: 30px;
}

.breadcrumb .breadcrumb-right button {
  font-size: 14px;
  padding: 4px 8px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  border-radius: 4px;
  background-color: var(--background-color);
  color: var(--default-color);
  cursor: pointer;
  height: 30px;
}

@media (max-width: 768px) {
  .breadcrumb {
    height: auto;
  }
  
  .breadcrumb .breadcrumb-container {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .breadcrumb .breadcrumb-right {
    margin-top: 15px;
    margin-left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .breadcrumb .breadcrumb-right select,
  .breadcrumb .breadcrumb-right button {
    width: 100%;
    height: 42px;
    font-size: 16px;
  }

  /* Events list: hide breadcrumb trail on small screens, keep only the filter */
  .events-page:not(.event-details-page) .breadcrumb .breadcrumb-left {
    display: none !important;
  }
  .events-page:not(.event-details-page) .breadcrumb .breadcrumb-right {
    margin-top: 0;
    width: 100%;
  }
  /* Hide Reset button on small screens for events list */
  .events-page:not(.event-details-page) .breadcrumb .breadcrumb-right button {
    display: none !important;
  }
}

.directory-page .container.mt-5 {
  padding-top: 15px;
}

@media (max-width: 468px) {
  .breadcrumb-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .breadcrumb-left {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 5px;
  }

  .breadcrumb-left ol {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .breadcrumb-left ol li {
    display: inline-block;
    margin-right: 8px;
    font-size: 14px;
  }

  .breadcrumb-left ol li + li::before {
    content: ">";
    margin-right: 8px;
    color: var(--default-color);
    font-weight: 500;
    font-family: 'Inter', sans-serif;
  }

  .breadcrumb .breadcrumb-right {
    width: 100%;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .breadcrumb .breadcrumb-right select,
  .breadcrumb .breadcrumb-right button {
    width: 100%;
    height: 44px;
    font-size: 16px;
    min-width: 0;
  }
}

.music-header h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1.75rem;
    color: var(--heading-color);
    margin: 0;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.music-header h2 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.music-header h2 a:hover {
    color: var(--accent-color);
}

@media (max-width: 768px) {
    .music-header h2 {
        font-size: 1.5rem;
    }
}

/* Style for the Latest header in news section - Dark theme */
#news-section > h3 {
  background-color: #1a1a1a;
  color: #ffffff !important;
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  border-bottom: 1px solid #666666;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
}

/* Artist Page Card and Content Styles - Dark Theme */
body.artist-page .card {
    background: #1a1a1a;
    border: 1px solid #666666;
    border-radius: 8px;
    box-shadow: none;
    transition: all 0.3s;
    margin-top: 15px;
    margin-bottom: 2rem;
}

body.artist-page .card .card-body {
    border: none;
    padding: 2rem;
}

body.artist-page .card h2,
body.artist-page .card h3,
body.artist-page .card p {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}

body.artist-page .card h2 {
    font-weight: 700;
}

body.artist-page .card h3 {
    font-weight: 600;
    margin-bottom: 1rem;
}

body.artist-page .card a {
    color: #bde5fc;
    text-decoration: none;
    transition: color 0.3s ease;
}

body.artist-page .card a:hover {
    color: #ffffff;
}

body.artist-page .card .badge {
    background: #2a2a2a;
    color: #ffffff;
    border: 1px solid #666666;
}

body.artist-page .card .btn-outline-light {
    border-color: #666666;
    background: #2a2a2a;
    color: #ffffff;
    transition: all 0.3s ease;
}

body.artist-page .card .btn-outline-light:hover {
    background: #3a3a3a;
    border-color: #bde5fc;
    color: #bde5fc;
}

body.artist-page .list-group-item {
    background: #1a1a1a;
    border-color: rgba(255, 255, 255, 0.1);
}

body.artist-page .list-group-item h5,
body.artist-page .list-group-item p,
body.artist-page .list-group-item small {
    color: #ffffff;
}

body.artist-page .content-section {
    background: #1a1a1a;
    border: 1px solid #666666;
}

body.artist-page .content-section h3 {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

/* Artist Page Table Styles - Dark Theme */
body.artist-page .table {
    color: #ffffff;
    background-color: #2a2a2a;
    margin-bottom: 0;
}

body.artist-page .table th {
    font-weight: 600;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    background-color: #2a2a2a;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding: 0.75rem;
}

body.artist-page .table td {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    vertical-align: middle;
    background-color: #2a2a2a;
    padding: 0.75rem;
}

body.artist-page .table tbody tr {
    background-color: #2a2a2a;
    transition: background-color 0.2s ease;
}

body.artist-page .table tbody tr:hover {
    background-color: rgba(189, 229, 252, 0.2);
}

body.artist-page .table tbody tr:hover td {
    background-color: rgba(189, 229, 252, 0.2);
}

body.artist-page .table a {
    color: #bde5fc;
    text-decoration: none;
    transition: color 0.3s ease;
}

body.artist-page .table a:hover {
    color: #ffffff;
}

/* Artist Page Logo and Image Styles - Dark Theme */
body.artist-page .artist-logo {
    max-width: 300px;
    height: auto;
    border-radius: 8px;
}

body.artist-page .img-fluid {
    border-radius: 8px;
}

/* Promoter Page Dark Theme Styles - Match Artist Page */
body.promoter-page {
    background-color: #000000;
    color: #ffffff;
}

body.promoter-page .main {
    background-color: #000000;
}

body.promoter-page .card {
    background: #1a1a1a;
    border: 1px solid #666666;
    border-radius: 8px;
    box-shadow: none;
    transition: all 0.3s;
    margin-top: 15px;
    margin-bottom: 2rem;
}

body.promoter-page .card .card-body {
    border: none;
    padding: 2rem;
}

body.promoter-page .card h2,
body.promoter-page .card h3,
body.promoter-page .card p {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}

body.promoter-page .card h2 {
    font-weight: 700;
}

body.promoter-page .card h3 {
    font-weight: 600;
    margin-bottom: 1rem;
}

body.promoter-page .card a {
    color: #bde5fc;
    text-decoration: none;
    transition: color 0.3s ease;
}

body.promoter-page .card a:hover {
    color: #ffffff;
}

body.promoter-page .card .btn-outline-light {
    border-color: #666666;
    background: #2a2a2a;
    color: #ffffff;
    transition: all 0.3s ease;
}

body.promoter-page .card .btn-outline-light:hover {
    background: #3a3a3a;
    border-color: #bde5fc;
    color: #bde5fc;
}

body.promoter-page .alert {
    background: #2a2a2a;
    border: 1px solid #666666;
    color: #ffffff;
}

body.promoter-page .text-muted {
    color: #999999 !important;
}

body.promoter-page .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

/* Promoter Page Table Styles - Dark Theme */
body.promoter-page .table {
    color: #ffffff;
    background-color: #2a2a2a;
    margin-bottom: 0;
}

body.promoter-page .table th {
    font-weight: 600;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    background-color: #2a2a2a;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding: 0.75rem;
}

body.promoter-page .table td {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    vertical-align: middle;
    background-color: #2a2a2a;
    padding: 0.75rem;
}

body.promoter-page .table tbody tr {
    background-color: #2a2a2a;
    transition: background-color 0.2s ease;
}

body.promoter-page .table tbody tr:hover {
    background-color: rgba(189, 229, 252, 0.2);
}

body.promoter-page .table tbody tr:hover td {
    background-color: rgba(189, 229, 252, 0.2);
}

body.promoter-page .table a {
    color: #bde5fc;
    text-decoration: none;
    transition: color 0.3s ease;
}

body.promoter-page .table a:hover {
    color: #ffffff;
}

body.promoter-page .artist-link {
    color: #bde5fc;
    text-decoration: none;
    transition: color 0.3s ease;
}

body.promoter-page .artist-link:hover {
    color: #ffffff;
}

/* Promoter Page Logo and Image Styles */
body.promoter-page .img-fluid {
    border-radius: 8px;
}

@media (max-width: 468px) {
  .blog-entry {
    flex-direction: column !important;
    display: flex !important;
  }

  .blog-entry .blog-img {
    width: 100% !important;
    margin-bottom: 15px !important;
    height: 180px !important;
    flex-shrink: 0 !important;
  }

  .blog-entry .blog-content {
    margin-left: 0 !important;
    flex: 1 1 auto !important;
  }

  .blog-entry .blog-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  .index-page .blog-entry .blog-img,
  .index-page .blog-entry .blog-img img {
    width: 100% !important;
    height: 180px !important;
  }

  .trending-category .blog-entry {
    flex-direction: column !important;
  }
}

/* Event Details Page Styles - Dark Theme */
.event-details-page {
    background-color: #000000;
}

.event-details-page .main {
    background-color: #000000;
}

.event-details-page .breadcrumb {
    background-color: #1a1a1a;
    padding: 0.5rem 1rem;
    margin: 0.5rem 0;
    border-radius: 0.25rem;
    border: 1px solid #666666;
}

.event-details-page .breadcrumb ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.event-details-page .breadcrumb li {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    padding: 0.25rem 0;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
}

.event-details-page .breadcrumb li + li::before {
    content: ">";
    padding: 0 0.5rem;
    color: #ffffff;
}

.event-details-page .breadcrumb a {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    transition: color 0.3s ease;
}

.event-details-page .breadcrumb a:hover {
    color: #bde5fc;
    text-decoration: none;
}

.event-details-page .breadcrumb li:last-child {
    color: #ffffff;
    font-weight: 600;
}

.event-details-page .card {
    background: #1a1a1a;
    border: 1px solid #666666;
    border-radius: 8px;
    box-shadow: none;
}

.event-details-page .card-body {
    border: none;
    padding: 2rem;
}

.event-details-page .event-image-container {
    max-width: 1200px;
    width: 100%;
    text-align: center;
}

.event-details-page .event-image-container img {
    border-radius: 8px;
    border: 1px solid #666666;
}

.event-details-page h2 {
    font-family: 'Inter', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.event-details-page .event-meta p {
    font-family: 'Inter', sans-serif;
    font-size: 1.125rem;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.event-details-page .event-meta i {
    color: #bde5fc;
    margin-right: 0.5rem;
}

.event-details-page .event-actions .btn {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

.event-details-page .return-button .btn {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

/* Promoter profile page styles */
.promoter-page .card {
  background: #0180c9;
  border: 2px solid #E0F7FF;
  border-radius: 0;
  box-shadow: 0px 0px 12px rgba(12, 36, 88, 0.4);
}
.promoter-page .card-body {
  padding: 2rem; /* increase inner spacing to match artist page */
}

/* Match artist page top spacing */
.promoter-page .container.mt-5 {
  margin-top: 1rem !important;
}

/* Label profile page styles - Dark Theme (exact copy of artist page) */
body.label-page {
  background-color: #000000;
}

body.label-page .main {
  background-color: #000000;
}

body.label-page .card {
    background: #1a1a1a;
    border: 1px solid #666666;
    border-radius: 8px;
    box-shadow: none;
    transition: all 0.3s;
    margin-top: 15px;
}

body.label-page .card .card-body {
    border: none;
    padding: 2rem;
}

body.label-page .card h2,
body.label-page .card h3,
body.label-page .card p {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}

body.label-page .card h2 {
    font-weight: 700;
}

body.label-page .card h3 {
    font-weight: 600;
    margin-bottom: 1rem;
}

body.label-page .card a {
    color: #bde5fc;
    text-decoration: none;
    transition: color 0.3s ease;
}

body.label-page .card a:hover {
    color: #ffffff;
}

body.label-page .card .badge {
    background: #2a2a2a;
    color: #ffffff;
    border: 1px solid #666666;
}

body.label-page .card .btn-outline-light {
    border-color: #666666;
    background: #2a2a2a;
    color: #ffffff;
    transition: all 0.3s ease;
}

body.label-page .card .btn-outline-light:hover {
    background: #3a3a3a;
    border-color: #bde5fc;
    color: #bde5fc;
}

body.label-page .list-group-item {
    background: #1a1a1a;
    border-color: rgba(255, 255, 255, 0.1);
}

body.label-page .list-group-item h5,
body.label-page .list-group-item p,
body.label-page .list-group-item small {
    color: #ffffff;
}

body.label-page .content-section {
    background: #1a1a1a;
    border: 1px solid #666666;
}

body.label-page .content-section h3 {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

/* Label Page Table Styles - Dark Theme */
body.label-page .table {
    color: #ffffff;
    background-color: #2a2a2a;
    margin-bottom: 0;
}

body.label-page .table th {
    font-weight: 600;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    background-color: #2a2a2a;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding: 0.75rem;
}

body.label-page .table td {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    vertical-align: middle;
    background-color: #2a2a2a;
    padding: 0.75rem;
}

body.label-page .table tbody tr {
    background-color: #2a2a2a;
    transition: background-color 0.2s ease;
}

body.label-page .table tbody tr:hover {
    background-color: rgba(189, 229, 252, 0.2);
}

body.label-page .table tbody tr:hover td {
    background-color: rgba(189, 229, 252, 0.2);
}

body.label-page .table a {
    color: #bde5fc;
    text-decoration: none;
    transition: color 0.3s ease;
}

body.label-page .table a:hover {
    color: #ffffff;
    text-decoration: none;
}

/* Label Page Logo and Image Styles - Dark Theme */
body.label-page .label-logo {
    max-width: 300px;
    height: auto;
    border-radius: 0;
    background: transparent;
}

body.label-page .img-fluid {
    border-radius: 0;
    background: transparent;
}
.promoter-page h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #ffffff;
}
.promoter-page h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: #ffffff;
}
.promoter-page .text-muted { color: #ffffff !important; opacity: 0.85; }
.promoter-page a { color: #bde5fc; }
.promoter-page a:hover { color: #B3E0FF; }

/* Override navigation links to maintain proper header styling */
.promoter-page .navmenu a {
  color: #ffffff !important;
}

.promoter-page .navmenu a:hover,
.promoter-page .navmenu .active,
.promoter-page .navmenu li:hover > a {
  color: #bde5fc !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

/* Promoter tables - light blue background with white text */
.promoter-page .table {
  --bs-table-bg: #0090e3; /* light blue */
  --bs-table-color: #ffffff; /* white text */
  --bs-table-striped-bg: #0aa0ff; /* slightly lighter for striping */
  --bs-table-striped-color: #ffffff;
  --bs-table-hover-bg: #0b8cd6;
  --bs-table-hover-color: #ffffff;
  color: #ffffff;
  background-color: #0090e3;
}
.promoter-page .table thead th {
  color: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,0.25);
}
.promoter-page .table tbody td {
  border-top: 1px solid rgba(255,255,255,0.15);
}
.promoter-page .table a { color: #e5f5ff; text-decoration: none; }
.promoter-page .table a:hover { color: #B3E0FF; text-decoration: none; }

/* Artist tables - light gray background for section distinction - Dark Theme */
.artist-page .table {
  --bs-table-bg: #2a2a2a;
  --bs-table-color: #ffffff;
  --bs-table-striped-bg: #2a2a2a;
  --bs-table-striped-color: #ffffff;
  --bs-table-hover-bg: rgba(189, 229, 252, 0.2);
  --bs-table-hover-color: #ffffff;
  color: #ffffff;
  background-color: #2a2a2a;
}
.artist-page .table thead th {
  color: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,0.25);
}
.artist-page .table tbody td {
  border-top: 1px solid rgba(255,255,255,0.15);
}
.artist-page .table a { color: #bde5fc; text-decoration: none; }
.artist-page .table a:hover { color: #ffffff; text-decoration: none; }

/* Event details: artists row links and font - Dark Theme */
.event-details-page .card .artists-line,
.event-details-page .card .artists-line * {
    font-family: 'Inter', sans-serif;
    color: #ffffff;
}
.event-details-page .card .artists-line a {
    color: #bde5fc;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}
.event-details-page .card .artists-line a:hover {
    color: #ffffff;
    text-decoration: none;
}

