Trusted Electrician Clark County WA | Licensed & Insured | Crown Electric * { margin: 0; padding: 0; box-sizing: border-box; } :root { --burgundy: #800020; --burgundy-dark: #600018; --gold: #FFD700; --white: #ffffff; --light-gray: #f8f9fa; --dark-gray: #2c3e50; --text-gray: #555; --success-green: #28a745; --orange: #ff6b35; --red: #dc3545; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; line-height: 1.6; color: var(--dark-gray); } /* Sticky Header */ .sticky-header { position: fixed; top: 0; left: 0; right: 0; background: var(--white); box-shadow: 0 2px 10px rgba(0,0,0,0.1); padding: 15px 20px; display: flex; justify-content: space-between; align-items: center; z-index: 1000; transform: translateY(-100%); transition: transform 0.3s ease; } .sticky-header.visible { transform: translateY(0); } .sticky-header .logo { font-weight: 800; color: var(--burgundy); font-size: 1.2rem; } .sticky-header .phone-sticky { background: var(--burgundy); color: var(--white); padding: 12px 30px; border-radius: 8px; text-decoration: none; font-weight: 700; font-size: 1.1rem; transition: all 0.3s ease; } .sticky-header .phone-sticky:hover { background: var(--burgundy-dark); transform: scale(1.05); } /* Trust Banner */ .trust-banner { background: var(--burgundy); color: var(--white); padding: 12px 20px; text-align: center; font-weight: 600; font-size: 1rem; } /* Hero Section with Background Image */ .hero { position: relative; min-height: 90vh; display: flex; align-items: center; background: linear-gradient(135deg, rgba(128, 0, 32, 0.93) 0%, rgba(96, 0, 24, 0.93) 100%), url('REPLACE_WITH_NATHAN_PHOTO_OR_TEAM_AT_WORK.jpg') center/cover; color: var(--white); padding: 120px 20px 80px; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; } .hero-content h1 { font-size: 3.2rem; font-weight: 900; line-height: 1.2; margin-bottom: 25px; } .hero-subtitle { font-size: 1.4rem; margin-bottom: 30px; opacity: 0.95; line-height: 1.6; } .trust-row { display: flex; gap: 25px; flex-wrap: wrap; margin: 30px 0; padding: 25px 0; border-top: 2px solid rgba(255,255,255,0.2); border-bottom: 2px solid rgba(255,255,255,0.2); } .trust-item { font-size: 0.95rem; font-weight: 600; } .check { color: var(--success-green); font-weight: 900; margin-right: 5px; } .phone-hero { display: block; font-size: 3.5rem; font-weight: 900; color: var(--gold); text-decoration: none; margin: 30px 0; letter-spacing: -1px; transition: all 0.3s ease; } .phone-hero:hover { transform: scale(1.05); text-shadow: 0 0 20px rgba(255, 215, 0, 0.5); } .phone-label { font-size: 1rem; display: block; margin-bottom: 10px; opacity: 0.9; } .cta-buttons { display: flex; gap: 15px; flex-wrap: wrap; margin-top: 30px; } .btn { display: inline-block; padding: 20px 40px; border-radius: 8px; text-decoration: none; font-weight: 700; font-size: 1.2rem; transition: all 0.3s ease; border: none; cursor: pointer; text-align: center; } .btn-primary { background: var(--gold); color: var(--burgundy); box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3); } .btn-primary:hover { background: #ffd700; transform: translateY(-3px); box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5); } .btn-outline { background: transparent; color: var(--white); border: 3px solid var(--white); } .btn-outline:hover { background: var(--white); color: var(--burgundy); } /* Hero Form Card */ .hero-form-card { background: var(--white); padding: 40px; border-radius: 12px; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); } .form-header { text-align: center; margin-bottom: 30px; } .form-header h2 { color: var(--burgundy); font-size: 2rem; margin-bottom: 10px; } .form-header p { color: var(--text-gray); font-size: 1.05rem; } .form-group { margin-bottom: 20px; } .form-group label { display: block; margin-bottom: 8px; color: var(--dark-gray); font-weight: 600; font-size: 1rem; } .form-group input, .form-group select { width: 100%; padding: 18px; border: 2px solid #e0e0e0; border-radius: 8px; font-size: 1.1rem; transition: border-color 0.3s ease; } .form-group input:focus, .form-group select:focus { outline: none; border-color: var(--burgundy); } .btn-submit { width: 100%; padding: 20px; background: var(--burgundy); color: var(--white); border: none; border-radius: 8px; font-size: 1.3rem; font-weight: 700; cursor: pointer; transition: all 0.3s ease; } .btn-submit:hover { background: var(--burgundy-dark); transform: translateY(-2px); box-shadow: 0 5px 15px rgba(128, 0, 32, 0.3); } .form-footer { text-align: center; margin-top: 20px; padding-top: 20px; border-top: 2px solid #e0e0e0; } .form-footer p { color: var(--text-gray); font-size: 0.95rem; margin-bottom: 10px; } .alternative-contact { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; } .alt-btn { padding: 12px 25px; background: var(--light-gray); color: var(--burgundy); text-decoration: none; border-radius: 8px; font-weight: 600; transition: all 0.3s ease; } .alt-btn:hover { background: var(--burgundy); color: var(--white); } /* Pain Points Section */ .pain-points-section { padding: 80px 20px; background: var(--light-gray); } .section-header { text-align: center; margin-bottom: 60px; } .section-header h2 { font-size: 2.5rem; color: var(--burgundy); margin-bottom: 15px; font-weight: 700; } .section-header p { font-size: 1.2rem; color: var(--text-gray); max-width: 700px; margin: 0 auto; } .pain-points-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 50px; } .pain-card { background: var(--white); padding: 35px; border-radius: 12px; border-left: 5px solid var(--red); } .pain-card h3 { color: var(--red); font-size: 1.4rem; margin-bottom: 15px; } .pain-card p { color: var(--text-gray); line-height: 1.8; margin-bottom: 15px; } .solution-card { background: var(--white); padding: 35px; border-radius: 12px; border-left: 5px solid var(--success-green); } .solution-card h3 { color: var(--success-green); font-size: 1.4rem; margin-bottom: 15px; } .solution-card p { color: var(--text-gray); line-height: 1.8; } .solution-card strong { color: var(--burgundy); } /* Video Section */ .video-section { padding: 80px 20px; background: var(--white); } .video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; } .video-content h2 { font-size: 2.5rem; color: var(--burgundy); margin-bottom: 20px; font-weight: 700; } .video-content p { font-size: 1.15rem; color: var(--text-gray); margin-bottom: 20px; line-height: 1.8; } .owner-name { font-size: 1.3rem; color: var(--burgundy); font-weight: 700; margin-top: 30px; } .owner-title { color: var(--text-gray); font-size: 1rem; } .video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 12px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); } .video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } /* How We're Different Section */ .different-section { padding: 80px 20px; background: var(--light-gray); } .different-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px; margin-top: 50px; } /* Services Section */ .services-section { padding: 80px 20px; background: var(--white); } .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 50px; } .service-card { background: var(--light-gray); padding: 35px; border-radius: 12px; transition: all 0.3s ease; } .service-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(128, 0, 32, 0.15); } .service-card h3 { color: var(--burgundy); font-size: 1.5rem; margin-bottom: 15px; } .service-card .price-range { font-size: 1.3rem; color: var(--success-green); font-weight: 700; margin-bottom: 15px; } .service-card p { color: var(--text-gray); line-height: 1.7; margin-bottom: 15px; } .service-card ul { list-style: none; margin: 15px 0; } .service-card ul li { padding: 8px 0; color: var(--text-gray); } .service-card ul li:before { content: "✓ "; color: var(--success-green); font-weight: 900; margin-right: 8px; } /* Testimonials Section */ .testimonials-section { padding: 80px 20px; background: var(--light-gray); } .testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; margin-top: 50px; } .testimonial-card { background: var(--white); padding: 35px; border-radius: 12px; position: relative; } .testimonial-header { display: flex; gap: 20px; margin-bottom: 20px; align-items: center; } .customer-photo { width: 70px; height: 70px; border-radius: 50%; background: linear-gradient(135deg, #e0e0e0, #c0c0c0); display: flex; align-items: center; justify-content: center; font-size: 0.8rem; color: var(--text-gray); text-align: center; } .customer-info h4 { color: var(--burgundy); font-size: 1.2rem; margin-bottom: 5px; } .stars { color: var(--gold); font-size: 1rem; } .verified { font-size: 0.85rem; color: var(--success-green); font-weight: 600; } .testimonial-text { color: var(--text-gray); line-height: 1.8; margin-bottom: 15px; } .project-type { font-size: 0.9rem; color: var(--burgundy); font-weight: 600; font-style: italic; } /* Process Section */ .process-section { padding: 80px 20px; background: var(--white); } .process-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-top: 50px; } .process-step { text-align: center; position: relative; } .step-number { width: 80px; height: 80px; background: linear-gradient(135deg, var(--burgundy), var(--burgundy-dark)); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2rem; font-weight: 900; margin: 0 auto 20px; } .process-step h3 { color: var(--burgundy); font-size: 1.3rem; margin-bottom: 10px; } .process-step p { color: var(--text-gray); line-height: 1.7; } /* Final CTA Section */ .final-cta { background: linear-gradient(135deg, var(--burgundy) 0%, var(--burgundy-dark) 100%); color: var(--white); padding: 100px 20px; text-align: center; } .final-cta h2 { font-size: 2.8rem; margin-bottom: 20px; font-weight: 900; } .final-cta p { font-size: 1.4rem; margin-bottom: 30px; opacity: 0.95; } .final-cta .phone-hero { font-size: 4rem; } /* Footer */ .footer { background: var(--dark-gray); color: var(--white); padding: 40px 20px; text-align: center; } .footer p { margin-bottom: 10px; opacity: 0.9; } /* Floating Elements */ .floating-phone { position: fixed; bottom: 20px; right: 20px; width: 70px; height: 70px; background: var(--success-green); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); z-index: 999; text-decoration: none; font-size: 2rem; animation: pulse-float 2s infinite; } @keyframes pulse-float { 0%, 100% { transform: scale(1); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); } 50% { transform: scale(1.1); box-shadow: 0 6px 30px rgba(40, 167, 69, 0.5); } } .floating-phone:hover { background: #218838; } .floating-text { position: fixed; bottom: 20px; left: 20px; background: #007bff; color: var(--white); padding: 15px 25px; border-radius: 30px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); z-index: 999; text-decoration: none; font-weight: 700; transition: all 0.3s ease; } .floating-text:hover { background: #0056b3; transform: translateY(-3px); } /* Mobile Responsive */ @media (max-width: 968px) { .hero-grid, .video-grid { grid-template-columns: 1fr; gap: 40px; } h1 { font-size: 2.2rem !important; } .phone-hero { font-size: 2.5rem !important; } .hero { min-height: auto; padding: 100px 20px 60px; } .hero-form-card { padding: 30px 20px; } .btn { width: 100%; } .cta-buttons { flex-direction: column; } .sticky-header .phone-sticky { font-size: 0.9rem; padding: 10px 20px; } .floating-text { display: none; } .pain-points-grid, .different-grid, .services-grid, .testimonials-grid, .process-steps { grid-template-columns: 1fr; } .section-header h2 { font-size: 2rem; } }
Crown Electric
📞 (360) 896-4122
✓ Licensed & Insured | ✓ Serving Clark County Since 2014 | ✓ Honest, Upfront Pricing

Tired of Unreliable Electricians Who Don't Show Up?

You need an electrician you can trust—one who shows up on time, provides honest pricing, and does quality work the first time. That's what we do, every single day.

✓ Licensed WA State
✓ Fully Insured
✓ Upfront Pricing
✓ Local Family Owned
Talk to a Real Person Now:
📞 (360) 896-4122
Call Now Text Us

Get Your Free Estimate

We'll respond quickly with honest answers

Prefer to talk directly?

📞 Call Now 💬 Text Us

Sound Familiar?

These are the most common frustrations we hear from Clark County homeowners

Problem: Electricians Who Don't Show Up

You take time off work, clear your schedule, and wait... and wait. They either show up late, don't call, or never arrive at all. Your time is valuable—you shouldn't have to chase down contractors.

Problem: Surprise Charges & Hidden Fees

You get a quote for $500, but the final bill is $1,200. They didn't mention the "diagnostic fee," "trip charge," "after-hours rate," or "special equipment needed." You feel trapped and taken advantage of.

Problem: Band-Aid Fixes That Don't Last

The electrician patches the problem temporarily, but within weeks you're experiencing the same issue. Now you're out the money AND still need to fix it properly. You're frustrated and worried about safety.

Problem: Pushy Sales & Unnecessary Upgrades

"Your whole panel needs replacing!" they say, trying to scare you into a $5,000 job when all you need is a new outlet. You don't know who to trust or what you actually need.

Problem: Unlicensed "Electricians"

You found someone cheap on Craigslist, but now your work failed inspection, your insurance won't cover damage, and you have to pay twice—once for the bad work and again to fix it properly.

Problem: Old, Dangerous Electrical Systems

Your breakers keep tripping, outlets are warm to the touch, or you smell burning. You're worried about fire risk but overwhelmed by what needs to be done and how much it'll cost.

We Fix These Problems Every Single Day

Here's how we do electrical work differently in Clark County...

How Crown Electric Is Different

We built our business on the principle of treating others how we want to be treated

✓ We Show Up When We Say We Will

The Problem: Most electricians are terrible with scheduling and communication.

Our Solution: We call ahead to confirm, arrive on time, and if something comes up, we'll notify you immediately. Your time matters. We treat your schedule with respect.

✓ Honest, Upfront Pricing—No Surprises

The Problem: You're afraid to ask "how much?" because the price keeps changing.

Our Solution: We diagnose the issue, explain what needs to be done, and give you a clear price BEFORE we start. The price we quote is the price you pay. Period.

✓ We Do It Right The First Time

The Problem: Quick fixes fail, and you end up paying twice.

Our Solution: We identify the root cause and fix it properly using quality materials and code-compliant methods. Our work passes inspection the first time, every time.

✓ We Don't Push Unnecessary Work

The Problem: Contractors who scare you into expensive upgrades you don't need.

Our Solution: We tell you what actually needs to be done NOW versus what can wait. We prioritize safety, then give you options that fit your budget. No pressure, no scare tactics.

✓ Fully Licensed & Insured

The Problem: Unlicensed workers leave you liable if something goes wrong.

Our Solution: Nathan is a licensed Washington State electrician with full liability insurance. Your home is protected, your work passes inspection, and your insurance stays valid.

✓ We Explain Everything In Plain English

The Problem: Electricians use jargon to confuse you or avoid questions.

Our Solution: We take time to explain what's wrong, why it matters, what your options are, and what we recommend. You'll understand exactly what you're paying for.

Meet Nathan—Your Local Clark County Electrician

"I started Crown Electric in 2014 because I was tired of seeing homeowners get ripped off by dishonest contractors. I knew there had to be a better way—one built on integrity, quality work, and treating people with respect."

My Promise to You: I'll show up when I say I will, give you honest pricing upfront, and do quality work you can trust. I operate with Christian values, and I treat every home like it's my own.

When you call Crown Electric, you're getting a local, family-owned business that's been serving Clark County for over a decade. We're your neighbors, and your satisfaction is our reputation.

Nathan Henifin

Owner & Licensed Electrician | Washington State Licensed & Insured

Electrical Services in Clark County

From small repairs to complete electrical upgrades, we handle it all

Electric Panel Upgrades

Starting around $1,500+

Is your panel outdated, overloaded, or tripping constantly? We upgrade old panels to modern, safe systems that can handle your home's electrical needs.

  • 100A to 200A upgrades
  • Replace Federal Pacific, Zinsco panels
  • Add capacity for EV chargers & additions
  • All permits & inspections handled

EV Charger Installation

Starting around $800+

Charge your electric vehicle at home. We install all brands—Tesla, ChargePoint, JuiceBox, and more—with proper dedicated circuits and safety.

  • Level 2 home charging stations
  • Tesla Wall Connector specialists
  • Dedicated 40-50 amp circuits
  • Indoor or outdoor installation

House Rewiring

Starting around $5,000+

Old wiring is dangerous. We remove knob & tube, aluminum wiring, and outdated systems, replacing them with modern, code-compliant electrical.

  • Complete or partial rewiring
  • Remove dangerous old wiring
  • GFCI & AFCI protection
  • Bring older homes up to code

Residential Electrical Services

Service call rates apply

From installing outlets to upgrading your entire electrical system, we handle all your home electrical needs professionally.

  • Outlets & switches
  • Lighting & ceiling fans
  • GFCI outlet installation
  • Electrical troubleshooting
  • Safety inspections

Commercial Electrical

Custom quotes provided

We work with businesses, offices, and commercial properties throughout Clark County for installations, repairs, and maintenance.

  • Office electrical
  • Retail & restaurant electrical
  • Commercial lighting
  • Tenant improvement work

Electrical Safety Inspections

Contact for pricing

Worried about your electrical system? We'll inspect your home, identify hazards, and give you a clear report of what's safe and what needs attention.

  • Comprehensive safety check
  • Written inspection report
  • Priority recommendations
  • Peace of mind for your family

*Pricing varies based on specific project requirements, home size, and complexity. All quotes include materials, labor, permits, and cleanup. We provide free estimates—call for your specific project pricing.*

How We Work: Simple, Honest, Professional

Here's exactly what to expect when you work with Crown Electric

1

You Contact Us

Call, text, or fill out our form. We'll respond quickly and schedule a convenient time to come out and assess your needs.

2

We Diagnose & Explain

We'll arrive on time, identify the issue, and explain what's wrong in plain English. We'll answer all your questions honestly.

3

You Get Upfront Pricing

Before any work begins, we'll give you a clear, written estimate. No hidden fees. No surprises. You decide if you want to proceed.

4

We Do Quality Work

Once approved, we get to work using proper methods, quality materials, and code-compliant practices. We clean up when we're done.

5

You're Satisfied

We walk you through what we did, test everything, and make sure you're completely satisfied. Your happiness is our success.

Real Reviews From Real Clark County Customers

These are actual reviews from Google—we don't make these up

Photo: Add Real Customer Photo

Sarah M.

★★★★★
✓ Verified Google Review

"Crown Electric was exactly what we needed. Nathan showed up on time, explained everything clearly, and gave us a fair price before starting. Our panel upgrade went smoothly, they cleaned up everything, and the work passed inspection perfectly. Finally found an electrician we can trust!"

Panel Upgrade | Vancouver, WA

Photo: Add Real Customer Photo

Mike T.

★★★★★
✓ Verified Google Review

"We had an electrical emergency Friday afternoon—burning smell from an outlet. Nathan came out quickly, found the problem (loose wiring causing arcing), and fixed it properly within 2 hours. His pricing was reasonable and he explained everything. This is the electrician you want for urgent issues."

Emergency Repair | Battle Ground, WA

Photo: Add Real Customer Photo

Jennifer L.

★★★★★
✓ Verified Google Review

"Our 1950s home needed complete rewiring—a big, scary project. Nathan was patient, gave us a detailed written estimate, and stuck to the price. His crew was professional and cleaned up daily. Six months later, everything works perfectly. Money well spent for safety and peace of mind."

Complete House Rewiring | Camas, WA

See more verified reviews on our Google Business Profile

Ready to Work With an Electrician You Can Trust?

Get honest answers and upfront pricing—no pressure, no games, no surprises.

📞 (360) 896-4122
Call Now Text Us

Serving Vancouver, Battle Ground, Camas, Ridgefield & All of Clark County, WA

Crown Electric of Clark County LLC

Licensed & Insured Washington State Electrician

6109 NE 121st Ave Suite 104, Vancouver, WA 98682

(360) 896-4122 | Crownelectric240@yahoo.com

Hours: Monday-Friday 8:00 AM - 4:00 PM | Emergency services may be available—call to inquire

© 2025 Crown Electric. All rights reserved.

📞 💬 Text Us