.video-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.video-play-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: none;
    background: rgba(15, 37, 82, 0.35);
    cursor: pointer;
    transition: background 0.2s ease, opacity 0.25s ease;
}

.video-play-overlay:hover {
    background: rgba(15, 37, 82, 0.5);
}

.video-play-overlay:focus {
    outline: 2px solid #C9FF70;
    outline-offset: 2px;
}

.video-play-overlay .video-play-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #0F2552;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    padding-left: 2px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    pointer-events: none;
}

.video-container.is-playing .video-play-overlay {
    opacity: 0;
    pointer-events: none;
}

.custom-video {
    width: 100%;
    display: block;
    object-fit: cover;
}

.single-testimonials-area{
    padding:20px !important;
    box-shadow: none !important;
}

.swiper-testimonials-area-wrapper .mySwiper-testimonails{
    padding:0 !important;
}

.swiper-testimonials-area-wrapper{
    padding-top:10px !important;
}