<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Clean Owl Detailing - Precision Auto Detailing</title>

    <link rel="stylesheet" href="style.css">

</head>

<body>

    <!-- Navigation -->

    <nav>

        <div class="logo">

            <img src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><circle cx='100' cy='100' r='80' fill='%23d4af37'/><text x='100' y='120' font-size='60' text-anchor='middle' fill='white'>OWL</text></svg>" alt="Clean Owl Detailing">

        </div>

        <div class="nav-links">

            <a onclick="scrollToSection('hero')">Home</a>

            <a onclick="scrollToSection('services')">Services</a>

            <a onclick="scrollToSection('reviews')">Reviews</a>

            <a class="book-btn" onclick="showServicesPage()">Book Online</a>

        </div>

        <div class="social-icons">

            <a href="#" title="Facebook">f</a>

            <a href="#" title="Instagram">📷</a>

            <a href="#" title="YouTube">▶</a>

            <a href="#" title="TikTok">♪</a>

        </div>

    </nav>


    <!-- Main Content -->

    <div id="mainContent">

        <!-- Hero Section -->

        <section id="hero" class="hero">

            <h1>PRECISION AUTO DETAILING FOR OWNERS WHO CARE ABOUT THEIR VEHICLES</h1>

            <p>High-quality interior and exterior detailing focused on</p>

            <p>protection, restoration, and long-term care.</p>

            <p class="location">Serving Chattanooga TN</p>

            

            <div class="cta-buttons">

                <a href="https://form.jotform.com/YOUR_FORM_ID" class="btn-red" target="_blank">START YOUR QUOTE</a>

                <a href="tel:4232036046" class="btn-white">

                    <span>📞</span> CALL NOW

                </a>

            </div>


            <div class="service-boxes">

                <div class="service-box" onclick="openModal('exterior')">EXTERIOR<br>PROTECTION</div>

                <div class="service-box" onclick="openModal('interior')">INTERIOR<br>RESTORATION</div>

                <div class="service-box" onclick="openModal('fullreset')">FULL VEHICLE<br>RESET</div>

                <div class="service-box" onclick="openModal('maintenance')">MAINTENANCE<br>PROGRAM</div>

            </div>

        </section>


        <!-- Services Section -->

        <section id="services" class="services-section">

            <h2>WHAT YOU CAN EXPECT</h2>

            <div class="services-grid">

                <div class="service-card">

                    <img src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 300'><rect fill='%23555' width='400' height='300'/><text x='200' y='150' font-size='30' text-anchor='middle' fill='white'>Exterior</text></svg>" alt="Exterior Protection">

                    <div class="service-card-content">

                        <h3>Exterior Protection</h3>

                        <p>Safe wash methods, careful decontamination, and protection designed to enhance gloss and preserve your paint.</p>

                    </div>

                </div>

                <div class="service-card">

                    <img src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 300'><rect fill='%23444' width='400' height='300'/><text x='200' y='150' font-size='30' text-anchor='middle' fill='white'>Interior</text></svg>" alt="Interior Restoration">

                    <div class="service-card-content">

                        <h3>Interior Restoration</h3>

                        <p>Thorough interior cleaning focused on surfaces, fabrics, and details that make your vehicle feel clean again.</p>

                    </div>

                </div>

                <div class="service-card">

                    <img src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 300'><rect fill='%23666' width='400' height='300'/><text x='200' y='150' font-size='30' text-anchor='middle' fill='white'>Reset</text></svg>" alt="Full Vehicle Reset">

                    <div class="service-card-content">

                        <h3>Full Vehicle Reset</h3>

                        <p>A complete interior and exterior detail that restores your vehicle's appearance and leaves it refreshed from top to bottom.</p>

                    </div>

                </div>

                <div class="service-card">

                    <img src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 300'><rect fill='%23333' width='400' height='300'/><text x='200' y='150' font-size='30' text-anchor='middle' fill='white'>Maintenance</text></svg>" alt="Maintenance Program">

                    <div class="service-card-content">

                        <h3>Maintenance Program</h3>

                        <p>Consistent upkeep for vehicles that need to stay clean, protected, and presentable over time.</p>

                    </div>

                </div>

            </div>

            <div class="services-cta">

                <a href="https://form.jotform.com/YOUR_FORM_ID" class="btn-red" target="_blank">START YOUR QUOTE</a>

            </div>

        </section>


        <!-- Reviews Section -->

        <section id="reviews" class="reviews-section">

            <div class="reviews-container">

                <div class="reviews-left">

                    <h2>CUSTOMER<br>REVIEWS</h2>

                    <img src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400'><circle cx='200' cy='200' r='150' fill='%23d4af37'/><text x='200' y='220' font-size='80' text-anchor='middle' fill='white'>🦉</text></svg>" alt="Clean Owl Logo">

                </div>

                <div class="reviews-grid">

                    <div class="review-card">

                        <div class="review-header">

                            <div class="review-avatar">D</div>

                            <div class="review-info">

                                <h4>Dewayne Huff</h4>

                                <div class="stars">⭐⭐⭐⭐⭐</div>

                            </div>

                        </div>

                        <p>Very helpful and friendly quick Service with affordable prices really like this place</p>

                    </div>

                    <div class="review-card">

                        <div class="review-header">

                            <div class="review-avatar" style="background: #c71585;">E</div>

                            <div class="review-info">

                                <h4>Erica Choice</h4>

                                <div class="stars">⭐⭐⭐⭐⭐</div>

                            </div>

                        </div>

                        <p>Friendly service and actually have good quality use tires</p>

                    </div>

                    <div class="review-card">

                        <div class="review-header">

                            <div class="review-avatar">S</div>

                            <div class="review-info">

                                <h4>Sandis Cooper</h4>

                                <div class="stars">⭐⭐⭐⭐⭐</div>

                            </div>

                        </div>

                        <p>BEST TIRE SHOP IN AMERICA!!!!</p>

                    </div>

                    <div class="review-card">

                        <div class="review-header">

                            <div class="review-avatar">B</div>

                            <div class="review-info">

                                <h4>Bradley Madaris</h4>

                                <div class="stars">⭐⭐⭐⭐⭐</div>

                            </div>

                        </div>

                        <p>These guys saved me a lot of hassle and trouble, I would highly recommend to see them if you're in need of any tire trouble.</p>

                    </div>

                </div>

            </div>

        </section>


        <!-- Why Choose Us Section -->

        <section class="why-section">

            <div class="why-container">

                <div class="why-left">

                    <img src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 400'><rect fill='%23333' width='600' height='400'/><text x='300' y='200' font-size='40' text-anchor='middle' fill='white'>Detailing Process</text></svg>" alt="Detailing Process">

                </div>

                <div class="why-right">

                    <h3>WHY CHOOSE US</h3>

                    <h2>We focus on one thing: doing detailing the right way.</h2>

                    <p>Clean Owl Detailing was built for owners who care about their vehicles and expect consistent, professional results. Every detail is approached with a clear process, quality products, and attention to the small things that make a real difference.</p>

                    <p>We don't rush jobs or cut corners. Our work is designed to protect your vehicle, restore its appearance, and keep it looking its best over time — not just for the drive home.</p>

                    <p>If you're looking for careful workmanship, clear communication, and detailing you can trust, you're in the right place.</p>

                    <div class="why-cta">

                        <a href="https://form.jotform.com/YOUR_FORM_ID" class="btn-red" target="_blank">START YOUR QUOTE</a>

                    </div>

                </div>

            </div>

        </section>

    </div>


    <!-- Services Detail Page -->

    <div id="servicesPage" class="services-page">

        <div style="max-width: 1200px; margin: 0 auto;">

            <a class="back-btn" onclick="hideServicesPage()">← Back to Home</a>

            <h1>Our Services</h1>

            <div class="services-detail-grid">

                <div class="service-detail">

                    <h2>Exterior Protection</h2>

                    <p>[Placeholder: Add details about your exterior protection services, pricing, what's included, estimated time, etc.]</p>

                </div>

                <div class="service-detail">

                    <h2>Interior Restoration</h2>

                    <p>[Placeholder: Add details about your interior restoration services, pricing, what's included, estimated time, etc.]</p>

                </div>

                <div class="service-detail">

                    <h2>Full Vehicle Reset</h2>

                    <p>[Placeholder: Add details about your full vehicle reset service, pricing, what's included, estimated time, etc.]</p>

                </div>

                <div class="service-detail">

                    <h2>Maintenance Program</h2>

                    <p>[Placeholder: Add details about your maintenance program, pricing, frequency, what's included, etc.]</p>

                </div>

            </div>

            <div style="text-align: center; margin-top: 60px;">

                <a href="https://form.jotform.com/YOUR_FORM_ID" class="btn-red" target="_blank">START YOUR QUOTE</a>

            </div>

        </div>

    </div>


    <!-- Modal for Service Details -->

    <div id="serviceModal" class="modal">

        <div class="modal-content">

            <button class="modal-close" onclick="closeModal()">×</button>

            <div id="modalBody"></div>

        </div>

    </div>


    <script src="script.js"></script>

</body>

</html>