body {
  background-color: #F2F2F2;
}

.card {
  transition: 0.3s ease;
}

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

.form-control-lg {
  border-radius: 10px;
  font-size: 1rem;
}


.gm-style-iw {
  color: #1b5e20 !important;
  font-family: "Poppins", sans-serif !important;
  background: #fff !important;
  border-radius: 8px !important;
  padding: 6px 8px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2) !important;
}

.gm-style-iw {
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  border-radius: 8px;
}



