/* Zero header padding for common theme header classes and tags */
header,
.site-header,
.header,
.custom-header,
#masthead,
.elementor-location-header,
.hostinger-ai-theme-header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Adjust top/bottom margins if there are any that look like padding gaps */
header > .container,
.site-header > .container,
.header > .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
