/*
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)
*/
.testimonial-carousel .elementor-testimonial-content {
    position: relative;
    z-index: 1;
    margin-bottom: 200px !important;
}

.testimonial-carousel .elementor-testimonial-content:before {
    content: '';
    background-image: url(/wp-content/uploads/2026/07/testimonial-stars.webp);
    background-size: contain;
    width: 106px;
    height: 26px;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 33px;
}