/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 3.1.1
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)
*/
#Testimoanials .elementor-testimonial .elementor-testimonial__content {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}

#Testimoanials .elementor-testimonial .elementor-testimonial__content .elementor-testimonial__text {
    position: relative;
    z-index: 1;
}

#Testimoanials .elementor-testimonial .elementor-testimonial__content .elementor-testimonial__text::after {
    content: '';
    background-image: url('/wp-content/uploads/2024/11/ratings.webp');
    background-size: contain;
    width: 168px;
    bottom: -60px;
    right: 0px;
    height: 48px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
}
.sec-color{
	color: var(--e-global-color-accent) !important;
}

#VideoGallery .e-tabs-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#VideoGallery .e-tabs-main-area {
    gap: 20px;
}
#VideoGallery .e-tabs-items .e-tab-title {
    height: 100%;
}

#VideoGallery .e-tabs-items .e-tab-title .e-tab-thumbnail {
	width: 140px;
	height: 72px;
}

#VideoGallery .e-tabs-items .e-tab-title .e-tab-thumbnail img {
    width: 100%;
    height: 100%;
}
/* width */
#VideoGallery .e-tabs-items::-webkit-scrollbar {
  width: 5px;
}

/* Track */
#VideoGallery .e-tabs-items::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
#VideoGallery .e-tabs-items::-webkit-scrollbar-thumb {
  background: var(--e-global-color-accent);
}