/*
Theme Name: Zeus
Author: Thornwood Digital
Author URI: https://thornwooddigital.com/
Version: 5.5
*/
@font-face {
	font-family: 'Montserrat';
	font-display: swap;
	src: url('fonts/Montserrat.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
}
@font-face {
	font-family: 'Work Sans';
	font-display: swap;
	src: url('fonts/WorkSans.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
}
/* MAIN
------------------------------------- */
html, body {
	height: auto;
	color: #2D2D2D;
	font-size: 22px;
	line-height: 1.20;
	background: #fff;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
}
p a {
	color: #134429;
}
.img-shadow {
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
h1, .blog #main h1 a {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 90px;
	line-height: 1.25;
	font-weight: 900;
	margin-bottom: 0;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.sub-title {
	font-family: "Work Sans";
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 48px */
	letter-spacing: 0.8px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 25px;
}
h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 54px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: 2.16px;
	text-transform: uppercase;
	color: #134429;
}
h3 {
	color: #2D2D2D;
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0;
	text-transform: uppercase;
}
.main-wrap strong, .main-wrap b {
	font-weight: bold;
	color: #134429;
}
.main-btn {
	color: #134429;
	background: none;
	display: inline-block;
	margin: 10px 0;
	font-family: 'Work Sans', sans-serif;
	font-size: 22px;
	line-height: 1px;
	padding: 20px 10px;
	text-transform: uppercase;
	text-decoration: none !important;
	font-weight: 800;
	cursor: pointer;
	border-bottom: 1px solid #134429;
	border-radius: 1px;
}
.main-btn:hover {
	background: #134429;
	color: #fff;
}
.modal-header {
	background: #134429;
}
.modal-dialog.vid {
	max-width: 90%;
}
.animate {
	opacity: 0;
	transform: translateY(20px); /* Slight offset for slide-up */
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.animate.show {
	opacity: 1;
	transform: translateY(0); /* Reset to natural position */
}
input[type="checkbox"] {
	appearance: auto; /* Ensures it uses the browser's default styles */
	-webkit-appearance: auto; /* For Safari */
	width: 20px; /* Adjust the size */
	height: 20px;
	cursor: pointer;
	accent-color: #424656; /* Set the checkmark and border color */
}
/* Optional: Add hover or focus effects */
input[type="checkbox"]:hover {
	filter: brightness(0.9); /* Slight dimming on hover */
}
input[type="checkbox"]:focus {
	outline: 2px solid #424656; /* Visible focus outline */
	outline-offset: 2px;
}
/* Optional: Customize checked state */
input[type="checkbox"]:checked {
	accent-color: #424656; /* Change color when checked */
}
ul.dropdown-menu {
	padding: 15px;
}
.header li.current-page-parent > a {
	color: #fff !important;
}
.dropdown-menu li.current-menu-item > a {
	color: #134429;
	text-decoration: underline;
}
.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #222;
	color: #fff;
	padding: 15px;
	text-align: center;
	font-size: 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
	transition: opacity 0.4s ease, visibility 0.4s ease;
	opacity: 1;
	visibility: visible;
}
.cookie-banner p {
	margin: 0 0 10px;
	max-width: 800px;
}
.cookie-banner p a {
	color: #fff;
	text-decoration: underline;
}
.cookie-buttons {
	display: flex;
	gap: 10px;
}
.cookie-btn {
	border: none;
	padding: 8px 16px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 4px;
}
.cookie-btn.accept {
	background: #124428;
	color: #fff;
}
.cookie-btn.deny {
	background: #666;
	color: #fff;
}
.cookie-btn:hover {
	opacity: 0.9;
}
.cookie-banner.hide {
	opacity: 0;
	visibility: hidden;
}
/* HEADER
------------------------------------- */
.header {
	box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.02);
	background: #fff;
}
.internal-page .header {
	background: #134429;
}
.menu-mobile > li > ul.sub-menu {
	margin-left: 15px;
	margin-top: 10px;
	border-left: 2px solid #000;
	padding-left: 10px;
}
.top {
	padding: 8px 0;
	background: url('/wp-content/themes/zeus/images/pavement.webp') center center;
}
.top a {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 20px;
}
.innerHeader {
	padding: 10px 0;
}
.innerHeader .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#logo {
	max-width: 250px;
}
.navarea.hidden-md-down {
	margin-left: auto;
}
.navbar .nav > li > a {
	color: #134429;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	font-family: "Work Sans", sans-serif;
}
.internal-page .navbar .nav > li > a {
	color: #fff;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav > li > a:focus, .navbar .nav > li > a:hover, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background: none;
	box-shadow: none;
	font-weight: 600;
	border-bottom: 1px solid #134429;
	color: #134429;
}
.internal-page .navbar .nav > .active > a, .internal-page .navbar .nav > .active > a:hover, .internal-page .navbar .nav > .active > a:focus, .internal-page .navbar .nav > li > a:focus, .internal-page .navbar .nav > li > a:hover, .internal-page .navbar .nav li.dropdown.open > .dropdown-toggle, .internal-page .navbar .nav li.dropdown.active > .dropdown-toggle, .internal-page .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	border-bottom: 1px solid #fff;
	color: #fff;
}
.dropdown-menu > li > a {
	font-size: 16px;
}
/* BANNER
------------------------------------- */
.banner {
	background: #2d2d2d url('/wp-content/themes/zeus/images/team-banner.webp') center top no-repeat;
	background-size: cover;
	height: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home .banner {
	background: #2d2d2d url('/wp-content/themes/zeus/images/main-banner.webp') center top no-repeat;
	background-size: cover;
	height: 800px;
	align-items: end;
	justify-content: start;
}
.home .banner-content {
	text-align: left;
	padding-bottom: 75px;
}
.banner .sub-title {
	color: #fff;
	font-size: 40px;
	margin-bottom: 0;
}
.home .banner .sub-title {
	margin-bottom: 10px;
}
.home h1 {
	line-height: 1;
	margin: 30px 0;
}
.banner p {
	color: #fff;
	font-size: 40px;
	max-width: 1450px;
}
.banner a.main-btn.transition {
	color: #fff;
	border-color: #fff;
}
.banner a.main-btn.transition:hover {
	background: #fff;
	color: #134429;
}
/* TOP
------------------------------------- */
.the-difference-section {
	position: relative;
	padding: 120px 0;
	background: url('/wp-content/themes/zeus/images/pavement.webp') center center;
}
.the-difference-section h2 {
	color: #fff;
	font-size: 80px;
	font-weight: 900;
}
.the-difference-section a.main-btn {
	color: #fff;
	border-color: #fff;
}
.the-difference-section a.main-btn:hover {
	background: #fff;
	color: #2d2d2d;
}
/* Main About Us */
.main-section {
	padding: 100px 0;
}
.main-section .flex {
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}
.main-info {
	max-width: 920px;
}
.main-info p {
	margin: 30px 0;
}
/* State to State Section */
.state-box {
	background: url('/wp-content/themes/zeus/images/main-truck.webp') center center no-repeat;
	height: 650px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-size: cover;
}
.state-box h2 {
	max-width: 1450px;
	color: #fff;
}
.state-box p {
	color: #fff;
	font-weight: 600;
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 20px 0;
}
.state-box a.main-btn.transition {
	color: #fff;
	border-color: #fff;
}
.state-box a.main-btn.transition:hover {
	background: #fff;
	color: #134429;
}
/* MAIN
------------------------------------- */
.row.contentsection {
	padding: 60px 0 30px;
}
#main h2 {
	margin-bottom: 20px;
}
@media only screen and (min-width: 980px) {
	.container {
		max-width: 1700px;
		margin: 0 auto;
		width: 100%;
		padding: 0 30px;
	}
}
.page-privacy-policy .main-wrap .container, .page-services .main-wrap .container {
	max-width: 1340px;
}
.pagination {
	display: block;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 0;
}
.pagination ul {
	margin: 0 !important;
	list-style: none;
}
.pagination ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
}
.pagination ul li:first-child {
	float: left;
}
.pagination ul li:last-child {
	float: right;
}
.pagination a {
	color: #2f1964;
}
.pagination li.active a {
	color: #ff7a4d;
}
/* Lightbox Background */
#customLightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8); /* Dark semi-transparent background */
	display: none; /* Hidden by default */
	align-items: center;
	justify-content: center;
	z-index: 9999;
	cursor: pointer;
}
/* Lightbox Image */
#customLightbox img {
	max-width: 90%;
	max-height: 90%;
	border-radius: 5px; /* Slightly rounded corners for a modern look */
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* Adds depth */
	transition: transform 0.2s ease-in-out;
}
/* Fade-in Animation */
#customLightbox.show {
	animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.lightbox-nav.next-arrow {
	position: absolute;
	right: 50px;
	z-index: 100;
	color: #fff;
	font-size: 50px;
	cursor: pointer;
}
.lightbox-nav.prev-arrow {
	position: absolute;
	left: 50px;
	z-index: 100;
	color: #fff;
	font-size: 50px;
	cursor: pointer;
}
/* BOTTOM
------------------------------------- */
/* Highlight */
.highlight-section {
	padding: 100px 0;
}
.highlight-section .flex {
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}
.highlight-section h2 {
	max-width: 900px;
}
.highlight-info {
	max-width: 950px;
}
.highlight-info p {
	margin: 30px 0;
}
/* Heavy Haul */
.heavy-haul-section {
	padding: 100px 0;
}
.heavy-haul-section .flex {
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}
.heavy-haul-info {
	max-width: 870px;
}
.heavy-haul-info p {
	margin: 30px 0;
}
/* What We Do */
.what-we-do-section {
	padding: 50px 0;
}
.what-we-do-section h2 {
	margin-bottom: 70px;
}
.services {
	margin: 50px auto 25px;
}
.service img {
	margin: 0 auto 30px;
}
.service h3 {
	font-size: 24px;
	max-width: 320px;
	margin: 0 auto 15px;
}
.services .slick-list.draggable {
	max-width: 1520px;
	margin: auto;
}
/* Featured Projects */
.featured-projects-section {
	position: relative;
	padding: 0 0 50px;
}
.featured-projects-section .flex {
	background: #2d2d2d;
	margin-bottom: 40px;
}
.project {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 400px;
	justify-content: end;
	text-align: left;
	padding: 20px 20px;
	width: 100%;
	max-width: 280px;
	overflow: hidden;
}
.project.big {
	max-width: 600px;
	background: url('/wp-content/themes/zeus/images/featured-project.webp') top left no-repeat;
	background-size: cover;
}
.project1 {
	background: url('/wp-content/themes/zeus/images/project1.webp') center center no-repeat;
	background-size: cover;
}
.project2 {
	background: url('/wp-content/themes/zeus/images/project2.webp') center center no-repeat;
	background-size: cover;
}
.project3 {
	background: url('/wp-content/themes/zeus/images/project3.webp') center center no-repeat;
	background-size: cover;
}
.project4 {
	background: url('/wp-content/themes/zeus/images/project4.webp') center center no-repeat;
	background-size: cover;
}
.project h3 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
	transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.project.big h3 {
	font-size: 36px;
	margin-bottom: 25px;
}
.project p {
	color: #fff;
	font-size: 20px;
}
.project-info-wrap.transition {
	transform: translateY(85%);
}
.project::before {
	transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.project:hover::before {
	content: "";
	display: block;
	background: #2d2d2d;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: .7;
	transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.project.big:hover::before {
	display: none;
}
.project:hover .project-info-wrap.transition {
	transform: translateY(0);
}
/* Team Section */
.team-section {
	padding: 100px 0;
}
.team-section .container {
	max-width: 1800px;
}
.crew {
	margin: 50px 0;
}
.crew-member.slick-slide {
	margin: 0 10px;
}
.staff-info {
	max-width: 250px;
	margin: -35px auto 0;
	background: #134429;
	padding: 15px 10px 18px;
	position: relative;
	z-index: 3;
}
.staff-info h3 {
	color: #fff;
	font-size: 22px;
}
.staff-info p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0;
}
.crew button.slick-next.slick-arrow, .crew button.slick-prev.slick-arrow {
	bottom: -120px;
	top: auto;
}
/* Timeline Section */
.timeline-section h2 {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 80px;
}
.timeline {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	padding: 120px 0;
}
.timeline-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	text-align: center;
	max-width: 308px;
}
.timeline-content {
	font-size: 20px;
	position: relative;
	padding-top: 55px;
}
.timeline-year {
	background: #888;
	color: #fff;
	font-weight: bold;
	position: relative;
	width: 100%;
	font-size: 24px;
	padding: 5px 0;
}
.timeline-content::before {
	display: inline-block;
	content: "";
	height: 45px;
	position: absolute;
	width: 3px;
	background: #989898;
	top: 0;
}
.timeline-item.reverse .timeline-content {
	padding-top: 0;
	padding-bottom: 50px;
}
.timeline-item.reverse .timeline-content::before {
	top: auto;
	bottom: 0;
}
.timeline-item.reverse {
	transform: translateY(-40%);
}
.timeline-item {
	transform: translateY(39%);
}
/* Partner Shoutout Section */
.shoutout-section {
	padding: 50px 0;
}
.shoutout-box {
	position: relative;
	text-align: center;
	background: url(/wp-content/themes/zeus/images/shoutout-bg.webp) center center no-repeat;
	background-size: cover;
	min-height: 600px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.shoutout-box h2 {
	color: #fff;
}
.shoutout-box p {
	color: #fff;
	max-width: 1300px;
	font-weight: 600;
	font-size: 28px;
}
/* Partner Afilliate logos */
.partners-section {
	padding: 50px 0;
	text-align: center;
}
.partners-section h2 {
	margin-bottom: 70px;
}
.partners-section .container {
	border-top: 6px solid #134429;
	border-bottom: 6px solid #134429;
	padding-top: 50px;
	padding-bottom: 50px;
}
button.slick-next.slick-arrow {
	background: url('/wp-content/themes/zeus/images/arrow-right.svg');
	width: 47px;
	height: 40px;
}
button.slick-prev.slick-arrow {
	background: url('/wp-content/themes/zeus/images/arrow-left.svg');
	width: 47px;
	height: 40px;
}
.partners-section .slick-list.draggable {
	max-width: 85%;
	margin: auto;
}
.partners .slick-slide img {
	margin: auto;
}
.partners .slick-slide {
	text-align: center;
}
/* Bottom Contact Section */
.bottom-contact-section {
	position: relative;
	padding: 100px 0;
}
.bottom-contact-section .flex {
	align-items: start;
	gap: 25px;
	justify-content: center;
}
.page-form > h2, .page-form > p {
	padding-left: 15px;
}
.page-form input, .page-form textarea {
	font-family: "Work Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 0.44px;
	color: #2d2d2d;
	border: 2px solid #2d2d2d;
	margin-bottom: 5px;
}
.page-form > p {
	margin-bottom: 35px;
}
.page-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}
/* FOOTER
------------------------------------- */
footer {
	background: #2D2D2D;
	padding: 0;
	position: relative;
	width: 100%;
	clear: both;
	bottom: 0;
}
footer > .container {
	padding-top: 100px;
	padding-bottom: 100px;
}
.foot-social ul li, .social ul li {
	margin-right: 12px;
	max-width: 25px;
}
p.footer-cta {
	display: inline-block;
	margin-left: 30px;
}
.foot-social {
	margin-left: auto;
}
p.equal {
	font-weight: 700;
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.attribution {
	color: #fcfcfc;
	text-align: left;
	padding: 0;
	background: #134429;
	display: block;
	float: none;
	font-size: 15px;
	margin: 0;
	font-weight: 300;
	vertical-align: middle;
	padding-top: 20px;
}
.attribution a {
	color: #fcfcfc;
}
#back-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: none;
	background-color: #fff;
	color: #222;
	text-align: center;
	padding: 5px 10px;
	font-size: 30px;
	border-radius: 5px;
	text-decoration: none;
	z-index: 30;
	transition: opacity 0.3s ease-in-out;
	border: 1px solid #aaa;
	line-height: 1;
	cursor: pointer;
}
#back-to-top:hover {
	background-color: #222; /* Slightly darker for hover effect */
	color: #fff;
}
footer h3 {
	color: #fff;
	font-weight: 800;
	font-size: 26px;
	margin-bottom: 20px;
	color: #9eb0a1;
}
.menu-footer {
	margin: 0;
	column-count: 2;
	max-width: 420px;
}
.menu-footer li {
	margin-bottom: 18px;
}
.menu-footer li a {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Work Sans", sans-serif;
}
footer a {
	color: #fff;
}
.footer-info p {
	margin-bottom: 30px;
}
footer .fa-solid {
	font-size: 30px;
	margin-right: 10px;
	color: #9eb0a3;
	display: inline-block;
	vertical-align: middle;
}
.footer-info a:hover, .footer-info a:focus {
	text-decoration: none;
	color: #9eb0a3;
}
.footer-info a {
	text-transform: uppercase;
	font-weight: 600;
}
footer li.current_page_item a {
	text-decoration: underline;
}
footer .flex > div {
	width: 32%;
}
.footer-info {
	max-width: 350px;
	margin-left: auto;
}
footer .flex {
	justify-content: space-between;
	align-items: center;
	gap: 50px;
}
.page-privacy-policy #main h3 {
	font-size: 24px;
	margin-top: 35px;
}
.modal-content h4.modal-title {
	font-weight: 800;
	text-transform: uppercase;
	margin: 15px 0 10px;
	letter-spacing: 1px;
}
.modal label {
	color: #134429;
}
/* INTERNAL PAGES
------------------------------------- */
#main h3 {
	margin-bottom: 35px;
	margin-top: 35px;
}
#main hr {
	margin: 50px 0;
}
/* About Us Page */
.flex.staff-page {
	gap: 80px;
	justify-content: space-between;
}
.staff {
	clear: both;
	margin-bottom: 100px;
}
#main .staff h3 {
	margin-bottom: 5px;
}
.staff span {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}
/* Project Page */
ul.child-pages-with-thumbnails a {
	color: #134429;
	font-weight: 800;
	font-size: 28px;
}
ul.child-pages-with-thumbnails li {
	margin: 0 0 40px;
	text-align: center;
}
.navbar .nav > li.current-page-ancestor > a {
	border-bottom: 1px solid;
}
ul.child-pages-with-thumbnails li img {
	margin-bottom: 15px;
}
ul.child-pages-with-thumbnails li a:nth-child(2) {
	display: block;
	text-align: center;
}
ul.child-pages-with-thumbnails {
	list-style: none;
	column-count: 3;
	margin: 50px 0 0;
}
.parent-pageid-150 #main header h2 {
	display: none;
}
.parent-pageid-150 .banner::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #2d2d2d;
	opacity: .6;
}
.parent-pageid-150 .banner-content {
	position: relative;
	z-index: 2;
}
/* Services Page */
ul.services-page-list {
	list-style: none;
}
ul.services-page-list img {
	float: left;
	width: 100px;
	margin-right: 30px;
	margin-bottom: 10px;
}
ul.services-page-list li {
	clear: both;
	margin-bottom: 80px;
}
.services-page-list strong {
	margin-bottom: 10px;
	display: inline-block;
}
/* Gallery Styles w/filters ------------------------------ */
.gallery-wrap {
	margin: 0 auto 50px;
	padding: 0 7.5px; /* half gutter on each side */
}
.gallery-item {
	width: calc(25% - 5px);
	padding: 0 7.5px; /* half gutter */
	box-sizing: border-box;
	margin-bottom: 15px;
	float: left;
}
.gallery-item img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.gallery-item.hidden {
	visibility: hidden !important;
	position: absolute !important;
	top: 0;
	left: 0;
}
/* Medium screens: 2 columns */
@media (max-width: 1024px) {
	.gallery-item {
		width: 50%;
	}
	.grid-sizer {
		width: 50%;
	}
}
/* Small screens: 1 column */
@media (max-width: 600px) {
	.gallery-item {
		width: 100%;
	}
	.grid-sizer {
		width: 100%;
	}
}
.gallery-wrap br, .gallery-wrap p {
	display: none;
}
.grid-sizer {
	width: 33.333%; /* or adjust as needed */
}
.gallery-filter {
	text-align: center;
	margin-bottom: 40px;
	flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: center;
}
.filter-btn {
	padding: 8px 16px;
	margin: 5px;
	cursor: pointer;
	background: #eee;
	border: none;
	border-radius: 4px;
	transition: background 0.3s;
}
.filter-btn.active, .filter-btn:hover {
	background: #5a5c4f;
	color: #fff;
}
/* Lightbox Background */
#customLightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8); /* Dark semi-transparent background */
	display: none; /* Hidden by default */
	align-items: center;
	justify-content: center;
	z-index: 9999;
}
/* Lightbox Image */
#customLightbox img {
	max-width: 90%;
	max-height: 90%;
	border-radius: 5px; /* Slightly rounded corners for a modern look */
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* Adds depth */
	transition: transform 0.2s ease-in-out;
}
/* Fade-in Animation */
#customLightbox.show {
	animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.lightbox-img {
	cursor: pointer;
	transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.crew-member.slick-slide img {
	margin: auto;
}
.team-section, .timeline-section, .featured-projects-section {
	display: none;
}
/* MEDIA QUERIES
---------------------------------------------------------- */
@media (max-width: 1799px) {
	.home .banner {
		height: 720px;
	}
	.highlight-info {
		max-width: 920px;
	}
	.banner p {
		color: #fff;
		font-size: 30px;
		max-width: 1220px;
	}
}
@media (max-width: 1699px) {
	.banner {
		height: 400px;
	}
}
@media (max-width: 1599px) {
	.banner .sub-title {
		font-size: 30px;
	}
	h1, .blog #main h1 a {
		font-size: 80px;
	}
	.banner p {
		font-size: 32px;
	}
	.the-difference-section h2 {
		font-size: 70px;
	}
	h2 {
		font-size: 50px;
	}
}
@media (max-width: 1499px) {
	.home .banner {
		height: 650px;
	}
	.navbar .nav > li > a {
		font-size: 18px;
		padding: 10px 12px;
	}
	.state-box h2 {
		padding: 0 20px;
	}
	.banner {
		height: 320px;
	}
	.main-info {
		max-width: 800px;
	}
	.highlight-info, .heavy-haul-info {
		max-width: 750px;
	}
}
@media (max-width: 1399px) {
	h1, .blog #main h1 a {
		font-size: 65px;
	}
	.banner p {
		font-size: 28px;
		max-width: 1100px;
	}
	h2 {
		font-size: 42px;
	}
	.shoutout-box {
		padding: 0 30px;
	}
	#main h3 {
		font-size: 30px;
	}
	.staff span {
		font-size: 19px;
	}
	html, body {
		font-size: 20px;
	}
	.main-info {
		max-width: 700px;
	}
	.the-difference-section h2 {
		font-size: 60px;
	}
	.footer-info, .menu-footer {
		max-width: 320px;
	}
	#main .staff img {
		max-width: 250px;
	}
	.child-pages-with-thumbnails span {
		font-size: 24px;
	}
}
@media (max-width: 1299px) {
	#logo {
		max-width: 200px;
	}
	.navbar .nav > li > a {
		font-size: 16px;
		padding: 10px 12px;
	}
	.banner .sub-title {
		font-size: 25px;
	}
	.home h1 {
		line-height: 1;
		margin: 20px 0;
	}
	h1, .blog #main h1 a {
		font-size: 55px;
	}
	.main-btn {
		font-size: 20px;
	}
	h2 {
		font-size: 38px;
	}
	.highlight-info, .heavy-haul-info {
		max-width: 650px;
	}
	.service h3 {
		font-size: 20px;
		max-width: 250px;
	}
	.services .slick-list.draggable {
		max-width: 950px;
		margin: auto;
	}
	.featured-projects-section .flex {
		flex-wrap: wrap;
		background: none;
		box-shadow: none;
		justify-content: center;
		max-width: 1120px;
		margin: 0 auto 25px;
		;
	}
	.project.big {
		width: 100%;
		max-width: none;
		background-position: center center;
	}
	.shoutout-box p {
		font-size: 22px;
	}
	.gallery-item {
		width: calc(33% - 5px);
	}
	.state-box {
		height: 500px;
	}
}
@media (max-width: 1199px) {
	.navbar .nav > li > a {
		font-size: 15px;
		padding: 10px 10px;
	}
	.banner p {
		font-size: 23px;
		max-width: 1100px;
	}
	.top a {
		font-size: 16px;
	}
	.main-info {
		max-width: 600px;
	}
	.highlight-info, .heavy-haul-info {
		max-width: 580px;
	}
	.project {
		max-width: 260px;
	}
	.shoutout-box {
		min-height: 450px;
	}
	.footer-info, .menu-footer {
		max-width: 280px;
	}
	.menu-footer li a, .footer-info a {
		font-size: 17px;
	}
	html, body {
		font-size: 19px;
		line-height: 1.3;
	}
	h1, .blog #main h1 a {
		font-size: 50px;
	}
	h2 {
		font-size: 36px;
	}
	#main h3 {
		font-size: 28px;
	}
	.the-difference-section h2 {
		font-size: 50px;
	}
}
@media (max-width: 1099px) {
	.the-difference-section {
		padding: 80px 0;
	}
	#logo2 {
		max-width: 150px;
		margin: 0;
	}
	.mobile-header {
		flex-direction: row-reverse;
		justify-content: space-between;
		box-shadow: 0 4px 6px 0 rgb(0 0 0 / .1);
	}
	.mobile-nav-menu {
		top: 81px;
	}
	.mobile-nav-menu .menu-mobile li a {
		font-size: 18px;
		font-family: "Work Sans", sans-serif;
	}
	.menu-mobile > li > ul.sub-menu {
		padding-left: 18px;
	}
	.menu-line {
		background: #134429;
	}
	.home .banner {
		height: 550px;
	}
	.main-info {
		max-width: 500px;
	}
	.highlight-info, .heavy-haul-info {
		max-width: 540px;
	}
	.project {
		max-width: 49%;
	}
	.featured-projects-section .flex {
		max-width: 800px;
		gap: 10px;
	}
	.timeline-item.reverse {
		flex-direction: column-reverse;
		transform: none;
		margin: 0;
		justify-content: start;
	}
	.timeline-item.reverse .timeline-content {
		padding-bottom: 0;
		padding-top: 50px;
	}
	.mobile-nav-menu .menu-mobile .sub-menu li.current_page_item a {
		text-decoration: underline;
	}
	.timeline-item {
		transform: none;
		max-width: 500px;
	}
	.timeline-item.reverse .timeline-content::before {
		top: 0;
		bottom: auto;
	}
	.timeline {
		display: flex;
		gap: 25px;
		padding: 30px 0;
		flex-wrap: wrap;
		justify-content: center;
	}
	.bottom-contact-section .flex {
		flex-direction: column-reverse;
	}
	.bottom-contact-section .photo-area {
		display: none;
	}
	footer .flex > div:nth-child(2) {
		display: none;
	}
	footer .flex > div {
		width: 50%;
	}
	footer .flex {
		justify-content: space-between;
		align-items: start;
		gap: 50px;
	}
	.banner {
		height: 230px;
	}
	#wrapper {
		padding-top: 80px;
	}
	.page-about-us #main img.img-shadow.alignleft {
		max-width: 350px;
	}
	.page-about-us #main .staff img.img-shadow.alignleft {
		max-width: 230px;
		display: block;
		float: none;
	}
	ul.child-pages-with-thumbnails {
		column-count: 2;
	}
	ul.child-pages-with-thumbnails li a:nth-child(2) {
		display: inline-block;
		text-align: center;
	}
	.gallery-item {
		width: calc(49% - 5px);
	}
}
@media (max-width: 999px) {
	.container {
		width: 100%;
		padding: 0 25px;
	}
	.home .banner {
		height: 480px;
	}
	.home .banner-content {
		text-align: left;
		padding-bottom: 30px;
	}
	.main-section .flex {
		flex-direction: column;
		align-items: start;
	}
	.main-info {
		max-width: 100%;
	}
	.state-box p {
		font-size: 22px;
	}
	.highlight-info, .heavy-haul-info {
		max-width: 450px;
	}
	.menu-footer li a:hover, .footer-info a:hover {
		color: #fff;
	}
}
@media (max-width: 899px) {
	h1, .blog #main h1 a {
		font-size: 40px;
	}
	.banner .sub-title {
		font-size: 22px;
	}
	.the-difference-section h2 {
		font-size: 40px;
	}
	.main-image, .highlight-image, .heavy-haul-image {
		max-width: 500px;
		margin: auto;
	}
	.highlight-section .flex {
		flex-direction: column-reverse;
	}
	.highlight-info, .heavy-haul-info {
		max-width: 100%;
	}
	.heavy-haul-section .flex {
		flex-direction: column;
	}
	.highlight-section {
		padding-bottom: 0;
	}
	.heavy-haul-section {
		padding-top: 80px;
	}
	.services .slick-list.draggable {
		max-width: 650px;
		margin: auto;
	}
	.shoutout-box p {
		font-size: 19px;
		margin-top: 15px;
	}
	.bottom-contact-section .flex {
		align-items: center;
	}
}
@media (max-width: 799px) {
	h1, .blog #main h1 a {
		font-size: 35px;
		line-height: 1.2 !important;
	}
	.banner p {
		font-size: 20px;
		max-width: 1100px;
	}
	.main-btn {
		font-size: 20px;
		padding: 15px 10px 15px;
	}
	.the-difference-section h2 {
		font-size: 35px;
	}
	.partners-section .slick-list.draggable {
		max-width: 80%;
		margin: auto;
	}
	.page-about-us #main img.img-shadow.alignleft {
		max-width: 280px;
	}
	.flex.staff-page {
		gap: 40px;
		justify-content: space-between;
	}
	.child-pages-with-thumbnails span {
		font-size: 20px;
		font-weight: 700;
	}
}
@media (max-width: 699px) {
	.banner .sub-title {
		font-size: 20px;
	}
	h1, .blog #main h1 a {
		font-size: 30px;
	}
	.banner p {
		font-size: 18px;
		max-width: 430px;
	}
	h2 {
		font-size: 28px;
	}
	.main-section {
		padding: 50px 0;
	}
	.project.big h3 {
		font-size: 26px;
		margin-bottom: 25px;
	}
	.project h3 {
		font-size: 20px;
	}
	.project p {
		font-size: 18px;
	}
	footer .flex > div {
		width: 100%;
	}
	footer .flex {
		flex-direction: column;
		justify-content: start;
		align-items: center;
	}
	.footer-info, .menu-footer {
		max-width: 100%;
	}
	p.equal {
		letter-spacing: 0;
		font-size: 23px;
	}
	footer > .container {
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.the-difference-section h2 {
		font-size: 28px;
	}
}
@media (max-width: 599px) {
	.banner .sub-title {
		font-size: 18px;
	}
	.home .banner {
		height: 400px;
	}
	h2 {
		font-size: 26px;
	}
	.project {
		max-width: 100%;
	}
	.heavy-haul-section {
		padding-bottom: 40px;
	}
	.team-section {
		padding-top: 50px;
	}
	.bottom-contact-section {
		padding: 30px 0;
	}
	p.equal {
		letter-spacing: 0;
		font-size: 20px;
	}
	.page-about-us #main img.img-shadow.alignleft {
		float: none;
		display: block;
		max-width: 100%;
	}
	.flex.staff-page {
		flex-direction: column;
		gap: 20px;
	}
	ul.child-pages-with-thumbnails {
		column-count: 1;
	}
	ul.services-page-list img {
		display: block;
		float: none;
		margin: 0 0 30px;
	}
	ul.services-page-list {
		margin: 0;
	}
	#main h3 {
		font-size: 22px;
	}
	.banner {
		height: 180px;
	}
	.the-difference-section {
		padding: 50px 0;
	}
	.gallery-item {
		width: calc(100% - 5px);
	}
	button.slick-next.slick-arrow, button.slick-prev.slick-arrow {
		width: 28px;
		height: 22px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.lightbox-nav.next-arrow, .lightbox-nav.prev-arrow {
		bottom: 100px;
	}
	.parent-pageid-150 #main {
		padding: 0;
	}
}
@media (max-width: 499px) {
	.banner p {
		font-size: 16px;
		max-width: 430px;
	}
	.main-btn {
		font-size: 18px;
		padding: 15px 10px 15px;
	}
	.state-box p {
		font-size: 18px;
	}
	.page-form input, .page-form textarea {
		font-size: 18px;
	}
	h1, .blog #main h1 a {
		letter-spacing: 1px !important;
	}
	.shoutout-box {
		min-height: 550px;
	}
	button.slick-next.slick-arrow {
		right: -10px;
	}
	button.slick-prev.slick-arrow {
		left: -10px;
	}
}