/* ========== SEELATIN PRIVACY POLICY SECTION (Orange Theme) ========== */

.privacy-policy {
  max-width: 950px;
  margin: 60px auto;
  padding: 40px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
  font-family: "Poppins", sans-serif;
  line-height: 1.8;
  color: #333;
  border-top: 6px solid #ff6600;
}

/* Headings */
.privacy-policy h2 {
  font-size: 1.4rem;
  margin-top: 30px;
  color: #ff6600;
  position: relative;
  transition: 0.3s;
}

.privacy-policy h2:hover {
  color: #ff6600;
}

.privacy-policy h2::after {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  background: linear-gradient(90deg, #161a21, #ff6600);
  margin-top: 6px;
  border-radius: 3px;
}

/* Subheadings */
.privacy-policy h3 {
  font-size: 1.1rem;
  margin-top: 20px;
  color: #222;
  font-weight: 600;
}

/* Paragraphs & Lists */
.privacy-policy p,
.privacy-policy li {
  font-size: 1rem;
  margin: 10px 0;
}

.privacy-policy ul {
  padding-left: 20px;
}

/* Links */
.privacy-policy a {
  color: #ff6600;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.privacy-policy a:hover {
  color: #ff6600;
  text-decoration: underline;
}

/* Contact Section */
.privacy-policy .contact {
  background: linear-gradient(135deg, #f9fbff, #fff5ef);
  border-left: 4px solid #ff6600;
  padding: 25px;
  border-radius: 12px;
  margin-top: 40px;
  font-size: 0.95rem;
  line-height: 1.6;
}

.privacy-policy .contact a {
  color: #0056b3;
}

/* Divider */
.privacy-policy hr {
  border: none;
  height: 1px;
  background: #eee;
  margin: 25px 0;
}

.contact-section {
  background: linear-gradient(135deg, #f9fbff, #fff5ef);
  border-left: 4px solid #ff6600;
  padding: 25px;
  border-radius: 12px;
  margin-top: 40px;
}

.contact-section a {
  color: #161a21;
}

/* Responsive */
@media (max-width: 768px) {
  .privacy-policy {
    padding: 25px;
    margin: 30px 10px;
  }

  .privacy-policy h2 {
    font-size: 1.2rem;
  }

  .privacy-policy h3 {
    font-size: 1rem;
  }
}
