/* Footer Logo with Brighter Glow */
.footer-logo{height:60px;width:auto;max-width:180px;object-fit:contain;filter:drop-shadow(0 0 25px rgba(212,175,55,.9)) drop-shadow(0 0 50px rgba(212,175,55,.6));animation:footerLogoGlow 2.5s ease-in-out infinite;transition:all .3s ease}.footer-logo:hover{filter:drop-shadow(0 0 35px rgba(212,175,55,1)) drop-shadow(0 0 70px rgba(212,175,55,.8)) drop-shadow(0 0 100px rgba(212,175,55,.4));transform:scale(1.05)}@keyframes footerLogoGlow{0%,100%{filter:drop-shadow(0 0 20px rgba(212,175,55,.8)) drop-shadow(0 0 40px rgba(212,175,55,.5))}50%{filter:drop-shadow(0 0 35px rgba(212,175,55,1)) drop-shadow(0 0 70px rgba(212,175,55,.7)) drop-shadow(0 0 100px rgba(212,175,55,.4))}}/* Brighter Header Logo Glow */.logo-img{height:90px;width:auto;max-width:280px;object-fit:contain;filter:drop-shadow(0 0 25px rgba(212,175,55,.8)) drop-shadow(0 0 50px rgba(212,175,55,.5));transition:all .3s ease;animation:logoGlow 2.5s ease-in-out infinite}.logo-img:hover{filter:drop-shadow(0 0 40px rgba(212,175,55,1)) drop-shadow(0 0 80px rgba(212,175,55,.8)) drop-shadow(0 0 120px rgba(212,175,55,.4));transform:scale(1.02)}@keyframes logoGlow{0%,100%{filter:drop-shadow(0 0 20px rgba(212,175,55,.7)) drop-shadow(0 0 40px rgba(212,175,55,.4))}50%{filter:drop-shadow(0 0 35px rgba(212,175,55,1)) drop-shadow(0 0 70px rgba(212,175,55,.7)) drop-shadow(0 0 100px rgba(212,175,55,.3))}}
