/* Footer styles extracted from style.css */

/* Reduce footer height */
.footer { padding: 1.5rem 1.5rem 2rem !important; }

/* Footer styling */
.footer-divider { border-top: 1px solid rgba(255,255,255,0.2); }
.footer ul.unstyled { list-style: none; padding: 0; }

/* Footer grid layout for mobile */
@media screen and (max-width: 770px) {
  #footer-columns { display: grid !important; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto auto; gap: 1rem; }
  .footer-services { grid-column: 1; grid-row: 1; width: 100% !important; margin: 0 !important; }
  .footer-company { grid-column: 1; grid-row: 2; width: 100% !important; margin: 0 !important; }
  .footer-social { grid-column: 2; grid-row: 1 / 3; width: 100% !important; margin: 0 !important; }
  .footer-contact { grid-column: 1 / 3; grid-row: 3; width: 100% !important; margin: 0 !important; }
  .footer .column { padding: 0.75rem !important; }
}