@charset "UTF-8";

/* Footer */
.footer {
  background: white;
  padding: 4rem 0 2rem;
  border-top: 1px solid #e2e8f0;
  flex: 1;
}
.footer h5 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2563eb;
  margin-bottom: 1.5rem;
}
.footer h5 i {
  color: #2563eb;
}
.footer a {
  color: #64748b;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer a:hover {
  color: #2563eb;
}
.footer i {
  color: #64748b;
}
.footer .text-muted {
  color: #64748b !important;
}

/* Divider */
.divider1 {
  width: 100%;
  height: 25px;
  background-color: #2563eb;
}

/* Copyright bar */
.copyright-bar {
  width: 100%;
  background-color: #2563eb;
  padding: 0.75rem 0;
}
.copyright-bar a {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.copyright-bar a:hover {
  opacity: 0.8;
}

/* Responsivní styly pro footer */
@media (max-width: 768px) {
  .footer {
    text-align: center;
  }
  .footer .col-md-4 {
    margin-bottom: 2rem;
  }
}
