.bli-why__grid.podcast-info-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
    gap: 50px;
    margin-bottom: 0;
}
.bli-why__grid.podcast-info-list .bli-podcastvideo {
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.06);
}
.bli-why__grid.podcast-info-list .bli-podcastvideo iframe.video-embed-iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 16px;
}
section.bli-why.bli-box-data.value-partner .top-section {
    text-align: center;
}
section.bli-why.bli-box-data.value-partner .top-section p.desc {
    max-width: 760px;
    margin: 0 auto;
}
.bli-why__grid.podcast-info-list .podcastvideo-list .title {
    font-size: 18px;
    margin-bottom: 0;
    color: #202C5A;
    font-weight: 600;
    margin-top: 20px;
    text-align: left;
}
.bli-why__grid.podcast-info-list .podcastvideo-list .desc {
    font-size: 15px;
    text-align: left;
    color: #292b2c;
    font-weight: 500;
}
.bli-page.podcasts-page p.bli-hero__desc {
    max-width: 710px;
        margin-bottom: 0;
}
.podcast-sections section.podcast-vid-section section.bli-why {
    background: transparent;
}
.podcast-sections section.podcast-vid-section:nth-child(odd) {
    background: #fff;
}
.podcast-sections section.podcast-vid-section section.bli-why {
    background: transparent;
}
.public-strem-section span.bli-label {
    display: inline-block;
    padding: 5px 18px;
    border-radius: 30px;
    font-size: 14px;
}
section.podcast-page-section .bli-why {
    background: transparent;
}
.public-strem-section .strem-desc {
    max-width: 700px;
    margin: 50px auto 0;
    padding: 15px 60px;
    border-radius: 15px;
}
.bli-page.podcasts-page .podcast-page-section:nth-child(odd) {
    background: #fff;
}
.bli-page.podcasts-page section.bli-hero.podcast-page-section {
    background: #1a2b4a;
}
.bli-page.podcasts-page p.desc ,
.bli-page.podcasts-page .public-strem-section .strem-desc p{
    color: #292b2c;
    font-weight: 500;
}
.public-strem-section .strem-desc p {
    margin-bottom: 0;
}
.podcast-preocss-list .bli-why__grid {
    grid-template-columns: repeat(4, 1fr);
}
.podcast-preocss-list .bli-why__grid .bli-why__card {
    flex-direction: column;
    text-align: center;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    padding: 30px 15px;
    transition: background 0.2s 
ease, transform 0.3s 
ease;
}
.podcast-preocss-list .bli-why__grid .bli-why__card:hover {
    background: rgba(255, 255, 255, .12);
    transform: translateY(-5px);
}
.podcast-preocss-list .bli-why__grid .bli-why__card label ,
.podcast-preocss-list .bli-why__grid .bli-why__card h3 ,
.podcast-preocss-list .bli-why__grid .bli-why__card p{
    margin-bottom: 0;
}
section.podcast-page-section.processsection {
    background: #2d3968;
}
.podcast-process-section span.bli-label.seccolor {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(66, 147, 201, 0.25);
    border: 1px solid rgba(66, 147, 201, 0.25);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 5px 16px;
    border-radius: 20px;
    margin-bottom: 15px;
}
.podcast-process-section .top-section h2.bli-title {
    color: #fff;
}
.podcast-process-section .podcast-preocss-list {
    margin-top: 50px;
}
.podcast-preocss-list .bli-why__grid .bli-why__card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.podcast-preocss-list .bli-why__grid .bli-why__card p {
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    line-height: normal;
}
.podcast-preocss-list .bli-why__grid .bli-why__card .bli-why__icon {
    background: #F2636A;
    color: #fff;
}
.podcast-preocss-list .bli-why__grid .bli-why__card label {
    color: #408BC9;
    font-weight: 600;
    text-transform: uppercase;
}
.podcast-step-cta {
    margin-top: 60px;
}
a.btn-get-in-touch {
    display: inline-block;
    background: #F2636A;
    color: #fff;
    padding: 12px 48px 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.3s;
    position: relative;
}
.btn-get-in-touch:after {
    position: absolute;
    content: '';
    background-image: url(../images/btn-right-arrow.svg);
    background-size: contain;
    width: 50px;
    height: 20px;
    background-repeat: no-repeat;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.btn-get-in-touch:hover {
    background: rgba(242, 99, 106, 0.9);
    color: #fff;
    text-decoration: none;
}
@media (max-width: 1024px) {
.podcast-preocss-list .bli-why__grid {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 767px) {
    .bli-why__grid.podcast-info-list {
    grid-template-columns: repeat(1, 1fr);
}
.bli-why__grid.podcast-info-list .podcastvideo-list .title {
    font-size: 16px;
}
.bli-why__grid.podcast-info-list .podcastvideo-list .desc {
    font-size: 14px;
}
.public-strem-section .strem-desc {
        padding: 20px;
            margin: 0 auto;
}
.podcast-process-section .podcast-preocss-list {
    margin-top: 20px;
}
.podcast-process-section span.bli-label.seccolor {
    margin-bottom: 15px;
}
.podcast-step-cta {
    margin-top: 25px;
}
}
@media (max-width: 520px) {
.podcast-preocss-list .bli-why__grid {
    grid-template-columns: repeat(1, 1fr);
}
}

.streming-list .workforcecard-detail-sections .workforce-card {
    width: calc(33.33% - 17px);
    padding: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;

    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.streming-list .workforcecard-detail-sections .workforce-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
                0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.streming-list .workforcecard-detail-sections .workforce-card .img img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.streming-list .workforcecard-detail-sections .workforce-card:hover .img img {
    transition: transform 0.4s ease;
}
.streming-list .workforcecard-detail-sections .workforce-card .bottom-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.streming-list .workforcecard-detail-sections .workforce-card .listen-section {
    padding: 0 20px 20px;
}
.streming-list .workforcecard-detail-sections .workforce-card .box-content {
    padding: 20px;
    text-align: left;
}
.streming-list .workforce-card .box-content h4 {
    font-size: 18px;
    margin-bottom: 14px;
    color: #202C5A;
    font-weight: 600;
}
.streming-list .workforce-card .box-content .card-desc p {
    font-size: 15px;
    text-align: left;
    color: #292b2c;
    font-weight: 500;
}

.streming-list .workforcecard-detail-sections .workforce-card .listen-section p.listen-label {
    text-align: left;
    color: #292b2c;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}
.streming-list .listen-section ul.social-links {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.workforcecard-detail-sections .workforce-card ul li {
    font-size: 14px;
    margin-bottom: 0;
    color: #292b2c;
    width: 100px;
}
.streming-list .listen-section ul.social-links li a {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #F8F9FA;
    padding: 5px 10px;
    border-radius: 20px;
    border: 1px solid #E2E8F0;
    color: #000;
    font-weight: 600;
    font-size: 12px;
        justify-content: center;
}
.streming-list .listen-section ul.social-links li a:hover{
        background: #E8E9EE;
    border-color: #BABDCB;
}
.streming-list .listen-section ul.social-links li a:hover{
    text-decoration: none;
}
.streming-list .listen-section ul.social-links span.icon {
    width: 20px;
    height: 20px;
    background: no-repeat;
}
.streming-list .listen-section ul.social-links li a span.label {
    line-height: normal;
    margin-top: 1px;
}
@media (max-width: 1250px) {
    .streming-list .workforcecard-detail-sections .workforce-card {
    width: calc(50% - 13px);
    }
}
@media (max-width: 600px) {
    .streming-list .workforcecard-detail-sections .workforce-card {
    width: 100%;
    }
}