/**
 * Houshmand Smart Footer — scoped, RTL-first styles.
 */

.hsf-footer {
	--hsf-text: #fff;
	--hsf-muted: #aeb4cb;
	--hsf-accent: #119cff;
	--hsf-accent-hover: #47b5ff;
	--hsf-divider: rgba(255, 255, 255, 0.14);
	position: relative;
	width: 100%;
	color: var(--hsf-text);
	background: #05051f;
	overflow: hidden;
	isolation: isolate;
}

/* Elementor and boxed themes often constrain widget children. The footer can
 * deliberately escape that box while its inner content remains centered. */
.elementor-widget-hsf-smart-footer,
.elementor-widget-hsf-smart-footer > .elementor-widget-container {
	max-width: none !important;
	overflow: visible !important;
}

.hsf-footer--full-bleed-all {
	width: 100vw;
	max-width: 100vw;
	margin-inline: calc(50% - 50vw);
}

.hsf-footer,
.hsf-footer * {
	box-sizing: border-box;
}

.hsf-footer a {
	color: inherit;
	text-decoration: none;
}

.hsf-footer button,
.hsf-footer input,
.hsf-footer a {
	font: inherit;
}

.hsf-footer img,
.hsf-footer svg {
	display: block;
	max-width: 100%;
}

/* Keep Elementor icons independent from WoodMart/global icon color rules. */
.hsf-footer .hsf-footer__brand-mark i,
.hsf-footer .hsf-footer__brand-mark i::before,
.hsf-footer .hsf-footer__social-icon i,
.hsf-footer .hsf-footer__social-icon i::before,
.hsf-footer .hsf-footer__address-icon i,
.hsf-footer .hsf-footer__address-icon i::before,
.hsf-footer .hsf-footer__contact-icon i,
.hsf-footer .hsf-footer__contact-icon i::before,
.hsf-footer .hsf-footer__route-icon i,
.hsf-footer .hsf-footer__route-icon i::before,
.hsf-footer .hsf-footer__nav-link-icon i,
.hsf-footer .hsf-footer__nav-link-icon i::before,
.hsf-footer .hsf-footer__badge-media i,
.hsf-footer .hsf-footer__badge-media i::before {
	color: inherit !important;
}

.hsf-footer .hsf-footer__brand-mark svg,
.hsf-footer .hsf-footer__social-icon svg,
.hsf-footer .hsf-footer__address-icon svg,
.hsf-footer .hsf-footer__contact-icon svg,
.hsf-footer .hsf-footer__route-icon svg,
.hsf-footer .hsf-footer__nav-link-icon svg,
.hsf-footer .hsf-footer__badge-media svg {
	color: inherit !important;
	fill: currentColor !important;
}

.hsf-footer .hsf-footer__brand-mark svg *,
.hsf-footer .hsf-footer__social-icon svg *,
.hsf-footer .hsf-footer__address-icon svg *,
.hsf-footer .hsf-footer__contact-icon svg *,
.hsf-footer .hsf-footer__route-icon svg *,
.hsf-footer .hsf-footer__nav-link-icon svg *,
.hsf-footer .hsf-footer__badge-media svg * {
	fill: currentColor !important;
}

.hsf-footer .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.hsf-footer__inner {
	width: 100%;
	max-width: 1140px;
	margin-inline: auto;
	padding: 42px 24px 20px;
}

.hsf-footer__main {
	--hsf-brand-fr: 11fr;
	--hsf-nav-fr: 13fr;
	--hsf-location-fr: 11fr;
	display: grid;
	grid-template-columns:
		minmax(0, var(--hsf-brand-fr))
		minmax(0, var(--hsf-nav-fr))
		minmax(0, var(--hsf-location-fr));
	align-items: start;
	gap: 34px;
}

.hsf-footer__brand,
.hsf-footer__location,
.hsf-footer__nav {
	min-width: 0;
}

/* Brand */
.hsf-footer__brand {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
}

.hsf-footer__logo {
	display: inline-flex;
	align-items: center;
	color: var(--hsf-text);
	outline: none;
}

.hsf-footer__logo:focus-visible {
	outline: 2px solid var(--hsf-accent);
	outline-offset: 5px;
	border-radius: 8px;
}

.hsf-footer__logo img {
	width: 250px;
	height: auto;
	max-height: 120px;
	object-fit: contain;
	object-position: center right;
}

.hsf-footer__logo-fallback {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	width: 250px;
	max-width: 100%;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.2;
}

.hsf-footer__brand-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	color: var(--hsf-accent);
	font-size: 1.25em;
}

.hsf-footer__brand-mark svg,
.hsf-footer__brand-mark i {
	width: 1em;
	height: 1em;
}

.hsf-footer__brand-name {
	min-width: 0;
}

.hsf-footer__tagline {
	margin: 4px 0 0;
	padding: 0;
	color: var(--hsf-accent);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.55;
}

.hsf-footer__description {
	max-width: 420px;
	margin: 0;
	color: var(--hsf-muted);
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
}

/* Social buttons */
.hsf-footer__socials {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	width: 100%;
	margin-top: 6px;
}

.hsf-footer__social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-width: 0;
	min-height: 44px;
	padding: 9px 11px;
	color: var(--hsf-text);
	background-color: rgba(255, 255, 255, 0.025);
	border: 1px solid rgba(255, 255, 255, 0.23);
	border-radius: 11px;
	outline: none;
	transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.hsf-footer__social-link:hover,
.hsf-footer__social-link:focus-visible {
	color: var(--hsf-text);
	background-color: rgba(17, 156, 255, 0.12);
	border-color: var(--hsf-accent);
	transform: translateY(-2px);
}

.hsf-footer__social-link:focus-visible {
	box-shadow: 0 0 0 3px rgba(17, 156, 255, 0.25);
}

.hsf-footer__social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 21px;
	height: 21px;
	color: var(--hsf-social-item-color, var(--hsf-accent));
	font-size: 21px;
}

.hsf-footer__social-icon svg,
.hsf-footer__social-icon i {
	width: 1em;
	height: 1em;
}

.hsf-footer__social-label {
	min-width: 0;
	overflow: hidden;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.45;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

/* Four social/messenger buttons are shown in two readable rows/columns. */
.hsf-footer__socials--count-4 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.hsf-footer__socials--count-4 .hsf-footer__social-link {
	flex-direction: column;
	gap: 6px;
	min-height: 70px;
	padding: 10px 8px;
}

.hsf-footer__socials--count-4 .hsf-footer__social-label {
	width: 100%;
	overflow: visible;
	font-size: 12.5px;
	font-weight: 700;
	text-overflow: clip;
	white-space: normal;
}

/* Five buttons also switch to a clearer multi-row layout instead of a cramped single row. */
.hsf-footer__socials--count-5 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.hsf-footer__socials--count-5 .hsf-footer__social-link {
	flex-direction: column;
	gap: 6px;
	min-height: 66px;
	padding: 8px 6px;
}

.hsf-footer__socials--count-5 .hsf-footer__social-label {
	width: 100%;
	overflow: visible;
	font-size: 11.5px;
	font-weight: 700;
	text-overflow: clip;
	white-space: normal;
}

.hsf-footer__social-icon--local {
	border: 0;
	background: transparent;
}

.hsf-footer__social-icon--local svg,
.hsf-footer__social-icon--local i {
	width: 1em;
	height: 1em;
}

.hsf-footer__social-mark {
	border: 1px solid currentColor;
	border-radius: 7px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

.hsf-footer__social-link--disabled {
	cursor: default;
	opacity: 0.58;
}

.hsf-footer__social-link--disabled:hover {
	background-color: rgba(255, 255, 255, 0.025);
	border-color: rgba(255, 255, 255, 0.23);
	transform: none;
}

/* Navigation */
.hsf-footer__nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 46px;
	width: 100%;
	max-width: none;
	align-self: stretch;
}

.hsf-footer__nav-group {
	min-width: 0;
}

.hsf-footer__nav-group + .hsf-footer__nav-group {
	padding-inline-start: 0;
	border-inline-start: 0;
}

.hsf-footer__nav-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 34px;
	padding: 0;
	color: var(--hsf-text);
	text-align: inherit;
	background: none;
	border: 0;
	outline: none;
	cursor: default;
}

/* Reset aggressive button styles from the active shop theme. */
.hsf-footer .hsf-footer__nav-toggle,
.hsf-footer .hsf-footer__nav-toggle:hover,
.hsf-footer .hsf-footer__nav-toggle:focus,
.hsf-footer .hsf-footer__nav-toggle:active {
	display: flex !important;
	width: 100% !important;
	min-width: 0 !important;
	padding: 0 !important;
	color: var(--hsf-text) !important;
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 12px !important;
	text-align: inherit !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}

.hsf-footer__nav-title {
	position: relative;
	display: inline-flex;
	padding-bottom: 14px;
	color: var(--hsf-text);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.4;
	white-space: nowrap;
}

.hsf-footer__nav-title::after {
	position: absolute;
	inset-inline-start: 0;
	bottom: 0;
	width: 26px;
	height: 3px;
	background: var(--hsf-accent);
	border-radius: 999px;
	content: "";
}

.hsf-footer__nav-chevron {
	display: none;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: var(--hsf-accent);
	transition: transform 180ms ease;
}

.hsf-footer__nav-chevron svg {
	width: 20px;
	height: 20px;
}

.hsf-footer__nav-panel {
	padding-top: 16px;
}

.hsf-footer__nav-panel[hidden] {
	display: none !important;
}

.hsf-footer__nav-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hsf-footer__nav-item {
	margin: 0;
	padding: 0;
}

.hsf-footer__nav-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #d9dcec;
	font-size: 14px;
	line-height: 1.7;
	outline: none;
	transition: color 180ms ease, transform 180ms ease;
}

.hsf-footer__nav-link::before {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: var(--hsf-accent);
	border-radius: 50%;
	content: "";
	transform: scale(0.55);
	transition: transform 180ms ease;
}

.hsf-footer__nav-link:hover,
.hsf-footer__nav-link:focus-visible {
	color: var(--hsf-accent);
	transform: translateX(-2px);
}

.hsf-footer--ltr .hsf-footer__nav-link:hover,
.hsf-footer--ltr .hsf-footer__nav-link:focus-visible {
	transform: translateX(2px);
}

.hsf-footer__nav-link:hover::before,
.hsf-footer__nav-link:focus-visible::before {
	transform: scale(1);
}

.hsf-footer__nav-link:focus-visible,
.hsf-footer__standalone-contact:focus-visible {
	outline: 2px solid var(--hsf-accent);
	outline-offset: 4px;
	border-radius: 3px;
}

.hsf-footer__nav-link-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
}

.hsf-footer__nav-link--disabled {
	opacity: 0.6;
}

.hsf-footer__standalone-contact {
	display: none;
}


.hsf-footer__nav-trust {
	--hsf-trust-card-max: 360px;
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 10px;
}

.hsf-footer__nav-trust .hsf-footer__badge--inline {
	width: min(100%, var(--hsf-trust-card-max, 360px));
	max-width: min(var(--hsf-trust-card-max, 360px), 400px);
	margin-inline: auto;
}


/* Location card */
.hsf-footer__location-card {
	width: 100%;
	padding: 3px 8px;
	background-color: rgba(9, 14, 48, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 20px;
}


.hsf-footer__address {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0 4px;
	color: var(--hsf-text);
	font-size: 14px;
	font-style: normal;
	line-height: 1.9;
}

.hsf-footer__address-icon,
.hsf-footer__contact-icon,
.hsf-footer__route-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	color: var(--hsf-accent);
	font-size: 18px;
}

.hsf-footer__address-icon {
	margin-top: 4px;
}

.hsf-footer__address-icon svg,
.hsf-footer__address-icon i,
.hsf-footer__contact-icon svg,
.hsf-footer__contact-icon i,
.hsf-footer__route-icon svg,
.hsf-footer__route-icon i {
	width: 1em;
	height: 1em;
}

.hsf-footer__route-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 50px;
	margin-top: 10px;
	padding: 10px 16px;
	color: #fff;
	background: var(--hsf-accent);
	border-radius: 12px;
	font-size: 15.5px;
	font-weight: 700;
	line-height: 1.4;
	outline: none;
	transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.hsf-footer__route-button:hover,
.hsf-footer__route-button:focus-visible {
	color: #fff;
	background: var(--hsf-accent-hover);
	transform: translateY(-2px);
	box-shadow: 0 9px 24px rgba(17, 156, 255, 0.24);
}

.hsf-footer__route-button:focus-visible {
	box-shadow: 0 0 0 4px rgba(17, 156, 255, 0.28);
}

.hsf-footer__route-heading {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 8px 4px 0;
	color: var(--hsf-text);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.5;
}

.hsf-footer__route-heading::before {
	display: inline-block;
	width: 18px;
	height: 3px;
	background: var(--hsf-accent);
	border-radius: 999px;
	content: "";
}

/* Routing providers — text marks are intentional and do not depend on an icon font. */
.hsf-footer__route-providers {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	width: 100%;
	margin-top: 7px;
}

.hsf-footer .hsf-footer__route-provider {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-width: 0;
	min-height: 62px;
	padding: 8px 6px;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.19);
	border-radius: 12px;
	outline: none;
	box-shadow: none;
	transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.hsf-footer .hsf-footer__route-provider:hover,
.hsf-footer .hsf-footer__route-provider:focus-visible {
	color: #fff;
	background-color: rgba(17, 156, 255, 0.16);
	border-color: var(--hsf-accent);
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(17, 156, 255, 0.14);
}

.hsf-footer .hsf-footer__route-provider:focus-visible {
	box-shadow: 0 0 0 3px rgba(17, 156, 255, 0.28);
}

.hsf-footer__provider-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	color: #fff;
	background: var(--hsf-accent);
	border-radius: 10px;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: 900;
	line-height: 1;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}

.hsf-footer__route-provider--google .hsf-footer__provider-mark {
	color: #4285f4;
	background: #fff;
}

.hsf-footer__route-provider--neshan .hsf-footer__provider-mark {
	background: #0ba8d8;
}

.hsf-footer__route-provider--balad .hsf-footer__provider-mark {
	background: #7656e8;
}


.hsf-footer__provider-mark--image {
	padding: 5px;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid rgba(17, 156, 255, 0.18);
	box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.hsf-footer__provider-logo {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}


.hsf-footer__provider-label {
	min-width: 0;
	overflow: hidden;
	font-size: 11.5px;
	font-weight: 800;
	line-height: 1.4;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hsf-footer__contacts {
	display: flex;
	flex-direction: column;
	margin-top: 8px;
	border-top: 1px solid var(--hsf-divider);
}

.hsf-footer__contact-link,
.hsf-footer__hours {
	display: flex;
	align-items: center;
	gap: 11px;
	min-height: 34px;
	padding: 5px 4px;
	color: #d9dcec;
	font-size: 13px;
	line-height: 1.6;
	word-break: break-word;
}

.hsf-footer__phone-row {
	cursor: default;
}

.hsf-footer__phone-row:hover {
	color: #d9dcec;
}

.hsf-footer__phone-list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 5px 7px;
	min-width: 0;
}

.hsf-footer__phone-list a,
.hsf-footer__phone-list span {
	color: inherit;
	white-space: nowrap;
}

.hsf-footer__phone-list a {
	transition: color 180ms ease;
}

.hsf-footer__phone-list a:hover,
.hsf-footer__phone-list a:focus-visible {
	color: var(--hsf-accent);
}

.hsf-footer__phone-separator {
	color: var(--hsf-accent) !important;
	opacity: .8;
}

.hsf-footer__contact-link + .hsf-footer__contact-link,
.hsf-footer__contact-link + .hsf-footer__hours {
	border-top: 1px solid var(--hsf-divider);
}

.hsf-footer__contact-link:hover,
.hsf-footer__contact-link:focus-visible {
	color: var(--hsf-accent);
}

.hsf-footer__contact-link:focus-visible {
	outline: 2px solid var(--hsf-accent);
	outline-offset: -1px;
}

/* Trust and legal bar */
.hsf-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 18px;
	padding-top: 12px;
	border-top: 1px solid var(--hsf-divider);
}


.hsf-footer__badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	color: var(--hsf-muted);
	outline: none;
}

a.hsf-footer__badge:hover,
a.hsf-footer__badge:focus-visible {
	color: var(--hsf-text);
}

a.hsf-footer__badge:focus-visible {
	outline: 2px solid var(--hsf-accent);
	outline-offset: 5px;
	border-radius: 6px;
}

.hsf-footer__badge-media {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 60px;
	height: 60px;
	color: var(--hsf-accent);
	font-size: 45px;
}

.hsf-footer__badge-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.hsf-footer__badge-media--image {
	position: relative;
	overflow: hidden;
	padding: 0;
	background: transparent !important;
	border-radius: 12px;
}

.hsf-footer__badge-media--image::before {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--hsf-accent);
	background: rgba(17, 156, 255, 0.1);
	border: 1px solid rgba(17, 156, 255, 0.42);
	border-radius: inherit;
	font-family: Arial, sans-serif;
	font-size: 34px;
	font-weight: 900;
	line-height: 1;
	content: "e";
	transition: opacity 180ms ease;
}

.hsf-footer__badge-media--image img {
	position: absolute;
	inset: 0;
	z-index: 1;
	padding: 4px;
	background: #fff;
	border-radius: inherit;
	opacity: 0;
	transition: opacity 180ms ease;
}

.hsf-footer__badge-media--image.hsf-footer__badge-media--loaded img {
	opacity: 1;
}

.hsf-footer__badge-media--image.hsf-footer__badge-media--loaded::before {
	opacity: 0;
}

.hsf-footer__badge-media--image.hsf-footer__badge-media--error img {
	display: none;
}

.hsf-footer__badge-media svg,
.hsf-footer__badge-media i {
	width: 1em;
	height: 1em;
}

.hsf-footer__badge-title {
	max-width: 120px;
	font-size: 11px;
	line-height: 1.8;
}

.hsf-footer__copyright {
	color: #d9dcec;
	font-size: 12px;
	line-height: 1.8;
	text-align: center;
	white-space: nowrap;
}

.hsf-footer__developer {
	justify-self: end;
	color: var(--hsf-muted);
	font-size: 11px;
	line-height: 1.8;
	outline: none;
	transition: color 180ms ease;
}

a.hsf-footer__developer:hover,
a.hsf-footer__developer:focus-visible {
	color: var(--hsf-accent);
}

a.hsf-footer__developer:focus-visible {
	outline: 2px solid var(--hsf-accent);
	outline-offset: 4px;
	border-radius: 3px;
}


/* Trust card below the two footer menus. */
.hsf-footer__trust-inline {
	display: grid;
	grid-template-columns: 1fr;
	justify-items: center;
	gap: 10px;
	width: 100%;
	margin-top: 0;
}

.hsf-footer__trust-inline .hsf-footer__badge {
	width: min(100%, var(--hsf-trust-card-max, 360px));
	max-width: min(var(--hsf-trust-card-max, 360px), 400px);
}

.hsf-footer__badge--inline {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	justify-content: start;
	gap: 14px;
	width: 100%;
	min-height: 86px;
	padding: 8px 10px 8px 12px;
	background: rgba(17, 156, 255, 0.09);
	border: 1px solid rgba(17, 156, 255, 0.40);
	border-radius: 15px;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

a.hsf-footer__badge--inline:hover,
a.hsf-footer__badge--inline:focus-visible {
	background: rgba(17, 156, 255, 0.13);
	border-color: rgba(17, 156, 255, 0.65);
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(17, 156, 255, 0.13);
}

.hsf-footer__badge--inline .hsf-footer__badge-media {
	width: 78px;
	height: 78px;
	border-radius: 12px;
}

.hsf-footer__badge--inline .hsf-footer__badge-media--image,
.hsf-footer__badge--inline .hsf-footer__badge-media--image img {
	border-radius: 12px;
}

.hsf-footer__badge-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 3px;
	min-width: 0;
	text-align: start;
}

.hsf-footer__badge--inline .hsf-footer__badge-title {
	max-width: 100%;
	margin: 0;
	color: var(--hsf-text);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.55;
	white-space: normal;
}

.hsf-footer__badge-action {
	margin: 0;
	color: var(--hsf-accent);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.5;
}

/* The bottom strip is now legal/copyright only. */
.hsf-footer__bottom--legal-only {
	display: flex;
	align-items: center;
	min-height: 36px;
	gap: 16px;
}

.hsf-footer__bottom--copyright-only {
	justify-content: center;
}

.hsf-footer__bottom--with-developer {
	justify-content: space-between;
}

.hsf-footer__bottom--legal-only .hsf-footer__developer {
	justify-self: auto;
}

/* JavaScript applies these classes at the user-selected breakpoint. */
.hsf-footer--mobile-hidden .hsf-footer__nav {
	display: none;
}

.hsf-footer--mobile-accordion .hsf-footer__nav {
	grid-template-columns: 1fr;
	gap: 10px;
}

.hsf-footer--mobile-accordion .hsf-footer__nav-group,
.hsf-footer--mobile-accordion .hsf-footer__nav-group + .hsf-footer__nav-group {
	padding: 0 16px;
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 12px;
}

.hsf-footer--mobile-accordion .hsf-footer__nav-toggle {
	min-height: 58px;
	cursor: pointer;
}

.hsf-footer--mobile-accordion .hsf-footer__nav-toggle:focus-visible {
	outline: 2px solid var(--hsf-accent);
	outline-offset: -2px;
	border-radius: inherit;
}

.hsf-footer--mobile-accordion .hsf-footer__nav-title {
	padding: 0;
}

.hsf-footer--mobile-accordion .hsf-footer__nav-title::after {
	display: none;
}

.hsf-footer--mobile-accordion .hsf-footer__nav-chevron {
	display: inline-flex;
}

.hsf-footer--mobile-accordion .hsf-footer__nav-toggle[aria-expanded="true"] .hsf-footer__nav-chevron {
	transform: rotate(180deg);
}

.hsf-footer--mobile-accordion .hsf-footer__nav-panel {
	padding: 2px 0 18px;
}

.hsf-footer--mobile-accordion .hsf-footer__nav-list {
	gap: 12px;
}

.hsf-footer--mobile-accordion .hsf-footer__standalone-contact,
.hsf-footer--mobile-expanded .hsf-footer__standalone-contact {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 4px;
	color: #d9dcec;
}

/* Tablet */
@media (max-width: 1024px) {
	.hsf-footer__inner {
		padding-top: 36px;
	}

	.hsf-footer__main {
		grid-template-areas:
			"location brand"
			"nav nav";
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px;
	}

	.hsf-footer--ltr .hsf-footer__main {
		grid-template-areas:
			"brand location"
			"nav nav";
	}

	.hsf-footer__brand {
		grid-area: brand;
	}

	.hsf-footer__nav {
		grid-area: nav;
	}

	.hsf-footer__location {
		grid-area: location;
	}

	.hsf-footer__copyright {
		white-space: normal;
	}
}

/* Mobile stack. The accordion threshold itself is controlled by JavaScript. */
@media (max-width: 767px) {
	.hsf-footer--full-bleed-mobile {
		width: 100vw;
		max-width: 100vw;
		margin-inline: calc(50% - 50vw);
	}

	.hsf-footer__inner {
		padding: 20px 10px 12px;
	}

	.hsf-footer__main {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 14px;
	}

	.hsf-footer .hsf-footer__brand,
	.hsf-footer .hsf-footer__location,
	.hsf-footer .hsf-footer__nav,
	.hsf-footer .hsf-footer__location-card {
		width: 100% !important;
		max-width: none !important;
		align-self: stretch !important;
	}

	.hsf-footer--order-brand-map-nav .hsf-footer__brand {
		order: 1;
	}

	.hsf-footer--order-brand-map-nav .hsf-footer__location {
		order: 2;
	}

	.hsf-footer--order-brand-map-nav .hsf-footer__nav {
		order: 3;
	}

	.hsf-footer--order-brand-nav-map .hsf-footer__brand {
		order: 1;
	}

	.hsf-footer--order-brand-nav-map .hsf-footer__nav {
		order: 2;
	}

	.hsf-footer--order-brand-nav-map .hsf-footer__location {
		order: 3;
	}

	.hsf-footer--order-map-brand-nav .hsf-footer__location {
		order: 1;
	}

	.hsf-footer--order-map-brand-nav .hsf-footer__brand {
		order: 2;
	}

	.hsf-footer--order-map-brand-nav .hsf-footer__nav {
		order: 3;
	}

	.hsf-footer__brand {
		align-items: center;
		text-align: center;
	}

	.hsf-footer__logo img {
		width: 210px;
		max-height: 96px;
		object-position: center;
	}

	.hsf-footer__logo-fallback {
		justify-content: center;
		width: 210px;
		font-size: 30px;
	}

	.hsf-footer__tagline {
		font-size: 20px;
	}

	.hsf-footer__description {
		max-width: 520px;
		font-size: 13px;
	}

	.hsf-footer--hide-description-mobile .hsf-footer__description {
		display: none;
	}

	.hsf-footer__socials {
		margin-top: 8px;
	}

	.hsf-footer--social-cols-1 .hsf-footer__socials {
		grid-template-columns: 1fr;
	}

	.hsf-footer--social-cols-2 .hsf-footer__socials {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hsf-footer--social-cols-3 .hsf-footer__socials {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.hsf-footer__social-link {
		min-height: 48px;
		padding-inline: 10px;
	}

	.hsf-footer__social-label {
		font-size: 12px;
	}

	.hsf-footer__location-card {
		padding: 5px 7px;
	}


	.hsf-footer__address {
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		margin-top: 0;
		text-align: right;
		direction: rtl;
	}

	.hsf-footer__address > span:last-child {
		flex: 1 1 auto;
		text-align: right;
	}

	.hsf-footer__route-button {
		min-height: 52px;
	}

	.hsf-footer__phone-list {
		justify-content: flex-start;
	}

	.hsf-footer--route-cols-1 .hsf-footer__route-providers {
		grid-template-columns: 1fr;
	}

	.hsf-footer--route-cols-1 .hsf-footer__route-provider {
		flex-direction: row;
		min-height: 52px;
		padding-inline: 14px;
	}

	.hsf-footer--route-cols-3 .hsf-footer__route-providers {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.hsf-footer__nav {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.hsf-footer__nav-trust {
		margin-top: 10px;
	}

	.hsf-footer__nav-trust .hsf-footer__badge--inline {
		width: min(100%, var(--hsf-trust-card-max, 340px));
		max-width: min(var(--hsf-trust-card-max, 340px), 400px);
	}

	.hsf-footer .hsf-footer__route-provider {
		min-height: 58px;
	}

	.hsf-footer__provider-mark {
		width: 32px;
		height: 32px;
	}

	.hsf-footer__nav-group + .hsf-footer__nav-group {
		padding-inline-start: 0;
		border-inline-start: 0;
	}

	.hsf-footer__nav-title {
		font-size: 16px;
	}

	.hsf-footer__nav-panel {
		padding: 12px 4px 5px;
	}

	.hsf-footer__standalone-contact {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		margin-top: 4px;
		color: #d9dcec;
	}

	.hsf-footer--mobile-hidden .hsf-footer__nav {
		display: none;
	}

	.hsf-footer--mobile-accordion .hsf-footer__nav-group {
		padding: 0 16px;
		background: rgba(255, 255, 255, 0.02);
		border: 1px solid rgba(255, 255, 255, 0.18);
		border-radius: 12px;
	}

	.hsf-footer--mobile-accordion .hsf-footer__nav-toggle {
		min-height: 52px;
		cursor: pointer;
	}

	.hsf-footer--mobile-accordion .hsf-footer__nav-toggle:focus-visible {
		outline: 2px solid var(--hsf-accent);
		outline-offset: -2px;
		border-radius: inherit;
	}

	.hsf-footer--mobile-accordion .hsf-footer__nav-title {
		padding: 0;
	}

	.hsf-footer--mobile-accordion .hsf-footer__nav-title::after {
		display: none;
	}

	.hsf-footer--mobile-accordion .hsf-footer__nav-chevron {
		display: inline-flex;
	}

	.hsf-footer--mobile-accordion .hsf-footer__nav-toggle[aria-expanded="true"] .hsf-footer__nav-chevron {
		transform: rotate(180deg);
	}

	.hsf-footer--mobile-accordion .hsf-footer__nav-panel {
		padding: 2px 0 12px;
	}

	.hsf-footer--mobile-accordion .hsf-footer__nav-list {
		gap: 10px;
	}

	.hsf-footer__bottom {
		flex-direction: column;
		gap: 8px;
		margin-top: 14px;
		padding-top: 10px;
		text-align: center;
	}



	.hsf-footer__copyright {
		font-size: 11px;
		white-space: normal;
	}

	.hsf-footer__developer {
		align-self: center;
		justify-self: auto;
	}

	.hsf-footer--social-cols-5 .hsf-footer__socials {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.hsf-footer__socials--count-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hsf-footer__socials--count-5 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hsf-footer__socials--count-4 .hsf-footer__social-link,
	.hsf-footer__socials--count-5 .hsf-footer__social-link {
		min-height: 62px;
		padding: 8px 6px;
	}

	.hsf-footer__socials--count-4 .hsf-footer__social-label,
	.hsf-footer__socials--count-5 .hsf-footer__social-label {
		font-size: 11px;
	}

	.hsf-footer__trust-inline {
		justify-items: stretch;
	}

	.hsf-footer__badge--inline {
		grid-template-columns: auto minmax(0, 1fr);
		min-height: 80px;
		max-width: 100%;
		padding: 8px 10px;
		text-align: start;
	}

	.hsf-footer__bottom--legal-only {
		width: 100%;
		gap: 10px;
	}

	.hsf-footer__bottom--with-developer {
		flex-direction: column;
		justify-content: center;
	}

}

@media (max-width: 420px) {
	.hsf-footer__social-link {
		gap: 6px;
		padding-inline: 7px;
	}

	.hsf-footer__social-label {
		font-size: 11px;
	}

	.hsf-footer__socials--count-4 .hsf-footer__social-label,
	.hsf-footer__socials--count-5 .hsf-footer__social-label {
		font-size: 10.5px;
	}

	.hsf-footer__contact-link,
	.hsf-footer__hours {
		font-size: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hsf-footer *,
	.hsf-footer *::before,
	.hsf-footer *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}


/* =========================================================
 * Houshmand Smart Footer 2.0 — final consolidated layer
 * One source of truth for edge handling, five-column desktop,
 * location/social layout, route logos and trust/payment cards.
 * ========================================================= */

/* Prevent a theme/Elementor wrapper from leaving a white strip after the footer. */
.elementor-widget-hsf-smart-footer,
.elementor-widget-hsf-smart-footer > .elementor-widget-container,
.hsf-footer-host,
.hsf-footer-host.elementor-location-footer,
.hsf-footer-host.site-footer {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

html.hsf-page-has-footer {
	margin: 0 !important;
	padding: 0 !important;
	background: var(--hsf-footer-edge-color, #05051f) !important;
}

body.hsf-page-has-footer,
body.hsf-page-has-footer .website-wrapper,
body.hsf-page-has-footer #page,
body.hsf-page-has-footer .site,
body.hsf-page-has-footer .main-page-wrapper,
body.hsf-page-has-footer .elementor-location-footer,
body.hsf-page-has-footer footer.site-footer {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.hsf-footer-host {
	background: var(--hsf-footer-edge-color, #05051f);
}

.hsf-footer {
	margin-bottom: 0 !important;
	padding-bottom: var(--hsf-mobile-toolbar-clearance, 0px);
}

/* Local messenger buttons should have the same visual weight as other networks. */
.hsf-footer .hsf-footer__social-link--disabled {
	opacity: 1;
}

.hsf-footer .hsf-footer__social-link--bale .hsf-footer__social-icon,
.hsf-footer .hsf-footer__social-link--eitaa .hsf-footer__social-icon {
	opacity: 1;
	filter: none;
}

/* Social icons are the first compact row inside column 4. */
.hsf-footer__location-socials--top {
	--hsf-social-divider-gap: 4px;
	width: 100%;
	padding-top: 3px;
	padding-inline: 4px;
	padding-bottom: var(--hsf-social-divider-gap);
	border: 0;
	border-bottom: 1px solid var(--hsf-divider);
}

.hsf-footer__location-socials--top .hsf-footer__socials--location {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	width: 100%;
	max-width: none;
	margin: 0;
}

.hsf-footer__location-socials--top .hsf-footer__social-link {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
	min-height: 44px;
	padding: 6px;
	gap: 0;
}

.hsf-footer__location-socials--top .hsf-footer__social-icon {
	margin: 0;
}

.hsf-footer__location-socials--top .hsf-footer__social-label {
	display: none;
}

/* Route row: a small symmetric inset prevents Google/Balad from touching card edges. */
.hsf-footer__route-providers {
	box-sizing: border-box;
}

/* Uploaded routing logos keep the white tile, with only a subtle 2px inner breathing room. */
.hsf-footer__provider-mark--image {
	width: 38px;
	height: 38px;
	padding: 2px;
	background: #fff;
	border: 1px solid rgba(17, 156, 255, 0.18);
	border-radius: 10px;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.10);
	overflow: hidden;
}

.hsf-footer__route-provider--google .hsf-footer__provider-mark--image,
.hsf-footer__route-provider--neshan .hsf-footer__provider-mark--image,
.hsf-footer__route-provider--balad .hsf-footer__provider-mark--image {
	background: #fff;
}

.hsf-footer__provider-mark--image .hsf-footer__provider-logo {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	padding: 0;
	margin: 0;
	object-fit: contain;
	object-position: center;
}

/* Trust/payment cards — exact number configured by the user, max four. */
.hsf-footer__trust-column {
	min-width: 0;
	width: 100%;
}

.hsf-footer__nav-trust {
	--hsf-trust-grid-max: 520px;
	--hsf-trust-logo-size: 88px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	width: min(100%, var(--hsf-trust-grid-max));
	max-width: 100%;
	margin-inline: auto;
}

.hsf-footer__nav-trust .hsf-footer__badge {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	gap: 4px;
	min-width: 0;
	min-height: 112px;
	padding: 7px;
	color: var(--hsf-text);
	background: rgba(17, 156, 255, 0.07);
	border: 1px solid rgba(17, 156, 255, 0.28);
	border-radius: 13px;
	box-shadow: 0 7px 18px rgba(0, 0, 0, 0.07);
	transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.hsf-footer__nav-trust .hsf-footer__badge:hover {
	background: rgba(17, 156, 255, 0.11);
	border-color: rgba(17, 156, 255, 0.50);
	box-shadow: 0 10px 22px rgba(17, 156, 255, 0.10);
	transform: translateY(-1px);
}

.hsf-footer__nav-trust .hsf-footer__badge-copy {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 18px;
	padding-inline: 2px;
	overflow: hidden;
	text-align: center;
}

.hsf-footer__nav-trust .hsf-footer__badge-title {
	display: block;
	max-width: 100%;
	margin: 0;
	color: var(--hsf-text);
	font-size: 9px;
	font-weight: 800;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hsf-footer__nav-trust .hsf-footer__badge-content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	min-height: 80px;
	padding: 3px;
	background: rgba(5, 8, 31, 0.30);
	border: 1px solid rgba(255, 255, 255, 0.10);
	border-radius: 11px;
	overflow: hidden;
}

.hsf-footer__nav-trust a.hsf-footer__badge-content {
	outline: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.hsf-footer__nav-trust a.hsf-footer__badge-content:hover,
.hsf-footer__nav-trust a.hsf-footer__badge-content:focus-visible {
	background: rgba(17, 156, 255, 0.08);
	border-color: rgba(17, 156, 255, 0.54);
	box-shadow: 0 0 0 3px rgba(17, 156, 255, 0.13);
}

.hsf-footer__nav-trust .hsf-footer__badge-media,
.hsf-footer__nav-trust .hsf-footer__badge-placeholder {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--hsf-trust-logo-size);
	height: var(--hsf-trust-logo-size);
	max-width: 100%;
	max-height: 104px;
	color: var(--hsf-accent);
	font-size: calc(var(--hsf-trust-logo-size) * .58);
	border-radius: 10px;
}

.hsf-footer__nav-trust .hsf-footer__badge-media--image {
	position: relative;
	overflow: hidden;
	padding: 0;
	background: var(--hsf-badge-image-bg, #fff);
}

.hsf-footer__nav-trust .hsf-footer__badge-media--image::before {
	content: "";
}

.hsf-footer__nav-trust .hsf-footer__badge-media--image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 2px;
	background: var(--hsf-badge-image-bg, #fff);
	opacity: 1;
	object-fit: contain;
	border-radius: inherit;
}

.hsf-footer__nav-trust .hsf-footer__badge-placeholder {
	background: rgba(17, 156, 255, 0.10);
	border: 1px solid rgba(17, 156, 255, 0.24);
	font-weight: 900;
}

.hsf-footer__nav-trust .hsf-footer__badge-embed {
	position: relative;
	overflow: hidden;
}

.hsf-footer__nav-trust .hsf-footer__badge-embed > * {
	max-width: 100%;
}

.hsf-footer__nav-trust .hsf-footer__badge-embed img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: var(--hsf-trust-logo-size);
	margin: auto;
	object-fit: contain;
}

.hsf-footer__nav-trust .hsf-footer__badge-action {
	display: none;
}

/* Desktop: five true columns. CSS Grid itself guarantees exact column 4/5 height parity. */
@media (min-width: 1025px) {
	.hsf-footer {
		--hsf-mobile-toolbar-clearance: 0px;
	}

	.hsf-footer__main {
		--hsf-col-brand: 12fr;
		--hsf-col-nav-1: 7fr;
		--hsf-col-nav-2: 7fr;
		--hsf-col-location: 12fr;
		--hsf-col-trust: 11fr;
		display: grid;
		grid-template-columns:
			minmax(0, var(--hsf-col-brand))
			minmax(0, var(--hsf-col-nav-1))
			minmax(0, var(--hsf-col-nav-2))
			minmax(0, var(--hsf-col-location))
			minmax(0, var(--hsf-col-trust));
		align-items: stretch;
		row-gap: 0;
	}

	.hsf-footer__brand {
		grid-column: 1;
		grid-row: 1;
		align-self: stretch;
		min-width: 0;
	}

	.hsf-footer__brand-main {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		height: 100%;
	}

	.hsf-footer__nav {
		display: contents;
	}

	.hsf-footer__nav > .hsf-footer__nav-group:nth-of-type(1) {
		grid-column: 2;
		grid-row: 1;
		align-self: stretch;
		min-width: 0;
	}

	.hsf-footer__nav > .hsf-footer__nav-group:nth-of-type(2) {
		grid-column: 3;
		grid-row: 1;
		align-self: stretch;
		min-width: 0;
	}

	.hsf-footer__location {
		grid-column: 4;
		grid-row: 1;
		align-self: stretch;
		min-width: 0;
		height: 100%;
	}

	.hsf-footer__location-card {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		box-sizing: border-box;
		height: 100%;
		min-height: 0;
	}

	.hsf-footer__trust-column {
		grid-column: 5;
		grid-row: 1;
		align-self: stretch;
		display: flex;
		flex-direction: column;
		min-width: 0;
		height: 100%;
		min-height: 0;
	}

	.hsf-footer__trust-column .hsf-footer__nav-trust {
		flex: 1 1 auto;
		height: 100%;
		min-height: 0;
		align-content: stretch;
		grid-auto-rows: minmax(0, 1fr);
	}

	.hsf-footer__trust-inline--count-1 {
		grid-template-columns: 1fr;
		grid-template-rows: minmax(0, 1fr);
	}

	.hsf-footer__trust-inline--count-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: minmax(0, 1fr);
	}

	.hsf-footer__trust-inline--count-3,
	.hsf-footer__trust-inline--count-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: repeat(2, minmax(0, 1fr));
	}

	.hsf-footer__trust-inline--count-3 .hsf-footer__badge:last-child {
		grid-column: 1 / -1;
	}

	.hsf-footer__trust-column .hsf-footer__badge {
		height: 100%;
		min-height: 0;
	}

	.hsf-footer__trust-column .hsf-footer__badge-content {
		min-height: 0;
	}
}

/* Tablet: keep normal flow and let trust cards wrap naturally. */
@media (max-width: 1024px) {
	.hsf-footer__trust-column {
		grid-column: 1 / -1;
	}

	.hsf-footer__trust-column,
	.hsf-footer__nav-trust {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
}

/* Mobile: 4 social icons in one row; trust cards stay compact and logo-first. */
@media (max-width: 767px) {
	.hsf-footer__trust-column {
		order: 4;
	}

	.hsf-footer__location-socials--top {
		padding-top: 4px;
		padding-inline: 2px;
	}

	.hsf-footer__location-socials--top .hsf-footer__socials--location {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		align-items: stretch;
		gap: 6px;
	}

	.hsf-footer__location-socials--top .hsf-footer__social-link {
		min-height: 40px;
		padding-block: 5px;
		padding-inline: 4px;
		line-height: 1;
	}

	.hsf-footer__location-socials--top .hsf-footer__social-icon {
		width: 24px;
		height: 24px;
		font-size: 24px;
	}

	.hsf-footer__nav-trust {
		--hsf-trust-logo-size: 88px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		width: 100%;
		max-width: 100%;
	}

	.hsf-footer__trust-inline--count-1 {
		grid-template-columns: 1fr;
	}

	.hsf-footer__trust-inline--count-3 .hsf-footer__badge:last-child {
		grid-column: 1 / -1;
	}

	.hsf-footer__nav-trust .hsf-footer__badge {
		min-height: 106px;
		padding: 6px;
		gap: 3px;
		border-radius: 12px;
	}

	.hsf-footer__nav-trust .hsf-footer__badge-copy {
		min-height: 16px;
	}

	.hsf-footer__nav-trust .hsf-footer__badge-title {
		font-size: 8.5px;
		line-height: 1.15;
	}

	.hsf-footer__nav-trust .hsf-footer__badge-content {
		min-height: 76px;
		padding: 2px;
		border-radius: 10px;
	}

	.hsf-footer__provider-mark--image {
		width: 36px;
		height: 36px;
		padding: 2px;
		border-radius: 9px;
	}
}

@media (max-width: 380px) {
	.hsf-footer__nav-trust {
		--hsf-trust-logo-size: 80px;
	}
}


/* Desktop compact rhythm: keep the contact card dense without overriding Elementor spacing controls. */
@media (min-width: 1025px) {
	.hsf-footer__location-card {
		justify-content: flex-start;
		padding-block: 3px;
	}

	.hsf-footer__location-socials--top {
		padding-top: 1px;
	}

	.hsf-footer__location-socials--top .hsf-footer__social-link {
		min-height: 40px;
		padding-block: 4px;
	}

	.hsf-footer__address {
		margin-top: 5px;
	}

	.hsf-footer__route-heading {
		margin-top: 4px;
	}

	.hsf-footer__route-providers {
		margin-top: 5px;
	}

	.hsf-footer__contacts {
		margin-top: 6px;
	}

	.hsf-footer__contact-link,
	.hsf-footer__hours {
		min-height: 32px;
		padding-block: 4px;
	}
}

/* Mobile alignment and compactness. */
@media (max-width: 767px) {
	.hsf-footer__brand {
		gap: 9px;
	}

	.hsf-footer__location-card {
		box-sizing: border-box;
	}

	.hsf-footer__location-socials--top {
		box-sizing: border-box;
		margin: 0;
	}

	.hsf-footer__address {
		box-sizing: border-box;
		min-height: 32px;
		gap: 8px;
		line-height: 1.65;
	}

	.hsf-footer__address-icon {
		margin-top: 0;
	}

	.hsf-footer__route-heading {
		margin-top: 7px;
		margin-inline: 2px;
		line-height: 1.4;
	}

	.hsf-footer__route-providers {
		margin-top: 5px;
		gap: 6px;
	}

	.hsf-footer .hsf-footer__route-provider {
		min-height: 52px;
	}

	.hsf-footer__provider-label {
		font-size: 10.5px;
		line-height: 1.3;
	}

	.hsf-footer__contacts {
		margin-top: 7px;
	}

	.hsf-footer__contact-link,
	.hsf-footer__hours {
		min-height: 34px;
		gap: 8px;
		line-height: 1.45;
	}

	.hsf-footer__contact-link > span:last-child,
	.hsf-footer__hours > span:last-child {
		min-width: 0;
	}

	.hsf-footer__phone-row,
	.hsf-footer__contact-link,
	.hsf-footer__hours {
		justify-content: flex-start;
		text-align: right;
	}

	.hsf-footer--mobile-accordion .hsf-footer__nav-group {
		padding-inline: 14px;
	}

	.hsf-footer--mobile-accordion .hsf-footer__nav-toggle {
		min-height: 52px;
	}

	.hsf-footer--mobile-accordion .hsf-footer__nav-panel {
		padding-bottom: 12px;
	}

	.hsf-footer__nav-trust {
		margin-top: 0;
	}

	.hsf-footer__nav-trust .hsf-footer__badge {
		min-height: 98px;
		padding: 5px;
	}

	.hsf-footer__nav-trust .hsf-footer__badge-copy {
		min-height: 14px;
	}

	.hsf-footer__nav-trust .hsf-footer__badge-content {
		min-height: 70px;
	}

	.hsf-footer__bottom {
		margin-top: 10px;
		padding-top: 8px;
	}
}
