{"id":84,"date":"2026-08-09T13:40:13","date_gmt":"2026-08-09T13:40:13","guid":{"rendered":"https:\/\/steeleconcreteconstructionllc.com\/?page_id=84"},"modified":"2026-08-09T13:55:08","modified_gmt":"2026-08-09T13:55:08","slug":"home","status":"publish","type":"page","link":"https:\/\/steeleconcreteconstructionllc.com\/","title":{"rendered":"Steele&#8217;s Concrete Construction LLC!"},"content":{"rendered":"\n<meta charset=\"UTF-8\">\n\n\n\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n\n\n<meta name=\"description\" content=\"Steele Concrete Construction LLC - Durable concrete solutions in Marion, OH.\">\n\n\n\n<title>Steele Concrete Construction LLC | Marion, OH<\/title>\n\n\n\n<script data-wp-block-html=\"js\">\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <meta name=\"description\" content=\"Steele Concrete Construction LLC - Durable concrete solutions in Marion, OH.\">\n    <!-- Custom SPA Build - EasyWP Ready -->\n    <title>Steele Concrete Construction LLC | Marion, OH<\/title>\n\n    <style>\n        \/* ==========================================================================\n           VARIABLES & RESET\n           ========================================================================== *\/\n        :root {\n            --c-bg: #0A192F; \n            --c-card: rgba(30, 41, 59, 0.85);\n            --c-input-bg: rgba(15, 23, 42, 0.6);\n            --c-text-main: #E2E8F0;\n            --c-text-light: #FFFFFF;\n            --c-accent: #FF6B35;\n            --c-accent-hover: #E85A28;\n            --c-border: rgba(255, 255, 255, 0.15);\n            --transition: 0.3s ease;\n        }\n\n        * { box-sizing: border-box; margin: 0; padding: 0; }\n\n        body, html {\n            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n            color: var(--c-text-main);\n            background-color: var(--c-bg);\n            line-height: 1.6;\n            min-height: 100vh;\n            display: flex;\n            flex-direction: column;\n        }\n\n        a { color: inherit; text-decoration: none; transition: color var(--transition); }\n        a:hover, a:focus { color: var(--c-accent); outline: none; }\n        \n        \/* Accessibility Focus States *\/\n        button:focus, input:focus, select:focus, textarea:focus, .card:focus {\n            outline: 2px dashed var(--c-accent);\n            outline-offset: 4px;\n        }\n\n        h1, h2, h3, h4 {\n            font-family: 'Arial Black', sans-serif;\n            font-weight: 900;\n            text-transform: uppercase;\n            letter-spacing: 1.5px;\n            color: var(--c-text-light);\n        }\n\n        p { margin-bottom: 1rem; }\n\n        .wrap { max-width: 1200px; margin: 0 auto; padding: 0 20px; width: 100%; }\n\n        \/* ==========================================================================\n           TORN BACKGROUND PARALLAX\n           ========================================================================== *\/\n        #bg-tear-mask {\n            position: fixed;\n            top: 15%; left: 5%; width: 90%; height: 70%;\n            background: url('https:\/\/steeleconcreteconstructionllc.com\/wp-content\/uploads\/2026\/08\/1786231880839.png') center\/contain no-repeat fixed;\n            opacity: 0.15; z-index: -1; filter: grayscale(100%);\n            clip-path: polygon(\n                1% 2%, 4% 0%, 8% 3%, 12% 0%, 17% 4%, 22% 1%, 27% 5%, 32% 0%, 37% 4%, 42% 1%, 47% 5%, 52% 0%, 57% 4%, 62% 1%, 67% 5%, 72% 0%, 77% 4%, 82% 1%, 87% 5%, 92% 0%, 97% 4%, 100% 2%, \n                99% 98%, 96% 100%, 92% 97%, 88% 100%, 83% 96%, 78% 99%, 73% 95%, 68% 100%, 63% 96%, 58% 99%, 53% 95%, 48% 100%, 43% 96%, 38% 99%, 33% 95%, 28% 100%, 23% 96%, 18% 99%, 13% 95%, 8% 100%, 4% 97%, 0% 99%\n            );\n        }\n\n        \/* ==========================================================================\n           NAVIGATION\n           ========================================================================== *\/\n        .site-nav {\n            background: rgba(10, 25, 47, 0.95);\n            backdrop-filter: blur(10px);\n            position: sticky; top: 0; z-index: 1000;\n            border-bottom: 2px solid var(--c-accent);\n            padding: 15px 0;\n        }\n\n        .nav-list {\n            list-style: none; display: flex; justify-content: center; gap: 30px; flex-wrap: wrap;\n        }\n\n        .nav-link {\n            font-family: 'Arial Black', sans-serif;\n            font-size: 0.9rem;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            cursor: pointer;\n            padding: 5px;\n        }\n\n        .nav-link.is-active { color: var(--c-accent); border-bottom: 2px solid var(--c-accent); }\n\n        \/* ==========================================================================\n           PAGE ROUTING SYSTEM (SPA)\n           ========================================================================== *\/\n        main { flex: 1; }\n        .page-view { display: none; opacity: 0; padding: 60px 0 100px; }\n        .page-view.is-active {\n            display: block;\n            animation: fadeIn 0.4s forwards;\n        }\n\n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(10px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        \/* ==========================================================================\n           PAGES: HOME & SHARED STYLES\n           ========================================================================== *\/\n        .hero { text-align: center; padding: 100px 20px; }\n        .hero__title { font-size: 3.5rem; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); }\n        .hero__tag { font-size: 1.6rem; font-weight: bold; }\n        .hero__contact { font-size: 2rem; font-weight: 900; color: var(--c-accent); margin-top: 20px; }\n\n        .btn {\n            display: inline-block; padding: 15px 40px; background: var(--c-accent); color: #FFF;\n            font-family: 'Arial Black', sans-serif; font-weight: 900; text-transform: uppercase;\n            letter-spacing: 2px; border-radius: 2px; border: 2px solid var(--c-accent);\n            cursor: pointer; transition: all var(--transition); box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);\n            margin-top: 30px;\n        }\n        .btn:hover, .btn:focus { background: transparent; color: var(--c-accent); box-shadow: 0 0 20px rgba(255, 107, 53, 0.6); }\n\n        .section-header { font-size: 2.8rem; text-align: center; margin-bottom: 60px; }\n        .section-header::after { content: ''; display: block; width: 120px; height: 5px; background: var(--c-accent); margin: 20px auto 0; }\n\n        \/* ==========================================================================\n           PAGES: SERVICES GRID & MODALS\n           ========================================================================== *\/\n        .grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; }\n        .card {\n            background: var(--c-card); padding: 50px 30px; border-radius: 4px; text-align: center;\n            cursor: pointer; transition: all var(--transition); border: 2px solid var(--c-border);\n            backdrop-filter: blur(5px);\n        }\n        .card:hover, .card:focus { transform: translateY(-8px); border-color: var(--c-accent); box-shadow: 0 15px 30px rgba(0,0,0,0.5); }\n        .card h3 { font-size: 1.8rem; margin-bottom: 15px; }\n        .card-link { color: var(--c-accent); font-weight: bold; text-transform: uppercase; }\n\n        .steele-modal {\n            display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.9);\n            z-index: 9999; justify-content: center; align-items: center; opacity: 0; transition: opacity var(--transition);\n        }\n        .steele-modal.is-active { display: flex; opacity: 1; }\n        .modal-inner {\n            background: #1E293B; border: 2px solid var(--c-accent); width: 90%; max-width: 800px;\n            max-height: 85vh; overflow-y: auto; padding: 50px; border-radius: 4px; position: relative;\n        }\n        .modal-inner h3 { font-size: 2.2rem; color: var(--c-accent); border-bottom: 2px solid var(--c-border); padding-bottom: 15px; }\n        .btn-close {\n            position: absolute; top: 20px; right: 25px; font-size: 2.5rem; font-weight: bold;\n            color: var(--c-text-main); cursor: pointer; background: none; border: none;\n        }\n        .btn-close:hover, .btn-close:focus { color: var(--c-accent); }\n\n        \/* ==========================================================================\n           PAGES: ABOUT & PORTFOLIO\n           ========================================================================== *\/\n        .content-box {\n            background: var(--c-card); padding: 50px; border-radius: 4px; border: 2px solid var(--c-border);\n            backdrop-filter: blur(8px); margin-bottom: 30px; font-size: 1.1rem;\n        }\n        .portfolio-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }\n        .portfolio-img { border: 2px solid var(--c-border); border-radius: 4px; width: 100%; height: auto; }\n\n        \/* ==========================================================================\n           PAGE: CUSTOM FORM\n           ========================================================================== *\/\n        .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }\n        .form-group { display: flex; flex-direction: column; }\n        .form-group--full { grid-column: 1 \/ -1; }\n        .form-label { font-size: 0.9rem; font-weight: bold; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 1px; }\n        .form-label span { color: var(--c-accent); }\n        .form-control {\n            background: var(--c-input-bg); border: 2px solid var(--c-border); border-radius: 2px;\n            padding: 15px; color: var(--c-text-light); font-size: 1rem; font-family: inherit; transition: all var(--transition);\n        }\n        .form-control:focus { outline: none; border-color: var(--c-accent); background: rgba(15, 23, 42, 0.9); }\n        textarea.form-control { resize: vertical; min-height: 120px; }\n        select.form-control {\n            appearance: none; background-image: url(\"data:image\/svg+xml;charset=UTF-8,%3csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24' fill='none' stroke='%23E2E8F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c\/polyline%3e%3c\/svg%3e\");\n            background-repeat: no-repeat; background-position: right 15px center; background-size: 1em;\n        }\n        .btn-submit { width: 100%; margin-top: 10px; }\n        .btn-submit:disabled { opacity: 0.7; cursor: not-allowed; }\n        \n        .form-overlay {\n            position: absolute; inset: 0; background: var(--c-card); backdrop-filter: blur(10px);\n            display: flex; flex-direction: column; justify-content: center; align-items: center;\n            text-align: center; opacity: 0; pointer-events: none; transition: opacity 0.4s ease;\n        }\n        .form-overlay.is-active { opacity: 1; pointer-events: auto; z-index: 10; }\n        .form-overlay h3 { color: var(--c-accent); font-size: 2rem; margin-bottom: 10px; }\n\n        \/* ==========================================================================\n           FOOTER\n           ========================================================================== *\/\n        .site-footer {\n            background: #050D1A; text-align: center; padding: 60px 20px; border-top: 4px solid var(--c-accent); margin-top: auto;\n        }\n        .site-footer h2 { font-size: 2.2rem; margin-bottom: 15px; }\n        .fb-link {\n            display: inline-block; margin-top: 25px; padding: 15px 35px; background: #1877F2;\n            color: #FFF; font-weight: 900; text-transform: uppercase; border-radius: 2px;\n        }\n        .fb-link:hover, .fb-link:focus { background: #165EBD; }\n\n        \/* ==========================================================================\n           RESPONSIVE\n           ========================================================================== *\/\n        @media (max-width: 768px) {\n            .hero__title { font-size: 2.2rem; }\n            .section-header { font-size: 2rem; }\n            .form-grid { grid-template-columns: 1fr; }\n            .nav-list { flex-direction: column; text-align: center; gap: 15px; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- Parallax Ripped Logo Mask -->\n    <div id=\"bg-tear-mask\" aria-hidden=\"true\"><\/div>\n\n    <!-- Accessible Navigation -->\n    <nav class=\"site-nav\" aria-label=\"Main Navigation\">\n        <div class=\"wrap\">\n            <ul class=\"nav-list\">\n                <li><button class=\"nav-link is-active\" data-route=\"home\" style=\"background:none;border:none;color:inherit;\">HOME<\/button><\/li>\n                <li><button class=\"nav-link\" data-route=\"services\" style=\"background:none;border:none;color:inherit;\">SERVICES<\/button><\/li>\n                <li><button class=\"nav-link\" data-route=\"portfolio\" style=\"background:none;border:none;color:inherit;\">PORTFOLIO<\/button><\/li>\n                <li><button class=\"nav-link\" data-route=\"about\" style=\"background:none;border:none;color:inherit;\">ABOUT US<\/button><\/li>\n                <li><button class=\"nav-link\" data-route=\"contact\" style=\"background:none;border:none;color:inherit;\">GET A QUOTE<\/button><\/li>\n            <\/ul>\n        <\/div>\n    <\/nav>\n\n    <!-- Main Content Area -->\n    <main>\n        <!-- HOME PAGE -->\n        <section id=\"page-home\" class=\"page-view is-active\" role=\"region\" aria-label=\"Home\">\n            <div class=\"wrap hero\">\n                <h1 class=\"hero__title\">Steele Concrete Construction LLC<\/h1>\n                <p class=\"hero__tag\">DURABLE SOLUTIONS. BUILT FOR RELIABILITY.<\/p>\n                <p class=\"hero__contact\"><a href=\"tel:17403413016\">CALL TODAY: (740) 341-3016<\/a><\/p>\n                <button class=\"btn nav-link-proxy\" data-route=\"contact\">Request Estimate<\/button>\n            <\/div>\n        <\/section>\n\n        <!-- SERVICES PAGE -->\n        <section id=\"page-services\" class=\"page-view\" role=\"region\" aria-label=\"Services\">\n            <div class=\"wrap\">\n                <h2 class=\"section-header\">What We Do<\/h2>\n                <div class=\"grid\">\n                    <button class=\"card js-modal-trigger\" data-target=\"modal-garage\" aria-label=\"Open Garage Floors details\">\n                        <h3>Garage Floors<\/h3>\n                        <p>Heavy-duty, precision poured base floors.<\/p>\n                        <span class=\"card-link\">View details &raquo;<\/span>\n                    <\/button>\n                    <button class=\"card js-modal-trigger\" data-target=\"modal-patios\" aria-label=\"Open Patios details\">\n                        <h3>Patios<\/h3>\n                        <p>Expand your outdoor living space.<\/p>\n                        <span class=\"card-link\">View details &raquo;<\/span>\n                    <\/button>\n                    <button class=\"card js-modal-trigger\" data-target=\"modal-driveways\" aria-label=\"Open Driveways details\">\n                        <h3>Driveways<\/h3>\n                        <p>Built to handle heavy standard traffic.<\/p>\n                        <span class=\"card-link\">View details &raquo;<\/span>\n                    <\/button>\n                    <button class=\"card js-modal-trigger\" data-target=\"modal-sidewalks\" aria-label=\"Open Sidewalks details\">\n                        <h3>Sidewalks<\/h3>\n                        <p>Safe, level, and precisely graded.<\/p>\n                        <span class=\"card-link\">View details &raquo;<\/span>\n                    <\/button>\n                    <button class=\"card js-modal-trigger\" data-target=\"modal-epoxy\" aria-label=\"Open Epoxy Flooring details\">\n                        <h3>Epoxy Flooring<\/h3>\n                        <p>Chemical-resistant commercial coatings.<\/p>\n                        <span class=\"card-link\">View details &raquo;<\/span>\n                    <\/button>\n                    <button class=\"card js-modal-trigger\" data-target=\"modal-decorative\" aria-label=\"Open Decorative Concrete details\">\n                        <h3>Decorative Concrete<\/h3>\n                        <p>Custom finishes, stamping, and stains.<\/p>\n                        <span class=\"card-link\">View details &raquo;<\/span>\n                    <\/button>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- PORTFOLIO PAGE -->\n        <section id=\"page-portfolio\" class=\"page-view\" role=\"region\" aria-label=\"Portfolio\">\n            <div class=\"wrap\">\n                <h2 class=\"section-header\">Our Work<\/h2>\n                <div class=\"portfolio-grid\">\n                    <img decoding=\"async\" class=\"portfolio-img\" src=\"https:\/\/via.placeholder.com\/600x400.png?text=Recent+Project+1\" alt=\"Concrete driveway project\">\n                    <img decoding=\"async\" class=\"portfolio-img\" src=\"https:\/\/via.placeholder.com\/600x400.png?text=Recent+Project+2\" alt=\"Epoxy garage floor\">\n                    <img decoding=\"async\" class=\"portfolio-img\" src=\"https:\/\/via.placeholder.com\/600x400.png?text=Recent+Project+3\" alt=\"Custom stamped patio\">\n                    <img decoding=\"async\" class=\"portfolio-img\" src=\"https:\/\/via.placeholder.com\/600x400.png?text=Recent+Project+4\" alt=\"Commercial sidewalk repair\">\n                <\/div>\n                <div style=\"text-align: center;\">\n                    <a href=\"https:\/\/www.facebook.com\/search\/top\/?q=Steeleconcreteconstructionllc\" target=\"_blank\" class=\"btn\" style=\"margin-top: 50px;\">See More On Facebook<\/a>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ABOUT PAGE -->\n        <section id=\"page-about\" class=\"page-view\" role=\"region\" aria-label=\"About Us\">\n            <div class=\"wrap\">\n                <h2 class=\"section-header\">Who We Are<\/h2>\n                <div class=\"content-box\">\n                    <h3 style=\"color: var(--c-accent); margin-bottom: 20px;\">Owner Operated in Marion, OH<\/h3>\n                    <p>Steele Concrete Construction LLC is built on a foundation of reliability, hard work, and doing the job right the first time. We specialize in providing high-quality, durable concrete solutions for residential and commercial properties.<\/p>\n                    <p>Because we are owner-operated by Evan Steele, you deal directly with the decision-maker. We don't cut corners, and we stand by the durability of our pours.<\/p>\n                    <p>Fully serving Marion County and the surrounding areas.<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- CONTACT \/ FORM PAGE -->\n        <section id=\"page-contact\" class=\"page-view\" role=\"region\" aria-label=\"Get a Quote\">\n            <div class=\"wrap\" style=\"max-width: 800px;\">\n                <h2 class=\"section-header\" style=\"margin-bottom: 20px;\">Start Your Project<\/h2>\n                <p style=\"text-align: center; margin-bottom: 40px; color: var(--c-accent); font-weight: bold;\">GET A FREE CUSTOM ESTIMATE<\/p>\n                \n                <div class=\"content-box\" style=\"position: relative; padding: 40px;\">\n                    <form id=\"steele-quote-form\" action=\"#\" method=\"POST\">\n                        <div class=\"form-grid\">\n                            <div class=\"form-group\">\n                                <label class=\"form-label\" for=\"firstName\">First Name <span>*<\/span><\/label>\n                                <input type=\"text\" id=\"firstName\" name=\"firstName\" class=\"form-control\" required>\n                            <\/div>\n                            <div class=\"form-group\">\n                                <label class=\"form-label\" for=\"lastName\">Last Name <span>*<\/span><\/label>\n                                <input type=\"text\" id=\"lastName\" name=\"lastName\" class=\"form-control\" required>\n                            <\/div>\n                            <div class=\"form-group\">\n                                <label class=\"form-label\" for=\"phone\">Phone Number <span>*<\/span><\/label>\n                                <input type=\"tel\" id=\"phone\" name=\"phone\" class=\"form-control\" required>\n                            <\/div>\n                            <div class=\"form-group\">\n                                <label class=\"form-label\" for=\"email\">Email Address<\/label>\n                                <input type=\"email\" id=\"email\" name=\"email\" class=\"form-control\">\n                            <\/div>\n                            <div class=\"form-group form-group--full\">\n                                <label class=\"form-label\" for=\"address\">Project Address <span>*<\/span><\/label>\n                                <input type=\"text\" id=\"address\" name=\"address\" class=\"form-control\" placeholder=\"123 Main St, Marion, OH\" required>\n                            <\/div>\n                            <div class=\"form-group form-group--full\">\n                                <label class=\"form-label\" for=\"serviceType\">Primary Service Needed <span>*<\/span><\/label>\n                                <select id=\"serviceType\" name=\"serviceType\" class=\"form-control\" required>\n                                    <option value=\"\" disabled selected>Select a concrete service...<\/option>\n                                    <option value=\"garage\">Garage Floor<\/option>\n                                    <option value=\"patio\">Custom Patio<\/option>\n                                    <option value=\"driveway\">Driveway<\/option>\n                                    <option value=\"sidewalk\">Sidewalk \/ Walkway<\/option>\n                                    <option value=\"epoxy\">Epoxy Flooring<\/option>\n                                    <option value=\"decorative\">Decorative \/ Stamped<\/option>\n                                    <option value=\"masonry\">Masonry \/ Foundation<\/option>\n                                <\/select>\n                            <\/div>\n                            <div class=\"form-group form-group--full\">\n                                <label class=\"form-label\" for=\"projectDetails\">Project Details & Dimensions<\/label>\n                                <textarea id=\"projectDetails\" name=\"projectDetails\" class=\"form-control\" placeholder=\"Tell us roughly how big the area is and what you're looking to achieve...\"><\/textarea>\n                            <\/div>\n                            <div class=\"form-group form-group--full\">\n                                <button type=\"submit\" class=\"btn btn-submit\" id=\"submitBtn\">Request Estimate<\/button>\n                            <\/div>\n                        <\/div>\n\n                        <!-- Success Message Overlay -->\n                        <div class=\"form-overlay\" id=\"successOverlay\" aria-live=\"polite\">\n                            <h3>Request Sent<\/h3>\n                            <p>Thanks for reaching out. Evan will review your project details and contact you shortly.<\/p>\n                            <button type=\"button\" class=\"btn btn-submit\" id=\"resetBtn\" style=\"width: auto; padding: 10px 30px; margin-top: 30px;\">Close<\/button>\n                        <\/div>\n                    <\/form>\n                <\/div>\n            <\/div>\n        <\/section>\n    <\/main>\n\n    <!-- Modal Components (Hidden on load) -->\n    <div id=\"modal-garage\" class=\"steele-modal\" role=\"dialog\" aria-modal=\"true\">\n        <div class=\"modal-inner\">\n            <button class=\"btn-close\" aria-label=\"Close modal\">&times;<\/button>\n            <h3>GARAGE FLOORS<\/h3>\n            <p>Premium concrete finishes for your residential or commercial garage space.<\/p>\n            <div style=\"text-align: center; margin-top: 30px;\">\n                <p>GET YOUR GARAGE FLOOR ESTIMATE:<\/p>\n                <a href=\"tel:17403413016\" style=\"color: var(--c-accent); font-size: 2rem; font-weight: bold;\">(740) 341-3016<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n    <div id=\"modal-patios\" class=\"steele-modal\" role=\"dialog\" aria-modal=\"true\">\n        <div class=\"modal-inner\">\n            <button class=\"btn-close\" aria-label=\"Close modal\">&times;<\/button>\n            <h3>PATIOS<\/h3>\n            <p>Expertly designed concrete patios to expand your outdoor living area.<\/p>\n            <div style=\"text-align: center; margin-top: 30px;\">\n                <p>DESIGN YOUR PATIO:<\/p>\n                <a href=\"tel:17403413016\" style=\"color: var(--c-accent); font-size: 2rem; font-weight: bold;\">(740) 341-3016<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n    <div id=\"modal-driveways\" class=\"steele-modal\" role=\"dialog\" aria-modal=\"true\">\n        <div class=\"modal-inner\">\n            <button class=\"btn-close\" aria-label=\"Close modal\">&times;<\/button>\n            <h3>DRIVEWAYS<\/h3>\n            <p>Durable and aesthetically pleasing concrete driveways. Built to last.<\/p>\n            <div style=\"text-align: center; margin-top: 30px;\">\n                <p>GET A DRIVEWAY QUOTE:<\/p>\n                <a href=\"tel:17403413016\" style=\"color: var(--c-accent); font-size: 2rem; font-weight: bold;\">(740) 341-3016<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n    <div id=\"modal-sidewalks\" class=\"steele-modal\" role=\"dialog\" aria-modal=\"true\">\n        <div class=\"modal-inner\">\n            <button class=\"btn-close\" aria-label=\"Close modal\">&times;<\/button>\n            <h3>SIDEWALKS<\/h3>\n            <p>Safe and level concrete sidewalks for residential and commercial properties.<\/p>\n            <div style=\"text-align: center; margin-top: 30px;\">\n                <p>SECURE AN ESTIMATE:<\/p>\n                <a href=\"tel:17403413016\" style=\"color: var(--c-accent); font-size: 2rem; font-weight: bold;\">(740) 341-3016<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n    <div id=\"modal-epoxy\" class=\"steele-modal\" role=\"dialog\" aria-modal=\"true\">\n        <div class=\"modal-inner\">\n            <button class=\"btn-close\" aria-label=\"Close modal\">&times;<\/button>\n            <h3>EPOXY FLOORING<\/h3>\n            <p>Advanced epoxy coatings for durable, chemical-resistant commercial and residential floors.<\/p>\n            <div style=\"text-align: center; margin-top: 30px;\">\n                <p>REQUEST EPOXY QUOTE:<\/p>\n                <a href=\"tel:17403413016\" style=\"color: var(--c-accent); font-size: 2rem; font-weight: bold;\">(740) 341-3016<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n    <div id=\"modal-decorative\" class=\"steele-modal\" role=\"dialog\" aria-modal=\"true\">\n        <div class=\"modal-inner\">\n            <button class=\"btn-close\" aria-label=\"Close modal\">&times;<\/button>\n            <h3>DECORATIVE CONCRETE<\/h3>\n            <p>Custom finishes, stamped concrete, and staining for uniquely designed surfaces.<\/p>\n            <div style=\"text-align: center; margin-top: 30px;\">\n                <p>CALL FOR CUSTOM DESIGNS:<\/p>\n                <a href=\"tel:17403413016\" style=\"color: var(--c-accent); font-size: 2rem; font-weight: bold;\">(740) 341-3016<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Footer -->\n    <footer class=\"site-footer\">\n        <div class=\"wrap\">\n            <h2>STEELE CONCRETE CONSTRUCTION LLC<\/h2>\n            <p><strong>Owner: Evan Steele<\/strong><\/p>\n            <p>3414 Gooding Road, Marion, OH 43302<\/p>\n            <p>Phone: <a href=\"tel:17403413016\" style=\"color: var(--c-accent); font-weight: bold;\">(740) 341-3016<\/a><\/p>\n            <p>Email: <a href=\"mailto:SteeleConcreteConstructionLLC@gmail.com\">SteeleConcreteConstructionLLC@gmail.com<\/a><\/p>\n            <a href=\"https:\/\/www.facebook.com\/search\/top\/?q=Steeleconcreteconstructionllc\" target=\"_blank\" class=\"fb-link\">Find Us On Facebook<\/a>\n            <p style=\"font-size: 0.85rem; color: #555; margin-top: 50px;\">steeleconcreteconstructionllc.com<\/p>\n        <\/div>\n    <\/footer>\n\n    <!-- Master Application Script -->\n    <script>\n        document.addEventListener('DOMContentLoaded', () => {\n            \/* 1. SPA Routing Logic (Handles swapping pages) *\/\n            const navLinks = document.querySelectorAll('.nav-link, .nav-link-proxy');\n            const pages = document.querySelectorAll('.page-view');\n\n            const navigateTo = (targetRoute) => {\n                \/\/ Update Nav UI\n                document.querySelectorAll('.nav-link').forEach(link => {\n                    if (link.getAttribute('data-route') === targetRoute) {\n                        link.classList.add('is-active');\n                    } else {\n                        link.classList.remove('is-active');\n                    }\n                });\n                \/\/ Update Pages UI\n                pages.forEach(page => {\n                    if (page.id === 'page-' + targetRoute) {\n                        page.classList.add('is-active');\n                        \/\/ Scroll to top on page change\n                        window.scrollTo({ top: 0, behavior: 'smooth' });\n                    } else {\n                        page.classList.remove('is-active');\n                    }\n                });\n            };\n\n            navLinks.forEach(link => {\n                link.addEventListener('click', (e) => {\n                    e.preventDefault();\n                    navigateTo(link.getAttribute('data-route'));\n                });\n            });\n\n            \/* 2. Modal Logic *\/\n            const modalTriggers = document.querySelectorAll('.js-modal-trigger');\n            const modals = document.querySelectorAll('.steele-modal');\n            const closeBtns = document.querySelectorAll('.btn-close');\n\n            const closeModal = () => {\n                modals.forEach(m => m.classList.remove('is-active'));\n                document.body.style.overflow = '';\n            };\n\n            modalTriggers.forEach(trigger => {\n                trigger.addEventListener('click', () => {\n                    const targetModal = document.getElementById(trigger.getAttribute('data-target'));\n                    if (targetModal) {\n                        targetModal.classList.add('is-active');\n                        document.body.style.overflow = 'hidden'; \/\/ prevent bg scroll\n                        targetModal.querySelector('.btn-close').focus(); \/\/ accessibility focus\n                    }\n                });\n            });\n\n            closeBtns.forEach(btn => btn.addEventListener('click', closeModal));\n            window.addEventListener('click', (e) => { if (e.target.classList.contains('steele-modal')) closeModal(); });\n            window.addEventListener('keydown', (e) => { if (e.key === 'Escape') closeModal(); });\n\n            \/* 3. Custom Form Submission Logic *\/\n            const form = document.getElementById('steele-quote-form');\n            const submitBtn = document.getElementById('submitBtn');\n            const overlay = document.getElementById('successOverlay');\n            const resetBtn = document.getElementById('resetBtn');\n\n            form.addEventListener('submit', (e) => {\n                e.preventDefault();\n                const originalText = submitBtn.textContent;\n                submitBtn.textContent = 'SENDING...';\n                submitBtn.disabled = true;\n\n                \/\/ Simulate processing\n                setTimeout(() => {\n                    overlay.classList.add('is-active');\n                    submitBtn.textContent = originalText;\n                    submitBtn.disabled = false;\n                    form.reset(); \n                    resetBtn.focus(); \/\/ accessibility focus\n                }, 1200);\n            });\n\n            resetBtn.addEventListener('click', () => {\n                overlay.classList.remove('is-active');\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n\n<\/script>\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <meta name=\"description\" content=\"Steele Concrete Construction LLC - Durable concrete solutions in Marion, OH.\">\n    <!-- Custom SPA Build - EasyWP Ready -->\n    <title>Steele Concrete Construction LLC | Marion, OH<\/title>\n\n    <style>\n        \/* ==========================================================================\n           VARIABLES & RESET\n           ========================================================================== *\/\n        :root {\n            --c-bg: #0A192F; \n            --c-card: rgba(30, 41, 59, 0.85);\n            --c-input-bg: rgba(15, 23, 42, 0.6);\n            --c-text-main: #E2E8F0;\n            --c-text-light: #FFFFFF;\n            --c-accent: #FF6B35;\n            --c-accent-hover: #E85A28;\n            --c-border: rgba(255, 255, 255, 0.15);\n            --transition: 0.3s ease;\n        }\n\n        * { box-sizing: border-box; margin: 0; padding: 0; }\n\n        body, html {\n            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n            color: var(--c-text-main);\n            background-color: var(--c-bg);\n            line-height: 1.6;\n            min-height: 100vh;\n            display: flex;\n            flex-direction: column;\n        }\n\n        a { color: inherit; text-decoration: none; transition: color var(--transition); }\n        a:hover, a:focus { color: var(--c-accent); outline: none; }\n        \n        \/* Accessibility Focus States *\/\n        button:focus, input:focus, select:focus, textarea:focus, .card:focus {\n            outline: 2px dashed var(--c-accent);\n            outline-offset: 4px;\n        }\n\n        h1, h2, h3, h4 {\n            font-family: 'Arial Black', sans-serif;\n            font-weight: 900;\n            text-transform: uppercase;\n            letter-spacing: 1.5px;\n            color: var(--c-text-light);\n        }\n\n        p { margin-bottom: 1rem; }\n\n        .wrap { max-width: 1200px; margin: 0 auto; padding: 0 20px; width: 100%; }\n\n        \/* ==========================================================================\n           TORN BACKGROUND PARALLAX\n           ========================================================================== *\/\n        #bg-tear-mask {\n            position: fixed;\n            top: 15%; left: 5%; width: 90%; height: 70%;\n            background: url('https:\/\/steeleconcreteconstructionllc.com\/wp-content\/uploads\/2026\/08\/1786231880839.png') center\/contain no-repeat fixed;\n            opacity: 0.15; z-index: -1; filter: grayscale(100%);\n            clip-path: polygon(\n                1% 2%, 4% 0%, 8% 3%, 12% 0%, 17% 4%, 22% 1%, 27% 5%, 32% 0%, 37% 4%, 42% 1%, 47% 5%, 52% 0%, 57% 4%, 62% 1%, 67% 5%, 72% 0%, 77% 4%, 82% 1%, 87% 5%, 92% 0%, 97% 4%, 100% 2%, \n                99% 98%, 96% 100%, 92% 97%, 88% 100%, 83% 96%, 78% 99%, 73% 95%, 68% 100%, 63% 96%, 58% 99%, 53% 95%, 48% 100%, 43% 96%, 38% 99%, 33% 95%, 28% 100%, 23% 96%, 18% 99%, 13% 95%, 8% 100%, 4% 97%, 0% 99%\n            );\n        }\n\n        \/* ==========================================================================\n           NAVIGATION\n           ========================================================================== *\/\n        .site-nav {\n            background: rgba(10, 25, 47, 0.95);\n            backdrop-filter: blur(10px);\n            position: sticky; top: 0; z-index: 1000;\n            border-bottom: 2px solid var(--c-accent);\n            padding: 15px 0;\n        }\n\n        .nav-list {\n            list-style: none; display: flex; justify-content: center; gap: 30px; flex-wrap: wrap;\n        }\n\n        .nav-link {\n            font-family: 'Arial Black', sans-serif;\n            font-size: 0.9rem;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            cursor: pointer;\n            padding: 5px;\n        }\n\n        .nav-link.is-active { color: var(--c-accent); border-bottom: 2px solid var(--c-accent); }\n\n        \/* ==========================================================================\n           PAGE ROUTING SYSTEM (SPA)\n           ========================================================================== *\/\n        main { flex: 1; }\n        .page-view { display: none; opacity: 0; padding: 60px 0 100px; }\n        .page-view.is-active {\n            display: block;\n            animation: fadeIn 0.4s forwards;\n        }\n\n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(10px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        \/* ==========================================================================\n           PAGES: HOME & SHARED STYLES\n           ========================================================================== *\/\n        .hero { text-align: center; padding: 100px 20px; }\n        .hero__title { font-size: 3.5rem; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); }\n        .hero__tag { font-size: 1.6rem; font-weight: bold; }\n        .hero__contact { font-size: 2rem; font-weight: 900; color: var(--c-accent); margin-top: 20px; }\n\n        .btn {\n            display: inline-block; padding: 15px 40px; background: var(--c-accent); color: #FFF;\n            font-family: 'Arial Black', sans-serif; font-weight: 900; text-transform: uppercase;\n            letter-spacing: 2px; border-radius: 2px; border: 2px solid var(--c-accent);\n            cursor: pointer; transition: all var(--transition); box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);\n            margin-top: 30px;\n        }\n        .btn:hover, .btn:focus { background: transparent; color: var(--c-accent); box-shadow: 0 0 20px rgba(255, 107, 53, 0.6); }\n\n        .section-header { font-size: 2.8rem; text-align: center; margin-bottom: 60px; }\n        .section-header::after { content: ''; display: block; width: 120px; height: 5px; background: var(--c-accent); margin: 20px auto 0; }\n\n        \/* ==========================================================================\n           PAGES: SERVICES GRID & MODALS\n           ========================================================================== *\/\n        .grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; }\n        .card {\n            background: var(--c-card); padding: 50px 30px; border-radius: 4px; text-align: center;\n            cursor: pointer; transition: all var(--transition); border: 2px solid var(--c-border);\n            backdrop-filter: blur(5px);\n        }\n        .card:hover, .card:focus { transform: translateY(-8px); border-color: var(--c-accent); box-shadow: 0 15px 30px rgba(0,0,0,0.5); }\n        .card h3 { font-size: 1.8rem; margin-bottom: 15px; }\n        .card-link { color: var(--c-accent); font-weight: bold; text-transform: uppercase; }\n\n        .steele-modal {\n            display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.9);\n            z-index: 9999; justify-content: center; align-items: center; opacity: 0; transition: opacity var(--transition);\n        }\n        .steele-modal.is-active { display: flex; opacity: 1; }\n        .modal-inner {\n            background: #1E293B; border: 2px solid var(--c-accent); width: 90%; max-width: 800px;\n            max-height: 85vh; overflow-y: auto; padding: 50px; border-radius: 4px; position: relative;\n        }\n        .modal-inner h3 { font-size: 2.2rem; color: var(--c-accent); border-bottom: 2px solid var(--c-border); padding-bottom: 15px; }\n        .btn-close {\n            position: absolute; top: 20px; right: 25px; font-size: 2.5rem; font-weight: bold;\n            color: var(--c-text-main); cursor: pointer; background: none; border: none;\n        }\n        .btn-close:hover, .btn-close:focus { color: var(--c-accent); }\n\n        \/* ==========================================================================\n           PAGES: ABOUT & PORTFOLIO\n           ========================================================================== *\/\n        .content-box {\n            background: var(--c-card); padding: 50px; border-radius: 4px; border: 2px solid var(--c-border);\n            backdrop-filter: blur(8px); margin-bottom: 30px; font-size: 1.1rem;\n        }\n        .portfolio-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }\n        .portfolio-img { border: 2px solid var(--c-border); border-radius: 4px; width: 100%; height: auto; }\n\n        \/* ==========================================================================\n           PAGE: CUSTOM FORM\n           ========================================================================== *\/\n        .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }\n        .form-group { display: flex; flex-direction: column; }\n        .form-group--full { grid-column: 1 \/ -1; }\n        .form-label { font-size: 0.9rem; font-weight: bold; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 1px; }\n        .form-label span { color: var(--c-accent); }\n        .form-control {\n            background: var(--c-input-bg); border: 2px solid var(--c-border); border-radius: 2px;\n            padding: 15px; color: var(--c-text-light); font-size: 1rem; font-family: inherit; transition: all var(--transition);\n        }\n        .form-control:focus { outline: none; border-color: var(--c-accent); background: rgba(15, 23, 42, 0.9); }\n        textarea.form-control { resize: vertical; min-height: 120px; }\n        select.form-control {\n            appearance: none; background-image: url(\"data:image\/svg+xml;charset=UTF-8,%3csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24' fill='none' stroke='%23E2E8F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c\/polyline%3e%3c\/svg%3e\");\n            background-repeat: no-repeat; background-position: right 15px center; background-size: 1em;\n        }\n        .btn-submit { width: 100%; margin-top: 10px; }\n        .btn-submit:disabled { opacity: 0.7; cursor: not-allowed; }\n        \n        .form-overlay {\n            position: absolute; inset: 0; background: var(--c-card); backdrop-filter: blur(10px);\n            display: flex; flex-direction: column; justify-content: center; align-items: center;\n            text-align: center; opacity: 0; pointer-events: none; transition: opacity 0.4s ease;\n        }\n        .form-overlay.is-active { opacity: 1; pointer-events: auto; z-index: 10; }\n        .form-overlay h3 { color: var(--c-accent); font-size: 2rem; margin-bottom: 10px; }\n\n        \/* ==========================================================================\n           FOOTER\n           ========================================================================== *\/\n        .site-footer {\n            background: #050D1A; text-align: center; padding: 60px 20px; border-top: 4px solid var(--c-accent); margin-top: auto;\n        }\n        .site-footer h2 { font-size: 2.2rem; margin-bottom: 15px; }\n        .fb-link {\n            display: inline-block; margin-top: 25px; padding: 15px 35px; background: #1877F2;\n            color: #FFF; font-weight: 900; text-transform: uppercase; border-radius: 2px;\n        }\n        .fb-link:hover, .fb-link:focus { background: #165EBD; }\n\n        \/* ==========================================================================\n           RESPONSIVE\n           ========================================================================== *\/\n        @media (max-width: 768px) {\n            .hero__title { font-size: 2.2rem; }\n            .section-header { font-size: 2rem; }\n            .form-grid { grid-template-columns: 1fr; }\n            .nav-list { flex-direction: column; text-align: center; gap: 15px; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- Parallax Ripped Logo Mask -->\n    <div id=\"bg-tear-mask\" aria-hidden=\"true\"><\/div>\n\n    <!-- Accessible Navigation -->\n    <nav class=\"site-nav\" aria-label=\"Main Navigation\">\n        <div class=\"wrap\">\n            <ul class=\"nav-list\">\n                <li><button class=\"nav-link is-active\" data-route=\"home\" style=\"background:none;border:none;color:inherit;\">HOME<\/button><\/li>\n                <li><button class=\"nav-link\" data-route=\"services\" style=\"background:none;border:none;color:inherit;\">SERVICES<\/button><\/li>\n                <li><button class=\"nav-link\" data-route=\"portfolio\" style=\"background:none;border:none;color:inherit;\">PORTFOLIO<\/button><\/li>\n                <li><button class=\"nav-link\" data-route=\"about\" style=\"background:none;border:none;color:inherit;\">ABOUT US<\/button><\/li>\n                <li><button class=\"nav-link\" data-route=\"contact\" style=\"background:none;border:none;color:inherit;\">GET A QUOTE<\/button><\/li>\n            <\/ul>\n        <\/div>\n    <\/nav>\n\n    <!-- Main Content Area -->\n    <main>\n        <!-- HOME PAGE -->\n        <section id=\"page-home\" class=\"page-view is-active\" role=\"region\" aria-label=\"Home\">\n            <div class=\"wrap hero\">\n                <h1 class=\"hero__title\">Steele Concrete Construction LLC<\/h1>\n                <p class=\"hero__tag\">DURABLE SOLUTIONS. BUILT FOR RELIABILITY.<\/p>\n                <p class=\"hero__contact\"><a href=\"tel:17403413016\">CALL TODAY: (740) 341-3016<\/a><\/p>\n                <button class=\"btn nav-link-proxy\" data-route=\"contact\">Request Estimate<\/button>\n            <\/div>\n        <\/section>\n\n        <!-- SERVICES PAGE -->\n        <section id=\"page-services\" class=\"page-view\" role=\"region\" aria-label=\"Services\">\n            <div class=\"wrap\">\n                <h2 class=\"section-header\">What We Do<\/h2>\n                <div class=\"grid\">\n                    <button class=\"card js-modal-trigger\" data-target=\"modal-garage\" aria-label=\"Open Garage Floors details\">\n                        <h3>Garage Floors<\/h3>\n                        <p>Heavy-duty, precision poured base floors.<\/p>\n                        <span class=\"card-link\">View details &raquo;<\/span>\n                    <\/button>\n                    <button class=\"card js-modal-trigger\" data-target=\"modal-patios\" aria-label=\"Open Patios details\">\n                        <h3>Patios<\/h3>\n                        <p>Expand your outdoor living space.<\/p>\n                        <span class=\"card-link\">View details &raquo;<\/span>\n                    <\/button>\n                    <button class=\"card js-modal-trigger\" data-target=\"modal-driveways\" aria-label=\"Open Driveways details\">\n                        <h3>Driveways<\/h3>\n                        <p>Built to handle heavy standard traffic.<\/p>\n                        <span class=\"card-link\">View details &raquo;<\/span>\n                    <\/button>\n                    <button class=\"card js-modal-trigger\" data-target=\"modal-sidewalks\" aria-label=\"Open Sidewalks details\">\n                        <h3>Sidewalks<\/h3>\n                        <p>Safe, level, and precisely graded.<\/p>\n                        <span class=\"card-link\">View details &raquo;<\/span>\n                    <\/button>\n                    <button class=\"card js-modal-trigger\" data-target=\"modal-epoxy\" aria-label=\"Open Epoxy Flooring details\">\n                        <h3>Epoxy Flooring<\/h3>\n                        <p>Chemical-resistant commercial coatings.<\/p>\n                        <span class=\"card-link\">View details &raquo;<\/span>\n                    <\/button>\n                    <button class=\"card js-modal-trigger\" data-target=\"modal-decorative\" aria-label=\"Open Decorative Concrete details\">\n                        <h3>Decorative Concrete<\/h3>\n                        <p>Custom finishes, stamping, and stains.<\/p>\n                        <span class=\"card-link\">View details &raquo;<\/span>\n                    <\/button>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- PORTFOLIO PAGE -->\n        <section id=\"page-portfolio\" class=\"page-view\" role=\"region\" aria-label=\"Portfolio\">\n            <div class=\"wrap\">\n                <h2 class=\"section-header\">Our Work<\/h2>\n                <div class=\"portfolio-grid\">\n                    <img decoding=\"async\" class=\"portfolio-img\" src=\"https:\/\/via.placeholder.com\/600x400.png?text=Recent+Project+1\" alt=\"Concrete driveway project\">\n                    <img decoding=\"async\" class=\"portfolio-img\" src=\"https:\/\/via.placeholder.com\/600x400.png?text=Recent+Project+2\" alt=\"Epoxy garage floor\">\n                    <img decoding=\"async\" class=\"portfolio-img\" src=\"https:\/\/via.placeholder.com\/600x400.png?text=Recent+Project+3\" alt=\"Custom stamped patio\">\n                    <img decoding=\"async\" class=\"portfolio-img\" src=\"https:\/\/via.placeholder.com\/600x400.png?text=Recent+Project+4\" alt=\"Commercial sidewalk repair\">\n                <\/div>\n                <div style=\"text-align: center;\">\n                    <a href=\"https:\/\/www.facebook.com\/search\/top\/?q=Steeleconcreteconstructionllc\" target=\"_blank\" class=\"btn\" style=\"margin-top: 50px;\">See More On Facebook<\/a>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ABOUT PAGE -->\n        <section id=\"page-about\" class=\"page-view\" role=\"region\" aria-label=\"About Us\">\n            <div class=\"wrap\">\n                <h2 class=\"section-header\">Who We Are<\/h2>\n                <div class=\"content-box\">\n                    <h3 style=\"color: var(--c-accent); margin-bottom: 20px;\">Owner Operated in Marion, OH<\/h3>\n                    <p>Steele Concrete Construction LLC is built on a foundation of reliability, hard work, and doing the job right the first time. We specialize in providing high-quality, durable concrete solutions for residential and commercial properties.<\/p>\n                    <p>Because we are owner-operated by Evan Steele, you deal directly with the decision-maker. We don&#8217;t cut corners, and we stand by the durability of our pours.<\/p>\n                    <p>Fully serving Marion County and the surrounding areas.<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- CONTACT \/ FORM PAGE -->\n        <section id=\"page-contact\" class=\"page-view\" role=\"region\" aria-label=\"Get a Quote\">\n            <div class=\"wrap\" style=\"max-width: 800px;\">\n                <h2 class=\"section-header\" style=\"margin-bottom: 20px;\">Start Your Project<\/h2>\n                <p style=\"text-align: center; margin-bottom: 40px; color: var(--c-accent); font-weight: bold;\">GET A FREE CUSTOM ESTIMATE<\/p>\n                \n                <div class=\"content-box\" style=\"position: relative; padding: 40px;\">\n                    <form id=\"steele-quote-form\" action=\"#\" method=\"POST\">\n                        <div class=\"form-grid\">\n                            <div class=\"form-group\">\n                                <label class=\"form-label\" for=\"firstName\">First Name <span>*<\/span><\/label>\n                                <input type=\"text\" id=\"firstName\" name=\"firstName\" class=\"form-control\" required>\n                            <\/div>\n                            <div class=\"form-group\">\n                                <label class=\"form-label\" for=\"lastName\">Last Name <span>*<\/span><\/label>\n                                <input type=\"text\" id=\"lastName\" name=\"lastName\" class=\"form-control\" required>\n                            <\/div>\n                            <div class=\"form-group\">\n                                <label class=\"form-label\" for=\"phone\">Phone Number <span>*<\/span><\/label>\n                                <input type=\"tel\" id=\"phone\" name=\"phone\" class=\"form-control\" required>\n                            <\/div>\n                            <div class=\"form-group\">\n                                <label class=\"form-label\" for=\"email\">Email Address<\/label>\n                                <input type=\"email\" id=\"email\" name=\"email\" class=\"form-control\">\n                            <\/div>\n                            <div class=\"form-group form-group--full\">\n                                <label class=\"form-label\" for=\"address\">Project Address <span>*<\/span><\/label>\n                                <input type=\"text\" id=\"address\" name=\"address\" class=\"form-control\" placeholder=\"123 Main St, Marion, OH\" required>\n                            <\/div>\n                            <div class=\"form-group form-group--full\">\n                                <label class=\"form-label\" for=\"serviceType\">Primary Service Needed <span>*<\/span><\/label>\n                                <select id=\"serviceType\" name=\"serviceType\" class=\"form-control\" required>\n                                    <option value=\"\" disabled selected>Select a concrete service&#8230;<\/option>\n                                    <option value=\"garage\">Garage Floor<\/option>\n                                    <option value=\"patio\">Custom Patio<\/option>\n                                    <option value=\"driveway\">Driveway<\/option>\n                                    <option value=\"sidewalk\">Sidewalk \/ Walkway<\/option>\n                                    <option value=\"epoxy\">Epoxy Flooring<\/option>\n                                    <option value=\"decorative\">Decorative \/ Stamped<\/option>\n                                    <option value=\"masonry\">Masonry \/ Foundation<\/option>\n                                <\/select>\n                            <\/div>\n                            <div class=\"form-group form-group--full\">\n                                <label class=\"form-label\" for=\"projectDetails\">Project Details &#038; Dimensions<\/label>\n                                <textarea id=\"projectDetails\" name=\"projectDetails\" class=\"form-control\" placeholder=\"Tell us roughly how big the area is and what you're looking to achieve...\"><\/textarea>\n                            <\/div>\n                            <div class=\"form-group form-group--full\">\n                                <button type=\"submit\" class=\"btn btn-submit\" id=\"submitBtn\">Request Estimate<\/button>\n                            <\/div>\n                        <\/div>\n\n                        <!-- Success Message Overlay -->\n                        <div class=\"form-overlay\" id=\"successOverlay\" aria-live=\"polite\">\n                            <h3>Request Sent<\/h3>\n                            <p>Thanks for reaching out. Evan will review your project details and contact you shortly.<\/p>\n                            <button type=\"button\" class=\"btn btn-submit\" id=\"resetBtn\" style=\"width: auto; padding: 10px 30px; margin-top: 30px;\">Close<\/button>\n                        <\/div>\n                    <\/form>\n                <\/div>\n            <\/div>\n        <\/section>\n    <\/main>\n\n    <!-- Modal Components (Hidden on load) -->\n    <div id=\"modal-garage\" class=\"steele-modal\" role=\"dialog\" aria-modal=\"true\">\n        <div class=\"modal-inner\">\n            <button class=\"btn-close\" aria-label=\"Close modal\">&times;<\/button>\n            <h3>GARAGE FLOORS<\/h3>\n            <p>Premium concrete finishes for your residential or commercial garage space.<\/p>\n            <div style=\"text-align: center; margin-top: 30px;\">\n                <p>GET YOUR GARAGE FLOOR ESTIMATE:<\/p>\n                <a href=\"tel:17403413016\" style=\"color: var(--c-accent); font-size: 2rem; font-weight: bold;\">(740) 341-3016<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n    <div id=\"modal-patios\" class=\"steele-modal\" role=\"dialog\" aria-modal=\"true\">\n        <div class=\"modal-inner\">\n            <button class=\"btn-close\" aria-label=\"Close modal\">&times;<\/button>\n            <h3>PATIOS<\/h3>\n            <p>Expertly designed concrete patios to expand your outdoor living area.<\/p>\n            <div style=\"text-align: center; margin-top: 30px;\">\n                <p>DESIGN YOUR PATIO:<\/p>\n                <a href=\"tel:17403413016\" style=\"color: var(--c-accent); font-size: 2rem; font-weight: bold;\">(740) 341-3016<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n    <div id=\"modal-driveways\" class=\"steele-modal\" role=\"dialog\" aria-modal=\"true\">\n        <div class=\"modal-inner\">\n            <button class=\"btn-close\" aria-label=\"Close modal\">&times;<\/button>\n            <h3>DRIVEWAYS<\/h3>\n            <p>Durable and aesthetically pleasing concrete driveways. Built to last.<\/p>\n            <div style=\"text-align: center; margin-top: 30px;\">\n                <p>GET A DRIVEWAY QUOTE:<\/p>\n                <a href=\"tel:17403413016\" style=\"color: var(--c-accent); font-size: 2rem; font-weight: bold;\">(740) 341-3016<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n    <div id=\"modal-sidewalks\" class=\"steele-modal\" role=\"dialog\" aria-modal=\"true\">\n        <div class=\"modal-inner\">\n            <button class=\"btn-close\" aria-label=\"Close modal\">&times;<\/button>\n            <h3>SIDEWALKS<\/h3>\n            <p>Safe and level concrete sidewalks for residential and commercial properties.<\/p>\n            <div style=\"text-align: center; margin-top: 30px;\">\n                <p>SECURE AN ESTIMATE:<\/p>\n                <a href=\"tel:17403413016\" style=\"color: var(--c-accent); font-size: 2rem; font-weight: bold;\">(740) 341-3016<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n    <div id=\"modal-epoxy\" class=\"steele-modal\" role=\"dialog\" aria-modal=\"true\">\n        <div class=\"modal-inner\">\n            <button class=\"btn-close\" aria-label=\"Close modal\">&times;<\/button>\n            <h3>EPOXY FLOORING<\/h3>\n            <p>Advanced epoxy coatings for durable, chemical-resistant commercial and residential floors.<\/p>\n            <div style=\"text-align: center; margin-top: 30px;\">\n                <p>REQUEST EPOXY QUOTE:<\/p>\n                <a href=\"tel:17403413016\" style=\"color: var(--c-accent); font-size: 2rem; font-weight: bold;\">(740) 341-3016<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n    <div id=\"modal-decorative\" class=\"steele-modal\" role=\"dialog\" aria-modal=\"true\">\n        <div class=\"modal-inner\">\n            <button class=\"btn-close\" aria-label=\"Close modal\">&times;<\/button>\n            <h3>DECORATIVE CONCRETE<\/h3>\n            <p>Custom finishes, stamped concrete, and staining for uniquely designed surfaces.<\/p>\n            <div style=\"text-align: center; margin-top: 30px;\">\n                <p>CALL FOR CUSTOM DESIGNS:<\/p>\n                <a href=\"tel:17403413016\" style=\"color: var(--c-accent); font-size: 2rem; font-weight: bold;\">(740) 341-3016<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Footer -->\n    <footer class=\"site-footer\">\n        <div class=\"wrap\">\n            <h2>STEELE CONCRETE CONSTRUCTION LLC<\/h2>\n            <p><strong>Owner: Evan Steele<\/strong><\/p>\n            <p>3414 Gooding Road, Marion, OH 43302<\/p>\n            <p>Phone: <a href=\"tel:17403413016\" style=\"color: var(--c-accent); font-weight: bold;\">(740) 341-3016<\/a><\/p>\n            <p>Email: <a href=\"mailto:SteeleConcreteConstructionLLC@gmail.com\">SteeleConcreteConstructionLLC@gmail.com<\/a><\/p>\n            <a href=\"https:\/\/www.facebook.com\/search\/top\/?q=Steeleconcreteconstructionllc\" target=\"_blank\" class=\"fb-link\">Find Us On Facebook<\/a>\n            <p style=\"font-size: 0.85rem; color: #555; margin-top: 50px;\">steeleconcreteconstructionllc.com<\/p>\n        <\/div>\n    <\/footer>\n\n    <!-- Master Application Script -->\n    <script>\n        document.addEventListener('DOMContentLoaded', () => {\n            \/* 1. SPA Routing Logic (Handles swapping pages) *\/\n            const navLinks = document.querySelectorAll('.nav-link, .nav-link-proxy');\n            const pages = document.querySelectorAll('.page-view');\n\n            const navigateTo = (targetRoute) => {\n                \/\/ Update Nav UI\n                document.querySelectorAll('.nav-link').forEach(link => {\n                    if (link.getAttribute('data-route') === targetRoute) {\n                        link.classList.add('is-active');\n                    } else {\n                        link.classList.remove('is-active');\n                    }\n                });\n                \/\/ Update Pages UI\n                pages.forEach(page => {\n                    if (page.id === 'page-' + targetRoute) {\n                        page.classList.add('is-active');\n                        \/\/ Scroll to top on page change\n                        window.scrollTo({ top: 0, behavior: 'smooth' });\n                    } else {\n                        page.classList.remove('is-active');\n                    }\n                });\n            };\n\n            navLinks.forEach(link => {\n                link.addEventListener('click', (e) => {\n                    e.preventDefault();\n                    navigateTo(link.getAttribute('data-route'));\n                });\n            });\n\n            \/* 2. Modal Logic *\/\n            const modalTriggers = document.querySelectorAll('.js-modal-trigger');\n            const modals = document.querySelectorAll('.steele-modal');\n            const closeBtns = document.querySelectorAll('.btn-close');\n\n            const closeModal = () => {\n                modals.forEach(m => m.classList.remove('is-active'));\n                document.body.style.overflow = '';\n            };\n\n            modalTriggers.forEach(trigger => {\n                trigger.addEventListener('click', () => {\n                    const targetModal = document.getElementById(trigger.getAttribute('data-target'));\n                    if (targetModal) {\n                        targetModal.classList.add('is-active');\n                        document.body.style.overflow = 'hidden'; \/\/ prevent bg scroll\n                        targetModal.querySelector('.btn-close').focus(); \/\/ accessibility focus\n                    }\n                });\n            });\n\n            closeBtns.forEach(btn => btn.addEventListener('click', closeModal));\n            window.addEventListener('click', (e) => { if (e.target.classList.contains('steele-modal')) closeModal(); });\n            window.addEventListener('keydown', (e) => { if (e.key === 'Escape') closeModal(); });\n\n            \/* 3. Custom Form Submission Logic *\/\n            const form = document.getElementById('steele-quote-form');\n            const submitBtn = document.getElementById('submitBtn');\n            const overlay = document.getElementById('successOverlay');\n            const resetBtn = document.getElementById('resetBtn');\n\n            form.addEventListener('submit', (e) => {\n                e.preventDefault();\n                const originalText = submitBtn.textContent;\n                submitBtn.textContent = 'SENDING...';\n                submitBtn.disabled = true;\n\n                \/\/ Simulate processing\n                setTimeout(() => {\n                    overlay.classList.add('is-active');\n                    submitBtn.textContent = originalText;\n                    submitBtn.disabled = false;\n                    form.reset(); \n                    resetBtn.focus(); \/\/ accessibility focus\n                }, 1200);\n            });\n\n            resetBtn.addEventListener('click', () => {\n                overlay.classList.remove('is-active');\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Steele Concrete Construction LLC | Marion, OH Steele Concrete Construction LLC | Marion, OH HOME SERVICES PORTFOLIO ABOUT US GET A QUOTE Steele Concrete Construction LLC DURABLE SOLUTIONS. BUILT FOR RELIABILITY. CALL TODAY: (740) 341-3016 Request Estimate What We Do Garage Floors Heavy-duty, precision poured base floors. View details &raquo; Patios Expand your outdoor living [&hellip;]<\/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-84","page","type-page","status-publish","hentry"],"brizy_media":[],"_links":{"self":[{"href":"https:\/\/steeleconcreteconstructionllc.com\/index.php?rest_route=\/wp\/v2\/pages\/84","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/steeleconcreteconstructionllc.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/steeleconcreteconstructionllc.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/steeleconcreteconstructionllc.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/steeleconcreteconstructionllc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=84"}],"version-history":[{"count":4,"href":"https:\/\/steeleconcreteconstructionllc.com\/index.php?rest_route=\/wp\/v2\/pages\/84\/revisions"}],"predecessor-version":[{"id":91,"href":"https:\/\/steeleconcreteconstructionllc.com\/index.php?rest_route=\/wp\/v2\/pages\/84\/revisions\/91"}],"wp:attachment":[{"href":"https:\/\/steeleconcreteconstructionllc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=84"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}