/**
 * Header Layout
 * Site header and navigation container
 *
 * @package Techtronic_Learning
 * @since 1.0.0
 */

/* ==========================================================================
   Site Header
   ========================================================================== */

.site-header {
	/* No position property - allows sticky navbar to stick to viewport */
	/* position: relative removed - was creating a containing block */

	/* No overflow to allow sticky positioning */
	overflow: visible;

	/* Z-index not needed here - navbar has its own z-index */
}
