/* Footer Full-Width Fix (especially if footer appears narrow in AR) */
footer.main-footer{
  display:block;
  width:100%;
  background:#062b3c; /* dark teal/blue */
  color:#fff;
}
footer.main-footer a{color:#fff; opacity:.92;}
footer.main-footer a:hover{opacity:1;}

footer.main-footer .footer-content{
  max-width:1200px;
  margin:0 auto;
  padding:48px 18px 18px;
  display:grid;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  gap:22px;
}
@media (max-width: 992px){
  footer.main-footer .footer-content{grid-template-columns:1fr 1fr;}
}
@media (max-width: 640px){
  footer.main-footer .footer-content{grid-template-columns:1fr;}
}

footer.main-footer .footer-section h3{margin:0 0 12px;}
footer.main-footer .footer-section ul{list-style:none; padding:0; margin:0;}
footer.main-footer .footer-section li{margin:8px 0;}

footer.main-footer .footer-bottom{
  border-top:1px solid rgba(255,255,255,.15);
  padding:12px 18px;
  text-align:center;
  opacity:.9;
}
