/* =========================================================
   TitanDrill Global Footer
   Brand Identity
   ========================================================= */

.td-footer-brand {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	margin: 0;
}

.td-footer-brand .wp-block-image {
	margin: 0;
}

.td-footer-brand .wp-block-image img {
	display: block;
	width: 300px;
	max-width: 100%;
	height: auto;
}

.td-footer-brand p {
	margin: 0;
	max-width: 520px;
	font-size: 18px;
	line-height: 1.45;
	font-weight: 400;
	color: var(--theme-palette-color-6);
}


/* =========================================================
   Tablet
   ========================================================= */

@media (max-width: 999px) {

	.td-footer-brand {
		gap: 12px;
	}

	.td-footer-brand .wp-block-image img {
		width: 260px;
	}

	.td-footer-brand p {
		font-size: 17px;
	}
}


/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 767px) {

	.td-footer-brand {
		gap: 12px;
	}

	.td-footer-brand .wp-block-image img {
		width: 220px;
	}

	.td-footer-brand p {
		max-width: 100%;
		font-size: 16px;
		line-height: 1.5;
	}
}

/* =========================================================
   TitanDrill Global Footer
   Navigation Clusters
   ========================================================= */

.td-footer-nav {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
}

.td-footer-nav p {
	margin: 0;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
}

.td-footer-nav a {
	color: rgba(237, 239, 242, 0.9);
	text-decoration: none;
	transition: color 0.2s ease;
}

.td-footer-nav a:hover,
.td-footer-nav a:focus-visible {
	color: var(--theme-palette-color-1);
}


/* =========================================================
   TitanDrill Global Footer
   Contact
   ========================================================= */

.td-footer-contact {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	margin: 0;
}

.td-footer-contact__title {
	margin: 0;
	font-size: 17px;
	line-height: 1.4;
	font-weight: 500;
	color: var(--theme-palette-color-6);
}

.td-footer-contact__details {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	margin: 0;
}

.td-footer-contact__details p {
	margin: 0;
	font-size: 15px;
	line-height: 1.45;
	font-weight: 400;
	color: rgba(237, 239, 242, 0.9);
}

.td-footer-contact__details a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.td-footer-contact__details a:hover,
.td-footer-contact__details a:focus-visible {
	color: var(--theme-palette-color-1);
}

.td-footer-contact__cta {
	margin: 0;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 500;
}

.td-footer-contact__cta a {
	color: var(--theme-palette-color-1);
	text-decoration: none;
	transition: color 0.2s ease;
}

.td-footer-contact__cta a:hover,
.td-footer-contact__cta a:focus-visible {
	color: var(--theme-palette-color-2);
}



/* =========================================================
   Footer — Legal
   ========================================================= */

.td-footer-legal {
	margin: 0 64px 0 0;
	text-align: right;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(237, 239, 242, 0.72);
}

.td-footer-legal a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.td-footer-legal a:hover,
.td-footer-legal a:focus-visible {
	color: var(--theme-palette-color-1);
}