:root {
	--hd-contact-blue: #00265d;
	--hd-contact-blue-2: #073c78;
	--hd-contact-gold: #d49a2e;
	--hd-contact-text: #132a50;
	--hd-contact-muted: #4d5664;
	--hd-contact-line: #dfe4ec;
	--hd-contact-soft: #f7f9fc;
}

.hd-contact-page {
	background: #fff;
	color: var(--hd-contact-text);
}

.hd-contact-page .row {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.hd-contact-hero-row {
	max-width: 100% !important;
	margin: 0;
}

.hd-contact-hero-col,
.hd-contact-hero-row > .col {
	padding: 0 !important;
}

.hd-contact-hero {
	position: relative;
	min-height: 292px;
	background-position: center right;
	background-size: cover;
}

.hd-contact-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 31, 85, 0.96) 0%, rgba(0, 31, 85, 0.82) 44%, rgba(0, 31, 85, 0.24) 100%);
	pointer-events: none;
}

.hd-contact-hero .text-box {
	left: calc((100% - 1240px) / 2) !important;
	right: auto !important;
	transform: translate(0, -50%) !important;
}

.hd-contact-hero h1 {
	margin: 0 0 28px !important;
	color: #fff !important;
	font-size: 46px !important;
	line-height: 1.22 !important;
	font-weight: 800 !important;
	letter-spacing: 0;
	text-transform: uppercase;
	text-shadow: 0 2px 7px rgba(0, 0, 0, 0.22);
	text-wrap: balance;
}

.hd-contact-breadcrumb {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	font-size: 15px;
	font-weight: 700;
}

.hd-contact-breadcrumb a,
.hd-contact-breadcrumb strong {
	color: #fff;
	text-decoration: none;
}

.hd-contact-breadcrumb a {
	color: var(--hd-contact-gold);
}

.hd-contact-breadcrumb span {
	width: 7px;
	height: 7px;
	border-top: 2px solid rgba(255, 255, 255, 0.65);
	border-right: 2px solid rgba(255, 255, 255, 0.65);
	transform: rotate(45deg);
}

.hd-contact-card-row {
	position: relative;
	z-index: 2;
	padding-top: 24px;
	padding-bottom: 16px;
}

.hd-contact-card-row > .col {
	padding-bottom: 0;
}

.hd-contact-card {
	position: relative;
	height: 100%;
	min-height: 430px;
	padding: 24px 25px 22px;
	border: 1px solid var(--hd-contact-line);
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 12px 32px rgba(8, 34, 73, 0.06);
	overflow: hidden;
}

.hd-contact-card h2 {
	margin: 0 !important;
	color: var(--hd-contact-blue) !important;
	font-size: 24px !important;
	line-height: 1.3 !important;
	font-weight: 800 !important;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	text-wrap: balance;
}

.hd-contact-heading-line {
	width: 30px;
	height: 2px;
	margin: 13px 0 34px;
	background: var(--hd-contact-gold);
}

.hd-contact-info-list {
	display: grid;
	gap: 32px;
	margin-bottom: 34px;
}

.hd-contact-info-item {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 16px;
	align-items: center;
}

.hd-contact-info-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 2px solid var(--hd-contact-gold);
	border-radius: 999px;
	color: var(--hd-contact-blue);
	font-size: 20px;
}

.hd-contact-info-item strong,
.hd-contact-info-item a {
	display: inline-block;
	margin: 0;
	color: #b77b1d;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 800;
	text-decoration: none;
}

.hd-contact-info-item p {
	margin: 4px 0 0;
	color: #333a48;
	font-size: 15px;
	line-height: 1.52;
	font-weight: 600;
}

.hd-contact-info-item:nth-child(2) a {
	color: #1a263d;
	font-size: 17px;
	font-weight: 700;
}

.hd-contact-social {
	display: flex;
	gap: 18px;
	align-items: center;
	margin-top: 8px;
}

.hd-contact-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 999px;
	background: #003170;
	color: #fff;
	font-size: 17px;
	text-decoration: none;
	box-shadow: 0 6px 14px rgba(0, 31, 85, 0.16);
}

.hd-contact-pen {
	position: absolute;
	left: 28px;
	bottom: 58px;
	width: 112px;
	height: 70px;
	opacity: 0.18;
	background:
		linear-gradient(18deg, transparent 48%, var(--hd-contact-gold) 49%, var(--hd-contact-gold) 51%, transparent 52%),
		linear-gradient(-22deg, transparent 56%, var(--hd-contact-gold) 57%, var(--hd-contact-gold) 59%, transparent 60%);
	pointer-events: none;
}

.hd-contact-form,
.hd-contact-booking-card,
.hd-contact-booking-form {
	color: var(--hd-contact-text);
}

.hd-contact-form-card .wpcf7,
.hd-contact-booking-card .wpcf7 {
	margin: 0;
}

.hd-contact-form p,
.hd-contact-booking-form p {
	margin: 0;
}

.hd-contact-form .wpcf7-form-control-wrap,
.hd-contact-booking-form .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
	margin: 0;
}

.hd-contact-form input,
.hd-contact-form select,
.hd-contact-form textarea,
.hd-contact-booking-form input[type="tel"],
.hd-contact-booking-form input[type="date"] {
	width: 100%;
	height: 40px;
	margin: 0 0 14px;
	padding: 0 14px;
	border: 1px solid #d9dde4;
	border-radius: 6px;
	background: #fff;
	color: var(--hd-contact-text);
	font-size: 15px;
	line-height: 40px;
	box-shadow: inset 0 1px 2px rgba(8, 34, 73, 0.04);
}

.hd-contact-booking-form input[type="tel"],
.hd-contact-booking-form input[type="date"] {
	height: 45px;
	margin-bottom: 14px;
	color: var(--hd-contact-blue);
	font-weight: 800;
}

.hd-contact-booking-form input[type="date"] {
	margin-bottom: 23px;
}

.hd-contact-form select {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, var(--hd-contact-gold) 50%), linear-gradient(135deg, var(--hd-contact-gold) 50%, transparent 50%);
	background-position: calc(100% - 18px) 17px, calc(100% - 13px) 17px;
	background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
}

.hd-contact-form textarea {
	height: 96px;
	padding-top: 10px;
	line-height: 1.5;
	resize: vertical;
}

.hd-contact-form label {
	display: block;
	margin: 0 0 7px;
	color: #313b4c;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
}

.hd-contact-form input:focus,
.hd-contact-form select:focus,
.hd-contact-form textarea:focus,
.hd-contact-booking-form input[type="tel"]:focus,
.hd-contact-booking-form input[type="date"]:focus {
	border-color: var(--hd-contact-gold);
	box-shadow: 0 0 0 3px rgba(212, 154, 46, 0.14);
	outline: none;
}

.hd-contact-form button,
.hd-contact-form input[type="submit"],
.hd-contact-booking-form input[type="submit"],
.hd-contact-booking-submit {
	width: 100%;
	height: 42px;
	margin: 2px 0 0;
	border: 0;
	border-radius: 6px;
	background: linear-gradient(180deg, #dfa739 0%, #c48720 100%);
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	line-height: 42px;
	box-shadow: 0 7px 14px rgba(196, 135, 32, 0.2);
}

.hd-contact-form .wpcf7-spinner,
.hd-contact-booking-form .wpcf7-spinner {
	position: absolute;
	right: 18px;
	bottom: 16px;
	margin: 0;
}

.hd-contact-form .wpcf7-response-output,
.hd-contact-booking-form .wpcf7-response-output {
	margin: 12px 0 0 !important;
	padding: 8px 10px !important;
	border-radius: 6px;
	font-size: 13px;
	line-height: 1.45;
}

.hd-contact-booking-desc {
	max-width: 300px;
	margin: 0 0 22px;
	color: #33405a;
	font-size: 16px;
	line-height: 1.62;
	font-weight: 600;
}

.hd-contact-booking-form .hd-contact-booking-desc {
	margin-bottom: 22px;
}

.hd-contact-booking-form .wpcf7-radio.hd-cf7-time {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px 13px;
	margin-bottom: 58px;
}

.hd-contact-booking-form .wpcf7-radio.hd-cf7-time .wpcf7-list-item {
	display: block;
	margin: 0;
}

.hd-contact-booking-form .wpcf7-radio.hd-cf7-time label {
	display: block;
	margin: 0;
}

.hd-contact-booking-form .wpcf7-radio.hd-cf7-time input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.hd-contact-booking-form .wpcf7-radio.hd-cf7-time .wpcf7-list-item-label {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	border: 1px solid #e5b765;
	border-radius: 6px;
	background: #fff;
	color: var(--hd-contact-blue);
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.hd-contact-booking-form .wpcf7-radio.hd-cf7-time input:checked + .wpcf7-list-item-label,
.hd-contact-booking-form .wpcf7-radio.hd-cf7-time .wpcf7-list-item-label:hover {
	background: var(--hd-contact-gold);
	border-color: var(--hd-contact-gold);
	color: #fff;
}

.hd-contact-booking-form .wpcf7-radio.hd-cf7-time .last .wpcf7-list-item-label {
	border-color: #e1e1e1;
	background: #f7f7f7;
	color: #9a9a9a;
}

.hd-contact-date-field {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 45px;
	margin-bottom: 23px;
	padding: 0 15px;
	border: 1px solid #d9dde4;
	border-radius: 6px;
	background: #fff;
	color: var(--hd-contact-blue);
	font-size: 16px;
	font-weight: 800;
}

.hd-contact-date-field i {
	color: #686f7d;
	font-size: 17px;
}

.hd-contact-time-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px 13px;
	margin-bottom: 58px;
}

.hd-contact-time-grid button {
	height: 50px;
	margin: 0;
	border: 1px solid #e5b765;
	border-radius: 6px;
	background: #fff;
	color: var(--hd-contact-blue);
	font-size: 15px;
	font-weight: 800;
	line-height: 48px;
	box-shadow: none;
}

.hd-contact-time-grid button:hover {
	background: var(--hd-contact-gold);
	color: #fff;
}

.hd-contact-time-grid .hd-contact-time-muted {
	border-color: #e1e1e1;
	background: #f7f7f7;
	color: #9a9a9a;
}

.hd-contact-map-row {
	padding-bottom: 18px;
}

.hd-contact-map-row > .col {
	padding-bottom: 0;
}

.hd-contact-map-col iframe {
	display: block;
	width: 100%;
	height: 124px;
	border: 0;
	border-radius: 8px;
	filter: saturate(0.92) contrast(1.02);
}

@media (max-width: 1100px) {
	.hd-contact-page .row {
		max-width: 94%;
	}

	.hd-contact-hero .text-box {
		left: 4% !important;
	}

	.hd-contact-card {
		padding: 24px 22px;
	}
}

@media (max-width: 849px) {
	.hd-contact-hero {
		min-height: 250px;
	}

	.hd-contact-hero h1 {
		font-size: 40px !important;
		line-height: 1.24 !important;
	}

	.hd-contact-card-row {
		padding-top: 18px;
	}

	.hd-contact-card-row > .col {
		padding-bottom: 18px;
	}

	.hd-contact-card {
		min-height: auto;
	}

	.hd-contact-heading-line {
		margin-bottom: 24px;
	}

	.hd-contact-info-list {
		grid-template-columns: repeat(3, 1fr);
		gap: 18px;
	}

	.hd-contact-info-item {
		grid-template-columns: 42px 1fr;
	}

	.hd-contact-time-grid {
		margin-bottom: 28px;
	}

	.hd-contact-map-col iframe {
		height: 180px;
	}
}

@media (max-width: 549px) {
	.hd-contact-page .row {
		max-width: calc(100% - 24px);
	}

	.hd-contact-hero {
		min-height: 230px;
		background-position: center;
	}

	.hd-contact-hero h1 {
		margin-bottom: 18px !important;
		font-size: 32px !important;
		line-height: 1.28 !important;
	}

	.hd-contact-breadcrumb {
		gap: 12px;
		font-size: 13px;
	}

	.hd-contact-card {
		padding: 22px 18px;
		border-radius: 8px;
	}

	.hd-contact-card h2 {
		font-size: 21px !important;
		line-height: 1.32 !important;
	}

	.hd-contact-info-list {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.hd-contact-social {
		gap: 12px;
	}

	.hd-contact-form input,
	.hd-contact-form select,
	.hd-contact-form textarea {
		font-size: 14px;
	}

	.hd-contact-time-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
}
