{"id":139,"date":"2025-10-23T16:00:00","date_gmt":"2025-10-23T16:00:00","guid":{"rendered":"https:\/\/www.ezhomeservicesllc.blog\/?page_id=139"},"modified":"2025-10-31T16:25:14","modified_gmt":"2025-10-31T16:25:14","slug":"career","status":"publish","type":"page","link":"https:\/\/www.ezhomeservicesllc.blog\/index.php\/career\/","title":{"rendered":"Career"},"content":{"rendered":"\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;600;700;800&#038;family=Open+Sans:wght@400;600&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n    .careers-hero {\n        position: relative;\n        height: 600px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        text-align: center;\n        color: white;\n        overflow: hidden;\n        margin: 0;\n        padding: 0;\n    }\n\n    .careers-hero::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        background: linear-gradient(135deg, rgba(20, 20, 50, 0.85), rgba(223, 175, 44, 0.65));\n        z-index: 1;\n    }\n\n    .careers-hero-background {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        z-index: 0;\n    }\n\n    .careers-hero-content {\n        position: relative;\n        z-index: 2;\n        max-width: 900px;\n        padding: 0 20px;\n    }\n\n    .careers-hero h1 {\n        font-family: 'Montserrat', sans-serif;\n        font-size: 3.5rem;\n        font-weight: 800;\n        margin-bottom: 20px;\n        text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n        color: white;\n    }\n\n    .careers-hero p {\n        font-family: 'Open Sans', sans-serif;\n        font-size: 1.3rem;\n        margin-bottom: 40px;\n        line-height: 1.8;\n        color: white;\n    }\n\n    .careers-cta-button {\n        display: inline-block;\n        background: #dfaf2c;\n        color: #141432;\n        padding: 18px 45px;\n        font-size: 1.1rem;\n        font-weight: 700;\n        text-decoration: none;\n        border-radius: 50px;\n        transition: all 0.3s ease;\n        box-shadow: 0 4px 15px rgba(223, 175, 44, 0.4);\n        font-family: 'Montserrat', sans-serif;\n        cursor: pointer;\n    }\n\n    .careers-cta-button:hover {\n        background: #c99a1f;\n        transform: translateY(-2px);\n        box-shadow: 0 6px 20px rgba(223, 175, 44, 0.6);\n    }\n\n    @media (max-width: 768px) {\n        .careers-hero h1 {\n            font-size: 2.2rem;\n        }\n\n        .careers-hero p {\n            font-size: 1.1rem;\n        }\n    }\n<\/style>\n\n<!-- Hero Section -->\n<section class=\"careers-hero\">\n    <img decoding=\"async\" src=\"https:\/\/www.ezhomeservicesllc.blog\/wp-content\/uploads\/2025\/10\/roofinginstalation.png\" alt=\"EZ Home Services Roofing Team\" class=\"careers-hero-background\">\n    <div class=\"careers-hero-content\">\n        <h1>Join the Team That&#8217;s Raising Roofing Standards.<\/h1>\n        <p>At EZ Home Services LLC, we believe in craftsmanship, integrity, and teamwork. Whether on the roof or in the office, every role matters.<\/p>\n        <a href=\"#positions\" class=\"careers-cta-button\">See Open Positions<\/a>\n    <\/div>\n<\/section>\n\n<script>\n    \/\/ Smooth scroll for CTA button\n    document.querySelector('.careers-cta-button').addEventListener('click', function(e) {\n        e.preventDefault();\n        const positionsSection = document.querySelector('#positions');\n        if (positionsSection) {\n            positionsSection.scrollIntoView({ \n                behavior: 'smooth' \n            });\n        }\n    });\n<\/script>\n\n\n\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;600;700;800&#038;family=Open+Sans:wght@400;600&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n    .culture-section {\n        padding: 80px 0;\n        background: white;\n    }\n\n    .culture-container {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0 20px;\n    }\n\n    .culture-section-title {\n        text-align: center;\n        font-size: 2.5rem;\n        color: #141432;\n        margin-bottom: 20px;\n        font-family: 'Montserrat', sans-serif;\n        font-weight: 700;\n    }\n\n    .culture-intro {\n        text-align: center;\n        max-width: 900px;\n        margin: 0 auto 50px;\n        font-size: 1.15rem;\n        line-height: 1.8;\n        color: #555;\n        font-family: 'Open Sans', sans-serif;\n    }\n\n    .culture-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 40px;\n        margin-top: 50px;\n    }\n\n    .culture-card {\n        background: white;\n        padding: 40px 30px;\n        border-radius: 12px;\n        box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n        text-align: center;\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n\n    .culture-card:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 6px 30px rgba(0,0,0,0.12);\n    }\n\n    .culture-card:hover .culture-icon-wrapper {\n        transform: scale(1.1);\n        background: #dfaf2c;\n    }\n\n    .culture-card:hover .culture-icon-wrapper svg {\n        fill: #141432;\n    }\n\n    .culture-icon-wrapper {\n        width: 80px;\n        height: 80px;\n        margin: 0 auto 25px;\n        background: #141432;\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        transition: all 0.3s ease;\n    }\n\n    .culture-icon-wrapper svg {\n        width: 40px;\n        height: 40px;\n        fill: #dfaf2c;\n        transition: fill 0.3s ease;\n    }\n\n    .culture-card h3 {\n        font-family: 'Montserrat', sans-serif;\n        color: #141432;\n        font-size: 1.5rem;\n        margin-bottom: 15px;\n        font-weight: 700;\n    }\n\n    .culture-card p {\n        font-family: 'Open Sans', sans-serif;\n        color: #666;\n        line-height: 1.7;\n    }\n<\/style>\n\n<!-- About Company Culture -->\n<section class=\"culture-section\">\n    <div class=\"culture-container\">\n        <h2 class=\"culture-section-title\">More Than a Job \u2014 A Purpose.<\/h2>\n        <div class=\"culture-intro\">\n            <p>EZ Home Services is locally owned and operated in the DMV area. We combine insurance know-how, craftsmanship, and honest communication to protect homeowners and empower our team. When you join us, you&#8217;re not just taking a job\u2014you&#8217;re becoming part of a family that values your growth and success.<\/p>\n        <\/div>\n\n        <div class=\"culture-grid\">\n            <div class=\"culture-card\">\n                <div class=\"culture-icon-wrapper\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M12 3L2 12h3v8h6v-6h2v6h6v-8h3L12 3zm0 2.8l6 5.4v7.8h-2v-6h-8v6H6v-7.8l6-5.4z\"\/>\n                    <\/svg>\n                <\/div>\n                <h3>Integrity First<\/h3>\n                <p>Doing what&#8217;s right, even when no one&#8217;s watching. We build trust with every shingle and every conversation.<\/p>\n            <\/div>\n\n            <div class=\"culture-card\">\n                <div class=\"culture-icon-wrapper\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M22 9l-1.41-1.41L13 15.17l-3.59-3.58L8 13l5 5 9-9zm-4 2c0 4.97-4.03 9-9 9s-9-4.03-9-9 4.03-9 9-9c1.46 0 2.83.35 4.05.95l1.49-1.49C12.81 1.17 11.47 1 10 1 4.48 1 0 5.48 0 11s4.48 10 10 10 10-4.48 10-10h-2z\"\/>\n                        <path d=\"M16 1.5L13 4.5 14.5 6 17.5 3 20.5 6 22 4.5z\"\/>\n                    <\/svg>\n                <\/div>\n                <h3>Teamwork Always<\/h3>\n                <p>We rise by lifting each other. From the crew to the office, collaboration is at our core.<\/p>\n            <\/div>\n\n            <div class=\"culture-card\">\n                <div class=\"culture-icon-wrapper\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M12 2L4 7v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V7l-8-5zm0 2.18l6 3.6v5.72c0 4.47-2.95 8.64-6 9.64-3.05-1-6-5.17-6-9.64V7.78l6-3.6z\"\/>\n                        <path d=\"M9.5 11L8 12.5l3 3 5-5L14.5 9l-3.5 3.5z\"\/>\n                    <\/svg>\n                <\/div>\n                <h3>Excellence in Every Shingle<\/h3>\n                <p>Pride in our work, start to finish. Quality craftsmanship is our signature on every project.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n\n\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;600;700;800&#038;family=Open+Sans:wght@400;600&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n    .positions-section {\n        padding: 80px 0;\n        background: #f8f9fa;\n    }\n\n    .positions-container {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0 20px;\n    }\n\n    .positions-section-title {\n        text-align: center;\n        font-size: 2.5rem;\n        color: #141432;\n        margin-bottom: 20px;\n        font-family: 'Montserrat', sans-serif;\n        font-weight: 700;\n    }\n\n    .positions-section-subtitle {\n        text-align: center;\n        font-size: 1.2rem;\n        color: #666;\n        margin-bottom: 60px;\n        max-width: 800px;\n        margin-left: auto;\n        margin-right: auto;\n        font-family: 'Open Sans', sans-serif;\n    }\n\n    .positions-table {\n        background: white;\n        border-radius: 12px;\n        overflow: hidden;\n        box-shadow: 0 4px 20px rgba(0,0,0,0.1);\n    }\n\n    .position-row {\n        display: grid;\n        grid-template-columns: 2fr 1.5fr 1fr 1fr;\n        padding: 25px 30px;\n        border-bottom: 1px solid #e0e0e0;\n        align-items: center;\n        transition: background 0.3s ease;\n        font-family: 'Open Sans', sans-serif;\n    }\n\n    .position-row:hover {\n        background: #f8f9fa;\n    }\n\n    .position-header {\n        background: #141432;\n        color: white;\n        font-weight: 700;\n        font-family: 'Montserrat', sans-serif;\n    }\n\n    .position-header:hover {\n        background: #141432;\n    }\n\n    .position-title {\n        color: #dfaf2c;\n        font-weight: 700;\n        font-size: 1.2rem;\n        font-family: 'Montserrat', sans-serif;\n    }\n\n    .apply-button {\n        background: #141432;\n        color: white;\n        padding: 12px 25px;\n        border: none;\n        border-radius: 25px;\n        font-weight: 600;\n        cursor: pointer;\n        transition: all 0.3s ease;\n        font-family: 'Montserrat', sans-serif;\n    }\n\n    .apply-button:hover {\n        background: #dfaf2c;\n        color: #141432;\n        transform: translateY(-2px);\n    }\n\n    @media (max-width: 768px) {\n        .position-row {\n            grid-template-columns: 1fr;\n            gap: 15px;\n            text-align: center;\n        }\n\n        .position-header {\n            display: none;\n        }\n    }\n<\/style>\n\n<!-- Open Positions -->\n<section id=\"positions\" class=\"positions-section\">\n    <div class=\"positions-container\">\n        <h2 class=\"positions-section-title\">Open Positions<\/h2>\n        <p class=\"positions-section-subtitle\">Join our growing team and build your future with us.<\/p>\n\n        <div class=\"positions-table\">\n            <div class=\"position-row position-header\">\n                <div>Position<\/div>\n                <div>Location<\/div>\n                <div>Type<\/div>\n                <div>Action<\/div>\n            <\/div>\n\n            <div class=\"position-row\">\n                <div class=\"position-title\">Roofing Crew Member<\/div>\n                <div>Frederick, MD<\/div>\n                <div>Full-Time<\/div>\n                <div><button class=\"apply-button\">Apply Now<\/button><\/div>\n            <\/div>\n\n            <div class=\"position-row\">\n                <div class=\"position-title\">Sales Representative<\/div>\n                <div>DMV Area<\/div>\n                <div>Commission-Based<\/div>\n                <div><button class=\"apply-button\">Apply Now<\/button><\/div>\n            <\/div>\n\n            <div class=\"position-row\">\n                <div class=\"position-title\">Office Assistant<\/div>\n                <div>Remote \/ Hybrid<\/div>\n                <div>Part-Time<\/div>\n                <div><button class=\"apply-button\">Apply Now<\/button><\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<script>\n    \/\/ Apply button functionality\n    document.querySelectorAll('.apply-button').forEach(button => {\n        button.addEventListener('click', function() {\n            alert('Application form will open here. Connect this to your preferred hiring system (email, Google Form, ATS, etc.)');\n            \/\/ Replace with: window.location.href = 'your-application-url';\n        });\n    });\n<\/script>\n\n\n\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;600;700;800&#038;family=Open+Sans:wght@400;600&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n    .benefits-section {\n        padding: 80px 0;\n        background: white;\n    }\n\n    .benefits-container {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0 20px;\n    }\n\n    .benefits-section-title {\n        text-align: center;\n        font-size: 2.5rem;\n        color: #141432;\n        margin-bottom: 20px;\n        font-family: 'Montserrat', sans-serif;\n        font-weight: 700;\n    }\n\n    .benefits-section-subtitle {\n        text-align: center;\n        font-size: 1.2rem;\n        color: #666;\n        margin-bottom: 60px;\n        max-width: 800px;\n        margin-left: auto;\n        margin-right: auto;\n        font-family: 'Open Sans', sans-serif;\n    }\n\n    .benefits-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n        gap: 30px;\n        margin-top: 50px;\n    }\n\n    .benefit-card {\n        background: white;\n        padding: 35px 25px;\n        border-radius: 12px;\n        text-align: center;\n        box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n        border-top: 4px solid #dfaf2c;\n        transition: transform 0.3s ease;\n    }\n\n    .benefit-card:hover {\n        transform: translateY(-5px);\n    }\n\n    .benefit-card:hover .benefit-icon-wrapper {\n        transform: rotate(360deg);\n        background: #dfaf2c;\n    }\n\n    .benefit-card:hover .benefit-icon-wrapper svg {\n        fill: #141432;\n    }\n\n    .benefit-icon-wrapper {\n        width: 90px;\n        height: 90px;\n        margin: 0 auto 25px;\n        background: #141432;\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        transition: all 0.5s ease;\n    }\n\n    .benefit-icon-wrapper svg {\n        width: 45px;\n        height: 45px;\n        fill: #dfaf2c;\n        transition: fill 0.3s ease;\n    }\n\n    .benefit-card h3 {\n        font-family: 'Montserrat', sans-serif;\n        color: #141432;\n        font-size: 1.3rem;\n        margin-bottom: 10px;\n        font-weight: 700;\n    }\n<\/style>\n\n<!-- Benefits -->\n<section class=\"benefits-section\">\n    <div class=\"benefits-container\">\n        <h2 class=\"benefits-section-title\">Why Work With Us?<\/h2>\n        <p class=\"benefits-section-subtitle\">We invest in our team because we know great people build great roofs.<\/p>\n\n        <div class=\"benefits-grid\">\n            <div class=\"benefit-card\">\n                <div class=\"benefit-icon-wrapper\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z\"\/>\n                        <path d=\"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z\"\/>\n                        <circle cx=\"12\" cy=\"12\" r=\"1.5\"\/>\n                    <\/svg>\n                <\/div>\n                <h3>Competitive Pay<\/h3>\n            <\/div>\n\n            <div class=\"benefit-card\">\n                <div class=\"benefit-icon-wrapper\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z\"\/>\n                        <path d=\"M7 10h2v7H7zm4-3h2v10h-2zm4 6h2v4h-2z\"\/>\n                    <\/svg>\n                <\/div>\n                <h3>Flexible Scheduling<\/h3>\n            <\/div>\n\n            <div class=\"benefit-card\">\n                <div class=\"benefit-icon-wrapper\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M12 3L1 9l4 2.18v6L12 21l7-3.82v-6l2-1.09V17h2V9L12 3zm6.82 6L12 12.72 5.18 9 12 5.28 18.82 9zM17 15.99l-5 2.73-5-2.73v-3.72L12 15l5-2.73v3.72z\"\/>\n                    <\/svg>\n                <\/div>\n                <h3>Training &#038; Growth<\/h3>\n            <\/div>\n\n            <div class=\"benefit-card\">\n                <div class=\"benefit-icon-wrapper\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z\"\/>\n                    <\/svg>\n                <\/div>\n                <h3>Family-Oriented Culture<\/h3>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>Join the Team That&#8217;s Raising Roofing Standards. At EZ Home Services LLC, we believe in craftsmanship, integrity, and teamwork. Whether on the roof or in the office, every role matters. See Open Positions More Than a Job \u2014 A Purpose. EZ Home Services is locally owned and operated in the DMV area. We combine insurance &#8230; <a title=\"Career\" class=\"read-more\" href=\"https:\/\/www.ezhomeservicesllc.blog\/index.php\/career\/\" aria-label=\"Read more about Career\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-139","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/www.ezhomeservicesllc.blog\/index.php\/wp-json\/wp\/v2\/pages\/139","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ezhomeservicesllc.blog\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.ezhomeservicesllc.blog\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.ezhomeservicesllc.blog\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ezhomeservicesllc.blog\/index.php\/wp-json\/wp\/v2\/comments?post=139"}],"version-history":[{"count":4,"href":"https:\/\/www.ezhomeservicesllc.blog\/index.php\/wp-json\/wp\/v2\/pages\/139\/revisions"}],"predecessor-version":[{"id":362,"href":"https:\/\/www.ezhomeservicesllc.blog\/index.php\/wp-json\/wp\/v2\/pages\/139\/revisions\/362"}],"wp:attachment":[{"href":"https:\/\/www.ezhomeservicesllc.blog\/index.php\/wp-json\/wp\/v2\/media?parent=139"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}