@media (min-width: 992px) {
    #appsCarousel .carousel-control-prev,
    #appsCarousel .carousel-control-next {
        display: none;
    }
}

/* Ensure all app cards have the same height */
#appsCarousel .carousel-item .row {
  display: flex;
  align-items: stretch;
}

#appsCarousel .app-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#appsCarousel .carousel-item .row {
  display: flex;
  align-items: stretch;
}

#appsCarousel .app-card {
  min-height: 420px; /* Adjust this value to match the tallest card */
}