@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Yellowtail&display=swap");

:root {
	--f-main: "Nunito Sans", sans-serif;
	--f-alt: "DM Serif Display", sans-serif;
	--f-accent: "Yellowtail", sans-serif;

	--swiper-theme-color: rgba(127, 127, 127, 0.6);
	--si-card-bg: none;
}

.hidden {
	display: none !important;
}

body {
	font-family: var(--f-main);
	overflow-x: hidden !important;
}

.text-accent {
	font-family: var(--f-accent) !important;
	font-weight: 400 !important;
	font-style: normal !important;
}

h1 {
	font-family: var(--f-alt);
}

.nav-item .nav-link {
	text-transform: uppercase;
	letter-spacing: 0.07rem;
}

.f-main,
.font-main {
	font-family: var(--f-main) !important;
}

.f-alt,
.font-alt {
	font-family: var(--f-alt) !important;
}

.lead {
	line-height: 1.25;
}

h1,
.h1 {
	font-weight: 700;
	line-height: 1 !important;
}

.container-sm,
.container-lg {
	margin-left: auto;
	margin-right: auto;
}

.container-sm {
	max-width: 800px;
}

.container-lg {
	max-width: 1480px;
}

header.header:not(.navbar-stuck) {
	background: linear-gradient(
		rgba(0, 0, 0, 0.9),
		rgba(0, 0, 0, 0.4),
		rgba(0, 0, 0, 0)
	);
	padding-bottom: 80px;
}

header.header .navbar-brand > img.logo-light,
header.header:not(.navbar-stuck) .navbar-brand > img.logo-dark {
	display: none;
}

header.header:not(.navbar-stuck) .navbar-brand > img.logo-light {
	display: block;
	filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 1));
}

@media (min-width: 992px) {
	#navbarNav {
		align-items: center;
	}

	header.header:not(.navbar-stuck) .navbar-nav .nav-link,
	header.header:not(.navbar-stuck) .btn,
	header.header:not(.navbar-stuck) .btn * {
		color: #fff !important;
	}
}

header.header:not(.navbar-stuck) a.mobile-tel-header {
	color: #fff !important;
}
@media (max-width: 475px) {
	header.header a.mobile-tel-header {
		display: none !important;
	}
}

header.header [href*="tel:"] .bx {
	color: var(--si-info) !important;
}

header.header:not(.navbar-stuck) [href*="tel:"] .bx {
	color: var(--si-warning) !important;
}

header.header:not(.navbar-stuck) .navbar-toggler-icon,
header.header:not(.navbar-stuck) .navbar-toggler-icon::before,
header.header:not(.navbar-stuck) .navbar-toggler-icon::after {
	--si-navbar-color: rgb(255, 255, 255);
	--si-navbar-toggler-color: rgb(255, 255, 255);
}

footer a {
	opacity: 0.6;
	color: var(--si-secondary) !important;
	text-decoration: none;
	transition: opacity 0.2s;
}

footer a:hover,
footer a:active {
	opacity: 0.8;
	text-decoration: underline;
}

footer a[href*="tel"] {
	opacity: 1;
	color: #fff;
}
footer .col-company,
footer .col-services,
footer .col-portfolio,
footer .col-contact {
	order: auto;
}

@media (max-width: 1200px) {
	footer .col-company {
		order: 1;
	}
	footer .col-contact {
		order: 3;
	}
	footer .col-services {
		order: 2;
	}
	footer .col-portfolio {
		order: 4;
	}
}
@media (max-width: 499px) {
	footer .col-company {
		order: 2;
	}
	footer .col-contact {
		order: 1;
	}
	footer .col-services {
		order: 3;
	}
	footer .col-portfolio {
		order: 4;
	}
}
.grecaptcha-badge {
	display: none !important;
}

.gallery-banner {
	padding-top: 20vh;
	padding-bottom: 20vh;
}

.fade-blur {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	background: rgba(10, 22, 0, 0.8);
	mask-image: linear-gradient(
		33deg,
		rgba(0, 0, 0, 1) 28%,
		rgba(0, 0, 0, 0) 66%
	);
	backdrop-filter: blur(6px);
	z-index: 1;
}

.overlay-light-top,
.overlay-light-bottom,
.overlay-dark-top,
.overlay-dark-bottom {
	position: relative;
}

.overlay-light-top > *:not(.fade-blur),
.overlay-light-bottom > *:not(.fade-blur),
.overlay-dark-top > *:not(.fade-blur),
.overlay-dark-bottom > *:not(.fade-blur) {
	position: relative;
	z-index: 10;
}

.overlay-light-top:before,
.overlay-light-bottom:before,
.overlay-dark-top:before,
.overlay-dark-bottom:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}

.overlay-light-top:before {
	background: linear-gradient(
		rgba(255, 255, 255, 1),
		rgba(255, 255, 255, 0.4),
		rgba(255, 255, 255, 0)
	);
}

.overlay-light-bottom:before {
	background: linear-gradient(
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0.4),
		rgba(255, 255, 255, 1)
	);
}

.overlay-dark-top:before {
	background: linear-gradient(
		rgba(0, 0, 0, 1),
		rgba(0, 0, 0, 0.4),
		rgba(0, 0, 0, 0)
	);
}

.overlay-dark-bottom:before {
	background: linear-gradient(
		rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.4),
		rgba(0, 0, 0, 1)
	);
}

.btn {
	text-shadow: none;
}

.animated {
	opacity: 0;
	transform: translateY(20px) scale(0.98);
	transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
		transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 1.4s;
	transition-delay: var(--delay, 0s);
}

.animated.visible {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.gallery img {
	object-fit: cover;
}
.galleryGrid-item img {
	/* Ensure images are not stretched out */
	max-width: 100%; /* Allows the image to scale down if it's larger than the container */
	height: auto; /* Maintain aspect ratio */
	display: block; /* Remove bottom space */
}

.swiper .card-body {
	align-content: center;
}

.galleryGrid a {
	display: block;
	text-align: center;
	overflow: hidden;
}
.galleryGrid .size-small {
	width: calc(50% - 12px);
}
.galleryGrid .size-medium {
	width: calc(50% - 12px);
}
.galleryGrid .size-large {
	width: calc(50% - 12px);
}

@media (min-width: 768px) {
	.galleryGrid .size-small {
		width: calc(33.333% - 12px);
	}
	.galleryGrid .size-medium {
		width: calc(33.333% - 12px);
	}
	.galleryGrid .size-large {
		width: calc(33.333% - 12px);
	}
}
@media (min-width: 992px) {
	.galleryGrid .size-small {
		width: calc(25% - 12px);
	}
	.galleryGrid .size-medium {
		width: calc(25% - 12px);
	}
	.galleryGrid .size-large {
		width: calc(25% - 12px);
	}
}

.galleryGrid .galleryGrid-item {
	display: block;
}
.galleryGrid .galleryGrid-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body:not(.full-service) #service-grid .card-body {
	text-align: center;
	align-content: center;
}
body:not(.full-service) #service-grid .card-text,
body:not(.full-service) #service-grid .card-footer {
	display: none !important;
}

.form-group {
	padding: 12px;
}
@media (min-width: 580px) {
	.form-group.ppwdf-Name,
	.form-group.ppwdf-Telephone,
	.form-group.ppwdf-Email,
	.form-group.ppwdf-Address,
	.form-group.ppwdf-City,
	.form-group.ppwdf-Zipcode {
		display: inline-block;
		width: calc(50% - 4px);
	}
}

.form-group.ppwdf-Services {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.form-group textarea {
	min-width: 100%;
	max-width: 100%;
	min-height: 120px;
	max-height: 180px;
}

#service-grid {
	gap: 24px;
}

#service-grid .card {
	max-width: calc((100% / 3) - 16px);
	min-width: calc((100% / 3) - 16px);
}
@media (max-width: 800px) {
	#service-grid .card {
		max-width: calc((100% / 2) - 12px);
		min-width: calc((100% / 2) - 12px);
	}
}
@media (max-width: 500px) {
	#service-grid .card-footer {
		display: none !important;
	}
	#service-grid .card {
		max-width: calc((100% / 1) - 0px);
		min-width: calc((100% / 1) - 0px);
		flex-direction: row;
	}
	#service-grid .card > a {
		display: block;
		width: 36%;
		max-width: 36%;
		min-width: 36%;
		position: relative;
	}
	#service-grid .card-img,
	#service-grid .card-img-top {
		height: 100%;
		object-fit: cover;
		border-radius: var(--si-card-inner-border-radius) 0 0
			var(--si-card-inner-border-radius) !important;
	}
}

#service-grid .card img {
	object-fit: cover;
	aspect-ratio: 1.5/1;
}
.banner {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.service-category-slides .card-img-top {
	object-fit: cover;
	aspect-ratio: 1/1.25;
}

.pointer-events-all{
    pointer-events: all !important;
}