{"id":33,"date":"2026-05-04T22:51:56","date_gmt":"2026-05-04T22:51:56","guid":{"rendered":"https:\/\/lifeisgreensolutions.com\/?page_id=33"},"modified":"2026-05-05T03:26:04","modified_gmt":"2026-05-05T03:26:04","slug":"elementor-33","status":"publish","type":"page","link":"https:\/\/lifeisgreensolutions.com\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"33\" class=\"elementor elementor-33\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ee26564 e-con-full e-flex e-con e-parent\" data-id=\"ee26564\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-52e548c elementor-widget__width-inherit hero-section-mobile elementor-widget elementor-widget-html\" data-id=\"52e548c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n    \/* Base Desktop Styles *\/\n    .hero-container {\n        --green: #142614; \n        --sand: #A8864A; \n        --white: #ffffff;\n        background-color: var(--green);\n        background-image: \n            linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),\n            linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);\n        background-size: 60px 60px;\n        position: relative; \n        \/* Desktop padding accounts for the desktop header height *\/\n        padding: 160px 24px 100px 24px; \n        color: var(--white); \n        font-family: 'Outfit', sans-serif; \n        overflow: hidden;\n    }\n    \n    .hero-container::before {\n        content: '';\n        position: absolute;\n        top: 20%;\n        right: -10%;\n        width: 600px;\n        height: 600px;\n        background: radial-gradient(circle, rgba(168,134,74,0.1) 0%, transparent 70%);\n        z-index: 1;\n    }\n\n    .hero-inner { \n        max-width: 1200px; \n        margin: 0 auto; \n        display: grid; \n        grid-template-columns: 1.1fr 0.9fr; \n        gap: 60px; \n        align-items: center; \n        position: relative; \n        z-index: 2; \n    }\n    \n    .hero-badge { \n        display: inline-block; \n        background: rgba(168,134,74,0.1); \n        border: 1px solid rgba(168,134,74,0.3); \n        padding: 6px 16px; \n        border-radius: 50px; \n        color: var(--sand); \n        font-size: 13px; \n        margin-bottom: 20px; \n    }\n    \n    .hero-container h1 { \n        font-family: 'Cormorant Garamond', serif; \n        font-size: clamp(2.5rem, 5vw, 4.5rem); \n        line-height: 1.1; \n        margin-bottom: 20px; \n        color: var(--white) !important; \n    }\n    \n    .hero-container h1 span { color: var(--sand); font-style: italic; display: block; }\n    \n    .hero-container p { font-size: 18px; line-height: 1.6; color: rgba(255,255,255,0.8); max-width: 500px; margin-bottom: 40px; }\n    \n    .btn-group { display: flex; gap: 15px; }\n\n    .hero-btn { \n        background: var(--sand); \n        color: #ffffff !important; \n        padding: 16px 32px; \n        border-radius: 50px; \n        text-decoration: none !important; \n        font-weight: 600; \n        text-align: center;\n        transition: all 0.3s ease;\n        display: inline-block;\n        border: none;\n    }\n\n    .hero-btn:hover {\n        background: #96753d;\n        transform: translateY(-3px);\n        box-shadow: 0 10px 20px rgba(0,0,0,0.2);\n    }\n\n    .hero-btn-secondary { \n        background: transparent; \n        color: #ffffff !important; \n        padding: 16px 32px; \n        border-radius: 50px; \n        text-decoration: none !important; \n        border: 1px solid white; \n        font-weight: 600; \n        text-align: center;\n        transition: all 0.3s ease;\n        display: inline-block;\n    }\n\n    .hero-btn-secondary:hover {\n        background: white;\n        color: var(--green) !important; \n        transform: translateY(-3px);\n    }\n\n    .glass-card { background: rgba(255,255,255,0.03); backdrop-filter: blur(12px); padding: 40px; border-radius: 30px; border: 1px solid rgba(255,255,255,0.08); }\n    \n    .glass-card h4, \n    .glass-card .sub-line { \n        margin: 0;\n        font-size: 18px; \n        font-weight: 400;\n        color: #ffffff !important; \n        font-family: 'Outfit', sans-serif;\n        line-height: 1.4;\n    }\n\n    .stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 25px; margin-bottom: 30px; }\n    .stat-item { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.05); padding: 20px; border-radius: 15px; }\n    .stat-num { display: block; font-size: 24px; font-weight: 600; color: var(--sand); }\n    .stat-label { font-size: 12px; color: rgba(255,255,255,0.6); }\n    \n    .request-btn { \n        background: var(--sand); \n        color: white; \n        width: 100%; \n        border: none; \n        padding: 18px; \n        border-radius: 50px; \n        font-weight: 600; \n        cursor: pointer;\n        transition: all 0.3s ease;\n    }\n\n    \/* MOBILE OPTIMIZATIONS *\/\n    @media (max-width: 767px) {\n        .hero-container { \n            \/* This 80px Top Padding ensures the body starts EXACTLY below the mobile header *\/\n            padding: 80px 20px 60px 20px; \n            background-size: 40px 40px; \n            margin-top: 0 !important;\n        }\n        .hero-inner { grid-template-columns: 1fr; gap: 30px; text-align: center; }\n        .hero-container h1 { font-size: 2.2rem; margin-bottom: 15px; }\n        .hero-container p { margin: 0 auto 25px; font-size: 15px; max-width: 100%; }\n        .btn-group { flex-direction: column; gap: 10px; width: 100%; }\n        .hero-btn, .hero-btn-secondary { width: 100%; padding: 14px 20px; font-size: 14px; }\n        .glass-card { padding: 25px 20px; border-radius: 20px; margin-top: 10px; }\n        .stats-grid { gap: 10px; margin-bottom: 20px; }\n        .stat-item { padding: 12px 8px; }\n        .stat-num { font-size: 18px; }\n    }\n<\/style>\n\n<section class=\"hero-container\">\n    <div class=\"hero-inner\">\n        <div>\n            <div class=\"hero-badge\">\u25cf Licensed & Insured \u00b7 Locally Owned<\/div>\n            <h1>Your Property Deserves More Than Just <span>Maintenance.<\/span><\/h1>\n            <p>Professional landscaping services that transform outdoor spaces \u2014 and keep them looking exceptional.<\/p>\n            <div class=\"btn-group\">\n                <a href=\"#quote\" class=\"hero-btn\">Get Your Free Quote \u2192<\/a>\n                <a href=\"#services\" class=\"hero-btn-secondary\">View Our Services<\/a>\n            <\/div>\n        <\/div>\n        \n        <div class=\"glass-card\">\n            <h4>Trusted by hundreds of homeowners<\/h4>\n            <div class=\"sub-line\">across the DMV region<\/div>\n            \n            <div class=\"stats-grid\">\n                <div class=\"stat-item\">\n                    <span class=\"stat-num\">500+<\/span>\n                    <span class=\"stat-label\">Properties<\/span>\n                <\/div>\n                <div class=\"stat-item\">\n                    <span class=\"stat-num\">\u2605 4.9<\/span>\n                    <span class=\"stat-label\">Avg. Rating<\/span>\n                <\/div>\n                <div class=\"stat-item\">\n                    <span class=\"stat-num\">8 yrs<\/span>\n                    <span class=\"stat-label\">Experience<\/span>\n                <\/div>\n                <div class=\"stat-item\">\n                    <span class=\"stat-num\">150+<\/span>\n                    <span class=\"stat-label\">Reviews<\/span>\n                <\/div>\n            <\/div>\n            \n            <button class=\"request-btn\">Request Free Estimate \u2192<\/button>\n        <\/div>\n    <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1b5d528 e-con-full e-flex e-con e-parent\" data-id=\"1b5d528\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ad21db8 elementor-widget elementor-widget-html\" data-id=\"ad21db8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n    .trust-bar-slim {\n        --dark-green: #142614;\n        --sand: #A8864A;\n        --text-gray: #555555;\n        --bg-cream: #F9F7F2; \n        \n        background-color: var(--bg-cream);\n        \/* Reduced vertical padding from 60px to 30px *\/\n        padding: 30px 20px;\n        font-family: 'Outfit', sans-serif;\n        border-bottom: 1px solid rgba(0,0,0,0.03);\n    }\n\n    .trust-grid {\n        max-width: 1100px; \/* Slightly narrower container for a tighter feel *\/\n        margin: 0 auto;\n        display: grid;\n        grid-template-columns: repeat(4, 1fr);\n        gap: 20px;\n        align-items: center; \/* Centers items vertically in the bar *\/\n    }\n\n    .trust-item {\n        display: flex;\n        align-items: center; \/* Center-aligns icon with text for a slim profile *\/\n        gap: 12px;\n        border-right: 1px solid rgba(0,0,0,0.08);\n        padding-right: 10px;\n    }\n\n    .trust-item:last-child {\n        border-right: none;\n    }\n\n    .icon-box {\n        background-color: var(--dark-green);\n        color: var(--sand);\n        width: 34px; \/* Reduced from 42px *\/\n        height: 34px; \/* Reduced from 42px *\/\n        min-width: 34px;\n        border-radius: 6px;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        font-size: 14px; \/* Smaller icon *\/\n    }\n\n    .trust-content h5 {\n        margin: 0;\n        font-size: 14px; \/* Reduced from 16px *\/\n        font-weight: 600;\n        color: #1a1a1a;\n        white-space: nowrap; \/* Keeps titles on one line *\/\n    }\n\n    .trust-content p {\n        margin: 0;\n        font-size: 11px; \/* Reduced from 13px *\/\n        color: var(--text-gray);\n        line-height: 1.2;\n    }\n\n    \/* MOBILE & TABLET RESPONSIVENESS *\/\n    @media (max-width: 1024px) {\n        .trust-grid {\n            grid-template-columns: repeat(2, 1fr);\n            gap: 25px 15px;\n        }\n        .trust-item {\n            border-right: none;\n        }\n    }\n\n    @media (max-width: 600px) {\n        .trust-bar-slim {\n            padding: 25px 15px;\n        }\n        .trust-grid {\n            grid-template-columns: 1fr;\n            gap: 20px;\n        }\n        .trust-item {\n            max-width: 250px;\n            margin: 0 auto;\n        }\n    }\n<\/style>\n\n<section class=\"trust-bar-slim\">\n    <div class=\"trust-grid\">\n        \n        <div class=\"trust-item\">\n            <div class=\"icon-box\">\n                <i class=\"fas fa-shield-alt\"><\/i>\n            <\/div>\n            <div class=\"trust-content\">\n                <h5>Licensed & Insured<\/h5>\n                <p>Fully covered for peace of mind<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"trust-item\">\n            <div class=\"icon-box\">\n                <i class=\"fas fa-star\"><\/i>\n            <\/div>\n            <div class=\"trust-content\">\n                <h5>4.9 Rating<\/h5>\n                <p>150+ Google reviews<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"trust-item\">\n            <div class=\"icon-box\">\n                <i class=\"fas fa-home\"><\/i>\n            <\/div>\n            <div class=\"trust-content\">\n                <h5>500+ Properties<\/h5>\n                <p>Maintained with pride<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"trust-item\">\n            <div class=\"icon-box\">\n                <i class=\"fas fa-map-marker-alt\"><\/i>\n            <\/div>\n            <div class=\"trust-content\">\n                <h5>Locally Rooted<\/h5>\n                <p>Serving the DMV for 8+ years<\/p>\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3bbccf4 e-con-full e-flex e-con e-parent\" data-id=\"3bbccf4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-59353bf elementor-widget elementor-widget-html\" data-id=\"59353bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n    .trust-segment {\n        --dark-green: #142614;\n        --sand: #A8864A;\n        --bg-cream: #F9F7F2;\n        --text-main: #1a1a1a;\n        --text-light: #555555;\n        \n        padding: 80px 20px;\n        background-color: #ffffff;\n        font-family: 'Outfit', sans-serif;\n    }\n\n    .trust-container {\n        max-width: 1200px;\n        margin: 0 auto;\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 60px;\n        align-items: center;\n    }\n\n    \/* Left Side: Image Placeholder *\/\n    .image-placeholder-wrapper {\n        position: relative;\n        width: 100%;\n        aspect-ratio: 4\/5;\n        background-color: var(--dark-green);\n        border-radius: 30px;\n        overflow: hidden;\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n        align-items: center;\n        color: rgba(255,255,255,0.4);\n        text-align: center;\n        padding: 20px;\n    }\n\n    .image-placeholder-wrapper i {\n        font-size: 50px;\n        margin-bottom: 15px;\n    }\n\n    \/* UPDATED: Experience badge to fit on one line *\/\n    .experience-badge {\n        position: absolute;\n        bottom: 30px;\n        left: 50%;\n        transform: translateX(-50%);\n        background: rgba(255,255,255,0.05);\n        backdrop-filter: blur(10px);\n        border: 1px solid rgba(255,255,255,0.1);\n        padding: 10px 15px;\n        border-radius: 12px;\n        width: 92%; \/* Widened slightly *\/\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        gap: 8px;\n        color: white;\n        font-size: 12.5px; \/* Slightly smaller to ensure fit *\/\n        white-space: nowrap; \/* Prevents text wrapping *\/\n    }\n\n    .experience-badge span {\n        color: var(--sand);\n        font-weight: 700;\n        font-size: 16px;\n    }\n\n    \/* Right Side: Content *\/\n    .trust-content-header span {\n        color: var(--sand);\n        text-transform: uppercase;\n        letter-spacing: 2px;\n        font-size: 12px;\n        font-weight: 700;\n    }\n\n    .trust-content-header h2 {\n        font-family: 'Cormorant Garamond', serif;\n        font-size: clamp(2rem, 4vw, 3.2rem);\n        color: var(--text-main);\n        line-height: 1.1;\n        margin: 15px 0 20px;\n    }\n\n    \/* UPDATED: Bigger intro text *\/\n    .trust-content-header p {\n        color: var(--text-light);\n        line-height: 1.6;\n        margin-bottom: 40px;\n        font-size: 18px; \/* Increased from base size *\/\n    }\n\n    \/* Feature Cards & Hover Effects *\/\n    .feature-list {\n        display: flex;\n        flex-direction: column;\n        gap: 10px;\n    }\n\n    .feature-card {\n        display: flex;\n        align-items: flex-start;\n        gap: 20px;\n        padding: 15px 20px;\n        border-radius: 15px;\n        transition: all 0.3s ease;\n        cursor: default;\n        border: 1px solid transparent;\n    }\n\n    .feature-card:hover {\n        background-color: var(--bg-cream);\n        transform: translateX(10px);\n        box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n    }\n\n    .feature-icon-box {\n        background-color: var(--bg-cream);\n        color: var(--sand);\n        width: 44px;\n        height: 44px;\n        min-width: 44px;\n        border-radius: 10px;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        font-size: 18px;\n        transition: 0.3s;\n    }\n\n    .feature-card:hover .feature-icon-box {\n        background-color: var(--dark-green);\n        color: #ffffff;\n    }\n\n    .feature-info h4 {\n        margin: 0 0 5px 0;\n        font-size: 17px;\n        color: var(--text-main);\n    }\n\n    .feature-info p {\n        margin: 0;\n        font-size: 14px;\n        color: var(--text-light);\n        line-height: 1.5;\n    }\n\n    \/* Mobile Optimization *\/\n    @media (max-width: 991px) {\n        .trust-container { grid-template-columns: 1fr; gap: 50px; }\n        .image-placeholder-wrapper { max-width: 500px; margin: 0 auto; }\n        .trust-content-header { text-align: center; }\n        .experience-badge { font-size: 11px; width: 95%; }\n    }\n\n    @media (max-width: 600px) {\n        .feature-card:hover { transform: translateY(-5px); }\n        .feature-card { flex-direction: column; align-items: center; text-align: center; }\n        .experience-badge { white-space: normal; text-align: center; height: auto; }\n    }\n<\/style>\n\n<section class=\"trust-segment\">\n    <div class=\"trust-container\">\n        \n        <!-- Column 1: Image -->\n        <div class=\"image-placeholder-wrapper\">\n            <i class=\"fas fa-image\"><\/i>\n            <p>Add your best landscape<br>photo here<\/p>\n            \n            <div class=\"experience-badge\">\n                <span>8+<\/span> Years delivering exceptional landscapes across the DMV region\n            <\/div>\n        <\/div>\n\n        <!-- Column 2: Content -->\n        <div class=\"trust-content\">\n            <div class=\"trust-content-header\">\n                <span>Why Homeowners Trust Us<\/span>\n                <h2>We Don't Just Cut Grass. We Care for Your Investment.<\/h2>\n                <p>Your outdoor space is an extension of your home \u2014 and it deserves the same attention to detail. At Life is Green, we combine professional expertise with genuine care for every property we touch.<\/p>\n            <\/div>\n\n            <div class=\"feature-list\">\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon-box\"><i class=\"fas fa-calendar-check\"><\/i><\/div>\n                    <div class=\"feature-info\">\n                        <h4>Reliability You Can Count On<\/h4>\n                        <p>We show up when scheduled, every time, with no excuses. Your time matters, and we respect it.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon-box\"><i class=\"fas fa-cut\"><\/i><\/div>\n                    <div class=\"feature-info\">\n                        <h4>Detail-Oriented Crews<\/h4>\n                        <p>Every edge, every corner, every visit \u2014 done right, not just done fast. We take pride in the craft.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon-box\"><i class=\"fas fa-comments-dollar\"><\/i><\/div>\n                    <div class=\"feature-info\">\n                        <h4>Transparent Pricing<\/h4>\n                        <p>Clear quotes with no hidden fees. You know exactly what you're paying for \u2014 always.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon-box\"><i class=\"fas fa-leaf\"><\/i><\/div>\n                    <div class=\"feature-info\">\n                        <h4>Locally Rooted & Eco-Conscious<\/h4>\n                        <p>We live here. We work here. And we use responsible practices that respect the land we care for.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-87c8f2c e-con-full e-flex e-con e-parent\" data-id=\"87c8f2c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cd7546c elementor-widget elementor-widget-html\" data-id=\"cd7546c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n    .offerings-section {\n        --dark-green: #142614;\n        --sand: #A8864A;\n        --bg-cream: #F9F7F2;\n        --white: #ffffff;\n        --text-main: #1a1a1a;\n        --text-muted: #555555;\n        \n        background-color: var(--bg-cream);\n        padding: 100px 20px;\n        font-family: 'Outfit', sans-serif;\n        text-align: center;\n    }\n\n    .offerings-header span {\n        color: var(--sand);\n        text-transform: uppercase;\n        letter-spacing: 2px;\n        font-size: 12px;\n        font-weight: 700;\n        display: block;\n        margin-bottom: 15px;\n    }\n\n    .offerings-header h2 {\n        font-family: 'Cormorant Garamond', serif;\n        font-size: clamp(2.2rem, 5vw, 3.5rem);\n        color: var(--text-main);\n        margin: 0 auto 20px;\n        max-width: 800px;\n        line-height: 1.1;\n    }\n\n    .offerings-header p {\n        font-size: 18px;\n        color: var(--text-muted);\n        max-width: 650px;\n        margin: 0 auto 60px;\n        line-height: 1.6;\n    }\n\n    \/* Service Grid Layout *\/\n    .services-grid {\n        max-width: 1200px;\n        margin: 0 auto;\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 30px;\n    }\n\n    .service-card {\n        background-color: var(--white);\n        padding: 40px 30px;\n        border-radius: 20px;\n        text-align: left;\n        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);\n        display: flex;\n        flex-direction: column;\n        height: 100%;\n        box-shadow: 0 4px 15px rgba(0,0,0,0.02);\n    }\n\n    .service-card:hover {\n        transform: translateY(-10px);\n        box-shadow: 0 20px 40px rgba(0,0,0,0.06);\n    }\n\n    .service-icon-box {\n        background-color: var(--dark-green);\n        color: var(--sand);\n        width: 50px;\n        height: 50px;\n        border-radius: 12px;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        font-size: 22px;\n        margin-bottom: 25px;\n    }\n\n    .service-card h3 {\n        font-size: 20px;\n        color: var(--text-main);\n        margin: 0 0 15px 0;\n        font-weight: 600;\n    }\n\n    .service-card p {\n        font-size: 15px;\n        color: var(--text-muted);\n        line-height: 1.6;\n        margin: 0;\n    }\n\n    \/* Responsive Adjustments *\/\n    @media (max-width: 1024px) {\n        .services-grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n    }\n\n    @media (max-width: 767px) {\n        .offerings-section { padding: 60px 15px; }\n        .services-grid {\n            grid-template-columns: 1fr;\n            gap: 20px;\n        }\n        .service-card {\n            padding: 35px 25px;\n            text-align: center;\n            align-items: center;\n        }\n    }\n<\/style>\n\n<section class=\"offerings-section\">\n    <div class=\"offerings-header\">\n        <span>What We Offer<\/span>\n        <h2>Complete Outdoor Services, One Trusted Team<\/h2>\n        <p>From weekly lawn maintenance to full landscape transformations \u2014 every service delivered with the same commitment to quality.<\/p>\n    <\/div>\n\n    <div class=\"services-grid\">\n        <!-- Service 1 -->\n        <div class=\"service-card\">\n            <div class=\"service-icon-box\"><i class=\"fas fa-seedling\"><\/i><\/div>\n            <h3>Lawn Care & Maintenance<\/h3>\n            <p>Regular mowing, edging, and turf care that keeps your lawn healthy and vibrant year-round. Consistent visits, consistently excellent results.<\/p>\n        <\/div>\n\n        <!-- Service 2 -->\n        <div class=\"service-card\">\n            <div class=\"service-icon-box\"><i class=\"fas fa-leaf\"><\/i><\/div>\n            <h3>Landscape Design<\/h3>\n            <p>Custom designs that transform your vision into a living, breathing outdoor space. We bring creativity, expertise, and an eye for beauty to every property.<\/p>\n        <\/div>\n\n        <!-- Service 3 -->\n        <div class=\"service-card\">\n            <div class=\"service-icon-box\"><i class=\"fas fa-spa\"><\/i><\/div>\n            <h3>Mulching & Planting<\/h3>\n            <p>Seasonal color, healthy beds, and mulch applications that protect and beautify. Fresh mulch and new plantings make a dramatic difference.<\/p>\n        <\/div>\n\n        <!-- Service 4 -->\n        <div class=\"service-card\">\n            <div class=\"service-icon-box\"><i class=\"fas fa-broom\"><\/i><\/div>\n            <h3>Seasonal Cleanups<\/h3>\n            <p>Spring and fall prep to keep your property ready for any season. We clear debris, prep beds, and give your outdoor space the fresh start it needs.<\/p>\n        <\/div>\n\n        <!-- Service 5 -->\n        <div class=\"service-card\">\n            <div class=\"service-icon-box\"><i class=\"fas fa-mountain\"><\/i><\/div>\n            <h3>Hardscaping<\/h3>\n            <p>Patios, walkways, and retaining walls built to last and built to impress. A well-crafted hardscape can return 80-100% of its cost in property value.<\/p>\n        <\/div>\n\n        <!-- Service 6 -->\n        <div class=\"service-card\">\n            <div class=\"service-icon-box\"><i class=\"fas fa-tree\"><\/i><\/div>\n            <h3>Tree & Shrub Care<\/h3>\n            <p>Pruning, shaping, and health treatments that protect your landscape investment. Proper tree care enhances your property's beauty and safety.<\/p>\n        <\/div>\n    <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4ee8d50 e-con-full e-flex e-con e-parent\" data-id=\"4ee8d50\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a6e6419 elementor-widget elementor-widget-html\" data-id=\"a6e6419\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n    .process-section-slim {\n        --dark-green: #142614;\n        --sand: #A8864A;\n        --white: #ffffff;\n        \n        background-color: var(--dark-green);\n        background-image: \n            linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),\n            linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);\n        background-size: 40px 40px;\n        \/* Reduced vertical padding from 100px to 60px *\/\n        padding: 60px 20px;\n        font-family: 'Outfit', sans-serif;\n        text-align: center;\n        color: var(--white);\n    }\n\n    .process-header span {\n        color: var(--sand);\n        text-transform: uppercase;\n        letter-spacing: 2px;\n        font-size: 11px; \/* Slightly smaller *\/\n        font-weight: 700;\n        display: block;\n        margin-bottom: 10px;\n    }\n\n    .process-header h2 {\n        font-family: 'Cormorant Garamond', serif;\n        font-size: clamp(1.8rem, 4vw, 2.8rem); \/* Scaled down slightly *\/\n        margin: 0 auto 15px;\n        line-height: 1.1;\n        color: var(--white);\n    }\n\n    .process-header p {\n        font-size: 16px; \/* Reduced from 18px *\/\n        color: var(--white);\n        max-width: 550px;\n        margin: 0 auto 50px; \/* Reduced bottom margin *\/\n    }\n\n    .timeline-container {\n        max-width: 1100px; \/* Narrower container for a tighter look *\/\n        margin: 0 auto;\n        display: flex;\n        justify-content: space-between;\n        position: relative;\n    }\n\n    \/* Thinner connecting line *\/\n    .timeline-container::before {\n        content: '';\n        position: absolute;\n        top: 22px; \/* Adjusted for smaller circles *\/\n        left: 60px;\n        right: 60px;\n        height: 1px;\n        background: rgba(168,134,74,0.2);\n        z-index: 1;\n    }\n\n    .step-item {\n        flex: 1;\n        position: relative;\n        z-index: 2;\n        padding: 0 10px;\n    }\n\n    .step-number {\n        width: 45px; \/* Reduced from 60px *\/\n        height: 45px; \/* Reduced from 60px *\/\n        background-color: var(--sand);\n        color: var(--white);\n        border-radius: 50%;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        margin: 0 auto 20px;\n        font-size: 16px; \/* Smaller number *\/\n        font-weight: 600;\n        font-family: 'Cormorant Garamond', serif;\n        box-shadow: 0 0 0 6px var(--dark-green);\n    }\n\n    .step-item h3 {\n        font-size: 16px; \/* Reduced from 18px *\/\n        margin-bottom: 10px;\n        color: var(--white);\n        font-weight: 600;\n    }\n\n    .step-item p {\n        font-size: 13px; \/* Reduced from 14px *\/\n        line-height: 1.5;\n        color: var(--white);\n        opacity: 0.9; \/* Slight softness for the small body text *\/\n    }\n\n    @media (max-width: 991px) {\n        .timeline-container { flex-direction: column; gap: 40px; }\n        .timeline-container::before { display: none; }\n        .process-section-slim { padding: 50px 20px; }\n    }\n<\/style>\n\n<section class=\"process-section-slim\">\n    <div class=\"process-header\">\n        <span>The Process<\/span>\n        <h2>Getting Started is Simple<\/h2>\n        <p>Four easy steps from first contact to a beautiful property.<\/p>\n    <\/div>\n\n    <div class=\"timeline-container\">\n        <div class=\"step-item\">\n            <div class=\"step-number\">1<\/div>\n            <h3>Request a Quote<\/h3>\n            <p>Fill out our form or call. Tell us about your property \u2014 no obligation.<\/p>\n        <\/div>\n\n        <div class=\"step-item\">\n            <div class=\"step-number\">2<\/div>\n            <h3>Property Assessment<\/h3>\n            <p>We walk your property to understand your goals and provide a clear quote.<\/p>\n        <\/div>\n\n        <div class=\"step-item\">\n            <div class=\"step-number\">3<\/div>\n            <h3>We Get to Work<\/h3>\n            <p>Our crew arrives on schedule and ready to deliver exceptional results.<\/p>\n        <\/div>\n\n        <div class=\"step-item\">\n            <div class=\"step-number\">4<\/div>\n            <h3>Enjoy Your Space<\/h3>\n            <p>Relax and enjoy a beautiful property. We handle everything for you.<\/p>\n        <\/div>\n    <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-27eaa2e e-con-full e-flex e-con e-parent\" data-id=\"27eaa2e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88fd832 elementor-widget elementor-widget-html\" data-id=\"88fd832\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n    .reviews-header-section {\n        --dark-green: #142614;\n        --sand: #A8864A;\n        --text-main: #1a1a1a;\n        --text-muted: #555555;\n        \n        \/* Reduced bottom padding from 40px to 0 *\/\n        padding: 80px 20px 0px; \n        background-color: #ffffff;\n        font-family: 'Outfit', sans-serif;\n        text-align: center;\n    }\n\n    .reviews-header-section span {\n        color: var(--sand);\n        text-transform: uppercase;\n        letter-spacing: 2px;\n        font-size: 12px;\n        font-weight: 700;\n        display: block;\n        margin-bottom: 15px;\n    }\n\n    .reviews-header-section h2 {\n        font-family: 'Cormorant Garamond', serif;\n        font-size: clamp(2.2rem, 5vw, 3.5rem);\n        color: var(--text-main);\n        margin: 0 auto 20px;\n        line-height: 1.1;\n    }\n\n    .reviews-header-section p {\n        font-size: 18px;\n        color: var(--text-muted);\n        max-width: 650px;\n        margin: 0 auto 10px; \/* Reduced bottom margin from 50px to 10px *\/\n        line-height: 1.6;\n    }\n\n    .plugin-placeholder {\n        max-width: 1200px;\n        margin: 0 auto;\n        \/* Removed min-height to eliminate empty gap *\/\n    }\n\n    @media (max-width: 767px) {\n        .reviews-header-section {\n            padding: 60px 15px 0px;\n        }\n    }\n<\/style>\n\n<section class=\"reviews-header-section\">\n    <div class=\"reviews-header-content\">\n        <span>Real Client Reviews<\/span>\n        <h2>What Our Clients Are Saying<\/h2>\n        <p>Don't just take our word for it \u2014 hear from homeowners across the DMV region who trust Life is Green with their properties.<\/p>\n    <\/div>\n\n    <!-- PASTE YOUR PLUGIN SHORTCODE BELOW THIS LINE -->\n    <div class=\"plugin-placeholder\">\n        <!-- Your plugin will sit directly under the text now -->\n    <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9c5c4c4 e-con-full e-flex e-con e-parent\" data-id=\"9c5c4c4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-77edda7 elementor-widget elementor-widget-html\" data-id=\"77edda7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n    .service-area-section {\n        --dark-green: #142614;\n        --sand: #A8864A;\n        --bg-cream: #F9F7F2;\n        --text-main: #1a1a1a;\n        --text-muted: #666666;\n        \n        padding: 80px 20px;\n        background-color: #ffffff;\n        font-family: 'Outfit', sans-serif;\n    }\n\n    .service-area-container {\n        max-width: 1200px;\n        margin: 0 auto;\n    }\n\n    .service-area-header {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-end;\n        margin-bottom: 40px;\n    }\n\n    .area-title-box span {\n        color: var(--sand);\n        text-transform: uppercase;\n        letter-spacing: 2px;\n        font-size: 12px;\n        font-weight: 700;\n        display: block;\n        margin-bottom: 10px;\n    }\n\n    .area-title-box h2 {\n        font-family: 'Cormorant Garamond', serif;\n        font-size: clamp(2rem, 4vw, 3rem);\n        color: var(--text-main);\n        margin: 0;\n        line-height: 1.1;\n    }\n\n    \/* UPDATED: Removed underline from button *\/\n    .check-area-btn {\n        background-color: var(--dark-green);\n        color: #ffffff !important;\n        padding: 14px 28px;\n        border-radius: 50px;\n        text-decoration: none !important; \/* Forces underline removal *\/\n        font-weight: 600;\n        font-size: 15px;\n        transition: all 0.3s ease;\n        display: inline-block;\n    }\n\n    .check-area-btn:hover {\n        background-color: var(--sand);\n        transform: translateY(-2px);\n        text-decoration: none !important;\n    }\n\n    .area-grid {\n        display: grid;\n        grid-template-columns: repeat(6, 1fr);\n        gap: 15px;\n        margin-bottom: 30px;\n    }\n\n    .area-square {\n        background-color: var(--bg-cream);\n        padding: 25px 15px;\n        border-radius: 12px;\n        text-align: center;\n        transition: all 0.3s ease;\n        border: 1px solid transparent;\n    }\n\n    .area-square:hover {\n        background-color: #ffffff;\n        border-color: var(--sand);\n        box-shadow: 0 10px 20px rgba(0,0,0,0.05);\n        transform: translateY(-5px);\n    }\n\n    .area-square h4 {\n        margin: 0 0 5px 0;\n        font-size: 15px;\n        color: var(--text-main);\n        font-weight: 700;\n    }\n\n    .area-square p {\n        margin: 0;\n        font-size: 11px;\n        color: var(--text-muted);\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    .area-footer {\n        text-align: center;\n        font-size: 14px;\n        color: var(--text-muted);\n    }\n\n    .area-footer a {\n        color: var(--sand);\n        text-decoration: none;\n        font-weight: 600;\n    }\n\n    @media (max-width: 1024px) {\n        .area-grid { grid-template-columns: repeat(3, 1fr); }\n    }\n\n    @media (max-width: 767px) {\n        .service-area-header { flex-direction: column; align-items: center; text-align: center; gap: 20px; }\n        .area-grid { grid-template-columns: repeat(2, 1fr); }\n    }\n\n    @media (max-width: 480px) {\n        .area-grid { grid-template-columns: 1fr; }\n    }\n<\/style>\n\n<section class=\"service-area-section\">\n    <div class=\"service-area-container\">\n        \n        <div class=\"service-area-header\">\n            <div class=\"area-title-box\">\n                <span>Where We Work<\/span>\n                <h2>Proudly Serving the DMV Area<\/h2>\n            <\/div>\n            <a href=\"#contact\" class=\"check-area-btn\">Check My Area<\/a>\n        <\/div>\n\n        <div class=\"area-grid\">\n            <!-- Germantown First -->\n            <div class=\"area-square\">\n                <h4>Germantown, MD<\/h4>\n                <p>Full Service Available<\/p>\n            <\/div>\n            <!-- Gaithersburg Next -->\n            <div class=\"area-square\">\n                <h4>Gaithersburg, MD<\/h4>\n                <p>Full Service Available<\/p>\n            <\/div>\n            <div class=\"area-square\">\n                <h4>Rockville, MD<\/h4>\n                <p>Full Service Available<\/p>\n            <\/div>\n            <div class=\"area-square\">\n                <h4>Bethesda, MD<\/h4>\n                <p>Full Service Available<\/p>\n            <\/div>\n            <div class=\"area-square\">\n                <h4>Potomac, MD<\/h4>\n                <p>Full Service Available<\/p>\n            <\/div>\n            <div class=\"area-square\">\n                <h4>Silver Spring, MD<\/h4>\n                <p>Full Service Available<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"area-footer\">\n            Don't see your city? <a href=\"#contact\">Contact us<\/a> \u2014 we may still be able to help.\n        <\/div>\n    <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-684de2f e-con-full e-flex e-con e-parent\" data-id=\"684de2f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-49de83d elementor-widget elementor-widget-html\" data-id=\"49de83d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n    .cta-footer-section {\n        --dark-brown: #331f14;\n        --sand: #A8864A;\n        --white: #ffffff;\n        \n        background-color: var(--dark-brown);\n        background-image: \n            radial-gradient(circle at 10% 20%, rgba(168,134,74,0.05) 0%, transparent 40%),\n            radial-gradient(circle at 90% 80%, rgba(168,134,74,0.05) 0%, transparent 40%);\n        padding: 60px 20px; \/* Slimmer vertical padding *\/\n        font-family: 'Outfit', sans-serif;\n        color: var(--white);\n        overflow: hidden;\n    }\n\n    .cta-container {\n        max-width: 1200px;\n        margin: 0 auto;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        gap: 40px;\n    }\n\n    .cta-text-box {\n        max-width: 600px;\n    }\n\n    .cta-text-box h2 {\n        font-family: 'Cormorant Garamond', serif;\n        font-size: clamp(1.8rem, 3.5vw, 3rem);\n        line-height: 1.1;\n        margin-bottom: 15px;\n        color: var(--white); \/* Pure white *\/\n    }\n\n    .cta-text-box h2 i {\n        color: var(--sand);\n        font-style: italic;\n    }\n\n    .cta-text-box p {\n        font-size: 16px;\n        color: var(--white); \/* Changed from faded to pure white *\/\n        line-height: 1.6;\n        margin: 0;\n    }\n\n    .cta-button-group {\n        display: flex;\n        gap: 15px;\n        align-items: center;\n    }\n\n    \/* Smaller Sand Button *\/\n    .btn-sand {\n        background-color: var(--sand);\n        color: var(--white) !important;\n        padding: 12px 24px; \/* Reduced from 16\/32 *\/\n        border-radius: 50px;\n        text-decoration: none !important; \/* No underline *\/\n        font-weight: 600;\n        font-size: 14px; \/* Smaller font *\/\n        transition: all 0.3s ease;\n        display: inline-block;\n    }\n\n    .btn-sand:hover {\n        background-color: #92743f;\n        transform: translateY(-2px);\n        text-decoration: none !important;\n    }\n\n    \/* Smaller Outline Button *\/\n    .btn-outline {\n        border: 1px solid rgba(255,255,255,0.4);\n        color: var(--white) !important;\n        padding: 12px 24px; \/* Reduced from 16\/32 *\/\n        border-radius: 50px;\n        text-decoration: none !important; \/* No underline *\/\n        font-weight: 600;\n        font-size: 14px; \/* Smaller font *\/\n        display: flex;\n        align-items: center;\n        gap: 8px;\n        transition: all 0.3s ease;\n    }\n\n    .btn-outline:hover {\n        background-color: rgba(255,255,255,0.1);\n        border-color: var(--white);\n        text-decoration: none !important;\n    }\n\n    @media (max-width: 991px) {\n        .cta-container { flex-direction: column; text-align: center; }\n        .cta-button-group { flex-direction: column; width: 100%; }\n        .btn-sand, .btn-outline { width: 100%; justify-content: center; max-width: 300px; }\n    }\n<\/style>\n\n<section class=\"cta-footer-section\">\n    <div class=\"cta-container\">\n        \n        <div class=\"cta-text-box\">\n            <h2>Ready for a Lawn You're <i>Proud Of?<\/i><\/h2>\n            <p>Get a free, no-obligation quote from your local landscaping team. We respond within 1 business day.<\/p>\n        <\/div>\n\n        <div class=\"cta-button-group\">\n            <a href=\"#contact\" class=\"btn-sand\">Get My Free Quote \u2192<\/a>\n            <a href=\"tel:5550000000\" class=\"btn-outline\">\n                <i class=\"fas fa-phone-alt\"><\/i> Call (555) 000-0000\n            <\/a>\n        <\/div>\n\n    <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8944ba3 e-con-full e-flex e-con e-parent\" data-id=\"8944ba3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b48a866 elementor-widget elementor-widget-html\" data-id=\"b48a866\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n    .booking-contact-section {\n        --dark-green: #142614;\n        --sand: #A8864A;\n        --bg-cream: #F9F7F2;\n        --white: #ffffff;\n        --text-main: #1a1a1a;\n        --text-muted: #666666;\n        \n        padding: 80px 20px;\n        background-color: var(--white);\n        font-family: 'Outfit', sans-serif;\n    }\n\n    .booking-container {\n        max-width: 1200px;\n        margin: 0 auto;\n        display: grid;\n        grid-template-columns: 1.1fr 0.9fr;\n        gap: 60px;\n        align-items: flex-start;\n    }\n\n    \/* Left Side: The Form Card *\/\n    .form-card {\n        background-color: var(--white);\n        padding: 45px;\n        border-radius: 30px;\n        box-shadow: 0 15px 45px rgba(0,0,0,0.06);\n        border: 1px solid #f0f0f0;\n    }\n\n    .form-card h2 {\n        font-family: 'Cormorant Garamond', serif;\n        font-size: 32px;\n        color: var(--text-main);\n        margin-bottom: 15px;\n    }\n\n    .form-card p.intro {\n        font-size: 14px;\n        color: var(--text-muted);\n        line-height: 1.5;\n        margin-bottom: 30px;\n    }\n\n    \/* Form Input Styling *\/\n    .form-row { display: flex; gap: 20px; margin-bottom: 20px; }\n    .form-group { flex: 1; display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }\n    .form-group label { font-size: 13px; font-weight: 700; color: var(--text-main); }\n    \n    .form-group input, .form-group select, .form-group textarea {\n        padding: 12px 15px;\n        border: 1px solid #e0e0e0;\n        border-radius: 8px;\n        font-size: 14px;\n        font-family: inherit;\n        background-color: #fafafa;\n    }\n\n    \/* Right Side: Why Choose Us *\/\n    .info-column h2 {\n        font-family: 'Cormorant Garamond', serif;\n        font-size: 32px;\n        margin-bottom: 40px;\n        color: var(--text-main);\n    }\n\n    .feature-item {\n        display: flex;\n        gap: 20px;\n        margin-bottom: 30px;\n    }\n\n    .icon-circle {\n        width: 32px;\n        height: 32px;\n        background-color: var(--dark-green);\n        color: var(--white);\n        border-radius: 50%;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        font-size: 12px;\n        flex-shrink: 0;\n    }\n\n    .feature-text h4 { margin: 0 0 5px 0; font-size: 16px; font-weight: 700; }\n    .feature-text p { margin: 0; font-size: 13px; color: var(--text-muted); line-height: 1.5; }\n\n    \/* Direct Contact Box *\/\n    .direct-contact-box {\n        margin-top: 50px;\n        background-color: var(--bg-cream);\n        padding: 30px;\n        border-radius: 20px;\n    }\n\n    .direct-contact-box span {\n        color: var(--sand);\n        text-transform: uppercase;\n        font-weight: 700;\n        font-size: 11px;\n        letter-spacing: 1px;\n        display: block;\n        margin-bottom: 20px;\n    }\n\n    .contact-line {\n        display: flex;\n        align-items: center;\n        gap: 15px;\n        margin-bottom: 15px;\n        font-size: 14px;\n        color: var(--text-main);\n        font-weight: 500;\n    }\n\n    .contact-line i { color: var(--text-muted); width: 16px; }\n\n    @media (max-width: 991px) {\n        .booking-container { grid-template-columns: 1fr; gap: 50px; }\n        .form-row { flex-direction: column; gap: 0; }\n    }\n<\/style>\n\n<section class=\"booking-contact-section\">\n    <div class=\"booking-container\">\n        \n        <!-- Left Column: Form -->\n        <div class=\"form-card\">\n            <h2>Get Your Free Landscaping Estimate<\/h2>\n            <p class=\"intro\">Tell us about your property and what you're looking for. We'll get back to you within 1 business day with a transparent, no-obligation quote.<\/p>\n            \n            <div class=\"form-row\">\n                <div class=\"form-group\"><label>Full Name *<\/label><input type=\"text\" placeholder=\"Jane Smith\"><\/div>\n                <div class=\"form-group\"><label>Phone Number *<\/label><input type=\"text\" placeholder=\"(555) 000-0000\"><\/div>\n            <\/div>\n            <div class=\"form-group\"><label>Email Address *<\/label><input type=\"email\" placeholder=\"jane@email.com\"><\/div>\n            <div class=\"form-group\"><label>Property Address or City\/Zip<\/label><input type=\"text\" placeholder=\"123 Main St, [City], [State]\"><\/div>\n            <div class=\"form-group\">\n                <label>Service(s) Interested In<\/label>\n                <select><option>Select a service...<\/option><\/select>\n            <\/div>\n            <div class=\"form-group\"><label>Tell us about your project<\/label><textarea rows=\"4\" placeholder=\"Describe your property...\"><\/textarea><\/div>\n        <\/div>\n\n        <!-- Right Column: Info -->\n        <div class=\"info-column\">\n            <h2>Why Homeowners Choose Life is Green<\/h2>\n\n            <div class=\"feature-item\">\n                <div class=\"icon-circle\"><i class=\"fas fa-check\"><\/i><\/div>\n                <div class=\"feature-text\">\n                    <h4>No pressure, no obligation<\/h4>\n                    <p>Free quotes with zero commitment. We earn your business with quality, not sales tactics.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"feature-item\">\n                <div class=\"icon-circle\"><i class=\"fas fa-bolt\"><\/i><\/div>\n                <div class=\"feature-text\">\n                    <h4>Fast response guaranteed<\/h4>\n                    <p>We reply within 1 business day \u2014 often the same day. No waiting, no chasing.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"feature-item\">\n                <div class=\"icon-circle\"><i class=\"fas fa-shield-alt\"><\/i><\/div>\n                <div class=\"feature-text\">\n                    <h4>Licensed & fully insured<\/h4>\n                    <p>Fully covered for residential and commercial work. You're in safe hands.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"feature-item\">\n                <div class=\"icon-circle\"><i class=\"fas fa-leaf\"><\/i><\/div>\n                <div class=\"feature-text\">\n                    <h4>Local & trusted<\/h4>\n                    <p>Serving the DMV for 8+ years. We're your neighbors \u2014 your community is ours.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"direct-contact-box\">\n                <span>DIRECT CONTACT<\/span>\n                <div class=\"contact-line\"><i class=\"fas fa-phone-alt\"><\/i> (555) 000-0000<\/div>\n                <div class=\"contact-line\"><i class=\"fas fa-envelope\"><\/i> hello@lifeisgreen.com<\/div>\n                <div class=\"contact-line\"><i class=\"fas fa-clock\"><\/i> Mon\u2013Fri 7AM\u20136PM | Sat 8AM\u20132PM<\/div>\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u25cf Licensed &#038; Insured \u00b7 Locally Owned Your Property Deserves More Than Just Maintenance. Professional landscaping services that transform outdoor [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-33","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/lifeisgreensolutions.com\/index.php\/wp-json\/wp\/v2\/pages\/33","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lifeisgreensolutions.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lifeisgreensolutions.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lifeisgreensolutions.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lifeisgreensolutions.com\/index.php\/wp-json\/wp\/v2\/comments?post=33"}],"version-history":[{"count":21,"href":"https:\/\/lifeisgreensolutions.com\/index.php\/wp-json\/wp\/v2\/pages\/33\/revisions"}],"predecessor-version":[{"id":103,"href":"https:\/\/lifeisgreensolutions.com\/index.php\/wp-json\/wp\/v2\/pages\/33\/revisions\/103"}],"wp:attachment":[{"href":"https:\/\/lifeisgreensolutions.com\/index.php\/wp-json\/wp\/v2\/media?parent=33"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}