/*
Theme Name: Divi Child Template
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features you need.
Template: Divi
*/

body {
	font-family: "Montserrat", sans-serif;
	font-size: 1.0625rem;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-feature-settings: "liga";
	color: #2d3a3a;
	background-color: #fcfffc !important;
	font-weight: 400;
	overflow-x: hidden;
}
.home .et_pb_row {
	width: 90%;
}
 
/*HEADER STYLES*/
 
header#main-header {
    background-color: #faf8f6;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
}

.header-menu-container {display: flex;flex-wrap: wrap;width: 100%;padding: 10px!important;align-items: center;}

.logo_container {
    position: relative !important;
    width: calc(100% - 62px) !important;
    margin-right: 20px;
    min-height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.logo_container a {
	display: flex;
	text-align: center;
}
.text-logo {
	padding: 10px;
	background: #FCFFFC;
	text-align: center;
	border-radius: 5px;
	color: #119822;
	border: 1px solid #2D3A3A;
	max-width: 350px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 700;
	line-height: 1.05;
}
.logo-link img {
    /* background: #FCFFFC; */
    /* padding: 10px; */
    border-radius: 5px;
    /* border: 1px solid #2D3A3A; */
    max-width: 350px !important;
    max-height: 90px !important;
}
.contact-info {
    width: 100%;
    background: #162218;
    /* margin-bottom: 10px; */
}
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
    background: #dfcda7 !important;
    color: #000 !important;
}
div#et-top-navigation {
    width: 32px;
    padding-top: 0 !important;
    padding-left: 0 !important;
    height: 100%;
    margin-right: 10px;
}
.mobile_menu_bar {
    padding-top: 24px;
}
.mobile_menu_bar:before {
	color: #000;
}
ul#mobile_menu {
    background-color: #7c8854!important;
    border-color: #fff;
    top: 105px;
}
ul#mobile_menu a {
    color: #fcfffc;
    font-weight: 500;
    text-transform: uppercase;
}
.contact-info-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    position: relative;
    font-weight: 400;
}
.contact-info-container .fa {
	color: #119822;
	margin-right: 5px;
}
 
.header-location-container {
    order: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    margin: 5px;
    color: #FCFFFC;
}

.contact-info-container a {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    margin: 5px;
    color: #FCFFFC;
}



/*END HEADER STYLES*/


/*PAGE STYLES*/
 

section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
    max-height: 755px !important;
    min-height: 390px !important;
    height: 100% !important;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container {
    max-height: 755px !important;
    min-height: 390px !important;
    height: 100% !important;
    width: 95%;
    padding: 20px 0;
}

.header-content {
    margin: 0 auto !important;
    padding: 0px !important;
    width: 100% !important;
    max-width: 1080px !important;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
    margin-left: -5px !important;
}
 
.header-container {
    /* max-width: 356px; */
    margin: 0 auto;
}
.header-main-element {
    font-family: "Cormorant Garamond", serif;
    text-align: center;
    color: #fcfffc;
    width: 100%;
}
.top-head {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fcfffc;
}

.top-head ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.top-head ul li {
    list-style: disc inside;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
}

.top-head ul li:first-child {
    list-style: none;
}

 
.header-title {
    margin-bottom: 20px;
    max-width: 500px;
}
.header-title p {
    font-size: 30px;
    /* font-weight: 800; */
    line-height: 1.2;
    text-transform: capitalize;
}

.header-title div {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3 !important;
}
.header-title .fa {
	display: inline-block;
	margin-right: 5px;
	font-size: 17px;
}
 .button {
    background-color: #7c8854;
    font-size: 14px;
	 color: #fff;
    font-weight: 400;
    padding: 15px 30px;
    transition: 500ms;
    border-radius: 4px;
    overflow: hidden;
    line-height: 1;
    cursor: pointer;
    position: relative;
    display: inline-block;
    z-index: 1;
	transition: background-color 0.3s ease, color 0.3s ease;
    font-family: "Montserrat", sans-serif;
    justify-content: center;
}
.button:hover{
background: #dfcda7;
	color: #000 !important;
}


div#home-title-block {
    background: #faf8f6;
    padding-bottom: 0;
}

 


div#home-title-block .et_pb_column {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.section-title-heading {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.section-title-heading span {
    color: #31CB00;
}
.entry-title {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.05;
    color: #2d3a3a !important;
}

.button-holder {display: flex;justify-content: center;margin-top: 25px;}


/* HTML BADGES STYLE */
 

.badges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.badge-holder {
    background: #119822;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    max-width: 160px;
    padding: 15px 5px 22px 5px;
    margin-top: 10px;
    margin-bottom: 30px;
    border-radius: 8px;
    position: relative;
    text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
    font-family: "Cormorant Garamond", serif;
}

.badge-holder:hover {
	box-shadow: 0px 0px 8px 0px #fcfffc99;
}

p.badge-content {
    color: #fcfffc;
    text-align: center;
    line-height: 1;
    text-transform: capitalize;
    font-size: 17px;
    min-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.badge-holder img {
    width: 50%;
    padding-bottom: 5px;
}

.badge-title {
    background: #fcfffc;
    font-size: 15px;
    width: 85%;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    position: absolute;
    bottom: -15px;
    color: #1e441e;
    font-weight: bold;
    border-radius: 8px;
}

.badge-title span {
    font-size: 17px;
}
 
 


/* SERVICES SECTION STYLE */

div#services-blocks-section {
	background: url('https://landscaperloxahatcheefl.com/wp-content/uploads/2026/08/Reliable-Landscaping-Contractor-2.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	}


/* CAROUSEL SECTION STYLE */

div#home-carousel-section {
    padding: 10px !important;
    background: #152614;
}


.owl-nav {
    display: none;
}
 
 
.item img{object-fit: cover;object-position: center;}

.item span {
    position: absolute;
    color: #cbcbcb;
    bottom: 10px;
    right: 10px;
    font-family: "Cormorant Garamond", serif;
    font-weight: bold;
}

.item:before {
    content: '';
    position: absolute;
    width: 101%;
    height: 105%;
    background: #152614;
    left: 0;
    top: 0;
    opacity: 0.6;
}

.item {min-height: 100%;display: flex;position: relative;}

.owl-item {
    min-height: 100% !important;
}

.owl-stage {
    display: flex;
}
.owl-dots {
    line-height: 0;
    opacity: 0.5;
    margin-top: 5px;
    position: absolute;
    width: 100%;
}

.owl-dots span {
    height: 5px !important;
}
/* SERVICES LIST SECTION STYLE */

div#home-services-list-section {
    background: #faf8f6;
    padding-top: 0;
}

.homepage-services {
	margin: 0 auto;
}
.homepage-services ul {
	 padding: 0;
	 display: flex;
	 flex-direction: row;
	 flex-wrap: wrap;
	 justify-content: center;
	 align-items: center;
	 gap: 10px;
}
.homepage-services #servcss li {
	position: relative;
	font-weight: 400;
	padding: 10px;
	color: #000;
	font-family: "Montserrat", sans-serif;
	border: 1px solid #00000017;
	width: 200px;
	height: 125px;
	display: flex;
	border-radius: 4px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #faf8f6;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
	line-height: 1.4;
}
.homepage-services #servcss li:hover{
	  transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

/* NAP SECTION STYLE */
 
div#homepage-nap-section {
    background-color: #162218 !important;
}
 



p.nap-title {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
}

.homepage-nap h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    padding: 0;
}

.homepage-nap h3 strong {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    display: inline-block;
}
/* CONTACT FORM STYLE */

.contact-form-block {position: relative;padding: 30px 20px;border: 1px solid #ffffff1a;border-radius: 15px;max-width: 600px;margin: 0 auto;}

p.free-estimate-title {
	padding: 0;
	text-align: center;
	color: #fff;
	text-transform: capitalize;
	
	padding-bottom: 5px !important;
	margin-bottom: 10px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	font-size: 36px;
	line-height: 1.2;
}

input#customer_name {
	width: calc(50% - 5px);
	float: left;
}

input#phone-cf {
	width: calc(50% - 5px);
	float: left;
	margin-left: 10px;
}

textarea#message {
	margin-bottom: 20px;
}

#contact img {
	float: left;
	width: 120px;
	border-radius: 4px;
	filter: hue-rotate(
216deg);
}

input#vercode {
	width: calc(100% - 130px);
	margin: 0;
	margin-left: 10px;
	float: left;
	padding: 7px 10px 10px;
}

form#contactForm {
	text-align: center;
}

input#submitter {
    background-color: #7c8854;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    padding: 10px;
    transition: 500ms;
    border-radius: 4px;
    border: none;
    line-height: 1;
    position: relative;
    display: inline-block;
    z-index: 1;
    width: 200px;
    height: 43px;
    color: #fff;
    text-transform: capitalize;
}

input#submitter:hover {
	background-color: #dfcda7 !important;
	color: #000;
}

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
	max-width: 100%;
	padding: 10px 5px 10px;
	height: auto;
	background-color: #162218 !important;
	box-shadow: none;
	display: block;
	line-height: 1.75em;
	font-weight: 300;
	color: #fff !important;
	background-image: none;
	border: 1px solid #ffffff1a;
	margin-bottom: 20px !important;
	border-radius: 4px;
}

#contactForm input[type=text]::placeholder,
#contactForm input[type=password]::placeholder,
#contactForm input[type=tel]::placeholder,
#contactForm input[type=email]::placeholder,
#contactForm input.text::placeholder,
#contactForm input.title::placeholder,
#contactForm textarea::placeholder,
#contactForm select {
	color: #fff !important;
}

#contactForm input[type=text]:focus,
#contactForm input[type=password]:focus,
#contactForm input[type=tel]:focus,
#contactForm input[type=email]:focus,
#contactForm input.text:focus,
#contactForm input.title:focus,
#contactForm textarea:focus,
#contactForm select:focus {
 color: #fff !important;
 border-color: #7c8854;
}

#contact {
	padding: 0;
}


/* TESTIMONIALS SECTION STYLE */
 div#home-testimonials {
    background: #faf8f6;
    padding-bottom: 100px;
}
.home .wpcr3_dotline {
	display: none !important;
}

.home .wpcr3_review {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.home .wpcr3_review_ratingValue {
	width: 100%;
	text-align: center;
	margin: 0 !important;
}

.home .wpcr3_review_author {
	margin-left: 5px;
	text-align: center;
}

.home .wpcr3_review_title.wpcr3_caps {
	width: 100%;
	text-align: center;
	margin: 0 !important;
	font-size: 20px;
	color: #119822;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
}

.home span.wpcr3_item_name a {
	color: #403d39;
}

div.wpcr3_review blockquote.wpcr3_content {
	border-color: #7c8854;
	padding-bottom: 0;
	text-align: justify;
}

.home div.wpcr3_review blockquote.wpcr3_content {
	text-align: center;
	padding-left: 0;
	border: none;
	margin-bottom: 0;
	line-height: 1.7em;
}

div.wpcr3_review blockquote.wpcr3_content p {
	font-size: 17px;
}


.home .wpcr3_reviews_holder {
	position: relative;
}

.home div.wpcr3_review blockquote.wpcr3_content p {
	font-style: italic;
	font-family: "Montserrat", sans-serif;
}

.testimonials-btn {
	display: block;
	width: 280px;
	text-align: center;
	margin: 5px auto;
	color: #eb5e28;
	border-radius: 3px;
	padding: 12px 35px;
	display: inline-block;
	border: 1px solid rgb(235 94 40 / 40%);
	line-height: 1;
}

.testimonials-btn:hover {
	background: #d6d6d6;
 
}

div#homepage-content-section {
    background: #fcfffc;
}


/* FOOTER STYLE */

#main-footer {
	background-color: #162218;
	border-top: 1px solid #ffffff33;
}

div#footer-bottom {
	background-color: #faf8f6;
	padding: 15px;
	color: #000;
}

.paymentsbox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.footer-widget h4 {
	color: #fcfffc;
	font-size: 30px;
	margin-bottom: 20px;
	margin-top: 30px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px solid #ffffff30;
	text-transform: capitalize;
	font-weight: 500;
	font-family: "Cormorant Garamond", serif;
}

.footer-widget .textwidget {
	color: #fcfffc;
}

#footer-widgets .footer-widget a {
	background-color: #fff;
}

table.openinghours {
	max-width: 350px;
	margin: 0 auto !important;
}

table.openinghours tr {
	display: flex;
	justify-content: space-between;
	line-height: 2.3;
	font-family: "Montserrat", sans-serif;
	color: #fff;
}

#current-day {
	background-color: #7c8854;
	padding: 0 2px;
	border-radius: 4px;
}

#current-day td {color: #fff;text-shadow: none;}

#closed-day {
	color: #ffffff;
}


/* SIDEBAR, BLOG PAGE, BLOG POST STYLES */

.et_pb_sidebar_0 h4.widgettitle {
	font-size: 26px;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.2;
	text-align: center;
	border-bottom: 1px solid #119822;
	font-weight: 500;
	color: #2d3a3a;
	font-family: "Cormorant Garamond", serif;
}

#sidebar h4.widgettitle {
	font-size: 26px;
	font-weight: 400;
	color: #465641;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.2;
	text-align: center;
	border-bottom: 1px solid #7c8854;
}

.et_pb_sidebar_0 .textwidget {
	text-align: center;
}

#sidebar .textwidget {
	text-align: center;
}

.single-post div#main-content,
.blog div#main-content {
	background-color: #ffffff;
	min-height: 50vh;
}

.single-post .et_pb_post .entry-content {
	text-align: justify;
}

#left-area .post-meta a {
	color: #7c8854;
}

#left-area .post-meta {
	text-align: center;
}

.blog .et_pb_post {
	text-align: justify;
}


/*MEDIA QUERIES*/

@media screen and (max-width: 981px) {

	/* ADDITIONAL STYLES FOR MOB. RES. */
	.et_pb_sidebar_0 .et_pb_widget {
		width: 100%;
	}

	.footer-widget:nth-child(n) {
		width: 100% !important;
		text-align: center;
		margin: 0 !important;
	}

	.et_pb_text {
		text-align: center !important;
	}

	#footer-widgets .footer-widget .fwidget {
		width: 100% !important;
		margin-bottom: 30px !important;
	}
}

@media screen and (min-width: 981px) {

	/*HEADER STYLES*/
	div#et-main-area {
    /* padding-top: 50px; */
}

.home div#et-main-area {
    padding-top: 0px;
}
  .logo_container {
    width: 185px !important;
    max-width: 300px;
    margin-right: 0;
}

.logo_container a {
    max-width: 100%;
    padding: 0 !important;
    border: none;
}
.logo-link img {
    max-height: 90px !important;
    border: none;
    padding: 0;
}
div#et-top-navigation {
    width: calc(100% - 185px);
    margin: 0;
    display: flex;
    justify-content: space-between;
}

div#et-top-navigation a {
    padding-bottom: 10px !important;
    padding-top: 10px;
    color: #2D3A3A;
    font-weight: 400 !important;
}

ul#top-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

#top-menu li {
    padding-right: 0 !important;
    padding-left: 10px;
}
	#top-menu .menu-item-has-children>a:first-child:after {
    top: 10px;
}
.header-location-container {
    position: relative;
}

.contact-info-container {
    padding: 5px !important;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    width: 1200px;
    margin: 0 auto;
}

	ul.sub-menu {filter: drop-shadow(0px 1px 3px #5b5b5b);top: 34px;background-color: #7c8854 !important;border-color: #465641 !important;}

	#top-menu ul.sub-menu a {
		color: #fff !important;
	}

	ul.sub-menu li {
		padding: 0 10px !important;
		width: 100%;
	}

	ul.sub-menu li a {
		padding: 5px 0px !important;
		width: 100% !important;
	}

 
	/*END HEADER STYLES*/
	
	
	/*PAGE STYLES*/
 
	section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
    max-height: 770px !important;
    min-height: 500px !important;
    height: calc(99vh - 172px) !important;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container {
    max-height: 770px !important;
    min-height: 500px !important;
    height: calc(99vh - 172px) !important;
    width: 80%;
}
	.header-container {
    margin: 0;
    max-width: unset;
}
 

.header-title div {
    font-size: 20px;
    text-align: left;
}

.header-button-holder {
    text-align: left;
}
	.entry-title {
    font-size: 36px;
}
.button-holder {
    justify-content: flex-start;
}

	
	/* NAP SECTION DESKTOP */
 
	/* CONTACT SECTION DESKTOP */
 
	p.free-estimate-title {
		/* font-size: 36px; */
		/* line-height: 1.5; */
	}
 
.nap-contact {
    display: flex;
}

.contact-form-block {
    /* width: calc(100% - 330px); */
}
.home div#contact {
    position: relative;
    margin: 0 auto;
}

 
	div#home-content-image {
    height: 100%;
}

div#home-content-image span {
    height: 100%;
}
	div#home-content-image span img{
    height: 100%;
    object-fit: cover;
    object-position: center;
}
	/* TESTIMONIALS SECTION DESKTOP */
	.testimonials-title {
		/* font-size: 36px; */
		line-height: 1.5;
	}

	/* SERVICES LIST SECTION DESKTOP */

	.homepage-services {
		margin-left: -6px;
	}
	
	/* FOOTER STYLES DESKTOP */
	.footer-widget .et_pb_widget {
		width: 100%;
		margin-bottom: 0 !important;
	}

	.paymentsbox {
		justify-content: flex-start;
	}

	div#social-icons {
		text-align: left;
	}

	.footer-widget h4 {
		text-align: left;
	}

	#footer-widgets {
		padding-top: 20px;
	}

	/* SIDEBAR, BLOG, BLOGPOST STYLES DESKTOP */
	.et_pb_sidebar_0 h4.widgettitle {
		text-align: left;
	}

	#sidebar h4.widgettitle {
		text-align: left;
	}

	.et_pb_sidebar_0 .textwidget {
		text-align: left;
	}

	#sidebar .textwidget {
		text-align: left;
	}

	.et_pb_sidebar_0.et_pb_widget_area_right {
		border-left: 1px solid #119822;
	}

	#left-area .post-meta {
		text-align: left;
	}

	#main-content .container:before {
		background-color: rgb(6 45 91 / 20%);
	}
}


/***** TESTIMONIALS FORM *****/

.wpcr3_respond_2 input[type="text"] {
	margin: 3px 0;
}

.wpcr3_respond_2 input[type="text"],
.wpcr3_in_content textarea {
	background: #525252;
	border-color: #000 !important;
}

.wpcr3_respond_2 input[type="text"]:focus,
.wpcr3_in_content textarea:focus {
	color: #fff;
	border-color: #ffffff;
}

.wpcr3_table_2 td {
	font-size: 1em !important;
}

.wpcr3_leave_text {
	font-size: 1.1em;
}

.wpcr3_leave_text {
	margin-bottom: 20px;
}
	.wpcr3_button_1 {
		margin-top: 10px;
		background: #7c8854;
		color: #fff;
		border-color: #7c8854;
		border-radius: 4px;
	}
.wpcr3_button_1:hover{
	background: #465641;
	color: #fff;
	border-color: #465641;
}
@media (min-width: 981px) {

	.wpcr3_respond_2 input[type="text"],
	.wpcr3_respond_2 textarea {
		min-width: 100%;
	}

	.wpcr3_table_2 td {
		text-align: left !important;
	}

	.wpcr3_review_form_rating_field label {
		margin: 6px 0 !important;
	}

 
}

@media (max-width: 980px) {
 

	.wpcr3_respond_3,
	.wpcr3_aggregateRating,
	.wpcr3_table_2 td {
		text-align: center !important;
	}

	.wpcr3_div_2 {
		width: 100%;
	}

	.wpcr3_table_2 tr:last-of-type td {
		margin: 20px auto 0 !important;
	}

	.wpcr3_table_2 td {
		display: block;
		padding: 0 !important;
	}

	.wpcr3_table_2 td:first-child {
		margin-top: 10px !important;
	}

	.wpcr3_rating_style1_status {
		width: 85px !important;
	}

	.wpcr3_respond_2 input[type="text"],
	.wpcr3_in_content textarea {
		width: 100% !important;
		min-width: unset !important;
	}

	.wpcr3_submit_btn,
	.wpcr3_cancel_btn {
		width: 40%;
	}
}



/* NEW DESIGN */
.email-btn {
    display: none;
}

img.header-phone-icon {
    width: 14px;
    margin-right: 5px;
}

img.header-location-icon {
    width: 13px;
    margin-right: 5px;
}

.info-container-holder {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
p#hero-title {
    font-weight: 500 !important;
    position: relative;
    margin-bottom: 25px;
    text-align: left;
    font-size: 40px;
}

p#hero-content {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

p#hero-title:before {
    content: '';
    width: 50px;
    height: 2px;
    background: #7c8854;
    bottom: -10px;
    left: 0;
    position: absolute;
}
.header-offers-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.header-inner-offers {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.header-inner-offers img {
    width: 45px;
    margin-right: 10px;
}
div#hero-section {
    background: url('https://landscaperloxahatcheefl.com/wp-content/uploads/2026/08/Reliable-Landscaping-Contractor.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 76%;
    background-position-x: right;
    position: relative;
    max-height: 755px !important;
    min-height: 390px !important;
    height: 100%  !important;
    padding: 20px;
}
div#hero-section:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #000 0%, #000 50%, transparent 100%);
    position: absolute;
}
p.hero-badge-text {
    font-family: "Montserrat", sans-serif;
    text-align: left;
    line-height: 1.2;
    text-transform: capitalize;
}

p.hero-badge-text span {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
}
.header-button-holder {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
p#hero-title span {
    color: #A8B86A;
    font-style: italic;
}
div#last-header-offer {
    border-right: 0;
}
.section-title-heading img {
    width: 27px;
    margin-right: 5px;
    filter: brightness(0) saturate(100%) invert(47%) sepia(76%) saturate(214%) hue-rotate(33deg) brightness(94%) contrast(82%);
}
.section-title-heading p {
    color: #7c8854;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

p.fp-content {
    font-size: 16px;
}

p.fp-content a {
    color: #7c8854;
    text-decoration: underline;
}
a#fp-button {
    color: #fff;
    width: 200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
a#fp-button:hover img {
	filter: brightness(0);
}
.fp-image-container {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/3;
    position: relative;
    max-width: 450px;
    margin: 0 auto;
}

.fp-image-container img{
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: 37% center;
      -webkit-mask-image: url('https://landscaperloxahatcheefl.com/wp-content/uploads/2026/08/blob-fp.svg');
      mask-image: url('https://landscaperloxahatcheefl.com/wp-content/uploads/2026/08/blob-fp.svg');
      -webkit-mask-size: 100% 100%;
      mask-size: 114% 178%;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-position: center;
      mask-position: center;
}
a#fp-button img {
    width: 15px;
    margin-left: 10px;
}
.fp-image-container:before {
    content: '';
    width: 116%;
    height: 104%;
    top: -21px;
    left: -58px;
    background: url('https://landscaperloxahatcheefl.com/wp-content/uploads/2026/08/blob-illustration.webp');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    opacity: 0.3;
}
h1#fp-title span {
    color: #7c8854;
    font-style: italic;
}
div#srv-section-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
h2#servicesSectionTitle {
    text-align: center;
    font-size: 40px;
}

h1#fp-title {
    font-size: 40px;
    position: relative;
    margin-bottom: 25px;
}
div#service-block-title-row {
    padding-top: 60px;
}
div#services-blocks-section:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000080;
    position: absolute;
}
.srvBlockTitle {
    position: relative;
}

.srvBlockTitle:before {
    content: '';
    width: 50px;
    height: 2px;
    background: #7c8854;
    bottom: -20px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

/* SERVICES */
/* GRID */

.srvBlock{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 100%;
}

/* CARD */

.srvElement{
    height: 450px;
    width: 100%;
    max-width: 300px;
}

.srvElementInner{
    position:relative;
    width:100%;
    height:100%;
    transition:.8s cubic-bezier(.22,.61,.36,1);
    transform-style:preserve-3d;
}

.srvElement.is-flipped .srvElementInner{
    transform:rotateY(180deg);
}

/* BOTH SIDES */

.srvFront,
.srvBack{

    position:absolute;
    inset:0;

    border-radius:28px;
    overflow:hidden;

    backface-visibility:hidden;
    -webkit-backface-visibility:hidden;

}

/* FRONT */

.srvFront{background: #faf8f6;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding: 25px;}

.srvFront .srv-icon{width:72px;height:72px;display:flex;justify-content:center;align-items:center;border: 1px solid #465641;padding: 17px;border-radius: 50%;}

.srvFront .srv-icon img{
	width:58px;
	filter: brightness(0) saturate(100%) invert(30%) sepia(16%) saturate(572%) hue-rotate(61deg) brightness(99%) contrast(93%);
}

.srvFront h3{color: #465641;margin:0;font-family: "Cormorant Garamond", serif;font-size: 26px;line-height: 1.2;margin-bottom: 20px;}
.srvFront h3 span {
    display: block;
}
.srvFlipBtn{
    position:absolute;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
    width: 150px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.2;
    height:60px;
	font-weight: 500;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    z-index: 0;
    color:#fff;
    cursor: pointer;
}

.srvFlipBtn::before{content:"";position:absolute;left:50%;width:170px;height:170px;transform:translate(-50%,35px);border-radius:50%;background:#465641;z-index:-1;}

/* BACK */

.srvBack{

    transform:rotateY(180deg);

    display:flex;
    justify-content:center;
    align-items:center;

    padding:34px;

}

/* IMAGE */

.srvBack .srvElementImg{

    position:absolute;
    inset:0;

}

.srvBack .srvElementImg img{

    width:100%;
    height:100%;

    object-fit:cover;

}

/* OVERLAY */

.srvBackOverlay{position:absolute;inset:0;background:rgba(36,49,38,.72);backdrop-filter:blur(2px);height: 102%;width: 102%;}

/* CONTENT */

.srvElementContent{position:relative;z-index:2;color:#fff;line-height: 1.7;font-size: 15px;text-align: center;}

/* BACK BUTTON */

.srvBackBtn{

    position:absolute;

    bottom:22px;
    right:22px;

    width:44px;
    height:44px;

    border-radius:50%;

    background:#faf8f6;

    color:#465641;

    display:flex;
    justify-content:center;
    align-items:center;

    z-index:3;

    cursor:pointer;

    transition:.3s;

}

.srvBackBtn:hover{

    transform:rotate(-180deg);

}
img.srv-branch-icon {
    position: absolute;
    bottom: 0;
    left: 31px;
    opacity: 0.4;
    z-index: 0;
    width: 123px;
}
/* ==========================
   SWIPER
========================== */

.srvSwiper{
    width:100%;
    overflow:hidden;
}

.srvSwiper .swiper-wrapper{
    align-items:stretch;
}

.srvSwiper .swiper-slide{
    display:flex;
    justify-content:center;
    align-items:stretch;
    height:auto;
    box-sizing:border-box;
}

.srvSwiper .srvElement{
    width:100%;
    max-width:300px;
}

/* Pagination */

.srvSwiper .swiper-pagination{
    position:relative;
    margin-top:40px;
}

.srvSwiper .swiper-pagination-bullet{
    width:10px;
    height:10px;

    margin:0 6px !important;

    background:#dfcda7;

    opacity:.35;

    transition:.3s ease;
}

.srvSwiper .swiper-pagination-bullet-active{
    background:#465641;
    opacity:1;
}

/* Grab cursor */

.srvSwiper .swiper-slide{
    cursor:grab;
}

.srvSwiper .swiper-slide:active{
    cursor:grabbing;
}
div#last-content-1-section {
    background: #faf8f6;
}
.lc-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 40px;
    padding-bottom: 25px;
}



.last-content-1-image-container {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/3;
    position: relative;
    max-width: 450px;
    margin: 0 auto;
}

.last-content-1-image-container img{
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: 37% center;
      -webkit-mask-image: url('https://landscaperloxahatcheefl.com/wp-content/uploads/2026/08/blob-lc-1.svg');
      mask-image: url('https://landscaperloxahatcheefl.com/wp-content/uploads/2026/08/blob-lc-1.svg');
      -webkit-mask-size: 100% 100%;
      mask-size: 108% 178%;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-position: center;
      mask-position: center;
}
.last-content-1-image-container:before {
    content: '';
    width: 116%;
    height: 104%;
    top: 7px;
    left: -47px;
    background: url('https://landscaperloxahatcheefl.com/wp-content/uploads/2026/08/blob-illustration-2.webp');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    opacity: 0.3;
    transform: scaleX(-1);
}
.srv-list-title {
    font-size: 40px;
    line-height: 1.2;
    font-family: "Cormorant Garamond", serif;
    position: relative;
}
.srv-list-title span {
    color: #7c8854;
    font-style: italic;
}
#fp-title:before,
.srv-list-title:before {
    content: '';
    width: 50px;
    height: 2px;
    background: #7c8854;
    bottom: -10px;
    left: 0;
    position: absolute;
}
div#srv-list-titles-row {
    position: relative;
}

div#srv-list-titles-row:before {
    content: '';
    width: 200px;
    height: 265px;
    top: -32px;
    right: 0;
    background: url('https://landscaperloxahatcheefl.com/wp-content/uploads/2026/08/leaves-branch-icon.webp');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    transform: scaleX(-1);
}
.homepage-services #servcss li:before {
    content: '';
    width: 30px;
    height: 30px;
    background: url('https://landscaperloxahatcheefl.com/wp-content/uploads/2026/08/leaves-icon.webp');
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
	 transition: transform 1.2s ease;
    filter: brightness(0) saturate(100%) invert(47%) sepia(76%) saturate(214%) hue-rotate(33deg) brightness(94%) contrast(82%);
}
.homepage-services #servcss li:hover:before{
	  transform: rotateY(360deg);
}
div#last-content-2-section {
    background: #162218;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

div#lc-2-section-title p {
    color: #A8B86A;
}
div#lc-2-section-title img {
  
     filter: brightness(0) saturate(100%) invert(98%) sepia(7%) saturate(2450%) hue-rotate(13deg) brightness(74%) contrast(92%) !important;
}
p#lc-2-title {
    color: #fff;
    line-height: 1.2;
}

p#lc-2-content {
    color: #fff;
}

p#lc-2-content-2 {
    color: #A8B86A;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.5;
}
p#lc-2-title span {
    color: #A8B86A;
    font-style: italic;
}
.lc-content-2-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 15px 15px;
    background: #465641;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}



.lc-content-2-right-container {
    width: calc(100% - 100px);
    padding-left: 15px;
}

ul.lc-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
    gap: 5px;
    list-style: none;
}

.lc-list li {
    padding: 5px 10px;
    color: #fff;
    width: 150px;
    font-size: 17px;
    font-family: "Cormorant Garamond", serif;
    /* border-right: 1px solid #ffffff29; */
    min-height: 62px;
    border-bottom: 1px solid #ffffff29;
}

.lc-content-2-left-container:before {
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    right: -15px;
    background: #ffffff2b;
    position: absolute;
}
li#lc-list-last-li {
    border: none;
}
.lc-content-2-container:before {
    content: '';
    width: 100px;
    height: 136px;
    background: url('https://landscaperloxahatcheefl.com/wp-content/uploads/2026/08/leaves-branch-icon.webp');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 10px;
    opacity: 0.1;
    z-index: 0;
}
p#lc-2-content a {
    color: #A8B86A;
}

img.quotes-icon {
    width: 40px;
    margin-top: 25px;
}
.testimonial-item {
    background: none;
    border: none;
    padding-left: 0;
}
.testimonial-item:hover{
	background: none;
}
div#testimonials-section-title:before {
   content: '';
   width: 50px;
   height: 2px;
   background: #7c8854;
   bottom: 0px;
   left: 0;
   position: absolute;
}


div#testimonials-section-title {
    padding-bottom: 10px;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.testimonial-subject {
    text-align: left;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
}

.rating {
    display: flex;
    justify-content: flex-start;
}

p.testimonial-content {
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
    position: relative;
}

p.testimonial-content:before {
    content: '';
    width: 95%;
    height: 1px;
    left: 0;
    bottom: -20px;
    background: #7c885478;
    position: absolute;
}

.testimonial-content:after{content: "";position: absolute;width: 50px;height: 50px;background-color: #faf8f6;background-image: url("https://landscaperloxahatcheefl.com/wp-content/uploads/2026/08/leaves-icon.webp");background-repeat: no-repeat;background-position: center;background-size: 25px;border-radius: 50%;left: 50%;transform: translate(-50%);bottom: -45px;}
.reviewer-details {
    margin-top: 30px;
    
}

.reviewer-name {
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #7c8854;
    border: none !important;
}

.review-from-logo {
    display: none;
}


.testimonials-image-container {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/3;
    position: relative;
    max-width: 450px;
    margin: 0 auto;
}

.testimonials-image-container img{
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: 18% center;
      -webkit-mask-image: url('https://landscaperloxahatcheefl.com/wp-content/uploads/2026/08/blob-testimonials.svg');
      mask-image: url('https://landscaperloxahatcheefl.com/wp-content/uploads/2026/08/blob-testimonials.svg');
      -webkit-mask-size: 100% 100%;
      mask-size: 108% 178%;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-position: center;
      mask-position: center;
}
.testimonials-image-container:before {
     content: '';
    width: 116%;
    height: 104%;
    top: 7px;
    left: -47px;
    background: url('https://landscaperloxahatcheefl.com/wp-content/uploads/2026/08/blob-illustration-3.webp');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    opacity: 0.3;
   
}
.testimonial-footer {
    display: flex;
    justify-content: flex-start;
}
.lc-container-3 {
    margin-top: 35px;
}
p#lc-content-3 a {
    color: #7c8854;
}
div#cf-main-title {
    color: #fff !important;
    font-weight: 500;
    font-size: 40px;
    text-align: left;
    margin-bottom: 30px;
    position: relative;
}
div#cf-main-title span {
    display: block;
    color: #A8B86A;
    font-style: italic;
}
div#cf-main-title:before {
    content: '';
    width: 50px;
    height: 2px;
    background: #7c8854;
    bottom: -15px;
    left: 0;
    position: absolute;
}
.nap-main-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px;
}

.nap-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 10px;
    width: 310px;
   
}

.nap-icon img {
    width: 20px;
}

.nap-icon {
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 1px solid #dfcda7;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.homepage-nap h3 {
    width: calc(100% - 60px);
}
img#loc-icon {
    width: 15px;
}

img#pn-icon {
    width: 17px;
}
div#nap-company-name {
    border-top: 1px solid #ffffff1a;
    border-bottom: 1px solid #ffffff1a;
}

div#nap-location {
    border-bottom: 1px solid #ffffff1a;
}
p.free-estimate-title span {
    color: #A8B86A;
    font-style: italic;
}
#main-footer .listing-rev-btn {
    border: 1px solid #fff;
    background: #7c8854;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-left: none;
    bottom: 25px;
    padding: 5px 20px 5px 0px;
}

#main-footer .listing-rev-btn img {
    filter: brightness(15);
    width: 15px;
    margin-left: 20px;
}
body:not(.home) h1.entry-title {
    font-size: 30px;
}

#srvElement-6 .srvBack .srvElementImg img {
    object-position: left;
}

/* NEW DESIGN MEDIA QUERIES */
@media (max-width: 599px) {
	ul.lc-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
}
@media (min-width: 600px){
	.lc-list li {
    border-right: 1px solid #ffffff29;
		border-bottom: none;
}
}

@media (min-width: 768px) {
	.header-inner-offers {
   
    border-right: 1px solid #ffffff52;
    padding-right: 15px;
}
	div#hero-section:before{
		background: linear-gradient(to right, #000 0%, #000 24%, transparent 100%);
	}
	.et_pb_fullscreen .et_pb_fullwidth_header_container {
    padding: 40px 0;
}
	.header-offers-holder {
    margin-top: 50px;
}

.header-title {
    margin-bottom: 45px;
}

p#hero-title {
    font-size: 50px;
}
}
@media (max-width: 980px) {
	.fp-image-container:before {
    left: -24px;
}

.last-content-1-image-container:before {
    left: -27px;
}
	.lc-title,
.lc-content {
    text-align: center;
}

.section-title-heading {
    display: flex;
    justify-content: center;
    align-items: center;
}

#fp-title:before, .srv-list-title:before {
    left: 50%;
    transform: translateX(-50%);
}
	p.fp-content {
    text-align: center;
}
	.testimonials-image-container:before {
    left: -21px;
}
	div#cf-section-title {
    display: flex;
    justify-content: flex-start;
}
	.entry-title{
		text-align: center; 
	}
	.homepage-nap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div#cf-main-title {
    text-align: center;
}
}
@media (min-width: 981px) {
	.contact-info {
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

header#main-header {
    padding-bottom: 0;
}
	.email-btn{
		display: flex;
		background: #7c8854;
		font-size: 14px;
		padding: 10px !important;
		color: #fff !important;
		width: 165px !important;
		border-radius: 4px;
		text-transform: capitalize;
		font-weight: 400 !important;
		transition: background-color 0.3s ease, color 0.3s ease;
	}
	.email-btn:hover{
		background: #dfcda7;
		color: #162218 !important;
	}
	nav#top-menu-nav {
    width: calc(100% - 165px);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
	.srvElement {
    width: calc((100% / 3) - 10px);
}
	div#last-content-2-section:before {
    content: '';
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background: url('https://landscaperloxahatcheefl.com/wp-content/uploads/2026/08/Reliable-Landscaping-Contractor-4.webp');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    background-position-x: 16%;
    background-position-y: 70%;
}
	div#last-content-2-section:after {
    content: '';
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: linear-gradient(
    to right,
    #162218 0%,
    #162218 52%,
    rgba(22, 34, 24, 0) 71%
);
    position: absolute;
    z-index: 0;
}

}