/**
 * Light theme — footer matches dark parent theme exactly.
 */

body.wa-theme-light .wa-footer {
	--wa-navy: #0b1423;
	--wa-navy-light: #111d30;
	--wa-navy-mid: #162236;
	--wa-blue-light: #5ec8ed;
	--wa-blue: #2a8ccf;
	--wa-white: #ffffff;
	--wa-text: #c8d4e0;
	--wa-text-muted: #8899aa;
	--wa-gradient: linear-gradient(135deg, #5ec8ed 0%, #2a8ccf 100%);
	background: #0b1423 !important;
	color: #c8d4e0 !important;
}

body.wa-theme-light .wa-footer-wave {
	color: #111d30 !important;
}

body.wa-theme-light .wa-footer-main {
	background: #111d30 !important;
}

body.wa-theme-light .wa-footer-title {
	color: #ffffff !important;
}

body.wa-theme-light .wa-footer-title::after {
	background: linear-gradient(135deg, #5ec8ed 0%, #2a8ccf 100%) !important;
}

body.wa-theme-light .wa-footer-desc,
body.wa-theme-light .wa-footer-bottom-inner,
body.wa-theme-light .wa-footer-bottom-inner p,
body.wa-theme-light .wa-footer-credit {
	color: #8899aa !important;
}

body.wa-theme-light .wa-footer-menu a {
	color: #8899aa !important;
}

body.wa-theme-light .wa-footer-menu a:hover {
	color: #5ec8ed !important;
}

body.wa-theme-light .wa-footer-contact li {
	color: #c8d4e0 !important;
}

body.wa-theme-light .wa-footer-contact a {
	color: #c8d4e0 !important;
}

body.wa-theme-light .wa-footer-contact a:hover {
	color: #5ec8ed !important;
}

body.wa-theme-light .wa-footer-contact i {
	color: #5ec8ed !important;
}

body.wa-theme-light .wa-footer-social a {
	background: rgba(255, 255, 255, 0.06) !important;
	border: none !important;
	color: #ffffff !important;
}

body.wa-theme-light .wa-footer-social a i {
	color: #ffffff !important;
}

body.wa-theme-light .wa-footer-social a:hover {
	background: linear-gradient(135deg, #5ec8ed 0%, #2a8ccf 100%) !important;
	color: #0b1423 !important;
}

body.wa-theme-light .wa-footer-social a:hover i {
	color: #0b1423 !important;
}

body.wa-theme-light .wa-footer-bottom {
	background: #0b1423 !important;
	border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
}

body.wa-theme-light .wa-footer .custom-logo,
body.wa-theme-light .wa-footer .wa-logo-img {
	display: block;
	max-height: 80px !important;
	max-width: 220px !important;
	width: auto !important;
	height: auto !important;
	object-fit: contain;
}
