/* Video Carousel, Section Breaker & Podcast Styles */

.podcast-banner-video {
    height: 750px;
}

.txt-change {
    font-family: 'Playfair' !important;
}

.podcast-main-section-heading p .txt-change {
    font-size: 65px !important;
    text-transform: lowercase !important;
    position: relative;
    font-weight: normal;
}

.podcast-section-heading p .txt-change {
    font-size: 48px !important;
    text-transform: lowercase !important;
    position: relative;
    font-weight: normal;
}

.section-breaker .podcast-section-heading p .txt-change {
    font-size: 38px !important;
    text-transform: lowercase !important;
    position: relative;
    font-weight: normal;
}

.section-breaker .section-title {
    margin-bottom: 2.5rem;
    padding-top: 8rem;
}

.section-breaker {
    background-size: contain;
    position: relative;
    top: -100px;
    padding: 0px;
    background-repeat: no-repeat;
}

.section-breaker .podcast-section-heading p {
    font-size: 38px !important;
    text-transform: uppercase !important;
    margin: 0px auto;
    text-align: center;
    font-family: 'Medium';
}

.section-title {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 2.5rem;
}

/* Follow Journey */
.follow-journey {
    padding: 48px 0;
}

.video-carousel-wrapper {
    position: relative;
    overflow: hidden;
}

.video-carousel {
    display: flex;
    align-items: center;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 30px;
    padding: 25px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.video-carousel::-webkit-scrollbar {
    display: none;
}

.video-item {
    flex: none;
    width: 270px;
    height: 480px;
    background: #222;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.video-embed {
    width: 100%;
    height: 100%;
    border: none;
}

.video-player {
    width: 100%;
    height: 100%;
    background: #111;
    object-fit: cover;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: #fff;
    font-size: 2rem;
    border-radius: 50%;
    border: none;
    box-shadow: 0 2px 16px #0002;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    opacity: 0.92;
    transition: background 0.18s;
}

.carousel-arrow:active,
.carousel-arrow:hover {
    background: #c3ff53;
    color: #232;
}

.arrow-left {
    left: 25px;
}

.arrow-right {
    right: 25px;
}
