@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  font-family: "Poppins", serif;
}

/* Fixed size container for the carousel */
.carousel-container {
  width: 100%;
  max-width: 330px; /* Reduced from 800px */
  margin: 0 auto;
  overflow: hidden;
}

/* Control the carousel dimensions */
.carousel {
  width: 100%;
  height: 28rem;
  position: relative;
}

/* Ensure carousel items maintain size */
.carousel-inner {
  height: 100%;
}

.carousel-item {
  height: 100%;
}

/* Image sizing and positioning */
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0s !important; /* Disable zoom transition */
}

.table-responsive {
  overflow-x: auto;
  white-space: nowrap;
  max-width: 100%;
}

table {
  min-width: 600px;
  /* Prevents extreme squeezing */
}

th,
td {
  padding: 10px;
  text-align: left;
}
