.hero-home {
  background-image: url("../img/hero-bg-cafe-surabaya.jpeg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.hero-home .hero-content {
  position: relative;
  z-index: 1;
}

.card-area {
  transition: transform 0.3s;
}

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

.card-area-image {
  height: 250px;
  object-fit: cover;
}

.footer-muted a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-muted a:hover {
  color: #ffc107;
}

.icon-inline {
  display: inline-block;
  vertical-align: middle;
}

.badge-circle-num {
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.cafe-carousel .carousel-item .ratio img {
  object-fit: cover;
}

.star-rating {
  width: 18px;
  height: 18px;
}

.star-rating-filled {
  fill: #ffc107;
  stroke: #ffc107;
}

.star-rating-empty {
  fill: none;
  stroke: #ffc107;
}

.icon-shrink-0 {
  flex-shrink: 0;
}
