body {
  padding-top: 56px; /* Fixed navbar height */
  font-family: 'Helvetica Neue', 'Arial', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo', sans-serif;
}

.carousel-item img {
  height: 400px;
  object-fit: cover;
}

section {
  padding: 60px 0;
}

.card {
  transition: transform 0.2s;
}

.card:hover {
  transform: translateY(-5px);
}

footer {
  background-color: #343a40;
  color: white;
  padding: 20px 0;
}

  .logo-img {
    height: 40px;
    width: auto;
    object-fit: contain;
    display: block;
  }

.footer-logo {
  height: 50px;
  }

.gallery-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: #eee;
}
