/*
Theme Name: Steam Cleaning Miami - Professional
Theme URI: https://steamcleaningmiami.com
Author: Sky SEO Digital
Description: Professional one-page WordPress theme for Steam Cleaning Miami with overlay and clean styling.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: steamcleaningmiami-prof
*/

body { margin:0; font-family:'Open Sans', sans-serif; color:#333; background:#fff; scroll-behavior:smooth; }

.hero { position: relative; background:url('assets/images/hero-cleaning.jpg') center/cover no-repeat; text-align:center; color:#fff; padding:140px 20px 100px; }
.hero-overlay { position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.45); }
.hero-content { position:relative; z-index:1; }
.hero h1 { font-size:2.8rem; margin-bottom:15px; }
.hero p.promo { font-size:1.3rem; background:#FF9900; display:inline-block; padding:8px 15px; border-radius:6px; margin:15px 0; }

.section { padding:80px 20px; text-align:center; }
.section:nth-of-type(even) { background:#f7f7f7; }

.services { display:flex; flex-wrap:wrap; justify-content:center; }
.service { background:#fff; border-radius:8px; box-shadow:0 6px 18px rgba(0,0,0,0.1); padding:20px; margin:15px; text-align:center; flex:1 1 300px; }
.service img { width:100%; border-radius:8px; margin-bottom:10px; }
.service h3 { margin-top:0; }

.button { display:inline-block; margin:5px; padding:12px 25px; background:#FF9900; color:#fff; text-decoration:none; border-radius:4px; font-weight:600; }
.button:hover { background:#e88b00; }

footer { background:#f7f7f7; color:#333; text-align:center; padding:30px 20px; }
footer a { color:#0066CC; text-decoration:none; }
.back-to-top { display:block; margin-top:10px; }

@media(max-width:768px){.services{flex-direction:column;}.hero h1{font-size:2rem;}.button{width:100%;margin-bottom:10px;}}
