/*
Theme Name: Golden Hands - Elementor Ready
Theme URI: https://plumbersdenver.net
Description: Minimal Elementor-ready theme for Golden Hands Plumbing
Version: 1.0
Author: Golden Hands
License: GPL v2 or later
*/

/* This theme is designed to work with Elementor */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

html {
    scroll-behavior: smooth;
}

/* Elementor compatibility */
.elementor-container {
    max-width: 1280px;
    margin: 0 auto;
}

/* Remove default WordPress styles that might conflict */
.wp-block-gallery,
.wp-block-image {
    margin: 0;
}

/* Ensure proper spacing for Elementor sections */
.elementor-section {
    padding: 0;
}

/* Footer styling */
footer {
    margin-top: auto;
}

/* Responsive */
@media (max-width: 768px) {
    .elementor-container {
        padding: 0 15px;
    }
}
