/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/*
 * Global CSS
 * */

body{
	--white-color: var(--e-global-color-c9ca57f);
	--bg-color: var(--e-global-color-be30cb4);
	--divider-color: var(--e-global-color-1134558);
	--dark-color: var(--e-global-color-e8a0c15);
	overflow-x: clip;
	
	--wp-dark-mode-bg--e-global-color-primary: #FFFFFF !important;
	--wp-dark-mode-text--e-global-color-primary: #FFFFFF !important;
	--wp-dark-mode-border--e-global-color-primary: #47578c;
	--wp-dark-mode-bg--e-global-color-secondary: #4EDC7B !important;
	--wp-dark-mode-text--e-global-color-secondary: #6ed489;
	--wp-dark-mode-text--e-global-color-text: #91aac1;
	--wp-dark-mode-border--e-global-color-text: #424664;
	--wp-dark-mode-bg--e-global-color-accent: #387EFF !important;
	--wp-dark-mode-text--e-global-color-accent: #387EFF !important;
	--wp-dark-mode-border--e-global-color-accent: #144195;
	--wp-dark-mode-bg--e-global-color-c9ca57f: #141720 !important;
	--wp-dark-mode-text--e-global-color-c9ca57f: #070B14;
	--wp-dark-mode-bg--e-global-color-e8a0c15: #141720 !important;
	--wp-dark-mode-bg--e-global-color-be30cb4: #070B14 !important;
	--wp-dark-mode-bg--e-global-color-1134558: #272936;
	--wp-dark-mode-text--e-global-color-1134558: #dce1e3;
	--wp-dark-mode-border--e-global-color-1134558: #33383E !important;
	--wp-dark-mode-bg--e-global-color-5b9e362: rgba(29, 31, 39, 0);
	--wp-dark-mode-border--e-global-color-5b9e362: rgba(48, 50, 70, 0);
/* 	--wpdm-button-background-color: #141720 !important; */
	
	--wp-dark-mode--e-global-text: #9F9FA9 !important;
}

.wp-dark-mode-active body.rehab-dark-mode .dark-mode-menu-color ul li a,
.wp-dark-mode-active body.rehab-dark-mode .dark-mode-menu-color ul li a .sub-arrow svg{
	color: var(--wp-dark-mode-bg--e-global-color-primary) !important;
	fill: var(--wp-dark-mode-bg--e-global-color-primary) !important;
}

.wp-dark-mode-active body.rehab-dark-mode .dark-mode-menu-color ul li .sub-menu{
	background-color: var(--wp-dark-mode-text--e-global-color-accent);	
}

.wp-dark-mode-active body.rehab-dark-mode .border-btn.dark-mode-text-color .elementor-button,
.wp-dark-mode-active body.rehab-dark-mode .dark-btn.dark-mode-text-color .elementor-button{
	background: var(--wp-dark-mode-bg--e-global-color-c9ca57f) !important;
	border-color: var(--wp-dark-mode-border--e-global-color-1134558) !important;
}

.wp-dark-mode-active body.rehab-dark-mode .no-bg.dark-mode-text-color .elementor-button,
.wp-dark-mode-active body.rehab-dark-mode .no-bg.dark-mode-text-color .elementor-button:hover{
	background-color: transparent !important;
}

body.rehab-dark-mode .dark-mode-text-color .elementor-button,
body.rehab-dark-mode .dark-mode-text-color p{
	color: var(--wp-dark-mode--e-global-text);
}

body.rehab-dark-mode .dark-mode-text-color .elementor-button .elementor-button-text{
	transition: all 0.5s ease-in-out !important;
}

body.rehab-dark-mode .dark-mode-text-color .elementor-button:hover .elementor-button-text{
	color: var(--wp-dark-mode-text--e-global-color-accent) !important;
}

.wp-dark-mode-active body.rehab-dark-mode .footer-call-text p,
.wp-dark-mode-active body.rehab-dark-mode .footer-call-text p a{
	color: #2e89FF !important;
}

.wp-dark-mode-active body.rehab-dark-mode .footer-call-text p a:hover{
	color: #FFF !important;
}



.br-desktop-none br{
    display: none;
}

figure,
.elementor-widget-image-carousel .swiper .swiper-slide figure{
    line-height: 0;
}

.elementor-widget-theme-post-excerpt p:last-child,
.elementor-widget-text-editor p:last-child{
    margin-bottom: 0;
}

.elementor-widget-icon .elementor-icon-wrapper,
.elementor-widget-icon-box .elementor-icon-box-icon{
    line-height: 0;
}

.icon-height-size.elementor-widget-icon .elementor-icon-wrapper .elementor-icon svg{
    height: auto;
}

.elementor-widget-icon-box .elementor-icon-box-title,
.elementor-widget-image-box .elementor-image-box-title{
    margin-top: 0;
}

.icon-box-icon-center.elementor-widget-icon-box .elementor-icon-box-wrapper{
    align-items: center;
}

.elementor-custom-embed-play i, .elementor-custom-embed-play svg{
	opacity: 1;
	transition: all .5s;
}

.elementor-custom-embed-play i{
	text-shadow: none;
}

/* Button CSS */

.elementor-widget-button,
.elementor-widget-button .elementor-button-wrapper{
	line-height: 0;
}

.elementor-widget-button .elementor-button{
	position: relative;
    transition: all 0.3s ease-in-out;
	overflow: hidden;
	z-index: 1;
}

.elementor-widget-button .elementor-button:before{
	content: '';
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
	background-color: var(--e-global-color-primary);
	width: 0;
	height: 100%;
	transition: all 0.5s ease-in-out;
	z-index: -1;
}

.no-bg.elementor-widget-button .elementor-button:before{
	display: none;	
}

.elementor-widget-button .elementor-button:hover:before,
.elementor-widget-button .elementor-button:focus:before{
	left: 0;
	right: auto;
	width: 100%;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper{
	align-items: center;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon{
	line-height: 0;
}

.elementor-widget-button .elementor-button .elementor-button-icon svg{
	width: 16px;
	height: 16px;
}

.elementor-widget-button .elementor-button .elementor-button-icon svg path{
	transition: all 0.3s ease-in-out;
}

/* Icon & Images Box CSS */
.elementor-widget-icon-box .elementor-icon-box-description a,
.elementor-widget-image-box .elementor-image-box-description a{
    color: inherit;
    transition: all 0.3s ease-in-out;
}

/*  Tab Widget CSS */
.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title:hover,
.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title:focus{
    border-radius: var(--n-tabs-title-border-radius);
}

.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title{
    transition: all 0.3s ease-in-out;
}

.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon svg path{
    transition: all 0.3s;
}

/* Menu Border CSS */
.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown a, 
.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown a:focus, 
.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown a:hover{
	border-inline-start: 0 !important;
}

/* In Heading span tag */

.elementor-widget-heading h1.elementor-heading-title span,
.elementor-widget-heading h2.elementor-heading-title span{
	color: var(--e-global-color-accent);
}

@media only screen and (max-width: 1320px) {
	
	.container-padding-left{
		padding-left: 10px;
	}
	
	.container-padding-right{
		padding-right: 10px;
	}
}

@media only screen and (max-width: 1024px) {
	
	.br-tablet-none br{
		display: none;
	}
	
	.container-padding-left{
		padding-left: var(--padding-left);
	}
	
	.container-padding-right{
		padding-right: var(--padding-right);
	}
}

@media only screen and (max-width: 767px) {
	
	.br-mobile-none br{
		display: none;
	}

}

/* 
 * Header CSS 
 * */

/* For Editor if Header BG Color Was White OR Transparent */
body .site-header,
body.hello-elementor-default .elementor-location-header,
body.elementor-editor-active .elementor-location-header,
body.elementor-template-full-width .elementor-location-header{
	background-color: var(--e-global-color-primary);
}

.header2-container.header-show{
	top: 20px !important;
}

.main-header.elementor-sticky{
	transition: all 0.3s ease-in-out
}

.main-header.elementor-sticky.elementor-sticky--effects{
	background: #00000099;
	backdrop-filter: blur(20px);
}

.header-logo img[src$=".svg"]{
	width: auto !important;
}

.header-logo img{
	transition: all 0.3s ease-in-out;
}

.main-header.elementor-sticky.elementor-sticky--effects .header-logo img{
	max-width: 140px;
}

.mobile-menu{
	display: none !important;
}

.header-menu .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, 
.header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
	transition: all 0.3s ease-in-out;
}

.main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, 
.main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
	margin-top: 39px !important;
}

.header-menu .elementor-menu-toggle{
	padding: 0;
}

.header-menu .elementor-menu-toggle span{
	display: flex;
	justify-content: center;
	align-items: center;
}

.dark-mode-togle .elementor-widget-container{
	display: flex;
	align-items: center;
	justify-content: center;
}

.dark-mode-togle .wp-dark-mode-switch .wp-dark-mode-ignore{
	background: transparent;
	--tw-shadow: none;
	--tw-shadow-colored: none;
	border-radius: 0 !important;
	box-shadow: none;
	color: var(--e-global-color-accent);
	width: 30px !important;
	height: 30px !important;
}

.dark-mode-togle .wp-dark-mode-switch .wp-dark-mode-ignore svg{
	width: 100% !important;
	height: 100% !important;
}

.dark-mode-togle .wp-dark-mode-switch-23{
	backdrop-filter: none !important;
    box-shadow: none !important;
}

.dark-mode-togle .wp-dark-mode-switch-23 .switch-inner{
	animation: none !important;
}

.dark-mode-togle .wp-dark-mode-switch-23 .switch-inner svg{
	height: 30px !important;
	width: 30px !important;
}

.dark-mode-togle .wp-dark-mode-switch-23 .switch-inner svg:hover{
	    transform: scale(1) !important;
}

.dark-mode-togle .wp-dark-mode-switch-23 .switch-inner span:first-child {
    display: none;
}

.dark-mode-togle .wp-dark-mode-switch-23 .switch-inner span:nth-child(2) {
    display: block;
	color: #387EFF;
}

.dark-mode-togle .wp-dark-mode-switch-23.active .switch-inner span:first-child {
    display: block;
}

.dark-mode-togle .wp-dark-mode-switch-23.active .switch-inner span:nth-child(2) {
    display: none;
}

.dark-mode-togle .wp-dark-mode-switch-23 .switch-inner span.glass{
	display: none !important;
}

@media only screen and (max-width: 1024px) {
	
	.header-menu-container{
		padding-left: var(--padding-left);
	}
	
	.mobile-menu{
		display: block !important;
	}
	
	.main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
		margin-top: 28px !important;
	}
}

@media only screen and (max-width: 767px) {
	
	.main-header.elementor-sticky.elementor-sticky--effects .header-logo img{
		max-width: 100px;
	}
	
	.main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
		margin-top: 23px !important;
	}	
}

/*
 * 	Home page CSS
 * */

.about-image-1 img{
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.about-image-2 img{
	aspect-ratio: 1 / 0.7;
	object-fit: cover;
}

.about-image-3 img{
	aspect-ratio: 1 / 1.4;
	object-fit: cover;
}

.service-cta .elementor-cta:has(.elementor-icon-wrapper) .elementor-cta__content .elementor-cta__title,
.service-cta .elementor-cta:has(.elementor-icon-wrapper) .elementor-cta__content .elementor-cta__description{
	padding-left: 60px;
}

.service-cta .elementor-cta:has(.elementor-cta__button-wrapper) .elementor-cta__content .elementor-cta__title{
	padding-right: 30px;
}

.service-cta .elementor-cta .elementor-cta__content .elementor-icon-wrapper{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 40px;
    height: 40px;
    border: 1px solid var(--divider-color);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-cta .elementor-cta .elementor-cta__content .elementor-cta__button-wrapper{
	width: auto;
	position: absolute;
	top: 20px;
	right: 20px;
}

.service-cta .elementor-cta .elementor-cta__content .elementor-cta__button-wrapper a{
	text-indent: -9999px;
	background: currentcolor;
	mask-image: url("./images/cta-button-arrow.svg");
	mask-repeat: no-repeat;
	mask-size: cover;
	mask-position: center center;
	width: 16px;
	height: 16px;
}

@media only screen and (max-width: 1024px){
	
	.service-cta .elementor-cta:has(.elementor-icon-wrapper) .elementor-cta__content .elementor-cta__title,
	.service-cta .elementor-cta:has(.elementor-icon-wrapper) .elementor-cta__content .elementor-cta__description{
		padding-left: 55px;
	}
	
}
@media only screen and (max-width: 991px){}
@media only screen and (max-width: 767px){
	
	.service-cta .elementor-cta .elementor-cta__content .elementor-icon-wrapper{
		left: 15px;
	}

	.service-cta .elementor-cta .elementor-cta__content .elementor-cta__button-wrapper{
		right: 15px;
	}	
	
	.testimonials-client-box .elementor-image-box-wrapper{
		display: flex;
	}
	
	.testimonials-client-box .elementor-image-box-wrapper figure{
		margin: 0 10px 0 0 !important;
	}
	
	.testimonials-client-box .elementor-image-box-wrapper .elementor-image-box-content{
		width: auto;
	}
	
}