/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 3.4.9
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.banner-heading .heading-span {
    color: var(--e-global-color-0efdc90);
}
.my-testimonials {}

.my-testimonials .elementor-testimonial__content {
    position: relative;
    z-index: 1;
}

.my-testimonials .elementor-testimonial__content:before {
    content: '';
    background: url(/wp-content/uploads/2026/06/stars.svg);
    width: 108px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}