/* SGE — Why Gopinath USPs */
.elementor-element-sgeusp00,
.elementor-element-sgeusp00 .e-con,
.elementor-element-sgeusp00 .elementor-widget-container {
	overflow: visible !important;
	background-color: transparent !important;
}

.sge-usp {
	--sge-usp-bg: #141414;
	--sge-usp-surface: rgba(255, 255, 255, 0.12);
	--sge-usp-text: #ffffff;
	--sge-usp-muted: rgba(255, 255, 255, 0.78);
	--sge-usp-gold: #ffffff;
	--sge-usp-border: rgba(255, 255, 255, 0.22);
	--sge-usp-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
	--sge-usp-ease: cubic-bezier(0.22, 1, 0.36, 1);
	--sge-usp-transition: 0.58s;
	--sge-usp-transition-slow: 0.72s;
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: var(--sge-usp-bg);
	padding: clamp(3.75rem, 7.5vw, 6rem) 0;
	color: var(--sge-usp-text);
}

.sge-usp__media {
	position: absolute;
	inset: -12% 0;
	z-index: 0;
	background-image: var(--sge-usp-image);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	will-change: transform;
	pointer-events: none;
}

.sge-usp__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(
		180deg,
		rgba(12, 12, 12, 0.55) 0%,
		rgba(12, 12, 12, 0.62) 45%,
		rgba(12, 12, 12, 0.72) 100%
	);
}

.sge-usp--overlay-light .sge-usp__overlay {
	background: linear-gradient(
		180deg,
		rgba(12, 12, 12, 0.35) 0%,
		rgba(12, 12, 12, 0.42) 50%,
		rgba(12, 12, 12, 0.52) 100%
	);
}

.sge-usp--overlay-strong .sge-usp__overlay {
	background: linear-gradient(
		180deg,
		rgba(8, 8, 8, 0.72) 0%,
		rgba(8, 8, 8, 0.78) 50%,
		rgba(8, 8, 8, 0.86) 100%
	);
}

.sge-usp:not(.sge-usp--has-bg) .sge-usp__overlay {
	background:
		radial-gradient(circle at 14% 10%, rgba(242, 233, 13, 0.12) 0%, transparent 40%),
		linear-gradient(180deg, #1c1c1c 0%, #121212 100%);
}

.sge-usp__inner {
	position: relative;
	z-index: 2;
	max-width: 76rem;
	margin: 0 auto;
	padding-inline: clamp(1.25rem, 4vw, 4.375rem);
}

.sge-usp__header {
	max-width: 44rem;
	margin: 0 auto clamp(2.5rem, 5vw, 3.75rem);
	text-align: center;
}

.sge-usp__eyebrow {
	margin: 0 0 0.75rem;
	color: var(--sge-usp-text) !important;
	font-family: "DM Sans", sans-serif;
	font-size: clamp(0.72rem, 1.1vw, 0.8125rem);
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.sge-usp__title-band {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(1rem, 3vw, 1.75rem);
	margin-bottom: 1rem;
}

.sge-usp__title-band::before,
.sge-usp__title-band::after {
	display: none;
}

.sge-usp__title {
	margin: 0;
	color: var(--sge-usp-text) !important;
	font-family: "Bebas Neue", sans-serif;
	font-size: clamp(2.5rem, 5vw, 3.75rem);
	font-weight: 400;
	line-height: 1.02;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.sge-usp__intro {
	margin: 0;
	color: var(--sge-usp-muted);
	font-family: "DM Sans", sans-serif;
	font-size: clamp(1rem, 1.5vw, 1.125rem);
	line-height: 1.7;
}

.sge-usp__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.35rem);
}

.sge-usp__card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	min-height: 100%;
	padding: clamp(1.35rem, 2.4vw, 1.75rem);
	border: 1px solid var(--sge-usp-border);
	border-radius: 0.5rem;
	background: var(--sge-usp-surface);
	backdrop-filter: blur(18px) saturate(145%);
	-webkit-backdrop-filter: blur(18px) saturate(145%);
	box-shadow: var(--sge-usp-shadow);
	overflow: hidden;
	isolation: isolate;
	transition:
		transform var(--sge-usp-transition) var(--sge-usp-ease),
		border-color var(--sge-usp-transition) var(--sge-usp-ease),
		box-shadow var(--sge-usp-transition) var(--sge-usp-ease),
		background var(--sge-usp-transition-slow) var(--sge-usp-ease);
}

.sge-usp__card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.25));
	transform: scaleX(0.35);
	transform-origin: left center;
	transition: transform var(--sge-usp-transition-slow) var(--sge-usp-ease);
}

.sge-usp__card:hover,
.sge-usp__card:focus-within {
	border-color: rgba(255, 255, 255, 0.38);
	background: rgba(255, 255, 255, 0.18);
	box-shadow: 0 22px 52px rgba(0, 0, 0, 0.35);
	transform: translateY(-4px);
}

.sge-usp__card:hover::before,
.sge-usp__card:focus-within::before {
	transform: scaleX(1);
}

.sge-usp__card-head {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.75rem;
}

.sge-usp__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 3.1rem;
	height: 3.1rem;
	border-radius: 0.85rem;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.42);
	color: #ffffff;
	transition: background var(--sge-usp-transition-slow) var(--sge-usp-ease), border-color var(--sge-usp-transition-slow) var(--sge-usp-ease);
}

.sge-usp__card:hover .sge-usp__icon,
.sge-usp__card:focus-within .sge-usp__icon {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.65);
	color: #ffffff;
}

.sge-usp__icon svg {
	width: 1.35rem;
	height: 1.35rem;
	fill: currentColor;
}

.sge-usp__card-title {
	position: relative;
	z-index: 1;
	margin: 0;
	color: var(--sge-usp-text) !important;
	font-family: "Bebas Neue", sans-serif;
	font-size: clamp(1.45rem, 2.3vw, 1.75rem);
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.sge-usp__card-desc {
	position: relative;
	z-index: 1;
	margin: 0;
	margin-top: auto;
	padding-top: 0.35rem;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	color: var(--sge-usp-muted);
	font-family: "DM Sans", sans-serif;
	font-size: clamp(0.9375rem, 1.35vw, 1rem);
	font-style: normal;
	font-weight: 400;
	line-height: 1.65;
}

.sge-usp--empty {
	padding: 2rem;
	text-align: center;
	color: var(--sge-usp-muted);
	font-family: "DM Sans", sans-serif;
}

.sge-usp:not(.sge-usp--revealed):not(.sge-usp--no-motion) .sge-usp__header,
.sge-usp:not(.sge-usp--revealed):not(.sge-usp--no-motion) .sge-usp__card {
	opacity: 0;
	transform: translateY(2rem);
}

.elementor-element-sgeusp00 .animated,
.elementor-element-sgeusp00 .elementor-invisible {
	animation-duration: 1.1s !important;
	transition-duration: 0.9s !important;
}

@media (max-width: 1099px) {
	.sge-usp__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.sge-usp__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.sge-usp__media {
		inset: -8% 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sge-usp__card,
	.sge-usp__card::before,
	.sge-usp__media {
		transition: none;
	}

	.sge-usp__card:hover,
	.sge-usp__card:focus-within {
		transform: none;
	}

	.sge-usp--parallax .sge-usp__media {
		inset: 0;
		transform: none !important;
	}
}
