Dent Repair Services | Paintless Dent Removal Vancouver WA, Longview & Chehalis | Five Star Auto Body * { 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-logo:hover img { transform: scale(1.05); } .nav-menu { display: flex; list-style: none; gap: 2rem; margin: 0; position: relative; } .nav-item { position: relative; } .dropdown { position: relative; } .dropdown-content { position: absolute; top: 100%; left: 0; background: white; min-width: 280px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); border-radius: 12px; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); z-index: 1001; margin-top: 0.5rem; border: 1px solid rgba(249, 115, 22, 0.1); } .dropdown:hover .dropdown-content { opacity: 1; visibility: visible; transform: translateY(0); } .dropdown-content a { display: block; padding: 1rem 1.5rem; color: #374151; text-decoration: none; font-size: 0.95rem; font-weight: 500; transition: all 0.3s ease; border-radius: 8px; margin: 0.3rem; } .dropdown-content a:hover { background: linear-gradient(45deg, #f97316, #ea580c); color: white; transform: translateX(5px); } .dropdown-content a:first-child { margin-top: 0.5rem; } .dropdown-content a:last-child { margin-bottom: 0.5rem; } .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; color: #374151; padding: 0.5rem; } .dropdown-toggle::after { content: ' ▼'; font-size: 0.8rem; margin-left: 0.5rem; transition: transform 0.3s ease; } /* Hero Section */ .hero { color: white; min-height: 100vh; text-align: center; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 100px 20px 60px; } /* Desktop Video */ .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; display: block; } /* Desktop - Video overlay */ .hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.4); z-index: 1; } /* Mobile Background Image - Hidden by default */ .hero::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url('https://assets.ycodeapp.com/assets/app113220/Images/dsc01025-gcdrbhpzla.webp'); background-size: cover; background-position: center; background-attachment: scroll; z-index: -1; display: none; } .hero .container { position: relative; z-index: 2; width: 100%; max-width: 900px; } .hero h1 { font-size: 3rem; font-weight: 800; margin-bottom: 1rem; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); } .hero-subtitle { font-size: 1.3rem; margin-bottom: 2rem; opacity: 0.95; text-shadow: 1px 1px 2px rgba(0,0,0,0.3); } .hero-cta-group { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 2rem; } .cta-button { display: inline-block; background: linear-gradient(45deg, #f97316, #ea580c); color: white; padding: 15px 35px; text-decoration: none; border-radius: 30px; font-weight: 700; font-size: 1.1rem; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 8px 25px rgba(249, 115, 22, 0.4); } .cta-button:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 15px 40px rgba(249, 115, 22, 0.5); } .cta-button-secondary { background: transparent; border: 2px solid white; box-shadow: none; } .cta-button-secondary:hover { background: white; color: #f97316; box-shadow: 0 15px 40px rgba(255, 255, 255, 0.3); } .hero-trust-badges { display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap; margin-top: 2rem; } .trust-badge { background: rgba(255,255,255,0.15); padding: 0.8rem 1.5rem; border-radius: 50px; backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.2); font-weight: 600; font-size: 0.95rem; } /* Section Styles */ .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; } /* Services Overview Section */ .services-overview { background: white; } .services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5rem; } .service-card { background: linear-gradient(145deg, #ffffff, #f8fafc); padding: 2.5rem; border-radius: 25px; box-shadow: 0 20px 60px rgba(0,0,0,0.08); border: 1px solid rgba(249, 115, 22, 0.1); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; } .service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, #f97316, #2563eb, #f97316); transform: translateX(-100%); transition: transform 0.6s ease; } .service-card:hover::before { transform: translateX(0); } .service-card:hover { transform: translateY(-10px) 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: 1rem; font-weight: 600; } .service-card p { color: #6b7280; line-height: 1.7; margin-bottom: 1.5rem; } .service-features { list-style: none; padding: 0; margin-bottom: 1.5rem; } .service-features li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; color: #374151; font-size: 0.95rem; } .service-features li::before { content: '✓'; position: absolute; left: 0; color: #10b981; font-weight: bold; } .service-link { color: #f97316; text-decoration: none; font-weight: 600; display: inline-flex; align-items: center; gap: 0.5rem; transition: all 0.3s ease; } .service-link:hover { color: #2563eb; transform: translateX(5px); } /* PDR Section */ .pdr-section { background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%); color: white; } .pdr-section .section-title { color: white; text-shadow: 2px 2px 4px rgba(0,0,0,0.2); } .pdr-section .section-subtitle { color: #e0e7ff; } .pdr-content { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; } .pdr-text h3 { font-size: 1.8rem; margin-bottom: 1.5rem; color: #fed7aa; } .pdr-text p { font-size: 1.1rem; line-height: 1.8; margin-bottom: 1.5rem; opacity: 0.95; } .pdr-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2rem; } .pdr-benefit { background: rgba(255,255,255,0.1); padding: 1.2rem; border-radius: 15px; backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.2); transition: all 0.3s ease; } .pdr-benefit:hover { background: rgba(255,255,255,0.15); transform: translateY(-3px); } .pdr-benefit h4 { color: #fed7aa; font-size: 1.1rem; margin-bottom: 0.5rem; } .pdr-benefit p { font-size: 0.95rem; margin: 0; opacity: 0.9; } .pdr-image { border-radius: 25px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,0.3); } .pdr-image img { width: 100%; height: auto; display: block; transition: transform 0.5s ease; } .pdr-image:hover img { transform: scale(1.05); } /* Process Section */ .process-section { background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); } .process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; } .process-step { background: white; padding: 2rem; border-radius: 20px; text-align: center; box-shadow: 0 15px 50px rgba(0,0,0,0.08); transition: all 0.4s ease; position: relative; } .process-step:hover { transform: translateY(-10px); box-shadow: 0 25px 70px rgba(0,0,0,0.12); } .step-number { width: 60px; height: 60px; background: linear-gradient(45deg, #f97316, #ea580c); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: bold; margin: 0 auto 1.5rem; box-shadow: 0 8px 25px rgba(249, 115, 22, 0.3); } .process-step h3 { font-size: 1.2rem; color: #2563eb; margin-bottom: 1rem; font-weight: 600; } .process-step p { color: #6b7280; font-size: 0.95rem; line-height: 1.6; } /* Pricing Section */ .pricing-section { background: white; } .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; } .pricing-card { background: linear-gradient(145deg, #ffffff, #f8fafc); border-radius: 25px; padding: 2.5rem; box-shadow: 0 20px 60px rgba(0,0,0,0.08); border: 1px solid rgba(249, 115, 22, 0.1); transition: all 0.4s ease; text-align: center; } .pricing-card:hover { transform: translateY(-10px); box-shadow: 0 30px 80px rgba(0,0,0,0.15); } .pricing-card.featured { border: 2px solid #f97316; position: relative; } .pricing-card.featured::before { content: 'Most Popular'; position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: linear-gradient(45deg, #f97316, #ea580c); color: white; padding: 0.5rem 1.5rem; border-radius: 20px; font-size: 0.85rem; font-weight: 600; } .pricing-card h3 { font-size: 1.5rem; color: #2563eb; margin-bottom: 1rem; } .pricing-range { font-size: 2.5rem; font-weight: 800; color: #f97316; margin-bottom: 0.5rem; } .pricing-note { font-size: 0.9rem; color: #6b7280; margin-bottom: 1.5rem; } .pricing-features { list-style: none; padding: 0; margin-bottom: 2rem; text-align: left; } .pricing-features li { padding: 0.8rem 0; border-bottom: 1px solid #e5e7eb; color: #374151; font-size: 0.95rem; padding-left: 1.8rem; position: relative; } .pricing-features li::before { content: '✓'; position: absolute; left: 0; color: #10b981; font-weight: bold; } .pricing-features li:last-child { border-bottom: none; } /* Location Services Section */ .location-services { background: linear-gradient(135deg, #f97316 0%, #ea580c 50%, #2563eb 100%); color: white; } .location-services .section-title { color: white; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); } .location-services .section-subtitle { color: #fed7aa; } .locations-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; } .location-card { background: rgba(255,255,255,0.15); border-radius: 25px; padding: 2.5rem; backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.25); transition: all 0.4s ease; text-align: center; } .location-card:hover { background: rgba(255,255,255,0.2); transform: translateY(-10px) scale(1.02); box-shadow: 0 25px 60px rgba(0,0,0,0.2); } .location-card h3 { font-size: 1.5rem; margin-bottom: 1rem; color: #fed7aa; } .location-card p { margin-bottom: 1rem; opacity: 0.95; line-height: 1.6; } .location-card .phone { font-size: 1.3rem; font-weight: 700; margin-bottom: 1.5rem; } .location-card .phone a { color: white; text-decoration: none; transition: color 0.3s ease; } .location-card .phone a:hover { color: #fed7aa; } .location-link { display: inline-block; background: white; color: #f97316; padding: 0.8rem 2rem; border-radius: 25px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; } .location-link:hover { background: #fed7aa; transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,0,0,0.2); } /* Map Section */ .map-section { background: #f8fafc; } .map-container { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; } .map-embed { border-radius: 20px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.15); height: 450px; } .map-embed iframe { width: 100%; height: 100%; border: none; } .map-info h3 { font-size: 1.8rem; color: #2563eb; margin-bottom: 1.5rem; } .map-info p { color: #6b7280; line-height: 1.7; margin-bottom: 1.5rem; } .location-list { list-style: none; padding: 0; } .location-list li { padding: 1rem; background: white; border-radius: 12px; margin-bottom: 1rem; box-shadow: 0 5px 20px rgba(0,0,0,0.05); transition: all 0.3s ease; } .location-list li:hover { transform: translateX(5px); box-shadow: 0 10px 30px rgba(0,0,0,0.1); } .location-list strong { color: #2563eb; display: block; margin-bottom: 0.3rem; } .location-list a { color: #f97316; text-decoration: none; font-weight: 600; } .location-list a:hover { color: #ea580c; } /* Service Areas Section */ .service-areas { background: white; } .areas-content { max-width: 900px; margin: 0 auto; } .areas-content h3 { font-size: 1.5rem; color: #2563eb; margin-bottom: 1rem; margin-top: 2rem; font-weight: 600; } .areas-content h3:first-child { margin-top: 0; } .areas-content p { color: #6b7280; line-height: 1.8; margin-bottom: 1rem; } .areas-tags { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 1.5rem; } .area-tag { background: #f1f5f9; color: #374151; padding: 0.5rem 1rem; border-radius: 20px; font-size: 0.9rem; font-weight: 500; border: 1px solid #e2e8f0; transition: all 0.3s ease; } .area-tag:hover { background: #f97316; color: white; border-color: #f97316; } /* FAQ Section */ .faq-section { background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); } .faq-container { max-width: 800px; margin: 0 auto; } .faq-item { background: white; border-radius: 15px; margin-bottom: 1rem; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.05); transition: all 0.3s ease; } .faq-item:hover { box-shadow: 0 10px 30px rgba(0,0,0,0.1); } .faq-question { padding: 1.5rem 2rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: all 0.3s ease; } .faq-question:hover { background: #f1f5f9; } .faq-question h3 { color: #2563eb; margin: 0; font-size: 1.1rem; font-weight: 600; line-height: 1.4; } .faq-toggle { font-size: 1.5rem; color: #f97316; transition: transform 0.3s ease; } .faq-item.active .faq-toggle { transform: rotate(45deg); } .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; } .faq-answer.active { max-height: 300px; } .faq-answer-content { padding: 0 2rem 1.5rem; color: #6b7280; line-height: 1.7; } /* CTA Section */ .cta-section { background: linear-gradient(135deg, #1e293b 0%, #334155 100%); color: white; text-align: center; } .cta-section h2 { font-size: 2.5rem; margin-bottom: 1rem; color: #fed7aa; } .cta-section p { font-size: 1.2rem; margin-bottom: 2rem; opacity: 0.9; max-width: 600px; margin-left: auto; margin-right: auto; } .cta-buttons { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; } /* 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; font-size: 1.2rem; font-weight: 600; } .footer-section ul { list-style: none; } .footer-section li { margin-bottom: 0.8rem; } .footer-section a { color: white; text-decoration: none; opacity: 0.8; transition: all 0.3s ease; font-size: 0.95rem; } .footer-section a:hover { color: #f97316; opacity: 1; } .footer-bottom { border-top: 1px solid #6b7280; padding-top: 2rem; text-align: center; opacity: 0.7; font-size: 0.9rem; } /* Related Services */ .related-services { background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); } .related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; } .related-card { background: white; border-radius: 20px; padding: 2rem; box-shadow: 0 15px 50px rgba(0,0,0,0.08); transition: all 0.4s ease; text-align: center; } .related-card:hover { transform: translateY(-10px); box-shadow: 0 25px 70px rgba(0,0,0,0.12); } .related-card h3 { font-size: 1.3rem; color: #2563eb; margin-bottom: 1rem; } .related-card p { color: #6b7280; margin-bottom: 1.5rem; line-height: 1.6; } .related-card a { color: #f97316; text-decoration: none; font-weight: 600; display: inline-flex; align-items: center; gap: 0.5rem; transition: all 0.3s ease; } .related-card a:hover { color: #2563eb; transform: translateX(5px); } /* Responsive Design */ /* Desktop - Ensure video shows */ @media (min-width: 769px) { .hero-video { display: block !important; } .hero::after { display: none !important; } } @media (max-width: 1200px) { .process-grid { grid-template-columns: repeat(2, 1fr); } .pricing-grid { grid-template-columns: repeat(2, 1fr); } .pricing-card:last-child { grid-column: 1 / -1; max-width: 400px; margin: 0 auto; } .related-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 768px) { .mobile-menu-btn { display: block; } /* Mobile - Hide video, show background image */ .hero-video { display: none !important; } .hero::after { display: block !important; } .nav-menu { display: none; position: absolute; top: 100%; left: 0; right: 0; background: white; flex-direction: column; padding: 1rem 0; box-shadow: 0 4px 10px rgba(0,0,0,0.1); } .nav-menu.active { display: flex; } .nav-item { width: 100%; } .nav-link { display: block; padding: 1rem 1.5rem; } .dropdown-content { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; background: #f8fafc; max-height: 0; overflow: hidden; } .dropdown.active .dropdown-content { max-height: 500px; } .hero { min-height: auto; padding: 120px 20px 60px; } .hero h1 { font-size: 2rem; } .hero-subtitle { font-size: 1rem; } .hero-cta-group { flex-direction: column; align-items: center; } .cta-button { width: 100%; max-width: 280px; text-align: center; } .hero-trust-badges { flex-direction: column; align-items: center; gap: 1rem; } .section { padding: 50px 0; } .section-title { font-size: 1.8rem; } .services-grid, .pdr-content, .process-grid, .pricing-grid, .locations-grid, .map-container, .related-grid { grid-template-columns: 1fr; gap: 1.5rem; } .pdr-benefits { grid-template-columns: 1fr; } .pricing-card:last-child { max-width: 100%; } .map-embed { height: 300px; } .cta-section h2 { font-size: 1.8rem; } .cta-buttons { flex-direction: column; align-items: center; } .nav-logo img { height: 60px; } } @media (max-width: 480px) { .hero h1 { font-size: 1.6rem; } .section-title { font-size: 1.5rem; } .service-card, .process-step, .pricing-card, .location-card, .related-card { padding: 1.5rem; } .nav-logo img { height: 50px; } }
Five Star Auto Body - Auto Body Shop Vancouver WA
  • About
  • Services
    Auto Body Repair Collision Repair Auto Paint Dent Repair Frame Repair
  • Locations
    Vancouver WA Longview WA Chehalis WA
  • Gallery
  • Reviews
  • Contact
Your browser does not support the video tag.

Professional Dent Repair & Paintless Dent Removal in Southwest Washington

Expert dent repair services at 4 convenient Washington locations. From minor door dings to hail damage repair, our certified technicians restore your vehicle to perfection across Clark County, Cowlitz County, and Lewis County.

Call (360) 699-4887 Get Free Estimate
✓ Free Estimates ✓ Lifetime Warranty ✓ Insurance Approved ✓ Same-Day Service Available

Comprehensive Dent Repair Services

Five Star Auto Body offers a complete range of dent repair solutions, from paintless dent removal to traditional body work. Our certified technicians handle everything from minor door dings to severe hail damage across Vancouver WA, Longview, and Chehalis.

Paintless Dent Repair (PDR)

Our signature paintless dent repair service preserves your vehicle's factory finish while removing dents quickly and affordably. PDR is the preferred method for minor to moderate dents where the paint remains intact, offering faster turnaround times and lower costs compared to traditional repair methods. This technique uses specialized steel rods and glue pulling systems to carefully reshape panels from behind, eliminating the need for body filler or repainting.

  • Preserves original factory paint
  • Typically completed same-day
  • More affordable than traditional repair
  • Maintains vehicle resale value
Vancouver PDR Services →

Door Ding & Parking Lot Damage Repair

Parking lot door dings and shopping cart damage are among the most common types of vehicle dents we repair. Whether it happened at Vancouver Mall, the Waterfront, or while grabbing groceries in Salmon Creek, our skilled technicians expertly remove these frustrating blemishes using specialized tools and techniques, restoring your vehicle's smooth, dent-free appearance without affecting the original paint.

  • Small dent removal expertise
  • Shopping cart damage repair
  • Panel restoration
  • Quick turnaround times
Longview Dent Services →

Hail Damage Repair

While Southwest Washington's Pacific Northwest climate brings mild winters, occasional hailstorms can leave vehicles covered in damage. Five Star Auto Body specializes in comprehensive hail damage repair, using advanced PDR techniques to address multiple dents efficiently. We work directly with insurance companies to streamline your claim process and get your vehicle restored quickly. Our technicians repair roof, hood, trunk, and side panel hail dents with precision.

  • Multiple dent removal
  • Insurance claim assistance
  • Roof, hood, and panel repair
  • Complete damage assessment
Chehalis Hail Repair →

Traditional Dent Repair & Body Work

For dents with paint damage, sharp creases, or complex damage patterns, our traditional dent repair services provide the comprehensive solution needed. Our journeymen technicians combine body filler work, primer application, and expert color matching to deliver invisible repairs that restore your vehicle to showroom condition. When dents involve structural damage, our team coordinates with our frame repair specialists to ensure complete restoration.

  • Collision dent repair
  • Paint damage restoration
  • Body panel replacement
  • Precision color matching
Full Auto Body Services →

Why Choose Paintless Dent Repair?

PDR is the industry's preferred method for repairing dents without paint damage, offering superior results, faster service, and cost savings

The Smart Choice for Minor Dent Removal

Paintless dent repair has revolutionized the auto body industry by providing a faster, more affordable, and environmentally friendly alternative to traditional dent repair. At Five Star Auto Body, our PDR-certified technicians use specialized high-carbon steel rods, whale tail tools, and glue pulling systems to carefully massage dents from behind the panel, preserving your vehicle's original factory finish.

This technique is ideal for door dings, minor collision dents, and hail damage where the paint surface remains intact. Because PDR eliminates the need for body filler, sanding, priming, and painting, repairs can often be completed in just a few hours rather than days, saving you time and money while maintaining your vehicle's value. Our technicians inspect every repair under specialized LED line boards to ensure a flawless, invisible restoration.

Faster Repairs

Most PDR repairs completed same-day, often in 1-3 hours

Cost Effective

Up to 50% less expensive than traditional body work

Value Retention

Original paint preserved maintains higher resale value

Eco-Friendly

No chemicals, fillers, or paint emissions

Professional paintless dent repair technician removing door ding at Five Star Auto Body in Vancouver WA

Our Dent Repair Process

From initial inspection to final quality check, we follow a proven process to deliver flawless dent repair results

1

Free Damage Assessment

Our certified estimators thoroughly inspect your vehicle, documenting all dents and assessing the best repair approach. We provide a detailed estimate and explain your options for paintless or traditional dent repair. We also check for any underlying structural concerns that may need attention.

2

Insurance Coordination

We work directly with your insurance company, handling all paperwork and communication. Whether it's hail damage or collision repair, we ensure you receive proper coverage and streamline the claims process.

3

Expert Dent Removal

Our journeymen technicians perform precise dent removal using industry-leading tools and techniques. For PDR repairs, specialized tools access the backside of panels to carefully massage dents out while preserving the original finish.

4

Quality Inspection

Every repair undergoes rigorous quality inspection under specialized LED line board lighting to ensure complete dent removal and flawless finish. We guarantee our work and won't release your vehicle until it meets our exacting standards.

Dent Repair Cost Guide

Transparent pricing for professional dent repair services in Vancouver WA, Longview, and Chehalis. Final costs depend on dent size, location, and complexity. Contact us for a free personalized estimate.

Small Door Dings

$50 - $150

Per dent, paintless repair

  • Dents under 1 inch diameter
  • Easy panel access
  • Same-day service available
  • Original paint preserved
  • Lifetime warranty included
Get Free Estimate

Medium Dents

$150 - $350

Per dent, most common repairs

  • Dents 1-3 inches diameter
  • Moderate depth damage
  • 1-3 hour repair time
  • PDR when paint intact
  • Insurance often covers
Call Now

Large Dents & Hail

$350+

Complex repairs, multiple dents

  • Dents over 3 inches
  • Multiple dent packages
  • Hail damage restoration
  • May require paint work
  • Full insurance support
Schedule Assessment

Dent Repair at All 4 Washington Locations

Convenient dent repair services across Southwest Washington with expert technicians at every location

Vancouver WA Dent Repair

Two convenient Vancouver locations serving Clark County with comprehensive dent repair services. Expert PDR and traditional dent removal for all vehicle makes and models. Serving Salmon Creek, Hazel Dell, Felida, Orchards, Cascade Park, Fisher's Landing, and Downtown Vancouver.

(360) 699-4887

Vancouver Services →

Longview WA Dent Repair

Serving Longview, Kelso, and Cowlitz County with professional dent repair services. Hail damage specialists and paintless dent removal experts ready to help. Conveniently located on Commerce Avenue near the I-5 corridor.

(360) 353-3018

Longview Services →

Chehalis WA Dent Repair

Providing Lewis County with expert dent repair and PDR services. From Centralia to Olympia, we're your trusted local auto body specialists for quality dent removal. Located on N Market Blvd for easy access off I-5.

(360) 748-8344

Chehalis Services →

Dent Repair Service Areas

Proudly serving communities throughout Southwest Washington with professional dent repair and paintless dent removal services

Clark County Dent Repair

With over 532,000 residents and a 96% vehicle ownership rate, Clark County drivers depend on reliable auto body services. Whether you picked up a door ding at the Vancouver Waterfront, a parking lot dent near Esther Short Park, or hail damage anywhere in the county, Five Star Auto Body provides expert dent repair close to home. Our two Vancouver locations make it easy for residents across Clark County to access professional PDR and traditional dent removal services.

Vancouver WA Camas Washougal Battle Ground Ridgefield La Center Salmon Creek Hazel Dell Felida Orchards Cascade Park Fisher's Landing Brush Prairie Hockinson Downtown Vancouver

Cowlitz County Dent Repair

Our Longview location on Commerce Avenue serves all of Cowlitz County with professional dent repair services. From fender benders on the I-5 corridor to parking lot dings in Kelso, our technicians deliver fast, affordable dent removal with the same quality you'd expect from a premier auto body shop.

Longview Kelso Woodland Castle Rock Kalama

Lewis County Dent Repair

Our Chehalis location on N Market Blvd provides Lewis County residents with convenient access to expert dent repair. Located right off I-5, we serve drivers from Centralia, Chehalis, and surrounding communities with full-service paintless dent removal and traditional body repair.

Chehalis Centralia Winlock Toledo Napavine

I-5 Corridor Commuter Dent Repair

With 143,000+ vehicles crossing the Interstate Bridge daily between Washington and Oregon, fender benders and parking lot dents are a fact of life for Portland-Vancouver metro commuters. Five Star Auto Body's multiple locations along the I-5 corridor make it convenient to get dent repairs done near your home or workplace, whether you're commuting from Battle Ground, living in Salmon Creek, or working near Downtown Vancouver.

Find Dent Repair Near You

Four convenient locations throughout Southwest Washington for expert dent repair services

Visit Any of Our 4 Locations

Whether you need quick door ding repair or comprehensive hail damage restoration, our certified technicians are ready to help at any Five Star Auto Body location. All locations offer free estimates, work with all major insurance companies, and provide a full range of auto body services including collision repair, auto paint, and frame repair.

  • NE 68th St - Vancouver 3019 NE 68th St, Vancouver, WA 98665
    (360) 699-4887
  • Columbia St - Vancouver 1813 Columbia St, Vancouver, WA 98660
    (360) 258-1612
  • Commerce Ave - Longview 760 Commerce Ave, Longview, WA 98632
    (360) 353-3018
  • N Market Blvd - Chehalis 55 N Market Blvd, Chehalis, WA 98532
    (360) 748-8344

Dent Repair FAQs

Common questions about dent repair services, costs, and our process

How much does dent repair cost in Vancouver WA?

+

Dent repair costs in Vancouver WA vary based on size, location, and severity. Small door dings typically range from $50-$150, medium dents cost $150-$350, and larger dents or hail damage start at $350+. Paintless dent repair is generally more affordable than traditional methods. We offer free estimates at all four Washington locations to provide accurate pricing for your specific situation.

How long does paintless dent repair take?

+

Most paintless dent repairs are completed in 1-3 hours for small to medium dents. Larger dents or multiple damage areas may require a full day. Hail damage repair with numerous dents typically takes 2-5 days depending on severity. Our technicians provide accurate time estimates during your free inspection, and many repairs can be completed while you wait.

What types of dents can be fixed with PDR?

+

Paintless dent repair works best on dents where the paint surface remains intact, including door dings, hail damage, minor collision dents, and parking lot damage. PDR is not suitable for dents with cracked or chipped paint, sharp creases, damage on body lines, or dents with significant paint damage. Our technicians assess every vehicle to recommend the most effective repair method.

Does insurance cover dent repair?

+

Yes, most comprehensive auto insurance policies cover dent repair, especially for hail damage and collision-related dents. Comprehensive coverage typically handles weather damage, while collision coverage covers accident-related dents. Five Star Auto Body works directly with all major insurance companies, handling paperwork and communicating with adjusters to streamline your claim process.

Where can I get dent repair in Vancouver WA?

+

Five Star Auto Body has two convenient dent repair locations in Vancouver WA. Our NE 68th Street location (3019 NE 68th St, 360-699-4887) serves Northeast Vancouver, Salmon Creek, Hazel Dell, and Felida. Our Columbia Street location (1813 Columbia St, 360-258-1612) serves Downtown Vancouver, the Waterfront area, and Southwest Vancouver. Both locations offer free estimates, paintless dent repair, and traditional dent removal with certified technicians.

Will dent repair affect my car's value?

+

Quality dent repair, especially paintless dent repair, helps maintain your vehicle's value by preserving the original factory finish. PDR is particularly valuable because it doesn't require body filler or repainting, which buyers often view negatively. Our professional repairs restore your vehicle's appearance completely, and many buyers won't be able to tell a repair was ever performed.

What is the difference between paintless dent repair and traditional dent repair?

+

Paintless dent repair (PDR) uses specialized tools to massage dents out from behind the panel, preserving the original factory paint. Traditional dent repair involves body filler, sanding, priming, and repainting the damaged area. PDR is faster, more affordable, and maintains your vehicle's resale value, but requires intact paint. Traditional repair is necessary when paint is cracked, the dent has sharp creases, or when collision damage is more extensive.

Can hail damage be repaired with paintless dent repair?

+

Yes, hail damage is one of the most common applications for paintless dent repair. Since hail typically creates numerous small dents without breaking the paint surface, PDR is the ideal repair method. Five Star Auto Body specializes in hail damage restoration across Southwest Washington, and we work directly with insurance companies to handle your claim. Most hail damage repairs take 2-5 days depending on the number of dents.

Related Auto Body Services

Complete auto body solutions at Five Star Auto Body

Collision Repair

Comprehensive collision repair services including structural repair and complete vehicle restoration. Our certified technicians return your vehicle to pre-accident condition.

Learn About Collision Repair →

Auto Paint Services

Expert auto paint services with computerized color matching for seamless repairs. From touch-ups to complete repaints, we deliver showroom-quality finishes.

Explore Auto Paint →

Frame Repair

Professional frame straightening and structural repair using computerized measuring systems. We restore your vehicle's frame to manufacturer specifications for safety.

View Frame Repair Services →

Auto Body Repair

Full-service auto body repair including panel replacement, rust repair, and body restoration. Our journeymen technicians handle all makes and models.

View Auto Body Services →

Ready to Remove Those Dents?

Get a free estimate at any of our four Washington locations. Our certified technicians provide expert dent repair with a lifetime warranty on all work.

Call (360) 699-4887 Schedule Free Estimate

Services

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

Dent Repair by Location

  • Vancouver WA Dent Repair
  • Longview WA Dent Repair
  • Chehalis WA Dent Repair

Locations

  • Vancouver WA
  • Longview WA
  • Chehalis WA
  • NE 68th Street
  • Columbia Street
  • Commerce Avenue
  • N Market Blvd

Contact Us

  • Vancouver: (360) 699-4887
  • Vancouver: (360) 258-1612
  • Longview: (360) 353-3018
  • Chehalis: (360) 748-8344
  • Email: fivestarautobody@gmail.com
  • Blog

© 2026 Five Star Auto Body. All rights reserved.

Dent Repair Vancouver WA | Paintless Dent Removal Longview | Door Ding Repair Chehalis WA | PDR Clark County