:root {
  --bg-color: #F7F1ED;
  --text-color: #333333;
  --text-muted: #666666;
  --primary-color: #8b5cf6;
  /* Purple accent */
  --primary-hover: #7c3aed;
  --secondary-bg: #ffffff;
  --max-width: 100%;
  /* Full width fluid layout */
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Inter', -apple-system, sans-serif;
}

body {
  background-color: var(--bg-color);
  color: var(--text-color);
  line-height: 1.6;
  overflow-x: hidden;
  padding-bottom: 80px;
  /* Space for the bottom player */
}

.main-wrapper {
  width: 100%;
  position: relative;
  /* Make the box transparent so the background shows through */
  background-color: transparent;
}

.main-wrapper .background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-color: #F7F1ED;
}

.container {
  width: 100%;
  height: 100%;
  padding: 0 50px;
  position: relative;
  z-index: 1;
}

/* --- Header --- */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

/* --- Figma Logo Styles --- */
.logo-box {
  position: relative;
  width: 290px;
  height: 87px;
  max-width: 290px;
  width: 100%;
}

.logo-box .logo-line {
  position: absolute;
  /* Changed from fixed so it stays inside the header */
  top: 0;
  left: 0;
  width: 300px;
  height: 87px;
}

.logo-box .text-wrapper {
  position: absolute;
  top: 69px;
  left: 75px;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 700;
  color: #505050;
  font-size: 14px;
  letter-spacing: 0.42px;
  line-height: normal;
  margin: 0;
}

.logo-box .div {
  position: absolute;
  top: 0;
  left: 69px;
  width: 300px;
  background: radial-gradient(50% 50% at 50% 50%,
      rgba(179, 0, 255, 1) 0%,
      rgba(246, 45, 121, 1) 50%,
      rgba(112, 83, 247, 1) 100%);
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "The Nautigal", Helvetica, sans-serif;
  font-weight: 700;
  color: transparent;
  font-size: 69px;
  letter-spacing: 0;
  line-height: normal;
  margin: 0;
}

.logo-box .logowav {
  position: absolute;
  top: 13px;
  left: 0;
  width: 57px;
  height: 69px;
  aspect-ratio: 0.83;
  object-fit: cover;
  display: block;
}

/* --- Figma Navigation Styles --- */
.nav-box {
  width: auto;
  height: 39px;
}

.nav-box .navbar {
  position: relative;
  width: auto;
  height: 39px;
  display: flex;
  align-items: center;
}

.nav-box .text-wrapper {
  width: auto;
  color: #f62d79;
  margin-top: 9px;
  height: 21px;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.32px;
  line-height: normal;
}

.nav-box .div {
  width: auto;
  margin-left: 50px;
  color: #000000;
  margin-top: 9px;
  height: 21px;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.32px;
  line-height: normal;
}

/* --- Border under Header for all pages --- */
.header {
  border-bottom: 1px solid #dcdcdc; /* Thin gray line */
  padding-bottom: 15px;
}

/* --- Breadcrumbs --- */
.breadcrumbs {
  padding: 15px 0 0;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrumbs a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumbs a:hover {
  color: #f62d79;
}
.breadcrumbs .separator {
  color: #999;
  font-size: 12px;
}
.breadcrumbs .current {
  color: #f62d79;
}
@media (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}

/* About Page Active Link */
.page-about .nav-box .text-wrapper {
  color: #000000;
}
.page-about .nav-box .div {
  color: #f62d79;
}

/* Playlists Page Active Link */
.page-playlists .nav-box .text-wrapper {
  color: #000000;
}
.page-playlists .nav-box .text-wrapper-2 {
  color: #f62d79;
}

/* Blog Page Active Link */
.page-blog .nav-box .text-wrapper {
  color: #000000;
}
.page-blog .nav-box .text-wrapper-3 {
  color: #f62d79;
}

/* Contact Page Active Link */
.page-contact .nav-box .text-wrapper {
  color: #000000;
}
.page-contact .nav-box .text-wrapper-4 {
  color: #f62d79;
}

.nav-box .text-wrapper-2 {
  width: auto;
  margin-left: 50px;
  color: #000000;
  margin-top: 9px;
  height: 21px;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.32px;
  line-height: normal;
}

.nav-box .text-wrapper-3 {
  width: auto;
  margin-left: 50px;
  color: #000000;
  margin-top: 9px;
  height: 21px;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.32px;
  line-height: normal;
}

.nav-box .text-wrapper-4 {
  margin-top: 9px;
  width: auto;
  height: 21px;
  margin-left: 50px;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.32px;
  line-height: normal;
}

.nav-box .search-btn {
  margin-top: 11px;
  width: 20px;
  height: 20px;
  margin-left: 50px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.nav-box .button-top-listen {
  width: 160px;
  height: 39px;
  position: relative;
  margin-left: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  z-index: 1;
}

.nav-box .button-BG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: linear-gradient(90deg,
      rgba(246, 45, 121, 1) 0%,
      rgba(125, 80, 243, 1) 100%);
  z-index: -1;
}

.nav-box .wav-sound {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}

.nav-box .text-wrapper-5 {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: normal;
  display: block;
}

.nav-box .text-wrapper,
.nav-box .div,
.nav-box .text-wrapper-2,
.nav-box .text-wrapper-3,
.nav-box .text-wrapper-4 {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: color 0.2s ease;
}

.nav-box .div:hover,
.nav-box .text-wrapper-2:hover,
.nav-box .text-wrapper-3:hover,
.nav-box .text-wrapper-4:hover {
  color: #f62d79;
}

.nav-box .text-wrapper:focus-visible,
.nav-box .div:focus-visible,
.nav-box .text-wrapper-2:focus-visible,
.nav-box .text-wrapper-3:focus-visible,
.nav-box .text-wrapper-4:focus-visible,
.nav-box .button-top-listen:focus-visible,
.nav-box .fa-search:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}

.nav-box .fa-search {
  display: block;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* --- Middle Section Wrapper --- */
.middle-section {
  display: grid;
  grid-template-columns: 447fr 424fr 410fr;
  align-items: stretch;
  padding: 0;
  gap: 16px;
  margin-top: -50px;
}

/* --- Popular Shows Panel --- */
.popular-shows-panel {
  min-width: 0;
  background: #fcfafa;
  border-radius: 17px;
  padding: 17px 26px 24px 28px;
  height: 468px;
  display: flex;
  flex-direction: column;
}

.popular-shows-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 17px;
  flex: 0 0 auto;
}

.popular-shows-heading {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
}

.popular-shows-icon {
  width: 29px;
  height: 29px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #7b53f6;
  flex: 0 0 auto;
}

.popular-shows-icon i {
  font-size: 24px;
}

.popular-shows-title {
  margin: 0;
  font-family: "Roboto Condensed", Helvetica;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.16px;
  color: #000000;
}

.popular-shows-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #7d50f3;
  font-family: "Roboto Condensed", Helvetica;
  font-size: 15px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 0.44px;
  white-space: nowrap;
  text-decoration: none;
}

.popular-shows-link-text {
  display: inline-block;
}

.popular-shows-link-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.popular-shows-link-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.popular-shows-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
  overflow-y: auto;
  padding-right: 8px;
  /* space for scrollbar */
}

.popular-shows-list::-webkit-scrollbar {
  width: 6px;
}

.popular-shows-list::-webkit-scrollbar-thumb {
  background-color: #d1d1d1;
  border-radius: 4px;
}

.show-card {
  display: flex;
  align-items: center;
  min-height: 100px;
  background-color: #f9f4f1;
  border-radius: 14px;
  padding: 10px 36px 10px 10px;
}

.show-card-image {
  width: 130px;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 12px;
  flex: 0 0 130px;
}

.show-card-content {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 0 0 16px;
  min-width: 0;
}

.show-card-copy {
  min-width: 0;
  line-height: 1.2;
}

.show-card-title {
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 17px;
}

.show-card-host,
.show-card-days {
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #4b4b4b;
  font-size: 13px;
  letter-spacing: -0.39px;
}

.show-card-time {
  font-family: "Roboto-Medium", Helvetica;
  font-weight: 500;
  color: #303030;
  font-size: 13px;
  letter-spacing: 0.26px;
}

.show-card-action {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #7b53f6;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 50%;
  flex: 0 0 auto;
}

.show-card-action svg {
  width: 44px;
  height: 44px;
  display: block;
  fill: none;
  stroke: currentColor;
}

.show-card-action circle {
  stroke-width: 2.5;
}

.show-card-action path {
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.show-card-action:focus-visible,
.popular-shows-link:focus-visible {
  outline: 2px solid #7b53f6;
  outline-offset: 4px;
  border-radius: 8px;
}

@media (max-width: 767px) {

  .middle-section,
  .bottom-section {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .popular-shows-panel {
    min-width: 100%;
    height: auto;
  }

  .popular-shows-list {
    overflow: visible;
  }
}

/* --- Buttons --- */
.btn {
  padding: 10px 24px;
  border-radius: 30px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-primary {
  background: linear-gradient(135deg, #a855f7, #7c3aed);
  color: white;
}

.btn-primary:hover {
  box-shadow: 0 0 15px rgba(124, 58, 237, 0.5);
  transform: translateY(-2px);
}

.btn-secondary {
  background: transparent;
  color: white;
  border: 2px solid var(--primary-color);
}

.btn-secondary:hover {
  background: rgba(124, 58, 237, 0.1);
  transform: translateY(-2px);
}

.btn-large {
  padding: 15px 35px;
  font-size: 16px;
}

/* --- Hero Section --- */
.hero {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 880px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-bottom: 45px;
}

/* --- Figma Hero Title Styles --- */
.label {
  position: relative;
  width: 920px;
  /* margin-bottom controls the distance between LIVE LOUD and FEEL FREE */
  margin-bottom: 20px;
}

.label .text-wrapper {
  width: 100%;
  font-family: "Anton", Helvetica, sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 225px;
  letter-spacing: 7.56px;
  line-height: normal;
  margin: 0;
}

.label-feel-free {
  position: relative;
  width: 860px;
  /* Управление расстоянием между "Live Loud" и "Feel Free". 
     Здесь можно менять пиксели, чтобы увеличить или уменьшить отступ */
  margin-top: -80px;
  margin-bottom: 10px;
}

@media (min-width: 2000px) {
  .label-feel-free {
    margin-top: -110px;
  }
}

.label-feel-free .text-wrapper {
  width: 100%;
  background: linear-gradient(90deg,
      rgba(243, 39, 103, 1) 0%,
      rgba(0, 0, 0, 1) 100%);
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Grape Nuts", Helvetica, sans-serif;
  font-weight: 400;
  color: transparent;
  font-size: 178px;
  letter-spacing: 5.52px;
  line-height: normal;
  white-space: nowrap;
  margin: 0;
}

.header-text {
  width: 100%;
  min-width: 334px;
  min-height: 76px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 100%;
  margin-bottom: 20px;
  margin-top: 40px;
}

@media (min-width: 2560px) {
  .header-text {
    margin-top: 140px;
  }
}

.header-text .text-wrapper {
  width: 435px;
  height: 38px;
  background: linear-gradient(90deg,
      rgba(236, 39, 107, 1) 0%,
      rgba(87, 68, 250, 1) 100%);
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 700;
  color: transparent;
  font-size: 31px;
  letter-spacing: 0.21px;
  line-height: normal;
  margin: 0;
  display: block;
}

.header-text .the-best-music-live {
  width: 505px;
  height: 55px;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 22.5px;
  letter-spacing: 0.17px;
  line-height: normal;
  margin: 0;
  max-width: 100%;
}

/* --- Figma Radio Player Styles --- */
.box {
  position: relative;
  width: 505px;
  height: 205px;
  transform: scale(1.2);
  transform-origin: left center;
  padding-top: 10px;
}

.box .radio-player {
  width: 465px;
  height: 205px;
  border-radius: 17px;
  background-color: #fcfafa;
  border: 0.5px solid #e1e1e1;
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 16px;
  box-sizing: border-box;
}

.box .rp-col-1 {
  flex-shrink: 0;
  display: flex;
}

.box .rp-col-2 {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
}

.box .good-vibes-only {
  width: 180px;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

.box .rp-header {
  margin: 0;
}

.box .rp-header-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.box .on-air {
  background-color: #f62d79;
  border-radius: 4px;
  padding: 2px 6px;
  display: inline-flex;
}

.box .text-wrapper-3 {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 700;
  color: #fdfbf9;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}

.box .text-wrapper-2 {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 11px;
  letter-spacing: 0.11px;
  margin: 0;
}

.box .text-wrapper {
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 17px;
  margin: 0;
}

.box .div {
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 12px;
  margin: 0;
}

.box .music-wav-lines {
  width: 100%;
  max-width: 130px;
  height: 45px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5px;
  overflow: hidden;
}

#playlist-visualizer {
  width: 100%;
  max-width: 100%;
  height: 90px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5px;
  overflow: hidden;
}

.box .music-wav-lines .bar, #playlist-visualizer .bar {
  flex: none;
  width: 1.5px;
  background: linear-gradient(180deg, #ec276b 0%, #5744fa 100%);
  border-radius: 2px;
  height: 4px;
  /* default state */
  transition: height 0.05s ease;
}


.box .rp-controls {
  display: flex;
  align-items: center;
}

.box .music-player {
  width: 129px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 15px;
}

.box .music-player .left-play,
.box .music-player .right-play,
.box .music-player .play-pause-btn {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.box .music-player .left-play,
.box .music-player .right-play {
  font-size: 16px;
  color: #000000;
}

.box .music-player .play-pause-btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(236, 39, 107, 1) 0%, rgba(125, 80, 243, 1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
}

.box .sound {
  width: 100px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.box .voice-hear {
  font-size: 16px;
  color: #7b4dff;
}

.box .volume-control-wrapper {
  position: relative;
  width: 60px;
  height: 35px;
  display: flex;
  align-items: center;
}

.box .volume-track {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #d8d8d8;
  border-radius: 2px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.box .volume-fill {
  height: 100%;
  background: linear-gradient(90deg, #f62d79 0%, #8b5cf6 100%);
  border-radius: 2px;
}

.box .sound-slider-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.box .sound-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

@media (max-width: 540px) {
  .box {
    width: 100%;
    height: auto;
    min-height: 164px;
  }

  .box .radio-player {
    position: relative;
    top: auto;
    left: auto;
    width: 428px;
    max-width: calc(100vw - 24px);
    margin: 24px auto;
  }

  .box .radio-player-BG {
    width: 100%;
  }
}

.hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 700px;
  z-index: -1;
  overflow: hidden;
}

.glow-circle {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.2) 0%, rgba(15, 15, 19, 0) 70%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: pulse 4s infinite alternate ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.6;
  }

  100% {
    transform: scale(1.1);
    opacity: 1;
  }
}

.image {
  position: relative;
  width: 100%;
  height: auto;
}

.image .slide {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* --- Bottom Player --- */
.bottom-player {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(31, 31, 38, 0.85);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 15px 0;
  z-index: 100;
}

.player-container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.track-info {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 30%;
}

.track-art {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #a855f7, #7c3aed);
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.track-details {
  display: flex;
  flex-direction: column;
}

.track-name {
  font-weight: 600;
  font-size: 14px;
}

.track-artist {
  font-size: 12px;
  color: var(--text-muted);
}

.player-controls {
  display: flex;
  align-items: center;
  gap: 25px;
  width: 40%;
  justify-content: center;
}

.control-btn {
  background: none;
  border: none;
  color: var(--text-color);
  font-size: 20px;
  cursor: pointer;
  transition: color 0.3s;
}

.control-btn:hover {
  color: var(--primary-color);
}

.play-btn {
  width: 45px;
  height: 45px;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding-left: 3px;
  /* visual center for play icon */
  transition: all 0.3s;
}

.play-btn:hover {
  color: white;
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(139, 92, 246, 0.6);
}

.volume-control {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 30%;
  justify-content: flex-end;
}

.volume-slider {
  width: 100px;
  accent-color: var(--primary-color);
  cursor: pointer;
}

/* --- Slide Bottom Box (Features) --- */
.slide-bottom-box {
  width: 100%;
  min-height: 105px;
  position: relative;
  margin-top: 0;
  display: flex;
  align-items: center;
  z-index: 5;
}

.slide-bottom-box.about-page-features {
  margin-top: 40px;
  margin-bottom: 0;
}

.slide-bottom-box .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 104px;
  display: flex;
  background-color: #fcfafa;
  border-radius: 17px;
  border: 0.5px solid;
  border-color: #e1e1e1;
  z-index: 0;
}

.slide-bottom-box .feature-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.slide-bottom-box .vertdivider {
  display: none;
}

.slide-bottom-box .img {
  display: none;
}

.slide-bottom-box .vertdivider-2 {
  display: none;
}

.slide-bottom-box .element-box,
.slide-bottom-box .element-rd-box,
.slide-bottom-box .element-nd-box,
.slide-bottom-box .element-st-box {
  position: relative;
  top: auto;
  left: auto;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 23px 20px;
  height: 104px;
  z-index: 1;
  width: auto;
}

.slide-bottom-box .element-rd-box::after,
.slide-bottom-box .element-nd-box::after,
.slide-bottom-box .element-st-box::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background-color: #e1e1e1;
}

.slide-bottom-box .text-wrapper {
  position: relative;
  top: auto;
  left: auto;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.16px;
  line-height: normal;
  margin: 0;
}

.slide-bottom-box .real-people-real {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 13px;
  letter-spacing: 0.39px;
  line-height: 16px;
  margin: 0;
}

.slide-bottom-box .podcast-icon {
  position: relative;
  top: auto;
  left: auto;
  width: 52px;
  min-width: 52px;
  height: 52px;
  display: flex;
  background-color: #b200fe;
  border-radius: 26px;
  align-items: center;
  justify-content: center;
}

.slide-bottom-box .img-2 {
  flex: 1;
  width: 25.2px;
  display: block;
  height: 25px;
}

.slide-bottom-box .element-rd-box {
  /* handled by combined rule above */
}

.slide-bottom-box .div {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 13px;
  letter-spacing: 0.39px;
  line-height: 16px;
  margin: 0;
}

.slide-bottom-box .h-phone-icon {
  position: relative;
  top: auto;
  left: auto;
  width: 52px;
  min-width: 52px;
  height: 52px;
  display: flex;
  background-color: #5744fa;
  border-radius: 26px;
  align-items: center;
  justify-content: center;
}

.slide-bottom-box .element-nd-box {
  /* handled by combined rule above */
}

.slide-bottom-box .the-best-host-and {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 13px;
  letter-spacing: 0.39px;
  line-height: 16px;
  margin: 0;
}

.slide-bottom-box .curate-icon {
  position: relative;
  top: auto;
  left: auto;
  width: 52px;
  min-width: 52px;
  height: 52px;
  display: flex;
  background-color: #7d50f3;
  border-radius: 26px;
  align-items: center;
  justify-content: center;
}

.slide-bottom-box .element-st-box {
  /* handled by combined rule above */
}

.slide-bottom-box .wav-icon {
  position: relative;
  top: auto;
  left: auto;
  width: 52px;
  min-width: 52px;
  height: 52px;
  display: flex;
  background-color: #f62d79;
  border-radius: 26px;
  align-items: center;
  justify-content: center;
}

.slide-bottom-box .wav-lines {
  flex: 1;
  width: 31px;
  display: block;
  height: 25px;
}

/* --- Live Radio Schedule --- */
.schedule-panel {
  background-color: #fcfafa;
  border-radius: 17px;
  overflow: hidden;
  min-width: 0;
  height: 468px;
  position: relative;
}

.schedule-panel .second-box {
  position: absolute;
  top: 305px;
  left: 26px;
  right: 26px;
  height: 138px;
}

.schedule-panel .BG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 138px;
  background-color: #faf4f1;
  border-radius: 14px;
}

.schedule-panel .vector {
  font-size: 40px;
  color: #7d50f3;
}

.schedule-panel .second-box-text {
  position: absolute;
  top: 60px;
  left: 20px;
  line-height: 1.2;
}

.schedule-panel .text-wrapper {
  font-family: "Roboto-Medium", Helvetica;
  font-weight: 500;
  color: #303030;
  letter-spacing: 0.26px;
  font-size: 13px;
  white-space: nowrap;
}

.schedule-panel .div {
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #4b4b4b;
  font-size: 13px;
  letter-spacing: -0.39px;
  white-space: nowrap;
}

.schedule-panel .text-wrapper-2 {
  font-family: "Roboto Condensed", Helvetica;
  font-weight: 700;
  color: #464646;
  font-size: 18px;
}

.schedule-panel .text-wrapper-3 {
  position: absolute;
  top: 19px;
  left: 20px;
  font-family: "Roboto Condensed", Helvetica;
  font-weight: 700;
  color: #f62d79;
  font-size: 20px;
  letter-spacing: 0.39px;
  line-height: normal;
  margin: 0;
}

.schedule-panel .first-box {
  position: absolute;
  top: 63px;
  left: 26px;
  right: 26px;
  height: 220px;
  display: flex;
  background-color: #f9f4f1;
  border-radius: 14px;
  overflow: hidden;
}

.schedule-panel .rectangle {
  display: none;
}

.schedule-panel .img {
  width: 250px;
  height: 220px;
  object-fit: cover;
  flex-shrink: 0;
}

@media (min-width: 2000px) {
  .schedule-panel .img {
    width: auto;
  }
}

.schedule-panel .first-box-content {
  flex: 1;
  padding: 30px 38px;
  display: flex;
  flex-direction: column;
}

.schedule-panel .listen-button {
  margin-top: 15px;
  min-width: 160px;
  padding: 0 20px;
  height: 35px;
  border: 1px solid #7d50f3;
  border-radius: 100px;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 8px;
  transition: background-color 0.2s ease;
}

.schedule-panel .listen-button:focus-visible {
  outline: 2px solid #7d50f3;
  outline-offset: 4px;
}

.schedule-panel .rectangle-2 {
  display: none;
}

.schedule-panel .listen-button:hover {
  background-color: #7d50f3;
}

.schedule-panel .text-wrapper-4 {
  font-family: "Roboto Condensed", Helvetica;
  font-weight: 700;
  color: #7d50f3;
  font-size: 12px;
  letter-spacing: 0.48px;
  line-height: normal;
  transition: color 0.2s ease;
}

.schedule-panel .listen-button:hover .text-wrapper-4 {
  color: #ffffff;
}

.schedule-panel .vector-2 {
  color: #7d50f3;
  font-size: 13px;
  transition: color 0.2s ease;
}

.schedule-panel .listen-button:hover .vector-2 {
  color: #ffffff;
}

.schedule-panel .row {
  height: 20px;
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: auto;
}

.schedule-panel .text-wrapper-5 {
  height: 15px;
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  line-height: normal;
  margin: 0;
}

.schedule-panel .live {
  width: 46px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
}

.schedule-panel .rectangle-3 {
  left: 2px;
  width: 50px;
  height: 23px;
  background-color: #f62d79;
  border-radius: 4px;
  position: absolute;
  top: 0;
}

.schedule-panel .text-wrapper-6 {
  position: absolute;
  top: 3px;
  left: 18px;
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.36px;
  line-height: normal;
  white-space: nowrap;
}

.schedule-panel .vector-3 {
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  left: 9px;
  font-size: 3px;
  color: #ffffff;
}

.schedule-panel .with-alex-mia {
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #4b4b4b;
  font-size: 16px;
  line-height: normal;
  white-space: nowrap;
  margin: 5px 0 0 0;
}

.schedule-panel .text-wrapper-7 {
  font-family: "Roboto Condensed", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 22px;
  line-height: normal;
  margin: 8px 0 0 0;
}

.schedule-panel .text-wrapper-8 {
  font-family: "Roboto Condensed", Helvetica;
  font-weight: 700;
  color: #f62d79;
  font-size: 20px;
  letter-spacing: 0.52px;
  line-height: normal;
  margin: 0;
}

.schedule-panel .view-schedule {
  position: absolute;
  top: 24px;
  right: 26px;
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  white-space: nowrap;
}

.schedule-panel .view-schedule:focus-visible {
  outline: 2px solid #7d50f3;
  outline-offset: 4px;
  border-radius: 4px;
}

.schedule-panel .text-wrapper-9 {
  font-family: "Roboto Condensed", Helvetica;
  font-weight: 700;
  color: #7d50f3;
  font-size: 15px;
  letter-spacing: 0.44px;
  line-height: normal;
  margin: 0;
}

.schedule-panel .vector-4 {
  font-size: 14px;
  color: #7d50f3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.schedule-panel .title {
  position: absolute;
  top: 17px;
  left: 28px;
  width: auto;
  height: 29px;
  display: flex;
  gap: 6px;
  align-items: center;
}

.schedule-panel .signal-stream-light {
  width: 29px;
  height: 29px;
  display: flex;
}

.schedule-panel .vector-5 {
  font-size: 24px;
  color: #f62d79;
  display: flex;
  align-items: center;
  justify-content: center;
}

.schedule-panel .text-wrapper-10 {
  margin-top: 3px;
  width: auto;
  height: 21px;
  font-family: "Roboto Condensed", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 20px;
  letter-spacing: 0.16px;
  line-height: normal;
  margin: 0;
  white-space: nowrap;
}

.schedule-panel .vector-button {
  position: absolute;
  width: 17.08%;
  top: calc(50% - 22px);
  left: 82.92%;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.schedule-panel .vector-button:focus-visible {
  outline: 2px solid #7d50f3;
  outline-offset: 4px;
  border-radius: 50%;
}

@media (max-width: 447px) {
  .schedule-panel {
    min-width: 0;
  }
}

/* --- Podcasts Card Panel --- */
.podcasts-card {
  min-width: 0;
  background: #fcfafa;
  border-radius: 17px;
  padding: 17px 26px 24px 28px;
  height: 468px;
  display: flex;
  flex-direction: column;
}

.podcasts-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 17px;
  flex: 0 0 auto;
}

.podcasts-title-group {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
}

.podcasts-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  color: #7b53f6;
  flex: 0 0 auto;
}

.podcasts-icon i {
  font-size: 24px;
}

.podcasts-heading {
  margin: 0;
  font-family: "Roboto Condensed", Helvetica;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.16px;
  color: #000000;
}

.podcasts-view-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #7d50f3;
  font-family: "Roboto Condensed", Helvetica;
  font-size: 15px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 0.44px;
  white-space: nowrap;
  text-decoration: none;
}

.podcasts-view-all-icon {
  display: inline-flex;
  width: 12px;
  height: 12px;
}

.podcasts-view-all-icon svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
}

.podcasts-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
  overflow-y: auto;
  padding-right: 8px;
  /* For scrollbar */
}

.podcasts-list::-webkit-scrollbar {
  width: 6px;
}

.podcasts-list::-webkit-scrollbar-thumb {
  background-color: #d1d1d1;
  border-radius: 4px;
}

.podcast-item {
  width: 100%;
}

.podcast-card {
  display: flex;
  align-items: center;
  min-height: 70px;
  background-color: #f9f4f1;
  border-radius: 14px;
  padding: 10px 36px 10px 10px;
}

.podcast-image {
  width: 70px;
  height: 70px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  flex: 0 0 70px;
  display: block;
}

.podcast-content {
  flex: 1 1 auto;
  min-width: 0;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
}

.podcast-copy {
  min-width: 0;
  line-height: 1.2;
}

.podcast-title {
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 17px;
}

.podcast-duration {
  font-family: "Roboto-Regular", Helvetica;
  font-weight: 400;
  color: #4b4b4b;
  font-size: 13px;
  letter-spacing: -0.39px;
}

.podcast-play-button {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f62d79;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 50%;
  flex: 0 0 auto;
}

.podcast-play-button svg {
  width: 44px;
  height: 44px;
  display: block;
  fill: none;
  stroke: currentColor;
}

.podcast-play-button circle {
  stroke-width: 2.5;
}

.podcast-play-button path {
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.podcast-play-button:focus-visible {
  outline: 2px solid #f62d79;
  outline-offset: 4px;
  border-radius: 8px;
}

@media (max-width: 640px) {
  .podcasts-card {
    padding: 24px 18px;
    height: auto;
  }

  .podcasts-list {
    overflow: visible;
  }

  .podcasts-header {
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .podcasts-title-group {
    gap: 16px;
  }

  .podcasts-heading {
    font-size: 20px;
  }

  .podcasts-view-all {
    font-size: 16px;
  }

  .podcast-card {
    gap: 16px;
    padding-right: 16px;
    min-height: 104px;
  }

  .podcast-image {
    width: 96px;
    height: 104px;
  }

  .podcast-title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .podcast-meta {
    gap: 10px;
    font-size: 16px;
    flex-wrap: wrap;
  }

  .podcast-play-button,
  .podcast-play-button .podcast-play-icon,
  .podcast-play-button .podcast-play-icon svg {
    width: 54px;
    height: 54px;
  }

  .podcast-play-button .podcast-play-icon::after {
    inset: 16px 14px 16px 20px;
  }
}

/* Custom Responsive Scaling */
@media (max-width: 2200px) {
  .label .text-wrapper {
    font-size: 157px;
    width: auto;
  }

  .label-feel-free .text-wrapper {
    font-size: 125px;
    width: auto;
  }
}

@media (max-width: 2000px) {
  .label-feel-free {
    margin-top: -80px;
  }
}

/* --- Bottom Section Wrapper --- */
.bottom-section {
  display: grid;
  grid-template-columns: 447fr 424fr 410fr;
  align-items: stretch;
  padding: 0;
  gap: 16px;
  margin-top: 16px;
}

/* --- Weekly Schedule Box (Fluid) --- */
.schedule-frame {
  background-color: #fcfafa;
  border-radius: 17px;
  overflow: hidden;
  min-width: 0;
  min-height: 492px;
  display: flex;
  flex-direction: column;
  padding: 22px 26px 26px 26px;
  box-sizing: border-box;
}

.schedule-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.schedule-header .title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.schedule-header .title .schedule-icon i {
  font-size: 24px;
  color: #f62d79;
}

.schedule-header .title h1 {
  font-family: "Roboto Condensed", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 20px;
  letter-spacing: 0.16px;
  line-height: normal;
  margin: 0;
}

.schedule-header .view-full-scheduled {
  font-family: "Roboto Condensed", Helvetica;
  font-weight: 700;
  color: #7d50f3;
  font-size: 15px;
  letter-spacing: 0.44px;
  line-height: normal;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 6px;
}

.schedule-header .view-full-scheduled:focus-visible {
  outline: 2px solid #7d50f3;
  outline-offset: 3px;
  border-radius: 4px;
}

.schedule-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.schedule-row {
  display: flex;
  align-items: center;
  background-color: rgba(250, 244, 241, 0.6);
  border-radius: 8px;
  height: 38px;
  position: relative;
  cursor: pointer;
}

.schedule-row .day-box {
  background: linear-gradient(90deg, rgba(246, 45, 121, 1) 0%, rgba(125, 80, 243, 1) 100%);
  border-radius: 8px 0 0 8px;
  width: 51px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto Condensed-Bold", Helvetica, sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.64px;
  flex-shrink: 0;
}

.schedule-row .show-name,
.schedule-row .show-host,
.schedule-row .show-time {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
  margin: 0;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-out;
}

.schedule-row .show-name {
  font-weight: 500;
  width: 35%;
  padding-left: 14px;
}

.schedule-row .show-host {
  font-weight: 500;
  width: 35%;
}

.schedule-row .show-time {
  font-weight: 500;
  width: 30%;
  justify-content: flex-end;
  padding-right: 14px;
}

.schedule-row:hover .show-name,
.schedule-row:hover .show-host,
.schedule-row:hover .show-time {
  font-family: "Roboto Condensed-Bold", Helvetica, sans-serif;
  font-weight: 700;
}

.schedule-frame .learn-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 35px;
  border-radius: 100px;
  border: 1px solid #7d50f3;
  text-decoration: none;
  margin-top: auto;
  transition: all 0.2s ease;
}

.schedule-frame .learn-more-btn:hover {
  background-color: #7d50f3;
}

.schedule-frame .learn-more-btn span {
  font-family: "Roboto Condensed-Bold", Helvetica, sans-serif;
  font-weight: 700;
  color: #7d50f3;
  font-size: 12px;
  letter-spacing: 0.48px;
  transition: color 0.2s ease;
}

.schedule-frame .learn-more-btn:hover span {
  color: #ffffff;
}

.schedule-frame .learn-more-btn:focus-visible {
  outline: 2px solid #7d50f3;
  outline-offset: 3px;
}

/* --- Hosts and About Column (Fluid) --- */
.hosts-about-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.meet-host {
  background-color: #fcfafa;
  border-radius: 17px;
  display: flex;
  flex-direction: column;
  padding: 20px 24px;
  box-sizing: border-box;
  flex: 1;
}

.meet-host-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
}

.meet-host-header .title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.meet-host-header .title .hosts-icon i {
  font-size: 24px;
  color: #f62d79;
}

.meet-host-header .title h1 {
  font-family: "Roboto Condensed", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 20px;
  letter-spacing: 0.16px;
  line-height: normal;
  margin: 0;
}

.meet-host-header .view-all {
  font-family: "Roboto Condensed", Helvetica;
  font-weight: 700;
  color: #7d50f3;
  font-size: 15px;
  letter-spacing: 0.44px;
  line-height: normal;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 6px;
}

.meet-host-header .view-all:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 3px;
  border-radius: 4px;
}

.pagination {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.hosts-list {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.host-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}

.host-card img.img,
.host-card img.ellipse {
  width: 102px;
  height: 102px;
  object-fit: cover;
  border-radius: 100px;
}

.host-info {
  margin: 12px 0;
  font-family: "Roboto Condensed-Bold", Helvetica, sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 16px;
  line-height: 1.2;
}

.host-info .span {
  font-family: "Roboto Condensed-Regular", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

.host-socials {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: auto 0 0 0;
  padding: 0;
  list-style: none;
}

.host-socials .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 18px;
  transition: opacity 0.2s ease;
}

.host-socials .social-icon i {
  color: #ffffff !important;
  z-index: 2;
  position: relative;
}

.host-socials .social-icon:hover {
  opacity: 0.8;
}

.host-socials .social-icon.facebook {
  background-color: #1877f2;
}

.host-socials .social-icon.twitter {
  background-color: #000000;
}

.host-socials .social-icon.messenger {
  background-color: #6236FF;
}

.about-beatwave {
  background-color: #fcfafa;
  border-radius: 17px;
  display: flex;
  flex-direction: column;
  padding: 22px 24px;
  box-sizing: border-box;
}

.about-beatwave .text-wrapper-3 {
  font-family: "Roboto Condensed-Bold", Helvetica, sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.16px;
  margin: 0 0 12px 0;
}

.about-beatwave .beatwave-is-where {
  font-family: "Roboto Condensed-Regular", Helvetica, sans-serif;
  font-weight: 300;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.16px;
  line-height: 1.4;
  margin: 0 0 20px 0;
}

.about-beatwave .learn-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 35px;
  border-radius: 100px;
  border: 1px solid #7d50f3;
  text-decoration: none;
  margin-top: auto;
  transition: all 0.2s ease;
}

.about-beatwave .learn-more-btn:hover {
  background-color: #7d50f3;
}

.about-beatwave .learn-more-btn span {
  font-family: "Roboto Condensed-Bold", Helvetica, sans-serif;
  font-weight: 700;
  color: #7d50f3;
  font-size: 12px;
  letter-spacing: 0.48px;
  transition: color 0.2s ease;
}

.about-beatwave .learn-more-btn:hover span {
  color: #ffffff;
}

.about-beatwave .learn-more-btn:focus-visible {
  outline: 2px solid #4a90e2;
  outline-offset: 3px;
}

/* --- Community & Subscribe Column (Fluid) --- */
.community-subscribe-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.join-community {
  background-color: #fcfafa;
  border-radius: 17px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  box-sizing: border-box;
}

.join-community .community-title {
  font-family: "Roboto Condensed", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 20px;
  letter-spacing: 0.16px;
  line-height: normal;
  margin: 0 0 14px 0;
}

.join-community .community-desc {
  font-family: "Roboto Condensed-Bold", Helvetica, sans-serif;
  font-weight: 300;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.18px;
  margin: 0 0 23px 0;
}

.join-community .community-socials {
  list-style: none;
  padding: 0;
  margin: auto 0 0 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 305px;
}

.join-community .community-socials .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 24px;
  transition: opacity 0.2s ease;
}

.join-community .community-socials .social-icon i {
  color: #ffffff !important;
  z-index: 2;
  position: relative;
}

.join-community .community-socials .social-icon:hover {
  opacity: 0.8;
}

.join-community .community-socials .social-icon.instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.join-community .community-socials .social-icon.facebook {
  background-color: #1877f2;
}

.join-community .community-socials .social-icon.twitter {
  background-color: #000000;
}

.join-community .community-socials .social-icon.youtube {
  background-color: #f62d79;
}

.join-community .community-socials .social-icon.tiktok {
  background-color: #000000;
}

.subscribe-box {
  position: relative;
  border-radius: 17px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 278px;
}

.subscribe-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.subscribe-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 24px;
  box-sizing: border-box;
  height: 100%;
}

.subscribe-box .subscribe-title {
  font-family: "Roboto Condensed-Bold", Helvetica, sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 26px;
  letter-spacing: 0.26px;
  margin: auto 0 16px 0;
}

.subscribe-box .subscribe-desc {
  font-family: "Roboto Condensed-Regular", Helvetica, sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.18px;
  line-height: 1.3;
  margin: 0 0 10px 0;
}

.subscribe-form {
  position: relative;
  display: flex;
  width: 100%;
  height: 46px;
}

.subscribe-input {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 100px;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  padding: 0 225px 0 24px;
  font-family: "Roboto Condensed-Regular", Helvetica, sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.18px;
  box-sizing: border-box;
}

.subscribe-input::placeholder {
  color: #666666;
  opacity: 1;
}

.subscribe-input:focus {
  outline: 2px solid #f62d79;
  outline-offset: 2px;
}

.subscribe-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 215px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f62d79;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  padding: 0;
}

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

.subscribe-btn:active {
  filter: brightness(0.95);
}

.subscribe-btn span {
  font-family: "Roboto Condensed-Regular", Helvetica, sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.18px;
  pointer-events: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* --- Footer Styles --- */
.site-footer {
  width: 100%;
  padding: 50px 50px 30px;
  background-color: var(--bg-color);
  position: relative;
  z-index: 1;
}

.page-about .footer-content,
.page-blog .footer-content,
.page-contact .footer-content,
.page-playlists .footer-content {
}

.page-about .site-footer,
.page-blog .site-footer,
.page-contact .site-footer,
.page-playlists .site-footer {
  padding-top: 40px;
}



.footer-content {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  border-top: 1px solid #dcdcdc;
  padding-top: 40px;
}

.footer-brand {
  flex: 1 1 250px;
}

.footer-logo-box {
  margin-bottom: 20px;
}

.footer-socials {
  margin-top: 25px;
}

.footer-nav-col {
  flex: 1 1 120px;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
}

.footer-nav-col h3 {
  font-weight: 700;
  font-size: 16.5px;
  color: #000;
  letter-spacing: 0.17px;
  margin-bottom: 15px;
}

.footer-nav-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-nav-col ul li {
  font-weight: 400;
  font-size: 16.5px;
  color: #000;
  letter-spacing: 0.17px;
}

.footer-nav-col a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease, padding-left 0.3s ease;
  display: inline-block;
}

.footer-nav-col a:hover {
  color: #b300ff;
  padding-left: 5px;
}

.contact-col span {
  color: #000;
}

.footer-bottom {
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 30px;
  gap: 20px;
}

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

.social-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.social-icon:hover {
  transform: translateY(-5px);
  filter: brightness(1.2);
}

.social-icon.insta {
  background: linear-gradient(90deg, #f62d79 0%, #7d50f3 100%);
}

.social-icon.facebook {
  background-color: #355af0;
}

.social-icon.x-twitter {
  background-color: #000000;
}

.social-icon.tiktok {
  background-color: #000000;
}

.social-icon.youtube {
  background-color: #f62d79;
}

.wav-lines-col {
  display: flex;
  align-items: center;
  width: 100%;
}

.wav-lines-col img {
  opacity: 0.6;
  width: 100%;
  height: auto;
  transform: scaleY(3);
}

.copyright-text {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-size: 14px;
  color: #666;
}

@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .wav-lines-col {
    display: none;
  }
}

/* --- Long Bottom Radio --- */
.long-bottom-radio {
  position: relative;
  background-color: #23194f;
  border-radius: 20px;
  width: calc(100% - 100px);
  margin: 0 auto 30px;
  min-height: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}

.long-bottom-radio .rectangle {
  width: 78px;
  height: 80px;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.long-bottom-radio .good-vibes-only-the {
  width: 144px;
  height: 51px;
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 18.5px;
  line-height: 16px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.long-bottom-radio .text-wrapper {
  font-weight: 700;
  letter-spacing: 0.03px;
}

.long-bottom-radio .span {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 15px;
  letter-spacing: 0.09px;
}

.long-bottom-radio .on-air {
  width: 58px;
  display: flex;
  background-color: #f62d79;
  border-radius: 4px;
}

.long-bottom-radio .div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 23px;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 700;
  color: #fdfbf9;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.14px;
  line-height: normal;
}

.long-bottom-radio .left,
.long-bottom-radio .stop,
.long-bottom-radio .right,
.long-bottom-radio .btn-heart,
.long-bottom-radio .btn-cancel {
  padding: 0;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.long-bottom-radio .left:focus-visible,
.long-bottom-radio .stop:focus-visible,
.long-bottom-radio .right:focus-visible,
.long-bottom-radio .btn-heart:focus-visible,
.long-bottom-radio .btn-cancel:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
  border-radius: 999px;
}

.long-bottom-radio .cancel:focus-visible {
  border-radius: 8px;
}

.long-bottom-radio .left {
  width: 25px;
  height: 25px;
  display: flex;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
}


.long-bottom-radio .stop {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  border-radius: 26px;
  background: linear-gradient(90deg, rgba(246, 45, 121, 1) 0%, rgba(53, 90, 240, 1) 100%);
  justify-content: center;
  color: #fff;
  font-size: 20px;
  border: none;
  cursor: pointer;
}


.long-bottom-radio .right {
  width: 25px;
  height: 25px;
  display: flex;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.long-bottom-radio .music-wav-lines {
  width: 192px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5px;
  overflow: hidden;
}

.long-bottom-radio .music-wav-lines .bar {
  flex: none;
  width: 1.5px;
  background: linear-gradient(180deg, #ec276b 0%, #5744fa 100%);
  border-radius: 2px;
  height: 4px;
  transition: height 0.05s ease;
}

.long-bottom-radio .voice-control {
  display: flex;
  align-items: center;
  gap: 15px;
}

.vol-icon {
  font-size: 16px;
  color: #fff;
}

.vol-slider {
  -webkit-appearance: none;
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, rgba(246, 45, 121, 1) 0%, rgba(135, 63, 192, 1) 80%, #d3d3d3 80%, #d3d3d3 100%);
  border-radius: 2px;
  outline: none;
}

.vol-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}


.long-bottom-radio .btn-heart {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
}


.long-bottom-radio .btn-cancel {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
}


.lbr-left,
.lbr-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.lbr-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.center-controls {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Player Mode Toggle */
.player-mode-toggle {
    position: relative;
    width: 36px;
    height: 22px;
    display: inline-block;
}
.mode-checkbox {
    display: none;
}
.mode-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 11px;
    background-color: #7D50F3;
    transition: background-color 0.3s ease-in;
    width: 100%;
    height: 100%;
}
.mode-checkbox:checked + .mode-label {
    background-color: #f62d79;
}
.mode-switch {
    display: block;
    width: 16px;
    height: 16px;
    margin: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    border-radius: 50%;
    transition: all 0.3s ease-in 0s;
}
.mode-checkbox:checked + .mode-label .mode-switch {
    right: 0px;
}
/* --- About Page Layout --- */
.about-bottom-section {
  display: grid;
  grid-template-columns: 7fr 3fr;
  align-items: stretch;
  gap: 16px;
  margin-top: 15px;
}

/* Specific Host Styles for About Page */
.about-bottom-section .host-card img.img,
.about-bottom-section .host-card img.ellipse {
    width: 350px;
    height: auto;
    object-fit: cover;
    border-radius: 100%;
}

.about-bottom-section .host-card {
    flex: 0 0 auto;
    width: 350px; /* Match image width */
}

/* Host Name Styling for About Page */
.about-bottom-section .host-info {
    font-size: 25px;
    margin: 16px 0;
}

/* Host Position/Description Styling for About Page */
.about-bottom-section .host-info .span {
    display: block; /* Make it stack properly if more text is added */
    font-size: 16px;
    margin-top: 8px;
    line-height: 1.4;
}

/* Host Biography Paragraph */
.about-bottom-section .host-bio {
    width: 100%; /* Matches the 350px width of the host-card */
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.5;
    color: #4a4a4a;
    margin: 0;
}

/* Host Social Icons Styling for About Page */
.about-bottom-section .host-socials {
    margin-top: 16px;
    gap: 16px; /* Slightly more space between icons */
}

.about-bottom-section .host-socials .social-icon svg {
    width: 24px; /* Default is usually 20px, can adjust if needed */
    height: 24px;
}

/* Allow horizontal scrolling or wrapping if many team members */
.about-bottom-section .hosts-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 32px;
    overflow-x: auto;
    padding-bottom: 20px;
    scrollbar-width: thin;
}

/* =========================================
   BLOG PAGE STYLES
   ========================================= */

.page-blog .blog-section {
    display: flex;
    gap: 16px;
    margin-top: 15px;
    align-items: flex-start;
}

.blog-sidebar {
    flex: 1; /* roughly 25% */
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.blog-main-content {
    flex: 2; /* roughly 50% */
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.blog-sidebar-box {
    background-color: #fcfafa;
    border-radius: 17px;
    padding: 24px;
    box-sizing: border-box;
}

.blog-sidebar-box .sidebar-title {
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin: 0 0 16px 0;
    letter-spacing: 0.16px;
}

/* Sidebar List (Categories) */
.sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-list li {
    margin-bottom: 12px;
}

.sidebar-list li:last-child {
    margin-bottom: 0;
}

.sidebar-list a {
    font-family: "Roboto Condensed-Regular", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    transition: color 0.2s ease;
}

.sidebar-list a:hover {
    color: #f62d79;
}

/* Popular Tags */
.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    font-family: "Roboto Condensed-Regular", Helvetica, sans-serif;
    font-size: 13px;
    background-color: #f0f0f0;
    color: #000000;
    padding: 6px 12px;
    border-radius: 100px;
    display: inline-block;
    transition: background-color 0.2s ease, color 0.2s ease;
    cursor: pointer;
}

.tag:hover {
    background-color: #7d50f3;
    color: #ffffff;
}

/* Mini Post List (Latest Shows) */
.mini-post-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mini-post {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 12px;
}

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

.mini-post-date {
    font-family: "Roboto Condensed-Regular", Helvetica, sans-serif;
    font-size: 12px;
    color: #f62d79;
    margin-bottom: 4px;
}

.mini-post-title {
    font-family: "Roboto Condensed-Bold", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #000000;
    transition: color 0.2s ease;
}

.mini-post:hover .mini-post-title {
    color: #7d50f3;
}

/* Newsletter Form */
.newsletter-box p {
    font-family: "Roboto Condensed-Regular", Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 1.4;
    margin: 0 0 16px 0;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.newsletter-form input {
    width: 100%;
    height: 40px;
    border-radius: 100px;
    border: 1px solid #e1e1e1;
    padding: 0 16px;
    box-sizing: border-box;
    font-family: "Roboto Condensed-Regular", Helvetica, sans-serif;
    font-size: 14px;
}

.newsletter-form button {
    width: 100%;
    height: 40px;
    border-radius: 100px;
    background-color: #000000;
    color: #ffffff;
    font-family: "Roboto Condensed-Bold", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.newsletter-form button:hover {
    background-color: #f62d79;
}

/* Main Blog Post Card */
.blog-post-card {
    background-color: #fcfafa;
    border-radius: 17px;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.blog-post-image {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 30px;
}

.blog-post-title {
    font-family: "Roboto Condensed-Bold", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    margin: 0 0 12px 0;
    line-height: 1.2;
}

.blog-post-meta {
    font-family: "Roboto Condensed-Regular", Helvetica, sans-serif;
    font-size: 14px;
    color: #7d50f3;
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.blog-post-meta i {
    margin-right: 4px;
}

.blog-post-excerpt {
    font-family: "Roboto Condensed-Regular", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    margin: 0 0 20px 0;
}

/* Sidebar Search Widget */
.sidebar-search {
    display: flex;
    position: relative;
}

.sidebar-search input {
    width: 100%;
    padding: 10px 40px 10px 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    font-family: "Inter", Helvetica, sans-serif;
    font-size: 14px;
    background: #fcfafa;
}

.sidebar-search input:focus {
    outline: none;
    border-color: #f62d79;
}

.sidebar-search button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #f62d79;
    cursor: pointer;
    font-size: 14px;
    padding: 5px;
}

/* Featured Host Widget */
.featured-host-widget {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.featured-host-widget img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 2px solid #f62d79;
}

.featured-host-widget h4 {
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    margin: 0 0 5px 0;
}

.featured-host-widget p {
    font-family: "Inter", Helvetica, sans-serif;
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

/* Instagram Grid */
.instagram-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.instagram-grid img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 8px;
    transition: opacity 0.2s ease;
    cursor: pointer;
}

.instagram-grid img:hover {
    opacity: 0.8;
}

/* Upcoming Events Widget */
.events-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.events-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.events-list li:last-child {
    margin-bottom: 0;
}

.event-date {
    background: #fcfafa;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 8px;
    text-align: center;
    min-width: 50px;
    margin-right: 15px;
}

.event-date .day {
    display: block;
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #f62d79;
}

.event-date .month {
    display: block;
    font-family: "Inter", Helvetica, sans-serif;
    font-size: 11px;
    color: #666;
    text-transform: uppercase;
}

.event-info h4 {
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 3px 0;
    color: #000;
}

.event-info p {
    font-family: "Inter", Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
    margin: 0;
}

/* ---- CONTACT PAGE ---- */
.contact-section {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.contact-sidebar {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-main-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-sidebar-box {
    background-color: #fcfafa;
    border-radius: 17px;
    padding: 24px;
    box-sizing: border-box;
}

.contact-sidebar-box .sidebar-title {
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #333;
    margin-top: 0;
    margin-bottom: 20px;
}

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

.contact-details-list li {
    font-family: "Inter", Helvetica, sans-serif;
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.contact-details-list li i {
    color: #f62d79;
    margin-right: 10px;
    font-size: 16px;
    width: 20px;
    text-align: center;
}

.contact-details-list li:last-child {
    margin-bottom: 0;
}

.social-links-vertical {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.social-links-vertical a {
    text-decoration: none;
    font-family: "Roboto Condensed-Bold", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #000;
    display: flex;
    align-items: center;
    transition: color 0.2s ease;
}

.social-links-vertical a i {
    color: #f62d79;
    font-size: 18px;
    margin-right: 12px;
    width: 20px;
    text-align: center;
    transition: color 0.2s ease;
}

.social-links-vertical a:hover,
.social-links-vertical a:hover i {
    color: #7d50f3;
}

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

.hours-list li {
    font-family: "Inter", Helvetica, sans-serif;
    font-size: 13px;
    color: #666;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 8px;
}

.hours-list li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.hours-list li span {
    font-family: "Roboto Condensed-Bold", Helvetica, sans-serif;
    font-weight: 700;
    color: #000;
}

.contact-card {
    background-color: #fcfafa;
    border-radius: 17px;
    padding: 30px;
    box-sizing: border-box;
}

.contact-title {
    font-family: "Roboto Condensed-Bold", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #000;
    margin: 0 0 15px 0;
}

.contact-subtitle {
    font-family: "Inter", Helvetica, sans-serif;
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 25px 0;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    font-family: "Inter", Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    transition: border-color 0.2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #f62d79;
}

.contact-form textarea {
    resize: vertical;
    min-height: 150px;
}

.contact-submit-btn {
    align-self: flex-start;
    border: none;
    padding: 15px 30px;
    border-radius: 10px;
    cursor: pointer;
    color: #fff;
    background-color: #000;
    font-family: "Inter", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    transition: background-color 0.2s ease;
}

.contact-submit-btn:hover {
    background-color: #f62d79;
}

.map-container {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.map-container iframe {
    display: block;
    width: 100%;
    height: 350px;
}

.blog-read-more {
    display: inline-flex;
    align-items: center;
    font-family: "Roboto Condensed-Bold", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    transition: color 0.2s ease;
    width: fit-content;
}

.blog-read-more i {
    margin-left: 6px;
    font-size: 12px;
    transition: transform 0.2s ease;
}

.blog-read-more:hover {
    color: #f62d79;
}

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

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.pagination .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #ffffff;
    color: #000000;
    font-family: "Inter", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
}

.pagination .page-link:hover {
    background: #f62d79;
    color: #ffffff;
}

.pagination .page-link.active {
    background: #f62d79;
    color: #ffffff;
}

.pagination .page-dots {
    color: #000000;
    font-weight: 500;
    letter-spacing: 2px;
}

/* --- Single Blog Post --- */
.single-post {
    background: #ffffff;
    border-radius: 17px;
    padding: 20px;
    margin-bottom: 30px;
}

.single-post-image {
    width: 100%;
    height: auto;
    border-radius: 17px;
    object-fit: cover;
    margin-bottom: 20px;
}

.single-post-title {
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #000000;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.single-post-meta {
    font-family: "Inter", Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.single-post-meta i {
    color: #f62d79;
    margin-right: 4px;
}

.single-post-body p {
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 15px; /* Spacing between paragraphs */
}

/* Comments Section */
.comments-section {
    background: #ffffff;
    border-radius: 17px;
    padding: 20px;
    margin-bottom: 30px;
}

.comments-section h3 {
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.comment-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.comment-form .form-row {
    display: flex;
    gap: 15px;
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fcfafa;
    font-family: "Inter", Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    box-sizing: border-box;
}

.comment-form input:focus,
.comment-form textarea:focus {
    outline: none;
    border-color: #f62d79;
}

.submit-comment {
    background: linear-gradient(90deg, rgba(246, 45, 121, 1) 0%, rgba(53, 90, 240, 1) 100%);
    color: #ffffff;
    font-family: "Inter", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 14px;
    border: none;
    border-radius: 8px;
    padding: 12px 25px;
    cursor: pointer;
    align-self: flex-start;
    transition: opacity 0.2s ease;
}

.submit-comment:hover {
    opacity: 0.9;
}
