Auto Body Shop Hazel Dell | NE 68th St Vancouver WA | Collision & Frame Repair * { 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; align-items: center; } .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 !important; padding: 0.5rem 1rem; border-radius: 25px; text-decoration: none; font-weight: bold; } /* ✅ Services Dropdown */ .nav-dropdown { position: relative; } .nav-dropdown > .nav-link { cursor: pointer; display: flex; align-items: center; gap: 4px; } .nav-dropdown > .nav-link::after { content: '▾'; font-size: 0.7rem; transition: transform 0.2s ease; } .nav-dropdown:hover > .nav-link::after { transform: rotate(180deg); } .dropdown-menu { display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); background: white; border: 1px solid #e5e7eb; border-top: 3px solid #f97316; border-radius: 0 0 12px 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.12); min-width: 220px; padding: 0.5rem 0; z-index: 1001; } .nav-dropdown:hover .dropdown-menu { display: block; } .dropdown-menu a { display: block; padding: 0.6rem 1.2rem; color: #374151; text-decoration: none; font-size: 0.95rem; font-weight: 500; transition: background 0.15s ease, color 0.15s ease; white-space: nowrap; } .dropdown-menu a:hover { background: #fff7ed; color: #f97316; } .dropdown-divider { height: 1px; background: #e5e7eb; margin: 0.3rem 0; } .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; } /* FAQ Section */ .faq-section { background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); } .faq-list { max-width: 800px; margin: 0 auto; } .faq-item { background: white; border-radius: 16px; margin-bottom: 1rem; box-shadow: 0 4px 15px rgba(0,0,0,0.05); overflow: hidden; } .faq-question { width: 100%; padding: 1.5rem 2rem; background: none; border: none; text-align: left; font-size: 1.1rem; font-weight: 600; color: #2563eb; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-family: inherit; } .faq-question:hover { color: #f97316; } .faq-question::after { content: '+'; font-size: 1.5rem; font-weight: 300; transition: transform 0.3s ease; } .faq-item.active .faq-question::after { transform: rotate(45deg); } .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; } .faq-item.active .faq-answer { max-height: 300px; } .faq-answer p { padding: 0 2rem 1.5rem; color: #6b7280; line-height: 1.8; } /* 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(200px, 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-section a:hover { opacity: 1; color: #f97316; } .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; position: absolute; top: 100%; left: 0; right: 0; background: white; flex-direction: column; padding: 1rem; gap: 0; border-bottom: 2px solid #f97316; box-shadow: 0 10px 20px rgba(0,0,0,0.1); } .nav-menu.active { display: flex; } .nav-menu li { padding: 0.5rem 0; } .nav-dropdown:hover .dropdown-menu, .nav-dropdown.active .dropdown-menu { position: static; transform: none; box-shadow: none; border: none; border-top: none; border-left: 3px solid #f97316; margin-left: 1rem; border-radius: 0; } .hero { min-height: 500px; height: auto; padding: 120px 20px 60px; } .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; } .hero-cta { flex-direction: column; align-items: center; } }
Five Star Auto Body - Vancouver WA Auto Body Shop
  • About
  • Services
    Auto Body Repair Collision Repair Dent Repair Auto Paint Frame Repair
  • Locations
  • Gallery
  • Reviews
  • Contact

Auto Body & Frame Repair Shop Hazel Dell | NE 68th St Vancouver WA

Expert Collision Repair, Frame Straightening, Dent Repair & Auto Paint 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, Felida, and surrounding Clark County neighborhoods with full collision, frame repair, and auto paint services

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. With 96% of Clark County residents commuting by personal vehicle and over 143,000 vehicles crossing the Interstate Bridge daily, collisions are a reality of Pacific Northwest driving — and our team is equipped to handle everything from minor dents to major frame repair and structural straightening.

We understand the unique needs of our local community — from daily commuters heading south into Portland via I-5 to families navigating the rain-slicked roads along Highway 99 and SR-500. Vancouver's 164 days of annual precipitation mean wet-weather fender benders are common, and our certified technicians use computerized frame machines, 3D electronic measuring systems, and OEM-approved procedures to restore your vehicle to factory specifications. 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 get collision repair, frame straightening, or dent repair assessments without taking time off work.

Auto Body Services at Our Hazel Dell Location

Complete collision, frame repair, dent repair, and auto paint services at our NE 68th Street shop in Vancouver WA

Collision Repair Hazel Dell

Expert collision repair for all accident types. From minor fender benders on Highway 99 to major collision restoration, our I-CAR certified technicians handle everything. We work with all insurance companies and use OEM-approved repair procedures for every vehicle.

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 craftsmanship.

Learn More →

Frame Repair & Straightening

Advanced computerized frame straightening and unibody structural repair. Using 3D electronic measuring systems and hydraulic frame machines, we restore your vehicle's structural geometry to manufacturer tolerances within ±3mm — ensuring crash protection, proper wheel alignment, and safe operation.

Learn More →

Dent Repair (PDR)

Paintless dent repair preserves your factory finish while removing door dings, hail damage, and minor dents. Our PDR technicians use specialized tools and LED line boards for flawless results — typically costing 30-50% less than traditional body repair.

Learn More →

Auto Paint & Color Matching

Computerized color matching technology ensures perfect paint blending with your vehicle's original finish. Our HVLP spray booth delivers seamless basecoat/clearcoat refinishing with UV protection and factory-quality durability.

Learn More →

Insurance Claims Assistance

Direct billing with all major insurers including Geico, Progressive, and State Farm. Our team handles paperwork, coordinates with adjusters, and ensures proper coverage for collision, frame damage, and all auto body repairs — making the process stress-free.

Get Help →

Neighborhoods We Serve from NE 68th Street

Convenient auto body, collision, and frame repair 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. Whether you need collision repair after a Highway 99 accident or frame straightening from a more serious impact, our location is just minutes away.

Salmon Creek & Felida

Convenient service for Salmon Creek residents near the Town Center, Felida area, and surrounding Northeast Vancouver neighborhoods. From parking lot dent repair to complete auto paint refinishing, we're your trusted local shop with quick access via NE Highway 99.

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, frame repair, and OEM-certified auto body services.

Why Hazel Dell Trusts Five Star Auto Body

Discover what sets our NE 68th Street location apart for collision repair, frame straightening, and complete auto body services

Factory Certified Technicians

Our journeymen technicians hold certifications from Kia, Ford, GM, Hyundai, Nissan, and FCA. Every repair — from paintless dent removal to complex frame straightening — follows OEM procedures to maintain your vehicle's warranty, structural integrity, and resale 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 estimate hours make us the go-to choice for busy families across Hazel Dell, Salmon Creek, and Felida.

Visit Us →

Advanced Frame & Collision Equipment

Our shop features computerized frame machines with 3D electronic measuring, HVLP spray booths, and ADAS recalibration capabilities. We handle everything from minor cosmetic repairs to major structural and frame damage with precision equipment.

Learn More →

Frequently Asked Questions

Common questions about auto body and frame repair at our Hazel Dell location

Our Hazel Dell location on NE 68th Street offers complete auto body repair, collision repair, frame repair and straightening, paintless dent repair (PDR), and professional auto paint and refinishing. We are certified by Kia, Ford, GM, Hyundai, Nissan, and FCA for OEM-quality repairs on all makes and models.

Yes. Our NE 68th Street location provides professional frame repair and straightening using computerized frame machines that restore your vehicle's structural geometry to manufacturer specifications. We handle both unibody and body-on-frame vehicles with 3D electronic measuring systems to verify tolerances within ±3mm. Learn more on our Vancouver frame repair page.

We serve Hazel Dell, Salmon Creek, Minnehaha, Felida, Orchards, Cascade Park, Battle Ground, Ridgefield, and all of Northeast Vancouver and Clark County. We're conveniently located just off Highway 99 near the Salmon Creek Town Center area.

Yes, we provide direct billing with all major insurance carriers. For Geico, Progressive, and State Farm claims, please call ahead at (360) 699-4887 before visiting. All other insurance customers can walk in for free estimates Monday through Friday from 9 AM to 4 PM.

Get Your Free Estimate Today

Contact our Hazel Dell location for expert auto body, collision, and frame 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
  • Dent Repair
  • Auto Paint
  • Frame Repair

Vancouver Services

  • Auto Body Repair Vancouver
  • Collision Repair Vancouver
  • Dent Repair Vancouver
  • Auto Paint Vancouver
  • Frame Repair Vancouver

Locations

  • Vancouver WA
  • NE 68th Street
  • Columbia Street
  • Longview WA
  • Chehalis WA

Company

  • About Us
  • Reviews
  • Gallery
  • Careers
  • Contact

© 2026 Five Star Auto Body. All rights reserved.

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