.terms-container {
  max-width: 900px;
  margin: 4rem auto;
  padding: 0 1.5rem;
  font-family: sans-serif;
  color: #222;
  line-height: 1.7;
}

.terms-container h1 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
  color: #000;
}

.terms-container .effective-date {
  text-align: center;
  margin-bottom: 2.5rem;
  color: #555;
  font-size: 0.95rem;
}

.terms-container h2 {
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  color: #111;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.4rem;
}

.terms-container p {
  margin-bottom: 1rem;
  font-size: 1rem;
}

#contact-us p {
    margin-bottom: unset
}

.terms-container strong {
  color: #000;
}

.terms-container ul {
  list-style-type: disc; /* use bullets */
  margin-left: 2rem;     /* indent the list from the left */
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.terms-container li {
  margin-bottom: 0.5rem; /* spacing between bullets */
}


[id] {
  scroll-margin-top: 100px; /* Adjust to match your navbar height */
}
