.cause .thumb a img{
    height: auto;
}
.cause__slider-inner{
    height: auto !important;
}
/* .cause .slider-navigation .next-cause,
.cause .slider-navigation .prev-cause{
    display: none !important;
} */

/* Testimonial Video Cards */
.testimonial__video-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
    max-width: 350px; /* Control maximum width */
    margin: 0 auto; /* Center the card */
}

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

.testimonial__video-card .content {
    position: relative;
    padding-top: 177.78%; /* 9:16 Aspect Ratio (9/16 = 0.5625) */
}

.testimonial__video-card video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000; /* Black background for letterboxing */
}

/* Testimonials Grid Styles */
.testimonials-grid .testimonial-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
    max-width: 350px;
    margin: 0 auto;
}

.testimonials-grid .testimonial-card:hover {
    transform: translateY(-5px);
}

.testimonials-grid .video-wrapper {
    position: relative;
    padding-top: 177.78%; /* 9:16 Aspect Ratio for portrait */
}

.testimonials-grid .video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
}

.event:before{
    position: relative;
}

.event .event__single-content h3 {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 22px;
    color: var(--secondary-color);
  }

.event .event__single-content p{
    line-height: initial;
}

.testimonial .section-title {
    color: var(--secondary-color);
}

#eventSection video{
    width: 100%;
    height: 100%;
}



.QrCode img{
    width: 150px;
}