/* ============================================================
   Contact Section — full-width visible contact page section
   BEM: .skyspy-contact
   Design: footer palette (#3D3D3D, #839074, white, #A4A4A4)
   ============================================================ */

/* --- Full-width kill --- */

.elementor-widget-skyspy_contact_modal {
	width: 100% !important;
	max-width: 100% !important;
}

.elementor-element:has(.elementor-widget-skyspy_contact_modal) {
	padding: 0 !important;
	margin: 0 !important;
	max-width: 100% !important;
	width: 100% !important;
}

.e-con:has(.elementor-widget-skyspy_contact_modal),
.e-con-inner:has(.elementor-widget-skyspy_contact_modal) {
	padding: 0 !important;
	margin: 0 !important;
	max-width: 100% !important;
	width: 100% !important;
	--padding-inline: 0px !important;
	--padding-block: 0px !important;
}

/* ============================================================
   Section block
   ============================================================ */

.skyspy-contact {
	width: 100%;
	background-color: #3D3D3D;
}

.skyspy-contact__inner {
	max-width: var(--container-max, 1920px);
	margin: 0 auto;
	padding: 80px 60px;
	box-sizing: border-box;
}

/* ============================================================
   Logo
   ============================================================ */

.skyspy-contact__logo-wrap {
	margin-bottom: 48px;
}

.skyspy-contact__logo-link {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.skyspy-contact__logo-link:hover {
	opacity: 0.8;
}

.skyspy-contact__logo-img {
	display: block;
	width: auto;
	height: 48px;
	object-fit: contain;
}

/* ============================================================
   Heading area
   ============================================================ */

.skyspy-contact__heading-wrap {
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	margin-bottom: 56px;
}

.skyspy-contact__heading {
	font-family: var(--font-primary, 'TT Octosquares', sans-serif);
	font-size: 48px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: -0.01em;
	line-height: 1.05;
	margin: 0 0 12px;
}

.skyspy-contact__subheading {
	font-family: var(--font-primary, 'TT Octosquares', sans-serif);
	font-size: 16px;
	font-weight: 400;
	color: #A4A4A4;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin: 0;
}

/* ============================================================
   4-column grid (footer-style)
   ============================================================ */

.skyspy-contact__cols {
	display: flex;
	align-items: flex-start;
	gap: 60px;
}

.skyspy-contact__col {
	display: flex;
	flex-direction: column;
	gap: 16px;
	flex: 1 1 0;
	min-width: 0;
}

.skyspy-contact__col--cta {
	flex: 0 0 auto;
	align-items: flex-start;
}

/* ── Column label ── */

.skyspy-contact__col-label {
	display: block;
	font-family: var(--font-primary, 'TT Octosquares', sans-serif);
	font-size: 14px;
	font-weight: 500;
	color: #A4A4A4;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-bottom: 4px;
}

/* ── Values ── */

.skyspy-contact__value {
	font-family: var(--font-primary, 'TT Octosquares', sans-serif);
	font-size: 24px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	transition: opacity 0.2s ease;
	display: inline-block;
}

a.skyspy-contact__value:hover {
	opacity: 0.7;
}

.skyspy-contact__value--address {
	white-space: normal;
	line-height: 1.5;
}

/* ── Contact sub-items (phone + email stacked) ── */

.skyspy-contact__contact-item {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.skyspy-contact__contact-label {
	font-family: var(--font-primary, 'TT Octosquares', sans-serif);
	font-size: 13px;
	font-weight: 500;
	color: #A4A4A4;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

/* ── Social icons ── */

.skyspy-contact__social {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.skyspy-contact__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: #4D4D4D;
	flex-shrink: 0;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.skyspy-contact__social-link:hover {
	opacity: 0.8;
}

.skyspy-contact__social-link img,
.skyspy-contact__social-link svg {
	width: 24px;
	height: 24px;
	display: block;
	object-fit: contain;
}

/* ── CTA Button ── */

.skyspy-contact__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	height: 50px;
	padding: 0 28px;
	background-color: #ffffff;
	color: #0D0D0D;
	text-decoration: none;
	font-family: var(--font-primary, 'TT Octosquares', sans-serif);
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	white-space: nowrap;
	transition: opacity 0.2s ease;
}

.skyspy-contact__cta:hover {
	opacity: 0.85;
}

.skyspy-contact__cta svg {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
}

.skyspy-contact__cta-note {
	font-family: var(--font-primary, 'TT Octosquares', sans-serif);
	font-size: 13px;
	font-weight: 400;
	color: #A4A4A4;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

/* ── Bottom divider ── */

.skyspy-contact__divider {
	height: 1px;
	background-color: rgba(255, 255, 255, 0.12);
	margin-top: 56px;
}

/* ============================================================
   Tablet  768px – 1200px
   ============================================================ */

@media (max-width: 1200px) {
	.skyspy-contact__inner {
		padding: 60px 40px;
	}

	.skyspy-contact__heading {
		font-size: 36px;
	}

	.skyspy-contact__cols {
		flex-wrap: wrap;
		gap: 32px;
	}

	.skyspy-contact__col {
		flex: 1 1 calc(50% - 16px);
	}

	.skyspy-contact__col--cta {
		flex: 1 1 100%;
		flex-direction: row;
		align-items: center;
		gap: 24px;
	}

	.skyspy-contact__value {
		font-size: 20px;
	}
}

/* ============================================================
   Mobile  ≤ 768px
   ============================================================ */

@media (max-width: 768px) {
	.skyspy-contact__inner {
		padding: 40px 20px;
	}

	.skyspy-contact__heading {
		font-size: 28px;
	}

	.skyspy-contact__heading-wrap {
		padding-bottom: 28px;
		margin-bottom: 36px;
	}

	.skyspy-contact__cols {
		flex-direction: column;
		gap: 28px;
	}

	.skyspy-contact__col {
		flex: none;
		width: 100%;
	}

	.skyspy-contact__col--cta {
		flex-direction: column;
		align-items: flex-start;
	}

	.skyspy-contact__value {
		font-size: 18px;
		white-space: normal;
		word-break: break-all;
	}

	.skyspy-contact__cta {
		width: 100%;
	}
}
