/* ==================== Contact Page ==================== */

:root {
	--gel-main: #28978a;
	--gel-main-dark: #1f766d;
	--gel-ink: #102629;
	--gel-text: #2c3d40;
	--gel-muted: #657477;
	--gel-soft: #f6f8f8;
	--gel-line: #e4ebea;
	--gel-white: #ffffff;
}

.contact-page {
	width: 100%;
	background: #ffffff;
	color: var(--gel-text);
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.contact-page a {
	text-decoration: none;
}

.contact-container {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

/* ==================== Contact Main ==================== */

.contact-main {
	padding: 94px 0 104px;
	background: #ffffff;
}

.contact-main-layout {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 58px;
	align-items: start;
}

.contact-form-box {
	padding: 48px 46px 52px;
	background: #f6f8f8;
}

.contact-form-head {
	margin-bottom: 34px;
}

.contact-form-head span,
.contact-primary-card span,
.contact-global-head span,
.contact-visit-content span,
.contact-guide-head span {
	display: block;
	margin-bottom: 14px;
	color: var(--gel-main);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2.2px;
	text-transform: uppercase;
}

.contact-form-head h2,
.contact-primary-card h2,
.contact-global-head h2,
.contact-visit-content h2,
.contact-guide-head h2 {
	margin: 0;
	color: var(--gel-ink);
	font-size: 42px;
	line-height: 1.14;
	font-weight: 760;
	letter-spacing: -1.1px;
}

.contact-form-head p {
	max-width: 620px;
	margin: 18px 0 0;
	color: var(--gel-muted);
	font-size: 16px;
	line-height: 1.72;
}

.contact-field {
	margin-bottom: 20px;
}

.contact-field label {
	display: block;
	margin-bottom: 9px;
	color: var(--gel-ink);
	font-size: 14px;
	line-height: 1.4;
	font-weight: 700;
}

.contact-field input,
.contact-field textarea {
	width: 100%;
	border: 1px solid #dbe5e4;
	background: #ffffff;
	color: var(--gel-text);
	font-size: 15px;
	line-height: 1.5;
	font-family: inherit;
	box-sizing: border-box;
	transition: all 0.22s ease;
}

.contact-field input {
	height: 50px;
	padding: 0 16px;
}

.contact-field textarea {
	resize: vertical;
	min-height: 170px;
	padding: 14px 16px;
}

.contact-field input:focus,
.contact-field textarea:focus {
	outline: none;
	border-color: var(--gel-main);
	box-shadow: 0 0 0 3px rgba(40, 151, 138, 0.12);
}

.contact-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 178px;
	min-height: 52px;
	border: 1px solid var(--gel-main);
	background: var(--gel-main);
	color: #ffffff;
	font-size: 15px;
	font-weight: 760;
	font-family: inherit;
	cursor: pointer;
	box-shadow: 0 14px 32px rgba(40, 151, 138, 0.22);
	transition: all 0.25s ease;
}

.contact-submit:hover {
	background: var(--gel-main-dark);
	border-color: var(--gel-main-dark);
	transform: translateY(-2px);
	box-shadow: 0 18px 40px rgba(40, 151, 138, 0.3);
}


/* ==================== Primary Contact Info ==================== */

.contact-primary-info {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.contact-primary-card {
	padding: 46px 42px;
	background: #ffffff;
	border: 1px solid var(--gel-line);
	box-shadow: 0 18px 46px rgba(16, 38, 41, 0.07);
}

.contact-primary-note {
	margin: 22px 0 28px;
	color: #425154;
	font-size: 16px;
	line-height: 1.78;
}

.contact-primary-list {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.contact-primary-item {
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	padding-top: 18px;
	border-top: 1px solid var(--gel-line);
}

.contact-primary-item strong {
	color: var(--gel-ink);
	font-size: 15px;
	line-height: 1.65;
	font-weight: 760;
}

.contact-primary-item a {
	color: var(--gel-main-dark);
	font-size: 15.5px;
	line-height: 1.65;
	font-weight: 600;
	word-break: break-word;
}

.contact-primary-item p {
	margin: 0;
	color: #425154;
	font-size: 15.5px;
	line-height: 1.65;
}

.contact-help-box {
	padding: 34px 36px 38px;
	background: #f6f8f8;
	border: 1px solid var(--gel-line);
}

.contact-help-box h3 {
	margin: 0 0 18px;
	color: var(--gel-ink);
	font-size: 24px;
	line-height: 1.25;
	font-weight: 760;
}

.contact-help-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact-help-box li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 22px;
	color: #425154;
	font-size: 15.5px;
	line-height: 1.68;
}

.contact-help-box li:last-child {
	margin-bottom: 0;
}

.contact-help-box li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--gel-main);
}

/* ==================== Global Business Divisions ==================== */

.contact-global {
	padding: 76px 0 84px;
	background: #f6f8f8;
	color: var(--gel-text);
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.contact-global-head {
	max-width: 860px;
	margin: 0 auto 42px;
	text-align: center;
}

.contact-global-head span {
	display: block;
	margin-bottom: 12px;
	color: var(--gel-main);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2.2px;
	text-transform: uppercase;
}

.contact-global-head h2 {
	margin: 0;
	color: var(--gel-ink);
	font-size: 42px;
	line-height: 1.14;
	font-weight: 760;
	letter-spacing: -1.1px;
}

.contact-global-head p {
	max-width: 720px;
	margin: 18px auto 0;
	color: var(--gel-muted);
	font-size: 16px;
	line-height: 1.78;
}

.contact-global-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.contact-global-card {
	background: #ffffff;
	border: 1px solid var(--gel-line);
	box-shadow: 0 14px 34px rgba(16, 38, 41, 0.055);
	transition: all 0.25s ease;
}

.contact-global-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 58px rgba(16, 38, 41, 0.1);
}

.contact-global-top {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 22px 26px;
	border-bottom: 1px solid var(--gel-line);
	background: #ffffff;
}

.contact-global-flag {
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 46px;
	border-radius: 50%;
	background: #f1f7f6;
	box-shadow: inset 0 0 0 1px rgba(40, 151, 138, 0.12);
	overflow: hidden;
}

.contact-global-flag img {
	width: 30px;
	height: 30px;
	display: block;
	object-fit: contain;
}

.contact-global-top h3 {
	margin: 0 0 4px;
	color: var(--gel-ink);
	font-size: 22px;
	line-height: 1.25;
	font-weight: 760;
	letter-spacing: -0.4px;
}

.contact-global-top span {
	display: block;
	color: var(--gel-main);
	font-size: 12px;
	line-height: 1.4;
	font-weight: 800;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

.contact-global-body {
	padding: 22px 26px 26px;
}

.contact-global-body p {
	margin: 0 0 10px;
	color: #425154;
	font-size: 15px;
	line-height: 1.68;
}

.contact-global-body p:last-child {
	margin-bottom: 0;
}

.contact-global-body strong {
	color: var(--gel-ink);
	font-weight: 760;
}

.contact-global-body a {
	color: var(--gel-main-dark);
	font-weight: 600;
	word-break: break-word;
	text-decoration: none;
}

.contact-global-body a:hover {
	color: var(--gel-main);
	text-decoration: underline;
}

/* Global Business Divisions Responsive */

@media (max-width: 991px) {
	.contact-global {
		padding: 66px 0 74px;
	}

	.contact-global-head h2 {
		font-size: 36px;
	}

	.contact-global-cards {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 575px) {
	.contact-global {
		padding: 58px 0 68px;
	}

	.contact-global-head {
		margin-bottom: 34px;
	}

	.contact-global-head h2 {
		font-size: 30px;
		letter-spacing: -0.6px;
	}

	.contact-global-head p {
		font-size: 15px;
	}

	.contact-global-top {
		padding: 20px 22px;
	}

	.contact-global-body {
		padding: 20px 22px 24px;
	}

	.contact-global-flag {
		width: 42px;
		height: 42px;
		flex-basis: 42px;
	}

	.contact-global-flag img {
		width: 28px;
		height: 28px;
	}

	.contact-global-top h3 {
		font-size: 20px;
	}

	.contact-global-body p {
		font-size: 14.5px;
	}
}

/* ==================== /Global Business Divisions ==================== */

/* ==================== Visit Gelivable ==================== */

.contact-visit {
	padding: 88px 0 96px;
	background: #ffffff;
	color: var(--gel-text);
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.contact-visit-layout {
	display: grid;
	grid-template-columns: 0.42fr 0.58fr;
	gap: 62px;
	align-items: stretch;
}

.contact-visit-content {
	padding: 46px 0;
}

.contact-visit-content p {
	margin: 22px 0 0;
	color: #425154;
	font-size: 16px;
	line-height: 1.82;
}

.contact-visit-address {
	margin-top: 30px;
	padding: 24px 26px;
	background: #f6f8f8;
	border: 1px solid var(--gel-line);
}

.contact-visit-address strong {
	display: block;
	margin-bottom: 8px;
	color: var(--gel-ink);
	font-size: 16px;
	line-height: 1.4;
	font-weight: 760;
}

.contact-visit-address p {
	margin: 0;
	color: #425154;
	font-size: 15.5px;
	line-height: 1.68;
}

.contact-visit-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 170px;
	min-height: 50px;
	margin-top: 28px;
	padding: 0 34px;
	background: var(--gel-main);
	border: 1px solid var(--gel-main);
	color: #ffffff;
	font-size: 15px;
	font-weight: 760;
	text-decoration: none;
	box-shadow: 0 14px 32px rgba(40, 151, 138, 0.22);
	transition: all 0.25s ease;
}

.contact-visit-btn:hover {
	background: var(--gel-main-dark);
	border-color: var(--gel-main-dark);
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 18px 40px rgba(40, 151, 138, 0.3);
}

.contact-visit-map {
	min-height: 430px;
	background: #e8efee;
	box-shadow: 0 22px 58px rgba(16, 38, 41, 0.1);
	overflow: hidden;
}

.contact-visit-map iframe {
	width: 100%;
	height: 100%;
	min-height: 430px;
	border: 0;
	display: block;
}


/* ==================== Project Information Guide ==================== */

.contact-guide {
	padding: 94px 0 104px;
	background: #ffffff;
}

.contact-guide-head {
	max-width: 860px;
	margin: 0 auto 48px;
	text-align: center;
}

.contact-guide-head p {
	max-width: 720px;
	margin: 18px auto 0;
	color: var(--gel-muted);
	font-size: 16px;
	line-height: 1.78;
}

.contact-guide-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
}

.contact-guide-item {
	background: #f6f8f8;
	padding: 34px 28px 38px;
	border: 1px solid var(--gel-line);
	transition: all 0.28s ease;
}

.contact-guide-item:hover {
	background: #ffffff;
	transform: translateY(-6px);
	box-shadow: 0 28px 68px rgba(16, 38, 41, 0.1);
}

.contact-guide-item h3 {
	margin: 0 0 14px;
	color: var(--gel-ink);
	font-size: 20px;
	line-height: 1.3;
	font-weight: 760;
}

.contact-guide-item p {
	margin: 0;
	color: #425154;
	font-size: 15px;
	line-height: 1.72;
}


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

@media (max-width: 991px) {
	.contact-hero {
		min-height: 520px;
	}

	.contact-hero-content h1 {
		font-size: 42px;
	}

	.contact-main {
		padding: 74px 0 84px;
	}

	.contact-main-layout,
	.contact-global-head,
	.contact-visit-layout {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.contact-form-head h2,
	.contact-primary-card h2,
	.contact-global-head h2,
	.contact-visit-content h2,
	.contact-guide-head h2 {
		font-size: 36px;
	}

	.contact-global {
		padding: 66px 0 72px;
	}

	.contact-global-head {
		align-items: start;
	}

	.contact-global-row {
		grid-template-columns: 180px minmax(0, 1fr);
	}

	.contact-visit {
		padding: 74px 0 84px;
	}

	.contact-visit-content {
		padding: 0;
	}

	.contact-visit-map,
	.contact-visit-map iframe {
		min-height: 360px;
	}

	.contact-guide {
		padding: 74px 0 84px;
	}

	.contact-guide-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	.contact-hero {
		min-height: 500px;
	}

	.contact-hero-content h1 {
		font-size: 34px;
		line-height: 1.16;
		letter-spacing: -0.6px;
	}

	.contact-hero-content p {
		font-size: 16px;
		line-height: 1.7;
	}

	.contact-main,
	.contact-global,
	.contact-visit,
	.contact-guide {
		padding: 58px 0 68px;
	}

	.contact-form-box {
		padding: 36px 24px 40px;
	}

	.contact-form-head h2,
	.contact-primary-card h2,
	.contact-global-head h2,
	.contact-visit-content h2,
	.contact-guide-head h2 {
		font-size: 30px;
		letter-spacing: -0.6px;
	}

	.contact-submit {
		width: 100%;
	}

	.contact-primary-card,
	.contact-help-box {
		padding: 34px 26px;
	}

	.contact-primary-item,
	.contact-global-row {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.contact-global-info {
		gap: 6px 18px;
	}

	.contact-visit-address {
		padding: 22px 22px;
	}

	.contact-visit-btn {
		width: 100%;
	}

	.contact-visit-map,
	.contact-visit-map iframe {
		min-height: 300px;
	}

	.contact-guide-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}
}

/* ==================== /Contact Page ==================== */

/* ==================== Contact Form Result ==================== */

.contact-form-result {
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.5;
}

.contact-form-result.success {
	color: #28978a;
}

.contact-form-result.error {
	color: #c0392b;
}

/* ==================== /Contact Form Result ==================== */