/*
Theme Name: Greenland Estate Child
Theme URI: https://greenlandestate.pk/
Description: Branded Hello Elementor child theme for Greenland Estate & Builders.
Author: MSN Global IT Solutions
Author URI: https://msn-global.com/
Template: hello-elementor
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: greenland-estate
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--greenland-navy: #002337;
	--greenland-green: #3bb554;
	--greenland-blue: #23b5e9;
}

body {
	color: #212529;
}

a {
	transition: color .2s ease, background-color .2s ease;
}

#greenland-site-header,
#greenland-site-footer {
	position: relative;
	z-index: 20;
}

.greenland-fallback-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1200px;
	padding: 18px 24px;
}

.greenland-fallback-brand {
	color: var(--greenland-navy);
	font-size: 1.35rem;
	font-weight: 700;
}

.greenland-fallback-footer {
	background: var(--greenland-navy);
	color: #fff;
	padding: 24px;
	text-align: center;
}
