/* General Styles */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Hero Section */
.hero {
  height: 85vh;
  background: url('/jutibazar/assets/images/jutibazar.png');
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}
.hero .container {
  position: relative;
  z-index: 2;
}

/* Product Cards */
.card img {
  height: 220px;
  object-fit: cover;
}
.card-title {
  font-size: 1rem;
  font-weight: 600;
}

/* About Section */
.bi {
  color: #ffb703;
}
