<!DOCTYPE html>
<html lang="en">
<head>
    <!-- Meta Tags -->
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
    <!-- SEO Meta Tags -->
    <title>C & M Commercial Waste | Dumpster Rental Ooltewah, TN</title>
    <meta name="description" content="C & M Commercial Waste offers reliable dumpster rentals and porta potty services in Ooltewah, TN, and surrounding areas. Get a quote for your commercial waste needs today!">
    
    <!-- Open Graph Meta Tags -->
    <meta property="og:type" content="website">
    <meta property="og:site_name" content="C & M Commercial Waste">
    <meta property="og:title" content="C & M Commercial Waste | Reliable Dumpster Rentals in Ooltewah, TN">
    <meta property="og:description" content="Family-owned since 1979, providing dependable dumpster rentals and waste management solutions for Tennessee and North Georgia. Get your free quote today!">
    <meta property="og:url" content="https://cmcommercialwaste.com">
    <meta property="og:image" content="https://cmcommercialwaste.com/images/cm%20comm%208.png">
    <meta property="og:image:alt" content="C & M Commercial Waste - Dumpster rental truck and services">
    <meta property="og:image:width" content="1200">
    <meta property="og:image:height" content="630">
    <meta property="og:locale" content="en_US">
    
    <!-- Twitter Card Meta Tags -->
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="C & M Commercial Waste | Reliable Dumpster Rentals">
    <meta name="twitter:description" content="Family-owned since 1979, providing dependable dumpster rentals and waste management solutions for Tennessee and North Georgia.">
    <meta name="twitter:image" content="https://cmcommercialwaste.com/images/cm%20comm%208.png">
    <meta name="twitter:image:alt" content="C & M Commercial Waste - Dumpster rental truck and services">
    
    <!-- Local Business SEO Meta Tags -->
    <meta name="geo.region" content="US-TN">
    <meta name="geo.placename" content="Ooltewah, Tennessee">
    <meta name="geo.position" content="35.0972659;-85.0102865">
    <meta name="ICBM" content="35.0972659, -85.0102865">
    
    <!-- External Resources -->
    <script src="https://cdn.tailwindcss.com"></script>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
    
    <!-- Favicon and Stylesheets -->
    <link href="/images/cticon.png" rel="icon" type="image/png">
    <link href="main2.css" rel="stylesheet" type="text/css">
    
    <!-- Structured Data -->
    <script type="application/ld+json">
    {
        "@context": "https://schema.org",
        "@type": "LocalBusiness",
        "name": "C & M Commercial Waste",
        "image": "https://cmcommercialwaste.com/images/cm%20comm%208.png",
        "telephone": "423-541-3999",
        "email": "Christy@cmcommercialwaste.com",
        "address": {
            "@type": "PostalAddress",
            "streetAddress": "5804 S Lee Hwy",
            "addressLocality": "McDonald",
            "addressRegion": "TN",
            "postalCode": "37353"
        },
        "url": "https://cmcommercialwaste.com/",
        "serviceArea": {
            "@type": "GeoShape",
            "description": "Ooltewah, TN and surrounding areas"
        },
        "openingHoursSpecification": [{
            "@type": "OpeningHoursSpecification",
            "dayOfWeek": [
                "Monday",
                "Tuesday", 
                "Wednesday",
                "Thursday",
                "Friday"
            ],
            "opens": "08:00",
            "closes": "17:00"
        }]
    }
    </script>

    <!-- Custom Styles -->
    <style>
        /* Base Styles */
        body {
            font-family: 'Inter', sans-serif;
            padding-top: 92px;
        }

        /* Hero Video Container */
        .hero-video-container {
            position: relative;
            width: 100%;
            height: 60vh;
            overflow: hidden;
        }

        #heroVideo {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            z-index: -100;
            transform: translateX(-50%) translateY(-50%);
            background-size: cover;
        }

        .video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Loading Spinner */
        .loading-spinner {
            border: 3px solid #f3f3f3;
            border-top: 3px solid #DC2626;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            animation: spin 1s linear infinite;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 100;
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        /* Navigation Styles */
        .active-nav-link {
            background-color: #FBBF24;
            color: #DC2626;
        }

        /* Mobile Responsive Video */
        @media (max-width: 768px) {
            #heroVideo {
                display: none;
            }
            
            .hero-video-container {
                background-image: url('images/cartoon truck2.png');
                background-size: cover;
                background-position: center;
            }
        }

        /* Service Cards Hover Effects */
        .service-card {
            transition: all 0.3s ease;
        }

        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        }
    </style>
</head>

<body class="bg-yellow-400">
    <!-- Fixed Navigation -->
    <div class="fixed top-0 left-0 right-0 z-50 p-3">
        <nav class="bg-gray-800 shadow-xl rounded-xl">
            <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
                <div class="flex items-center justify-between h-16">
                    <!-- Logo -->
                    <div class="flex-shrink-0">
                        <a href="https://cmcommercialwaste.com" class="flex items-center text-white">
                            <img class="h-14 mr-2" src="images/ws cmcomm 6.png" alt="C & M Commercial Waste Logo">
                        </a>
                    </div>

                    <!-- Desktop Navigation -->
                    <div class="hidden md:block">
                        <div class="ml-10 flex items-baseline space-x-4">
                            <a href="https://cmcommercialwaste.com/ResidentialNew.html" 
                               class="text-white hover:bg-yellow-300 hover:text-red-600 px-3 py-2 rounded-md text-2xl font-medium">
                               Residential
                            </a>
                            <a href="https://cmcommercialwaste.com/CommercialNew.html" 
                               class="text-white hover:bg-yellow-300 hover:text-red-600 px-3 py-2 rounded-md text-2xl font-medium">
                               Commercial
                            </a>
                            <a href="https://cmcommercialwaste.com/monthly.html" 
                               class="text-white hover:bg-yellow-300 hover:text-red-600 px-3 py-2 rounded-md text-2xl font-medium">
                               Monthly Dumpster
                            </a>
                            <a href="https://cmcommercialwaste.com/qanda.html" 
                               class="text-white hover:bg-yellow-300 hover:text-red-600 px-3 py-2 rounded-md text-2xl font-medium">
                               Q & A
                            </a>
                            <a href="https://cmcommercialwaste.com/aboutus.html" 
                               class="text-white hover:bg-yellow-300 hover:text-red-600 px-3 py-2 rounded-md text-2xl font-medium">
                               About Us
                            </a>
                            <a href="https://cmcommercialwaste.com/Quote.html" 
                               class="bg-red-600 hover:bg-yellow-300 hover:text-black text-white px-3 py-2 rounded-md text-sm font-bold">
                               Get a Quote
                            </a>
                        </div>
                    </div>

                    <!-- Mobile Menu Button -->
                    <div class="-mr-2 flex md:hidden">
                        <button id="mobile-menu-button" type="button" 
                                class="bg-gray-800 inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-white hover:bg-gray-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-800 focus:ring-white" 
                                aria-controls="mobile-menu" aria-expanded="false">
                            <span class="sr-only">Open main menu</span>
                            <svg id="hamburger-icon" class="block h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16m-7 6h7" />
                            </svg>
                            <svg id="close-icon" class="hidden h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" />
                            </svg>
                        </button>
                    </div>
                </div>
            </div>
        </nav>

        <!-- Mobile Menu -->
        <div id="mobile-menu" class="hidden md:hidden bg-red-700 rounded-b-xl pb-3">
            <div class="px-2 pt-2 pb-3 space-y-1 sm:px-3 text-center">
                <a href="https://cmcommercialwaste.com/ResidentialNew.html" 
                   class="text-gray-300 hover:bg-yellow-300 hover:text-red-600 block px-3 py-2 rounded-md text-base font-medium">
                   Residential
                </a>
                <a href="https://cmcommercialwaste.com/CommercialNew.html" 
                   class="text-gray-300 hover:bg-yellow-300 hover:text-red-600 block px-3 py-2 rounded-md text-base font-medium">
                   Commercial
                </a>
                <a href="https://cmcommercialwaste.com/qanda.html" 
                   class="text-gray-300 hover:bg-yellow-300 hover:text-red-600 block px-3 py-2 rounded-md text-base font-medium">
                   Q & A
                </a>
                <a href="https://cmcommercialwaste.com/aboutus.html" 
                   class="text-gray-300 hover:bg-yellow-300 hover:text-red-600 block px-3 py-2 rounded-md text-base font-medium">
                   About Us
                </a>
                <a href="https://cmcommercialwaste.com/Quote.html" 
                   class="bg-red-600 text-white block px-3 py-2 mt-2 rounded-md text-base font-bold">
                   Get a Quote
                </a>
            </div>
        </div>
    </div>

    <!-- Hero Section -->
    <header class="hero-video-container">
        <div class="loading-spinner" id="pageLoader"></div>
        
        <video autoplay muted loop playsinline id="heroVideo" poster="images/video-poster.jpg" preload="metadata">
            <source src="images/main2.mp4" type="video/mp4">
            Your browser does not support the video tag.
        </video>
        
        <div class="video-overlay">
            <div class="text-center text-white p-4">
                <!-- Trust Signals -->
                <div class="mb-6 flex flex-col sm:flex-row items-center justify-center gap-4 sm:gap-8">
                    <!-- Google Reviews -->
                    <a href="https://www.google.com/search?q=C%26M+Commercial+Waste+reviews" 
                       target="_blank" 
                       rel="noopener noreferrer" 
                       class="flex items-center gap-3 text-white hover:text-yellow-400 transition-all duration-300 hover:scale-105">
                        <div class="text-left">
                            <div class="flex items-center">
                                <span class="material-icons text-yellow-400 text-2xl">star</span>
                                <span class="material-icons text-yellow-400 text-2xl">star</span>
                                <span class="material-icons text-yellow-400 text-2xl">star</span>
                                <span class="material-icons text-yellow-400 text-2xl">star</span>
                                <span class="material-icons text-yellow-400 text-2xl">star</span>
                            </div>
                            <p class="text-sm font-semibold">Rated 5.0 on Google</p>
                        </div>
                    </a>
                    
                    <!-- BBB Rating -->
                    <a href="https://www.bbb.org/us/tn/mc-donald/profile/garbage-removal/cm-disposal-service-inc-0483-6007111" 
                       target="_blank" 
                       rel="noopener noreferrer" 
                       class="flex items-center gap-3 text-white hover:text-yellow-400 transition-all duration-300 hover:scale-105">
                        <div class="text-left">
                            <p class="text-2xl font-bold">A+ Rating</p>
                            <p class="text-sm font-semibold">Better Business Bureau</p>
                        </div>
                    </a>
                </div>

                <!-- Hero Content -->
                <h1 class="text-4xl md:text-6xl font-bold mb-4 leading-tight shadow-lg">
                    Hassle-Free Dumpster Rentals
                </h1>

                <p class="text-lg md:text-xl mb-8 max-w-2xl mx-auto">
                    At C&M Commercial Waste, we make waste removal simple. Whether you're renovating your home, 
                    managing a construction site, or handling commercial waste, we deliver the right dumpster when you need it. 
                    Serving Ooltewah area and North Georgia with dependable service since 1979.
                </p>

                <a href="https://cmcommercialwaste.com/Quote.html" 
                   class="bg-red-600 hover:bg-yellow-300 hover:text-black hover:scale-105 text-white px-6 py-4 rounded-lg text-xl font-bold shadow-lg transition-all duration-300">
                   Get a Quote
                </a>
            </div>
        </div>
    </header>

    <!-- Services Section -->
    <main class="p-8">
        <h2 id="contact" class="text-3xl font-bold text-center mb-6">Our Services</h2>
        
        <div class="max-w-4xl mx-auto grid md:grid-cols-2 gap-8">
            <!-- Commercial Services -->
            <a href="https://cmcommercialwaste.com/CommercialNew.html" 
               class="service-card block bg-white p-8 rounded-lg shadow-lg hover:shadow-xl hover:scale-105 hover:bg-red-600 hover:text-white transition-all duration-300">
                <h3 class="text-2xl font-semibold mb-4">Commercial Dumpsters</h3>
                <p class="text-lg">Tailored waste management solutions for businesses of all sizes.</p>
            </a>

            <!-- Residential Services -->
            <a href="https://cmcommercialwaste.com/ResidentialNew.html" 
               class="service-card block bg-white p-8 rounded-lg shadow-lg hover:shadow-xl hover:scale-105 hover:bg-red-600 hover:text-white transition-all duration-300">
                <h3 class="text-2xl font-semibold mb-4">Residential Dumpsters</h3>
                <p class="text-lg">Perfect for home renovations, cleanouts, and construction projects.</p>
            </a>
        </div>
    </main>

    <!-- Footer -->
    <footer class="bg-gray-800 text-white">
        <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
            <div class="grid grid-cols-1 md:grid-cols-3 lg:grid-cols-5 gap-8">
                <!-- Company Info -->
                <div class="space-y-4">
                    <a href="index.html" class="inline-block">
                        <img class="h-12" src="images/ws cmcomm 6.png" alt="C & M Commercial Waste Logo">
                    </a>
                    <p class="text-gray-400 text-sm">
                        Family-owned and operated since 1979, providing dependable waste solutions for Tennessee and North Georgia.
                    </p>
                </div>

                <!-- Family of Services -->
                <div class="mt-8 md:mt-0">
                    <h3 class="text-lg font-bold text-white">C&M Family of Services</h3>
                    <ul class="mt-4 space-y-2 text-sm">
                        <li>
                            <a href="http://www.coffeypotties.com/" 
                               class="text-gray-400 hover:text-yellow-300 transition-colors duration-300">
                               Coffey Potties
                            </a>
                        </li>
                        <li>
                            <a href="https://www.cmdisposalinc.com/" 
                               class="text-gray-400 hover:text-yellow-300 transition-colors duration-300">
                               C&M Disposal
                            </a>
                        </li>
                        <li>
                            <a href="https://cmcommercialwaste.com/dkc/" 
                               class="text-gray-400 hover:text-yellow-300 transition-colors duration-300">
                               DKC Property Rentals
                            </a>
                        </li>
                        <li>
                            <a href="https://cmdisposalinc.com/leafandgrass.html" 
                               class="text-gray-400 hover:text-yellow-300 transition-colors duration-300">
                               Leaf and Grass Pickup
                            </a>
                        </li>
                    </ul>
                </div>

                <!-- Social Media -->
                <div class="mt-8 md:mt-0">
                    <h3 class="text-lg font-bold text-white">Follow Us</h3>
                    <div class="mt-4 flex space-x-4">
                        <a href="https://www.facebook.com/cmcommercialwaste" 
                           target="_blank" 
                           class="text-gray-400 hover:text-yellow-300 transition-colors duration-300">
                           Facebook
                        </a>
                    </div>
                </div>

                <!-- Service Area -->
                <div class="mt-8 md:mt-0">
                    <h3 class="text-lg font-bold text-white">Service Area</h3>
                    <ul class="mt-4 space-y-2 text-sm text-gray-400">
                        <li>Ooltewah, TN</li>
                        <li>Collegedale, TN</li>
                        <li>Cleveland, TN</li>
                        <li>Apison, TN</li>
                        <li>McDonald, TN</li>
                        <li>Chattanooga, TN</li>
                        <li>And Surrounding Areas</li>
                    </ul>
                </div>

                <!-- Contact Info -->
                <div class="mt-8 md:mt-0">
                    <h3 class="text-lg font-bold text-white">Contact Us</h3>
                    <ul class="mt-4 space-y-3 text-sm">
                        <li class="flex items-start">
                            <span class="material-icons mr-3 mt-1 text-yellow-300">phone</span>
                            <a href="tel:423-541-3999" 
                               class="text-gray-400 hover:text-yellow-300 transition-colors duration-300">
                               423-541-3999
                            </a>
                        </li>
                        <li class="flex items-start">
                            <span class="material-icons mr-3 mt-1 text-yellow-300">email</span>
                            <a href="mailto:Christy@cmcommercialwaste.com" 
                               class="text-gray-400 hover:text-yellow-300 transition-colors duration-300">
                               Christy@cmcommercialwaste.com
                            </a>
                        </li>
                        <li class="flex items-start">
                            <span class="material-icons mr-3 mt-1 text-yellow-300">location_on</span>
                            <a href="https://www.google.com/maps/place/5804+S+Lee+Hwy,+McDonald,+TN+37353/@35.0972659,-85.0102865,17z/data=!3m1!4b1!4m5!3m4!1s0x88607e1135e2a741:0xe8d48e496ea25173!8m2!3d35.0972615!4d-85.0080978" 
                               target="_blank"
                               class="text-gray-400 hover:text-yellow-300 transition-colors duration-300">
                               5804 S Lee Hwy<br>McDonald, TN 37353
                            </a>
                        </li>
                    </ul>
                </div>
            </div>

            <!-- Copyright -->
            <div class="mt-12 border-t border-gray-700 pt-8 text-center">
                <p class="text-sm text-gray-500">© 2025 C & M Commercial Waste. All Rights Reserved.</p>
            </div>
        </div>
    </footer>

    <!-- JavaScript -->
    <script>
        // Page Load Handler
        window.addEventListener('load', function() {
            const pageLoader = document.getElementById('pageLoader');
            if (pageLoader) {
                pageLoader.style.display = 'none';
            }
        });

        // Mobile Menu Toggle
        document.addEventListener('DOMContentLoaded', function() {
            const mobileMenuButton = document.getElementById('mobile-menu-button');
            const mobileMenu = document.getElementById('mobile-menu');
            const hamburgerIcon = document.getElementById('hamburger-icon');
            const closeIcon = document.getElementById('close-icon');

            if (mobileMenuButton && mobileMenu) {
                mobileMenuButton.addEventListener('click', function() {
                    // Toggle menu visibility
                    mobileMenu.classList.toggle('hidden');
                    
                    // Toggle icons
                    hamburgerIcon.classList.toggle('hidden');
                    hamburgerIcon.classList.toggle('block');
                    closeIcon.classList.toggle('hidden');
                    closeIcon.classList.toggle('block');
                    
                    // Update aria-expanded
                    const isExpanded = !mobileMenu.classList.contains('hidden');
                    mobileMenuButton.setAttribute('aria-expanded', isExpanded);
                });
            }
        });

        // Smooth scrolling for anchor links
        document.querySelectorAll('a[href^="#"]').forEach(anchor => {
            anchor.addEventListener('click', function (e) {
                e.preventDefault();
                const target = document.querySelector(this.getAttribute('href'));
                if (target) {
                    target.scrollIntoView({
                        behavior: 'smooth',
                        block: 'start'
                    });
                }
            });
        });
    </script>
</body>
</html>