/* Privacy Policy Page */
.privacy-policy {
  font-family: 'Poppins', sans-serif;
  color: #333;
  line-height: 1.8;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
}

.privacy-header {
  text-align: center;
  margin-bottom: 40px;
}

.privacy-header h1 {
  font-size: 2.5rem;
  color: #072f44;
  margin-bottom: 10px;
}

.privacy-header p {
  font-size: 1.1rem;
  color: #555;
}

.privacy-content h2 {
  font-size: 1.6rem;
  color: #072f44;
  margin-top: 30px;
  margin-bottom: 10px;
}

.privacy-content p {
  font-size: 1rem;
  margin-bottom: 20px;
}

.privacy-content a {
  color: #ff6600;
  text-decoration: none;
}

.privacy-content a:hover {
  text-decoration: underline;
}
