/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*.custom-reviews .elementor-testimonial__image img{
	border-radius: 0 45px 0 45px !important;
}*/

.custom-reviews  .elementor-testimonial__footer{
	position: absolute;
    top: 2%;
    right: 0%;
}

.custom-reviews .elementor-testimonial__content{
	flex-direction:column-reverse;
	display:flex;
	text-align:start !important;
	gap:60px;
}

.custom-reviews .elementor-testimonial__cite{
	margin:0 !important;
	padding-right: 54%;
}

.custom-reviews .swiper-slide {
    height: 405px !important;
	background:transparent !important;
	padding:50px;
}
.custom-reviews .elementor-testimonial {
    padding: 55px 40px 55px;
    border: 2px solid #1B5322;
}