.podcast-tile.filtered{
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.6s ease, transform 0.4s ease;

}

.podcast-tile.filtered.visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.podcast-tile--loader{
  display:flex;
  gap:26px;
 flex-wrap: wrap; 
}  
.skeleton-card{
  position: relative;
    flex-basis: calc((100% - 52px) / 3);
}
.sk-block {
      background: linear-gradient(90deg, #e8e8e8 25%, #f5f5f5 50%, #e8e8e8 75%);
      background-size: 600px 100%;
      animation: shimmer 1.6s infinite linear;
      border-radius: 6px;
      flex-shrink: 0;
    }

    .skeleton-card {
      background: #ffffff;
      border: 1px solid #e5e5e5;
      border-radius: 12px;
      overflow: hidden;
      width: 320px;
      display: flex;
      flex-direction: column;
    }

    /* ── TOP: image + title block ── */
    .skeleton-card--top {
      display: flex;
      gap: 12px;
      padding: 14px 14px 12px;
      border-bottom: 1px solid #eeeeee;
    }

    .top-text {
      display: flex;
      flex-direction: column;
      gap: 7px;
      flex: 1;
      padding-top: 2px;
    }

    /* ── BOTTOM: meta rows + button ── */
    .skeleton-card--bottom{
      display: flex;
      flex-direction: column;
      gap: 10px;
      padding: 14px 14px 12px;
    }

    .meta-row {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    /* ── FOOTER: listen on + icons ── */
    .loader--footer {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 10px 14px 13px;
      border-top: 1px solid #eeeeee;
    }

/* ── Keyframes ── */
@keyframes shimmer {
  0%   { background-position: -500px 0; }
  100% { background-position:  500px 0; }
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.35; }
}

@keyframes fadeSlideIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Theme variables ── */
@media (prefers-color-scheme: light) {
  :root {
    --sk-base: #ebebeb;
    --sk-shine: #f8f8f8;
    --card-bg: #fff;
    --card-border: rgba(0, 0, 0, 0.1);
    --divider: rgba(0, 0, 0, 0.07);
    --meta: #888;
    --title: #111;
    --platform-bg: #f3f3f3;
    --btn-bg: #111;
    --btn-fg: #fff;
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    --sk-base: #272727;
    --sk-shine: #383838;
    --card-bg: #1c1c1c;
    --card-border: rgba(255, 255, 255, 0.09);
    --divider: rgba(255, 255, 255, 0.07);
    --meta: #666;
    --title: #eee;
    --platform-bg: #252525;
    --btn-bg: #f0f0f0;
    --btn-fg: #111;
  }
}

/* ── Skeleton base block ── */
.sk-block {
  background: linear-gradient(
    90deg,
    var(--sk-base)  25%,
    var(--sk-shine) 50%,
    var(--sk-base)  75%
  );
  background-size: 500px 100%;
  animation: shimmer 1.5s infinite linear;
  border-radius: 6px;
  flex-shrink: 0;
}

/* ── Play button — shimmer + pulse together ── */
.sk-pulse {
  animation: shimmer 1.5s infinite linear,
             pulse 1.8s ease-in-out infinite;
}

/* ── Real card reveal ── */
.appear {
  animation: fadeSlideIn 0.45s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}





label.poscast-tags {
    display: block;
}
.podcast-tile--title {
    margin: 8px 0 0 0;
}
a.podcast-tile--image-wrapper:focus{
    outline:none;
}
a.podcast-tile--image-wrapper:focus-visible,
a.podcast-playbtn:focus-visible {
    box-shadow:
        0 0 0 2px #000,
        0 0 0 4px #47d7ac;
    outline: none;
}
#podcasts-feed {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
}
.podcast-tile {
    position: relative;
    flex-basis: calc((100% - 52px) / 3);
}
.podcast-tile--container {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.podcast-tile--topsection {
    display: flex;
}
.topsection-separator {
    width: 2px;
    height: 15px;
    background: #2d807b;
    display:inline-block;
    margin:0 5px;
   vertical-align:middle;
  margin-bottom:3px;
}
.topsection-right {
    margin-left: 16px;
    width: 50%;
}
/* .sub-title {
/*     display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap:8px; */
} */
/* .sub-title h6 {
    margin: 0;
    line-height: 1.3; 
    
} */
.sub-title span {
    margin: 0;
    vertical-align:middle;
   display:inline-block;
}
.podcast-tile--middlesection {
    border-left: 1px solid #e0e3e8;
    padding: 0 16px;
    margin-top: 16px;
}
.podcast-author,
.podcast-duration,
.podcast-date,
.podcast-tag{
    position: relative;
    margin: 0;
    padding: 4px 0;
    display: flex;
    align-items: center;
}
.podcast-duration {
    margin: 4px 0;
}
.podcast-author::before,
.podcast-duration::before,
.podcast-date::before,
.podcast-tag::before
{
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    flex-shrink: 0;
}
.podcast-author::before {
    background-image: url("https://www.nagarro.com/hubfs/NagarroWebsiteRedesign-Aug2020/Assets/Images/Icons/breadcrumb.svg");
}
.podcast-duration::before {
    background-image: url("https://www.nagarro.com/hubfs/NagarroWebsiteRedesign-Aug2020/Assets/Images/Icons/time%20(1).svg");
}
.podcast-date::before {
    background-image: url("https://www.nagarro.com/hubfs/NagarroWebsiteRedesign-Aug2020/Assets/Images/Icons/calendar%20(1).svg");
}
.podcast-tag::before {
    background-image: url("https://www.nagarro.com/hubfs/NagarroWebsiteRedesign-Aug2020/Assets/Images/Icons/podcast%20Tag%20Icon.svg");
}
.podcast-tile--bottomsection {
    margin-top: auto;
}
.podcast-playbtn {
    margin: 24px 0;
    width: 100%;
}
.poscast-allmediaPlayer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.dropdown-wrap {
    position: relative;
    width: 300px;
}
.podcast-listing--header {
    display: flex;
    align-items: center;
}
.tag-filter {
    margin: 0 24px;
}
#tagFilter .filter-options {
    background: #fff;
    border: 1px solid #c4c9d2;
    height: 0;
    left: 0;
    margin-bottom: 20px;
    margin-top: 1px;
    opacity: 0;
    overflow: auto;
    padding: 0;
    position: absolute;
    top: 60px;
    /*     transition: opacity .3s; */
    width: 100%;
    width: 0;
    z-index: 10;
    border-radius: 15px;
    padding: 16px 0 8px;
}

#tagFilter.open .filter-options {
    height: auto;
    opacity: 1;
    width: 100%;
}

.selected-chips .chips-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0;
}

.chip {
    display:none;
    border: 1px solid #d2d6dd;
    border-radius: 25px;
    font-family: Equip;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 4px 16px;
    text-align: center;
    opacity:0;
    align-items: center;
    pointer-events:none;
}
.chip.show{
  opacity:1;
  pointer-events:auto;
  display:flex;
}
.chip button {
    margin-left: 6px;
    border: none;
    background: none;
    cursor: pointer;
    font-weight: bold;
}

#tagFilter .tagFilter-select-btn {
    border: 1px solid #c4c9d2;
    color: #4e5e78;
    background: none;
    border-radius: 48px;
    width: 100%;
    text-align: left;
    padding: 18px 24px;
    background: url(https://www.nagarro.com/hubfs/NagarroWebsiteRedesign-Aug2020/Assets/Images/Icons/dropdown-gray-icon.png)
        no-repeat 95% center;
}

.dropdown-wrap > .filter-options {
    padding: 16px 0 8px;
}

.dropdown-wrap > .filter-options > ul {
    list-style-type: none;
    margin: 0;
    max-height: 200px;
    overflow-y: scroll;
    padding: 0;
    -ms-overflow-style: none;
    overflow-x: clip;
    margin-right: 10px;
    background: #fff;
    /*     scrollbar-width: 5px */
}

.dropdown-wrap > .filter-options > ul::-webkit-scrollbar {
    width: 5px;
}

.dropdown-wrap > .filter-options > ul::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 8px;
    opacity: 0.4;
}

.dropdown-wrap > .filter-options > ul::-webkit-scrollbar-thumb {
    background: #c2c2c2;
    border-radius: 8px;
}

.dropdown-wrap > .filter-options > ul::-webkit-scrollbar-thumb:hover {
    background: #909090;
}

.dropdown-wrap > .filter-options > ul label {
    color: #4e5e78;
    display: inline-block;
    font-family: Equip;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    padding: 6px 42px 6px 24px;
    position: relative;
    width: 100%;
    /*     cursor:pointer */
}

.dropdown-wrap > .filter-options > ul label.all-label {
    text-decoration: underline;
}

.dropdown-wrap > .filter-options > ul li {
    position: relative;
}

.dropdown-wrap > .filter-options.checkbox-autofit > ul label,
.dropdown-wrap > .filter-options.hide-checkbox > ul label {
    padding: 4px;
}

.dropdown-wrap > .filter-options > ul input[type="checkbox"] {
    position: absolute;
    right: 24px;
    top: calc(50% - 6px);
    width: auto;
    webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    height: 13px;
    margin: 0;
    outline: none;
    padding: 0;
    width: 13px;
}

.dropdown-wrap > .filter-options.hide-checkbox > ul input[type="checkbox"] {
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.dropdown-wrap > .filter-options > ul input[type="checkbox"]:checked {
    opacity: 1;
    outline: none;
}

.dropdown-wrap > .filter-options > ul li input[type="checkbox"] + .checkbox-checked {
    background-color: #2d807b;
    background-size: 100% auto;
    height: 10px;
    mask: url(https://www.nagarro.com/hubfs/NagarroWebsiteRedesign-Aug2020/Assets/Images/Icons/green_check.svg)
        no-repeat;
    mask-size: 100% auto;
    opacity: 0;
    position: absolute;
    right: 24px;
    top: calc(50% - 4px);
    width: 15px;
}

.dropdown-wrap > .filter-options > ul li input[type="checkbox"]:checked + .checkbox-checked {
    opacity: 1;
}

.dropdown-wrap > .filter-options > ul input[type="checkbox"]:checked + label {
    color: #010716;
}

.dropdown-wrap > .filter-options > ul > li input[type="checkbox"]:focus-visible {
    bottom: 5px;
    height: auto;
    left: 5px;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 5px;
    width: 97%;
}

.selected-chips {
    display: flex;
    gap: 8px;
}

.clear-all-chips {
    display: none;
    background: none;
    color: #13294b;
    border: none;
    text-decoration: underline;
    font-family: Equip;
    font-size: 12px;
}

.listing-header {
    display: flex;
    gap: 24px;
    align-items: center;
}

.listing-header-title {
    white-space: nowrap;
}
#loadMoreBtn {
    display: none;
}
.loadMoreBtn {
    border: 1px solid #989da9;
    color: #13294b;
    transition: all ease 300ms;
    /*     display: none; */
    width: 100%;
}
.loadMoreBtn:hover {
    border: 1px solid #e0e3e8;
    color: #13294b;
    background: #e0e3e8;
    transform: scale(1.1);
}

.podcast-tile--image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 25vh;
    max-height: 200px;
    position: relative;
    width: 100%;
}
.podcast-tile--image-wrapper {
    position: relative;
    overflow: hidden;
    width: 50%;
}
.podcast-mediaplayer--text {
    margin: 0;
}
.podcast-tile--hover-logo {
    position: absolute;
    background: url(https://www.nagarro.com/hubfs/NagarroWebsiteRedesign-Aug2020/Assets/Images/Icons/Polygon%201.svg)
        no-repeat 50%;
    background-color: #47d7ac;
    background-position: 22px;
    background-size: 29px;
    border: none;
    border-radius: 50%;
    /*     bottom: 15%; */
    height: 65px;
    /* margin: 16px; */
    /*     right: 10%; */
    width: 65px;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
}
.podcast-tile--dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25vh;
    background: #06041f;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.podcast-tile--image-wrapper:hover .podcast-tile--dark-overlay,
.podcast-tile--image-wrapper:focus .podcast-tile--dark-overlay {
    opacity: 0.6;
}
.podcast-tile--image-wrapper:hover .podcast-tile--hover-logo,
.podcast-tile--image-wrapper:focus .podcast-tile--hover-logo {
    opacity: 1;
}

.podcast-tile--logo {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.allMedia-logo {
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.spotify-url path {
    fill: #8893a5;
}
.allMedia-logo:hover,
.allMedia-logo:focus-visible {
    border-radius: 8px;
    background: #eff1f4;
}
.allMedia-logo:hover path,
.allMedia-logo:focus-visible path {
    fill: #4e5e78;
}
a#loadMoreBtn:focus {
    color: #2e008b;
}
@media (max-width: 1200px) {
    .podcast-tile--image-wrapper {
        width: auto;
    }
    .podcast-tile--image {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 175px;
        max-height: none;
        position: relative;
        width: 175px;
        /*     max-width:253px ; */
    }
    .podcast-tile--dark-overlay {
        height: 175px;
        width: 175px;
        /*     max-width:253px ; */
    }
    .podcast-tile {
        flex-basis: calc((100% - 26px) / 2);
    }
  .skeleton-card{
  flex-basis: calc((100% - 26px) / 2);
  }
}
/* @media (max-width: 1200px) and (orientation: landscape) {
  .podcast-tile--image{
    height:175px;
    width:175px
  }
  .podcast-tile--dark-overlay{
    height: 175px;
     width:175px;
  }
} */
@media (max-width: 1023px) {
    .podcast-tile {
        flex-basis: calc((100% - 26px) / 2);
    }
    .podcast-listing--header {
        flex-wrap: wrap;
    }
    .podcast-tile--image {
        background-position: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 160px;
        max-height: none;
        position: relative;
        width: 160px;
    }
    .podcast-tile--dark-overlay {
        height: 160px;
        width: 160px;
        /*     max-width:175px ; */
    }
}

@media (max-width: 767px) {
  .podcast-tile--loader{
    display:block;
  }
  .skeleton-card{
    margin-bottom:48px;
  }
    #podcasts-feed {
        display: block;
    }
    .tag-filter {
        margin: 0;
        width: 100%;
    }
    .podcast-tile--image-wrapper {
        width: 100%;
    }

    #tagFilter {
        width: 100%;
    }
    .topsection-right {
        width: 100%;
    }
    .selected-chips .chips-list {
        justify-content: center;
        align-items: center;
    }
    .podcast-listing--header {
        flex-direction: column;
    }
    .podcast-tile--topsection {
        display: block;
    }
    .podcast-tile {
        margin-right: 0;
    }
    .topsection-right {
        margin-left: 0;
        padding-top: 16px;
    }
    .podcast-tile--image {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 49vh;
        max-height: 320px;
        position: relative;
        width: 100%;
    }
    .podcast-tile--dark-overlay {
        height: auto;
        width: 100%;
    }
    .poscast-allmediaPlayer {
        gap: 24px;
        flex-wrap: wrap;
    }
    .poscast-allmediaPlayer p {
        flex: 0 0 100%;
        text-align: center;
        margin-bottom: -16px;
    }
}
@media (max-width: 700px) and (orientation: landscape) {
    .podcast-tile {
        margin-bottom: 48px;
    }
    .podcast-tile--loader{
    display:flex;
  }
  .skeleton-card{
    flex-basis: calc(50% - 26px);
  }
    .podcast-tile--topsection {
        display: flex;
    }
    .podcast-tile--image-wrapper {
        margin-right: 26px;
        width: auto;
    }
    .podcast-tile--image {
        height: 175px;
        width: 175px;
    }
    .podcast-tile {
        flex-basis: calc(50% - 26px);
    }
    .topsection-right {
        width: 50%;
    }
}
