/* Asmorix — AI Learning section (trainers-style cards, colorful variants) */
.elementor-9936 .elementor-element-g4h5i6j7{
	padding:0 0 48px!important;
	background:#ffffff!important;
	background-image:none!important;
	overflow:hidden!important;
}
.elementor-9936 .elementor-element-g4h5i6j7>.elementor-container{
	max-width:1320px!important;
	margin:0 auto!important;
	padding:0 15px!important;
}
.elementor-9936 .elementor-element-g6h7i8j9>.elementor-widget-container{padding:0!important}

.elementor-9936 .asmorix-ai{width:100%}

.elementor-9936 .asmorix-ai__header{
	max-width:1100px;
	margin:0 auto 32px;
	text-align:center;
}
.elementor-9936 .asmorix-ai__header .section-title.style14{
	margin:0 auto;
	text-align:center;
}
.elementor-9936 .asmorix-ai__header .subtitle{
	display:inline-block;
	margin:0 0 10px;
	padding:8px 25px;
	border-radius:20px;
	background:rgba(12,90,219,.08);
	color:#0C5ADB;
	font-family:"Rajdhani",Sans-serif;
	font-size:18px;
	font-weight:600;
	line-height:1.2;
}
.elementor-9936 .asmorix-ai__header .title{
	margin:14px 0 0;
	padding:0 8px 10px;
	color:#041424;
	font-family:"Rajdhani",Sans-serif;
	font-size:clamp(26px, 2.8vw, 38px);
	font-weight:700;
	line-height:1.2;
	text-align:center;
	white-space:nowrap;
}
.elementor-9936 .asmorix-ai__header .description{
	margin:12px auto 0;
	max-width:720px;
	color:#4b5565;
	font-family:"Nunito",Sans-serif;
	font-size:19px;
	font-weight:500;
	line-height:1.7;
	text-align:center;
}

.elementor-9936 .asmorix-ai__grid{
	display:grid;
	grid-template-columns:repeat(5,minmax(0,1fr));
	gap:18px 14px;
	align-items:start;
	justify-items:center;
}

.elementor-9936 .asmorix-ai .team.style10{
	width:100%;
	max-width:240px;
	padding:12px 0 28px;
	margin:0;
	border-radius:10px;
	transition:.4s;
}
.elementor-9936 .asmorix-ai .team.style10 .single-team-box{
	text-align:center;
	position:relative;
	padding:0 0 96px;
}
.elementor-9936 .asmorix-ai .team.style10 .team-box-content{
	position:relative;
	filter:drop-shadow(0 10px 5px rgba(180,183,197,.15));
	background-color:var(--ai-card-bg,#eef4ff);
	border:1px solid var(--ai-card-border,rgba(12,90,219,.12));
	padding:26px 12px 150px;
	border-radius:0 0 50% 50%;
	transition:.4s;
}
.elementor-9936 .asmorix-ai .team.style10 .team-box-content::before{
	position:absolute;
	content:"";
	z-index:0;
	top:0;
	left:0;
	height:0;
	width:100%;
	background:var(--ai-accent,#0c5adb);
	border-radius:0 0 50% 50%;
	transition:.4s;
}
.elementor-9936 .asmorix-ai .team.style10:hover .team-box-content::before{height:100%}
.elementor-9936 .asmorix-ai .team.style10 .bio-social{position:relative;z-index:1}
.elementor-9936 .asmorix-ai .team.style10 .team-box-content h2.name{
	margin:0;
	font-size:22px;
	line-height:1.2;
	color:#041424;
	font-weight:700;
	font-family:"Rajdhani",Sans-serif;
	text-align:center;
	transition:.4s;
}
.elementor-9936 .asmorix-ai .team.style10:hover .team-box-content h2.name{color:#fff}
.elementor-9936 .asmorix-ai .team.style10 .team-box-content h5.designation{
	margin:10px 0 0;
	padding:0 4px;
	font-size:16px;
	line-height:1.5;
	color:#5b677a;
	font-weight:500;
	font-family:"Nunito",Sans-serif;
	text-align:center;
	transition:.4s;
	min-height:68px;
}
.elementor-9936 .asmorix-ai .team.style10:hover .team-box-content h5.designation{color:#fff}

/* Color variations */
.elementor-9936 .asmorix-ai__team--blue{
	--ai-card-bg:#eaf2ff;
	--ai-card-border:rgba(12,90,219,.16);
	--ai-accent:#0c5adb;
	--ai-thumb-ring:#d7e6ff;
}
.elementor-9936 .asmorix-ai__team--orange{
	--ai-card-bg:#fff3e8;
	--ai-card-border:rgba(232,120,32,.18);
	--ai-accent:#e87820;
	--ai-thumb-ring:#ffe2c8;
}
.elementor-9936 .asmorix-ai__team--teal{
	--ai-card-bg:#e8faf6;
	--ai-card-border:rgba(15,168,140,.18);
	--ai-accent:#0fa88c;
	--ai-thumb-ring:#c9f3ea;
}
.elementor-9936 .asmorix-ai__team--pink{
	--ai-card-bg:#fff0f7;
	--ai-card-border:rgba(214,64,140,.18);
	--ai-accent:#d6408c;
	--ai-thumb-ring:#ffd6ea;
}
.elementor-9936 .asmorix-ai__team--green{
	--ai-card-bg:#eefaf0;
	--ai-card-border:rgba(34,160,80,.18);
	--ai-accent:#22a050;
	--ai-thumb-ring:#d2f3d9;
}

.elementor-9936 .asmorix-ai .team.style10 .single-team-thumb{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	bottom:0;
	top:auto;
	width:132px;
	height:132px;
	border-radius:50%;
	background:var(--ai-thumb-ring,#d4eaf8);
	box-shadow:0 10px 26px rgba(4,20,36,.12);
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
	transition:.4s;
	z-index:2;
	border:4px solid #fff;
}
.elementor-9936 .asmorix-ai .team.style10:hover .single-team-thumb{
	transform:translateY(8px);
	box-shadow:0 14px 30px rgba(4,20,36,.16);
}
.elementor-9936 .asmorix-ai .team.style10 .single-team-thumb img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
	transform:scale(1.08);
	display:block;
	border-radius:50%;
}

.elementor-9936 .asmorix-ai__cta{
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top:36px;
	width:100%;
}
.elementor-9936 .asmorix-ai__cta .asmorix-ai__cta-btn,
.elementor-9936 .asmorix-ai__cta a.asmorix-career-cta{
	width:auto;
	max-width:560px;
}

@media(max-width:1199px){
	.elementor-9936 .asmorix-ai__header .title{white-space:normal}
	.elementor-9936 .asmorix-ai__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 16px}
	.elementor-9936 .asmorix-ai .team.style10{max-width:280px}
}
@media(max-width:767px){
	.elementor-9936 .elementor-element-g4h5i6j7{padding:0 0 36px!important}
	.elementor-9936 .asmorix-ai__header{margin-bottom:18px}
	.elementor-9936 .asmorix-ai__header .title{font-size:26px;white-space:normal}
	.elementor-9936 .asmorix-ai__header .description{font-size:18px}
	.elementor-9936 .asmorix-ai__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 10px}
	.elementor-9936 .asmorix-ai .team.style10 .team-box-content h2.name{font-size:20px}
	.elementor-9936 .asmorix-ai .team.style10 .team-box-content h5.designation{font-size:15px;min-height:62px}
	.elementor-9936 .asmorix-ai .team.style10 .single-team-thumb{width:112px;height:112px}
	.elementor-9936 .asmorix-ai__cta{margin-top:28px}
	.elementor-9936 .asmorix-ai__cta a.asmorix-career-cta{
		width:100%;
		max-width:100%;
		min-height:68px;
		border-radius:18px!important;
		padding:14px 18px!important;
	}
	.elementor-9936 .asmorix-ai__cta .asmorix-career-cta__title{font-size:18px}
	.elementor-9936 .asmorix-ai__cta .asmorix-career-cta__eyebrow{font-size:13px}
}
@media(max-width:479px){
	.elementor-9936 .asmorix-ai__grid{grid-template-columns:1fr}
	.elementor-9936 .asmorix-ai .team.style10{max-width:280px}
}


/* homepage orphan-section fallback (outside .elementor-9936 wrap) */
/* Asmorix — AI Learning section (trainers-style cards, colorful variants) */
body.elementor-page-9936 .elementor-element-g4h5i6j7{
	padding:0 0 48px!important;
	background:#ffffff!important;
	background-image:none!important;
	overflow:hidden!important;
}
body.elementor-page-9936 .elementor-element-g4h5i6j7>.elementor-container{
	max-width:1320px!important;
	margin:0 auto!important;
	padding:0 15px!important;
}
body.elementor-page-9936 .elementor-element-g6h7i8j9>.elementor-widget-container{padding:0!important}

body.elementor-page-9936 .asmorix-ai{width:100%}

body.elementor-page-9936 .asmorix-ai__header{
	max-width:1100px;
	margin:0 auto 32px;
	text-align:center;
}
body.elementor-page-9936 .asmorix-ai__header .section-title.style14{
	margin:0 auto;
	text-align:center;
}
body.elementor-page-9936 .asmorix-ai__header .subtitle{
	display:inline-block;
	margin:0 0 10px;
	padding:8px 25px;
	border-radius:20px;
	background:rgba(12,90,219,.08);
	color:#0C5ADB;
	font-family:"Rajdhani",Sans-serif;
	font-size:18px;
	font-weight:600;
	line-height:1.2;
}
body.elementor-page-9936 .asmorix-ai__header .title{
	margin:14px 0 0;
	padding:0 8px 10px;
	color:#041424;
	font-family:"Rajdhani",Sans-serif;
	font-size:clamp(26px, 2.8vw, 38px);
	font-weight:700;
	line-height:1.2;
	text-align:center;
	white-space:nowrap;
}
body.elementor-page-9936 .asmorix-ai__header .description{
	margin:12px auto 0;
	max-width:720px;
	color:#4b5565;
	font-family:"Nunito",Sans-serif;
	font-size:19px;
	font-weight:500;
	line-height:1.7;
	text-align:center;
}

body.elementor-page-9936 .asmorix-ai__grid{
	display:grid;
	grid-template-columns:repeat(5,minmax(0,1fr));
	gap:18px 14px;
	align-items:start;
	justify-items:center;
}

body.elementor-page-9936 .asmorix-ai .team.style10{
	width:100%;
	max-width:240px;
	padding:12px 0 28px;
	margin:0;
	border-radius:10px;
	transition:.4s;
}
body.elementor-page-9936 .asmorix-ai .team.style10 .single-team-box{
	text-align:center;
	position:relative;
	padding:0 0 96px;
}
body.elementor-page-9936 .asmorix-ai .team.style10 .team-box-content{
	position:relative;
	filter:drop-shadow(0 10px 5px rgba(180,183,197,.15));
	background-color:var(--ai-card-bg,#eef4ff);
	border:1px solid var(--ai-card-border,rgba(12,90,219,.12));
	padding:26px 12px 150px;
	border-radius:0 0 50% 50%;
	transition:.4s;
}
body.elementor-page-9936 .asmorix-ai .team.style10 .team-box-content::before{
	position:absolute;
	content:"";
	z-index:0;
	top:0;
	left:0;
	height:0;
	width:100%;
	background:var(--ai-accent,#0c5adb);
	border-radius:0 0 50% 50%;
	transition:.4s;
}
body.elementor-page-9936 .asmorix-ai .team.style10:hover .team-box-content::before{height:100%}
body.elementor-page-9936 .asmorix-ai .team.style10 .bio-social{position:relative;z-index:1}
body.elementor-page-9936 .asmorix-ai .team.style10 .team-box-content h2.name{
	margin:0;
	font-size:22px;
	line-height:1.2;
	color:#041424;
	font-weight:700;
	font-family:"Rajdhani",Sans-serif;
	text-align:center;
	transition:.4s;
}
body.elementor-page-9936 .asmorix-ai .team.style10:hover .team-box-content h2.name{color:#fff}
body.elementor-page-9936 .asmorix-ai .team.style10 .team-box-content h5.designation{
	margin:10px 0 0;
	padding:0 4px;
	font-size:16px;
	line-height:1.5;
	color:#5b677a;
	font-weight:500;
	font-family:"Nunito",Sans-serif;
	text-align:center;
	transition:.4s;
	min-height:68px;
}
body.elementor-page-9936 .asmorix-ai .team.style10:hover .team-box-content h5.designation{color:#fff}

/* Color variations */
body.elementor-page-9936 .asmorix-ai__team--blue{
	--ai-card-bg:#eaf2ff;
	--ai-card-border:rgba(12,90,219,.16);
	--ai-accent:#0c5adb;
	--ai-thumb-ring:#d7e6ff;
}
body.elementor-page-9936 .asmorix-ai__team--orange{
	--ai-card-bg:#fff3e8;
	--ai-card-border:rgba(232,120,32,.18);
	--ai-accent:#e87820;
	--ai-thumb-ring:#ffe2c8;
}
body.elementor-page-9936 .asmorix-ai__team--teal{
	--ai-card-bg:#e8faf6;
	--ai-card-border:rgba(15,168,140,.18);
	--ai-accent:#0fa88c;
	--ai-thumb-ring:#c9f3ea;
}
body.elementor-page-9936 .asmorix-ai__team--pink{
	--ai-card-bg:#fff0f7;
	--ai-card-border:rgba(214,64,140,.18);
	--ai-accent:#d6408c;
	--ai-thumb-ring:#ffd6ea;
}
body.elementor-page-9936 .asmorix-ai__team--green{
	--ai-card-bg:#eefaf0;
	--ai-card-border:rgba(34,160,80,.18);
	--ai-accent:#22a050;
	--ai-thumb-ring:#d2f3d9;
}

body.elementor-page-9936 .asmorix-ai .team.style10 .single-team-thumb{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	bottom:0;
	top:auto;
	width:132px;
	height:132px;
	border-radius:50%;
	background:var(--ai-thumb-ring,#d4eaf8);
	box-shadow:0 10px 26px rgba(4,20,36,.12);
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
	transition:.4s;
	z-index:2;
	border:4px solid #fff;
}
body.elementor-page-9936 .asmorix-ai .team.style10:hover .single-team-thumb{
	transform:translateY(8px);
	box-shadow:0 14px 30px rgba(4,20,36,.16);
}
body.elementor-page-9936 .asmorix-ai .team.style10 .single-team-thumb img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
	transform:scale(1.08);
	display:block;
	border-radius:50%;
}

body.elementor-page-9936 .asmorix-ai__cta{
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top:36px;
	width:100%;
}
body.elementor-page-9936 .asmorix-ai__cta .asmorix-ai__cta-btn,
body.elementor-page-9936 .asmorix-ai__cta a.asmorix-career-cta{
	width:auto;
	max-width:560px;
}

@media(max-width:1199px){
	body.elementor-page-9936 .asmorix-ai__header .title{white-space:normal}
	body.elementor-page-9936 .asmorix-ai__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 16px}
	body.elementor-page-9936 .asmorix-ai .team.style10{max-width:280px}
}
@media(max-width:767px){
	body.elementor-page-9936 .elementor-element-g4h5i6j7{padding:0 0 36px!important}
	body.elementor-page-9936 .asmorix-ai__header{margin-bottom:18px}
	body.elementor-page-9936 .asmorix-ai__header .title{font-size:26px;white-space:normal}
	body.elementor-page-9936 .asmorix-ai__header .description{font-size:18px}
	body.elementor-page-9936 .asmorix-ai__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 10px}
	body.elementor-page-9936 .asmorix-ai .team.style10 .team-box-content h2.name{font-size:20px}
	body.elementor-page-9936 .asmorix-ai .team.style10 .team-box-content h5.designation{font-size:15px;min-height:62px}
	body.elementor-page-9936 .asmorix-ai .team.style10 .single-team-thumb{width:112px;height:112px}
	body.elementor-page-9936 .asmorix-ai__cta{margin-top:28px}
	body.elementor-page-9936 .asmorix-ai__cta a.asmorix-career-cta{
		width:100%;
		max-width:100%;
		min-height:68px;
		border-radius:18px!important;
		padding:14px 18px!important;
	}
	body.elementor-page-9936 .asmorix-ai__cta .asmorix-career-cta__title{font-size:18px}
	body.elementor-page-9936 .asmorix-ai__cta .asmorix-career-cta__eyebrow{font-size:13px}
}
@media(max-width:479px){
	body.elementor-page-9936 .asmorix-ai__grid{grid-template-columns:1fr}
	body.elementor-page-9936 .asmorix-ai .team.style10{max-width:280px}
}
