/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@media (min-width: 1024px) {
    .testimonial-slider {
        display: flex;
        flex-direction: column;
        justify-content: stretch;
        height: auto;
    }
}

.myTestimonialSwiper {
	padding-bottom: 50px !important;
}

.swiper-wrapper {
    align-items: stretch !important;
}

.swiper-slide {
    height: auto !important;
    display: flex !important;
}

.testimonial-card {
    background-color: #f0f0f0;
    padding: 2rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.testimonial-rating .leading-none {
	color: #000;
}

.dynamic-content {
	color: #000;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
}

.testimonial-card header,
.testimonial-rating {
    display: flex;
    align-items: center;
    gap: 5px;
} 

.testimonial-card footer {
	font-size: 16px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.6);
}

.my-testimonial-pagination {
    margin-top: 25px;
}

span.swiper-pagination-bullet {
    height: .25rem;
    width: 3rem;
    border-radius: 0;
}
span.swiper-pagination-bullet-active {	
    background: var(--e-global-color-accent);
}