
  body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #222222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6;
  }

  header {
    background: #0f3d2e;
    color: #ffffff;
    padding: 20px 20px;
  }

  .stickyheading{
    display: flex;
    justify-content: center;
    align-items: center;
    
  }

  header h1 {
    margin: 0;
    font-size: 1.6rem;
  }

  header p {
    margin: 6px 0 0;
    font-size: 0.9rem;
    color: #cfe8d8;
  }

  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px 15px;
    max-height: 500px;
    overflow-y: auto;
     max-height: none !important;
  overflow: visible !important;
  }

  .intro {
    margin-bottom: 30px;
  }

  /* h2 {
    color: #0f3d2e;
    font-size: 1.15rem;
    border-bottom: 2px solid #0f3d2e;
    padding-bottom: 6px;
    margin-top: 36px;
    margin-bottom: 12px;
  } */

  p {
    margin: 0 0 12px;
  }

  ul {
    margin: 0 0 12px;
    padding-left: 22px;
  }

  li {
        font-size: 16px;
    line-height: 1.6;
  }

  a {
    color: #0f3d2e;
  }

  .toc {
    background: #f2f7f4;
    border: 1px solid #cfe8d8;
    padding: 16px 20px;
    margin-bottom: 30px;
  }

  .toc p {
    margin: 0 0 8px;
    font-weight: bold;
    color: #0f3d2e;
  }

  .toc ol {
    margin: 0;
    padding-left: 20px;
  }

  .toc li {
    margin-bottom: 4px;
  }

  footer {
    
    padding: 20px;
    font-size: 0.85rem;
    color: #666666;
    border-top: 1px solid #e0e0e0;
  }
.terms-page {
  padding: 40px 70px;
}

/* Sticky heading */
.terms-title {
  position: sticky;
  top: 0px; /* Height of your fixed navbar */

  z-index: 10;

  margin: 0 -70px 30px;
  /* padding: 20px 70px; */

  background: #f5faf7;

  font-size: 58px;
  font-weight: 700;
}

/* Content */
.terms-content {
  font-size: 20px;
  line-height: 1.6;
    height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  overflow-y: visible !important;
}

.terms-content p {
  margin-bottom: 20px;
}

.terms-content h2 {
  margin-top: 40px;
  margin-bottom: 15px;
}
