/*
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;
}

.post-tag .elementor-heading-title {
    font-size: 0 !important;
    display: flex;
    gap: 4px;
}

.post-tag .elementor-heading-title a {
    padding: 5px 10px;
    border: 1px solid;
    font-size: 12px !important;
}
.single-post .wp-block-quote {
    font-size: 20px;
    line-height: 1.6;
    color: var(--e-global-color-text,#D8D8D8);
    margin-bottom: 48px;
    border-left: 2px solid var(--e-global-color-accent,#CD8F31);
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 48px;
    margin-left: 0;
}
.single-post .elementor-post-navigation {
    gap: 20px;
}
#gt_float_wrapper .gt_float_switcher {
    position: relative;
    z-index: 9;
    overflow: visible;
}

#gt_float_wrapper .gt_float_switcher .gt_options {
    flex: 0 0 auto;
    position: absolute;
    width: 100%;
    z-index: 9;
    background-color: var(--e-global-color-primary);
    width: 150px;
    top: calc(100% + 7px);
    border-radius: 2px;
}
.author-img {
    width: 480px;
    margin-right:20px;
}
.brands-slider .swiper-slide img {
    filter: brightness(0) invert(1);
}