.smooth-header{position:fixed;width:100%;top:0;z-index:9999;transition:background-color 0.4s ease,box-shadow 0.4s ease}.smooth-header{background:transparent}.et-fixed-header .smooth-header{background:#0a1a2f;box-shadow:0 4px 20px rgba(0,0,0,0.15)}.smooth-header .et-menu a{color:#ffffff;transition:color 0.3s ease}.et-fixed-header .smooth-header .et-menu a{color:#ffffff}.smooth-header .et-menu .current-menu-item a{color:#ffb400}.et-pb-controllers{display:flex;gap:8px;justify-content:center}.et-pb-controllers a{width:8px;height:8px;background:#e10600;border-radius:50%;position:relative;overflow:hidden;opacity:0.4;transition:all 0.3s ease}.et-pb-controllers a.et-pb-active-control{width:48px;height:6px;border-radius:999px;opacity:1;background:#111}.et-pb-controllers a.et-pb-active-control::before{content:"";position:absolute;left:0;top:0;height:100%;width:0%;background:#e10600;border-radius:999px;animation:slideProgress 5s linear forwards}@keyframes slideProgress{from{width:0%}to{width:100%}}