.footer{margin-top:50px;background:linear-gradient(135deg,#1a1a1a,#333);color:#fff;padding:20px 0;text-align:center;position:relative;font-family:Poppins,sans-serif;width:100%}.footer .footer-container{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:1200px;margin:0 auto;padding:0 20px}@media(min-width:768px){.footer .footer-container{flex-direction:row;justify-content:space-between}}.footer .footer-contact{font-size:1.1rem;font-weight:500;margin-bottom:15px;text-align:center}@media(min-width:768px){.footer .footer-contact{text-align:left}}.footer .social-media{display:flex;gap:15px;margin-bottom:15px;justify-content:center}@media(min-width:768px){.footer .social-media{justify-content:flex-start}}.footer .social-media a{color:#fff;font-size:1.8rem;transition:transform .3s ease,color .3s ease}.footer .social-media a:hover{transform:scale(1.2);color:#4caf50}.footer .copyright{font-size:.9rem;opacity:.8;font-weight:300;text-align:center}@media(min-width:768px){.footer .copyright{text-align:right}}