Auto Body Shop Hazel Dell | NE 68th St Vancouver WA | Salmon Creek Area * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; color: #374151; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* Navigation */ .navbar { position: fixed; top: 0; left: 0; right: 0; background: rgba(255, 255, 255, 0.95); border-bottom: 1px solid #f97316; z-index: 1000; padding: 0.25rem 0; } .nav-container { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; padding: 0 20px; } .nav-logo { display: flex; align-items: center; text-decoration: none; } .nav-logo img { height: 80px; width: auto; transition: transform 0.3s ease; } .nav-menu { display: flex; list-style: none; gap: 2rem; } .nav-link { color: #374151; text-decoration: none; font-weight: 500; padding: 0.5rem 0; } .nav-link:hover { color: #f97316; } .nav-cta { background: #f97316; color: white; padding: 0.5rem 1rem; border-radius: 25px; text-decoration: none; font-weight: bold; } .mobile-menu-btn { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; } /* Hero Section */ .hero { color: white; height: 100vh; min-height: 600px; text-align: center; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 100px 20px 20px; } .hero-video { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: 0; transform: translateX(-50%) translateY(-50%); object-fit: cover; } .hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.2); z-index: 1; } .hero .container { position: relative; z-index: 2; } .hero h1 { font-size: 2.8rem; font-weight: bold; margin-bottom: 0.8rem; line-height: 1.2; } .hero-subtitle { font-size: 1.1rem; margin-bottom: 1.5rem; opacity: 0.9; } .hero-cta { display: flex; justify-content: center; gap: 1rem; margin-top: 1.5rem; } .cta-button { display: inline-block; background: linear-gradient(45deg, #f97316, #ea580c); color: white; padding: 12px 24px; text-decoration: none; border-radius: 25px; font-weight: 600; transition: all 0.4s ease; box-shadow: 0 6px 20px rgba(249, 115, 22, 0.3); } .cta-button:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 15px 35px rgba(249, 115, 22, 0.4); } .cta-secondary { background: transparent; color: white; border: 2px solid white; box-shadow: none; } .cta-secondary:hover { background: white; color: #f97316; } /* Insurance Notice */ .insurance-notice { background: linear-gradient(135deg, #1e293b 0%, #334155 50%, #475569 100%); color: white; padding: 2rem 0; border-top: 4px solid #f97316; border-bottom: 4px solid #f97316; } .notice-content { display: grid; grid-template-columns: 1fr auto; gap: 1.5rem; align-items: center; } .notice-text h2 { font-size: 1.4rem; margin-bottom: 1rem; color: #fed7aa; text-align: center; } .insurance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; } .insurance-item { background: rgba(255, 255, 255, 0.1); padding: 1rem; border-radius: 12px; backdrop-filter: blur(10px); } .call-ahead { border-left: 4px solid #ef4444; } .walk-in { border-left: 4px solid #10b981; } /* Sections */ .section { padding: 80px 0; } .section-title { text-align: center; font-size: 2.5rem; font-weight: bold; margin-bottom: 1rem; color: #2563eb; } .section-subtitle { text-align: center; font-size: 1.1rem; color: #6b7280; margin-bottom: 3rem; max-width: 700px; margin-left: auto; margin-right: auto; } /* Location Info Section */ .location-info { background: white; padding: 60px 0; } .location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; } .location-details { background: linear-gradient(145deg, #f8fafc, #e2e8f0); padding: 2.5rem; border-radius: 25px; border-left: 5px solid #f97316; box-shadow: 0 20px 60px rgba(0,0,0,0.08); } .location-details h3 { color: #2563eb; font-size: 1.8rem; margin-bottom: 1.5rem; } .detail-item { margin-bottom: 1.5rem; padding: 1rem; background: rgba(255, 255, 255, 0.7); border-radius: 12px; } .detail-item h4 { color: #2563eb; margin-bottom: 0.5rem; font-weight: 600; } .detail-item p { color: #6b7280; line-height: 1.5; } .location-highlights { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; } .highlight-card { background: linear-gradient(145deg, #ffffff, #f8fafc); padding: 2rem; border-radius: 20px; text-align: center; border: 1px solid rgba(249, 115, 22, 0.1); transition: all 0.3s ease; } .highlight-card:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0,0,0,0.1); } .highlight-number { font-size: 2.5rem; font-weight: 800; color: #f97316; } .highlight-text { color: #2563eb; font-weight: 600; margin: 0.5rem 0; } /* Services Grid */ .services { background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); } .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; } .service-card { background: white; padding: 2.5rem; border-radius: 25px; box-shadow: 0 20px 60px rgba(0,0,0,0.08); transition: all 0.4s ease; min-height: 300px; } .service-card:hover { transform: translateY(-15px) scale(1.02); box-shadow: 0 30px 80px rgba(0,0,0,0.15); } .service-card h3 { font-size: 1.4rem; color: #2563eb; margin-bottom: 1.2rem; } .service-card p { color: #6b7280; line-height: 1.7; margin-bottom: 1.5rem; } .service-link { color: #f97316; text-decoration: none; font-weight: 600; } /* Service Area */ .service-area { background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%); color: white; } .service-area .section-title, .service-area .section-subtitle { color: white; } .areas-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; } .area-card { background: rgba(255,255,255,0.15); padding: 2rem; border-radius: 20px; backdrop-filter: blur(20px); } .area-card h3 { font-size: 1.3rem; margin-bottom: 1rem; color: #fed7aa; } /* Why Choose */ .why-choose { background: white; } .why-choose-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; } .why-choose-item { padding: 2.5rem; background: linear-gradient(145deg, #f8fafc, #e2e8f0); border-radius: 20px; border-left: 5px solid #f97316; } .why-choose-item h3 { font-size: 1.4rem; color: #2563eb; margin-bottom: 1.2rem; } /* Contact Section */ .contact { background: linear-gradient(135deg, #f97316 0%, #ea580c 50%, #2563eb 100%); color: white; } .contact .section-title, .contact .section-subtitle { color: white; } .contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; text-align: center; } .contact-item { padding: 2rem; background: rgba(255,255,255,0.15); border-radius: 20px; backdrop-filter: blur(20px); } .contact-item a { color: white; text-decoration: none; font-weight: 600; } /* Footer */ .footer { background: #374151; color: white; padding: 3rem 0 2rem; } .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-bottom: 2rem; } .footer-section h3 { color: #f97316; margin-bottom: 1.5rem; } .footer-section ul { list-style: none; } .footer-section li { margin-bottom: 0.8rem; } .footer-section a { color: white; text-decoration: none; opacity: 0.8; } .footer-bottom { border-top: 1px solid #6b7280; padding-top: 2rem; text-align: center; opacity: 0.7; } /* Responsive */ @media (max-width: 768px) { .mobile-menu-btn { display: block; } .nav-menu { display: none; } .hero h1 { font-size: 1.8rem; } .location-grid, .services-grid, .areas-grid, .why-choose-grid, .contact-grid { grid-template-columns: 1fr; } .location-highlights { grid-template-columns: 1fr; } .insurance-grid { grid-template-columns: 1fr; } .notice-content { grid-template-columns: 1fr; } }
Five Star Auto Body
  • About
  • Services
  • Locations
  • Gallery
  • Reviews
  • Contact

Auto Body Shop Hazel Dell & Salmon Creek | NE 68th St Vancouver WA

Expert Auto Body Repair & Collision Services Serving Northeast Vancouver, Hazel Dell, Salmon Creek & Minnehaha

Call (360) 699-4887 Free Estimate

Important Insurance Information

Call Ahead Required: If you're using Geico, Progressive, or State Farm insurance, please call before visiting.

All Other Insurance: Free estimates Monday-Friday 9:00 AM - 4:00 PM. Walk-ins welcome!

Your Hazel Dell & Salmon Creek Auto Body Shop

Conveniently located on NE 68th Street, serving Northeast Vancouver including Hazel Dell, Salmon Creek, Minnehaha, and surrounding Clark County neighborhoods

Location Details & Contact

📍 Address

3019 NE 68th St, Vancouver, WA 98665
Located in Northeast Vancouver, easily accessible from Hazel Dell, Salmon Creek, and Minnehaha. Near the intersection of NE 68th Street and Highway 99. Just minutes from Salmon Creek Town Center and Vancouver Mall area.

📞 Phone & Email

(360) 699-4887
Email: fivestarautobody@gmail.com
Call for free estimates or send photos via email for quick preliminary assessment

🕒 Business Hours

Monday - Friday: 8:00 AM - 5:00 PM
Saturday: 10:00 AM - 2:00 PM (Estimate Hours)
Sunday: Closed
Extended Saturday hours for your convenience!

20+
Certified Technicians
6
OEM Certifications
100%
Satisfaction Guarantee
24hr
Email Response

Why Choose Our Hazel Dell Location?

Our NE 68th Street location has proudly served the Hazel Dell and Salmon Creek communities for years, building lasting relationships with Northeast Vancouver residents. Located just off Highway 99, we're easily accessible whether you're coming from Salmon Creek Town Center, the Vancouver Mall area, Minnehaha, or anywhere in the Hazel Dell neighborhood.

We understand the unique needs of our local community – from the daily commuters heading south into Portland to families shopping at nearby retailers. Our location features ample parking, a comfortable waiting area, and is positioned for easy drop-off and pickup access. Many of our long-term customers from Salmon Creek, Felida, and the broader Hazel Dell area appreciate our Saturday estimate hours, making it convenient to visit without taking time off work.

Auto Body Services for Hazel Dell & Salmon Creek

Complete collision and auto body repair services at our NE 68th Street location

Collision Repair Hazel Dell

Expert collision repair for all accident types. From minor fender benders on Highway 99 to major collision restoration, our certified technicians handle everything. We work with all insurance companies and provide comprehensive repair services.

Learn More →

Auto Body Repair Near Me

Professional dent removal, panel replacement, and structural repairs. Our Hazel Dell location uses manufacturer-approved methods and OEM parts to restore your vehicle to pre-accident condition with precision.

Learn More →

Paint & Color Matching

Computerized color matching technology ensures perfect paint blending. We guarantee seamless finishes that match your vehicle's original color, serving Salmon Creek and surrounding areas with professional results.

View Gallery →

Frame Straightening

Advanced computerized frame straightening and unibody repair. We restore structural integrity and safety to manufacturer specifications, ensuring your vehicle is road-ready and safe.

Get Estimate →

Insurance Claims Help

Direct billing with all major insurers including Geico, Progressive, and State Farm. Our team handles paperwork and works with adjusters to ensure proper coverage for Hazel Dell area residents.

Get Help →

Free Estimates

Comprehensive damage assessment by certified technicians. Walk-ins welcome Monday-Friday 9 AM-4 PM, plus Saturday estimate hours 10 AM-2 PM for added convenience.

Call Today →

Neighborhoods We Serve from NE 68th Street

Convenient auto body services throughout Northeast Vancouver and Clark County

Hazel Dell & Minnehaha

Serving the Hazel Dell community and Minnehaha neighborhood with easy access from NE 68th Street. Our location is ideal for residents along Highway 99 and the surrounding area.

Salmon Creek & Felida

Convenient service for Salmon Creek residents near the Town Center, Felida area, and surrounding Northeast Vancouver neighborhoods. Quick access via major arterials and local roads.

Battle Ground & Ridgefield

Extended service to Battle Ground, Ridgefield, and northern Clark County communities. We're your trusted auto body shop for all North County residents seeking quality collision repair.

Why Hazel Dell Trusts Five Star Auto Body

Discover what sets our NE 68th Street location apart

Factory Certified Technicians

Our journeymen technicians hold certifications from Kia, Ford, GM, Hyundai, Nissan, and FCA. We guarantee OEM-quality repairs that maintain your vehicle's warranty and value.

Learn More →

Perfect Hazel Dell Location

Strategically positioned on NE 68th Street with easy access from Highway 99. Ample parking, comfortable facilities, and convenient Saturday hours make us the go-to choice for busy families.

Visit Us →

Seamless Insurance Process

Direct billing with all major insurance carriers. We handle the paperwork, coordinate with adjusters, and ensure you receive proper coverage – making repairs stress-free.

Get Started →

Get Your Free Estimate Today

Contact our Hazel Dell location for expert auto body repair services

📞 Call Our Shop

(360) 699-4887
Monday-Saturday service
Free estimates available

📍 Visit Us

3019 NE 68th St
Vancouver, WA 98665
Easy parking & access

✉️ Email Us

fivestarautobody@gmail.com
Send damage photos
24-hour response

Services

  • Auto Body Repair
  • Collision Repair
  • Vancouver Auto Body

Locations

  • Vancouver WA
  • NE 68th Street
  • Columbia Street

Company

  • About Us
  • Reviews
  • Contact

Contact

  • (360) 699-4887
  • Email Us

© 2025 Five Star Auto Body. All rights reserved.

Auto Body Shop Hazel Dell | Salmon Creek Collision Repair | NE 68th St Vancouver WA 98665