/* Hide body while Google Translate is loading for non-English languages */
html.notranslated body {
  opacity: 0 !important;
}

html.translated body {
  opacity: 1;
  transition: opacity 0.15s ease-in;
}

body.menu-open {
  overflow: hidden;

  .menu {
    opacity: 1;
    top: 0;
  }
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

.carousel-container {
  position: relative;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-slide {
  min-width: 100%;
  flex-shrink: 0;
}

/* Client carousel logos - consistent display to avoid stretching/blur */
.client-carousel div {
  padding: 16px 20px;
}

.client-carousel img {
  width: 180px;
  height: 80px;
  object-fit: contain;
  image-rendering: auto;
}

/* City thumbnails - cover the card area */
/* #cityCarousel2 img {
  object-fit: cover;
  height: 160px;
  width: auto;
} */