.carousel-inner {
    width: 100%;
    max-height: 300px;
    height: 300px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    overflow: hidden; 
}

.carousel-item {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.carousel-item img {
    max-width: 90%;
    max-height: 90%;
    height: auto;
    width: auto;
    object-fit: contain;
    /* border: 2px solid #ccc; */
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    padding: 5px;
}

.carousel-indicators [data-bs-target] {
    background-color: #244052;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}





