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

body {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;   
}


strong {
	font-weight: 700;
}

.elementor-button:hover {
	border-radius: 0 !important;
}


.phone .elementor-button-icon {
	display: none;
}


.reverse .elementor-testimonial-wrapper {
	display: flex;	
}
.reverse .elementor-testimonial-name {
	background-color: var(--e-global-color-accent);
	width: 62px;
    aspect-ratio: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}


.reverse.row .elementor-testimonial-wrapper {
    flex-direction: row-reverse;
}
.reverse.row .elementor-testimonial-wrapper .elementor-testimonial-meta {
    width: 50%;
}
.reverse.row .elementor-testimonial-wrapper .elementor-testimonial-content {
	flex-grow: 1;
    width: 50%;
    margin: 0;
}
.reverse.row .elementor-testimonial-wrapper .elementor-testimonial-details {
	display: flex;
	align-items: center;
}
.reverse.row .elementor-testimonial-wrapper .elementor-testimonial-name {
	margin-right: 100px;
	min-width: 62px;
}
.reverse.row .elementor-testimonial-wrapper .elementor-testimonial-job {
	max-width: 293px;
}


.reverse.column .elementor-testimonial-wrapper {
    flex-direction: column-reverse;
}
.reverse.column .elementor-testimonial-wrapper .elementor-testimonial-job {
	margin: 30px 0;
}




ol {
	counter-reset: list;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: clamp(1rem, 0.875rem + 0.5vw, 1.375rem);
}
ol li {
	position: relative;
    padding: 0 0 0 60px;
}

ol li::before {
  	counter-increment: list;
  	content: counter(list);
  	background-color: var(--e-global-color-accent);
	width: 43px;
    aspect-ratio: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


ol li em{
	display: block;
    text-transform: uppercase;
    font-size: 18px;
    margin: 20px 0;
}



figcaption {
	position: absolute;
    right: -35px;
    top: 70px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    max-width: 300px;
    padding: 10px;
}

figcaption:before {
	content: '';
    background-color: #9B3D1C;
    width: 35px;
    height: 22px;
    position: absolute;
    right: 0;
    bottom: -21px;
    clip-path: polygon(0 0, 0 100%, 100% 0, 100% 0);
}



@media screen and (max-width: 768px) {
	
	
	
	.phone a {
		background-color: var(--e-global-color-accent) !important;
	}
	
	.phone .elementor-button-icon {
		display: block;
	}
	.phone .elementor-button-text {
		display: none;	
	}
	   
	
	figcaption {
	    font-size: 16px !important;
	    border-top-left-radius: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
	    position: relative !important;
	    right: 0 !important;
	    bottom: 0 !important;
	    top: -12px !important;
	    max-width: 100% !important;
	}
	figcaption:before {
		display: none;
	}
	
	
	.reverse.row .elementor-testimonial-wrapper {
    	flex-direction: column-reverse;
	}
	
	.reverse.row .elementor-testimonial-wrapper .elementor-testimonial-meta {
	    width: 100%;
	}
	
	.reverse.row .elementor-testimonial-wrapper .elementor-testimonial-details {
	    align-items: start;
	    flex-direction: column;
	}
	
	
	.reverse .elementor-testimonial-name {
	    width: 45px;
        font-size: 20px !important;
        min-width: 0 !important
	}
	
	
	.reverse.row .elementor-testimonial-wrapper .elementor-testimonial-content {
/* 	    flex-grow: 1; */
	    width: 100%;
/* 	    margin: 0; */
	}
	
	
	
	.reverse .elementor-testimonial-wrapper .elementor-testimonial-job {
	    margin: 20px 0 !important;
	}
	
	
	
}
