.city-service-hero {
    width: 100%;
    max-width: 100%;
    /*min-height: 100vh; !* Full screen height *!*/
    background-size: cover; /* Ensures full coverage */
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 50px 0; /* Adjust spacing */
}

/* Make sure the image is at least 1440px wide */
@media (min-width: 1440px) {
    .city-service-hero {
        /*background-size: 1440px auto;*/
    }
}

/* Hide Desktop Background Image */
.city-service-hero-image.mobile {
    display: none;
}
/* Desktop: Keep Background Image */
.city-service-hero {
    /*margin-top: -45px;*/
    display: flex;
    justify-content: center;
    align-items: start;
    /*padding: 10px 50px 0 50px;*/
    position: relative;
    min-height: 350px;
    background-position: center top;
    background-repeat: no-repeat;
    border-bottom: 2px #ddd solid;
}

.city-service-hero .free-quote-button-wrapper {
    margin-top: 20px;
    margin-left: 0;
}

/* Ensure Hero Content is Limited in Width */
.city-service-hero-content {
    width: 100%;
    max-width: 1440px;
    position: relative;
    z-index: 2;
    text-align: left;
}

/* Ensure Text Spacing */
.city-service-hero-description,
.city-service-hero-description-2 {
    /*padding-left: 15px;*/
    color: #fff;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px;
}

/* Titles Styling */
.city-service-hero-title {
    color: white;
    font-family: "Roboto Slab";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 47px;
    text-align: left;
    padding-left: 20px;
    /*padding-top: 50px;*/
}

.city-service-hero-subtitle {
    color: #fff;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px;
    padding-left: 20px;
}

/* Call-to-Action Button */
.city-service-hero-cta {
    display: inline-block;
    padding: 15px 30px;
    background-color: #17A7E0;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    margin-top: 15px;
}

/* Large Screens Adjustments */
@media (max-width: 1430px) {
    .city-service-hero {
        background-size: cover;
    }
}



/* ✅ Mobile Adjustments */
@media (max-width: 900px) {
    .city-service-hero {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0;
        background-image: none !important; /* Remove Background Image */
    }

    /* Mobile Image */
    .city-service-hero-image.mobile {
        display: block;
        width: 100%;
        max-width: 600px;
        height: auto;
        /*border-radius: 10px;*/
        margin: 0 auto 0 auto;
    }

    /* Hide Desktop Background Image */
    .city-service-hero-image.desktop {
        display: none;
    }
}

/* Remove Background on Mobile */
@media (max-width: 900px) {
    .city-service-hero {
        background-image: none !important;
    }

    .city-service-hero-content {
        display: flex;
        flex-direction: column;
    }
    .city-service-hero .city-service-hero-image.mobile img {
        order: 3;
    }
    .city-service-hero .free-quote-button-wrapper {
        order: 4;
    }

    .city-service-hero .city-service-hero-subtitle {
        order: 2;
        color: #1d3e63;
        text-align: center;
        padding-left: 0 !important;
        max-width: 90%;
        margin: 25px auto;
    }
    .city-service-hero .city-service-hero-title {
        color: #1d3e63;
        text-align: center;
        order: 1;
        justify-content: start;
        padding-left: 0 !important;
        max-width: 90%;
        margin: 25px auto;
    }
    .city-service-hero .city-service-hero-content {
        padding-left: 0;
    }
    .our-story-title {
        margin-top: 0;
    }
    .city-service-hero .free-quote-button-wrapper {
        margin: 20px auto;
    }
    .about-title {
        padding: 0 20px;
    }
    .our-story-blurb {
        max-width: 90%;
        margin: 0 auto;
    }
    .google-reviews {
        margin-bottom: 30px;
    }
}


.city-service-projects .landscaping-services-reviews-heading {
    color: #024F6F;
    text-align: center;
    font-family: "Roboto Slab";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 30px 0;
    padding: 0 20px;
}

/*.city-service-hero,*/
/*.landscaping-services-reviews-heading,*/
/*.google-reviews,*/
/*.landscaping-steps-section ,*/
/*.free-quote-form,*/
/*.landscaping-services,*/
/*.certifications-section,*/
/*.landscaping-services-service_section_1_heading ,*/
/*.landscaping-content-service_1,*/
/*.landscaping-content-service_2-wrapper,*/
/*.landscaping-content-service_2*/
/*{*/
/*    display: none !important;*/

/*}*/
.city-service-projects ul > li, .city-service-projects ol > li {
    padding-bottom: 10px;
}
.city-service-projects {
    width: 100%;
}

.city-service-projects .content {
    max-width: 100%;
    margin: 0 auto;
}

.city-service-projects .hero-description, .city-service-projects .hero-description-2 {
    padding-left: 15px;
}

.city-service-projects .free-quote-button-wrapper {
    text-align: left;
}

.city-service-projects .hero {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 10px 50px 0 50px;
    position: relative;
    min-height: 430px;
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
}


/* Hide inline <img> elements since we're using background images */
.city-service-projects .hero-image img {
    display: none;
}

.city-service-projects .hero-content {
    max-width: 643px;
    position: relative;
    z-index: 2;
}

/* Updated .hero-title styles */
.city-service-projects .hero-title {
    color: #fff;
    font-family: "Roboto Slab";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 47px; /* 146.875% */
}

/* Updated .hero-subtitle styles */
.city-service-projects .hero-subtitle {
    color: #fff;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px; /* 195.833% */
}

/* Updated .hero-description and .hero-description-2 styles */
.city-service-projects .hero-description,
.city-service-projects .hero-description-2 {
    color: #fff;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px; /* 261.111% */
}

.city-service-projects .hero-cta {
    display: inline-block;
    padding: 15px 30px;
    background-color: #17A7E0;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    margin-top: 15px;
}

.city-service-projects .landscaping-services {
    text-align: center;
    /*padding: 42px 328px;*/
    width: 100%;
    /*background-color: #F2FAFF;;*/
    max-width: 1440px;
    margin: 0 auto 20px auto;
}
.city-service-projects .landscaping-services .content-block {
    display: flex;
    justify-content: space-evenly;
    background-color: white;
    padding-top: 0;
}
.city-service-projects .landscaping-images {
    width: 40%;
    width: 708px;
}

.city-service-projects .landscaping-services-heading {
    font-size: 32px;
    font-weight: 700;
    margin-top: 0;
    padding-top: 20px;
}

.city-service-projects .landscaping-content p {
    font-size: 18px;
    margin-bottom: 15px;
}

.city-service-projects .landscaping-video  {
    width: 50%;
    padding-top: 46px;
    margin-top: 0;
    width: 787px;
}

.city-service-projects .landscaping-video video {
    max-width: 787px;
    min-width: 787px;
    width: 787px;
    border-radius: 7px;
    border: none;
}

@media (max-width: 1400px) {
    .city-service-projects .landscaping-video  {
        width: 60%;
        padding-top: 46px;
        margin-top: 0;
        max-width: 600px;
    }

    .city-service-projects .landscaping-video video {
        max-width: 600px;
        min-width: 600px;
        width: 600px;
    }

}

@media (max-width: 1400px) {
    .city-service-projects .landscaping-video video {
        max-width: 100%;
        min-width: unset;
        width: 100%;
    }
}
@media (max-width: 1100px) {
    .city-service-projects .landscaping-services {
        padding: 0 !important;
    }
}

.city-service-projects .landscaping-images img {
    width: 100%;
    max-width: 300px;
    margin: 10px;
}

.city-service-projects .landscaping-services-heading {
    color: #024F6F;
    text-align: center;
    font-family: "Roboto Slab";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.city-service-projects .landscaping-content img {
    max-width: 605px;
}
.city-service-projects .landscaping-content {
    padding-top: 30px;
    color: #024F6F;
    text-align: left;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 30%;
    min-width: 500px;
}
.city-service-projects .landscaping-content-2 {
    min-width: 600px;
}
.city-service-projects .landscaping-content-installation,
.city-service-projects .landscaping-content-service_1,
.city-service-projects .landscaping-content-service_2,
.city-service-projects .landscaping-content-service_section_1_2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.city-service-projects .landscaping-content-service_1,
.city-service-projects .landscaping-content-service_2 {
    align-items: start !important;
    overflow: hidden;
}

.city-service-projects .landscaping-content-installation div,
.city-service-projects .landscaping-content-service_1 div,
.city-service-projects .landscaping-content-service_2 div
{
    width: 50%;
}
.city-service-projects .landscaping-content-service_2 {
    padding-bottom: 40px;
}
.city-service-projects .landscaping-content-service_section_1_2 div {
    width: 100%;
    text-align: center;
}
.city-service-projects .landscaping-content-service_section_1_2 {
    max-width: 1200px;
    justify-content: space-around;
    align-content: center;
    margin: auto;
}
.services-container  a {
    color: #024F6F;
}

@media (max-width: 1100px) {
    .city-service-projects .landscaping-services .content-block {
        flex-direction: column;
    }
    .city-service-projects .landscaping-content,
    .city-service-projects .landscaping-video {
        margin: 0 auto;
    }
    .city-service-projects .landscaping-content {
        width: 100%;
        min-width: unset;
        max-width: 90%;
        margin: 0 auto;
    }
    .city-service-projects .landscaping-content {
        order: 2;
    }
    .city-service-projects .landscaping-video {
        order: 1;
    }
    .city-service-projects .landscaping-content-service_2 div
    {
        width: 100%;
    }
    .city-service-projects .landscaping-content-service_2 div {
        margin-right: 0 !important;

    }
    .service_section_2_content-blurb {
        padding: 0 !important;
    }
    .service_section_1_content-blurb {
        padding: 0 !important;
    }
    .service_section_1_content-blurb {
        text-align: left;
    }
    .city-service-projects .landscaping-content p {
        text-align: left;
    }
}



.city-service-faqs-section {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
}

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

.city-service-faqs-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;;
}

.city-service-faqs-item {
    background: #f0f8ff;
    border-bottom: 1px solid #d9ecff;
    overflow: hidden;
    /*padding-left: 25vw;*/
}

.city-service-faqs-question {
    font-family: "Roboto Slab", serif;
    background: none;
    border: none;
    font-size: 30px;
    font-weight: bold;
    width: 100%;
    text-align: left;
    color: #024F6F;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 15px;
    transition: background 0.3s ease;
    background-color: #F2FAFF;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.city-service-faqs-question:hover {
    background: #d9ecff;
}

.city-service-faqs-icon {
    font-size: 20px;
    font-weight: bold;
    margin-right: 15px;
    transition: transform 0.3s ease;
    /*margin-left: 25vw;*/
}

.city-service-faqs-text {
    flex-grow: 1;
}

.city-service-faqs-answer {
    font-family: "Roboto Slab", serif;
    padding: 15px;
    background: #e7f3ff;
    display: none;
    border-top: 1px solid #d9ecff;
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;
}

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

}


@media (max-width: 1200px) {
    .city-service-faqs-icon {
        /*margin-left: 15vw;*/
    }
    .city-service-projects .city-service-faqs {
        flex-direction: column;
    }
}
@media (max-width: 1100px) {
    .landscaping-content-service_2-image {
        text-align: center;
    }
}
@media (max-width: 1024px) {
    .city-service-faqs-icon {
        /*margin-left: 5vw;*/
    }
    .city-service-faqs-container {
        max-width: 100%;
    }
}

@media (max-width: 768px) {

    .city-service-faqs-item {
        padding-left: 0;
    }

    .city-service-faqs-container {
        padding-left: 0;
        padding-right: 0;
    }

}

.landscaping-steps-section {
    background-color: #F2FAFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 40px 0;
}

.landscaping-steps-container {
    width: 100%;
    max-width: 1300px;
}

.landscaping-steps-content {
    display: flex;
    justify-content: space-between;
    align-items: start;
    max-width: 100%;
    gap: 40px;
}

.landscaping-steps-image {
    width: 654px;
    display: flex;
    justify-content: center;
}

.landscaping-steps-image img {
    max-width: 100%;
    display: block;
    height: auto;
}
.landscaping-steps-image_city img {
    max-width: 652px;
    display: block;
    height: auto;
    margin-top: 180px;
}
@media (max-width: 1100px) {
    .landscaping-steps-image_city img {
       margin-top: 0;
    }
}
@media (max-width: 768px) {
    .landscaping-steps-image_city img {
        max-width: 652px;
        width: 100%;
        display: block;
        height: auto;
    }


}

.landscaping-steps-text {
    width: 50%;
    font-family: "Open Sans";
    font-size: 20px;
    color: #024F6F;
    font-weight: 600;
    line-height: 35px;
}

.landscaping-steps-heading {
    color: #024F6F;
    font-family: "Roboto Slab";
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    line-height: normal;
}

@media (max-width: 1100px) {
    .landscaping-steps-content {
        flex-direction: column;
        gap: 20px;
    }

    .landscaping-steps-image {
        width: 100%;
    }

    .landscaping-steps-text {
        width: 100%;
    }


}


@media (max-width: 1200px) {
    .landscaping-content-service_1,
    .landscaping-content-service_2 {
        flex-direction: column;
    }
    .landscaping-content-service_2 > div,
    .landscaping-content-service_1 > div {
        margin: 0 auto;
        width: 100%;
    }
    .landscaping-content-service_1 > div.content_1 img {
        max-width: 100%;
    }

    body > div.services-container.city-service-projects > div.content > div.landscaping-content.landscaping-content-service_1 > div.content_1 {
        padding-left: 20px;
    }

    .city-service-projects .landscaping-content-service_1 div {
        width: 100%;
        text-align: center;
    }
    .service_section_1_content-blurb {
        flex-direction: column;
        text-align: left;
        justify-content: start;
    }
    .landscaping-services-service_section_1_heading {
        padding: 0 20px;
    }
    body > div.services-container.city-service-projects > div.content > div.landscaping-content.landscaping-content-service_1 > div.content_1 {
        padding: 0;
    }


}

.landscaping-services-service_section_1_heading ,
.landscaping-services-service_section_2_heading {
    color: #024F6F;
    font-size: 40px;
    text-align: left;
    font-family: "Open Sans";
    line-height: normal;
    text-align: center;
    max-width: 1440px;
    margin: 0 auto 0 auto;
}
.landscaping-content-service_1,
.landscaping-content-service_2 {
    max-width: 1440px;
    margin: 0 auto;
}
.service_section_1_content-blurb{
    padding-left: 50px;
}
.service_section_2_content-blurb{
    padding-right: 50px;
    padding-left: 20px;
}
.city-service-projects .landscaping-content-service_2 div {
    /*margin-right: 20px;*/
}

/* Wrapper for the two-column layout */
.landscaping-content-service_2-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0; /* 20px margin top and bottom */
    padding: 20px 0; /* 20px padding top and bottom */
    max-width: 1440px;
    margin: 0 auto;
}

/* Column styles (50% width on desktop) */
.landscaping-content-service_2-wrapper .column1,
.landscaping-content-service_2-wrapper div {
    width: 48%;
    justify-content: center;
    display: flex;
}


/* Responsive: Stacks columns on mobile */
@media (max-width: 768px) {
    .landscaping-content-service_2-wrapper {
        flex-direction: column;
    }
    .landscaping-content-service_2-wrapper .column1,
    .landscaping-content-service_2-wrapper div {
        width: 100%; /* Full width on mobile */
    }
}

@media (max-width: 1100px) {
    .city-service-projects .landscaping-content-service_2 > div img  {
        max-width: 100%;
    }
}
.landscape-blog-heading {
    color: #024F6F;
}
.landscape-blog-title {
    color: #024F6F;
}
@media (max-width: 1200px) {
    .landscape-blog-section-template.image-left {
        flex-direction: column;
    }

}

.free_quote_button_section .city-service-projects .free-quote-button-wrapper {
    text-align: center;
}
.city-service-projects .free_quote_button_section .free-quote-button-wrapper {
    text-align: center;
}
.city-service-projects .free_quote_button_section {
    margin-bottom: 200px;
}

.city-service-projects 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% */
}

.city-service-projects p.second_line {
    color: #024F6F;
    text-align: center;
    font-family: "Roboto Slab";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 47px;
}
.city-service-projects .footer_wrapper {
    margin-top: 100px;
}

@media (max-width: 768px) {
    .city-service-faqs-text {
        font-size: 18px;
    }
    .city-service-projects .landscaping-steps-section {
        padding-bottom: 0;
        padding-top: 0;
    }

    .city-service-projects .landscaping-steps-heading {
        margin-top: 0;
    }
    .city-service-projects .landscaping-services-heading {
        max-width: 95%;
    }
}

/* Outer container full width */
.city-service-projects .city-service-faqs {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
}

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

/* Left column (content) */
.city-service-projects .faq-content {
    flex: 1;
    min-width: 300px;
}

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

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

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

/* Change to column layout at 1300px */
@media (max-width: 1300px) {
    .city-service-projects .city-service-faqs-wrapper {
        flex-direction: column;
    }
    .city-service-projects .faq-content,
    .city-service-projects .faq-image-wrapper {
        width: 100%;
    }
}

.page-id-5076 .landscaping-steps-section,
.page-id-5051 .landscaping-steps-section {
    display: none !important;
}
