.feature-icon {
  width: 100px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #e7f1ff;
  border-radius: 0.8rem;
  margin-right: 1rem;
  color: var(--bs-primary);
}
.badge-utility {
  /* background-color: #2e3341; */
  background-color: var(--bs-primary);
  font-size: 1rem;
  color: whitesmoke;
  padding: 0.75rem;
  border-radius: 2rem;
  display: inline-block;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-color: hsl(220, 36%, 95.1%);
  border-style: solid;
  border-width: 2px;
  font-weight: 600;
  font-size: 1.75rem;
}

.badge-header {
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  color: #000000;
  font-size: 1rem;
  color: #000000;
  padding: 0.75rem 0.75rem;
  border-radius: 1rem;
  display: inline-block;
  margin-bottom: 1rem;
  border-color: hsl(220, 36%, 95.1%);
  border-style: solid;
  border-width: 2px;
  font-weight: 600;
}

.header-font {
  font-weight: 700;
  font-size: 3.25rem;
  line-height: 1;
}

.card-join {
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  padding: 2rem;
}

.gradient-text {
  background: linear-gradient(to right, var(--bs-primary), var(--bs-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* for non-webkit browsers */
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75;
}
.white-section {
  background-color: white;
}

.text-6xl {
  font-size: 2.75rem;
  line-height: 1.75;
}
.text-4xl {
  font-size: 1.25rem;
  line-height: 1.75;
  font-weight: 700;
}

#map {
  height: 500px;
  width: 100%;
}

/* Legend styling */
.legend {
  background: white;
  padding: 10px;
  margin: 10px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.legend div {
  margin-bottom: 5px;
}

.legend span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  border-radius: 50%;
}

.available {
  background-color: #00cc99;
}
.busy {
  background-color: #ff4d4d;
}

.logo {
  display: flex;
  align-items: center;
}

.logo-icon {
  width: 150px;
  height: auto;
  margin-right: -42px;
  margin-top: -48px;
  z-index: 1;
}
.logo-text {
  font-size: 3.75rem;
  font-weight: 700;
}

.trademark {
  font-size: 1rem;
  vertical-align: super;
  margin-left: 0.1rem;
}

/* On mobile, reset margins so logo stays tight */
@media (max-width: 576px) {
  .logo-icon {
    width: 105px;
    margin-right: -31px;
    margin-top: -32px;
  }

  .logo-text {
    font-size: 2.75rem;
  }

  .text-6xl {
    font-size: 1.75rem;
    line-height: 1.75;
  }
  .text-4xl {
    font-size: 1.25rem;
    line-height: 1.75;
    font-weight: 700;
  }
}
