/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 3.4.5
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)
*/
.red-span {
    font-weight: 700;
    color: var(--e-global-color-accent);
}

.my-testimonial .testimonial-title {
    color: var(--e-global-color-accent);
    font-size: 30px;
}

.my-testimonial .elementor-swiper-button.elementor-swiper-button-prev {
    background-image: url(/wp-content/uploads/2026/01/Button-previous-slide.png);
}

.my-testimonial .elementor-swiper-button svg {
    display: none;
}

.my-testimonial .elementor-swiper-button {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
}

.my-testimonial .elementor-swiper-button.elementor-swiper-button-next {
    background-image: url(/wp-content/uploads/2026/01/Button-next-slide.png);
}
.my-testimonial .elementor-testimonial__image {
    position: relative;
    z-index: 1;
}

.elementor-testimonial__image {}

.my-testimonial .elementor-testimonial__image:after {
    background-image: url(/wp-content/uploads/2026/01/Group-1597888025.png);
    width: 130px;
    height: 30px;
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 24px;
}
.book-description {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}