/*
Theme Name: Consulting Osaka Child
Theme URI: https://www.emphasisconsulting.gr//consulting-osaka-child/
Description: Child theme for the Consulting Osaka theme for Emphasis Property Consulting
Author: HouseWise Experts
Author URI: http://housewise.gr
Template: consulting
Version: 1.0.0
*/
/* Transparent Sticky Header */
.header-transparent {
    background: transparent !important;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000; /* High z-index to ensure header is on top */
}

/* Add padding-top to the body equal to the height of the header to prevent content from hiding behind the header */
body {
    padding-top: 70px; /* Adjust based on the actual height of your header */
}
