.navbar{color:#fff;z-index:1000;background:0 0;justify-content:space-between;align-items:center;width:100%;padding:1rem 2rem;display:flex;top:0;left:0;box-shadow:0 2px 6px #68686833}.dropdown{cursor:pointer;display:inline-block;position:relative}.dropdown-toggle{color:#ceb24f;cursor:pointer;align-items:center;font-weight:600;display:inline-flex}.dropdown-toggle:hover{color:#ffd966}.dropdown-menu{opacity:0;visibility:hidden;z-index:1500;background:#0b1c2c;border-radius:6px;flex-direction:column;min-width:200px;transition:opacity .3s;display:flex;position:absolute;top:100%;left:0}.dropdown-menu.show{opacity:1;max-height:500px}.dropdown-menu a{color:#fff;padding:10px 16px;font-weight:500;text-decoration:none;transition:background .2s}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible}.dropdown-menu a{color:#fff;padding:10px 16px;text-decoration:none}.dropdown-menu a:hover{background:#093572}.mobile-dropdown{flex-direction:column;gap:8px;margin:12px 0;display:flex}.mobile-dropdown span{color:#ceb24f;font-weight:600}.mobile-dropdown a{color:#fff;padding-left:12px;font-size:1rem;text-decoration:none}.mobile-dropdown a:hover{text-decoration:underline}.navbar-container{grid-template-columns:1fr auto 1fr;align-items:center;width:100%;display:grid}.navbar-left{justify-self:start}.phone-link{color:#ceb24f;font-size:2.5rem;font-weight:600;text-decoration:none}.phone-link:hover{color:#f4d35e}.hamburger{color:#fff;cursor:pointer;background:0 0;border:none;font-size:2rem}.navbar-center{justify-self:center}.navbar-logo{cursor:pointer;max-height:90px}.navbar-right{justify-self:end;gap:1.5rem;display:flex}.navbar-right a{color:#ceb24f;margin-right:20px;font-size:1rem;font-weight:500;text-decoration:none}.navbar-right a:hover{color:#5e5d5c}.desktop-only{display:block}.mobile-only{display:none}.mobile-nav-overlay{z-index:2000;background:#0b1c2cf7;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}.close-btn{color:#fff;cursor:pointer;background:0 0;border:none;font-size:2rem;position:absolute;top:1rem;right:1.5rem}.mobile-nav-links{text-align:center;flex-direction:column;gap:2rem;display:flex}.mobile-nav-links a{color:#fff;font-size:1.5rem;font-weight:600;text-decoration:none}.mobile-nav-links a:hover{color:#f4d35e}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.navbar{background:#fff;padding:.3rem;position:fixed}.desktop-only{display:none}.mobile-only{color:#000;display:inline-block}.navbar-container{grid-template-columns:auto 1fr auto}.navbar-center{justify-self:center;margin-right:60px}}
.footer{color:#fff;background:#0b1c2c;padding:40px 20px;font-family:Helvetica Neue,Arial,sans-serif}.footer-container{flex-wrap:wrap;justify-content:space-between;gap:40px;max-width:1200px;margin:0 auto;display:flex}.footer-left,.footer-center,.footer-right{flex:250px;min-width:200px}.footer h3{color:#ceb24f;margin-bottom:12px;font-family:Merriweather,Georgia,serif;font-size:1.5rem}.footer h4{color:#ceb24f;margin-bottom:10px;font-family:Merriweather,Georgia,serif;font-size:1.1rem}.footer p{color:#e6e6e6;font-size:.95rem;line-height:1.5}.footer a{color:#e6e6e6;text-decoration:none}.footer a:hover{color:#ceb24f;text-decoration:underline}.footer-center ul{margin:0;padding:0;list-style:none}.footer-center li{margin-bottom:8px}.social-icons{gap:12px;margin:8px 0;font-size:1.5rem;display:flex}.footer .copyright{color:#aaa;margin-top:12px;font-size:.85rem}.social-icons a{color:#e6e6e6;justify-content:center;align-items:center;transition:color .2s;display:inline-flex}.social-icons a:hover{color:#ceb24f}.social-icons svg{width:24px;height:24px}@media (max-width:768px){.footer-container{text-align:center;flex-direction:column;gap:30px}.footer-left,.footer-center,.footer-right{min-width:100%}.social-icons{justify-content:center}}
