.transfers-hero .home-title span {
  color: #ff6432;
}

.transfers-map {
  height: 360px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.transfers-empty-state {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.transfer-icon img.vehicle-image {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}


















