/*
Theme Name: Big Brick Media
Theme URI: http://bigbrickmedia.com/
Author: Big Brick Media
Author URI: http://bigbrickmedia.com/
Description: Custom template designed for our own company. Not to be reused without permission.
Copyright: PT Software Ltd (GB 17035683)
Version: 1.0
*/
@-webkit-viewport{width:device-width;}
@-moz-viewport{width:device-width;}
@-ms-viewport{width:device-width;}
@-o-viewport{width:device-width;}
@viewport{width:device-width;}

@charset "UTF-8";

@import url('assets/css/clash-grotesk.css');

/** GENERAL SETUP **/
:root {
	--heading-font: "ClashGrotesk-Variable", ClashGrotesk-Variable, sans-serif;
	--heading-font-md: "ClashGrotesk-Semibold", ClashGrotesk-Semibold, sans-serif;
	--heading-font-st: "ClashGrotesk-Regular", ClashGrotesk-Regular, sans-serif;
	--body-font: "Lato", Lato, sans-serif;	
	--primary: 			#195b5b;
	--primary-light: 	#299999;
	--primary-dark:		#0B3D33;
	--secondary:		#D4A017;
	--black:			#212427;
	--white: 			#F8F9F9;
	--pure-white:		#ffffff;
	--radius:			0.5rem;
	--radius-lg:		2rem;
	--radius-full:		100rem;
	--animate-slow: 	all 1.0s ease;
	--animate: 			all 0.3s ease;
	--animate-fast: 	all 0.15s ease;
	--animate-super: 	all 0.05s linear;
	--animate-btn:		all 0.15s ease, background 0.3s ease;
	--shadow: 			0 .25em 30px 0 rgba(0, 0, 30, .2);
	--shadow-dk: 		0 .5em 30px 0 rgba(0, 0, 30, .3);
	--vertical-lift: 	-0.3rem;
	--border-width:		2px;
}

html {
	scroll-behavior: smooth;
}
#services {
	scroll-margin-top: 80px;
}
html, body {
	font-size: 18px;
	font-family: var(--body-font);
	line-height: 1.3em;
	font-weight: normal;
	overflow: visible;
	background: var(--white);
}
@media(max-width: 991px) {
	html, body {
		font-size: 1rem;
	}
}
@media(max-width: 767px) {
	html, body {
		font-size: 16px;
	}
}
html {
	scroll-behavior: smooth;
	margin-top: 0 !important;
}
@media (min-width: 1400px) {
	.container {
		width: 1370px;
	}
}
b, strong {
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: .3em;
	line-height: 1.1em;
	text-align: left;
	font-family: var(--heading-font);
	color: var(--primary);
}
h4, h5, h6,
.h4, .h5, .h6 {
	margin-bottom: .75em !important;
}
h1, .h1 {
	font-size: 4em;
	font-weight: 600;
	color: white;
}
h2, .h2 {
	font-size: 2.5em;
	font-weight: 600;	
}
h3, .h3 {
	font-size: 2em;
	font-weight: 500;
}
h4, .h4 {
	font-size: 1.5em;
	font-weight: 500;
}
h5, .h5 {
	font-size: 1.3em;
	font-weight: 500;
}
h6, .h6 {
	font-size: 1.2em;
	font-weight: 300;
}
p, ul, ol, li, blockquote, q, pre, code, cite {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1em;
	font-weight: 300;
	font-style: normal;
}
blockquote {
	border-left: none;
	margin: 0;
	padding: 0;
}
p a::after, li a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 0;
	height: 1px;
	border-radius: var(--border-width);
	background: var(--primary);
	opacity: 1 !important;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}
a:hover::after {
	width: 100%;
	transition: var(--animate);
}
.active > a,
.open > a,
.current-menu-item > a,
.current-menu-parent > a,
.current-menu-ancestor > a {
	font-weight: 500 !important;
	color: var(--secondary) !important;
}
.active > a::after,
.open > a::after,
.current-menu-item > a::after,
.current-menu-parent > a::after,
.current-menu-ancestor > a::after,
a.active::after,
a.open::after,
a:active::after {
	width: 100%;
	height: 1px;
	transition: var(--animate);
}
a.btn::after, a.btn:after {
	content: none !important;
}
@media(max-width: 991px) {
	h1, .h1 {
		font-size: 3em;
	}
	h2, .h2 {
		font-size: 2.5em;
	}
	h3, .h3 {
		font-size: 2em;
	}
	h4, .h4 {
		font-size: 1.8em;
	}
}
a {
	color: var(--primary);
	position: relative;
	display: inline-block;
	overflow: visible;
}
a:hover, a:focus, a:active {
	color: var(--primary-dark);
}
a:focus-visible {
	outline: none!important;
}
a:focus {
	outline: none!important;
}
/* 
*** Buttons ***
*/

.btn {
	color: var(--pure-white);
	border-radius: 99em;
	font-weight: 400!important;
	letter-spacing: 0.015em;
	top: 0;
	position: relative;
	max-width: 100%;
	font-size: 1rem;
	line-height: 1.3em;
	font-weight: 400;
	white-space: normal !important;
	padding: .4em 1.2em;
	border-radius: 99em;
	border: none;
	/* -webkit-box-shadow: var(--shadow);
	-moz-box-shadow: var(--shadow);
	box-shadow: var(--shadow); */
	-webkit-transition: var(--animate-fast);
	-moz-transition: var(--animate-fast);
	transition: var(--animate-fast);
	border: var(--border-width) solid transparent;
	background: 0 0 !important;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	
}
.btn-primary {
	background: transparent!important;
	border-color: var(--pure-white) !important;
	color: var(--pure-white) !important;
	stroke: var(--pure-white) !important;
}

.btn-alt {
	background: var(--primary) !important;
	border: 1px solid white !important;
	box-shadow: 0 0 0 2px var(--primary);
	color: white !important;
	stroke: white !important;
}

.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
	background: var(--pure-white) !important;
	color: var(--primary) !important;
	stroke: var(--primary) !important;
}

.btn-alt.active, .btn-alt:active, .btn-alt:focus, .btn-alt:hover {
	background: var(--primary) !important;
	border: 1px solid white !important;
	box-shadow: 0 0 0 2px var(--primary);
	color: white !important;
	stroke: white !important;
	transform: translateY(-2px);
	filter: brightness(1.3);
	
}

.btn-ghost {
	background: transparent !important;
	box-shadow: none !important;
	color: #195b5b;
	font-weight: 500;
}
header .btn-ghost {
	color: var(--pure-white);
}

.btn-ghost:hover {
	transform: translateX(3px);
	color: #0B3D33;
	opacity: 0.6!important;
}
header .btn-ghost:hover {
	color: var(--pure-white);
	opacity: 0.6!important;
}

icon > svg {
	display: block !important;
	width: inherit !important;
	height: inherit !important;
}

/*
**** Animations ***
*/
.animate {
	opacity: 0!important;
	transition:
		transform 5s cubic-bezier(0.22, 1, 0.36, 1),
		opacity 2s ease,
		filter 0.8s ease;
	will-change: transform, opacity;
}
.animate.in-view {
	opacity: 1!important;
	transform: none;
	filter: blur(0);
}
.slide-right {
	transform: translateX(100px);
}
.slide-left {
	transform: translateX(-100px);
}
.slide-up {
	transform: translateY(80px);
}
.slide-down {
	transform: translateY(-80px);
}
.zoom-in {
	transform: scale(0.9);
}
.blur-in {
	filter: blur(10px);
}
.slide-up.blur-in {
	transform: translateY(60px);
	filter: blur(10px);
}
.delay-1 {
	transition-delay: 0.1s;
}
.delay-2 {
	transition-delay: 0.2s;
}
.delay-3 {
	transition-delay: 0.3s;
}
.delay-4 {
	transition-delay: 0.4s;
}
.delay-5 {
	transition-delay: 0.5s;
}
.delay-10 {
	transition-delay: 1s;
}
/* */
/** GENERIC UL MENU **/
ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
}
ul.menu li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
ul.menu li a {
	display: block;
}
ul.flex {
	display: block;
	width: 100% !important;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.flex li {
	float: left;
	margin: 0;
	padding: 0;
}
html.flexbox ul.flex {
	display: flex;
	display: -webkit-flex;
	

	justify-content: space-between;
}
html.flexbox ul.flex li {
	float: none;
}
nav * .row:first-child {
	margin-top: 0;
}
/** NAV BAR & LOGO **/

nav {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: auto;
	z-index: 9999;
	padding: 1.5rem 0;	
	background: transparent;
	-webkit-backdrop-filter: blur(0rem);
	backdrop-filter: blur(0rem);	
	-webkit-transition: var(--animate-fast);
	-moz-transition: var(--animate-fast);
	transition: var(--animate-fast);
}
nav.over-hero:not(.open) {
	background: rgba(0,0,0,.25);
	-webkit-backdrop-filter: blur(1rem);
	backdrop-filter: blur(1rem);
	box-shadow: var(--shadow);
	-webkit-box-shadow: var(--shadow);
}
nav.scrolled,
nav.open {
	-webkit-backdrop-filter: blur(0rem);
	backdrop-filter: blur(0rem);
	
	background: var(--primary);
	box-shadow: var(--shadow-dk);
	-webkit-box-shadow: var(--shadow-dk);
}





nav a#brand,
nav .menu-cta-container {
	display: block;
	height: 2em;
	width: auto;
}
nav a#brand svg {
	height: inherit !important;
	width: auto;
}
nav a#brand svg path {
	fill: var(--pure-white)!important;
}
a#brand:hover svg *,
a#brand:focus svg *,
a#brand:active svg * {
	fill: var(--secondary)!important;
}

nav .menu-cta-container {
	position: relative;
}
nav .menu-cta-container .menu-cta {
	position: absolute;
	top: 50%;
	right: 0;
	bottom: auto;
	left: auto;	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%); 
}
nav .menu-cta-container .menu-cta .btn.btn-primary {
	font-size: 0.8rem;
	padding: .5em, 1em;
}


nav + .below-header {
	margin-top: -webkit-calc((5rem + 3rem)); /* (nav.height + row.margin.top) */
	margin-top: calc((5rem + 3rem)); /* (nav.height + row.margin.top) */
	padding-bottom: 5rem;
}
nav + .below-header.margin-none {
	margin-top: 0 !important;
}


/** MAIN MENU **/
ul.menu,
ul.menu li,
ul.menu li a {
	font-family: var(--heading-font) !important;
}
ul.menu.main-menu {
	display: block;
	width: 100%;
	font-size: .9em;
	margin-top: .5em;
}
ul.menu.main-menu li {
	float: left;
	padding: 0;
}
html.flexbox ul.menu.main-menu {
	display: flex;
	display: -webkit-flex;
	
	justify-content: space-between;
}
html.flexbox ul.menu.main-menu li {
	float: none;
}
ul.menu.main-menu li a:not(.btn) {
	color: var(--pure-white);
	display: inline-block;
	padding-bottom: 5px;
	margin: 0;
	font-weight: 500;
	line-height: 1em;
}
ul.menu.main-menu li a::after {
	background: var(--pure-white);
}
ul.menu.main-menu li a,
ul.menu.main-menu li a small {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
ul.menu.main-menu li a::after,
ul.menu.main-menu li.dropdown a::after {
	left: 0%;
	transform: translateX(0%);
	background: var(--pure-white);
}
ul.menu.main-menu li.dropdown.open a::after {
	background: var(--secondary);
	height: var(--border-width);
}
ul.menu.main-menu li.active a::after,
ul.menu.main-menu li.current-menu-item a::after,
ul.menu.main-menu li.current-menu-ancestor a::after,
ul.menu.main-menu li.current-menu-parent a::after,
ul.menu.main-menu li.dropdown.active a::after,
ul.menu.main-menu li.dropdown.current-menu-item a::after,
ul.menu.main-menu li.dropdown.current-menu-ancestor a::after,
ul.menu.main-menu li.dropdown.current-menu-parent a::after {
	height: 2px;
	border-radius: 2px;
	background: var(--secondary);
}
@media(max-width: 991px){
	ul.menu.main-menu {
		font-size: 1rem !important;
		display: block;
	}
	ul.menu.main-menu li {
		display: block;
		height: auto;
		padding: 0 !important;
		max-height: 9999px;
		margin: 0;
		background: none !important;
	}
	ul.menu.main-menu > li > a:not(.btn) {
		display: block;
		margin: 0;
		font-size: 1em;
		background: none;
		padding: .75em 0 .5em !important;
		margin-bottom: .25em !important;
		height: auto !important;
		min-height: 1px;
	}
	ul.menu.main-menu li.menu-cta {
		margin-top: 1em;
	}
}





/** NAV DROPDOWN **/
nav span.caret {
	margin-left: .25em;
	transition: var(--animate-fast);
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}
nav .dropdown.open span.caret {
	border-top-color: var(--secondary) !important;
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
}
ul.menu.main-menu ul.dropdown-menu {
	background: var(--secondary);
	color: var(--pure-white);
	box-shadow: var(--shadow);
	-webkit-box-shadow: var(--shadow);
	font-size: 1em;
	padding: 10px 0;
	top: 100%;
	bottom: auto;
	margin-top: 1em;
	left: 50% !important;
	border-radius: var(--radius);
	border: none !important;
	
	transform-origin: top center;
	transform: translateX(-50%) scale(0) translateY(-15%) !important;
	opacity: 0 !important;
	display: block;
	transition: var(--animate-fast);
	
	pointer-events: none !important;
}
ul.menu.main-menu .dropdown.open ul.dropdown-menu {
	transition: var(--animate-fast);
	
	transform: translateX(-50%) scale(1) translateY(-0%) !important;
	opacity: 1 !important;
	
	pointer-events: all !important;
}
ul.menu.main-menu ul.dropdown-menu::before {
	content: '';
	position: absolute;
	top: 0%;
	left: 50%;
	width: .75em;
	height: .75em;
	background: var(--secondary);
	transition: var(--animate-fast);
	//transform: translateX(-50%) translateY(-50%) rotate(45deg) !important;
}
ul.menu.main-menu .dropdown ul.dropdown-menu::before {
	transform: translateX(-50%) translateY(50%) rotate(45deg) !important;
}
ul.menu.main-menu .dropdown.open ul.dropdown-menu::before {
	transform: translateX(-50%) translateY(-50%) rotate(45deg) !important;
}
ul.menu.main-menu ul.dropdown-menu li {
	padding: 0;
	min-width: 250px;
	margin-bottom: 4px;
}
ul.menu.main-menu ul.dropdown-menu li:last-child {
	margin-bottom: 0 !important;
}
ul.menu.main-menu ul.dropdown-menu li a::after { content: none; }
ul.menu.main-menu ul.dropdown-menu li,
ul.menu.main-menu ul.dropdown-menu li a {
	display: block;
	width: auto;
	float: none;
	height: auto;
	line-height: 1em;
	margin-right: 0;
	font-weight: 500 !important;
	color: var(--background);
	
	transition: var(--animate-fast) !important;
}
ul.menu.main-menu ul.dropdown-menu li.active a,
ul.menu.main-menu ul.dropdown-menu li.current-menu-item a {
	color: var(--background) !important;
	background: rgba(0,0,0,.1);
}
ul.menu.main-menu ul.dropdown-menu li a {
	padding: .75em 3em .75em 1em;
	font-size: 1em;
}
ul.menu.main-menu ul.dropdown-menu li a:hover,
ul.menu.main-menu ul.dropdown-menu li a:focus,
ul.menu.main-menu ul.dropdown-menu li a:active {
	/* font-style: italic !important; */
	background: rgba(0,0,0,.05);
	padding-left: 1.5em;
}
ul.menu.main-menu ul.dropdown-menu li.current-menu-item a:hover,
ul.menu.main-menu ul.dropdown-menu li.current-menu-item a:focus,
ul.menu.main-menu ul.dropdown-menu li.current-menu-item a:active {
	/* font-style: italic !important; */
	background: rgba(0,0,0,.15);
	padding-left: 1.5em;
}
@media(max-width: 991px){
	nav {
		overflow: hidden !important;
	}
	ul.menu.main-menu > li > a:not(.btn),
	ul.menu.main-menu .dropdown ul.dropdown-menu li a {
		font-size: 1rem !important;
	}
	ul.menu.main-menu ul.dropdown-menu {
		position: relative !important;
		float: none !important;
		
		top: auto !important;
		left: auto !important;
		font-size: inherit !important;
	}
	ul.menu.main-menu .dropdown:not(.open) ul.dropdown-menu {
		padding: 0;
		margin: 0;
		height: 0;
		
		transform: none !important;
	}
	ul.menu.main-menu .dropdown.open ul.dropdown-menu {
		height: 100%;
		transform: none !important;
		margin-bottom: 1rem;
	}
	ul.menu.main-menu .dropdown ul.dropdown-menu li a {
		padding: .85em 1.5rem !important;
		display: block;
		width: 100%;
	}
	ul.menu.main-menu .dropdown ul.dropdown-menu li a:hover {
		padding-left: 2rem !important;
	}
	ul.menu.main-menu .dropdown ul.dropdown-menu::before {
		left: 3rem !important;
	}
	ul.menu.main-menu .dropdown ul.dropdown-menu {
		border-radius: calc(0.5 * var(--radius)) !important;
	}
}


/** MOBILE NAV DEPENDANCY **/
.mobile-menu-container {
	width: 100%;
}
ul.menu.mobile-menu {
	height: 2rem;
	padding: 0;
	margin: 0;
	display: block;
}
ul.menu.mobile-menu li,
ul.menu.mobile-menu li a {
	height: inherit !important;
	display: block;
}
ul.menu.mobile-menu li a {
	font-size: 2rem;
	text-align: right;
	display: block;
	position: relative;
}
ul.menu.mobile-menu li a::after {
	content: none;
}
.mobile-menu a icon {
	height: 1em;
	width: 1em;
}
.mobile-menu a icon { margin: 0 !important;}
.mobile-menu a icon svg,
.mobile-menu a icon svg * {
	vector-effect: non-scaling-stroke !important;
}
.mobile-menu a icon svg * {
	fill:none;
	stroke: var(--pure-white);
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	transition: var(--animate-fast);
}
.mobile-menu a:hover icon svg polyline {
	stroke: var(--secondary);
}
.mobile-menu a icon {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;

	opacity: .75;
	
	transform: scale(0) translateY(-50%) rotate(-45deg);
	-webkit-transform: scale(0) translateY(-50%) rotate(-45deg);
	transition: var(--animate-fast);
	-webkit-transition: var(--animate-fast);
	
	transform-origin: center center;
	-webkit-transform-origin: center center;
}
.mobile-menu a icon#to-open {
	transform: scale(0) translateY(-50%) rotate(45deg);
	-webkit-transform: scale(0) translateY(-50%) rotate(45deg);
}
.mobile-menu a[data-action="to-open"] icon#to-open {
	opacity: 1;
	transform: scale(1) translateY(-50%) rotate(0deg);
	-webkit-transform: scale(1) translateY(-50%) rotate(0deg);
}
.mobile-menu a[data-action="to-close"] icon#to-close {
	opacity: 1;
	transform: scale(1) translateY(-50%) rotate(0deg);
	-webkit-transform: scale(1) translateY(-50%) rotate(0deg);
}


@media(max-width:991px) {
	#menu-primary { display: none; margin-top: 1rem;}
	
	#menu-primary li a { display: inline-block; }
}
icon {
	width: 3em;
	height: 3em;
	margin-right: .5em;
	display: block;
	float: left;
	vertical-align: middle;
}
icon > svg {
	display: block !important;
	width: inherit !important;
	height: inherit !important;
}
icon > svg * {
	stroke: var(--secondary);
	stroke-width: 1.5;
	stroke-linejoin: round !important;
	stroke-linejoin: round !important;
}




/* Homepage Header */
.hero {
	position: relative;
	padding-top: calc(4rem + 95px);
	padding-bottom: 6rem;
	background: var(--primary);
	background: url('assets/img/hero/background.webp') no-repeat center center / cover;

}
.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(25, 91, 91, 0.94); /* swap in your green + adjust opacity */
	z-index: 0;
	pointer-events: none;
}

.hero > * {
	position: relative;
	z-index: 1;
}
.hero-row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	z-index: 1;
}
.hero-row > [class*="col-"] {
	display: flex;
	flex-direction: column;
}
.hero-left {
	justify-content: center;
}
.hero-right {
	position: relative;
	padding-bottom: 40px;
}
.hero h1 {
	line-height: 1.05;
	margin-bottom: 1rem;
	opacity: 1;
}
.hero-title {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
	overflow: hidden;
	will-change: transform;
}

.hero-title .line {
	display: block;
	transform: translateX(100px);
	opacity: 0;
	animation: slideIn 5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	overflow: hidden;
}

.hero-title .line-1 {
	animation-delay: 0.1s;
}

.hero-title .line-2 {
	animation-delay: 0.3s;
}

.hero-title .line-3 {
	animation-delay: 0.5s;
}

.hero-title span span {
	color: var(--secondary);
}

@keyframes slideIn {
	to {
		transform: translateX(0);
		opacity: 1;
	}
}


.hero, .hero.inner p {
	color: white;
}
.hero p:last-of-type {
	margin-bottom: 2rem;
}
.hero.inner {
	isolation: isolate;
	padding: 10rem 0 6rem;
}
.hero.inner p {
	font-size: 1.2rem;
}
.hero.inner::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(25, 91, 91, .8); /* adjust green + strength */
	z-index: 1;
	pointer-events: none;
}
.hero.inner .container {
	position: relative;
	z-index: 2;
}

/* Mobile for Hero Block */
@media (max-width: 767px) {
	.hero {
		padding: 7rem 0 4rem;
	}
	.hero.inner {
		padding: 9rem 0 6rem;
	}
	.hero.inner p  {
		font-size: 1.2rem;
	}
	.hero-row {
		display: block; /* fallback to normal stacking */
	}
}

/* Footer */
footer {
	background: var(--primary);
	color: var(--pure-white);
	padding: 6rem 0 2rem;
}
footer svg {
	height: 40px;
	margin-bottom: 10px;
}
footer .logo svg path {
	fill: #ffffff!important;
}
footer h4.h5 {
	color: var(--pure-white);
	margin-bottom: 0.3em !important;
}
footer hr {
	border-top-color: var(--primary-dark);
}
footer p {
	font-size: 0.8em;
	opacity: 0.8;
}
footer p.legal {
	font-size: 0.65em;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer ul li {
	padding: 0;
	margin: 0;
}
footer ul li a {
	padding: 5px 0;
	margin: 0;
	color: var(--pure-white);
	opacity: 0.8;
	transform: var(--animate);
	text-decoration: none;
	font-size: 0.8em;
}
footer ul li a:hover, footer ul li a:active, footer ul li a:focus {
	transform: var(--animate);
	opacity: 1;
	color: var(--pure-white);
	text-decoration: none;
}
ul.menu.social-menu li a icon {
	width: 1em;
	height: 1em;
	margin: 0;
}
ul.menu.social-menu li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	margin-right: .75em;
}
ul.menu.social-menu icon > svg {
	display: block !important;
	width: inherit !important;
	height: inherit !important;
}
ul.menu.social-menu, ul.menu.social-menu a {
	font-size: 1rem !important;
}
ul.menu.social-menu li a icon svg path {
	stroke: var(--pure-white);
}
ul.menu.social-menu li a icon > svg * {
	-webkit-transition: var(--animate-fast);
	-moz-transition: var(--animate-fast);
	-ms-transition: var(--animate-fast);
	transition: var(--animate-fast);
	stroke-width: 1.5;
	stroke-linejoin: round !important;
	stroke-linejoin: round !important;
}
@media (max-width: 767px) {
	footer .logo svg {
		height: 60px;
	}
	footer .row .col-md-2 {
		margin-top: 2rem;
	}
	footer p, footer ul li a {
		font-size: 0.9em;
	}
	footer p.legal {
		font-size: 0.8em;
	}
}


/***
* Generic Stylings
***/

section {
	padding: 5rem 0;
}
.content h2 {
	font-size: 2em;
	margin-top: 2em;
}
.content h3 {
	font-size: 1.7em;
	margin-top: 2em;
}
.content h4 {
	font-size: 1.5em;
	margin-top: 2em;
}
.content h5 {
	font-size: 1.3em;
	margin-top: 2em;
}
.content h6 {
	font-size: 1.1em;
	margin-top: 2em;
}
.content > *:first-child {
	margin-top: 0;
}
.labels {
	display: flex;
	  flex-direction: row; /* or just remove flex-direction, row is the default */
	  flex-wrap: wrap;
	  gap: 0.5em;
}
span.label {
	align-self: flex-start;
	color: white;
	border-radius: 99em;
	padding: 0.4em 1em;
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	margin-bottom: 1em;
}

span.label.label-ghost {
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px) saturate(180%);
	-webkit-backdrop-filter: blur(10px) saturate(180%);
	border: 1px solid rgba(255, 255, 255, 0.25);
}

span.label.label-ghost-alt {
	/* background: rgba(0, 0, 0, 0.15); */
	backdrop-filter: blur(10px) saturate(180%);
	-webkit-backdrop-filter: blur(10px) saturate(180%);
	border: 2px solid rgba(215, 215, 215, 0.25);
	color: var(--black);
}

span.label.label-transparent {
	background: transparent!important;
	border: 2px solid rgba(215, 215, 215, 0.25);
	color: var(--black);
	border-radius: 0;
}

.status-dot {
	display: block;
	flex-shrink: 0;
	width: 0.5em;
	height: 0.5em;
	background: #2ecc71;
	border-radius: 50%;
	position: relative;
	margin-top: -2px;
}

.status-dot::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: #2ecc71;
	animation: pulse 2s ease-out infinite;
}

@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 0.8;
	}
	70% {
		transform: scale(2.5);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}
@media (max-width: 767px) {
	section  {
		padding: 3rem 0;
	}
}

/* Grid layout */
#cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  #cards {
	grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  #cards {
	grid-template-columns: 1fr;
  }
}
#cards > a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.card {	
	background: var(--pure-white);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	background: var(--pure-white);
	backdrop-filter: blur(5px) saturate(174%);
	-webkit-backdrop-filter: blur(5px) saturate(174%);
	background-color: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(209, 213, 219, 0.5);
	overflow: hidden;
	height: 100%;
	display: flex;
	  flex-direction: column;
}
.card:hover {
	transform: translateY(-5px);
}
.card-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card-body {
  padding: 15px;
  display: flex;
	flex-direction: column;
	flex: 1;                  
  
}
.card-body h3.h5 {
	font-size: 1.2em;
	font-weight: 500;
  margin: 0 0 8px;
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

/* Excerpt — max 4 lines */
.card-body p {
  font-size: 14px;
  color: var(--black);
  margin: 0 0 12px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.55;
}

/* Read more */
.card-link {
  font-size: 13px;
  font-weight: 500;
  color: var(--primary);
  margin-top: auto;
}

#cards > a:hover .card-link {
  text-decoration: underline;
}


.bento {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-auto-rows: minmax(120px, auto);
  gap: 20px;
  margin: 2rem 0;
}
.box .row {
  width: 100%;
}

.box {
  background: var(--pure-white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  background: var(--pure-white);
  backdrop-filter: blur(5px) saturate(174%);
  -webkit-backdrop-filter: blur(5px) saturate(174%);
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(209, 213, 219, 0.5);
  /* border-radius: var(--radius); */
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;  
flex-direction: column;
gap: 12px;
align-items: flex-start;
}
.box-1 {
  grid-column: span 6; /* 60% */
}
.box.box-2 {
  grid-column: span 4; /* 40% */
  background: var(--black);
  color: white;
}
.box.box-2 > * {
	color: white!important;
}
.box.box-2 ul  {
	list-style-type: square;
	padding-left: 20px;
}
.box.box-2 ul li::marker {
  color: var(--secondary);
}
.box.box-2 ul li:last-of-type {
	margin-bottom: 0;
}
.box.box-2 a {
	color: var(--secondary);
}
.box.box-2 p a::after {
	background: var(--secondary);
}
.box-3 {
  grid-column: span 4; /* 40% */
}
.box-3 span {
	color: var(--primary);
	font-weight: 800;
	display: block;
	font-size: 150%;
}
.box-4 {
	
	align-self: stretch; /* ensures same height as others */
	  display: flex;
	  justify-content: center;
	  align-items: left;
  grid-column: span 6; /* 60% */
  background: var(--primary);
  background: url('assets/img/hero/background.webp') no-repeat center center / cover;
}
.box-4::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(25, 91, 91, 0.94); /* swap in your green + adjust opacity */
	z-index: 0;
}
.box-4 > * {
	color: var(--pure-white);
	z-index: 1;
}
.bento.bento-12-wide {
	display: grid;
	  grid-template-columns: repeat(12, 1fr);
	  grid-auto-rows: minmax(50px, auto);
	  gap: 20px;
	  margin: 2rem 0;
}
.bento.bento-12-wide  .box p:last-of-type {
	margin-top: initial;
}
.bento.bento-12-wide .box-4-wide {
	grid-column: span 4;
}
.bento.bento-12-wide .box-3-wide {
	grid-column: span 3;
}
.bento.bento-12-wide .box-icon {
	background: var(--secondary);
}
.full {
  grid-column: 1 / -1; /* 100% */
}
.box a {
	font-weight: 500;
}
.box p:last-of-type {
  margin-top: auto;
}
.box-icon {
  padding: 10px;
  width: 40px;
  height: 40px;
  aspect-ratio: 1 / 1;
  background: var(--primary);
  margin-bottom: 1rem;
}
.box-2 .box-icon {
	background: var(--secondary);
}
.box-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
	
  .bento, .bento.bento-12-wide {
	grid-template-columns: 1fr;
  }
  .bento.bento-12-wide.stats {
	  margin: 0rem;
  }
  .box, .bento.bento-12-wide .box-3-wide, .bento.bento-12-wide .box-4-wide {
	grid-column: 1 / -1 !important;
  }
}
#home-page-logos {
	background: var(--primary);
	overflow: hidden;
	width: 100%;
}
#home-page-logos * {
	color: var(--pure-white);
}
.logo-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 4rem 0;
}
.logo-slider::before,
.logo-slider::after {
	content: "";
	position: absolute;
	top: 0;
	width: 120px;
	height: 100%;
	z-index: 2;
	pointer-events: none;
}			
.logo-slider::before {
	left: 0;
	background: linear-gradient(to right, var(--primary, #fff), transparent);
}			
.logo-slider::after {
	right: 0;
	background: linear-gradient(to left, var(--primary, #fff), transparent);
}
.logo-track {
	display: flex;
	align-items: center;
	gap: 4rem;
	width: max-content;
	animation: scroll 60s linear infinite;
	will-change: transform;
	visibility: hidden;
}
body.loaded .logo-track {
  visibility: visible;
}
.logo-track img {
	height: 50px;
	width: auto;
	object-fit: contain;
	opacity: 0.7;
	transition: opacity 0.3s ease, transform 0.3s ease;
	filter: brightness(0) invert(1);
}
@keyframes scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}
#cta-block {
	padding-top: 2rem;
	padding-bottom: 0;
	background: var(--primary);
}	
#cta-block .container > .row .cta-card {
	background: var(--pure-white);
	border-radius: var(--radius);
	padding: 100px 40px;
	position: relative;
}	
.cta-card:after {
	content: '';
	  position: absolute;
	  top: 0;
	  right: 40px;
	  width: 45%;
	  height: 100%;	  
	  background-image: url('assets/img/cta-circle.webp');
	  background-size: cover;
	  background-position: center ;
	  background-repeat: no-repeat;
	  
}

.shimmer {
	position: relative;
	overflow: hidden;
}

.shimmer::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		transparent 0%,
		rgba(255, 255, 255, 0.9) 50%,
		transparent 100%
	);
	animation: shimmer 10s infinite;
	animation-delay: 5s;
	transform: translateX(-100%);
}

@keyframes shimmer {
	0%   { transform: translateX(-100%); }
	100% { transform: translateX(100%); }
}

.stats {
	padding: 1rem 0;
}

.stats h2 {
	color: var(--primary);
	line-height: 0.8em;
	margin-bottom: 0;
}
.stats h2 span {
	display: block;
	font-size: 40%;
	font-weight: 500;
}


/* About Us Page */

.bento-about {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	gap: 20px;
	align-items: stretch;
  }

  .card-hero {
	grid-column: 1;
	grid-row: 1 / 3;
	background: #fff;
	padding: 40px 36px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
  }
  .card-hero-top {
	flex: 1;
  }
  .card-hero .eyebrow {
	font-size: 14px;
	font-weight: 600;
	color: var(--black);
	margin-bottom: 18px;
  }
  .card-hero h2 {
	margin-bottom: 32px;
  }

  .card-image {
	grid-column: 2;
	grid-row: 1;
	background: #B8CCE8;
	overflow: hidden;
	min-height: 260px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
  }

  .card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	display: block;
  }

  .card-stats {
	grid-column: 2;
	grid-row: 2;
	background: #fff;
	padding: 32px 36px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px 16px;
  }

  .stat-item {}

  .stat-item .stat-number {
	font-size: clamp(26px, 3vw, 36px);
	font-weight: 800;
	color: var(--primary);
	line-height: 1;
	margin-bottom: 6px;
  }

  .stat-item .stat-label {
	font-size: 13px;
	color: var(--black);
	font-weight: 500;
  }
  
  .bento-about-2 {
	  display: grid;
	  grid-template-columns: 1fr 1fr;
	  gap: 20px;
	  align-items: stretch;
	}
  
	.card-content {
	  background: var(--pure-white);
	  padding: 40px 36px;
	  display: flex;
	  flex-direction: column;
	  gap: 16px;
	}
  
	.card-content .eyebrow {
	  font-size: 14px;
	  font-weight: 600;
	  color: var(--black);
	  margin-bottom: 5px;
	}
  
	.card-content h3 {
	  font-size: clamp(22px, 2.5vw, 32px);
	  font-weight: 600;
	  color: var(--primary);
	  line-height: 1.2;
	}
  
	.card-content p {
	  font-size: 1rem;
	  color: var(--black);
	  line-height: 1.7;
	}
	
	/* Contact Us */
	
#contact {
	background: var(--primary);
}

#contact h2, #contact p, #contact label {
	color: var(--pure-white);
}

.text-danger {
	color: var(--white);
	margin: 10px 0;
	font-style: italic;
	font-size: 0.9em;
}

	/* ── Responsive ── */
@media (max-width: 700px) {
	  .bento-about {
		display: flex;
		flex-direction: column;
	  }
	
	  .card-image { min-height: 260px; height: 260px; }
	
	  .bento-about-2 { grid-template-columns: 1fr; }
	}

/* RESPONSIVE */
@media (max-width: 992px) {
	.cta-card:after {		
		  right: 20px;
		  width: 35%;  
		  
	}
}
@media (max-width: 768px) {
	.stats {
		padding: 0 0 3rem;
	}
	.logo-track {
		gap: 2.5rem;
	}			
	.logo-track img {
		height: 40px;
	}			
	.logo-slider::before,
	.logo-slider::after {
		width: 60px;
	}
	.animate {
		opacity: 1 !important;
		transform: none !important;
		filter: none !important;
		transition: none !important;
		animation: none !important;
	}
	#cta-block .container > .row .cta-card {
		padding: 30px;
	}
	.cta-card:after {
		display: none!important;
	}
}