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


.elementor-widget-text-editor strong{
	color:	var(--e-global-color-primary);
}

.elementor-button-info svg{
	width:18px;
	height:18px;
	transition:all 0.3s ease;
}
.elementor-button-info .elementor-button-link:hover svg{
	    transform: translateX(3px)!important;
}

.desc-link .elementor-image-box-description a,
.desc-link .elementor-icon-box-description a{
	color:var(--e-global-color-c23dfd6);
	position:relative;
	display:flex;
	align-items:center;
	gap:6px;
	transition:all 0.3s ease;
	margin-top:3px;
}

.desc-link .elementor-image-box-description a:after,
.desc-link .elementor-icon-box-description a:after{
	content:'';
	display:block;
	width:18px;
	height:18px;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.375 9H14.625M10.4062 4.5L14.625 9L10.4062 13.5' stroke='%231D3BFB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.desc-link .elementor-image-box-description a:hover,
.desc-link .elementor-icon-box-description a:hover{
	gap:9px;
}

.image-box + .image-box{
	border-top:1px solid #E7E0FF;
}

/*Elementor form checkbox*/
.elementor-field-type-acceptance {
	line-height: 1;
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label{
	font-size:16px;
}
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label a{
	color:inherit;
	text-decoration:underline;
}
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label a:hover{
	text-decoration:none;
}

.elementor-field-type-acceptance input[type=checkbox]{   
	height: 20px;
    width: 20px;
    top: 3px;
    position: relative;
	margin-right: 6px;
}


/*Our values*/
.our-values-wrap{
	position:relative;
}
.our-values-wrap::after{
	content:'';
	position:absolute;
	display:block;
	width:95%;
	height:60%;
	border:2px solid var(--e-global-color-accent);
	border-radius: 10px;
	z-index:0;
	top: 50%;
	left:50%;
	transform:translate(-50%, -50%);
}
.our-values-wrap .values-box{
	position:relative;
	z-index:1;
}
.our-values-wrap .values-box .elementor-icon{
	margin-top: 8px;
}
.our-values-wrap .values-box .elementor-icon-box-description{
	margin-left: -24px;
}


/*Pricing plans*/
.price-list .elementor-icon-list-text{
	font-weight:600!important;
	color:var(--e-global-color-primary);
}
.price-list .elementor-icon-list-text > div{
	font-size:14px;
	font-weight:400!important;
	color:var(--e-global-color-text);
}

/*Tabs*/
.tabs .e-n-tabs-heading {
	max-width: 398px;
    align-self: center;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
	flex-wrap: nowrap;
}


/*Tablet*/
@media screen and (max-width:1024px){
	.image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{
		align-items: flex-start;
	}
}


/*Mobile*/
@media screen and (max-width:768px){
	.image-box .elementor-image-box-img img{
		margin-left:-24px;
	}
	
	.our-values-wrap::after{
		height:100%;
		width:1px;
		border-width:1px;
		background: var(--e-global-color-accent);		
	}
	.our-values-wrap .values-box .elementor-icon{
		margin-top: 5px;
	}
}