
    body { padding-bottom: 80px; background: #f8f9fa; }
    header, footer { background: linear-gradient(45deg, #d6d6ff, #b8b8c7); }
	.slider img {
  height: 220px;
  object-fit: cover;
  filter: brightness(0.95) contrast(1.1) saturate(1.2);
  transition: all 0.5s ease-in-out;
}

.business-card { border: 1px solid #ddd; padding: 10px; border-radius: 10px; background: white; margin-bottom: 15px; }
    .business-card {
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  transition: transform 0.2s;
}
.business-card:hover {
  transform: scale(1.03);
}
.category-slider::-webkit-scrollbar {
  height: 5px;
}
.category-slider::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
.category-icon i {
  color: #c0205c; /* Change this to your desired color */
}
.category-icon {
  min-width: 80px;
}
.category-slider {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.category-slider::-webkit-scrollbar {
  display: none;
}
.category-icon {
  min-width: 80px;
}
.category-icon hover i {
  color: #000; /* icon color on hover */
}

.footer-nav {
  position: fixed;
  bottom: 12px;
  left: 12px;
  right: 12px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  padding: 8px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 999;
}

.footer-nav a {
  flex: 1;
  text-align: center;
  text-decoration: none !important;
  color: #555 !important;
  font-size: 14px;
}

.footer-nav a i {
  font-size: 18px;
  color:  #c0205c; /* default icon color */
}

.footer-nav a small {
  display: block;
  font-size: 11px;
  margin-top: 2px;
  color: #444;
}

.footer-nav a:hover i {
  color: #000; /* icon color on hover */
}

.horizontal-scroll::-webkit-scrollbar {
  height: 6px;
}
.horizontal-scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}

.img-border-wrapper {
  border: 2px solid #ddd;
  border-radius: 12px;
  padding: 3px;
  background: #fff;
}

.styled-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
}

