/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://developer.your-site.com/theme/
 Description:  Hello Elementor Child Theme - Custom theme for Elementor with Mega Menu
 Author:       Your Name
 Author URI:   https://developer.your-site.com
 Template:     hello-elementor
 Version:      1.0.0
 Requires at least: 5.0
 Tested up to: 6.4
 Requires PHP: 7.4
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hello-elementor-child
 Tags:         elementor, child-theme, mega-menu
*/

/*
=====================================================
  CHILD THEME CUSTOM STYLES
  Add your custom CSS below this line
=====================================================
*/

/* Example: Custom body styles */
body {
    font-family: 'Poppins', sans-serif;
}

/* Example: Custom link colors */
a {
    transition: color 0.3s ease;
}

/* 
  Add your custom styles here...
  Ya phir mega-menu.css ko yahan import kar sakte ho:
  @import url('assets/css/mega-menu.css');
*/
