/*
Theme Name: Qotr-EC Child
Template:   qotr-ec
Theme URI: https://sqrcod.com
Description: Qotr-EC Child Theme
Author: SQR Code
Author URI: https://sqrcod.com/
Version: 1.0.0
Text Domain: qotr-ec-child
*/

/* RTL fixes for section title heading icon/padding */
.rtl .section-title .elementor-heading-title{
	padding-right: 16px;
	padding-left: 0;
}

.rtl .section-title .elementor-heading-title::before{
	right: 0;
	left: auto;
}

.rtl .hero-counter-item:before{
	left: -15px;
	right: auto;
}

.rtl .skyvilla-hide-small-icon .section-title .elementor-heading-title{
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.rtl .elementor-widget-elementskit-creative-button .ekit_position_aware svg{
	margin-right: 10px;
	margin-left: 0;
}

@media only screen and (max-width: 991px){
	.rtl .section-title .elementor-heading-title{
		padding-right: 12px;
		padding-left: 0;
	}
}

.rtl .our-approach-images:before{
	content: '';
    position: absolute;
    bottom: 80px;
    right: 48px;
	top: auto;
	left: auto;
    border: 4px solid var(--e-global-color-accentsecondary);
    width: 360px;
    height: 410px;
    z-index: 0;
}