/* 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: 200px;
    /* 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;
	margin-bottom: 28px;
}

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

/* .arrow-icon {
    height: 32px;
	width: 32px;
    display: block;
    margin: 0 auto;
    transition: transform 0.3s ease;
	position: absolute;
    z-index: 2;
    left: 50%;
    top: -16px;
    background: #fff;
	margin-left: -16px;
} */

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

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

.more-episode{
	font-family: 'BwAletaNo10-Regular';
    font-weight: 600;
    font-size: 25.08px;
    line-height: 43.13px;
    letter-spacing: 2%;
    color: #000;
}

.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 {
	color: rgba(0, 0, 0, 1);
    position: absolute;
    font-size: 14px;
    font-family: 'BwAletaNo10-Regular';
    font-weight: 500;
	line-height: 23.19px;
	background: none !important;
    padding: 10px 20px !important;
    border-bottom-right-radius: 8px;
    right: 0;
    top: 270px;
}

.episode-card {
    border: none;
/*     box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); */
    width: 340px;
    height: 540px;
	margin-bottom: 25px;
}

.episode-card:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	border-radius: 10.25px;
}
.episode-card .card-body {
    height: 300px;
    margin-top: 90px;
}

.page-template-podcast-detail .episode-card .card-body{
	padding-bottom: 0px;
}

/* 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('https://www.daffodilsw.com/wp-content/uploads/2025/06/Previous.svg');

}

.carousel-control-next {
    background-image: url('https://www.daffodilsw.com/wp-content/uploads/2025/06/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: 48px;
    text-align: left;
    color: #fff;
    width: 613px;
}

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


.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 .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%;
}

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

.square-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.page-template-podcast-detail .podtitle-section {
    margin-top: 10px;
}

.page-template-podcast-detail .client-name {
    color: #ffffff;
    font-size: 32.33px;
    text-align: left;
	font-family: 'BwAletaNo10-Regular';
    font-weight: 600;
}

.page-template-podcast-detail .client-description {
    font-family: 'BwAletaNo10-Regular';
    font-weight: 600;
    font-size: 16px;
    line-height: 22.06px;
    text-align: left;
	color: #ffffff;
}

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

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

.black {
    color: rgba(0, 0, 0, 1);
    font-family: 'BwAletaNo10-Regular';
    font-weight: 500;
    font-size: 14px;
    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;
	margin-top: -145px !important;
}

.podcastsubscribe-icon .also {
    margin: 0;
    white-space: nowrap;
    color: #fff;
    display: flex;
    align-items: center;
	font-size: 16px;
	font-family: 'BwAletaNo10-Regular';
	font-weight: 600;
	line-height: 172%;
}

.objects {
    text-align: start;
}

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

.profile-image {
    margin-bottom: 110px;
    margin-left: 150px;
    margin-top: 50px;
}

.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;
}

.page-template-podcast-detail .innerBanner .client-background-box .guest-heading {
    font-family: 'BwAletaNo10-Regular';
    font-weight: 600;
    font-size: 16px;
    line-height: 36.2px;
    letter-spacing: 0.5px;
    margin: 0;
    text-align: left;
	width: 100% !important;
}

.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%;
	border-radius: 12px 12px 0px 0px;
}

.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;
	background-color: rgba(245, 161, 0, 0.09);
}

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

.person-text {
    flex: 1;
}

.person-name {
    font-family: 'BwAletaNo10-Regular';
    font-weight: bold;
    font-size: 19.28px;
    color: rgba(245, 161, 0, 1);
    margin-bottom: 7px;
    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: 20px 14px 0px 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, .episode-more hr {
    border: 1px solid rgba(245, 161, 0, 0.35);
    background: rgba(245, 161, 0, 1);
}

/* Responsive Styling */
@media (max-width: 768px) {
	.page-template-podcast-detail .person-size{
		width: 372px;
	}
	.profile-section .profile-info{
		margin-top: -70px;
	}
    .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;
		font-weight: 500;
    }

    .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;
}

.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: 50px;
        margin-bottom: 54px;
    }

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

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

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

}

.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) {
    .page-template-daffodil-tv .right-nav.mainNav .respMenu svg:last-child,
	.page-template-podcast-detail .right-nav.mainNav .respMenu svg:last-child {
        display: block;
        color: #fff;
    }

    .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;
		padding: 0px 40px;
    }

    .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:0px 40px 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 {
        padding-top: 20px;
        padding-right: 24px;
        padding-bottom: 20px;
        padding-left: 24px;
        background: rgba(255, 255, 255, 1);
        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:0px;
        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;
}
.person-size{
	width: 393px;
}

.carousel-control-prev, .carousel-control-next{
	width: 25px;
    height: 35px;
}

.transcript-text {
  max-height: 6.8em;
	display: block;
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s ease;
/*   display: -webkit-box;
  -webkit-line-clamp: 10; 
  -webkit-box-orient: vertical; */
	line-height: 1.72;
}

.transcript-text.collapsed {
  max-height: 200px; /* Adjusted to fit 2 full paragraphs */
}

.transcript-text.collapsed .hidden-para {
  display: none;
}

.transcript-text.collapsed::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
}

.transcript-text.expanded{
	max-height: none;
}

/* .arrow-icon {
  transition: transform 0.3s ease;
  transform-origin: center;
  display: inline-block;
  vertical-align: middle;
} */

/* .arrow-icon.rotated {
  transform: rotate(180deg);
} */

.inner-card-title{
	margin-top: 10px;
	margin-bottom: 10px;
}

.inner-podast-hr{
	margin: 0px!important;
	margin-bottom: 10px!important;
}

.custom-hr-podcast{
	margin-top: 26px;
    margin-bottom: 2rem;
    border: none;
    border-top: 2px solid #ffffff; /* Solid white */
    width: 613px;
	opacity: 1;
}

.read-more-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 1rem;
	flex-direction: column;
}

.read-more-link {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
  font-size: 15px !important;
}

.arrow-icon {
  height: 35px;
  width: 35px;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.3s ease;
  background: #fff;
  position: relative;
  z-index: 2;
  pointer-events: auto;
  cursor: pointer;
}

.arrow-icon.rotated {
  transform: rotate(180deg);
}

.page-template-podcast-detail .episode-section{
	width: 58%;
}

.page-template-podcast-detail .episode-section .summary{
	max-width: 100% !important;
}
.page-template-podcast-detail header .right-nav .closeMenu, .header .right-nav .closeMenu{
	right: 0px;
}
.page-template-podcast-detail .carousel-item {
	transition: transform .2s ease-out;
}
.page-template-podcast-detail .brief-summary .episode-section .summary ul li{
	margin-left: 20px !important;
	list-style-type: disc;
	color: rgba(0, 0, 0, 1);
    font-family: 'BwAletaNo10-Regular';
    font-weight: 500;
    font-size: 16px;
    line-height: 172%;
}
.page-template-podcast-detail .brief-summary .transcript-section .transcript-text h3 {
	font-size:18px !important;
}
.page-template-podcast-detail .plus svg{
	color: #fff;
}
.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 header.Fixed-top .right-nav .mainUL li a {
    color: #000;
}
@media screen and (max-width: 991px) {
    .page-template-daffodil-tv .right-nav.mainNav ul.mainUL li span, .page-template-daffodil-tv header .right-nav .mainUL li a {
        color: #000 !important;
    }
	.page-template-podcast-detail .plus svg {
		color: #000;
	}
}
.page-template-podcast-detail .carousel-controls-wrapper{
	margin-top: 0px !important;
}