.footer{background-color:#000;color:#F5F4F4;padding:3rem 0 2rem;width:100%}.footer-container{max-width:1400px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:1fr 1fr;gap:8rem;margin-bottom:3rem;justify-items:start}.footer-column{display:flex;flex-direction:column}.footer-column:last-child{justify-self:end;text-align:left}.footer-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:.5px}.footer-link-list{list-style:none;padding:0;margin:0}.footer-link-list li{margin-bottom:.6rem}.footer-link{color:#F5F4F4;text-decoration:none;font-size:1rem;font-weight:500;transition:color .3s ease}.footer-link:hover{color:#F4AE35}.footer-divider{width:50%;max-width:600px;height:1px;background-color:#F4AE35;margin:2rem auto 1.5rem}.footer-social-section{display:flex;justify-content:center;margin-bottom:1.5rem}.footer-social-icons{display:flex;gap:2rem}.footer-social-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;color:#10132C;border-radius:50%;text-decoration:none;transition:all .3s ease}.footer-social-icon:hover{background-color:rgba(244,174,53,.2);border-radius:10px}.footer-copyright{text-align:center;padding-top:1rem}.footer-copyright p{margin:0;font-size:.85rem;opacity:.8;font-weight:400}@media (max-width:768px){.footer-content{grid-template-columns:1fr;gap:3rem;text-align:center;margin-bottom:2rem;justify-items:center}.footer-column:last-child{justify-self:center;text-align:center}.footer-container{padding:0 1rem}.footer-social-icons{gap:1.5rem}.footer-social-icon{width:35px;height:35px;font-size:1rem}.footer-divider{margin:1.5rem auto 1rem;width:40%}}@media (max-width:480px){.footer{padding:2rem 0 1.5rem}.footer-content{gap:2rem}.footer-title{font-size:1.6rem}.footer-link{font-size:.9rem}.footer-social-icons{gap:1rem}.footer-social-icon{width:32px;height:32px;font-size:.9rem}.footer-divider{width:35%}}