{"id":53,"date":"2026-07-17T15:14:05","date_gmt":"2026-07-17T15:14:05","guid":{"rendered":"https:\/\/collarelectric.com\/?page_id=53"},"modified":"2026-07-17T16:33:41","modified_gmt":"2026-07-17T16:33:41","slug":"53-2","status":"publish","type":"page","link":"https:\/\/collarelectric.com\/","title":{"rendered":"index"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><style>\n        \/* Base Reset & Variables *\/<br \/>\n        * {<br \/>\n            margin: 0;<br \/>\n            padding: 0;<br \/>\n            box-sizing: border-box;<br \/>\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;<br \/>\n        }<\/p>\n<p>        :root {<br \/>\n            --primary: #002d62;       \/* Deep Professional Blue *\/<br \/>\n            --secondary: #008080;     \/* Electric Teal Accent *\/<br \/>\n            --dark: #222222;          \/* Text Charcoal *\/<br \/>\n            --light: #f4f6f9;         \/* Background Light Grey *\/<br \/>\n            --white: #ffffff;<br \/>\n        }<\/p>\n<p>        body {<br \/>\n            color: var(--dark);<br \/>\n            line-height: 1.6;<br \/>\n            background-color: var(--white);<br \/>\n        }<\/p>\n<p>        \/* Utility Classes *\/<br \/>\n        .container {<br \/>\n            width: 90%;<br \/>\n            max-width: 1200px;<br \/>\n            margin: 0 auto;<br \/>\n            padding: 40px 0;<br \/>\n        }<\/p>\n<p>        .section-title {<br \/>\n            text-align: center;<br \/>\n            font-size: 2.2rem;<br \/>\n            color: var(--primary);<br \/>\n            margin-bottom: 10px;<br \/>\n        }<\/p>\n<p>        .section-subtitle {<br \/>\n            text-align: center;<br \/>\n            color: #666;<br \/>\n            margin-bottom: 40px;<br \/>\n            font-size: 1.1rem;<br \/>\n        }<\/p>\n<p>        .btn {<br \/>\n            display: inline-block;<br \/>\n            background-color: var(--secondary);<br \/>\n            color: var(--white);<br \/>\n            padding: 12px 28px;<br \/>\n            text-decoration: none;<br \/>\n            border-radius: 4px;<br \/>\n            font-weight: bold;<br \/>\n            transition: background 0.3s ease;<br \/>\n            border: none;<br \/>\n            cursor: pointer;<br \/>\n        }<\/p>\n<p>        .btn:hover {<br \/>\n            background-color: #006666;<br \/>\n        }<\/p>\n<p>        \/* Navigation *\/<br \/>\n        header {<br \/>\n            background-color: var(--primary);<br \/>\n            color: var(--white);<br \/>\n            position: sticky;<br \/>\n            top: 0;<br \/>\n            z-index: 1000;<br \/>\n            box-shadow: 0 2px 10px rgba(0,0,0,0.1);<br \/>\n        }<\/p>\n<p>        .nav-container {<br \/>\n            display: flex;<br \/>\n            justify-content: space-between;<br \/>\n            align-items: center;<br \/>\n            padding: 15px 5%;<br \/>\n        }<\/p>\n<p>        .logo {<br \/>\n            font-weight: bold;<br \/>\n            font-size: 1.4rem;<br \/>\n            letter-spacing: 0.5px;<br \/>\n        }<\/p>\n<p>        .nav-links a {<br \/>\n            color: var(--white);<br \/>\n            text-decoration: none;<br \/>\n            margin-left: 20px;<br \/>\n            font-size: 0.95rem;<br \/>\n        }<\/p>\n<p>        \/* Hero Section *\/<br \/>\n        .hero {<br \/>\n            background: linear-gradient(rgba(0, 45, 98, 0.85), rgba(0, 45, 98, 0.85)), url('https:\/\/images.unsplash.com\/photo-1621905251189-08b45d6a269e?auto=format&fit=crop&w=1500&q=80') no-repeat center center\/cover;<br \/>\n            color: var(--white);<br \/>\n            text-align: center;<br \/>\n            padding: 100px 20px;<br \/>\n        }<\/p>\n<p>        .hero h1 {<br \/>\n            font-size: 3rem;<br \/>\n            margin-bottom: 15px;<br \/>\n            font-weight: 700;<br \/>\n        }<\/p>\n<p>        .hero p {<br \/>\n            font-size: 1.3rem;<br \/>\n            margin-bottom: 30px;<br \/>\n            max-width: 700px;<br \/>\n            margin-left: auto;<br \/>\n            margin-right: auto;<br \/>\n            opacity: 0.9;<br \/>\n        }<\/p>\n<p>        \/* Services Grid *\/<br \/>\n        .services-grid {<br \/>\n            display: grid;<br \/>\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));<br \/>\n            gap: 30px;<br \/>\n        }<\/p>\n<p>        .service-card {<br \/>\n            background: var(--white);<br \/>\n            padding: 30px;<br \/>\n            border-radius: 6px;<br \/>\n            box-shadow: 0 4px 15px rgba(0,0,0,0.05);<br \/>\n            border-top: 4px solid var(--primary);<br \/>\n            transition: transform 0.3s ease;<br \/>\n        }<\/p>\n<p>        .service-card:hover {<br \/>\n            transform: translateY(-5px);<br \/>\n        }<\/p>\n<p>        .service-card h3 {<br \/>\n            color: var(--primary);<br \/>\n            margin-bottom: 15px;<br \/>\n            font-size: 1.4rem;<br \/>\n        }<\/p>\n<p>        \/* Why Choose Us Section *\/<br \/>\n        .why-us {<br \/>\n            background-color: var(--light);<br \/>\n        }<\/p>\n<p>        .features-grid {<br \/>\n            display: grid;<br \/>\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));<br \/>\n            gap: 30px;<br \/>\n            text-align: center;<br \/>\n        }<\/p>\n<p>        .feature-item h3 {<br \/>\n            color: var(--secondary);<br \/>\n            margin-bottom: 10px;<br \/>\n        }<\/p>\n<p>        \/* Contact Section *\/<br \/>\n        .contact-layout {<br \/>\n            display: grid;<br \/>\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));<br \/>\n            gap: 50px;<br \/>\n            align-items: start;<br \/>\n        }<\/p>\n<p>        .contact-info h3 {<br \/>\n            color: var(--primary);<br \/>\n            margin-bottom: 15px;<br \/>\n        }<\/p>\n<p>        .contact-info p {<br \/>\n            margin-bottom: 15px;<br \/>\n            color: #555;<br \/>\n        }<\/p>\n<p>        .contact-form {<br \/>\n            background: var(--light);<br \/>\n            padding: 30px;<br \/>\n            border-radius: 6px;<br \/>\n        }<\/p>\n<p>        .form-group {<br \/>\n            margin-bottom: 20px;<br \/>\n        }<\/p>\n<p>        .form-group label {<br \/>\n            display: block;<br \/>\n            margin-bottom: 6px;<br \/>\n            font-weight: 600;<br \/>\n            font-size: 0.9rem;<br \/>\n        }<\/p>\n<p>        .form-group input, .form-group textarea {<br \/>\n            width: 100%;<br \/>\n            padding: 10px;<br \/>\n            border: 1px solid #ccc;<br \/>\n            border-radius: 4px;<br \/>\n            font-size: 1rem;<br \/>\n        }<\/p>\n<p>        .form-group textarea {<br \/>\n            resize: vertical;<br \/>\n            height: 120px;<br \/>\n        }<\/p>\n<p>        \/* Footer *\/<br \/>\n        footer {<br \/>\n            background-color: var(--primary);<br \/>\n            color: var(--white);<br \/>\n            text-align: center;<br \/>\n            padding: 30px 20px;<br \/>\n            font-size: 0.9rem;<br \/>\n            border-top: 4px solid var(--secondary);<br \/>\n        }<\/p>\n<p>        footer p {<br \/>\n            opacity: 0.8;<br \/>\n            margin-bottom: 5px;<br \/>\n        }<\/p>\n<p>        \/* Responsive Breakpoints *\/<br \/>\n        @media (max-width: 768px) {<br \/>\n            .hero h1 { font-size: 2.2rem; }<br \/>\n            .hero p { font-size: 1.1rem; }<br \/>\n            .nav-container { flex-direction: column; text-align: center; }<br \/>\n            .nav-links { margin-top: 15px; }<br \/>\n            .nav-links a { margin: 0 10px; }<br \/>\n        }<br \/>\n    <\/style><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><!-- Header \/ Navigation Navigation --><\/p>\n\n\n<header>\n<div class=\"nav-container\">\n<div class=\"logo\">Collar County Electric<\/div>\n<nav class=\"nav-links\"><a href=\"#services\">Services<\/a><br \/><a href=\"#why-us\">Why Choose Us<\/a><br \/><a href=\"#contact\">Contact<\/a><\/nav>\n<\/div>\n<\/header>\n\n\n<p class=\"wp-block-paragraph\"><!-- Hero Section --><\/p>\n\n\n<section class=\"hero\">\n<div class=\"container\">\n<h1>Collar County Electric, LLC<\/h1>\n<p>Affordable, Reliable, Professional Residential Electrical Services<\/p>\n<p><a class=\"btn\" href=\"#contact\">Request a Free Estimate<\/a><\/p>\n<\/div>\n<\/section>\n\n\n<p class=\"wp-block-paragraph\"><!-- Services Section --><\/p>\n\n\n<section id=\"services\" class=\"container\">\n<h2 class=\"section-title\">Our Services<\/h2>\n<p class=\"section-subtitle\">Professional solutions for all your home electrical needs<\/p>\n<div class=\"services-grid\">\n<div class=\"service-card\">\n<h3>Troubleshooting &amp; Repairs<\/h3>\n<p>Fixing flickering lights, dead outlets, malfunctioning switches, and tracing down broken circuits safely and efficiently.<\/p>\n<\/div>\n<div class=\"service-card\">\n<h3>Upgrades &amp; Installations<\/h3>\n<p>Modern service panel upgrades, electric vehicle (EV) charging stations, custom recessed lighting, ceiling fans, and smart device integrations.<\/p>\n<\/div>\n<div class=\"service-card\">\n<h3>Safety &amp; Compliance<\/h3>\n<p>Whole-house surge protection installations, comprehensive safety audits, and correcting code violations to protect your home and family.<\/p>\n<\/div>\n<\/div>\n<\/section>\n\n\n<p class=\"wp-block-paragraph\"><!-- Why Choose Us Section --><\/p>\n\n\n<section id=\"why-us\" class=\"why-us\">\n<div class=\"container\">\n<h2 class=\"section-title\">Why Choose Us<\/h2>\n<p class=\"section-subtitle\">Building relationships through dependable workmanship<\/p>\n<div class=\"features-grid\">\n<div class=\"feature-item\">\n<h3>Transparent Pricing<\/h3>\n<p>Fair, upfront estimates with zero surprise fees. High-quality electrical work designed to stay budget-friendly.<\/p>\n<\/div>\n<div class=\"feature-item\">\n<h3>Reliable Scheduling<\/h3>\n<p>We respect your time. Expect punctual arrivals, transparent communication, and dynamic, tidy work sites.<\/p>\n<\/div>\n<div class=\"feature-item\">\n<h3>Licensed &amp; Insured<\/h3>\n<p>Every project is executed to strict National Electrical Code (NEC) standards by fully qualified professionals.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n\n\n<p class=\"wp-block-paragraph\"><!-- Contact & Intake Section --><\/p>\n\n\n<section id=\"contact\" class=\"container\">\n<h2 class=\"section-title\">Get an Estimate<\/h2>\n<p class=\"section-subtitle\">Reach out today to discuss your next project or fix a persistent issue<\/p>\n<div class=\"contact-layout\">\n<div class=\"contact-info\">\n<h3>Let&#8217;s Get to Work<\/h3>\n<p>Ready to update your lighting, expand your power capacity, or ensure your home electrical system is structurally sound?<\/p>\n<p><strong>Service Hours:<\/strong> Monday \u2013 Friday: 7:00 AM \u2013 5:00 PM<\/p>\n<p><strong>Phone:<\/strong> (610) 618-0681<\/p>\n<p><strong>Email:<\/strong> collarcountyelectric@gmail.com<\/p>\n<\/div>\n<div class=\"contact-form\">\n<form action=\"mailto:collarcountyelectric@gmail.com\" method=\"POST\">\n<div class=\"form-group\"><label for=\"name\">Your Name<\/label><br \/><input id=\"name\" name=\"name\" required=\"\" type=\"text\" placeholder=\"John Doe\"><\/div>\n<div class=\"form-group\"><label for=\"phone\">Phone Number<\/label><br \/><input id=\"phone\" name=\"phone\" required=\"\" type=\"tel\" placeholder=\"(555) 555-5555\"><\/div>\n<div class=\"form-group\"><label for=\"email\">Email Address<\/label><br \/><input id=\"email\" name=\"email\" required=\"\" type=\"email\" placeholder=\"john@example.com\"><\/div>\n<div class=\"form-group\"><label for=\"message\">Project Details<\/label><br \/><textarea id=\"message\" name=\"message\" required=\"\" placeholder=\"Tell us briefly about your electrical needs...\"><\/textarea><\/div>\n<p><button class=\"btn\" style=\"width: 100%;\" type=\"submit\">Submit Request<\/button><\/p>\n<\/form>\n<\/div>\n<\/div>\n<\/section>\n\n\n<p class=\"wp-block-paragraph\"><!-- Footer --><\/p>\n\n\n<footer>\u00a9 2026 Collar County Electric, LLC. All rights reserved.<\/p>\n<p style=\"font-size: 0.8rem; margin-top: 10px;\">Licensed &amp; Insured Residential Electrical Contractors<\/p>\n<\/footer>\n\n\n<p class=\"wp-block-paragraph\">&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; &nbsp; Collar County Electric ServicesWhy Choose UsContact Collar County Electric, LLC Affordable, Reliable, Professional Residential Electrical Services Request a Free Estimate Our Services Professional solutions for all your home electrical needs Troubleshooting &amp; Repairs Fixing flickering lights, dead outlets, malfunctioning switches, and tracing down broken circuits safely and efficiently. Upgrades &amp; Installations Modern service [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":9,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-53","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/collarelectric.com\/index.php?rest_route=\/wp\/v2\/pages\/53","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/collarelectric.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/collarelectric.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/collarelectric.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/collarelectric.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=53"}],"version-history":[{"count":5,"href":"https:\/\/collarelectric.com\/index.php?rest_route=\/wp\/v2\/pages\/53\/revisions"}],"predecessor-version":[{"id":70,"href":"https:\/\/collarelectric.com\/index.php?rest_route=\/wp\/v2\/pages\/53\/revisions\/70"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/collarelectric.com\/index.php?rest_route=\/wp\/v2\/media\/9"}],"wp:attachment":[{"href":"https:\/\/collarelectric.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=53"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}