/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

:root {
    --lightgreen: 	#76BF22;
    --orange: 		#FF7803;
    --green: 		#008A10;
    --offwhite: 	#F5F5F7;
	--taupe:		#68625B;
    --black: 		#000000;
    --white: 		#FFFFFF;

    --vp-small: 40px;
    --vp-medium: 80px;
    --vp-large: 120px;

    --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    --font-heading: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 100 900;
    src: url("assets/fonts/Inter-Variable.woff2") format("woff2");
    font-display: swap;
}

/* ********** GENERAL ********** */

html {
	margin: 0 !important;
}

html,
body {
	font-family: var(--font-heading) !important;
}

h1, h2, h3, h4, h5, h6  {
  	font-family: var(--font-heading) !important;
	font-weight: 500 !important;
    font-weight: bold !important;
	letter-spacing: 1px;
	text-transform: capitalize;
}

h1 {
    font-size: 46px !important;
	font-weight: 600 !important;
}

h2 {
	font-size: 36px !important;
	font-weight: 600 !important;
}

h3 {
	font-size: 24px !important;
	font-weight: 600 !important;
}
	
p {
	font-family: var(--font-body) !important;
	font-size: 16px !important;
	font-weight: 400;
/* 	letter-spacing: 1px; */
    line-height: 125%;
}

.p-large,
div.p-large,
div.p-large p {
	font-family: var(--font-body) !important;
	font-size: clamp(16px, 1.5vw, 20px) !important;
	font-weight: 600;
}

li {
	font-family: var(--font-heading) !important;
	font-size: 16px !important;
	font-weight: 400;
}


.btn-cta {
    display: inline-block;
    padding: 13px 30px;
	color: #fff;
	font-size: 16px;
    font-weight: 500;
    border-radius: 100px;
    text-decoration: none;
	text-align: center;
	border: 1px solid transparent;
	min-width: 190px;
    transition: all .5s;
}

.filter-btn {
	display: inline-block;
    padding: 13px 30px;
	color: #black;
	font-size: 16px;
    font-weight: 500;
    border-radius: 100px;
    text-decoration: none;
	text-align: center;
	border: 1px solid var(--black);
	min-width: 190px;
    transition: all .5s;
}

.filter-btn.active {
	background-color: var(--black);
	color: var(--white);
}

.btn-cta:hover {
    opacity: 0.95;
	transition: all .5s;
}

.btn-cta-green {
	background-color: var(--green);
	border-color: var(--green);
}

.btn-cta-green:hover {
	background-color: var(--white);
	color: var(--black);
	border-color: #e3e3e3;
}

.btn-cta-orange {
	background-color: var(--orange);
	border-color: var(--orange);
}

.btn-cta-orange:hover {
	background-color: var(--white);
	color: var(--black);
	border-color: var(--orange);
}

.btn-cta-outline-orange {
	background-color: transparent;
	border-color: var(--orange);
	color: var(--orange);
}

.btn-cta-outline-orange:hover {
	background-color: var(--white);
	color: var(--black);
	border-color: var(--orange);
}

.btn-cta-black {
    background-color: var(--black);
	color: var(--white);
	border-color: var(--black);
}

.btn-cta-black:hover {
	background-color: var(--white);
	color: var(--black);
}

.btn-cta-white {
    background-color: var(--white);
	color: var(--black);
}

.btn-cta-minimal {
    color: var(--orange);
	text-decoration: none;
	font-size: 20px;
    font-weight: 500;
    transition: opacity 0.2s ease;
}

.btn-cta-minimal-white {
    color: var(--white);
	text-decoration: underline;
    font-weight: 500;
    transition: opacity 0.2s ease;
}

.btn-cta-minimal-green {
    color: var(--green);
	text-decoration: none;
	font-size: 20px;
    font-weight: 500;
    transition: opacity 0.2s ease;
}

.btn-cta-minimal-black {
    color: var(--black);
	text-decoration: none;
	font-size: 20px;
    font-weight: 500;
    transition: opacity 0.2s ease;
}

.btn-cta-minimal:hover
.btn-cta-minimal-white:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.text-black {
	color: var(--black);
}

.green,
.bg-green {
	background-color: var(--green) !important;
}

.bg-black {
	background-color: var(--black) !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.white {
	background-color: var(--white) !important;
}

.bg-offwhite,
.offwhite {
	background-color: var(--offwhite) !important;
}

.black {
	background-color: var(--black) !important;
}

.text-green {
	color: var(--green) !important;
}

.text-lightgreen {
	color: var(--lightgreen) !important;
}

.text-orange {
	color: var(--orange) !important;
}

.text-black {
	color: var(--black) !important;
}

.text-taupe {
	color: var(--taupe) !important;
}

.img-rounded {
	border-radius: 20px;
}

.vpt-small  {
	padding-top: var(--vp-small);
}

.vpt-medium {
	padding-top: var(--vp-medium);
}

.vpt-large  {
	padding-top: var(--vp-large);
}

.vpb-small  {
	padding-bottom: var(--vp-small);
}

.vpb-medium {
	padding-bottom: var(--vp-medium);
}

.vpb-large  {
	padding-bottom: var(--vp-large);
}

.vp-large {
    padding-top: var(--vp-large);
    padding-bottom: var(--vp-large);
}

.py-6 {
	padding-top: 7rem !important;
	padding-bottom: 7rem !important;
}

.pt-6 {
	padding-top: 7rem !important;
}

.pb-6 {
	padding-bottom: 7rem !important;
}

.py-10 {
	padding-top: 8rem !important;
	padding-bottom: 8rem !important;
}

.pt-10 {
	padding-top: 8rem !important;
}

.pb-10 {
	padding-bottom: 8rem !important;
}

.mw-300 {
	max-width: 300px;
}

.mw-375 {
	max-width: 375px;
}

.mw-425 {
	max-width: 425px;
}

.mw-450 {
	max-width: 450px;
}

.mw-475 {
	max-width: 475px;
}

.mw-525 {
	max-width: 525px;
}

.mw-550 {
	max-width: 550px;
}

.mw-575 {
	max-width: 575px;
}

.mw-650 {
	max-width: 650px;
}

.mw-725 {
	max-width: 725px;
}

.mw-750 {
	max-width: 750px;
}

.mw-850 {
	max-width: 850px;
}

.desktop,
.menu-desktop {
	display: block !important;
}

.mobile,
.menu-mobile {
	display: none !important;
}

/* ANIMATION */

/* Base (shared) */
.fade-in,
.fade-in-up,
.fade-in-down,
.fade-in-left,
.fade-in-right {
    opacity: 0;
    transition-property: opacity, transform;
    transition-timing-function: ease-out;
    transition-duration: var(--fade-duration, 600ms);
    transition-delay: var(--fade-delay, 0ms);
    will-change: opacity, transform;
}

/* Visible state */
.fade-in.is-visible,
.fade-in-up.is-visible,
.fade-in-down.is-visible,
.fade-in-left.is-visible,
.fade-in-right.is-visible {
    opacity: 1;
    transform: none;
}

/* Variants */
.fade-in {
    transform: none;
    transition-property: opacity;
}

.fade-in-up {
    transform: translateY(12px);
}

.fade-in-down {
    transform: translateY(-12px);
}

.fade-in-left {
    transform: translateX(12px);
}

.fade-in-right {
    transform: translateX(-12px);
}

@media (prefers-reduced-motion: reduce) {
    .fade-in,
    .fade-in-up,
    .fade-in-down,
    .fade-in-left,
    .fade-in-right {
        transition: none;
        opacity: 1;
        transform: none;
    }
}

/* ********** NAVIGATION ********** */

#wpadminbar {
	display: none !important;
}

.announcement-bar {
	background-color: var(--lightgreen) !important;
}

.announcement-bar a {
	color: var(--white);
}

header {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
	background-color: var(--white);
}

.offcanvas-body {
	justify-content: center;
}

#bootscore-navbar.ms-auto {
	margin-left: initial !important;
}

.navbar-brand img {
	height: 40px;
	position: relative;
	top: -3px;
}

.navbar-brand .header-logo--scrolled {
    display: none;
}

#masthead.is-scrolled .navbar-brand .header-logo--default {
    display: none;
}

#masthead.is-scrolled .navbar-brand .header-logo--scrolled {
    display: inline-block;
}

header .nav-link,
header .nav-link:hover {
	color: var(--black);
	font-size: 16px;
	font-weight: 500;
	margin: 0 10px;
}

header .dropdown-menu {
	border-radius: 20px;
    padding: 20px;
}

header .nav-residential ul {
	min-width: 235px;
}

header .nav-commercial ul {
	min-width: 265px;
}

header .dropdown-menu a img {
	width: 24px;
	height: 24px;
	position: relative;
	top: -1px;
	margin-right: 5px;
}

header .dropdown-menu li {
	margin-bottom: 7px;
}

header .dropdown-menu li a {
	transition: all .5s;
}

header .dropdown-menu li:last-of-type {
	margin-bottom: 0;
}

header .dropdown-menu .nav-residential a,
header .dropdown-menu .nav-commercial a {
	font-weight: 600;
}

.site-header.is-scrolled {
    position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.site-header.is-scrolled #nav-main {
	background-color: var(--white) !important;
	background-color: rgba(255, 255, 255, .95) !important;
	border-bottom: 1px solid #d9d9d9;
}

.site-header.is-scrolled #nav-main a {
	color: var(--black) !important;
}

.site-header.is-scrolled .navbar-brand img {
/* 	filter: invert(1); */
}

.btn-header-cta {
	min-width: initial !important;
}

#bootscore-navbar .menu-item-has-children .dropdown-menu {
	top: 37px;
}

.site-header.is-scrolled .btn-header-cta {
	background-color: var(--orange);
	color: var(--white) !important;
	border-color: transparent;
}

.site-header.is-scrolled #nav-main a.btn-header-cta {
	color: var(--white) !important;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--black) !important;
}

/* .home .navbar-nav .nav-link.active, .navbar-nav .nav-link.show,
.single-service .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	color: var(--white) !important;
} */

.nav-link:focus-visible {
	box-shadow: none;
}

.home .nav-link:hover, .nav-link:focus {
	color: var(--black) !important;
}

.site-header #nav-main .dropdown-menu a,
.site-header.is-scrolled #nav-main .dropdown-menu a {
	color: var(--black) !important;
}

.site-header #nav-main .dropdown-menu a:hover, .site-header.is-scrolled #nav-main .dropdown-menu a:hover,
.site-header .dropdown-item:hover, .site-header .dropdown-item:focus {
    color: var(--green) !important;
    background-color: var(--white);
	transition: all .5s;
}

/* .page-id-266 .navbar-nav .nav-link.active,
.page-id-266 .navbar-nav .nav-link.show,
.page-id-730 .navbar-nav .nav-link.active,
.page-id-730 .navbar-nav .nav-link.show {
    color: var(--white) !important;
} */

.page-id-266 .navbar-nav .dropdown-menu .dropdown-item,
.page-id-266 .site-header.is-scrolled #nav-main .navbar-nav .dropdown-menu .dropdown-item,
.page-id-730 .navbar-nav .dropdown-menu .dropdown-item,
.page-id-730 .site-header.is-scrolled #nav-main .navbar-nav .dropdown-menu .dropdown-item {
    color: var(--black) !important;
}

/* .page-id-923 a.nav-link.active,
.page-id-923 a.nav-link:focus {
	color: var(--white) !important;
} */

.page-id-730 .site-header.is-scrolled #nav-main a.btn-header-cta {
	background-color: var(--orange) !important;
	color: var(--white) !important;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: var(--white) !important;
}

/* .site-header.is-scrolled #nav-main a.btn-header-cta {
	color: var(--black) !important;
} */

/* Megamenu */
#nav-main {
    position: relative;
}

.services-mega-menu {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    background: #ffffff;
    border-radius: 20px;
    padding: 32px 40px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
    z-index: 1000;
    min-width: 640px;
}

.services-mega-menu.is-open {
    display: block;
}

.services-mega-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin: 0;
    padding: 0;
}

.services-mega-inner > li {
    list-style: none;
}

.services-mega-inner > li > a {
    font-weight: 700;
    margin-bottom: 16px;
    display: block;
/*     pointer-events: none; */
}

.services-mega-inner > li > ul {
    margin: 0;
    padding: 0;
}

.services-mega-menu li li {
    list-style: none;
	margin-bottom: 15px;
}

.services-mega-menu li li a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
	color: var(--black);
	font-size: 16px;
	transition: all .75s;
}

.services-mega-menu li li a:hover {
	color: var(--green);
	transition: all .75s;
}

.services-mega-menu img {
	height: 24px;
	width: 24px;
	position: relative;
	top: -1px;
}

.megamenu-title a {
	color: var(--black);
	text-decoration: none;
}

.menu-services > a {
    position: relative;
}

.menu-services > a::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

@media (max-width: 991px) {
    .services-mega-menu {
        display: none !important;
    }
}

/* ********** SECTIONS ********** */

/* HERO PRIMARY */

.hero-primary {
	height: 66.667vh !important;
	margin-top: 108px;
	position: relative;
    padding-top: 200px;
    padding-bottom: 200px;
    color: #ffffff;
	background-size: cover;
	
	height: 700px !important;
	padding-top: 0;
	padding-bottom: 0;
	
}

.hero-primary .map-icon {
	display: none;
}

.hero-primary .subheading {
    display: inline-block;
    padding: 5px 10px;
	background-color: rgba(128, 128, 128, 0.5);
    border-radius: 100px;
    font-weight: 500;
    font-size: 16px;
    backdrop-filter: blur(20px);
	--webkit-backdrop-filter: blur(20px);
}

.hero-primary .btn-group {
	z-index: 10;
}

.hero-badges-wrap {
	position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    padding: 30px 0;
}

.hero-badges-wrap .row {
	justify-content: flex-end;
}

.hero-primary .hero-badge {
/* 	max-width: 190px; */
    width: auto;
    display: block;
    justify-self: center;
    opacity: 0.95;
}

.hero-fader,
.hero-fader-slide {
	position: absolute;
	inset: 0;
}

.hero-fader {
	z-index: 1;
	background-color: #000;
}

.hero-fader-slide {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 2s ease-in-out;
	will-change: opacity;
}

.hero-fader-slide.is-active {
	opacity: 1;
}

.hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
}


@media (max-width: 1100px) {
	
	.hero-primary .hero-badge {
		height: 115px;
	}
	
}

@media (max-width: 1025px) {
	
	.hero-primary .hero-badge {
		height: 105px;
	}
	
}

@media (max-width: 991px) {
	
	.hero-primary {
		height: calc(100vh - 106px) !important;
	}
	
	.hero-badges-wrap {
		position: initial;
		bottom: 0;
	}
	
	.hero-badges-wrap .row {
		justify-content: flex-start;
	}
	
}

.home .hero-primary h1 {
	font-weight: 600 !important;
}

.hero-primary .p-large,
.hero-primary div.p-large,
.hero-primary div.p-large p {
	font-weight: 500;
}

.home .hero-primary .p-large,
.home .hero-primary div.p-large,
.home .hero-primary div.p-large p {
	font-weight: 600;
}

/* Hero Carousel */

.hero-fader,
.hero-fader-slide {
	position: absolute;
	inset: 0;
}

.hero-fader {
	z-index: 1;
	background-color: #000;
}

.hero-fader-slide {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 2s ease-in-out;
	will-change: opacity;
}

.hero-fader-slide.is-active {
	opacity: 1;
}

/* Overlay (your existing ACF overlay stays unchanged) */
.hero-overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
}

/* FEATURE CARDS */

.feature-card {
    position: relative;
}

.feature-card-img {
    border-radius: 24px;
    height: auto;
    display: block;
}

.feature-card-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    font-size: clamp(24px, 1.5vw, 20px) !important;
    font-weight: 600;
    color: #ffffff;
}

/* IMAGE CONTENT HIGHLIGHTS */

.image-content-highlights {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	height: 850px;
}

.image-content-highlights .container {
	border-radius: 30px;
}

.image-content-highlights h2 {
	font-size: 40px !important;
}

.image-content-highlights .p-large p {
	font-size: 20px !important;
}

.image-content-highlights__text {
    font-size: clamp(16px, 2vw, 24px);
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
    margin-left: 5px;
}

.image-content-highlights__icon img {
    width: 22px;
    height: 22px;
    display: block;
}

/* Background fader for image-content-highlights */
.content-fader,
.content-fader-slide {
	position: absolute;
	inset: 0;
}

.content-fader {
	z-index: 0;
	background-color: #000;
}

.content-fader-slide {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 2s ease-in-out;
	will-change: opacity;
}

.content-fader-slide.is-active {
	opacity: 1;
}

/* Boxed container owns the background */
.image-content-box {
	position: relative;
	overflow: hidden;
	border-radius: 12px; /* optional, matches screenshot */
}

/* Fader constrained to container */
.content-fader,
.content-fader-slide {
	position: absolute;
	inset: 0;
}

.content-fader {
	z-index: 0;
	background-color: #000;
}

.content-fader-slide {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 2s ease-in-out;
	will-change: opacity;
}

.content-fader-slide.is-active {
	opacity: 1;
}

.content-fader-copy-slide {
	opacity: 0;
	transition: opacity 0.8s ease-in-out;
	position: absolute;
	bottom: 0;
}

.content-fader-copy-slide.is-active {
	opacity: 1;
}

.image-content-highlights .content-fader-dots {
	position: relative;
    width: 100%;
}

.image-content-highlights button.content-fader-dot {
	height: 12px;
    width: 12px;
    border-radius: 100%;
    border: none;
    margin-right: 5px;
}

.image-content-highlights button.content-fader-dot.is-active {
	background-color: var(--lightgreen);
}

@media (max-width: 991px) {

	.image-content-highlights .container {
		background-position: 50%;
	}
	
}

@media (max-width: 767px) {
    .image-content-highlights__icon img {
        width: 20px;
        height: 20px;
    }
	
	.image-content-highlights h2 {
		font-size: 22px !important;
	}
	
	.image-content-highlights .content-fader-dots {
		top: -10px;
	}
}

/* WHAT WE INSTALL */
.usturf-icon {
	width: 70px;
	height: 82px;
}

.install-card {
	border-radius: 30px;
    transition: transform 0.5s ease;
}

.install-card__content {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.00) 100%);
    width: 100%;
}

.install-card__content h3,
.install-card__content p {
	width: 85%;
}

.install-card__image-wrapper img {
    transition: transform 0.5s ease;
	min-height: 290px;
	max-height: 290px;
}

.what-we-install h2 span {
	display: block;
}

/* Hover state */
.install-card:hover .install-card__image-wrapper img {
    transform: scale(1.05);
	transition: transform 0.5s ease;
}

.install-card:hover .install-card__arrow {
    opacity: 1;
    transform: translateX(0);
	transition: transform 0.5s ease;
}

.what-we-install div.d-lg-block .row:last-child img {
	max-height: 290px;
}

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

    .what-we-install .d-md-block .row {
        display: contents;
    }

    .what-we-install .d-md-block {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem;
    }

    .what-we-install .d-md-block > div {
        width: auto !important;
        max-width: none !important;
        flex: none !important;
    }

}

@media (max-width: 991px) {
	
	.install-card__image-wrapper {
		height: 100%;
	}
	
}

@media (max-width: 767px) {
	
	.install-card {
		border-radius: 10px;
	}
	
	.what-we-install h2 {
		font-size: 18px !important;
	}
	
	.what-we-install h2 br:first-of-type {
		display: none;
	}
	
	.what-we-install h2 span {
		margin-top: 7px !important;
    	display: block;
	}
	
}

/* WHY CHOOSE US */

.video-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
}

.video-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
}

.video-modal__content {
    position: relative;
    max-width: 900px;
    margin: 5vh auto;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
}

.video-modal__embed iframe,
.video-modal__embed video {
    width: 100%;
    height: 60vh;
    display: block;
}

.video-modal__close {
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 2;
    background: none;
    border: 0;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
}

body.video-modal-open {
    overflow: hidden;
}

.why-choose-us .btn-cta:hover img {
	filter: invert(1);
}

@media (max-width: 767px) {
	
	.what-we-install .col-6 {
		--bs-gutter-x: 0.5rem !important;
		--bs-gutter-y: 0.5rem !important;
	}
	
	.install-card__content {
		padding: .75rem 1.25rem !important;
	}
	
	.what-we-install p,
	.what-we-install .install-card__arrow {
		display: none;
	}
	
	.what-we-install h3 {
		font-size: 14px !important;
	}
	
	.what-we-install .btn-cta {
		width: 100%;
	}
	
	.why-choose-us h3 {
		font-size: 18px !important;
	}
	
}

/* WHY CHOOSE US */

.why-card__icon {
	top: 20px;
	left: 20px;
}

.modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 2rem);
}

.modal-content {
    margin: auto;
}

/* TURF PRODUCTS */

.turf-products h3 {
	font-size: 20px !important;
}

.turf-products .btn-cta-minimal {
	font-size: 16px;
}

.turf-products .btn-cta-minimal img {
	width: 16px;
}

/* ROW CTA */

.cta-row__inner {
    padding: 72px 24px;
}

.cta-row__bg {
    position: absolute;
    inset: 0;
}

.cta-row__overlay {
    background: rgba(0, 0, 0, 0.35);
}

.cta-row__content {
    z-index: 2;
}

.cta-row .btn-cta img {
	height: 19px;
    position: relative;
    top: -1px;
}

@media (max-width: 767.98px) {
    .cta-row__inner {
        padding: 56px 20px;
    }
}

/* RECENT PROJECTS */

.recent-projects .card {
	border: none !important;
}

.recent-projects-carousel .splide__slide {
    display: flex;
    justify-content: center;
}

.recent-projects-carousel .project-card {
    width: 100%;
    max-width: 100%;
	background-color: transparent;
}

.recent-projects-carousel .project-card {
    border-radius: 30px;
}

.recent-projects-carousel .splide__pagination {
    display: none;
}

.recent-projects .card-body {
	background-color: var(--white);
}

.recent-projects .badge,
#project-modal .project-area-pill {
	color: var(--green);
    font-size: 18px;
    font-weight: 500;
	padding: 0;
}

#project-modal .project-area-pill {
    padding: 10px 16px;
}

.project-area-pill {
	display: inline-flex;
    align-items: center;
    border-radius: 100px;
    background-color: #E5F3E7;
    padding: 10px 16px;
    align-self: flex-start;
}

.recent-projects .arrow-green {
	height: 18px;
    width: 18px;
    position: relative;
    top: -3px;
}

.project-card .d-flex .btn-cta-minimal {
	color: var(--black);
}

.recent-projects-col-left {
	padding-right: 3px;
}

.recent-projects-col-right {
	padding-left: 3px;
}

.project-img-one {
	border-top-left-radius: 20px;
}

.project-img-two {
	border-top-right-radius: 20px;
	padding-bottom: 3px;
}

.project-img-three {
	padding-top: 3px;
}

.project-card .card-body {
    display: flex;
    flex-direction: column;
}

.project-card .card-body > .d-flex {
    margin-top: auto;
    align-items: flex-end;
}

.project-card .btn-cta-minimal {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
	font-size: 16px;
    gap: 6px;
}

/* */

.project-img-container {
    position: relative;
    aspect-ratio: 4 / 3; /* adjust if needed */
}

/* Left image column */
.recent-projects-col-left {
    height: 100%;
}

.recent-projects-col-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
	min-height: 480px;
}

/* Right image column */
.recent-projects-col-right {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 6px; /* 6px total between stacked images */
}

/* Right images */
.project-img-two,
.project-img-three {
    width: 100%;
    height: calc((100% - 6px) / 2);
    object-fit: cover;
    display: block;
	max-height: 237px;
}

/* Remove padding-based spacing (important) */
.project-img-two {
    padding-bottom: 0;
}

.project-img-three {
    padding-top: 0;
}

.project-full-gallery {
	margin-top: 15px !important;
}

.project-hero-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.project-hero-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.project-full-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.project-full-gallery-grid img {
    display: block;
    width: 100%;
    height: 325px;
    object-fit: cover;
    border-radius: 1.5rem;
}

.project-filter-dropdown {
    max-width: 280px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .project-full-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .project-full-gallery-grid img {
        height: 220px;
    }
}

@media (max-width: 575px) {
    .project-full-gallery-grid {
        grid-template-columns: 1fr;
    }

    .project-full-gallery-grid img {
        height: 240px;
    }
}


@media (max-width: 767px) {
	
	.recent-projects .project-card.p-4 {
		padding: 0 !important;
	}
	
	.recent-projects .splide__pagination {
		bottom: -2rem;
	}
	
	.recent-projects .project-area-pill img {
		height: 19px;
	}
	
	.recent-projects .project-area-pill span {
		font-size: 16px;
	}
	
	.recent-projects .card-body {
		padding-bottom: 1.5rem !important;
	}
	
	.recent-projects .d-flex {
		display: block !important;
	}
	
	.recent-projects .project-meta.mb-3 {
		margin-bottom: .5rem !important;
	}
	
	.recent-projects .btn-cta-minimal {
		width: 100% !important;
    	display: block;
	}
}

/* SERVICE AREAS */

.service-areas__chip {
	background-color: var(--black);
	color: var(--white);
	font-family: var(--font-body) !important;
	font-size: 14px;
	padding: 4px 8px;
	border-radius: 5px;
	margin-right: 5px;
	text-decoration: none;
}

a.service-areas__chip.service-areas__chip-orange {
    background-color: var(--orange);
}

.service-areas__stat {
    width: calc(33.333% - 10px);
    margin: 5px;
}

.service-areas__map-wrapper {
    width: 100%;
    height: 100%;
    min-height: 420px;
}

.service-areas__map {
    width: 100%;
    height: 100%;
}

.service-areas__map-wrapper {
    width: 100%;
    min-height: 420px;
}

#service-areas-map {
    width: 100%;
    height: 100%;
    min-height: 420px;
}

@media (min-width: 992px) {
    .service-areas__map-wrapper,
    #service-areas-map {
        min-height: 520px;
    }
}

.area-testimonials .ti-widget.ti-goog .ti-review-item>.ti-inner, .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
	background-color: var(--white) !important;
}

body.single-service .testimonials .ti-widget.ti-goog .ti-review-item>.ti-inner, .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
	background-color: var(--white) !important;
}

.faq-page-testimonials .ti-widget.ti-goog .ti-review-item>.ti-inner, .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
	background-color: var(--white) !important;
}

.faq-bg-white .ti-widget.ti-goog .ti-review-item>.ti-inner, .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
	background-color: var(--white) !important;
}

/* TURF PRODUCTS */
.splide__pagination {
	bottom: -1em;
}

.splide__pagination__page {
	height: 13px;
	width: 13px;
	background-color: var(--white);
}

.splide__pagination__page.is-active {
	background-color: var(--black);
	transform: initial;
}

.splide__pagination li {
	margin: 0 2px !important;
}

/* FAQ PREVIEW */

.faq-preview .col-md-5 {
	padding-top: 15px;
}

.accordion {
	--bs-accordion-border-color: transparent !important;
}

.faq-preview .accordion-button {
    --bs-accordion-active-bg: transparent;
    --bs-accordion-active-color: inherit;
    box-shadow: none;
	font-weight: 600;
	font-size: 16px;
}

.accordion-item {
	background-color: var(--white);
	border-radius: 10px !important;
	padding: 1rem;
	margin-bottom: 15px;
}

/* SERVICE PROCESS */

.service-process-card {
    border-radius: 30px;
	border: 1px solid #f5f5f5;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}

.service-process-card__number-circle {
    width: 75px;
    height: 75px;
    background-color: var(--green);
    color: var(--white);
    font-weight: 600;
    font-size: 20px;
}

.service-process h3 {
	font-size: 20px !important;
}

.service-process-card__time-pill {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border-radius: 999px;
    background-color: var(--offwhite);
}

.service-process-card {
    display: flex;
    flex-direction: column;
}

.service-process-card .steps-container {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.service-process-card p {
    flex-grow: 1;
}

.service-process-card__time {
    margin-top: auto;
}

@media (max-width: 991px) {
	
	.service-process-card p.mx-auto {
		margin-left: 0 !important;
	}
	
}

/* PRICING PLANS */

.service-pricing .container {
	background-color: var(--white);
    border-radius: 30px;
}

.service-pricing .pricing-card {
    border: 1px solid #E2E2E2;
    border-radius: 30px;
}

.service-pricing .pricing-card--featured {
    border: 3px solid var(--orange);
}

.service-pricing .pricing-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
}

.service-pricing h3 {
	font-size: 20px !important;
}

.service-pricing .pricing-card .btn-cta {
    margin-top: auto;
    width: 100%;
}

.starting-pricing {
	font-size: 20px;
	font-weight: 500;
}

.starting-pricing .text-lightgreen {
	font-size: 24px;
}

.pricing-features li {
	margin-bottom: 5px;
}

.pricing-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.pricing-feature-item i {
    flex: 0 0 18px;
    margin-top: 4px;
}

.pricing-feature-item span {
    flex: 1;
    min-width: 0;
}

.pricing-desktop {
	display: block;
}

.pricing-mobile {
	display: none;
}

@media (max-width: 1099px) {
	
	.pricing-card.p-5 {
		padding: 2.5rem 1rem !important;	
	}
	
	.pricing-features li {
		font-size: 15px !important;
	}
	
}

@media (max-width: 991px) {
	
	.service-process .btn-cta,
	.service-pricing .btn-cta {
		width: 100%;
	}
	
	.pricing-desktop {
		display: none;
	}

	.pricing-mobile {
		display: block;
	}
}

@media (max-width: 767px) {
	
	.pricing-split-box.rounded-5.p-5 {
		padding: 1rem !important;
	}
	
}

/* CTA ROW */

/* body.single-service .cta-row.text-white {
	color: var(--black) !important;
} */

body.single-service .cta-row .btn-cta- {
	color: var(--black) !important;
}

.two-column-cta__card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-radius: 28px;
	overflow: hidden;
	min-height: 630px;
}

.two-column-cta__content {
	background: #000;
	padding: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.two-column-cta__image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 420px;
}

.two-column-cta .p-large p {
	font-weight: 400;
}

/* Mobile */
@media (max-width: 991px) {
	.two-column-cta__card {
		grid-template-columns: 1fr;
	}

	.two-column-cta__content {
		padding: 48px 32px;
	}

	.two-column-cta__image {
		min-height: 300px;
	}
}

/* ********** SERVICES ********** */

.hero-services {
	padding-top: 150px !important;
}

/* HIGHLIGHTS LIST */

.img-rounded-mobile {
	display: none;
}

.image-video-two-col video,
.highlights-list video {
	border-radius: 10px;
}

@media (max-width: 767px) {
	
	.highlights-list .col-12.col-md-7 {
		margin-top: 0 !important;
	}
	
	.img-rounded-mobile {
		display: block;
	}
	
	.img-rounded-desktop {
		display: none;
	}
	
	.highlights-list h2.mb-4 {
		margin-top: 2rem !important;
	}
	
}

/* SERVICE LISTING */
.service-mobile-item {
	color: var(--black)
}

.service-mobile-title {
	font-weight: 500;
}

/* Hero Service Mobile */

.hero-service-mini-golf {
	background-position: 75%;
}

.hero-service-dog-parks {
	background-position: 80%;
}

.hero-service-pet-turf {
	background-position: 60%;	
}

p span.hw-message {
	font-size: 16px !important;
	font-weight: 400 !important;
	font-style: italic;
}

.hero-service-rooftop-residential {
	background-position: 100%;
}

@media (max-width: 767px) {
	
	.hero-service-architect {
		background-position: 65%;
	}
	
}

/* ********** COMMERCIAL ********** */

@media (min-width: 768px) {
	
	.listing-commercial-services .row .col-12:nth-of-type(7),
	.listing-commercial-services .row .col-12:nth-of-type(8) {
		width: 50%;	
	}
	
}

/* ********** SINGLE AREA PAGE ********** */

body.single-area .hero-primary .map-icon {
	display: inline-block;
	margin-right: 7px;
}

body.single-area .hero-primary .subheading{
	height: 38px;
    display: flex;
    align-items: center;
}

.area-services .btn-cta-minimal {
	color: var(--black);
	text-decoration: none;
}

.area-services .btn-cta-minimal img {
	position: relative;
    top: -2px;
}

.area-testimonials .ti-inner {
	background-color: var(--white) !important;
}

.no-overlay.story-banner {
	height: 800px;
	background-position: bottom;
}

.no-overlay.story-banner.bg-position-top {
	background-position: top;
}

.no-overlay.story-banner::before {
	background: initial !important;
}

.service-benefits h3 {
	font-size: 20px !important;
}

.story-banner__content p {
	font-weight: 400 !important;
}

.story-banner__container {
	background-image: var(--story-banner-bg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 24px;
	overflow: hidden;
}

/* Overlay */
.story-banner__container::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, var(--story-banner-overlay, 0));
	pointer-events: none;
	z-index: 0;
}

/* Content above overlay */
.story-banner__container > * {
	position: relative;
	z-index: 1;
}

.story-banner .p-large,
.story-banner div.p-large,
.story-banner div.p-large p {
	font-size: 18px !important;
}

/* body:not(.postid-983):not(.postid-319) .story-banner__content p {
	margin-bottom: 0;
} */


@media (max-width: 767px) {
	
	.no-overlay.story-banner {
		height: 550px;
	}
	
	.story-banner .col-lg-9.ps-5.pb-5 {
		padding-right: calc(var(--bs-gutter-x) * .5) !important;
    	padding-left: calc(var(--bs-gutter-x) * .5) !important;
		padding-bottom: 1rem !important;
	}
	
}

/* ********** FAQ ********** */

/* HERO SECONDARY */
.hero-secondary {
	height: 550px;
}

.hero-secondary {
	padding: 0px !important;
}

.hero-secondary .col-12 {
	padding-top: 125px;
}

#faq-section a.nav-link {
	background-color: var(--white);
	color: var(--black);
}

#faq-section a.nav-link.active {
	background-color: var(--black);
	color: var(--white) !important;
}

#faq-section h2 {
	font-size: 25px !important;
    font-weight: 600 !important;
}

#faq-section .accordion-button:not(.collapsed) {
	background-color: var(--black);
    color: var(--white);
	border-radius: 5px;
}

mark, .mark {
	background-color: var(--white) !important;
}

@media (max-width: 767px) {
	
	.row-faq-two .container {
		max-width: 100% !important;
	}
	
	.row-faq-two .accordion-body {
		padding: 20px 5px 0 5px;
	}
	
}

/* ********** ABOUT ********** */

/* .hero-about h1 {
	font-size: 46px !important;
} */

/* IMAGE OVERLAY TEXT */

.story-banner {
    position: relative;
    overflow: hidden;
    color: var(--white);
    background-image: var(--story-banner-bg);
    background-size: cover;
    background-position: center;
	height: 750px;
}

.story-banner .container {
    position: relative;
    z-index: 1;
}

.story-banner__inner {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.about-what-we-install .install-card img {
	max-height: 291px;
    min-height: 291px;
}

.value-highlights__media iframe {
	border-radius: 5px;
}

.value-highlights__item img {
	width: 28px;
    position: relative;
    top: -10px;
    margin-right: 5px;
}

/* ********** TEAM ********** */

.modal-team {
	max-width: 425px;
}

.row-careers a {
	color: var(--white);
}

.text-bio {
    max-height: 6.5em;
    overflow: hidden;
}

.row-careers div.p-large {
	max-width: 750px;
	margin: 0 auto;
}

/* ********** GALLERY/PROJECTS ********** */

.project-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
}

.project-modal h1 {
	font-size: 35px !important;
}

.project-modal.is-open {
	display: block;
}

.project-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.6);
}

.project-modal__panel {
	position: relative;
	background: #fff;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

.project-modal__close {
	position: sticky;
	top: 0;
	background: none;
	border: none;
	font-size: 16px;
	padding: 20px;
	cursor: pointer;
}

.project-card {
	cursor: pointer;
}

.project-modal.is-open {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

figure.project-client-main-img.h-100 img {
    max-height: 593px;
}

figure.project-client-side-img img {
	max-height: 288px;
}

/* .project-card * {
	pointer-events: none;
} */

.project-card {
	pointer-events: auto; cursor: pointer;
}

.project-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
}

.project-modal.is-open {
	display: block;
}

.project-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.6);
}

.project-modal__panel {
	background:#fff;
	width:100%;
	height:100%;
	overflow:auto;
}

.project-modal__close {
	padding:20px;
	background:none;
	border:0;
	cursor:pointer;
}

.project-modal__panel {
    width: 75%;
    margin: 0 auto;
}

.project-modal__overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    cursor: pointer;
}

.project-modal__panel {
    position: relative;
    z-index: 2;
    background: #ffffff;
    height: 100%;
    overflow-y: auto;
}

.project-modal {
    position: fixed;
    inset: 0;
    z-index: 2147483647;
}

.project-modal__panel {
    max-width: 1200px;
    margin: 0 auto;
}

.project-modal__panel {
    max-width: 1200px;
    margin: 0 auto;
}

.project-modal-inner {
    margin: 0 auto;
}

.project-modal-inner section {
	padding-left: 2rem;
	padding-right: 2rem;
}

.project-modal-inner section + section {
    margin-top: 3rem;
}

.see-all-images {
	bottom: 20px;
    right: 20px;
    z-index: 10;
	border-radius: 20px;
}

.project-bottom-cta {
    background: #FF6D0C;
    color: #FFFFFF;
	height: 500px;
}

.project-bottom-cta h2 {
    font-size: 28px;
    font-weight: 700;
}

.project-bottom-cta p {
    font-size: 15px;
}

.project-bottom-cta .btn-cta.btn-cta-white {
    background: #FFFFFF;
    color: #111827;
    border-radius: 999px;
}

.project-bottom-cta-phone {
    font-size: 14px;
    margin-top: 8px;
}

.project-bottom-cta-phone a {
    color: #FFFFFF;
    font-weight: 600;
    text-decoration: underline;
}

button.project-modal__close {
	display: none;
}

.project-meta-text {
	color: #626262;
	font-size: 18px;
}

/* Scrollable panel in the project modal */
.project-modal__panel {
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.project-modal__panel::-webkit-scrollbar {
    display: none;
}

.project-fact-card {
	padding: 20px;
    border: 1px solid #EBEBEB;
    border-radius: 20px;
}

.project-testimonial-name,
.project-related-label {
	font-size: 20px;
	font-weight: 600;
}

.project-testimonial-question-pill {
	color: var(--green);
    font-size: 18px;
    font-weight: 500;
	display: inline-flex;
    align-items: center;
    border-radius: 100px;
    background-color: #E5F3E7;
    padding: 10px 16px;
    align-self: flex-start;
}

span.project-chip {
    border: 1px solid #e8e8e8;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0px 2px;
	font-weight: 500;
}

body.single-project section.project-hero-images.pt-5 {
	margin-top: 5rem;
}

.project-card-link {
	text-decoration: none;
}

.single-area .what-we-install h3 {
	font-size: 20px !important;
/* 	max-width: 80%; */
}

.single-area .what-we-install .install-card p {
/* 	font-size: 14px !important; */
/* 	max-width: 95%; */
}

@media (max-width: 767px) {
	
	body.single-project section.project-hero-images.pt-5 {
		padding-top: 0 !important;
	}
	
	.page-id-23953 .hero-primary {
		background-position: 25%;
	}
	
	.page-id-23953 .what-we-install .col-6:last-of-type,
	.page-id-23963 .what-we-install .col-6:last-of-type {
		width: 100% !important;
	}
	
	.project-meta-text {
		font-size: 16px;
	}
	
	.project-fact-card {
		padding: 8px;
	}
	
	.install-card,
	.install-card.h-100 {
		height: 200px !important;
	}
	
	.what-we-install h3
	.single-area .what-we-install h3 {
		font-size: 14px !important;
		max-width: 100%;
	}
	
	.install-card__content {
		padding: 10px !important;
	}
	
	.project-modal-inner section {
		padding-left: 0;
		padding-right: 0;
	}
	
	figure.project-client-main-img.h-100 img {
		max-height: 247px;
	}
	
	.project-testimonial-question-pill {
		width: 100%;
		font-size: 13px;
	}
	
	.project-testimonial-quote {
		font-size: 15px;
	}
	
	span.project-testimonial-question-icon {
		margin-right: 5px;
	}
	
	span.project-chip {
		font-size: 14px;
		padding: 5px;
	}
	
	.project-chip-row {
		display: flex;
		flex-wrap: nowrap;
		gap: 10px;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 6px;
	}

	.project-chip-row::-webkit-scrollbar {
		height: 6px;
	}

	.project-chip {
		flex: 0 0 auto;
		white-space: nowrap;
	}

	.project-chip-row {
		scrollbar-width: none;
	}

	.project-chip-row::-webkit-scrollbar {
		display: none;
	}
	
}

/* ********** PRODUCT HUB ********** */

body.page-id-607 #nav-main {
	background-color: var(--white);
}

body.page-id-607 #bootscore-navbar a {
	color: var(--black);
}

.series-card {
	background-color: var(--white);
	border-radius: 20px;
}

@media (max-width: 767px) {
	
	.product-series-grid {
		padding-top: 100px !important;
	}
	
	.series-hero {
		padding-top: 150px !important;
	}
	
}

/* ********** SERIES PAGE ********** */

body.archive.tax-product_series #nav-main {
	background-color: var(--white);
}

body.archive.tax-product_series #bootscore-navbar a {
	color: var(--black);
}

body.archive.tax-product_series .btn-header-cta {
	background-color: var(--orange);
	color: var(--white);
}

body.archive.tax-product_series header.is-scrolled #nav-main a.btn-header-cta {
	color: var(--white) !important;
}

body.archive.tax-product_series header.is-scrolled .navbar-brand img {
	filter: initial;
}

.series-hero.vh-100 {
	position: relative;
	height: 1000px !important;
}

.product-series-listing h1 {
	margin-bottom: 2.5rem !important;
}

.series-hero__badges {
	width: 100%;
	max-width: 90%;
    padding: 0 5%;
	position: absolute;
    bottom: 5%;
}

.series-hero__badges img {
	max-width: 190px;
}
	
.secondary-badge {
	position: absolute;
    right: 5%;
    bottom: calc(5% - 14px);
	max-width: 125px !important;
}

@media (max-width: 991px) {
	
	.series-hero.vh-100 {
		padding-bottom: 0 !important;
		height: 100vh !important;
	}
	
	.series-hero .col-12 {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.product-series-listing h1 {
		margin-top: 5rem !important;
	}
	
	.series-hero__badges,
	.secondary-badge {
		position: initial;
	}
	
	.series-badge-pill {
		width: calc(33.333% - 1rem);
		width: 100%;
		display: block !important;
        margin: 15px auto;
	}
	
	.series-hero__badges img {
		max-width: 100%;
		max-width: 200px;
	}
	
	.series-hero .mobile {
		max-width: 100%;
	}
	
}

/* @media (max-width: 991px) and (min-width: 768px) {
	
	.single-product .col-12.col-lg-7.text-center {
		display: none;
	}
	
} */

@media (max-width: 767px) {
	
	.tax-product_series .two-column-cta h2 {
		margin: 0 auto;
	}
	
	.secondary-badge {
		max-width: 125px !important;
	}
	
	.product-series-listing h1 {
		margin-top: 0rem !important;
	}
	
}

/* ********** PRODUCT SINGLE ********** */

body.single-product #nav-main {
	background-color: var(--white);
}

body.single-product header.is-scrolled .navbar-brand img {
	filter: initial;
}

body.single-product #nav-main .btn-header-cta,
body.single-product header.is-scrolled #nav-main .btn-header-cta {
	background-color: var(--orange) !important;
	color: var(--white) !important;
}

body.single-product #bootscore-navbar a {
	color: var(--black);
}

.product-specs table {
    table-layout: fixed;
    width: 100%;
}

.product-specs table th,
.product-specs table td {
	padding: 12px 20px !important;
}

/* Columns 1 & 3 (labels) – wider */
.product-specs tbody th:nth-of-type(1),
.product-specs tbody th:nth-of-type(2) {
    width: 30%;
}

/* Columns 2 & 4 (values) – narrower */
.product-specs tbody td:nth-of-type(1),
.product-specs tbody td:nth-of-type(2) {
    width: 20%;
}

/* Zebra striping for Product Specifications rows */
.product-specs table tbody tr:nth-child(odd) {
    --bs-table-bg: #ffffff;
}

.product-specs table tbody tr:nth-child(even) {
    --bs-table-bg: #f5f5f5;
}

.product-feature.card,
.related-product.card {
	border-color: transparent;
}

body.single-product .img-warranty {
	display: none;
}

.product-safety__box {
    border: 0;
}

.product-safety__pill {
    background: #ffffff;
    border-radius: 999px;
    padding: 12px 14px;
    width: 100%;
}

.product-safety__icon {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--lightgreen);
    flex: 0 0 28px;
}

.product-safety__icon i {
	color: var(--white);
}

.product-safety__text {
    font-weight: 600;
    line-height: 1.2;
}

.product-safety__copy {
    max-width: 760px;
}

@media (max-width: 991px) and (min-width: 768px) {
	
	.series-hero .col-12.col-lg-7 {
	    position: relative;
    	top: -150px;
	}
	
}

@media (max-width: 991px) {
	
	body.single-product .series-hero .col-12 {
		height: initial !important;
	}
	
	body.single-product .series-hero__badges.mobile {
		display: none !important;
	}
	
	body.single-product .series-hero .btn-cta {
		position: absolute;
		width: 90%;
		bottom: 10%;
		left: 0;
		margin-left: 5%;
		margin-right: 5%;
	}
	
	body.single-product .img-warranty {
		display: block;
		max-width: 150px;
		margin: 0 auto;
	}
	
/* 	body.single-product img.secondary-badge {
		display: none;
	} */
	
}

@media (max-width: 767px) {
	
	body.single-product .series-hero {
		padding-bottom: 120px !important;
	}
	
/* 	body.single-product .series-hero .col-12 {
		height: initial !important;
	} */
	
	body.single-product .series-badge-pill {
		display: none !important;
	}
	
	body.single-product .series-hero .row.align-items-center {
		flex-direction: column;
		justify-content: center;
	}
	
/* 	body.single-product .series-hero .btn-cta {
		position: absolute;
		width: 90%;
		bottom: 10%;
		left: 0;
		margin-left: 5%;
		margin-right: 5%;
	} */
	
	.product-specs tbody td:nth-of-type(1), .product-specs tbody td:nth-of-type(2) {
		white-space: break-spaces;
	}
	
	body.single-product .secondary-badge {
		display: none;
	}
	
/* 	body.single-product .img-warranty {
		display: block;
		max-width: 150px;
		margin: 0 auto;
	} */
	
	.product-safety__box.card.rounded-5.p-5 {
		padding: 2rem !important;
	}
	
	.product-safety__pill {
		padding-left: 0;
	}
	
	.product-safety .col-12.col-md-4 {
		margin-top: 0 !important;
	}
	
}

/* ********** CONTACT ********** */

.contact-page {
	padding-top: 10rem;
	padding-bottom: 10rem;
}

.contact-page .col-left {
	background-color: var(--white);
	border-radius: 20px;
}

.contact-page h1 {
	font-size: 37px !important;
}

@media (max-width: 991px) {
	.contact-page {
		padding-top: 150px !important;	
	}
	
	.contact-page .container {
		max-width: 100% !important;
	}
	
	.contact-page .col-left.p-5 {
		padding: 2rem 1rem !important;
	}
	
	.contact-page h1 {
		font-size: 28px !important;
	}
	
	.col-right {
		padding: 0 !important;
	}
	
	.contact-card .btn-cta {
		width: 100%;
	}
}

/* GRAVITY FORM */

.hero-form {
	background-color: var(--white) !important;
    border-radius: 20px !important;
    border: 2px solid var(--orange) !important;
    padding: 30px 20px 10px 20px !important;
}

h2.gform_title {
	text-align: center;
    color: var(--orange);
    font-size: 20px !important;
    margin-bottom: 30px;
    font-weight: 700 !important;
}

.ginput_container input,
.ginput_container textarea {
	background-color: #F5F5F7 !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 10px 15px !important;
    font-size: 14px !important;
}

.gform_required_legend {
	display: none !important;
}

.gfield_label {
	font-weight: 500 !important;
    font-size: 14px !important;
    margin-top: 10px !important;
}

.charleft.ginput_counter.gfield_description.warningTextareaInfo {
	display: none !important;
}

.textarea {
	height: 100px !important;
}

.gform_button {
	background-color: var(--orange);
    border: none;
    border-radius: 100px;
    width: 100%;
    padding: 15px 30px;
    color: var(--white);
    font-family: 'Inter', sans-serif;
}

/* ********** THANK YOU ********** */

.page-id-872  #bootscore-navbar a {
	color: var(--black);
}

.page-id-872 header.is-scrolled .navbar-brand img {
	filter: initial;
}

.page-id-872 #nav-main .btn-header-cta,
.page-id-872 header.is-scrolled #nav-main .btn-header-cta {
	background-color: var(--orange) !important;
	color: var(--white) !important;
}

.thank-you-section {
	padding-top: 16rem;
	padding-bottom: 12rem;
}

@media (max-width: 991px) {
	
	.thank-you-section {
		padding-top: 10rem;
		padding-bottom: 7rem;
		height: initial !important;
	}
	
	.thank-you-section h1 {
		font-size: 37px !important;
	}
	
	.thank-you-section .thank-you-card.p-5 {
		padding-top: 1.5rem !important;
    	padding-bottom: 1.5rem !important;
	}
	
}

@media (max-width: 767px) {
	
	.thank-you-section {
		padding-top: 6rem;
		padding-bottom: 3rem;
	}
	
	.thank-you-section h1 {
		font-size: 28px !important;
	}
	
	.thank-you-section .btn-cta {
		min-width: 100%;
	}
	
}

/* ********** BLOG ********** */

/* Blog Listing Cards */

.blog-listing .blog-card {
    border-radius: 18px;
    background-color: #ffffff;
    overflow: hidden;
    border: 0;
}

.blog-listing .blog-card__image {
    display: block;
    background-color: #f3f2ee;
}

.blog-listing .blog-card__image img {
    object-fit: cover;
}

.blog-listing .blog-card__body {
    padding: 24px;
}

.blog-listing .blog-card__title {
    font-size: 1.05rem;
    line-height: 1.35;
    font-weight: 600;
}

.blog-listing .blog-card__excerpt {
    font-size: 0.95rem;
    line-height: 1.55;
    color: #333;
}

/* Keep card heights visually consistent */
.blog-listing .blog-card__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Mobile spacing tweak */
@media (max-width: 767.98px) {
    .blog-listing .blog-card__body {
        padding: 20px;
    }
}

/* ********** SINGLE BLOG ********** */

/* Single Blog Post */

.single-hero img {
    display: block;
    width: 100%;
    height: auto;
}

body.single article p:has(iframe) {
    text-align: center;
}

body.single .entry-content p:has(> img) > img {
    width: 100%;
    height: auto;
    display: block;
}

body.single .entry-content p:has(> img) > img.wp-image-1936 {
    width: initial;
    display: block;
}

.single-article-wrap {
    position: relative;
    margin-top: -100px;
    padding-bottom: 60px;
}

.single-article-wrap a {
	color: var(--black);
}

.single-article {
    max-width: 1140px;
    border-radius: 16px;
}

.single-article.card {
    box-shadow: none;
}

h1.entry-title {
    font-size: clamp(26px, 5vw, 44px) !important;
	text-align: center;
}

.single-article h2,
.single-article h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 16px;
}

.single-article ul {
    margin-bottom: 20px;
}

.single-article li {
    margin-bottom: 10px;
}

.single-hero {
    position: relative;
    min-height: 600px;
    background-size: cover;
    background-position: center;
}

.single-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.single-hero-content {
	max-width: 900px;
	padding-bottom: 15% !important;
}

.single-hero .entry-title {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
}

.single-article-wrap {
    margin-top: -80px;
    position: relative;
    z-index: 2;
}

.single-article-wrap .entry-header.mb-4 {
	display: none;
}

.single-article .arrow-left {
	transform: scaleX(-1);
	position: relative;
	top: -1px;
}

@media (max-width: 767px) {

    .single-article-wrap {
        margin-top: 0;
        padding-top: 20px;
    }

    .single-article {
        border-radius: 0;
    }
}

/* ********** BLOG ARCHIVE ********** */

body.archive.category #content {
	padding-top: 200px !important;
}

/* ********** PRIVACY POLICY ********** */

.policy-content a {
	color: var(--black);
}

.policy-content h2 {
	font-size: 24px !important;
}

/* ********** FOOTER ********** */

.top-button {
	display: none;
}

.footer-description {
	font-size: 15px !important;
}

.footer-badge img {
	max-width: 175px;
}

footer h3 {
	font-size: 18px !important;
}

footer ul.footer-menu li {
	margin-bottom: 5px;
}

footer ul.footer-menu-one li a,
footer ul.footer-menu-two li a,
footer ul.footer-menu-three li a,
footer ul.footer-menu-four li a {
	display: block;
	font-size: 15px !important;
	color: var(--black);
	text-decoration: none;
	margin-bottom: 5px;
	transition: all .75s;
}

footer ul li a:hover {
	color: var(--green);
	transition: all .75s;
}

.footer-contact li {
	font-size: 15px !important;
}

.footer-contact a {
	color: var(--black);
	text-decoration: none;
	transition: all .75s;
}

.footer-contact a:hover {
	color: var(--green);
	transition: all .75s;
}

.footer-bottom  a {
	color: var(--black);
	text-decoration: none;
}

.footer-menu-four {
    column-count: 4;
    column-gap: 2rem;
}

.footer-menu-four li {
    break-inside: avoid;
    margin-bottom: 0.5rem;
}

a.footer-social-dot {
	text-decoration: none;
}

.footer-social i {
	color: var(--green);
    font-size: 30px;
}

.row-disclaimer p {
	font-size: 11px !important;
}

/* FINANCING MODAL */

.disclaimer {
	font-size: 14px;
    font-style: italic;
    color: #999999;
    text-align: center;
    margin-top: -8px;
    padding: 4px 0;
}

div#gform_wrapper_2 {
	margin-top: 2rem;
}

h2.gform_submission_error {
	font-size: 16px !important;
}

#gfModal .d-flex.align-items-center {
	display: block !important;
}

#gfModal img {
	margin-bottom: 5px;
}

#gfModal h5.modal-title {
	font-size: 16px !important;
}

@media (max-width: 767.98px) {
    .footer-highlights {
        justify-content: flex-start !important;
        text-align: left !important;
    }
	
	.footer-highlights {
        flex-direction: column !important;
    }

    .footer-highlight-item {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        flex-direction: row !important;
        align-items: center !important;
        text-align: left !important;
        gap: 12px;
    }

    .footer-highlight-item .small {
        flex: 1;
        display: block;
    }

    .footer-highlight-item {
        flex: 0 0 100% !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 12px;
        text-align: left !important;
        margin-bottom: 14px;
    }

    .footer-highlight-icon,
    .footer-highlight-dot {
        flex: 0 0 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0 !important;
    }

    .footer-highlight-icon img {
        width: 50px;
        height: 50px;
        object-fit: contain;
        display: block;
    }

    .footer-highlight-item .small {
        flex: 1;
        width: 100%;
        display: block;
        margin: 0;
		min-width: initial !important;
    }
}

/* STICKY MOBILE */

@media (max-width: 1199.98px) {
    .footer-menu-four {
        column-count: 3;
    }
}

#chatbase-bubble-button {
	background-color: var(--orange) !important;
}

@media (max-width: 767px) {
    .footer-menu-four {
        column-count: 2;
    }
	
	.call-mobile {
		position: fixed;
		bottom: 15px;
		left: 20px;
		z-index: 100;
		background-color: var(--orange);
		border-radius: 100%;
		width: 55px;
		height: 55px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	/* Hide until scroll, then fade in */
	.call-mobile,
	#chatbase-bubble-button {
		opacity: 0 !important;
		visibility: hidden !important;
		pointer-events: none;
		transition: opacity 250ms ease, visibility 0s linear 250ms;
	}

	.call-mobile.is-visible,
	#chatbase-bubble-button.is-visible {
		opacity: 1 !important;
		visibility: visible !important;
		pointer-events: auto;
		transition: opacity 250ms ease, visibility 0s linear 0s;
	}
	
}

/* ********** MEDIA QUERIES ********** */

@media (min-width: 1281px) {
	
	.container {
		max-width: 1280px !important;
	}
	
}

@media (max-width: 1280px) {
	
	.container {
		max-width: 95% !important;
	}
	
}

@media (max-width: 1280px) {
	
	header .nav-link {
		margin: 0 7px;
	}
	
}

@media (max-width: 991px) {
	/* GENERAL */
	h1 {
		font-size: 43px !important;
	}
	
	h2 {
		font-size: 29px !important;
	}
	
	.series-hero .desktop {
		display: none !important;
	}
	
	.series-hero .mobile {
		display: block !important;
		margin-top: -15% !important;
	}
	
	.menu-desktop {
		display: none !important;
	}

	.menu-mobile {
		display: block !important;
	}

	.vpt-medium,
	.vpt-large {
		padding-top: var(--vp-small);
	}
	
	.vpb-medium,
	.vpb-large {
		padding-bottom: var(--vp-small);
	}
	
	/* NAVIGATION */
	.announcement-link {
		font-size: 14px !important;	
	}
	
	.btn-header-cta {
		display: none;
	}
	
	.nav-toggler {
		border: none;
	}
	
	.is-scrolled .nav-toggler img {
		filter: initial;
	}
	
	header .nav-link, header .nav-link:hover {
		color: var(--black);
	}
	
	.home .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .single-service .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
		color: var(--black) !important;
	}
	
	.offcanvas .dropdown-menu {
		border: none;
	}
	
	body .navbar-nav .nav-link.nav-link.active,
	body .nav-link:hover, body .nav-link:focus {
    	color: var(--black) !important;
	}
	
	.offcanvas .dropdown-menu {
		padding-top: 0 !important;
	}
	
	.nav-residential a,
	.nav-commercial a,
	.nav-about a {
		display: none;
	}
	
	.nav-residential .dropdown-menu,
	.nav-residential .dropdown-menu a,
	.nav-commercial .dropdown-menu,
	.nav-commercial .dropdown-menu a,
	.nav-about .dropdown-menu,
	.nav-about .dropdown-menu a {
		display: block;
	}
	
	.nav-residential .dropdown-menu.depth_0,
	.nav-commercial .dropdown-menu.depth_0,
	.nav-about .dropdown-menu.depth_0 {
		padding-left: 5px;
	}
	
	.offcanvas .dropdown-menu li a {
		margin-left: 0;
		padding-left: 0;
	}
	
	header .dropdown-menu li {
		margin-bottom: 5px;
	}
	
	/* HERO PRIMARY */
	.hero-primary .hero-badge {
		height: 100px;
	}
	
	/* FEATURE CARDS */
	.feature-card-text {
		font-size: 17px !important;
	}
	
	/* RECENT PROJECTS */
	.recent-projects-col-left img {
		max-height: 480px;
	}
	
	.project-img-container {
		aspect-ratio: initial;
	}
	
	/* WHAT WE INSTALL */
	
	/* IMAGE CONTENT HIGHLIGHTS */
	.image-content-highlights {
		height: 600px;
	}
	
	/* TURF PRODUCTS */
	.turf-products .row.g-4 {
		--bs-gutter-x: 1rem !important;
	}
	
	.turf-products .turf-product-card.p-5 {
		padding: 1.5rem 1rem !important;
	}
	
	.turf-product-card h3 {
		font-size: 16px !important;
	}
	
	/* AREA HIGHLIGHTS */
	.area-highlights h3 {
		font-size: 18px !important;
	}
	
	/* FAQ PREVIEW */
	h2.accordion-header button {
		font-size: 19px !important;
	}
	
	/* SERVICE BENEFITS */
	.service-benefit-card.p-5 {
		padding: 1.5rem 1rem !important;
	}
	
	.service-benefit-card h3 {
		font-size: 15px !important;
	}
	
	.service-benefit-card p {
		font-size: 15px !important;
	}
	
	/* SERVICE PROCESS */
	.service-process-card {
		flex-direction: row !important;
		align-items: flex-start;
	}
	
	.service-process-card__number-wrapper {
		margin-right: 1rem;
	}
	
	.steps-container {
		text-align: left;
	}
	
	.service-process h2{
		margin-bottom: 1rem !important;
	}
	
	.service-process h3 {
		font-size: 18px !important;
	}
	
	.service-process-card .service-process-card .btn-cta {
		padding: 10px 15px;
	}
	
	.service-process-card__time.mt-auto.pt-5 {
		padding-top: 15px !important;
	}
	
	span.service-process-card__time-pill {
		padding: .25rem 1.5rem;
	}
	
	.service-process-card__number-circle {
		width: 75px;
		height: 75px;
	}
	
	/* SERVICE PRICING */
	.pricing-card.p-5 {
        padding: 2.5rem !important;
    }
	.pricing-card.text-center {
		text-align: left !important;
	}
	
	.starting-pricing {
		font-size: 15px;
	}
	
	.starting-pricing .text-green {
		font-size: 25px;
	}
	
	.service-pricing .row.g-4 {
		--bs-gutter-x: 0.75rem !important;
	}
	
	.pricing-features li {
		font-size: 14px !important;
	}
	
	/* ABOUT */
	.hero-about h1 {
		font-size: 43px !important;
	}
}

@media (min-width: 768px) and (max-width: 1280px) {
	
	/* GENERAL */
	.container {
		max-width: 95% !important;
	}
	
}

@media (max-width: 767px) {
	
	/* GENERAL */
	h1 {
		font-size: 26px !important;
	}
	
	h2 {
		font-size: 22px !important;
	}
	
	.container {
		padding-right: 20px;
    	padding-left: 20px;
	}
	
	/* NAVIGATION */
	.announcement-link span {
		display: block;
	}
	
	header .dropdown-menu li {
		margin-bottom: 2px;
	}
	
	/* PRIMARY HERO */
	.hero-badges-wrap,
	.hero-primary .subheading {
		display: none;
	}
	
	.hero-primary {
		padding: 0;
	}
	
	.hero-primary .col-lg-7.justify-content-center {
		height: 100%;
		justify-content: flex-end !important;
		padding-bottom: 25%;
	}
	
	.hero-primary .btn-group {
		width: 100%;
    	flex-direction: column-reverse;
	}
	
	.hero-primary .btn-cta-green {
		display: block;
    	margin-top: 15px;
	}
	
	.hero-primary .btn-cta-white {
		display: block;
		margin-left: 0 !important;
		max-width: 100%;
		width: 100% !important;
	}
	
	.hero-primary .btn-secondary.ms-3 {
		margin-left: 0 !important;
		margin-bottom: 15px;
	}
	
	/* FEATURE CARDS */
	.feature-cards h2.mb-5 {
		max-width: 370px;
		margin-bottom: 1.5rem !important;
	}
	
	.feature-cards .text-center.mt-5 {
		margin-top: 1.5rem !important;
	}
	
	/* IMAGE CONTENT/HIGHLIGHTS */
	.image-content-highlights {
		height: initial;
	}
	
	.image-content-highlights .container {
		max-width: 95% !important;
		height: 275px !important;
		padding: 25px !important;
	}
	
	.image-content-highlights image-content-highlights_text {
		font-size: 18px !important;
	}
	
	.image-content-highlights__icon img {
        width: 24px;
        height: 24px;
    }
	
	.image-content-highlights h2.mb-4 {
		0.5rem: !important
	}
	
	.image-content-highlights .p-large p {
		font-size: 16px !important;
	}
	
	/* WHAT WE INSTALL */
	.what-we-install__list {
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}

	.install-card-mobile {
		background-color: #f6f6f6;
		box-shadow: none;
		height: 150px;
	}

	.install-card-mobile .card-body {
		padding: 1.5rem;
	}

	.install-card-mobile__icon img {
		display: block;
	}

	.install-card-mobile__arrow {
		font-size: 1.25rem;
		line-height: 1;
		position: absolute;
		bottom: 20px;
		right: 20px;
	}
	
	.what-we-install .text-center.mt-5 {
		margin-top: 0.75rem !important;
	}
	
	/* RECENT PROJECTS */
	.project-card .col-12:first-of-type {
		margin-bottom: 15px;
	}
	
	.recent-projects-carousel .splide__pagination {
        display: flex;
        justify-content: center;
        margin-top: 1.25rem;
    }

    .recent-projects-carousel .splide__arrows {
        display: none;
    }
	
	.recent-projects .splide__pagination__page {
		background-color: #c5c5c5 !important
	}
	
	.recent-projects .splide__pagination__page.is-active {
		background-color: var(--black) !important;
	}
	
	.recent-projects h3 {
		font-size: 20px !important;
	}
	
	.project-meta.w-50 {
		width: 100% !important;
	}
	
	.recent-projects a.w-50 {
		text-align: center !important;
    	margin-top: 20px;
	}
	
	.recent-projects-col-left img {
		max-height: 240px;
		min-height: initial;
	}
	
	.recent-projects div.text-center.mt-4 {
		margin-top: 3rem !important;
	}
	
	.project-img-two, .project-img-three {
		max-height: 116px;
	}
	
	.recent-projects .btn-cta {
		width: 100%;
	}
	
	/* SERVICE PROCESS */
	.service-process-card__number-circle {
		width: 55px;
		height: 55px;
	}
	
	.service-process p.mw-300.mx-auto {
		margin-right: 0 !important;
		max-width: 100%;
	}
	
	.steps-container .mw-300,
	.steps-container .btn-cta {
		width: 100%;
	}
	
	/* SERVICE AREAS */
	.service-areas .row {
		flex-direction: column-reverse;
	}
	
	.service-areas h2 {
		text-align: center;
	}
	
	.service-areas h3 {
		font-size: 18px !important;
	}
	
	.service-areas__stats {
		background-color: var(--white);
		padding: 1rem;
		border-radius: 10px;
	}
	
	/* TURF PRODUCTS */
    .turf-products {
        overflow-x: hidden;
    }

    .turf-products .container {
        padding-left: 0;
        padding-right: 0;
    }

    .turf-products h2.mb-5 {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.5rem !important;
    }

    .turf-products-carousel {
        padding-left: 0;
        padding-right: 0;
    }

    .turf-products-carousel .splide__track {
        overflow: hidden;
    }

    .turf-products-carousel .splide__slide {
        display: flex;
        justify-content: flex-start;
    }

    .turf-products-carousel .turf-product-card {
        max-width: 320px;
        width: 80vw;
        margin: 0 auto 1.5rem;
        border-radius: 30px !important;
    }

    .turf-products article.p-5 {
        padding: 1.5rem !important;
    }

    .turf-products-carousel .splide__pagination {
        margin-top: 0.75rem;
    }
	
	/* FAQ PREVIEW */
	.faq-preview .col-12.col-lg-7.col-md-8 {
		margin-top: 1rem;
	}
	
	.faq-preview h2.mb-0 {
		text-align: center;
		max-width: 275px;
		margin: 0 auto;
	}
	
	.faq-preview .accordion-button {
		font-size: 16px;
	}
	
	.faq-preview .btn-container {
		text-align: center;
	}
	
	.faq-preview .btn-cta {
		width: 100%;
	}
	
	.faq-preview .accordion-item {
		border-radius: 10px !important;
    	padding: .25rem;
	}
	
	h2.accordion-header button {
		font-size: 16px !important;
	}
	
	/* TWO COLUMN CTA */
	.two-column-cta__card {
		display: flex;
    	flex-direction: column-reverse;
	}
	
	.two-column-cta__content {
		padding: 24px 24px 48px 24px;
	}
	
	.two-column-cta .row {
		flex-direction: column-reverse;
		text-align: center;
	}
	
	.two-column-cta .d-flex.flex-wrap {
		justify-content: center;
	}
	
	.two-column-cta .d-flex {
		justify-content: initial;
	}
	
	.two-column-cta .btn-cta {
		width: 100%;
	}
	
	/* HIGHLIGHTS LIST */
	.highlights-list__items {
		padding-left: 19px;
	}
	
	/* STORY BANNER */
	.story-banner .text-center {
		text-align: left !important;
	}
	
	/* AREA HIGHLIGHTS */
	.area-highlight-card {
		display: flex;
		flex-direction: row;
		align-items: center;
		text-align: left !important;
	}
	
	.area-highlight-card__icon-wrapper.mb-3 {
		margin-bottom: 0 !important;
	}
	
	.area-highlight-card__icon {
		margin-right: 2rem;
	}
	
	.area-highlights-container h3.h5 {
		font-size: 28px !important;
	}
	
	.area-highlights-container p {
		font-size: 20px !important;
	}
	
	/* ABOUT */
	.hero-secondary {
		height: 350px;
	}
	
	.hero-about h1 {
		font-size: 26px !important;
	}
	
	.hero-about .btn-secondary.ms-3 {
		margin-left: 0 !important;
		margin-bottom: 1rem;
	}
	
	/* VALUE HIGHLIGHTS */
	.value-highlights h3 {
		font-size: 16px !important;
	}
	
	/* MEET THE TEAM */
	.team-listing .bg-white.rounded-4.text-center.p-4 {
		padding: 1rem !important;
	}
	
	.team-item {
		padding: 0 5px;
	}
	
	.text-bio {
		display: none;
	}
	
	.team-img {
		width: 100px !important;
		height: 100px !important;
	}
	
	.team-item h4 {
		font-size: 17px !important;
	}
	
	.btn-cta.team-readmore {
		font-size: 14px;
		min-width: initial;
	}
	
	/* ABOUT */
	.page-id-274 .hero-primary .hero-fader-slide {
		background-position: 80% !important;
	}
	
	/* FOOTER */
	footer .col-6.col-lg-2.mb-4.mb-lg-0,
	footer .col-6.col-lg-3 {
		width: 100%;
	}
	
	.footer-highlight-item {
		width: 33.333%;
	}
	
	.footer-highlight-item .small {
		max-width: 100px !important;
	}
	
	.footer-bottom .divider {
		display: none;
	}
	
	.footer-bottom .subfooter-item {
		width: 100%;
		display: block;
	}
	
}


















