/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

html,
body {
	overflow-x: hidden;
}

@supports (overflow: clip) {
	html,
	body {
		overflow-x: clip;
	}
}

:root {
	--gcc-indigo: #2d3981;
	--gcc-indigo-dark: #20295f;
	--gcc-cyan: #22b5d0;
	--gcc-charcoal: #323236;
	--gcc-concrete: #f3f5f7;
	--gcc-steel: #66707c;
	--gcc-white: #ffffff;
	--gcc-border: rgba(45, 57, 129, 0.16);
	--gcc-shadow: 0 18px 48px rgba(32, 41, 95, 0.12);
	--gcc-radius: 8px;
	--gcc-container: 1216px;
}

body,
button,
input,
select,
textarea,
.elementor-widget-text-editor,
.elementor-widget-button {
	font-family: "DM Sans", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", "Segoe UI", Arial, sans-serif;
}

/* Astra shell */
.site-header {
	position: relative;
	z-index: 50;
	border-bottom: 1px solid rgba(45, 57, 129, 0.1);
	background: var(--gcc-white);
}

.site-header .ast-primary-header-bar {
	min-height: 88px;
	border: 0;
}

.site-header .site-primary-header-wrap,
.site-footer .ast-builder-grid-row-container-inner {
	max-width: var(--gcc-container);
	padding-inline: 24px;
}

.site-header .site-branding,
.site-header .site-logo-img {
	padding: 0;
}

.site-header .custom-logo-link {
	display: flex;
	align-items: center;
}

.site-header .custom-logo {
	display: block;
	width: 168px;
	height: auto;
	max-height: 66px;
	object-fit: contain;
}

.site-header .main-header-menu > .menu-item > .menu-link {
	height: 88px;
	padding: 0 14px;
	color: var(--gcc-charcoal);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0;
}

.site-header .main-header-menu > .menu-item > .menu-link:hover,
.site-header .main-header-menu > .current-menu-item > .menu-link {
	color: var(--gcc-indigo);
}

.site-header .main-header-menu > .menu-item > a.menu-link[href*="buildx.ph"] {
	height: 42px;
	margin: 23px 4px 23px 10px;
	padding: 0 19px;
	border-radius: 5px;
	background: var(--gcc-cyan);
	color: var(--gcc-white) !important;
}

.site-header .main-header-menu > .menu-item > a.menu-link[href*="buildx.ph"]:hover {
	background: var(--gcc-indigo);
}

.site-header .main-header-menu .lang-item > .menu-link {
	height: 34px;
	margin: 27px 0 27px 8px;
	padding: 0 12px;
	border: 1px solid var(--gcc-border);
	border-radius: 999px;
	color: var(--gcc-indigo);
}

.ast-mobile-header-wrap .ast-primary-header-bar {
	min-height: 72px;
}

.ast-mobile-header-wrap .custom-logo {
	width: 132px;
	max-height: 54px;
}

.ast-mobile-header-wrap .menu-toggle {
	color: var(--gcc-indigo);
}

.ast-mobile-header-content {
	border-top: 1px solid var(--gcc-border);
	box-shadow: var(--gcc-shadow);
}

.ast-mobile-header-content .main-header-menu > .menu-item > .menu-link {
	display: flex;
	height: 48px;
	min-height: 48px;
	align-items: center;
	padding: 12px 24px;
	font-size: 15px;
	font-weight: 600;
}

.ast-mobile-header-content .main-header-menu > .menu-item > a.menu-link[href*="buildx.ph"],
.ast-mobile-header-content .main-header-menu > .lang-item > .menu-link {
	height: 42px;
	min-height: 42px;
	margin: 8px 18px;
	justify-content: center;
}

/* Elementor homepage */
.gcc-elementor-home-v2 .site-content > .ast-container,
.gcc-elementor-home-v2 .content-area,
.gcc-elementor-home-v2 .site-main,
.gcc-elementor-home-v2 .entry-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.gcc-elementor-home-v2 .entry-header,
.gcc-elementor-home-v2 .entry-title {
	display: none;
}

.gcc-home-v2 {
	color: var(--gcc-charcoal);
}

.gcc-home-v2 .gcc-home-hero {
	min-height: 700px;
	background-position: 47% 58%;
	background-size: cover;
}

.gcc-home-v2 .gcc-home-hero::before,
.gcc-home-v2 .gcc-location-section::before {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(32, 41, 95, 0.9) 0%, rgba(32, 41, 95, 0.68) 52%, rgba(32, 41, 95, 0.28) 100%);
	content: "";
}

.gcc-home-v2 .gcc-location-section::before {
	background: linear-gradient(90deg, rgba(34, 181, 208, 0.92) 0%, rgba(45, 57, 129, 0.72) 100%);
}

.gcc-home-v2 .gcc-home-hero > .e-con-inner,
.gcc-home-v2 .gcc-location-section > .e-con-inner,
.gcc-home-v2 .gcc-home-hero > .elementor-element,
.gcc-home-v2 .gcc-location-section > .elementor-element {
	position: relative;
	z-index: 1;
}

.gcc-home-v2 .gcc-section-inner,
.gcc-home-v2 .gcc-hero-inner {
	width: min(100%, var(--gcc-container));
	margin-inline: auto;
	padding-inline: 24px;
}

.gcc-home-v2 .gcc-hero-inner {
	min-height: 700px;
	justify-content: center;
	padding-block: 90px;
}

.gcc-home-v2 .gcc-section-inner {
	padding-block: 104px;
}

.gcc-home-v2 .gcc-section-surface {
	background: var(--gcc-concrete);
}

.gcc-home-v2 .gcc-content-stack > .e-con-inner {
	display: flex;
	gap: 24px;
	flex-direction: column;
}

.gcc-home-v2 .gcc-hero-actions > .e-con-inner {
	display: flex;
	gap: 12px;
	flex-direction: row !important;
	flex-wrap: wrap;
	margin-top: 10px;
}

.gcc-home-v2 .gcc-two-col > .e-con-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 72px;
	align-items: center;
}

.gcc-home-v2 .gcc-stats-grid > .e-con-inner,
.gcc-home-v2 .gcc-category-grid > .e-con-inner,
.gcc-home-v2 .gcc-story-grid > .e-con-inner {
	display: grid;
	gap: 18px;
}

.gcc-home-v2 .gcc-stats-grid > .e-con-inner,
.gcc-home-v2 .gcc-category-grid > .e-con-inner {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gcc-home-v2 .gcc-story-grid > .e-con-inner {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gcc-home-v2 .gcc-story-content > .e-con-inner {
	display: flex;
	gap: 16px;
	flex-direction: column;
	align-items: flex-start;
	padding: 30px;
}

.gcc-home-v2 h1,
.gcc-home-v2 h2,
.gcc-home-v2 h3,
.gcc-home-v2 p {
	letter-spacing: 0;
}

.gcc-home-v2 .gcc-hero-kicker .elementor-heading-title {
	max-width: 760px;
	margin: 0 0 22px;
	color: var(--gcc-white);
	font-size: clamp(20px, 2.1vw, 30px);
	font-weight: 600;
	line-height: 1.3;
}

.gcc-home-v2 .gcc-hero-title .elementor-heading-title {
	max-width: 940px;
	margin: 0;
	color: var(--gcc-white);
	font-size: clamp(48px, 5.2vw, 72px);
	font-weight: 700;
	line-height: 1.04;
}

.gcc-home-v2 .gcc-hero-subtitle {
	max-width: 720px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 19px;
	font-weight: 400;
	line-height: 1.65;
}

.gcc-home-v2 .elementor-button {
	min-height: 46px;
	padding: 13px 22px;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 600;
}

.gcc-home-v2 .gcc-button-primary .elementor-button {
	background: var(--gcc-cyan);
	color: var(--gcc-white);
}

.gcc-home-v2 .gcc-button-primary .elementor-button:hover {
	background: var(--gcc-indigo);
}

.gcc-home-v2 .gcc-button-outline .elementor-button {
	border: 1px solid rgba(255, 255, 255, 0.72);
	background: transparent;
	color: var(--gcc-white);
}

.gcc-home-v2 .gcc-button-outline .elementor-button:hover {
	border-color: var(--gcc-white);
	background: var(--gcc-white);
	color: var(--gcc-indigo);
}

.gcc-home-v2 .gcc-section-title .elementor-heading-title {
	margin: 0;
	color: var(--gcc-indigo);
	font-size: clamp(38px, 4.1vw, 60px);
	font-weight: 700;
	line-height: 1.08;
}

.gcc-home-v2 .gcc-section-title.is-cyan .elementor-heading-title {
	color: var(--gcc-cyan);
}

.gcc-home-v2 .gcc-body-copy,
.gcc-home-v2 .gcc-body-copy p {
	color: var(--gcc-steel);
	font-size: 17px;
	line-height: 1.75;
}

.gcc-home-v2 .gcc-body-copy p:last-child {
	margin-bottom: 0;
}

.gcc-home-v2 .gcc-stat-card {
	height: 100%;
	padding: 30px;
	border: 1px solid var(--gcc-border);
	border-radius: var(--gcc-radius);
	background: var(--gcc-white);
}

.gcc-home-v2 .gcc-stat-value .elementor-heading-title {
	color: var(--gcc-indigo);
	font-size: clamp(38px, 4vw, 58px);
	font-weight: 700;
	line-height: 1;
}

.gcc-home-v2 .gcc-stat-label .elementor-heading-title {
	color: var(--gcc-charcoal);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
}

.gcc-home-v2 .gcc-stat-copy,
.gcc-home-v2 .gcc-stat-copy p {
	color: var(--gcc-steel);
	font-size: 14px;
	line-height: 1.55;
}

.gcc-home-v2 .gcc-feature-image img,
.gcc-home-v2 .gcc-story-image img {
	width: 100%;
	border-radius: var(--gcc-radius);
	object-fit: cover;
}

.gcc-home-v2 .gcc-feature-image img {
	aspect-ratio: 1.25 / 1;
}

.gcc-home-v2 .gcc-story-image img {
	aspect-ratio: 2 / 1;
}

.gcc-home-v2 .gcc-fact-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gcc-home-v2 .gcc-fact-list li {
	position: relative;
	margin: 0 0 13px;
	padding-left: 28px;
	color: var(--gcc-charcoal);
	font-size: 16px;
	font-weight: 600;
}

.gcc-home-v2 .gcc-fact-list li::before {
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 10px;
	height: 2px;
	background: var(--gcc-cyan);
	content: "";
}

.gcc-home-v2 .gcc-category-card {
	min-height: 320px;
	overflow: hidden;
	border-radius: var(--gcc-radius);
	background-position: center;
	background-size: cover;
}

.gcc-home-v2 .gcc-category-card::before {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(32, 41, 95, 0.04) 25%, rgba(32, 41, 95, 0.88) 100%);
	content: "";
}

.gcc-home-v2 .gcc-category-card .e-con-inner,
.gcc-home-v2 .gcc-category-card > .elementor-element {
	position: relative;
	z-index: 1;
}

.gcc-home-v2 .gcc-category-title .elementor-heading-title {
	color: var(--gcc-white);
	font-size: 25px;
	font-weight: 700;
	line-height: 1.15;
}

.gcc-home-v2 .gcc-category-copy,
.gcc-home-v2 .gcc-category-copy p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	line-height: 1.5;
}

.gcc-home-v2 .gcc-story-card {
	height: 100%;
	overflow: hidden;
	border: 1px solid var(--gcc-border);
	border-radius: var(--gcc-radius);
	background: var(--gcc-white);
}

.gcc-home-v2 .gcc-story-title .elementor-heading-title {
	color: var(--gcc-indigo);
	font-size: 30px;
	font-weight: 700;
	line-height: 1.15;
}

.gcc-home-v2 .gcc-home-store-carousel {
	position: relative;
}

.gcc-home-v2 .gcc-home-store-carousel__controls {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	margin-bottom: 14px;
}

.gcc-home-v2 .gcc-home-store-carousel__controls button {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid var(--gcc-border);
	border-radius: 50%;
	background: var(--gcc-white);
	color: var(--gcc-indigo);
	font-size: 22px;
	cursor: pointer;
}

.gcc-home-v2 .gcc-home-store-carousel__controls button:hover {
	border-color: var(--gcc-cyan);
	background: var(--gcc-cyan);
	color: var(--gcc-white);
}

.gcc-home-v2 .gcc-home-store-carousel .gcc-store-grid {
	display: grid;
	grid-auto-columns: minmax(285px, 31%);
	grid-auto-flow: column;
	grid-template-columns: none;
	gap: 18px;
	overflow-x: auto;
	padding: 2px 2px 18px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
	scrollbar-color: var(--gcc-cyan) var(--gcc-concrete);
}

.gcc-home-v2 .gcc-home-store-carousel .gcc-store-card {
	display: flex;
	grid-template-columns: none;
	scroll-snap-align: start;
}

.gcc-home-v2 .gcc-home-store-carousel .gcc-store-card__media {
	min-height: 176px;
	padding: 20px;
}

.gcc-home-v2 .gcc-home-store-carousel .gcc-store-card__media img {
	height: 130px;
}

.gcc-home-v2 .gcc-home-store-carousel .gcc-store-card__body {
	padding: 20px;
}

.gcc-home-v2 .gcc-home-store-carousel .gcc-store-card__actions a:last-child,
.gcc-home-v2 .gcc-home-store-carousel .gcc-store-card__body > p,
.gcc-home-v2 .gcc-home-store-carousel .gcc-store-card__location {
	display: none;
}

.gcc-home-v2 .gcc-location-panel {
	color: var(--gcc-white);
}

.gcc-home-v2 .gcc-location-panel .gcc-section-title .elementor-heading-title,
.gcc-home-v2 .gcc-location-panel .gcc-body-copy,
.gcc-home-v2 .gcc-location-panel .gcc-body-copy p {
	color: var(--gcc-white);
}

/* Astra footer builder */
.site-footer {
	background: var(--gcc-indigo-dark);
	color: rgba(255, 255, 255, 0.76);
}

.site-footer .site-primary-footer-wrap,
.site-footer .site-below-footer-wrap {
	background: transparent;
	border: 0;
}

.site-footer .site-primary-footer-wrap {
	padding-block: 56px 42px;
}

.site-footer .site-below-footer-wrap {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.site-footer .gcc-footer-brand img {
	display: block;
	width: 176px;
	height: auto;
	filter: brightness(0) invert(1);
}

.site-footer .gcc-footer-brand p {
	max-width: 360px;
	margin: 18px 0 0;
	font-size: 14px;
	line-height: 1.7;
}

.site-footer .footer-nav-wrap a,
.site-footer .ast-builder-html-element a,
.site-footer .ast-footer-copyright {
	color: rgba(255, 255, 255, 0.78);
}

.site-footer .gcc-footer-navigation {
	display: flex;
	gap: 9px;
	flex-direction: column;
	align-items: flex-start;
}

.site-footer .gcc-footer-navigation a {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}

.site-footer .footer-nav-wrap a:hover,
.site-footer .ast-builder-html-element a:hover {
	color: var(--gcc-cyan);
}

.site-footer .gcc-footer-buildx {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	margin-top: 12px;
	padding: 10px 17px;
	border-radius: 5px;
	background: var(--gcc-cyan);
	color: var(--gcc-white) !important;
	font-weight: 600;
}

@media (max-width: 1180px) {
	.site-header .main-header-menu > .menu-item > .menu-link {
		padding-inline: 10px;
		font-size: 14px;
	}

	.site-header .custom-logo {
		width: 148px;
	}
}

@media (max-width: 921px) {
	.site-header .site-primary-header-wrap {
		padding-inline: 18px;
	}

	.gcc-home-v2 .gcc-home-store-carousel .gcc-store-grid {
		grid-auto-columns: minmax(275px, 46%);
	}

	.gcc-home-v2 .gcc-stats-grid > .e-con-inner,
	.gcc-home-v2 .gcc-category-grid > .e-con-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gcc-home-v2 .gcc-two-col > .e-con-inner {
		gap: 44px;
	}
}

@media (max-width: 767px) {
	.gcc-home-v2 .gcc-home-hero,
	.gcc-home-v2 .gcc-hero-inner {
		min-height: 620px;
	}

	.gcc-home-v2 .gcc-home-hero::before {
		background: linear-gradient(180deg, rgba(32, 41, 95, 0.48) 0%, rgba(32, 41, 95, 0.92) 78%);
	}

	.gcc-home-v2 .gcc-section-inner {
		padding-block: 68px;
		padding-inline: 18px;
	}

	.gcc-home-v2 .gcc-hero-inner {
		justify-content: flex-end;
		padding: 76px 18px 62px;
	}

	.gcc-home-v2 .gcc-two-col > .e-con-inner,
	.gcc-home-v2 .gcc-story-grid > .e-con-inner {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.gcc-home-v2 .gcc-stats-grid > .e-con-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gcc-home-v2 .gcc-category-grid > .e-con-inner {
		display: grid;
		grid-auto-columns: 82%;
		grid-auto-flow: column;
		grid-template-columns: none;
		overflow-x: auto;
		padding-bottom: 14px;
		scroll-snap-type: x mandatory;
	}

	.gcc-home-v2 .gcc-category-card {
		scroll-snap-align: start;
	}
	.gcc-home-v2 .gcc-hero-kicker .elementor-heading-title {
		margin-bottom: 16px;
		font-size: 18px;
	}

	.gcc-home-v2 .gcc-hero-title .elementor-heading-title {
		font-size: 40px;
		line-height: 1.06;
	}

	.gcc-home-v2 .gcc-hero-subtitle {
		font-size: 16px;
		line-height: 1.6;
	}

	.gcc-home-v2 .gcc-section-title .elementor-heading-title {
		font-size: 36px;
		line-height: 1.12;
	}

	.gcc-home-v2 .gcc-body-copy,
	.gcc-home-v2 .gcc-body-copy p {
		font-size: 15px;
		line-height: 1.68;
	}

	.gcc-home-v2 .gcc-stat-card {
		padding: 22px;
	}

	.gcc-home-v2 .gcc-home-store-carousel .gcc-store-grid {
		grid-auto-columns: minmax(260px, 84%);
	}

	.gcc-home-v2 .gcc-home-store-carousel__controls {
		display: none;
	}

	.gcc-home-v2 .gcc-category-card {
		min-height: 260px;
	}

	.site-footer .site-primary-footer-wrap {
		padding-block: 38px 28px;
	}
}

@media (max-width: 430px) {
	.gcc-home-v2 .gcc-stats-grid > .e-con-inner {
		grid-template-columns: 1fr;
	}

	.gcc-home-v2 .gcc-stat-card {
		min-height: 0;
	}

	.gcc-home-v2 .gcc-hero-actions > .e-con-inner {
		align-items: stretch;
		flex-direction: column !important;
	}

	.gcc-home-v2 .gcc-hero-actions .elementor-widget-button,
	.gcc-home-v2 .gcc-hero-actions .elementor-button {
		width: 100%;
	}
}

/* Continuously scrolling category rail from the approved Figma interaction. */
.gcc-home-v2 .gcc-category-grid {
	width: 100vw;
	max-width: 100vw;
	margin-inline: calc(50% - 50vw);
	overflow: hidden;
}

.gcc-home-v2 .gcc-category-grid > .e-con-inner {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	gap: clamp(18px, 1.8vw, 30px);
	width: 100%;
	max-width: none;
	overflow-x: auto !important;
	overflow-y: hidden;
	padding: 14px clamp(24px, 3vw, 58px) 24px;
	scroll-behavior: auto;
	scroll-snap-type: none !important;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.gcc-home-v2 .gcc-category-grid > .e-con-inner::-webkit-scrollbar {
	display: none;
}

.gcc-home-v2 .gcc-category-card {
	--width: clamp(300px, 25vw, 480px);
	width: var(--width) !important;
	min-width: var(--width) !important;
	max-width: var(--width) !important;
	flex: 0 0 var(--width) !important;
	min-height: 0;
	aspect-ratio: 0.68 / 1;
	transform: translateZ(0) scale(1);
	transform-origin: center;
	transition: transform 240ms ease, box-shadow 240ms ease;
	will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
	.gcc-home-v2 .gcc-category-card:hover,
	.gcc-home-v2 .gcc-category-card:focus-within {
		z-index: 2;
		box-shadow: 0 20px 44px rgba(32, 41, 95, 0.2);
		transform: translateZ(0) scale(1.018);
	}
}

@media (max-width: 767px) {
	.gcc-home-v2 .gcc-category-grid > .e-con-inner {
		gap: 16px;
		padding-inline: 24px;
		scroll-snap-type: none !important;
	}

	.gcc-home-v2 .gcc-category-card {
		--width: 78vw;
		min-height: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gcc-home-v2 .gcc-category-grid > .e-con-inner {
		scroll-behavior: auto;
		scroll-snap-type: x proximity !important;
	}

	.gcc-home-v2 .gcc-category-card,
	.gcc-home-v2 .gcc-category-card:hover,
	.gcc-home-v2 .gcc-category-card:focus-within {
		box-shadow: none;
		transform: none;
		transition: none;
	}
}

/* Figma photo-fidelity pass */
.gcc-home-v2 .gcc-home-hero {
	min-height: 680px;
	background-position: center center;
}

.gcc-home-v2 .gcc-home-hero::before {
	background: rgba(17, 24, 63, 0.34);
}

.gcc-home-v2 .gcc-hero-inner {
	min-height: 680px;
	align-items: center;
	text-align: center;
}

.gcc-home-v2 .gcc-hero-kicker .elementor-heading-title,
.gcc-home-v2 .gcc-hero-title .elementor-heading-title {
	margin-inline: auto;
}

.gcc-home-v2 .gcc-hero-actions > .e-con-inner,
.gcc-home-v2 .gcc-section-actions > .e-con-inner {
	justify-content: center;
}

.gcc-home-v2 .gcc-section-actions > .e-con-inner {
	flex-direction: row !important;
	flex-wrap: wrap !important;
}

.gcc-home-v2 .gcc-button-secondary .elementor-button {
	background: var(--gcc-indigo);
	color: var(--gcc-white);
}

.gcc-home-v2 .gcc-button-secondary .elementor-button:hover {
	background: var(--gcc-cyan);
}

.gcc-home-v2 .gcc-section-title.is-centered .elementor-heading-title,
.gcc-home-v2 .gcc-centered-copy {
	text-align: center;
}

.gcc-home-v2 .gcc-centered-copy {
	max-width: 820px;
	margin-inline: auto;
}

.gcc-home-v2 .gcc-section-actions > .e-con-inner {
	display: flex;
	gap: 12px;
	flex-flow: row wrap;
	margin-bottom: 18px;
}

.gcc-home-v2 .gcc-highlights-grid > .e-con-inner {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.gcc-home-v2 .gcc-highlight-card {
	min-width: 0;
	overflow: hidden;
	border-radius: var(--gcc-radius);
	background: var(--gcc-white);
}

.gcc-home-v2 .gcc-highlight-card.is-warehouse,
.gcc-home-v2 .gcc-highlight-card.is-brands {
	grid-column: span 2;
}

.gcc-home-v2 .gcc-highlight-image img {
	display: block;
	width: 100%;
	height: 310px;
	object-fit: cover;
}

.gcc-home-v2 .gcc-highlight-card.is-nlex .gcc-highlight-image img,
.gcc-home-v2 .gcc-highlight-card.is-units .gcc-highlight-image img {
	object-position: center;
}

.gcc-home-v2 .gcc-highlight-content > .e-con-inner {
	display: flex;
	gap: 8px;
	flex-direction: column;
	padding: 24px 26px 28px;
}

.gcc-home-v2 .gcc-highlight-title .elementor-heading-title {
	margin: 0;
	color: var(--gcc-indigo);
	font-size: clamp(22px, 2vw, 31px);
	font-weight: 700;
	line-height: 1.16;
}

.gcc-home-v2 .gcc-highlight-copy,
.gcc-home-v2 .gcc-highlight-copy p {
	margin: 0;
	color: var(--gcc-steel);
	font-size: 15px;
	line-height: 1.6;
}

.gcc-home-v2 .gcc-why-layout > .e-con-inner {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 92px;
	align-items: center;
}

.gcc-home-v2 .gcc-why-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gcc-home-v2 .gcc-why-list li {
	margin: 0;
	padding: 22px 24px;
	border-left: 5px solid var(--gcc-cyan);
	color: var(--gcc-indigo);
	font-size: 18px;
	font-weight: 650;
	line-height: 1.4;
}

.gcc-home-v2 .gcc-why-list li:nth-child(even) {
	border-left-color: var(--gcc-indigo);
	background: var(--gcc-concrete);
}

.gcc-home-v2 .gcc-category-grid > .e-con-inner {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.gcc-home-v2 .gcc-category-card {
	min-height: 390px;
}

.gcc-home-v2 .gcc-category-title .elementor-heading-title {
	font-size: clamp(21px, 1.8vw, 27px);
}

.gcc-home-v2 .gcc-story-list > .e-con-inner {
	display: flex;
	gap: 86px;
	flex-direction: column;
}

.gcc-home-v2 .gcc-story-row > .e-con-inner {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 72px;
	align-items: center;
}

.gcc-home-v2 .gcc-story-content > .e-con-inner {
	padding: 0;
}

.gcc-home-v2 .gcc-story-image img {
	display: block;
	width: 100%;
	aspect-ratio: 1.74 / 1;
	border-radius: var(--gcc-radius);
	object-fit: cover;
}

.gcc-home-v2 .gcc-story-title .elementor-heading-title {
	font-size: clamp(34px, 3.3vw, 52px);
}

.gcc-home-v2 .gcc-location-section {
	background-position: center;
}

.gcc-home-v2 .gcc-location-section::before {
	background: linear-gradient(90deg, rgba(28, 38, 91, 0.88), rgba(28, 38, 91, 0.58));
}

.gcc-home-v2 .gcc-location-layout > .e-con-inner {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
	gap: 54px;
	align-items: center;
}

.gcc-home-v2 .gcc-location-map,
.gcc-home-v2 .gcc-location-map .elementor-widget-container,
.gcc-home-v2 .gcc-location-map iframe {
	width: 100%;
}

.gcc-home-v2 .gcc-location-map iframe {
	display: block;
	height: 470px;
	border: 0;
	border-radius: var(--gcc-radius);
}

@media (max-width: 1024px) {
	.gcc-home-v2 .gcc-highlights-grid > .e-con-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gcc-home-v2 .gcc-highlight-card.is-warehouse,
	.gcc-home-v2 .gcc-highlight-card.is-brands {
		grid-column: auto;
	}

	.gcc-home-v2 .gcc-category-grid > .e-con-inner {
		display: grid;
		grid-auto-columns: minmax(280px, 38%);
		grid-auto-flow: column;
		grid-template-columns: none;
		overflow-x: auto;
		padding-bottom: 16px;
		scroll-snap-type: x mandatory;
	}

	.gcc-home-v2 .gcc-category-card {
		scroll-snap-align: start;
	}
}

@media (max-width: 767px) {
	.gcc-home-v2 .gcc-home-hero,
	.gcc-home-v2 .gcc-hero-inner {
		min-height: 590px;
	}

	.gcc-home-v2 .gcc-home-hero::before {
		background: rgba(17, 24, 63, 0.46);
	}

	.gcc-home-v2 .gcc-hero-inner {
		justify-content: center;
		padding: 86px 20px 58px;
	}

	.gcc-home-v2 .gcc-highlights-grid > .e-con-inner,
	.gcc-home-v2 .gcc-why-layout > .e-con-inner,
	.gcc-home-v2 .gcc-story-row > .e-con-inner,
	.gcc-home-v2 .gcc-location-layout > .e-con-inner {
		grid-template-columns: minmax(0, 1fr);
	}

	.gcc-home-v2 .gcc-highlights-grid > .e-con-inner {
		gap: 18px;
	}

	.gcc-home-v2 .gcc-highlight-image img {
		height: 240px;
	}

	.gcc-home-v2 .gcc-why-layout > .e-con-inner,
	.gcc-home-v2 .gcc-story-row > .e-con-inner {
		gap: 32px;
	}

	.gcc-home-v2 .gcc-category-grid > .e-con-inner {
		grid-auto-columns: 82%;
	}

	.gcc-home-v2 .gcc-category-card {
		min-height: 330px;
	}

	.gcc-home-v2 .gcc-story-list > .e-con-inner {
		gap: 64px;
	}

	.gcc-home-v2 .gcc-story-row.is-copy-first .gcc-story-content {
		order: 2;
	}

	.gcc-home-v2 .gcc-story-row.is-copy-first .gcc-story-image {
		order: 1;
	}

	.gcc-home-v2 .gcc-location-layout > .e-con-inner {
		gap: 30px;
	}

	.gcc-home-v2 .gcc-location-map iframe {
		height: 330px;
	}
}

@media (max-width: 430px) {
	body.page-id-70 [data-id="f5dc683"] {
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0 12px;
		font-size: 34px !important;
		line-height: 1.12 !important;
		text-align: center;
		overflow-wrap: anywhere;
	}

	body.page-id-70 [data-id="ebdc925"] {
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0 18px;
		font-size: 15px !important;
		line-height: 1.5 !important;
		text-align: center;
		overflow-wrap: anywhere;
	}

	.gcc-home-v2 .gcc-hero-actions > .e-con-inner {
		align-items: center;
	}

	.gcc-home-v2 .gcc-hero-actions .elementor-widget-button,
	.gcc-home-v2 .gcc-hero-actions .elementor-button {
		width: auto;
	}

	.gcc-home-v2 .gcc-section-actions > .e-con-inner {
		align-items: stretch;
		flex-direction: column;
	}

	.gcc-home-v2 .gcc-section-actions .elementor-widget-button,
	.gcc-home-v2 .gcc-section-actions .elementor-button {
		width: 100%;
	}
}
