/*
 Theme Name:   Hello Elementor Child — Technovation
 Theme URI:    https://technovation.co.in
 Description:  Child theme for Hello Elementor. Custom brand styles for Technovation International Machines Limited.
 Author:       Technovation International Machines Limited
 Author URI:   https://technovation.co.in
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* =====================================================
   ALL BRAND CSS IS LOADED VIA functions.php
   (timl-global-styles handle — see functions.php)
   Add any QUICK overrides below this line only.
   ===================================================== */

/* Fix: remove default Hello Elementor page padding */
.page-header { display: none !important; }
.entry-content { padding: 0 !important; margin: 0 !important; }
.elementor-page .entry-content { padding: 0 !important; }

/* Fix: remove default body top margin */
body { margin: 0 !important; padding: 0 !important; }

/* Hello Elementor site header — brand styling */
.site-header { background: #ffffff; box-shadow: 0 2px 24px rgba(0,0,0,.07); position: sticky; top: 0; z-index: 999; }
.site-header .site-branding img { height: 58px; width: auto; }

/* WordPress Admin bar offset */
.admin-bar .site-header { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
