/*
Theme Name: Low Country Wildlife Control
Author: Vanilla Render
Author URI: https://vanillarender.com/
Description: Theme for Low Country Wildlife Control
Version: 2.04
Tags: blog, optional-sidebar, featured-images, custom-colors, custom-header, custom-footer
Text Domain: lcwc
*/

/* CSS Document */

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
*,
*:before,
*:after
{
	box-sizing: inherit;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	color: #323232; /*dark gray*/
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 1.7em;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ol,
ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 35px;
	font-size: 1em;
	font-weight:normal;
}
ol ol,
ul ul {
	font-size:1em;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption,
th,
td {
	text-align: left;
	font-weight: normal;
	padding: 2px 7px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}
.wp-block-separator {
	height: 3px;
	margin: 40px auto;
	width: 120px;
	background: linear-gradient(to right, transparent, #467ca3, transparent);
	border: unset;
	border-radius: 2px;
}
hr, .wp-block-separator.is-style-wide {
	width: 100%;
	background: linear-gradient(to right, transparent, rgba(29, 76, 45, 0.3), transparent);
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
sup {
	font-size:.7em;
	vertical-align: top;
	line-height: 1.1em;
	margin-left: 2px;
}
u {
	text-decoration:underline;
}
blockquote {
	background-color: #f8f9fa; /*light gray*/
	padding: 25px 30px;
	margin: 30px 20px;
	border-left: 5px solid #0f4985; /*blue*/
	border-radius: 0 8px 8px 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	font-style: italic;
	position: relative;
}
blockquote::before {
	content: '"';
	font-size: 4em;
	color: rgba(29, 76, 45, 0.15);
	position: absolute;
	top: -10px;
	left: 15px;
	font-family: Georgia, serif;
	line-height: 1;
}
blockquote cite {
	text-align: right;
	display: block;
	color: #0f4985; /*blue*/
	font-style: normal;
	font-weight: 600;
	margin-top: 15px;
	font-size: 0.95em;
}
h1 {
	color: #323232; /*dark gray*/
	padding: 0;
	margin: 0 0 0.8em 0;
	font-size: 2.2em;
	line-height: 1.25em;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.02em;
}
h2 {
	/*color: #1D4C2D; green*/
	color: #0f4985; /*blue*/
	padding: 0;
	margin: 1.2em 0 0.8em 0;
	font-size: 1.75em;
	line-height: 1.3em;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.01em;
}
h3 {
	/*color: #1D4C2D; green*/
	color: #0f4985; /*blue*/
	padding: 0;
	margin: 1em 0 0.7em 0;
	font-size: 1.45em;
	line-height: 1.35em;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.01em;
}
h4 {
	color: #323232; /*dark gray*/
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	padding: 0;
	margin: 0.8em 0;
	font-size: 1.25em;
	line-height: 1.4em;
	letter-spacing: -0.005em;
}
p {
	padding: 0;
	margin: 0 0 1em 0;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.7em;
}
a {
		/*color: #1D4C2D; green*/
	color: #0f4985; /*blue*/
	text-decoration: none;
	transition: color 0.25s ease, text-decoration-color 0.25s ease;
}
a:hover, a:focus {
	color: #163922; /*darker green*/
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}
a:focus {
	outline: 3px solid rgba(29, 76, 45, 0.4);
	outline-offset: 3px;
	border-radius: 2px;
}
img {
	max-width:100%;
	height:auto;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}
.container {
	margin:0 auto;
}

/* TOP BAR */
.top-bar {
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.4) 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 0;
	height: 75px;
	transition: background 0.3s ease, box-shadow 0.3s ease;
}
.top-bar .container {
	position: relative;
	width: 90%;
	max-width: 1400px;
}
.top-bar .top-right {
	float: right;
	margin: 0;
	padding-right: 25px;
}
.logo-wrap {
	padding: 20px 20px 6px 20px;
	display: inline-block;
	float: left;
	z-index: 10000;
	margin-top:-10px;
	max-width: 200px;
}
.logo-wrap img {
	display: block;
	width: 100%;
	height: auto;
}

/* TOP NAV */
.top-nav {
	float: left;
	margin-top: 15px;
}
.top-nav ul {
	margin: 0 auto;
	padding:0;
	list-style: none;
	position: relative;
	content:"";
	display:table;
	clear:both;
	text-align:center;
	white-space: nowrap;
}
.top-nav ul li {
	display: inline-block;
	position:relative;
}
.top-nav ul li a {
	text-decoration: none;
	padding: 12px 22px;
	white-space: nowrap;
	display: block;
	color: white;
	font-weight: 600;
	font-size: 16px;
	transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
	border-radius: 8px;
	position: relative;
}
.top-nav ul li a:hover,
.top-nav ul li a:focus {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.15);
	transform: translateY(-1px);
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}

/* Hide Dropdowns by Default */
.top-nav ul ul {
	display: none;
	position: absolute;
	z-index: 9999;
	min-width:230px;
}

/* First Tier Dropdown */
.top-nav ul ul li {
	display: list-item;
	position: relative;
	padding:0;
}
.top-nav ul ul li a {
	text-shadow:unset;
	color:#323232;
	padding:12px 20px;
}
.top-nav ul ul li a:hover {
	background-color:#FBF2DD;
	text-shadow: none;
}

/* Display Dropdowns on Hover */
.top-nav ul li:hover > ul,
.top-nav ul li.hover > ul {
	display: block;
	left: 0;
	background-color: white;
	border-top: 3px solid #1D4C2D;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
	border-radius: 0 0 10px 10px;
	animation: slideDown 0.3s ease;
}
@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.top-nav ul li:last-child:hover > ul,
.top-nav ul li:last-child.hover > ul {
	left:unset;
	right:0;
}
/* Dropdown Symbol */
.top-nav li > a:after {
	content: " ";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 8px;
	vertical-align: middle;
	border-top: 4px solid white;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.top-nav li > a:only-child:after {
	display: none;
}

/* MOBILE NAV */
.mobile-nav {
	position: relative;
	display: block;
	float: right;
	padding: 10px 20px;
}
.mobile-nav .hamburger,
.mobile-nav .cross {
	width: 30px;
	margin: 8px auto 0;
	transition: transform 0.2s ease;
}
.mobile-nav .hamburger:hover,
.mobile-nav .cross:hover {
	cursor: pointer;
	transform: scale(1.1);
}
.mobile-nav > ul {
	display: none;
	position: absolute;
	right: 0;
	list-style: none;
	background-color: #FBF2DD;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
	border-radius: 12px;
	margin: 12px 0 0 0;
	padding: 12px 0;
	width: 300px;
	z-index: 101;
	text-align: left;
	animation: slideDown 0.3s ease;
}
.mobile-nav ul.open {
	display: block;
}
.mobile-nav ul li {
	position: relative;
}
.mobile-nav ul li a {
	display: block;
	text-shadow: none;
	color: #323232;
	padding: 13px 20px;
	font-weight: 600;
	transition: background-color 0.25s ease;
	border-radius: 6px;
	margin: 2px 12px;
	text-decoration: none;
}
.mobile-nav ul li a:hover {
	background-color: rgba(29, 76, 45, 0.12);
}
.mobile-nav .sub-menu {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.4s ease-in-out;
	background-color: rgba(235, 236, 237, 0.6);
	margin: 4px 12px 8px 12px;
	border-radius: 8px;
	padding: 0;
}
.mobile-nav .sub-menu.expanded {
	max-height: 600px;
	padding: 4px 0;
}
.mobile-nav .sub-menu li {
	padding: 0;
}
.mobile-nav .sub-menu li a {
	font-size: 15px;
	padding: 11px 20px 11px 30px;
	margin: 1px 8px;
	font-weight: 500;
	color: #444;
}
.mobile-nav .sub-menu li a:hover {
	background-color: rgba(29, 76, 45, 0.15);
}
.mobile-nav .menu-item-has-children > a {
	position: relative;
	padding-right: 45px;
}
.mobile-nav .menu-item-has-children > a:after {
	content: " ";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 5px solid #323232;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	transition: transform 0.3s ease;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.mobile-nav .menu-item-has-children:has(.sub-menu.expanded) > a:after {
	transform: translateY(-50%) rotate(180deg);
}

/* BANNER */
.banner {
	position: relative;
	background-image: url(ex-pics/pexels-belle-co-99483-847393.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
	min-height: 85vh;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	margin-top: 0;
}
.banner.inner-banner {
	background-attachment: scroll;
	min-height: 40vh;
	margin-top: 0;
}
.banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 100%);
	z-index: 0;
}
.banner-text {
	text-align: center;
	position: relative;
	padding: 50px 30px;
	width: 90%;
	max-width: 950px;
	margin: 0 auto;
	z-index: 1;
	animation: fadeInUp 0.8s ease;
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.banner.inner-banner .banner-text {
	padding: 40px 30px;
}
.banner-text h1 {
	color: white;
	font-size: 3.8em;
	line-height: 1.25em;
	margin-bottom: 30px;
	font-weight: 700;
	text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.8);
	text-transform: none;
	letter-spacing: -0.02em;
}
.banner-text p {
	color: white;
	font-size: 1.5em;
	line-height: 1.65em;
	margin-bottom: 40px;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
	font-weight: 300;
	letter-spacing: 0.01em;
}
.banner-text .cta-button,
.banner-text .wp-block-button__link {
	background-color: #0f4985;
	color: white;
	padding: 20px 50px;
	font-size: 1.1em;
	border-radius: 6px;
	text-decoration: none;
	display: inline-block;
	font-weight: 700;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 8px 0 rgba(0, 0, 0, 0.25), 0 4px 20px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	letter-spacing: 1.2px;
	border: 3px solid white;
	position: relative;
	font-family: 'Montserrat', sans-serif;
}
.banner-text .cta-button:hover,
.banner-text .wp-block-button__link:hover {
	background-color: #163922;
	transform: translateY(-3px);
	box-shadow: 0 10px 0 rgba(0, 0, 0, 0.3), 0 8px 30px rgba(0, 0, 0, 0.3);
	color: white;
	text-decoration: none;
	border-color: #FBF2DD;
}
.banner-text .cta-button:active,
.banner-text .wp-block-button__link:active {
	transform: translateY(2px);
	box-shadow: 0 4px 0 rgba(0, 0, 0, 0.25), 0 2px 15px rgba(0, 0, 0, 0.2);
}

/* CONTENT */
.home, .inner {
	background-color: #FEFAF3;
	position: relative;
}
.home .container,
.inner .container {
	animation: fadeIn 0.6s ease;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.anchor {
	position:relative;
	top:-50px;
}
.wp-block-nextend-smartslider3 {
	max-width:900px;
	margin:0 auto;
}
.wp-block-media-text {
	margin-bottom: 50px;
	border-radius: 12px;
	overflow: hidden;
}
.wp-block-media-text img {
	transition: transform 0.4s ease;
}
.wp-block-media-text:hover img {
	transform: scale(1.03);
}
.wp-block-buttons {
	margin: 30px 0;
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.add-side #main-content {
	width: calc(100% - 350px);
	float: left;
	padding: 90px 40px;
}
#main-content {
	position: relative;
}
#main-content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 0;
	background: linear-gradient(to bottom, #0f4985, transparent);
	animation: slideHeight 0.8s ease 0.3s forwards;
}
@keyframes slideHeight {
	from {
		height: 0;
	}
	to {
		height: 100px;
	}
}
.side-bar {
	width: 320px;
	margin-left: 30px;
	float: right;
	margin-top: 80px;
	background-color: rgba(251, 242, 221, 0.6);
	padding: 35px;
	border-radius: 16px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
	border: 1px solid rgba(29, 76, 45, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.side-bar:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.side-bar li {
	list-style-type: none;
}
.side-bar h3 {
	color: #1D4C2D;
	font-size: 1.45em;
	margin-top: 0;
	padding-bottom: 18px;
	border-bottom: 3px solid #1D4C2D;
	position: relative;
}
.side-bar h3::after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 60px;
	height: 3px;
	background: #FBF2DD;
}
.columns {
	column-count:2;
	column-gap:40px;
}
.frame {
	border: 10px solid white;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
	border-radius: 4px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.frame:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
}
.note {
	font-size: 0.9em;
	font-style: italic;
	color: #666;
	padding: 12px 20px;
	background: rgba(29, 76, 45, 0.05);
	border-left: 3px solid #1D4C2D;
	border-radius: 0 6px 6px 0;
	margin: 20px 0;
}
.blog .img-crop {
	float: left;
	width: 180px;
	overflow: hidden;
	height: 180px;
	position: relative;
	margin: 0 25px 20px 0;
	border-radius: 12px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog .img-crop:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}
.img-crop img {
	position: absolute;
	height: 180px;
	max-width: unset;
	left: 50%;
	transform: translatex(-50%);
	width: auto;
	transition: transform 0.3s ease;
}
.blog .img-crop:hover img {
	transform: translatex(-50%) scale(1.05);
}

/* SERVICE CARDS */
.services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 35px;
	margin: 60px 0;
}
.service-card {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	min-height: 380px;
	display: flex;
	align-items: flex-end;
}
.service-card:hover {
	transform: translateY(-12px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}
.service-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-card:hover::before {
	background: #0f4985d4;
}
.service-card-content {
	position: relative;
	padding: 40px;
	width: 100%;
	z-index: 1;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-card:hover .service-card-content {
	transform: translateY(-5px);
}
.service-card-content h3 {
	color: white;
	font-size: 1.9em;
	margin: 0 0 18px 0;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
	transition: text-shadow 0.3s ease;
}
.service-card:hover .service-card-content h3 {
	text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.8);
}
.service-card-content p {
	color: white;
	margin-bottom: 25px;
	line-height: 1.7em;
	font-size: 1.05em;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}
.service-card-content .wp-block-button__link,
.service-card-content a.button,
.service-card-content .learn-more {
	background-color: white;
	color: #1D4C2D;
	padding: 14px 35px;
	border-radius: 50px;
	text-decoration: none;
	display: inline-block;
	font-weight: 700;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
	text-align: center;
	font-size: 1em;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	position: relative;
	overflow: hidden;
}
.service-card-content .wp-block-button__link::before,
.service-card-content a.button::before,
.service-card-content .learn-more::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: rgba(29, 76, 45, 0.1);
	transform: translate(-50%, -50%);
	transition: width 0.6s ease, height 0.6s ease;
}
.service-card-content .wp-block-button__link:hover::before,
.service-card-content a.button:hover::before,
.service-card-content .learn-more:hover::before {
	width: 300px;
	height: 300px;
}
.service-card-content .wp-block-button__link:hover,
.service-card-content a.button:hover,
.service-card-content .learn-more:hover {
	background-color: #FBF2DD;
	transform: translateY(-3px) scale(1.02);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.45);
	color: #1D4C2D;
	text-decoration: none;
}
.service-card-content .wp-block-button__link:active,
.service-card-content a.button:active,
.service-card-content .learn-more:active {
	transform: translateY(-1px) scale(1);
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35);
}

/* SECTION STYLES */
.content-section {
	padding: 50px 11vw;
	position: relative;
	transition: background-color 0.3s ease;
}
.content-section .container {
	max-width: 1000px;
	width: 90%;
}
.content-section.dark-bg {
	background-color: white;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
}
.content-section.light-bg {
	background-color: #FEFAF3;
}
.content-section.dark-green-bg {
	/*background: linear-gradient(to bottom, #1D4C2D 0%, #4A7C59 100%); dark green*/
	background: linear-gradient(to bottom, #0f4985 0%, #467ca3 100%); /*blue*/
	color: white;
}
.content-section.dark-green-bg h1,
.content-section.dark-green-bg h2,
.content-section.dark-green-bg h3,
.content-section.dark-green-bg h4 {
	color: white;
}
.content-section.dark-green-bg p {
	color: rgba(255,255,255,0.95);
}
.content-section.dark-green-bg a {
	color: #FBF2DD;
	text-decoration: underline;
}
.content-section.dark-green-bg a:hover {
	color: white;
}
.content-section h2 {
	text-align: center;
	font-size: 3.2em;
	margin-bottom: 30px;
		/*color: #1D4C2D; green*/
	color: #0f4985; /*blue*/
	font-weight: 700;
	letter-spacing: -0.02em;
	position: relative;
	padding-bottom: 20px;
}
.content-section .gform_validation_errors h2 {
	padding-bottom: 0;
	margin-bottom: 0;
}
.content-section h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 4px;
	/*background: linear-gradient(to right, transparent, #1D4C2D, transparent); green*/
	background: linear-gradient(to right, transparent, #0f4985, transparent); /*blue*/
	border-radius: 2px;
}
.content-section .gform_validation_errors h2::after {
	display: none;
}
.content-section h3.section-subtitle {
	text-align: center;
	font-size: 1.4em;
	margin-bottom: 55px;
	margin-top: -10px;
	color: #666;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0.01em;
}
.content-section p.intro {
	text-align: center;
	font-size: 1.35em;
	max-width: 900px;
	margin: 0 auto 65px;
	color: #323232;
	line-height: 1.8em;
	font-weight: 300;
}
.content-section .section-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* CONTACT */
body .gform_wrapper.gform-theme .button {
	--gf-ctrl-btn-bg-color-primary: #1D4C2D !important;
	--gf-ctrl-btn-bg-color-primary-hover: #163922 !important;
	--gf-ctrl-btn-bg-color-primary-active: #0F2618 !important;
	--gf-ctrl-btn-text-color-primary: #ffffff !important;
	--gf-ctrl-btn-border-color-primary: transparent !important;
	--gf-ctrl-btn-font-size: 1.05em !important;
	--gf-ctrl-btn-padding-block: 16px !important;
	--gf-ctrl-btn-padding-inline: 42px !important;
	--gf-ctrl-btn-border-radius: 50px !important;
	--gf-ctrl-btn-letter-spacing: 0.8px !important;
	--gf-ctrl-btn-box-shadow: 0 6px 20px rgba(29, 76, 45, 0.3) !important;
	--gf-ctrl-btn-box-shadow-hover: 0 10px 30px rgba(29, 76, 45, 0.4) !important;
	font-family: 'Montserrat', sans-serif !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
	position: relative;
	overflow: hidden;
}
body .gform_wrapper.gform-theme .button:hover {
	transform: translateY(-4px) !important;
	--gf-ctrl-btn-bg-color-hover-primary: #163922;
	cursor: pointer;
}
body .gform_wrapper.gform-theme .button:active {
	transform: translateY(-1px) !important;
	box-shadow: 0 4px 15px rgba(29, 76, 45, 0.3) !important;
}
body .gform_wrapper.gform-theme input[type="text"],
body .gform_wrapper.gform-theme input[type="email"],
body .gform_wrapper.gform-theme input[type="tel"],
body .gform_wrapper.gform-theme input[type="url"],
body .gform_wrapper.gform-theme input[type="number"],
body .gform_wrapper.gform-theme select,
body .gform_wrapper.gform-theme textarea {
	--gf-ctrl-border-color: #ccc !important;
	--gf-ctrl-border-radius: 6px !important;
	--gf-ctrl-color-primary: #1D4C2D !important;
	--gf-ctrl-color-primary-hover: #163922 !important;
}
body .gform_wrapper.gform-theme .gfield_label {
	--gf-label-font-weight: 600 !important;
	--gf-label-color: #323232 !important;
}
.inner .gform_wrapper.gform-theme input,
.inner .gform_wrapper.gform-theme select,
.inner .gform_wrapper.gform-theme textarea {
	border:1px solid gray;
}
.inner .gform_wrapper.gform-theme .gform_footer {
	position: relative;
	z-index: 1;
	padding: 0;
	display: inline-block;
	margin: 15px 0 0 5px;
}
.inner .gform_wrapper.gform-theme .gform_footer input,
.wp-block-button__link {
	background-color: #1D4C2D; /*green*/
	color: white;
	padding: 16px 42px;
	border: unset;
	border-radius: 50px;
	box-shadow: 0 6px 20px rgba(29, 76, 45, 0.3);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	font-family: 'Montserrat', sans-serif;
	font-size: 1.05em;
	letter-spacing: 0.8px;
	position: relative;
	overflow: hidden;
}
.inner .gform_wrapper.gform-theme .gform_footer input::before,
.wp-block-button__link::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	transform: translate(-50%, -50%);
	transition: width 0.6s ease, height 0.6s ease;
}
.inner .gform_wrapper.gform-theme .gform_footer input:hover::before,
.wp-block-button__link:hover::before {
	width: 300px;
	height: 300px;
}
.inner .gform_wrapper.gform-theme .gform_footer input:hover,
.wp-block-button__link:hover {
	cursor: pointer;
	color: white;
	text-decoration: none;
	background-color: #163922; /*darker green*/
	transform: translateY(-4px);
	box-shadow: 0 10px 30px rgba(29, 76, 45, 0.4);
}
.inner .gform_wrapper.gform-theme .gform_footer input:active,
.wp-block-button__link:active {
	transform: translateY(-1px);
	box-shadow: 0 4px 15px rgba(29, 76, 45, 0.3);
}
.inner .gform_required_legend {
	display:none;
}


/* GALLERY */
#n2-ss-2-align {
	background-color:white;
	border: 2px solid #303135; /*dark gray*/
}

/* FOOTER */
footer {
	background: linear-gradient(to bottom, #0f4985 0%, #467ca3 100%); /*blue*/;
	padding-bottom: 15px;
	color: white;
	position: relative;
	overflow: hidden;
}
footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(to right, transparent, rgba(251, 242, 221, 0.3), transparent);
}
footer .container {
	width: 90%;
	max-width: 1400px;
}
footer h3 {
	color: white;
	font-size: 1.3em;
	letter-spacing: 0.02em;
}
footer p,
footer ul li {
	color: rgba(255, 255, 255, 0.95);
	line-height: 1.8em;
}
footer a {
	color: #FBF2DD;
	transition: color 0.25s ease, transform 0.2s ease;
	display: inline-block;
}
footer a:hover {
	color: white;
	transform: translateX(3px);
}
.footer-nav {
	background-color: rgba(0, 0, 0, 0.25);
	box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 2;
	padding: 18px 0;
	margin-bottom: 40px;
}
footer ul {
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 0;
}
footer ul li {
	display: inline-block;
}
footer ul li a {
	display: block;
	color: white;
	padding: 8px 22px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
	font-weight: 500;
	transition: all 0.25s ease;
	border-radius: 6px;
	position: relative;
}
footer ul li a:hover,
footer ul li a:focus {
	color: white;
	background-color: rgba(255, 255, 255, 0.1);
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.95);
	transform: translateY(-2px);
	text-decoration:none;
}
.footer-address {
	text-align:center;
}
.footer-content {
	display: flex;
	justify-content: space-between;
	gap: 45px;
	margin-top: 35px;
	flex-wrap: wrap;
}
.footer-column {
	flex: 1;
	min-width: 250px;
}
.footer-column h3 {
	color: white;
	font-size: 1.25em;
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 2px solid rgba(251, 242, 221, 0.2);
	position: relative;
}
.footer-column h3::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 50px;
	height: 2px;
	background: #FBF2DD;
}
.footer-column ul {
	list-style-type: none;
	padding: 0;
	text-align: left;
}
.footer-column ul li {
	display: block;
	padding: 6px 0;
	color: rgba(255, 255, 255, 0.95);
}
.footer-column p {
	line-height: 1.8em;
	color: rgba(255, 255, 255, 0.95);
}
.footer-column a {
	color: #FBF2DD;
}
.footer-column a:hover {
	color: white;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}
.social-icons {
	display: flex;
	gap: 18px;
	margin-top: 15px;
}
.social-icon {
	display: inline-block;
	width: 42px;
	height: 42px;
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	padding: 8px;
	box-sizing: border-box;
}
.social-icon img {
	width: 100%;
	height: auto;
	filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4));
	transition: filter 0.3s ease;
}
.social-icon:hover {
	opacity: 1;
	transform: translateY(-4px) scale(1.1);
	background: rgba(255, 255, 255, 0.15);
}
.social-icon:hover img {
	filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5));
}

/* COPYRIGHT */
.copyright {
	text-align: center;
	margin-top: 30px;
	padding-top: 25px;
	font-size: 0.85em;
	opacity: 0.75;
	color: rgba(255, 255, 255, 0.85);
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.copyright p {
	margin: 0;
	letter-spacing: 0.02em;
}

/* WP CONTROLS */
h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
}
.wp-block-group.has-background {
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.size-full {
	height:auto;
}
.size-img-25  {
	padding:2px;
	width: 25%;
	height:auto;
	min-width: 200px;
}
.size-img-33  {
	padding:2px;
	width: 33.33%;
	height:auto;
	min-width: 250px;
}
.size-img-50 {
	padding:2px;
	width: 50%;
	height:auto;
	min-width: 250px;
}
.size-img-100 {
	width:100%;
	height:auto;
}

@media (max-width:1050px) {
	.banner {
		min-height: 80vh;
	}
	.logo-wrap {
		max-width: 170px;
		padding: 18px 18px 6px 18px;
	}
	.banner-text h1 {
		font-size: 3.2em;
		margin-bottom: 25px;
	}
	.banner-text p {
		font-size: 1.3em;
	}
	.content-section {
		padding: 100px 9vw;
	}
	.content-section h2 {
		font-size: 2.8em;
	}
	.content-section p.intro {
		font-size: 1.25em;
	}
	.services-grid {
		grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
		gap: 30px;
	}
	.service-card {
		min-height: 360px;
	}
	.size-img-25 {
		width: 33.33%;
	}
	.size-img-33 {
		width: 50%;
	}
	.wp-caption.caption-25 {
		width: 33.33% !important;
	}
	.wp-caption.caption-33 {
		width: 50% !important;
	}
	h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 1.65em;
	}
	h3 {
		font-size: 1.35em;
	}
}

@media (max-width:950px) {
	.top-nav ul li a {
		padding: 12px 18px;
		font-size: 15px;
	}
}
@media (min-width:781px) {
	.mobile-only {
		display:none;
	}
}
@media (max-width:781px) {
	.top-bar {
		min-height: 65px;
		background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0.45) 100%);
	}
	.banner {
		min-height: 75vh;
	}
	.logo-wrap {
		max-width: 140px;
		padding: 15px 15px 5px 15px;
	}
	.top-right {
		width: calc(100% - 180px);
	}
	.footer-nav .menu {
		width: 100%;
		float: none;
	}
	.footer-nav .social {
		width: 100%;
		float: none;
		text-align: center;
	}
	.footer-content {
		flex-direction: column;
		gap: 35px;
	}
	.footer-column {
		min-width: 100%;
	}
	.banner-text {
		padding: 45px 25px;
	}
	.banner-text h1 {
		font-size: 2.6em;
		margin-bottom: 25px;
	}
	.banner-text p {
		font-size: 1.25em;
		margin-bottom: 35px;
	}
	.services-grid {
		grid-template-columns: 1fr;
		gap: 25px;
	}
	.service-card {
		min-height: 340px;
	}
	.service-card-content {
		padding: 35px;
	}
	.content-section {
		padding: 80px 8vw;
	}
	.content-section h2 {
		font-size: 2.5em;
	}
	.content-section p.intro {
		font-size: 1.2em;
	}
	.no-mobile {
		display: none !important;
	}
	.add-side #main-content {
		width: 100%;
		float: none;
		padding: 0;
	}
	.side-bar {
		max-width: 600px;
		margin: 40px auto;
		float: none;
		width: auto;
	}
	ul.columns {
		column-count: 1;
	}
	.size-img-25 {
		width: 50%;
	}
	.size-img-50, .size-img-50.alignleft, .size-img-50.alignright {
		width: 100%;
		float: none;
		margin: 10px auto;
		display: block;
	}
	.wp-caption.caption-25 {
		width: 50% !important;
	}
	.wp-caption.caption-50, .wp-caption.caption-50.alignright, .wp-caption.caption-50.alignright {
		width: 100% !important;
		float: none;
		margin: 10px auto;
		display: block;
	}
	blockquote {
		margin: 25px 10px;
		padding: 20px 25px;
	}
}

@media (min-width:650px) {
	.mobile-nav {
		display:none;
	}
}

@media (max-width:650px) {
	.top-nav {
		display: none;
	}
	.top-bar {
		height: 60px;
		background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.5) 100%);
	}
	.banner {
		background-attachment: unset;
		min-height: 70vh;
	}
	.logo-wrap {
		max-width: 120px;
		padding: 12px 12px 5px 12px;
	}
	.top-right {
		width: calc(100% - 150px);
	}
	.banner-text {
		padding: 40px 20px;
	}
	.banner-text h1 {
		font-size: 2.2em;
		margin-bottom: 20px;
		line-height: 1.3em;
	}
	.banner-text p {
		font-size: 1.15em;
		margin-bottom: 30px;
	}
	.banner-text .cta-button,
	.banner-text .wp-block-button__link {
		padding: 18px 40px;
		font-size: 1em;
	}
	.content-section {
		padding: 70px 7vw;
	}
	.content-section h2 {
		font-size: 2.2em;
		padding-bottom: 15px;
	}
	.content-section h2::after {
		width: 60px;
		height: 3px;
	}
	.content-section p.intro {
		font-size: 1.15em;
		margin-bottom: 50px;
	}
	.service-card {
		min-height: 300px;
	}
	.service-card-content {
		padding: 30px;
	}
	.service-card-content h3 {
		font-size: 1.65em;
	}
	h1 {
		font-size: 1.85em;
	}
	h2 {
		font-size: 1.6em;
	}
	h3 {
		font-size: 1.3em;
	}
	.wp-block-media-text__media img, .wp-block-media-text__media video {
		margin-bottom: 25px;
	}
	.size-img-33, .size-img-33.alignleft, .size-img-33.alignright {
		width: 100%;
		float: none;
		margin: 10px auto;
		display: block;
	}
	.wp-caption.caption-33, .wp-caption.caption-33.alignleft, .wp-caption.caption-33.alignright {
		width: 100% !important;
		float: none;
		margin: 10px auto;
		display: block;
	}
	blockquote {
		margin: 20px 5px;
		padding: 18px 22px;
	}
	blockquote::before {
		font-size: 3em;
	}
}

@media (max-width:500px) {
	.banner {
		min-height: 65vh;
	}
	.logo-wrap {
		max-width: 100px;
		padding: 10px 10px 4px 10px;
	}
	.top-right {
		width: calc(100% - 140px);
	}
	.size-img-25, .size-img-25.alignright, .size-img-25.alignleft {
		width: 100%;
		float: none;
		margin: 10px auto;
		display: block;
	}
	.size-img-25 img, .size-img-25.alignright img, .size-img-25.alignleft img {
		display: block;
		margin: 0 auto;
	}
	.wp-caption.caption-25, .wp-caption.caption-25.alignleft, .wp-caption.caption-25.alignright {
		width: 100% !important;
		float: none;
		margin: 10px auto;
		display: block;
	}
	.banner-text h1 {
		font-size: 1.9em;
	}
	.banner-text p {
		font-size: 1.05em;
	}
	.content-section {
		padding: 60px 6vw;
	}
	.content-section h2 {
		font-size: 2em;
	}
	.content-section p.intro {
		font-size: 1.1em;
	}
	h1 {
		font-size: 1.7em;
	}
	h2 {
		font-size: 1.5em;
	}
	h3 {
		font-size: 1.25em;
	}
	.service-card {
		min-height: 280px;
	}
	.service-card-content {
		padding: 25px;
	}
	.service-card-content h3 {
		font-size: 1.55em;
	}
}
