.carousel-item img {
    max-width: 20%; /* Adjust logo size */
    height: auto;
    margin: auto;
}

.custom-margin {
    margin-left: 5% !important;
    margin-right: 5% !important;
    margin-bottom:5% !important;
}

.btn-xs {
    padding: 2px 6px !important;
    font-size: 12px !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;  /* Adjust width */
    height: 20px; /* Adjust height */
    background-size: contain; /* Ensure icons scale properly */
}