.footer{background-color:#1a1a1a;color:#fff;padding:30px 0 20px;border-top:1px solid hsla(0,0%,100%,.1);font-family:Poppins,sans-serif}.footer .footer-container{max-width:1400px;margin:0 auto;padding:0 30px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:20px;gap:20px;justify-content:space-between;align-items:flex-start}.footer .footer-brand{display:flex;flex-direction:column;align-items:flex-start}.footer .footer-brand .footer-logo{margin-bottom:15px}.footer .footer-brand .footer-tagline{font-size:16px;color:hsla(0,0%,100%,.7);line-height:1.6}.footer .footer-contact h4,.footer .footer-links h4,.footer .footer-social h4{font-size:18px;margin-bottom:25px;color:#ffae02;font-weight:600;position:relative;padding-bottom:10px}.footer .footer-contact h4:after,.footer .footer-links h4:after,.footer .footer-social h4:after{content:"";position:absolute;left:0;bottom:0;width:50px;height:2px;background-color:#ffae02}.footer .footer-contact ul,.footer .footer-links ul,.footer .footer-social ul{list-style:none;padding:0;margin:0}.footer .footer-contact ul li,.footer .footer-links ul li,.footer .footer-social ul li{margin-bottom:10px}.footer .footer-contact ul li a,.footer .footer-links ul li a,.footer .footer-social ul li a{color:hsla(0,0%,100%,.7);text-decoration:none;font-size:15px;transition:color .3s ease}.footer .footer-contact ul li a:hover,.footer .footer-links ul li a:hover,.footer .footer-social ul li a:hover{color:#ffae02}.footer .footer-contact p,.footer .footer-links p,.footer .footer-social p{font-size:15px;color:hsla(0,0%,100%,.7);margin-bottom:10px;line-height:1.6}.footer .social-icons{display:flex;gap:15px}.footer .social-icons a{display:block;width:36px;height:36px;border-radius:50%;background-color:hsla(0,0%,100%,.1);display:flex;justify-content:center;align-items:center;transition:background-color .3s ease,transform .3s ease}.footer .social-icons a img{filter:brightness(0) invert(1)}.footer .social-icons a:hover{background-color:#ffae02;transform:translateY(-3px)}.footer .footer-bottom{text-align:center;padding-top:40px;margin-top:40px;border-top:1px solid hsla(0,0%,100%,.05)}.footer .footer-bottom p{font-size:14px;color:hsla(0,0%,100%,.5)}@media(max-width:768px){.footer .footer-container{grid-template-columns:1fr;text-align:center;gap:30px}.footer .footer-brand,.footer .footer-contact,.footer .footer-links,.footer .footer-social{align-items:center}.footer .footer-brand h4:after,.footer .footer-contact h4:after,.footer .footer-links h4:after,.footer .footer-social h4:after{left:50%;transform:translateX(-50%)}.footer .social-icons{justify-content:center}}@media(max-width:480px){.footer{padding:40px 0 15px}.footer .footer-container{padding:0 20px}}