/* Terms & Conditions Page Styles */

.terms-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.7;
  color: #333;
}

.terms-header {
  text-align: center;
  margin-bottom: 40px;
}

.terms-header h1 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #072f44;
}

.terms-header p {
  font-size: 0.95rem;
  color: #777;
}

.terms-content h2 {
  font-size: 1.4rem;
  color: #072f44;
  margin-top: 30px;
  margin-bottom: 10px;
}

.terms-content p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 20px;
}

.terms-content a {
  color: #0d6efd;
  text-decoration: none;
}

.terms-content a:hover {
  text-decoration: underline;
}
