/*@import 'tailwindcss/base';*/
.prose {
  color: #3f3f46;
  max-width: 65ch;
}
.prose [class~="lead"] {
  color: #52525b;
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose a {
  color: #18181b;
  text-decoration: underline;
  font-weight: 500;
}
.prose strong {
  color: #18181b;
  font-weight: 600;
}
.prose ol {
  counter-reset: list-counter;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose ol > li {
  position: relative;
  counter-increment: list-counter;
  padding-left: 1.75em;
}
.prose ol > li::before {
  content: counter(list-counter) ".";
  position: absolute;
  font-weight: 400;
  color: #71717a;
  left: 0;
}
.prose ul > li {
  position: relative;
  padding-left: 1.75em;
}
.prose ul > li::before {
  content: "";
  position: absolute;
  background-color: #d4d4d8;
  border-radius: 50%;
  width: 0.375em;
  height: 0.375em;
  top: calc(0.875em - 0.1875em);
  left: 0.25em;
}
.prose hr {
  border-color: #e4e4e7;
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose blockquote {
  font-weight: 500;
  font-style: italic;
  color: #18181b;
  border-left-width: 0.25rem;
  border-left-color: #e4e4e7;
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose blockquote p:first-of-type::before {
  content: open-quote;
}
.prose blockquote p:last-of-type::after {
  content: close-quote;
}
.prose h1 {
  color: #18181b;
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose h2 {
  color: #18181b;
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose h3 {
  color: #18181b;
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose h4 {
  color: #18181b;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose figure figcaption {
  color: #71717a;
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose code {
  color: #18181b;
  font-weight: 600;
  font-size: 0.875em;
}
.prose code::before {
  content: "`";
}
.prose code::after {
  content: "`";
}
.prose a code {
  color: #18181b;
}
.prose pre {
  color: #e4e4e7;
  background-color: #27272a;
  overflow-x: auto;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose pre code {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose pre code::before {
  content: "";
}
.prose pre code::after {
  content: "";
}
.prose table {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose thead {
  color: #18181b;
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-color: #d4d4d8;
}
.prose thead th {
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose tbody tr {
  border-bottom-width: 1px;
  border-bottom-color: #e4e4e7;
}
.prose tbody tr:last-child {
  border-bottom-width: 0;
}
.prose tbody td {
  vertical-align: top;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose {
  font-size: 1rem;
  line-height: 1.75;
}
.prose p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose img {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose video {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose figure {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose figure > * {
  margin-top: 0;
  margin-bottom: 0;
}
.prose h2 code {
  font-size: 0.875em;
}
.prose h3 code {
  font-size: 0.9em;
}
.prose ul {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose > ul > li p {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose > ul > li > *:first-child {
  margin-top: 1.25em;
}
.prose > ul > li > *:last-child {
  margin-bottom: 1.25em;
}
.prose > ol > li > *:first-child {
  margin-top: 1.25em;
}
.prose > ol > li > *:last-child {
  margin-bottom: 1.25em;
}
.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose hr + * {
  margin-top: 0;
}
.prose h2 + * {
  margin-top: 0;
}
.prose h3 + * {
  margin-top: 0;
}
.prose h4 + * {
  margin-top: 0;
}
.prose thead th:first-child {
  padding-left: 0;
}
.prose thead th:last-child {
  padding-right: 0;
}
.prose tbody td:first-child {
  padding-left: 0;
}
.prose tbody td:last-child {
  padding-right: 0;
}
.prose > :first-child {
  margin-top: 0;
}
.prose > :last-child {
  margin-bottom: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.bottom-16 {
  bottom: 4rem;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.z-50 {
  z-index: 50;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-8 {
  height: 2rem;
}
.h-full {
  height: 100%;
}
.h-\[100px\] {
  height: 100px;
}
.h-12 {
  height: 3rem;
}
.h-5 {
  height: 1.25rem;
}
.h-1 {
  height: 0.25rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[30px\] {
  height: 30px;
}
.h-40 {
  height: 10rem;
}
.h-\[1px\] {
  height: 1px;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.w-8 {
  width: 2rem;
}
.w-full {
  width: 100%;
}
.w-12 {
  width: 3rem;
}
.w-5 {
  width: 1.25rem;
}
.w-3 {
  width: 0.75rem;
}
.w-6 {
  width: 1.5rem;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[30px\] {
  width: 30px;
}
.w-40 {
  width: 10rem;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-\[1600px\] {
  max-width: 1600px;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}
.transform {
  transform: var(--tw-transform);
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-4 {
  gap: 1rem;
}
.overflow-x-auto {
  overflow-x: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded {
  border-radius: 0.25rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}
.border-\[\#ba1c9e\] {
  --tw-border-opacity: 1;
  border-color: rgba(186, 28, 158, var(--tw-border-opacity));
}
.bg-\[\#8b5cf6\] {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}
.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.to-transparent {
  --tw-gradient-to: transparent;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-2 {
  padding: 0.5rem;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.text-center {
  text-align: center;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-\[\#F5EEFF\] {
  --tw-text-opacity: 1;
  color: rgba(245, 238, 255, var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(161, 161, 170, var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}
.text-\[\#ba1c9e\] {
  --tw-text-opacity: 1;
  color: rgba(186, 28, 158, var(--tw-text-opacity));
}
.text-\[\#361a6d\] {
  --tw-text-opacity: 1;
  color: rgba(54, 26, 109, var(--tw-text-opacity));
}
.opacity-0 {
  opacity: 0;
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-filter);
}
.filter {
  filter: var(--tw-filter);
}
.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-filter);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
:root {
  /* Primary Purple Gradient */
  --gradient-active: linear-gradient(135deg, #7510AF 0%, #6D0CAA 100%);
  --gradient-pink-purple: linear-gradient(135deg, #de4491 0%, #8f44d3 100%);
  --gradient-theme-icon: linear-gradient(135deg, #761ee8 0%, #5a10c9 100%);
  /* Lighter overlay gradient (0.5 max opacity) */
  --gradient-dark-overlay: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.5) 100%);

  /* Brand Colors */
  --purple-primary: #761ee8;
  --purple-dark: #5a10c9;
  --purple-deep: #361a6d;

  /* Borders */
  --border-light: #f0f0f0;

  /* Transitions */
  --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#progress-bar {
  /* display: flex; */

  padding-top: 1%;
}
.cat-name {
  text-align: center;
  position: absolute;
  bottom: calc(50% + -56px);
  z-index: 2;
  align-items: center;
  color: #fff;
  width: 100%;
}
.category-navbar {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
  white-space: nowrap;
}
.category-navbar ul {
  padding: 0 !important;
  list-style: none;
  text-align: center;
}
.category-navbar ul.boxed {
  text-align: left !important;
}
.audio-player-btn {
  display: inline-block;
}
.audio-player-btn:not(:last-child) {
  margin-right: 4px;
}
/* CHANGE 1: Tab buttons gradient + padding */
.audio-player-btn {
  padding: 14px 28px;
  border-radius: 16px !important;
  border: 1px solid #ccc;
  position: relative;
  text-transform: uppercase;
  background: none;
  line-height: 20px;
  font-weight: 600;
  color: #361a6d;
  transition: var(--transition-smooth);
}
.audio-player-btn.active {
  color: #fff;
  border-radius: 16px !important;
  line-height: 20px;
  padding: 14px 28px !important;
  background: var(--gradient-active) !important;
  border: 1px solid transparent;
}
/* Modern Tab style */
/* Modern Tab style (Matches desired-album-pill) */
.tab-after {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  border: 1px solid #d4d4d4;
  border-radius: 12px;
  background: #e5e5e5;
  color: #666;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}
.tab-after:hover {
  background: white;
  border-color: #761ee8;
  color: #761ee8;
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(118, 30, 232, 0.15);
}
.tab-after.active {
  background: white;
  border-color: #761ee8;
  color: #761ee8;
  /* Active state mimics hover but consistent */
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(118, 30, 232, 0.15);
}
/* Modern Card Style */
.card-after {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  /* Aspect Ratio 1:1 */
  height: 0;
  /* width: 200px;
  height: 200px;
  margin: 1.2%; */
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  background: #eee;
  transition: var(--transition-smooth);
}
.card-after:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}
.card-after-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: var(--transition-smooth);
}
.card-after-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: var(--gradient-dark-overlay);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  padding-bottom: 14px;
  color: white;
  transition: var(--transition-smooth);
}
/* Albums only: hide overlay until hover */
.card-album .card-after-overlay {
  opacity: 0;
}
.card-album:hover .card-after-overlay {
  opacity: 1;
}
.card-after-title {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 8px;
}
/* Card CTA refinement */
.card-after-cta {
  font-weight: 500;
  font-size: 12px;
  opacity: 0;
  color: rgba(255, 255, 255, 0.8);
  transform: translateY(20px);
  transition: all 0.3s ease;
}
.card-after:hover .card-after-cta {
  opacity: 1;
  transform: translateY(0);
}
.audio-player-btn:hover {
  color: #7510AF;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.audio-player-btn.active:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(117, 16, 175, 0.4);
}
.audio-player-btn.active:after,
.audio-player-btn .btn:hover:after {
  transform: scaleX(1);
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
  padding: 10px;
  justify-content: center;
}
.category-single-item {
  position: relative;
  display: block;
  list-style: none;
  width: 100%;
  aspect-ratio: 1;
  /* width: 200px;
  height: 200px;
  margin: 1.2%; */
}
.category-single-item>.btn {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  /* background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 9px 26px #67676730;*/
  border-radius: 14px;
}
/* CHANGE 2: Jingles categories hover lift/overlay */
.category-single-item>.imagename {
  content: '';
  display: block;
  position: absolute;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  background-size: cover !important;
  z-index: 9;

  width: 100%;
  height: 100% !important;
  /*background: url('https://dev.lfmaudio.com/wp-content/uploads/2022/01/cardtitle.png') no-repeat;*/
  background-size: cover;
  margin: 0 auto;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 18px;
}
.category-single-item>.imagename-jingles {
  content: '';
  display: block;
  position: absolute;
  background-size: cover !important;
  z-index: 99;
  border-radius: 18px;
  height: 100% !important;
  width: 100%;
  /*background: url('https://dev.lfmaudio.com/wp-content/uploads/2022/01/cardtitle.png') no-repeat;*/
  background-size: cover;
  margin: 0 auto;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.category-single-item>.imagename::after,
.category-single-item>.imagename-jingles::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  border-radius: 18px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.category-single-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.category-single-item:hover .imagename-jingles,
.category-single-item:hover .imagename {
  /* Remove rotation, keep full bleed */
  transform: none;
  width: 100% !important;
  height: 100% !important;
  border: none;
  border-radius: 18px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.null-element {
  position: absolute !important;
}
.category-single-item>.null-element {
  /*  background: transparent linear-gradient(90deg, #fc8cc4 0%, #fda7d1 80%, #fda8d2 100%) 0% 0% no-repeat padding-box;   #dccdb6 0% 0% no-repeat padding-box; */
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.category-single-item:hover .null-element {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: calc(50%) !important;
  top: 14px;
}
.category-single-item:hover .cat-name {
  color: #fff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.category-single-item:after {
  content: 'Hear Options >';
  position: absolute;
  display: inline-block;
  font-size: 13px;
  width: 100%;
  left: 0;
  text-align: center;
  top: calc(50% + 60px);
  color: #7510AF;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 3;
}
.category-single-item:hover:after {
  transform: scaleX(1);
}
@media (min-width: 981px) {
  .category-grid .category-single-item {
    width: 200px;
    height: 200px;
  }

  ul.category-grid .category-single-item {
    margin: 10px 10px !important;
  }

  .category-grid .category-single-item>.null-element {
    border-radius: 24px;
  }

  .category-grid .category-single-item:hover:before {
    transform: rotate(8deg) translate(16px, -4px);
  }

  .category-grid .category-single-item .btn:before {
    width: 100%;
    height: 16vw;
  }
}
@media (max-width: 768px) {
  .jingles-audio-grid {
    height: auto !important;
  }
}
@media (max-width: 511px) {
  .jingles-audio-grid {
    height: 100% !important;
    border-bottom: 1px solid #cccccc2e;
  }

  .jingles-audio {
    padding-left: 20px !important;
  }
}
@media (max-width: 980px) {
  .category-grid .category-single-item {
    width: 200px;
    height: 200px;
  }

  .category-grid .category-single-item:before {
    width: 100%;
    height: 16vw;
  }
}
@media (max-width: 479px) {
  .category-grid .category-single-item {
    width: 200px;
    height: 200px;
  }

  .category-grid .category-single-item:before {
    width: 80vw;
    height: 64vw;
  }

  .category-grid .category-single-item>.btn {
    border-radius: 32px;
  }

  .category-grid .category-single-item>.btn>.null-element {
    border-radius: 30px;
  }

  .category-grid .category-single-item:hover:before {
    transform: rotate(8deg) translate(17px, -17px);
    width: 92% !important;
    height: 48% !important;
    border: 1px solid #fff;
    border-radius: 23px;
    transition: all 0.5s;
  }
}
/* Audio Categories and Items Grid */
/* Carousel / Sub Nav unstyled list */
.sub-nav-ul {
  padding-top: 17px !important;
  padding-bottom: 10px !important;
}
/* Modern Carousel Container */
.desired-carousel {
  display: flex !important;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 10px;
  margin-bottom: 30px;
  width: 100%;
  scrollbar-width: thin;
  /* Firefox */
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.desired-carousel::-webkit-scrollbar {
  height: 4px !important;
}
.desired-carousel .tab-after {
  flex-shrink: 0;
}
/* .sub-nav-ul li {
  border-radius: 10px;
  min-width: 200px;
  list-style: none;
  margin: 5px;
} */
.sub-nav-ul a {
  border-radius: 10px;
  display: flex;
}
.sub-nav-ul a img {
  border-radius: 10px;
  margin-right: 5px;
  height: 40px !important;
  width: 40px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.sub-nav-ul a .sub-cat-name {
  margin: auto 0;
  color: #fff;
  font-weight: inherit;
  font-size: inherit;
}
.sub-nav-ul {
  align-items: center;
}
.sub-nav-ul li {
  /*opacity: 0.5;*/
}
.audio-player-btn:hover {
  cursor: pointer !important;
}
.active-sub {
  opacity: 1 !important;
  border: 2px solid #fff;
  padding: 4px;
  border-radius: 16px;
  transform: scale(1.02);
  box-shadow: 0 4px 16px rgba(117, 16, 175, 0.4);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.active-sub a {
  height: auto !important;
  padding: 6px 12px 6px 6px;
}
.active-sub a img {
  height: 72px !important;
  width: 72px !important;
  border-radius: 12px;
}
.active-sub a .imagename {
  height: 72px !important;
  width: 72px !important;
  border-radius: 12px;
}
/* CHANGE 3: Albums hover animations */
.audio-item {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.audio-item:hover {
  transform: translateY(-8px) scale(1.02);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
/* width */
::-webkit-scrollbar {
  width: 20px;
  height: 5px !important;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
  height: 5px !important;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #7510AF;
  border-radius: 10px;
  height: 5px !important;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #7510AF84;
  height: 5px !important;
}
.banner-cat {
  margin-top: 20px;
  height: 145px;
  padding-left: 20px;
  border-radius: 20px;
  padding-top: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
}
.jingles-banner-cat {
  margin-top: 20px;
  height: 90px;
  justify-content: space-between;
  align-items: center;


  border-radius: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
}
.audio-items {
  /* height: 65vh !important; */
  overflow: auto;
}
.audio-item .audio-featured-img {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin: auto;
  min-width: 72px;
  height: 100px;
  width: 100px;
}
.audio-item .audio-featured-img img {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 50%;
}
.blur-image {
  box-shadow: 2px 2px;
  filter: brightness(0.5) !important;
}
.audio-item .info {
  text-align: center;
  white-space: nowrap;
}
.audio-item .audio-featured-img .overlay {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 8px;
}
.glass-play-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #761ee8 0%, #5a10c9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(118, 30, 232, 0.5);
  transition: transform 0.3s ease;
}
.audio-item .audio-featured-img:hover .glass-play-btn {
  transform: scale(1.1);
}
.audio-item .audio-featured-img:hover .overlay {
  cursor: pointer;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.overlay.sticky {
  visibility: visible !important;
  opacity: 1 !important;
}
.audio-item .audio-featured-img .overlay .audio-play-btn {
  display: flex;
}
.audio-item .audio-featured-img img {
  width: 100px;
  height: auto;
  display: block;
}
.audio-gallery-section {
  z-index: 9 !important;
}
.back-button {
  cursor: pointer;

}
.back-button:hover img {
  transform: scale(1.2);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.audio-gallery-section.dark-theme .audio-player-btn,
.audio-gallery-section.dark-theme span.px-2 {
  color: #fff !important;
}
.audio-gallery-section.et_section_regular.dark-theme p,
.audio-gallery-section.et_section_regular.dark-theme h1,
.audio-gallery-section.et_section_regular.dark-theme h2,
.audio-gallery-section.et_section_regular.dark-theme h3,
.audio-gallery-section.et_section_regular.dark-theme h4 {
  color: #fff !important;
}
.audio-gallery-section.dark-theme .audio-item .info .title {
  color: #fff !important;
}
.jingles-audio-grid {
  color: #fff !important;
  min-height: 60px;
  border-bottom: 1px solid #cccccc2e;
}
.jingles-audio-grid .audio-cat-name {
  width: 155px !important;
  display: flex;
  align-items: center;
}
.jingles-audio-grid .audio-cat-name img {
  height: 34px;
  padding-right: 10px;
}
.jingles-audio {
  min-width: 150px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}
.jingles-audio img {
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.jingles-audio:hover img {
  transform: scale(1.2);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.jingles-audio span {
  padding: 4px 4px;
}
/* loading spinner */
.lds-dual-ring {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.lds-dual-ring:after {
  content: ' ';
  display: block;
  width: 32px;
  height: 32px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #7510AF;
  border-color: #7510AF transparent #7510AF transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px !important;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
  width: 5px;
  height: 5px !important;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #7510AF;
  border-radius: 10px;
  width: 5px;
  height: 5px !important;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #7510AF84;
  height: 5px !important;
  width: 5px;
}
/* Desired Audio Grid (from album-detail-redesign.html) */
.desired-audio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
  margin-top: 30px;
  padding: 0 20px;
}
/* Utility: Hide Scrollbar */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.desired-audio-card {
  background: white;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  padding: 20px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.desired-audio-card:hover {
  border-color: #d0d0d0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.desired-audio-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.desired-theme-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #761ee8 0%, #5a10c9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  flex-shrink: 0;
}
.desired-theme-name {
  font-size: 16px;
  font-weight: 700;
  color: #361a6d;
}
.desired-audio-variants {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.desired-variant-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  background: #fafafa;
  color: #361a6d;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.2s ease;
  width: 100%;
  /* Ensure full width in grid */
}
.desired-variant-btn:hover {
  background: linear-gradient(135deg, #761ee8 0%, #5a10c9 100%);
  border-color: #761ee8;
  color: white;
}
.desired-variant-btn:before {
  content: '▶';
  font-size: 8px;
  color: #761ee8;
}
.desired-variant-btn:hover:before {
  color: white;
}
.desired-variant-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* Gradient Text for +AI with Living Animation */
.text-gradient-ai {
  background: linear-gradient(135deg, #ff00cc 0%, #8b5cf6 50%, #333399 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
  animation: gradientShift 3s ease-in-out infinite;
}
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* On active tab, make +AI white for better contrast */
.active .text-gradient-ai,
.audio-player-btn.active .text-gradient-ai {
  background: none;
  -webkit-text-fill-color: white;
  color: white;
}
/* Ensure 5 items per line and proper spacing */
.desired-audio-grid,
.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
  /* Imaging = 5 cols */
  gap: 20px;
  padding: 10px 40px;
  /* Horizontal padding to prevent edge touching */
  box-sizing: border-box;
  width: 100%;
  max-width: 1600px;
  /* Prevent it from getting too wide on huge screens */
  margin-left: auto;
  margin-right: auto;
}
/* Specific override for Jingles Theme Grid: 4 items per line */
.jingles-grid-4 {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important;
  /* Jingles = 4 cols */
}
@media (max-width: 768px) {

  .desired-audio-grid,
  .category-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    padding: 10px 20px;
  }

  .jingles-grid-4 {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)) !important;
  }
}
/* Mid-range band fix: 561-760px - force single column for jingles to prevent overflow */
@media (max-width: 760px) {
  .jingles-grid-4 {
    grid-template-columns: 1fr !important;
    padding: 0 16px !important;
  }
}

/* Mobile: 2-column grid for jingles (up to 760px) */
@media (max-width: 760px) {
  .jingles-grid-4 {
    grid-template-columns: repeat(2, 1fr) !important;
    padding: 0 16px !important;
    gap: 12px !important;
  }
}
/* Extra small screens - 2-column grid for jingles */
@media (max-width: 480px) {
  .jingles-grid-4 {
    grid-template-columns: repeat(2, 1fr) !important;
    padding: 0 10px !important;
    gap: 10px !important;
  }

  .desired-audio-grid,
  .category-grid {
    padding: 0 10px;
  }
}
/* Glassmorphic Audio Player */
/* Glassmorphic Audio Player */
#main-glass-player.glass-player-v3 {
  background: rgba(24, 10, 52, 0.75) !important;
  backdrop-filter: blur(25px) !important;
  -webkit-backdrop-filter: blur(25px) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-top: 1px solid rgba(139, 92, 246, 0.3) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
  /* Fix for overlap with Zoho/Language widgets and Divi theme */
  position: fixed !important;
  bottom: 20px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 2147483647 !important;
  width: 95% !important;
  max-width: 1200px !important;
  isolation: auto !important;
}
/* Ensure Divi sections don't create stacking context above player */
.et_pb_section,
.et_pb_row,
.et_pb_column {
  isolation: auto !important;
}
.player-outer {
  width: 100% !important;
  position: relative;
}
/* Player Info */
.player-info {
  text-align: left;
}
/* Play Button */
.play-btn {
  background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.4);
  border: none;
  cursor: pointer;
}
.play-btn:hover {
  background: linear-gradient(135deg, #a78bfa 0%, #8b5cf6 100%);
  box-shadow: 0 4px 24px rgba(139, 92, 246, 0.6);
}
.play-btn img {
  filter: brightness(0) invert(1);
}
/* Progress Bar */
.progress-wrapper {
  height: 16px;
}
.shadow-glow {
  box-shadow: 0 0 12px rgba(139, 92, 246, 0.6);
}
/* Action Buttons */
.action-btn {
  background: transparent;
  border: none;
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all ease;
}
.action-btn:hover {
  transform: scale(1.1);
}
/* Progress Input */
.progress-input {
  margin: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 0;
  background: transparent;
}
.progress-input:focus {
  outline: none;
}
/* Share Box */
.share-box {
  position: absolute;
  background: rgba(24, 10, 52, 0.95);
  backdrop-filter: blur(16px);
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgba(139, 92, 246, 0.3);
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
}
.share-box.active {
  opacity: 1;
  visibility: visible;
}
.embed-input {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
}
.copy-button {
  background: #8b5cf6;
  border: none;
  cursor: pointer;
}
.copy-button:hover {
  background: #a78bfa;
}
/* Social Share Buttons */
.share-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  transition: all 0.3s ease;
  cursor: pointer;
}
.share-social-btn:hover {
  background: rgba(139, 92, 246, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.4);
}
/* Mobile Optimizations for Audio Player */
@media (max-width: 480px) {
  #main-glass-player.glass-player-v3 {
    width: 100% !important;
    bottom: 0 !important;
    left: 0 !important;
    transform: none !important;
    border-radius: 12px 12px 0 0 !important;
    padding: 10px !important;
  }

  .player-info {
    min-width: 100px !important;
  }

  .player-controls {
    gap: 10px !important;
    margin: 0 5px !important;
  }

  .play-btn {
    width: 40px !important;
    height: 40px !important;
  }

  .player-actions {
    gap: 8px !important;
  }
}
/* Audio Player CSS */
#audio-player-root {
  z-index: 9;
}
.player-outer {
  position: fixed !important;
  background: #291a3a !important;
  width: 100% !important;
  left: 0;
  /*top: calc(100% - 108px);*/
  bottom: 0;
  padding: 15px 0;
  transition: all 1s;
  transform: scaleX(1);
  z-index: 99999;
}
.player-outer.close {
  top: 100%;
  height: 0;
}
.player-outer #waveform {
  background: none !important;
  height: 10px !important;
  flex: 1;
  margin: auto 0 !important;
}
.player-outer #waveform wave {
  background: none !important;
  height: 6px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}
.player-outer .container {
  max-width: 1110px;
  margin: 0 auto;
  display: flex;
}
.player-outer .meta-info {
  margin-right: 30px;
  max-width: 120px;
  display: flex;
  align-items: center;
}
.player-outer {
  padding-inline: 11% !important;
}
@media (max-width: 480px) {
  .player-outer .meta-info {
    margin-right: 10px;
    max-width: 50px;
  }

  .player-outer {
    padding-inline: 0 !important;
  }
}
.player-outer .meta-info h5 {
  font-family: inherit;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  padding: 0;
  max-width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.player-outer .meta-info p {
  font-family: inherit;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.6);
  max-width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.player-outer .audio-btn {
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  transition: all 0.3s;
}
.player-outer a.audio-btn:hover {
  /* border: 1px solid #8132E8;
    background: #8132E8; */
}
.player-outer a.btn-play {
  width: 48px;
  height: 48px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hide {
  display: none;
}
.player-outer .timestamp {
  display: flex;
  align-items: center;
  padding: 0 5px;
  color: #fff;
  opacity: 0.6;
  width: 78px;
  justify-content: center;
}
.player-outer .timestamp span {
  font-size: 14px;
  line-height: 18px;
}
.player-outer .actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  width: 100px;
}
@media (max-width: 500px) {
  .player-outer .actions {
    width: 75px !important;
  }

  /* .player-outer-controller{
    display:none !important;
    } */
  .player-outer .meta-info {
    display: none !important;
  }
}
.player-outer .actions a.audio-btn:not(:last-child) {
  margin-right: 20px;
}
.player-outer-controller {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 30px;
  top: 0;
  right: 0;
  line-height: 16px;
}
.player-outer-controller a {
  font-size: 12px;
  color: white;
  opacity: 0.7;
  transition: all 0.5s;
}
.player-outer-controller a:hover {
  opacity: 1;
}
.player-outer-controller a:before {
  content: '\4d';
  position: absolute;
  font-family: ETmodules;
  left: 0;
  bottom: 0;
  font-size: 32px;
}
.share-box {
  position: absolute;
  width: 100%;
  max-width: 350px;
  bottom: -230px;
  right: 4%;
  background: #291a3a;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 26px 45px #00000059;
  transition: all 1s;
  opacity: 0;
}
.share-box.active {
  bottom: 102px;
  opacity: 1;
}
.share-box h6 {
  width: 100%;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #ffffff;
}
.share-box #social-networks {
  padding-bottom: 15px;
}
.share-box #social-networks>a {
  transition: all 0.3s;
  opacity: 0.65;
}
.share-box #social-networks>a:hover {
  opacity: 1;
}
.share-box .embed-input-box {
  position: relative;
}
.share-box .embed-input-box .embed-input {
  padding: 10px 50px 10px 20px;
  width: 100%;
  background: #1a0c2b;
  border: 1px solid #342249;
  border-radius: 8px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.share-box .embed-input-box .share-button {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 7px;
  right: 16px;
}
.show-more {
  width: 100%;
  text-align: center;
}
.show-more .show-more-button {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.71);
  transition: all 0.5s;
}
.show-more-button:hover {
  color: #ffffffb3;
}
.show-more-button:after {
  position: absolute;
  content: '\33';
  font-family: 'ETmodules';
  font-size: 14px;
  color: rgba(255, 255, 255, 0.71);
  width: 100%;
  left: 0px;
  bottom: -16px;
  transition: all 0.5s;
}
.show-more-button:hover:after {
  color: #ffffffb3;
  bottom: -25px;
}
/* single audio player */
.audio-frame {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.audio-frame .play-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49px;
  height: 49px;
  margin-right: 11px;
  border: 1px solid #8132e8;
  border-radius: 50%;
  transition: all 0.5s;
  opacity: 1;
}
.audio-frame .play-button .play-action-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  padding-top: 3px;
  padding-left: 5px;
  border-radius: 50%;
  transition: all 0.5s;
}
.audio-frame .play-button:hover {
  background: #8132e833;
  border: 1px solid #8132e833;
}
.audio-frame .play-button:hover .play-action-button {
  background: #8132e8;
}
.audio-frame .play-button:hover .play-action-button svg path {
  transition: all 0.5s;
  stroke: #fff;
}
.audio-frame .time-frame {
  display: flex;
  align-items: flex-end;
  width: calc(100% - 60px);
}
.audio-frame .time-frame .audio-wave {
  width: 100%;
  height: 48px;
  overflow: hidden;
}
.audio-frame .time-frame .audio-wave wave {
  overflow: hidden !important;
}
.audio-frame .time-frame .current-time {
  position: absolute;
  top: 50px;
  left: 45px;
  color: #8132e8;
  font-size: 14px;
  line-height: 14px;
}
.audio-frame .time-frame .time-stamp {
  margin-left: 10px;
  display: flex;
}
.audio-frame .time-frame .time-stamp span {
  color: #abbbca;
  font-size: 14px;
  line-height: 14px;
}
/*  
@media screen and (-webkit-min-device-pixel-ratio:0) {
  input[type='range'] {
    overflow: hidden;
    width: 80px;
    -webkit-appearance: none;
    background-color: #E100FF;
  }

  input[type='range']::-webkit-slider-runnable-track {
    height: 10px;
    -webkit-appearance: none;
    color: #E100FF;
    margin-top: -1px;
  }

  input[type='range']::-webkit-slider-thumb {
    width: 10px;
    -webkit-appearance: none;
    height: 10px;
    cursor: ew-resize;
    background: #E100FF; 
        box-shadow: -80px 0 0 80px #E100FF;
  }

} 
  
input[type="range"]::-moz-range-progress {
  background-color: #E100FF;
}

input[type="range"]::-moz-range-track {
  background-color: #E100FF;
}
 
input[type="range"]::-ms-fill-lower {
  background-color: #E100FF;
}

input[type="range"]::-ms-fill-upper {
  background-color: #E100FF;
}  */
button.carousel__pagination-button::after{
    width: 5px ;
    height: 5px ;
    border-radius: 20px !important;
    background-color: #e3e2e2 ;
  }
.carousel__pagination-button:hover::after, .carousel__pagination-button--active::after{
    width: 6px !important;
    height: 6px !important;

    background-color: #fff !important;
  }
/* Modern Carousel Navigation Arrows */
.carousel__prev,
  .carousel__next {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    color: white !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  }
.carousel__prev:hover,
  .carousel__next:hover {
    background: rgba(139, 92, 246, 0.3) !important;
    transform: scale(1.1) !important;
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.4) !important;
  }
.carousel__prev:focus,
  .carousel__next:focus {
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.3) !important;
  }
.carousel__icon {
    fill: white !important;
  }
.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  transform: var(--tw-transform);
}
.hover\:-translate-y-0:hover {
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: var(--tw-transform);
}
.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: var(--tw-transform);
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.active\:translate-y-0:active {
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
}
.active\:scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: var(--tw-transform);
}
.group:hover .group-hover\:translate-y-1 {
  --tw-translate-y: 0.25rem;
  transform: var(--tw-transform);
}
@media (min-width: 640px) {
  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .sm\:inline {
    display: inline;
  }
  .sm\:min-w-\[140px\] {
    min-width: 140px;
  }
  .sm\:gap-6 {
    gap: 1.5rem;
  }
  .sm\:gap-4 {
    gap: 1rem;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:pl-4 {
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }
}
