.navbar{background-color:#1e1e1e;padding:15px 0}.navbar .container{display:flex;align-items:center;justify-content:space-between}.brand-link{display:flex;align-items:center;gap:10px;flex-direction:row-reverse;text-decoration:none}.brand-link h2{color:#fff;font-family:Times New Roman,Times,serif;font-size:20px;margin:0}.brand-logo{width:32px;height:32px;object-fit:contain;filter:brightness(0) invert(1)}.brand{order:2}.links{order:1}.navbar .links{display:flex;gap:40px;margin-right:20px}.navbar .links li{list-style:none}.navbar .links a{color:#fff;font-weight:700;text-decoration:none;position:relative;padding-bottom:9px;display:inline-block}.navbar .links a:after{content:"";position:absolute;bottom:-5px;right:0;width:0%;height:2px;background:#fff;transition:.3s ease}.navbar .links a:hover{color:#04a8ab}.navbar .links a:hover:after{width:100%}.navbar .links a.active{color:#04a8ab}.navbar .links a.active:after{width:100%}@media (max-width: 768px){.navbar .container{flex-direction:column;gap:10px}.brand{margin-left:0}.navbar .links{flex-wrap:wrap;justify-content:center;margin-right:0}}
