.ghawali-homepage-manager-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center center}


/* v1.3.0 — exact GHAWALI footer logo and single-line location. */
body.ghawalii-design-active .ghawalii-site-footer .ghawalii-footer-logo {
	display: inline-flex !important;
	width: auto !important;
	max-width: 190px !important;
	align-items: flex-start !important;
}

body.ghawalii-design-active .ghawalii-site-footer .ghm-footer-brand-logo {
	display: block !important;
	width: 180px !important;
	max-width: 100% !important;
	height: auto !important;
	object-fit: contain !important;
	object-position: left center !important;
}

body.ghawalii-design-active .ghawalii-site-footer .ghawalii-footer-launch-contact {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 14px !important;
}

body.ghawalii-design-active .ghawalii-site-footer .ghm-footer-address-line {
	display: block !important;
	width: max-content !important;
	max-width: 100% !important;
	white-space: nowrap !important;
	font-size: inherit !important;
	line-height: 1.6 !important;
	letter-spacing: .02em !important;
}

html[dir="rtl"] body.ghawalii-design-active .ghawalii-site-footer .ghawalii-footer-logo,
html[dir="rtl"] body.ghawalii-design-active .ghawalii-site-footer .ghawalii-footer-launch-contact {
	align-items: flex-start !important;
}

html[dir="rtl"] body.ghawalii-design-active .ghawalii-site-footer .ghm-footer-brand-logo {
	object-position: right center !important;
}

html[dir="rtl"] body.ghawalii-design-active .ghawalii-site-footer .ghm-footer-address-line {
	direction: rtl !important;
	text-align: right !important;
	letter-spacing: 0 !important;
}

@media (max-width: 767px) {
	body.ghawalii-design-active .ghawalii-site-footer .ghawalii-footer-logo {
		max-width: 160px !important;
	}

	body.ghawalii-design-active .ghawalii-site-footer .ghm-footer-brand-logo {
		width: 150px !important;
	}

	body.ghawalii-design-active .ghawalii-site-footer .ghm-footer-address-line {
		width: 100% !important;
		max-width: 100% !important;
		white-space: normal !important;
		overflow-wrap: anywhere !important;
		line-height: 1.8 !important;
	}
}


/* v1.3.1 — smaller centered footer logo on mobile only. */
@media (max-width: 767px) {
	body.ghawalii-design-active .ghawalii-site-footer .ghawalii-footer-grid > div:first-child {
		text-align: center !important;
	}

	body.ghawalii-design-active .ghawalii-site-footer .ghawalii-footer-logo {
		display: flex !important;
		width: 100% !important;
		max-width: none !important;
		justify-content: center !important;
		align-items: center !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	body.ghawalii-design-active .ghawalii-site-footer .ghm-footer-brand-logo {
		width: 105px !important;
		max-width: 105px !important;
		height: auto !important;
		margin: 0 auto !important;
		object-position: center center !important;
	}

	html[dir="rtl"] body.ghawalii-design-active .ghawalii-site-footer .ghawalii-footer-logo {
		justify-content: center !important;
		align-items: center !important;
	}

	html[dir="rtl"] body.ghawalii-design-active .ghawalii-site-footer .ghm-footer-brand-logo {
		object-position: center center !important;
	}
}
