.video_testinomial_section{
    background-image: url(../../images/home/EECP-section-BG.webp);
}

.thum_testimonial_faq-container h1 {
    color: #222;
    margin-bottom: 2rem;
}

.thum_testimonial_faq-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    /*gap: 2rem;*/
    /* max-width: 1100px; */
    /* margin: auto; */
}

.thum_testimonial_faq-item {
    background: #fff;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.thum_testimonial_faq-item:hover {
    transform: translateY(-3px);
}

.question {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    margin-top: 0.75rem;
}

.thum_testimonial_faq-container .testimonial-thumbnail {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s ease;
    height: 160px;
}

.thum_testimonial_faq-container .testimonial-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.thum_testimonial_faq-container .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
.thum_testimonial_faq-container .play-button i {
    margin-left: 5px;
}

.thum_testimonial_faq-container .testimonial-thumbnail:hover .play-button {
    background: #e50914;
    transform: translate(-50%, -50%) scale(1.1);
}

.user-card{
    margin: 10px 0px;
}

.user-name{
    font-size:13px;
    font-weight:700;
}

.user-card img{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    margin-right: 7px;
}

.thum_testimonial_faq-container iframe {
    width: 100%;
    height: 160px;
    border: none;
    border-radius: 10px;
}

.thum_testimonial_heading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 3%;
}
.thum_testimonial_heading .gradient-div {
   background: white !important;
}
.thum_testimonial_heading .home-heading {
   color: white !important;
}



@media (max-width: 500px) {

    .thum_testimonial_faq-container .testimonial-thumbnail,
    .thum_testimonial_faq-container iframe {
        height: 140px;
    }
}