/* Terms Section */
.terms-section {
    padding: 80px 0;
    background-color: #f9f9f9; /* Light background */
    text-align: left;
  }
  
  .terms-section .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .terms-section h1 {
    font-size: 2.5em;
    color: #00BFA6;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .terms-section p {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #333;
  }
  
  .terms-section h2 {
    font-size: 1.8em;
    margin-top: 40px;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
  }
  
  .terms-section a {
    color: #00BFA6; /* Teal color for links */
  }
  
  .terms-section a:hover {
    text-decoration: underline;
  }
  
  /* Footer Styles */
  footer {
    background-color: #f1f1f1;
    color: #333;
    text-align: center;
    padding: 20px 0;
  }
  
  footer a {
    color: #00BFA6; /* Teal color for links */
    text-decoration: none;
  }
  
  footer a:hover {
    text-decoration: underline;
  }
  