html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/* Privacy Policy Styling */
.privacy-policy {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

.privacy-policy h2 {
  color: #0d6efd;
  margin-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 10px;
}

.privacy-policy h3 {
  color: #444;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.25rem;
}

.privacy-policy section {
  margin-bottom: 30px;
}

.privacy-policy p, .privacy-policy li {
  line-height: 1.6;
  margin-bottom: 10px;
  color: #505050;
}

.privacy-policy .effective-date {
  color: #6c757d;
  font-style: italic;
  margin-bottom: 25px;
}

.privacy-policy ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.privacy-policy ul li {
  margin-bottom: 8px;
}

.privacy-policy strong {
  color: #212529;
}

.privacy-policy address {
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 5px;
  border-left: 4px solid #0d6efd;
  margin-top: 15px;
}
