@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");.footer-ag{background:#f5f5f5;color:#1a1a1a;font-family:Poppins,sans-serif;padding:60px 20px 40px}.footer-container{margin:0 auto;max-width:1200px}.footer-title h3{font-size:18px;font-weight:500;margin-bottom:30px}.footer-grid{display:grid;gap:40px;grid-template-columns:repeat(5,1fr)}.footer-col p{font-size:14px;line-height:1.6;margin:8px 0;white-space:nowrap}.footer-col span{color:#ff5a2c;font-weight:500}@media (max-width:1024px){.footer-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.footer-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.footer-title h3{font-size:16px;text-align:left}.footer-col p{font-size:13px}}@media (max-width:480px){.footer-grid{grid-template-columns:1fr}.footer-title h3{font-size:15px}}