
/* ================= REFUND POLICY – PAGE STYLES ================= */

.policy-wrapper {
  max-width: 900px;
  margin: auto;
}

.policy-card {
  background: #f6f9fc;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.policy-card h2 {
  color: #043854;
  font-weight: 700;
}

.policy-card h5 {
  color: #0d6efd;
  font-weight: 600;
  margin-top: 28px;
}

.policy-card p,
.policy-card li {
  color: #2c3e50;
  line-height: 1.7;
}

.text-justify {
  text-align: justify;
}

.policy-footer-note {
  font-size: 14px;
  color: #6c757d;
  margin-top: 30px;
  border-top: 1px solid #dce5f0;
  padding-top: 15px;
}
