span.ekit-accordion-title {
    color: #fff !important;
}

/* Testimonials slider fixes */
.our-testimonial .ekit-testimonial-slider {
    position: relative;
}

.our-testimonial .swiper-wrapper {
    display: block;
}

.our-testimonial .swiper-slide {
    display: none;
    width: 100%;
}

.our-testimonial .swiper-slide.is-active {
    display: block;
}

.our-testimonial .swiper-navigation-button {
    cursor: pointer;
    user-select: none;
    z-index: 2;
}

.our-testimonial .swiper-navigation-button:hover {
    transform: translateY(-1px);
}

.our-testimonial .testimonial-review-counter .builder-counter-number {
    transition: color 0.3s ease;
}