/* =========================================================
   ABOUT PAGE
========================================================= */

.wlt-about-page {
	width: 100%;
	overflow: hidden;
	background: #FFFFFF;
}

/* =========================================================
   GLOBAL
========================================================= */

.wlt-about-section-heading {
	margin: 0;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 36px;
	line-height: 46px;
	font-weight: 600;
	color: #003A5C;
	letter-spacing: 0;
}

.wlt-about-text {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.wlt-about-text p {
	margin: 0;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #333333;
}

.wlt-about-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 8px 9px 9px 20px;
	border-radius: 50px;
	background: #003A5C;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
	transition:
		transform 0.25s ease,
		background 0.25s ease;
}

.wlt-about-button:hover {
	color: #FFFFFF;
	transform: translateY(-1px);
}

.wlt-about-button__icon {
	width: 34px;
	height: 34px;
	min-width: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 500px;
	background: #FFFFFF;
}

.wlt-about-button__icon img {
	width: 14px;
	height: 14px;
	object-fit: contain;
	display: block;
	transition: transform 0.3s ease;
}

.wlt-about-button:hover .wlt-about-button__icon img {
	transform: rotate(45deg);
}

/* =========================================================
   HERO
========================================================= */

.wlt-about-hero {
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
	background: #000000;
}

.wlt-about-hero__media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;

	display: block;
}

.wlt-about-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;

	pointer-events: none;
}

.wlt-about-hero__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1440px;
	height: 100%;
	margin: 0 auto;
	padding: 0 0 76px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}

.wlt-about-hero__content {
	width: 100%;
	max-width: 700px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.wlt-about-hero__heading {
	margin: 0;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 48px;
	line-height: 58px;
	font-weight: 300;
	color: #FFFFFF;
}

.wlt-about-hero__description {
	margin: 0;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #DDDDDD;
}

/* =========================================================
   INTRO
========================================================= */

.wlt-about-intro {
	width: 100%;
	padding: 60px 20px;
	background: #FFFFFF;
	box-sizing: border-box;
}

.wlt-about-intro__inner {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.wlt-about-intro__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
	gap: 50px;
}

.wlt-about-intro__content {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: flex-start;
}

.wlt-about-intro__image-wrap {
	width: 100%;
	height: 100%;
	border-radius: 24px;
	overflow: hidden;
}

.wlt-about-intro__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

/* =========================================================
   LOGOS
========================================================= */

.wlt-about-logos {
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
	background: #FFFFFF;
	box-sizing: border-box;
	cursor: grab;
	user-select: none;
	-webkit-user-select: none;
	touch-action: pan-y;
}

.wlt-about-logos.is-dragging {
	cursor: grabbing;
}

.wlt-about-logos__track {
	display: flex;
	width: max-content;
	transform: translate3d(0, 0, 0);
	will-change: transform;
}

.wlt-about-logos__group {
	display: flex;
	align-items: center;
	gap: 30px;
	padding-right: 30px;
	flex-shrink: 0;
}

.wlt-about-logos__item {
	width: 240px;
	height: 100px;
	flex: 0 0 240px;
	padding: 40px 50px;
	border: 0.83px solid #EEEEEE;
	border-radius: 8px;
	background: #F6F8FA;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	text-decoration: none;
	user-select: none;
	-webkit-user-select: none;
}

.wlt-about-logos__item img {
	display: block;
	max-width: 100%;
	max-height: 56px;
	width: auto;
	height: auto;
	object-fit: contain;
	user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	pointer-events: none;
}

.wlt-about-logos__item:has(img[src*="Fulton_CL.png"]),
.wlt-about-logos__item:has(img[src*="City_CL.png"]),
.wlt-about-logos__item:has(img[src*="Great-Western-Water-CL.png"]){
    padding: 40px 30px;
}

.wlt-about-logos__item:has(img[src*="Fulton_CL.png"]) img,
.wlt-about-logos__item:has(img[src*="City_CL.png"]) img,
.wlt-about-logos__item:has(img[src*="Great-Western-Water-CL.png"]) img{
    max-height: 96px;
}

/* =========================================================
   WHAT WE DO
========================================================= */

.wlt-about-what {
	width: 100%;
	padding: 60px 20px;
	background: #FFFFFF;
	box-sizing: border-box;
}

.wlt-about-what__inner {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.wlt-about-what__top {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
	gap: 50px;
}

.wlt-about-what__image-wrap {
	width: 100%;
	height: 400px;
	border-radius: 24px;
	overflow: hidden;
}

.wlt-about-what__image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.wlt-about-what__content {
	display: flex;
	flex-direction: column;
	gap: 24px;
    align-items: flex-start;
}

.wlt-about-what-features {
	width: 100%;
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #EEEEEE;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 25px;
}

.wlt-about-feature {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	align-items: flex-start;
	gap: 22px;
}

.wlt-about-feature__icon-wrap {
	width: 54px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 4px;
}

.wlt-about-feature__icon {
	width: 54px;
	height: 54px;
	object-fit: contain;
	display: block;
}

.wlt-about-feature__title {
	margin: 0 0 10px;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	color: #003A5C;
}

.wlt-about-feature__description {
	margin: 0;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	color: #333333;
}

/* =========================================================
   TEAM
========================================================= */

.wlt-about-team {
	width: 100%;
	padding: 60px 20px;
	background: #EDE8E4;
	box-sizing: border-box;
}

.wlt-about-team__inner {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.wlt-about-team__heading {
	margin: 0 0 40px;
	text-align: center;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 36px;
	line-height: 46px;
	font-weight: 600;
	color: #003A5C;
	text-transform:capitalize;
}

.wlt-about-team__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.wlt-about-team-card {
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	border-radius: 20px;
	overflow: hidden;
	min-height: 690px;
	display: flex;
	flex-direction: column;
}

.wlt-about-team-card__image-wrap {
	width: 100%;
	height: 400px;
	box-sizing: border-box;
	overflow: hidden;
}

.wlt-about-team-card__image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: top center;
	border-radius: 20px 20px 0 0;
}

.wlt-about-team-card__body {
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.wlt-about-team-card__name {
	margin: 0;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	color: #003A5C;
}

.wlt-about-team-card__position {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: #DB8629;
}

.wlt-about-team-card__description {
	margin: 10px 0 0;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #333333;
}

/* =========================================================
   ENTRANCE ANIMATION
========================================================= */

.wlt-about-reveal {
	opacity: 0;
	transform: translateY(32px);
	transition:
		opacity 0.85s ease,
		transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.wlt-about-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* =========================================================
   LAPTOP
========================================================= */

@media (min-width: 1025px) and (max-width: 1600px){

	.wlt-about-team-card {
		min-height: auto;
	}
	
	.wlt-about-hero__inner {
	padding: 0 20px 76px;
}

}

/* =========================================================
   TABLET
========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {

	.wlt-about-hero {
		height: 420px;
	}

	.wlt-about-hero__inner {
		padding: 0 20px 58px;
	}

	.wlt-about-hero__heading {
		font-size: 42px;
		line-height: 52px;
	}

	.wlt-about-intro,
	.wlt-about-what,
	.wlt-about-team {
		padding: 60px 20px;
	}

	.wlt-about-intro__grid,
	.wlt-about-what__top {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.wlt-about-what-features,
	.wlt-about-team__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wlt-about-team-card {
		min-height: auto;
	}
}

/* =========================================================
   MOBILE
========================================================= */

@media (min-width: 320px) and (max-width: 767px) {

	.wlt-about-hero {
		height: 390px;
	}

	.wlt-about-hero__inner {
		padding: 0 20px 44px;
	}

	.wlt-about-hero__content {
		max-width: 100%;
	}

	.wlt-about-hero__heading {
		font-size: 36px;
		line-height: 46px;
	}

	.wlt-about-intro,
	.wlt-about-what,
	.wlt-about-team {
		padding: 60px 20px;
	}

	.wlt-about-intro__grid,
	.wlt-about-what__top,
	.wlt-about-what-features,
	.wlt-about-team__grid {
		grid-template-columns: 1fr;
	}

	.wlt-about-feature {
		grid-template-columns: 46px minmax(0, 1fr);
		gap: 16px;
	}

	.wlt-about-feature__icon {
		width: 46px;
		height: 46px;
	}

	.wlt-about-team__heading,
	.wlt-about-section-heading {
		font-size: 32px;
		line-height: 42px;
	}

	.wlt-about-team-card {
		min-height: auto;
	}

	.wlt-about-team-card__image-wrap {
		height: 340px;
	}
}