/* Poppins Font Family */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@font-face {
    font-family: 'BrushSci';
    src: url('../fonts/BRUSHSCI.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Example usage */

                

/* ---------- RESET & GLOBAL ---------- */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #f8fafc;
    color: #1f2937;
    line-height: 1.5;
}

img {
    max-width: 100%;
    display: block;
}

/* Set Poppins as default font for all plugin elements */
.podcasts-ier-container,
.podcasts-ier-card,
.podcasts-ier-card-title,
.podcasts-ier-card-text,
.podcasts-ier-btn,
.podcast-card,
.podcast-body,
.podcast-body h6,
.podcast-body h5,
.podcast-btn,
#atdv-pod-home,
#podcast-page {
    font-family: 'Poppins', sans-serif !important;
}

/* ---------- COMMON STYLES ---------- */
.full-cpage {
    padding: 0 100px !important;
}

/* Card Styles */
.podcasts-ier-card,
.podcast-card {
    border: none;
    transition: transform 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    background-color: transparent;
}

.podcasts-ier-card:hover {
    transform: translateY(-5px);
}

.podcasts-ier-card-img-top,
.podcast-card img,
#nos-coups-de-coeur-carousel .podcast-card img,
#les-podcasts-du-moment-carousel .podcast-card img,
#ep-carou .podcast-card img {
    height: 250px !important;
    object-fit: fill !important;
    aspect-ratio: 1/1 !important;
    border-radius: 15px !important;
    width: 100%;
}
#podcasts-ier-carousel .podcasts-ier-card-img-top{
        height: 350px !important;
    object-fit: fill !important;
    aspect-ratio: 1/1 !important;
    border-radius: 15px !important;
    width: 100%;
}


.podcasts-ier-card-body,
.podcast-body {
    padding: 15px 0;
    background-color: transparent;
    text-align: left !important;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.podcasts-ier-card-title,
.podcast-body h5 {
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.podcasts-ier-card-title {
    text-transform: uppercase;
    position: relative;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}

.podcast-body h5 {
    font-size: 16px;
    line-height: 24px;
    height: 65px;
    text-align: left;
}

.podcasts-ier-card-text {
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #000;
    height: 90px;
    margin-bottom: 15px;
}

.podcast-body h6 {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #00708c !important;
}

/* Button Styles */
.podcasts-ier-btn.podcasts-ier-btn-primary,
.podcast-btn,
#atdv-pod-home .atdv-btn,
#podcast-page .text-primary,
.card-title-ep a {
    border: none;
    background: #00708c;
    border-radius: 24px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    transition: background .2s;
    font-family: 'Poppins' !important;
}

.podcasts-ier-btn.podcasts-ier-btn-primary,
.podcast-btn {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 3px;
    text-align: center;
}

.podcast-btn {
    padding: 8px 15px;
    font-size: 13px;
    line-height: 20px;
    text-align-last: center;
}

#atdv-pod-home .atdv-btn {
    padding: .5rem 1rem;
    font-size: 16px !important;
}

#podcast-page .text-primary {
    padding: 5px 20px !important;
    font-size: 13px;
    line-height: 20px;
}

.card-title-ep a {
    padding: 5px 30px;
    font-size: 18px;
    line-height: 35px;
}

.podcasts-ier-btn.podcasts-ier-btn-primary:hover,
.podcast-btn:hover,
#atdv-pod-home .atdv-btn:hover {
    background-color: #16326a;
    color: #fff;
}

/* Container Styles */
.podcasts-ier-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Carousel Styles */
.owl-carousel {
    display: block !important;
}

#nos-coups-de-coeur-carousel,
#les-podcasts-du-moment-carousel {
    text-align-last: left;
}

.owl-stage-outer {
    text-align: -webkit-center;
}

/* Carousel dots styling */
#nos-coups-de-coeur-carousel .owl-dots,
#les-podcasts-du-moment-carousel .owl-dots,
#ep-carou .owl-dots,
#podcasts-ier-carousel .owl-dots {
    text-align-last: center;
}

#nos-coups-de-coeur-carousel .owl-dots span,
#les-podcasts-du-moment-carousel .owl-dots span,
#ep-carou .owl-dots span,
#podcasts-ier-carousel .owl-dots span {
    width: 25px;
    height: 3px;
}

#nos-coups-de-coeur-carousel .owl-dots .active span,
#les-podcasts-du-moment-carousel .owl-dots .active span,
#ep-carou .owl-dots .active span,
#podcasts-ier-carousel .owl-dots .active span {
    background: #00708c;
}

#podcasts-ier-carousel .owl-dots {
    display: block !important;
}

/* SVG Icons */
#podcast-page svg,
#podcasts-ier-carousel svg,
#nos-coups-de-coeur-carousel svg,
#les-podcasts-du-moment-carousel svg {
    width: 18px;
    fill: #fff;
}

/* ---------- PAGE WRAPPER ---------- */
#atdv-pod-home {
    max-width: 100%;
    margin: 0 auto;
}

/* ---------- HEADER ---------- */
#atdv-pod-home .atdv-header {
    background: #E7EDFF;
    color: #fff;
    position: relative;
}

#atdv-pod-home .atdv-header-wrapper {
    margin: 0 auto;
    padding: 2rem 1rem;
}

#atdv-pod-home .atdv-header-grid {
    display: grid;
    gap: 2rem;
    align-items: center;
    padding: 3rem 0;
}

#atdv-pod-home .atdv-header-img,
#atdv-pod-home .atdv-header-right {
    width: 100%;
}

#atdv-pod-home .atdv-header-img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 16px;
}

#atdv-pod-home .atdv-header-badge {
    font-size: .875rem;
    font-weight: 600;
    background: rgba(255, 255, 255, .2);
    padding: .25rem .5rem;
    border-radius: .25rem;
}

#atdv-pod-home .atdv-header-title {
    font-size: 2.25rem;
    font-weight: 700;
    margin-top: 1rem;
}

#atdv-pod-home .atdv-header-right h1 {
    font-family: 'Poppins';
    font-size: 36px;
    font-weight: 700;
    color: #00708C;
        margin: 15px 0 !important;
}

#atdv-pod-home .atdv-header-right h3 {
    font-weight: 300;
    font-size: 18px;
    color: #00708c;
}

#atdv-pod-home .atdv-header-right h4 {
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    color: #000;
}

#atdv-pod-home .atdv-header-right p {
    font-weight: 300;
    font-size: 18px;
    color: #000;
}

/* ---------- SEPARATOR ---------- */
#atdv-pod-home .atdv-separator {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
    margin-top: -4rem;
}

#atdv-pod-home .atdv-separator-icon {
    background: #fff;
    padding: 20px;
    border-radius: 63%;
    border: 0px solid #e5e7eb;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    position: relative;
    z-index: 10;
    width: 90px;
    height: 90px;
}

/* ---------- EPISODES SECTION ---------- */
#atdv-pod-home .atdv-episodes {
    margin: 0 auto;
    padding: 0 1rem;
}

#atdv-pod-home .atdv-section-title {
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #004e62;
    margin-bottom: 1.5rem;
}

#atdv-pod-home .atdv-episode-card {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    background: #fff;
    border-radius: .75rem;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
    padding: 1rem;
    margin: 30px 0;
}

#atdv-pod-home .atdv-episode-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: .5rem;
}

#atdv-pod-home .atdv-episode-content {
    flex: 1;
}

#atdv-pod-home .atdv-episode-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    color: #000;
}

#atdv-pod-home .atdv-episode-desc {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #000;
    margin-top: .5rem;
}

#atdv-pod-home .atdv-progress-bar {
    width: 100%;
    height: .25rem;
    background: #e5e7eb;
    border-radius: 9999px;
    margin-top: 1rem;
}

#atdv-pod-home .atdv-progress-fill {
    background: #3b82f6;
    border-radius: 9999px;
    height: 100%;
}

#atdv-pod-home .atdv-episode-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .75rem;
    background-color: transparent !important;
}

#atdv-pod-home .atdv-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 18px !important;
    color: #6b7280;
}

#atdv-pod-home .atdv-meta a {
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
}

#atdv-pod-home .atdv-meta a:hover {
    text-decoration: underline;
}

/* ---------- CAROUSEL SECTION ---------- */
#atdv-pod-home .atdv-carousel-wrapper {
    max-width: 64rem;
    margin: 4rem auto 0;
    padding: 0 1rem;
}

#atdv-pod-home .atdv-carousel-item {
    border-radius: .75rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin: .5rem;
    height: 100%;
}

#atdv-pod-home .atdv-carousel-img {
    width: 100%;
    height: 10rem;
    object-fit: cover;
    border-radius: 20px;
}

#atdv-pod-home .atdv-carousel-body {
    padding: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

#atdv-pod-home .atdv-carousel-title {
    font-weight: 600;
    color: #111827;
    font-size: .875rem;
    height: 100px;
}

#atdv-pod-home .atdv-carousel-btn {
    margin-top: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    background: #14b8a6;
    color: #fff;
    font-size: .875rem;
    font-weight: 600;
    padding: .5rem;
    border-radius: .5rem;
    text-decoration: none;
    transition: background .2s;
}

#atdv-pod-home .atdv-carousel-btn:hover {
    background: #0f766e;
}

/* ---------- PODCAST PAGE ---------- */
#podcast-page {
    font-family: 'Inter', sans-serif;
}

#podcast-page .full-width-section {
    background-color: #E7EDFF;
    padding: 3rem 0;
}

#podcast-page .main-card {
    border-radius: 1.5rem;
    overflow: hidden;
}

#podcast-page .main-card .img-fluid {
    border-radius: 16px !important;
}

#podcast-page .carousel-item-card {
    border-radius: 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease-in-out;
    margin: 0 10px;
}

#podcast-page .carousel-item-card img {
    border-radius: 0.75rem;
    width: 100%;
    height: auto;
}

/* Fixed navigation styling */
#podcast-page .owl-carousel {
    position: relative;
}

#podcast-page .owl-nav {
    display: flex !important;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
    margin-top: 0;
}

#podcast-page .owl-nav button {
    pointer-events: all;
    background: #ffffff00 !important;
    border: 2px solid #00708C !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    margin: 0 !important;
    position: relative;
}

#podcast-page .owl-nav button.owl-prev {
    left: -60px;
    border-radius: 50px !important;
}

#podcast-page .owl-nav button.owl-next {
    right: -60px;
    border-radius: 50px !important;
}

#podcast-page .owl-nav button:hover {
    background: #0d6efd !important;
    color: white !important;
    border-color: #0d6efd !important;
}

#podcast-page .owl-nav button span {
    font-size: 35px;
    color: #00708C;
}

#podcast-page .owl-nav button:hover span {
    color: white;
}

#podcast-page .badge.bg-danger {
    background-color: #dc3545 !important;
}

#podcast-page .btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

#podcast-page .btn-primary:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

#podcast-page .card.border-0.rounded-4.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    border-radius: 1rem !important;
}

#podcast-page .h4.fw-bold.text-dark, 
#podcast-page .h3.fw-bold {
    color: #212529 !important;
}

#podcast-page .text-secondary {
    color: #6c757d !important;
}

#podcast-page .section-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 35px;
    line-height: 65px;
    text-align: left;
    color: #00708c;
}

#podcast-page .em-css {
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    color: #000;
    opacity: 0.5;
}

#podcast-page .ep-css {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #000;
    height: 85px;
}

.card-title-ep h1 {
    font-weight: bold;
    font-size: 35px;
    text-align: left;
    color: #00708c;
}

.card-title-ep span,
.card-title-ep p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #000;
}

.second-card-ep h2 {
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    text-align: left;
    color: #000;
}

.second-card-ep span {
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    color: #00708c;
}

.second-card-ep p {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #000;
}

.full-width-section img {
    width: 100%;
}

.full-width-bg {
    background: rgba(231, 237, 255, 0.62);
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
}

/* Or if you prefer a different approach using negative margins */
.full-width-bg {
    background: rgba(231, 237, 255, 0.62);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
}

/* ---------- RESPONSIVE ---------- */
#atdv-pod-home .atdv-container {
    max-width: 100%;
    margin: 0 auto;
}

@media(min-width:640px) {
    #atdv-pod-home .atdv-container {
        max-width: 640px;
    }
    
    #atdv-pod-home .atdv-episode-card {
        flex-direction: row;
        align-items: center;
    }
    
    #atdv-pod-home .atdv-episode-img {
        width: 8rem;
        height: 8rem;
    }
}

@media(min-width:768px) {
    #atdv-pod-home .atdv-container {
        max-width: 768px;
    }
    
    #atdv-pod-home .atdv-header-grid {
        grid-template-columns: 1fr 1fr;
        padding: 4rem 0;
    }
    
    #les-podcasts-du-moment-carousel .owl-nav,
    #ep-carou .owl-nav {
        display: none !important;
    }
}

@media(min-width:1024px) {
    #atdv-pod-home .atdv-container {
        max-width: 1024px;
    }
}

@media (max-width: 768px) {
    #podcast-page .owl-nav {
        display: none !important;
    }
    
    #podcast-page .owl-carousel:hover .owl-nav {
        display: flex !important;
    }
    
    #podcast-page .owl-nav {
        display: none;
    }
}

@media (max-width: 991.98px) {
    #podcast-page .main-card .img-fluid {
        border-radius: 1.5rem 1.5rem 0 0;
    }
}

@media (max-width: 767px) {
    #atdv-pod-home .atdv-episode-footer {
        flex-direction: column;
    }
    
    #atdv-pod-home .atdv-btn {
        width: 100%;
        margin-top: 15px;
        text-align: center;
    }
    
    #podcast-page .section-title {
        font-size: 25px;
        line-height: 35px;
    }
    
    .card-title-ep h1 {
        font-size: 24px;
    }
    
    .card-title-ep a {
        font-size: 16px;
        line-height: 30px;
    }
    
    #podcast-page .card.border-0.rounded-4.shadow-sm {
        flex-wrap: wrap;
    }
    
    .img-mobile {
        display: none;
    }
    
    .second-card-ep p {
        font-size: 16px;
    }
}

/* Ensure card containers maintain square aspect ratio */
#nos-coups-de-coeur-carousel .podcast-card,
#les-podcasts-du-moment-carousel .podcast-card,
#ep-carou .podcast-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 250px !important;
    margin-right: 30px;
}
#podcasts-ier-carousel .podcasts-ier-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 350px !important;
    margin-right: 
}


/* Consistent carousel item heights */
#nos-coups-de-coeur-carousel .item,
#les-podcasts-du-moment-carousel .item,
#podcasts-ier-carousel .podcasts-ier-item,
#ep-carou .item {
    height: auto;
}
@media (max-width: 768px) {
    .full-cpage {
        padding: 0 20px !important;
    }
    #podcasts-ier-carousel .podcasts-ier-card {

    width: 300px !important;
    margin-right: 30px;
}

}