All In One Cleaning Pros | Premium Commercial & Industrial Cleaning
https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/js/all.min.js

:root {
–primary: #004aad; /* Professional Deep Blue */
–secondary: #00bf63; /* Eco-Friendly Green */
–dark: #1a1a1a;
–light: #f4f7f6;
–white: #ffffff;
}

* { margin: 0; padding: 0; box-sizing: border-box; font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif; }
body { background-color: var(–light); color: var(–dark); line-height: 1.6; }

/* Navigation */
nav {
background: var(–white);
padding: 1rem 5%;
display: flex;
justify-content: space-between;
align-items: center;
position: sticky;
top: 0;
z-index: 1000;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.logo { font-size: 1.5rem; font-weight: 800; color: var(–primary); }
.logo span { color: var(–secondary); }
.nav-links a { margin-left: 20px; text-decoration: none; color: var(–dark); font-weight: 600; transition: 0.3s; }
.nav-links a:hover { color: var(–primary); }
.cta-btn { background: var(–primary); color: white !important; padding: 10px 20px; border-radius: 5px; }

/* Hero Section */
.hero {
background: linear-gradient(rgba(0,74,173,0.8), rgba(0,74,173,0.8)), url(‘https://images.unsplash.com/photo-1584622650111-993a426fbf0a?auto=format&fit=crop&q=80&w=1600’) center/cover;
height: 80vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
color: white;
padding: 0 10%;
}
.hero h1 { font-size: 3.5rem; margin-bottom: 1rem; }
.hero p { font-size: 1.2rem; max-width: 800px; margin-bottom: 2rem; }

/* Stats Section (Mirroring Industry Leaders) */
.stats {
display: grid;
grid-template-columns: repeat(4, 1fr);
padding: 3rem 10%;
background: var(–white);
text-align: center;
margin-top: -50px;
width: 80%;
margin-left: auto;
margin-right: auto;
border-radius: 10px;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.stat-item h3 { color: var(–primary); font-size: 2rem; }

/* Services Grid */
.services { padding: 5rem 10%; text-align: center; }
.services-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
margin-top: 3rem;
}
.service-card {
background: white;
padding: 30px;
border-radius: 10px;
transition: 0.3s;
border-bottom: 4px solid transparent;
}
.service-card:hover { transform: translateY(-10px); border-bottom: 4px solid var(–secondary); }
.service-card i { font-size: 3rem; color: var(–primary); margin-bottom: 1rem; }

/* Contact / Quote Form */
.quote-section { background: var(–dark); color: white; padding: 5rem 10%; display: flex; gap: 50px; flex-wrap: wrap; }
.quote-text { flex: 1; min-width: 300px; }
.quote-form { flex: 1; min-width: 300px; background: white; padding: 30px; border-radius: 10px; }
.quote-form input, .quote-form select, .quote-form textarea {
width: 100%; padding: 12px; margin-bottom: 15px; border: 1px solid #ddd; border-radius: 5px;
}
.submit-btn { background: var(–secondary); color: white; border: none; width: 100%; padding: 15px; font-weight: bold; cursor: pointer; }

footer { background: #111; color: #777; padding: 3rem 10%; text-align: center; }

@media (max-width: 768px) {
.hero h1 { font-size: 2.2rem; }
.stats { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}

Precision in Every Polish.

Providing hospital-grade disinfection and premium janitorial services for Portland’s leading commercial, industrial, and medical facilities.

Schedule an Inspection

29+

Years Experience

100%

Vetted Staff

24/7

Emergency Response

Eco

Green Certified

Commercial Cleaning Solutions

Tailored programs designed to improve workplace efficiency and well-being.

Janitorial Services

Daily and nightly cleaning programs customized to your facility’s foot traffic and hours.

Medical Grade Sanitzation

OSHA-compliant terminal cleaning for clinics, dental offices, and surgical centers.

Industrial Floor Care

Heavy-duty stripping, waxing, and concrete restoration for warehouses and plants.

Partner with the Pros

Ready to elevate your facility’s standards? Our team of background-checked professionals is ready to provide a customized cleaning plan that fits your budget.

Fully Bonded & Insured

Local Portland Expertise

Transparent, Data-Driven Reporting

Request an Estimate

Facility Type
Corporate Office
Medical Facility
Industrial/Warehouse

© 2026 All In One Cleaning Pros. All Rights Reserved.

Serving Portland, Salem, and Vancouver Metro Areas.

document.getElementById(‘contactForm’).addEventListener(‘submit’, function(e) {
e.preventDefault();
alert(‘Thank you! One of our facility specialists will reach out within 60 minutes.’);
});