/* style/terms-conditions.css */
.page-terms-conditions {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  background-color: #FFFFFF;
}

.page-terms-conditions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-terms-conditions__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  background: linear-gradient(135deg, #26A9E0, #FFFFFF);
  color: #333333;
}

.page-terms-conditions__main-title {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000000;
}

.page-terms-conditions__intro-text {
  font-size: 18px;
  margin-bottom: 40px;
  max-width: 800px;
  color: #333333;
}