/* header changes */
.page-template-podcast-detail .site-inner header {
    background-color: transparent !important;
}


.page-template-podcast-detail .site-inner header.Fixed-top {
    background-color: #fff !important;
}


.page-template-podcast-detail .right-nav.mainNav ul.mainUL li span,
.page-template-podcast-detail header .right-nav .mainUL li a {
    color: #fff;
}

.page-template-podcast-detail .Fixed-top .right-nav.mainNav ul.mainUL li span,
.page-template-podcast-detail .Fixed-top .right-nav .mainUL li a {
    color: #000;
}

.page-template-podcast-detail .plus svg {
    color: #fff;
}

.page-template-podcast-detail .Fixed-top .plus svg {
    color: #000;
}




.page-template-podcast-detail .web-daffo-logo.blaks {
    display: none;
}


.page-template-podcast-detail .header-logo.abouts-page {
    display: block;
}


.page-template-podcast-detail .Fixed-top .web-daffo-logo.blaks {
    display: block;
}


.page-template-podcast-detail .Fixed-top .header-logo.abouts-page {
    display: none;
}

/* header changes end*/
/* section profile */

.transcript-text {
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.transcript-text.collapsed {
    max-height: 80px;
    /* Adjust this to show part of the text */
    mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}
.transcript-text p{
    font-family: 'BwAletaNo10-Regular';
    font-weight: 500;
    font-size: 16px;
    line-height: 172%;
    color: rgba(0, 0, 0, 1);

}

.summary .sumaary-heading{
    font-size: 24px;
    font-weight: 600;
    line-height: 28.76px;
}

.transcript-more {
    text-align: center;
    margin-top: 20px;
    position: relative;
}

.arrow-icon {
    height: auto;
    display: block;
    margin: 0 auto;
    transition: transform 0.3s ease;
}

.read-more-text {
    margin-top: 5px;
}

.read-more-link {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.read-more-link.active+.arrow-icon {
    transform: rotate(180deg);
}


.transcript-more hr {
    margin-top: -16px;
    padding-top: 0;
    border-top: none;
}

.carousel-indicators-wrapper button {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #ccc;
    border-radius: 50%;
    border: none;
    opacity: 0.6;
    transition: 0.3s ease;
}

.carousel-indicators-wrapper button.active {
    background-color: orange;
    opacity: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 38px;
    height: 38px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 2;
}


.carousel-control-prev::before,
.carousel-control-next::before {
    display: none;
}

.card .ep-number {
    position: absolute;
    font-size: 14px;
    background: rgba(0, 0, 0, 1);
    padding: 10px 20px !important;
    border-bottom-right-radius: 4px;
    right: 0;
    top: 229px;
}

.episode-card {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    width: 373px;
    height: 513px;
}

.episode-card .card-body {
    height: 300px;
    margin-top: 90px;
}



/* Make arrows look nice beside indicators */
.carousel-control-prev,
.carousel-control-next {
    width: 38px;
    height: 38px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
}

.carousel-control-prev {
    background-image: url(../images/Previous.svg);

}

.carousel-control-next {
    background-image: url(../images/Next.svg);

}

.carousel-control-prev::before,
.carousel-control-next::before {
    display: none;
}

.carousel-controls-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
}

/* Indicator Dots Styling */
.carousel-indicators-wrapper button {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    border: none;
    opacity: 0.6;
    transition: all 0.3s;
}

.carousel-indicators-wrapper button.active {
    background-color: orange;
    opacity: 1;
}

.page-template-podcast-detail .innerBanner {
    height: auto;
}

.page-template-podcast-detail .podtitle-section {
    font-family: 'BwAletaNo10-Regular';
    font-size: 32px;
    font-weight: 600;
    line-height: 54.72px;
    text-align: left;
    color: #fff;
    width: 326px;
}

.page-template-podcast-detail .podcastsubscribe-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 45px;
}


.page-template-podcast-detail .podcastsubscribe-icon .icons {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 0;
}




.page-template-podcast-detail .podcastsubscribe-icon .podcast-title {
    font-family: 'BwAletaNo10-Regular';
    font-size: 15.01px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
    color: #fff;
}

.page-template-podcast-detail .podcastsubscribe-icon .icons .image {
    padding: 0px 49px;
    height: 45px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(62, 61, 61, 0.5) 0%, rgba(217, 217, 217, 0.25) 100%);
    box-shadow: 0px 1.48px 1.48px 0px rgba(0, 0, 0, 0.25);
    width: 99px;
    height: 32px;
    border-radius: 18.78px;
    display: flex;
    align-items: center;

}

.brief-summary  .transcript{
    margin-top: 52px;
}



/* .podcastsubscribe-icon .icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
} */

.podcastsubscribe-icon .button {
    display: flex;
    align-items: center;
    color: white;
    font-size: 14px;
    gap: 8px;
    text-decoration: none;
}

.podcastsubscribe-icon .button .image img {
    width: 70px;
    height: auto;
    vertical-align: middle;
}


.square-image-wrapper {

    padding-top: 47%;
    /* This creates a 1:1 aspect ratio (square) */
}

.square-image-wrapper img {
    height: 270px;
    object-fit: cover;
    border-radius: 10.25px;
}


.square-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* This ensures the image fills the square, cropping as needed */
}

.page-template-podcast-detail .podtitle-section-yellow {
    color: #F5A100;
    font-weight: 600;
    font-size: 16px;
    line-height: 172%;
}

.page-template-podcast-detail .podtitle-section {
    color: white;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 10px;
}

.page-template-podcast-detail .client-name {
    color: #F5A100;
    font-weight: 700;
    font-size: 27.17px;
    line-height: 30.98px;
    text-align: justify;
}

.page-template-podcast-detail .client-description {
    font-family: 'BwAletaNo10-Regular';
    font-weight: 600;
    font-size: 16.23px;
    line-height: 20px;
    text-align: left;
}

.profile-section .profile-info {
    /* display: flex;
    flex-direction: column;
    align-items: center; */
    color: white;
    position: relative;
}

.page-template-podcast-detail .client-description {
    width: 236px;
}


.black {
    color: rgba(0, 0, 0, 1);
    font-family: 'BwAletaNo10-Regular';
    font-weight: 500;
    font-size: 16px;
    line-height: 23.19px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.heading {
    font-family: 'BwAletaNo10-Regular';
    font-size: 16px;
    line-height: 172%;

}

.left-coloum {
    width: 774px;
    height: 173px;
    gap: 22px;
}

.podcastsubscribe-icon .also {
    margin: 0;
    white-space: nowrap;
    color: #fff;
    display: flex;
    align-items: center;
}

.objects {
    text-align: start;
}

.objects img {
    width: 396px;
    height: auto;
    margin-top: 24px;
}

.profile-image {
    margin-bottom: -20px;
}

.client-background-box {
    width: 700px;
    height: 207px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.overlay-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 100px;
    display: flex;
    align-items: center;
    gap: 5px;
    box-sizing: border-box;
    background-color: transparent;
}

.mic-image-wrapper {
    width: 35%;
    display: flex;
    justify-content: flex-end;
    padding-right: 5px;
}

.mic-image {
    height: 120px;
    width: 86px;
}

.guest-info {
    width: 65%;
    display: flex;
    align-items: flex-start;
}

.guest-text {
    line-height: 1.4;
}

.guest-heading {
    font-family: 'BwAletaNo10-Regular';
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-decoration: underline;
    margin: 0 0 5px 0;
    text-align: justify;
}

.client-name {
    margin: 0 0 3px 0;
    text-align: justify;
}

.client-description {
    margin: 0;
    text-align: justify;
}

.spotify {
    margin-top: 52px;
}

.person-card {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0px 0px 16.04px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.card-header {
    height: 30px;
    padding: 4.5px 24px;
    font-size: 12px;
    font-family: 'BwAletaNo10-Regular';
    background-color: rgba(245, 161, 0, 1);
    text-align: center;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    line-height: 172%;
}

.person-info {
    margin-top: 33px;
    gap: 15px;
    padding: 0 24px;
}

.person-image-wrapper {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid rgba(245, 161, 0, 1);
    overflow: hidden;
}

.person-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.person-text {
    flex: 1;
}

.person-name {
    font-family: 'BwAletaNo10-Regular';
    font-weight: 700;
    font-size: 19.28px;
    color: rgba(245, 161, 0, 1);
    margin-bottom: 10px;
    line-height: 21.98px;

}

.person-title {
    font-family: 'BwAletaNo10-Regular';
    font-weight: 600;
    font-size: 14px;
    color: #000;
    line-height: 18px;
}

.person-description p{
    padding: 0 14px 28px 24px;
    font-family: 'BwAletaNo10-Regular';
    font-weight: 500;
    font-size: 16px;
    line-height: 172%;
}

.transcript-heading{
    font-family: 'BwAletaNo10-Regular';
    font-weight: 600;
    font-size: 24px;
    line-height: 172%;
    color: rgba(0, 0, 0, 1);

}


.transcript-more hr {
    border: 1px solid rgba(245, 161, 0, 0.35);
    background: rgba(245, 161, 0, 1);
}

/* Responsive Styling */
@media (max-width: 768px) {
    .profile-section .profile-image img {
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }

    .page-template-podcast-detail .client-name {
        font-size: 22px;
        line-height: 28px;
        margin-top: 10px;
    }

    .page-template-podcast-detail .client-description {
        font-size: 14px;
        line-height: 18px;
    }

    .podtitle-section,
    .podtitle-section-yellow {
        text-align: center;
    }

    .podcastsubscribe-icon .icons {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .podcastsubscribe-icon .button .image img {
        width: 24px;
        height: 24px;
    }

    .page-template-podcast-detail .podcastsubscribe-icon .icons .image {
        padding: 0px 23px;
    }
    .left-coloum{
        height: 240px;
    }
    .objects{
        display: none;
    }
    .spotify {
        margin-top: 30px;
    }

}



/* section profile */
.summary p{
    color:rgba(0, 0, 0, 1);
    font-family: 'BwAletaNo10-Regular';
    font-weight: 500;
    font-size: 16px;
    line-height: 172%;
}

.brief-summary {
    height: auto;
    margin-top: 52px;
}

.page-template-podcast-detail .our-story-section-video {
    margin: 90px 0 0;
}

@media screen and (min-width: 768px) {
    .page-template-podcast-detail .our-story-section-video {
        height: auto;
    }

    .page-template-podcast-detail .innerBanner .container {
        margin-top: 108px;
        margin-bottom: 54px;
    }

    .podtitle-section-yellow {
        text-align: initial;
    }

    .page-template-podcast-detail .podcastsubscribe-icon .icons .image {
        padding: 0 20px;
    }
}

.carou .carousel-inner {
    padding-top: 18px;

}

.carousel-control-prev.position-static.custom-nav,
.carousel-control-next.position-static.custom-nav {
    margin-top: 36px;
}


.transcript-text {
    position: relative;
}

.read-more-btn {
    background: none;
    border: none;
    color: #1a73e8;
    /* Blue color for the button */
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.read-more-btn::before {
    content: '⬇';
    /* Down arrow icon; you can replace with an actual icon */
    margin-right: 5px;
    color: #f4a261;
    /* Orange color for the icon */
}

.read-more-btn.active::before {
    content: '⬆';
    /* Up arrow icon for "Read Less" */
}

.read-more-btn.active {
    color: #1a73e8;
}


.our-story-section-video #playButton1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    background: url(../images/youtube-play.svg);
    width: 84px;
    height: 84px;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 0;
}

.our-story-section-video #playButton1.active {
    background: url(../images/pause_video_icon.svg);
}

.our-story-section-video .container #playButton1.active {
    display: none;
}

.our-story-section-video .container:hover #playButton1.active {
    display: block;
}


.our-story-section-video .container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 20px;
}

.our-story-section-video .container.active::after {
    content: none;
}

.our-story-section-video .innser-container {
    position: relative;
    z-index: 2;
}

.our-story-section-video .innser-container.active {
    position: static;
}

.responsive-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    z-index: 2;
}

.responsive-video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.our-story-section-video .container {
    position: relative;
    padding-top: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
}

.our-story-section-video .container.active {
    height: auto;
    padding-top: 56.25%;
}

.innser-container .contents h2 {
    max-width: 419px;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .our-story-section-video .container #playButton1.active {
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .right-nav.mainNav .respMenu svg:last-child {
        display: block;
        color: #fff !important;
    }

    .page-template-podcast-detail .Fixed-top .right-nav.mainNav .respMenu svg:last-child {
        display: block;
        color: #000 !important;
    }

    .page-template-podcast-detail .right-nav .getButton {
        display: none;
    }

    .page-template-podcast-detail .right-nav {
        display: contents;
    }

    .page-template-podcast-detail .innerBanner .container .profile {
        margin-top: 3rem;
        padding: 0;
    }

    .page-template-podcast-detail .innerBanner .container .podtitle-section-yellow {
        text-align: initial;
    }

    .page-template-podcast-detail .podcastsubscribe-icon .icons {
        display: flex;
        flex-direction: row;
        margin-top: 0;
        justify-content: space-between;
    }

    .page-template-podcast-detail .podcastsubscribe-icon .icons .image {
        padding: 10px 5px;
        height: 35px;
        width: 100px;
        margin: 0;
        text-align: center;
        align-items: center;
        justify-content: center;
        background: linear-gradient(90deg, rgba(62, 61, 61, 0.5) 0%, rgba(217, 217, 217, 0.25) 100%);
        box-shadow: 0px 1.48px 1.48px 0px rgba(0, 0, 0, 0.25);
    }

    .page-template-podcast-detail .podcastsubscribe-icon {
        margin-top: 0;
        padding-bottom: 26px;
    }

    .podcastsubscribe-icon .button .image img {
        width: 70px !important;
        height: 20px;
    }

    .our-story-section-video .container::after {
        height: 600px;
    }

    .page-template-podcast-detail .our-story-section-video {
        margin: 0;
    }

    .brief-summary {
        margin: 0;
    }

    .brief-summary .summary {
        border-radius: 12px;
        padding-top: 20px;
        padding-right: 24px;
        padding-bottom: 20px;
        padding-left: 24px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 16.04px 0px rgba(0, 0, 0, 0.12);
        margin-top: 22px;
        margin-bottom: 22px;
    }

    .page-template-podcast-detail .right-nav.mainNav ul.mainUL li span,
    .page-template-podcast-detail header .right-nav .mainUL li a {
        color: #000;
    }
    .innerBanner .innerBanner-container{
        padding: 0;
    }
    .client-background-box{
        width: 100%;
        background-size: contain;
    }
    .left-coloum{
        padding:0 20px;
        margin-top: 0px !important;
    }
}

/* Further reduce play button size for mobile */
.our-story-section-video #playButton1 {
    width: 82px;
    height: 82px;
}

/* Even smaller font size for mobile headings */
.innser-container .contents h2 {
    font-size: 1.8em;
}

/* Potentially reduce padding on the container even more for very small screens */
.our-story-section-video .container {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 56.25%;

}

/* Reduce content padding for mobile */
.our-story-section-video .innser-container .contents {
    padding: 15px;
}