body {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    font-family: Poppins, Arial, Helvetica, sans-serif;
    margin: 0px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
}
html {
    scroll-padding-top: 80px;
    scroll-behavior: smooth;
}
@media (min-width: 769px) {
    html {
        scroll-padding-top: 150px;
   }
}
@media (min-width: 992px) {
    html {
        scroll-padding-top: 170px;
   }
}
@media (min-width: 1154px) {
    html {
        scroll-padding-top: 100px;
   }
}
.container {
    max-width: 1280px;
    width: 90%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
a {
    text-decoration: none;
}
h1, h2, h3, h4 {
    font-family: "DM Sans", serif;
    font-weight: 400;
    font-style: normal;
}
h1 {
    font-size: 26px;
    font-weight: 700;
}
h2 {
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    text-shadow: rgb(255, 255, 255) 0px 0px 5px;
}
h2 span {
    color: #61b767;
}
h3 {
    font-size: 22px;
}
@media (min-width: 600px) {
    h1 {
        font-size: 38px;
   }
    h2 {
        font-size: 30px;
   }
    h3 {
        font-size: 24px;
   }
}
@media (min-width: 992px) {
    h1 {
        font-size: 38px;
   }
    h2 {
        font-size: 36px;
   }
    h3 {
        font-size: 28px;
   }
}
* {
    box-sizing: border-box;
}
header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgb(233, 238, 241);
    position: relative;
}
.hamburger {
    display: block;
    font-size: 30px;
    padding: 0px 10px;
    color: rgb(255, 255, 255);
    z-index: 999;
}
.menu .hamburger {
    width: 0px;
    position: absolute;
    bottom: 50px;
}
nav {
    display: flex;
    position: relative;
    width: 100%;
    top: 0px;
    flex-direction: column;
    height: fit-content;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    background: transparent;
    transition: background-color 0.3s ease 0s;
}
nav.scrolled {
    background-color: rgb(255, 255, 255);
    box-shadow: #1d5940 0px 2px 5px;
    position: fixed;
    top: 0px;
    margin: 0px;
    z-index: 999999;
    animation: 0.3s ease 0s 1 normal none running slideDown;
}
nav > div {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    place-content: center space-between;
    align-items: center;
    background-image: linear-gradient(#1d5940, #61b767);
    height: auto;
    padding: 10px 0px;
    box-shadow: #1d5940 0px 0px 5px;
}
.navigation {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    place-content: center space-between;
    align-items: center;
}
nav .menu {
    flex-direction: column;
    display: flex;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(#1d5940, #61b767);
    position: absolute;
    top: -1rem;
    left: -100%;
    z-index: 0;
    transition: all 1s ease 0s;
    place-content: center;
    align-items: center;
}
nav .menu.active {
    top: -1rem;
    left: 0px;
    right: 0px;
    padding: 0px;
    z-index: 99;
    width: 100%;
}
nav .menu li {
    margin: 0px;
    text-align: center;
    padding: 1rem 0px;
    list-style: none;
}
nav .menu li a {
    text-decoration: none;
    font-weight: 500;
    color: rgb(255, 255, 255);
}
.brand {
    width: 70%;
    text-wrap: wrap;
    z-index: 10;
    padding: 0px 10px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}
.brand a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.brand span {
    color: rgb(255, 255, 255);
    font-size: 25px;
    margin-left: 10px;
    font-family: "DM Sans", serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    bottom: 3px;
}
.brand img {
    width: 80px;
    height: auto;
    align-self: center;
}
.button {
    position: relative;
    background-color: transparent;
    font-size: 17px;
    font-weight: 600;
    border-radius: 5px;
    width: 160px;
    height: 50px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgba(51, 51, 51, 0.2) 0px 10px 20px;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: rgb(255, 255, 255) !important;
    text-shadow: none !important;
}
.button::before {
    content: "(707) 470-4633";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1d5940, #61b767);
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translateY(-100%);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.button::after {
    content: "Call Now";
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1d5940;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transform: translateY(0%);
}
.button:hover::before {
    transform: translateY(0%);
}
.button:hover::after {
    transform: translateY(100%);
}
.button:focus {
    outline: none;
}
.button:active {
    scale: 0.95;
}
.button-1 {
    position: relative;
    background-color: rgb(255, 255, 255);
    border: 3px solid rgb(255, 255, 255);
    font-size: 17px;
    border-radius: 5px;
    width: 130px;
    height: 50px;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #1d5940 !important;
    font-weight: 600 !important;
}
.button-1:hover {
    background-color: #1d5940;
    border-color: #1d5940;
    color: rgb(255, 255, 255) !important;
}
.button-2 {
    background-color: transparent;
    border: 3px solid rgb(255, 255, 255);
    font-size: 17px;
    width: 170px;
    display: flex;
    height: 50px;
    border-radius: 5px;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-style: normal;
    justify-content: center;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    align-items: center;
    font-weight: 600 !important;
    color: rgb(255, 255, 255) !important;
}
.button-2:hover, .button-2:active {
    background-color: #1d5940;
    border-color: #1d5940;
}

.slider-section {
    position: relative;
    width: 100%;
    height: calc(-66px + 100vh);
    align-items: center;
    display: flex;
    z-index: 0;
    flex-direction: row;
    min-height: 400px;
    justify-content: flex-start;
}
.slider-section img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center center;
    top: 0px;
    filter: opacity(0.9);
}
.slider-section::before {
    content: "";
    background-image: url("/img/branches.webp");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    transform: scaleX(-1);
    z-index: 1;
}
.slider-section::after {
    content: "";
    background-image: url("/img/bush.webp");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 8px;
    width: 180px;
    height: 180px;
    right: 0px;
    z-index: 1;
}
.button-title {
    font-size: 20px;
    color: rgb(12, 67, 88);
}
.button-subtitle {
    font-size: 20px;
    color: rgb(12, 67, 88);
}
.top-decoration-element {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    z-index: 2;
    width: 60%;
    margin: 0px 10px;
    position: relative;
    top: 35px;
    max-width: 1280px;
    margin-left: 4vw;
}
.top-decoration-element::before {
    content: "";
    background-image: url("/img/leaf.webp");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    position: absolute;
    transform: rotate(181deg);
    top: 37px;
    right: -90px;
    width: 48px;
    height: 48px;
}
.slider-content {
    position: relative;
    z-index: 3;
    text-align: left;
}
.slider-text {
    color: rgb(0, 0, 0);
    text-shadow: rgb(217 234 191) 0px 0px 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.slider-text h1 {
    margin: 0px;
    position: relative;
    filter: drop-shadow(0 0 6px #ffffff);
}
.slider-text h1::before {
    content: "";
    background-image: url("/img/leaf.webp");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    position: absolute;
    transform: rotate(331deg);
    top: -23px;
    right: 3px;
    width: 23px;
    height: 38px;
}
.slider-text a {
    color: #1d5940;
    text-decoration: none;
    text-shadow: rgb(255, 255, 255) 0px 0px 5px;
}
.slider-text a:hover {
    color: #61b767;
}
.slider-text p {
    margin: 5px 0px 10px;
    position: relative;
    text-shadow: 0 0 6px #ffffff, 0 0 6px #ffffff;
    filter: drop-shadow(0 0 6px #ffffff);
}
.slider-text p::before {
    content: "";
    background-image: url("/img/leaf.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 27px;
    height: 49px;
    position: absolute;
    display: flex;
    top: 26px;
    right: -35px;
    transform: rotate(67deg);
}
.headers-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 2;
    position: relative;
    width: 80%;
    justify-content: center;
}
.headers-buttons::before {
    content: "";
    background-image: url("/img/leaf.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 28px;
    height: 44px;
    position: absolute;
    display: flex;
    bottom: -29px;
    right: -11px;
    transform: rotate(96deg);
}
.headers-buttons .button-2 {
    margin-top: 10px;
    border-color: #1d5940;
    color: #1d5940 !important;
    text-shadow: none !important;
}
.headers-buttons .button-2:hover {
    color: rgb(255, 255, 255) !important;
}
.scroll-down {
    position: absolute;
    right: 58px;
    bottom: 40px;
    margin: 20px;
}
.scroll-down::before {
    content: "";
    background-image: url("/img/leaf.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    display: flex;
    top: -48px;
    right: -48px;
    width: 16px;
    height: 25px;
}
.scroll-down::after {
    content: "";
    background-image: url("/img/leaf.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    display: flex;
    top: -48px;
    left: -48px;
    width: 18px;
    transform: rotate(89deg);
    height: 30px;
}
.scroll-down img {
    height: 80px;
    transform: rotate(0deg);
    animation: 1.5s ease 0s infinite normal none running scroll-down-btn;
    filter: drop-shadow(black 0px 4px 6px) drop-shadow(black 0px -4px 5px);
}
@-webkit-keyframes scroll-down-btn {
    0% {
        transform: rotate(0deg) translate(0px, 0px);
        opacity: 0;
   }
    50% {
        opacity: 1;
   }
    100% {
        transform: rotate(0deg) translate(0px, 20px);
        opacity: 0;
   }
}
@keyframes scroll-down-btn {
    0% {
        transform: rotate(0deg) translate(0px, 0px);
        opacity: 0;
   }
    50% {
        opacity: 1;
   }
    100% {
        transform: rotate(0deg) translate(0px, 20px);
        opacity: 0;
   }
}
.about-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: rgb(255, 255, 255);
}
.about-section > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 90%;
    max-width: 1280px;
}
.badges-container {
    display: flex;
    flex-flow: wrap;
    justify-content: space-evenly;
    padding: 30px 0px 20px;
    align-items: flex-start;
    width: 100%;
}
.badge-holder {
    background: linear-gradient(#1d5940, #61b767);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* width: calc(50% - 10px); */
    width: 210px;
    padding: 15px 5px 30px;
    margin: 10px 5px 59px;
    border-radius: 5px;
    position: relative;
    text-shadow: rgba(0, 0, 0, 0.04) 0px 15px 15px;
    font-family: Nunito, sans-serif;
    border: 1px solid #61b767;
}
.badge-holder:hover {
    box-shadow: rgba(252, 255, 252, 0.6) 0px 0px 8px 0px;
}
p.badge-content {
    color: rgb(255, 255, 255);
    text-align: center;
    text-transform: capitalize;
    min-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    line-height: 1.25;
    font-size: 15px;
    margin-top: 5px;
    flex-direction: column;
}
.badge-holder img {
    width: 40%;
    padding-bottom: 5px;
}
.badge-title {
    background: #1d5940;
    font-size: 14px;
    width: 90%;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    position: absolute;
    top: 166px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    border-radius: 5px;
}
.badge-title span {
    font-size: 16px;
}
#about {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px 0px;
    width: 100%;
    position: relative;
}
.about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.subtitle {
    font-style: italic;
    margin: 0px;
    position: relative;
    text-align: center !important;
    font-size: 19px !important;
    color: #61b767 !important;
}
.subtitle::before {
    content: "";
    background-image: url("/img/branche.webp");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    position: absolute;
    top: 0px;
    left: -19px;
    width: 22px;
    height: 21px;
}
.about-content h2 {
    margin: 0px;
    text-align: center;
}
.about-content p {
    text-align: justify;
}
.about-images {
    margin: 20px 0px;
    position: relative;
}
.about-img {
    align-items: center;
    justify-content: center;
    --g: 8px;
    display: grid;
    clip-path: inset(1px);
    position: relative;
}
.about-img > img {
    --_p: calc(-1*var(--g));
    grid-area: 1 / 1;
    width: 100%;
    max-width: 400px;
    object-fit: cover;
    object-position: center center;
    aspect-ratio: 1 / 1;
    cursor: pointer;
    transition: all 0.4s ease 0.1s;
    border-radius: 20px;
}
.about-img > img:first-child {
    clip-path: polygon(0 0, calc(100% + var(--_p)) 0 , 0 calc(100% + var(--_p)));
}
.about-img > img:last-child {
    clip-path: polygon(100% 100%, 100% calc(0% - var(--_p)), calc(0% - var(--_p)) 100%);
}
.about-img:hover > img:last-child, .about-img:hover > img:first-child:hover {
    --_p: calc(50% - var(--g));
}
.about-img:hover > img:first-child, .about-img:hover > img:first-child:hover + img {
    --_p: calc(-50% - var(--g));
}
.about-arrow {
    position: absolute;
    bottom: -11px;
    left: -14px;
    font-size: 37px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: #1d5940;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid rgb(255, 255, 255);
}
.area-served {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 0px;
}
.area-served li {
    width: 50%;
}
.area-served-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 50px 0px;
}
.area-served-section > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 1280px;
    flex-direction: column;
}
.features-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 30px 0px 20px;
}
.features-section > img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center center;
    top: 0px;
    filter: opacity(0.7);
    z-index: 0;
}
.features-section > div {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 1280px;
    z-index: 1;
}
.features-images {
    margin: 20px 0px;
    position: relative;
}
.features-arrow {
    position: absolute;
    bottom: 27px;
    left: 25px;
    font-size: 37px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 20px;
    width: 60px;
    height: 60px;
    background-color: #1d5940;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid rgb(228, 240, 210);
}
.features-img {
    align-items: center;
    justify-content: center;
    --g: 8px;
    display: grid;
    clip-path: inset(1px);
    position: relative;
}
.features-img > img {
    --_p: calc(-1*var(--g));
    grid-area: 1 / 1;
    width: 100%;
    max-width: 400px;
    object-fit: cover;
    object-position: center center;
    aspect-ratio: 1 / 1;
    cursor: pointer;
    transition: all 0.4s ease 0.1s;
    border-radius: 50%;
}
.features-img > img:first-child {
    clip-path: polygon(0 0, calc(100% + var(--_p)) 0 , 0 calc(100% + var(--_p)));
}
.features-img > img:last-child {
    clip-path: polygon(100% 100%, 100% calc(0% - var(--_p)), calc(0% - var(--_p)) 100%);
}
.features-img:hover > img:last-child, .features-img:hover > img:first-child:hover {
    --_p: calc(50% - var(--g));
}
.features-img:hover > img:first-child, .features-img:hover > img:first-child:hover + img {
    --_p: calc(-50% - var(--g));
}
.features-section h2 {
    margin: 0px;
}
.features-section ul, .features-section-2 ul {
    padding-left: 10px;
}
.features-section ul li, .features-section-2 ul li {
    text-align: justify;
}
.features-content-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.features-section-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    padding: 30px 0px 20px;
}
.features-content-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}
.features-content-2 > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 1280px;
}
.contact-form-section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
}
.contact-form-section::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.63);
    z-index: 1;
}
.contact-form-section > img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center center;
    top: 0px;
    filter: opacity(0.9);
}
.email-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    max-width: 1280px;
    z-index: 2;
    padding: 30px 0px 20px;
}
.email-form > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.contact-form {
    z-index: 2;
    position: relative;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.email-form h3 {
    text-align: center;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
    font-weight: 600;
}
.contact-form .form-row {
    margin-bottom: 15px;
    width: 100%;
}

.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"], .contact-form input[type="message"] {
    width: 100%;
    padding: 10px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: rgb(0, 0, 0) 0px 0px 5px;
}
.contact-form input[type="text"]:focus, .contact-form input[type="tel"]:focus, .contact-form input[type="email"]:focus, .contact-form input[type="message"]:focus {
    outline: none;
    border-color: rgb(12, 67, 88);
}

/* CAPTCHA */
.checkbox-captcha {
    pointer-events: auto !important;
    display: flex !important;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    color: #000 !important;
    padding: 6px 7px !important;
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    border: 1px solid #083D77;
    border-radius: 5px;
    background: #fff;
    width: 100%;
    accent-color: #58672c !important;
    font-size: 14px;
}
.form-row.form-row-captcha {
    margin-bottom: 0px;
    margin-top: 0px;
}
.checkbox-captcha input[type="checkbox"] {
    pointer-events: auto;
    position: relative;
    z-index: 11;
    cursor: pointer;
    color: #fff !important;
    width: 16px;
    height: 16px;
    /* accent-color: #0078d4 !important; */
}

.captcha{
        width:calc(100% - 116px);
    padding: 10px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: #000000 0px 0px 5px;
    transition: all 0.3s ease 0s;
    background:#fff;
    
}

.captcha label{
    position: relative !important;
    transform: none !important;
}


.contact-form .form-row.submit-btn {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 20px;
	flex-direction:row;
}


@media screen and (max-width:550px) {
	.contact-form .form-row.submit-btn {
	align-items: center;
    justify-content: center;
    flex-direction: column;
	}
}

.services-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px 20px;
}
.services-section > div {
    width: 90%;
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.srvBlockTitle p {
    line-height: 1.2;
    font-weight: bold;
    font-family: Heebo, sans-serif;
    color: rgb(0, 0, 0);
    display: inline-block;
    font-size: 26px;
}
.srvBlockTitle {
    text-align: center;
}
.srvBlockTitle h2 {
    margin: 0px;
}
.srvBlock {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-flow: wrap;
}
.srvElement {
    margin: 50px auto 0px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    position: relative;
    max-width: 500px;
}
.srvElementHeader h2 {
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: Heebo, sans-serif;
    padding: 5px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin: 0px;
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
}
.srvElementImg {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
.srvElementImg img {
    width: 100%;
    height: 50vw;
    object-fit: cover;
    object-position: center center;
    border-radius: 25px 25px 0px 0px;
}
.srvElementContent {
    text-align: justify;
    color: rgb(255, 255, 255);
    padding: 0px 20px 10px;
    line-height: 1.2;
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
}
.srvElementBody {
    border-radius: 0px 0px 20px 20px;
    position: relative;
    background: linear-gradient(#1d5940, #61b767);
    padding-top: 40px;
    border-top: 3px solid rgb(255, 255, 255);
}
.srvElementBody::before {
    content: "";
    position: absolute;
    top: -47px;
    left: 40%;
    align-self: center;
    border-radius: 50%;
    background: url("/img/icons/badge-landscaping.webp") center center / contain no-repeat, #1d5940;
    width: 80px;
    height: 80px;
    z-index: 1;
    border: 3px solid rgb(255, 255, 255);
}
.srvElementHeader {
    border-radius: 25px;
    position: relative;
    bottom: 1px;
    padding: 5px;
}
.srvElement:hover img {
    filter: sepia(0.4);
}
.srvElement:hover h2 {
    color: rgb(255 255 255);
    font-weight: bold;
}
.lightboxOverlay, .lightbox {
    z-index: 999999 !important;
}
.testimonials-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0px 20px;
    position: relative;
}
.testimonials-section::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}
.testimonials-section > img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center center;
    top: 0px;
    filter: opacity(0.9);
}
.testi-content.swiper-wrapper {
    margin-top: 30px;
}
#testimonials {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1280px;
    z-index: 2;
}
.testimonial {
    position: relative;
    width: 100%;
    padding-top: 20px;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.testimonial h2 {
    margin: 0px;
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
    color: rgb(214, 213, 213);
}
.testimonial .image {
    height: 150px;
    width: 150px;
    position: relative;
    object-fit: cover;
    border-radius: 50%;
    z-index: 1;
    border: 5px solid #00000050;
}
.testimonial .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 30px;
    height: 100%;
    width: 100%;
}
.testimonial-content {
    background: linear-gradient(#1d5940, #61b767);
    border-radius: 25px;
    padding-top: 100px;
    padding-bottom: 50px;
    position: relative;
    z-index: 0;
    bottom: 100px;
    height: fit-content;
}
.slide p {
    padding: 0px 60px;
    font-size: 18px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-align: justify;
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
}
.slide .quote-icon {
    font-size: 30px;
    color: rgb(255, 255, 255);
    margin-bottom: 25px;
    margin-top: 15px;
}
.slide .details {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.details .name {
    font-size: 18px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    border-right: 3px solid rgb(255, 255, 255);
    padding-right: 10px;
}
.slide .details img {
    width: 130px;
    margin-left: 10px;
    filter: drop-shadow(0 0 3px #fff);
}
.swiper-button-prev, .swiper-button-next {
    width: 0px !important;
}
.swiper-button-prev::after, .swiper-button-next::after {
    color: rgb(255, 255, 255);
    font-size: 30px !important;
}
.nav-btn {
    border-radius: 50%;
    transform: translateY(30px);
    transition: all 0.2s ease 0s;
}
.nav-btn::after, .nav-btn::before {
    font-size: 20px;
}
.row .col-md-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.gallery-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0px 0px 20px;
    color: rgb(0, 0, 0);
    text-align: center;
}
.gallery-section {
    padding: 30px 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.lp-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 95%;
    margin: 0px auto;
}
.lp-gallery a {
    width: 40vw;
    height: 40vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 5px;
}
.lp-gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px;
}
.contact-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px 0px 20px;
}
.contact-section > img {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    top: 0px;
    filter: opacity(0.7);
    z-index: 0;
    width: 100%;
    height: 100%;
}
.contact-section > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    z-index: 2;
    width: 90%;
    max-width: 1280px;
}
.contact-section h2 {
    font-size: 28px;
}
.contact-section a {
    color: #1d5940;
    text-decoration: underline;
}
.contact-section a:hover {
    color: #61b767;
}
footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    background: linear-gradient(#1d5940, #61b767);
    padding: 30px 0px;
}
footer > div {
    display: flex;
    width: 90%;
    max-width: 1280px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: rgb(255, 255, 255);
}
#callnowbutton {
    display: none;
}
#booking-engin {
    position: fixed;
    left: -1px;
    z-index: 9999999;
    cursor: pointer;
    bottom: 10px;
    background-color: rgb(44 65 35);
    transition: all 0.3s ease 0s;
    border-radius: 0 5px 5px 0;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #000;
}
#booking-engin .button-2 {
    color: #fff !important;
    border: none;
    font-weight: 500;
}

@media (min-width: 500px) {
    .srvElementBody::before {
        left: 43%;
   }
}
@media (min-width: 600px) {
    .top-decoration-element {
        width: 67%;
        max-width: 650px;
   }
    .headers-buttons {
        flex-direction: row;
        justify-content: flex-start;
   }
    .headers-buttons .button-2 {
        margin: 0px 0px 0px 10px;
   }
    .headers-buttons::before {
        bottom: -33px;
   }
   .area-served li {
        width: 33%;
    }
}
@media screen and (max-width: 650px) {
    #callnowbutton {
        position: fixed;
        right: 10px;
        padding: 10px 20px;
        z-index: 9999999;
        cursor: pointer;
        bottom: 10px;
        background-color: rgb(129, 215, 66);
        color: rgb(255, 255, 255);
        text-decoration: none;
        border: none;
        transition: all 0.3s ease 0s;
        border-radius: 5px;
        width: fit-content;
        height: fit-content;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
   }
    #callnowbutton a img {
        height: 2em;
   }
}
@media (min-width: 768px) {
    #about {
        flex-direction: row;
        justify-content: space-between;
   }
    .about-content {
        width: 49%;
        align-items: flex-start;
   }
    .subtitle {
        margin-left: 12px;
   }
    .about-content h2 {
        text-align: left;
   }
    .about-images {
        width: 49%;
        margin: 0px;
   }
    .about-img > img {
        max-width: 500px;
   }
   .features-section > div {
        flex-direction: row;
        justify-content: space-between;
    }
    .features-images {
        width: 49%;
        margin: 0px;
    }
    .features-img > img {
        max-width: 500px;
    }
    .features-content {
        flex-direction: row;
        justify-content: space-between;
    }
    .features-content-1 {
        width: 49%;
        align-items: flex-start;
    }
    .features-section-2 {
        flex-direction: row;
        justify-content: space-between;
        padding-top: 0px;
    }
    .features-content-2 {
        width: 49%;
        align-items: flex-end;
    }
    .contact-form-section {
        width: 49%;
        height: 100%;
        min-height: 535px;
        justify-content: flex-start;
        flex-direction: row;
    }
    .email-form {
        padding-left: 50px;
    }
    .srvElementBody::before {
        left: 39%;
   }
    .srvElement {
        width: 48%;
        display: flex;
        flex-direction: column;
        margin: 30px 10px 0px 0px;
   }
    .srvElementImg img {
        height: 200px;
   }
    .srvElementBody {
        height: 100%;
   }
    .srvElementContent {
        height: 100%;
   }
}
@media (min-width: 981px) {
    .email-form {
        align-items: flex-end;
   }
   .lp-gallery a {
        width: calc(31.6667vw);
        max-width: 300px;
        height: calc(31.6667vw);
        max-height: 300px;
    }
}
@media (min-width: 992px) {
    .hamburger {
        display: none;
   }
    nav {
        height: fit-content;
   }
    nav > div {
        justify-content: center;
   }
    nav .menu {
        height: auto;
        flex-direction: row;
        justify-content: space-around;
        top: initial;
        left: initial;
        position: relative;
        width: auto;
        align-items: center;
        padding: 0px;
        margin: 5px 0px;
        background: transparent;
   }
    nav .menu li {
        margin: 0px 10px;
        padding: 0px;
   }
   
    .brand {
        width: 100%;
        justify-content: center;
   }
    .brand a {
        justify-content: center;
   }
    .slider-section {
        height: calc(-150px + 106vh) !important;
   }
    nav .menu li:nth-of-type(7) {
        margin-bottom: 0px;
   }
   .srvBlock {
        justify-content: center;
    }
    .srvElement {
        width: 31%;
        display: flex;
        flex-direction: column;
        margin: 30px 10px 20px;
    }
    .testimonials-section {
        flex-direction: row;
   }
    #testimonials {
        width: 50%;
   }
}
@media (min-width: 1070px) {
    .features-images {
        width: 400px;
   }
}
@media (min-width: 1150px) {
    .about-images {
        width: 500px;
   }
}
@media (min-width: 1166px) {
    nav {
        height: fit-content;
   }
    nav > div {
        flex-direction: row;
        justify-content: space-between;
   }
    .navigation {
        width: auto;
   }
    nav .menu {
        width: auto;
   }
    .slider-section {
        height: calc(-176px + 116vh) !important;
   }
}