/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 .elementskit-nav-identity-panel .elementskit-menu-close{
	color: var(--e-global-color-primary) !important;
}
div.elementskit-menu-container.active {
	width: 100vw !important;
	min-width: 100vw !important;
	left: -10px !important;
	min-height: 100vh !important;
}
.elementskit-menu-hamburger-icon{
	background-color: var(--e-global-color-primary) !important;
	height: 2px !important;
}
/* Pricing Table CSS Start */

.productTable ul{
	list-style: none;
	padding: 0px;
}
.productTable ul li{
	background-color: #f7f7f757;
	padding: 10px;
}
.productTable ul li:not(:last-child){
	margin-bottom: 10px;
}

.productTableATC a{
	background-color: var(--e-global-color-primary) !important;
	font-family: "SF Pro Display", Sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	text-transform: capitalize !important;
	fill: #FFFFFF !important;
	color: #FFFFFF !important;
	border-style: solid !important;
	border-width: 2px 2px 2px 2px !important;
	border-color: var(--e-global-color-primary) !important;
	border-radius: 12px 12px 12px 12px !important;
	padding: 17px 40px 17px 40px !important;
	transition: all .3s ease;
}
.productTableATC a:hover{
	background-color: var(--e-global-color-secondary) !important;
	border-color: var(--e-global-color-secondary) !important;

}
.pricing_Tabs  .e-n-tab-title .e-n-tab-title-text{
	display: flex;
	flex-direction: column;
}
.pricing_Tabs .e-n-tab-title h6{
	font-family: "Archia", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--e-global-color-primary);
}
.pricing_Tabs .e-n-tab-title h3{
	font-family: "Archia", Sans-serif;
	font-size: 27px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 34px;
	color: var(--e-global-color-secondary);
}
/* Pricing Table CSS End */

.tabHoverImage .elementkit-tab-wraper{
	flex-direction: row-reverse ;
	gap: 20px;
}

.tabHoverImage .elementkit-tab-wraper img{
	width: 100%;
}
.tabHoverImage .tab-pane{
	padding-top: 0px !important;
}

.elementskit-menu-close{
	background-color: white !important;
}
.elementskit-menu-close{
	color: red !important;
}
body{
	overflow-x: hidden;
}
.menuContsBorder > .elementor-element,
.elementskit-megamenu-panel .e-loop-item > .elementor-element {
	border: 1px solid transparent !important;
}
.menuContsBorder > .elementor-element:hover,
.elementskit-megamenu-panel .e-loop-item > .elementor-element:hover{
	border: 1px solid white !important;
}

.lineClamp1 .elementor-heading-title{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.lineClamp3{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.twentytwenty-overlay > div{
	opacity: 1;
}
.twentytwenty-overlay > div::before{
	color: black;
	top: 40px !important;
}
.elementskit-megamenu-panel .elementor-image-box-img img{
	width: 20px !important;
	height: 20px !important;
}
.elementskit-megamenu-panel h4.elementor-image-box-title a{
	color: white;
}
.elementskit-megamenu-panel .elementor-image-box-title a{
	font-family: "Archia", Sans-serif;
	font-size: 20px;
}
.elementskit-megamenu-panel .elementor-image-box-title{
	margin-top: 0px;
}

.imgCarousel img.swiper-slide-image {
	filter: brightness(0) invert(1);
	background-color: transparent !important;
	padding: 15px;
}
.imgCarousel figure{
	background-color: #16161C;
	display: flex;
	border-radius: 14px;
}

.specialistImgBox .elementor-image-box-content{
	display: flex;
	flex-direction: column-reverse;
}
.specialistImgBox  .elementor-image-box-img{
	padding: 6px;
	border: 1px solid var(--e-global-color-edbf25e);
	border-radius: 16px;
}
.contentStrongGreen .e-n-tab-title{
	background: linear-gradient(360deg, rgba(60, 225, 125, 0.1) 0%, rgba(60, 225, 125, 0) 100%) transparent !important;
}
/* Rotating border background (same as #a) */
.animBtn .elementor-button {
	position: relative;
} 
.animBtn .elementor-button::before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 2px; /* border thickness */
	background: conic-gradient(from var(--r), #3ce17d6b 0%, #3ce17d 10%, #3ce17d6b 20%);
	-webkit-mask: 
		linear-gradient(#fff 0 0) content-box, 
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	animation: rotating 3s linear infinite;
	z-index: -1;
	border-radius: 10px;
}

/* Button text wrapper */
.animBtn .elementor-button .elementor-button-text {
	position: relative;
	z-index: 2;
}

/* Animation keyframes */
@property --r {
	syntax: '<angle>';
	inherits: false;
	initial-value: 0deg;
}

@keyframes rotating {
	0% {
		--r: 0deg;
	}
	100% {
		--r: 360deg;
	}
}

.elementor-location-header{
	position: absolute;
	left: 0px;
	z-index: 2;
	width: 100%;
}
.headerBlur{
	-webkit-backdrop-filter: saturate(100%) blur(10px);
	backdrop-filter: saturate(100%) blur(10px);
}
.revealMainImage{
	transform: rotateX(15deg) rotateY(-15deg) rotateZ(-1deg) translateY(120px);
	border: 1px solid white;
	padding: 10px;
	border-radius: 30px;
	transition: transform 0.2s linear;
}

.headingGreen{
	color: var(--e-global-color-primary);
}
.imgCarousel img{
	height: 100px;
	width: 100%;
	object-fit: contain;
	background-color: #16161C;
}

.heroInfoCircle .eael-circle-btn-content{
	opacity: 0 !important;
}
.heroInfoCircle .eael-circle-btn-icon  {
	position: relative;
}
.heroInfoCircle div#eael-circle-item-1 .eael-circle-btn-icon,
.heroInfoCircle div#eael-circle-item-2 .eael-circle-btn-icon{
	bottom: -40px;
}
.heroInfoCircle div#eael-circle-item-3 .eael-circle-btn-icon,
.heroInfoCircle div#eael-circle-item-4 .eael-circle-btn-icon{
	top: -40px;
}

.heroInfoCircle #eael-circle-item-1 .eael-circle-btn-icon,
.heroInfoCircle #eael-circle-item-3 .eael-circle-btn-icon,
.heroInfoCircle #eael-circle-item-5 .eael-circle-btn-icon {
	left: -50px;
}
.heroInfoCircle #eael-circle-item-2 .eael-circle-btn-icon,
.heroInfoCircle #eael-circle-item-4 .eael-circle-btn-icon,
.heroInfoCircle #eael-circle-item-6 .eael-circle-btn-icon {
	right: -50px;
}


.heroInfoCircle #eael-circle-item-1 .eael-circle-btn-icon::after,
.heroInfoCircle #eael-circle-item-3 .eael-circle-btn-icon::after,
.heroInfoCircle #eael-circle-item-5 .eael-circle-btn-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -83px;
	width: 80px;
	height: 1px; /* border thickness */
	background: linear-gradient(90deg, white, transparent); /* gradient */
	mask: repeating-linear-gradient(
		90deg,
		#000 0 15px,       /* dash length */
		transparent 10px 5px /* gap length */
	);
	-webkit-mask: repeating-linear-gradient(
		90deg,
		#000 0 5px,
		transparent 10px 5px
	);
}
.heroInfoCircle #eael-circle-item-2 .eael-circle-btn-icon::before,
.heroInfoCircle #eael-circle-item-4 .eael-circle-btn-icon::before,
.heroInfoCircle #eael-circle-item-6 .eael-circle-btn-icon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -83px;
	width: 80px;
	height: 1px; /* border thickness */
	background: linear-gradient(90deg, transparent, white); /* gradient */
	mask: repeating-linear-gradient(
		90deg,
		#000 0 5px,       /* dash length */
		transparent 10px 5px /* gap length */
	);
	-webkit-mask: repeating-linear-gradient(
		90deg,
		#000 0 5px,
		transparent 10px 5px
	);
}


.heroInfoCircle .eael-circle-btn-icon {
	background: none !important;
	background-color: rgba(255,255,255,0.15) !important;

}
.heroInfoCircle .eael-circle-icon-inner{
	background: none !important;

}
.heroInfoCircle .eael-circle-btn-icon {
	border-radius: 0 !important;
	border: 1px solid rgba(255,255,255,0.15);
	border-radius: 10px !important;
	height: 50px !important;
	width: 160px !important;
	-webkit-backdrop-filter: saturate(100%) blur(10px);
	backdrop-filter: saturate(100%) blur(10px);

}
.heroInfoCircle .eael-circle-btn{
	border: 0px  !important;
}
.myFaqs ul{
	padding-left: 20px;
}

.myFaqs details[open],
.myFaqs  details[open] .e-n-accordion-item-title{
	border-radius: 20px 20px 0 0;
}
.myFaqs details[open] .e-n-accordion-item-title,
.myFaqs details[open] > div{
	background-color: rgba(255,255,255,0.6) !important;
}


.archiaSemiBold .elementor-heading-title a{
	font-family: "Archia", Sans-serif;
}


.arrowRotate svg{
	transform: rotate(-41deg);
}
.arrowRotate svg path{
	fill: #2BBE65;
}
.arrowRotate .elementor-button-icon{
	margin-top: -4px;
}
.circleBlurEffect{
	-webkit-backdrop-filter: saturate(100%) blur(10px);
	backdrop-filter: saturate(100%) blur(10px);
}


.footerContactList a{
	font-family: "PP Mori", Sans-serif;
	color: var(--e-global-color-text);
}
.footerContactList a:hover{
	color: var(--e-global-color-9adbb3c);
	text-decoration: underline;
}

.marPlaLoop .elementor-image-box-img{
	background-color: white;
	width: 88px !important;
	padding: 20px;
	border-radius: 16px;
}
.marPlaLoop .elementor-image-box-title{
	margin: 0px;
}

.googleCSSSec .e-n-tabs-heading{
	width: 90%;
	margin: 0 auto;
}
.googleCSSSec span.e-n-tab-icon {
	background-color: white;
	padding: 10px;
	border-radius: 8px;
}


.tabDoubleBG{
	position: relative;
	z-index: 2;
}
.tabDoubleBG::before{
	-webkit-backdrop-filter: saturate(100%) blur(10px);
	backdrop-filter: saturate(100%) blur(10px);
}
.tabDoubleBG::after{
	background-image: linear-gradient(-90deg, #188a4c0f 10%, #FFFFFF 100%) !important;
	right: -30px;
	left: unset;
	top: unset;
	bottom: -30px;
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	border-radius: 30px !important;
	z-index: -1;
}
.contentStrongGreen .elementor-widget-text-editor strong{
	color: var(--e-global-color-primary);
	font-weight: 500;
}

.contentStrongGreen button[aria-selected="true"] span{
	font-weight: 500
}
.pdmTabs .e-n-tabs-heading {
	position: relative;
}

.pdmTabs .e-n-tabs-heading::before {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	width: 120%;
	height: 2px; /* line thickness */
	background: radial-gradient(
		circle,
		#188A4C 0%,          /* center green */
		#188A4C 30%,         /* keep it green a bit wider */
		transparent 100%     /* fade out to transparent at edges */
	);
	transform: translate(-50%, -50%);
	z-index: -2;
}
.pdmShinesList li.elementor-icon-list-item {
	background-color: rgba(24, 138, 76, 0.06);
	border-top: 2px solid var(--e-global-color-primary);
	border-image: linear-gradient(to right, #187A3E, #3CE17D) 1 ;
}
.pdmShinesList li.elementor-icon-list-item:last-child {
	border-bottom: 2px solid var(--e-global-color-primary);
	border-image: linear-gradient(to right, #187A3E, #3CE17D) 1 ;
}

.pdmShinesList li.elementor-icon-list-item{
	padding: 8px 20px ;
}
.partnerForm input, .partnerForm select {
	background-color: rgba(24, 138, 76, 0.1) !important;
}

.partnerLevelTable td{
	padding: 25px 30px !important;
}
.partnerLevelTable tr td:first-child .td-content{
	text-align: left !important;
}
.profitTabs {
	counter-reset: tab-counter; /* Reset counter */
}

.profitTabs .e-n-tab-title::before {
	counter-increment: tab-counter; /* Increment for each item */
	content: counter(tab-counter, decimal-leading-zero); /* Display number */
	font-weight: bold; /* Optional */
	color: #fff; /* Customize color */
	font-family: "SF Pro Display", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	background-color: var(--e-global-color-primary);;
	border-radius: 100px;
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	margin-left: -100px;
	margin-right: 10px;
}
.profitTabs .e-n-tab-title {
	border-image: linear-gradient(to right, #187A3E, #3CE17D) 1 ;
}
.profitTabs .e-n-tab-title[aria-selected="false"] {
	opacity: 0.5
}
.profitTabs .e-n-tab-title[aria-selected="true"]{
	font-weight: 500 !important;
} 
.profitTabs .e-n-tabs-heading{
	padding-left: 50px;
	top: 160px;
	position: relative;
}
.profitTabs .e-n-tab-title{
	position: relative;
}
.profitTabs .e-n-tab-title:not(:last-child)::after{
	border-left: 2px dotted var(--e-global-color-primary);;
	position: absolute;
	left: -30px;
	top: 52px;
	width: 22px;
	height: 100%;
	content: '';
	z-index: -1;
}

.comparePlansTab .e-n-tabs-heading {
	position: relative;
	width: fit-content;
	margin: 0 auto;
	padding: 15px;
	border-radius: 20px;
	background: linear-gradient(
		-90deg,
		rgba(60, 225, 125, 0.2) 30%,
		rgba(255, 255, 255, 0) 100%
	);
	z-index: 1; /* content above */
}

/* Gradient border via pseudo-element */
.comparePlansTab .e-n-tabs-heading::before {
	content: "";
	position: absolute;
	inset: 0; /* full size */
	border-radius: 20px;
	padding: 2px; /* border thickness */
	background: linear-gradient(to left, #fff, #3ce17d30);
	-webkit-mask: 
		linear-gradient(#fff 0 0) content-box, 
		linear-gradient(#fff 0 0); 
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: -1; 
}


.pricingListDesc{
	min-height: 62px;
}



.boxLeft{
	position: relative;
}

.boxTopLeft::before {
	content: "";
	position: absolute;
	width: 100%;   
	height: 100%;  
	left: 324px;   
	top: 180px;
	transform: translateY(-50%);
	background: none;
	background-image: url("https://productxl.47tech.llc/wp-content/uploads/2025/09/Group-192.svg");
	background-repeat: no-repeat;
	background-size: 200px;
	z-index: -1;
}
.boxTopRight::after {
	content: "";
	position: absolute;
	width: 100%;   
	height: 100%;  
	right: 161px;   
	top: 180px;
	transform: translateY(-50%);
	background: none;
	background-image: url("https://productxl.47tech.llc/wp-content/uploads/2025/09/Group-193.svg");
	background-repeat: no-repeat;
	background-size: 200px;
	z-index: -1;

}


.boxBottomLeft::before {
	content: "";
	position: absolute;
	width: 100%;   
	height: 100%;  
	left: 324px;   
	top: 130px;
	transform: translateY(-50%);
	background: none;
	background-image: url("https://productxl.47tech.llc/wp-content/uploads/2025/09/Group-195.svg");
	background-repeat: no-repeat;
	background-size: 200px;
	z-index: -1;
}

.boxBottomRight::before {
	content: "";
	position: absolute;
	width: 100%;   
	height: 100%;  
	right: 161px;   
	top: 130px;
	transform: translateY(-50%);
	background: none;
	background-image: url("https://productxl.47tech.llc/wp-content/uploads/2025/09/Group-194.svg");
	background-repeat: no-repeat;
	background-size: 200px;
	z-index: -1;
}
.pfmTabs .e-con-inner {
	position: relative;
}

.pfmTabs .e-con-inner::before {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	width: 130%;
	height: 2px; /* line thickness */
	background: radial-gradient(
		circle,
		#188A4C 0%,          /* center green */
		#188A4C 30%,         /* keep it green a bit wider */
		transparent 100%     /* fade out to transparent at edges */
	);
	transform: translate(-50%, -50%);
	z-index: -2;
}


.pros1Tabs .e-n-tabs-heading{
	top: 90px;
	position: relative;
}
.pros1Tabs .e-n-tab-title{
	border-image: linear-gradient(to right, #187A3E, #3CE17D) 1 ;
}
.pros1Tabs .e-n-tab-title[aria-selected="true"]{
	font-weight: 500 !important;
} 



.pfmTabsVersatile {
	position: relative;
}

.pfmTabsVersatile::before {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	width: 130%;
	height: 2px; /* line thickness */
	background: radial-gradient(
		circle,
		#188A4C 0%,          /* center green */
		#188A4C 30%,         /* keep it green a bit wider */
		transparent 100%     /* fade out to transparent at edges */
	);
	transform: translate(-50%, -50%);
	z-index: -2;
}


.galleryAlign div#gallery-1 {
	display: flex;
	align-items: center;
}

.ulGap ul{
	padding-bottom: 20px;
}

/* Agency slider start here */

.before-after {
	padding-top : 109px;
	height: 350px;
	position: relative;
	overflow: hidden;
}

.team-members-inner-wrap div:last-child {
	margin-right: 40px;
}

.before-after .team-slider {
	background-color: transparent;
	display: flex;
}

.before-after .team-wrapper {
	flex: none;
	display: flex;
}

.before-after .team-members-inner-wrap {
	color: #fff;
	flex: none;
	display: flex;
}

.before-after .team-members-inner-wrap {
	color: #fff;
	flex: none;
	display: flex;
}

.before-after .team-member-item.bordered-item {
	border: 1px solid var(--e-global-color-primary);;
	border-radius: 32px;
	min-width: 0;
	max-width: 200px;
	max-height: 200px;
	position: relative;
}

.before-after .team-member-image {
	border-radius: 32px;
	width: 100%;
	/* 	max-width: 150px; */
	height: 100%;
	max-height: 100%;
	background-color: white;
}

.before-after .team-member-item {
	filter: grayscale();
	flex: none;
	width: 100%;
	max-width: 138px;
	margin-right: 20px;
	transition: transform 0.3s, filter 0.3s;
}

.cell-phone-wrapper {
	top: 0;
	left: 49.5%;
	position: absolute;
	height: 600px;
	z-index: 10000;
}

.before-after .clip-left,
.before-after .clip-right {
	position: absolute;
	width: 100%;
}

.before-after .clip-left {
	clip-path: inset(0 50% 0 0);
}

.before-after .clip-right {
	clip-path: inset(0 0 0 calc(50% - 118px));
}

.before-after .team-slider.clip-left .team-wrapper:hover>.team-members-inner-wrap,
.before-after .team-slider.clip-right .team-wrapper:hover>.team-members-inner-wrap {
	animation-play-state: running;
}

.before-after .team-slider.clip-left .team-member-item,
.before-after .team-slider.clip-right .team-member-item {
	filter: grayscale(0);
}

.before-after .team-slider.clip-left .team-member-item:hover,
.before-after .team-slider.clip-right .team-member-item:hover {
	filter: grayscale(0);
	transform: scale(1);
}

@keyframes teamLoop {
	from {
		transform: translate(0%, 0);
	}

	to {
		transform: translate(-100%, 0);
	}
}

.before-after .team-members-inner-wrap {
	animation: teamLoop 10s infinite;
	animation-timing-function: linear;
	animation-play-state: running;
	animation-direction: reverse;
}

@media only screen and (min-width: 991px) {
	.before-after .team-wrapper:hover>.team-members-inner-wrap {
		animation-play-state: paused;
	}

	.before-after .team-member-item:hover {
		filter: grayscale(0);
		transform: scale(1.1);
	}
}


.agency-slider{
	position: relative;
}
.our-agency-processing::after {
	background-image: url('https://productxl.47tech.llc/wp-content/uploads/2025/09/phone-frame.webp');
	background-repeat: no-repeat;
	left: 51%;
	transform: translateX(-50%);
	top: 3px;
	position: absolute;
	width: 90%;
	height: 100%;
	background-position: center center;
	background-size: 221px;
	content: '';
}
.agency-slider::after {
	content: 'Our Agency Process';
	position: absolute;
	left: 50%;
	transform: translateX(-61%);
	top: -20px;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,rgba(24, 122, 62, 1) 0%, rgba(60, 225, 125, 1) 100%);
	width: fit-content;
	height: fit-content;
	padding: 10px 30px;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 0px;
	color: white;
}
.agency-slider::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 2px;
	height: 92%;
	border-radius: 5px;
	background: #187A3E;
	background: linear-gradient(180deg,rgba(24, 122, 62, 1) 0%, rgba(60, 225, 125, 1) 100%);
	z-index: 1;
	margin-left: -118px;
	margin-top: 10px;
}


.agency-slider {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}

.agency-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.agency-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.agency-container .slider h4 {
	font-size: 12px;
	position: absolute;
	top: 10%;
	left: 46%;
	z-index: 99999;
	transform: translate(-50%, -50%);
	background-color: #601FEB;
	color: #fff;
	border-radius: 10px;
	padding: 10px;
}

@-webkit-keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

.slider {
	background: white;
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	/* Ensure the slider takes full width */
}

.slider::before,
.slider::after {
	background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
	content: "";
	position: absolute;
	z-index: 2;
	width: 10%;
	/* Adjust this based on your gradient needs */
	height: 100%;
	top: 0;
}

.slider::after {
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
}

.slider::before {
	left: 0;
	top: 0;
}

.slider .slide-track {
	-webkit-animation: scroll 20s linear infinite;
	animation: scroll 20s linear infinite;
	display: flex;
	width: calc(200%);
	/* This is twice the total width of all slides */
}

.slider .slide {
	flex: 0 0 auto;
	/* Ensure slides do not shrink or grow */
}

/* Agency slider end here */




.hero-number-card-wrap {
	position: relative;
	height: 450px; 
	overflow: hidden;
}
.hero-number-card-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.number-cards-group {
	display: flex;
	flex-direction: column;
	animation: scrollUp 15s linear infinite;
}
.hero-number-card h3{
	font-size: 31px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 35px;
	color: var(--e-global-color-edbf25e);
	margin-top: 0px;
	margin-bottom: 10px;

}
.hero-number-card {
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #188A4C;
	border-radius: 20px;
	margin-bottom: 20px;
}
.hero-number-card p{
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF80;
	margin-bottom: 0px;
}
.hero-number-card > div{
	padding: 40px ;
	border-radius: 20px;

	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.1) 0%,
		rgba(108, 108, 108, 0.1) 100%
	);
	backdrop-filter: saturate(100%) blur(10px);


}
.number-card-top-fade,
.number-card-bottom-fade {
	position: absolute;
	left: 0;
	width: 100%;
	height: 50px;
	pointer-events: none;
	z-index: 2;
}
.cardIcon img{
	width: 20px;
	height: 20px;
	object-fit: contain;

}
.cardIcon{
	text-align: center;
	width: var(--container-widget-width, 50px);
	max-width: 50px;
	background-color: #FFFFFF0F;
	padding: 12px 5px 8px 5px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #FFFFFF21;
	border-radius: 8px 8px 8px 8px;
	margin-top: -40px;
	margin-bottom: 20px;

}
.number-card-top-fade {
	z-index: 1;
	background-image: linear-gradient(#061B12, #5a007800);
	height: 100px;
	position: absolute;
	inset: 0% 0% auto;
}

.number-card-bottom-fade {
	z-index: 1;
	background-image: linear-gradient(0deg, #04170E, #5a007800);
	height: 100px;
	position: absolute;
	inset: auto 0% 0%;
}

@keyframes scrollUp {
	0%   { transform: translateY(0); }
	100% { transform: translateY(-50%); } /* move up exactly one set */
}


/* ===== Responsive CSS ====== */

@media screen and (max-width: 1024px){
	.elementor-location-header{
		position: relative;
		background-color: var(--e-global-color-9adbb3c);
	}
	.elementskit-menu-container.active{
		height: 100vh;
		top: -55px;
	}
	#ekit-megamenu-main-menu:not(.active){
		display: none !important;
	}
	.elementskit-menu-container.active { 
		min-height: 500px;
		margin: 0 auto !important;
		background-color: #071D10 !important;
		top: 100%;
		left: 0%;
		right: 0;
		width: 100%;
		max-width: 100% !important;
	}
	.ekit-menu-nav-link,
	.elementskit-menu-close{
		color: white !important;
	}
	.elementskit-menu-overlay,
	.elementskit-nav-identity-panel{
		background-color: transparent !important;
	}
	.elementskit-menu-container{
		background-color: #071D10 !important;
	}

	.heroInfoCircle #eael-circle-item-1 .eael-circle-btn-icon,
	.heroInfoCircle #eael-circle-item-3 .eael-circle-btn-icon,
	.heroInfoCircle #eael-circle-item-5 .eael-circle-btn-icon {
		left: -160px;
	}

	.heroInfoCircle #eael-circle-item-2 .eael-circle-btn-icon,
	.heroInfoCircle #eael-circle-item-4 .eael-circle-btn-icon,
	.heroInfoCircle #eael-circle-item-6 .eael-circle-btn-icon {
		right: -100px;
	}

	.profitTabs .e-n-tab-title:not(:last-child)::after {
		top: 40px;
	}

	.pdmTabs .e-n-tabs-heading::before{
		display: none;
	}
	.boxTopLeft::before,
	.boxTopRight::after,
	.boxBottomRight::before,
	.boxBottomLeft::before{
		display: none;
	}
	.pfmTabs .e-con-inner::before{
		display: none;
	}
}


@media screen and (max-width: 767px){



	.heroInfoCircle #eael-circle-item-1 .eael-circle-btn-icon,
	.heroInfoCircle #eael-circle-item-3 .eael-circle-btn-icon,
	.heroInfoCircle #eael-circle-item-5 .eael-circle-btn-icon {
		left: 50%;
		transform: translateX(-50%);
	}

	.heroInfoCircle #eael-circle-item-2 .eael-circle-btn-icon,
	.heroInfoCircle #eael-circle-item-4 .eael-circle-btn-icon,
	.heroInfoCircle #eael-circle-item-6 .eael-circle-btn-icon {
		left: 50%;
		transform: translateX(-50%);
	}

	.heroInfoCircle #eael-circle-item-5 .eael-circle-btn-icon{
		margin: 00px 0px;
	}

	body .heroInfoCircle #eael-circle-item-4 .eael-circle-btn-icon{
		bottom: -100px;
		top: unset;
	}
	.heroInfoCircle #eael-circle-item-6 .eael-circle-btn-icon{
		top: -100px;
	}

	body .heroInfoCircle #eael-circle-item-1 .eael-circle-btn-icon{
		bottom: -160px ;
	}
	body .heroInfoCircle #eael-circle-item-2 .eael-circle-btn-icon{
		bottom: -60px ;
	}


	.eael-interactive-circle{
		margin-top: -200px;
	}
	.heroInfoCircle {
		background-position: 50% 34% !important;
		background-size: 300px !important;
	}

	.profitTabs .e-n-tab-title::before,
	.profitTabs .e-n-tab-title::after {
		display: none;
	}

	.pfmTabsVersatile::before{
		display: none;
	}


	.imgCarousel .swiper-slide-prev{
		width: 50% !important;
		margin-left: -30%;
	}

	.imgCarousel .swiper-slide-next{
		width: 50% !important;
	}
	.tabDoubleBG::after{
		display: none;
	}

	.partnerLevelTable td{
		padding: 20px 10px !important;
	}
	.testiImgBox .elementor-image-box-img img{
		width: 50% !important;
		margin: 0 auto
	}
	.specialistImgBox .elementor-image-box-img img{
		width: 100% !important;
	}

	.footerMobileLinkCenter .menu-item{
		justify-content: center;
		display: flex
	}
}