/* Hero Carousel Rounded Corners */
.hero-rounded {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Ensure images respect the border radius */
.hero-rounded .carousel-inner {
    border-radius: 15px;
}