        @import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
        @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
        .vcf-banner {
            background-image: url('../images/testimonials-page-top-banner2.jpg');
        background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 30vh;
    min-height: 300px;
    max-height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
        }
        
         :root {
            --font-urbanist: "Urbanist", sans-serif;
            --font-inter: "Inter", sans-serif;
        }
        
        .vcf-banner-content {
            height: 440px;
        }
        
        .vcf-banner-content h1 {
            font-weight: bold;
            font-size: 56px;
            color: #AAB847;
            margin-bottom: 10px;
        }
        
        .vcf-banner-content p {
            color: #fff;
        }
        
        .vcf-banner-btn {
            color: #fff;
            font-size: 16px;
        }
        
        .testimonial-head {
            padding: 60px 0;
        }
        
        .testimonial-head p {
            color: #0090CC;
            font-size: 14px;
            margin-bottom: 5px;
        }
        
        .testimonial-head strong {
            font-weight: 500;
            font-size: 30px;
        }
        
        .video-play-icon {
            width: 76px;
            height: 76px;
            background-color: #0090CC;
            border: solid 7px #fff;
            right: 40px;
            top: 40px;
        }
        
        .video-play-icon i {
            color: #fff;
            font-size: 30px;
        }
        
        .large-video-thumbnail img {
            width: 100%;
            height: auto;
        }
        
        .testimonial-details {
            background: #FFF;
            box-shadow: 0px 8px 15.2px 0px rgba(0, 0, 0, 0.15);
            padding: 32px;
            max-width: 620px;
            position: absolute;
            bottom: -40px;
            left: 40px;
        }
        
        .testimonial-details p {
            font-size: 20px;
            display: -webkit-box;
    max-width: 100%;
    height: 150px;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

        }
        
        .testimonial-details-date,
        .testimonial-details-founder {
            color: #5D5D5D;
        }
        
        .testimonial-author,
        .testimonial-details-date {
            font-size: 18px;
        }
        
        .quote {
            color: rgba(0, 0, 0, 0.26);
                position: absolute;
                top: 40px;
                left: 45px;
        }
        
        .testimonial-details-content {
            padding-left: 80px;
        }
        
        .video-list {
            background: var(--Gradient, linear-gradient(180deg, #01A2D5 -13.59%, #44B395 63.37%, #59BF3E 138.81%));
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            min-height: 746px;
            margin-top: -330px;
            padding-top: 440px;
            padding-bottom: 50px;
        }
        
        .videos-header strong {
            font-weight: 500;
            font-size: 24px;
        }
        
        .videos-header button {
            border-radius: 8px;
            font-size: 14px;
        }
        
        .small-video-play-btn {
            width: 47px;
            height: 47px;
            border: solid 1px #fff;
            background-color: #0090CC;
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
        }
        
        .video-item {
            border-radius: 12px;
        }
        
        .video-item img {
            border-radius: 12px 12px 0px 0px;
            width: 100% !important;
            height: 200px !important;
            object-fit: cover;
        }
        
        .shadow-overlay-videos {
            padding: 20px;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 40.75%, #000 100%);
            position: absolute;
            z-index: 0;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            color: #fff;
        }
        
        .shadow-overlay-videos strong {
            margin-bottom: 6px;
            font-size: 18px;
        }
        
        .shadow-overlay-videos p {
            font-size: 12px;
            text-align: left !important;
        }
        
        .shadow-overlay-videos button {
            margin-bottom: 20px;
        }
        
        .video-item-list {
            margin-top: 28px;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
        }
        
        .pod-cast-lg-video {
            border-radius: 12px;
        }
        
        .shadow-overlay-videos2 {
            padding: 20px;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 40.75%, #000 100%);
            position: absolute;
            z-index: 0;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            color: #fff;
        }
        
        .shadow-overlay-videos2 button {
            width: 47px;
            height: 47px;
            border: solid 4px #fff;
            background-color: #0090CC;
            position: absolute;
            left: 50%;
            top: 40%;
            transform: translate(-50%, 0%);

        }

       .pod-cast-lg-video img {
    height: 550px !important;
    width: 100% !important;
    object-fit: cover;
}
.podcast-description_more_text{
display: -webkit-box;
    max-width: 100%;
    height: 22px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left !important;
}

.rounded{
    width: 90px;
    height: 80px;
    object-fit: cover;
}
        
        .shadow-overlay-videos2 strong {
            font-size: 30px;
                display: -webkit-box;
    max-width: 100%;
    height: 100px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
        }
        .shadow-overlay-videos2 p.mb-0 {
    display: -webkit-box;
    max-width: 100%;
    height: 75px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
        
        .podcast-latest {
            position: absolute;
            margin: 16px;
            color: #0090CC
        }
        
        .podcast-list-v {
            padding-left: 20px;
        }
        
        .podcast-list-video-play-icon {
            width: 32px;
            height: 32px;
            border: solid 4px #fff;
            background-color: #0090CC;
            text-decoration: none;
            font-size: 17px;
        }
        
        .podcast-list-video-play-icon i {
            font-size: 12px;
            color: #fff
        }
        
        .podcast-list-v li {
            border-bottom: solid 1px #BDBDBD;
            padding-bottom: 15px;
        }
        
        .podcast-list-v li img {
            border-radius: 8px;
        }
        
        .podcast-list-v li:last-child {
            border: none;
        }
        
        .podcast-list-content {
            width: 100%
        }
        
        .podcast-list-content strong {
            margin-bottom: 6px;
            font-size: 14px;
            display: -webkit-box;
    max-width: 100%;
    height: 42px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left !important;
        }
        
        .watch span {
            font-size: 11px;
        }
        
        .watch i {
            font-weight: normal;
        }
        
        .more-episodes {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 28px;
        }
        
        .more-episodes a {
            color: #000;
        }
        /* testimonial internal page */
        
        .vcf-banner-internal {
            background-image: url('../images/testimonial-page-main-banner-2.jpg');
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            height: 278px;
        }
        .vcf-banner-internal-podcast {
            background-image: url('../images/podcast-page-main-banner-1.jpg');
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            height: 278px;
        }
        
        .vcf-banner-content-internal {
            height: 278px;
        }
        
        .vcf-banner-content-internal h1 {
            font-weight: bold;
            font-size: 56px;
            margin-bottom: 10px;
        }
        
        .video-list-internal {
            padding-top: 50px;
            padding-bottom: 50px;
        }
        
        .testimonial-head-internal {
            padding: 60px 0 0 0;
        }
        
        .testimonial-head-internal strong {
            font-weight: 500;
            font-size: 30px;
        }
        
        .video-item-internal {
            min-height: 200px;
            border-radius: 12px;
        }
        
        .video-item-list-internal {
            margin-top: 28px;
            display: grid;
                grid-template-columns: repeat(auto-fill, minmax(355px, 1fr));
        }
        /* podcast internal page */
        
        .podcast-list-internal {
            padding-top: 50px;
            padding-bottom: 50px;
        }
        
        .podcast-item-list-internal {
            margin-top: 28px;
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        }
        
        .podcast-item-internal {
            border-radius: 12px;
            box-shadow: 0px 4px 13.2px 0px rgba(0, 0, 0, 0.08);
            padding: 0;
        }
        .pod-cast-thumbnail-image img {
            height: 200px;
            width: 100%;
            object-fit: cover;
        }
        .video-item-internal button {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, 0%);
}
        .shadow-overlay-videos button {
    position: absolute;
    left: 30px;
    top: 10px;
    border: solid 4px #fff;
}

        .podcast-small-date .watch,
        .podcast-small-date small {
            font-size: 11px;
            color: #5D5D5D;
            padding: 30px 14px 14px 14px;
        }
        
        .podcast-item-internal strong {
            display: block;
            font-size: 14px;
        }
        
        .postcast-thumbnail {
            padding: 10px 14px;
        }
        
        .postcast-thumbnail span {
            padding: 10px 12px;
            color: #0090CC;
            font-size: 11px;
            border-radius: 40px;
            background: rgba(0, 144, 204, 0.17);
            display: inline-block;
            margin-top: 5px;
            margin-bottom: 10px;
        }
        
        .small-video-play-btn-blue {
            width: 47px;
            height: 47px;
            border: solid 4px #fff;
            background-color: #0090CC;
            position: absolute;
            left: 10px;
            top: 10px;

        }
        
        @media(max-width: 767px) {
            .podcast-large-video-list {
                flex-direction: column;
                padding: 0;
                gap: 20px;
            }
            .video-item-list {
                grid-template-columns: repeat(1, 1fr);
            }
            .video-item-list-internal {
                grid-template-columns: repeat(1, 1fr);
            }
            .vcf-banner-btn {
                flex-wrap: wrap;
            }
            .shadow-overlay-videos button {
                margin: 0;
            }
            .small-video-play-btn {
                width: 30px;
                height: 30px;
            }
            .small-video-play-btn i {
                font-size: 12px
            }
            .shadow-overlay-videos strong {
                padding-top: 15px
            }
        }