.elementor-173 .elementor-element.elementor-element-a00a737{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS *//* TopInternet.ca - Footer Styles */
/* Companion to main stylesheet - footer component only */

/* ===========================
   FOOTER
   =========================== */

.footer {
  background: #11223d !important;
  color: #9ca3af;
  padding: 4rem 0 2rem;
}

.footer .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-column h4 {
  color: #ffffff;
  font-size: 1.125rem;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.footer-column p {
  color: #9ca3af;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-column li {
  margin-bottom: 0.75rem;
}

.footer-column a {
  color: #9ca3af;
  text-decoration: none;
  transition: color 150ms ease-in-out;
}

.footer-column a:hover {
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid #1a3454;
  padding-top: 2rem;
  text-align: center;
  font-size: 0.875rem;
  color: #6b7280;
}

.footer-bottom p {
  margin: 0;
  color: #6b7280;
  line-height: 1.6;
}

/* ===========================
   RESPONSIVE - FOOTER
   =========================== */

@media (max-width: 768px) {
  .footer {
    padding: 3rem 0 2rem;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 480px) {
  .footer .container {
    padding: 0 1rem;
  }
  
  .footer {
    padding: 2rem 0 1.5rem;
  }
}/* End custom CSS */