.home-main h1 .main-heading {
    color: #024F6F;
    text-align: center;
    font-family: "Roboto Slab";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 47px; /* 146.875% */
    max-width: 95%;
}

.home-main span.second_line,
.home-main span.second_line {
    color: #024F6F;
    text-align: center;
    font-family: "Roboto Slab";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 47px;
}
.home-main span.second_line {
    display: block;
    /*margin-top: 25px;*/
}

.home-main .double_images {
    display: flex;
    justify-content: space-between;
}

.home-main .section-headings {
    text-align: center;
    margin-bottom: 30px;
}

.home-main .section-headings p,
.home-main .section-headings h3 {
    color: #024F6F;
    font-family: "Roboto Slab", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.home-main .section-headings {
    text-align: center;
    margin-bottom: 30px;
}

.home-main .general_services .service-item-1.service-item-1-2,
.home-main .general_services .service-item-3.service-item-1-2 {
    width: 23%;
}

.home-main .general_services .service-item-1,
.home-main .general_services .service-item-3 {
    width: 33%;
}

.home-main .general_services .service-item-2 {
    text-align: center;
}

/* Optional Styling */
.home-main .general_services .service-item {
    padding: 0;
    margin: 0;
    text-align: center;
    border: none;
}

.home-main .general_services .service-item img {
    padding-bottom: 20px;
    transition: transform 0.2s ease-in-out;
}

.home-main .general_services  div.service-item.service-item-1 {
    text-align: left;
}
.home-main .general_services  div.service-item.service-item-3 {
    text-align: right;
}



@media (max-width: 1200px) and (min-width: 1001px) {
    .home-main .general_services .double_images {
        justify-content: space-around;
    }
    .home-main .general_services .double_images img {
        width: 22vw;
        height: auto;
    }
    .home-main .general_services .three-columns div.service-item img {
        /*width: 22vw;*/
        height: auto;
    }
    .home-main  div.general_services > div:nth-child(1) > div.service-item.service-item-2 > a > img {
        width: 50vw;
        height: auto;
    }
    /*.home-main .general_services .double_images {*/
    /*    flex-direction: column;*/
    /*    justify-content: center;*/
    /*}*/
    /*.home-main .general_services .double_images img {*/
    /*    align-self: center;*/
    /*}*/

}
@media (max-width: 1024px) {
    .home-main .general_services div.service-item.service-item-3 {
        text-align: center;
    }
    .home-main .general_services .service-item-1, .home-main .general_services .service-item-3 {
        width: 100%;
        text-align: center;
    }
    .home-main .general_services div.service-item.service-item-1 {
        text-align: center;
    }

}
/* 📌 Tablet
Layout (Stacked or Two Columns) */
@media (max-width: 1000px) {
    .service-item-1 {
        display: none !important;
    }
    body > main > div.general_services > div:nth-child(1) > div.service-item.service-item-1 {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-evenly;
    }
    body > main > div.general_services > div:nth-child(1) > div.service-item.service-item-3 {
        width: 100%;
    }
    body > main > div.general_services > div:nth-child(2) > div.service-item.service-item-1 > img,
    body > main > div.general_services > div:nth-child(2) > div.service-item.service-item-2 > img,
    body > main > div.general_services > div:nth-child(2) > div.service-item.service-item-3 > img {
        width: 100%;
        height: auto;
    }

    body > main > div.general_services > div:nth-child(2) > div.service-item {
        width: 30%;
    }

    @media (max-width: 1024px) {
        body > main > div.general_services > div:nth-child(2) > div.service-item {
            width: 60%;
        }

    }
    body > main > div.general_services > div:nth-child(2) > div.service-item.service-item-1 {
        display: flex;
        flex-direction: row;

    }

    body > main > div.general_services > div:nth-child(2) > div.service-item.service-item-1 {

    }
    div.general_services .service-item img {
        max-width: 100% !important;
        height: auto !important;
    }
    body > main > div.general_services > div:nth-child(1) > div.service-item.service-item-3 > img {
        width: 100%;
        max-width: 500px !important;
        margin: 0 auto;
    }
    body > main > div.general_services > div:nth-child(1) > div.service-item.service-item-1 > img {
        max-height: 260px;
    }
    body > main > div.general_services > div:nth-child(1) > div.service-item.service-item-3 > img:nth-child(2) {
        max-height: 205px;
    }
    body > main > div.general_services > div:nth-child(2) > div.service-item.service-item-1 > img {
        max-height: unset;
    }
    .home-main .general_services .three-columns {
        flex-wrap: wrap;
        gap: 10px;
    }

    .home-main .general_services .service-item {
        width: 48%; /* Two per row */
    }

    .home-main .general_services .service-item-2 {
        width: 100%; /* Make central item full width */
    }

    .home-main .general_services .double_images {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .home-main .general_services .double_images img {
        width: 48%;
        margin: 1%;
    }

    .home-main .main-heading {
        max-width: 90%;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    body > main > div.general_services > div:nth-child(1) > div.service-item.service-item-1 > img {

    }
    body > main div.service-item.service-item-3 {
        flex-direction: column;
        display: flex;
    }

    body > main div.service-item.service-item-3 > img {
        margin: 0 auto;
    }
    body > main > div.general_services > div:nth-child(1) > div.service-item.service-item-3 > img {
        width: 100% !important;
    }

    body > main > div.general_services > div:nth-child(2) > div.service-item {
        width: 100% !important;;
    }

    div.general_services .service-item img {
        max-width: 500px !important;
        margin: 0 auto;
    }

    .home-main .general_services .service-item img {
        width: 100%;
    }

}
.general_services {
    overflow: hidden;
}
.warranty_text {
    color: #024F6F;
    text-align: center;
    font-family: "Roboto Slab", serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-top: 10px; /* Adjust spacing */
}
.home-main .section-headings h3 {
    color: #024F6F;
    font-family: "Roboto Slab", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}
@media (max-width: 1200px) {
    .home-main .section-headings {
        max-width: 80%;
        margin: 0 auto;
    }


}
@media (max-width: 1024px) {
    .home-main div.col.col-3.col-1-2 {
        display: none;
    }
}
@media (max-width: 767px) {
    .home-main .section-headings > h3 {
        font-size: 28px;
    }
    .home-main .section-headings {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }

    .home-main p.second_line,
    .home-main span.second_line {
       padding: 0 20px;
        line-height: 1.6;
    }

    .home-main .google-reviews {
        margin: 0 auto;
    }

}

.home-main .three-columns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.home-main .three-columns .col {
    flex: 1;
    text-align: center;
}

/* Ensure video scales down proportionally */
.home-main .three-columns video {
    max-width: 100%;
    height: auto;
}

/* Responsive Adjustments */
@media (max-width: 1250px) {
    .home-main .three-columns video {
        width: 80%; /* Shrinks the video down */
        min-width: 500px;
    }
}

@media (max-width: 1024px) {
    .home-main .three-columns {
        flex-direction: column;
        align-items: center;
    }

    .home-main .col-1, .home-main .col-3 {
        width: 50%;
    }

    .home-main .col-2 {
        width: 100%;
        margin-top: 20px;
    }

    .home-main .three-columns video {
        width: 80%; /* Shrinks the video down */
        min-width: 400px;
    }
}

@media (max-width: 768px) {
    .home-main .three-columns {
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
    }

    .home-main .col {
        width: 100%;
    }

    .home-main .col-1, .home-main .col-3 {
        display: inline-block;
        width: 45%;
    }

    .home-main .col-2 {
        width: 100%;
        margin-top: 20px;
    }

    .home-main .three-columns video {
        width: 100%;
        min-width: unset;
    }

    .home-main .warranty-video {
        margin: 0 auto 0 auto;
        padding-top: 30px;
        background-color: white;
        z-index: 10000000;
        position: relative;
    }

    .home-main .warranty-video .col-1, .home-main .warranty-video .col-3 {
        width: 100%;
    }
    .home-main .warranty-video .warranty_text {
        margin-top: -10px;
    }
}

.home-main .home-headings {
    max-width: 1440px;
    margin: 50px auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 equal columns */
    gap: 5px;

}

.home-main .home-heading-item {
    background-color: transparent;
    padding: 0px;
    text-align: center;
    border: none;
    box-sizing: border-box;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-top: 30px;
}

.home-main .home-heading-item p {
    color: #024F6F;
    margin-block-start: 0em;
    margin-block-end: 0em;
    text-align: center;
    font-family: "Roboto Slab";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.home-main .home-heading-item p.videos-subheading {
    font-weight: normal;
    font-size: 24px;
}
@media (max-width: 1024px) {
    .home-main .home-headings {
        gap: 20px;
        grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
    }
}


@media (max-width: 768px) {
    .home-main .home-headings {
        gap: 50px;
        grid-template-columns: repeat(1, 1fr); /* 1 column on mobile */
    }
}

.home-main .home-videos {
    max-width: 1480px;
    margin: 50px auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 equal columns */
    gap: 15px;
}

.home-main .home-video-item {
    /*background-color: */
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    min-height: 640px; /* 600px video height + 40px padding (20px top + 20px bottom) */
    width: 100%; /* 338px video width + 40px padding (20px left + 20px right) */
}

@media (max-width: 1424px) {
    .home-main .home-videos {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
    }
    .home-main .home-video-item {
        min-height: 640px; /* Keeping the correct video height */
        width: 358px; /* Maintaining aspect ratio */
        margin: 0 auto;
    }
}

@media (max-width: 1000px) {
    .home-main .home-videos {
        grid-template-columns: repeat(1, 1fr); /* 1 column on mobile */
    }
    .home-main .home-video-item {
        min-height: 640px; /* Ensuring mobile consistency */
        width: 100%; /* Full width on mobile */
        max-width: 378px; /* Prevents excessive stretching */
        margin: 0 auto; /* Center alignment on mobile */
    }
}



.home-main .home-landscaping_services {
    max-width: 1440px;
    margin: 50px auto;
    padding: 20px;
    background: #F2FAFF;
    display: flex;
    flex-wrap: wrap; /* Allow wrapping to the next line */
    gap: 25px; /* Spacing between items */
    justify-content: center; /* Center content if fewer columns */
}

.home-landscaping_service-item {
    width: 151px; /* Fixed width for each service */
    background-color: transparent;
    padding: 0;
    text-align: center;
    border: none;
    box-sizing: border-box;
    color: #024F6F;
    text-align: center;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}
.home-landscaping_service-item p.strong {
    font-weight: 600;
}
a.home-landscaping_service-item {
    text-decoration: none;
}
.home-landscaping_service-item p {
    margin-block-start: 0em;
    margin-block-end: 0em;
    font-family: "Roboto Slab";
}

.home-landscaping_service-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.home-main .full_landscaping_service {
    max-width: 1270px; /* Ensures layout matches image width */
    margin: 0 auto;
    padding: 50px 30px;
}

.home-main .full_landscaping_service-content {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 40px;
}

.home-main .full_landscaping_service-text {
    width: 55%;
    width: 571px;
    height: 538px;
    flex-shrink: 0;
    color: #024F6F;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.home-main .full_landscaping_service-image {
    width: 694px;
    height: 275px;
    text-align: center;
}

.home-main .full_landscaping_service-image h2,
.home-main .full_landscaping_service-image h3 {
    font-size: 28px;
    color: #1d3e63;
    text-align: center;
    margin-bottom: 15px;
    font-family: "Roboto Slab";
}

.home-main .full_landscaping_service-image-box {
    padding: 15px;
    display: inline-block;
}

.home-main .full_landscaping_service-image-box img {
    max-width: 100%;
    height: auto;
}

.full_landscaping_service-certified-logo {
    margin-top: 25px;
}

.home-main .full_landscaping_service-certified-logo img {
    max-width: 220px;
    height: 114px;
}

.home-main .full_landscaping_service-certified-logo_2 img {
    max-width: 305px;
    height: 114px;
}
.home-main .full_landscaping_service-text p, .full_landscaping_service-text ul > li {
    font-family: "Roboto Slab";
}
.home-main  .three-columns.warranty-video .col div.warranty_image > img {
    padding-bottom: 0 !important;
}
@media (max-width: 1024px) {
    .home-main .full_landscaping_service-image {
        order: 1;
        height: auto;
    }
    .home-main .full_landscaping_service-text {
        order: 2;
    }
    .home-main .full_landscaping_service-content {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .home-main .full_landscaping_service-text, .home-main .full_landscaping_service-image {
        width: 100%;
    }
    .home-main .full_landscaping_service {
        display: flex;
    }

    .home-main .full_landscaping_service {
        display: flex;
    }

    .home-main .full_landscaping_service-text {
        height: unset;
    }
    .home-main .full_landscaping_service {
        padding-bottom: 10px;
    }
    .full_landscaping_service {
        margin-bottom: 10px;
    }

}

.samples_of_our_landscape_work {
    display: flex;
    justify-content: center; /* Center images */
    align-items: center;
    gap: 20px; /* Spacing between images */
    padding: 20px;
}
.col img:hover {
    transform: scale(1.01);
}

.samples_of_our_landscape_work .samples_of_our_landscape_work-box {
    border: none;
    border-radius: 15px; /* Rounded edges */
    overflow: hidden; /* Ensures images respect border radius */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px; /* Space inside the border */
}

.samples_of_our_landscape_work .samples_of_our_landscape_work-box img {
    border: none; /* Blue border */
    max-width: 100%;
    height: auto;
    border-radius: 10px; /* Ensures image itself is slightly rounded */
}

.samples_of_our_landscape_work .samples_of_our_landscape_work-box2 {
    border-radius: 7px;
    border: 4px solid #17A7E0;
    overflow: hidden; /* Ensures images respect border radius */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0; /* Space inside the border */
}

.samples_of_our_landscape_work .samples_of_our_landscape_work-box2 img {
    border: none; /* Blue border */
    max-width: 100%;
    height: auto;
    /*border-radius: 10px; !* Ensures image itself is slightly rounded *!*/
}

@media (max-width: 1024px) {
    .samples_of_our_landscape_work {
        flex-direction: column; /* Stack images on mobile */
        gap: 15px;
    }

    .home-main div.full_landscaping_service-text {
        text-align: left;
    }
}

.google-maps-section-container {
    max-width: 100%;
    margin: 0 auto 50px auto; /* Centers the section */
    padding: 0; /* Optional padding */
    text-align: center; /* Adjust based on design */
    position: relative;
}

.google-maps-iframe {
    width: 100%;
    max-width: 100%; /* Adjust as needed */
    height: 450px; /* Adjust as needed */
    border: none; /* Removes iframe border */
}

.home-our-strengths {
    max-width: 1440px;
    margin: 50px auto 0 auto;
    background-color: #f0f8ff; /* Light blue background */
    padding: 20px 0;
}

.home-our-strengths-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px; /* Spacing between headings */
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.home-our-strengths-wrapper h3,
.home-our-strengths-wrapper p {
    color: #024F6F;
    text-align: center;
    font-family: "Roboto Slab";
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding: 0 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 950px) {
    .home-our-strengths-wrapper {
        gap: 20px;
    }

    .home-our-strengths-wrapper h3,
    .home-our-strengths-wrapper p {
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    .home-our-strengths-wrapper {
        flex-direction: column;
        gap: 15px;
    }

    .home-our-strengths-wrapper h3,
    .home-our-strengths-wrapper p {
        color: #024F6F;
        padding: 0;
        margin: 10px 0;
    }
}

.samples_of_our_landscape_work {
    display: flex;
    justify-content: center; /* Center images */
    align-items: center;
    gap: 20px; /* Spacing between images */
    padding: 20px;
}
.col img:hover {
    transform: scale(1.01);
}

.samples_of_our_landscape_work .samples_of_our_landscape_work-box {
    border: none;
    border-radius: 15px; /* Rounded edges */
    overflow: hidden; /* Ensures images respect border radius */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px; /* Space inside the border */
}

.samples_of_our_landscape_work .samples_of_our_landscape_work-box img {
    border: none; /* Blue border */
    max-width: 100%;
    height: auto;
    border-radius: 10px; /* Ensures image itself is slightly rounded */
}

.samples_of_our_landscape_work .samples_of_our_landscape_work-box2 {
    border-radius: 7px;
    border: 4px solid #17A7E0;
    overflow: hidden; /* Ensures images respect border radius */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0; /* Space inside the border */
}

.samples_of_our_landscape_work .samples_of_our_landscape_work-box2 img {
    border: none; /* Blue border */
    max-width: 100%;
    height: auto;
    /*border-radius: 10px; !* Ensures image itself is slightly rounded *!*/
}

@media (max-width: 1024px) {
    .samples_of_our_landscape_work {
        flex-direction: column; /* Stack images on mobile */
        gap: 15px;
    }
}

.meet_louie_the_landscaper-content-block {
    display: flex;
    margin: 0 auto 50px auto;
    flex-direction: row;
    width: 100%;
    max-width: 1440px;

}
.home-main .meet_louie_the_landscaper-video {
    width: 55%;
    padding-top: 20px;
    max-width: 800px;
}

.home-main .meet_louie_the_landscaper-content {
    width: 45%;
    padding-left: 20px;
}

.home-main .meet_louie_the_landscaper-video {
    position: relative;
}
.home-main .meet_louie_the_landscaper-video .meet_louie_text_image {
    position: absolute;
    top: -75px;
    left: 0;
}
.meet_louie_the_landscaper-content-block video {
    width: 783px;
    max-width: 783px;
    height: 443px;
    background-color: #000;
}
.home-main .meet_louie_the_landscaper-content,
.home-main .meet_louie_the_landscaper-content-2 {
    color: #024F6F;
    text-align: left;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.home-main .meet_louie_the_landscaper-content p,
.home-main .meet_louie_the_landscaper-content ul,
.home-main .meet_louie_the_landscaper-content li {
    text-align: left;
}
.home-main .meet_louie_the_landscaper-content {
    text-align: center;
}
.home-main .meet_louie_the_landscaper-content {
    min-width: 450px;
}

.home-main .meet_louie_the_landscaper-content-2 {
    min-width: 600px;
}
@media (max-width: 768px) {
    .home-main .meet_louie_the_landscaper-content {
        min-width: unset;
    }
}

.home-main .meet_louie_the_landscaper {
    text-align: center;
    /*padding: 42px 328px;*/
    width: 100%;
    margin: 50px auto;
    margin-bottom: 20px;
}
.home-main .meet_louie_the_landscaper .content-block-location-services {
    display: flex;
    justify-content: space-evenly;
    background-color: white;
    padding-top: 0;
    max-width: 1440px;
    margin: 0 auto 20px auto;
}
.home-main .meet_louie_the_landscaper-heading {
    font-size: 32px;
    font-weight: 700;
    margin-top: 0;
    padding-top: 20px;
}
.home-main .meet_louie_the_landscaper-heading {
    color: #024F6F;
    text-align: center;
    font-family: "Roboto Slab";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background-color: #F2FAFF;;
    margin-bottom: 0;
    padding-bottom: 26px;
}
@media (max-width: 1440px) {
    .home-main .landscaping-content {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
    .home-main .landscaping-content-2 {
        width: 50%;
    }
}
@media (max-width: 1400px) {
    .home-main .meet_louie_the_landscaper-video video {
        width: 95%;
        max-width: 95%;
        height: auto;
        background-color: #000;
    }
    .home-main .meet_louie_the_landscaper-video {
        width: 50%;
        padding-top: 25px;
        padding-left: 20px;
    }

    .home-main .meet_louie_the_landscaper-content {
        width: 50%;
        padding-right: 20px;
    }
}
@media (max-width: 1300px) {
    .home-main .meet_louie_the_landscaper .content-block-location-services {
        justify-content: space-evenly;
    }
    .home-main .meet_louie_the_landscaper .content-block-location-services img {
        align-self: center;
        max-width: 250px;
    }
}


@media (max-width: 1300px) {
    .home-main .landscaping-content-2 {
        width: 100%;
        margin-top: -20px !important;
    }
    .home-main .landscaping-images-2 {
        width: 40%;
    }
    .home-main .landscaping-images-2 .content-block {
        flex-direction: column;
    }

}
@media (max-width: 1300px) {
    /*.home-main .landscaping-content-2 {*/
    /*    100%;*/
    /*}*/
    /*.home-main .landscaping-content-2 {*/
    /*}*/

}

@media (max-width: 768px) {
    .home-main .landscaping-images img {
        width: 100%;
        max-width: 250px;
        margin: 10px;
    }
    .home-main .landscaping-images-2 {
        width: 90%;
        max-width: 350px;
    }
    .home-main .landscaping-content-2 {
        min-width: 90%;
    }
    .home-main .meet_louie_the_landscaper-content, .home-main .meet_louie_the_landscaper-video {
        width: 95%;
    }
}
@media (max-width: 1024px) {

    .meet_louie_the_landscaper-content-block {
        display: flex;
        flex-direction: column;
    }

    .meet_louie_the_landscaper-video,
    .meet_louie_the_landscaper-content {
        margin: 0 auto;
    }
    /*.home-main .meet_louie_the_landscaper-video video {*/
    /*    width: 95%;*/
    /*    max-width: 95%;*/
    /*    height: auto;*/
    /*    background-color: #000;*/
    /*}*/
    .home-main .meet_louie_the_landscaper-video {
        width: 95%;
        padding-top: 0;
        padding-left: 0;
    }

    .home-main .meet_louie_the_landscaper-content {
        width: 95%;
        padding-top: 20px;
        padding-right: 0;
    }

}

@media (max-width: 1100px) {
    .home-main h1 .main-heading {
        line-height: 32px;
    }
    .home-main .meet_louie_the_landscaper-reviews-heading,
    .home-main h2.meet_louie_the_landscaper-installation-heading {
        font-size: 32px;
        padding: 0 24px;
    }
}

@media (max-width: 768px) {
    .home-main .meet_louie_the_landscaper-reviews-heading,
    .home-main h2.meet_louie_the_landscaper-installation-heading {
        font-size: 28px;
        padding: 0 20px;
    }
    .home-main h2.meet_louie_the_landscaper-installation-heading {
        padding: 0 50px;
    }
}


@media (max-width: 768px) {
    .home-main .meet_louie_the_landscaper-heading {
        font-size: 28px;
    }
    .home-main .meet_louie_the_landscaper-reviews-heading {
        margin: 0 auto;
        max-width: 400px;
    }
    .home-main .meet_louie_the_landscaper .content-block-location-services.landscaping-images-content-block {
        flex-direction: column;
    }
    .home-main .meet_louie_the_landscaper .content-block-location-services img {
        align-self: center;
        max-width: 450px;
    }
}

.home-main .home-landscaping-faqs-section {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
}

.home-main .home-landscaping-faqs-title {
    font-size: 40px;
    font-weight: 600;
    color: #024F6F;
    font-family: "Roboto Slab", serif;
    margin-bottom: 20px;
    text-align: center;
}

.home-main .home-landscaping-faqs-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin: 0 auto;
}

.home-main .home-landscaping-faqs-item {
    background: #f0f8ff;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    overflow: hidden;
    /*padding-left: 25vw;*/

}
@media (max-width: 1300px) {
    .home-main .home-landscaping-faqs-container {
        width: 60%;
    }
}

@media (max-width: 1200px) {
    .home-main .home-landscaping-faqs-container {
        width: 70%;
    }
}
@media (max-width: 1000px) {
    .home-main .home-landscaping-faqs-container {
        width: 75%;
    }
}

@media (max-width: 1024px) {
    .home-main .home-landscaping-faqs-container {
        width: 100%;
    }
}
.home-main .home-landscaping-faqs-question {
    font-family: "Roboto Slab", serif;
    background: none;
    border: none;
    font-size: 30px;
    font-weight: bold;
    width: 100%;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 15px;
    transition: background 0.3s ease;
}

.home-main .home-landscaping-faqs-question:hover {
    background: #d9ecff;
}

.home-main .home-landscaping-faqs-icon {
    font-size: 20px;
    font-weight: bold;
    margin-right: 15px;
    transition: transform 0.3s ease;
}

.home-main .home-landscaping-faqs-text {
    flex-grow: 1;
    color: #024F6F;

}

.home-main .home-landscaping-faqs-answer {
    font-family: "Roboto Slab", serif;
    padding: 15px;
    background: #e7f3ff;
    display: none;
    border-top: 1px solid #d9ecff;
    text-align: left;
    color: #024F6F;
}

/* Active State */
.home-main .home-landscaping-faqs-item.active .home-landscaping-faqs-icon {
    transform: rotate(45deg);
}
@media (min-width: 1700px) {
    .home-main .home-landscaping-faqs-item {
        /*padding-left: 20vw;*/

    }

}

@media (max-width: 768px) {
    .home-main .home-landscaping-faqs-item {
        padding-left: 0;

    }
    .home-landscaping-faqs-text {
        font-size: 18px;
    }

}

/* Outer container full width */
.home-main .landscaping-faqs {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
}

/* Inner wrapper with max-width */
.home-main .landscaping-faqs-wrapper {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

/* Left column (content) */
.home-main .faq-content {
    flex: 1;
    min-width: 300px;
}
/* Left column (content) */
.home-main .landscaping-faqs-wrapper .faq-content {
    min-height: 600px;
    overflow: hidden;
}

/* Right column (image container) */
.home-main .faq-image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    min-width: 300px;
}

/* Ensuring the image maintains its size */
.home-main .faq-image-wrapper img {
    width: auto;
    height: 100%;
    max-height: 400px;
}

/* Adjustments when screen is below 1440px */
@media (max-width: 1440px) {
    .home-main .faq-content {
        flex-grow: 1;
        flex-shrink: 1;
    }
    .home-main .faq-image-wrapper {
        flex-shrink: 0;
    }
}

/* Change to column layout at 1300px */
@media (max-width: 1300px) {
    .home-main .landscaping-faqs-wrapper {
        flex-direction: column;
    }
    .home-main .faq-content,
    .home-main .faq-image-wrapper {
        width: 100%;
    }
}
.three_steps_to_perfect_landscape {
    background: #F2FAFF;
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 20px;
}

.three_steps_to_perfect_landscape_item {
    max-width: 1270px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin: 0 auto 40px;
}

.three_steps_to_perfect_landscape_image {
    width: 756px;
    text-align: center;
}

.three_steps_to_perfect_landscape_image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px; /* Optional rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Optional shadow */
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.three_steps_to_perfect_landscape_content {
    max-width: 500px;
    width: 40%;
    color: #024F6F;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.three_steps_to_perfect_landscape_content p, .three_steps_to_perfect_landscape_content ul > li {
    font-family: "Roboto Slab";
}

@media (max-width: 1224px) {
    .three_steps_to_perfect_landscape_item {
        flex-direction: column;
        text-align: center;
    }
    .three_steps_to_perfect_landscape_image, .three_steps_to_perfect_landscape_content {
        width: 100%;
    }
    .three_steps_to_perfect_landscape_content {
        text-align: left;
        max-width: 800px;
    }
}

.before_after_slider_2.landscaping-services-faq.before-after-container {
    border: none !important;
}