.slider-carousel-indicators .active {
    background-color: #26415e;
}

.slider-featured-image {
    width: 100%;
    max-height: 42rem;
    object-fit: cover;
    border-radius: 22px;
    display: block;
}

.seminar-slider-item-heading {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.seminar-slider-featured-heading {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

.seminar-slider-featured-description {
    font-size: 1.4rem;
    color: #555;
    line-height: 1.5;
}

.seminar-slider-btn {
    background: #83b7e9;
    border-color: #83b7e9;
    color: #052347;
    padding: 8px;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    border-radius: 8px;
}

.seminar-slider-btn:hover {
    background: #83b7e9;
    border-color: #83b7e9;
    color: #052347;
}

.seminar-slider-podcast-video-wrapper {
    width: 100%;
    height: 27rem;
    aspect-ratio: 16/9;
    /* Maintains 16:9 aspect ratio */
}

.seminar-slider-podcast-video {
    width: 100%;
    height:27rem;
    border: none;
    border-radius: 22px;
}

.slider-item-heading {
    font-size: 3rem;
    /* font-weight: 700; */
    line-height: 1.2;
    margin-bottom: 1rem;
}

.slider-featured-heading {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

.slider-featured-description {
    font-size: 1.8rem;
    color: #555;
    line-height: 1.5;
}

.slider-btn {
    background: #83b7e9;
    border-color: #83b7e9;
    color: #052347;
    width: 16rem;
    padding: 12px;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    border-radius: 8px;
}

.slider-btn:hover {
    background: #83b7e9;
    border-color: #83b7e9;
    color: #052347;
}

.slider-podcast-video-wrapper {
    width: 100%;
    height: 39rem;
    aspect-ratio: 16/9;
    /* Maintains 16:9 aspect ratio */
}

.slider-podcast-video {
    width: 100%;
    height: 39rem;
    border: none;
    border-radius: 22px;
}

.flip-ce {
    perspective: 800px;
    width: 370px;
    height: 270px;
    margin: auto;
}

.card-ce {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}

.flip-ce:hover .card-ce {
    transform: rotateY(180deg);
}

.face-ce {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.front-ce,
.back-ce {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.front-ce img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.back-ce {
    transform: rotateY(180deg);
    padding: 15px;
    text-align: center;
    flex-direction: column;
}

.inner-ce {
    width: 100%;
    height: 100%;
}

.inner-ce img {
    border-radius: 20px;
}

.upcoming-grid-img:hover {
    border-radius: 12px;
}

.video-wrapper-v4 {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-fixed-v4 {
    width: 100%;
    max-width: 1000px;
    height: 100%;
}

.video-fixed-v4 iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.testimonial-slide {
    height: 450px;
    background-color: #01183a;
    border-radius: 8px;
    color: #ffffff;
}

.testimonial-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.testimonial-content {
    position: relative;
    padding: 20px;
    max-width: 95%;
    width: 100%;
}

.quote {
    font-size: 19rem;
    color: #81b6e8;
    position: absolute;
}

.quote-start {
    top: 4.5rem;
    left: 0;
}

.quote-end {
    bottom: -30px;
    right: 0;
}

.testimonial-text {
    margin-left: 80px;
    position: relative;
    z-index: 1;
}

.testimonial-message {
    line-height: 1.4;
    font-size: 2.2rem;
}

.testimonial-name,
.testimonial-designation {
    color: #cfd9e4;
    font-size: 1.6rem;
}

@media (max-width: 991.98px) {
    .slider-featured-heading {
        font-size: 1.6rem;
    }

    .slider-featured-description {
        font-size: 1.3rem;
    }

    .slider-featured-image {
        max-height: 28rem;
    }

    .slider-item-heading {
        font-size: 1.5rem;
    }

    .podcast-video .slider-podcast-video-wrapper {
        height: 32rem;
    }

    .testimonial-message {
        font-size: 2rem;
    }

    .testimonial-name,
    .testimonial-designation {
        font-size: 1.1rem;
    }

    .quote {
        font-size: 8rem;
    }

    .testimonial-text {
        margin-left: 60px;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .slider-featured-heading {
        font-size: 1.4rem;
    }

    .slider-featured-description {
        font-size: 1.2rem;
    }

    .slider-featured-image {
        max-height: 18rem;
    }

    .slider-btn {
        width: 12rem;
        font-size: 1rem;
        padding: 10px;
    }

    .slider-item-heading {
        font-size: 1.3rem;
    }

    .slider-podcast-video {
        height: 24rem;
    }

    .video-wrapper-v4 {
        height: 280px;
    }

    .testimonial-message {
        font-size: 1.5rem;
    }

    .testimonial-name,
    .testimonial-designation {
        font-size: 1rem;
    }

    .quote {
        font-size: 6rem;
    }

    .testimonial-text {
        margin-left: 50px;
    }

    .quote-start {
        top: 3rem;
        left: 0.5rem;
    }

    .quote-end {
        bottom: -20px;
        right: 0.5rem;
    }
}

@media (max-width: 480px) {
    .slider-podcast-video {
        height: 18rem;
    }

    .video-wrapper-v4 {
        height: 200px;
    }

    .testimonial-message {
        font-size: 1.2rem;
    }

    .testimonial-name,
    .testimonial-designation {
        font-size: 0.95rem;
    }

    .quote {
        font-size: 4rem;
    }

    .testimonial-text {
        margin-left: 40px;
    }

    .quote-start {
        top: 2rem;
        left: 0.5rem;
    }

    .quote-end {
        bottom: -15px;
        right: 0.5rem;
    }
}
