@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body, h1, h2, h3, h4, h5, h6, p, span, div {
    font-family: 'Poppins', sans-serif !important;
}

.back-button-podcast{
    padding: 30px 0px 30px 0px;
	max-width: 1450px;
	margin: 0 auto;
}
.arrow-icon {
    display: inline-block;
    width: 20px;       /* icon size */
    height: 20px;     /* icon size */
    background-size: contain;
    background-repeat: no-repeat;
}

.back-button-podcast a {
    display: inline-flex;
    align-items: center;
    color: #000000;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s ease;
    font-size: 20px;
}
.back-button-podcast a:hover {
    color: #EAC02B !important;
}
.back-button-podcast .arrow-icon {
    margin-right: 8px;
}
.single-podcast-wrapper{
    width: 100%;
    margin: 0 auto;
}
.closing-container-from-header{
    max-width: 1450px;
    margin: 0 auto;
    padding: 30px 0px;
}

/* Yellow main box */
.podcast-banner {
    background-color: #e7be23;      /* yellow color */
    border-radius: 10px;
    padding: 0px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 3px 8px rgba(0,0,0,0.18);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    
}
.podcast-banner-2{
     max-width: 1450px;
    margin: 0 auto;
}
/* Left logo */
.podcast-logo img {
    width: auto;
    height: 320px;
    display: block;
}

.banner_cat_img{
    margin-top: -30px;
}

/* Center text area */
.podcast-icon {
    flex: 1;
    margin: 0 80px;
}

.podcast-title-icon{
    height: 200px;
    width: auto;
}

.podcast-links-text{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    color: #000000;
    margin: 10px 0;
}
.podcast-icons {
    display: flex;          
    align-items: center;
    gap: 16px;              
}


/* Section 2 */
.podcast-header {
    display: flex;
    align-items: stretch;     
    gap: 30px;
    padding: 30px 0px !important;
	max-width: 1450px;
    margin: 0 auto;
}

.podcast-featured-image,
.podcast-header-content {
    flex: 1;   
                    
}

.podcast-main-image {
    width: 100%;
    height: auto !important;
    display: block;
    border-radius: 8px;     
}
/* Right side content */
.podcast-header-content {
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    display: flex;           
    flex-direction: column;  
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); 
}
.podcast-featured-image {
    background: #ffffff;      
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	display: flex;
    justify-content: center;
    align-items: center;
}
.podcast-main-image {
    width: 100%;
    height: 300px;
    object-fit: cover;        
    display: block;
}

/* left side */
.podcast-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 50px;
}

.podcast-icon2 img {
    display: block !important;
    max-width: 350px;
    height: auto;
}

.podcast-links2 {
    text-align: center;
    margin-right: 50px;
}

.listen-now{
color: #EBC425;
font-size: 20px;
font-weight: 700;
margin-bottom: 10px;
}

.podcast-platforms {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.podcast-platform span {
    display: none;
}

.single-podcast .podcast-icon2 img,
.single-podcast .podcast-title-icon2 {
    box-shadow: none !important;
    filter: none !important;
    border: 0 !important;
    background: transparent !important;
}
.podcast-platform-icon {
    width: 60px;              
    height: 60px;
    display: block;
    box-shadow: none !important;
    filter: none !important;
    background: transparent !important;
    border: 0 !important;
}

.episode-number{
    color: #000000;
    font-size: 20px;
}

.episode-date{
    color: #000000;
    font-size: 20px;
}
.guest-bio{
    color: #000000;
    font-size: 20px;
}

.youtube-embed .embed-container {
    max-width: 1450px;
    overflow: hidden;         
    border-radius: 10px; 
    padding: 0px 0px 30px 0px; 
    margin: 0 auto;
}
.youtube-embed .embed-container iframe {
    border: 0;
    border-radius: 10px;
    
}
.additional-text{
	max-width: 1450px;
    background-color: #ffffff;
    padding: 50px;
    border-radius: 10px;
    margin: 0 auto !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.additional-text p{
    font-size: 20px;
	line-height: 1.2;
    color: #000000;
}

/* =============================
   TEAM CARD WITH TOP IMAGE
============================= */
.related-team-members-inner{
	max-width: 1450px;
	margin: 0 auto;
}
.related-team-members{
    background-color: #000;
    padding: 30px;
	margin-top: 30px;
}
.team-card {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.team-card-body-flat {
    display: grid;
    grid-template-columns: 1fr auto;
    background: #fff;
    padding: 0;
    margin: 0;
    height: 120px; /* Card height set (adjustable) */
    align-items: center; /* CENTER vertically */
}

.name_designation {
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* CENTER vertically inside */
	gap: 10px;
}

.team-name {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

.team-name a{
    margin: 0 !important;
    padding: 0 !important;
    font-size: 30px;
    font-weight: 700;
    color: black !important;
    line-height: 1 !important;
    display: block;
    text-decoration: none !important;
}

.team-name a:hover {
    color: #f4cd22 !important; 
}

.team-position {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 18px;
    color: #EAC02B;
}

/* TOP IMAGE */
.team-top-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
    display: block;
}

/* BOTTOM WHITE PANEL */
.team-card-body-flat {
    display: grid;
    grid-template-columns: 1fr auto;
    background: #fff;
    padding: 0;          /* REMOVE ALL SPACE */
    margin: 0;
}

/* LEFT TEXT */
.team-card-body-flat h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: #000;
}

.team-card-body-flat .membership {
    font-size: 30px;
    font-weight: 400;
}

.team-card-body-flat p {
    margin-top: 6px;
    font-size: 18px;
    color: #EAC02B;
    font-weight: 400;
}

/* RIGHT YELLOW ARROW BOX */
.team-arrow-box {
    background: #EAC02B;
    padding: 32px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
   box-shadow: none !important;
}


.team-arrow-flat {
    color: #fff;
     box-shadow: none !important;
}

/* ============================= */
/* TEAM MEMBERS GRID - 3 COLUMNS */
/* ============================= */

.related-team-members h3 {
    font-size: 50px;
    font-weight: 700;
    color: #EAC02B;
    padding-bottom: 30px;
}

.team-members-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}



/* PODCASTS IMAGE-ONLY GRID */
.podcasts-image-only{
 padding: 30px 0px;
max-width: 1450px;
 margin: 0 auto;
}
.other-epi{
	  
    padding-bottom: 30px;
	color: black !important;
    font-size: 50px;
    font-weight: 700;
}

.podcasts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: start;
}
.podcasts-image-only2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: start;
}

.podcast-thumb-card img.podcast-thumb,
.podcast-thumb-card .wp-post-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
    
}
.team-arrow-icon{
    width: 60px;
    height: 60px;
    display: block;
    box-shadow: none !important;
}


/* PODCAST ARCHIVE GRID - 3 COLUMNS */
.podcast-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

/* PODCAST ARCHIVE CARDS */
.podcast-archive-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

/* .podcast-archive-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
} */

.podcast-archive-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
    margin: 0;
}

.podcast-archive-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: #f5f5f5;
    padding: 0 !important;
    margin: 0 !important;
    flex-shrink: 0;
}

.podcast-archive-image a,
.podcast-archive-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    padding: 0 !important;
    margin: 0 !important;
}

.podcast-archive-image a {
    display: block;
}

.podcast-archive-content {
    padding: 30px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.podcast-archive-content-2{
    padding: 30px;
}

.podcast-archive-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    color: #000;
}

.podcast-archive-title a {
    color: #000;
    text-decoration: none;
}

.podcast-archive-title a:hover {
    color: #EAC02B;
}

.podcast-guest-title {
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}

.podcast-archive-meta {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    font-size: 14px;
    color: #000000;
}

.podcast-archive-meta span {
    display: block;
	padding-top: 10px;
}

.episode-number, .episode-date {
    font-size: 20px;
    color: #000000;
	padding: 0px 0px 10px 0px;
}

.episode-number strong,
.published-date strong {
    color: #000;
    font-weight: 600;
}

.listen-now-button {
    display: inline-flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    color: #000;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 30px;
}

.listen-now-button:hover {
    color: #EAC02B !important;
    transform: translateX(1px);
}

.listen-now-button i {
    margin-left: 0;
    display: inline-block;
    line-height: 1;
}
.embed-container iframe {
    width: 100%;
    height: 800px;
}

@media (max-width: 1024px) {
    .closing-container-from-header{
    padding: 20px 20px;
}
    
   /* Hide Cat Logo completely */
    .podcast-logo img {
        display: none !important;
    }

    /* Make banner items stay in one line */
    .podcast-banner {
        display: flex;
        flex-wrap: nowrap;         /* keep items in one line */
        align-items: center;
        justify-content: flex-start;
        padding: 50px;
    }

    /* Black Cat Icon */
    .podcast-icon {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
    }

    .podcast-icon img {
        max-height: 150px;
        width: auto;
        margin-left: -60px;
    }

    /* Podcast platform icons next to Black Cat Icon */
        .podcast-links {
        flex: 1 0 auto;
        /* display: flex; */
        align-items: center;
        justify-content: flex-start;
        /* gap: 16px; */
        margin-top: 0;
        text-align: left;
    }

    .podcast-icons {
        display: flex;
        gap: 16px;
        justify-content: flex-start;
    }

    .podcast-links img {
        width: 60px;
        height: 60px;
    }
    .podcast-archive-content {
    padding: 20px 0 0 0;
}
.podcast-archive-content-2{
    padding: 30px;
}
 .podcast-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
     .team-members-grid {
        grid-template-columns: repeat(2, 1fr);
    }
     .podcasts-grid.podcasts-image-only {
        grid-template-columns: repeat(2, 1fr);
    }
	.podcasts-image-only {
    padding: 30px 30px;
}

    .back-button-podcast{
    padding: 20px 20px 20px 20px;
}
.podcast-banner-2{
    margin: 0px 20px;
}
.podcast-header {
    display: block;
    align-items: stretch;
    gap: 20px;
    padding: 20px 20px !important;
}
.podcast-featured-image{
    margin-bottom: 20px;
}
.youtube-embed .embed-container {
   height: auto;
   padding: 0 20px;
}
.additional-text {
    margin: 20px 20px !important;
}
.embed-container iframe {
        height: 450px;
    }
}

/* Mobile: 1 column */
@media (max-width: 768px) {
    .closing-container-from-header {
        padding: 10px 10px;
    }
     .podcast-banner {
        flex-wrap: wrap;          
        justify-content: center;   
    }

    .podcast-icon,
    .podcast-links {
        flex: 0 0 100%;            /* full width on mobile */
        justify-content: center;
    }

    .podcast-icon img {
        max-height: 120px;         /* smaller icon for mobile */
        margin-left: -30px;
    }

    .podcast-links {
        margin-top: 10px;
        flex-direction: row;
        gap: 12px;
    }

    .podcast-links img {
        width: 50px;
        height: 50px;
    }
    .podcast-wrap {
    display: block;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 50px;
}
.podcast-links2 {
    text-align: start;
    margin-right: 0px;
}
.podcast-platforms {
    gap: 10px;
    justify-content: start;
}
.podcast-header-content {
    padding: 15px;
}
.podcast-title-icon2{
    width: 250px;
    height: auto;
}
.listen-now {
    margin: 10px 0;
}
.podcast-header {
        gap: 10px;
        padding: 10px 10px !important;
    }
    .podcast-featured-image{
    margin-bottom: 10px;
}
.youtube-embed .embed-container {
        height: auto;
        padding: 0 10px;
    }
    .additional-text {
        margin: 10px 10px;
        padding: 20px;
    }
    .related-team-members {
    background-color: #000;
    padding: 20px 10px;
}
    .podcast-archive-title {
    line-height: 1;
}
.other-epi {
  line-height: 1;
}
.podcasts-image-only {
    padding: 10px;
}
.podcasts-grid.podcasts-image-only2 {
    display: block;
}
.podcast-thumb-card{
    margin-bottom: 10px;
}
    .podcast-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
     .team-members-grid {
        grid-template-columns: 1fr;
    }
    .podcasts-grid.podcasts-image-only {
        grid-template-columns: 1fr;
    }
    .back-button-podcast{
    padding: 10px 10px 10px 10px;
}
.podcast-banner-2{
    margin: 0px 10px;
}
  .embed-container iframe {
        height: 250px;
    }
}