/* ---------- Terms & Conditions Custom Styles ---------- */
.terms-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.terms-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

/* Headings */
.terms-card h1 {
  font-size: 36px;
  font-weight: 700;
  color: orangered ;/* bootstrap primary */
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.terms-card h4 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  border-left: 4px solid orangered ;
  padding-left: 10px;
}

/* Paragraphs */
.terms-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}

/* Lists */
.terms-card ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.terms-card ul li {
  margin-bottom: 8px;
  font-size: 15px;
  color: #444;
}

/* Divider */
.terms-card hr {
  margin: 30px 0;
  border-top: 1px solid #ddd;
}

/* Button */
.terms-card .btn-primary {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 30px;
}
