/* Footer Component Styles for Block Intelligence */

/* Footer container transparent so liquid glass shows */
#footer-container {
	background: transparent !important;
}

/* Footer: liquid glass translucent (matches header / tabs glass) */
#footer-container #colophon.bi-footer,
#footer-container .bi-footer,
.bi-footer {
	background: rgba(14, 17, 22, 0.38) !important;
	backdrop-filter: blur(12px) saturate(1.3) !important;
	-webkit-backdrop-filter: blur(12px) saturate(1.3) !important;
	box-shadow: 0 0 0 1px rgba(255,255,255,0.08), 0 -1px 0 0 rgba(255,255,255,0.05) !important;
	-webkit-box-shadow: 0 0 0 1px rgba(255,255,255,0.08), 0 -1px 0 0 rgba(255,255,255,0.05) !important;
	color: rgba(255, 255, 255, 0.85) !important;
	padding: 60px 0 30px !important;
	margin-top: 0px !important;
	position: relative;
	z-index: 1;
}

/* Homepage: stronger glass so it’s visible; high specificity (#colophon) beats theme/late CSS */
body.elementor-page-41 #footer-container #colophon.bi-footer,
body.elementor-page-41 #footer-container .bi-footer {
	background: rgba(14, 17, 22, 0.28) !important;
	backdrop-filter: blur(18px) saturate(1.4) !important;
	-webkit-backdrop-filter: blur(18px) saturate(1.4) !important;
	box-shadow: 0 0 0 1px rgba(255,255,255,0.12), 0 -1px 0 0 rgba(255,255,255,0.07) !important;
}

.footer-width-fixer {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.bi-footer-container {
	width: 100%;
}

.bi-footer-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px 60px;
	margin-bottom: 40px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	align-items: start;
}

.bi-footer-section {
	display: flex;
	flex-direction: column;
}

.bi-footer-brand {
	max-width: 420px;
}

.bi-footer-logo {
	max-width: 50px !important;
	height: auto;
	margin-bottom: 20px;
	display: block;
}

.bi-footer-tagline {
	font-size: 14px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 20px;
}

.bi-footer-heading {
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 20px;
	margin-top: 0;
}

.bi-footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.bi-footer-links li {
	margin-bottom: 12px;
}

.bi-footer-links a {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	font-size: 14px;
	transition: all 0.3s ease;
	display: inline-block;
}

.bi-footer-links a:hover {
	color: #0d6efd;
	padding-left: 5px;
}

.bi-footer-contact {
	list-style: none;
	padding: 0;
	margin: 0;
}

.bi-footer-contact li {
	margin-bottom: 12px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.6;
}

.bi-footer-contact-label {
	font-weight: 500;
	color: rgba(255, 255, 255, 0.9);
	margin-right: 8px;
}

.bi-footer-contact-region {
	font-weight: 500;
	color: rgba(255, 255, 255, 0.9);
	margin-right: 6px;
}

.bi-footer-contact a {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	transition: color 0.3s ease;
}

.bi-footer-contact a:hover {
	color: #0d6efd;
}

/* Locations row: single line after Quick Link, Information, and main footer content */
.bi-footer-locations-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 28px 40px;
	margin-bottom: 40px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bi-footer-location {
	display: flex;
	align-items: center;
	gap: 12px;
}

/* Invert Dubai icon (black silhouette) so it’s visible on dark background */
.bi-footer-location-dubai .bi-footer-location-icon img {
	filter: invert(1);
}

.bi-footer-location-icon {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.85);
}

.bi-footer-location-icon svg,
.bi-footer-location-icon img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}

.bi-footer-location-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.bi-footer-location-name {
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
}

.bi-footer-location-landmark {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.65);
}

.bi-footer-privacy {
	margin-top: 20px;
}

.bi-footer-privacy a {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	font-size: 14px;
	transition: color 0.3s ease;
}

.bi-footer-privacy a:hover {
	color: #0d6efd;
}

.bi-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

/* Social links (Remix Icon: .ri-*-line) */
.bi-footer-bottom .social-media1 {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 12px;
	align-items: center;
	justify-content: center;
}

.bi-footer-bottom .social-media1 li {
	margin: 0;
}

.bi-footer-bottom .social-media1 a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
	transition: all 0.3s ease;
}

.bi-footer-bottom .social-media1 a:hover {
	background: #0d6efd;
	color: #ffffff;
	transform: translateY(-2px);
}

.bi-footer-bottom .social-media1 i {
	font-size: 22px;
}

.bi-footer-copyright {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
	margin: 0;
}

.bi-footer-copyright a {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	transition: color 0.3s ease;
}

.bi-footer-copyright a:hover {
	color: #0d6efd;
}

/* Responsive Design */
@media (max-width: 768px) {
	.bi-footer {
		padding: 40px 0 20px !important;
	}

	.bi-footer-content {
		grid-template-columns: 1fr;
		gap: 30px;
		margin-bottom: 30px;
	}

	.bi-footer-locations-row {
		gap: 20px 32px;
		margin-bottom: 30px;
		padding-top: 20px;
	}

	.bi-footer-brand {
		max-width: 100%;
	}

	.bi-footer-bottom {
		text-align: center;
	}

	.bi-footer-copyright {
		font-size: 12px;
	}
}

@media (max-width: 480px) {
	.bi-footer {
		padding: 30px 0 15px !important;
	}

	.bi-footer-content {
		gap: 25px;
	}

	.bi-footer-heading {
		font-size: 16px;
	}

	.bi-footer-links a,
	.bi-footer-contact li {
		font-size: 13px;
	}

	.bi-footer-locations-row {
		gap: 16px 24px;
		margin-bottom: 25px;
	}

	.bi-footer-location-icon {
		width: 36px;
		height: 36px;
	}

	.bi-footer-location-name {
		font-size: 13px;
	}

	.bi-footer-location-landmark {
		font-size: 11px;
	}
}


