#carouselExampleIndicators {
  max-width: 800px;    /* or whatever width you prefer */
  margin: 0 auto;      /* center it */
}
#carouselExampleIndicators .carousel-item img {
  max-height: 450px;   /* cap height */   /* full width of parent */

}
/* Make offcanvas nearly full‑screen on mobile */
@media (max-width: 991.98px) {
    #mobileOffcanvas .offcanvas-dialog {
        max-width: 100%;
        }
}
/* Top bar tweaks */
.top-bar {
    font-size: 0.9rem;
    line-height: 1.4;
}
.top-bar a {
    color: #fff;
    text-decoration: none;
}
.top-bar a:hover {
    text-decoration: underline;
}