body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
  }
  
  .terms-container {
    max-width: 90%;
    margin: 80px auto;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
  }
  .color{
    color: #1e87f0;
  }
  
  h1 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 10px;
    margin-left: 23rem;
  }
  
  .effective-date {
    font-size: 0.95em;
    color: #888;
    margin-bottom: 25px;
    margin-left: 24rem;
  }
  
  section {
    margin-bottom: 25px !important;
    padding:0 !important;
  }
 
  ul {
    list-style-type: disc !important;
    padding-left: 20px !important;
}

li {
    display: list-item !important;  
    margin-bottom: 5px;
}
 
  h2 {
    color: #2c3e50;
    font-size: 1.5rem !important;
    margin-bottom: 10px;
    font-weight: bold !important;
  }
  h3{
    font-size: 1.2rem !important;
    font-weight:600 !important;
  }
  
  p {
    line-height: 1.6;
    margin: 10px 0;
    color: #060606 !important;
  }
  
  a {
    color: #1e87f0;
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }
  .nav-link {
    color: black !important;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  
  .nav-link:hover {
    background-color: #1e87f0; 
    color: white !important;   
    border-radius: 4px;        
    padding: 5px 10px;        
  }

  
  
  @media (max-width: 767px) {
    h1 {
      font-size: 1.5em;
      margin-left: 1rem;
      margin-right: 1rem;
      text-align: left;
    }
  
    .effective-date {
      font-size: 0.9em;
      margin-left: 1rem;
      margin-right: 1rem;
      text-align: left;
    }
  }
  
  
  
  
  