/* Newsroom latest insights css Section Start */
.newsroom-latest-insights {
    background-color: var(--color-bg-550);
    padding-top: 8.3125rem;
    padding-bottom: 6.0625rem;
    position: relative;
    background-image: url(/wp-content/uploads/2026/01/newsroom-bg.svg);
    background-repeat: no-repeat;
    background-position: top 14px right 0;
    background-size: auto;
}
.newsroom-latest-insights .searching-wrapper-content{
    display: flex;
    justify-content: space-between;
    gap: 1.25rem;
    align-items: end;
    margin-bottom: 3.75rem;
}
.newsroom-latest-insights .searching-wrapper-content .media-main-title-wrapper .media-main-title{
    color: #0B0A0A;
    font-weight: 400;
    margin-bottom: 12px;
}
.newsroom-latest-insights .searching-wrapper-content .media-main-title-wrapper .media-main-titles-dis{
    color: #0B0A0A;
    margin: 0;
}
.newsroom-latest-insights .media-grid__card {
    background: var(--color-bg-600);
}
.newsroom-latest-insights .media-grid__content {
    padding: 2.5rem 2.5rem 3.125rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2.3125rem;
    flex: 1;
}
.newsroom-latest-insights .media-grid__title {
    color: #0B0A0A;
    margin-bottom: 1.25rem;
    font-weight: 420;
}
.newsroom-latest-insights .media-grid__disc{
    color: rgba(11, 10, 10, 0.8);
    margin: 0;
    font-weight: 400;
}
.newsroom-latest-insights .media-grid__meta{
    line-height: 0;
}
.newsroom-latest-insights .media-grid__meta .media-grid__date,
.newsroom-latest-insights .media-grid__meta .media-grid__label{
    color: #4A4949;
    font-size: 1rem;
}
.newsroom-latest-insights .media_info_meta_btn{
    margin-top: 1.5625rem;
    line-height: 0;
}
.newsroom-latest-insights .media_info_meta_btn .zamp_ts_btn{
    padding: 0;
    background-color: transparent;
    color: #0B0A0A;
    border: none;
}
.newsroom-latest-insights .latest-insights .swiper-wrapper {
    align-items: stretch;
}
.newsroom-latest-insights .latest-insights .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
}
.newsroom-latest-insights .latest-insights .swiper-slide .media-grid__content{
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom 0 right 0;
    background-size: auto;
}
.newsroom-latest-insights .latest-insights .swiper-slide:nth-child(odd) .media-grid__content{
    background-image: url(/wp-content/uploads/2026/01/latest-bg-one.svg);
}
.newsroom-latest-insights .latest-insights .swiper-slide:nth-child(even) .media-grid__content{
    background-image: url(/wp-content/uploads/2026/01/latest-bg-two.svg);
}
.latest-insights_wrap{
    line-height: 0;
}
.latest-insights_wrap .latest-insights-pagination{
    display: flex;
    gap: .3969rem;
    align-items: center;
    margin-top: 38px;
}
.latest-insights_wrap .latest-insights-pagination .swiper-pagination-bullet{
    margin: 0 !important;
    max-width: .5775rem;
    height: .5775rem;
    width: 100%;
    border-radius: 0;
    background-color: var(--color-bg-white) !important;
    opacity: 1;
}
.latest-insights_wrap .latest-insights-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #0B0A0A !important;
}
@media only screen and (max-width:64rem){
.newsroom-latest-insights .media-grid__content{
    gap: 30px;
    padding: 25px;
}
.newsroom-latest-insights {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-size: 400px;
}
}
@media only screen and (max-width:47.9375rem){
.newsroom-latest-insights .searching-wrapper-content{
    margin-bottom: 50px;
}
.newsroom-latest-insights {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
}
.media-main-title-wrapper{
    text-align: center;
}
.newsroom-latest-insights .media_info_meta_btn {
    margin-top: .9375rem;
}
.latest-insights_wrap .latest-insights-pagination{
    justify-content: center;
    margin-top: 20px;
}
.latest-insights_wrap .latest-insights-pagination .swiper-pagination-bullet{
    max-width: 8px;
    height: 8px;
}
.newsroom-latest-insights{
    background-position: top 115px right 0;
    background-size: 200px;
}
.newsroom-latest-insights .latest-insights .swiper-slide .media-grid__content{
    background-size: 70px;
}
.newsroom-latest-insights .media-grid__meta .media-grid__date, .newsroom-latest-insights .media-grid__meta .media-grid__label{
    font-size: .875rem;
}
}
/* Newsroom latest insights css Section End */

/* Media Appearances Css Section Start */
.podcasts-media-section .searching-wrapper-content{
    display: flex;
    justify-content: space-between;
    gap: 1.25rem;
    align-items: end;
    margin-bottom: 3.75rem;
}
.podcasts-media-section .searching-wrapper-content .media-main-title-wrapper .media-main-title{
    color: #0B0A0A;
}
.podcasts-media-section .media-grid__card {
    background: #F4F4F1CC;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.podcasts-media-section .media-grid__image-wrap {
    position: relative;
    overflow: hidden;
}
.podcasts-media-section .media-grid__image-wrap img {
    width: 100%;
    /*height: 16.25rem;*/
    height: auto;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 0;
}
.podcasts-media-section .media-grid__image-wrap img {
    transition: transform 0.5s ease;
}
.podcasts-media-section .media-grid__card:hover .media-grid__image-wrap img {
    transform: scale(1.08);
}
.podcasts-media-section .media-grid__content {
    padding: 1.875rem 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex: 1;
}
.podcasts-media-section .media-grid__title {
    color: #0B0A0A;
    flex: 1;
}
.podcasts-media-section .media-grid__meta{
    line-height: 0;
}
.podcasts-media-section .media-grid__meta .media-grid__label{
    font-weight: 600;
}
.podcasts-media-section .media-grid__meta .media-grid__date,
.podcasts-media-section .media-grid__meta .media-grid__label{
    color: #4A4949;
}
.podcasts-media-section .media_info_meta_btn .zamp_ts_btn{
    padding: 0;
    background-color: transparent;
    color: #0B0A0A;
    border: none;
    margin-top: .75rem;
}
.podcasts-media-section .podcasts-swiper .swiper-wrapper{
    align-items: stretch;
}
.podcasts-media-section .podcasts-swiper .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
}
.podcasts-media-section .podcasts_btn_wrap{
    position: absolute;
    top: 37px;
    z-index: 1;
    display: flex;
    gap: 14px;
    right: 0;
}
.podcasts-media-section .podcasts-swiper{
    padding-top: 112px;
    margin-top: -112px;
}
.podcasts_btn_wrap .swiper-button-prev,
.podcasts_btn_wrap .swiper-button-next{
    width: 37px;
    height: 37px;
    background-color: var(--color-bg-hover-50);
    border: 1px solid var(--color-bg-hover-50);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    position: unset;
}
.podcasts_btn_wrap .swiper-button-prev:hover,
.podcasts_btn_wrap .swiper-button-next:hover{
    background-color: #0B0A0A;
}
.podcasts_btn_wrap .swiper-button-prev:hover::after,
.podcasts_btn_wrap .swiper-button-next:hover::after{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7441%) hue-rotate(130deg) brightness(110%) contrast(105%);
}
.podcasts_btn_wrap .swiper-button-prev:after,
.podcasts_btn_wrap .swiper-button-next:after{
    content: "";
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.podcasts_btn_wrap .swiper-button-prev:after{
    background-image: url(/wp-content/uploads/2026/01/Vector-11.svg);
    transform: rotate(180deg);
}
.podcasts_btn_wrap .swiper-button-next:after{
    background-image: url(/wp-content/uploads/2026/01/Vector-11.svg);
}
.podcasts-media-section .podcasts-swiper {
    direction: ltr;
}
@media only screen and (max-width:64rem){
.podcasts-media-section .podcasts-swiper {
    padding-top: 98px;
    margin-top: -98px;
}
.podcasts-media-section .media-grid__content{
    gap: 30px;
    padding: 25px;
}
.podcasts-media-section .podcasts_btn_wrap{
    top: 23px;
}
}
@media only screen and (max-width:47.9375rem){
    .podcasts-media-section .podcasts_btn_wrap {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
      
    }
    .podcasts-media-section .podcasts-swiper {
        padding-top: 0;
        margin-top: 0;
        padding-bottom: 21px;
    }
    .podcasts-media-section .searching-wrapper-content{
        justify-content: center;
        margin-bottom: 50px;
        gap: 1.25rem;
    }
    .podcasts-media-section .podcasts-swiper .swiper-wrapper{
        margin-bottom: 20px;
    }
}
/* Media Appearances Css Section End */

/* Popup Model Video Css Section Start */
.podcast-video-modal{
    display: none;
}
body.podcast-video-open{
    overflow:hidden;
}
.podcast-video-modal{
    position:fixed;
    inset:0;
    display:none;
    align-items:center;
    justify-content:center;
    background:rgba(0,0,0,.75);
    z-index:999999;
    padding:40px 20px;
}
.podcast-video-overlay{
    position:absolute;
    inset:0;
}
.podcast-video-popup{
    position:relative;
    width:100%;
    max-width:900px;
    background:#000;
    border-radius:14px;
    box-shadow:0 25px 60px rgba(0,0,0,.45);
    z-index:2;
}
.podcast-video-popup iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    display: block;
    border-radius: 14px;
}
.podcast-video-close{
    position: absolute;
    top: -16px;
    right: -16px;
    width: 38px;
    height: 38px;
    background: #fff;
    border-radius: 51px;
    border: none;
    cursor: pointer;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .3);
    transition: .2s ease;
    padding: 0;
}
.podcast-video-close img{
    height: 20px;
}
.podcast-video-close:hover{
    background-color: #000;
}
.podcast-video-close:hover img{
    filter: brightness(0) saturate(100%) invert(97%) sepia(100%) saturate(0%) hue-rotate(266deg) brightness(103%) contrast(104%);
}
.podcast-video-close:hover{
    transform:scale(1.05);
}
@media(max-width:991px){
  .podcast-video-modal{
    padding:30px 16px;
  }
}
@media(max-width:768px){
  .podcast-video-popup{
    border-radius:10px;
  }
  .podcast-video-close{
    top:-10px;
    right:-10px;
    width:32px;
    height:32px;
  }
}
@media(max-width:480px){
  .podcast-video-modal{
    padding:20px 10px;
  }
}
/* Popup Model Video Css Section End */