/* Restore site images dimmed by the Elementor kit global image style. */
.elementor-kit-629 img {
	opacity: 1 !important;
	box-shadow: none !important;
}

/* Gallery — immersive field-stories redesign. */
body.gg-gallery-page {
	background: #f7f4f9 !important;
}

body.gg-gallery-page .elementor-1780,
body.gg-gallery-page .elementor-1780 * {
	box-sizing: border-box;
}

body.gg-gallery-page .elementor-1780 {
	visibility: visible !important;
	overflow: hidden;
	color: #20142f;
	font-family: Inter, sans-serif;
}

.gg-gallery {
	background:
		radial-gradient(circle at 88% 39%, rgba(232, 74, 12, 0.09), transparent 22rem),
		#f7f4f9;
}

.gg-gallery-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
	align-items: center;
	min-height: 820px;
	padding: clamp(120px, 12vw, 170px) max(5vw, 32px) 90px;
	overflow: hidden;
	color: #fff;
	background: #211337;
	isolation: isolate;
}

.gg-gallery-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
	background-size: 76px 76px;
	mask-image: linear-gradient(to right, #000, transparent 80%);
}

.gg-gallery-hero__glow {
	position: absolute;
	z-index: -1;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	filter: blur(20px);
	opacity: .65;
}

.gg-gallery-hero__glow--one {
	top: -290px;
	left: -170px;
	background: #8f286e;
}

.gg-gallery-hero__glow--two {
	right: -270px;
	bottom: -300px;
	background: #e84a0c;
}

.gg-gallery-hero__copy {
	position: relative;
	z-index: 2;
	max-width: 670px;
	padding-left: clamp(0px, 3vw, 48px);
}

.gg-gallery-eyebrow,
.gg-gallery-kicker {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
	color: #e84a0c;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.gg-gallery-eyebrow i {
	width: 34px;
	height: 2px;
	background: #e84a0c;
}

.gg-gallery-hero h1 {
	margin: 0;
	color: #fff;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(4.2rem, 7.6vw, 8.9rem);
	font-weight: 800;
	letter-spacing: -.075em;
	line-height: .83;
}

.gg-gallery-hero h1 em {
	color: transparent;
	font-style: normal;
	-webkit-text-stroke: 1.5px rgba(255,255,255,.72);
}

.gg-gallery-hero__copy > p {
	max-width: 560px;
	margin: 36px 0 34px;
	color: rgba(255,255,255,.72);
	font-size: clamp(1rem, 1.3vw, 1.18rem);
	line-height: 1.75;
}

.gg-gallery-scroll {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	color: #fff !important;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .08em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.gg-gallery-scroll b {
	display: grid;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255,255,255,.28);
	border-radius: 50%;
	place-items: center;
	transition: transform .25s ease, background .25s ease;
}

.gg-gallery-scroll:hover b {
	background: #e84a0c;
	transform: translateY(4px);
}

.gg-gallery-hero__visual {
	position: relative;
	z-index: 1;
	width: min(100%, 760px);
	margin-left: auto;
}

.gg-gallery-hero__frame {
	position: relative;
	aspect-ratio: 4 / 5;
	max-height: 610px;
	overflow: hidden;
	border-radius: 280px 280px 32px 32px;
	box-shadow: 0 40px 100px rgba(0,0,0,.42);
	transform: rotate(2deg);
}

.gg-gallery-hero__frame::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 50%, rgba(25,10,35,.72));
}

.gg-gallery-hero__frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.035);
	animation: gg-gallery-hero-drift 12s ease-in-out infinite alternate;
}

.gg-gallery-hero__stamp {
	position: absolute;
	z-index: 3;
	left: -72px;
	bottom: 58px;
	display: flex;
	width: 174px;
	height: 174px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1px solid rgba(255,255,255,.32);
	border-radius: 50%;
	background: rgba(40,20,58,.74);
	box-shadow: 0 20px 50px rgba(0,0,0,.2);
	backdrop-filter: blur(14px);
}

.gg-gallery-hero__stamp strong {
	color: #fff;
	font-size: 44px;
	line-height: 1;
}

.gg-gallery-hero__stamp span {
	color: rgba(255,255,255,.66);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .11em;
	line-height: 1.5;
	text-transform: uppercase;
}

.gg-gallery-hero__line {
	position: absolute;
	top: 44px;
	right: -8px;
	width: 94px;
	height: 94px;
	border: 1px solid rgba(255,255,255,.28);
	border-radius: 50%;
}

.gg-gallery-hero__line span,
.gg-gallery-hero__line span::after {
	position: absolute;
	content: "";
	background: #e84a0c;
}

.gg-gallery-hero__line span {
	top: 46px;
	left: -24px;
	width: 140px;
	height: 2px;
	transform: rotate(-34deg);
}

.gg-gallery-hero__line span::after {
	top: -4px;
	right: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.gg-gallery-intro {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	align-items: end;
	gap: 70px;
	max-width: 1320px;
	margin: 0 auto;
	padding: 120px 32px 60px;
}

.gg-gallery-kicker {
	margin-bottom: 16px;
	color: #a2286d;
}

.gg-gallery-intro h2,
.gg-gallery-cta h2 {
	margin: 0;
	color: #241539;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(3rem, 5vw, 6rem);
	font-weight: 800;
	letter-spacing: -.065em;
	line-height: .96;
}

.gg-gallery-intro > p {
	max-width: 520px;
	margin: 0 0 8px;
	color: #6c6374;
	font-size: 1.08rem;
	line-height: 1.8;
}

.gg-gallery-filters {
	display: flex;
	max-width: 1320px;
	margin: 0 auto;
	padding: 18px 32px 34px;
	gap: 8px;
	overflow-x: auto;
	scrollbar-width: none;
}

.gg-gallery-filters::-webkit-scrollbar {
	display: none;
}

.gg-gallery-filters button {
	flex: 0 0 auto;
	padding: 11px 18px;
	border: 1px solid rgba(36,21,57,.14);
	border-radius: 999px;
	color: #5e5269;
	background: transparent;
	font: 700 12px/1 Inter, sans-serif;
	letter-spacing: .04em;
	cursor: pointer;
	transition: color .2s ease, background .2s ease, transform .2s ease;
}

.gg-gallery-filters button:hover,
.gg-gallery-filters button.is-active {
	border-color: #38204e;
	color: #fff;
	background: #38204e;
	transform: translateY(-2px);
}

.gg-gallery-grid {
	display: grid;
	grid-auto-flow: dense;
	grid-auto-rows: 180px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 32px 120px;
}

.gg-gallery-card {
	position: relative;
	grid-row: span 2;
	min-width: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
	border-radius: 20px;
	background: #dcd4e1;
	box-shadow: 0 12px 38px rgba(41,22,55,.08);
	cursor: zoom-in;
	opacity: 0;
	transform: translateY(35px);
	transition: opacity .65s var(--gg-delay) ease, transform .65s var(--gg-delay) ease, box-shadow .35s ease;
}

.gg-gallery-card.is-visible {
	opacity: 1;
	transform: none;
}

.gg-gallery-card[hidden] {
	display: none;
}

.gg-gallery-card--wide {
	grid-column: span 2;
}

.gg-gallery-card--tall {
	grid-row: span 3;
}

.gg-gallery-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s ease;
}

.gg-gallery-card__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 45%, rgba(30,12,39,.88));
	opacity: .72;
	transition: opacity .35s ease;
}

.gg-gallery-card__meta {
	position: absolute;
	z-index: 2;
	left: 22px;
	right: 60px;
	bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: #fff;
	text-align: left;
	transform: translateY(6px);
	transition: transform .35s ease;
}

.gg-gallery-card__meta small {
	margin-bottom: 5px;
	color: #e84a0c;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.gg-gallery-card__meta strong {
	font-size: 17px;
	font-weight: 800;
}

.gg-gallery-card__open {
	position: absolute;
	z-index: 2;
	right: 18px;
	bottom: 18px;
	display: grid;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255,255,255,.32);
	border-radius: 50%;
	color: #fff;
	background: rgba(255,255,255,.12);
	font-size: 18px;
	place-items: center;
	backdrop-filter: blur(8px);
	transform: scale(.88);
	transition: transform .35s ease, background .35s ease;
}

.gg-gallery-card:hover {
	box-shadow: 0 26px 58px rgba(41,22,55,.18);
}

.gg-gallery-card:hover img {
	filter: saturate(1.12);
	transform: scale(1.07);
}

.gg-gallery-card:hover .gg-gallery-card__shade {
	opacity: 1;
}

.gg-gallery-card:hover .gg-gallery-card__meta {
	transform: none;
}

.gg-gallery-card:hover .gg-gallery-card__open {
	background: #e84a0c;
	transform: scale(1);
}

.gg-gallery-cta {
	position: relative;
	display: flex;
	min-height: 560px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 90px 30px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	background:
		radial-gradient(circle at 12% 20%, rgba(181,54,127,.65), transparent 30%),
		radial-gradient(circle at 90% 80%, rgba(232,74,12,.55), transparent 28%),
		#241439;
}

.gg-gallery-cta::before,
.gg-gallery-cta::after {
	position: absolute;
	content: "";
	width: 360px;
	height: 360px;
	border: 1px solid rgba(255,255,255,.11);
	border-radius: 50%;
}

.gg-gallery-cta::before {
	top: -180px;
	right: 9%;
}

.gg-gallery-cta::after {
	bottom: -230px;
	left: 5%;
	width: 500px;
	height: 500px;
}

.gg-gallery-cta .gg-gallery-kicker {
	color: #e84a0c;
}

.gg-gallery-cta h2 {
	position: relative;
	color: #fff;
}

.gg-gallery-cta > a {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 32px;
	margin-top: 38px;
	padding: 15px 16px 15px 25px;
	border-radius: 999px;
	color: #2b173e !important;
	background: #fff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .04em;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: transform .25s ease, box-shadow .25s ease;
}

.gg-gallery-cta > a span {
	display: grid;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	color: #fff;
	background: #e84a0c;
	font-size: 17px;
	place-items: center;
}

.gg-gallery-cta > a:hover {
	box-shadow: 0 18px 40px rgba(0,0,0,.25);
	transform: translateY(-3px);
}

.gg-gallery-lightbox[hidden] {
	display: none;
}

.gg-gallery-lightbox {
	position: fixed;
	z-index: 2147483000;
	inset: 0;
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr) 72px;
	align-items: center;
	padding: 60px 30px 30px;
	background: rgba(19,10,28,.95);
	backdrop-filter: blur(18px);
}

body.gg-gallery-lightbox-open {
	overflow: hidden;
}

.gg-gallery-lightbox figure {
	display: flex;
	width: min(100%, 1180px);
	height: calc(100vh - 110px);
	flex-direction: column;
	justify-self: center;
	margin: 0;
}

.gg-gallery-lightbox figure img {
	width: 100%;
	min-height: 0;
	flex: 1;
	object-fit: contain;
}

.gg-gallery-lightbox figcaption {
	display: flex;
	justify-content: space-between;
	padding-top: 18px;
	color: rgba(255,255,255,.65);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.gg-gallery-lightbox figcaption strong {
	color: #fff;
}

.gg-gallery-lightbox button {
	display: grid;
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 50%;
	color: #fff;
	background: rgba(255,255,255,.08);
	cursor: pointer;
	place-items: center;
	transition: background .2s ease, transform .2s ease;
}

.gg-gallery-lightbox button:hover {
	background: #e84a0c;
	transform: scale(1.06);
}

.gg-gallery-lightbox__close {
	position: absolute;
	top: 22px;
	right: 24px;
	width: 46px;
	height: 46px;
	font-size: 27px;
}

.gg-gallery-lightbox__nav {
	width: 52px;
	height: 52px;
	justify-self: center;
	font-size: 20px;
}

@keyframes gg-gallery-hero-drift {
	from { transform: scale(1.035) translate3d(0, 0, 0); }
	to { transform: scale(1.10) translate3d(-1.5%, -1%, 0); }
}

@media (max-width: 1024px) {
	.gg-gallery-hero {
		grid-template-columns: 1fr 1fr;
		min-height: 720px;
	}

	.gg-gallery-hero__stamp {
		left: -45px;
		width: 145px;
		height: 145px;
	}

	.gg-gallery-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.gg-gallery-hero {
		display: flex;
		min-height: auto;
		flex-direction: column;
		align-items: stretch;
		padding: 110px 20px 62px;
	}

	.gg-gallery-hero__copy {
		padding: 0;
	}

	.gg-gallery-hero h1 {
		font-size: clamp(3.8rem, 18vw, 5.7rem);
	}

	.gg-gallery-hero__copy > p {
		margin-top: 25px;
		font-size: .98rem;
	}

	.gg-gallery-hero__visual {
		width: 91%;
		margin-top: 50px;
	}

	.gg-gallery-hero__frame {
		max-height: 480px;
	}

	.gg-gallery-hero__stamp {
		left: -8px;
		bottom: 26px;
		width: 120px;
		height: 120px;
	}

	.gg-gallery-hero__stamp strong {
		font-size: 32px;
	}

	.gg-gallery-hero__stamp span {
		font-size: 8px;
	}

	.gg-gallery-intro {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 80px 20px 35px;
	}

	.gg-gallery-intro h2,
	.gg-gallery-cta h2 {
		font-size: clamp(2.7rem, 13vw, 4.2rem);
	}

	.gg-gallery-filters {
		padding: 12px 20px 26px;
	}

	.gg-gallery-grid {
		grid-auto-rows: 155px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		padding: 0 12px 80px;
	}

	.gg-gallery-card,
	.gg-gallery-card--tall {
		grid-row: span 2;
	}

	.gg-gallery-card--wide {
		grid-column: span 2;
	}

	.gg-gallery-card__meta {
		left: 14px;
		right: 12px;
		bottom: 14px;
	}

	.gg-gallery-card__meta strong {
		font-size: 13px;
	}

	.gg-gallery-card__open {
		display: none;
	}

	.gg-gallery-cta {
		min-height: 470px;
	}

	.gg-gallery-lightbox {
		grid-template-columns: 45px minmax(0, 1fr) 45px;
		padding: 70px 8px 20px;
	}

	.gg-gallery-lightbox__nav {
		width: 40px;
		height: 40px;
	}
}

/* Keep the trust badge inside the visual column and away from hero copy. */
@media (min-width: 768px) {
	.gg-main-hero__visual .gg-main-hero__badge {
		right: auto;
		bottom: 24px;
		left: 22px;
	}
}

@media (max-width: 767px) {
	.gg-main-hero__visual .gg-main-hero__badge {
		right: auto;
		bottom: 16px;
		left: 14px;
	}
}

/* Compact desktop 5G composition: orbit and selected value fit one viewport. */
@media (min-width: 768px) {
	.gg-main-network {
		min-height: 510px;
		padding: 54px max(5vw, 28px) 38px;
		gap: 5vw;
	}

	.gg-main-network__graphic {
		width: min(34vw, 430px);
	}

	.gg-main-network__core {
		width: 110px;
		height: 110px;
	}

	.gg-main-network__core strong {
		font-size: 39px;
	}

	.gg-main-network__core span {
		bottom: 20px;
		font-size: 6px;
	}

	.gg-main-value {
		width: 68px;
		height: 68px;
		offset-distance: 0%;
	}

	.gg-main-value b {
		margin-top: 7px;
		font-size: 23px;
	}

	.gg-main-value em {
		margin-top: -13px;
		font-size: 6px;
	}

	.gg-main-value--one { offset-distance: 0%; animation-delay: 0s; }
	.gg-main-value--two { offset-distance: 0%; animation-delay: -6.8s; }
	.gg-main-value--three { offset-distance: 0%; animation-delay: -13.6s; }
	.gg-main-value--four { offset-distance: 0%; animation-delay: -20.4s; }
	.gg-main-value--five { offset-distance: 0%; animation-delay: -27.2s; }

	.gg-main-network h2 {
		font-size: clamp(3.6rem, 5.2vw, 5.4rem);
	}

	.gg-main-network__copy > p {
		margin: 18px 0;
		line-height: 1.6;
	}

	.gg-main-network ul {
		margin: 20px 0 24px;
	}

	.gg-main-network li {
		padding: 12px 0;
		font-size: 11px;
	}

	.gg-main-value-details {
		display: block;
		min-height: 106px;
		padding: 0 max(5vw, 28px) 32px;
	}

	.gg-main-value-details article {
		display: none;
		min-height: 74px;
		grid-template-columns: minmax(120px, .22fr) minmax(0, 1fr);
		align-items: center;
		gap: 24px;
		padding: 18px 24px;
		border: 1px solid rgba(42,24,61,.1);
		opacity: 1;
	}

	.gg-main-value-details article.is-active {
		display: grid;
		max-width: 1180px;
		margin: 0 auto;
		transform: none;
	}

	.gg-main-value-details b {
		margin: 0;
		font-size: 12px;
	}

	.gg-main-value-details span {
		font-size: 12px;
		line-height: 1.55;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gg-gallery-hero__frame img {
		animation: none;
	}

	.gg-gallery-card {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* Blog — editorial logistics journal. */
body.gg-blog-page {
	background: #f8f5f8 !important;
}

body.gg-blog-page .elementor-5254 {
	visibility: visible !important;
	overflow: hidden;
	color: #271936;
	font-family: Inter, sans-serif;
}

body.gg-blog-page .elementor-5254,
body.gg-blog-page .elementor-5254 * {
	box-sizing: border-box;
}

.gg-blog {
	background: #f8f5f8;
}

.gg-blog-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 290px;
	align-items: center;
	min-height: 790px;
	padding: 140px max(6vw, 34px) 100px;
	overflow: hidden;
	color: #fff;
	background:
		linear-gradient(rgba(255,255,255,.038) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.038) 1px, transparent 1px),
		#211337;
	background-size: 72px 72px;
	isolation: isolate;
}

.gg-blog-hero::before {
	position: absolute;
	z-index: -2;
	inset: 0;
	content: "";
	background:
		radial-gradient(circle at 12% 8%, rgba(167,43,117,.6), transparent 26rem),
		radial-gradient(circle at 92% 88%, rgba(232,74,12,.4), transparent 28rem);
}

.gg-blog-hero__copy {
	position: relative;
	z-index: 2;
	max-width: 960px;
}

.gg-blog-eyebrow,
.gg-blog-kicker {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
	color: #e84a0c;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .19em;
	text-transform: uppercase;
}

.gg-blog-eyebrow i {
	width: 34px;
	height: 2px;
	background: #e84a0c;
}

.gg-blog-hero h1 {
	max-width: 960px;
	margin: 0;
	color: #fff;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(4.3rem, 8.6vw, 9.5rem);
	font-weight: 800;
	letter-spacing: -.078em;
	line-height: .85;
}

.gg-blog-hero h1 em {
	color: transparent;
	font-style: normal;
	-webkit-text-stroke: 1.5px rgba(255,255,255,.68);
}

.gg-blog-hero__copy > p {
	max-width: 650px;
	margin: 38px 0 0;
	color: rgba(255,255,255,.7);
	font-size: clamp(1rem, 1.45vw, 1.2rem);
	line-height: 1.75;
}

.gg-blog-hero__index {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-self: end;
	margin-bottom: 22px;
	border-top: 1px solid rgba(255,255,255,.28);
}

.gg-blog-hero__index > span {
	padding: 18px 0 12px;
	color: #e84a0c;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.gg-blog-hero__index a {
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
	border-bottom: 1px solid rgba(255,255,255,.14);
	color: rgba(255,255,255,.72) !important;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none !important;
	transition: color .2s ease, padding .2s ease;
}

.gg-blog-hero__index a b {
	color: rgba(255,255,255,.28);
	font-size: 10px;
}

.gg-blog-hero__index a:hover {
	padding-left: 8px;
	color: #fff !important;
}

.gg-blog-hero__scroll {
	position: absolute;
	z-index: 3;
	right: max(6vw, 34px);
	bottom: 35px;
	display: grid;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(255,255,255,.25);
	border-radius: 50%;
	color: #fff !important;
	text-decoration: none !important;
	place-items: center;
	animation: gg-blog-bob 1.8s ease-in-out infinite;
}

.gg-blog-orbit {
	position: absolute;
	z-index: -1;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 50%;
}

.gg-blog-orbit--one {
	top: -180px;
	right: 13%;
	width: 620px;
	height: 620px;
	animation: gg-blog-spin 30s linear infinite;
}

.gg-blog-orbit--one::before,
.gg-blog-orbit--one::after {
	position: absolute;
	content: "";
	inset: 70px;
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 50%;
}

.gg-blog-orbit--one::after {
	inset: 160px;
}

.gg-blog-orbit--one i {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #e84a0c;
	box-shadow: 0 0 24px rgba(232,74,12,.8);
}

.gg-blog-orbit--one i:nth-child(1) { top: 65px; left: 110px; }
.gg-blog-orbit--one i:nth-child(2) { right: 26px; bottom: 180px; width: 6px; height: 6px; }
.gg-blog-orbit--one i:nth-child(3) { left: 190px; bottom: 12px; width: 7px; height: 7px; background: #b53682; }

.gg-blog-orbit--two {
	right: -180px;
	bottom: -250px;
	width: 520px;
	height: 520px;
	border-color: rgba(232,74,12,.26);
}

.gg-blog-featured {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr);
	align-items: stretch;
	max-width: 1380px;
	margin: 0 auto;
	padding: 120px 32px;
}

.gg-blog-featured__image {
	position: relative;
	min-height: 530px;
	overflow: hidden;
	border-radius: 30px 0 0 30px;
	background: #d8cfdf;
}

.gg-blog-featured__image::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, transparent 55%, rgba(30,15,39,.6));
}

.gg-blog-featured__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .8s cubic-bezier(.2,.7,.2,1);
}

.gg-blog-featured__image:hover img {
	transform: scale(1.045);
}

.gg-blog-featured__image > span {
	position: absolute;
	z-index: 2;
	top: 24px;
	left: 24px;
	padding: 9px 13px;
	border-radius: 999px;
	color: #fff;
	background: rgba(37,20,53,.76);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
	backdrop-filter: blur(8px);
}

.gg-blog-featured__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(42px, 5vw, 78px);
	border-radius: 0 30px 30px 0;
	color: #fff;
	background: #2c1941;
}

.gg-blog-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #c04b8a;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.gg-blog-featured .gg-blog-meta {
	color: #e84a0c;
}

.gg-blog-meta i {
	width: 18px;
	height: 1px;
	background: currentColor;
}

.gg-blog-meta small {
	color: #998fa0;
	font-size: inherit;
}

.gg-blog-featured .gg-blog-meta small {
	color: rgba(255,255,255,.48);
}

.gg-blog-featured h2 {
	margin: 22px 0;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(2.35rem, 4vw, 4.25rem);
	font-weight: 800;
	letter-spacing: -.06em;
	line-height: 1.02;
}

.gg-blog-featured h2 a {
	color: #fff !important;
	text-decoration: none !important;
}

.gg-blog-featured__copy > p {
	margin: 0;
	color: rgba(255,255,255,.64);
	font-size: 1rem;
	line-height: 1.75;
}

.gg-blog-featured__link {
	display: flex;
	align-items: center;
	align-self: flex-start;
	gap: 22px;
	margin-top: 32px;
	color: #fff !important;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .1em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.gg-blog-featured__link b {
	display: grid;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #e84a0c;
	font-size: 18px;
	place-items: center;
	transition: transform .25s ease;
}

.gg-blog-featured__link:hover b {
	transform: rotate(45deg);
}

.gg-blog-latest {
	max-width: 1380px;
	margin: 0 auto;
	padding: 10px 32px 130px;
}

.gg-blog-latest > header {
	display: grid;
	grid-template-columns: 1fr .72fr;
	align-items: end;
	gap: 50px;
	padding-bottom: 38px;
	border-bottom: 1px solid rgba(42,25,56,.13);
}

.gg-blog-kicker {
	margin-bottom: 12px;
	color: #a32970;
}

.gg-blog-latest h2,
.gg-blog-pulse h2 {
	margin: 0;
	color: #28183a;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(3.4rem, 6vw, 6.8rem);
	font-weight: 800;
	letter-spacing: -.07em;
	line-height: .94;
}

.gg-blog-latest > header > p {
	max-width: 480px;
	margin: 0 0 8px;
	color: #756b7c;
	line-height: 1.75;
}

.gg-blog-filters {
	display: flex;
	padding: 28px 0 35px;
	gap: 8px;
	overflow-x: auto;
	scrollbar-width: none;
}

.gg-blog-filters::-webkit-scrollbar {
	display: none;
}

.gg-blog-filters button {
	flex: 0 0 auto;
	padding: 11px 18px;
	border: 1px solid rgba(40,24,58,.15);
	border-radius: 999px;
	color: #6d6274;
	background: transparent;
	font: 700 11px/1 Inter, sans-serif;
	letter-spacing: .04em;
	cursor: pointer;
	transition: color .2s ease, background .2s ease, transform .2s ease;
}

.gg-blog-filters button:hover,
.gg-blog-filters button.is-active {
	border-color: #38204e;
	color: #fff;
	background: #38204e;
	transform: translateY(-2px);
}

.gg-blog-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 56px 30px;
}

.gg-blog-card {
	display: grid;
	grid-template-columns: minmax(220px, .88fr) minmax(0, 1.12fr);
	min-width: 0;
	overflow: hidden;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 12px 44px rgba(40,24,58,.07);
	opacity: 0;
	transform: translateY(32px);
	transition: opacity .65s var(--gg-blog-delay) ease, transform .65s var(--gg-blog-delay) ease, box-shadow .3s ease;
}

.gg-blog-card.is-visible {
	opacity: 1;
	transform: none;
}

.gg-blog-card[hidden] {
	display: none;
}

.gg-blog-card:hover {
	box-shadow: 0 26px 60px rgba(40,24,58,.14);
}

.gg-blog-card__image {
	position: relative;
	min-height: 350px;
	overflow: hidden;
	background: #ddd4e2;
}

.gg-blog-card__image::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, transparent 58%, rgba(30,15,39,.58));
}

.gg-blog-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .65s ease, filter .35s ease;
}

.gg-blog-card:hover .gg-blog-card__image img {
	filter: saturate(1.12);
	transform: scale(1.06);
}

.gg-blog-card__number {
	position: absolute;
	z-index: 2;
	top: 18px;
	left: 18px;
	color: rgba(255,255,255,.86);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .12em;
}

.gg-blog-card__arrow {
	position: absolute;
	z-index: 2;
	right: 16px;
	bottom: 16px;
	display: grid;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 50%;
	color: #fff;
	background: rgba(255,255,255,.12);
	font-size: 18px;
	place-items: center;
	backdrop-filter: blur(8px);
	transition: background .3s ease, transform .3s ease;
}

.gg-blog-card:hover .gg-blog-card__arrow {
	background: #e84a0c;
	transform: rotate(45deg);
}

.gg-blog-card__body {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: center;
	padding: 30px;
}

.gg-blog-card h3 {
	margin: 17px 0 14px;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(1.45rem, 2.1vw, 2.05rem);
	font-weight: 800;
	letter-spacing: -.045em;
	line-height: 1.13;
}

.gg-blog-card h3 a {
	color: #29193a !important;
	text-decoration: none !important;
}

.gg-blog-card__body > p {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: #776e7e;
	font-size: .92rem;
	line-height: 1.65;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.gg-blog-read {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 12px;
	margin-top: 24px;
	color: #a42c70 !important;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .1em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.gg-blog-read b {
	font-size: 16px;
	transition: transform .2s ease;
}

.gg-blog-read:hover b {
	transform: translateX(5px);
}

.gg-blog-pulse {
	position: relative;
	display: grid;
	grid-template-columns: minmax(340px, .8fr) minmax(0, 1.2fr);
	align-items: center;
	min-height: 620px;
	padding: 90px max(7vw, 34px);
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(circle at 12% 20%, rgba(178,50,124,.62), transparent 30rem),
		radial-gradient(circle at 92% 86%, rgba(232,74,12,.48), transparent 30rem),
		#25153a;
}

.gg-blog-pulse__graphic {
	position: relative;
	display: grid;
	width: min(38vw, 430px);
	aspect-ratio: 1;
	border: 1px solid rgba(255,255,255,.11);
	border-radius: 50%;
	place-items: center;
	animation: gg-blog-spin 35s linear infinite;
}

.gg-blog-pulse__graphic::before,
.gg-blog-pulse__graphic::after {
	position: absolute;
	content: "";
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 50%;
	inset: 18%;
}

.gg-blog-pulse__graphic::after {
	inset: 36%;
}

.gg-blog-pulse__graphic > span {
	color: rgba(255,255,255,.16);
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: clamp(6rem, 14vw, 13rem);
	font-weight: 800;
	line-height: 1;
	transform: rotate(-16deg);
}

.gg-blog-pulse__graphic i {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #e84a0c;
	box-shadow: 0 0 25px #e84a0c;
}

.gg-blog-pulse__graphic i:nth-of-type(1) { top: 4%; left: 38%; }
.gg-blog-pulse__graphic i:nth-of-type(2) { right: 11%; bottom: 20%; width: 7px; height: 7px; }
.gg-blog-pulse__graphic i:nth-of-type(3) { left: 20%; bottom: 15%; width: 6px; height: 6px; background: #c23c89; }

.gg-blog-pulse__copy {
	position: relative;
	z-index: 2;
	max-width: 760px;
}

.gg-blog-pulse .gg-blog-kicker {
	color: #e84a0c;
}

.gg-blog-pulse h2 {
	color: #fff;
}

.gg-blog-pulse__copy > p {
	max-width: 590px;
	margin: 28px 0 34px;
	color: rgba(255,255,255,.65);
	font-size: 1.05rem;
	line-height: 1.75;
}

.gg-blog-pulse__copy > a {
	display: inline-flex;
	align-items: center;
	gap: 28px;
	padding: 14px 15px 14px 24px;
	border-radius: 999px;
	color: #29193b !important;
	background: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: transform .25s ease, box-shadow .25s ease;
}

.gg-blog-pulse__copy > a b {
	display: grid;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	color: #fff;
	background: #e84a0c;
	font-size: 17px;
	place-items: center;
}

.gg-blog-pulse__copy > a:hover {
	box-shadow: 0 16px 40px rgba(0,0,0,.23);
	transform: translateY(-3px);
}

@keyframes gg-blog-spin {
	to { transform: rotate(360deg); }
}

@keyframes gg-blog-bob {
	50% { transform: translateY(6px); }
}

@media (max-width: 1100px) {
	.gg-blog-featured {
		grid-template-columns: 1fr 1fr;
	}

	.gg-blog-grid {
		grid-template-columns: 1fr;
	}

	.gg-blog-card {
		grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
	}
}

@media (max-width: 767px) {
	.gg-blog-hero {
		display: flex;
		min-height: 720px;
		flex-direction: column;
		align-items: stretch;
		justify-content: center;
		padding: 120px 20px 80px;
	}

	.gg-blog-hero h1 {
		font-size: clamp(3.65rem, 18vw, 5.6rem);
	}

	.gg-blog-hero__index {
		margin-top: 48px;
	}

	.gg-blog-orbit--one {
		top: -70px;
		right: -280px;
	}

	.gg-blog-featured {
		grid-template-columns: 1fr;
		padding: 80px 16px;
	}

	.gg-blog-featured__image {
		min-height: 330px;
		border-radius: 24px 24px 0 0;
	}

	.gg-blog-featured__copy {
		padding: 35px 24px 42px;
		border-radius: 0 0 24px 24px;
	}

	.gg-blog-latest {
		padding: 0 16px 85px;
	}

	.gg-blog-latest > header {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.gg-blog-latest h2,
	.gg-blog-pulse h2 {
		font-size: clamp(3rem, 14vw, 4.6rem);
	}

	.gg-blog-grid {
		gap: 22px;
	}

	.gg-blog-card {
		grid-template-columns: 1fr;
	}

	.gg-blog-card__image {
		min-height: 280px;
	}

	.gg-blog-card__body {
		padding: 25px 22px 30px;
	}

	.gg-blog-pulse {
		grid-template-columns: 1fr;
		min-height: 680px;
		padding: 80px 20px;
	}

	.gg-blog-pulse__graphic {
		position: absolute;
		right: -150px;
		bottom: -80px;
		width: 420px;
		opacity: .48;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gg-blog-orbit,
	.gg-blog-pulse__graphic,
	.gg-blog-hero__scroll {
		animation: none;
	}

	.gg-blog-card {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* Final footer alignment and typography override. */
body.elementor-kit-629 .elementor-element-1fe4372 {
	background: linear-gradient(135deg, #281b62 0%, #5a1a67 48%, #7b1b60 100%) !important;
	padding: 58px 16px 48px !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 > .elementor-container {
	display: grid !important;
	grid-template-columns: 1.15fr 0.82fr 0.82fr 1.35fr !important;
	gap: clamp(28px, 4vw, 64px) !important;
	width: min(1160px, 100%) !important;
	max-width: 1160px !important;
	align-items: start !important;
	margin-inline: auto !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-column {
	width: auto !important;
	max-width: none !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-widget-wrap {
	align-items: flex-start !important;
	padding: 0 !important;
	text-align: left !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-heading-title {
	color: #fff !important;
	font-family: var(--gg-font-display) !important;
	font-size: clamp(1.28rem, 1.8vw, 1.62rem) !important;
	font-weight: 800 !important;
	line-height: 1.15 !important;
	letter-spacing: -0.025em !important;
	text-transform: none !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-widget-divider {
	width: 98px !important;
	margin: 0 0 24px !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-divider-separator {
	width: 98px !important;
	border-top-color: var(--gg-accent) !important;
	border-top-width: 2px !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 p,
body.elementor-kit-629 .elementor-element-1fe4372 .elementor-widget-text-editor,
body.elementor-kit-629 .elementor-element-1fe4372 .elementor-nav-menu a,
body.elementor-kit-629 .elementor-element-1fe4372 .elementor-icon-list-text,
body.elementor-kit-629 .elementor-element-1fe4372 a {
	font-family: var(--gg-font-body) !important;
	font-size: 0.96rem !important;
	font-weight: 600 !important;
	line-height: 1.58 !important;
	letter-spacing: -0.005em !important;
	text-transform: none !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 p,
body.elementor-kit-629 .elementor-element-1fe4372 .elementor-widget-text-editor {
	color: rgba(255, 255, 255, 0.82) !important;
	font-weight: 500 !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-nav-menu {
	display: grid !important;
	gap: 11px !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-nav-menu a {
	display: inline-flex !important;
	width: auto !important;
	padding: 0 !important;
	color: rgba(255, 255, 255, 0.9) !important;
	background: transparent !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-icon-list-items {
	display: grid !important;
	gap: 16px !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-icon-list-item {
	display: grid !important;
	grid-template-columns: 18px minmax(0, 1fr) !important;
	align-items: start !important;
	gap: 8px !important;
	margin: 0 !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-icon-list-icon {
	width: 18px !important;
	margin-top: 3px !important;
	color: #fff !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-elementskit-social-media ul,
body.elementor-kit-629 .elementor-element-1fe4372 .ekit_social_media {
	display: flex !important;
	align-items: center !important;
	gap: 24px !important;
	margin: 22px 0 0 !important;
	padding: 0 !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-elementskit-social-media a,
body.elementor-kit-629 .elementor-element-1fe4372 .ekit_social_media a {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 24px !important;
	height: 24px !important;
	padding: 0 !important;
	color: #fff !important;
	font-size: 1rem !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 strong,
body.elementor-kit-629 .elementor-element-1fe4372 b {
	color: #fff !important;
	font-weight: 800 !important;
	text-underline-offset: 3px;
}

@media (max-width: 1024px) {
	body.elementor-kit-629 .elementor-element-1fe4372 > .elementor-container {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 767px) {
	body.elementor-kit-629 .elementor-element-1fe4372 > .elementor-container {
		grid-template-columns: 1fr !important;
		gap: 34px !important;
	}
}

/* Footer polish: aligned columns, consistent type, and cleaner contact formatting. */
body.elementor-kit-629 .elementor-element-1fe4372 {
	position: relative;
	background:
		linear-gradient(135deg, #281b62 0%, #5a1a67 48%, #7b1b60 100%) !important;
	padding: 58px 16px 48px !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 > .elementor-container {
	display: grid !important;
	grid-template-columns: 1.15fr 0.82fr 0.82fr 1.35fr;
	gap: clamp(28px, 4vw, 64px);
	width: min(1160px, 100%) !important;
	max-width: 1160px !important;
	align-items: start;
	margin-inline: auto;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-column {
	width: auto !important;
	min-height: 0 !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-widget-wrap {
	display: flex !important;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
	padding: 0 !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-widget-heading {
	margin-bottom: 14px !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-heading-title {
	margin: 0 !important;
	color: #fff !important;
	font-family: var(--gg-font-display) !important;
	font-size: clamp(1.28rem, 1.8vw, 1.62rem) !important;
	font-weight: 800 !important;
	line-height: 1.15 !important;
	letter-spacing: -0.025em !important;
	text-transform: none !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-widget-divider {
	width: 98px !important;
	margin: 0 0 24px !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-divider-separator {
	width: 98px !important;
	border-top-color: var(--gg-accent) !important;
	border-top-width: 2px !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-widget-text-editor,
body.elementor-kit-629 .elementor-element-1fe4372 .elementor-widget-text-editor p {
	margin: 0 !important;
	color: rgba(255, 255, 255, 0.82) !important;
	font-family: var(--gg-font-body) !important;
	font-size: 0.92rem !important;
	font-weight: 500 !important;
	line-height: 1.72 !important;
	letter-spacing: 0 !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-widget-nav-menu {
	width: 100%;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-nav-menu {
	display: grid !important;
	gap: 11px;
	margin: 0 !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-nav-menu li {
	margin: 0 !important;
	line-height: 1.2 !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-nav-menu a,
body.elementor-kit-629 .elementor-element-1fe4372 .elementor-icon-list-text,
body.elementor-kit-629 .elementor-element-1fe4372 a {
	color: rgba(255, 255, 255, 0.9) !important;
	font-family: var(--gg-font-body) !important;
	font-size: 0.98rem !important;
	font-weight: 650 !important;
	line-height: 1.42 !important;
	letter-spacing: -0.005em !important;
	text-transform: none !important;
	transition: color 160ms ease, transform 160ms ease;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-nav-menu a {
	display: inline-flex !important;
	width: auto !important;
	padding: 0 !important;
	background: transparent !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-nav-menu a:hover,
body.elementor-kit-629 .elementor-element-1fe4372 a:hover {
	color: #fff !important;
	transform: translateX(2px);
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-widget-icon-list {
	width: 100%;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-icon-list-items {
	display: grid !important;
	gap: 16px;
	margin: 0 !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-icon-list-item {
	display: grid !important;
	grid-template-columns: 18px minmax(0, 1fr);
	align-items: start !important;
	gap: 8px;
	margin: 0 !important;
	padding: 0 !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-icon-list-icon {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 18px !important;
	margin-top: 3px;
	color: #fff !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-icon-list-icon i {
	font-size: 0.9rem !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-elementskit-social-media {
	margin-top: 22px;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-elementskit-social-media ul,
body.elementor-kit-629 .elementor-element-1fe4372 .ekit_social_media {
	display: flex !important;
	align-items: center;
	gap: 24px;
	margin: 0 !important;
	padding: 0 !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-elementskit-social-media li,
body.elementor-kit-629 .elementor-element-1fe4372 .ekit_social_media li {
	margin: 0 !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-elementskit-social-media a,
body.elementor-kit-629 .elementor-element-1fe4372 .ekit_social_media a {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 24px !important;
	height: 24px !important;
	padding: 0 !important;
	color: #fff !important;
	font-size: 1rem !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 strong,
body.elementor-kit-629 .elementor-element-1fe4372 b {
	color: #fff !important;
	font-weight: 800 !important;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

@media (max-width: 1024px) {
	body.elementor-kit-629 .elementor-element-1fe4372 > .elementor-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	body.elementor-kit-629 .elementor-element-1fe4372 {
		padding: 42px 20px 40px !important;
	}

	body.elementor-kit-629 .elementor-element-1fe4372 > .elementor-container {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	body.elementor-kit-629 .elementor-element-1fe4372 .elementor-widget-wrap {
		align-items: flex-start;
		text-align: left;
	}
}

/* Compact one-line floating contact controls. */
body.elementor-kit-629 .gg-quote-genie {
	right: 128px !important;
	bottom: 16px !important;
}

body.elementor-kit-629 .gg-quote-genie__button {
	width: 178px;
	min-height: 44px;
	padding: 4px 10px 4px 4px;
	border-radius: 999px;
	box-shadow: 0 10px 28px rgba(18, 11, 46, 0.22);
}

body.elementor-kit-629 .gg-quote-genie__mascot {
	width: 46px;
	height: 46px;
	margin: -6px -5px -6px -5px;
}

body.elementor-kit-629 .gg-quote-genie__mascot::before {
	inset: 8px 2px 7px 0;
}

body.elementor-kit-629 .gg-quote-genie__smoke-text {
	min-width: 0;
	width: 112px;
	padding: 7px 10px 7px 14px;
}

body.elementor-kit-629 .gg-quote-genie__smoke-text::before {
	left: -13px;
	width: 26px;
	height: 20px;
}

body.elementor-kit-629 .gg-quote-genie__smoke-text b {
	font-size: 0.78rem;
	line-height: 1;
}

body.elementor-kit-629 .gg-quote-genie__smoke-text em {
	font-size: 0.52rem;
	line-height: 1.05;
}

body.elementor-kit-629 .ht-ctc,
body.elementor-kit-629 .ht_ctc_chat,
body.elementor-kit-629 .ht-ctc-chat,
body.elementor-kit-629 .ht_ctc_style,
body.elementor-kit-629 .ht_ctc_chat_style {
	right: 72px !important;
	bottom: 16px !important;
	z-index: 9998 !important;
}

body.elementor-kit-629 .ht-ctc img,
body.elementor-kit-629 .ht_ctc_chat img,
body.elementor-kit-629 .ht-ctc-chat img,
body.elementor-kit-629 .ht_ctc_style img,
body.elementor-kit-629 .ht_ctc_chat_style img {
	width: 44px !important;
	height: 44px !important;
	max-width: 44px !important;
	max-height: 44px !important;
}

body.elementor-kit-629 #scrollUp,
body.elementor-kit-629 .scrollUp,
body.elementor-kit-629 .scroll-up,
body.elementor-kit-629 .scroll-to-top {
	right: 18px !important;
	bottom: 16px !important;
	width: 44px !important;
	height: 44px !important;
	min-width: 44px !important;
	min-height: 44px !important;
	line-height: 44px !important;
	border-radius: 999px !important;
	z-index: 9998 !important;
}

@media (max-width: 767px) {
	body.elementor-kit-629 .gg-quote-genie {
		right: 110px !important;
		bottom: 12px !important;
	}

	body.elementor-kit-629 .gg-quote-genie__button {
		width: 154px;
		min-height: 40px;
		padding: 3px 8px 3px 3px;
	}

	body.elementor-kit-629 .gg-quote-genie__mascot {
		width: 40px;
		height: 40px;
		margin: -5px -5px -5px -4px;
	}

	body.elementor-kit-629 .gg-quote-genie__smoke-text {
		width: 98px;
		padding: 6px 8px 6px 12px;
	}

	body.elementor-kit-629 .gg-quote-genie__smoke-text b {
		font-size: 0.68rem;
	}

	body.elementor-kit-629 .gg-quote-genie__smoke-text em {
		font-size: 0.47rem;
	}

	body.elementor-kit-629 .ht-ctc,
	body.elementor-kit-629 .ht_ctc_chat,
	body.elementor-kit-629 .ht-ctc-chat,
	body.elementor-kit-629 .ht_ctc_style,
	body.elementor-kit-629 .ht_ctc_chat_style {
		right: 60px !important;
		bottom: 12px !important;
	}

	body.elementor-kit-629 .ht-ctc img,
	body.elementor-kit-629 .ht_ctc_chat img,
	body.elementor-kit-629 .ht-ctc-chat img,
	body.elementor-kit-629 .ht_ctc_style img,
	body.elementor-kit-629 .ht_ctc_chat_style img {
		width: 40px !important;
		height: 40px !important;
		max-width: 40px !important;
		max-height: 40px !important;
	}

	body.elementor-kit-629 #scrollUp,
	body.elementor-kit-629 .scrollUp,
	body.elementor-kit-629 .scroll-up,
	body.elementor-kit-629 .scroll-to-top {
		right: 12px !important;
		bottom: 12px !important;
		width: 40px !important;
		height: 40px !important;
		min-width: 40px !important;
		min-height: 40px !important;
		line-height: 40px !important;
	}
}

/* Keep lazy-loaded images hidden only while the lazy loader is still preparing them. */
.elementor-kit-629 img.lazyload:not(.lazyloaded),
.elementor-kit-629 img.lazyloading:not(.lazyloaded) {
	opacity: 0 !important;
}

/* Working Process artwork should render as a normal content image. */
.elementor-kit-629 .elementor-widget-image img.wp-image-6156,
.elementor-kit-629 .elementor-element-c852578 img {
	display: block;
	margin-inline: auto;
	max-width: min(100%, 860px);
	height: auto;
	opacity: 1 !important;
}

/* Logo/compliance carousel visibility fixes. */
.wpls-logo-showcase,
.wpls-logo-slider,
.wpls-logo-showcase .slick-list,
.wpls-logo-showcase .slick-track {
	min-height: 120px;
}

.wpls-logo-showcase,
.wpls-logo-showcase.slick-initialized,
.wpls-logo-slider.slick-initialized {
	visibility: visible !important;
	opacity: 1 !important;
}

.wpls-logo-slider.wpls-center .slick-slide,
.wpls-logo-showcase.wpls-center .slick-slide,
.wpls-logo-showcase.wpls-center .slick-center {
	opacity: 1 !important;
	transform: none !important;
}

.wpls-logo-showcase .wpls-logo-cnt.slick-slide,
.wpls-logo-showcase .wpls-fix-box {
	min-height: 110px;
}

.wpls-logo-showcase .wpls-fix-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100px;
	min-height: 100px !important;
	padding: 16px;
	overflow: hidden;
}

.wpls-logo-showcase .wpls-logo-cnt img,
.wpls-logo-showcase .wpls-fix-box img,
.elementor-kit-629 .wpls-logo-showcase img {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 180px;
	max-height: 72px !important;
	object-fit: contain;
	visibility: visible !important;
	opacity: 1 !important;
	filter: none !important;
	transition: none !important;
}

@media (max-width: 767px) {
	.wpls-logo-showcase,
	.wpls-logo-slider,
	.wpls-logo-showcase .slick-list,
	.wpls-logo-showcase .slick-track {
		min-height: 96px;
	}

	.wpls-logo-showcase .wpls-logo-cnt.slick-slide,
	.wpls-logo-showcase .wpls-fix-box {
		min-height: 90px;
	}

	.wpls-logo-showcase .wpls-fix-box {
		height: 82px;
		min-height: 82px !important;
	}

	.wpls-logo-showcase .wpls-logo-cnt img,
	.wpls-logo-showcase .wpls-fix-box img {
		max-width: 140px;
		max-height: 58px !important;
	}
}

/* Modern redesign layer below the preserved header/hero. */
:root {
	--gg-ink: #151225;
	--gg-muted: #687083;
	--gg-primary: #6f1d62;
	--gg-secondary: #28206b;
	--gg-accent: #e84a0c;
	--gg-surface: #ffffff;
	--gg-soft: #f5f6fa;
	--gg-line: rgba(21, 18, 37, 0.1);
	--gg-shadow: 0 22px 60px rgba(21, 18, 37, 0.12);
	--gg-radius: 18px;
	--gg-font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--gg-font-display: "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.elementor-kit-629 {
	background: var(--gg-soft);
	color: var(--gg-ink);
	font-family: var(--gg-font-body);
	overflow-x: hidden;
}

body.elementor-kit-629 h1,
body.elementor-kit-629 h2,
body.elementor-kit-629 h3,
body.elementor-kit-629 h4,
body.elementor-kit-629 h5,
body.elementor-kit-629 h6,
body.elementor-kit-629 .elementor-heading-title,
body.elementor-kit-629 .gg-freight-card strong,
body.elementor-kit-629 .gg-services-wheel-heading h2,
body.elementor-kit-629 .gg-service-wheel__hub-text {
	font-family: var(--gg-font-display) !important;
	letter-spacing: -0.01em;
}

body.elementor-kit-629 p,
body.elementor-kit-629 a,
body.elementor-kit-629 li,
body.elementor-kit-629 span,
body.elementor-kit-629 button,
body.elementor-kit-629 input,
body.elementor-kit-629 textarea,
body.elementor-kit-629 select,
body.elementor-kit-629 label {
	font-family: var(--gg-font-body);
}

body.elementor-kit-629 p,
body.elementor-kit-629 li {
	font-weight: 500;
	line-height: 1.68;
}

body.elementor-kit-629 .gg-eyebrow,
body.elementor-kit-629 .gg-freight-showcase__head span,
body.elementor-kit-629 .gg-services-wheel-heading span,
body.elementor-kit-629 .gg-freight-card__kicker,
body.elementor-kit-629 .gg-freight-card__link,
body.elementor-kit-629 .gg-quote-genie__smoke-text,
body.elementor-kit-629 .gg-quote-genie__submit {
	font-family: var(--gg-font-body);
	letter-spacing: 0.09em;
}

body.elementor-kit-629 .elementor-invisible {
	visibility: visible !important;
	opacity: 1 !important;
	animation: none !important;
}

body.elementor-kit-629 .elementor-element-c68e4ab,
body.elementor-kit-629 .elementor-element-c456654,
body.elementor-kit-629 .elementor-element-f4b2193,
body.elementor-kit-629 .elementor-element-2f09771,
body.elementor-kit-629 .elementor-element-4bdb186,
body.elementor-kit-629 .elementor-element-f3b77c2,
body.elementor-kit-629 .elementor-element-4abe93d,
body.elementor-kit-629 .elementor-element-457c5c3,
body.elementor-kit-629 .elementor-element-89b31e1,
body.elementor-kit-629 .elementor-element-0b2a6b7,
body.elementor-kit-629 .elementor-element-6383cbc,
body.elementor-kit-629 .elementor-element-4f2bddf {
	background: var(--gg-soft);
}

body.elementor-kit-629 .elementor-element-c68e4ab {
	padding: 74px 16px 18px;
}

body.elementor-kit-629 .elementor-element-c68e4ab .elementor-heading-title,
body.elementor-kit-629 .elementor-element-457c5c3 .elementor-heading-title,
body.elementor-kit-629 .elementor-element-89b31e1 .elementor-heading-title,
body.elementor-kit-629 .elementor-element-6383cbc .elementor-heading-title {
	color: var(--gg-primary) !important;
	letter-spacing: 0;
}

body.elementor-kit-629 .elementor-element-c68e4ab h2,
body.elementor-kit-629 .elementor-element-89b31e1 h2 {
	font-size: clamp(2rem, 4vw, 3.35rem) !important;
	line-height: 1.08 !important;
	margin: 0 auto;
	max-width: 820px;
}

body.elementor-kit-629 .elementor-element-c68e4ab h5,
body.elementor-kit-629 .elementor-element-457c5c3 h2 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: var(--gg-accent) !important;
	font-size: 0.86rem !important;
	font-weight: 800 !important;
	text-transform: uppercase;
	text-decoration: none !important;
	letter-spacing: 0.08em;
}

body.elementor-kit-629 .elementor-element-c456654 {
	display: none;
}

/* Top freight cards */
body.elementor-kit-629 .features-area {
	position: relative;
	margin: 0;
	padding: 58px clamp(16px, 4vw, 56px) !important;
	left: auto !important;
	right: auto !important;
	width: 100% !important;
	max-width: 100vw !important;
	background:
		linear-gradient(135deg, rgba(111, 29, 98, 0.94), rgba(40, 32, 107, 0.95)),
		radial-gradient(circle at top left, rgba(232, 74, 12, 0.24), transparent 42%);
	overflow: hidden;
}

body.elementor-kit-629 .elementor-element-1e9898e7 {
	overflow: hidden !important;
	min-height: 0 !important;
	height: auto !important;
	background:
		linear-gradient(135deg, rgba(111, 29, 98, 0.96), rgba(40, 32, 107, 0.97)) !important;
}

body.elementor-kit-629 .elementor-element-1e9898e7 .elementor-container,
body.elementor-kit-629 .elementor-element-1e9898e7 .elementor-column,
body.elementor-kit-629 .elementor-element-1e9898e7 .elementor-widget-wrap {
	min-height: 0 !important;
	height: auto !important;
}

body.elementor-kit-629 .elementor-element-98b4e6d {
	display: none !important;
}

body.elementor-kit-629 .elementor-element-08bc3b2 {
	position: relative !important;
	inset: auto !important;
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	transform: none !important;
}

body.elementor-kit-629 .elementor-element-08bc3b2 > .elementor-widget-container {
	margin: 0 !important;
	width: 100% !important;
	max-width: none !important;
}

body.elementor-kit-629 .features-area .row {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: clamp(16px, 2vw, 28px);
	margin: 0 auto !important;
	max-width: 1220px;
}

body.elementor-kit-629 .features-area [class*="col-"] {
	width: auto !important;
	max-width: none !important;
	padding: 0 !important;
}

body.elementor-kit-629 .features-area .features-03-wrapper {
	position: relative;
	min-height: 288px;
	margin-bottom: 0 !important;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
	transform: translateY(0);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

body.elementor-kit-629 .features-area .features-03-wrapper:hover {
	transform: translateY(-6px);
	box-shadow: 0 28px 62px rgba(0, 0, 0, 0.26);
}

body.elementor-kit-629 .features-area .features-03-img {
	height: 100%;
	min-height: 288px;
	width: 100%;
	object-fit: cover;
}

body.elementor-kit-629 .features-area .features-03-img > img {
	height: 100% !important;
	min-height: 288px;
	width: 100% !important;
	object-fit: cover;
}

body.elementor-kit-629 .features-area .features-03-img::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(13, 10, 28, 0.24), rgba(111, 29, 98, 0.82));
}

body.elementor-kit-629 .features-area .features-03-icon-img img {
	width: auto !important;
	min-width: 0 !important;
	max-width: 72px;
	min-height: 0 !important;
	max-height: 72px;
	height: 72px !important;
	object-fit: contain;
	opacity: 0.78 !important;
}

body.elementor-kit-629 .features-area .features-03-icon-img {
	display: block !important;
	width: 72px !important;
	height: 72px !important;
	margin: 0 0 18px !important;
	overflow: hidden;
}

body.elementor-kit-629 .features-area .features-03-text {
	position: absolute;
	top: auto !important;
	right: 22px !important;
	bottom: 24px !important;
	left: 22px !important;
	z-index: 2;
	width: auto !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 0 !important;
	transform: none !important;
}

body.elementor-kit-629 .features-area .features-03-text h3 {
	color: #fff !important;
	font-size: clamp(1.15rem, 1.6vw, 1.55rem) !important;
	line-height: 1.16 !important;
	margin: 0 0 18px !important;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);
}

body.elementor-kit-629 .features-area .services-b-btton a {
	color: #fff !important;
	border-bottom: 2px solid rgba(255, 255, 255, 0.85);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

/* Service grid cards */
body.elementor-kit-629 .elementor-element-f4b2193,
body.elementor-kit-629 .elementor-element-2f09771,
body.elementor-kit-629 .elementor-element-4bdb186,
body.elementor-kit-629 .elementor-element-f3b77c2,
body.elementor-kit-629 .elementor-element-4abe93d {
	padding: 12px 16px !important;
}

body.elementor-kit-629 .elementor-element-f4b2193 .elementor-container,
body.elementor-kit-629 .elementor-element-2f09771 .elementor-container,
body.elementor-kit-629 .elementor-element-4bdb186 .elementor-container,
body.elementor-kit-629 .elementor-element-f3b77c2 .elementor-container,
body.elementor-kit-629 .elementor-element-4abe93d .elementor-container {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	max-width: 1180px !important;
}

body.elementor-kit-629 .elementor-element-f4b2193 .elementor-column,
body.elementor-kit-629 .elementor-element-2f09771 .elementor-column,
body.elementor-kit-629 .elementor-element-4bdb186 .elementor-column,
body.elementor-kit-629 .elementor-element-f3b77c2 .elementor-column,
body.elementor-kit-629 .elementor-element-4abe93d .elementor-column {
	width: auto !important;
	min-height: 100%;
}

body.elementor-kit-629 .elementor-widget-elementskit-icon-box {
	height: 100%;
}

body.elementor-kit-629 .elementor-widget-elementskit-icon-box .elementor-widget-container,
body.elementor-kit-629 .elementor-widget-elementskit-icon-box .ekit-wid-con,
body.elementor-kit-629 .elementor-widget-elementskit-icon-box .elementskit-infobox {
	height: 100%;
}

body.elementor-kit-629 .elementskit-infobox {
	position: relative;
	padding: 30px 26px !important;
	border: 1px solid var(--gg-line) !important;
	border-radius: var(--gg-radius) !important;
	background: rgba(255, 255, 255, 0.92) !important;
	box-shadow: 0 14px 36px rgba(21, 18, 37, 0.08) !important;
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.elementor-kit-629 .elementskit-infobox::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: linear-gradient(90deg, var(--gg-primary), var(--gg-accent));
}

body.elementor-kit-629 .elementskit-infobox:hover {
	transform: translateY(-5px);
	border-color: rgba(111, 29, 98, 0.22) !important;
	box-shadow: var(--gg-shadow) !important;
}

body.elementor-kit-629 .elementskit-infobox .elementskit-info-box-title,
body.elementor-kit-629 .elementskit-infobox h3,
body.elementor-kit-629 .elementskit-infobox h4 {
	color: var(--gg-ink) !important;
	font-size: 1.08rem !important;
	line-height: 1.22 !important;
	margin-bottom: 12px !important;
}

body.elementor-kit-629 .elementskit-infobox p,
body.elementor-kit-629 .elementskit-infobox .box-body {
	color: var(--gg-muted) !important;
	font-size: 0.94rem !important;
	line-height: 1.65 !important;
}

/* Working process and compliance */
body.elementor-kit-629 .elementor-element-457c5c3 {
	padding: 72px 16px 0 !important;
}

body.elementor-kit-629 .elementor-element-89b31e1 {
	padding: 8px 16px 24px !important;
}

body.elementor-kit-629 .elementor-element-0b2a6b7 {
	padding: 0 16px 76px !important;
}

body.elementor-kit-629 .elementor-element-0b2a6b7 .elementor-widget-image {
	margin: 0 auto !important;
	max-width: 980px;
	border-radius: 24px;
	background: #fff;
	box-shadow: var(--gg-shadow);
	overflow: hidden;
}

body.elementor-kit-629 .elementor-element-0b2a6b7 img {
	width: 100% !important;
	max-width: 980px !important;
	height: auto !important;
	opacity: 1 !important;
}

body.elementor-kit-629 .elementor-element-6383cbc {
	padding: 78px 16px 64px !important;
	background:
		linear-gradient(180deg, #fff, #f7f2f8) !important;
	overflow: hidden;
}

body.elementor-kit-629 .elementor-element-6383cbc h2 {
	font-size: clamp(2rem, 3vw, 3rem) !important;
	line-height: 1.14 !important;
	margin-bottom: 30px !important;
}

body.elementor-kit-629 .wpls-wrap {
	margin: 0 auto;
	max-width: 1120px;
}

body.elementor-kit-629 .wpls-logo-showcase {
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid var(--gg-line);
	box-shadow: var(--gg-shadow);
	padding: 22px 48px 34px;
	overflow: hidden;
}

body.elementor-kit-629 .wpls-logo-showcase .slick-list {
	border-radius: 16px;
	overflow: hidden !important;
}

body.elementor-kit-629 .wpls-logo-showcase .wpls-fix-box {
	border-radius: 14px;
	background: #fff;
	border: 1px solid rgba(21, 18, 37, 0.06);
}

body.elementor-kit-629 .wpls-logo-showcase .slick-dots {
	bottom: 6px;
}

body.elementor-kit-629 .wpls-logo-showcase .slick-dots li button {
	background: rgba(111, 29, 98, 0.24);
	border-radius: 999px;
}

body.elementor-kit-629 .wpls-logo-showcase .slick-dots li.slick-active button {
	background: var(--gg-accent);
}

/* Group company logo row */
body.elementor-kit-629 .elementor-element-4f2bddf {
	padding: 58px 16px 68px !important;
}

body.elementor-kit-629 .elementor-element-4f2bddf .elementor-container {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	max-width: 1100px !important;
}

body.elementor-kit-629 .elementor-element-4f2bddf .elementor-column {
	width: auto !important;
}

body.elementor-kit-629 .elementor-element-4f2bddf .elementor-widget-image {
	height: 100%;
	padding: 22px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid var(--gg-line);
	box-shadow: 0 12px 30px rgba(21, 18, 37, 0.08);
}

body.elementor-kit-629 .elementor-element-4f2bddf img {
	width: 100% !important;
	height: 170px !important;
	object-fit: contain;
}

/* Footer */
body.elementor-kit-629 .elementor-element-1fe4372,
body.elementor-kit-629 .elementor-element-4c7a55c {
	background: linear-gradient(135deg, #281b62, #701d62) !important;
	color: #fff;
}

body.elementor-kit-629 .elementor-element-1fe4372 {
	padding: 60px 16px 36px !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-heading-title,
body.elementor-kit-629 .elementor-element-1fe4372 a,
body.elementor-kit-629 .elementor-element-1fe4372 .elementor-icon-list-text,
body.elementor-kit-629 .elementor-element-4c7a55c .elementor-heading-title {
	color: #fff !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 p,
body.elementor-kit-629 .elementor-element-1fe4372 .elementor-heading-title:not(h2):not(h3) {
	color: rgba(255, 255, 255, 0.82) !important;
}

body.elementor-kit-629 .elementor-element-4c7a55c {
	padding: 14px 16px !important;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

/* Gallery page fallback when Elementor masonry calculates zero-height items. */
body.elementor-kit-629 .elementor-widget-gallery .elementor-gallery__container.e-gallery-container {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px !important;
	height: auto !important;
	min-height: 0 !important;
}

body.elementor-kit-629 .elementor-widget-gallery .e-gallery-item {
	position: relative !important;
	inset: auto !important;
	display: block !important;
	width: 100% !important;
	height: clamp(190px, 18vw, 280px) !important;
	min-height: 190px !important;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 16px 36px rgba(21, 18, 37, 0.14);
	transform: none !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.elementor-kit-629 .elementor-widget-gallery .e-gallery-image,
body.elementor-kit-629 .elementor-widget-gallery .elementor-gallery-item__image {
	position: absolute !important;
	inset: 0 !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	background-size: cover !important;
	background-position: center !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: scale(1);
	transition: transform 220ms ease;
}

body.elementor-kit-629 .elementor-widget-gallery .e-gallery-item:hover .e-gallery-image {
	transform: scale(1.05);
}

body.elementor-kit-629 .elementor-widget-gallery .elementor-gallery-item__overlay {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background: linear-gradient(180deg, transparent 45%, rgba(21, 18, 37, 0.36));
	opacity: 0;
	transition: opacity 180ms ease;
}

body.elementor-kit-629 .elementor-widget-gallery .e-gallery-item:hover .elementor-gallery-item__overlay {
	opacity: 1;
}

/* Blogs page */
body.page-id-5254 {
	background: var(--gg-soft);
}

body.page-id-5254 .elementor-element-1700a2a,
body.page-id-5254 .elementor-element-0cc6ce8,
body.page-id-5254 .elementor-element-7374454 {
	background: var(--gg-soft);
	padding: 18px 16px !important;
}

body.page-id-5254 .elementor-element-1700a2a {
	padding-top: 86px !important;
}

body.page-id-5254 .elementor-element-1700a2a::before {
	content: "Insights & Logistics Updates";
	display: block;
	max-width: 1120px;
	margin: 0 auto 10px;
	color: var(--gg-primary);
	font-size: clamp(2.2rem, 4vw, 4rem);
	font-weight: 800;
	line-height: 1.05;
	text-align: center;
}

body.page-id-5254 .elementor-element-1700a2a::after {
	content: "Freight forwarding, shipping, warehousing, and supply chain guidance from Geeta Group.";
	display: block;
	max-width: 760px;
	margin: 0 auto 42px;
	color: var(--gg-muted);
	font-size: 1.05rem;
	line-height: 1.6;
	text-align: center;
}

body.page-id-5254 .elementor-element-1700a2a > .elementor-container,
body.page-id-5254 .elementor-element-0cc6ce8 > .elementor-container,
body.page-id-5254 .elementor-element-7374454 > .elementor-container {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	max-width: 1120px !important;
}

body.page-id-5254 .elementor-element-1700a2a .elementor-column,
body.page-id-5254 .elementor-element-0cc6ce8 .elementor-column,
body.page-id-5254 .elementor-element-7374454 .elementor-column {
	width: auto !important;
	min-width: 0;
	border-radius: 22px;
	background: #fff;
	border: 1px solid var(--gg-line);
	box-shadow: 0 16px 42px rgba(21, 18, 37, 0.1);
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.page-id-5254 .elementor-element-1700a2a .elementor-column:hover,
body.page-id-5254 .elementor-element-0cc6ce8 .elementor-column:hover,
body.page-id-5254 .elementor-element-7374454 .elementor-column:hover {
	transform: translateY(-5px);
	border-color: rgba(111, 29, 98, 0.2);
	box-shadow: var(--gg-shadow);
}

body.page-id-5254 .elementor-element-1700a2a .elementor-widget-wrap,
body.page-id-5254 .elementor-element-0cc6ce8 .elementor-widget-wrap,
body.page-id-5254 .elementor-element-7374454 .elementor-widget-wrap {
	display: flex !important;
	flex-direction: column;
	height: 100%;
	padding: 0 !important;
}

body.page-id-5254 .elementor-element-1700a2a .elementor-widget-image.elementor-widget__width-initial,
body.page-id-5254 .elementor-element-0cc6ce8 .elementor-widget-image.elementor-widget__width-initial,
body.page-id-5254 .elementor-element-7374454 .elementor-widget-image.elementor-widget__width-initial {
	width: 100% !important;
	max-width: none !important;
}

body.page-id-5254 .elementor-element-1700a2a .elementor-widget-image .elementor-widget-container,
body.page-id-5254 .elementor-element-0cc6ce8 .elementor-widget-image .elementor-widget-container,
body.page-id-5254 .elementor-element-7374454 .elementor-widget-image .elementor-widget-container {
	overflow: hidden;
}

body.page-id-5254 .elementor-element-1700a2a .elementor-widget-image img,
body.page-id-5254 .elementor-element-0cc6ce8 .elementor-widget-image img,
body.page-id-5254 .elementor-element-7374454 .elementor-widget-image img {
	display: block;
	width: 100% !important;
	height: 260px !important;
	object-fit: cover;
	opacity: 1 !important;
	transform: scale(1);
	transition: transform 220ms ease;
}

body.page-id-5254 .elementor-element-1700a2a .elementor-column:hover .elementor-widget-image img,
body.page-id-5254 .elementor-element-0cc6ce8 .elementor-column:hover .elementor-widget-image img,
body.page-id-5254 .elementor-element-7374454 .elementor-column:hover .elementor-widget-image img {
	transform: scale(1.04);
}

body.page-id-5254 .elementor-element-1700a2a .elementor-widget-text-editor,
body.page-id-5254 .elementor-element-0cc6ce8 .elementor-widget-text-editor,
body.page-id-5254 .elementor-element-7374454 .elementor-widget-text-editor,
body.page-id-5254 .elementor-element-1700a2a .elementor-widget-button,
body.page-id-5254 .elementor-element-0cc6ce8 .elementor-widget-button,
body.page-id-5254 .elementor-element-7374454 .elementor-widget-button {
	width: auto !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body.page-id-5254 .elementor-element-1700a2a .elementor-drop-cap-yes,
body.page-id-5254 .elementor-element-0cc6ce8 .elementor-drop-cap-yes,
body.page-id-5254 .elementor-element-7374454 .elementor-drop-cap-yes {
	padding: 28px 30px 8px;
}

body.page-id-5254 .elementor-element-1700a2a .elementor-drop-cap-yes .elementor-widget-container,
body.page-id-5254 .elementor-element-0cc6ce8 .elementor-drop-cap-yes .elementor-widget-container,
body.page-id-5254 .elementor-element-7374454 .elementor-drop-cap-yes .elementor-widget-container,
body.page-id-5254 .elementor-element-1700a2a .elementor-drop-cap-yes p,
body.page-id-5254 .elementor-element-0cc6ce8 .elementor-drop-cap-yes p,
body.page-id-5254 .elementor-element-7374454 .elementor-drop-cap-yes p {
	margin: 0 !important;
}

body.page-id-5254 .elementor-element-1700a2a .elementor-drop-cap-yes,
body.page-id-5254 .elementor-element-0cc6ce8 .elementor-drop-cap-yes,
body.page-id-5254 .elementor-element-7374454 .elementor-drop-cap-yes,
body.page-id-5254 .elementor-element-1700a2a .elementor-drop-cap-yes a,
body.page-id-5254 .elementor-element-0cc6ce8 .elementor-drop-cap-yes a,
body.page-id-5254 .elementor-element-7374454 .elementor-drop-cap-yes a,
body.page-id-5254 .elementor-element-1700a2a .elementor-drop-cap-yes p,
body.page-id-5254 .elementor-element-0cc6ce8 .elementor-drop-cap-yes p,
body.page-id-5254 .elementor-element-7374454 .elementor-drop-cap-yes p {
	color: var(--gg-ink) !important;
	font-size: clamp(1.12rem, 1.7vw, 1.45rem) !important;
	font-weight: 800 !important;
	line-height: 1.26 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

body.page-id-5254 .elementor-element-1700a2a .elementor-widget-text-editor:not(.elementor-drop-cap-yes),
body.page-id-5254 .elementor-element-0cc6ce8 .elementor-widget-text-editor:not(.elementor-drop-cap-yes),
body.page-id-5254 .elementor-element-7374454 .elementor-widget-text-editor:not(.elementor-drop-cap-yes) {
	padding: 0 30px 12px;
	color: var(--gg-muted) !important;
	font-size: 0.96rem;
	line-height: 1.65;
}

body.page-id-5254 .elementor-element-1700a2a .elementor-widget-button,
body.page-id-5254 .elementor-element-0cc6ce8 .elementor-widget-button,
body.page-id-5254 .elementor-element-7374454 .elementor-widget-button {
	margin-top: auto;
	padding: 10px 30px 30px;
	text-align: left !important;
}

body.page-id-5254 .elementor-element-1700a2a .elementor-button,
body.page-id-5254 .elementor-element-0cc6ce8 .elementor-button,
body.page-id-5254 .elementor-element-7374454 .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 20px !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, var(--gg-primary), var(--gg-secondary)) !important;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
	color: #fff !important;
	font-weight: 800 !important;
	text-transform: none !important;
	box-shadow: 0 12px 26px rgba(111, 29, 98, 0.22);
}

body.page-id-5254 .elementor-element-1700a2a .elementor-button:hover,
body.page-id-5254 .elementor-element-0cc6ce8 .elementor-button:hover,
body.page-id-5254 .elementor-element-7374454 .elementor-button:hover {
	background: linear-gradient(135deg, var(--gg-accent), var(--gg-primary)) !important;
}

body.page-id-5254 .elementor-element-a2259ed {
	display: none;
}

@media (max-width: 767px) {
	body.page-id-5254 .elementor-element-1700a2a > .elementor-container,
	body.page-id-5254 .elementor-element-0cc6ce8 > .elementor-container,
	body.page-id-5254 .elementor-element-7374454 > .elementor-container {
		grid-template-columns: 1fr;
	}

	body.page-id-5254 .elementor-element-1700a2a {
		padding-top: 54px !important;
	}

	body.page-id-5254 .elementor-element-1700a2a .elementor-widget-image img,
	body.page-id-5254 .elementor-element-0cc6ce8 .elementor-widget-image img,
	body.page-id-5254 .elementor-element-7374454 .elementor-widget-image img {
		height: 220px !important;
	}

	body.page-id-5254 .elementor-element-1700a2a .elementor-drop-cap-yes,
	body.page-id-5254 .elementor-element-0cc6ce8 .elementor-drop-cap-yes,
	body.page-id-5254 .elementor-element-7374454 .elementor-drop-cap-yes,
	body.page-id-5254 .elementor-element-1700a2a .elementor-widget-text-editor:not(.elementor-drop-cap-yes),
	body.page-id-5254 .elementor-element-0cc6ce8 .elementor-widget-text-editor:not(.elementor-drop-cap-yes),
	body.page-id-5254 .elementor-element-7374454 .elementor-widget-text-editor:not(.elementor-drop-cap-yes),
	body.page-id-5254 .elementor-element-1700a2a .elementor-widget-button,
	body.page-id-5254 .elementor-element-0cc6ce8 .elementor-widget-button,
	body.page-id-5254 .elementor-element-7374454 .elementor-widget-button {
		padding-left: 22px;
		padding-right: 22px;
	}
}

@media (max-width: 1199px) {
	body.elementor-kit-629 .features-area .row,
	body.elementor-kit-629 .elementor-element-f4b2193 .elementor-container,
	body.elementor-kit-629 .elementor-element-2f09771 .elementor-container,
	body.elementor-kit-629 .elementor-element-4bdb186 .elementor-container,
	body.elementor-kit-629 .elementor-element-f3b77c2 .elementor-container,
	body.elementor-kit-629 .elementor-element-4abe93d .elementor-container,
	body.elementor-kit-629 .elementor-widget-gallery .elementor-gallery__container.e-gallery-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	body.elementor-kit-629 .features-area {
		padding: 34px 16px !important;
	}

	body.elementor-kit-629 .features-area .row,
	body.elementor-kit-629 .elementor-element-f4b2193 .elementor-container,
	body.elementor-kit-629 .elementor-element-2f09771 .elementor-container,
	body.elementor-kit-629 .elementor-element-4bdb186 .elementor-container,
	body.elementor-kit-629 .elementor-element-f3b77c2 .elementor-container,
	body.elementor-kit-629 .elementor-element-4abe93d .elementor-container,
	body.elementor-kit-629 .elementor-element-4f2bddf .elementor-container,
	body.elementor-kit-629 .elementor-widget-gallery .elementor-gallery__container.e-gallery-container {
		grid-template-columns: 1fr;
	}

	body.elementor-kit-629 .features-area .features-03-wrapper,
	body.elementor-kit-629 .features-area .features-03-img,
	body.elementor-kit-629 .features-area .features-03-img img {
		min-height: 230px;
	}

	body.elementor-kit-629 .elementor-element-c68e4ab,
	body.elementor-kit-629 .elementor-element-457c5c3,
	body.elementor-kit-629 .elementor-element-6383cbc,
	body.elementor-kit-629 .elementor-element-4f2bddf,
	body.elementor-kit-629 .elementor-element-1fe4372 {
		padding-left: 14px !important;
		padding-right: 14px !important;
	}

	body.elementor-kit-629 .wpls-logo-showcase {
		padding: 18px 16px 30px;
	}

	body.elementor-kit-629 .elementor-widget-elementskit-icon-box,
	body.elementor-kit-629 .elementor-widget-elementskit-icon-box .elementor-widget-container,
	body.elementor-kit-629 .elementor-widget-elementskit-icon-box .ekit-wid-con,
body.elementor-kit-629 .elementor-widget-elementskit-icon-box .elementskit-infobox {
		height: auto !important;
		min-height: 0 !important;
	}

	body.elementor-kit-629 .elementskit-infobox {
		padding: 24px 22px !important;
	}
}

/* Graphically rich homepage revamp. */
body.home.elementor-kit-629 {
	--gg-deep: #120b2e;
	--gg-violet: #5e1a67;
	--gg-card-border: rgba(255, 255, 255, 0.18);
	background:
		linear-gradient(180deg, #f8f6fb 0, #eef3f9 48%, #f8f6fb 100%);
}

body.home.elementor-kit-629 .elementor-element-36c9c98 {
	position: sticky;
	top: 0;
	z-index: 50;
	box-shadow: 0 14px 36px rgba(18, 11, 46, 0.18);
	backdrop-filter: blur(14px);
}

body.home.elementor-kit-629 .elementor-element-f16dfbe {
	position: relative;
	min-height: clamp(520px, 66vh, 700px);
	display: flex;
	align-items: center;
	overflow: hidden;
	background-position: center !important;
	background-size: cover !important;
	isolation: isolate;
}

body.home.elementor-kit-629 .elementor-element-f16dfbe::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(248, 246, 251, 0.82) 0%, rgba(248, 246, 251, 0.48) 35%, rgba(18, 11, 46, 0.72) 100%),
		linear-gradient(145deg, rgba(111, 29, 98, 0.16), rgba(232, 74, 12, 0.22));
}

body.home.elementor-kit-629 .elementor-element-f16dfbe::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	z-index: -1;
	height: 190px;
	background:
		linear-gradient(135deg, transparent 0 34%, rgba(255, 255, 255, 0.42) 34% 35%, transparent 35%),
		linear-gradient(45deg, transparent 0 56%, rgba(232, 74, 12, 0.32) 56% 57%, transparent 57%);
	opacity: 0.72;
}

body.home.elementor-kit-629 .elementor-element-f16dfbe > .elementor-container {
	width: min(1180px, calc(100% - 32px));
	margin-inline: auto;
}

body.home.elementor-kit-629 .elementor-element-f16dfbe .elementor-column:first-child {
	position: relative;
}

body.home.elementor-kit-629 .elementor-element-f16dfbe .elementor-column:first-child::after {
	content: "Freight Management  |  Customs Clearance  |  Warehousing";
	position: absolute;
	left: 8%;
	right: 8%;
	bottom: clamp(-54px, -5vw, -34px);
	display: block;
	padding: 12px 16px;
	border: 1px solid rgba(111, 29, 98, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	color: var(--gg-primary);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-align: center;
	box-shadow: 0 16px 42px rgba(18, 11, 46, 0.16);
}

body.home.elementor-kit-629 .elementor-element-f16dfbe img {
	filter: drop-shadow(0 26px 40px rgba(18, 11, 46, 0.2));
}

body.home.elementor-kit-629 .elementor-element-f16dfbe .elementor-widget-wrap {
	position: relative;
}

body.home.elementor-kit-629 .elementor-element-f16dfbe .elementor-column:last-child .elementor-widget-wrap {
	padding: clamp(28px, 3.4vw, 44px) !important;
	margin-top: clamp(42px, 5vw, 66px) !important;
	margin-bottom: clamp(42px, 5vw, 62px) !important;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 26px;
	background:
		linear-gradient(135deg, rgba(40, 32, 107, 0.14), rgba(111, 29, 98, 0.1)) !important;
	box-shadow:
		0 30px 80px rgba(18, 11, 46, 0.22),
		inset 0 0 0 1px rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(3px) saturate(1.04);
}

body.home.elementor-kit-629 .elementor-element-f16dfbe h1,
body.home.elementor-kit-629 .elementor-element-f16dfbe h2,
body.home.elementor-kit-629 .elementor-element-f16dfbe .elementor-heading-title {
	color: #fff !important;
	font-size: clamp(2.35rem, 3.85vw, 4.05rem) !important;
	line-height: 0.98 !important;
	letter-spacing: -0.035em !important;
	text-shadow:
		0 1px 0 rgba(255, 255, 255, 0.34),
		0 3px 8px rgba(18, 11, 46, 0.82),
		0 12px 38px rgba(18, 11, 46, 0.58),
		0 0 22px rgba(255, 255, 255, 0.18);
}

@media (min-width: 1024px) {
	body.home.elementor-kit-629 .elementor-element-f16dfbe h1,
	body.home.elementor-kit-629 .elementor-element-f16dfbe h2,
	body.home.elementor-kit-629 .elementor-element-f16dfbe .elementor-heading-title {
		white-space: nowrap;
	}
}

body.home.elementor-kit-629 .elementor-element-f16dfbe .elementor-element-7cd5764 .elementor-heading-title {
	color: transparent !important;
	font-size: 0 !important;
	line-height: 1 !important;
}

body.home.elementor-kit-629 .elementor-element-f16dfbe .elementor-element-7cd5764 .elementor-heading-title::after {
	content: "Built on Trust. Driven by Service.";
	display: block;
	color: rgba(238, 232, 255, 0.98);
	font-size: clamp(1.05rem, 1.6vw, 1.35rem);
	font-weight: 800;
	letter-spacing: 0.01em;
	line-height: 1.35;
	text-transform: none;
	text-shadow:
		0 1px 0 rgba(255, 255, 255, 0.2),
		0 2px 7px rgba(18, 11, 46, 0.8),
		0 8px 24px rgba(18, 11, 46, 0.5),
		0 0 18px rgba(255, 255, 255, 0.2);
}

body.home.elementor-kit-629 .elementor-element-f16dfbe p {
	color: rgba(255, 255, 255, 0.9) !important;
	font-size: clamp(0.98rem, 1.2vw, 1.08rem) !important;
	font-weight: 500 !important;
	line-height: 1.62 !important;
	text-shadow:
		0 2px 6px rgba(18, 11, 46, 0.96),
		0 8px 22px rgba(18, 11, 46, 0.7);
}

body.home.elementor-kit-629 .elementor-element-f16dfbe .elementor-icon-list-text,
body.home.elementor-kit-629 .elementor-element-f16dfbe .elementor-icon-list-item {
	color: rgba(255, 255, 255, 0.94) !important;
	font-size: clamp(0.94rem, 1.1vw, 1.02rem) !important;
	line-height: 1.5 !important;
	text-shadow:
		0 2px 6px rgba(18, 11, 46, 0.96),
		0 8px 22px rgba(18, 11, 46, 0.7);
}

body.home.elementor-kit-629 .elementor-element-f16dfbe .elementor-button,
body.home.elementor-kit-629 .elementor-element-f16dfbe a.elementor-button-link {
	min-height: 48px;
	padding: 14px 28px !important;
	border: 1px solid rgba(255, 255, 255, 0.32) !important;
	border-radius: 999px !important;
	background: var(--gg-accent) !important;
	box-shadow: 0 16px 36px rgba(232, 74, 12, 0.26);
}

body.home.elementor-kit-629 .gg-home-stats {
	position: relative;
	z-index: 8;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	width: min(1120px, calc(100% - 32px));
	margin: -54px auto 0;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 22px;
	background: linear-gradient(135deg, var(--gg-deep), var(--gg-violet));
	box-shadow: 0 28px 80px rgba(18, 11, 46, 0.24);
	overflow: hidden;
}

body.home.elementor-kit-629 .gg-home-stats__item {
	position: relative;
	padding: 26px 24px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
	color: #fff;
}

body.home.elementor-kit-629 .gg-home-stats__item::before {
	content: "";
	position: absolute;
	inset: 18px auto 18px 0;
	width: 3px;
	background: var(--gg-accent);
}

body.home.elementor-kit-629 .gg-home-stats strong {
	display: block;
	margin-bottom: 4px;
	color: #fff;
	font-size: clamp(1.65rem, 3vw, 2.6rem);
	line-height: 1;
}

body.home.elementor-kit-629 .gg-home-stats span {
	display: block;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.35;
}

body.home.elementor-kit-629 .gg-freight-showcase {
	position: relative;
	overflow: hidden;
	padding: clamp(58px, 7vw, 92px) 0;
	background:
		radial-gradient(circle at 12% 18%, rgba(232, 74, 12, 0.16), transparent 28%),
		radial-gradient(circle at 88% 14%, rgba(40, 32, 107, 0.16), transparent 30%),
		linear-gradient(180deg, #f8f6fb 0%, #eef3f9 100%);
	isolation: isolate;
}

body.home.elementor-kit-629 .gg-freight-showcase::before {
	content: "";
	position: absolute;
	inset: 26px auto auto 50%;
	z-index: -1;
	width: min(820px, 80vw);
	height: min(820px, 80vw);
	border: 1px solid rgba(111, 29, 98, 0.1);
	border-radius: 999px;
	background:
		conic-gradient(from 90deg, rgba(111, 29, 98, 0.12), rgba(232, 74, 12, 0.18), rgba(40, 32, 107, 0.12), rgba(111, 29, 98, 0.12));
	transform: translateX(-50%);
	opacity: 0.72;
}

body.home.elementor-kit-629 .gg-freight-showcase__head {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto 32px;
	text-align: center;
}

body.home.elementor-kit-629 .gg-freight-showcase__head span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 8px 16px;
	border: 1px solid rgba(111, 29, 98, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
	color: var(--gg-accent);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	box-shadow: 0 12px 28px rgba(18, 11, 46, 0.08);
}

body.home.elementor-kit-629 .gg-freight-showcase__head h2 {
	max-width: 900px;
	margin: 16px auto 12px;
	background: linear-gradient(135deg, var(--gg-primary), var(--gg-secondary));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: clamp(2.1rem, 4vw, 4.2rem);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -0.035em;
}

body.home.elementor-kit-629 .gg-freight-showcase__head p {
	max-width: 720px;
	margin: 0 auto;
	color: var(--gg-muted);
	font-size: clamp(0.98rem, 1.2vw, 1.1rem);
	font-weight: 500;
	line-height: 1.65;
}

body.home.elementor-kit-629 .gg-freight-showcase__viewport {
	position: relative;
	width: min(1280px, calc(100% - 24px));
	margin: 0 auto;
	padding: 12px 0 24px;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

body.home.elementor-kit-629 .gg-freight-showcase__track {
	display: flex;
	gap: clamp(18px, 2.4vw, 30px);
	width: max-content;
	animation: ggFreightCarousel 52s linear infinite;
	will-change: transform;
}

body.home.elementor-kit-629 .gg-freight-showcase__viewport:hover .gg-freight-showcase__track,
body.home.elementor-kit-629 .gg-freight-showcase__viewport:focus-within .gg-freight-showcase__track {
	animation-play-state: paused;
}

body.home.elementor-kit-629 .gg-freight-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: clamp(260px, 28vw, 380px);
	min-height: clamp(360px, 42vw, 500px);
	padding: clamp(22px, 2.4vw, 32px);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 30px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(18, 11, 46, 0.08)),
		var(--gg-card-image) center / cover no-repeat;
	box-shadow: 0 30px 72px rgba(18, 11, 46, 0.14);
	color: #fff !important;
	text-decoration: none !important;
	transform: translateY(0) scale(1);
	transition: transform 220ms ease, box-shadow 220ms ease;
	isolation: isolate;
}

body.home.elementor-kit-629 .gg-freight-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(180deg, rgba(18, 11, 46, 0.02) 0%, rgba(18, 11, 46, 0.12) 34%, rgba(18, 11, 46, 0.58) 100%),
		linear-gradient(135deg, rgba(111, 29, 98, 0.28), transparent 54%),
		linear-gradient(45deg, rgba(232, 74, 12, 0.2), transparent 46%);
}

body.home.elementor-kit-629 .gg-freight-card::after {
	content: "";
	position: absolute;
	inset: 18px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 24px;
	pointer-events: none;
}

body.home.elementor-kit-629 .gg-freight-card:hover,
body.home.elementor-kit-629 .gg-freight-card:focus-visible {
	box-shadow: 0 34px 86px rgba(18, 11, 46, 0.26);
	outline: none;
	transform: translateY(-6px) scale(1.01);
}

body.home.elementor-kit-629 .gg-freight-card__kicker {
	display: inline-flex;
	width: fit-content;
	max-width: 100%;
	margin-bottom: auto;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.24);
	backdrop-filter: blur(10px);
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.25;
	text-transform: uppercase;
}

body.home.elementor-kit-629 .gg-freight-card strong {
	display: block;
	max-width: 12ch;
	margin-top: 112px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: clamp(2rem, 3.2vw, 3.3rem);
	font-weight: 800;
	line-height: 0.98;
	letter-spacing: -0.035em;
	text-shadow: 0 3px 12px rgba(0, 0, 0, 0.64), 0 8px 28px rgba(18, 11, 46, 0.36);
}

body.home.elementor-kit-629 .gg-freight-card p {
	max-width: 34ch;
	margin: 16px 0 22px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.94rem;
	font-weight: 500;
	line-height: 1.62;
	text-shadow: 0 2px 10px rgba(18, 11, 46, 0.72);
}

body.home.elementor-kit-629 .gg-freight-card__link {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	gap: 10px;
	color: #fff;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-shadow: 0 2px 10px rgba(18, 11, 46, 0.72);
}

body.home.elementor-kit-629 .gg-freight-card__link::after {
	content: "";
	display: block;
	width: 46px;
	height: 2px;
	background: #fff;
	transition: width 180ms ease;
}

body.home.elementor-kit-629 .gg-freight-card:hover .gg-freight-card__link::after,
body.home.elementor-kit-629 .gg-freight-card:focus-visible .gg-freight-card__link::after {
	width: 66px;
}

body.home.elementor-kit-629.gg-freight-showcase-ready .elementor-element-1e9898e7 {
	display: none !important;
}

body.home.elementor-kit-629 .elementor-element-1e9898e7 {
	margin-top: -18px;
	padding-top: 78px !important;
	background:
		linear-gradient(135deg, rgba(111, 29, 98, 0.97), rgba(18, 11, 46, 0.96)),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 96px) !important;
}

body.home.elementor-kit-629 .features-area::before {
	content: "";
	position: absolute;
	inset: 26px clamp(16px, 5vw, 70px) auto;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.54), transparent);
}

body.home.elementor-kit-629 .features-area .features-03-wrapper {
	border: 1px solid var(--gg-card-border);
	border-radius: 22px;
	box-shadow: 0 28px 66px rgba(0, 0, 0, 0.28);
}

body.home.elementor-kit-629 .features-area .features-03-img::after {
	background:
		linear-gradient(180deg, rgba(18, 11, 46, 0.12), rgba(18, 11, 46, 0.24) 38%, rgba(111, 29, 98, 0.88)),
		linear-gradient(135deg, rgba(232, 74, 12, 0.28), transparent 58%);
}

body.home.elementor-kit-629 .features-area .services-b-btton a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 0;
}

body.home.elementor-kit-629 .features-area .services-b-btton a::after {
	content: "";
	width: 34px;
	height: 2px;
	background: #fff;
	transition: width 180ms ease;
}

body.home.elementor-kit-629 .features-area .features-03-wrapper:hover .services-b-btton a::after {
	width: 54px;
}

body.home.elementor-kit-629 .elementor-element-c68e4ab {
	position: relative;
	padding: 86px 16px 52px !important;
	background:
		linear-gradient(180deg, rgba(248, 246, 251, 0.64) 0, rgba(238, 243, 249, 0.58) 100%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.42), rgba(234, 240, 249, 0.34)),
		url("/wp-content/uploads/2024/02/container-terminal-wharf-transport.jpg") center 34% / cover no-repeat !important;
	overflow: hidden;
	isolation: isolate;
}

body.home.elementor-kit-629 .elementor-element-c68e4ab > * {
	position: relative;
	z-index: 1;
}

body.home.elementor-kit-629 .elementor-element-c68e4ab::before {
	position: relative;
	z-index: 1;
}

body.home.elementor-kit-629 .elementor-element-c68e4ab::after {
	position: relative;
	z-index: 1;
}

body.home.elementor-kit-629 .elementor-element-c68e4ab .elementor-container::after {
	content: "";
	position: absolute;
	inset: -130px -18vw -450px;
	z-index: -1;
	background:
		radial-gradient(circle at 50% 8%, rgba(255, 255, 255, 0.46), transparent 34%),
		linear-gradient(180deg, rgba(248, 246, 251, 0.04), rgba(238, 243, 249, 0.38));
	pointer-events: none;
}

body.home.elementor-kit-629 .elementor-element-c68e4ab::before {
	content: "Logistics Capabilities";
	display: table;
	width: auto;
	margin: 0 auto 14px;
	padding: 7px 14px;
	border: 1px solid rgba(232, 74, 12, 0.28);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	color: #e84a0c;
	font-size: 0.95rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-align: center;
	box-shadow: 0 12px 28px rgba(18, 11, 46, 0.08);
	text-shadow: none;
	text-transform: uppercase;
}

body.home.elementor-kit-629 .elementor-element-c68e4ab::after {
	content: "Your cargo, our commitment.";
	display: block;
	max-width: 760px;
	margin: 18px auto 0;
	color: #4e5b6f;
	font-size: clamp(0.9rem, 1.1vw, 1rem);
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: 0.08em;
	text-align: center;
	text-shadow: 0 1px 10px rgba(255, 255, 255, 0.88);
	text-transform: uppercase;
}

body.home.elementor-kit-629 .elementor-element-c68e4ab .elementor-container {
	position: relative;
	z-index: 1;
	display: block !important;
	width: 100% !important;
	max-width: 1120px !important;
	margin: 0 auto !important;
	padding: 24px 18px 18px;
	border-radius: 30px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.28));
	backdrop-filter: blur(4px);
}

body.home.elementor-kit-629 .elementor-element-c68e4ab h5,
body.home.elementor-kit-629 .elementor-element-c68e4ab h2 {
	position: relative;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	white-space: nowrap !important;
}

body.home.elementor-kit-629 .elementor-element-c68e4ab .elementor-container::before {
	content: "One Partner. Every Movement.";
	display: block;
	max-width: 940px;
	margin: 0 auto;
	background: none;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	color: #55145f;
	font-size: clamp(2.35rem, 5vw, 4.9rem);
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	text-shadow: 0 2px 18px rgba(255, 255, 255, 0.92), 0 1px 0 rgba(255, 255, 255, 0.6);
}

body.home.elementor-kit-629 .elementor-element-f4b2193,
body.home.elementor-kit-629 .elementor-element-2f09771,
body.home.elementor-kit-629 .elementor-element-4bdb186,
body.home.elementor-kit-629 .elementor-element-f3b77c2,
body.home.elementor-kit-629 .elementor-element-4abe93d {
	background:
		linear-gradient(180deg, #eef3f9, #f8f6fb) !important;
}

body.home.elementor-kit-629 .elementskit-infobox {
	border-radius: 24px !important;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)) !important;
	box-shadow: 0 20px 54px rgba(18, 11, 46, 0.09) !important;
}

body.home.elementor-kit-629 .elementskit-infobox::after {
	content: "";
	position: absolute;
	right: -28px;
	bottom: -28px;
	width: 92px;
	height: 92px;
	border: 1px solid rgba(111, 29, 98, 0.1);
	transform: rotate(45deg);
}

body.home.elementor-kit-629.gg-services-reflowed .gg-services-source-row {
	display: none !important;
}

body.home.elementor-kit-629.gg-services-reflowed .elementor-element-c68e4ab {
	display: none !important;
}

body.home.elementor-kit-629 .gg-services-wheel-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(28px, 4vw, 54px);
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
	padding: clamp(34px, 5vw, 62px) 0 92px;
	isolation: isolate;
}

body.home.elementor-kit-629 .gg-services-wheel-grid::before {
	content: "";
	position: absolute;
	inset: 0 calc(50% - 50vw) 0;
	z-index: -1;
	background:
		linear-gradient(180deg, rgba(248, 246, 251, 0.72) 0, rgba(238, 243, 249, 0.64) 58%, rgba(238, 243, 249, 0.82) 100%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(234, 240, 249, 0.42)),
		url("/wp-content/uploads/2024/02/container-terminal-wharf-transport.jpg") center 40% / cover no-repeat;
	pointer-events: none;
}

body.home.elementor-kit-629 .gg-services-wheel-heading {
	grid-column: 1 / -1;
	position: relative;
	z-index: 2;
	width: min(980px, 100%);
	margin: 0 auto clamp(4px, 1vw, 10px);
	padding: clamp(20px, 3vw, 34px) 18px;
	border-radius: 30px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.44));
	backdrop-filter: blur(5px);
	text-align: center;
	box-shadow: 0 22px 64px rgba(18, 11, 46, 0.08);
}

body.home.elementor-kit-629 .gg-services-wheel-heading span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	margin-bottom: 14px;
	padding: 8px 16px;
	border: 1px solid rgba(232, 74, 12, 0.3);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.86);
	color: #e84a0c;
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-transform: uppercase;
	box-shadow: 0 12px 28px rgba(18, 11, 46, 0.08);
}

body.home.elementor-kit-629 .gg-services-wheel-heading h2 {
	max-width: 900px;
	margin: 0 auto;
	color: #55145f !important;
	font-size: clamp(2.35rem, 5vw, 4.9rem) !important;
	font-weight: 800 !important;
	line-height: 1.02 !important;
	letter-spacing: -0.04em !important;
	text-align: center;
	text-shadow: 0 2px 18px rgba(255, 255, 255, 0.92), 0 1px 0 rgba(255, 255, 255, 0.6);
}

body.home.elementor-kit-629 .gg-services-wheel-heading p {
	max-width: 760px;
	margin: 18px auto 0;
	color: #4e5b6f;
	font-size: clamp(0.9rem, 1.1vw, 1rem);
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.01em;
	text-align: center;
	text-shadow: 0 1px 10px rgba(255, 255, 255, 0.88);
	text-transform: none;
}

body.home.elementor-kit-629 .gg-service-wheel {
	position: relative;
	padding: clamp(14px, 2vw, 24px);
	border: 1px solid rgba(111, 29, 98, 0.12);
	border-radius: 28px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(247, 242, 248, 0.78));
	box-shadow: 0 28px 76px rgba(18, 11, 46, 0.14);
	backdrop-filter: blur(8px);
}

body.home.elementor-kit-629 .gg-service-wheel svg {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
	transform-box: fill-box;
	transform-origin: center;
	will-change: transform;
}

body.home.elementor-kit-629 .gg-service-wheel__segment {
	cursor: pointer;
	outline: none;
	transition: transform 180ms ease;
}

body.home.elementor-kit-629 .gg-service-wheel__segment:focus-visible .gg-service-wheel__slice {
	stroke: #fff;
	stroke-width: 6;
	filter: brightness(1.14) saturate(1.12);
}

body.home.elementor-kit-629 .gg-service-wheel__slice {
	stroke: rgba(255, 255, 255, 0.9);
	stroke-width: 3;
	transition: filter 180ms ease, stroke-width 180ms ease;
	transform-box: fill-box;
	transform-origin: center;
}

body.home.elementor-kit-629 .gg-service-wheel__segment:hover .gg-service-wheel__slice {
	filter: brightness(1.12) saturate(1.08);
}

body.home.elementor-kit-629 .gg-service-wheel__label {
	fill: #fff;
	font-size: 15.5px;
	font-weight: 800;
	letter-spacing: 0;
	pointer-events: none;
	text-shadow:
		0 1px 2px rgba(18, 11, 46, 0.92),
		0 4px 12px rgba(18, 11, 46, 0.42);
}

body.home.elementor-kit-629 .gg-service-wheel__label tspan,
body.home.elementor-kit-629 .gg-service-wheel__hub-text tspan {
	text-anchor: middle;
}

body.home.elementor-kit-629 .gg-service-wheel__hub {
	fill: rgba(255, 255, 255, 0.94);
	stroke: rgba(111, 29, 98, 0.16);
	stroke-width: 3;
	filter: drop-shadow(0 12px 20px rgba(18, 11, 46, 0.22));
}

body.home.elementor-kit-629 .gg-service-wheel__hub-text {
	fill: var(--gg-primary);
	font-size: 18px;
	font-weight: 800;
	letter-spacing: -0.01em;
}

body.home.elementor-kit-629 .gg-service-wheel__popout {
	position: absolute;
	right: clamp(18px, 4vw, 38px);
	bottom: clamp(18px, 4vw, 38px);
	z-index: 5;
	width: min(310px, calc(100% - 36px));
	padding: 18px 18px 16px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 20px;
	background:
		linear-gradient(135deg, rgba(18, 11, 46, 0.94), rgba(111, 29, 98, 0.9));
	box-shadow: 0 24px 58px rgba(18, 11, 46, 0.28);
	color: #fff;
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px) scale(0.96);
	transition: opacity 160ms ease, transform 160ms ease;
}

body.home.elementor-kit-629 .gg-service-wheel.is-active .gg-service-wheel__popout {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0) scale(1);
}

body.home.elementor-kit-629 .gg-service-wheel__popout strong {
	display: block;
	margin-bottom: 8px;
	color: #fff;
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: -0.01em;
	line-height: 1.2;
}

body.home.elementor-kit-629 .gg-service-wheel__popout p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	margin: 0 0 14px;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.88rem;
	font-weight: 500;
	line-height: 1.58;
}

body.home.elementor-kit-629 .gg-service-wheel__popout a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 10px 16px;
	border-radius: 999px;
	background: var(--gg-accent);
	color: #fff !important;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

body.home.elementor-kit-629 .gg-service-wheel__popout a::after {
	content: "";
	width: 18px;
	height: 2px;
	margin-left: 8px;
	background: #fff;
}

body.home.elementor-kit-629 .elementor-element-457c5c3,
body.home.elementor-kit-629 .elementor-element-89b31e1,
body.home.elementor-kit-629 .elementor-element-0b2a6b7 {
	background:
		linear-gradient(135deg, #f8f6fb 0, #ffffff 50%, #eef3f9 100%) !important;
}

body.home.elementor-kit-629 .elementor-element-89b31e1 h2 {
	color: transparent !important;
	font-size: 0 !important;
	line-height: 1 !important;
}

body.home.elementor-kit-629 .elementor-element-89b31e1 h2::after {
	content: "From Pickup to Delivery, Every Step Managed";
	display: block;
	color: var(--gg-primary);
	font-size: clamp(2rem, 3.6vw, 3.4rem);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.035em;
	text-align: center;
}

body.home.elementor-kit-629 .elementor-element-0b2a6b7 .elementor-widget-image {
	position: relative;
	border: 1px solid rgba(111, 29, 98, 0.1);
	border-radius: 30px;
	box-shadow: 0 30px 90px rgba(18, 11, 46, 0.16);
}

body.home.elementor-kit-629 .elementor-element-0b2a6b7 .elementor-widget-image::after {
	content: "Plan  |  Move  |  Clear  |  Deliver";
	position: absolute;
	right: 22px;
	bottom: 22px;
	padding: 12px 16px;
	border-radius: 999px;
	background: rgba(18, 11, 46, 0.82);
	color: #fff;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.06em;
}

body.home.elementor-kit-629 .elementor-element-6383cbc {
	background:
		linear-gradient(135deg, rgba(18, 11, 46, 0.96), rgba(111, 29, 98, 0.94)) !important;
	color: #fff;
}

body.home.elementor-kit-629 .elementor-element-6383cbc h2 {
	color: #fff !important;
}

body.home.elementor-kit-629 .elementor-element-6383cbc .wpls-logo-showcase {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.16);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

body.home.elementor-kit-629 .elementor-element-6383cbc .wpls-logo-showcase .wpls-fix-box {
	background: rgba(255, 255, 255, 0.92);
}

body.home.elementor-kit-629 .elementor-element-4f2bddf {
	background:
		linear-gradient(180deg, #f8f6fb, #eef3f9) !important;
}

body.home.elementor-kit-629 .elementor-element-4f2bddf .elementor-widget-image {
	border-radius: 24px;
	box-shadow: 0 22px 56px rgba(18, 11, 46, 0.1);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

body.home.elementor-kit-629 .elementor-element-4f2bddf .elementor-widget-image:hover {
	transform: translateY(-5px);
	box-shadow: 0 30px 72px rgba(18, 11, 46, 0.14);
}

body.home.elementor-kit-629.gg-motion-ready .gg-reveal {
	opacity: 0;
	transform: translateY(34px) scale(0.985);
	filter: blur(8px);
	transition:
		opacity 700ms ease,
		transform 700ms cubic-bezier(0.18, 0.78, 0.22, 1),
		filter 700ms ease;
	transition-delay: var(--gg-reveal-delay, 0ms);
	will-change: opacity, transform, filter;
}

body.home.elementor-kit-629.gg-motion-ready .gg-reveal.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
	filter: blur(0);
}

body.home.elementor-kit-629.gg-motion-ready .elementor-element-f16dfbe .elementor-column:first-child.gg-reveal {
	transform: translateX(-34px) scale(0.98);
}

body.home.elementor-kit-629.gg-motion-ready .elementor-element-f16dfbe .elementor-column:last-child .elementor-widget-wrap.gg-reveal {
	transform: translateX(34px) scale(0.98);
}

body.home.elementor-kit-629.gg-motion-ready .elementor-element-f16dfbe .gg-reveal.is-visible {
	transform: translateX(0) scale(1);
}

body.home.elementor-kit-629.gg-motion-ready .gg-home-stats__item.gg-reveal {
	transform: translateY(22px);
}

body.home.elementor-kit-629.gg-motion-ready .features-area .features-03-wrapper.gg-reveal {
	transform: translateY(42px) rotateX(5deg);
	transform-origin: center bottom;
}

body.home.elementor-kit-629.gg-motion-ready .features-area .features-03-wrapper.gg-reveal.is-visible {
	transform: translateY(0) rotateX(0);
}

body.home.elementor-kit-629.gg-motion-ready .gg-service-wheel.gg-reveal {
	transform: translateY(36px) scale(0.92) rotate(-2deg);
}

body.home.elementor-kit-629.gg-motion-ready .gg-service-wheel.gg-reveal.is-visible {
	transform: translateY(0) scale(1) rotate(0);
}

body.home.elementor-kit-629.gg-motion-ready .gg-service-wheel.gg-reveal.is-visible svg {
	animation: ggWheelRevolve 1900ms cubic-bezier(0.18, 0.86, 0.24, 1) both;
}

body.home.elementor-kit-629.gg-motion-ready .gg-services-wheel-grid .gg-service-wheel:nth-child(2).gg-reveal.is-visible svg {
	animation-name: ggWheelRevolveReverse;
	animation-duration: 2100ms;
}

body.home.elementor-kit-629.gg-motion-ready .gg-service-wheel.gg-reveal.is-visible:hover svg,
body.home.elementor-kit-629.gg-motion-ready .gg-service-wheel.gg-reveal.is-visible:focus-within svg {
	animation-play-state: paused;
}

body.home.elementor-kit-629.gg-motion-ready .gg-service-wheel.gg-reveal.is-visible .gg-service-wheel__segment {
	animation: ggSliceSettle 680ms cubic-bezier(0.18, 0.78, 0.22, 1) both;
}

body.home.elementor-kit-629.gg-motion-ready .gg-service-wheel.gg-reveal.is-visible .gg-service-wheel__segment:nth-of-type(2n) {
	animation-delay: 90ms;
}

body.home.elementor-kit-629.gg-motion-ready .gg-service-wheel.gg-reveal.is-visible .gg-service-wheel__segment:nth-of-type(3n) {
	animation-delay: 150ms;
}

body.home.elementor-kit-629 .elementor-element-0b2a6b7 .elementor-widget-image.gg-reveal.is-visible img {
	animation: ggProcessFloat 5.8s ease-in-out infinite;
}

body.home.elementor-kit-629 .elementor-element-f16dfbe .elementor-column:last-child .elementor-widget-wrap::after,
body.home.elementor-kit-629 .gg-service-wheel::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(110deg, transparent 0 35%, rgba(255, 255, 255, 0.16) 48%, transparent 62% 100%);
	opacity: 0;
	pointer-events: none;
	transform: translateX(-80%);
}

body.home.elementor-kit-629 .elementor-element-f16dfbe .elementor-column:last-child .elementor-widget-wrap.gg-reveal.is-visible::after,
body.home.elementor-kit-629 .gg-service-wheel.gg-reveal.is-visible::after {
	animation: ggSheen 1300ms ease 420ms both;
}

@keyframes ggSliceSettle {
	0% {
		opacity: 0;
		transform: scale(0.92);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes ggWheelRevolve {
	0% {
		transform: rotate(-180deg) scale(0.9);
		filter: drop-shadow(0 22px 32px rgba(18, 11, 46, 0.1));
	}
	68% {
		transform: rotate(18deg) scale(1.015);
		filter: drop-shadow(0 26px 36px rgba(18, 11, 46, 0.18));
	}
	100% {
		transform: rotate(0deg) scale(1);
		filter: drop-shadow(0 0 0 rgba(18, 11, 46, 0));
	}
}

@keyframes ggWheelRevolveReverse {
	0% {
		transform: rotate(180deg) scale(0.9);
		filter: drop-shadow(0 22px 32px rgba(18, 11, 46, 0.1));
	}
	68% {
		transform: rotate(-18deg) scale(1.015);
		filter: drop-shadow(0 26px 36px rgba(18, 11, 46, 0.18));
	}
	100% {
		transform: rotate(0deg) scale(1);
		filter: drop-shadow(0 0 0 rgba(18, 11, 46, 0));
	}
}

@keyframes ggFreightCarousel {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(-50% - clamp(9px, 1.2vw, 15px)));
	}
}

@keyframes ggProcessFloat {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
}

@keyframes ggSheen {
	0% {
		opacity: 0;
		transform: translateX(-80%);
	}
	35% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translateX(80%);
	}
}

@media (prefers-reduced-motion: reduce) {
	body.home.elementor-kit-629.gg-motion-ready .gg-reveal,
	body.home.elementor-kit-629.gg-motion-ready .gg-reveal.is-visible,
	body.home.elementor-kit-629 .gg-freight-showcase__track,
	body.home.elementor-kit-629.gg-motion-ready .gg-service-wheel.gg-reveal.is-visible svg,
	body.home.elementor-kit-629.gg-motion-ready .gg-service-wheel.gg-reveal.is-visible .gg-service-wheel__segment {
		opacity: 1 !important;
		transform: none !important;
		filter: none !important;
		animation: none !important;
		transition: none !important;
	}

	body.home.elementor-kit-629 .elementor-element-0b2a6b7 .elementor-widget-image.gg-reveal.is-visible img,
	body.home.elementor-kit-629 .elementor-element-f16dfbe .elementor-column:last-child .elementor-widget-wrap.gg-reveal.is-visible::after,
	body.home.elementor-kit-629 .gg-service-wheel.gg-reveal.is-visible::after {
		animation: none !important;
	}
}

.gg-quote-genie {
	position: fixed;
	right: 162px;
	bottom: 18px;
	z-index: 9999;
	font-family: inherit;
}

.gg-quote-genie__button {
	display: inline-flex;
	align-items: center;
	gap: 0;
	min-height: 52px;
	padding: 5px 14px 5px 5px;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 999px;
	background:
		radial-gradient(circle at 18% 50%, rgba(255, 255, 255, 0.9), rgba(146, 220, 255, 0.58) 22%, transparent 38%),
		linear-gradient(135deg, rgba(61, 45, 133, 0.96), rgba(111, 29, 98, 0.94) 54%, rgba(232, 74, 12, 0.94));
	box-shadow: 0 18px 44px rgba(18, 11, 46, 0.3);
	color: #fff;
	cursor: pointer;
	font-size: 0.88rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.gg-quote-genie__button:hover,
.gg-quote-genie__button:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 24px 58px rgba(18, 11, 46, 0.34);
	outline: none;
}

.gg-quote-genie__mascot {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin: -9px -7px -9px -6px;
	filter: drop-shadow(0 12px 18px rgba(18, 11, 46, 0.32));
}

.gg-quote-genie__mascot::before {
	content: "";
	position: absolute;
	inset: 13px 5px 11px 1px;
	border-radius: 999px;
	background:
		radial-gradient(circle at 48% 44%, rgba(255, 255, 255, 0.98), rgba(223, 247, 255, 0.9) 52%, rgba(103, 204, 255, 0.56) 73%, transparent 76%);
	box-shadow: 0 8px 24px rgba(255, 255, 255, 0.22);
}

.gg-quote-genie__mascot img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.gg-genie-body,
.gg-genie-head,
.gg-genie-arm {
	fill: url(#gg-genie-body);
}

.gg-genie-tail {
	fill: url(#gg-genie-tail);
}

.gg-genie-smoke {
	fill: rgba(255, 255, 255, 0.72);
}

.gg-genie-hair {
	fill: #201348;
}

.gg-genie-eye {
	fill: #17234b;
}

.gg-genie-lamp-dot {
	fill: #fff;
}

.gg-genie-brow {
	fill: none;
	stroke: #17234b;
	stroke-width: 3;
	stroke-linecap: round;
}

.gg-genie-smile {
	fill: none;
	stroke: #fff;
	stroke-width: 4;
	stroke-linecap: round;
}

.gg-genie-cuff,
.gg-genie-lamp {
	fill: #e84a0c;
	stroke: rgba(111, 29, 98, 0.35);
	stroke-width: 1.5;
}

.gg-quote-genie__smoke-text {
	position: relative;
	display: inline-grid;
	gap: 0;
	min-width: 124px;
	padding: 8px 14px 8px 18px;
	border-radius: 999px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 240, 255, 0.92));
	color: #4b1450;
	line-height: 1.08;
	text-align: left;
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.58),
		0 10px 24px rgba(18, 11, 46, 0.16);
}

.gg-quote-genie__smoke-text::before {
	content: "";
	position: absolute;
	left: -18px;
	top: 50%;
	width: 38px;
	height: 28px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	transform: translateY(-50%);
}

.gg-quote-genie__smoke-text b {
	position: relative;
	z-index: 1;
	color: #4b1450;
	font-size: 0.92rem;
	font-weight: 900;
	text-transform: uppercase;
}

.gg-quote-genie__smoke-text em {
	position: relative;
	z-index: 1;
	color: #271651;
	font-size: 0.62rem;
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
}

body.elementor-kit-629 .ht-ctc,
body.elementor-kit-629 .ht_ctc_chat,
body.elementor-kit-629 .ht-ctc-chat {
	right: 90px !important;
	bottom: 18px !important;
	z-index: 9998 !important;
}

body.elementor-kit-629 .ht-ctc img,
body.elementor-kit-629 .ht_ctc_chat img,
body.elementor-kit-629 .ht-ctc-chat img {
	width: 52px !important;
	height: 52px !important;
	max-width: 52px !important;
	max-height: 52px !important;
}

body.elementor-kit-629 #scrollUp {
	right: 24px !important;
	bottom: 18px !important;
	width: 52px !important;
	height: 52px !important;
	line-height: 52px !important;
	border-radius: 999px !important;
	z-index: 9998 !important;
}

.gg-quote-genie__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
	font-size: 1.15rem;
	font-weight: 900;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.gg-quote-genie__overlay {
	position: fixed;
	inset: 0;
	z-index: 9998;
	background: rgba(18, 11, 46, 0.48);
	backdrop-filter: blur(4px);
}

.gg-quote-genie__dialog {
	position: fixed;
	right: 24px;
	bottom: 166px;
	z-index: 10000;
	width: min(520px, calc(100vw - 32px));
	max-height: calc(100vh - 190px);
	overflow: auto;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 24px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 246, 251, 0.95));
	box-shadow: 0 32px 90px rgba(18, 11, 46, 0.34);
	color: var(--gg-ink, #151225);
}

.gg-quote-genie__dialog[hidden],
.gg-quote-genie__overlay[hidden] {
	display: none;
}

.gg-quote-genie__close {
	position: absolute;
	top: 14px;
	right: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 999px;
	background: rgba(21, 18, 37, 0.08);
	color: var(--gg-ink, #151225);
	cursor: pointer;
	font-size: 1rem;
	font-weight: 900;
}

.gg-quote-genie__head {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	margin-bottom: 20px;
	padding-right: 34px;
}

.gg-quote-genie__icon {
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	background: linear-gradient(135deg, var(--gg-primary, #6f1d62), var(--gg-accent, #e84a0c));
	box-shadow: 0 14px 30px rgba(111, 29, 98, 0.24);
}

.gg-quote-genie__head h2 {
	margin: 0 0 4px;
	color: var(--gg-primary, #6f1d62);
	font-family: var(--gg-font-display);
	font-size: clamp(1.45rem, 3vw, 2rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.05;
}

.gg-quote-genie__head p {
	margin: 0;
	color: var(--gg-muted, #687083);
	font-size: 0.96rem;
	font-weight: 500;
	line-height: 1.55;
}

.gg-quote-genie__form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.gg-quote-genie__form label {
	display: grid;
	gap: 7px;
	color: var(--gg-ink, #151225);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.gg-quote-genie__form input,
.gg-quote-genie__form select,
.gg-quote-genie__form textarea {
	width: 100%;
	border: 1px solid rgba(21, 18, 37, 0.12);
	border-radius: 14px;
	background: #fff;
	color: var(--gg-ink, #151225);
	font: inherit;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.35;
	padding: 12px 13px;
	outline: none;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.gg-quote-genie__form input:focus,
.gg-quote-genie__form select:focus,
.gg-quote-genie__form textarea:focus {
	border-color: rgba(111, 29, 98, 0.42);
	box-shadow: 0 0 0 4px rgba(111, 29, 98, 0.1);
}

.gg-quote-genie__form textarea {
	resize: vertical;
	min-height: 112px;
}

.gg-quote-genie__form input[name="company_website"] {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.gg-quote-genie__wide,
.gg-quote-genie__status,
.gg-quote-genie__submit {
	grid-column: 1 / -1;
}

.gg-quote-genie__status {
	min-height: 22px;
	margin: 0;
	color: var(--gg-muted, #687083);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.4;
}

.gg-quote-genie__status.is-success {
	color: #217a3b;
}

.gg-quote-genie__status.is-error {
	color: #b42318;
}

.gg-quote-genie__submit {
	min-height: 48px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--gg-primary, #6f1d62), var(--gg-accent, #e84a0c));
	box-shadow: 0 16px 34px rgba(111, 29, 98, 0.24);
	color: #fff;
	cursor: pointer;
	font-size: 0.9rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.gg-quote-genie__submit:disabled {
	cursor: wait;
	opacity: 0.7;
}

@media (max-width: 1199px) {
	body.home.elementor-kit-629 .gg-home-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.home.elementor-kit-629 .gg-freight-card {
		width: clamp(270px, 42vw, 350px);
		min-height: 420px;
	}

	body.home.elementor-kit-629 .gg-services-wheel-grid {
		grid-template-columns: 1fr;
		max-width: 680px;
	}

	body.home.elementor-kit-629 .elementor-element-f16dfbe .elementor-column:first-child::after {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		margin-top: 18px;
	}
}

@media (max-width: 767px) {
	body.home.elementor-kit-629 .elementor-element-36c9c98 {
		position: relative;
	}

	body.home.elementor-kit-629 .elementor-element-f16dfbe {
		min-height: 0;
		padding: 34px 0 56px !important;
	}

	body.home.elementor-kit-629 .elementor-element-f16dfbe .elementor-element-2b39378,
	body.home.elementor-kit-629 .elementor-element-f16dfbe .elementor-element-aae7fa1 {
		display: none !important;
	}

	body.home.elementor-kit-629 .elementor-element-f16dfbe .elementor-column:last-child .elementor-widget-wrap {
		padding: 26px 22px !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		border-radius: 20px;
	}

	body.home.elementor-kit-629 .elementor-element-f16dfbe h1,
	body.home.elementor-kit-629 .elementor-element-f16dfbe h2,
	body.home.elementor-kit-629 .elementor-element-f16dfbe .elementor-heading-title {
		font-size: clamp(2.1rem, 12vw, 3.15rem) !important;
	}

	body.home.elementor-kit-629 .elementor-element-f16dfbe .elementor-element-060a6e6 {
		max-height: 258px;
		overflow: hidden;
		-webkit-mask-image: linear-gradient(180deg, #000 76%, transparent);
		mask-image: linear-gradient(180deg, #000 76%, transparent);
	}

	body.home.elementor-kit-629 .gg-home-stats {
		grid-template-columns: 1fr;
		margin-top: -38px;
		border-radius: 18px;
	}

	body.home.elementor-kit-629 .gg-home-stats__item {
		padding: 20px 22px;
	}

	body.home.elementor-kit-629 .gg-freight-showcase {
		padding: 46px 0 58px;
	}

	body.home.elementor-kit-629 .gg-freight-showcase__head {
		margin-bottom: 22px;
	}

	body.home.elementor-kit-629 .gg-freight-showcase__viewport {
		width: calc(100% - 12px);
		-webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
		mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
	}

	body.home.elementor-kit-629 .gg-freight-showcase__track {
		gap: 16px;
		animation-duration: 42s;
	}

	body.home.elementor-kit-629 .gg-freight-card {
		width: min(282px, 78vw);
		min-height: 370px;
		padding: 22px;
		border-radius: 22px;
	}

	body.home.elementor-kit-629 .gg-freight-card::after {
		inset: 12px;
		border-radius: 17px;
	}

	body.home.elementor-kit-629 .gg-freight-card strong {
		margin-top: 82px;
		font-size: 2.05rem;
	}

	body.home.elementor-kit-629 .gg-freight-card p {
		font-size: 0.86rem;
	}

	body.home.elementor-kit-629 .gg-services-wheel-grid {
		grid-template-columns: 1fr;
		width: min(380px, calc(100% - 24px));
		padding-top: 54px;
		padding-bottom: 58px;
	}

	body.home.elementor-kit-629 .gg-services-wheel-heading {
		padding: 20px 14px;
		border-radius: 22px;
	}

	body.home.elementor-kit-629 .gg-services-wheel-heading span {
		font-size: 0.72rem;
		letter-spacing: 0.1em;
	}

	body.home.elementor-kit-629 .gg-services-wheel-heading h2 {
		font-size: clamp(2rem, 11vw, 3.15rem) !important;
	}

	body.home.elementor-kit-629 .gg-services-wheel-heading p {
		font-size: 0.72rem;
		letter-spacing: 0.06em;
	}

	body.home.elementor-kit-629 .gg-service-wheel {
		padding: 12px;
		border-radius: 20px;
	}

	body.home.elementor-kit-629 .gg-service-wheel__label {
		font-size: 14px;
	}

	body.home.elementor-kit-629 .gg-service-wheel__hub-text {
		font-size: 15px;
	}

	body.home.elementor-kit-629 .elementor-element-1e9898e7 {
		padding-top: 58px !important;
	}

	body.home.elementor-kit-629 .elementor-element-0b2a6b7 .elementor-widget-image::after {
		position: static;
		display: block;
		margin: 0;
		border-radius: 0;
		text-align: center;
	}

	.gg-quote-genie {
		right: 118px;
		bottom: 14px;
	}

	.gg-quote-genie__button {
		min-height: 46px;
		padding: 4px 10px 4px 4px;
	}

	.gg-quote-genie__mascot {
		width: 48px;
		height: 48px;
		margin: -7px -6px -7px -5px;
	}

	.gg-quote-genie__smoke-text {
		min-width: 94px;
		padding: 7px 10px 7px 15px;
	}

	.gg-quote-genie__smoke-text b {
		font-size: 0.78rem;
	}

	.gg-quote-genie__smoke-text em {
		font-size: 0.52rem;
	}

	body.elementor-kit-629 .ht-ctc,
	body.elementor-kit-629 .ht_ctc_chat,
	body.elementor-kit-629 .ht-ctc-chat {
		right: 70px !important;
		bottom: 14px !important;
	}

	body.elementor-kit-629 .ht-ctc img,
	body.elementor-kit-629 .ht_ctc_chat img,
	body.elementor-kit-629 .ht-ctc-chat img {
		width: 44px !important;
		height: 44px !important;
		max-width: 44px !important;
		max-height: 44px !important;
	}

	body.elementor-kit-629 #scrollUp {
		right: 14px !important;
		bottom: 14px !important;
		width: 44px !important;
		height: 44px !important;
		line-height: 44px !important;
	}

	.gg-quote-genie__dialog {
		right: 12px;
		bottom: 76px;
		width: calc(100vw - 24px);
		max-height: calc(100vh - 170px);
		padding: 20px;
	}

	.gg-quote-genie__form {
		grid-template-columns: 1fr;
	}
}

/* Bottom-of-file footer override so Elementor footer styling stays aligned. */
body.elementor-kit-629 .elementor-element-1fe4372 {
	padding: 58px 16px 48px !important;
	background: linear-gradient(135deg, #281b62 0%, #5a1a67 48%, #7b1b60 100%) !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 > .elementor-container {
	display: grid !important;
	grid-template-columns: 1.15fr 0.82fr 0.82fr 1.35fr !important;
	gap: clamp(28px, 4vw, 64px) !important;
	max-width: 1160px !important;
	align-items: start !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-column {
	width: auto !important;
	max-width: none !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-widget-wrap {
	align-items: flex-start !important;
	padding: 0 !important;
	text-align: left !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-heading-title {
	color: #fff !important;
	font-family: var(--gg-font-display) !important;
	font-size: clamp(1.28rem, 1.8vw, 1.62rem) !important;
	font-weight: 800 !important;
	line-height: 1.15 !important;
	letter-spacing: -0.025em !important;
	text-transform: none !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-widget-divider {
	width: 98px !important;
	margin: 0 0 24px !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-divider-separator {
	width: 98px !important;
	border-top-color: var(--gg-accent) !important;
	border-top-width: 2px !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 p,
body.elementor-kit-629 .elementor-element-1fe4372 .elementor-widget-text-editor,
body.elementor-kit-629 .elementor-element-1fe4372 .elementor-nav-menu a,
body.elementor-kit-629 .elementor-element-1fe4372 .elementor-icon-list-text,
body.elementor-kit-629 .elementor-element-1fe4372 a {
	font-family: var(--gg-font-body) !important;
	font-size: 0.96rem !important;
	font-weight: 600 !important;
	line-height: 1.58 !important;
	letter-spacing: -0.005em !important;
	text-transform: none !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-nav-menu {
	display: grid !important;
	gap: 11px !important;
	margin: 0 !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-nav-menu a {
	display: inline-flex !important;
	width: auto !important;
	padding: 0 !important;
	background: transparent !important;
	color: rgba(255, 255, 255, 0.9) !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-icon-list-items {
	display: grid !important;
	gap: 16px !important;
	margin: 0 !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-icon-list-item {
	display: grid !important;
	grid-template-columns: 18px minmax(0, 1fr) !important;
	align-items: start !important;
	gap: 8px !important;
	margin: 0 !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-elementskit-social-media ul,
body.elementor-kit-629 .elementor-element-1fe4372 .ekit_social_media {
	display: flex !important;
	align-items: center !important;
	gap: 24px !important;
	margin: 22px 0 0 !important;
	padding: 0 !important;
}

@media (max-width: 1024px) {
	body.elementor-kit-629 .elementor-element-1fe4372 > .elementor-container {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 767px) {
	body.elementor-kit-629 .elementor-element-1fe4372 {
		padding: 42px 20px 40px !important;
	}

	body.elementor-kit-629 .elementor-element-1fe4372 > .elementor-container {
		grid-template-columns: 1fr !important;
		gap: 34px !important;
	}
}

/* Final floating controls alignment: quote, WhatsApp, and scroll-up in one row. */
body.elementor-kit-629 .gg-quote-genie {
	position: fixed !important;
	right: 118px !important;
	bottom: 16px !important;
	z-index: 9999 !important;
}

body.elementor-kit-629 .gg-quote-genie__button {
	width: 154px !important;
	min-height: 42px !important;
	padding: 3px 8px 3px 3px !important;
	border-radius: 999px !important;
}

body.elementor-kit-629 .gg-quote-genie__mascot {
	width: 40px !important;
	height: 40px !important;
	margin: -5px -4px -5px -4px !important;
}

body.elementor-kit-629 .gg-quote-genie__mascot::before {
	inset: 7px 2px 6px 0 !important;
}

body.elementor-kit-629 .gg-quote-genie__smoke-text {
	width: 98px !important;
	min-width: 0 !important;
	padding: 6px 8px 6px 12px !important;
}

body.elementor-kit-629 .gg-quote-genie__smoke-text::before {
	left: -12px !important;
	width: 24px !important;
	height: 18px !important;
}

body.elementor-kit-629 .gg-quote-genie__smoke-text b {
	font-size: 0.68rem !important;
	line-height: 1 !important;
}

body.elementor-kit-629 .gg-quote-genie__smoke-text em {
	font-size: 0.47rem !important;
	line-height: 1.05 !important;
}

body.elementor-kit-629 #ht-ctc-chat,
body.elementor-kit-629 .ht-ctc.ht-ctc-chat {
	position: fixed !important;
	right: 66px !important;
	bottom: 16px !important;
	z-index: 9998 !important;
}

body.elementor-kit-629 #ht-ctc-chat img,
body.elementor-kit-629 .ht-ctc.ht-ctc-chat img {
	width: 42px !important;
	height: 42px !important;
	max-width: 42px !important;
	max-height: 42px !important;
}

body.elementor-kit-629 #scrollUp {
	position: fixed !important;
	right: 16px !important;
	bottom: 16px !important;
	width: 42px !important;
	height: 42px !important;
	min-width: 42px !important;
	min-height: 42px !important;
	line-height: 42px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 999px !important;
	z-index: 9998 !important;
}

@media (max-width: 767px) {
	body.elementor-kit-629 .gg-quote-genie {
		right: 102px !important;
		bottom: 12px !important;
	}

	body.elementor-kit-629 .gg-quote-genie__button {
		width: 138px !important;
		min-height: 38px !important;
	}

	body.elementor-kit-629 .gg-quote-genie__mascot {
		width: 36px !important;
		height: 36px !important;
	}

	body.elementor-kit-629 .gg-quote-genie__smoke-text {
		width: 88px !important;
	}

	body.elementor-kit-629 #ht-ctc-chat,
	body.elementor-kit-629 .ht-ctc.ht-ctc-chat {
		right: 56px !important;
		bottom: 12px !important;
	}

	body.elementor-kit-629 #ht-ctc-chat img,
	body.elementor-kit-629 .ht-ctc.ht-ctc-chat img {
		width: 38px !important;
		height: 38px !important;
		max-width: 38px !important;
		max-height: 38px !important;
	}

	body.elementor-kit-629 #scrollUp {
		right: 12px !important;
		bottom: 12px !important;
		width: 38px !important;
		height: 38px !important;
		min-width: 38px !important;
		min-height: 38px !important;
		line-height: 38px !important;
	}
}

/* Footer final type normalization: keep headings prominent, make all body text consistent. */
body.elementor-kit-629 .elementor-element-1fe4372 p,
body.elementor-kit-629 .elementor-element-1fe4372 .elementor-widget-text-editor,
body.elementor-kit-629 .elementor-element-1fe4372 .elementor-widget-text-editor *,
body.elementor-kit-629 .elementor-element-1fe4372 .elementor-nav-menu a,
body.elementor-kit-629 .elementor-element-1fe4372 .elementor-icon-list-text,
body.elementor-kit-629 .elementor-element-1fe4372 .elementor-icon-list-text *,
body.elementor-kit-629 .elementor-element-1fe4372 .elementor-icon-list-item a,
body.elementor-kit-629 .elementor-element-1fe4372 .elementor-icon-list-item span {
	font-family: var(--gg-font-body) !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 1.62 !important;
	letter-spacing: 0 !important;
	color: rgba(255, 255, 255, 0.92) !important;
	text-transform: none !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-widget-text-editor p {
	max-width: 280px !important;
	margin: 0 !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-heading-title {
	font-family: var(--gg-font-display) !important;
	font-size: 26px !important;
	font-weight: 800 !important;
	line-height: 1.15 !important;
	letter-spacing: -0.02em !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 strong,
body.elementor-kit-629 .elementor-element-1fe4372 b {
	font-size: inherit !important;
	font-weight: 800 !important;
	line-height: inherit !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-element-06cc885 .elementor-heading-title,
body.elementor-kit-629 .elementor-element-1fe4372 .elementor-element-06cc885 span {
	display: block !important;
	max-width: 280px !important;
	font-family: var(--gg-font-body) !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 1.62 !important;
	letter-spacing: 0 !important;
	text-align: left !important;
	text-align-last: left !important;
	text-justify: auto !important;
	word-spacing: normal !important;
	color: rgba(255, 255, 255, 0.92) !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-element-c8137b8 .elementor-icon-list-item:first-child,
body.elementor-kit-629 .elementor-element-1fe4372 .elementor-element-c8137b8 .elementor-icon-list-item:first-child a,
body.elementor-kit-629 .elementor-element-1fe4372 .elementor-element-c8137b8 .elementor-icon-list-item:first-child .elementor-icon-list-text {
	white-space: nowrap !important;
	word-break: keep-all !important;
	overflow-wrap: normal !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-element-c8137b8 .elementor-icon-list-item:first-child a {
	display: inline-flex !important;
	align-items: center !important;
	width: max-content !important;
	max-width: none !important;
}

/* 2026 footer revamp: align the legacy Elementor footer with the current site system. */
body.elementor-kit-629 .elementor-element-1fe4372 {
	position: relative !important;
	isolation: isolate;
	overflow: hidden !important;
	padding: clamp(76px, 7vw, 112px) clamp(24px, 5vw, 72px) clamp(64px, 6vw, 92px) !important;
	border-top: 1px solid rgba(255, 255, 255, .12) !important;
	background:
		radial-gradient(circle at 88% 4%, rgba(219, 42, 133, .3), transparent 31%),
		radial-gradient(circle at 4% 100%, rgba(67, 191, 229, .13), transparent 27%),
		linear-gradient(128deg, #20143b 0%, #391752 48%, #71195f 100%) !important;
}

body.elementor-kit-629 .elementor-element-1fe4372::before {
	position: absolute;
	z-index: -1;
	top: -210px;
	right: -150px;
	width: 520px;
	height: 520px;
	border: 1px solid rgba(255, 255, 255, .07);
	border-radius: 50%;
	box-shadow: 0 0 0 70px rgba(255, 255, 255, .025), 0 0 0 140px rgba(255, 255, 255, .018);
	content: "";
}

body.elementor-kit-629 .elementor-element-1fe4372 > .elementor-container {
	position: relative;
	display: grid !important;
	width: min(1220px, 100%) !important;
	max-width: 1220px !important;
	grid-template-columns: 1.25fr .72fr .72fr 1.45fr !important;
	gap: clamp(32px, 4vw, 58px) !important;
	margin-inline: auto !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-column:not(:first-child) {
	position: relative;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-column:not(:first-child)::before {
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: calc(clamp(32px, 4vw, 58px) / -2);
	width: 1px;
	background: linear-gradient(180deg, rgba(255,255,255,.2), rgba(255,255,255,.035));
	content: "";
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-heading-title {
	margin: 0 !important;
	font-family: "Plus Jakarta Sans", Inter, sans-serif !important;
	font-size: clamp(1.3rem, 1.8vw, 1.7rem) !important;
	font-weight: 750 !important;
	line-height: 1.15 !important;
	letter-spacing: -.045em !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-widget-divider {
	width: 54px !important;
	margin: 16px 0 26px !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-divider-separator {
	width: 54px !important;
	border-top-width: 3px !important;
	border-top-color: #e84a0c !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 p,
body.elementor-kit-629 .elementor-element-1fe4372 .elementor-widget-text-editor,
body.elementor-kit-629 .elementor-element-1fe4372 .elementor-widget-text-editor *,
body.elementor-kit-629 .elementor-element-1fe4372 .elementor-nav-menu a,
body.elementor-kit-629 .elementor-element-1fe4372 .elementor-icon-list-text,
body.elementor-kit-629 .elementor-element-1fe4372 .elementor-icon-list-text * {
	font-family: Inter, "Plus Jakarta Sans", sans-serif !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 1.72 !important;
	letter-spacing: 0 !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-widget-text-editor p {
	max-width: 315px !important;
	color: rgba(255,255,255,.7) !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-nav-menu {
	gap: 9px !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-nav-menu a {
	position: relative;
	color: rgba(255,255,255,.78) !important;
	transition: color .2s ease, transform .2s ease !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-nav-menu a::before {
	display: inline-block;
	width: 0;
	overflow: hidden;
	color: #e84a0c;
	content: "↗";
	transition: width .2s ease, margin-right .2s ease;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-nav-menu a:hover,
body.elementor-kit-629 .elementor-element-1fe4372 .elementor-nav-menu a:focus-visible {
	color: #fff !important;
	transform: translateX(3px);
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-nav-menu a:hover::before,
body.elementor-kit-629 .elementor-element-1fe4372 .elementor-nav-menu a:focus-visible::before {
	width: 14px;
	margin-right: 5px;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-icon-list-items {
	gap: 13px !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-icon-list-icon {
	margin-top: 3px;
	color: #51c7e9 !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-icon-list-text,
body.elementor-kit-629 .elementor-element-1fe4372 .elementor-icon-list-text * {
	color: rgba(255,255,255,.82) !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-elementskit-social-media ul,
body.elementor-kit-629 .elementor-element-1fe4372 .ekit_social_media {
	gap: 10px !important;
	margin-top: 28px !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-elementskit-social-media a,
body.elementor-kit-629 .elementor-element-1fe4372 .ekit_social_media a {
	display: inline-flex !important;
	width: 38px !important;
	height: 38px !important;
	align-items: center !important;
	justify-content: center !important;
	border: 1px solid rgba(255,255,255,.18) !important;
	border-radius: 50% !important;
	background: rgba(255,255,255,.055) !important;
	transition: border-color .2s ease, background .2s ease, transform .2s ease !important;
}

body.elementor-kit-629 .elementor-element-1fe4372 .elementor-elementskit-social-media a:hover,
body.elementor-kit-629 .elementor-element-1fe4372 .ekit_social_media a:hover {
	border-color: #e84a0c !important;
	background: #e84a0c !important;
	transform: translateY(-3px);
}

body.elementor-kit-629 .elementor-element-1e9898e7 {
	border-top: 1px solid rgba(255,255,255,.1) !important;
	background: #1d1235 !important;
}

body.elementor-kit-629 .elementor-element-1e9898e7 .elementor-heading-title,
body.elementor-kit-629 .elementor-element-1e9898e7 .elementor-widget-text-editor,
body.elementor-kit-629 .elementor-element-1e9898e7 p {
	font-family: Inter, "Plus Jakarta Sans", sans-serif !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	letter-spacing: .035em !important;
	color: rgba(255,255,255,.58) !important;
}

@media (max-width: 1100px) {
	body.elementor-kit-629 .elementor-element-1fe4372 > .elementor-container {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 52px 60px !important;
	}

	body.elementor-kit-629 .elementor-element-1fe4372 .elementor-column:nth-child(3)::before {
		display: none;
	}
}

@media (max-width: 767px) {
	body.elementor-kit-629 .elementor-element-1fe4372 {
		padding: 64px 24px 56px !important;
	}

	body.elementor-kit-629 .elementor-element-1fe4372 > .elementor-container {
		grid-template-columns: 1fr !important;
		gap: 42px !important;
	}

	body.elementor-kit-629 .elementor-element-1fe4372 .elementor-column:not(:first-child)::before {
		display: none;
	}

	body.elementor-kit-629 .elementor-element-1fe4372 .elementor-column:not(:first-child) {
		padding-top: 34px;
		border-top: 1px solid rgba(255,255,255,.1);
	}
}

/* Article cover: prevent inherited image sizing from creating a blank 1500px panel. */
body.page-id-5477 .elementor-element-d060581,
body.page-id-5477 .elementor-element-d060581 > .elementor-widget-container {
	height: auto !important;
}

body.page-id-5477 .elementor-element-d060581 img {
	display: block;
	width: min(100%, 900px) !important;
	height: auto !important;
	max-height: none !important;
	margin-inline: auto;
	aspect-ratio: 900 / 507;
	object-fit: cover;
}

/* Clear click confirmation for links, cards, buttons, and service graphics. */
.gg-click-pulse {
	position: fixed;
	z-index: 2147483647;
	width: 18px;
	height: 18px;
	margin: -9px 0 0 -9px;
	pointer-events: none;
	border-radius: 999px;
	border: 2px solid rgba(232, 74, 12, 0.95);
	background: radial-gradient(circle, rgba(255, 255, 255, 0.95) 0 18%, rgba(232, 74, 12, 0.38) 19% 45%, rgba(119, 31, 112, 0.08) 46% 100%);
	box-shadow: 0 0 0 7px rgba(232, 74, 12, 0.16), 0 0 34px rgba(119, 31, 112, 0.38);
	animation: gg-click-pulse 0.62s ease-out forwards;
}

.gg-click-confirmed {
	position: relative;
	outline: 2px solid rgba(232, 74, 12, 0.88) !important;
	outline-offset: 4px !important;
	filter: brightness(1.13) saturate(1.12);
	animation: gg-click-confirmed 0.52s ease-out both;
}

.gg-freight-card.gg-click-confirmed,
.gg-service-sector.gg-click-confirmed,
.gg-quote-genie__button.gg-click-confirmed {
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.7), 0 0 0 8px rgba(232, 74, 12, 0.34), 0 20px 42px rgba(47, 31, 104, 0.26) !important;
}

.gg-service-wheel__segment {
	cursor: pointer;
	transform-box: fill-box;
	transform-origin: center;
}

.gg-service-wheel__segment.gg-click-confirmed {
	outline: none !important;
	filter: drop-shadow(0 0 10px rgba(232, 74, 12, 0.78)) drop-shadow(0 0 20px rgba(255, 255, 255, 0.58));
	animation: gg-service-slice-confirmed 0.52s ease-out both;
}

.gg-service-wheel__segment.gg-click-confirmed .gg-service-wheel__slice {
	stroke: rgba(255, 255, 255, 0.98) !important;
	stroke-width: 4 !important;
	filter: brightness(1.18) saturate(1.16);
}

.gg-service-wheel__segment.gg-click-confirmed .gg-service-wheel__label {
	fill: #fff !important;
	filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.42));
}

@keyframes gg-click-pulse {
	0% {
		opacity: 0;
		transform: scale(0.45);
	}

	18% {
		opacity: 1;
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(3.6);
	}
}

@keyframes gg-click-confirmed {
	0% {
		transform: scale(1);
	}

	38% {
		transform: scale(0.985);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes gg-service-slice-confirmed {
	0% {
		transform: scale(1);
	}

	38% {
		transform: scale(1.045);
	}

	100% {
		transform: scale(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	.gg-click-pulse,
	.gg-click-confirmed {
		animation: none !important;
	}
}

/* Strategy page redesign */
body.gg-strategy-page {
	background: #f3f6fb;
}

body.gg-strategy-page .elementor-768 {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 247, 252, 0.96)),
		url('/wp-content/uploads/2024/02/container-terminal-wharf-transport.jpg') center top / 100% auto no-repeat;
}

body.gg-about-page .elementor-3307,
body.gg-about-page .elementor-3310,
body.gg-about-page .elementor-3311,
body.gg-about-page .elementor-756,
body.gg-about-page .elementor-759,
body.gg-about-page .elementor-762,
body.gg-about-page .elementor-765 {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.93), rgba(244, 247, 252, 0.97)),
		url('/wp-content/uploads/2024/02/container-terminal-wharf-transport.jpg') center top / 100% auto no-repeat;
}

.gg-strategy {
	--gg-strategy-ink: #24194f;
	--gg-strategy-purple: #711b66;
	--gg-strategy-blue: #2b246d;
	--gg-strategy-orange: #e84a0c;
	--gg-strategy-muted: #627086;
	color: var(--gg-strategy-ink);
	font-family: var(--gg-font-body);
	overflow: hidden;
}

.gg-strategy * {
	box-sizing: border-box;
}

.gg-strategy-hero,
.gg-strategy-intro,
.gg-strategy-roadmap,
.gg-strategy-values,
.gg-strategy-cta,
.gg-about-stats {
	width: min(1160px, calc(100% - 36px));
	margin-inline: auto;
}

.gg-strategy-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.82fr);
	gap: clamp(28px, 5vw, 70px);
	align-items: center;
	min-height: 560px;
	padding: clamp(56px, 8vw, 96px) 0 clamp(44px, 7vw, 82px);
}

.gg-strategy-eyebrow,
.gg-strategy-intro span,
.gg-strategy-section-heading span,
.gg-strategy-card__content > span,
.gg-strategy-cta span {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--gg-strategy-orange);
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.gg-strategy-eyebrow::before,
.gg-strategy-section-heading span::before,
.gg-strategy-card__content > span::before {
	content: "";
	width: 34px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
}

.gg-strategy-hero h1,
.gg-strategy-intro h2,
.gg-strategy-section-heading h2,
.gg-strategy-cta h2 {
	margin: 16px 0 0;
	color: var(--gg-strategy-ink);
	font-family: var(--gg-font-display);
	font-size: clamp(2.45rem, 5.2vw, 5.65rem);
	font-weight: 900;
	line-height: 0.94;
	letter-spacing: -0.025em;
}

.gg-strategy-hero p,
.gg-strategy-intro p,
.gg-strategy-section-heading p,
.gg-strategy-card p,
.gg-strategy-steps p,
.gg-strategy-cta p {
	color: var(--gg-strategy-muted);
	font-size: clamp(1rem, 1.25vw, 1.1rem);
	font-weight: 600;
	line-height: 1.72;
}

.gg-strategy-hero__copy > p {
	max-width: 650px;
	margin: 24px 0 0;
}

.gg-strategy-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.gg-strategy-actions a,
.gg-strategy-cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--gg-strategy-orange), #c83b42);
	color: #fff !important;
	font-size: 0.88rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	box-shadow: 0 18px 36px rgba(200, 59, 66, 0.24);
}

.gg-strategy-actions a + a {
	background: rgba(255, 255, 255, 0.82);
	color: var(--gg-strategy-ink) !important;
	border: 1px solid rgba(113, 27, 102, 0.2);
	box-shadow: 0 18px 34px rgba(36, 25, 79, 0.1);
}

.gg-strategy-hero__visual {
	position: relative;
	min-height: 460px;
	border-radius: 28px;
	padding: 18px;
	background: linear-gradient(145deg, rgba(43, 36, 109, 0.92), rgba(113, 27, 102, 0.78));
	box-shadow: 0 30px 80px rgba(36, 25, 79, 0.24);
	isolation: isolate;
}

.gg-strategy-hero__visual::before {
	content: "";
	position: absolute;
	inset: 28px -20px auto auto;
	width: 160px;
	aspect-ratio: 1;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(232, 74, 12, 0.52), rgba(232, 74, 12, 0));
	z-index: -1;
}

.gg-strategy-hero__visual img {
	width: 100%;
	height: 100%;
	min-height: 424px;
	object-fit: cover;
	border-radius: 22px;
	opacity: 0.92;
	filter: saturate(1.08) contrast(1.04);
}

.gg-strategy-hero__visual div {
	position: absolute;
	left: 34px;
	right: 34px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 16px 18px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	backdrop-filter: blur(12px);
	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.16);
}

.gg-strategy-hero__visual div:first-of-type {
	bottom: 94px;
}

.gg-strategy-hero__visual div:last-of-type {
	bottom: 26px;
	left: 84px;
}

.gg-strategy-hero__visual strong {
	font-family: var(--gg-font-display);
	font-size: 1.2rem;
	font-weight: 900;
}

.gg-strategy-hero__visual span {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.82rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.gg-strategy-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
	gap: clamp(24px, 4vw, 56px);
	align-items: start;
	padding: clamp(28px, 4vw, 42px);
	border: 1px solid rgba(113, 27, 102, 0.14);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 24px 60px rgba(36, 25, 79, 0.1);
	backdrop-filter: blur(12px);
}

.gg-about-stats {
	margin-top: -28px;
	position: relative;
	z-index: 2;
}

.gg-about-stats ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gg-about-stats li {
	padding: 22px;
	border: 1px solid rgba(113, 27, 102, 0.12);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 18px 40px rgba(36, 25, 79, 0.09);
	backdrop-filter: blur(12px);
}

.gg-about-stats strong {
	display: block;
	color: var(--gg-strategy-purple);
	font-family: var(--gg-font-display);
	font-size: clamp(1.8rem, 3vw, 3.1rem);
	font-weight: 900;
	line-height: 1;
}

.gg-about-stats span {
	display: block;
	margin-top: 8px;
	color: var(--gg-strategy-muted);
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.35;
}

.gg-strategy-intro h2,
.gg-strategy-section-heading h2,
.gg-strategy-cta h2 {
	font-size: clamp(2rem, 3.4vw, 3.6rem);
	line-height: 1.02;
}

.gg-strategy-intro ul,
.gg-strategy-card ul {
	display: grid;
	gap: 13px;
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
}

.gg-strategy-intro li,
.gg-strategy-card li {
	position: relative;
	padding-left: 30px;
	color: var(--gg-strategy-ink);
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1.55;
}

.gg-strategy-intro li::before,
.gg-strategy-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.48em;
	width: 13px;
	height: 13px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--gg-strategy-orange), var(--gg-strategy-purple));
	box-shadow: 0 0 0 5px rgba(232, 74, 12, 0.12);
}

.gg-strategy-roadmap,
.gg-strategy-values {
	padding: clamp(64px, 8vw, 104px) 0 0;
}

.gg-strategy-section-heading {
	max-width: 780px;
	margin: 0 auto clamp(28px, 4vw, 44px);
	text-align: center;
}

.gg-strategy-section-heading span {
	justify-content: center;
}

.gg-strategy-section-heading span::before {
	display: none;
}

.gg-strategy-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.gg-strategy-steps article {
	position: relative;
	min-height: 250px;
	padding: 28px;
	overflow: hidden;
	border-radius: 24px;
	background:
		linear-gradient(145deg, rgba(36, 25, 79, 0.94), rgba(113, 27, 102, 0.88)),
		url('/wp-content/uploads/2024/02/container-terminal-wharf-transport.jpg') center / cover;
	color: #fff;
	box-shadow: 0 24px 48px rgba(36, 25, 79, 0.18);
}

.gg-strategy-steps article::after {
	content: "";
	position: absolute;
	right: -44px;
	bottom: -44px;
	width: 150px;
	aspect-ratio: 1;
	border-radius: 999px;
	background: rgba(232, 74, 12, 0.2);
}

.gg-strategy-steps b {
	color: rgba(255, 255, 255, 0.3);
	font-family: var(--gg-font-display);
	font-size: 3.6rem;
	font-weight: 900;
	line-height: 1;
}

.gg-strategy-steps h3 {
	margin: 20px 0 0;
	color: #fff;
	font-family: var(--gg-font-display);
	font-size: 1.38rem;
	font-weight: 900;
}

.gg-strategy-steps p {
	color: rgba(255, 255, 255, 0.78);
	margin: 12px 0 0;
	font-size: 0.96rem;
}

.gg-strategy-card-grid {
	display: grid;
	gap: 22px;
}

.gg-about-info-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.gg-about-info-card {
	position: relative;
	min-height: 260px;
	padding: 28px;
	overflow: hidden;
	border: 1px solid rgba(113, 27, 102, 0.12);
	border-radius: 26px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78)),
		radial-gradient(circle at top right, rgba(232, 74, 12, 0.16), transparent 42%);
	box-shadow: 0 22px 54px rgba(36, 25, 79, 0.1);
}

.gg-about-info-card::before {
	content: "";
	position: absolute;
	left: 28px;
	top: 28px;
	width: 44px;
	height: 4px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--gg-strategy-orange), var(--gg-strategy-purple));
}

.gg-about-info-card h3 {
	margin: 42px 0 0;
	color: var(--gg-strategy-ink);
	font-family: var(--gg-font-display);
	font-size: clamp(1.28rem, 2vw, 1.7rem);
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: -0.015em;
}

.gg-about-info-card p {
	margin: 16px 0 0;
	color: var(--gg-strategy-muted);
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1.68;
}

.gg-credentials-showcase {
	width: min(1160px, calc(100% - 36px));
	margin: clamp(54px, 7vw, 88px) auto 0;
}

.gg-credentials-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.gg-credential-card {
	display: grid;
	grid-template-columns: 132px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	min-height: 150px;
	padding: 18px;
	border: 1px solid rgba(113, 27, 102, 0.12);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 18px 44px rgba(36, 25, 79, 0.09);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.gg-credential-card:hover {
	transform: translateY(-4px);
	border-color: rgba(232, 74, 12, 0.35);
	box-shadow: 0 24px 56px rgba(36, 25, 79, 0.14);
}

.gg-credential-card__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 132px;
	height: 88px;
	padding: 10px;
	border-radius: 16px;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(36, 25, 79, 0.08);
}

.gg-credential-card__logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 1 !important;
	filter: none !important;
}

.gg-credential-card__text h3 {
	margin: 0;
	color: var(--gg-strategy-ink);
	font-family: var(--gg-font-display);
	font-size: 1.08rem;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: -0.01em;
}

.gg-credential-card__text p {
	margin: 8px 0 0;
	color: var(--gg-strategy-muted);
	font-size: 0.9rem;
	font-weight: 650;
	line-height: 1.48;
}

.gg-about-modern .gg-strategy-hero h1 {
	font-size: clamp(2.35rem, 4.7vw, 5rem);
}

.gg-about-company-name {
	display: block;
	width: fit-content;
	max-width: 100%;
	margin-top: 18px;
	padding: 10px 14px;
	border: 1px solid rgba(113, 27, 102, 0.18);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.78);
	color: var(--gg-strategy-purple);
	font-family: var(--gg-font-display);
	font-size: clamp(0.9rem, 1.4vw, 1.25rem);
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	box-shadow: 0 16px 36px rgba(36, 25, 79, 0.08);
}

.gg-about-modern .gg-strategy-hero__visual {
	min-height: 430px;
}

.gg-about-modern .gg-strategy-hero__visual img {
	min-height: 394px;
}

.gg-about-director {
	display: grid;
	grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
	gap: clamp(24px, 5vw, 62px);
	align-items: center;
	width: min(1160px, calc(100% - 36px));
	margin: clamp(44px, 6vw, 76px) auto 0;
	padding: clamp(18px, 3vw, 32px);
	border: 1px solid rgba(113, 27, 102, 0.12);
	border-radius: 30px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.84)),
		radial-gradient(circle at 0 0, rgba(232, 74, 12, 0.15), transparent 38%);
	box-shadow: 0 24px 62px rgba(36, 25, 79, 0.12);
}

.gg-about-director__portrait {
	overflow: hidden;
	border-radius: 26px;
	aspect-ratio: 0.86;
	background: linear-gradient(135deg, rgba(43, 36, 109, 0.1), rgba(113, 27, 102, 0.12));
}

.gg-about-director__portrait img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
}

.gg-about-director__content span {
	display: inline-flex;
	color: var(--gg-strategy-orange);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.gg-about-director__content h2 {
	margin: 14px 0 0;
	color: var(--gg-strategy-ink);
	font-family: var(--gg-font-display);
	font-size: clamp(2.1rem, 4vw, 4rem);
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: -0.025em;
}

.gg-about-director__content h3 {
	margin: 12px 0 0;
	color: var(--gg-strategy-purple);
	font-family: var(--gg-font-display);
	font-size: clamp(1.2rem, 2vw, 1.65rem);
	font-weight: 900;
}

.gg-about-director__content p {
	max-width: 720px;
	margin: 20px 0 0;
	color: var(--gg-strategy-muted);
	font-size: clamp(1rem, 1.2vw, 1.08rem);
	font-weight: 650;
	line-height: 1.78;
}

.gg-strategy-card {
	display: grid;
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
	gap: clamp(20px, 4vw, 54px);
	align-items: center;
	padding: clamp(18px, 3vw, 30px);
	border: 1px solid rgba(113, 27, 102, 0.12);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 22px 58px rgba(36, 25, 79, 0.1);
}

.gg-strategy-card:nth-child(even) {
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
}

.gg-strategy-card:nth-child(even) .gg-strategy-card__media {
	order: 2;
}

.gg-strategy-card__media {
	position: relative;
	overflow: hidden;
	border-radius: 22px;
	aspect-ratio: 1.2;
	background: #ddd;
}

.gg-strategy-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(43, 36, 109, 0.08), rgba(232, 74, 12, 0.18));
}

.gg-strategy-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.02);
	transition: transform 0.5s ease;
}

.gg-strategy-card:hover .gg-strategy-card__media img {
	transform: scale(1.08);
}

.gg-strategy-card__content h3 {
	margin: 12px 0 0;
	color: var(--gg-strategy-ink);
	font-family: var(--gg-font-display);
	font-size: clamp(1.8rem, 3vw, 3.1rem);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.02em;
}

.gg-strategy-card__content p {
	margin: 16px 0 0;
}

.gg-strategy-cta {
	margin-top: clamp(64px, 8vw, 104px);
	margin-bottom: clamp(56px, 8vw, 92px);
	padding: clamp(34px, 6vw, 64px);
	border-radius: 30px;
	background:
		linear-gradient(135deg, rgba(36, 25, 79, 0.92), rgba(113, 27, 102, 0.86)),
		url('/wp-content/uploads/2022/04/ourvalues.jpg') center / cover;
	text-align: center;
	box-shadow: 0 28px 70px rgba(36, 25, 79, 0.22);
}

.gg-strategy-cta h2 {
	max-width: 780px;
	margin-inline: auto;
	color: #fff;
}

.gg-strategy-cta span {
	color: #e84a0c;
	justify-content: center;
}

.gg-strategy-cta a {
	margin-top: 26px;
}

body.gg-strategy-page .gg-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.7s ease, transform 0.7s ease;
	transition-delay: var(--gg-reveal-delay, 0ms);
}

body.gg-strategy-page .gg-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

body.gg-about-page .gg-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.7s ease, transform 0.7s ease;
	transition-delay: var(--gg-reveal-delay, 0ms);
}

body.gg-about-page .gg-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1024px) {
	.gg-strategy-hero,
	.gg-strategy-intro,
	.gg-strategy-card,
	.gg-strategy-card:nth-child(even),
	.gg-about-director {
		grid-template-columns: 1fr;
	}

	.gg-strategy-card:nth-child(even) .gg-strategy-card__media {
		order: 0;
	}

	.gg-strategy-hero__visual {
		min-height: 360px;
	}

	.gg-strategy-hero__visual img {
		min-height: 324px;
	}

	.gg-strategy-steps {
		grid-template-columns: 1fr;
	}

	.gg-about-stats ul,
	.gg-about-info-grid,
	.gg-credentials-grid {
		grid-template-columns: 1fr;
	}

	.gg-credential-card {
		grid-template-columns: 120px minmax(0, 1fr);
	}

	.gg-credential-card__logo {
		width: 120px;
	}
}

@media (max-width: 767px) {
	.gg-strategy-hero,
	.gg-strategy-intro,
	.gg-strategy-roadmap,
	.gg-strategy-values,
	.gg-strategy-cta,
	.gg-about-stats,
	.gg-credentials-showcase {
		width: min(100% - 24px, 1160px);
	}

	.gg-strategy-hero {
		min-height: auto;
		padding-top: 42px;
	}

	.gg-strategy-hero h1 {
		font-size: clamp(2.25rem, 13vw, 3.4rem);
	}

	.gg-strategy-actions {
		display: grid;
	}

	.gg-strategy-hero__visual div {
		left: 22px;
		right: 22px;
	}

	.gg-strategy-hero__visual div:last-of-type {
		left: 22px;
	}

	.gg-strategy-intro,
	.gg-strategy-card,
	.gg-strategy-cta {
		border-radius: 22px;
	}

	.gg-strategy-card {
		padding: 14px;
	}

	.gg-about-stats {
		margin-top: -10px;
	}

	.gg-about-info-card {
		min-height: auto;
		padding: 24px;
	}

	.gg-about-company-name {
		font-size: 0.78rem;
		letter-spacing: 0.04em;
	}

	.gg-about-director {
		width: min(100% - 24px, 1160px);
		border-radius: 22px;
	}

	.gg-credential-card {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.gg-credential-card__logo {
		width: 100%;
		max-width: 180px;
		margin-inline: auto;
	}
}

/* Careers and job openings redesign */
body.gg-careers-ready {
	background: #f4f7fb;
}

body.gg-careers-ready .elementor-2511,
body.gg-careers-ready .elementor-3758,
body.gg-job-detail-page {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 247, 252, 0.98)),
		url('/wp-content/uploads/2024/02/container-terminal-wharf-transport.jpg') center top / 100% auto no-repeat;
}

.gg-careers,
.gg-career-hero,
.gg-career-culture,
.gg-career-cta,
body.gg-jobs-page .elementor-3758 > .elementor-section,
body.gg-jobs-page .elementor-3758 .elementor-widget-container > .awsm-job-wrap,
body.gg-job-detail-page .awsm-job-single-wrap,
.gg-job-detail-hero {
	font-family: var(--gg-font-body);
}

.gg-career-hero,
.gg-career-culture,
.gg-career-cta,
body.gg-jobs-page .elementor-3758 .awsm-job-wrap,
.gg-job-detail-hero,
body.gg-job-detail-page .awsm-job-single-wrap {
	width: min(1160px, calc(100% - 36px));
	margin-inline: auto;
}

.gg-career-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
	gap: clamp(28px, 5vw, 68px);
	align-items: center;
	padding: clamp(56px, 8vw, 98px) 0 clamp(42px, 7vw, 78px);
}

.gg-career-hero__copy > span,
.gg-career-section-heading span,
.gg-job-detail-hero span,
.gg-career-cta span {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #e84a0c;
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.gg-career-hero__copy > span::before,
.gg-career-section-heading span::before,
.gg-job-detail-hero span::before {
	content: "";
	width: 34px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
}

.gg-career-hero h1,
.gg-career-section-heading h2,
.gg-career-cta h2,
.gg-job-detail-hero h1 {
	margin: 16px 0 0;
	color: #24194f;
	font-family: var(--gg-font-display);
	font-size: clamp(2.35rem, 5vw, 5.25rem);
	font-weight: 900;
	line-height: 0.96;
	letter-spacing: -0.025em;
}

.gg-career-hero p,
.gg-career-culture p,
.gg-career-cta p,
.gg-job-detail-hero p {
	color: #627086;
	font-size: clamp(1rem, 1.25vw, 1.1rem);
	font-weight: 650;
	line-height: 1.72;
}

.gg-career-hero__copy p {
	max-width: 650px;
	margin: 22px 0 0;
}

.gg-career-hero a,
.gg-career-cta a,
body.gg-jobs-page .awsm-job-more,
body.gg-job-detail-page #awsm-application-submit-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	margin-top: 30px;
	padding: 0 22px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #e84a0c !important;
	color: #fff !important;
	font-size: 0.88rem !important;
	font-weight: 900 !important;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	box-shadow: 0 18px 36px rgba(200, 59, 66, 0.24);
}

.gg-career-hero__graphic {
	position: relative;
	min-height: 430px;
	border-radius: 30px;
	padding: 18px;
	background: linear-gradient(145deg, rgba(43, 36, 109, 0.92), rgba(113, 27, 102, 0.78));
	box-shadow: 0 30px 80px rgba(36, 25, 79, 0.22);
	isolation: isolate;
}

.gg-career-hero__graphic img {
	width: 100%;
	height: 100%;
	min-height: 394px;
	object-fit: cover;
	border-radius: 24px;
	opacity: 0.9 !important;
	filter: saturate(1.08) contrast(1.04);
}

.gg-career-orbit {
	position: absolute;
	inset: 42px;
	z-index: 2;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	animation: gg-career-orbit 18s linear infinite;
}

.gg-career-orbit i {
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 999px;
	background: #e84a0c;
	box-shadow: 0 0 0 9px rgba(232, 74, 12, 0.18);
}

.gg-career-orbit i:nth-child(1) {
	left: 12%;
	top: 12%;
}

.gg-career-orbit i:nth-child(2) {
	right: 4%;
	top: 44%;
}

.gg-career-orbit i:nth-child(3) {
	left: 36%;
	bottom: -7px;
}

.gg-career-float {
	position: absolute;
	z-index: 3;
	left: 34px;
	right: 34px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 15px 17px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	backdrop-filter: blur(12px);
}

.gg-career-float--one {
	bottom: 90px;
}

.gg-career-float--two {
	bottom: 24px;
	left: 78px;
}

.gg-career-float strong {
	font-family: var(--gg-font-display);
	font-size: 1.1rem;
	font-weight: 900;
}

.gg-career-float span {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.82rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.gg-career-culture {
	padding: clamp(34px, 6vw, 70px) 0;
}

.gg-career-section-heading {
	max-width: 760px;
	margin: 0 auto 32px;
	text-align: center;
}

.gg-career-section-heading span {
	justify-content: center;
}

.gg-career-section-heading span::before {
	display: none;
}

.gg-career-section-heading h2,
.gg-career-cta h2 {
	font-size: clamp(2rem, 3.4vw, 3.6rem);
	line-height: 1.02;
}

.gg-career-culture-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.gg-career-culture-grid article {
	position: relative;
	min-height: 230px;
	padding: 28px;
	overflow: hidden;
	border: 1px solid rgba(113, 27, 102, 0.12);
	border-radius: 24px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78)),
		radial-gradient(circle at top right, rgba(232, 74, 12, 0.16), transparent 44%);
	box-shadow: 0 20px 48px rgba(36, 25, 79, 0.09);
}

.gg-career-culture-grid article b {
	display: block;
	width: 46px;
	height: 4px;
	border-radius: 999px;
	background: linear-gradient(90deg, #e84a0c, #711b66);
}

.gg-career-culture-grid h3 {
	margin: 32px 0 0;
	color: #24194f;
	font-family: var(--gg-font-display);
	font-size: 1.35rem;
	font-weight: 900;
}

.gg-career-cta {
	margin-bottom: clamp(56px, 8vw, 92px);
	padding: clamp(34px, 6vw, 64px);
	border-radius: 30px;
	background:
		linear-gradient(135deg, rgba(36, 25, 79, 0.92), rgba(113, 27, 102, 0.86)),
		url('/wp-content/uploads/2022/04/ourvalues.jpg') center / cover;
	text-align: center;
	box-shadow: 0 28px 70px rgba(36, 25, 79, 0.22);
}

.gg-career-cta h2 {
	max-width: 760px;
	margin-inline: auto;
	color: #fff;
}

.gg-career-cta span {
	color: #e84a0c;
	justify-content: center;
}

body.gg-jobs-page .awsm-job-wrap {
	padding: clamp(22px, 4vw, 36px);
	border: 1px solid rgba(113, 27, 102, 0.12);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 24px 62px rgba(36, 25, 79, 0.11);
	backdrop-filter: blur(12px);
}

body.gg-jobs-page .awsm-filter-wrap {
	margin: 0 0 26px !important;
	padding: 18px;
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(43, 36, 109, 0.08), rgba(232, 74, 12, 0.08));
}

body.gg-jobs-page .awsm-filter-wrap form,
body.gg-jobs-page .awsm-filter-items {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	align-items: center;
}

body.gg-jobs-page .awsm-filter-item-search {
	grid-column: 1 / -1;
}

body.gg-jobs-page .awsm-job-form-control,
body.gg-jobs-page .awsm-filter-option,
body.gg-job-detail-page .awsm-job-form-control {
	min-height: 48px !important;
	border: 1px solid rgba(113, 27, 102, 0.18) !important;
	border-radius: 14px !important;
	background: rgba(255, 255, 255, 0.94) !important;
	color: #24194f !important;
	font-family: var(--gg-font-body) !important;
	font-size: 0.95rem !important;
	font-weight: 700 !important;
	box-shadow: none !important;
}

body.gg-jobs-page .awsm-job-listings {
	display: grid !important;
	gap: 16px;
}

body.gg-jobs-page .awsm-job-listing-item {
	border: 0 !important;
}

body.gg-jobs-page .awsm-job-item {
	padding: 24px !important;
	border: 1px solid rgba(113, 27, 102, 0.12) !important;
	border-radius: 24px !important;
	background: #fff !important;
	box-shadow: 0 18px 42px rgba(36, 25, 79, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.gg-jobs-page .awsm-job-item:hover {
	transform: translateY(-3px);
	border-color: rgba(232, 74, 12, 0.34) !important;
	box-shadow: 0 24px 56px rgba(36, 25, 79, 0.13);
}

body.gg-jobs-page h2.awsm-job-post-title {
	margin: 0 0 14px !important;
	font-family: var(--gg-font-display) !important;
	font-size: clamp(1.25rem, 2vw, 1.7rem) !important;
	font-weight: 900 !important;
	line-height: 1.08 !important;
}

body.gg-jobs-page h2.awsm-job-post-title a {
	color: #24194f !important;
}

body.gg-jobs-page .awsm-job-specification-wrapper {
	display: flex !important;
	flex-wrap: wrap;
	gap: 9px;
}

body.gg-jobs-page .awsm-job-specification-term,
body.gg-job-detail-page .awsm-job-specification-term {
	display: inline-flex !important;
	align-items: center;
	min-height: 30px;
	padding: 5px 10px !important;
	border-radius: 999px;
	background: rgba(113, 27, 102, 0.09);
	color: #711b66 !important;
	font-size: 0.82rem;
	font-weight: 850;
	line-height: 1.1;
}

body.gg-jobs-page .awsm-job-more {
	min-height: 40px;
	margin-top: 14px;
	padding-inline: 18px !important;
	font-size: 0.78rem !important;
}

.gg-job-detail-hero {
	padding: clamp(48px, 7vw, 86px) 0 30px;
}

.gg-job-detail-hero > div {
	padding: clamp(30px, 5vw, 58px);
	border-radius: 30px;
	background:
		linear-gradient(135deg, rgba(36, 25, 79, 0.92), rgba(113, 27, 102, 0.84)),
		url('/wp-content/uploads/2024/02/container-terminal-wharf-transport.jpg') center / cover;
	box-shadow: 0 28px 70px rgba(36, 25, 79, 0.2);
	color: #fff;
}

.gg-job-detail-hero h1,
.gg-job-detail-hero p {
	color: #fff;
	max-width: 820px;
}

.gg-job-detail-hero p {
	color: rgba(255, 255, 255, 0.82);
}

.gg-job-detail-hero ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.gg-job-detail-hero li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	backdrop-filter: blur(10px);
}

.gg-job-detail-hero strong {
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.gg-job-detail-hero em {
	font-style: normal;
	font-weight: 800;
}

body.gg-job-detail-page .awsm-job-single-wrap {
	display: grid !important;
	grid-template-columns: minmax(0, 0.82fr) minmax(340px, 0.52fr);
	gap: 24px;
	margin-bottom: clamp(58px, 8vw, 96px);
}

body.gg-job-detail-page .awsm-job-content,
body.gg-job-detail-page .awsm-job-form {
	padding: clamp(22px, 4vw, 34px) !important;
	border: 1px solid rgba(113, 27, 102, 0.12);
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 22px 58px rgba(36, 25, 79, 0.1);
}

body.gg-job-detail-page .awsm-job-form-inner h2 {
	margin: 0 0 18px !important;
	color: #24194f !important;
	font-family: var(--gg-font-display) !important;
	font-size: clamp(1.55rem, 2.4vw, 2.15rem) !important;
	font-weight: 900 !important;
	line-height: 1.05 !important;
}

body.gg-job-detail-page .awsm-job-form-group label {
	color: #24194f !important;
	font-size: 0.9rem !important;
	font-weight: 850 !important;
}

body.gg-job-detail-page .awsm-job-form-group {
	margin-bottom: 15px !important;
}

body.gg-job-detail-page textarea.awsm-job-form-control {
	min-height: 130px !important;
	padding-top: 14px !important;
}

body.gg-job-detail-page #awsm-application-submit-btn {
	width: 100%;
	margin-top: 10px;
	cursor: pointer;
}

@keyframes gg-career-orbit {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 1024px) {
	.gg-career-hero,
	body.gg-job-detail-page .awsm-job-single-wrap {
		grid-template-columns: 1fr;
	}

	.gg-career-culture-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.gg-jobs-page .awsm-filter-wrap form,
	body.gg-jobs-page .awsm-filter-items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.gg-career-hero,
	.gg-career-culture,
	.gg-career-cta,
	body.gg-jobs-page .elementor-3758 .awsm-job-wrap,
	.gg-job-detail-hero,
	body.gg-job-detail-page .awsm-job-single-wrap {
		width: min(100% - 24px, 1160px);
	}

	.gg-career-hero {
		padding-top: 42px;
	}

	.gg-career-hero h1,
	.gg-job-detail-hero h1 {
		font-size: clamp(2.2rem, 12vw, 3.35rem);
	}

	.gg-career-hero__graphic {
		min-height: 330px;
	}

	.gg-career-hero__graphic img {
		min-height: 294px;
	}

	.gg-career-float {
		left: 22px;
		right: 22px;
	}

	.gg-career-float--two {
		left: 22px;
	}

	.gg-career-culture-grid,
	body.gg-jobs-page .awsm-filter-wrap form,
	body.gg-jobs-page .awsm-filter-items {
		grid-template-columns: 1fr;
	}

	body.gg-jobs-page .awsm-job-wrap,
	body.gg-job-detail-page .awsm-job-content,
	body.gg-job-detail-page .awsm-job-form,
	.gg-job-detail-hero > div {
		border-radius: 22px;
	}
}

/* Careers readability correction: stable alignment for filters, cards, and application pages. */
body.gg-careers-ready .gg-career-hero,
body.gg-careers-ready .gg-career-culture,
body.gg-careers-ready .gg-career-cta,
body.gg-jobs-page .awsm-job-wrap,
body.gg-job-detail-page .awsm-job-single-wrap,
body.gg-job-detail-page .gg-job-detail-hero {
	color: #24194f;
}

body.gg-careers-ready .gg-career-hero {
	align-items: center;
	padding-top: clamp(44px, 6vw, 76px);
	padding-bottom: clamp(36px, 5vw, 64px);
}

body.gg-careers-ready .gg-career-hero h1,
body.gg-job-detail-page .gg-job-detail-hero h1 {
	max-width: 860px;
	font-size: clamp(2.35rem, 4.35vw, 4.7rem);
	line-height: 1.02;
	letter-spacing: -0.02em;
}

body.gg-careers-ready .gg-career-hero p,
body.gg-job-detail-page .gg-job-detail-hero p {
	max-width: 720px;
	font-size: 1.05rem;
	line-height: 1.68;
}

body.gg-careers-ready .gg-career-hero__graphic {
	min-height: 390px;
}

body.gg-careers-ready .gg-career-hero__graphic img {
	min-height: 354px;
}

body.gg-careers-ready .gg-career-float {
	max-width: calc(100% - 56px);
}

body.gg-jobs-page .awsm-job-wrap {
	padding: clamp(18px, 3vw, 30px) !important;
}

body.gg-jobs-page .awsm-filter-wrap {
	margin: 0 0 26px !important;
	padding: 18px !important;
}

body.gg-jobs-page .awsm-filter-wrap form {
	display: block !important;
	margin: 0 !important;
}

body.gg-jobs-page .awsm-filter-item-search {
	display: block !important;
	width: 100% !important;
	margin: 0 0 14px !important;
}

body.gg-jobs-page .awsm-filter-toggle {
	display: none !important;
}

body.gg-jobs-page .awsm-filter-items {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 12px !important;
	width: 100% !important;
}

body.gg-jobs-page .awsm-filter-item,
body.gg-jobs-page .awsm-filter-option,
body.gg-jobs-page .awsm-job-search {
	width: 100% !important;
	max-width: 100% !important;
}

body.gg-jobs-page .awsm-filter-wrap input[type="hidden"] {
	display: none !important;
}

body.gg-jobs-page .awsm-job-listings {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 14px !important;
}

body.gg-jobs-page .awsm-job-listing-item,
body.gg-jobs-page .awsm-job-item,
body.gg-jobs-page .awsm-list-left-col {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
}

body.gg-jobs-page .awsm-job-item {
	min-height: auto !important;
	padding: 22px !important;
}

body.gg-jobs-page h2.awsm-job-post-title {
	max-width: 100%;
	margin-bottom: 12px !important;
	font-size: clamp(1.15rem, 1.55vw, 1.45rem) !important;
	line-height: 1.22 !important;
}

body.gg-jobs-page .awsm-job-specification-wrapper {
	display: flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 8px !important;
	margin: 0 !important;
}

body.gg-jobs-page .awsm-job-specification-item {
	display: inline-flex !important;
	flex-wrap: wrap !important;
	gap: 6px !important;
	width: auto !important;
	margin: 0 !important;
}

body.gg-jobs-page .awsm-job-more-container {
	margin-top: 14px !important;
}

body.gg-jobs-page .awsm-job-more {
	width: max-content !important;
	max-width: 100% !important;
	margin-top: 0 !important;
	white-space: nowrap !important;
}

body.gg-job-detail-page .awsm-job-single-wrap {
	align-items: start !important;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 430px) !important;
}

body.gg-job-detail-page .awsm-job-content,
body.gg-job-detail-page .awsm-job-form {
	width: 100% !important;
	min-width: 0 !important;
}

body.gg-job-detail-page .awsm-job-content {
	color: #24194f !important;
	font-size: 1rem !important;
	font-weight: 600 !important;
	line-height: 1.7 !important;
}

body.gg-job-detail-page .awsm-job-specifications-container {
	margin-top: 0 !important;
}

body.gg-job-detail-page .awsm-job-specification-wrapper {
	display: grid !important;
	gap: 12px !important;
}

body.gg-job-detail-page .awsm-job-specification-item {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 12px !important;
	padding: 12px 0 !important;
	border-bottom: 1px solid rgba(113, 27, 102, 0.1);
}

body.gg-job-detail-page .awsm-job-form {
	position: sticky;
	top: 92px;
}

body.gg-job-detail-page .awsm-job-form-control {
	width: 100% !important;
	padding-inline: 14px !important;
}

body.gg-job-detail-page .awsm-job-inline-group {
	display: grid !important;
	grid-template-columns: 20px minmax(0, 1fr) !important;
	gap: 10px !important;
	align-items: start !important;
}

body.gg-job-detail-page .awsm-job-inline-group input[type="checkbox"] {
	margin-top: 4px !important;
}

@media (max-width: 1024px) {
	body.gg-jobs-page .awsm-filter-items {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.gg-job-detail-page .awsm-job-single-wrap {
		grid-template-columns: 1fr !important;
	}

	body.gg-job-detail-page .awsm-job-form {
		position: static;
	}
}

@media (max-width: 767px) {
	body.gg-careers-ready .gg-career-hero {
		grid-template-columns: 1fr !important;
		gap: 22px !important;
	}

	body.gg-careers-ready .gg-career-hero h1,
	body.gg-job-detail-page .gg-job-detail-hero h1 {
		font-size: clamp(2rem, 10vw, 3rem);
		line-height: 1.05;
	}

	body.gg-careers-ready .gg-career-hero__graphic {
		min-height: 280px;
	}

	body.gg-careers-ready .gg-career-hero__graphic img {
		min-height: 244px;
	}

	body.gg-careers-ready .gg-career-float {
		position: relative;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		max-width: none;
		margin-top: 10px;
		background: rgba(36, 25, 79, 0.82);
	}

	body.gg-jobs-page .awsm-filter-items {
		grid-template-columns: 1fr !important;
	}

	body.gg-jobs-page .awsm-job-item {
		padding: 18px !important;
		border-radius: 18px !important;
	}

	body.gg-jobs-page .awsm-job-more {
		width: 100% !important;
	}

	body.gg-job-detail-page .awsm-job-specification-item {
		display: grid !important;
		justify-content: stretch !important;
	}
}

/* Homepage — flagship integrated-logistics redesign. */
body.gg-main-page {
	background: #f8f5f8 !important;
}

body.gg-main-page .elementor-41 {
	visibility: visible !important;
	overflow: hidden;
	color: #291a39;
	font-family: Inter, sans-serif;
}

body.gg-main-page .elementor-41,
body.gg-main-page .elementor-41 * {
	box-sizing: border-box;
}

.gg-main {
	background: #f8f5f8;
}

.gg-main-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, .93fr) minmax(430px, 1.07fr);
	align-items: center;
	min-height: 880px;
	padding: 145px max(5.5vw, 36px) 105px;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(circle at 8% 8%, rgba(167,43,118,.62), transparent 28rem),
		radial-gradient(circle at 95% 88%, rgba(232,74,12,.4), transparent 28rem),
		#211337;
	isolation: isolate;
}

.gg-main-hero__grid {
	position: absolute;
	z-index: -1;
	inset: 0;
	background:
		linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
	background-size: 74px 74px;
	mask-image: linear-gradient(90deg, #000, rgba(0,0,0,.18));
}

.gg-main-hero__copy {
	position: relative;
	z-index: 3;
	max-width: 820px;
}

.gg-main-eyebrow,
.gg-main-kicker {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 23px;
	color: #e84a0c;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .19em;
	text-transform: uppercase;
}

.gg-main-eyebrow i {
	width: 34px;
	height: 2px;
	background: #e84a0c;
}

.gg-main-hero h1 {
	margin: 0;
	color: #fff;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(4.5rem, 7.8vw, 9rem);
	font-weight: 800;
	letter-spacing: -.08em;
	line-height: .84;
}

.gg-main-hero h1 em,
.gg-main-network h2 em,
.gg-main-story h2 em {
	color: transparent;
	font-style: normal;
	-webkit-text-stroke: 1.4px rgba(255,255,255,.68);
}

.gg-main-hero__copy > p {
	max-width: 620px;
	margin: 38px 0 34px;
	color: rgba(255,255,255,.7);
	font-size: clamp(1rem, 1.35vw, 1.2rem);
	line-height: 1.75;
}

.gg-main-hero__actions {
	display: flex;
	align-items: center;
	gap: 28px;
}

.gg-main-button {
	display: inline-flex;
	align-items: center;
	gap: 27px;
	padding: 14px 15px 14px 24px;
	border-radius: 999px;
	color: #fff !important;
	background: #e84a0c;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .09em;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: transform .25s ease, box-shadow .25s ease;
}

.gg-main-button b {
	display: grid;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	color: #2b173d;
	background: #fff;
	font-size: 17px;
	place-items: center;
}

.gg-main-button:hover {
	box-shadow: 0 16px 38px rgba(0,0,0,.25);
	transform: translateY(-3px);
}

.gg-main-button--light {
	color: #29183a !important;
	background: #fff;
}

.gg-main-button--light b {
	color: #fff;
	background: #e84a0c;
}

.gg-main-text-link,
.gg-main-inline-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #fff !important;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.gg-main-text-link span,
.gg-main-inline-link b {
	font-size: 17px;
	transition: transform .2s ease;
}

.gg-main-text-link:hover span,
.gg-main-inline-link:hover b {
	transform: translateX(5px);
}

.gg-main-hero__visual {
	position: relative;
	z-index: 2;
	width: min(100%, 740px);
	margin-left: auto;
}

.gg-main-hero__photo {
	position: relative;
	aspect-ratio: 4 / 5;
	max-height: 650px;
	overflow: hidden;
	border-radius: 300px 300px 30px 30px;
	box-shadow: 0 42px 100px rgba(0,0,0,.42);
	transform: rotate(1.5deg);
}

.gg-main-hero__photo::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, transparent 48%, rgba(31,13,41,.72));
}

.gg-main-hero__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: gg-main-drift 13s ease-in-out infinite alternate;
}

.gg-main-route {
	position: absolute;
	z-index: 3;
	top: -30px;
	right: -22px;
	display: grid;
	width: 190px;
	height: 190px;
	border: 1px solid rgba(255,255,255,.28);
	border-radius: 50%;
	background: rgba(36,18,52,.74);
	backdrop-filter: blur(12px);
	place-items: center;
	animation: gg-main-float 5s ease-in-out infinite;
}

.gg-main-route__ring {
	position: absolute;
	inset: 27px;
	border: 1px dashed rgba(255,255,255,.26);
	border-radius: 50%;
	animation: gg-main-spin 18s linear infinite;
}

.gg-main-route strong {
	margin-top: -14px;
	color: #fff;
	font-size: 28px;
	letter-spacing: .1em;
}

.gg-main-route small {
	position: absolute;
	bottom: 42px;
	color: rgba(255,255,255,.58);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
}

.gg-main-route__dot {
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #e84a0c;
	box-shadow: 0 0 18px #e84a0c;
}

.gg-main-route__dot--one { top: 20px; left: 72px; }
.gg-main-route__dot--two { right: 18px; bottom: 54px; width: 6px; height: 6px; }
.gg-main-route__dot--three { left: 22px; bottom: 44px; width: 5px; height: 5px; background: #bd3d86; }

.gg-main-hero__badge {
	position: absolute;
	z-index: 3;
	left: -68px;
	bottom: 54px;
	display: flex;
	width: 166px;
	height: 166px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 50%;
	background: rgba(44,23,62,.76);
	backdrop-filter: blur(12px);
}

.gg-main-hero__badge strong {
	font-size: 39px;
}

.gg-main-hero__badge span {
	color: rgba(255,255,255,.6);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .1em;
	line-height: 1.5;
	text-transform: uppercase;
}

.gg-main-hero__scroll {
	position: absolute;
	z-index: 4;
	left: max(5.5vw, 36px);
	bottom: 30px;
	display: inline-flex;
	align-items: center;
	gap: 14px;
	color: rgba(255,255,255,.66) !important;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .14em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.gg-main-hero__scroll b {
	display: grid;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 50%;
	color: #fff;
	place-items: center;
}

.gg-main-stats {
	position: relative;
	z-index: 5;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	max-width: 1320px;
	margin: -42px auto 0;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 20px 65px rgba(38,20,52,.13);
}

.gg-main-stats > div {
	display: flex;
	min-height: 130px;
	flex-direction: column;
	justify-content: center;
	padding: 25px 36px;
	border-right: 1px solid rgba(43,26,58,.1);
}

.gg-main-stats > div:last-child {
	border-right: 0;
}

.gg-main-stats strong {
	color: #2a193b;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: clamp(1.7rem, 2.5vw, 2.6rem);
	letter-spacing: -.05em;
}

.gg-main-stats span {
	margin-top: 7px;
	color: #897f90;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.gg-main-story {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
	align-items: center;
	gap: clamp(60px, 8vw, 120px);
	max-width: 1360px;
	margin: 0 auto;
	padding: 150px 32px;
}

.gg-main-story__visual {
	position: relative;
	padding: 25px 0 42px 35px;
}

.gg-main-story__image {
	position: relative;
	z-index: 2;
	aspect-ratio: 4 / 5;
	max-height: 650px;
	overflow: hidden;
	border-radius: 24px 220px 24px 24px;
	box-shadow: 0 35px 75px rgba(42,23,56,.18);
}

.gg-main-story__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .8s ease;
}

.gg-main-story__visual:hover img {
	transform: scale(1.04);
}

.gg-main-story__shape {
	position: absolute;
	top: 0;
	left: 0;
	width: 68%;
	height: 70%;
	border-radius: 24px 190px 24px 24px;
	background: #e8ddea;
}

.gg-main-story__note {
	position: absolute;
	z-index: 3;
	right: -32px;
	bottom: 0;
	display: flex;
	width: 210px;
	height: 130px;
	flex-direction: column;
	justify-content: center;
	padding: 24px;
	border-radius: 18px;
	color: #fff;
	background: #a32970;
	box-shadow: 0 20px 42px rgba(100,32,82,.22);
}

.gg-main-story__note b {
	font-size: 18px;
}

.gg-main-story__note span {
	margin-top: 5px;
	color: rgba(255,255,255,.66);
	font-size: 10px;
	line-height: 1.5;
}

.gg-main-kicker {
	margin-bottom: 15px;
	color: #a42970;
}

.gg-main-story h2,
.gg-main-services h2,
.gg-main-network h2,
.gg-main-process h2,
.gg-main-sectors h2,
.gg-main-insights h2,
.gg-main-cta h2 {
	margin: 0;
	color: #28183a;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(3.4rem, 5.8vw, 6.5rem);
	font-weight: 800;
	letter-spacing: -.07em;
	line-height: .94;
}

.gg-main-story h2 em {
	-webkit-text-stroke-color: rgba(40,24,58,.5);
}

.gg-main-story__copy > p {
	max-width: 650px;
	margin: 30px 0;
	color: #746a7b;
	font-size: 1.05rem;
	line-height: 1.8;
}

.gg-main-story__points {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin: 32px 0;
}

.gg-main-story__points span {
	display: flex;
	min-height: 92px;
	flex-direction: column;
	justify-content: center;
	padding: 16px;
	border-top: 1px solid rgba(42,24,58,.18);
	color: #3f304b;
	font-size: 12px;
	font-weight: 700;
}

.gg-main-story__points b {
	margin-bottom: 11px;
	color: #b13179;
	font-size: 9px;
	letter-spacing: .12em;
}

.gg-main-inline-link {
	color: #9f2a6d !important;
}

.gg-main-services {
	padding: 130px max(4vw, 24px);
	color: #fff;
	background: #241439;
}

.gg-main-services > header,
.gg-main-insights > header {
	display: grid;
	grid-template-columns: 1fr .72fr;
	align-items: end;
	gap: 50px;
	max-width: 1340px;
	margin: 0 auto 55px;
}

.gg-main-services h2 {
	color: #fff;
}

.gg-main-services > header > p {
	max-width: 520px;
	margin: 0 0 8px;
	color: rgba(255,255,255,.61);
	line-height: 1.75;
}

.gg-main-services .gg-main-kicker {
	color: #e84a0c;
}

.gg-main-services__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-auto-rows: 410px;
	gap: 14px;
	max-width: 1450px;
	margin: 0 auto;
}

.gg-main-service {
	min-width: 0;
	opacity: 0;
	transform: translateY(35px);
	transition: opacity .65s var(--gg-main-delay) ease, transform .65s var(--gg-main-delay) ease;
}

.gg-main-service.is-visible {
	opacity: 1;
	transform: none;
}

.gg-main-service > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 22px;
	color: #fff !important;
	text-decoration: none !important;
}

.gg-main-service:first-child {
	grid-column: span 2;
}

.gg-main-service img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .75s cubic-bezier(.2,.7,.2,1), filter .4s ease;
}

.gg-main-service__veil {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(31,14,42,.08) 26%, rgba(28,12,39,.94));
}

.gg-main-service__number {
	position: absolute;
	top: 22px;
	left: 23px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .15em;
}

.gg-main-service__copy {
	position: absolute;
	right: 78px;
	bottom: 25px;
	left: 24px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.gg-main-service__copy small {
	margin-bottom: 7px;
	color: #e84a0c;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.gg-main-service__copy strong {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: clamp(1.65rem, 2.5vw, 2.5rem);
	letter-spacing: -.05em;
}

.gg-main-service__copy em {
	max-width: 510px;
	max-height: 0;
	margin-top: 0;
	overflow: hidden;
	color: rgba(255,255,255,.68);
	font-size: 12px;
	font-style: normal;
	line-height: 1.55;
	opacity: 0;
	transition: max-height .4s ease, opacity .35s ease, margin .35s ease;
}

.gg-main-service__arrow {
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: grid;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 50%;
	background: rgba(255,255,255,.1);
	font-size: 19px;
	place-items: center;
	backdrop-filter: blur(8px);
	transition: transform .3s ease, background .3s ease;
}

.gg-main-service:hover img {
	filter: saturate(1.12);
	transform: scale(1.055);
}

.gg-main-service:hover .gg-main-service__copy em {
	max-height: 70px;
	margin-top: 11px;
	opacity: 1;
}

.gg-main-service:hover .gg-main-service__arrow {
	background: #e84a0c;
	transform: rotate(45deg);
}

.gg-main-services__all {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1450px;
	margin: 34px auto 0;
	padding: 20px 0;
	border-bottom: 1px solid rgba(255,255,255,.2);
	color: #fff !important;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .11em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.gg-main-services__all b {
	font-size: 18px;
}

.gg-main-network {
	display: grid;
	grid-template-columns: minmax(380px, .9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(60px, 8vw, 130px);
	min-height: 760px;
	padding: 110px max(7vw, 40px);
	background: #f4eef5;
}

.gg-main-network__graphic {
	position: relative;
	display: grid;
	width: min(42vw, 560px);
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(164,41,112,.12), transparent 65%);
	place-items: center;
}

.gg-main-network__orbit {
	position: absolute;
	border: 1px solid rgba(49,28,65,.17);
	border-radius: 50%;
}

.gg-main-network__orbit--outer {
	inset: 0;
	animation: gg-main-spin 30s linear infinite;
}

.gg-main-network__orbit--middle {
	inset: 20%;
	border-style: dashed;
	animation: gg-main-spin 22s linear infinite reverse;
}

.gg-main-network__orbit--outer::before,
.gg-main-network__orbit--outer::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(49,28,65,.12);
	transform: rotate(38deg);
}

.gg-main-network__orbit--outer::after {
	transform: rotate(-38deg);
}

.gg-main-network__orbit i {
	position: absolute;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #e84a0c;
	box-shadow: 0 0 20px rgba(232,74,12,.55);
}

.gg-main-network__orbit i:nth-child(1) { top: 8%; left: 30%; }
.gg-main-network__orbit i:nth-child(2) { right: 2%; bottom: 38%; width: 7px; height: 7px; }
.gg-main-network__orbit i:nth-child(3) { left: 15%; bottom: 12%; width: 8px; height: 8px; background: #a62b73; }

.gg-main-network__core {
	position: relative;
	z-index: 2;
	display: grid;
	width: 155px;
	height: 155px;
	border-radius: 50%;
	color: #fff;
	background: #2a183d;
	box-shadow: 0 24px 50px rgba(42,24,61,.22);
	place-items: center;
}

.gg-main-network__core strong {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 64px;
	line-height: .7;
}

.gg-main-network__core span {
	position: absolute;
	bottom: 28px;
	color: #e84a0c;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.gg-main-network__label {
	position: absolute;
	padding: 8px 12px;
	border: 1px solid rgba(47,28,62,.13);
	border-radius: 999px;
	color: #66556f;
	background: rgba(255,255,255,.78);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	backdrop-filter: blur(8px);
}

.gg-main-network__label--one { top: 8%; right: 14%; }
.gg-main-network__label--two { right: -2%; bottom: 22%; }
.gg-main-network__label--three { left: 1%; bottom: 28%; }

.gg-main-network__copy {
	max-width: 700px;
}

.gg-main-network h2 em {
	-webkit-text-stroke-color: rgba(40,24,58,.45);
}

.gg-main-network__copy > p {
	max-width: 620px;
	margin: 30px 0;
	color: #746a7b;
	font-size: 1.05rem;
	line-height: 1.8;
}

.gg-main-network ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 34px 0 40px;
	padding: 0;
	gap: 12px;
	list-style: none;
}

.gg-main-network li {
	display: flex;
	flex-direction: column;
	padding: 17px 0;
	border-top: 1px solid rgba(42,24,58,.17);
	color: #44334e;
	font-size: 11px;
	font-weight: 700;
}

.gg-main-network li span {
	margin-bottom: 9px;
	color: #ab3177;
	font-size: 8px;
	letter-spacing: .12em;
}

.gg-main-network .gg-main-button--light {
	color: #fff !important;
	background: #2a183d;
}

.gg-main-network .gg-main-button--light b {
	color: #2a183d;
	background: #fff;
}

.gg-main-process {
	padding: 130px max(6vw, 30px);
	color: #fff;
	background: #2a183d;
}

.gg-main-process > header {
	max-width: 1340px;
	margin: 0 auto 70px;
}

.gg-main-process h2 {
	color: #fff;
}

.gg-main-process .gg-main-kicker {
	color: #e84a0c;
}

.gg-main-process__track {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	max-width: 1340px;
	margin: 0 auto;
}

.gg-main-process__track::before {
	position: absolute;
	top: 43px;
	right: 0;
	left: 0;
	height: 1px;
	content: "";
	background: rgba(255,255,255,.18);
}

.gg-main-process article {
	position: relative;
	padding: 0 34px 0 0;
	opacity: 0;
	transform: translateY(26px);
	transition: opacity .6s var(--gg-main-delay) ease, transform .6s var(--gg-main-delay) ease;
}

.gg-main-process article.is-visible {
	opacity: 1;
	transform: none;
}

.gg-main-process article > span {
	color: #e84a0c;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .13em;
}

.gg-main-process article > i {
	position: relative;
	z-index: 2;
	display: block;
	width: 14px;
	height: 14px;
	margin: 27px 0 38px;
	border: 4px solid #2a183d;
	border-radius: 50%;
	background: #e84a0c;
	box-shadow: 0 0 0 1px rgba(255,255,255,.4);
}

.gg-main-process h3 {
	margin: 0 0 13px;
	color: #fff;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 1.45rem;
	letter-spacing: -.04em;
}

.gg-main-process article p {
	max-width: 245px;
	margin: 0;
	color: rgba(255,255,255,.55);
	font-size: 12px;
	line-height: 1.7;
}

.gg-main-sectors {
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
	align-items: center;
	gap: 90px;
	max-width: 1360px;
	margin: 0 auto;
	padding: 140px 32px;
}

.gg-main-sectors__copy > p {
	max-width: 520px;
	margin: 28px 0 32px;
	color: #746a7b;
	line-height: 1.8;
}

.gg-main-sectors__list {
	border-top: 1px solid rgba(42,24,58,.18);
}

.gg-main-sectors__list a {
	display: grid;
	grid-template-columns: 50px 1fr 30px;
	align-items: center;
	padding: 23px 8px;
	border-bottom: 1px solid rgba(42,24,58,.14);
	color: #342443 !important;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: clamp(1.05rem, 1.8vw, 1.45rem);
	font-weight: 700;
	text-decoration: none !important;
	transition: color .2s ease, padding .2s ease, background .2s ease;
}

.gg-main-sectors__list a span {
	color: #a93075;
	font: 800 9px/1 Inter, sans-serif;
	letter-spacing: .1em;
}

.gg-main-sectors__list a b {
	font-family: Inter, sans-serif;
	font-size: 18px;
	font-weight: 500;
	transition: transform .2s ease;
}

.gg-main-sectors__list a:hover {
	padding-right: 14px;
	padding-left: 14px;
	color: #fff !important;
	background: #a42b71;
}

.gg-main-sectors__list a:hover span {
	color: #e84a0c;
}

.gg-main-sectors__list a:hover b {
	transform: rotate(45deg);
}

.gg-main-insights {
	padding: 130px max(5vw, 26px);
	background: #f0e9f1;
}

.gg-main-insights > header {
	margin-bottom: 45px;
}

.gg-main-insights > header > a {
	justify-self: end;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #9f2a6d !important;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .1em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.gg-main-insights__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	max-width: 1340px;
	margin: 0 auto;
}

.gg-main-insights article {
	min-width: 0;
	opacity: 0;
	transform: translateY(28px);
	transition: opacity .65s var(--gg-main-delay) ease, transform .65s var(--gg-main-delay) ease;
}

.gg-main-insights article.is-visible {
	opacity: 1;
	transform: none;
}

.gg-main-insights article > a {
	position: relative;
	display: flex;
	min-height: 500px;
	flex-direction: column;
	overflow: hidden;
	border-radius: 22px;
	color: #fff !important;
	background: #28183a;
	text-decoration: none !important;
}

.gg-main-insights article img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .7s ease;
}

.gg-main-insights article > a::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, rgba(30,15,39,.04) 35%, rgba(28,12,39,.96));
}

.gg-main-insights article span,
.gg-main-insights article h3,
.gg-main-insights article b {
	position: relative;
	z-index: 2;
}

.gg-main-insights article span {
	margin: auto 26px 14px;
	color: #e84a0c;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.gg-main-insights article h3 {
	margin: 0 68px 27px 26px;
	color: #fff !important;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: clamp(1.4rem, 2.1vw, 2.05rem);
	letter-spacing: -.045em;
	line-height: 1.14;
	text-shadow: 0 2px 18px rgba(20, 8, 29, .62);
}

.gg-main-insights article > a:hover h3,
.gg-main-insights article > a:focus h3,
.gg-main-insights article > a:visited h3 {
	color: #fff !important;
}

.gg-main-insights article b {
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: grid;
	width: 43px;
	height: 43px;
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 50%;
	font-size: 18px;
	place-items: center;
	transition: background .3s ease, transform .3s ease;
}

.gg-main-insights article:hover img {
	transform: scale(1.06);
}

.gg-main-insights article:hover b {
	background: #e84a0c;
	transform: rotate(45deg);
}

.gg-main-cta {
	position: relative;
	display: flex;
	min-height: 650px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 100px 30px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	background:
		radial-gradient(circle at 11% 15%, rgba(175,48,122,.63), transparent 30rem),
		radial-gradient(circle at 92% 88%, rgba(232,74,12,.52), transparent 30rem),
		#241439;
}

.gg-main-cta .gg-main-kicker {
	color: #e84a0c;
}

.gg-main-cta h2 {
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: clamp(4rem, 8vw, 8.4rem);
}

.gg-main-cta > p {
	position: relative;
	z-index: 2;
	max-width: 620px;
	margin: 28px 0 36px;
	color: rgba(255,255,255,.65);
	font-size: 1.05rem;
	line-height: 1.75;
}

.gg-main-cta > a {
	position: relative;
	z-index: 2;
}

.gg-main-cta__lines,
.gg-main-cta__lines i {
	position: absolute;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 50%;
}

.gg-main-cta__lines {
	width: 700px;
	height: 700px;
	animation: gg-main-spin 35s linear infinite;
}

.gg-main-cta__lines i:nth-child(1) { inset: 90px; }
.gg-main-cta__lines i:nth-child(2) { inset: 180px; }
.gg-main-cta__lines i:nth-child(3) { inset: 270px; background: rgba(255,255,255,.03); }

@keyframes gg-main-drift {
	from { transform: scale(1.02) translate3d(0,0,0); }
	to { transform: scale(1.1) translate3d(-1.5%,-1%,0); }
}

@keyframes gg-main-spin {
	to { transform: rotate(360deg); }
}

@keyframes gg-main-float {
	50% { transform: translateY(10px); }
}

@media (max-width: 1100px) {
	.gg-main-hero {
		grid-template-columns: 1fr 1fr;
		min-height: 790px;
	}

	.gg-main-stats {
		margin-right: 24px;
		margin-left: 24px;
	}

	.gg-main-services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gg-main-service:first-child {
		grid-column: span 1;
	}

	.gg-main-network {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.gg-main-hero {
		display: flex;
		min-height: auto;
		flex-direction: column;
		align-items: stretch;
		padding: 120px 20px 78px;
	}

	.gg-main-hero h1 {
		font-size: clamp(3.8rem, 18vw, 5.8rem);
	}

	.gg-main-hero__copy > p {
		margin-top: 26px;
	}

	.gg-main-hero__actions {
		flex-direction: column;
		align-items: flex-start;
	}

	.gg-main-hero__visual {
		width: 91%;
		margin-top: 58px;
	}

	.gg-main-hero__photo {
		max-height: 480px;
	}

	.gg-main-route {
		top: -34px;
		right: -26px;
		width: 145px;
		height: 145px;
	}

	.gg-main-route__ring {
		inset: 20px;
	}

	.gg-main-route small {
		bottom: 28px;
	}

	.gg-main-hero__badge {
		left: -4px;
		bottom: 20px;
		width: 122px;
		height: 122px;
	}

	.gg-main-hero__badge strong {
		font-size: 29px;
	}

	.gg-main-hero__scroll {
		display: none;
	}

	.gg-main-stats {
		grid-template-columns: repeat(2, 1fr);
		margin: -18px 12px 0;
	}

	.gg-main-stats > div {
		min-height: 105px;
		padding: 19px;
		border-bottom: 1px solid rgba(43,26,58,.1);
	}

	.gg-main-story,
	.gg-main-sectors {
		grid-template-columns: 1fr;
		gap: 65px;
		padding: 90px 20px;
	}

	.gg-main-story__visual {
		padding-left: 15px;
	}

	.gg-main-story__note {
		right: -5px;
	}

	.gg-main-story h2,
	.gg-main-services h2,
	.gg-main-network h2,
	.gg-main-process h2,
	.gg-main-sectors h2,
	.gg-main-insights h2 {
		font-size: clamp(3rem, 14vw, 4.7rem);
	}

	.gg-main-story__points {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.gg-main-story__points span {
		min-height: 70px;
	}

	.gg-main-services {
		padding: 90px 14px;
	}

	.gg-main-services > header,
	.gg-main-insights > header {
		grid-template-columns: 1fr;
		gap: 24px;
		margin-bottom: 38px;
	}

	.gg-main-services__grid {
		grid-auto-rows: 390px;
		grid-template-columns: 1fr;
	}

	.gg-main-service__copy em {
		max-height: 70px;
		margin-top: 10px;
		opacity: 1;
	}

	.gg-main-network {
		display: flex;
		min-height: 790px;
		flex-direction: column;
		padding: 90px 20px;
	}

	.gg-main-network__graphic {
		width: 100%;
		max-width: 400px;
	}

	.gg-main-network ul {
		grid-template-columns: 1fr;
	}

	.gg-main-process {
		padding: 90px 20px;
	}

	.gg-main-process__track {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.gg-main-process__track::before {
		top: 0;
		bottom: 0;
		left: 5px;
		width: 1px;
		height: auto;
	}

	.gg-main-process article {
		padding-left: 35px;
	}

	.gg-main-process article > i {
		position: absolute;
		top: -3px;
		left: -2px;
		margin: 0;
	}

	.gg-main-process article > span {
		display: block;
		margin-bottom: 12px;
	}

	.gg-main-insights {
		padding: 90px 14px;
	}

	.gg-main-insights > header > a {
		justify-self: start;
	}

	.gg-main-insights__grid {
		grid-template-columns: 1fr;
	}

	.gg-main-insights article > a {
		min-height: 430px;
	}

	.gg-main-cta {
		min-height: 570px;
		padding: 80px 20px;
	}

	.gg-main-cta h2 {
		font-size: clamp(3.8rem, 18vw, 5.8rem);
	}
}

@media (prefers-reduced-motion: reduce) {
	.gg-main-hero__photo img,
	.gg-main-route,
	.gg-main-route__ring,
	.gg-main-network__orbit,
	.gg-main-cta__lines {
		animation: none;
	}

	.gg-main-service,
	.gg-main-process article,
	.gg-main-insights article {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* Homepage readability, uniform services and cross-resolution refinements. */
.gg-main {
	--gg-readable-dark: #241631;
	--gg-readable-copy: #5f5567;
	--gg-readable-light: rgba(255, 255, 255, .82);
}

.gg-main p {
	text-wrap: pretty;
}

.gg-main-hero__photo--legacy {
	border: 1px solid rgba(255, 255, 255, .18);
	background: #d9d9e6;
}

.gg-main-hero__photo--legacy::before {
	position: absolute;
	z-index: 1;
	inset: 0;
	content: "";
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(70,30,90,.08) 42%, rgba(35,18,48,.58)),
		linear-gradient(120deg, rgba(163,41,112,.22), transparent 52%);
}

.gg-main-hero__photo--legacy::after {
	z-index: 2;
	background: linear-gradient(180deg, transparent 62%, rgba(33,19,55,.58));
}

.gg-main-hero__photo--legacy img {
	object-fit: cover;
	object-position: 56% center;
	filter: saturate(.92) contrast(1.05);
}

.gg-main-hero__copy > p,
.gg-main-services > header > p,
.gg-main-network__copy > p,
.gg-main-cta > p {
	color: var(--gg-readable-light);
}

.gg-main-story__copy > p,
.gg-main-sectors__copy > p {
	color: var(--gg-readable-copy);
}

.gg-main-services__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-auto-rows: 440px;
	align-items: stretch;
}

.gg-main-service,
.gg-main-service:first-child {
	grid-column: span 1;
	min-height: 440px;
}

.gg-main-service > a {
	isolation: isolate;
}

.gg-main-service img {
	filter: saturate(.96) brightness(1.06) contrast(1.03);
}

.gg-main-service__veil {
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(22,11,31,.03) 0%, rgba(27,12,38,.1) 30%, rgba(27,12,38,.56) 64%, rgba(24,10,34,.98) 100%);
}

.gg-main-service__number,
.gg-main-service__copy,
.gg-main-service__arrow {
	z-index: 2;
}

.gg-main-service__copy {
	right: 76px;
	bottom: 24px;
	left: 24px;
	min-height: 164px;
	justify-content: flex-end;
}

.gg-main-service__copy small {
	color: #e84a0c;
	font-size: 10px;
	line-height: 1.35;
}

.gg-main-service__copy strong {
	color: #fff;
	font-size: clamp(1.7rem, 2vw, 2.25rem);
	line-height: 1.08;
	text-shadow: 0 2px 18px rgba(0,0,0,.42);
}

.gg-main-service__copy em,
.gg-main-service:hover .gg-main-service__copy em {
	display: -webkit-box;
	max-height: 4.9em;
	margin-top: 11px;
	overflow: hidden;
	color: rgba(255,255,255,.88);
	font-size: 13px;
	line-height: 1.6;
	opacity: 1;
	text-shadow: 0 1px 10px rgba(0,0,0,.4);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.gg-main-service:hover .gg-main-service__veil,
.gg-main-service:focus-within .gg-main-service__veil {
	background:
		linear-gradient(180deg, rgba(22,11,31,.02) 0%, rgba(27,12,38,.08) 28%, rgba(27,12,38,.58) 62%, rgba(24,10,34,.99) 100%);
}

.gg-main-service:hover img,
.gg-main-service:focus-within img {
	filter: saturate(1.04) brightness(1.1) contrast(1.03);
}

.gg-main-service:hover .gg-main-service__copy strong,
.gg-main-service:focus-within .gg-main-service__copy strong,
.gg-main-service:hover .gg-main-service__copy em,
.gg-main-service:focus-within .gg-main-service__copy em {
	color: #fff;
}

.gg-main a:focus-visible,
.gg-main button:focus-visible {
	outline: 3px solid #e84a0c;
	outline-offset: 4px;
}

.gg-main-story__copy > p,
.gg-main-network__copy > p,
.gg-main-sectors__copy > p,
.gg-main-services > header > p,
.gg-main-cta > p {
	font-size: clamp(1rem, 1.1vw, 1.12rem);
	line-height: 1.8;
}

.gg-main-process article p {
	color: rgba(255,255,255,.74);
	font-size: 13px;
	line-height: 1.7;
}

.gg-main-network li,
.gg-main-story__points span {
	color: #3b2c46;
}

@media (min-width: 1536px) {
	.gg-main-hero {
		grid-template-columns: minmax(0, .95fr) minmax(520px, 1.05fr);
		padding-right: max(8vw, 90px);
		padding-left: max(8vw, 90px);
	}

	.gg-main-hero__visual {
		max-width: 760px;
	}

	.gg-main-services__grid,
	.gg-main-services__all {
		max-width: 1380px;
	}
}

@media (max-width: 1366px) and (min-width: 1025px) {
	.gg-main-hero {
		grid-template-columns: minmax(0, 1fr) minmax(410px, .86fr);
		min-height: 790px;
		padding-top: 128px;
	}

	.gg-main-hero h1 {
		font-size: clamp(4.4rem, 7.2vw, 6.9rem);
	}

	.gg-main-hero__photo {
		max-height: 560px;
	}

	.gg-main-route {
		width: 158px;
		height: 158px;
	}

	.gg-main-route small {
		bottom: 31px;
	}

	.gg-main-hero__badge {
		left: -48px;
		width: 142px;
		height: 142px;
	}

	.gg-main-services__grid {
		grid-auto-rows: 420px;
	}

	.gg-main-service,
	.gg-main-service:first-child {
		min-height: 420px;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
	.gg-main-hero {
		grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr);
		min-height: 740px;
		padding: 120px 32px 85px;
	}

	.gg-main-hero h1 {
		font-size: clamp(4rem, 8.2vw, 5.6rem);
	}

	.gg-main-hero__copy > p {
		max-width: 520px;
		font-size: 1rem;
	}

	.gg-main-hero__photo {
		max-height: 500px;
	}

	.gg-main-route {
		right: -16px;
		width: 138px;
		height: 138px;
	}

	.gg-main-route small {
		bottom: 25px;
	}

	.gg-main-hero__badge {
		left: -34px;
		width: 125px;
		height: 125px;
	}

	.gg-main-stats > div {
		padding: 22px;
	}

	.gg-main-services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: 430px;
	}

	.gg-main-service,
	.gg-main-service:first-child {
		min-height: 430px;
	}

	.gg-main-story,
	.gg-main-sectors {
		gap: 54px;
	}
}

@media (max-width: 767px) {
	.gg-main-hero__photo--legacy img {
		object-position: 52% center;
	}

	.gg-main-services__grid {
		grid-template-columns: 1fr;
		grid-auto-rows: 420px;
	}

	.gg-main-service,
	.gg-main-service:first-child {
		min-height: 420px;
	}

	.gg-main-service__copy {
		right: 62px;
		bottom: 20px;
		left: 20px;
		min-height: 174px;
	}

	.gg-main-service__copy strong {
		font-size: 1.9rem;
	}

	.gg-main-service__copy em {
		font-size: 13px;
	}
}

@media (max-width: 480px) {
	.gg-main-hero {
		padding-right: 16px;
		padding-left: 16px;
	}

	.gg-main-hero h1 {
		font-size: clamp(3.25rem, 17vw, 4.6rem);
	}

	.gg-main-eyebrow,
	.gg-main-kicker {
		font-size: 9px;
		letter-spacing: .15em;
	}

	.gg-main-button {
		gap: 18px;
		padding-left: 19px;
	}

	.gg-main-stats {
		grid-template-columns: 1fr;
	}

	.gg-main-stats > div {
		min-height: 90px;
		border-right: 0;
	}

	.gg-main-story__note {
		position: relative;
		right: auto;
		bottom: auto;
		width: calc(100% - 25px);
		height: auto;
		margin: -34px 0 0 25px;
	}

	.gg-main-services {
		padding-right: 10px;
		padding-left: 10px;
	}

	.gg-main-services__grid {
		grid-auto-rows: 405px;
	}

	.gg-main-service,
	.gg-main-service:first-child {
		min-height: 405px;
	}

	.gg-main-service__copy {
		right: 52px;
		left: 17px;
	}

	.gg-main-service__copy strong {
		font-size: 1.65rem;
	}

	.gg-main-service__arrow {
		right: 14px;
		bottom: 16px;
		width: 39px;
		height: 39px;
	}

	.gg-main-network__label {
		display: none;
	}

	.gg-main-insights article > a {
		min-height: 390px;
	}
}

/* Services system — hub and all individual service pages. */
body.gg-service-hub-ready,
body.gg-service-detail-ready {
	background: #f8f5f8 !important;
}

body.gg-service-hub-ready .elementor-83,
body.gg-service-detail-ready [class*="elementor-"] {
	visibility: visible !important;
}

.gg-service-hub,
.gg-service-detail,
.gg-service-hub *,
.gg-service-detail * {
	box-sizing: border-box;
}

.gg-service-hub,
.gg-service-detail {
	overflow: hidden;
	color: #291a39;
	background: #f8f5f8;
	font-family: Inter, sans-serif;
}

.gg-service-hub p,
.gg-service-detail p {
	text-wrap: pretty;
}

.gg-service-eyebrow,
.gg-service-kicker {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
	color: #e84a0c;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.gg-service-eyebrow i {
	width: 34px;
	height: 2px;
	background: #e84a0c;
}

.gg-service-kicker {
	margin-bottom: 14px;
	color: #a32a70;
}

.gg-service-hub h1,
.gg-service-detail h1,
.gg-service-hub h2,
.gg-service-detail h2 {
	margin: 0;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-weight: 800;
	letter-spacing: -.07em;
	line-height: .94;
}

.gg-service-hub-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(430px, .88fr);
	align-items: center;
	min-height: 820px;
	padding: 140px max(6vw, 38px) 95px;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(circle at 8% 10%, rgba(166,43,117,.65), transparent 27rem),
		radial-gradient(circle at 94% 88%, rgba(232,74,12,.4), transparent 29rem),
		#211337;
	isolation: isolate;
}

.gg-service-hub-hero::before,
.gg-service-detail-hero::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	content: "";
	background:
		linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
	background-size: 74px 74px;
	mask-image: linear-gradient(90deg, #000, transparent 90%);
}

.gg-service-hub-hero__copy {
	position: relative;
	z-index: 2;
	max-width: 900px;
}

.gg-service-hub-hero h1 {
	color: #fff;
	font-size: clamp(4.5rem, 8vw, 9rem);
}

.gg-service-hub-hero h1 em {
	color: transparent;
	font-style: normal;
	-webkit-text-stroke: 1.4px rgba(255,255,255,.68);
}

.gg-service-hub-hero__copy > p {
	max-width: 650px;
	margin: 34px 0;
	color: rgba(255,255,255,.8);
	font-size: clamp(1rem, 1.3vw, 1.16rem);
	line-height: 1.8;
}

.gg-service-hub-hero__copy > a {
	display: inline-flex;
	align-items: center;
	gap: 24px;
	color: #fff !important;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .1em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.gg-service-hub-hero__copy > a b {
	display: grid;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 50%;
	place-items: center;
}

.gg-service-hub-hero__visual {
	position: relative;
	z-index: 2;
	aspect-ratio: 4 / 5;
	max-height: 610px;
	overflow: hidden;
	border-radius: 250px 250px 26px 26px;
	box-shadow: 0 40px 90px rgba(0,0,0,.42);
}

.gg-service-hub-hero__visual::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, rgba(39,20,54,.04) 45%, rgba(31,14,42,.78));
}

.gg-service-hub-hero__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(.9);
	transition: transform .8s ease;
}

.gg-service-hub-hero__visual:hover img {
	transform: scale(1.045);
}

.gg-service-hub-hero__visual > span {
	position: absolute;
	z-index: 2;
	right: 26px;
	bottom: 24px;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff;
}

.gg-service-hub-hero__visual strong {
	font-size: 46px;
}

.gg-service-hub-hero__visual small {
	color: rgba(255,255,255,.68);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1.5;
	text-transform: uppercase;
}

.gg-service-hub-hero__rings {
	position: absolute;
	z-index: -1;
	right: -220px;
	bottom: -300px;
	width: 620px;
	height: 620px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 50%;
	animation: gg-main-spin 35s linear infinite;
}

.gg-service-hub-hero__rings i {
	position: absolute;
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 50%;
}

.gg-service-hub-hero__rings i:nth-child(1) { inset: 80px; }
.gg-service-hub-hero__rings i:nth-child(2) { inset: 170px; }
.gg-service-hub-hero__rings i:nth-child(3) { inset: 250px; background: rgba(255,255,255,.03); }

.gg-service-hub-intro,
.gg-service-detail-overview {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, .8fr);
	align-items: end;
	gap: clamp(50px, 8vw, 120px);
	max-width: 1360px;
	margin: 0 auto;
	padding: 120px 32px 70px;
}

.gg-service-hub-intro h2,
.gg-service-detail-overview h2,
.gg-service-detail-capabilities h2,
.gg-service-detail-process h2,
.gg-service-detail-related h2,
.gg-service-hub-cta h2,
.gg-service-detail-cta h2 {
	color: #28183a;
	font-size: clamp(3.3rem, 5.8vw, 6.4rem);
}

.gg-service-hub-intro > p,
.gg-service-detail-overview > div:last-child > p {
	margin: 0;
	color: #605667;
	font-size: clamp(1rem, 1.15vw, 1.12rem);
	line-height: 1.8;
}

.gg-service-directory {
	max-width: 1460px;
	margin: 0 auto;
	padding: 0 26px 130px;
}

.gg-service-filters {
	display: flex;
	padding: 18px 4px 34px;
	gap: 8px;
	overflow-x: auto;
	scrollbar-width: none;
}

.gg-service-filters::-webkit-scrollbar {
	display: none;
}

.gg-service-filters button {
	flex: 0 0 auto;
	padding: 12px 18px;
	border: 1px solid rgba(40,24,58,.16);
	border-radius: 999px;
	color: #625868;
	background: transparent;
	font: 700 11px/1 Inter, sans-serif;
	letter-spacing: .04em;
	cursor: pointer;
	transition: color .2s ease, background .2s ease, transform .2s ease;
}

.gg-service-filters button:hover,
.gg-service-filters button.is-active {
	border-color: #36204a;
	color: #fff;
	background: #36204a;
	transform: translateY(-2px);
}

.gg-service-directory__grid,
.gg-service-detail-related > div {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-auto-rows: 440px;
	gap: 15px;
}

.gg-service-card {
	min-width: 0;
	min-height: 440px;
}

.gg-service-card[hidden] {
	display: none;
}

.gg-service-card > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 22px;
	color: #fff !important;
	background: #28183a;
	text-decoration: none !important;
	isolation: isolate;
}

.gg-service-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .7s ease, filter .35s ease;
}

.gg-service-card__veil {
	position: absolute;
	z-index: 1;
	inset: 0;
	background: linear-gradient(180deg, rgba(25,11,35,.16) 12%, rgba(28,12,39,.56) 48%, rgba(23,9,33,.98));
}

.gg-service-card__number {
	position: absolute;
	z-index: 2;
	top: 22px;
	left: 22px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .14em;
}

.gg-service-card__copy {
	position: absolute;
	z-index: 2;
	right: 72px;
	bottom: 23px;
	left: 23px;
	display: flex;
	min-height: 175px;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
}

.gg-service-card__copy small {
	margin-bottom: 7px;
	color: #e84a0c;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.gg-service-card__copy strong {
	color: #fff;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: clamp(1.7rem, 2.2vw, 2.35rem);
	letter-spacing: -.05em;
	line-height: 1.08;
	text-shadow: 0 2px 16px rgba(0,0,0,.45);
}

.gg-service-card__copy em {
	display: -webkit-box;
	max-height: 4.8em;
	margin-top: 10px;
	overflow: hidden;
	color: rgba(255,255,255,.86);
	font-size: 12px;
	font-style: normal;
	line-height: 1.6;
	text-shadow: 0 1px 10px rgba(0,0,0,.45);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.gg-service-card__arrow {
	position: absolute;
	z-index: 2;
	right: 18px;
	bottom: 18px;
	display: grid;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255,255,255,.32);
	border-radius: 50%;
	background: rgba(255,255,255,.1);
	font-size: 18px;
	place-items: center;
	backdrop-filter: blur(8px);
	transition: transform .3s ease, background .3s ease;
}

.gg-service-card:hover img,
.gg-service-card:focus-within img {
	filter: saturate(1.1);
	transform: scale(1.055);
}

.gg-service-card:hover .gg-service-card__arrow,
.gg-service-card:focus-within .gg-service-card__arrow {
	background: #e84a0c;
	transform: rotate(45deg);
}

.gg-service-hub-cta,
.gg-service-detail-cta {
	position: relative;
	display: flex;
	min-height: 600px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 90px 28px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	background:
		radial-gradient(circle at 10% 18%, rgba(174,48,122,.62), transparent 30rem),
		radial-gradient(circle at 92% 86%, rgba(232,74,12,.48), transparent 30rem),
		#241439;
}

.gg-service-hub-cta::before,
.gg-service-detail-cta::before {
	position: absolute;
	width: 620px;
	height: 620px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 50%;
	content: "";
}

.gg-service-hub-cta h2,
.gg-service-detail-cta h2 {
	position: relative;
	color: #fff;
}

.gg-service-hub-cta .gg-service-kicker,
.gg-service-detail-cta .gg-service-kicker {
	position: relative;
	color: #e84a0c;
}

.gg-service-hub-cta > a,
.gg-service-detail-cta > a,
.gg-service-primary {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 25px;
	margin-top: 35px;
	padding: 14px 15px 14px 23px;
	border-radius: 999px;
	color: #29183a !important;
	background: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: transform .25s ease, box-shadow .25s ease;
}

.gg-service-hub-cta > a b,
.gg-service-detail-cta > a b,
.gg-service-primary b {
	display: grid;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	color: #fff;
	background: #e84a0c;
	font-size: 17px;
	place-items: center;
}

.gg-service-hub-cta > a:hover,
.gg-service-detail-cta > a:hover,
.gg-service-primary:hover {
	box-shadow: 0 18px 40px rgba(0,0,0,.25);
	transform: translateY(-3px);
}

/* Individual service page. */
.gg-service-detail-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
	align-items: center;
	min-height: 800px;
	padding: 140px max(5.5vw, 38px) 95px;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(circle at 8% 10%, rgba(165,42,115,.65), transparent 27rem),
		radial-gradient(circle at 95% 86%, rgba(232,74,12,.38), transparent 29rem),
		#211337;
	isolation: isolate;
}

.gg-service-detail-hero__copy {
	position: relative;
	z-index: 2;
	max-width: 760px;
}

.gg-service-detail-hero h1 {
	color: #fff;
	font-size: clamp(4.1rem, 7vw, 8rem);
}

.gg-service-detail-hero__copy > p {
	max-width: 620px;
	margin: 32px 0;
	color: rgba(255,255,255,.8);
	font-size: clamp(1rem, 1.25vw, 1.14rem);
	line-height: 1.8;
}

.gg-service-detail-hero__copy > div {
	display: flex;
	align-items: center;
	gap: 26px;
}

.gg-service-detail-hero .gg-service-primary {
	margin: 0;
}

.gg-service-secondary {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #fff !important;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .09em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.gg-service-detail-hero__visual {
	position: relative;
	z-index: 2;
	aspect-ratio: 1.15 / 1;
	max-height: 610px;
	overflow: hidden;
	border-radius: 220px 28px 28px 28px;
	box-shadow: 0 40px 95px rgba(0,0,0,.42);
}

.gg-service-detail-hero__visual::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, rgba(33,16,45,.05) 46%, rgba(28,12,39,.76));
}

.gg-service-detail-hero__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .8s ease;
}

.gg-service-detail-hero__visual:hover img {
	transform: scale(1.045);
}

.gg-service-detail-hero__index,
.gg-service-detail-hero__tag {
	position: absolute;
	z-index: 2;
	color: #fff;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.gg-service-detail-hero__index {
	top: 26px;
	right: 28px;
}

.gg-service-detail-hero__tag {
	right: 28px;
	bottom: 26px;
	padding: 9px 12px;
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 999px;
	background: rgba(37,18,51,.58);
	backdrop-filter: blur(8px);
}

.gg-service-detail-nav {
	position: sticky;
	z-index: 30;
	top: 0;
	display: flex;
	align-items: center;
	min-height: 68px;
	padding: 0 max(5vw, 28px);
	gap: 28px;
	overflow-x: auto;
	border-bottom: 1px solid rgba(42,24,58,.1);
	background: rgba(255,255,255,.94);
	box-shadow: 0 8px 25px rgba(39,22,52,.06);
	backdrop-filter: blur(12px);
	scrollbar-width: none;
}

.gg-service-detail-nav::-webkit-scrollbar {
	display: none;
}

.gg-service-detail-nav a {
	flex: 0 0 auto;
	color: #4c4054 !important;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.gg-service-detail-nav a:last-child {
	margin-left: auto;
	color: #a32a70 !important;
}

.gg-service-detail-overview {
	align-items: start;
	padding-top: 130px;
	padding-bottom: 130px;
}

.gg-service-detail-overview > div:last-child > p + p {
	margin-top: 18px;
}

.gg-service-detail-overview ul {
	display: grid;
	margin: 32px 0 0;
	padding: 0;
	gap: 12px;
	list-style: none;
}

.gg-service-detail-overview li {
	position: relative;
	padding: 15px 15px 15px 42px;
	border-radius: 12px;
	color: #3f3248;
	background: #eee7f0;
	font-size: 13px;
	font-weight: 700;
}

.gg-service-detail-overview li::before {
	position: absolute;
	top: 50%;
	left: 17px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #a62c72;
	content: "";
	transform: translateY(-50%);
}

.gg-service-detail-capabilities {
	padding: 125px max(5vw, 28px);
	color: #fff;
	background: #25153a;
}

.gg-service-detail-capabilities > header,
.gg-service-detail-related > header {
	max-width: 1360px;
	margin: 0 auto 65px;
}

.gg-service-detail-capabilities h2 {
	color: #fff;
}

.gg-service-detail-capabilities .gg-service-kicker {
	color: #e84a0c;
}

.gg-service-detail-capabilities > div {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	max-width: 1360px;
	margin: 0 auto;
	border-top: 1px solid rgba(255,255,255,.18);
}

.gg-service-detail-capabilities article {
	min-height: 270px;
	padding: 30px 26px;
	border-right: 1px solid rgba(255,255,255,.15);
}

.gg-service-detail-capabilities article:last-child {
	border-right: 0;
}

.gg-service-detail-capabilities article span {
	color: #e84a0c;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .13em;
}

.gg-service-detail-capabilities h3 {
	margin: 75px 0 16px;
	color: #fff;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	letter-spacing: -.04em;
	line-height: 1.15;
}

.gg-service-detail-capabilities article p {
	margin: 0;
	color: rgba(255,255,255,.72);
	font-size: 12px;
	line-height: 1.7;
}

.gg-service-detail-process {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(60px, 8vw, 120px);
	max-width: 1360px;
	margin: 0 auto;
	padding: 140px 32px;
}

.gg-service-detail-process__visual {
	position: relative;
	aspect-ratio: 4 / 5;
	max-height: 680px;
	overflow: hidden;
	border-radius: 24px 220px 24px 24px;
	box-shadow: 0 35px 70px rgba(42,24,58,.17);
}

.gg-service-detail-process__visual::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, transparent 54%, rgba(34,17,46,.52));
}

.gg-service-detail-process__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gg-service-detail-process__copy ol {
	margin: 36px 0 0;
	padding: 0;
	border-top: 1px solid rgba(42,24,58,.16);
	list-style: none;
}

.gg-service-detail-process__copy li {
	display: grid;
	grid-template-columns: 45px 1fr;
	padding: 19px 0;
	border-bottom: 1px solid rgba(42,24,58,.14);
	color: #625769;
	font-size: 12px;
	line-height: 1.6;
}

.gg-service-detail-process__copy li > b {
	color: #a72d73;
	font-size: 9px;
	letter-spacing: .12em;
}

.gg-service-detail-process__copy li span {
	display: flex;
	flex-direction: column;
}

.gg-service-detail-process__copy li strong {
	margin-bottom: 4px;
	color: #332340;
	font-size: 15px;
}

.gg-service-detail-related {
	padding: 120px max(5vw, 26px) 140px;
	background: #eee7f0;
}

.gg-service-detail-related > header {
	display: flex;
	align-items: end;
	justify-content: space-between;
}

.gg-service-detail-related > header > a {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	color: #9f2a6d !important;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .1em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.gg-service-detail-related > div {
	max-width: 1360px;
	margin: 0 auto;
}

.gg-service-detail-cta > p {
	position: relative;
	max-width: 600px;
	margin: 27px 0 0;
	color: rgba(255,255,255,.76);
	font-size: 1.05rem;
	line-height: 1.75;
}

.gg-service-hub a:focus-visible,
.gg-service-detail a:focus-visible,
.gg-service-hub button:focus-visible,
.gg-service-detail button:focus-visible {
	outline: 3px solid #e84a0c;
	outline-offset: 4px;
}

@media (max-width: 1100px) {
	.gg-service-directory__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gg-service-detail-capabilities > div {
		grid-template-columns: repeat(2, 1fr);
	}

	.gg-service-detail-capabilities article:nth-child(2) {
		border-right: 0;
	}

	.gg-service-detail-capabilities article:nth-child(-n+2) {
		border-bottom: 1px solid rgba(255,255,255,.15);
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
	.gg-service-hub-hero,
	.gg-service-detail-hero {
		grid-template-columns: minmax(0, 1fr) minmax(350px, .8fr);
		min-height: 720px;
		padding: 120px 32px 80px;
	}

	.gg-service-hub-hero h1,
	.gg-service-detail-hero h1 {
		font-size: clamp(4rem, 8.2vw, 5.7rem);
	}

	.gg-service-hub-hero__visual,
	.gg-service-detail-hero__visual {
		max-height: 500px;
	}

	.gg-service-detail-related > div {
		grid-auto-rows: 420px;
	}
}

@media (max-width: 767px) {
	.gg-service-hub-hero,
	.gg-service-detail-hero {
		display: flex;
		min-height: auto;
		flex-direction: column;
		align-items: stretch;
		padding: 115px 20px 70px;
	}

	.gg-service-hub-hero h1,
	.gg-service-detail-hero h1 {
		font-size: clamp(3.65rem, 17vw, 5.5rem);
	}

	.gg-service-hub-hero__visual,
	.gg-service-detail-hero__visual {
		width: 94%;
		max-height: 480px;
		margin: 54px auto 0;
	}

	.gg-service-detail-hero__copy > div {
		flex-direction: column;
		align-items: flex-start;
	}

	.gg-service-detail-nav {
		top: 0;
		padding: 0 18px;
		gap: 22px;
	}

	.gg-service-detail-nav a:last-child {
		margin-left: 0;
	}

	.gg-service-hub-intro,
	.gg-service-detail-overview,
	.gg-service-detail-process {
		grid-template-columns: 1fr;
		gap: 38px;
		padding: 85px 20px;
	}

	.gg-service-hub-intro h2,
	.gg-service-detail-overview h2,
	.gg-service-detail-capabilities h2,
	.gg-service-detail-process h2,
	.gg-service-detail-related h2,
	.gg-service-hub-cta h2,
	.gg-service-detail-cta h2 {
		font-size: clamp(2.9rem, 13vw, 4.5rem);
	}

	.gg-service-directory {
		padding: 0 12px 85px;
	}

	.gg-service-directory__grid,
	.gg-service-detail-related > div {
		grid-template-columns: 1fr;
		grid-auto-rows: 420px;
	}

	.gg-service-card {
		min-height: 420px;
	}

	.gg-service-detail-capabilities {
		padding: 85px 20px;
	}

	.gg-service-detail-capabilities > div {
		grid-template-columns: 1fr;
	}

	.gg-service-detail-capabilities article,
	.gg-service-detail-capabilities article:nth-child(2) {
		min-height: 220px;
		border-right: 0;
		border-bottom: 1px solid rgba(255,255,255,.15);
	}

	.gg-service-detail-capabilities article:last-child {
		border-bottom: 0;
	}

	.gg-service-detail-capabilities h3 {
		margin-top: 45px;
	}

	.gg-service-detail-process__visual {
		max-height: 520px;
	}

	.gg-service-detail-related {
		padding: 85px 12px;
	}

	.gg-service-detail-related > header {
		display: block;
		padding: 0 8px;
	}

	.gg-service-detail-related > header > a {
		margin-top: 24px;
	}

	.gg-service-hub-cta,
	.gg-service-detail-cta {
		min-height: 540px;
		padding: 80px 20px;
	}
}

@media (max-width: 480px) {
	.gg-service-filters {
		padding-left: 0;
	}

	.gg-service-directory__grid,
	.gg-service-detail-related > div {
		grid-auto-rows: 405px;
	}

	.gg-service-card {
		min-height: 405px;
	}

	.gg-service-card__copy {
		right: 55px;
		left: 17px;
	}

	.gg-service-card__copy strong {
		font-size: 1.65rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gg-service-hub-hero__rings {
		animation: none;
	}

	.gg-service-card img,
	.gg-service-hub-hero__visual img,
	.gg-service-detail-hero__visual img {
		transition: none;
	}
}

/* Industry sectors — detailed sector-focused landing page. */
body.gg-industry-page-ready {
	background: #f8f5f8 !important;
}

body.gg-industry-page-ready .elementor-1447 {
	visibility: visible !important;
}

.gg-industry,
.gg-industry * {
	box-sizing: border-box;
}

.gg-industry {
	overflow: hidden;
	color: #291a39;
	background: #f8f5f8;
	font-family: Inter, sans-serif;
}

.gg-industry p {
	text-wrap: pretty;
}

.gg-industry-eyebrow,
.gg-industry-kicker {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
	color: #e84a0c;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.gg-industry-eyebrow i {
	width: 34px;
	height: 2px;
	background: #e84a0c;
}

.gg-industry-kicker {
	margin-bottom: 14px;
	color: #a32a70;
}

.gg-industry h1,
.gg-industry h2 {
	margin: 0;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-weight: 800;
	letter-spacing: -.07em;
	line-height: .94;
}

.gg-industry-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(430px, .9fr);
	align-items: center;
	min-height: 820px;
	padding: 140px max(6vw, 38px) 95px;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(circle at 8% 10%, rgba(166,43,117,.65), transparent 27rem),
		radial-gradient(circle at 94% 88%, rgba(232,74,12,.4), transparent 29rem),
		#211337;
	isolation: isolate;
}

.gg-industry-hero::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	content: "";
	background:
		linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
	background-size: 74px 74px;
	mask-image: linear-gradient(90deg, #000, transparent 92%);
}

.gg-industry-hero__copy {
	position: relative;
	z-index: 2;
	max-width: 950px;
}

.gg-industry-hero h1 {
	color: #fff;
	font-size: clamp(4.4rem, 7.7vw, 8.8rem);
}

.gg-industry-hero h1 em {
	color: transparent;
	font-style: normal;
	-webkit-text-stroke: 1.4px rgba(255,255,255,.68);
}

.gg-industry-hero__copy > p {
	max-width: 690px;
	margin: 34px 0;
	color: rgba(255,255,255,.8);
	font-size: clamp(1rem, 1.3vw, 1.16rem);
	line-height: 1.8;
}

.gg-industry-hero__copy > a {
	display: inline-flex;
	align-items: center;
	gap: 24px;
	color: #fff !important;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .1em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.gg-industry-hero__copy > a b {
	display: grid;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 50%;
	place-items: center;
}

.gg-industry-hero__visual {
	position: relative;
	z-index: 2;
	aspect-ratio: 4 / 5;
	max-height: 610px;
	overflow: hidden;
	border-radius: 250px 250px 26px 26px;
	box-shadow: 0 40px 90px rgba(0,0,0,.42);
}

.gg-industry-hero__visual::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, rgba(35,17,47,.05) 46%, rgba(29,12,40,.8));
}

.gg-industry-hero__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .8s ease;
}

.gg-industry-hero__visual:hover img {
	transform: scale(1.045);
}

.gg-industry-hero__visual > span {
	position: absolute;
	z-index: 2;
	right: 26px;
	bottom: 24px;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff;
}

.gg-industry-hero__visual strong {
	font-size: 46px;
}

.gg-industry-hero__visual small {
	color: rgba(255,255,255,.68);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1.5;
	text-transform: uppercase;
}

.gg-industry-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(350px, .8fr);
	align-items: end;
	gap: clamp(50px, 8vw, 120px);
	max-width: 1360px;
	margin: 0 auto;
	padding: 125px 32px 75px;
}

.gg-industry-intro h2,
.gg-industry-sector h2,
.gg-industry-approach h2,
.gg-industry-cta h2 {
	color: #28183a;
	font-size: clamp(3.2rem, 5.7vw, 6.3rem);
}

.gg-industry-intro > p {
	margin: 0;
	color: #605667;
	font-size: clamp(1rem, 1.15vw, 1.12rem);
	line-height: 1.8;
}

.gg-industry-directory {
	position: sticky;
	z-index: 20;
	top: 0;
	display: flex;
	max-width: 1360px;
	margin: 0 auto 20px;
	padding: 14px 24px;
	gap: 8px;
	overflow-x: auto;
	border: 1px solid rgba(42,24,58,.1);
	border-radius: 18px;
	background: rgba(255,255,255,.94);
	box-shadow: 0 12px 35px rgba(40,22,54,.08);
	backdrop-filter: blur(12px);
	scrollbar-width: none;
}

.gg-industry-directory::-webkit-scrollbar {
	display: none;
}

.gg-industry-directory a {
	display: inline-flex;
	flex: 1 0 auto;
	align-items: center;
	gap: 9px;
	justify-content: center;
	padding: 11px 14px;
	border-radius: 999px;
	color: #4b3e53 !important;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .04em;
	text-decoration: none !important;
	transition: color .2s ease, background .2s ease;
}

.gg-industry-directory a span {
	color: #a42b70;
	font-size: 8px;
}

.gg-industry-directory a:hover,
.gg-industry-directory a:focus-visible {
	color: #fff !important;
	background: #36204a;
}

.gg-industry-directory a:hover span,
.gg-industry-directory a:focus-visible span {
	color: #e84a0c;
}

.gg-industry-sectors {
	max-width: 1360px;
	margin: 0 auto;
	padding: 75px 32px 130px;
}

.gg-industry-sector {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
	align-items: center;
	gap: clamp(55px, 8vw, 120px);
	padding: 100px 0;
	border-bottom: 1px solid rgba(42,24,58,.13);
	scroll-margin-top: 95px;
}

.gg-industry-sector:first-child {
	padding-top: 30px;
}

.gg-industry-sector--reverse .gg-industry-sector__image {
	order: 2;
}

.gg-industry-sector__image {
	position: relative;
	aspect-ratio: 4 / 5;
	max-height: 640px;
	overflow: hidden;
	border-radius: 24px 220px 24px 24px;
	box-shadow: 0 30px 70px rgba(42,24,58,.17);
}

.gg-industry-sector--reverse .gg-industry-sector__image {
	border-radius: 220px 24px 24px 24px;
}

.gg-industry-sector__image::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, transparent 55%, rgba(31,14,42,.56));
}

.gg-industry-sector__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .8s ease;
}

.gg-industry-sector__image:hover img {
	transform: scale(1.045);
}

.gg-industry-sector__image > span {
	position: absolute;
	z-index: 2;
	right: 24px;
	bottom: 20px;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
}

.gg-industry-sector__copy {
	max-width: 660px;
}

.gg-industry-sector__copy > p {
	margin: 27px 0;
	color: #605667;
	font-size: clamp(1rem, 1.1vw, 1.1rem);
	line-height: 1.8;
}

.gg-industry-sector__copy h3 {
	margin: 26px 0 12px;
	color: #332440;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.gg-industry-sector__copy ul {
	display: grid;
	margin: 0;
	padding: 0;
	gap: 8px;
	list-style: none;
}

.gg-industry-sector__copy li {
	position: relative;
	padding: 13px 15px 13px 40px;
	border-radius: 11px;
	color: #42344a;
	background: #eee7f0;
	font-size: 13px;
	font-weight: 700;
}

.gg-industry-sector__copy li::before {
	position: absolute;
	top: 50%;
	left: 16px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #a42b71;
	content: "";
	transform: translateY(-50%);
}

.gg-industry-sector__solutions {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.gg-industry-sector__solutions span {
	padding: 10px 13px;
	border: 1px solid rgba(42,24,58,.15);
	border-radius: 999px;
	color: #5a4d61;
	background: #fff;
	font-size: 10px;
	font-weight: 700;
}

.gg-industry-sector__copy > a {
	display: inline-flex;
	align-items: center;
	gap: 24px;
	margin-top: 30px;
	padding: 13px 14px 13px 22px;
	border-radius: 999px;
	color: #fff !important;
	background: #2a193c;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.gg-industry-sector__copy > a b {
	display: grid;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #e84a0c;
	font-size: 16px;
	place-items: center;
}

.gg-industry-approach {
	padding: 125px max(5vw, 28px);
	color: #fff;
	background: #25153a;
}

.gg-industry-approach > header {
	max-width: 1360px;
	margin: 0 auto 65px;
}

.gg-industry-approach h2 {
	color: #fff;
}

.gg-industry-approach .gg-industry-kicker {
	color: #e84a0c;
}

.gg-industry-approach > div {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	max-width: 1360px;
	margin: 0 auto;
	border-top: 1px solid rgba(255,255,255,.18);
}

.gg-industry-approach article {
	min-height: 260px;
	padding: 29px 25px;
	border-right: 1px solid rgba(255,255,255,.15);
}

.gg-industry-approach article:last-child {
	border-right: 0;
}

.gg-industry-approach article > span {
	color: #e84a0c;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .13em;
}

.gg-industry-approach h3 {
	margin: 70px 0 14px;
	color: #fff;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: clamp(1.3rem, 1.8vw, 1.7rem);
	letter-spacing: -.04em;
}

.gg-industry-approach article p {
	margin: 0;
	color: rgba(255,255,255,.72);
	font-size: 12px;
	line-height: 1.7;
}

.gg-industry-cta {
	position: relative;
	display: flex;
	min-height: 610px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 90px 28px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	background:
		radial-gradient(circle at 10% 18%, rgba(174,48,122,.62), transparent 30rem),
		radial-gradient(circle at 92% 86%, rgba(232,74,12,.48), transparent 30rem),
		#241439;
}

.gg-industry-cta::before {
	position: absolute;
	width: 620px;
	height: 620px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 50%;
	content: "";
}

.gg-industry-cta h2 {
	position: relative;
	color: #fff;
}

.gg-industry-cta .gg-industry-kicker {
	position: relative;
	color: #e84a0c;
}

.gg-industry-cta > p {
	position: relative;
	max-width: 620px;
	margin: 27px 0 0;
	color: rgba(255,255,255,.78);
	font-size: 1.05rem;
	line-height: 1.75;
}

.gg-industry-cta > a {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 25px;
	margin-top: 35px;
	padding: 14px 15px 14px 23px;
	border-radius: 999px;
	color: #29183a !important;
	background: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.gg-industry-cta > a b {
	display: grid;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	color: #fff;
	background: #e84a0c;
	font-size: 17px;
	place-items: center;
}

.gg-industry a:focus-visible {
	outline: 3px solid #e84a0c;
	outline-offset: 4px;
}

@media (max-width: 1100px) {
	.gg-industry-approach > div {
		grid-template-columns: repeat(2, 1fr);
	}

	.gg-industry-approach article:nth-child(2) {
		border-right: 0;
	}

	.gg-industry-approach article:nth-child(-n+2) {
		border-bottom: 1px solid rgba(255,255,255,.15);
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
	.gg-industry-hero {
		grid-template-columns: minmax(0, 1fr) minmax(350px, .8fr);
		min-height: 720px;
		padding: 120px 32px 80px;
	}

	.gg-industry-hero h1 {
		font-size: clamp(4rem, 8vw, 5.7rem);
	}

	.gg-industry-hero__visual {
		max-height: 500px;
	}

	.gg-industry-directory {
		margin-right: 20px;
		margin-left: 20px;
	}
}

@media (max-width: 767px) {
	.gg-industry-hero {
		display: flex;
		min-height: auto;
		flex-direction: column;
		align-items: stretch;
		padding: 115px 20px 70px;
	}

	.gg-industry-hero h1 {
		font-size: clamp(3.6rem, 17vw, 5.4rem);
	}

	.gg-industry-hero__visual {
		width: 94%;
		max-height: 480px;
		margin: 52px auto 0;
	}

	.gg-industry-intro {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 85px 20px 55px;
	}

	.gg-industry-intro h2,
	.gg-industry-sector h2,
	.gg-industry-approach h2,
	.gg-industry-cta h2 {
		font-size: clamp(2.9rem, 13vw, 4.4rem);
	}

	.gg-industry-directory {
		top: 0;
		margin: 0 12px 10px;
		padding: 11px;
		border-radius: 14px;
	}

	.gg-industry-directory a {
		flex: 0 0 auto;
	}

	.gg-industry-sectors {
		padding: 55px 20px 90px;
	}

	.gg-industry-sector {
		grid-template-columns: 1fr;
		gap: 45px;
		padding: 80px 0;
	}

	.gg-industry-sector--reverse .gg-industry-sector__image {
		order: 0;
	}

	.gg-industry-sector__image,
	.gg-industry-sector--reverse .gg-industry-sector__image {
		max-height: 520px;
		border-radius: 22px 160px 22px 22px;
	}

	.gg-industry-approach {
		padding: 85px 20px;
	}

	.gg-industry-approach > div {
		grid-template-columns: 1fr;
	}

	.gg-industry-approach article,
	.gg-industry-approach article:nth-child(2) {
		min-height: 210px;
		border-right: 0;
		border-bottom: 1px solid rgba(255,255,255,.15);
	}

	.gg-industry-approach article:last-child {
		border-bottom: 0;
	}

	.gg-industry-approach h3 {
		margin-top: 42px;
	}

	.gg-industry-cta {
		min-height: 550px;
		padding: 80px 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gg-industry-hero__visual img,
	.gg-industry-sector__image img {
		transition: none;
	}
}

/* Global header and mega-menu — modern navigation treatment. */
body .elementor-2842 {
	position: relative;
	z-index: 100000;
	font-family: Inter, sans-serif;
}

body .elementor-2842 .elementor-element-36c9c98 {
	position: relative;
	z-index: 100000;
	min-height: 88px;
	border: 0 !important;
	background: rgba(255,255,255,.97) !important;
	box-shadow: 0 10px 32px rgba(34,18,47,.1);
	backdrop-filter: blur(14px);
}

body .elementor-2842 .elementor-element-36c9c98 > .elementor-container {
	display: grid !important;
	grid-template-columns: 195px minmax(0, 1fr) minmax(285px, 340px);
	align-items: stretch;
	width: 100%;
	max-width: 1600px !important;
	min-height: 88px;
	margin: 0 auto;
}

body .elementor-2842 .elementor-element-36c9c98 > .elementor-container > .elementor-column {
	width: auto !important;
	min-width: 0;
}

body .elementor-2842 .elementor-element-510d573 {
	display: flex;
	align-items: center;
	padding: 0 18px;
	background: #fff !important;
}

body .elementor-2842 .elementor-element-510d573 > .elementor-element-populated,
body .elementor-2842 .elementor-element-1908259 > .elementor-element-populated,
body .elementor-2842 .elementor-element-287fb5a > .elementor-element-populated {
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

body .elementor-2842 .elementor-element-60ea9e9 {
	margin: 0 !important;
}

body .elementor-2842 .elementor-element-60ea9e9 img {
	display: block;
	width: auto;
	max-width: 165px;
	max-height: 68px;
	object-fit: contain;
}

body .elementor-2842 .elementor-element-1908259 {
	display: flex;
	align-items: center;
	padding: 0 14px;
	background: #291442 !important;
}

body .elementor-2842 .elementor-element-cda7e35,
body .elementor-2842 .elementor-element-cda7e35 .elementor-widget-container {
	width: 100%;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

body .elementor-2842 .elementskit-menu-container {
	height: 100%;
}

body .elementor-2842 .elementskit-navbar-nav {
	display: flex;
	height: 100%;
	align-items: stretch;
	justify-content: center;
	gap: clamp(2px, .3vw, 6px);
}

body .elementor-2842 .elementskit-navbar-nav > li {
	display: flex;
	align-items: stretch;
}

body .elementor-2842 .elementskit-navbar-nav > li > a.ekit-menu-nav-link {
	position: relative;
	display: inline-flex;
	min-height: 88px;
	align-items: center;
	padding: 0 clamp(10px, 1vw, 17px) !important;
	color: rgba(255,255,255,.86) !important;
	font-family: "Plus Jakarta Sans", Inter, sans-serif !important;
	font-size: clamp(12px, .88vw, 14px) !important;
	font-weight: 700 !important;
	letter-spacing: -.015em;
	line-height: 1.2 !important;
	text-decoration: none !important;
	white-space: nowrap;
	transition: color .2s ease, background .2s ease;
}

body .elementor-2842 .elementskit-navbar-nav > li > a.ekit-menu-nav-link::after {
	position: absolute;
	right: 14px;
	bottom: 0;
	left: 14px;
	height: 3px;
	border-radius: 999px 999px 0 0;
	background: #e84a0c;
	content: "";
	opacity: 0;
	transform: scaleX(.3);
	transition: opacity .2s ease, transform .25s ease;
}

body .elementor-2842 .elementskit-navbar-nav > li:hover > a.ekit-menu-nav-link,
body .elementor-2842 .elementskit-navbar-nav > li > a.ekit-menu-nav-link:focus-visible,
body .elementor-2842 .elementskit-navbar-nav > li.current-menu-item > a.ekit-menu-nav-link,
body .elementor-2842 .elementskit-navbar-nav > li.active > a.ekit-menu-nav-link {
	color: #fff !important;
	background: rgba(255,255,255,.07) !important;
}

body .elementor-2842 .elementskit-navbar-nav > li:hover > a.ekit-menu-nav-link::after,
body .elementor-2842 .elementskit-navbar-nav > li > a.ekit-menu-nav-link:focus-visible::after,
body .elementor-2842 .elementskit-navbar-nav > li.current-menu-item > a.ekit-menu-nav-link::after,
body .elementor-2842 .elementskit-navbar-nav > li.active > a.ekit-menu-nav-link::after {
	opacity: 1;
	transform: scaleX(1);
}

body .elementor-2842 .elementskit-submenu-indicator {
	margin-left: 7px !important;
	color: #e84a0c !important;
	font-size: 8px !important;
	transition: transform .2s ease;
}

body .elementor-2842 li:hover > a .elementskit-submenu-indicator {
	transform: rotate(180deg);
}

body .elementor-2842 .elementor-element-287fb5a {
	display: flex;
	align-items: center;
	padding: 0 20px;
	border-left: 1px solid rgba(255,255,255,.14);
	background: #362060 !important;
}

body .elementor-2842 .elementor-element-f7a82f2 {
	margin: 0 !important;
}

body .elementor-2842 .elementor-element-f7a82f2 .elementor-icon-list-items {
	display: grid !important;
	grid-template-columns: 1fr !important;
	justify-content: start !important;
	margin: 0 !important;
	gap: 5px !important;
}

body .elementor-2842 .elementor-element-f7a82f2 .elementor-icon-list-item {
	margin: 0 !important;
	padding: 0 !important;
}

body .elementor-2842 .elementor-element-f7a82f2 .elementor-icon-list-text,
body .elementor-2842 .elementor-element-f7a82f2 .elementor-icon-list-item > a {
	color: rgba(255,255,255,.9) !important;
	font-family: Inter, sans-serif !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 1.35 !important;
	text-decoration: none !important;
}

body .elementor-2842 .elementor-element-f7a82f2 .elementor-icon-list-icon {
	margin-right: 7px;
	color: #e84a0c !important;
	font-size: 12px;
}

body .elementor-2842 .elementor-element-8917f9e {
	display: none;
}

body .elementor-2842 .elementor-element-702a1b3 {
	position: absolute;
	right: 18px;
	bottom: 7px;
	margin: 0 !important;
}

body .elementor-2842 .elementor-element-702a1b3 .ekit_social_media {
	display: flex;
	margin: 0;
	gap: 6px;
}

body .elementor-2842 .elementor-element-702a1b3 .ekit_social_media > li {
	margin: 0 !important;
}

body .elementor-2842 .elementor-element-702a1b3 .ekit_social_media > li > a {
	display: grid !important;
	width: 28px !important;
	height: 28px !important;
	border-radius: 50% !important;
	color: #fff !important;
	background: rgba(255,255,255,.08) !important;
	line-height: 28px !important;
	place-items: center;
	transition: background .2s ease, transform .2s ease;
}

body .elementor-2842 .elementor-element-702a1b3 .ekit_social_media > li > a:hover {
	background: #e84a0c !important;
	transform: translateY(-2px);
}

/* Standard About dropdown. */
body .elementor-2842 .elementskit-navbar-nav > li > .elementskit-submenu-panel:not(.elementskit-megamenu-panel) {
	min-width: 300px !important;
	padding: 10px !important;
	border: 1px solid rgba(42,24,58,.09) !important;
	border-radius: 0 0 16px 16px !important;
	background: rgba(255,255,255,.98) !important;
	box-shadow: 0 22px 55px rgba(31,16,43,.18) !important;
	backdrop-filter: blur(14px);
}

body .elementor-2842 .elementskit-submenu-panel > li > a.dropdown-item {
	display: flex !important;
	min-height: 44px;
	align-items: center;
	padding: 10px 13px !important;
	border: 0 !important;
	border-radius: 9px;
	color: #3c2d47 !important;
	background: transparent !important;
	font-family: Inter, sans-serif !important;
	font-size: 12px !important;
	font-weight: 650 !important;
	line-height: 1.35 !important;
	transition: color .2s ease, background .2s ease, padding .2s ease;
}

body .elementor-2842 .elementskit-submenu-panel > li > a.dropdown-item:hover,
body .elementor-2842 .elementskit-submenu-panel > li > a.dropdown-item:focus-visible {
	padding-left: 18px !important;
	color: #8f2465 !important;
	background: #f4edf5 !important;
}

/* Services mega menu. */
body .elementor-2842 #menu-item-612 > .elementskit-megamenu-panel {
	left: 50% !important;
	width: min(900px, calc(100vw - 48px)) !important;
	max-width: 900px !important;
	padding: 58px 18px 18px !important;
	overflow: hidden;
	border: 1px solid rgba(42,24,58,.1) !important;
	border-radius: 0 0 22px 22px !important;
	background: #fff !important;
	box-shadow: 0 28px 70px rgba(28,13,40,.22) !important;
	transform: translateX(-50%) !important;
}

body .elementor-2842 #menu-item-612 > .elementskit-megamenu-panel::before {
	position: absolute;
	top: 20px;
	left: 28px;
	color: #9f2a6d;
	content: "Explore our logistics capabilities";
	font-family: Inter, sans-serif;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .15em;
	text-transform: uppercase;
}

body .elementor-2842 #menu-item-612 > .elementskit-megamenu-panel::after {
	position: absolute;
	top: 39px;
	right: 28px;
	left: 28px;
	height: 1px;
	background: rgba(42,24,58,.1);
	content: "";
}

body .elementor-2842 #menu-item-612 .elementor-2357,
body .elementor-2842 #menu-item-612 .elementor-2357 .elementor-element-00f3041 {
	width: 100% !important;
	border: 0 !important;
	background: #fff !important;
}

body .elementor-2842 #menu-item-612 .elementor-2357 .elementor-element-00f3041 > .elementor-container {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100% !important;
	max-width: none !important;
	gap: 8px;
}

body .elementor-2842 #menu-item-612 .elementor-2357 .elementor-element-00f3041 > .elementor-container > .elementor-column {
	width: auto !important;
	min-width: 0;
}

body .elementor-2842 #menu-item-612 .elementor-2357 .elementor-widget-wrap,
body .elementor-2842 #menu-item-612 .elementor-2357 .elementor-widget-container {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

body .elementor-2842 #menu-item-612 .elementor-2357 .elementor-icon-list-items {
	display: grid !important;
	grid-template-columns: 1fr !important;
	margin: 0 !important;
	gap: 4px;
}

body .elementor-2842 #menu-item-612 .elementor-2357 .elementor-icon-list-item {
	margin: 0 !important;
	padding: 0 !important;
}

body .elementor-2842 #menu-item-612 .elementor-2357 .elementor-icon-list-item > a {
	position: relative;
	display: flex !important;
	min-height: 43px;
	align-items: center;
	padding: 9px 36px 9px 14px !important;
	border: 0 !important;
	border-radius: 9px;
	color: #382a43 !important;
	background: transparent !important;
	font-family: Inter, sans-serif !important;
	font-size: 12px !important;
	font-weight: 650 !important;
	line-height: 1.35 !important;
	text-decoration: none !important;
	transition: color .2s ease, background .2s ease, transform .2s ease;
}

body .elementor-2842 #menu-item-612 .elementor-2357 .elementor-icon-list-item > a::after {
	position: absolute;
	right: 13px;
	color: #b03379;
	content: "↗";
	font-size: 15px;
	opacity: 0;
	transform: translate(-4px, 4px);
	transition: opacity .2s ease, transform .2s ease;
}

body .elementor-2842 #menu-item-612 .elementor-2357 .elementor-icon-list-item > a:hover,
body .elementor-2842 #menu-item-612 .elementor-2357 .elementor-icon-list-item > a:focus-visible {
	color: #8e2464 !important;
	background: #f4edf5 !important;
	transform: translateX(3px);
}

body .elementor-2842 #menu-item-612 .elementor-2357 .elementor-icon-list-item > a:hover::after,
body .elementor-2842 #menu-item-612 .elementor-2357 .elementor-icon-list-item > a:focus-visible::after {
	opacity: 1;
	transform: none;
}

body .elementor-2842 a:focus-visible,
body .elementor-2842 button:focus-visible {
	outline: 3px solid #e84a0c !important;
	outline-offset: 2px;
}

@media (max-width: 1280px) and (min-width: 1025px) {
	body .elementor-2842 .elementor-element-36c9c98 > .elementor-container {
		grid-template-columns: 170px minmax(0, 1fr) 250px;
	}

	body .elementor-2842 .elementor-element-60ea9e9 img {
		max-width: 145px;
	}

	body .elementor-2842 .elementskit-navbar-nav > li > a.ekit-menu-nav-link {
		padding-right: 9px !important;
		padding-left: 9px !important;
		font-size: 11px !important;
	}

	body .elementor-2842 .elementor-element-f7a82f2 .elementor-icon-list-text,
	body .elementor-2842 .elementor-element-f7a82f2 .elementor-icon-list-item > a {
		font-size: 10px !important;
	}
}

@media (max-width: 1024px) {
	body .elementor-2842 .elementor-element-36c9c98.elementor-hidden-tablet,
	body .elementor-2842 .elementor-element-36c9c98.elementor-hidden-mobile {
		display: block !important;
	}

	body .elementor-2842 .elementor-element-36c9c98 {
		min-height: 74px;
	}

	body .elementor-2842 .elementor-element-36c9c98 > .elementor-container {
		display: grid !important;
		grid-template-columns: minmax(150px, 1fr) auto;
		min-height: 74px;
	}

	body .elementor-2842 .elementor-element-510d573 {
		min-height: 74px;
		padding: 0 16px;
	}

	body .elementor-2842 .elementor-element-60ea9e9 img {
		max-width: 145px;
		max-height: 58px;
	}

	body .elementor-2842 .elementor-element-1908259 {
		grid-column: 2;
		min-width: 64px;
		padding: 0 12px;
		background: #291442 !important;
	}

	body .elementor-2842 .elementor-element-287fb5a {
		display: none !important;
	}

	body .elementor-2842 .elementskit-menu-hamburger {
		display: flex !important;
		width: 44px !important;
		height: 44px !important;
		align-items: center;
		justify-content: center;
		border: 1px solid rgba(255,255,255,.24) !important;
		border-radius: 12px !important;
		color: #fff !important;
		background: rgba(255,255,255,.08) !important;
	}

	body .elementor-2842 .elementskit-menu-container {
		position: fixed !important;
		z-index: 100002 !important;
		top: 0 !important;
		right: auto !important;
		bottom: 0 !important;
		left: 0 !important;
		width: min(390px, 88vw) !important;
		height: 100vh !important;
		padding: 78px 18px 24px !important;
		overflow-y: auto;
		background: #241439 !important;
		box-shadow: 24px 0 70px rgba(15,6,22,.35);
	}

	body .elementor-2842 .elementskit-navbar-nav {
		display: block !important;
		height: auto;
	}

	body .elementor-2842 .elementskit-navbar-nav > li {
		display: block;
		border-bottom: 1px solid rgba(255,255,255,.1);
	}

	body .elementor-2842 .elementskit-navbar-nav > li > a.ekit-menu-nav-link {
		min-height: 54px;
		justify-content: space-between;
		padding: 0 10px !important;
		font-size: 14px !important;
	}

	body .elementor-2842 .elementskit-navbar-nav > li > a.ekit-menu-nav-link::after {
		display: none;
	}

	body .elementor-2842 .elementskit-submenu-panel,
	body .elementor-2842 #menu-item-612 > .elementskit-megamenu-panel {
		position: static !important;
		width: 100% !important;
		max-width: none !important;
		padding: 6px !important;
		border: 0 !important;
		border-radius: 10px !important;
		background: rgba(255,255,255,.06) !important;
		box-shadow: none !important;
		transform: none !important;
	}

	body .elementor-2842 #menu-item-612 > .elementskit-megamenu-panel::before,
	body .elementor-2842 #menu-item-612 > .elementskit-megamenu-panel::after {
		display: none;
	}

	body .elementor-2842 #menu-item-612 .elementor-2357,
	body .elementor-2842 #menu-item-612 .elementor-2357 .elementor-element-00f3041 {
		background: transparent !important;
	}

	body .elementor-2842 #menu-item-612 .elementor-2357 .elementor-element-00f3041 > .elementor-container {
		grid-template-columns: 1fr;
	}

	body .elementor-2842 .elementskit-submenu-panel > li > a.dropdown-item,
	body .elementor-2842 #menu-item-612 .elementor-2357 .elementor-icon-list-item > a {
		min-height: 42px;
		color: rgba(255,255,255,.82) !important;
		background: transparent !important;
		font-size: 12px !important;
	}

	body .elementor-2842 .elementskit-submenu-panel > li > a.dropdown-item:hover,
	body .elementor-2842 #menu-item-612 .elementor-2357 .elementor-icon-list-item > a:hover {
		color: #fff !important;
		background: rgba(255,255,255,.08) !important;
	}
}

@media (max-width: 480px) {
	body .elementor-2842 .elementor-element-36c9c98 > .elementor-container {
		grid-template-columns: minmax(130px, 1fr) 60px;
	}

	body .elementor-2842 .elementor-element-60ea9e9 img {
		max-width: 132px;
	}
}

/* Header layout stabilization: preserve Elementor's proven column mechanics. */
@media (min-width: 1025px) {
	body .elementor-2842 .elementor-element-36c9c98 > .elementor-container {
		display: flex !important;
		width: 100% !important;
		max-width: 100% !important;
		min-height: 88px;
		flex-wrap: nowrap !important;
	}

	body .elementor-2842 .elementor-element-510d573 {
		display: flex !important;
		width: 15% !important;
		min-width: 175px;
		flex: 0 0 15% !important;
	}

	body .elementor-2842 .elementor-element-1908259 {
		display: flex !important;
		width: 64% !important;
		min-width: 0;
		flex: 1 1 auto !important;
	}

	body .elementor-2842 .elementor-element-287fb5a {
		display: flex !important;
		width: 21% !important;
		min-width: 270px;
		flex: 0 0 21% !important;
	}

	body .elementor-2842 .elementor-element-510d573 > .elementor-element-populated,
	body .elementor-2842 .elementor-element-1908259 > .elementor-element-populated,
	body .elementor-2842 .elementor-element-287fb5a > .elementor-element-populated {
		display: flex;
		height: 100%;
		align-items: center;
	}

	body .elementor-2842 .elementor-element-cda7e35,
	body .elementor-2842 .elementor-element-cda7e35 > .elementor-widget-container,
	body .elementor-2842 .elementor-element-cda7e35 .elementskit-menu-container {
		width: 100%;
	}

	body .elementor-2842 .elementskit-navbar-nav {
		width: 100%;
		flex-wrap: nowrap !important;
	}
}

@media (max-width: 1024px) {
	body .elementor-2842 .elementor-element-36c9c98 > .elementor-container {
		display: flex !important;
		width: 100% !important;
		max-width: none !important;
		min-height: 74px;
		align-items: stretch;
		justify-content: space-between;
		flex-wrap: nowrap !important;
	}

	body .elementor-2842 .elementor-element-510d573 {
		display: flex !important;
		width: calc(100% - 74px) !important;
		min-width: 0;
		flex: 1 1 auto !important;
	}

	body .elementor-2842 .elementor-element-1908259 {
		display: flex !important;
		width: 74px !important;
		min-width: 74px;
		flex: 0 0 74px !important;
	}

	body .elementor-2842 .elementor-element-287fb5a {
		display: none !important;
	}

	body .elementor-2842 .elementor-element-510d573 > .elementor-element-populated,
	body .elementor-2842 .elementor-element-1908259 > .elementor-element-populated {
		display: flex;
		width: 100%;
		align-items: center;
	}

	body .elementor-2842 .elementor-element-cda7e35,
	body .elementor-2842 .elementor-element-cda7e35 > .elementor-widget-container {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: center;
	}
}

/* Final header composition: spacious navigation with a focused action. */
@media (min-width: 1025px) {
	body .elementor-2842 .elementor-element-36c9c98 > .elementor-container {
		min-height: 84px;
	}

	body .elementor-2842 .elementor-element-36c9c98 {
		min-height: 84px;
	}

	body .elementor-2842 .elementor-element-510d573 {
		width: 15% !important;
		min-width: 190px;
		flex: 0 0 15% !important;
		padding: 0 20px;
	}

	body .elementor-2842 .elementor-element-1908259 {
		width: auto !important;
		flex: 1 1 auto !important;
		padding: 0 18px;
	}

	body .elementor-2842 .elementor-element-287fb5a {
		display: flex !important;
		width: 176px !important;
		min-width: 176px;
		flex: 0 0 176px !important;
		padding: 0 16px;
		border-left: 1px solid rgba(255,255,255,.13);
		background: #321d54 !important;
	}

	body .elementor-2842 .elementskit-navbar-nav {
		justify-content: center;
		gap: clamp(2px, .45vw, 8px);
	}

	body .elementor-2842 .elementskit-navbar-nav > li > a.ekit-menu-nav-link {
		min-height: 84px;
		padding: 0 clamp(12px, 1.12vw, 19px) !important;
		font-size: clamp(12px, .88vw, 14px) !important;
	}

	body .elementor-2842 .gg-header-actions {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: center;
	}

	body .elementor-2842 .gg-header-contact {
		display: inline-flex;
		width: 100%;
		min-height: 44px;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		padding: 5px 6px 5px 14px;
		border: 1px solid rgba(255,255,255,.18);
		border-radius: 999px;
		color: #fff !important;
		background: rgba(255,255,255,.08);
		font-family: Inter, sans-serif;
		font-size: 9px;
		font-weight: 800;
		letter-spacing: .08em;
		text-decoration: none !important;
		text-transform: uppercase;
		transition: background .2s ease, transform .2s ease;
	}

	body .elementor-2842 .gg-header-contact b {
		display: grid;
		width: 32px;
		height: 32px;
		flex: 0 0 32px;
		border-radius: 50%;
		color: #fff;
		background: #e84a0c;
		font-size: 15px;
		place-items: center;
	}

	body .elementor-2842 .gg-header-contact:hover {
		background: rgba(255,255,255,.14);
		transform: translateY(-2px);
	}
}

@media (max-width: 1200px) and (min-width: 1025px) {
	body .elementor-2842 .elementor-element-510d573 {
		min-width: 170px;
		padding: 0 14px;
	}

	body .elementor-2842 .elementor-element-60ea9e9 img {
		max-width: 145px;
	}

	body .elementor-2842 .elementor-element-287fb5a {
		width: 150px !important;
		min-width: 150px;
		flex-basis: 150px !important;
		padding: 0 10px;
	}

	body .elementor-2842 .elementskit-navbar-nav > li > a.ekit-menu-nav-link {
		padding-right: 9px !important;
		padding-left: 9px !important;
		font-size: 11px !important;
	}

	body .elementor-2842 .gg-header-contact {
		padding-left: 10px;
		font-size: 8px;
	}
}

@media (max-width: 1024px) {
	body .elementor-2842 .gg-header-actions {
		display: none;
	}
}

/* Contact-rich header: restore essential details without reintroducing clutter. */
body .gg-quote-genie {
	display: none !important;
}

@media (min-width: 1025px) {
	body .elementor-2842 .elementor-element-287fb5a {
		width: 270px !important;
		min-width: 270px;
		flex: 0 0 270px !important;
		padding: 9px 16px;
	}

	body .elementor-2842 .gg-header-details {
		display: flex;
		width: 100%;
		flex-direction: column;
		gap: 7px;
		font-family: Inter, Arial, sans-serif;
	}

	body .elementor-2842 .gg-header-details__contact {
		display: grid;
		grid-template-columns: max-content minmax(0, 1fr);
		gap: 5px 12px;
	}

	body .elementor-2842 .gg-header-details__contact a {
		display: inline-flex;
		min-width: 0;
		align-items: center;
		gap: 6px;
		color: #fff !important;
		font-size: 10px;
		line-height: 1.2;
		text-decoration: none !important;
		white-space: nowrap;
	}

	body .elementor-2842 .gg-header-details__contact a:last-child {
		grid-column: 1 / -1;
	}

	body .elementor-2842 .gg-header-details__contact span {
		color: #e84a0c;
		font-size: 12px;
	}

	body .elementor-2842 .gg-header-details__contact b {
		overflow: hidden;
		font-weight: 650;
		text-overflow: ellipsis;
	}

	body .elementor-2842 .gg-header-details__lower {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		padding-top: 6px;
		border-top: 1px solid rgba(255,255,255,.16);
	}

	body .elementor-2842 .gg-header-socials {
		display: flex;
		align-items: center;
		gap: 5px;
	}

	body .elementor-2842 .gg-header-socials a {
		display: grid;
		width: 24px;
		height: 24px;
		border: 1px solid rgba(255,255,255,.14);
		border-radius: 50%;
		color: #fff !important;
		background: rgba(255,255,255,.07);
		font-size: 10px;
		font-weight: 800;
		line-height: 1;
		text-decoration: none !important;
		text-transform: lowercase;
		place-items: center;
		transition: color .2s ease, background .2s ease, transform .2s ease;
	}

	body .elementor-2842 .gg-header-socials a:hover,
	body .elementor-2842 .gg-header-socials a:focus-visible {
		color: #261440 !important;
		background: #fff;
		transform: translateY(-1px);
	}

	body .elementor-2842 .gg-header-quote {
		display: inline-flex;
		min-height: 28px;
		align-items: center;
		gap: 7px;
		padding: 3px 4px 3px 10px;
		border: 1px solid rgba(255,255,255,.18);
		border-radius: 999px;
		color: #fff !important;
		background: rgba(255,255,255,.08);
		font-size: 8px;
		font-weight: 800;
		letter-spacing: .06em;
		text-decoration: none !important;
		text-transform: uppercase;
		white-space: nowrap;
	}

	body .elementor-2842 .gg-header-quote b {
		display: grid;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background: #e84a0c;
		font-size: 10px;
		place-items: center;
	}

	body .elementor-2842 .gg-header-quote:hover,
	body .elementor-2842 .gg-header-quote:focus-visible {
		background: rgba(255,255,255,.16);
	}
}

@media (max-width: 1200px) and (min-width: 1025px) {
	body .elementor-2842 .elementor-element-287fb5a {
		width: 220px !important;
		min-width: 220px;
		flex-basis: 220px !important;
		padding-right: 10px;
		padding-left: 10px;
	}

	body .elementor-2842 .gg-header-details__contact a {
		font-size: 9px;
	}

	body .elementor-2842 .gg-header-socials {
		gap: 3px;
	}

	body .elementor-2842 .gg-header-socials a {
		width: 21px;
		height: 21px;
	}

	body .elementor-2842 .gg-header-quote span {
		display: none;
	}

	body .elementor-2842 .gg-header-quote {
		padding: 3px;
	}
}

/* Three-column Services directory on desktop. */
@media (min-width: 1025px) {
	body .elementor-2842 #menu-item-612 > .elementskit-megamenu-panel {
		width: min(1020px, calc(100vw - 40px)) !important;
		max-width: 1020px !important;
	}

	body .elementor-2842 #menu-item-612 .gg-mega-three-column .elementor-element-00f3041 > .elementor-container {
		grid-template-columns: 1fr !important;
	}

	body .elementor-2842 #menu-item-612 .gg-mega-three-column .gg-mega-empty-column {
		display: none !important;
	}

	body .elementor-2842 #menu-item-612 .elementor-2357 .elementor-icon-list-items.gg-mega-three-column-list {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		column-gap: 12px;
		row-gap: 4px;
	}

	body .elementor-2842 #menu-item-612 .gg-mega-three-column-list .elementor-icon-list-item > a {
		min-height: 46px;
	}
}

@media (max-width: 1024px) {
	body .elementor-2842 #menu-item-612 .elementor-2357 .elementor-icon-list-items.gg-mega-three-column-list {
		grid-template-columns: 1fr !important;
	}
}

/* Header-triggered quotation form; no floating Genie or mascot. */
body .gg-quote-genie.gg-quote-modal {
	position: static !important;
	display: block !important;
}

body .gg-quote-modal .gg-quote-genie__dialog {
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	width: min(600px, calc(100vw - 32px));
	max-height: calc(100vh - 40px);
	padding: clamp(22px, 3vw, 32px);
	transform: translate(-50%, -50%);
}

body .gg-quote-modal .gg-quote-genie__head {
	margin-bottom: 18px;
}

body .gg-quote-modal .gg-quote-genie__head h2 {
	color: #321d54;
}

body.gg-quote-open {
	overflow: hidden !important;
}

@media (max-width: 600px) {
	body .gg-quote-modal .gg-quote-genie__dialog {
		width: calc(100vw - 20px);
		max-height: calc(100vh - 20px);
		padding: 22px 18px;
		border-radius: 18px;
	}

	body .gg-quote-modal .gg-quote-genie__form {
		grid-template-columns: 1fr;
	}
}

/* Homepage 5G orbit, milestone journey and compliance carousel. */
.gg-main-value {
	position: absolute;
	z-index: 4;
	display: grid;
	width: 86px;
	height: 86px;
	border: 1px solid rgba(164,43,113,.22);
	border-radius: 50%;
	color: #2a183d;
	background: rgba(255,255,255,.97);
	box-shadow: 0 14px 36px rgba(42,24,61,.14);
	offset-path: circle(43% at 50% 50%);
	offset-rotate: 0deg;
	place-items: center;
	animation: gg-value-orbit 34s linear infinite;
	cursor: pointer;
	font-family: inherit;
	transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.gg-main-value b {
	margin-top: 10px;
	color: #a42b71;
	font: 800 30px/1 "Plus Jakarta Sans", sans-serif;
}

.gg-main-value em {
	margin-top: -17px;
	font: 800 8px/1.1 Inter, sans-serif;
	letter-spacing: .06em;
	text-align: center;
	text-transform: uppercase;
}

.gg-main-value--one { offset-distance: 0%; }
.gg-main-value--two { offset-distance: 20%; }
.gg-main-value--three { offset-distance: 40%; }
.gg-main-value--four { offset-distance: 60%; }
.gg-main-value--five { offset-distance: 80%; }

.gg-main-network__graphic:hover .gg-main-value,
.gg-main-network__graphic:focus-within .gg-main-value {
	animation-play-state: paused;
}

.gg-main-value:hover,
.gg-main-value:focus-visible,
.gg-main-value.is-active {
	border-color: #e84a0c;
	background: #fff7f6;
	box-shadow: 0 0 0 7px rgba(232,74,12,.14), 0 18px 48px rgba(42,24,61,.2);
	outline: none;
}

.gg-main-value.is-active b {
	color: #e84a0c;
}

.gg-main-network__core strong {
	font-size: 48px;
}

.gg-main-value-details {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	padding: 0 max(5vw, 28px) 80px;
	background: #f4eef5;
}

.gg-main-value-details article {
	min-height: 190px;
	padding: 28px 24px;
	border-top: 1px solid rgba(42,24,61,.16);
	border-right: 1px solid rgba(42,24,61,.1);
	background: rgba(255,255,255,.34);
	opacity: .58;
	transition: opacity .25s ease, background .25s ease, box-shadow .25s ease, transform .25s ease;
}

.gg-main-value-details article:first-child {
	border-left: 1px solid rgba(42,24,61,.1);
}

.gg-main-value-details b {
	display: block;
	margin-bottom: 15px;
	color: #a42b71;
	font: 800 13px/1.2 Inter, sans-serif;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.gg-main-value-details span {
	color: #514657;
	font-size: 13px;
	line-height: 1.65;
}

.gg-main-value-details article.is-active {
	z-index: 2;
	background: #fff;
	box-shadow: 0 18px 45px rgba(42,24,61,.1);
	opacity: 1;
	transform: translateY(-10px);
}

.gg-main-milestones {
	overflow: hidden;
	padding: 125px 0 85px;
	color: #fff;
	background:
		radial-gradient(circle at 82% 15%, rgba(214,36,135,.24), transparent 29%),
		linear-gradient(135deg, #28173e, #5d1c69 55%, #97216f);
}

.gg-main-milestones > header,
.gg-main-compliance > header {
	display: flex;
	max-width: 1360px;
	align-items: end;
	justify-content: space-between;
	gap: 50px;
	margin: 0 auto 65px;
	padding: 0 max(5vw, 28px);
}

.gg-main-milestones h2,
.gg-main-compliance h2 {
	margin: 0;
	color: inherit;
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(3rem, 5vw, 5.7rem);
	letter-spacing: -.065em;
	line-height: .94;
}

.gg-main-milestones header p,
.gg-main-compliance header p {
	max-width: 530px;
	margin: 0;
	color: rgba(255,255,255,.72);
	font-size: 15px;
	line-height: 1.8;
}

.gg-main-milestones .gg-main-kicker {
	color: #e84a0c;
}

.gg-main-milestones__viewport {
	overflow-x: auto;
	overflow-y: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.gg-main-milestones__viewport::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.gg-main-milestones__spotlight {
	position: relative;
	display: grid;
	max-width: 1360px;
	grid-template-columns: minmax(130px, .25fr) minmax(0, 1fr);
	align-items: center;
	gap: 30px;
	margin: -12px auto 20px;
	padding: 0 max(5vw, 28px) 28px;
	border-bottom: 1px solid rgba(255,255,255,.13);
}

.gg-main-milestones__spotlight > span {
	color: #50c8ea;
	font: 800 clamp(2.7rem, 5vw, 5.4rem)/1 "Plus Jakarta Sans", sans-serif;
	letter-spacing: -.06em;
}

.gg-main-milestones__spotlight small {
	color: rgba(255,255,255,.48);
	font: 800 9px/1 Inter, sans-serif;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.gg-main-milestones__spotlight h3 {
	margin: 9px 0 0;
	color: #fff;
	font: 650 clamp(1.15rem, 2vw, 1.75rem)/1.35 "Plus Jakarta Sans", sans-serif;
}

.gg-main-milestones__spotlight > i {
	position: absolute;
	right: max(5vw, 28px);
	bottom: -2px;
	left: max(5vw, 28px);
	height: 3px;
	background: linear-gradient(90deg, #50c8ea var(--gg-milestone-progress, 6.25%), rgba(255,255,255,.1) var(--gg-milestone-progress, 6.25%));
	transition: background .45s ease;
}

.gg-main-milestones__track {
	position: relative;
	display: grid;
	width: max-content;
	grid-template-columns: repeat(16, 220px);
	/* Even cards sit 74px lower; reserve that space inside the clipped viewport. */
	padding: 70px max(5vw, 28px) 135px;
}

.gg-main-milestones__track::before {
	position: absolute;
	top: 96px;
	right: 0;
	left: 0;
	height: 3px;
	background: linear-gradient(90deg, #e84a0c, #35b7da, #e84a0c);
	content: "";
}

.gg-main-milestones article {
	position: relative;
	min-height: 180px;
	padding: 58px 28px 0 0;
}

.gg-main-milestones article:nth-child(even) {
	transform: translateY(74px);
}

.gg-main-milestones article i {
	position: absolute;
	z-index: 2;
	top: 18px;
	left: 0;
	width: 18px;
	height: 18px;
	border: 4px solid #fff;
	border-radius: 50%;
	background: #e84a0c;
	box-shadow: 0 0 0 7px rgba(232,74,12,.2);
}

.gg-main-milestones article span {
	color: #52c8eb;
	font: 800 17px/1 Inter, sans-serif;
}

.gg-main-milestones article small {
	display: block;
	margin: 12px 0 7px;
	color: rgba(255,255,255,.42);
	font: 800 8px/1 Inter, sans-serif;
	letter-spacing: .12em;
}

.gg-main-milestones article h3 {
	max-width: 185px;
	margin: 0;
	color: #fff;
	font: 650 13px/1.55 Inter, sans-serif;
}

.gg-main-milestones__hint {
	display: flex;
	max-width: 1360px;
	align-items: center;
	gap: 14px;
	margin: 45px auto 0;
	padding: 0 max(5vw, 28px);
	color: rgba(255,255,255,.62);
	font: 700 10px/1 Inter, sans-serif;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.gg-main-milestones__hint i {
	height: 1px;
	flex: 1;
	background: rgba(255,255,255,.2);
}

.gg-main-milestones__hint em {
	font-style: normal;
}

.gg-main-compliance {
	overflow: hidden;
	padding: 125px 0 100px;
	color: #2a183d;
	background: #f8f6f8;
}

.gg-main-compliance header p {
	color: #6c6172;
}

.gg-main-compliance__window {
	overflow: hidden;
	margin-bottom: 42px;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.gg-main-compliance__track {
	display: flex;
	width: max-content;
	gap: 18px;
	animation: gg-compliance-scroll 42s linear infinite;
}

.gg-main-compliance__window:hover .gg-main-compliance__track {
	animation-play-state: paused;
}

.gg-main-compliance article {
	display: grid;
	width: 210px;
	min-height: 155px;
	flex: 0 0 210px;
	align-content: center;
	justify-items: center;
	gap: 15px;
	padding: 22px;
	border: 1px solid rgba(42,24,61,.09);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 15px 40px rgba(42,24,61,.07);
}

.gg-main-compliance article img {
	width: auto;
	max-width: 150px;
	height: 75px;
	object-fit: contain;
}

.gg-main-compliance article span {
	color: #4c4053;
	font: 750 10px/1.3 Inter, sans-serif;
	letter-spacing: .05em;
	text-align: center;
	text-transform: uppercase;
}

.gg-main-compliance > .gg-main-inline-link {
	margin-left: max(5vw, 28px);
}

@keyframes gg-value-orbit {
	to { offset-distance: 100%; }
}

@keyframes gg-compliance-scroll {
	to { transform: translateX(calc(-50% - 9px)); }
}

@media (max-width: 900px) {
	.gg-main-value {
		width: 68px;
		height: 68px;
	}

	.gg-main-value b {
		font-size: 23px;
	}

	.gg-main-value-details {
		grid-template-columns: repeat(2, 1fr);
		padding: 0 20px 70px;
	}

	.gg-main-value-details article:last-child {
		grid-column: 1 / -1;
	}

	.gg-main-milestones > header,
	.gg-main-compliance > header {
		display: grid;
		margin-bottom: 42px;
	}
}

@media (max-width: 600px) {
	.gg-main-value-details {
		grid-template-columns: 1fr;
	}

	.gg-main-value-details article,
	.gg-main-value-details article:last-child {
		grid-column: auto;
		min-height: auto;
	}

	.gg-main-milestones,
	.gg-main-compliance {
		padding-top: 85px;
	}

	.gg-main-milestones__track {
		grid-template-columns: repeat(16, 185px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.gg-main-value,
	.gg-main-compliance__track {
		animation-play-state: paused;
	}
}

/* Interactive controls and focus states for homepage graphics. */
.gg-main-graphic-intro {
	display: grid;
	max-width: 530px;
	gap: 24px;
}

.gg-main-graphic-controls {
	display: flex;
	gap: 9px;
}

.gg-main-graphic-controls button {
	display: grid;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255,255,255,.25);
	border-radius: 50%;
	color: #fff;
	background: rgba(255,255,255,.08);
	cursor: pointer;
	font: 700 17px/1 Inter, sans-serif;
	place-items: center;
	transition: color .2s ease, background .2s ease, transform .2s ease;
}

.gg-main-graphic-controls button:hover,
.gg-main-graphic-controls button:focus-visible {
	color: #2a183d;
	background: #fff;
	transform: translateY(-2px);
}

.gg-main-graphic-controls button:disabled {
	cursor: not-allowed;
	opacity: .35;
	transform: none;
}

.gg-main-graphic-controls--dark button {
	border-color: rgba(42,24,61,.18);
	color: #2a183d;
	background: #fff;
	box-shadow: 0 8px 24px rgba(42,24,61,.08);
}

.gg-main-graphic-controls--dark button:hover,
.gg-main-graphic-controls--dark button:focus-visible {
	color: #fff;
	background: #a42b71;
}

.gg-main-milestones__viewport {
	scroll-snap-type: x proximity;
	scroll-behavior: smooth;
}

.gg-main-milestones article {
	cursor: pointer;
	outline: none;
	scroll-snap-align: center;
	transition: opacity .25s ease, transform .25s ease;
}

.gg-main-milestones article:not(.is-current) {
	opacity: .62;
}

.gg-main-milestones article.is-current,
.gg-main-milestones article:hover,
.gg-main-milestones article:focus-visible {
	opacity: 1;
}

.gg-main-milestones article.is-current i,
.gg-main-milestones article:hover i,
.gg-main-milestones article:focus-visible i {
	background: #48c5e9;
	box-shadow: 0 0 0 9px rgba(72,197,233,.2), 0 0 35px rgba(72,197,233,.5);
	transform: scale(1.2);
}

.gg-main-milestones article:focus-visible h3 {
	text-decoration: underline;
	text-decoration-color: #e84a0c;
	text-underline-offset: 5px;
}

.gg-main-compliance__window {
	scroll-behavior: smooth;
}

.gg-main-compliance__track.is-manual {
	animation: none;
}

.gg-main-compliance article {
	position: relative;
	overflow: hidden;
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.gg-main-compliance article::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(90deg, #a42b71, #e84a0c);
	content: "";
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .25s ease;
}

.gg-main-compliance article:hover {
	border-color: rgba(164,43,113,.28);
	box-shadow: 0 22px 50px rgba(42,24,61,.14);
	transform: translateY(-7px);
}

.gg-main-compliance article:hover::after {
	transform: scaleX(1);
}

@media (max-width: 900px) {
	.gg-main-graphic-intro {
		max-width: none;
	}

	.gg-main-milestones__spotlight {
		grid-template-columns: 1fr;
		gap: 12px;
	}
}

/* Wider full-bleed mountain framing without an inset picture effect. */
.gg-main-hero__photo--legacy {
	aspect-ratio: 5 / 4;
	max-height: 590px;
	background: #2a183d;
	transform: none;
}

.gg-main-hero__photo--legacy img {
	width: 100%;
	height: 100%;
	padding: 0;
	object-fit: cover;
	object-position: 50% 54%;
	filter: saturate(.96) contrast(1.04);
	animation: none;
	transform: none;
}

@media (max-width: 767px) {
	.gg-main-hero__photo--legacy {
		aspect-ratio: 4 / 3;
	}

	.gg-main-hero__photo--legacy img {
		padding: 0;
		object-position: 50% 52%;
		transform: none;
	}
}

/* Final compact 5G viewport overrides. */
@media (min-width: 768px) {
	.gg-main-network {
		height: 520px;
		min-height: 0;
		padding: 38px max(5vw, 28px) 28px;
		gap: 5vw;
	}

	.gg-main-network__graphic {
		width: min(31vw, 390px);
	}

	.gg-main-network__core {
		width: 110px;
		height: 110px;
	}

	.gg-main-network__core strong { font-size: 39px; }
	.gg-main-network__core span { bottom: 20px; font-size: 6px; }

	.gg-main-value {
		width: 68px;
		height: 68px;
	}

	.gg-main-value b { margin-top: 7px; font-size: 23px; }
	.gg-main-value em { margin-top: -13px; font-size: 6px; }
	.gg-main-value--one { offset-distance: 0%; animation-delay: 0s; }
	.gg-main-value--two { offset-distance: 0%; animation-delay: -6.8s; }
	.gg-main-value--three { offset-distance: 0%; animation-delay: -13.6s; }
	.gg-main-value--four { offset-distance: 0%; animation-delay: -20.4s; }
	.gg-main-value--five { offset-distance: 0%; animation-delay: -27.2s; }

	.gg-main-network h2 {
		font-size: clamp(3.25rem, 4.7vw, 4.8rem);
	}

	.gg-main-network__copy > p {
		margin: 18px 0;
		color: #574c60 !important;
		font-size: clamp(.95rem, 1.05vw, 1.08rem);
		font-weight: 550;
		line-height: 1.65;
	}
	.gg-main-network ul { display: none; }
	.gg-main-network li { padding: 12px 0; font-size: 11px; }

	.gg-main-value-details {
		display: block;
		min-height: 96px;
		padding: 0 max(5vw, 28px) 22px;
	}

	.gg-main-value-details article {
		display: none;
		min-height: 74px;
		grid-template-columns: minmax(120px, .22fr) minmax(0, 1fr);
		align-items: center;
		gap: 24px;
		padding: 18px 24px;
		border: 1px solid rgba(42,24,61,.1);
		opacity: 1;
	}

	.gg-main-value-details article.is-active {
		display: grid;
		max-width: 1180px;
		margin: 0 auto;
		transform: none;
	}

	.gg-main-value-details b { margin: 0; font-size: 12px; }
	.gg-main-value-details span { font-size: 12px; line-height: 1.55; }
}

/*
 * Professional subheading system.
 * Keeps the established Plus Jakarta Sans / Inter pairing while strengthening
 * secondary headings and section labels throughout the redesigned pages.
 */
:where(
	.gg-gallery,
	.gg-strategy,
	.gg-about,
	.gg-careers,
	.gg-blog,
	.gg-main,
	.gg-service-hub,
	.gg-service-detail,
	.gg-industry
) :where(h2, h3) {
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-style: normal;
	font-synthesis: none;
	text-wrap: balance;
}

:where(
	.gg-gallery,
	.gg-strategy,
	.gg-about,
	.gg-careers,
	.gg-blog,
	.gg-main,
	.gg-service-hub,
	.gg-service-detail,
	.gg-industry
) h2 {
	font-weight: 800;
	letter-spacing: -.052em;
	line-height: 1.02;
}

:where(
	.gg-gallery,
	.gg-strategy,
	.gg-about,
	.gg-careers,
	.gg-blog,
	.gg-main,
	.gg-service-hub,
	.gg-service-detail,
	.gg-industry
) h3 {
	font-weight: 700;
	letter-spacing: -.032em;
	line-height: 1.18;
}

:where(
	.gg-gallery,
	.gg-strategy,
	.gg-about,
	.gg-careers,
	.gg-blog,
	.gg-main,
	.gg-service-hub,
	.gg-service-detail,
	.gg-industry
) :where(
	.gg-gallery-kicker,
	.gg-gallery-eyebrow,
	.gg-strategy-eyebrow,
	.gg-about-kicker,
	.gg-careers-kicker,
	.gg-blog-kicker,
	.gg-blog-eyebrow,
	.gg-freight-card__kicker,
	.gg-main-kicker,
	.gg-main-eyebrow,
	.gg-service-kicker,
	.gg-service-eyebrow,
	.gg-industry-kicker,
	.gg-industry-eyebrow
) {
	font-family: "Plus Jakarta Sans", Inter, sans-serif;
	font-size: clamp(.68rem, .74vw, .76rem);
	font-weight: 700;
	letter-spacing: .14em;
	line-height: 1.35;
	text-wrap: balance;
}

@media (max-width: 767px) {
	:where(
		.gg-gallery,
		.gg-strategy,
		.gg-about,
		.gg-careers,
		.gg-blog,
		.gg-main,
		.gg-service-hub,
		.gg-service-detail,
		.gg-industry
	) h2 {
		letter-spacing: -.044em;
		line-height: 1.06;
	}

	:where(
		.gg-gallery,
		.gg-strategy,
		.gg-about,
		.gg-careers,
		.gg-blog,
		.gg-main,
		.gg-service-hub,
		.gg-service-detail,
		.gg-industry
	) h3 {
		letter-spacing: -.024em;
		line-height: 1.22;
	}
}

/*
 * Compact content rhythm.
 * Hero blocks are intentionally excluded so their position and composition
 * remain unchanged.
 */
@media (min-width: 768px) {
	:where(
		.gg-gallery,
		.gg-strategy,
		.gg-about,
		.gg-careers,
		.gg-blog,
		.gg-main,
		.gg-service-hub,
		.gg-service-detail,
		.gg-industry
	) > section:not([class*="hero"]):not(.gg-main-stats):not(.gg-main-network) {
		padding-top: clamp(64px, 5.6vw, 86px);
		padding-bottom: clamp(64px, 5.6vw, 86px);
	}

	:where(
		.gg-gallery,
		.gg-strategy,
		.gg-about,
		.gg-careers,
		.gg-blog,
		.gg-main,
		.gg-service-hub,
		.gg-service-detail,
		.gg-industry
	) > section[class*="-cta"] {
		min-height: auto;
	}
}

@media (max-width: 767px) {
	:where(
		.gg-gallery,
		.gg-strategy,
		.gg-about,
		.gg-careers,
		.gg-blog,
		.gg-main,
		.gg-service-hub,
		.gg-service-detail,
		.gg-industry
	) > section:not([class*="hero"]):not(.gg-main-stats):not(.gg-main-network) {
		padding-top: 54px;
		padding-bottom: 54px;
	}

	:where(
		.gg-gallery,
		.gg-strategy,
		.gg-about,
		.gg-careers,
		.gg-blog,
		.gg-main,
		.gg-service-hub,
		.gg-service-detail,
		.gg-industry
	) > section[class*="-cta"] {
		min-height: auto;
	}
}
