/*
Theme Name: Tacklers Engineering Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: My Property Child is a child theme of Hello Elementor, created by Elementor team
Author: Tacklers Team
Author URI: https://elementor.com/
Template: tacklers
Version: 2.0.0
Text Domain: tacklers-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles here */

:root {
	/*Color*/
	--primary-color: #a91e23;
	--secondary-color: #181818;
	--text-color: #4d4d56;
	--white-color: #ffffff;
	--black-color: #000000;
	--gray-100: #e4e4e7;
	--gray-200: #f4f4f5;
	--gray-300: #ececec;
	--text-100: #44444d;
	--text-200: #737381;
	--gradient-01-a: #ffa2a9;
	--gradient-01-b: #a91e23;
	--text-color-primary: #b21e24;
	--text-color-success: #22c55e;
	--text-color-warning: #eab308;
	--text-color-error: #ef4444;
	--text-color-info: #3b82f6;
	--btn-glow: #ff6b6b;
	--btn-primary-mid: #c51616;
	--btn-primary-core: #9e0f0f;
	--btn-primary-dark: #7a0a0a;

	/*Font Family*/
	--font-archivo:
		"Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--font-inter:
		"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

	/*Font Size*/
	--font-size-xs: 0.875rem;
	--font-size-15: 0.938rem;
	--font-size-sm: 1rem;
	--font-size-base: clamp(15px, 13.72px + 0.32vw, 17px);
	--font-size-md: clamp(16px, 14.72px + 0.32vw, 18px);
	--font-size-20: clamp(18px, 16.72px + 0.32vw, 20px);
	--font-size-22: clamp(19px, 17.08px + 0.48vw, 22px);
	--font-size-lg: clamp(20px, 17.44px + 0.64vw, 24px);
	--font-size-xl: clamp(22px, 18.16px + 0.96vw, 28px);
	--font-size-2xl: clamp(24px, 18.88px + 1.28vw, 32px);
	--font-size-34: clamp(24px, 18.88px + 1.28vw, 34px);
	--font-size-3xl: clamp(28px, 23.52px + 1.12vw, 36px);
	--font-size-38: clamp(28px, 23.52px + 1.12vw, 38px);
	--font-size-40: clamp(32px, 26.88px + 1.52vw, 40px);
	--font-size-4xl: clamp(34px, 27.6px + 1.6vw, 44px);
	--font-size-5xl: clamp(36px, 28.32px + 1.92vw, 48px);
	--font-size-display: clamp(32px, calc(18.749px + 3.313vw), 64px);/* 400px to 1366px == 32px to 64px */
	--font-size-8rem: clamp(50px, 36.16px + 8.96vw, 128px);
	--font-size-big: clamp(120px, calc(81.538px + 9.615vw), 200px);
	
	

	/*Font Weight*/
	--font-weight-light: 300;
	--font-weight-regular: 400;
	--font-weight-medium: 500;
	--font-weight-semibold: 600;
	--font-weight-bold: 700;
	--font-weight-extrabold: 800;
	--font-weight-black: 900;

	/*Border Radius*/
	--radius-sm: 2px;
	--radius-md: 4px;
	--radius-lg: 8px;
	--radius-xl: 16px;
	--radius-full: 9999px;

	/*Line Height*/
	--line-height-none: 1;
	--line-height-tight: 1.1;
	--line-height-snug: 1.25;
	--line-height-normal: 1.5;
	--line-height-relaxed: 1.625;
	--line-height-loose: 2;
	--line-height-xl: 3rem;
	--line-height-xxl: clamp(2.813rem, 2.2925rem + 2.0821vw, 3.625rem);
	--line-height-54: clamp(2.5rem, 1.9391rem + 2.2436vw, 3.375rem);

	/*Letter Spacing*/
	--letter-spacing-tighter: -0.02em;
	--letter-spacing-tight: -0.01em;
	--letter-spacing-normal: 0;
	--letter-spacing-wide: 0.1em;
	--letter-spacing-wider: 0.15em;
	--letter-spacing-widest: 0.25em;

	/*Shadow*/
	--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
	--shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1);
	--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1);
	--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1);
	--shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
	--transition-fast: 0.15s ease;
	--transition-base: 0.3s ease;
	--transition-slow: 0.5s ease;
	--transition-slower: 0.7s ease;

	/*spacing variables*/
	--space-5: 5px;
	--space-10: 10px;
	/* 300px → 1440px Fluid Spacing */
	--space-12: clamp(8px, 0.7vw, 12px);
	--space-16: clamp(10px, 0.93vw, 16px);
	--space-20: clamp(12px, 1.16vw, 20px);
	--space-24: clamp(14px, 1.4vw, 24px);
	--space-28: clamp(16px, 1.63vw, 28px);
	--space-32: clamp(18px, 1.86vw, 32px);
	--space-36: clamp(20px, 2.1vw, 36px);
	--space-40: clamp(24px, 2.33vw, 40px);
	--space-44: clamp(28px, 2.56vw, 44px);
	--space-48: clamp(32px, 2.79vw, 48px);
	--space-52: clamp(36px, 3.02vw, 52px);
	--space-56: clamp(40px, 3.26vw, 56px);
	--space-60: clamp(44px, 3.49vw, 60px);
	--space-64: clamp(48px, 3.72vw, 64px);
	--space-68: clamp(52px, 3.95vw, 68px);
	--space-72: clamp(56px, 4.19vw, 72px);
	--space-76: clamp(58px, 4.42vw, 76px);
	--space-80: clamp(60px, 4.65vw, 80px);
	--space-84: clamp(64px, 4.88vw, 84px);
	--space-88: clamp(68px, 5.12vw, 88px);
	--space-92: clamp(72px, 5.35vw, 92px);
	--space-96: clamp(76px, 5.58vw, 96px);
	--space-100: clamp(60px, 5.81vw, 100px);
	--space-104: clamp(64px, 6.05vw, 104px);
	--space-108: clamp(68px, 6.28vw, 108px);
	--space-112: clamp(72px, 6.51vw, 112px);
	--space-116: clamp(76px, 6.74vw, 116px);
	--space-120: clamp(80px, 6.98vw, 120px);
	--space-150: clamp(100px, calc(83.333px + 5.556vw), 150px);
}

html {
	overflow-x: hidden;
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

.w-auto {
	width: auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-archivo);
}

p,
span,
li,
td,
th,
label,
input,
textarea,
select,
button,
a {
	font-family: var(--font-inter);
}

.capitalize {
	text-transform: capitalize;
}

.uppercase {
	text-transform: uppercase;
}

.text-indented {
	text-indent: 40px;
}

.d-none {
	display: none !important;
}

/*Section Space*/


.section-100 {
	position: relative;
	padding: var(--space-100) var(--space-40);
}

.section-80 {
	position: relative;
	padding: var(--space-80) var(--space-40);
}

.px-40 {
	padding-left: var(--space-40);
	padding-right: var(--space-40);
}

.px-20 {
	padding-left: var(--space-20);
	padding-right: var(--space-20);
}

.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

/*Polygon Shape css*/

.hero_polygonal_banner {
	position: relative;
	background-attachment:fixed;
	-webkit-clip-path: polygon(0% 0%,
		100% 0%,
		100% 95%,
		97% 100%,
		3% 100%,
		0% 95%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 97% 100%, 3% 100%, 0% 95%);
	padding-top:var(--space-60);
}

.hero_section .hero_polygonal_banner::after{
	position:absolute;
	content:"";
	background-color:rgb(0 0 0 / 30%);
	width:100%;
	height:100%;
	left:0;
	top:0;
	right:0;
	bottom:0;	
    z-index: -1;
}

.hero_polygonal_banner>div{
	max-width: 1500px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top:50px;
}

.hero_polygonal_banner>div>div:nth-of-type(2){
	padding-bottom: 0 !important;
}

.polygon-slide {
	-webkit-clip-path: polygon(18px 0%,
		calc(100% - 18px) 0%,
		100% 18px,
		100% calc(100% - 18px),
		calc(100% - 18px) 100%,
		18px 100%,
		0% calc(100% - 18px),
		0% 18px);
	clip-path: polygon(18px 0%,
		calc(100% - 18px) 0%,
		100% 18px,
		100% calc(100% - 18px),
		calc(100% - 18px) 100%,
		18px 100%,
		0% calc(100% - 18px),
		0% 18px);
}

.polygon-image {
	-webkit-clip-path: polygon(6% 0%,
		94% 0%,
		100% 8%,
		100% 92%,
		94% 100%,
		6% 100%,
		0% 92%,
		0% 8%);
	clip-path: polygon(6% 0%,
		94% 0%,
		100% 8%,
		100% 92%,
		94% 100%,
		6% 100%,
		0% 92%,
		0% 8%);
}

/*Buttons css*/
.primary_button {
	background-color: #ffffff0f;
	border: 1px solid #fafafa00;
	border-radius: 2px;
	box-shadow: inset 0 0 3px #00000073;
	transition: all 0.3s ease;
}

.primary_button .elementor-button {
	padding: 13px var(--space-24);
	font-size: var(--font-size-sm);
	font-weight: var(--font-weight-regular);
	font-family: var(--font-family-archivo);
	letter-spacing: var(--letter-spacing-normal);
	color: var(--white-color);
	border: none;
	border-radius: 1px !important;
	text-transform: none;
	cursor: pointer;
	background: radial-gradient(circle at 80% 30%,
		var(--btn-glow) 0%,
		var(--btn-primary-mid) 35%,
		var(--btn-primary-core) 70%,
		var(--btn-primary-dark) 100%);
	box-shadow: inset 0 -2.19px 0 var(--color-dark);
	transition: all 0.3s ease;
	margin: 6px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.primary_button .elementor-button:hover {
	background: radial-gradient(circle at 80% 30%,
		var(--btn-glow) 0%,
		var(--btn-primary-mid) 25%,
		var(--btn-primary-core) 55%,
		var(--btn-primary-dark) 100%);
}

.primary_button:hover{
	transform:translatey(-2px);	
}

.link_arrow_button .elementor-button {
	background-color: transparent !important;
	font-family: var(--font-archivo);
	font-size: var(--font-size-base);
	color: var(--secondary-color);
	font-weight: var(--font-weight-semibold);
	padding: 0 0 5px 0;
	cursor: pointer;
	text-decoration: underline !important;
	text-underline-offset: 10px;
}

.link_arrow_button .elementor-button .elementor-button-content-wrapper {
	gap: var(--space-10);
}

.link_arrow_button .elementor-button .elementor-button-icon svg {
	width: 8px;
	height: 8px;
	transition: all 0.3s;
}

.link_arrow_button .elementor-button .elementor-button-text {
	font-family: var(--font-archivo);
	font-size: var(--font-size-base);
	color: var(--secondary-color);
	font-weight: var(--font-weight-semibold);
	transition: all 0.3s;
}

.link_arrow_button .elementor-button:hover,
.link_arrow_button .elementor-button:hover .elementor-button-text {
	color: var(--primary-color);
}

.link_arrow_button .elementor-button:hover .elementor-button-icon svg {
	transform: translate(4px, -4px);
}

.link_arrow_button .elementor-button:hover .elementor-button-icon svg path {
	stroke: var(--primary-color);
}

/*========================================
Header Section css
========================================*/
header {
	position: fixed;
	background-color: rgb(0 0 0 / 45%);
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
}

header::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 1px;
	border-bottom: 1px dashed rgba(255, 255, 255, 1);
	z-index: 1001;
	pointer-events: none;
}

.header.is-scrolled {
	backdrop-filter: blur(40px);
}

/*======================================
Breadcrumb css
=======================================*/
.breadcrumb__wrapper {
	position: relative;
}

.breadcrumb {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	list-style: none;
	font-family: var(--font-archivo);
	font-weight: var(--font-weight-regular);
	font-size: clamp(14px, calc(13.171px + 0.276vw), 16px) /*300px to 1024px == 14px to 16px*/;
	line-height: 1.6;
	margin: 0 0;
	padding: 0 0;
	gap: 0;
}

.breadcrumb a {
	color: var(--text-100);
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.breadcrumb a:hover {
	color: var(--text-200);
}

.breadcrumb .sep {
	position: relative;
	display: flex;
	margin: 0 8px;
}

.breadcrumb .current {
	color: var(--text-200);
	font-weight: 500;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: clamp(9.375rem, 0.8523rem + 34.0909vw, 28.125rem);
	/*400 to 1280px == 150px to 450px*/
	display: inline-block;
	vertical-align: middle;
}

.is_breadcrumbs_white .breadcrumb,
.is_breadcrumbs_white .breadcrumb a {
	color: var(--white-color);
}

.is_breadcrumbs_white .breadcrumb .current {
	color: var(--gray-100);
}

/*========================================
Hero Section css
========================================*/

.hero_section::after {
	position: absolute;
	content: "";
	background: var(--gray-200);
	width: 100%;
	height: 60px;
	bottom: 0;
	z-index: -1;
	left: 0;
	right: 0;
}

/*========================================
Home Page css
========================================*/

.faq-accordion .eael-adv-accordion .eael-accordion-list {
	position: relative;
	margin-bottom: var(--space-72);
}

.faq-accordion .eael-adv-accordion .eael-accordion-list::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: calc(var(--space-36) * -1);
	width: 100%;
	height: 1px;
	background: repeating-linear-gradient(to right,
		var(--secondary-color) 0px,
		var(--secondary-color) 6px,
		/* dash length */
		transparent 6px,
		transparent 14px
		/* gap length */
	);
}

/* ── Section wrapper ── */
.industries-section {
	position: relative;
	width: 100%;
}

/* ── Grid ── */
.industries-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(3, 300px);
	/* Smooth expansion */
	transition: grid-template-columns 0.7s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: grid-template-columns;
}

/* Column expansion on hover */
.industries-grid:has(.ind-item:nth-child(3n + 1):hover) {
	grid-template-columns: 1.4fr 0.8fr 0.8fr;
}

.industries-grid:has(.ind-item:nth-child(3n + 2):hover) {
	grid-template-columns: 0.8fr 1.4fr 0.8fr;
}

.industries-grid:has(.ind-item:nth-child(3n):hover) {
	grid-template-columns: 0.8fr 0.8fr 1.4fr;
}

/* ── Each Cell ── */
.ind-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	cursor: pointer;
	border: 1px dashed rgba(0, 0, 0, 0.322);
	transition: filter 0.55s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-clip-path: polygon(18px 0%,
		calc(100% - 18px) 0%,
		100% 18px,
		100% calc(100% - 18px),
		calc(100% - 18px) 100%,
		18px 100%,
		0% calc(100% - 18px),
		0% 18px);
	clip-path: polygon(18px 0%,
		calc(100% - 18px) 0%,
		100% 18px,
		100% calc(100% - 18px),
		calc(100% - 18px) 100%,
		18px 100%,
		0% calc(100% - 18px),
		0% 18px);
}

.ind-item:hover::before {
	transform: scale(1.07);
	filter: brightness(0.25) saturate(1.1);
}

/* Dim others when any is hovered */
.industries-grid:hover .ind-item {
	filter: brightness(0.65);
}

.industries-grid:hover .ind-item:hover {
	filter: brightness(1);
}

/* ── Label ── */
.ind-label {
	position: relative;
	z-index: 2;
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: var(--font-size-lg);
	font-weight: var(--font-weight-medium);
	color: var(--secondary-color);
	text-align: center;
	transition:
		opacity 0.4s ease,
		transform 0.3s ease;
}

.ind-item:hover .ind-label {
	opacity: 0;
	transform: translateY(-8px);
}

/* ── Overlay ── */
.ind-overlay {
	position: absolute;
	inset: 0;
	z-index: 3;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: var(--space-28) vrar(--space-24);
	opacity: 0 !important;
	transform: translateY(10px);
	transition:
		opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1),
		transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.ind-overlay::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0 0 0 / 50%);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}

.ind-item:hover .ind-overlay {
	opacity: 1 !important;
	transform: translateY(0);
}

/* Accent line before overlay content */
.ind-overlay h3 {
	position: relative;
	font-family: var(--font-archivo);
	font-size: var(--font-size-2xl);
	color: var(--white-color);
	font-weight: var(--font-weight-semibold);
	margin-bottom: 8px;
}

.ind-overlay p {
	position: relative;
	font-family: var(--font-inter);
	color: var(--white-color);
	font-size: var(--font-size-base);
	text-align: center;
	max-width: 450px;
	width: 100%;
}

/* ── Responsive: 2 cols on tablet ── */
@media (max-width: 1024px) {
	.industries-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		grid-auto-rows: 260px;
	}
}

/* ── Responsive: 1 col on mobile ── */
@media (max-width: 575px) {
	.industries-grid {
		grid-template-columns: 1fr !important;
		grid-auto-rows: 260px;
	}
}

/*========================================
About page css
========================================*/

.logo_container .swiper {
	position: relative;
	overflow: hidden;
}

/* Left Fade */
.logo_container .swiper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 100%;
	z-index: 2;
	pointer-events: none;
	background: linear-gradient(to right,
		#ffffff 0%,
		rgba(245, 245, 245, 0) 100%);
}

/* Right Fade */
.logo_container .swiper::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 100%;
	z-index: 2;
	pointer-events: none;
	background: linear-gradient(to left,
		#ffffff 0%,
		rgba(245, 245, 245, 0) 100%);
}

.logo_container .swiper-slide-inner {
	position: relative;
	background-color: var(--gray-100);
	padding: var(--space-32) 0;
	-webkit-clip-path: polygon(18px 0,
		calc(100% - 18px) 0,
		100% 18px,
		100% calc(100% - 18px),
		calc(100% - 18px) 100%,
		18px 100%,
		0 calc(100% - 18px),
		0 18px);

	clip-path: polygon(18px 0,
		calc(100% - 18px) 0,
		100% 18px,
		100% calc(100% - 18px),
		calc(100% - 18px) 100%,
		18px 100%,
		0 calc(100% - 18px),
		0 18px);
	box-shadow: 0 2px 6px #0000000d;
	z-index: 1;
}

.logo_container .swiper-slide-inner::before {
	content: "";
	position: absolute;
	inset: 1px;
	background: var(--gray-200);
	-webkit-clip-path: polygon(18px 0,
		calc(100% - 18px) 0,
		100% 18px,
		100% calc(100% - 18px),
		calc(100% - 18px) 100%,
		18px 100%,
		0 calc(100% - 18px),
		0 18px);

	clip-path: polygon(18px 0,
		calc(100% - 18px) 0,
		100% 18px,
		100% calc(100% - 18px),
		calc(100% - 18px) 100%,
		18px 100%,
		0 calc(100% - 18px),
		0 18px);
	z-index: -1;
}

.logo_container .swiper-slide-inner img {
	width: auto;
	height: 50px;
}

/*========== team css ==========*/
.team-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

@media (max-width: 768px) {
	.team-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.team-grid {
		grid-template-columns: 1fr;
	}
}

.team-card {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	aspect-ratio: 3/3;
	cursor: pointer;
}

.team-card img.member-photo {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	-webkit-clip-path: polygon(18px 0%,
		calc(100% - 18px) 0%,
		100% 18px,
		100% calc(100% - 18px),
		calc(100% - 18px) 100%,
		18px 100%,
		0% calc(100% - 18px),
		0% 18px);
	clip-path: polygon(18px 0%,
		calc(100% - 18px) 0%,
		100% 18px,
		100% calc(100% - 18px),
		calc(100% - 18px) 100%,
		18px 100%,
		0% calc(100% - 18px),
		0% 18px);
	transition: transform 0.4s ease;
}

.team-card .card-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: var(--space-32) var(--space-20);
	background: #000000;
	background: linear-gradient(0deg,
		rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 0.85) 33%,
		rgba(0, 0, 0, 0) 100%);
	-webkit-clip-path: polygon(0px 0%,
		calc(100% - 0px) 0%,
		100% 0px,
		100% calc(100% - 18px),
		calc(100% - 18px) 100%,
		18px 100%,
		0% calc(100% - 18px),
		0% 18px);
	clip-path: polygon(0px 0%,
		calc(100% - 0px) 0%,
		100% 0px,
		100% calc(100% - 18px),
		calc(100% - 18px) 100%,
		18px 100%,
		0% calc(100% - 18px),
		0% 18px);
	color: var(--white-color);
}

.card-overlay-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	gap: var(--space-16);
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transition-duration: 0.3s;
}

.team-card .card-overlay:hover .card-overlay-container {
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
}

.member-info-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.card-overlay .member-name {
	margin: 0 0;
}

.card-overlay .member-title {
	font-family: var(--font-inter);
	font-size: var(--font-size-20);
	color: var(--white-color);
	line-height: 1.5;
	letter-spacing: -0.4px;
	margin: 0 0;
}

.card-overlay .linkedin-icon,
.team-popup-box .linkedin-icon {
	display: flex;
}

.card-overlay .linkedin-icon svg,
.team-popup-box .linkedin-icon svg {
	width: var(--space-28);
	height: var(--space-28);
	color: #fff;
}

.card-overlay .view-bio-btn {
	display: flex;
	align-items: center;
	color: var(--white-color);
	cursor: pointer;
	gap: var(--space-5);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.team-card .card-overlay:hover .view-bio-btn {
	opacity: 1;
}

.card-overlay .view-bio-btn span {
	display: flex;
}

.card-overlay .view-bio-btn .bio-btn-text {
	position: relative;
	font-family: var(--font-inter);
	font-size: var(--font-size-base);
	font-weight: var(--font-weight-bold);
	color: var(--white-color);
	line-height: 1.5;
	letter-spacing: -0.4px;
}

.card-overlay .view-bio-btn .bio-btn-text::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: var(--white-color);
	left: 0;
	bottom: -2px;
	transition: width 0.3s ease;
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	-ms-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
}

.card-overlay .view-bio-btn:hover .bio-btn-text::after {
	width: 50%;
}

.card-overlay .view-bio-btn:hover .bio-btn-icon {
	transform: translate(4px, 0);
	-webkit-transform: translate(4px, 0);
	-moz-transform: translate(4px, 0);
	-ms-transform: translate(4px, 0);
	-o-transform: translate(4px, 0);
	transition-duration: 0.3s;
}

.team-card.placeholder-card {
	background: var(--white-color);
	cursor: default;
}

.team-card.placeholder-card img {
	width: 80%;
	height: 80%;
	-o-object-fit: contain;
	object-fit: contain;
	margin: 10%;
	opacity: 1;
}

.team-popup-overlay {
	display: flex;
	visibility: hidden;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0);
	z-index: 99999;
	justify-content: flex-end;
	transition:
		background 0.4s ease,
		visibility 0s linear 0.45s;
}

.team-popup-overlay.active {
	visibility: visible;
	background: rgba(0, 0, 0, 0.5);
	transition:
		background 0.4s ease,
		visibility 0s linear 0s;
}

.team-popup-box {
	background: var(--primary-color);
	width: 85vw;
	max-width: 1300px;
	height: 100vh;
	overflow-y: auto;
	display: flex;
	align-items: flex-start;
	padding: var(--space-92) var(--space-52);
	gap: var(--space-52);
	position: relative;
	transform: translateX(100%);
	transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: -8px 0 40px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
}

.team-popup-overlay.active .team-popup-box {
	transform: translateX(0);
}

@media (max-width: 768px) {
	.team-popup-box {
		width: 100vw;
		flex-direction: column;
		align-items: flex-start;
		padding: 60px 28px 40px;
	}

	.team-card.placeholder-card {
		display: none;
	}
}

.popup-left {
	flex: 1;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.popup-left .popup-name {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: var(--space-16);
	font-family: var(--font-archivo);
	font-size: var(--font-size-40);
	font-weight: var(--font-weight-semibold);
	line-height: 1.5;
}

.popup-left .popup-title {
	font-family: var(--font-inter);
	font-size: var(--font-size-lg);
	font-weight: var(--font-weight-medium);
	line-height: 1.5;
	letter-spacing: -0.4px;
}

.popup-left .popup-bio {
	margin-top: var(--space-40);
	font-family: var(--font-archivo);
	font-size: var(--font-size-20);
	font-weight: var(--font-weight-regular);
	line-height: 1.5;
}

.popup-right {
	flex: 1;
}

.popup-right img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	display: block;
	border-radius: 12px;
	-webkit-clip-path: polygon(18px 0%,
		calc(100% - 18px) 0%,
		100% 18px,
		100% calc(100% - 18px),
		calc(100% - 18px) 100%,
		18px 100%,
		0% calc(100% - 18px),
		0% 18px);
	clip-path: polygon(18px 0%,
		calc(100% - 18px) 0%,
		100% 18px,
		100% calc(100% - 18px),
		calc(100% - 18px) 100%,
		18px 100%,
		0% calc(100% - 18px),
		0% 18px);
}

@media (max-width: 768px) {
	.popup-right {
		flex: none;
		width: 100%;
		max-width: 100%;
	}

	.popup-right img {
		height: 260px;
	}
}

.popup-close {
	position: absolute;
	top: 20px;
	right: 24px;
	background: none;
	border: none;
	font-size: 26px;
	color: #fff;
	cursor: pointer;
	z-index: 100000;
	line-height: 1;
	opacity: 0.85;
}

.popup-close:hover {
	opacity: 1;
}

/* =============================================
Journey Timeline Slider — CSS
Child theme style.css ya Elementor Custom CSS
============================================= */

.journey-wrap {
	position: relative;
	overflow: hidden;
}

/* --- Slider Area --- */
.tl-slider-area-top {
	position: relative;
}

.tl-left-img {
	position: absolute;
	width: 30%;
	bottom: 20px;
	left: 0px;
	overflow: hidden;
	z-index: 2;
}

.tl-right-img {
	position: absolute;
	width: 25%;
	bottom: 20px;
	top: 0;
	right: 0px;
	overflow: hidden;
	z-index: 2;
}

.tl-left-img img,
.tl-right-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
	-webkit-clip-path: polygon(18px 0%,
		calc(100% - 18px) 0%,
		100% 18px,
		100% calc(100% - 18px),
		calc(100% - 18px) 100%,
		18px 100%,
		0% calc(100% - 18px),
		0% 18px);
	clip-path: polygon(18px 0%,
		calc(100% - 18px) 0%,
		100% 18px,
		100% calc(100% - 18px),
		calc(100% - 18px) 100%,
		18px 100%,
		0% calc(100% - 18px),
		0% 18px);
transition-duration: 0.3s;
}

.tl-slider-area-bottom {
	position: relative;
	display: grid;
	grid-template-columns: 25% 1fr 25%;
	justify-items: center;
	overflow: hidden;
}

.tl-big-year {
	font-size: clamp(120px, calc(42.857px + 19.286vw), 390px);
	font-weight: var(--font-weight-bold);
	color: var(--primary-color);
	letter-spacing: clamp(0.0625rem, 1.4647rem + -5.609vw, -2.125rem);
	text-align: center;
	line-height: 1.2;
	z-index: 0;
}

.tl-img-left {
	overflow: hidden;
	z-index: 1;
}

.tl-img-right {
	overflow: hidden;
	z-index: 1;
}

.tl-img-left img,
.tl-img-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: opacity 0.4s;
}

.tl-slide-text {
	text-align: center;
	z-index: 2;
}

.tl-slide-text h3 {
	font-size: var(--font-size-lg);
	font-weight: var(--font-weight-semibold);
	line-height: 1.5;
	letter-spacing: -1.2px;
	color: var(--secondary-color);
}

.tl-slide-text p {
	font-family: var(--font-inter);
	font-size: var(--font-size-base);
	font-weight: var(--font-weight-regular);
	color: var(--secondary-color);
	line-height: 1.5;
	letter-spacing: -1.2px;
	margin: 0;
}

/* --- Arrow Buttons --- */
.tl-arrows-row {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	padding: 12px 0 10px;
}

.tl-arrow-btn {
	width: 40px;
	height: 40px;
	border: 1px solid var(--gray-100);
	background: var(--white-color);
	color: #333;
	font-size: 16px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.15s;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	padding: 0;
}

.tl-arrow-btn:hover,
.tl-arrow-btn:focus {
	background: #f5f5f5;
	border: 1px solid var(--gray-300);
}

/* --- Progress Track --- */
.tl-timeline-outer {
	position: relative;
	padding-top: 14px;
}

.tl-progress-track {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	height: 2px;
	background: var(--gray-100);
	z-index: 0;
}

.tl-progress-fill {
	height: 2px;
	background: #8b0000;
	transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	width: 0%;
}

/* --- Year Dots --- */
.tl-dots {
	display: flex;
	position: relative;
	z-index: 1;
	overflow-x: auto;
	scroll-behavior: smooth;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.tl-dots::-webkit-scrollbar {
	display: none;
}

.tl-year {
	flex-shrink: 0;
	position: relative;
	font-size: var(--font-size-2xl);
	color: var(--secondary-color);
	line-height: 1.5;
	text-align: center;
	letter-spacing: -0.4px;
	transition: color 0.2s;
	white-space: nowrap;
	padding-top: var(--space-40);
	cursor: pointer;
	opacity: 0.6;
}

.tl-year::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 50%;
	transform: translateX(-50%);
	width: 8px;
	height: 8px;
	background: #ccc;
	transition:
		background 0.3s,
		transform 0.3s;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
}

.tl-year.active {
	color: var(--primary-color);
	opacity: 1;
}

.tl-year.active::before {
	background: var(--primary-color);
	transform: translateX(-50%) scale(1.1);
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(-50%) scale(1.1);
	-moz-transform: translateX(-50%) scale(1.1);
	-ms-transform: translateX(-50%) scale(1.1);
	-o-transform: translateX(-50%) scale(1.1);
}

.tl-year.passed {
	color: var(--primary-color);
}

.tl-year.passed::before {
	background: var(--primary-color);
}

/* --- Responsive --- */

@media (max-width: 1024px) {
	.tl-slider-area-bottom {
		grid-template-columns: 10% 1fr 10%;
	}
}

@media (max-width: 768px) {
	.tl-slider-area-bottom {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 575px) {

	.tl-left-img {
		display: none;
	}

	.tl-right-img {
		position: relative;
		width: 60%;
		margin: auto;
		transform: translateY(-45px) rotate(-8deg);
		-webkit-transform: translateY(-45px) rotate(-8deg);
		-moz-transform: translateY(-45px) rotate(-8deg);
		-ms-transform: translateY(-45px) rotate(-8deg);
		-o-transform: translateY(-45px) rotate(-8deg);
	}
}

/*========================================
Contact Section and Contact page css
========================================*/

.cta_section_wrapper::before {
	content: "";
	position: absolute;
	pointer-events: none;
	background-color: var(--secondary-color);
	z-index: 100;
	height: 60px;
	top: inherit;
	bottom: 0;
	right: 0;
	left: 0;
}

.cta_section_wrapper::after {
	content: "";
	position: absolute;
	pointer-events: none;
	-webkit-clip-path: polygon(0 0, 3% 100%, 97% 100%, 100% 0);
	clip-path: polygon(0 0, 3% 100%, 97% 100%, 100% 0);
	background-color: var(--white-color);
	z-index: 100;
	height: 62px;
	bottom: 0;
	right: 0;
	left: 0;
}

@media (max-width: 991px) {
	.cta_section_wrapper::after {
		-webkit-clip-path: polygon(0 0, 10% 100%, 90% 100%, 100% 0);
		clip-path: polygon(0 0, 10% 100%, 90% 100%, 100% 0);
	}
}

.office_location_wrapper::before {
	content: "";
	position: absolute;
	pointer-events: none;
	background-color: var(--secondary-color);
	z-index: 100;
	height: 60px;
	top: inherit;
	bottom: 0;
	right: 0;
	left: 0;
}

.office_location_wrapper::after {
	content: "";
	position: absolute;
	pointer-events: none;
	-webkit-clip-path: polygon(0 0, 3% 100%, 97% 100%, 100% 0);
	clip-path: polygon(0 0, 3% 100%, 97% 100%, 100% 0);
	background-color: var(--gray-200);
	z-index: 100;
	height: 62px;
	bottom: 0;
	right: 0;
	left: 0;
}

@media (max-width: 991px) {
	.office_location_wrapper::after {
		-webkit-clip-path: polygon(0 0, 10% 100%, 90% 100%, 100% 0);
		clip-path: polygon(0 0, 10% 100%, 90% 100%, 100% 0);
	}
}

.contact_info_border {
	position: relative;
	padding: 1px;
	background: var(--gray-300);
	-webkit-clip-path: polygon(3% 0%,
		97% 0%,
		100% 3%,
		100% 97%,
		96% 100%,
		4% 100%,
		0% 97%,
		0% 4%);
	clip-path: polygon(3% 0%,
		97% 0%,
		100% 3%,
		100% 97%,
		96% 100%,
		4% 100%,
		0% 97%,
		0% 4%);
}

.contact_info_card {
	background: var(--white-color);
	padding: var(--space-36) var(--space-40);
	-webkit-clip-path: polygon(3% 0%,
		97% 0%,
		100% 3%,
		100% 97%,
		96% 100%,
		4% 100%,
		0% 97%,
		0% 4%);
	clip-path: polygon(3% 0%,
		97% 0%,
		100% 3%,
		100% 97%,
		96% 100%,
		4% 100%,
		0% 97%,
		0% 4%);
}

.contact-section{
	padding-top: var(--space-150);
	padding-bottom: var(--space-100);
}

.cta_form_contact_main {
	background-color: var(--gray-200);
	padding: var(--space-36) var(--space-40);
	-webkit-clip-path: polygon(3% 0%,
		97% 0%,
		100% 3%,
		100% 97%,
		96% 100%,
		4% 100%,
		0% 97%,
		0% 4%);
	clip-path: polygon(3% 0%,
		97% 0%,
		100% 3%,
		100% 97%,
		96% 100%,
		4% 100%,
		0% 97%,
		0% 4%);
	gap: var(--space-28);
}

.contact_form input,
.contact_form select,
.contact_form textarea {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.contact_form .elementor-form .elementor-field-type-submit .elementor-button {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0 0;
	background-color: #ffffff0f;
	border: 1px solid #fafafa00;
	border-radius: 2px;
	box-shadow: inset 0 0 3px #00000073;
}

.contact_form .elementor-form .elementor-field-type-submit .elementor-button-content-wrapper {
	padding: var(--space-12) var(--space-36);
	font-size: var(--font-size-sm);
	font-weight: var(--font-weight-regular);
	font-family: var(--font-family-archivo);
	letter-spacing: var(--letter-spacing-normal);
	color: var(--white-color);
	border: none;
	border-radius: 1px !important;
	text-transform: none;
	cursor: pointer;
	background: radial-gradient(circle at 80% 30%,
		var(--btn-glow) 0%,
		var(--btn-primary-mid) 35%,
		var(--btn-primary-core) 70%,
		var(--btn-primary-dark) 100%);
	box-shadow: inset 0 -2.19px 0 var(--color-dark);
	transition: all 0.3s ease;
	margin: 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.contact_map_wrapper {
	/*-webkit-clip-path: polygon(3% 0%,
		97% 0%,
		100% 8%,
		100% 92%,
		97% 100%,
		3% 100%,
		0% 92%,
		0% 8%);
	clip-path: polygon(3% 0%,
		97% 0%,
		100% 8%,
		100% 92%,
		97% 100%,
		3% 100%,
		0% 92%,
		0% 8%);*/
}

.office_location_tabs_wrapper .e-n-tabs .e-n-tabs-heading {
	border-bottom: 1px solid var(--gray-100);
}

.office_location_tabs_wrapper .e-n-tabs .e-n-tabs-heading button {
	text-transform: uppercase;
}

.office_location_tabs_wrapper .e-n-tabs .e-n-tabs-heading button[aria-selected="true"] .e-n-tab-title-text {
	font-weight: var(--font-weight-semibold);
}

.office_location_tabs_wrapper .e-n-tabs .e-n-tabs-heading button[aria-selected="true"]::after {
	position: absolute;
	content: "";
	background-color: var(--secondary-color);
	width: 100%;
	height: 3px;
	left: 0;
	bottom: 0;
}

.office_location_tabs_wrapper .e-n-tabs .e-n-tabs-heading button[aria-selected="false"] {
	background-color: transparent;
}

/*========================================
blog css
========================================*/

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

.blog_post_info ul>li:first-child span {
	padding-left: 0 !important;
}

.blog-grid .elementor-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog-grid .elementor-pagination .page-numbers {
	min-width: var(--space-44);
	width: var(--space-44);
	height: var(--space-44);
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--white-color);
	border-color: var(--text-100);
	border-width: 1px;
	border-style: solid;
	border-radius: 4px 4px;
	font-family: var(--font-inter);
	font-size: var(--font-size-sm);
	font-weight: var(--font-weight-medium);
	color: var(--text-100);
	line-height: normal;
	letter-spacing: -0.16px;
}

.blog-grid .elementor-pagination .current {
	background-color: var(--text-100);
	color: var(--white-color);
}

.blog-grid .elementor-pagination span.prev,
.blog-grid .elementor-pagination span.next {
	opacity: 0.3;
}

.blog-grid .elementor-pagination a.next:hover {
	background-color: var(--text-100);
}

.blog-grid .elementor-pagination a.next:hover svg>path {
	stroke: var(--white-color);
}

.blog_post_content :is(h1, h2, h3, h4, h5, h6) {
	color: var(--secondary-color);
}

.blog_post_content :is(p, li, span) {
	color: var(--text-100);
}

.blog_post_content p {
	text-indent: 50px;
}

.blog_post_content img {
	-webkit-clip-path: polygon(18px 0%,
		calc(100% - 18px) 0%,
		100% 18px,
		100% calc(100% - 18px),
		calc(100% - 18px) 100%,
		18px 100%,
		0% calc(100% - 18px),
		0% 18px);
	clip-path: polygon(18px 0%,
		calc(100% - 18px) 0%,
		100% 18px,
		100% calc(100% - 18px),
		calc(100% - 18px) 100%,
		18px 100%,
		0% calc(100% - 18px),
		0% 18px);
	display: block;
	margin-top: var(--space-40);
}

.blog_post_content blockquote {
	position: relative;
	padding: var(--space-32);
	margin: var(--space-40) 0;
	border-left: 4px solid var(--text-100);
	background: var(--text-200);
	border-radius: 16px;
	font-size: 1.2em;
	line-height: 1.6;
}

.blog_post_content blockquote p:last-child {
	margin-bottom: 0;
}

/*========================================
Career page css
========================================*/

.careers_card {
	position: relative;
	background-color: var(--gray-100);
	-webkit-clip-path: polygon(18px 0%,
		calc(100% - 18px) 0%,
		100% 18px,
		100% calc(100% - 18px),
		calc(100% - 18px) 100%,
		18px 100%,
		0% calc(100% - 18px),
		0% 18px);
	clip-path: polygon(18px 0%,
		calc(100% - 18px) 0%,
		100% 18px,
		100% calc(100% - 18px),
		calc(100% - 18px) 100%,
		18px 100%,
		0% calc(100% - 18px),
		0% 18px);
	padding: 2px;
	transition: all 0.5s;
}

.careers_card_inner {
	background: var(--gray-200);
	-webkit-clip-path: polygon(18px 0%,
		calc(100% - 18px) 0%,
		100% 18px,
		100% calc(100% - 18px),
		calc(100% - 18px) 100%,
		18px 100%,
		0% calc(100% - 18px),
		0% 18px);
	clip-path: polygon(18px 0%,
		calc(100% - 18px) 0%,
		100% 18px,
		100% calc(100% - 18px),
		calc(100% - 18px) 100%,
		18px 100%,
		0% calc(100% - 18px),
		0% 18px);
	height: 100%;
	padding: var(--space-24) var(--space-24);
}

.careers_card:hover {
	transform: translateY(-4px);
}

.careers_card:hover h5 {
	color: var(--primary-color) !important;
}

.career_form .elementor-field-type-upload {
	position: relative;
	border: 2px dashed rgba(77, 77, 86, 0.4);
	border-radius: 8px;
	padding-top: var(--space-32);
	padding-bottom: var(--space-32);
	text-align: center;
	background: #f6f8fa;
	transition: background 0.2s;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	width: 95%;
	margin: 0 auto var(--space-20) auto;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	-ms-transition: background 0.2s;
	-o-transition: background 0.2s;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.career_form .elementor-field-type-upload:hover {
	border-color: var(--primary-color) !important;
}

.career_form .elementor-field-type-upload input[type="file"] {
	position: absolute !important;
	opacity: 0 !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
	left: 0 !important;
	cursor: pointer !important;
	z-index: 2 !important;
}

.career_form .elementor-field-type-upload::before {
	content: "" !important;
	display: block !important;
	width: 24px !important;
	height: 24px !important;
	background-image: url("./assets/img/C8M2TEFD.png") !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	margin: 0 auto 10px auto !important;
}

.career_form .elementor-field-type-upload::after {
	content: "Drag & drop file or click to upload" !important;
	display: block !important;
	color: var(--text-100) !important;
	margin-top: 6px !important;
}

.career_form .elementor-field-type-upload.dragover {
	background: #fff0f2 !important;
}

.upload-filename {
	margin-top: 8px;
	font-size: 13px;
	color: var(--text-color-success);
	text-align: center;
}

/*========================================
Industry page css
========================================*/

.primary_count_text .elementor-counter-number-wrapper .elementor-counter-number {
	font-family: var(--font-archivo);
	font-size: clamp(6.25rem, 0.1603rem + 24.359vw, 15.75rem);
}

/*========================================
All Services pages css
========================================*/
.vertical-page-tabs .e-n-tabs {
	align-items: flex-start;
}

.vertical-page-tabs .e-n-tabs .e-n-tabs-heading {
	background-color: var(--gray-200);
	padding: var(--space-16);
}

.maintedge_approach_wrap {
	display: flex;
	flex-direction: column;
	gap: var(--space-100);
}

@media (min-width: 1024px) {
	.maintedge_approach_wrap .approach_item:nth-of-type(odd) .approach_image_box {
		order: 2;
	}

	.maintedge_approach_wrap .approach_item:nth-of-type(odd) .approach_content_box {
		order: 1;
	}
}

@media (max-width: 767px) {
	.maintedge_approach_wrap {
		gap: var(--space-44);
	}
}

.approach_editor :is(h1, h2, h3, h4, h5, h6) {
	color: var(--secondary-color);
}

.approach_editor :is(p, li, span) {
	color: var(--text-100);
}

.approach_editor ul[role="list"] {
	padding-left: var(--space-40) !important;
	margin-bottom: var(--space-20) !important;
}

.application_image_box .elementor-image-box-img {
	-webkit-clip-path: polygon(18px 0%,
		calc(100% - 18px) 0%,
		100% 18px,
		100% calc(100% - 18px),
		calc(100% - 18px) 100%,
		18px 100%,
		0% calc(100% - 18px),
		0% 18px);
	clip-path: polygon(18px 0%,
		calc(100% - 18px) 0%,
		100% 18px,
		100% calc(100% - 18px),
		calc(100% - 18px) 100%,
		18px 100%,
		0% calc(100% - 18px),
		0% 18px);
}

.application_image_box .elementor-image-box-img img {
	width: 100%;
}

.technology-hotsspot .e-hotspot__tooltip {
	white-space: normal;
}

.vertical-img-carousel .cta-box .elementor-cta{
	-webkit-clip-path: polygon(18px 0%,
		calc(100% - 18px) 0%,
		100% 18px,
		100% calc(100% - 18px),
		calc(100% - 18px) 100%,
		18px 100%,
		0% calc(100% - 18px),
		0% 18px);
	clip-path: polygon(18px 0%,
		calc(100% - 18px) 0%,
		100% 18px,
		100% calc(100% - 18px),
		calc(100% - 18px) 100%,
		18px 100%,
		0% calc(100% - 18px),
		0% 18px);
}


.vertical-img-carousel .cta-box .elementor-cta__bg-overlay{
	background: #000000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(150, 72, 244, 0) 100%);
}

.office_location_tabs_wrapper .e-n-tabs .e-n-tabs-content .e-con-inner .vetical_tab_image_block{
	width:100%;
}

.ch-content-image-img-block>div{
	width:100%;
}

.ch-key-carousel .elementor-cta .elementor-cta__content{
	min-height:clamp(300px, calc(163.636px + 34.091vw), 600px) !important;
	/*400px to 1280px == 300px to 600px height*/
}

.ch-key-carousel .elementor-cta .elementor-cta__bg-wrapper .elementor-cta__bg-overlay{
	background: #000000 !important;
	background: linear-gradient(180deg,rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%) !important;
}

.ch-key-carousel .elementor-bg-transform-zoom-in .elementor-bg,
.ch-key-carousel .elementor-bg-transform-zoom-out .elementor-bg,
.vertical-img-carousel .cta-box.elementor-bg-transform-zoom-in .elementor-cta .elementor-cta__bg{
   transition: opacity 0.6s ease, transform 0.4s ease !important;
}

.ch-key-carousel .elementor-bg-transform-zoom-in:hover .elementor-bg, 
.ch-key-carousel .elementor-bg-transform-zoom-out .elementor-bg,
.vertical-img-carousel .cta-box.elementor-bg-transform-zoom-in:hover .elementor-cta .elementor-cta__bg {
    transform: scale(1.1) !important;
}

.parallax-section .elementor-motion-effects-layer{
	background-attachment:fixed !important;
	transform:inherit !important;
}

.application_image_box .elementor-image-box-wrapper .elementor-image-box-img img,
.product_item_wrap .application_image_box .elementor-image-box-wrapper .elementor-image-box-img img{
	transition: opacity 0.6s ease, transform 0.4s ease !important;
}

.application_image_box:hover .elementor-image-box-wrapper .elementor-image-box-img img,
.product_item_wrap:hover .application_image_box .elementor-image-box-wrapper .elementor-image-box-img img{
	transform:scale(1.1);
}

.vetical_tab_image_block img{
    transition: opacity 0.6s ease, transform 0.4s ease !important;
    -webkit-clip-path: polygon(18px 0%,
        calc(100% - 18px) 0%,
        100% 18px,
        100% calc(100% - 18px),
        calc(100% - 18px) 100%,
        18px 100%,
        0% calc(100% - 18px),
        0% 18px);
    clip-path: polygon(18px 0%,
        calc(100% - 18px) 0%,
        100% 18px,
        100% calc(100% - 18px),
        calc(100% - 18px) 100%,
        18px 100%,
        0% calc(100% - 18px),
        0% 18px);
}
.vetical_tab_image_block:hover img{
    transform: scale(1.1);
}

.blog_item_wrap .blog_image_wrap .blog-image img{
    transition: opacity 0.6s ease, transform 0.4s ease !important;
}

.blog_item_wrap:hover .blog_image_wrap .blog-image img{
    transform:scale(1.1);
}






/*========================================
Responsive css
========================================*/

@media (max-width: 1024px) {
	br {
		display: none;
	}
	
	.hero_polygonal_banner {
		position:relative;
		-webkit-clip-path: polygon(0% 0%,
			100% 0%,
			100% 95%,
			90% 98%,
			10% 98%,
			0% 95%);
		clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 90% 98%, 10% 98%, 0% 95%);
	}
}

@media (max-width: 960px) {
	.header {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.nav_grid {
		grid-template-columns: 20% 40% !important;
	}

	.logo_block .logo_image a {
		display: block;
	}

	.menu_block {
		display: none;
	}
}

@media (max-width: 767px) {
	.vertical-page-tabs .e-n-tabs .e-n-tabs-heading button {
		width: 100% !important;
	}

	.vertical-page-tabs .e-n-tabs .e-n-tabs-content>div {
		margin-bottom: var(--space-32);
	}
	
	.hero_polygonal_banner>div>div:nth-of-type(2) .elementor-widget-heading{
		text-align: center;
	}
	
	.ch-key-carousel{
		padding-top:50px;
	}
	
	.ch-key-carousel .elementor-swiper-button-prev,
	.ch-key-carousel .elementor-swiper-button-next{
		top:0 !important;
	}
}

@media (max-width: 575px) {
	.nav_grid {
		grid-template-columns: 30% 60% !important;
	}
}


/*========================================
Animation css
========================================*/

.fill-color-heading span{
	display: inline;
	background: linear-gradient(#181818 0 0) 0 100% / var(--mask, 0) no-repeat;
	-webkit-background-clip:text;
	background-clip:text;
	-webkit-text-fill-color: rgb(115 115 129 / 0.2);
}