/* =========================================
   FOOTER - Footer Styles
   ========================================= */

.tic-footer {
  background-color: var(--tic-blue);
  color: var(--tic-white);
  padding: 1.25rem 1rem;
  text-align: center;
}

.tic-social-icons {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.tic-social-icons a {
  color: var(--tic-white);
  font-size: 1.25rem;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.tic-social-icons a:hover {
  color: var(--tic-white);
  opacity: 1;
}

.tic-copyright {
  font-family: var(--tic-font-body);
  font-size: 0.8rem;
  margin-bottom: 0;
  color: var(--tic-white);
}

.socicon {
  display: inline-block;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

