.podcastLatest__section {
    padding-top: 45px;
    padding-bottom: 45px;
    /* margin-bottom: 82px; */
    background-color: #f2fbff;
}

.podcastLatest__heading {
    text-align: center;
    margin-bottom: 45px;
}

.podcastLatest__sliderParent {
    position: relative;
}

.podcastLatest__slider {
    position: relative;
    margin-bottom: 20px;
}

.podcastLatest__slide {
    background-color: #ffffff;
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.podcastLatest__slideContent {
    width: 50%;
}

.podcastLatest__slideMedia {
    position: relative;
}

.podcastLatest__podcasttexttop {
    width: 100%;
    position: absolute;
    top: 27px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 19px;
}

.podcastLatest .podcasttexttop__hdfcLogo, .podcastLatest .podcasttexttop__podcastLogo {
    width: auto;
    height: 35px;
}

.podcastLatest .podcastLatest__podcasttexttop .podcasttexttop__hdfcLogo img, 
.podcastLatest .podcastLatest__podcasttexttop .podcasttexttop__podcastLogo img {
    width: auto;
    height: 35px;
}

.podcast__video {
    background-color: #f2fbff;
    height: 300px;
    box-shadow: inset 3px 3px 5px 1px #9a9a9a;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
} 

.podcastLatest__slideContent .podcastLatest__slideMedia .podcast__video img {
    width: 100%;
    height: 100%;
}

.podcastLatest__slideMedia .podcastLatest__podcasttext{
    width: 100%;
    position: absolute;
    top: 20px;
    text-align: center;
}

.podcastLatest__playButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.podcastLatest__playButton img {
    width: 100%;
    height: 100%;
}

.podcastLatest__slideDetails {
    width: 50%;
    padding:  42px 32px;
    position: relative;
}

.podcastLatest__slideDetails .podcastLatest__title {
    color: #ed1c24;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 15px;
}

.podcastLatest__slideDetails .podcastLatest__date{
    color: #233253;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.podcastLatest__slideDetails .podcastLatest__detail {
    max-height: 135px;
    overflow: auto;
}

.podcastLatest__slideDetails .podcastLatest__detail p {
    color: #23325399;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

/* owl carousel */

.podcastLatest__slider .owl-dots{
    display: none !important;
}

.custom-nav {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.custom-nav.disabled {
    display: none;
}

.custom-nav button {
    border: 1px solid #88969F;  
    background: #ed1c24;
    height: 40px;
    width: 40px;
    border: none;
    border-radius: 50%
}

.custom-nav button span {
    display: block;
    color: #005F9D;
    background: url(../../../../../content/dam/hdfclifeinsurancecompany/images/product/sprite.png) no-repeat;
    width: 14px;
    height: 12px;
    display: block;
    margin: auto;
}

.custom-nav button.owl-next span {
    background-position: -1px -1px;  
}

.custom-nav button.owl-prev span {
    background-position: -1px -1px;  
    transform: rotate(180deg);
}

.custom-nav button.owl-prev.disabled ,
.custom-nav button.owl-next.disabled  {
    background-color: #c7cacc;
}

@media screen and (max-width: 768px) {
    /* .podcastLatest__section {
        margin-bottom: 57px;
    } */

    .podcast__container {
        padding: 0 24px;
    }

    .podcastLatest__heading {
        margin-bottom: 26px;
    }

    .podcastLatest__slider {
        position: relative;
        margin-bottom: 20px;
    }

    .podcastLatest__slide {
        flex-direction: column-reverse;
    }
    
    .podcastLatest__slideContent,
    .podcastLatest__slideDetails {
        width: 100%;
    }

    .podcastLatest__podcasttexttop {
        top: 16px;
    }
    
    .podcastLatest .podcasttexttop__hdfcLogo, 
    .podcastLatest .podcasttexttop__podcastLogo,
    .podcastLatest .podcastLatest__podcasttexttop .podcasttexttop__hdfcLogo img, 
    .podcastLatest .podcastLatest__podcasttexttop .podcasttexttop__podcastLogo img {
        height: 25px;
    }

    .podcast__video {
        height: auto;
    }
    
    .podcastLatest__slideContent .podcastLatest__slideMedia .podcast__video img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .podcastLatest__slideDetails {
        padding: 32px;
    }

    .podcastLatest__slideDetails .podcastLatest__title {
        font-size: 21px;
        line-height: 30px
    }

    .podcastLatest__slideDetails .podcastLatest__detail {
        max-height: 185px;
    }

    .custom-nav {
        position: static;
        justify-content: center;
    }

    .custom-nav button {
        width: 44px;
        height: 44px;
    }
}