﻿body {
    /* Government Style - Clean, No Background, Visible Arrows */
    #myCarousel

{
    width: 100%;
    background: transparent;
}

#myCarousel .carousel-item img {
    width: 100%;
    height: auto; /* Ensures no cutting */
    display: block;
}

/* High Visibility Arrows */
.carousel-control-prev, .carousel-control-next {
    width: 7%;
    cursor: pointer;
    z-index: 10; /* Ensure buttons are on top */
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 40px;
    height: 40px;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.8)); /* Visible on light/dark images */
}
}
