/*!
Theme Name: Arnoldos Tree Service
Author: Arnoldos Tree Service
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: arnoldos-tree-service
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Arnoldo\'s Tree Service is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.


/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
a,
figure,
blockquote,
dl,
dd,
ul {
    margin: 0;
    font-family: "Open Sans", sans-serif;
}

.section-text,
.section-text p,
.section-text ul {
    font-family: "Montserrat", sans-serif;
}

.content-text,
.content-text p,
.content-text ul,
.content-text a {
    font-family: "Montserrat", sans-serif;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
    list-style: none;
}

/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

a {
    text-decoration: unset !important;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

html,
body {
    overflow-x: hidden;
}

input,
button,
textarea,
select {
    font: inherit;
    font-family: "Open Sans", sans-serif !important;
}

h2 {
    font-weight: 800 !important;
    color: #305cde !important;
    font-size: 37.5px !important;
    font-size: 24px !important;
    font-size: clamp(1.5rem, 1.2269rem + 1.165vw, 2.625rem) !important;
}

h4 {
    font-size: 20px !important;
    font-weight: 700 !important;
}

.container {
    max-width: 1463px !important;
}

.header-top {
    background-color: #265c32;
    color: #fff;
    padding-block: 10px;
    font-size: 18px;
    font-size: 13px;
    font-size: clamp(0.8125rem, 0.4554rem + 0.558vw, 1.125rem);
    font-family: 'Montserrat';
}


.header-top a {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-size: clamp(0.9375rem, 0.892rem + 0.1942vw, 1.125rem);
}

p.header-contact a {
    margin-right: 25px;
}

p.header-contact i {
    margin-right: 10px;
}

p.header-contact i.fa-solid.fa-phone {
    padding: 6px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 15px;
}

p.header-contact i.fa-solid.fa-mobile-screen-button {
    padding: 5px 7px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 17px;
}


.header-top .btn {
    font-size: 18px !important;
    font-weight: 800 !important;
    font-size: 19px !important;
    font-size: clamp(0.8125rem, 0.7215rem + 0.3883vw, 1.1875rem) !important;
}

.btn-primary {
    background-color: #305cde !important;
    border: 1px solid #ffffff00 !important;
    padding-inline: 22px !important;
    padding-block: 10px !important;
    font-weight: 800 !important;
    font-size: 20px !important;
    font-size: clamp(0.9375rem, 0.801rem + 0.5825vw, 1.5rem) !important;
    max-width: 285px;
    width: 100%;
    border-radius: 10px !important;
}

a.btn-primary:hover {
    color: #265c32 !important;
    background-color: #fff !important;
    border: 1px solid #265c32 !important;
}


.header-top .btn-primary {
    padding-inline: 33px !important;
    padding-block: 10px !important;
}

.btn {
    font-family: "Open Sans", sans-serif !important;
}

.header-top .row p {
    font-family: 'Montserrat';
    font-weight: 600;
}

.header-info {
    line-height: 1.2;
}

.header-info p {
    font-size: 20px;
    font-size: clamp(0.9375rem, 0.8617rem + 0.3236vw, 1.25rem);
}

.header-info p:first-child {
    margin-bottom: 0 !important;
}

.header-info p:last-child {
    margin-bottom: 10px;
}

.header-top p.header-contact {
    margin-bottom: 13px;
    margin-bottom: 8px;
}

.mobile-header-phone {
    display: none;
}


.footer-bottom p {
    margin-bottom: unset;
}

.footer-bottom {
    background-color: #265c32;
    color: #fff;
    padding: 20px 10px;
    font-size: 13px;
    font-weight: 600;
    font-size: clamp(0.8125rem, 0.6046rem + 0.4337vw, 1.125rem);
}

.footer-bottom a {
    color: #fff;
}

.footer-menu .menu {
    column-count: 2;
    column-gap: 45px;
    list-style: none;
    padding: 0;
    margin-bottom: unset;
}

.footer-menu .menu li {
    break-inside: avoid;
    /* Prevents items from splitting between columns */
    padding: 2px 0;
}

.footer-gmap {
    position: relative;
    width: 125%;
    padding-bottom: 99.25%;
    height: 0;
    overflow: hidden;
    margin-left: -45px;
    border: 4px solid #f4efe1;
}

.footer-gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

p.site-gmb {
    padding-top: 10px;
}

p.site-gmb a span {
    background-color: #265c32;
    border-radius: 50%;
    padding: 5px;
    font-size: 14px;
    color: #fff;
}

.list-unstyled ul {
    padding-left: 0 !important;
    list-style: none !important;
}

.site-info p,
.site-info a {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: clamp(0.9375rem, 0.7296rem + 0.4337vw, 1.25rem);
}

.site-info h4 {
    color: #265c32;
    font-weight: 800 !important;
    /* font-size: 17px !important; */
    font-size: clamp(1.0625rem, 0.7715rem + 0.6071vw, 1.5rem) !important;
}

.footer-menu-wrapper {
    width: fit-content;
    margin-inline: auto;
}

.site-info {
    padding: 40px 10px;
}

.site-info p {
    margin-bottom: 10px;
    margin-left: 5px;
}

.footer-contact i {
    margin-right: 8px;
}

.footer-contact i.fa-solid.fa-phone {
    background-color: #265c32;
    border-radius: 50%;
    padding: 5px;
    font-size: 11px;
}

.site-info .footer-logo {
    max-width: 262px;
    height: fit-content;
    width: 100%;
    margin-top: 10%;
    margin-bottom: auto;
}

.footer-cta .footer-logo {
    margin-inline: auto;
    margin-bottom: 40px;
}


.footer-cta {
    background-color: #f4efe1;
    box-shadow: inset 0px -13px 20px 0px rgba(0, 0, 0, 0.1);
}

.footer-img-cover {
    height: 995px;
    background-size: cover;
    background-position: center;
}


.footer-text p {
    font-size: 25px;
    margin-bottom: 40px;
    line-height: 1.7;
    font-size: clamp(1rem, 0.8635rem + 0.5825vw, 1.5625rem);
    font-size: clamp(1rem, 0.909rem + 0.3883vw, 1.375rem);
}

.footer-text {
    /*     max-width: 1305px; */
    margin-inline: auto;
}

.footer-text p {
    font-family: "Montserrat", sans-serif;
    line-height: normal;
}

.footer-cta h2 {
    margin-bottom: 25px;
}

.site-branding .header-logo {
    margin-inline: auto;
    max-width: 70%;
}

#primary-menu {
    display: flex;
    justify-content: center;
    margin-bottom: unset;
    flex-direction: row;
    align-items: center;
}

#primary-menu a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    font-size: clamp(0.75rem, 0.4643rem + 0.4464vw, 1rem) !important;
    text-transform: uppercase;
}

#primary-menu li {
    margin-inline: 16px;
}

#primary-menu li.menu-item-44 a {
    text-transform: uppercase;
    padding-inline: 45px !important;
    padding-block: 9px !important;
    color: #fff;
    background-color: #305cde !important;
    font-size: 17px;
    font-weight: 800;
    border-radius: 10px;
    border: 1px solid #ffffff00 !important;
    /* font-size: clamp(0.75rem, 0.3929rem + 0.558vw, 1.0625rem); */
    min-width: 175px !important;
    display: block;
    font-size: clamp(1.125rem, 1.034rem + 0.3883vw, 1.5rem) !important;
    /* max-width: 285px; */
    width: 285px;
    white-space: nowrap;
}

#primary-menu li.menu-item-44 a:hover {
    color: #265c32 !important;
    background-color: #fff !important;
    border: 1px solid #265c32 !important;
}

ul#primary-menu li a:active {
    background-color: unset !important;
}


.site-branding {
    padding: 10px 0;
    background-color: #fff;
}

#primary-menu li.menu-item-44 {
    margin-left: 30px;
    margin-right: 0;
}

ul#primary-menu li a:hover {
    color: #000;
}

.section-text {
    font-size: 25px;
    font-weight: 500;
    margin: 15px 0 25px !important;
    font-size: 16px;
    font-size: clamp(1rem, 0.8635rem + 0.5825vw, 1.5625rem);
    font-size: clamp(1rem, 0.909rem + 0.3883vw, 1.375rem);
    line-height: normal;
}

/* Banner Section */
section.banner-section {
    width: 100%;
    height: 755px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    color: white;
    padding: 20px;
}

.row .banner-content {
    margin-bottom: 145px;
    max-width: 695px;
    margin-left: 60px;
}

p.banner-kicker {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    text-shadow: 3px 6px 3px rgb(0 0 0);
    font-family: "Montserrat", sans-serif;
}


h1.banner-title {
    font-size: 40px;
    font-weight: 800;
    /*     -webkit-text-stroke: 1px #265c32; */
    text-shadow: 0 0 16px rgba(0, 0, 0, .63);
    margin-bottom: 45px;
    line-height: 1.3;
    text-shadow: 3px 6px 3px rgb(0 0 0 / 71%);
}

section.inner-page-banner .banner-text p {
    text-shadow: 3px 6px 3px rgb(0 0 0 / 71%);
}

/* Reviews Section */

.google-reviews {
    max-width: 1085px;
    margin-inline: auto;
}

section.review-section {
    background-color: #f6eed9;
    padding: 45px 0 30px;
}

.review-section .container {
    background-color: #265c32;
    border-radius: 0.375rem;
    margin-top: -150px;
    padding: 40px 0 25px;
    box-shadow: 0px -8px 15px 4px rgb(0 0 0 / 16%);
}

.review-section h2 {
    color: #fff !important;
    margin-bottom: 40px;
    text-shadow: 0 0 16px rgb(0 0 0 / 20%);
}

.ti-rating-text span,
.ti-rating-text span strong {
    color: #fff !important;
}

body .ti-widget.ti-goog .ti-review-item>.ti-inner {
    border-radius: 0 !important;
}


/* Services Section */

.service-card {
    position: relative;
    overflow: hidden;
    text-align: center;
    color: white;
    max-width: 453px;
    margin-inline: auto;
}

.service-image {
    width: 100%;
    height: 532px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.service-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75%;
    background: linear-gradient(to top, rgb(38, 92, 50), rgb(38 92 50 / 90%), rgb(38 92 50 / 50%), rgb(38 92 50 / 0%));
    padding: 20px 10px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.service-card h3 {
    font-size: 22px;
    margin-bottom: 35px;
    font-weight: bold;
    font-size: 17px;
    font-size: clamp(1.0625rem, 0.9867rem + 0.3236vw, 1.375rem);
}

.btn-outline-light {
    border: 1px solid white;
    color: white;
    padding: 8px 16px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
}

.btn-outline-light:hover {
    background: white;
    color: green;
}

.services-section {
    background-color: #f6eed9;
    padding: 70px 0;
}

/* .service-card-3 {
    border-top-right-radius: 50px;
}

.service-card-1 {
    border-bottom-left-radius: 50px;
} */

.service-card a.btn {
    font-size: 13px;
    font-weight: 600;
    padding: 9px 38px;
    line-height: normal;
}


/* Countup Stats */

.parallax-section {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* Enables parallax effect */
    background-repeat: no-repeat;
    padding: 75px 0;
    text-align: center;
    color: white;
}

.stat.counted {
    font-size: 40px;
    font-weight: 800;
    font-size: 33px;
    font-size: clamp(2.0625rem, 1.9563rem + 0.4531vw, 2.5rem);
}

.stat-label.section-text {
    margin-top: 10px !important;
    font-weight: 700;
    margin-bottom: 10px !important;
}

/* CTA Section */

.cta-section {
    background-color: #f6eed9;
    padding: 60px 0;
}

.container.custom-tree-service {
    max-width: 1488px !important;
}

.custom-tree-service {
    padding: 50px 0;
    position: relative;
}

.large-image {
    width: 100%;
    border-radius: 10px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    max-width: 516px !important;
    max-height: 323px;
    object-fit: cover;
}

.small-image {
    width: 50%;
    border-radius: 10px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    position: absolute;
    bottom: -34%;
    right: 6%;
    max-width: 305px !important;
    max-height: 270px;
    object-fit: cover;
    object-position: top;
}

.trusted-badge i {
    margin-right: 5px;
    color: #ffc107;
}

.custom-tree-service ul {
    list-style: none;
    padding-left: 15px;
    margin-top: 45px;
}

.custom-tree-service ul li {
    font-size: 20.6px;
    margin-bottom: 22px;
    /*display: flex; */
    align-items: center;
    font-weight: 600;
    /*flex-wrap: wrap; */
    font-size: 16px;
    font-size: clamp(1rem, 0.9302rem + 0.2977vw, 1.2875rem);
}

.custom-tree-service ul li strong {
    font-weight: 700;
}

section.cta-section a.btn {
    margin-top: 25px;
}

.custom-tree-service ul li:before {
    content: "";
    background: url(/wp-content/uploads/2025/04/check-list-logo.png);
    background-size: auto;
    background-position: center;
    padding: 9px;
    background-repeat: no-repeat;
    margin-right: 15px;
}

/* Gallery Section */

section.gallery-section {
    padding: 45px 30px;
}

.slick-gallery {
    margin: 0 auto;
    /*     max-width: 1280px; */
}

.gallery-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
    padding-right: 15px;
}


.gallery-item img {
    width: 100%;
    max-width: 420px !important;
    height: 400px;
    object-fit: cover;
    /* border-radius: 10px; */
    max-width: 100%;
    max-height: 550px;
    object-fit: cover;
}

/* Style Slick Navigation Arrows */
.slick-prev,
.slick-next {
    z-index: 10;
    font-size: 24px;
    color: #2c5eff;
}

.project-gallery-slick .gallery-item img {
    max-width: 400px;
    height: 280px;
    object-fit: cover;
}


.slick-next:before,
.slick-prev:before {
    font-size: 27px !important;
    opacity: 1 !important;
    color: #265c32 !important;
}

body .slick-prev {
    left: -39px;
}

body .slick-next,
body .slick-prev {
    top: 49%;

}

/* Sticky Header */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 0 8px 0px #0000005e;
}



/*Back to Top */

#back-to-top {
    display: inline-block;
    background-color: #305cde;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: .375rem;
    position: fixed;
    bottom: 20px;
    right: 40px;
    -webkit-transition: background-color .3s, opacity .5s, visibility .5s;
    -o-transition: background-color .3s, opacity .5s, visibility .5s;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#back-to-top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 45px;
    color: #fff;
}

#back-to-top:hover {
    cursor: pointer;
    background-color: #265c32;
}

#back-to-top:active {
    background-color: #555;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

/* End back to top */

.footer-menu .menu li a:hover {
    color: #265c32;
}

.footer-bottom a:hover {
    color: #f6eed9;
}

.home-gallery-btn {
    margin-top: 20px;
}

ul#primary-menu li a {
    color: #18642f;
}

.current_page_item a,
.current-menu-item a {
    color: #000 !important;
}

section.image-with-text-section {
    padding: 65px 0;
}

section.image-with-text-section .img-side {
    max-width: 628px;
    margin: auto;
    width: 100%;
}

section.image-with-text-section p:last-child {
    margin-bottom: 0;
}

section.image-with-text-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

img.content-image-left,
img.content-image-right {
    margin: auto;
    /*     border-radius: 10px; */
    box-shadow: -7px 7px 0px 0px rgb(38 92 50);
}

.one-column-section {
    padding: 100px 0;
}

section.one-column-section.house.worth {
    padding: 0 0 100px;
}

section.one-column-section.jasmin-form-btn h2 {
    color: #fff !important;
}

.house.worth div#gform_wrapper_1 {
    max-width: 700px;
    width: 100%;
    margin: auto;
    padding: 3rem 2.25rem;
    background-color: #f6eed9;
    border-radius: .375rem;
    border: 1px dashed #000;
}

.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input[type="submit"] {
    text-transform: uppercase;
    padding-inline: 33px !important;
    padding-block: 12px !important;
    color: #fff;
    background-color: #305cde;
    font-size: 17px;
    font-weight: 700;
    border-radius: 0.375rem;
    border: 1px solid #ffffff00;
    font-size: clamp(0.75rem, 0.3929rem + 0.558vw, 1.0625rem);
    min-width: 175px !important;
    display: block;
}

body .gform_wrapper .gform_footer input[type="submit"]:hover,
body .gform_wrapper .gform_page_footer input[type="submit"]:hover {
    color: #265c32 !important;
    background-color: #fff !important;
    border: 1px solid #265c32 !important;
}

body .gform_wrapper .gform_body {
    font-family: 'Open Sans' !important;
}

body .gform_wrapper .gform_body .gfield_label {
    font-size: 14px;
}

.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select {
    border: unset;
    border-radius: .375rem;
}

p.gform_required_legend {
    display: none;
}

section.jasmine-molina .col-md-5 {
    width: 50%;
}

section.jasmine-molina .col-md-7 {
    width: 50%;
}

section.image-with-text-section p, section.one-column-section p {
    font-size: 21px;
    line-height: 43px;
    font-size: clamp(1rem, 0.9302rem + 0.2977vw, 1.2875rem);
    font-size: clamp(1rem, 0.909rem + 0.3883vw, 1.375rem);
    line-height: normal;
    font-weight: 500;
}

section.image-with-text-section p,
section.image-with-text-section ul {
    font-size: 21px;
    font-size: clamp(1rem, 0.9302rem + 0.2977vw, 1.2875rem);
}

section.inner-page-banner {
    width: 100%;
    height: 685px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    color: white;
    padding: 20px;
    background-color: #00000042;
    background-blend-mode: multiply;
}


section.inner-page-banner-bot p {
    color: #fff;
    font-size: 21px;
}

section.inner-page-banner h1.banner-title {
    margin-bottom: 0;
    -webkit-text-stroke: unset;
    font-size: clamp(1.875rem, 1.6019rem + 1.165vw, 3rem);
}

section.inner-page-banner .banner-text {
    font-size: clamp(1rem, 0.8786rem + 0.5178vw, 1.5rem);
    line-height: 1.3;
    text-shadow: 0 0 16px rgba(0, 0, 0, .63);
}

section.tree-trimming {
    background-color: #fff;
}

section.tree-trimming p {
    font-size: 21px;
}

section ul {
    list-style: none;
    padding-left: 15px;
    /*margin-top: 45px; */
}

section ul li {
    font-size: 20.6px;
    margin-bottom: 22px;
    /*display: flex; */
    align-items: center;
    /*     font-weight: 600; */
    /* flex-wrap: wrap; */
    font-size: 16px;
    font-size: clamp(1rem, 0.9302rem + 0.2977vw, 1.2875rem);
    font-size: clamp(1rem, 0.909rem + 0.3883vw, 1.375rem);
}

section ul li:before {
    content: "";
    background: url(/wp-content/uploads/2025/04/check-list-logo.png);
    background-size: auto;
    background-position: center;
    padding: 9px;
    background-repeat: no-repeat;
    margin-right: 15px;
}

section.tree-prunning {
    background-color: #fff;
}

section.customized-lawn ul li {
    flex-wrap: wrap;
}

section.one-column-section.lawn-fertil {
    padding-bottom: 0;
}

section.image-with-text-section.customized-lawn {
    padding-top: 0;
}

section.review-section p {
    color: #fff;
    font-size: 21px;
    font-size: clamp(1rem, 0.9302rem + 0.2977vw, 1.2875rem);
}

section.landscaping-ul ul li {
    flex-wrap: nowrap;
}

section.cta-section p {
    font-size: 21px;
}

section.extend-padding .container {
    padding: 55px 0 35px;
}

section.inner-heading {
    padding: 60px 0 0px;
}

section.has-heading {
    padding-top: 0;
}

section.inner-page-banner .row .banner-content {
    max-width: unset;
    margin-left: unset;
    margin-bottom: 45px;
}

.google-reviews p {
    line-height: 42px;
}

.bottom-text {
    margin-top: 15px;
}

section.gallery-section.project-gallery a.home-gallery-btn {
    display: none;
}

div#gform_wrapper_1 .gform_footer.top_label {
    justify-content: center;
}


.logos.slick-slider img {
    height: 210px;
    object-fit: contain;
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 180px;
}

.logos a.slick-slide {
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

section.logo-slider {
    padding: 40px 40px;
    background-color: #f4efe1;
}

section.jasmin-google-profile .left-column.col-md-6 {
    width: 40%;
    justify-content: center;
}

section.jasmin-google-profile .right-column.col-md-6 {
    width: 60%;
    position: relative;
    padding-bottom: 29.25%;
    height: 0;
    overflow: hidden;
    height: 499px;
}

section.jasmin-google-profile .right-column.col-md-6 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.jasmin-card p {
    margin-bottom: 0;
}

section.jasmine-molina a {
    color: #000;
}

.jasmin-card {
    font-size: 21px;
    line-height: 42px;
    font-size: clamp(1rem, 0.9302rem + 0.2977vw, 1.2875rem);
    margin-bottom: 30px;
}

.jasmin-card a {
    color: #000;
}

section.jasmin-google-profile .container {
    padding: 0;
    max-width: 100% !important;
}

section.jasmin-google-profile .left-column.col-md-6 .jasmin-map-desc {
    margin-left: auto;
    margin-right: 2rem;
}


section.one-column-section.jasmin-reviews {
    padding: 65px 0 45px;
}


.google-map-res {
    position: relative;
    padding-bottom: 60.25%;
    height: 0;
    overflow: hidden;
}

.google-map-res iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

section.dark-bg,
section.dark-bg h2 {
    color: #fff !important;
}

section.one-column-section.under-banner {
    padding: 33px 0;
}

.cards-section .card-item {
    background-color: #265c32;
    padding: 25px 13px 20px;
    max-width: 450px;
    margin: auto;
    height: 100%;
    color: #fff;
    min-height: 425px;
    cursor: pointer;
    transition: .3s ease;
    perspective: 1000px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.cards-section .card-item.card-bg:hover:before {
    content: '';
    background-color: #a4968091;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cards-section .card-item:hover:before {
    /*     content: unset; */
}

.cards-section .card-item .card-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.cards-section .card-item:hover .card-wrapper {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-card-back {
    transform: rotateY(180deg);
}

.flip-card-front {
    z-index: 2;
}

section.cards-section {
    padding: 45px 0;
}

.last-cards .card-item {
    border-radius: unset;
}

.card-wrapper .card-icon .material-symbols-outlined {
    font-size: 50px;
}

.card-wrapper h3 {
    line-height: 38px;
    font-weight: 700;
}

.card-wrapper .card-desc {
    font-size: 22px;
    margin-top: 20px;
    line-height: 32px;
    font-weight: 500;
    text-shadow: 0 0 2px #00000085;
}

.cards-section .card-item:hover {
    /*     background-color: #fff;
    color: #265c32;
    transition: .8s ease;
    background-image: none !important; */
}

.cards-section .card-item:hover .card-wrapper .card-icon .material-symbols-outlined {
    transform: scale(1.3);
    transition: 1s;
}

.card-title h3 {
    color: #265c32;
    font-weight: 800;
    font-size: clamp(1.25rem, 1.0983rem + 0.6472vw, 1.875rem);
}


.service-card-3.no-border:before {
    border-top-right-radius: unset;
}


.service-card-1.no-border:before {
    border-bottom-left-radius: unset;
}

section.parallax-section h2 {
    color: #fff !important;
}

p.parallax-btn {
    margin-top: 15px;
}

h3.cards-sub-heading+p {
    margin-bottom: 0;
}

h3.cards-sub-heading {
    color: #305cde;
    font-weight: 800;
    margin-top: 30px;
}

section.cards-section.two-col-card .col-md-4 {
    width: 40%;
}

/* section.cards-section.two-col-card .col-md-4 .card-item {
    min-height: 350px;
} */

section.cards-section.two-col-card .col-md-4 .card-item.service-card-1 {
    border-radius: 0;
}

section.cards-section.two-col-card .row {
    justify-content: center;
}

section.cards-section.sm-card-inner .card-item {
    min-height: 310px;
}

div#pum-407 h2.gform_title,
div#gform_wrapper_1 h2.gform_title {
    text-align: center;
}

input#gform_submit_button_2,
input#gform_submit_button_1, input#gform_submit_button_3 {
    text-transform: uppercase;
    padding-inline: 33px !important;
    padding-block: 12px !important;
    color: #fff;
    background-color: #305cde;
    font-size: 17px;
    font-weight: 700;
    border-radius: 0.375rem;
    border: 1px solid #ffffff00;
    font-size: clamp(0.75rem, 0.3929rem + 0.558vw, 1.0625rem);
    min-width: 175px !important;
    display: block;
    margin-top: auto;
    margin-left: auto;
}

input#gform_submit_button_2:hover,
input#gform_submit_button_1:hover, input#gform_submit_button_3:hover {
    color: #265c32 !important;
    background-color: #fff !important;
    border: 1px solid #265c32 !important;
}

div#gform_wrapper_3 .gform_heading {
    text-align: center;
}

/* No Slider Project Gallery  */

.project-gallery-slick {
    display: flex;
    flex-wrap: wrap;
}

.project-gallery-slick .gallery-item {
    max-width: 25%;
    width: 100%;
    transition: .3s ease;
}

.project-gallery-slick .gallery-item a {
    width: 100%;
}

.project-gallery-slick .gallery-item:hover {
    transform: translateY(-10px);
    transition: .3s ease;
}

.gallery-item a {
    width: 100%;
    height: 100%;
}

/* End No Slider Project Gallery  */

img.fancybox-image {
    width: 90vw;
    height: 60vh;
}

section.cards-section.specialized-services .row {
    justify-content: center;
}

section.gallery-section .slick-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.gallery-section .slick-gallery .gallery-item {
    max-width: 33%;
    width: 100%;
    min-width: 225px;
}

section.logo-slider .logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.review-section.default-section-style {
    background-color: #265c32;
    padding: 90px 30px;
}

section.review-section.default-section-style .container {
    margin-top: unset;
    box-shadow: none;
}

.wpmtst-testimonial.testimonial {
    width: 100% !important;
}

.strong-view.slider-container {
    max-width: 100% !important;
    width: 1350px !important;
}

.content-kicker {
    font-weight: 700;
    font-size: clamp(1rem, 0.8786rem + 0.5178vw, 1.5rem);
}

/* a.btn.btn-primary.home-gallery-btn {
    width: unset !important;
    max-width: unset;
} */

section.cards-section.lawn-serv-section .card-item {
    min-height: 294px;
}

section.cards-section.lawn-serv-section .card-title h3 {
    font-size: clamp(1.25rem, 1.159rem + 0.3883vw, 1.625rem);
}

section.cards-section.lawn-serv-section {
    padding: 45px 0 75px;
}

.bg-green {
    background-color: #265c32;
}

.custom-text-width {
    color: #fff;
    max-width: 680px;
    width: 100%;
    margin-left: auto;
}

.inside-heading {
    font-size: 24px;
    font-weight: 600;
    font-size: clamp(1.0625rem, 0.9563rem + 0.4531vw, 1.5rem);

}

.inside-text-content {
    font-size: clamp(1rem, 0.8786rem + 0.5178vw, 1.5rem);
    line-height: 1.3;
}

.custom-service-row {
    height: 500px;
}

.custom-service-row .col-md-6 {
    height: 100%;
}

.custom-service-row .col-lg-6 {
    height: 100%;
}

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

.text-c-green {
    color: #265c32;
}

.img-txt-bottom-heading a {
    font-family: 'Open Sans';
    font-size: 24px;
    font-weight: 800;
    color: #305cde;
    position: relative;
    font-size: clamp(1.5rem, 1.318rem + 0.7767vw, 2.25rem);
}

.tel-cta-btn {
    position: relative;
    color: #305cde;
}

.tel-cta-btn:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #305cde;
    opacity: 0;
    transition: opacity 300ms, transform 300ms;
    transform: scale(0);
    transform-origin: center;
}

.tel-cta-btn:hover:after,
.tel-cta-btn:focus:after {
    transform: scale(1);
    opacity: 1;
}

.img-txt-bottom-content {
    font-size: clamp(1rem, 0.8635rem + 0.5825vw, 1.5625rem);
    font-weight: 600;
    color: #000;
}

.row.bottom-content-sec {
    padding: 65px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.cards-section.max-container .container {
    max-width: 1850px !important;
}

section.cards-section.max-container {
    padding: 0px 0 110px;
}

section.one-column-section.inner-default-parallax-section {
    padding: 65px 0;
}

section.one-column-section.inner-default-parallax-section h2 {
    color: #305cde !important;
    font-size: 36px !important;
    font-size: clamp(1.5rem, 1.318rem + 0.7767vw, 2.25rem) !important;
}

section.one-column-section.inner-default-parallax-section .content-text p {
    color: #000;
    font-size: clamp(1rem, 0.8635rem + 0.5825vw, 1.5625rem);
    font-weight: 600;
}

section.alternating-image-text ul li:before {
    background: url(/wp-content/uploads/2025/05/Logo-copy-2.png);
    background-repeat: no-repeat;
    width: 78px;
    height: 36px;
    display: block;
    background-size: contain;
    padding: 18px;
}

section.alternating-image-text ul li {
    display: flex;
    align-items: center;
    font-size: 24px;
}

section.alternating-image-text ul li,
section.alternating-image-text p {
    font-size: clamp(1rem, 0.8786rem + 0.5178vw, 1.5rem);
}

section.alternating-image-text ul {
    padding-left: 0;
}

.header-top .business-card {
    max-width: 70%;
}

section.alternating-image-text.home-alternating-img-txt .custom-service-row {
    height: 630px;
}

.content-text.inside-text-content ul li strong {
    font-weight: 600;
}

section.alternating-image-text.home-alternating-img-txt .img-cover {
    object-position: 100% 72%;
}

section.banner-img-position-top {
    background-position: 100% 25%;
}

section.inner-page-banner.jasmin-banner .banner-text {
    font-size: 25px;
    margin-top: 3px;
}

a.footer-address i {
    margin-top: 5px;
}

a.btn.house-worth-btn {
    width: unset;
    max-width: unset;
}

section.alternating-image-text.jasmin-list .custom-service-row {
    height: 700px;
}

section.alternating-image-text.jasmin-list ul li {
    align-items: baseline;
}

section.alternating-image-text.jasmin-list ul li:before {
    background: url(/wp-content/uploads/2025/05/white-check-list-logo1.png);
    background-repeat: no-repeat;
    /* padding: unset; */
    display: inline-block;
    background-size: cover;
    background-position: center;
    width: 35px;
    height: 24px;
    padding: 10px;
}

section.cards-section.specialized-services .card-item {
    min-height: 300px;
}

section.cards-section.specialized-services .card-title h3 {
    font-size: 28px;
    font-size: clamp(1.25rem, 1.1286rem + 0.5178vw, 1.75rem);
}


section.cards-section.specialized-services .row .four-col-card {
    margin-bottom: 5rem !important;
}

section.alternating-image-text ul li:last-child {
    margin-bottom: 0;
}

section.one-column-section.star-ratings i.fa-solid.fa-star, section.image-with-text-section i.fa-solid.fa-star{
    font-size: 40px;
}

section.alternating-image-text.jasmin-list .custom-text-width {
    padding-right: 20px;
}

body .gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100%;
}

section.image-with-text-section.txt-img-no-container {
    padding: 0;
	margin-top: 50px
}

section.image-with-text-section.txt-img-no-container .container {
    max-width: 100% !important;
}

section.image-with-text-section.txt-img-no-container .container .row {
    height: 490px;
}

section.image-with-text-section.txt-img-no-container .container .row .col-sm-12.col-md-6:first-child {
    display: flex;
    align-items: stretch !important;
    height: 100%;
}

section.image-with-text-section.txt-img-no-container .img-side {
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
}

section.image-with-text-section.txt-img-no-container .img-side img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

section.image-with-text-section.txt-img-no-container h2 {
    font-size: clamp(1.5rem, 1.318rem + 0.7767vw, 2.25rem) !important;
}

section.image-with-text-section.txt-img-no-container .underline-hover-fx h2 {
    position: relative;
    display: inline;
    background-image: linear-gradient(to right, transparent 50%, #305cde 50%), linear-gradient(to left, transparent 50%, #305cde 50%);
    background-size: 0% 2px;
    background-repeat: no-repeat;
    background-position: bottom center;
    transition: background-size 0.4s ease;
}

section.image-with-text-section.txt-img-no-container .underline-hover-fx h2:hover {
    background-size: 100% 3px;
}

section.one-column-section.thank-you {
    padding: 8% 0;
    border-bottom: 3px solid #265c32;
}

section.error-404.not-found h1.page-title {
    font-size: clamp(5.625rem, 3.9177rem + 9.7561vw, 15.625rem);
}

section.error-404.not-found {
    padding: 6% 0;
    border: 3px solid #265c32;
    border-inline: unset;
}

.pum-container.popmake {
    padding-bottom: 0px !important;
}

@media (max-width: 1440px) {
    #primary-menu li {
        margin-inline: 7px;
        text-align: center;
    }

    .strong-view.slider-container {
        width: 1250px !important;
    }

    .last-cards .col-md-4 {
        margin-inline: 10px;
    }

    section.jasmin-google-profile .row {
        align-items: center;
    }

    .footer-menu .menu {
        column-gap: 30px;
    }


}

@media (max-width: 1280px) {

    #primary-menu li.menu-item-44 {
        margin-left: unset;
    }

    .strong-view.slider-container {
        width: 1120px !important;
    }

    .header-top .business-card {
        max-width: 80%;
    }

    .footer-menu-wrapper {
        margin-left: 35px;
    }
	
	.footer-img-cover {
		height: 1050px;
	}

}

@media (max-width: 1199px) {
    .business-card {
        margin-right: unset;
    }

    .footer-menu .menu {
        column-gap: 30px;
    }

    .cards-section .card-item {
        min-height: 350px;
    }

    section.cards-section.lawn-serv-section .card-item {
        min-height: 245px;
    }

    .inside-heading {
        margin-right: 5px;
    }

    section.cards-section.specialized-services .card-item {
        min-height: 210px;
    }

    .footer-gmap {
        width: 120%;
        margin-left: -30px;
    }



}



@media (max-width: 1024px) {
    .gallery-item img {
        width: 100%;
        /* max-width: 400px; */
        height: 280px;
        object-fit: cover;
        /* border-radius: 10px; */
        max-width: 100%;
        /* min-height: 550px; */
        max-height: 550px;
        object-fit: cover;
        margin-inline: auto;
    }


    .project-gallery-slick .gallery-item img {
        min-height: unset;
    }

    .flip-card-back .card-desc {
        font-size: 18px;
    }

    .card-wrapper h3 {
        font-size: 21px;
    }

    .flip-card-front,
    .flip-card-back {
        overflow-y: auto;
    }

    .strong-view.slider-container {
        width: 785px !important;
    }

    p.header-contact a {
        margin-right: unset;
    }

    section.jasmin-google-profile .left-column.col-md-6 {
        width: 100%;
        flex-direction: row !important;
        justify-content: space-evenly;
        flex-wrap: wrap !important;
        align-items: center;
    }

    section.jasmin-google-profile .right-column.col-md-6 {
        width: 100%;
        margin-top: 25px;
    }

    .header-top .business-card {
        max-width: 100%;
    }

    #primary-menu li {
        margin-inline: 6px;
    }
	
	section.image-with-text-section .img-side {
		height: 450px;
	}
	
	section.image-with-text-section {
		padding: 40px 0;
	}

}

@media (max-width: 1023px) {
    .header-top {
        display: none;
    }

    #mainHeader .col-md-10 {
        display: none !important;
    }

    .row .banner-content {
        margin-left: unset;
        max-width: unset;
    }

    p.header-contact {
        display: block;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        column-gap: 30px;
        row-gap: 5px;
    }

    p.header-contact a:first-child {
        flex: 0 0 100%;
    }

    .btn-primary {
        font-size: clamp(0.9375rem, 0.7567rem + 0.7716vw, 1.25rem) !important;
    }

    h1.banner-title {
        font-size: clamp(1.625rem, 1.1186rem + 2.1605vw, 2.5rem);
    }

    p.banner-kicker {
        font-size: clamp(1rem, 0.783rem + 0.9259vw, 1.375rem);
    }

    .service-image {
        height: 450px;
    }

    .google-reviews {
        padding-inline: 15px;
    }

    #rmp-container-124 {
        max-width: 85%;
    }

    #rmp-menu-wrap-124 .rmp-menu-item-link {
        padding: 0;
    }

    #rmp-menu-title-124 {
        padding-top: 5%;
    }

    #rmp-menu-title-124 .rmp-menu-title-image {
        height: auto;
    }

    .one-column-section {
        padding: 75px 0;
    }

    .current_page_item a,
    .current-menu-item a {
        color: #f6eed9 !important;
    }

    section.alternating-image-text.home-alternating-img-txt .custom-service-row {
        height: auto;
    }

    .custom-text-width {
        max-width: 100%;
    }


    section.alternating-image-text.home-alternating-img-txt .img-cover {
        object-position: 100%;
    }

    .cards-section .card-item {
        min-height: 270px;
    }

    section.jasmin-google-profile .left-column.col-md-6 .jasmin-map-desc {
        margin-left: auto;
        margin-right: auto;
        margin-top: 2rem;
    }

    .mobile-header-phone {
        display: block;
        margin-right: 5rem;
    }

    #masthead a.btn.btn-primary i {
        margin-right: 5px;
    }


}

@media (max-width: 991px) {
    .img-cover {
        height: 472px;
    }

    .site-info .footer-logo {
        margin-left: unset;
        margin-top: 0;
        margin-bottom: 2rem;
        margin-inline: auto;
    }

    .footer-menu .menu {
        column-count: 1;
    }

    .custom-service-row {
        height: auto;
    }

    section.alternating-image-text.jasmin-list .custom-service-row {
        height: auto;
    }

    .footer-gmap {
        width: 100%;
        margin-left: 0;
    }

    .site-branding .header-logo {
        max-width: 146px;
    }

    button#rmp_menu_trigger-124 {
        top: 2%;
    }
	
	.footer-img-cover {
        height: 1111px;
    }
	
	 section.image-with-text-section .img-side {
        height: 490px;
    }

}

@media (max-width: 767px) {
    .header-top .row p {
        margin-bottom: 15px;
    }

    .header-top p.header-contact {
        margin-bottom: 15px;
    }

    .business-card {
        margin-top: 15px;
    }

    .custom-tree-service .position-relative {
        margin-bottom: 115px;
    }

    .footer-bottom {
        font-size: 11px;
    }

    .site-info .footer-logo {
        margin-bottom: 25px;
    }

    .footer-gmap {
        margin-top: 2rem;
        width: 85%;
        padding-bottom: 50.25%;
        margin-inline: auto;
    }

    .footer-menu-wrapper .container {
        padding: unset;
    }

    section.jasmine-molina .col-md-7 {
        width: 100%;
        margin-top: 15px;
        text-align: center;
    }

    section.jasmine-molina .col-md-5 {
        width: 100%;
    }

    section.jasmin-google-profile .left-column.col-md-6 {
        width: 100%;
    }

    section.jasmin-google-profile .right-column.col-md-6 {
        width: 100%;
    }

    section.image-with-text-section h2 {
        margin-top: 25px;
    }

    section.cards-section.two-col-card .col-md-4 {
        width: unset;
    }

    input#gform_submit_button_2 {
        margin-right: auto;
    }

    div#field_2_7 {
        display: flex;
        justify-content: center;
    }

    section.logo-slider {
        padding: 30px 40px;
    }

    section.gallery-section .slick-gallery .gallery-item {
        max-width: 100%;
    }

    .strong-view.slider-container {
        width: 500px !important;
    }

    .img-cover {
        height: 300px;
    }

    .last-cards div {
        width: 100%;
    }

    .img-cover {
        height: 400px;
    }

    .jasmin-card {
        order: 2;
    }

    section.jasmin-google-profile .left-column.col-md-6 {
        text-align: center;
    }

    .gallery-item {
        padding-right: 0px;
    }

    .header-top .business-card {
        max-width: 70%;
    }

    .footer-menu-wrapper {
        margin-left: unset;
        margin-inline: auto;
    }

    #masthead a.btn.btn-primary {
        font-size: clamp(0.6875rem, 0.5438rem + 0.8214vw, 0.9375rem) !important;
    }

    .site-branding .header-logo {
        margin-inline: auto;
        max-width: 162px;
    }

    button#rmp_menu_trigger-124 {
        top: 11%;
        width: 40px;
        height: 40px;
    }

    #masthead a.btn.btn-primary {
        max-width: fit-content;
        padding-inline: 50px !important;
    }
	
	.footer-img-cover {
        height: 500px;
        background-position: 100% 70%;
    }
	
	section.image-with-text-section .img-side {
		height: auto;
	}
	
	section.image-with-text-section.txt-img-no-container .container .row {
		height: auto;
	}
	
	section.image-with-text-section.txt-img-no-container {
		margin-top: 0
	}


}

@media (max-width: 430px) {
    section.banner-section {
        padding: 0px;
    }

    section.inner-page-banner {
        padding: 0;
    }

    section.banner-section {
        height: 700px;
    }

    section.inner-page-banner {
        height: 580px;
    }

    section.cta-section {
        padding: 40px 0;
    }

    section.gallery-section {
        padding: 40px 30px;
    }

    .gallery-item {
        padding-right: 0;
    }

    .footer-menu-wrapper {
        margin-bottom: 15px;
    }

    .site-info p,
    .site-info a {
        font-size: 13px;
    }

    h4 {
        font-size: 16px !important;
    }

    .btn-primary {
        font-size: 13px !important;
    }

    #rmp-menu-wrap-124 {
        padding-left: 15%;
    }

    .gallery-item img {
        min-height: 330px;
        height: 330px;
        min-height: 200px;
        height: 100%;
    }

    .strong-view.slider-container {
        width: 420px !important;
    }

    section.jasmin-google-profile .right-column.col-md-6 {
        padding-bottom: 85.25%;
    }

    .jasmin-card p.d-flex.align-items-baseline {
        display: block !important;
    }

    section.cards-section.specialized-services .row .four-col-card {
        margin-bottom: 4rem !important;
    }

    .footer-gmap {
        padding-bottom: 70.25%;
    }

    #masthead a.btn.btn-primary {
        padding-inline: 30px !important;
        padding-block: 8px !important;
    }

    button#rmp_menu_trigger-124 {
        top: 104px;
    }

	.footer-img-cover {
        height: 400px;
    }


}

@media (max-width: 414px) {

    .strong-view.slider-container {
        width: 370px !important;
    }

    .footer-gmap {
        width: 100%;
        padding-bottom: 70.25%;
    }

}