*{margin:0;padding:0;box-sizing:border-box}body{overflow-x:hidden}#navbar{position:fixed!important;top:0;width:100%;display:flex;justify-content:space-between;align-items:center;z-index:9999!important;transition:all 0.3s ease-in-out;background:transparent}#navbar.scrolled{background:#ffffff!important;height:60px;padding-top:0px!important;padding-bottom:10px!important;box-shadow:0 5px 20px rgba(0,0,0,0.1)}#navbar.scrolled .et-menu li a{color:#333!important}#navbar.scrolled img{max-height:50px;transition:all 0.3s ease}.logo img{width:80%!important;max-width:150px;height:auto;transition:all 0.3s ease}.btn-call{color:white!important;font-size:14px;font-weight:600;text-decoration:none;display:inline-block;transition:transform 0.3s ease}.btn-call:hover{transform:scale(1.05)}.fade-in-up{animation:fadeInUp 0.8s ease forwards}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:980px){.logo img{width:100%!important;max-width:120px}.btn-call{display:none!important}}