/* ==================================================
   MOVIN GLOBAL FOOTER STYLES — EXACT MATCH TO REFERENCE
   ================================================== */

:root {
	--movin-gold: var(--e-global-color-accent, #C59B27);
	--movin-gold-hover: #A88118;
	--movin-green-dark: var(--e-global-color-primary, #183324);
	--movin-green-badge: #234733;
	--movin-text-dark: var(--e-global-color-text, #1A202C);
	--movin-text-muted: #64748B;
	--movin-border-light: #E2E8F0;
	--movin-border-dark: rgba(255, 255, 255, 0.15);
	--movin-bg-white: #FFFFFF;
}

.movin-global-footer-wrapper,
.elementor-widget-movin-global-footer .movin-global-footer-wrapper,
div.elementor-element .movin-global-footer-wrapper {
	width: 100%;
	position: relative;
	font-family: inherit;
	box-sizing: border-box;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.movin-global-footer-wrapper:not(.has-custom-bg) {
	background-color: transparent;
}

.movin-main-footer-section,
.elementor-widget-movin-global-footer .movin-main-footer-section,
div.elementor-element .movin-main-footer-section {
	background-color: transparent;
}

/* Ensure background overlay pseudo elements don't block footer clicks */
.e-con:has(.movin-global-footer-wrapper)::before,
.elementor-element:has(.movin-global-footer-wrapper)::before {
	pointer-events: none;
}

.movin-global-footer-wrapper *,
.movin-global-footer-wrapper *::before,
.movin-global-footer-wrapper *::after {
	box-sizing: border-box;
}

/* ==================================================
   BOTANICAL DECORATION (Moringa Branch on Right)
   ================================================== */
.movin-footer-botanical {
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
	user-select: none;
	z-index: 1;
	opacity: 0.35;
	transition: opacity 0.3s ease;
}

.movin-footer-botanical svg,
.movin-footer-botanical img {
	display: block;
	max-width: 320px;
	height: auto;
}

.movin-footer-botanical.pos-top-right {
	top: 0;
	right: 0;
}

.movin-footer-botanical.pos-bottom-right {
	bottom: 0;
	right: 0;
}

.movin-footer-botanical.pos-top-left {
	top: 0;
	left: 0;
}

.movin-footer-botanical.pos-bottom-left {
	bottom: 0;
	left: 0;
}

/* ==================================================
   1. MAIN 4-COLUMN FOOTER (PURE WHITE BACKGROUND)
   ================================================== */
.movin-main-footer-section {
	background-color: transparent;
	padding: 64px 32px 48px;
	position: relative;
	z-index: 2;
}

.movin-footer-container {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}

.movin-footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
	gap: 48px;
	align-items: start;
}

/* Column 1: Brand */
.movin-footer-col-brand {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.movin-footer-logo-link {
	display: inline-flex;
	text-decoration: none;
}

.movin-footer-logo-img {
	max-height: 46px;
	width: auto;
	display: block;
	object-fit: contain;
}

.movin-footer-logo-text {
	font-family: inherit;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.14em;
	color: var(--movin-green-dark);
	text-transform: uppercase;
}

.movin-footer-brand-desc {
	font-family: inherit;
	font-size: 13.5px;
	line-height: 1.75;
	color: var(--movin-text-muted);
	margin: 0;
	max-width: 320px;
}

/* Column Headings */
.movin-footer-col-title {
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--movin-green-dark);
	margin: 0 0 18px 0;
	position: relative;
}

.movin-footer-col-title::after {
	content: '';
	display: block;
	width: 24px;
	height: 2px;
	background-color: var(--movin-gold);
	margin-top: 6px;
}

/* Link Lists (Discover & Shop) */
.movin-footer-link-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.movin-footer-link-list li {
	margin: 0;
	padding: 0;
}

.movin-footer-link-list a {
	display: inline-block;
	font-family: inherit;
	font-size: 14px;
	color: #475569;
	text-decoration: none;
	transition: color 0.2s ease, transform 0.2s ease;
}

.movin-footer-link-list a:hover {
	color: var(--movin-gold);
	transform: translateX(4px);
}

/* Contact Column */
.movin-footer-contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.movin-footer-contact-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-family: inherit;
	font-size: 13.5px;
	line-height: 1.6;
	color: #475569;
}

.movin-footer-contact-icon {
	flex-shrink: 0;
	margin-top: 2px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--movin-green-dark);
}

.movin-footer-contact-icon svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.movin-footer-contact-text a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.movin-footer-contact-text a:hover {
	color: var(--movin-gold);
}

/* ==================================================
   2. SECONDARY STRIP (DARK MOVIN GREEN #183324)
   ================================================== */
.movin-secondary-strip {
	background-color: var(--movin-green-dark);
	color: #ffffff;
	padding: 24px 32px;
	position: relative;
	z-index: 2;
}

.movin-strip-container {
	max-width: 1280px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1.2fr 1fr;
	align-items: center;
	gap: 0;
}

.movin-strip-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 4px 28px;
}

.movin-strip-group.group-left {
	padding-left: 0;
	align-items: flex-start;
}

.movin-strip-group.group-center {
	align-items: center;
	border-left: 1px solid var(--movin-border-dark);
	border-right: 1px solid var(--movin-border-dark);
}

.movin-strip-group.group-right {
	padding-right: 0;
	align-items: flex-end;
}

.movin-strip-label {
	font-family: inherit;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	white-space: nowrap;
}

/* Marketplace Badges: White Rounded Cards matching reference */
.movin-market-badges {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.movin-market-badge-item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 16px;
	height: 36px;
	background-color: #FFFFFF;
	border-radius: 6px;
	color: #111827;
	text-decoration: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.movin-market-badge-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.movin-market-badge-img {
	max-height: 20px;
	width: auto;
	display: block;
}

/* Payment Badges: Clean White Cards */
.movin-payment-badges {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
}

.movin-payment-badge-item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	height: 32px;
	background-color: #FFFFFF;
	border-radius: 4px;
	color: #1F2937;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	transition: transform 0.2s ease;
}

.movin-payment-badge-item:hover {
	transform: translateY(-1px);
}

/* Social Media Badges: Circular with border */
.movin-social-badges {
	display: flex;
	align-items: center;
	gap: 12px;
}

.movin-social-badge-item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: var(--movin-green-badge);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: #ffffff;
	text-decoration: none;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.movin-social-badge-item:hover {
	background-color: var(--movin-gold);
	border-color: var(--movin-gold);
	transform: translateY(-2px);
}

.movin-social-badge-item svg {
	width: 17px;
	height: 17px;
	fill: currentColor;
}

/* ==================================================
   3. FOOTER LEGAL BAR (WHITE BOTTOM)
   ================================================== */
.movin-legal-bar,
.elementor-widget-movin-global-footer .movin-legal-bar,
div.elementor-element .movin-legal-bar {
	background-color: transparent !important;
	border-top: 1px solid var(--movin-border-light);
	padding: 18px 32px;
	font-family: inherit;
	font-size: 13px;
	color: var(--movin-text-muted);
	position: relative;
	z-index: 2;
}

.movin-legal-container {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.movin-legal-left {
	display: flex;
	align-items: center;
}

.movin-legal-copyright {
	margin: 0;
	color: inherit;
}

.movin-legal-center {
	display: flex;
	align-items: center;
	gap: 22px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.movin-legal-center li {
	margin: 0;
	padding: 0;
}

.movin-legal-center a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.movin-legal-center a:hover {
	color: var(--movin-gold);
}

.movin-legal-right {
	display: flex;
	align-items: center;
}

.movin-credit-link {
	color: inherit;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s ease;
}

.movin-credit-link:hover {
	color: var(--movin-gold);
}

/* ==================================================
   RESPONSIVE BREAKPOINTS
   ================================================== */
@media (max-width: 1024px) {
	.movin-footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 36px;
	}

	.movin-strip-container {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.movin-strip-group {
		padding: 0;
	}

	.movin-strip-group.group-center {
		border-left: none;
		border-right: none;
		border-top: 1px solid var(--movin-border-dark);
		border-bottom: 1px solid var(--movin-border-dark);
		padding: 16px 0;
		align-items: flex-start;
	}

	.movin-strip-group.group-right {
		align-items: flex-start;
	}

	.movin-legal-container {
		flex-direction: column;
		text-align: center;
		gap: 12px;
	}

	.movin-legal-center {
		flex-wrap: wrap;
		justify-content: center;
		gap: 16px;
	}
}

@media (max-width: 640px) {
	.movin-main-footer-section {
		padding: 44px 20px 32px;
	}

	.movin-footer-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.movin-secondary-strip {
		padding: 20px;
	}

	.movin-legal-bar {
		padding: 16px 20px;
	}

	.movin-footer-botanical.hide-on-mobile {
		display: none;
	}
}
