.fixed-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  z-index: 9999;
  text-align: center;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

.fixed-bottom-bar .btn-bar {
  flex: 1;
  padding: 12px 0;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

/* Icons inside buttons */
.fixed-bottom-bar .btn-bar i {
  margin-right: 6px;
  font-size: 16px;
}

/* Individual button colors */
.fixed-bottom-bar .call {
  background-color: #0056b3; /* Blue */
}

.fixed-bottom-bar .whatsapp {
  background-color: #25D366; /* Green */
}

.fixed-bottom-bar .enquiry {
  background-color: #ffeb3b; /* Yellow */
  color: red;
}

/* Optional: Show only on mobile */
@media (min-width: 769px) {
  .fixed-bottom-bar {
    display: none;
  }
}

/* Indian Flag */

  