/*
Theme Name: OneFleet Theme
Author: Halil İbrahim Çolak
Description: Modular WordPress theme for OneFleet.
Version: 1.0
*/

#main-header.is-scrolled {
    background-color: hsla(var(--primary), 0.95) !important;
    backdrop-filter: blur(12px);
    box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

:root {
    --layout-width: 100%;
    --layout-max-width: 1400px;
}