:root {
	--hd-footer-blue: #001f56;
	--hd-footer-blue-light: #063773;
	--hd-footer-gold: #d39a2f;
	--hd-footer-text: rgba(255, 255, 255, 0.88);
	--hd-footer-muted: rgba(255, 255, 255, 0.72);
	--hd-footer-line: rgba(255, 255, 255, 0.28);
}

.hd-footer-block {
	background:
		linear-gradient(110deg, rgba(0, 31, 86, 0.98), rgba(6, 55, 115, 0.96)),
		url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1800&q=80");
	background-position: center;
	background-size: cover;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 0 0 10px 10px;
	color: #fff;
	overflow: hidden;
}

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

.hd-footer-main-row {
	padding: 42px 0 28px;
	border-bottom: 1px solid var(--hd-footer-line);
}

.hd-footer-main-row > .col {
	padding-bottom: 0;
}

.hd-footer-logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 28px;
	color: var(--hd-footer-gold);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.15;
}

.hd-footer-logo i {
	font-size: 34px;
	transform: rotate(-8deg);
}

.hd-footer-brand p {
	max-width: 245px;
	margin: 0;
	color: var(--hd-footer-text);
	font-size: 15px;
	line-height: 1.75;
}

.hd-footer-links h3,
.hd-footer-contact h3 {
	margin: 0 0 18px;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
}

.hd-footer-links p {
	margin: 0 0 12px;
	font-size: 15px;
	line-height: 1.35;
}

.hd-footer-links a,
.hd-footer-contact a,
.hd-footer-contact span {
	color: var(--hd-footer-text);
	text-decoration: none;
}

.hd-footer-links a:hover,
.hd-footer-contact a:hover {
	color: var(--hd-footer-gold);
}

.hd-footer-contact p {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0 0 14px;
	color: var(--hd-footer-text);
	font-size: 15px;
	line-height: 1.5;
}

.hd-footer-contact p > i {
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(211, 154, 47, 0.72);
	border-radius: 50%;
	color: var(--hd-footer-gold);
	font-size: 15px;
}

.hd-footer-contact small {
	display: block;
	margin-top: 2px;
	color: var(--hd-footer-muted);
	font-size: 13px;
	line-height: 1.35;
}

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

.hd-footer-social a {
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.58);
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.hd-footer-social a:hover {
	background: var(--hd-footer-gold);
	border-color: var(--hd-footer-gold);
	color: #fff;
}

.hd-footer-bottom-row {
	padding: 15px 0 24px;
}

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

.hd-footer-copyright p {
	margin: 0;
	color: var(--hd-footer-muted);
	font-size: 14px;
	line-height: 1.4;
}

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

	.hd-footer-brand {
		margin-bottom: 20px;
	}

	.hd-footer-brand p {
		max-width: 100%;
	}
}

@media (max-width: 849px) {
	.hd-footer-main-row {
		padding: 36px 0 18px;
	}

	.hd-footer-links,
	.hd-footer-contact {
		margin-bottom: 24px;
	}

	.hd-footer-bottom-row {
		padding-bottom: 22px;
	}
}

@media (max-width: 549px) {
	.hd-footer-block .row {
		max-width: calc(100% - 28px);
	}

	.hd-footer-logo {
		margin-bottom: 18px;
		font-size: 20px;
	}

	.hd-footer-links h3,
	.hd-footer-contact h3 {
		margin-bottom: 12px;
		font-size: 15px;
	}

	.hd-footer-links p {
		margin-bottom: 10px;
	}

	.hd-footer-social {
		gap: 10px;
	}
}
