/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child Theme
Author: Your Name
Author URI: https://yourwebsite.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

body {
    font-family: 'Arial', sans-serif;
}

@media (max-width: 768px) {
    .site-header {
        padding: 10px 0;
    }
}

.elementor-button {
    border-radius: 5px;
    transition: all 0.3s ease;
}

.elementor-button:hover {
    transform: translateY(-2px);
}
