/* ========================================== */
/* === CSS Table of Contents ================ */
/* === 2023 © Guardian Sages ================ */ 
/* ========================================== */

/* ========================================== */
/* === 1. Top Header Section ================ */
/* === 2. Navigation Section ================ */
/* === 3. Website Pages Section ============= */
/* ===    a. Home Section =================== */
/* ===    b. About Section ================== */
/* ===    c. Services Section =============== */
/* ===    d. Gallery Section ================ */
/* ===    e. Areas We Service Section ======= */
/* ===    f. Testimonials Section =========== */
/* ===    g. Contact Section ================ */
/* ===    h. Sections On Every Page ========= */
/* === 4. Misc. Section ===================== */
/* ===    a. Referrals Owl Carousel ========= */
/* ===    b. Default Classes ================ */
/* ===    c. Gallery Function Section ======= */
/* ===    d. Reviews Function Section ======= */
/* === 5. Footer Section ==================== */
/* === 6. Lg. Laptop CSS Section ============ */
/* === 7. Sm. Laptop CSS Section ============ */
/* === 8. Tablet CSS Section ================ */
/* === 9. Mobile CSS Section ================ */
/* === 10. Sm. Mobile CSS Section =========== */
/* ========================================== */

@import url('https://fonts.googleapis.com/css?family=Staatliches');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,700,900');

@font-face {
	font-family: 'font';
	src:url('../fonts/arvo.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font2';
	src:url('../fonts/poppins.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font3';
	src:url('../fonts/Monoton-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}

/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	position: fixed; width: 100%; z-index: 1;  background: #d8fbd9;	z-index: 3; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
	padding: 20px 0 10px;
	
	
}
.top-header div[class*='col-']:first-child {
	display: flex; justify-content: flex-end; align-items: center;
}
.top-header div[class*='col-']:first-child a {
    padding: 10px 15px 10px 15px;
    background: #388c3b;
    font-weight: 500;
    font-family: Arial;
    color: #fff;
    border-radius: 1.6rem;
    border: 2px solid #212121;
    display: inline-flex;
    width: max-content;
}
.top-header div[class*='col-']:first-child a:hover {
	background: #314931; color: #fff;
}
.top-header div[class*='col-']:nth-child(2) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(3) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(3) a {
	padding: 10px 15px 10px 15px; background: #388c3b; font-weight: 500; font-family: Arial; color: #fff; border-radius: 1.6rem; border: 2px solid #212121;
	
	    display: inline-flex;
    width: max-content;
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: #314931; color: #fff;
}
.top-header div[class*='col-']:nth-child(4) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(4) a {
	padding: 10px 15px 10px 15px; background: #fff; font-weight:500; font-family: Arial; color: #388c3b; border-radius: 1.6rem; border: 2px solid #388c3b;
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	color: #000; background: #92D16B;
}
.top-header div[class*='col-']:nth-child(5) {
	display: flex; justify-content: flex-start; align-items: center;
}
.top-header div[class*='col-']:nth-child(5) a {
	display: flex; justify-content: center; align-items: center; border: 1px solid rgb(255,255,255); color: rgb(255,255,255); background: #314931; border-radius:100px;	height: 34px; width: 34px; margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: #4F391E;	text-decoration:none !important; color: rgb(255,255,255);
}
.top-header .dropdown-menu {
	background: whitesmoke; border-radius: 0;
}
.top-header .dropdown-menu a {
	color: #222; padding: 3px 20px !important;
}
.top-header .dropdown-toggle {
	background: #21212100; padding: 6px 25px; outline: none !important; border-color: #f3f3f3b5;
}
.top-header .dropdown-toggle:hover {
	background-color: white !important; color: #000 !important;
}
.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: #000; background-color: rgb(255, 255, 255); border-color: #666e76; box-shadow:none !important;
}
.top-header .btn-secondary.focus,
.btn-secondary:focus {
	outline: none !important; box-shadow: none !important;
}
.top-header .mobile-logo-floater{
	position:absolute;
	top:0;
	
}
.top-header .mobile-logo-floater img{
	/*position:absolute;*/
	/*top:0;*/
	max-width: 200px;
	
    background: black;
    padding: 10px;
}

/* ======================================== */
/* === Navigvation Section ================ */
/* ======================================== */
.navbar-inverse .navbar-inner {
	display:none;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 200px; padding: .5rem 0; margin: .125rem 0 0; font-size: 18px; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(255,255,255); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px; font-weight: 300;
}
.dropdown-item {
	display: block; width: 100%; font-weight: 600; font-family: 'font2'; padding: .25rem 1.5rem; clear: both; color: rgb(12,12,12); text-align: inherit; white-space: nowrap; background: 0 0;border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255,255,255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.dropdown {
	float: left; position: relative;
}
.dropdown .dropbtn {
	font-size: 16px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit;font-family: inherit; margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
	background-color: #043174;
}
.dropdown-one {
	cursor: pointer; display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-two {
	cursor: pointer; display: none; position: absolute; left: 160px; top: 0px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-three {
	cursor: pointer; display: none; position: absolute; left: 160px; top: 48px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown:hover .dropdown-one, #link1:hover > .dropdown-two {
	display: block;
}
.dropdown:hover .dropdown-one, #link2:hover > .dropdown-three {
	display: block;
}
.dropdown-one .dItem {
	color: black; padding: 12px 16px; display: block; text-align: left;
}
.dropdown-one .dItem:hover, .dropdown-two a:hover {
	background-color: #ddd;
}
.my-pad {
	padding: 0 0 0 15px;
}
.my-pad h5 {
	color: rgb(255,255,255); font-size: 18px; text-transform: uppercase; padding-top: 20px;	line-height: 5px; font-weight: 600;
}
.multi-column-dropdown {
	list-style: none; margin: 0px; padding: 0px;
}
ul.multi-column-dropdown {
	padding: 0 0 0;
}
.multi-column-dropdown li a {
	display: block;	clear: both; line-height: 1.428571429; color: #333; white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none; color: #262626; background-color: #999;
}
.tab {
	overflow: hidden; border: 1px solid #ccc; background-color: #f1f1f1; font-family: 'font2';
}
.tab button {
	background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px;
}
.tab button:hover {
	background-color: #ddd;
}
.tab button.active {
	background-color: #ccc;
}
.tabcontent {
	display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none;
}
.tabcontent h3 {
	padding-top: 40px; padding-bottom: 40px; font-family: 'font'; text-align: center; font-size: 2rem; color: rgb(246,177,24);
}
.top-header-animate {
	background: #d8fbd9;
}
.top-header-animate .dropdown-toggle {
	color:#0a0a0a; font-size: 16px;
}
.top-header-animate .navbar-brand {
	font-size: 1.5em;
}
body {
	padding: 0; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out; overflow-x: hidden; /*background-attachment: fixed;*/
}
.navbar-scroll {
	padding: 95px 0 0; position: fixed;
	/*background: #212121;*/
	background: black;
	
	
	width: 100%; z-index: 2;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.navbar-scroll .container {
	background: rgb(60,36,17,0); border-bottom-left-radius: 1.5rem;	border-bottom-right-radius: 1.5rem; max-width: 1800px;
}
#projects .navbar-scroll {
	background: #fdfdfd; position:relative !important;
}
#projects .navbar-scroll li a {
	color:#333;
}
#projects .navbar-scroll .navbar-brand {
	color:#252525;
}
#projects .navbar-light .lnr {
	color:#222;
}
.navbar-light .lnr {
	color: #fdfdfd;	font-size: 1.5em; position: absolute; top: 6px; right: 10px;
}
.navbar-light .navbar-brand {
	color: #e8e8e8; font-size: 20px; font-family: 'Montserrat', sans-serif;
}
.navbar-brand {
	font-size:2.5em; font-weight:700; text-transform:uppercase;
}
.navbar-brand:focus, .navbar-brand:hover {
	color:#f3f3f3 !important;
}
.navbar-light .navbar-nav .nav-link {
	margin: 0 18px; padding: 6px 0px; font-weight: 900; font-size: 18px; color: rgb(255,255,255); font-family: 'font2';
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav
.nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light
.navbar-nav .show>.nav-link {
	color: rgb(255,255,255);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgb(56, 140, 59);
}
.navbar-light .navbar-nav li a {
	position: relative;
}
.navbar-collapse {
	height: 100%;
}
.mobile-top-header {
	display: none !important;
}

/* ========================================== */
/* === Website Pages Section ================ */
/* ========================================== */

/**** Home Section ****/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 55px;
}
.home-header-section .slider-logo span {
	font-family: 'font'; color: rgb(196,41,56);
}
.showcase {
    position: relative;
    height: 97vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.background-video {
    width: 100%;
    height: 900px;
    overflow: hidden;
    object-fit: cover;
}
.video-overlay {
/*	    position: relative;
    padding: 200px 100px 100px 100px;
    margin-top: -895px;
    width: 100%; height: 900px;*/
        position: absolute;
        padding: 50px 10px 50px 10px;
         /*  background: radial-gradient(circle, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 1) 100%);*/
		   height: 97.5%;
        margin-top: -0;
        margin-bottom: 0;
        width: 100%;
        top: 2%;
    
}
/*.video-overlay:hover {
	background: transparent; transition: 3s;
}*/
.video-overlay .row {
	--bs-gutter-x: 0;
}
.video-overlay h1 {
	font-family: monospace; font-size: 65px; color: /*#388c3b*/white;; font-weight: 600; letter-spacing: 1px; text-shadow: 1px 1px 1px #000; text-transform: uppercase; text-align: center;
}
.video-overlay h1 span {
	font-size: 20px; font-family: Arial; font-weight: 600; color: #efefef; letter-spacing: 1px; text-shadow: none;
}
.video-overlay h1 i {
	font-family: font4; letter-spacing: 3px; font-weight: 500; font-size: 40px; color: #736c45;
}
.video-overlay h3 {
	font-family: Montserrat;
    letter-spacing: 1px; position: relative; 
    font-size: 20px; font-weight: 600;
    text-transform: uppercase;
    color: #282828;
}
.video-overlay h3 span {
	color: #B24334;
}
.video-overlay h4 {
	padding: 35px; border-radius: 10px; color: #fff; font-size: 20px; letter-spacing: 2px; width: fit-content;
	background: #B24334; text-align: center; font-family: font11; font-weight: 600; text-transform: uppercase;
}

.video-overlay a {
	width:auto;     display: inline-block;
}

.video-overlay h4:hover {
	box-shadow: 0px 0px 0px 15px #B24334;  border-radius: 0px;
}
.video-overlay .boxer1 {
	padding: 25px;  border-radius: 10px;
}
.video-overlay .boxer2 {
	padding: 15px; 
}







/*HOME SLIDER CAROUSEL*/

/* Custom Carousel Styling */
.custom-carousel {
    position: relative;
    height: 88vh;
    width: 100%;                 /* override: avoid 101% overflow */
    overflow: hidden;
    font-family: Arial, sans-serif;

    /* override: stop flex from squeezing the slide track */
    display: block;
}

/* Stationary Info Section */
.carousel-info {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
    background: #00000042;
    padding: 50px;
    margin-top: 25px;
    text-align: left;
}
.carousel-info .intro-content {
    padding: 175px 80px 150px 80px; background: none;
}

.custom-carousel img{
    width:70%;
}

 

.carousel-info h1 {
  font-size: 45px; font-weight: 600; text-transform: uppercase;
  margin-bottom: 0.75rem; font-family: Arial; text-align:center;
}
.carousel-info h1 span {
	font-size: 20px; font-weight: 500;text-transform: none;
}

.carousel-info p {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  line-height: 40px; margin: 0px 200px 0px 200px;
}






/* Services grid inside panel (unchanged) */
.carousel-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 20px 0;
}
.carousel-service {
  padding: 15px;
  background: linear-gradient(to right, #000000c4, #0000008f), url(/img/homepage/rb1-25.png) no-repeat;
  background-size: cover;
  color: #fff;
  background-color: #000000;
  margin: 10px 0px 10px 0px;
  border-radius: 15px;
}
.carousel-service h3 {
  font-family: font8;
  text-shadow: 1px 1px 1px #000;
  font-size: 18px;
  width: 175px;
}
.carousel-service h3 span { color: #121862; }
.carousel-quote-button {
  background-color: #121862;
  padding: 15px 25px;
  border-radius: 10px; font-family: font4;
  margin-top: 20px;
}
.carousel-quote-button h5 { margin: 0; color: #fff; }

/* ===== Carousel Slides — Cross-fade + Mini Zoom ===== */


:root { --slideDuration: 7000ms; }

@keyframes kb-zoom-in {
  from { transform: translateZ(0) scale(1); }
  to   { transform: translateZ(0) scale(1.10); } /* adjust to taste */
}

.carousel-slide{
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateZ(0) scale(1);
  background-size: cover;
  background-position: center;
  will-change: opacity, transform;
  transition: opacity .7s ease;
  backface-visibility: hidden;
}

.carousel-slide.is-active{
  opacity: 1;
  animation: kb-zoom-in var(--slideDuration) linear both;
  z-index: 2;
}

.carousel-slide.is-leaving{
  opacity: 0;
  transition:
    opacity .7s ease,
    transform 1.5s cubic-bezier(.2,.75,.2,1);
  z-index: 1;
}

/* Reduced motion stays respected */
@media (prefers-reduced-motion: reduce){
  .carousel-slide{ transition: none !important; transform: none !important; animation: none !important; }
}
/* Navigation Buttons (unchanged) */
.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff; width: 3%;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 3;
  font-size: 24px;
  border-radius: 50%;
  transition: background 0.3s ease;
}
.carousel-nav:hover { background: rgba(0, 0, 0, 0.8); }
.carousel-nav.prev { left: 20px; }
.carousel-nav.next { right: 20px; }


/* explicit layers + isolation to avoid transform quirks */
.custom-carousel { position: relative; isolation: isolate; }

:root{
  --z-slides: 0;
  --z-slide-active: 1;
  --z-overlay: 50;   /* higher than any slide */
  --z-nav: 60;
}

.carousel-slides{ z-index: var(--z-slides); }
.carousel-slide{ z-index: var(--z-slides); }
.carousel-slide.is-active{ z-index: var(--z-slide-active); }
.carousel-slide.is-leaving{ z-index: var(--z-slides); }

.carousel-info{ z-index: var(--z-overlay); }
.carousel-nav{ z-index: var(--z-nav); }









@media(max-width: 991px){
.carousel-info .intro-content {
    padding: 175px 30px 150px 30px;
    background: none;
}

.carousel-info {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
    background: #00000042;
    padding: 50px 10px;
    margin-top: 25px;
    text-align: left;
}
}







.home-split {
	        /*background: linear-gradient(0deg, rgb(0 0 0 / 17%) 25%, rgb(0 0 0 / 17%) 90%) 0% 0% / 50% repeat, url(/img/homepage/fp-111.png);background-size: 25%; background-color: #000;*/
}

.home-split .container {
	padding: 0px 25px 75px 25px; background: linear-gradient(0deg, rgb(255 255 255 / 50%) 25%, rgb(255 255 255 / 50%) 90%) 0% 0% / 50% repeat, url(/img/homepage/texture-001.png);background-size: 50%; border-radius: 10px; margin-top: -100px; position: relative;  margin-bottom: -100px; background-color: #fff !important; background-attachment: fixed;
}

.home-split h2 {
	text-align: center;
    font-family: Arial;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 45px;
    background: #235b25;
    padding: 25px;
    border-radius: 10px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    margin-top: -45px;
    margin-bottom: 50px;
}

.home-split h3 {
	padding: 10px; border-radius: 10px; background: #d5f7b2; font-weight: 600; font-family: Arial; text-transform: uppercase; font-size: 25px;
	width: fit-content; margin-left: 50px;
}

.home-split h4 {
	font-size: 20px; font-family: Arial; margin-left: 75px; line-height: 30px; margin-bottom: 25px;
}

.home-split p {
	text-align: center; font-family: sans-serif; font-size: 18px; line-height: 35px; margin-bottom: 50px; margin-left: 100px; margin-right: 100px;
}
.home-split .spanner1 {
	color: #92d16b;
}

.home-split .spanner2 {
	color: #388c3b;
}

.home-split .spanner3 {
	color: #715229;
}

.home-split img {
	border-radius: 10px;
}

.home1 {
	padding: 200px 75px 175px 75px;   /*background: linear-gradient(0deg, rgb(0 0 0 / 87%) 25%, rgb(0 0 0 / 87%) 90%) 0% 0% / 50% repeat, url(/img/homepage/lawn-001.jpeg);background-size: cover; */  background: #0009;
}
.home1 .container {
	    
}
.home1 .pad {
	padding-top: 85px;
}
.home1 .contact-pad {
	padding: 75px 15px 75px 15px; border-radius: 10px; border: 3px dashed #388c3b; margin-top: 100px;
}
.home1 h2 {
	font-family: Arial; font-size: 20px;  font-weight: 600; color: #C4C2C2;
}
.home1 p {
	font-size: 17px; font-family: sans-serif; font-weight: 500; line-height: 35px; color: #fff;
}
.home1 h2 span {
	font-size: 40px;font-weight: 800; color: rgb(56, 140, 59);
}

.home-tree-services {
	text-align: center; padding: 0px 100px 0px 100px;
   
}

.home-tree-services h2 {
	font-family: Arial; font-weight: 700; font-size: 35px;
}

.home-tree-services h3 {
	font-family: sans-serif; font-weight: 600; font-size: 25px; color: #388c3b;
}

.home-tree-services p {
	font-size: 17px; font-family: sans-serif; font-weight: 500; line-height: 35px; 
}

.home-tree-services .container-fluid {
	padding: 0px; 
}

.home-tree-services .tree-start {
	background: linear-gradient(0deg, rgb(255 255 255 / 50%) 25%, rgb(255 255 255 / 50%) 90%) 0% 0% / 50% repeat, url(/img/homepage/texture-001.png);
    background-size: 50%; border: 5px solid #000;
    border-radius: 100px; margin-top: 150px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px;
    background-color: #fff !important; 
    background-attachment: fixed;
}
.home-tree-services .tree-content {
	padding: 150px 25px;
}
.home-tree-services .tree-image {
	/*background: linear-gradient(0deg, rgb(0 0 0 / 27%) 25%, rgb(0 0 0 / 27%) 90%) 0% 0% / 50% repeat, url(/img/homepage/trees-001.png);*/
/*	    background: linear-gradient(0deg, rgb(0 0 0 / 27%) 25%, rgb(0 0 0 / 27%) 90%) 0% 0% / 50% repeat,*/
/*                url(/img/homepage/sl-example-06.jpg);*/
/*	*/
	
	    background: linear-gradient(0deg, rgb(0 0 0 / 27%) 25%, rgb(0 0 0 / 27%) 90%) 0% 0% / 50% repeat,
                url(/img/homepage/sl-example-07.jpg);
		background-position:50%; 
	
	background-size: cover; height: 100%;  border-top-left-radius: 90px;  border-bottom-left-radius:0px;
}

.home-tree-services .mover {
	    --bs-gutter-x: 0; margin-bottom: 100px;  color: #fff;
}

.home-tree-services .tree-service-1 {
	border-bottom-left-radius: 25px; background: #000; padding: 75px 15px; border-right: 2px dashed #388c3b; height: 100%;
}

.home-tree-services .tree-service-1 p {
	font-size: 15px; line-height: 30px;
}

.home-tree-services .tree-service-2 {
	 background: #000; padding: 75px 15px; border-right: 2px dashed #388c3b; height: 100%;
}

.home-tree-services .tree-service-2 p {
	font-size: 15px; line-height: 30px;
}
.home-tree-services .tree-service-22 {
	 background: #000; padding: 75px 15px; border-right: 2px dashed #388c3b; height: 100%;
}

.home-tree-services .tree-service-22 p {
	font-size: 15px; line-height: 30px;
}

.home-tree-services .tree-service-3 {
	border-bottom-right-radius: 25px; background: #000; padding: 75px 15px; height: 100%;
}

.home-tree-services .tree-service-3 p {
	font-size: 15px; line-height: 30px;
}


.home-lawn-services {
    text-align: center;
    padding: 0px 100px 0px 100px;
}

.home-lawn-services h2 {
    font-family: Arial;
    font-weight: 700;
    font-size: 35px;
}

.home-lawn-services h3 {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #388c3b;
}

.home-lawn-services p {
    font-size: 17px;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 35px;
}

.home-lawn-services .container-fluid {
    padding: 0px;
}

.home-lawn-services .lawn-start {
    background: linear-gradient(0deg, rgb(0 0 0 / 90%) 25%, rgb(0 0 0 / 90%) 90%) 0% 0% / 50% repeat, url(/img/homepage/texture-001.png);
    background-size: 50%;
    border: 5px solid #000;
    border-radius: 100px;
    margin-top: 150px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #000 !important;
    background-attachment: fixed;
}

.home-lawn-services .lawn-content {
    padding: 150px 25px; color: #fff;
}

.home-lawn-services .lawn-image {
    /*background: linear-gradient(0deg, rgb(0 0 0 / 27%) 25%, rgb(0 0 0 / 27%) 90%) 0% 0% / 50% repeat,*/
    /*            url(/img/homepage/lawn-001.jpeg);*/
    background: linear-gradient(0deg, rgb(0 0 0 / 27%) 25%, rgb(0 0 0 / 27%) 90%) 0% 0% / 50% repeat,
                url(/img/homepage/sl-example-04.jpg);
    background-size: cover;
    height: 100%;
    border-top-left-radius: 90px;
    border-bottom-left-radius: 0px;
	background-position:50% ;
}

.home-lawn-services .mover {
    --bs-gutter-x: 0;
    margin-bottom: 100px;
    color: #000;
}

.home-lawn-services .lawn-service-1 {
    border-bottom-left-radius: 25px;
    background: #fff;
    padding: 75px 15px; height: 100%;
    border-right: 2px dashed #388c3b;
}

.home-lawn-services .lawn-service-1 p {
    font-size: 15px;
    line-height: 30px;
}

.home-lawn-services .lawn-service-2 {
    background: #fff; height: 100%;
    padding: 75px 15px;
    border-right: 2px dashed #388c3b;
}

.home-lawn-services .lawn-service-2 p {
    font-size: 15px;
    line-height: 30px;
}

.home-lawn-services .lawn-service-22 {
    background: #fff; height: 100%;
    padding: 75px 15px;
    border-right: 2px dashed #388c3b;
}

.home-lawn-services .lawn-service-22 p {
    font-size: 15px;
    line-height: 30px;
}

.home-lawn-services .lawn-service-3 {
    border-bottom-right-radius: 25px;
    background: #fff;
    padding: 75px 15px; height: 100%;
}

.home-lawn-services .lawn-service-3 p {
    font-size: 15px;
    line-height: 30px;
}


/* Why Choose Us Section */
.why-choose-us {
    padding: 150px 50px;
    background: linear-gradient(0deg, rgb(255 255 255 / 80%) 25%, rgb(255 255 255 / 80%) 90%) 0% 0% / 50% repeat,
                url(/img/homepage/texture-001.png);
    background-size: 50%;
    text-align: center;
    border-radius: 0;
}

.why-choose-us h2 {
    font-family: Arial;
    font-weight: 700;
    font-size: 45px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.why-choose-us h2 span {
    color: #388c3b; font-size: 50px;
}

.why-choose-us .why-intro {
    font-size: 19px;
    font-family: sans-serif;
    color: #000;
    width: 75%;
    margin: 0 auto 75px auto;
    line-height: 34px;
}

.choose-row {
    --bs-gutter-x: 25px;
}

.choose-card {
    background: #000;
    padding: 40px 25px;
    border-radius: 15px;
    text-align: center;
    transition: 0.4s ease;
    border: 3px dashed #388c3b;
    position: relative;
    height: 100%;
}

.choose-card i {
    font-size: 45px;
    color: #388c3b;
    margin-bottom: 20px;
    transition: 0.3s ease;
}

.choose-card h3 {
    font-family: Arial;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.choose-card p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.choose-card:hover {
    transform: translateY(-12px);
    box-shadow: 0px 0px 25px rgba(56, 140, 59, 0.5);
    border-color: #64d46b;
}

.choose-card:hover i {
    color: #64d46b;
    transform: scale(1.15);
}

.card-cta {
    margin-top: 20px;
}

.card-cta a {
    display: inline-block;
    padding: 10px 22px;
    border: 2px solid #388c3b;
    color: #388c3b;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.card-cta a:hover {
    background: #388c3b;
    color: #fff;
    border-color: #388c3b;
}


/* ============================== */
/* SERVICE AREA TABS - CLEAN CSS */
/* ============================== */

.service-area-tabs {
    padding: 175px 25px;
    /*background: linear-gradient(0deg, rgba(0,0,0,0.85), rgba(0,0,0,0.85)), 
                url(/img/homepage/texture-001.png);*/
    background-size: 40%;
    background-attachment: fixed;
    color: #fff;
}

/* LEFT COLUMN HEADER */
.service-tab-buttons h2 {
       font-family: Arial;
    font-size: 35px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #000;
    padding: 10px;
    background: #388c3b;
    text-align: center;
    font-weight: 600;
    border-radius: 10px;
}

/* --- COUNTY GRID (2 across) --- */
.county-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-bottom: 12px;
}

/* --- CITY GRID (3 across) --- */
.city-grid-buttons {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 6px;
}

.tab-btn {
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #000;
    border: 2px dashed #388c3b;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: .25s;
	    margin: 10px 0px 10px 0px;
}

.tab-btn:hover { background:#388c3b; }
.tab-btn.active {
    background:#388c3b;
    border-style: solid;
}

/* Remove scrollbar entirely */
.service-tab-buttons {
    overflow: visible !important;
    max-height: none !important;
}

.divider {
    margin: 12px 0;
    border-bottom: 2px solid #388c3b;
}

/* ============================== */
/* RIGHT PANEL */
/* ============================== */

.service-tab-content {
    background: #000;
    padding: 25px 30px;
    border-radius: 8px;
    border: 2px solid #388c3b;
}

.tab-panel { display:none; }
.tab-panel.active { display:block; }

.tab-panel h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.tab-panel p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 15px;
}

.tab-panel ul { padding:0; margin:15px 0px 35px 0; list-style:none; }
.tab-panel ul li {
    padding-left: 18px;
    font-size: 14px;
    margin-bottom: 6px;
    position:relative;
}
.tab-panel ul li:before {
    content:"►";
    color:#388c3b;
    position:absolute;
    left:0;
    top:0;
}

.map-frame {
    width: 100%;
    height: 275px;
    border: none;
    border-radius: 8px;
    margin-bottom: 20px;
}

.tab-cta {
    display:inline-block;
    padding: 8px 20px;
    border-radius:20px;
    border:2px solid #388c3b;
    color:#388c3b;
    font-size:14px;
    font-weight:700;
    text-decoration:none;
    transition:.25s;
}

.tab-cta:hover {
    background:#388c3b;
    color:#fff;
}

/* =============================== */
/*        OUR PROCESS SECTION      */
/* =============================== */

.our-process {
    padding: 120px 20px;
    background: #fff;
    text-align: center;
}

.process-title {
    font-size: 38px;
    font-weight: 700;
    font-family: Arial;
    color: #388c3b;
    margin-bottom: 10px;
}

.process-subtitle {
    font-size: 17px;
    color: #444;
    margin-bottom: 60px;
}

.process-tree-img {
    width: 100%;
    max-width: 100%;
}

/* STEP WRAPPER */
.process-steps {
    text-align: left;
    padding-left: 20px;
}

/* INDIVIDUAL STEP */
.process-step {
    margin-bottom: 32px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 18px;
}

.process-step h3 {
    font-size: 20px;
    font-family: Arial;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.process-step h3 span {
    color: #388c3b;
    font-size: 26px;
    font-weight: 800;
    margin-right: 12px;
}

.process-step p {
    font-size: 15px;
    color: #555;
    line-height: 26px;
}

/* Mobile Tweaks */
@media (max-width: 992px) {
    .process-steps {
        padding-left: 0;
        margin-top: 40px;
    }
}


/* ========================================= */
/* DETAILED SERVICES BREAKDOWN SECTION */
/* ========================================= */

.detailed-services {
    padding: 120px 30px;
    background: linear-gradient(0deg, rgba(0,0,0,0.85), rgba(0,0,0,0.85)),
                url(/img/homepage/texture-001.png);
    background-size: 40%;
    color: #fff;
    text-align: center;
}

.services-title {
    font-size: 42px;
    font-weight: 700;
    font-family: Arial;
    color: #388c3b;
    margin-bottom: 15px;
}

.services-subtitle {
    max-width: 750px;
    margin: 0 auto 60px auto;
    font-size: 18px;
    line-height: 30px;
    color: #dcdcdc;
}

/* CARDS */
.service-card {
    background: rgba(255,255,255,0.06);
    border: 2px solid #388c3b;
    padding: 35px 25px;
    margin-bottom: 35px;
    border-radius: 12px; height: 100%;
    text-align: left;
    transition: 0.3s;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 20px rgba(56, 140, 59, 0.4);
}

/* CARD TITLE */
.service-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid #388c3b;
    padding-bottom: 10px;
}

/* LIST */
.service-card ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.service-card ul li {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 22px;
    position: relative;
}

.service-card ul li:before {
    content: "►";
    position: absolute;
    left: 0;
    color: #388c3b;
    font-size: 14px;
}


/* ================================ */
/*          CTA SECTION             */
/* ================================ */

.cta-section {
    padding: 140px 30px;
    text-align: center;
    color: #fff;
}

.cta-title {
    font-size: 42px;
    font-weight: 800;
    font-family: Arial, sans-serif;
    color: #388c3b;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cta-subtitle {
    max-width: 800px;
    margin: 0 auto 45px auto;
    font-size: 20px;
    line-height: 32px;
    color: #e6e6e6;
}

/* BUTTONS */
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.cta-btn {
    padding: 16px 38px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
    border: 3px solid #388c3b;
}

/* PRIMARY BUTTON */
.cta-primary {
    background: #388c3b;
    color: #fff;
}

.cta-primary:hover {
    box-shadow: 0 0 20px rgba(56,140,59,0.7);
    transform: translateY(-3px);
}

/* SECONDARY BUTTON */
.cta-secondary {
    background: transparent;
    color: #388c3b;
}

.cta-secondary:hover {
    background: #388c3b;
    color: #fff;
    transform: translateY(-3px);
}

/* MOBILE RESPONSIVENESS */
@media (max-width: 768px) {
    .cta-title {
        font-size: 32px;
    }
    .cta-subtitle {
        font-size: 17px;
    }
    .cta-btn {
        width: 100%;
        max-width: 300px;
    }
}



/**** About Section ****/

/* ========================================================= */
/* ABOUT HERO */
/* ========================================================= */
.about-hero {
    background: url('/img/about/landscaping-001.webp') center/cover no-repeat;
    height: 100vh;
    position: relative;
}

.about-hero-overlay {
    background: rgba(0,0,0,0.6);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
}

.about-hero h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 800;
    text-shadow: 1px 1px 3px #000;
}

.about-hero p {
    font-size: 22px;
    color: #eaeaea;
    margin-bottom: 40px;
}

/*.about-legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}*/

.about-legend {
    display: grid;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    grid-template-columns: repeat(6, 1fr);
}
.about-legend a {
    padding: 12px 22px;
    background: rgba(255,255,255,0.15);
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    transition: 0.3s;
}

.about-legend a:hover {
    background: #388c3b;
}



@media (max-width: 991px){
	
.about-legend {
    display: grid;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
	
}
/* ========================================================= */
/* ABOUT IMAGE + CONTENT SECTIONS */
/* ========================================================= */

.about-section {
    padding: 120px 0;
       background: linear-gradient(0deg, rgb(255 255 255 / 50%) 25%, rgb(255 255 255 / 50%) 90%) 0% 0% / 50% repeat, url(/img/homepage/texture-001.png);     background-color: #fff !important;background-size: 50%;
}

.about-img {
    width: 100%;
    border-radius: 12px;
        box-shadow: 1px 1px 10px 1px #000;
    border: 5px solid #388c3b;
}

.about-section h2 {
    font-size: 42px;
    color: #388c3b;
    font-weight: 800;
    margin-bottom: 20px;
}

.about-section p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
}

.operation-list {
    list-style: none;
    padding-left: 0;
    margin-top: 25px;
}

.operation-list li {
    font-size: 17px;
    margin-bottom: 12px;
}

.operation-list i {
    color: #388c3b;
    margin-right: 8px;
}

/* ========================================================= */
/* WHAT WE DO – CARDS */
/* ========================================================= */

.about-what {
    padding: 120px 0;
        background: linear-gradient(0deg, rgb(0 0 0 / 50%) 25%, rgb(0 0 0 / 50%) 90%) 0% 0% / 50% repeat, url(/img/homepage/fp-111.png);
    background-size: 25%;
    background-color: #000;
}

 
.about-what h2 {
    color: #388c3b;
    font-size: 42px;
    margin-bottom: 10px;
    font-weight: 800;
}

.section-subtext {
    color: #dcdcdc;
    margin-bottom: 60px;
    font-size: 18px;
}

.about-card {
    background: #000;
    border: 2px solid #388c3b;
    padding: 35px; margin: 15px 0px 15px 0px;
    border-radius: 12px;
    text-align: center;
    transition: 0.25s;
	height:100%;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	
	margin:10px 0;
}

.about-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 18px rgba(56,140,59,0.5);
}

.about-card i {
    font-size: 40px;
    color: #388c3b;
    margin-bottom: 18px;
}

.about-card h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.about-card p {
    font-size: 16px;
    color: #ddd;
}

/* ========================================================= */
/* WHY CHOOSE US – FULL PAGE */
/* ========================================================= */

.about-why {
	  background: linear-gradient(0deg, rgb(0 0 0 / 75%) 25%, rgb(0 0 0 / 75%) 90%) 0% 0% / 50% repeat, url(/img/about/landscaping-005.webp);
    padding: 150px 20px; background-size: cover;
    position: relative;
}

.why-overlay {
  /*  background: rgba(0,0,0,0.7);*/
    padding: 150px 20px;
}

.about-why h2 {
    color: #388c3b;
    font-size: 42px; font-weight: 700;
    margin-bottom: 10px;
}

.why-subtext {
    color: #dcdcdc;
    margin-bottom: 60px;
}

.why-item {
    padding: 25px;
    color: #fff;
}

.why-item i {
    font-size: 40px;
    margin-bottom: 15px;
    color: #388c3b;
}

.why-item h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

/* ========================================================= */
/* AREAS WE SERVE */
/* ========================================================= */

.about-areas {
    padding: 150px 20px;
    background: linear-gradient(0deg, rgb(0 0 0 / 65%) 25%, rgb(0 0 0 / 65%) 90%) 0% 0% / 50% repeat, url(/img/homepage/fp-111.png);
    background-size: 25%;
    background-color: #000;
}

.about-areas h2 {
	font-family: Arial; font-weight: 800; color: #388c3b; font-size: 45px; margin-bottom: 50px;
}

/*.areas-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 25px;
}
*/

.areas-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.areas-grid span {
    padding: 10px 20px;
    border-radius: 20px;
    border: 2px solid #388c3b;
    font-size: 16px;
    font-weight: 700;
    color: #388c3b;
}



@media (max-width: 991px){
.areas-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}	
}
/* ========================================================= */
/* CTA – FULL PAGE IMAGE */
/* ========================================================= */

.about-cta {
      background: linear-gradient(0deg, rgb(0 0 0 / 75%) 25%, rgb(0 0 0 / 75%) 90%) 0% 0% / 50% repeat, url(/img/about/landscaping-004.webp);
    padding: 150px 20px; background-size: cover;
    position: relative;
}

.cta-overlay {
  /*  background: rgba(0,0,0,0.7);*/
    padding: 120px 20px;
}

.about-cta h2 {
    font-size: 48px; text-shadow: 1px 1px 1px #000;
    font-weight: 800;
    color: #388c3b;
    margin-bottom: 15px;
}

.about-cta p {
    color: #e6e6e6;
    font-size: 20px;
    margin-bottom: 40px;
}

.cta-btn-primary {
    display: inline-block;
    padding: 16px 40px;
    border-radius: 40px;
    background: #388c3b;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    margin-right: 20px;
    border: 2px solid #388c3b;
    transition: .3s;
}

.cta-btn-primary:hover {
    box-shadow: 0 0 20px rgba(56,140,59,0.7);
    transform: translateY(-3px);
}

.cta-btn-secondary {
    display: inline-block;
    padding: 16px 40px;
    border-radius: 40px;
    border: 2px solid #388c3b;
    color: #388c3b;
    background: transparent;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
}

.cta-btn-secondary:hover {
    background: #388c3b;
    color: #fff;
    transform: translateY(-3px);
}


/**** Services Section ****/


/* ======================================================================
   GLOBAL WRAPPERS
====================================================================== */
.stu-hero,
.stu-sellingpoints,
.stu-services-card-section,
.stu-service-section,
.stu-service-faq,
.stu-cta,
.stu-final-cta {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.stu-service-faq{
	background: black;
	padding:100px 10px; 
}

/* ===============================
   HERO BASE
================================ */
/* BASE STRUCTURE STAYS THE SAME */
/* ===============================
   HERO BASE
================================ */
.stu-hero {
  position: relative;
  height: 85vh;
  background: url("/img/services/tree-intro-001.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stu-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
  z-index: 1;
}

.stu-hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  max-width: 900px;
  padding: 0 20px;
}

.stu-hero-inner h1 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 10px;
}

.stu-hero-inner p {
  font-size: 18px;
  margin-bottom: 45px;
}

/* ===============================
   CIRCLE MENU
================================ */
.stu-hero-circle {
  position: relative;
  width: 380px;
  height: 380px;
  margin: auto;
}

/* CENTER BUTTON */
.circle-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105px;
  height: 105px;
  background: #fff;
  border-radius: 15%;
  border: 3px solid #388c3b;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  transition: .25s ease;
}

.circle-center:hover {
  background: #388c3b; border-radius: 50%; transition: 0.4s;
  transform: translate(-50%, -50%) scale(1.08); color: #fff;
}

/* ORBIT BUTTONS */
.circle-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border-radius: 15%;
  text-decoration: none;
	border: 3px solid #388c3b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background: #fff;
  color: #000;
  font-size: 22px;
  font-weight: 700;

  /* ORIGINAL ORBIT FORMULA USING CSS VARIABLE angle */
  transform:
    translate(-50%, -50%)
    rotate(var(--angle))
    translate(160px)
    rotate(calc(var(--angle) * -1));

  transition: background .3s ease, color .3s ease, transform .3s ease;
}

/* LABEL TEXT */
.circle-item span {
  margin-top: 4px;
  font-size: 10px;
  font-weight: 700;
}

/* HOVER — PRESERVES ORBIT, ADDS SCALE */
.circle-item:hover {
  background: #388c3b; transition: 0.4s;
  color: #fff; border-radius: 50%;
/*
  transform:
    translate(-50%, -50%)
    rotate(var(--angle))
    translate(160px)
    rotate(calc(var(--angle) * -1))
    scale(1.15);*/
}


.home-faq .container {
    background: none;
    padding: 40px 10px 40px 10px;
}

.home-faq .slc-section-intro {
    max-width: 100%;
}

.home-faq .slc-section-intro p {
    color: white;
    font-size:1.2rem;
}

.slc-faq-wrapper {
    max-width: 850px;
    margin: 0 auto;
}
.slc-section-intro  {
 
	color:white
}
.slc-section-intro h2{
	    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 20px;
	color:white
}
.slc-faq-item {
    border-bottom: 1px solid #eaeaea;
}
.slc-eyebrow{
	color:white;
}
.slc-faq-question {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    font-size: 17px;
    font-weight: 700;
    padding: 15px 0;
    cursor: pointer;
    transition: 0.3s ease;
    color:white;
}

.slc-faq-question:hover {
    color: lightgray;
}

.slc-faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #0000006b;
    transition: max-height 0.4s ease;
    font-size: 15px;
    color: whilte;;
    padding: 10px;
    opacity: 0;
    transition:0.3s;
}

.slc-faq-item.active .slc-faq-answer {
        opacity: 1;
		color:white;
}

.slc-faq-answer ul {
    margin: 15px 0;
}

.slc-faq-answer ul li {
    margin-bottom: 6px;
}

.slc-faq-answer a {
    color: #29A2AD;
    font-weight: 600;
}

.slc-faq-left {
    left: 40px;
    top: 120px;
}

.slc-faq-right {
    right: 40px;
    bottom: 120px;
}

/* Ensure FAQ content sits above floating images */
.slc-faq-wrapper {
    position: relative;
    z-index: 2;
}

/* Floating images stay behind + do not block clicks */
.slc-faq-floating {
    position: absolute;
    width: 180px;
    opacity: 1;
    z-index: 1;
    pointer-events: none; /* THIS IS THE CRITICAL LINE */
}

/* Stack images nicely */
.slc-faq-floating img {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}






/* ===============================
   RESPONSIVE
================================ */
@media(max-width: 700px){
  .stu-hero-circle {
    width: 300px;
    height: 300px;
  }
  .circle-item {
    width: 80px; height: 80px;
  }
  .circle-center {
    width: 90px; height: 90px;
    font-size: 1rem;
  }
}

@media(max-width: 500px){
  .stu-hero-circle {
    width: 260px;
    height: 260px;
  }
  .circle-item {
    width: 80px; height: 80px;
  }
  .circle-center {
    width: 105px;
    height: 95px;
	font-size:1.3rem;
  }
  .stu-hero-inner h1 {
    font-size: 32px;
  }
  .stu-hero-inner p {
    font-size: 15px;
  }
}

.circle-item,
.circle-inner,
.circle-inner i,
.circle-inner span {
  flex-shrink: 0;
  line-height: 1;
  font-size: inherit;
}

.circle-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* Prevent ANY internal layout shift */
.circle-inner i {
  width: 28px;
  height: 28px;
  display: block;
  text-align: center;
}

.circle-item:hover {
  background: #388c3b;
  color: #fff;
}

.circle-item:hover .circle-inner {
  background: #388c3b !important;
  color: #fff !important;
}

/* REMOVE THE SCALE (THIS is the real culprit) */



/* ======================================================================
   SELLING POINTS SECTION
====================================================================== */
.stu-sellingpoints {
    padding: 80px 0;
    background: linear-gradient(0deg, rgba(255,255,255,0.5), rgba(255,255,255,0.5)),
                url('/img/homepage/texture-001.png');
    background-size: 50%;
}
.sp-wrap {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
}
.sp-card {
    position: relative;
    background: #fff;
    border: 2px solid #388c3b;
    border-radius: 12px;
    padding: 35px 25px 35px 70px;
    transition: .25s ease;
}
.sp-icon {
    position: absolute;
    top: 20px;
    left: 12px;
    font-size: 30px;
    color: #388c3b;
}
.sp-card h3 {
    font-size: 22px;
    font-weight: 800;
}
.sp-card:hover {
    transform: translateY(-6px);
    border-color: #000;background: linear-gradient(90deg,rgba(0, 0, 0, 1) 11.5%, rgba(255, 255, 255, 1) 11.5%);
}
.sp-card:hover i {
	margin-top: 50px; transition: 1.5s; font-size: 35px;
}

.sp-card:hover h3 {
	color: #388c3b; text-decoration: underline !important;
}

.sp-card p {
    margin-top: 10px;
    font-size: 15px;
}
@media(max-width: 700px) {
    .sp-wrap { grid-template-columns: 1fr; }
}

/* ======================================================================
   SERVICES CARD GRID (McBryde Style)
====================================================================== */
.stu-services-card-section {
    padding: 90px 20px;
    background: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
                url('/img/homepage/fp-111.png');
    background-size: 25%;
    background-color: #000;
    text-align: center;
    color: #fff;
}
.stu-card-header h2 {
    font-size: 42px;
    font-weight: 800;
}
.stu-card-header p {
    font-size: 18px;
    margin-bottom: 40px;
}
.stu-card-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 35px;
    max-width: 1200px;
    margin: auto;
}
.stu-service-card {
    background: #fff;
    border: 2px solid #388c3b;
    border-radius: 12px;
    padding: 35px 25px;
    color: #000;
    transition: .25s ease;
    text-align: center;
}
.stu-service-card i {
    font-size: 38px;
    margin-bottom: 12px;
    color: #388c3b;
}
.stu-service-card:hover {
    background: #000;
    border-color: #fff;
    transform: translateY(-8px);
}
.stu-service-card:hover i,
.stu-service-card:hover h3,
.stu-service-card:hover p {
    color: #388c3b;
}
.stu-service-card a {
    display: inline-block;
    margin-top: 12px;
    font-weight: 700;
    text-decoration: none;
    color: #388c3b;
}
.stu-service-card:hover a {
    color: #fff;
}
@media(max-width: 900px) {
    .stu-card-grid { grid-template-columns: repeat(2,1fr); }
}
@media(max-width: 600px) {
    .stu-card-grid { grid-template-columns: 1fr; }
}

/* ======================================================================
   SERVICE SECTIONS (McBryde Split Layout)
====================================================================== */
.stu-service-section {
    padding: 175px 0;
    color: #fff;
    background-size: cover;
    background-position: center;
    position: relative;
}
.stu-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.65);
    z-index: 1;
}
.stu-inner {
    position: relative;
    z-index: 2;
    max-width: 1300px;
    margin: auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 60px;
    align-items: center;
}
.stu-content h2 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
}
.stu-content p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 550px;
}
.stu-bullets {
    display: grid;
    gap: 18px;
}
.stu-bullet {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    background: rgba(0,0,0,0.45);
    border: 2px solid #388c3b;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    backdrop-filter: blur(3px);
    transition: .25s ease;
}
.stu-bullet:hover {
    transform: translateX(6px);
    background: #388c3b;
    color: #000;
}
.stu-bullet i {
    font-size: 22px;
}

/* --------- Alternating Layout --------- */
.stu-service-section.flip .stu-inner {
    grid-template-columns: 1fr 1.3fr;
}
.stu-service-section.flip .stu-content {
    order: 2;
}
.stu-service-section.flip .stu-bullets {
    order: 1;
}

/* ======================================================================
   CTA BREAKERS (white, green, black)
====================================================================== */
.stu-cta {
    padding: 70px 20px;
    text-align: center;
}
.stu-cta-inner {
    max-width: 900px;
    margin: auto;
}
.stu-cta h3 {
    font-size: 36px;
    font-weight: 800;
}
.stu-cta p {
    font-size: 18px;
    margin-bottom: 26px;
}
.cta-btn {
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: .25s ease;
}

/* WHITE CTA */
.cta-white {
    background: #fff;
    color: #000;
}
.cta-white .cta-btn {
    background: #000;
    color: #fff;
}
.cta-white .cta-btn:hover {
    background: #388c3b;
    border-color: #388c3b;
}

/* GREEN CTA */
.cta-green {
    background: #388c3b;
    color: #fff;
}
.cta-green .cta-btn {
    background: #000;
    color: #fff;
}
.cta-green .cta-btn:hover {
    background: #fff;
    color: #000;
}

/* BLACK CTA */
.cta-black {
    background: #000;
    color: #fff;
}
.cta-black .cta-btn {
    background: #388c3b;
    color: #000;
}
.cta-black .cta-btn:hover {
    background: #fff;
    color: #000;
}

/* ======================================================================
   FINAL CTA
====================================================================== */
.stu-final-cta {
    padding: 120px 20px;
    color: #fff;
    background-size: 25%;
    text-align: center;
}
.stu-final-cta-inner {
    max-width: 900px;
    margin: auto;
}
.stu-final-cta h2 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
}
.final-btn {
    background: #388c3b;
    color: #fff;
    padding: 16px 36px;
    border-radius: 8px;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
    transition: .25s ease;
}
.final-btn:hover {
    background: #fff;
    color: #000;
}



/**** Gallery Section ****/
.gallery-page {
	padding: 175px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}

/**** Areas We Service Section ****/


/* INTRO SECTION */
/* INTRO SECTION — DARK OVERLAY + LANDSCAPING BG + GREEN HEADINGS */
.sa-intro {
    padding: 120px 0;
    background:
        linear-gradient(0deg, rgba(0,0,0,0.80), rgba(0,0,0,0.80)),
        url('/img/services/landscaping-intro-001.webp');
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: left;
}

.sa-intro h1 {
    font-size: 52px;
    line-height: 1.1;
    color: #388c3b; /* green heading */
    font-weight: 800;
    margin-bottom: 18px;
}

.sa-intro p {
    font-size: 20px;
    line-height: 1.6;
    color: #ffffff;
    max-width: 850px;
}

/* LEGEND */
.sa-legend {
    margin-top: 45px;
}

.sa-legend h3 {
    color: #388c3b; /* green heading */
    font-size: 28px;
    margin-bottom: 12px;
}

.sa-legend ul {
    columns: 3;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sa-legend ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    display: block;
    padding: 5px 0;
}

.sa-legend ul li a:hover {
    color: #72d17b; /* lighter green hover */
}



/* LOCATION SECTIONS */
.sa-location {
    background:#fff;
    padding:80px 0;
    border-bottom:1px solid #e5e5e5;
}
.sa-location-inner {
    display:grid;
    grid-template-columns:1.2fr 1fr;
    gap:40px;
}
.sa-location h2 {
    font-size:36px;
    font-weight:800;
    color:#000;
    margin-bottom:12px;
}
.sa-location p {
    font-size:17px;
    line-height:1.6;
    color:#444;
}
.sa-map iframe {
    width:100%;
    height:350px;
    border:0;
    border-radius:10px;
}
.sa-text{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
/* SERVICE CARDS */
.sa-cards {
    margin-top:40px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

/* White Card */
.sa-card.sa-white {
    background:#fff;
    border:2px solid #ddd;
    padding:25px;
    border-radius:12px;
}

/* Green Card */
.sa-card.sa-green {
    background:#388c3b;
    color:#fff;
    padding:25px;
    border-radius:12px;
}
.sa-card.sa-green p{
    color:#fff;
}

/* Black Card */
.sa-card.sa-black {
    background:#000;
    color:#fff;
    padding:25px;
    border-radius:12px;
}
.sa-card.sa-black p{
    color:#fff;
}
.sa-card h3 {
    font-size:22px;
    margin-bottom:10px;
    font-weight:800;
}
.sa-card p {
    font-size:15px;
    line-height:1.5;
}

@media(max-width:900px){
    .sa-location-inner {
        grid-template-columns:1fr;
    }
    .sa-cards {
        grid-template-columns:1fr;
    }
    .sa-legend ul {
        columns:1;
    }
}


.area:nth-child(odd) {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.area:nth-child(even) {
	padding: 75px 0 75px 0; background: rgb(245,245,245);
}
.area h2 {
	font-size: 2.5rem; font-family: font2; font-weight: 800; color: rgb(196,41,56);
}
.area h4 {
	font-size: 1.5rem; font-family: font2; color: rgb(75,75,75);
}
.area p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.area iframe {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}

/**** Contact Section ****/


/**** Testimonials Section ****/
.testimonials {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}


/**** Sections On Every Page ****/
.contact-section {
	padding: 50px 0 50px 0; background: #fff9;
}
.contact-section h3 {
	font-size: 2rem; font-family: font2; font-weight: 800; text-align: center; color: rgb(12,12,12);
}

/* ========================================== */
/* === Misc. Section ======================== */
/* ========================================== */

/****  Referrals Owl Carousel ****/
.owl-carousel .owl-stage-outer {
	padding: 40px 0;
}
.owl-nav {
	position: absolute; width: 100%; top: 10%; display: none;
}
.owl-carousel .item {
	display: block; height: 100%;
}
.owl-carousel .owl-item span {
	font-size: 20px; font-weight: 500;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
	position: absolute;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
	background: transparent !important; color: #212121 !important; opacity: .5 !important;
}
.owl-nav .owl-next {
	left: 100%;
}
.owl-nav .owl-prev {
	right: 100%;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
	font-size: 3em; display: block;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	outline: none;
}

/**** Default Classes ****/
body {
	font-family: 'Montserrat', sans-serif;
}
body#barbajs {
	visibility: visible;
}
a, button, .btn {
	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
a {
	cursor:pointer;	text-decoration: none !important;
}
a:hover {
	color: #252525; text-decoration: underline;
}
.btn {
	cursor: pointer; border-radius: 0;
}
.btn.alert-trigger {
	color: #fdfdfd; background-color:#333;
}
.btn:hover {
	opacity: 0.9;
}
.inner-content-section .btn {
	background:rgba(135,170,188);	border-color: #949494; color: rgba(255,255,255,1);
}
.inner-content-section .btn:hover {
	background-color: rgba(135,170,188,0.4); color: #fff;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {outline: none;box-shadow: none;background-color: #444;border-color: #949494;color: #fff;}
.btn-primary:hover {
	border-color: #949494;
}
.btn.focus, .btn:focus {
	outline:none; box-shadow: none;
}
.section-divider {
	position: relative; padding: 50px 0;
}
.estimate-section-divider .alert, .estimate-section-divider .alert p {
    text-align: left; font-size: inherit;
}
.block-overlay {
	position: absolute; display: inline-block; background:rgba(0, 0, 0, 0.6); width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; z-index: 0;
}
.fadeDiv {
	position: fixed; display: inline-block; z-index: 1050; color: #fff; background: #300e87; padding: 50px; top: 150px; bottom: 150px; left: 300px; right: 300px; transform:scale(0,0); box-shadow: 0px 0px 20px -1px #000; transition: all .20s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.menu-scaler {
	position: fixed; display: inline-block; padding: 50px; z-index: 1050; top: 150px; bottom: 150px; left: 300px; right: 300px; transform: scale(1,1);
}
.fadeDiv .fadeDiv-close {
	position: absolute; right: 20px; top: 10px; font-weight: 900; font-size: 2em; font-family: 'Lato'; cursor: pointer;
}
.navbar-collapse ul {
	width: 100%; justify-content: center; align-items: center;
}
.overlay {
	height: 100%; width: 100%; background: #ffffffbf;
}
#myBtn {
	display: block; width: 50px; height: 50px; position: fixed; top: 100%; right: 30px; z-index: 99; border: none; outline: none; background-color: #000000; color: #ffffff; cursor: pointer; font-size: 14px; padding-top: 0; border-radius: 0px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
#myBtn i {
	color: white;
}
#myBtn:hover {
	background-color: #424242; color: #fff;
}

/**** Gallery Function Section ****/
#portfolio input {
	display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; margin: 0; top: 0; left: -60px; z-index: 2; width: 60px; height: 60px; -webkit-appearance: none; background-image: url(/img/icons/close-btn-icon-red.png); background-repeat: no-repeat; background-color: transparent; background-size: contain; color: #ffffff; border: none; cursor: pointer; outline: none !important; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
#portfolio input:hover {
	background-color: #fff;	opacity: .;
}
button.mfp-close, button.mfp-arrow {
	outline :none !important;
}
#portfolio {
	display: flex; padding: 0; overflow: hidden; flex-wrap: wrap; justify-content: center;
}
#portfolio li {
	display: flex; justify-content: center; align-items: center; float: left; position: relative; overflow: hidden; margin: 0 10px 20px;
}
#portfolio li a {
	transform: scale(1,1); display: block; width: 100%; height: 295px; width: 490px; overflow: hidden; -o-transition:all .30s ease; -moz-transition:all .30s ease; -webkit-transition:all .30s ease; transition:all .30s ease;
}
#portfolio li a:hover {
	transform: scale(1.1,1.1) !important;
}
#portfolio li a img {
	display: block; position: absolute; top: 0%; bottom: 0%; left: 0%; right: 0%; margin: auto; width: 100%; height: auto; transform: scale(1,1);
}
#portfolio li:hover .block-overlay {
	background-color: #000000cc;
}
#portfolio li:hover input {
	left: 0;
}
#portfolio .block-overlay {
	background: rgb(0,0,0,0.1); z-index: 1; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}

.mfp-ready .mfp-figure {
	opacity: 0; margin-left: -100px;
}
.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 0; margin-left: -100px; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -webkit-transform: scale(0.95); -ms-transform: scale(0.95); transform: scale(0.95);
}
.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
	opacity: 0; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 1; margin-left: 0; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
	-webkit-transform: scale(0.95);	-ms-transform: scale(0.95); transform: scale(0.95); opacity: 0; margin-left: -100px;
}
.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
	opacity: 0; margin-left: -20px;
}
.mfp-iframe-scaler {
	overflow: visible; /*so the close button is shown*/
}
.mfp-zoom-out-cur {
	cursor: auto;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}

/**** Reviews Function ****/
.carousel-indicators li {
	position: relative; top: 51px; -ms-flex: 0 1 auto; flex: 0 1 auto; width: 30px;	height: 3px; margin-right: 3px;	margin-left: 3px; text-indent: -999px; background-color: rgb(191, 190, 190);
}
.carousel-indicators .active {
	background-color: #0f8029;
}

/* ========================================== */
/* === Footer Section ======================= */
/* ========================================== */
.footer-section .vms-link-wrapper img {
	width: 50%;
}
.footer-section .vms-link-wrapper a {
	width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.footer-section {
	padding: 0 0 10px; background: #d8fbd9; color: font-size: 18px; font-weight: 400;
}

.footer-section .h-card {
	text-align: center;
}

.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.footer-section p {
	 font-size: 15px; font-family: 'font2';
}
.footer-section a {
	 font-size: 16px; color: #388c3b;
}
.footer-section .service-cities p {
	margin: 0 0 3px;
}
.service-cities {
	margin-bottom: 1em;
}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
font-family: arial; font-size: 18px; line-height: 40px;
}

.service-cities h6 {
font-family: arial; font-size: 15px; 
}
.service-cities h4 {
	font-size: 20px;  font-weight: 600;
}
.service-cities h3 {
	font-size: 36px; margin-top: 150px; text-align: center; text-transform: uppercase; margin-bottom: 25px;  font-weight: 600;
}
.bottom-footer {
	background: #000; padding: 25px 0px 25px 0px; margin-top: 100px;
}
.bottom-footer .vms-link-wrapper {
	position: relative; top: -10px;
}
.bottom-footer div[class*='col-']:nth-child(2) {
	display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	display: flex; justify-content: flex-end; font-size: 14px;
}
.bottom-footer div[class*='col-']:nth-child(3) a {
	display: flex; justify-content: center;	align-items: center; border: 1px solid #fff; border-radius: 100px; height: 28px; width: 28px; margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #0a0a0a; text-decoration: none !important; color: #929292;
}
.trademark-disclaimer {
	padding: 10px 0; background: #388c3b; margin-bottom: -10px;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: rgb(255,255,255);
}





/* === Lg. Laptop CSS Section ================= */
@media screen and (max-width : 1440px) {
	/*** Don't place anything here, unless absolutely necessary ***/
	
.navbar-light .navbar-nav .nav-link {
    margin: 0 18px;
    padding: 6px 0px;
    font-weight: 900;
    font-size: 1rem;
    color: rgb(255,255,255);
    font-family: 'font2';
}
	
	
}
/* === Sm. Laptop CSS Section ================= */
@media screen and (max-width: 1024px) {
	
}
 
/* === Mobile CSS Section ===================== */
@media screen and (max-width: 991px) {

/**** Top Header Section ****/
.mobile-top-header {
	display:block !important; padding: 0 30px 0; background: rgb(135,170,188); z-index: 4; overflow: visible;
}
.mobile-top-header img{
	max-width: 140px; 
}
.mobile-menu {
	text-align: center; position: fixed; height: 100%; width: 100%;	display: block;	padding-top: 6em; top: 100%; border: 0;	background: #232323; border-radius: 0; z-index: 1100; overflow: auto; -webkit-transition-property: all;	-webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.mobile-menu .nav-link {
	font-size: 2em;	color: #c5c5c5 !important;
}
.mobile-menu-custom-show {
	top: 0%;
}
.mobile-menu-top-hero {
	background-size: cover;	padding: 40px 0 0; top:0; left:0; width: 100%; text-align: center;
}
.mobile-menu-top-hero h2 {
	padding: 0 25px;
}
#mobile-menu-header {
	margin-top: 0; background: #ffffff00; box-shadow: none;
}
#mobile-menu-header ul {
	list-style: none; padding: 0 20px; margin-top: 8em; position: relative; width: inherit;
}
#mobile-menu-header ul li a {
	color:#ffffff; padding: 20px 20px;
}
.header-contact_info a {
	color: rgb(255,255,255); margin: 0;
}
.top-header a, .top-header i, .top-header p {
	color: rgb(0,0,0);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
	color: rgb(0,0,0);
}
.top-header {
	background: white; display: none;
}
.header-contact_info {
	font-size: 1.5em;
}
.navbar-scroll {
	display: none;
}
.header-contact_info .navbar-brand {
	font-size: 1.3em;
}
.top-header div[class*='col-']:first-child {
	justify-content: flex-start;
}
.top-header div[class*='col-'] {
	display: flex; justify-content: left; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(3) {
	display: flex; justify-content: flex-end; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(2) {
	background: none; margin: 0; display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
.top-header div[class*='col-']:nth-child(2) p {
	font-size: inherit; line-height: inherit;
}

/**** Navigation Section ****/
.dropdown-wrapper {
	margin: 0; padding: 0;
}
.navbar-sidebar .dropdown-menu-mobile {
	position: relative; display: none; top: 0; left: 0; z-index: 1000; float: left; height: 0px; margin: 0; width: 100%; padding: 0; font-size: 18px; color: #e6e6e6 !important; text-align: left; list-style: none; background-color: rgb(200,200,200); border: 0; visibility: hidden; border-radius: 0; transform: scale(1,0); -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.dropdown-menu-animate {
	display: inline-block !important; transform: scale(1,1) !important; padding: 25px 0 !important; height: auto !important; visibility: visible !important;
}
.navbar-sidebar .dropdown-menu-mobile a {
	color: rgb(75,75,75); font-weight:600 !important; font-size: 1rem; font-family:  inherit; text-align: center;
}
.navbar-sidebar {
	padding-top: 111px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed !important; z-index: 2; overflow: auto;
}
.bar-block .dropdown-hover, .bar-block .dropdown-click {
	width: 100%;
}
.bar-block .dropdown-hover .dropdown-content, .bar-block .dropdown-click .dropdown-content {
	min-width: 100%;
}
.bar-block .dropdown-hover .button, .bar-block .dropdown-click .button {
	width: 100%; text-align: left; padding: 8px 16px;
}
.main, #main {
	transition: margin-left .4s;
}
.modal {
	display: none; padding-top: 100px; position: fixed; left: 0; top: 0; width: 100%; height: 100%;	overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4);
}
.modal-content {
	margin: auto; background-color: #fff; position: relative; padding: 0; outline: 0; width: 1200px;
}
.bar {
	width: 100%; overflow: hidden;
}
.center .bar {
	display: inline-block; width: auto;
}
.bar .bar-item {
	padding: 8px 16px; float: left; width: auto; border: none; display: block; outline: 0;
}
.bar .dropdown-hover, .bar .dropdown-click {
	position: static; float: left;
}
.bar .button {
	white-space: normal;
}
.bar-block .bar-item {
	width: 100%; display: block; padding: 8px 16px; text-align: left; border: none; white-space: normal; float: none; outline: 0;
	font-family:  inherit;
	color:black; font-weight:700;
}
.nav-link{
	font-family:  inherit;
	color:black; font-weight:700;

}
.bar-block.center .bar-item {
	text-align: center;
}
.block {
	display: block; width: 100%;
}

/**** Home Section ****/
.home-header-section {
	padding-top: 80px;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: 1rem; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(87, 86, 87); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-item {
	display: block;	width: 100%; padding: .25rem 1.5rem; clear: both; color: rgb(255,255,255); text-align: inherit;	white-space: nowrap; background: 0 0; border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.video {
	overflow: hidden; position: relative; z-index: 2; display: block;
}
.video .pad {
	padding: 350px 0px 0px 300px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
 .showcase {
    position: relative;
    height: 33vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.background-video {
    width: 100%;
    height: /*900px*/300px;
    overflow: hidden;
    object-fit: cover;
}
.video-overlay {
/*	    position: relative;
    padding: 200px 100px 100px 100px;
    margin-top: -895px;
    width: 100%; height: 900px;*/
        position: absolute;
        padding: 10px;
         /*  background: radial-gradient(circle, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 1) 100%);*/
		   height: 97.5%;
        margin-top: -0;
        margin-bottom: 0;
        width: 100%;
        top: 5%;
    
}
/*.video-overlay:hover {
	background: transparent; transition: 3s;
}*/
.video-overlay .row {
	--bs-gutter-x: 0;
}
.video-overlay h1 {
	font-family: monospace; font-size: 1.5rem; color: /*#388c3b*/white;; font-weight: 600; letter-spacing: 1px; text-shadow: 1px 1px 1px #000; text-transform: uppercase; text-align: center;
}
.video-overlay h1 span {
	font-size: 20px; font-family: Arial; font-weight: 600; color: #efefef; letter-spacing: 1px; text-shadow: none; display: none;
}
.video-overlay h1 i {
	font-family: font4; letter-spacing: 3px; font-weight: 500; font-size: 2rem; color: #736c45;
}
.video-overlay h3 {
	font-family: Montserrat;
    letter-spacing: 1px; position: relative; 
    font-size: 20px; font-weight: 600;
    text-transform: uppercase;
    color: #282828;
}
.video-overlay h3 span {
	color: #B24334;
}
.video-overlay h4 {
	padding: 35px; border-radius: 10px; color: #fff; font-size: 20px; letter-spacing: 2px; width: fit-content;
	background: #B24334; text-align: center; font-family: font11; font-weight: 600; text-transform: uppercase;
}

.video-overlay a {
	width:auto;     display: inline-block;
}

.video-overlay h4:hover {
	box-shadow: 0px 0px 0px 15px #B24334;  border-radius: 0px;
}
.video-overlay .boxer1 {
	padding: 25px;  border-radius: 10px;
}
.video-overlay .boxer2 {
	padding: 15px; 
}

.home-split {
	        /*background: linear-gradient(0deg, rgb(0 0 0 / 17%) 25%, rgb(0 0 0 / 17%) 90%) 0% 0% / 50% repeat, url(/img/homepage/fp-111.png);background-size: 25%; background-color: #000;*/
}

.home-split .container {
    padding: 0px 25px 75px 25px;
    background: linear-gradient(0deg, rgb(255 255 255 / 50%) 25%, rgb(255 255 255 / 50%) 90%) 0% 0% / 50% repeat, url(/img/homepage/texture-001.png);
    background-size: 50%;
    border-radius: 10px;
    margin-top: 0;
    position: relative;
    margin-bottom: 0;
    background-color: #fff !important;
    background-attachment: fixed;
}

.home-split h2 {
	text-align: center;
    font-family: Arial;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 2rem;
    background: #235b25;
    padding: 25px;
    border-radius: 10px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    margin-top: 29px;
    margin-bottom: 0;
}

.home-split h3 {
    padding: 10px;
    border-radius: 10px;
    background: #d5f7b2;
    font-weight: 600;
    font-family: Arial;
    text-transform: uppercase;
    font-size: 25px;
    width: 100%;
    margin-left: 0px;
    text-align: center;
}

.home-split h4 {
	font-size: 20px; font-family: Arial; margin-left:  0; line-height: 30px; margin-bottom: 25px;
}

.home-split p {
	text-align: center; font-family: sans-serif; font-size: 18px; line-height: 35px; margin-bottom: 20px; margin-left: 5px; margin-right: 5px;
}
.home-split .spanner1 {
	color: #92d16b;
}

.home-split .spanner2 {
	color: #388c3b;
}

.home-split .spanner3 {
	color: #715229;
}

.home-split img {
	border-radius: 10px;
}

.home1 {
	padding: 75px 15px 75px 15px;   /*background: linear-gradient(0deg, rgb(0 0 0 / 87%) 25%, rgb(0 0 0 / 87%) 90%) 0% 0% / 50% repeat, url(/img/homepage/lawn-001.jpeg);background-size: cover; */  background: #0009;
	text-align:center;
}
.home1 .container {
	    
}
.home1 .pad {
	padding-top: 45px;
}
.home1 .contact-pad {
	padding: 75px 15px 75px 15px; border-radius: 10px; border: 3px dashed #388c3b; margin-top: 50px;
}
.home1 h2 {
	font-family: Arial; font-size: 20px;  font-weight: 600; color: #C4C2C2;
}
.home1 p {
	font-size: 17px; font-family: sans-serif; font-weight: 500; line-height: 35px; color: #fff;
}
.home1 h2 span {
	font-size: 2rem;font-weight: 800; color: rgb(56, 140, 59);
}

.home-tree-services {
	text-align: center; padding: 0px 10px 0px 10px;
   
}

.home-tree-services h2 {
	font-family: Arial; font-weight: 700; font-size: 2rem;
}

.home-tree-services h3 {
	font-family: sans-serif; font-weight: 600; font-size: 1.4; color: #388c3b;
}

.home-tree-services p {
	font-size: 17px; font-family: sans-serif; font-weight: 500; line-height: 35px; 
}

.home-tree-services .container-fluid {
	padding: 0px; 
}

.home-tree-services .tree-start {
	background: linear-gradient(0deg, rgb(255 255 255 / 50%) 25%, rgb(255 255 255 / 50%) 90%) 0% 0% / 50% repeat, url(/img/homepage/texture-001.png);
    background-size: 50%; border: 5px solid #000;
    border-radius: 100px; margin-top: 150px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px;
    background-color: #fff !important; 
    background-attachment: fixed;
}
.home-tree-services .tree-content {
	padding: 50px 25px;
}
.home-tree-services .tree-image {
	background: linear-gradient(0deg, rgb(0 0 0 / 27%) 25%, rgb(0 0 0 / 27%) 90%) 0% 0% / 50% repeat, url(/img/homepage/trees-001.png);background-size: cover; height: 100%;  border-top-left-radius: 90px;  border-bottom-left-radius:0px;
}

.home-tree-services .mover {
	    --bs-gutter-x: 0; margin-bottom: 60px;  color: #fff;
}

.home-tree-services .tree-service-1 {
	border-bottom-left-radius: 25px; background: #000; padding: 75px 15px; border-right: 0px dashed #388c3b; height: 100%;
}

.home-tree-services .tree-service-1 p {
	font-size: 15px; line-height: 30px;
}

.home-tree-services .tree-service-2 {
	 background: #000; padding: 75px 15px; border-right: 0px dashed #388c3b; height: 100%;
}

.home-tree-services .tree-service-2 p {
	font-size: 15px; line-height: 30px;
}
.home-tree-services .tree-service-22 {
	 background: #000; padding: 75px 15px; border-right: 0px dashed #388c3b; height: 100%;
}

.home-tree-services .tree-service-22 p {
	font-size: 15px; line-height: 30px;
}

.home-tree-services .tree-service-3 {
	border-bottom-right-radius: 25px; background: #000; padding: 75px 15px; height: 100%;
}

.home-tree-services .tree-service-3 p {
	font-size: 15px; line-height: 30px;
}


.home-lawn-services {
    text-align: center;
    padding: 0px 10px 0px 10px;
}

.home-lawn-services h2 {
    font-family: Arial;
    font-weight: 700;
    font-size: 2rem;
}

.home-lawn-services h3 {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #388c3b;
}

.home-lawn-services p {
    font-size: 17px;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 35px;
}

.home-lawn-services .container-fluid {
    padding: 0px;
}

.home-lawn-services .lawn-start {
    background: linear-gradient(0deg, rgb(0 0 0 / 90%) 25%, rgb(0 0 0 / 90%) 90%) 0% 0% / 50% repeat, url(/img/homepage/texture-001.png);
    background-size: 50%;
    border: 5px solid #000;
    border-radius: 100px;
    margin-top: 150px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #000 !important;
    background-attachment: fixed;
}

.home-lawn-services .lawn-content {
    padding: 150px 25px; color: #fff;
}

.home-lawn-services .lawn-image {
    background: linear-gradient(0deg, rgb(0 0 0 / 27%) 25%, rgb(0 0 0 / 27%) 90%) 0% 0% / 50% repeat,
                url(/img/homepage/lawn-001.jpeg);
    background-size: cover;
    height: 100%;
    border-top-left-radius: 90px;
    border-bottom-left-radius: 0px;
}

.home-lawn-services .mover {
    --bs-gutter-x: 0;
    margin-bottom: 100px;
    color: #000;
}

.home-lawn-services .lawn-service-1 {
    border-bottom-left-radius: 0;
    background: #fff;
    padding: 75px 15px; height: 100%;
    border-right: 0px dashed #388c3b;
}

.home-lawn-services .lawn-service-1 p {
    font-size: 15px;
    line-height: 30px;
}

.home-lawn-services .lawn-service-2 {
    background: #fff; height: 100%;
    padding: 75px 15px;
    border-right: 0px dashed #388c3b;
}

.home-lawn-services .lawn-service-2 p {
    font-size: 15px;
    line-height: 30px;
}

.home-lawn-services .lawn-service-22 {
    background: #fff; height: 100%;
    padding: 75px 15px;
    border-right: 0px dashed #388c3b;
}

.home-lawn-services .lawn-service-22 p {
    font-size: 15px;
    line-height: 30px;
}

.home-lawn-services .lawn-service-3 {
    border-bottom-right-radius: 0;
    background: #fff;
    padding: 75px 15px; height: 100%;
}

.home-lawn-services .lawn-service-3 p {
    font-size: 15px;
    line-height: 30px;
}


/* Why Choose Us Section */
.why-choose-us {
    padding: 70px 10px;
    background: linear-gradient(0deg, rgb(255 255 255 / 80%) 25%, rgb(255 255 255 / 80%) 90%) 0% 0% / 50% repeat,
                url(/img/homepage/texture-001.png);
    background-size: 50%;
    text-align: center;
    border-radius: 0;
}

.why-choose-us h2 {
    font-family: Arial;
    font-weight: 700;
    font-size: 2rem;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.why-choose-us h2 span {
    color: #388c3b; font-size: 1.6rem;
}

.why-choose-us .why-intro {
    font-size: 19px;
    font-family: sans-serif;
    color: #000;
    width: auto;
    margin: 0 auto 15px auto;
    line-height: 34px;
}

.choose-row {
    --bs-gutter-x: 25px;
}

.choose-card {
    background: #000;
    padding: 40px 25px;
    border-radius: 15px;
    text-align: center;
    transition: 0.4s ease;
    border: 3px dashed #388c3b;
    position: relative;
    height: 100%;
}

.choose-card i {
    font-size: 45px;
    color: #388c3b;
    margin-bottom: 20px;
    transition: 0.3s ease;
}

.choose-card h3 {
    font-family: Arial;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.choose-card p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.choose-card:hover {
    transform: translateY(-12px);
    box-shadow: 0px 0px 25px rgba(56, 140, 59, 0.5);
    border-color: #64d46b;
}

.choose-card:hover i {
    color: #64d46b;
    transform: scale(1.15);
}

.card-cta {
    margin-top: 20px;
}

.card-cta a {
    display: inline-block;
    padding: 10px 22px;
    border: 2px solid #388c3b;
    color: #388c3b;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.card-cta a:hover {
    background: #388c3b;
    color: #fff;
    border-color: #388c3b;
}


/* ============================== */
/* SERVICE AREA TABS - CLEAN CSS */
/* ============================== */

.service-area-tabs {
    padding: 175px 25px;
    /*background: linear-gradient(0deg, rgba(0,0,0,0.85), rgba(0,0,0,0.85)), 
                url(/img/homepage/texture-001.png);*/
    background-size: 40%;
    background-attachment: fixed;
    color: #fff;
}

/* LEFT COLUMN HEADER */
.service-tab-buttons h2 {
       font-family: Arial;
    font-size: 35px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #000;
    padding: 10px;
    background: #388c3b;
    text-align: center;
    font-weight: 600;
    border-radius: 10px;
}

/* --- COUNTY GRID (2 across) --- */
.county-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-bottom: 12px;
}

/* --- CITY GRID (3 across) --- */
.city-grid-buttons {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 6px;
}

.tab-btn {
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #000;
    border: 2px dashed #388c3b;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: .25s;
	    margin: 10px 0px 10px 0px;
}

.tab-btn:hover { background:#388c3b; }
.tab-btn.active {
    background:#388c3b;
    border-style: solid;
}

/* Remove scrollbar entirely */
.service-tab-buttons {
    overflow: visible !important;
    max-height: none !important;
}

.divider {
    margin: 12px 0;
    border-bottom: 2px solid #388c3b;
}

/* ============================== */
/* RIGHT PANEL */
/* ============================== */

.service-tab-content {
    background: #000;
    padding: 25px 30px;
    border-radius: 8px;
    border: 2px solid #388c3b;
	text-align: center;
}

.tab-panel { display:none; }
.tab-panel.active { display:block; }

.tab-panel h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.tab-panel p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 15px;
}

.tab-panel ul { padding:0; margin:15px 0px 35px 0; list-style:none; }
.tab-panel ul li {
    padding-left: 18px;
    font-size: 14px;
    margin-bottom: 6px;
    position:relative;
}
.tab-panel ul li:before {
    content:"►";
    color:#388c3b;
    position:absolute;
    left:0;
    top:0;
}

.map-frame {
    width: 100%;
    height: 275px;
    border: none;
    border-radius: 8px;
    margin-bottom: 20px;
}

.tab-cta {
    display:inline-block;
    padding: 8px 20px;
    border-radius:20px;
    border:2px solid #388c3b;
    color:#388c3b;
    font-size:14px;
    font-weight:700;
    text-decoration:none;
    transition:.25s;
}

.tab-cta:hover {
    background:#388c3b;
    color:#fff;
}
/**** Services Section ****/
.detailed-services {
    padding: 50px 30px;
    background: linear-gradient(0deg, rgba(0,0,0,0.85), rgba(0,0,0,0.85)),
                url(/img/homepage/texture-001.png);
    background-size: 40%;
    color: #fff;
    text-align: center;
}
.services-title {
    font-size: 2rem;
    font-weight: 700;
    font-family: Arial;
    color: #388c3b;
    margin-bottom: 15px;
}







.about-hero h1 {
    font-size: 2.4rem;
    color: #fff;
    font-weight: 800;
    text-shadow: 1px 1px 3px #000;
}

.about-hero-overlay {
    background: rgba(0,0,0,0.6);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 10px;
}



.about-why {
    background: linear-gradient(0deg, rgb(0 0 0 / 75%) 25%, rgb(0 0 0 / 75%) 90%) 0% 0% / 50% repeat, url(/img/about/landscaping-005.webp);
    padding: 60px 20px;
    background-size: cover;
    position: relative;
}

.why-overlay {
    /* background: rgba(0,0,0,0.7); */
    padding: 50px 20px;
}
.about-why h2 {
    color: #388c3b;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.about-card {
    background: #000;
    border: 2px solid #388c3b;
    padding: 35px 5px;
    margin: 15px 0px 15px 0px;
    border-radius: 12px;
    text-align: center;
    transition: 0.25s;
}

.why-item {
    padding: 25px 5px;
    color: #fff;
}


.about-areas {
    padding: 80px 20px;
    background: linear-gradient(0deg, rgb(0 0 0 / 65%) 25%, rgb(0 0 0 / 65%) 90%) 0% 0% / 50% repeat, url(/img/homepage/fp-111.png);
    background-size: 25%;
    background-color: #000;
}

.about-section {
    padding: 120px 0;
    background: linear-gradient(0deg, rgb(255 255 255 / 50%) 25%, rgb(255 255 255 / 50%) 90%) 0% 0% / 50% repeat, url(/img/homepage/texture-001.png);
    background-color: #fff !important;
    background-size: 50%;
    text-align: center;
}


.about-cta {
    background: linear-gradient(0deg, rgb(0 0 0 / 75%) 25%, rgb(0 0 0 / 75%) 90%) 0% 0% / 50% repeat, url(/img/about/landscaping-004.webp);
    padding: 50px 20px;
    background-size: cover;
    position: relative;
}
.about-cta h2 {
    font-size: 2.4rem;
    text-shadow: 1px 1px 1px #000;
    font-weight: 800;
    color: #388c3b;
    margin-bottom: 15px;
}
.cta-btn-primary {
    display: inline-block;
    padding: 16px 20px;
    border-radius: 40px;
    background: #388c3b;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    margin-right: 0;
    border: 2px solid #388c3b;
    transition: .3s;
    margin: 10px 0;
}

















.circle-item {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    border-radius: 15%;
    text-decoration: none;
    border: 3px solid #388c3b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    transform: translate(-50%, -50%)
    rotate(var(--angle))
    translate(120px)
    rotate(calc(var(--angle) * -1));
    transition: background .3s ease, color .3s ease, transform .3s ease;
}



.stu-inner {
    position: relative;
    z-index: 2;
    max-width: 1300px;
    margin: auto;
    padding: 0 40px;
    display: flex;
    grid-template-columns: 1.3fr 1fr;
    gap: 60px;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.stu-content h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 20px;
}
/**** Gallery Section ****/
.gallery-page {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}

/**** Areas We Service Section ****/
.area:nth-child(odd) {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.area:nth-child(even) {
	padding: 75px 0 75px 0; background: rgb(245,245,245);
}
.area h2 {
	font-size: 2.5rem; font-family: font2; font-weight: 800; color: rgb(196,41,56);
}
.area h4 {
	font-size: 1.5rem; font-family: font2; color: rgb(75,75,75);
}
.area p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.area iframe {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}
.sa-intro {
    padding: 80px 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.80), rgba(0,0,0,0.80)),
        url('/img/services/landscaping-intro-001.webp');
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
}

.sa-location {
    background: #fff;
    padding: 80px 0;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}


/**** Testimonials Section ****/
.testimonials {
	padding: 30px 0 30px 0; background: rgb(255,255,255);
}

/**** Contact Section ****/


/**** Sections On Every Page ****/
.contact-section {
	padding: 50px 0 50px 0;
}
.contact-section h3 {
	font-size: 2rem; font-family: font2; font-weight: 800; text-align: center; color: rgb(12,12,12);
}

/**** Footer Section ****/
.footer-section {
	padding-top: 30px; text-align: center;
}
.footer-section img {
	max-width: 210px; padding-bottom: 25px;
}
.service-cities h4 {
	font-size: 24px; font-weight: 600; color: black;
}
.service-cities a {
	font-size: 18px; line-height: 10px; color: black;
}
.bottom-footer div[class*='col-']:nth-child(3) {
    display: flex;
    justify-content: center;
    font-size: 14px;
}
.service-cities h3 {
    font-size: 36px;
    margin-top: 40px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 600;
}
/**** Misc. Section ****/
.btn {
	background: rgb(249,78,1); width: 50%; padding: 10px 0px; color: #ffffff; cursor: pointer; outline: none; border: none;
}
.alert h1,
.alert p {
	top: 2em; opacity: 0; position:relative;
}
.alert h1 {
	margin-top: 0; color: #2b1663;
}
.custom-show {
	position: fixed; transform: scale(1,1); border: 0; background: white; border-radius: 0; z-index: 1100; overflow: inherit; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.alert-dismissible .close {
	position: absolute; top: 0; right: 0; background: transparent; border: none; padding: 0.75rem 1.25rem; color: rgb(80,80,80); font-family: 'font2'; outline: none; z-index: 3;
}
.alert-dismissible .close span {
	font-size: 35px;
}
.lnr {
	display: inline-block; fill: currentColor; width: 1em; height: 1em; vertical-align: -0.2em; cursor: pointer;
}

}
/* === Sm. Mobile CSS Section ================= */
@media screen and (max-width: 375px) {

}