/* 
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
*/
body{
	overflow-x: hidden;
}
header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
.elementor-icon-list-items{
	width: 100%;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.conBorder{
	position: relative;
	border-radius: 35px;
}

.conBorder::before{
	content: "";
	position: absolute;
	inset: 0;
	padding: 1px;
	border-radius: 35px;
	background: linear-gradient(45deg,var(--e-global-color-primary),#000000);
	mask: 
		linear-gradient(#000 0 0) content-box, 
		linear-gradient(#000 0 0);
	mask-composite: exclude;
	opacity: 0.4;
	pointer-events: none;
}
.gradientBtn .elementor-button{
	background: linear-gradient(#175635, #13BA63) padding-box,
		linear-gradient(to right, var(--e-global-color-primary), #033019) border-box;
	border-radius: 50em;
	border: 2px solid transparent;
}
.gradientBtn.whiteBorderBtn .elementor-button{
	background: linear-gradient(#175635, #13BA63) padding-box,
		linear-gradient(to right, var(--e-global-color-primary), #ffffff) border-box;
	border-radius: 50em;
	border: 2px solid transparent;
}

.blurBG{
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}
.gradientRadiusBorder{
	position: relative;
}
.gradientRadiusBorder::before{
	content: '';
	inset: 0;
	background-image: url('https://aviv.47tech.llc/wp-content/uploads/2026/03/Group-11.svg');
	position: absolute;
	background-position: center left;
	background-size: contain;
	background-repeat: no-repeat;
}


.headingGreen span{
	color: var( --e-global-color-primary );
}
.elementor-icon-box-title{
	margin-top: 0;
}
.elementor-button .elementor-button-icon{
	transform: rotate(40deg);
}
.rowIconListGap ul.elementor-icon-list-items {
	row-gap: 20px;
}
.IconListBorder .elementor-icon-list-item{
	padding: 10px 20px;
	border: 1px solid var(--e-global-color-primary);
	border-radius: 14px;
}
.processBorder::after {
	position: absolute;
	left: 75px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 110%;
	content: '';
	background-image: url('https://aviv.47tech.llc/wp-content/uploads/2026/03/Group-201.svg');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.fullwidth-right-col{
	position: relative;
	width: calc(73% + (100vw - 1280px)/2);
	margin-right: calc((100vw - 1280px)/-2);
}
.clientsSlider .elementor-image-carousel-wrapper{
	margin-right: -10%;
}

.circleParticleVideo .elementor-background-video-container{
	transform: scale(0.45);
	mix-blend-mode: color-dodge;

}
.circleParticleVideo .elementor-background-video-container::after{
	content: "";
	position: absolute;
	inset: 0;
	background: #0046039c;
	pointer-events:none;
	mix-blend-mode: color;

}
.boutiqueInnerCon{
	transform: translateY(-200px);
}
.boutiqueVideoFilter{
	padding-top: 200px;
}
.boutiqueVideoFilter .elementor-background-video-container::before{
	mix-blend-mode: color !important;
	backdrop-filter: blur(14px) !important;
	filter: brightness(0.4) !important;
	margin-bottom: -100px !important;
}


/* Inner Pages */
.page-id-466 .IconListBorder .elementor-icon-list-items{
	row-gap: 20px;
}
.hiwRightClientCon .elementor-image-box-content {
	padding: 0 15px;
}
.hiwRightClientCon .elementor-image-box-img{
	position: relative;
}

.hiwRightClientCon .elementor-image-box-img::after{
	content: "";
	position: absolute;
	inset: 0;
	background: var(--e-global-color-759bf4d); /* #175635 with 0.60 opacity */
	border-radius: 18px;
	mix-blend-mode: overlay;
	opacity: 0.4;
}
.elementor-widget-theme-post-title a{
	font-weight: bold;
}





/* Wrapper */
.insightsCatFilter {
	position: relative;
	width: 500px;
	margin: 20px auto 120px auto !important;

}

/* Filter container = dropdown box */
.insightsCatFilter .e-filter {
	position: absolute;
	top: 00px;
	left: 0;
	width: 100%;
	max-height: 48px; /* Only show 1 row */
	overflow: hidden;

	border-radius: 0px;
	background: transparent;
	transition: all 0.3s ease-in-out;
	z-index: 10;
	gap: 0;
	width: 100%;
	color: white;
	border-radius: 12px;
	border: 1px solid rgba(255,255,255,0.20) ;
	padding: 30px 20px;
	background-color: black;
}
.insightsCatFilter .e-filter:hover{
	padding: 10px 20px;

}
.insightsCatFilter .e-filter::after {
	content: "▼";
	position: absolute;
	right: 15px;
	font-size: 12px;
	top: 20px;
	pointer-events: none;
	transition: transform 0.3s ease;
}
.insightsCatFilter:hover .e-filter::after {
	transform: rotate(180deg);
}
/* Expand DOWNWARD on hover */
.insightsCatFilter:hover .e-filter {
	max-height: 400px;
}

/* Items */
.insightsCatFilter .e-filter-item {
	display: block;
	width: 100%;
	padding: 12px 15px;
	text-align: left;
	border: none;
	background: black;
	cursor: pointer;
	color: white !important;
}

/* Hover item */
.insightsCatFilter .elementor-widget-taxonomy-filter .e-filter-item:hover {
	background: #f5f5f5;
}

/* Active item */
.insightsCatFilter .elementor-widget-taxonomy-filter .e-filter-item[aria-pressed="true"] {
	font-weight: bold;
}

/* Selected item first */
.insightsCatFilter .e-filter-item[aria-pressed="true"]{
	order: 1;
}

/* Unselected items later */
.insightsCatFilter .e-filter-item[aria-pressed="false"]{
	order: 2;
}



.conImgGreenFilter{
	position: relative;
}
.conImgGreenFilter::after{
	content: "";
	position: absolute;
	inset: 0;
	background: var(--e-global-color-759bf4d); /* #175635 with 0.60 opacity */
	mix-blend-mode: overlay;
	opacity: 0.4;
}

/* Who its for page */
.page-id-655 .IconListBorder .elementor-icon-list-item{
	width: fit-content;
}