.carousel,
.carousel .carousel-inner,
.carousel .carousel-inner .active,
.carousel .carousel-inner .carousel-item,
.view,
body,
html {
  height: 100%;
}
.navbar {
  background-color: rgba(0, 0, 0, 0.2);
}
.page-footer,
.top-nav-collapse {
  background-color: #1c2331;
}
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #1c2331;
  }
}

/* ===== FOOTER COPYRIGHT ===== */

.footer-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 0.9rem;
  color: #4c4c4c;
}

.footer-copyright a {
  color: #0070b8;
  text-decoration: none;
  font-weight: 500;
}

.footer-copyright a:hover {
  text-decoration: underline;
}

/* 📱 Mobile */
@media (max-width: 768px) {
  .footer-copyright {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
}
