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




.service-card .elementor-image-box-description a{
	color:var(--e-global-color-text);
	display:inline-block;
	padding-bottom:2px;
	border-bottom:1px solid var(--e-global-color-8ecb158);
	transition:color 0.3s ease;

}
.service-card .elementor-image-box-description a:hover{
	color:var(--e-global-color-8ecb158);
}

.cover-img{
	position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 0;
    width: 50vw;
}

.elementor-widget-text-editor ul + p,
.elementor-widget-text-editor ol + p{
	margin-top:15px;
}

.tag-list ul{
	row-gap: 6px;
}
.tag-list li{
	border-radius:50px;
	border:1px solid rgb(221,221,221);
	background: #fff;
	
}
.tag-list li span{
	padding:2px 16px;
}

/* Responsive */
@media screen and (max-width: 1024px) {
	.cover-img{width: 100%;}
}

@media screen and (max-width: 768px){
	.top-bar .elementor-icon-list-item.elementor-inline-item:has( > .elementor-icon-list-text){
		width:100%;
	}
	
	.footer-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu{
		flex-direction:column;
	}
	.footer-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{
		 align-self: center;
	}
}
