/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 3.4.6
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)
*/
.my-accor .e-n-accordion-item {
    border-bottom: 1px solid #D4D4D4;
}
.my-test .elementor-testimonial__text h3 {
    font-size: 18px;
}
.my-test .swiper-slide:nth-child(2n) {
    background-color: var(--e-global-color-9ec0e8e) !important;
        border-color: transparent !important;
}
.my-test .elementor-testimonial__footer {
    position: relative;
    z-index: 1;
}

.my-test .elementor-testimonial__footer:after {
    content: '';
    position: absolute;
    bottom: -30px;
    background-image: url('/wp-content/uploads/2026/02/review-stars.svg');
    width: 121px;
    height: 18px;
    left: 50%;
    transform: translateX(-50%);
}
#BannerBox {
    backdrop-filter: blur(8px);
}
.my-iconbox {}

.my-iconbox .elementor-icon-box-description {
/*     max-width: 530px; */
    padding-left: 55px;
}