/*
Theme Name: SparkleClean Theme
Theme URI: https://albannasoft.com/sparkleclean-theme
Author: Fahmy Ali
Author URI: https://albannasoft.com
Description: A custom WordPress theme for SparkleClean, a professional cleaning service.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sparkleclean
*/

   .hero {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1581578731548-c64695cc6952?ixlib=rb-4.0.3');
            background-size: cover;
            background-position: center;
        }
        
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }
        
        .process-step::before {
            content: "";
            position: absolute;
            width: 30px;
            height: 30px;
            background-color: #B82E21;
            border-radius: 50%;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 10;
        }
        
        .testimonial-card {
            background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
        }
