.elementor-779 .elementor-element.elementor-element-1cc9c75{padding:200px 0px 0px 0px;}.elementor-779 .elementor-element.elementor-element-799b6e9{padding:50px 0px 50px 0px;}.elementor-779 .elementor-element.elementor-element-0867c08{--grid-columns:2;--e-loop-nothing-found-message-align:start;--e-loop-nothing-found-message-color:#000000;}.elementor-779 .elementor-element.elementor-element-0867c08 .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-779 .elementor-element.elementor-element-0867c08 .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-779 .elementor-element.elementor-element-0867c08 .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-779 .elementor-element.elementor-element-0867c08 .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-779 .elementor-element.elementor-element-0867c08 .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}.elementor-779 .elementor-element.elementor-element-0867c08 .e-loop-nothing-found-message__text{font-size:18px;}@media(min-width:768px){.elementor-779 .elementor-element.elementor-element-8d2dc8d{width:21.713%;}.elementor-779 .elementor-element.elementor-element-b2dfad6{width:78.286%;}}@media(max-width:1024px){.elementor-779 .elementor-element.elementor-element-0867c08{--grid-columns:2;}}@media(max-width:767px){.elementor-779 .elementor-element.elementor-element-0867c08{--grid-columns:1;}}/* Start custom CSS for html, class: .elementor-element-d03d007 */div#dynamic-song-heading {
    font-family: "MiedingerW01", Sans-serif;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 50px;
    letter-spacing: 0px;
    color: #000;
    opacity:1;
    text-align:center;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-ae35ddd *//* ===== Apply same style to Album + Sub Categories (song-tag) ===== */
.wpc-filters-section:is(.wpc-filter-album, .wpc-filter-song-tag){
  --wpc-accent:#7b5cff;      /* 🔧 apni brand color */
  --wpc-accent-2:#4ed0d0;
  --wpc-bg:#fff; --wpc-text:#1b1f23; --wpc-muted:#79808a;
  --wpc-ring:rgba(123,92,255,.25);
  --wpc-shadow:0 6px 20px rgba(15,23,42,.08);
  background:var(--wpc-bg);
  border-radius:16px;
  padding:18px 18px 14px;
  box-shadow:var(--wpc-shadow);
  border:1px solid rgba(2,6,23,.06);
}

/* Title */
.wpc-filters-section:is(.wpc-filter-album, .wpc-filter-song-tag) .wpc-filter-title{
  font-weight:800; font-size:18px; letter-spacing:.3px;
  color:var(--wpc-text); margin-bottom:12px;
  position:relative; padding-left:12px;
}
.wpc-filters-section:is(.wpc-filter-album, .wpc-filter-song-tag) .wpc-filter-title::before{
  content:""; position:absolute; left:0; top:50%; transform:translateY(-50%);
  width:6px; height:18px; border-radius:3px;
  background:linear-gradient(135deg,var(--wpc-accent),var(--wpc-accent-2));
}

/* List grid */
.wpc-filters-section:is(.wpc-filter-album, .wpc-filter-song-tag) .wpc-filters-ul-list{
  list-style:none; margin:0; padding:6px 0 0;
  display:grid; grid-template-columns:1fr; gap:10px;
  max-height:360px; overflow:auto; scrollbar-width:thin;
}

/* Item card */
.wpc-filters-section:is(.wpc-filter-album, .wpc-filter-song-tag) .wpc-radio-item{
  background:linear-gradient(180deg,#fff,rgba(255,255,255,.85));
  border:1px solid rgba(2,6,23,.06);
  border-radius:12px;
  transition:transform .15s, box-shadow .15s, border-color .2s;
}
.wpc-filters-section:is(.wpc-filter-album, .wpc-filter-song-tag) .wpc-radio-item:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 24px rgba(15,23,42,.10);
  border-color:rgba(2,6,23,.12);
}

/* Inner wrap */
.wpc-filters-section:is(.wpc-filter-album, .wpc-filter-song-tag) .wpc-term-item-content-wrapper{
  display:flex; align-items:center; gap:10px; padding:12px 14px;
}

/* Custom radio */
.wpc-filters-section:is(.wpc-filter-album, .wpc-filter-song-tag) input[type="radio"]{
  appearance:none; -webkit-appearance:none;
  width:18px; height:18px; min-width:18px;
  border:2px solid rgba(2,6,23,.25);
  border-radius:50%; background:#fff; cursor:pointer;
  transition:all .2s;
}
.wpc-filters-section:is(.wpc-filter-album, .wpc-filter-song-tag) input[type="radio"]:hover{
  border-color:var(--wpc-accent);
}
.wpc-filters-section:is(.wpc-filter-album, .wpc-filter-song-tag) input[type="radio"]:checked{
  border-color:transparent;
  box-shadow:0 0 0 6px var(--wpc-ring);
  background:
    radial-gradient(circle at 50% 50%, #fff 38%, #fff 38%),
    conic-gradient(from 0deg, var(--wpc-accent), var(--wpc-accent-2));
}

/* Label + link */
.wpc-filters-section:is(.wpc-filter-album, .wpc-filter-song-tag) label{
  display:flex; align-items:center; gap:10px; justify-content:space-between; width:100%;
  cursor:pointer; user-select:none;
}
.wpc-filters-section:is(.wpc-filter-album, .wpc-filter-song-tag) .wpc-filter-link{
  text-decoration:none; color:var(--wpc-text);
  font-weight:700; letter-spacing:.2px; transition:color .15s;
}
.wpc-filters-section:is(.wpc-filter-album, .wpc-filter-song-tag) .wpc-radio-item:hover .wpc-filter-link{
  color:var(--wpc-accent);
}

/* Count badge */
.wpc-filters-section:is(.wpc-filter-album, .wpc-filter-song-tag) .wpc-term-count{
  display:inline-flex; align-items:center; gap:4px;
  padding:2px 8px; border-radius:999px; font-size:12px; font-weight:700;
  background:rgba(123,92,255,.10); color:var(--wpc-accent);
}

/* Zero-count softer */
.wpc-filters-section:is(.wpc-filter-album, .wpc-filter-song-tag) .wpc-term-count-0 .wpc-term-count{
  background:rgba(2,6,23,.06); color:var(--wpc-muted);
}

/* Selected (modern browsers) */
.wpc-filters-section:is(.wpc-filter-album, .wpc-filter-song-tag)
  .wpc-radio-item:has(input[type="radio"]:checked){
  border-color:transparent;
  background:linear-gradient(180deg, rgba(123,92,255,.06), rgba(78,208,208,.06));
  box-shadow:0 10px 28px rgba(123,92,255,.16);
}
/* Fallback highlight */
.wpc-filters-section:is(.wpc-filter-album, .wpc-filter-song-tag)
  input[type="radio"]:checked + label .wpc-filter-link{
  color:var(--wpc-accent);
}

/* Focus */
.wpc-filters-section:is(.wpc-filter-album, .wpc-filter-song-tag) input[type="radio"]:focus-visible{
  outline:3px solid var(--wpc-ring); outline-offset:2px; border-color:var(--wpc-accent);
}

/* Optional: disable zero-count clicks 
.wpc-filters-section:is(.wpc-filter-album, .wpc-filter-song-tag) .wpc-term-count-0{
  opacity:.6; pointer-events:none;
}
*/

/* Dark mode */
@media (prefers-color-scheme: dark){
  .wpc-filters-section:is(.wpc-filter-album, .wpc-filter-song-tag){
    --wpc-bg:#0f172a; --wpc-text:#f1f5f9; --wpc-muted:#94a3b8;
    --wpc-shadow:0 6px 20px rgba(0,0,0,.35);
    border-color:rgba(255,255,255,.07);
    background:linear-gradient(180deg,#0f172a,#0b1222);
  }
  .wpc-filters-section:is(.wpc-filter-album, .wpc-filter-song-tag) .wpc-radio-item{
    background:rgba(255,255,255,.03); border-color:rgba(255,255,255,.06);
  }
  .wpc-filters-section:is(.wpc-filter-album, .wpc-filter-song-tag) .wpc-radio-item:hover{
    border-color:rgba(255,255,255,.12);
  }
  .wpc-filters-section:is(.wpc-filter-album, .wpc-filter-song-tag) input[type="radio"]{
    background:#0b1222; border-color:rgba(255,255,255,.35);
  }
}
/* Search Bar Of Filter Everything*/
/* Outer Box */
.wpc-filters-section.wpc-filter-layout-search-field{
    background: #fff;
    border: 1px solid #ece9e1;
    border-radius: 24px;
    padding: 20px;
    box-sizing: border-box;
}

/* Heading */
.wpc-filters-section.wpc-filter-layout-search-field .wpc-filter-header{
    margin-bottom: 16px;
}

.wpc-filters-section.wpc-filter-layout-search-field .wpc-filter-title{
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding-left: 14px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #0b1b3a;
}

.wpc-filters-section.wpc-filter-layout-search-field .wpc-filter-title::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 22px;
    border-radius: 10px;
    background: linear-gradient(180deg, #6fd3ff 0%, #9c7bff 100%);
}

/* Search Form */
.wpc-filters-section.wpc-filter-layout-search-field .wpc-filter-search-form{
    margin: 0;
}

/* Search Field Wrapper */
.wpc-filters-section.wpc-filter-layout-search-field .wpc-search-field-wrapper{
    position: relative;
    display: flex;
    align-items: center;
    min-height: 56px;
    background: #fff;
    border: 1px solid #e4e1da;
    border-radius: 18px;
    padding: 0 16px 0 44px;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.wpc-filters-section.wpc-filter-layout-search-field .wpc-search-field-wrapper:focus-within{
    border-color: #cfc7ff;
    box-shadow: 0 0 0 3px rgba(156, 123, 255, 0.08);
    background: #fff;
}

/* Search Icon */
.wpc-filters-section.wpc-filter-layout-search-field .wpc-search-icon{
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    pointer-events: none;
}

/*.wpc-filters-section.wpc-filter-layout-search-field .wpc-search-icon::before{*/
/*    content: "⌕";*/
/*    display: block;*/
/*    font-size: 18px;*/
/*    line-height: 18px;*/
/*    color: #7d8597;*/
/*}*/

/* Input */
.wpc-filters-section.wpc-filter-layout-search-field .wpc-search-field{
    width: 100%;
    height: 54px;
    border: 0 !important;
    outline: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 16px;
    font-weight: 500;
    color: #0b1b3a;
}

.wpc-filters-section.wpc-filter-layout-search-field .wpc-search-field::placeholder{
    color: #7d8597;
    font-weight: 500;
}

/* Clear Icon Wrapper */
.wpc-filters-section.wpc-filter-layout-search-field .wpc-search-clear-icon-wrapper{
    display: flex;
    align-items: center;
    margin-left: 10px;
}

/* Clear Button */
.wpc-filters-section.wpc-filter-layout-search-field .wpc-search-clear-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-decoration: none;
    background: #f3f1fb;
    color: #9c7bff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    transition: all 0.25s ease;
        top: 50% !important;
    transform: translate(0, -50%);
}

.wpc-filters-section.wpc-filter-layout-search-field .wpc-search-clear-icon:hover{
    background: #e8e3ff;
    color: #7d5fff;
}

/* Remove odd defaults */
.wpc-filters-section.wpc-filter-layout-search-field label.screen-reader-text{
    position: absolute;
    left: -9999px;
}

/* Mobile */
@media (max-width: 767px){
    .wpc-filters-section.wpc-filter-layout-search-field{
        padding: 16px;
        border-radius: 20px;
    }

    .wpc-filters-section.wpc-filter-layout-search-field .wpc-filter-title{
        font-size: 17px;
    }

    .wpc-filters-section.wpc-filter-layout-search-field .wpc-search-field-wrapper{
        min-height: 52px;
        border-radius: 16px;
        padding-left: 42px;
    }

    .wpc-filters-section.wpc-filter-layout-search-field .wpc-search-field{
        height: 50px;
        font-size: 15px;
    }
}/* End custom CSS */