body {
    color: #000000;
    background-color: #ffffff;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    margin: 0px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
}
html {
    scroll-padding-top: 20%;
    scroll-behavior: smooth;
}
.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;
    cursor: pointer;
}
a[href^="tel:"] {
  white-space: nowrap;
}
h1, h2, h3, h4 {
    font-family: "DM Sans", serif;
    font-weight: 400;
    font-style: normal;
}
h1 {
    font-size: 26px;
    font-weight: 700;
    filter: drop-shadow(1px 1px 6px #E9F4DF);
    text-shadow: 1px 1px 5px #E9F4DF, 1px 1px 5px #E9F4DF !important;
    margin: 0px;
    position: relative;
    z-index: 1;
}
h2 {
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    text-shadow: #ffffff 0px 0px 5px;
}
h2 span {
    color: #416b11;
}
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: #e9eef1;
    position: relative;
}
.hamburger {
    display: block;
    font-size: 30px;
    padding-right: 10px;
    color: #ffffff;
    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: #ffffff;
    box-shadow: #324e09 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(#324e09, #416b11);
    height: auto;
    padding: 10px 0px;
    box-shadow: #324e09 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(#324e09, #416b11);
    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: #ffffff;
}
.brand {
    width: 85%;
    text-wrap: wrap;
    z-index: 10;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding-left: 10px;
}
.brand a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.brand span {
    color: #ffffff;
    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;
}
nav .menu li .button:after {
    color: #ffffff;
    background: #2c4123;
    border-color: #ffffff;
}
nav .menu li .button:before {
    color: #ffffff;
    background: #2c4123;
    border-color: #ffffff;
}

.button {
    position: relative;
    background: #ffffff00;
    font-size: 17px;
    font-weight: 600;
    border-radius: 5px;
    width: 160px;
    height: 50px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    box-shadow: #33333333 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: #ffffff !important;
    text-shadow: none !important;
}
.button::before {
    content: "(480) 944-5142";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #324e09, #416b11);
    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: #2c4123;
    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: #ffffff;
    border: 3px solid #ffffff;
    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: #416b11 !important;
    font-weight: 600 !important;
    transition: 0.3s ease-in-out;
}
.button-1:hover {
    background-color: #2c4123;
    border-color: #2c4123;
    color: #ffffff !important;
}
.button-2 {
    background-color: transparent;
    border: 3px solid #ffffff;
    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: #ffffff !important;
    transition: 0.3s ease-in-out;
}
.button-2:hover, .button-2:active {
    background-color: #2c4123;
    border-color: #2c4123;
}

.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: center;
}
.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/icons/branches.webp");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(-1);
    z-index: 1;
}
.slider-section::after {
    content: "";
    background-image: url("/img/icons/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: #0c4358;
}
.button-subtitle {
    font-size: 20px;
    color: #0c4358;
}
.top-decoration-element {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    z-index: 2;
    width: 90%;
    position: relative;
    max-width: 1280px;
    margin-top: -25px;
}
.top-decoration-element::before {
    content: "";
    background-image: url("/img/icons/leaf.webp");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    position: absolute;
    transform: rotate(181deg);
    top: -35px;
    right: -13px;
    width: 48px;
    height: 48px;
}
.slider-content {
    position: relative;
    z-index: 3;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.slider-text {
    color: #000000;
    text-shadow: #d9eabf 0px 0px 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    width: 100%;
}
.slider-text h1::before {
    content: "";
    background-image: url("/img/icons/leaf.webp");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    position: absolute;
    transform: rotate(331deg);
    top: -23px;
    right: -10px;
    width: 23px;
    height: 38px;
}
.slider-text a {
    color: #324e09;
    text-decoration: none;
    text-shadow: #ffffff 0px 0px 5px;
    transition: 0.3s ease-in-out;
}
.slider-text a:hover {
    color: #416b11;
}
.slider-text p {
    margin: 5px 0px 10px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
}
.slider-text p::before {
    content: "";
    background-image: url("/img/icons/leaf.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 27px;
    height: 49px;
    position: absolute;
    display: flex;
    top: -43px;
    right: 1px;
    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/icons/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: #2c4123;
    color: #2c4123 !important;
    text-shadow: none !important;
}
.headers-buttons .button-2:hover {
    color: #ffffff !important;
}
.scroll-down {
    position: absolute;
    right: 58px;
    bottom: 40px;
    margin: 20px;
}
.scroll-down::before {
    content: "";
    background-image: url("/img/icons/leaf.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    display: flex;
    top: -76px;
    right: -76px;
    width: 16px;
    height: 25px;
}
.scroll-down::after {
    content: "";
    background-image: url("/img/icons/leaf.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    display: flex;
    top: -32px;
    left: -60px;
    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: #ffffff;
}
.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: center;
    padding: 30px 0px 20px;
    align-items: center;
    width: 100%;
}
.badges-container > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.badge-holder {
    background: linear-gradient(#324e09, #416b11);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(60% - 10px);
    max-width: 180px;
    padding: 15px 5px 22px;
    margin: 10px 10px 30px;
    border-radius: 5px;
    position: relative;
    text-shadow: #0000000a 0px 15px 15px;
    font-family: Nunito, sans-serif;
    border: 1px solid #416b11;
}
.badge-holder:hover {
    box-shadow: #fcfffc99 0px 0px 8px 0px;
}
p.badge-content {
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
    min-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    line-height: 18px;
}
.badge-holder img {
    width: 60%;
    padding-bottom: 5px;
}
.badge-title {
    background: #2c4123;
    font-size: 15px;
    width: 85%;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    position: absolute;
    bottom: -15px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px;
    text-transform: capitalize;
}
.badge-title span {
    font-size: 17px;
}
#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: #416b11 !important;
}
.subtitle::before {
    content: "";
    background-image: url("/img/icons/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: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: #2c4123;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #ffffff;
    padding-bottom: 7px;
}
.area-served {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 0px;
    width: 100%;
}
.area-served li {
    width: 100%;
}
.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: #ffffff;
    cursor: pointer;
    border-radius: 20px;
    width: 60px;
    height: 60px;
    background-color: #2c4123;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #e4f0d2;
    padding-bottom: 7px;
}
.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: #000000a1;
    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: #ffffff;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    text-shadow: #000000 0px 0px 5px;
    font-weight: 600;
}
.contact-form .form-row {
    margin-bottom: 15px;
    width: 100%;
}
.contact-form .form-row.submit-btn {
    width: auto;
}
.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"], .contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #dddddd;
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: #000000 0px 0px 5px;
    font-family: unset;
}
.contact-form input[type="text"]:focus, .contact-form input[type="tel"]:focus, .contact-form input[type="email"]:focus, .contact-form textarea:focus {
    outline: none;
    border-color: #0c4358;
}
.contact-form textarea {
    resize: none;
}
.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: #000000;
    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;
}
.srvBlock a {
    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: 430px;
}
.srvElementHeader h2 {
    text-align: center;
    color: #ffffff;
    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: #000000 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: #ffffff;
    padding: 0px 20px 10px;
    line-height: 1.2;
    text-shadow: #000000 0px 0px 5px;
}
.srvElementBody {
    border-radius: 0px 0px 20px 20px;
    position: relative;
    background: linear-gradient(#324e09, #416b11);
    padding-top: 40px;
    border-top: 3px solid #ffffff;
}
.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, #2c4123;
    width: 80px;
    height: 80px;
    z-index: 1;
    border: 3px solid #ffffff;
}
.srvElementHeader {
    border-radius: 25px;
    position: relative;
    bottom: 1px;
    padding: 5px;
}
.srvElement:hover img {
    filter: sepia(0.4);
}
.srvElement:hover h2 {
    color: #ffffff;
    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: #000000cc;
    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: #000000 0px 0px 5px;
    color: #d6d5d5;
}
.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(#324e09, #416b11);
    border-radius: 25px;
    padding-top: 100px;
    padding-bottom: 50px;
    position: relative;
    z-index: 0;
    bottom: 100px;
    height: fit-content;
    width: 100%;
}
.slide p {
    padding: 0px 60px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-align: justify;
    text-shadow: #000000 0px 0px 5px;
}
.slide .quote-icon {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 25px;
    margin-top: 15px;
    filter: drop-shadow(0 0 5px #000);
}
.slide .details {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.details .name {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    filter: drop-shadow(0 0 5px #000);
}
.slide .details img {
    width: 130px;
    margin-left: 10px;
    filter: drop-shadow(0 0 5px #000);
    border-left: 3px solid #fff;
    padding-left: 10px;
}
.swiper-button-prev, .swiper-button-next {
    width: 0px !important;
}
.swiper-button-prev::after, .swiper-button-next::after {
    color: #ffffff;
    font-size: 30px !important;
}
.nav-btn {
    border-radius: 50%;
    transform: translateY(30px);
    transition: all 0.2s ease 0s;
    filter: drop-shadow(0 0 5px #000);
}
.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 {
    padding: 30px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.gallery-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0px 0px 20px;
    color: #000000;
    text-align: center;
}
.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 p {
    font-size: 28px;
}
.contact-section a {
    color: #2c4123;
    text-decoration: underline;
    transition: 0.3s ease-in-out;
}

a {}
.contact-section a:hover {
    color: #416b11;
}
footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    background: linear-gradient(#324e09, #416b11);
    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: #ffffff;
}
#callnowbutton {
    display: none;
}
#booking-engin {
    position: fixed;
    left: -1px;
    z-index: 9999999;
    cursor: pointer;
    bottom: 10px;
    background-color: #2c4123;
    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 {
        margin-top: 117px;
    }
    .slider-text {
        width: 75%;
    }
    .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: 50%;
    }
}
@media screen and (max-width: 650px) {
    #callnowbutton {
        position: fixed;
        right: 10px;
        padding: 10px 20px;
        z-index: 9999999;
        cursor: pointer;
        bottom: 10px;
        background-color: #81d742;
        color: #ffffff;
        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;
   }
    .area-served li {
        width: 50%;
    }
   .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 8px 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;
   }
}