.bg-purple {
  background-color: #5f2dbe;
  color: #ffffff;
}

.country-list{min-height: 300px;}
.border-primary-subtle {
    border-color: #5f2dbe !important;
}

.city-pill {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px 15px;
  border: 1px solid #5f2dbe;
  border-radius: 50px;
  color: #5f2dbe;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}

.city-pill:hover {
  background-color: #5f2dbe;
  color: #fff;
}

.city-pill.active {
  background-color: #5f2dbe;
  color: white;
  font-weight: bold;
}




footer.custom-footer {
  background-color: #5f2dbe;
  color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 2rem;
  margin-top: 3rem;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.custom-footer img {
  max-width: 200px;
  margin: 1rem 0;
}

.custom-footer p {
  margin-bottom: 0.5rem;
}

.custom-footer .footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.custom-footer .footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.95rem;
}

.custom-footer .footer-links a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.custom-footer .footer-note {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
}
