/* terms.css */

.terms-page .page-title {
    background-color: #f4f8fd;
    padding: 60px 0 30px;
    text-align: center;
  }
  
  .terms-page .page-title h1 {
    font-size: 36px;
    font-weight: 700;
    color: #012970;
    margin-bottom: 10px;
  }
  
  .terms-page .breadcrumbs ol {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex;
    gap: 10px;
    font-size: 14px;
  }
  
  .terms-page .breadcrumbs li {
    color: #012970;
  }
  
  .terms-page .breadcrumbs li a {
    color: #0d6efd;
    text-decoration: none;
  }
  
  .terms-page .section {
    padding: 60px 0;
  }
  
  .terms-section h2 {
    font-size: 24px;
    margin-top: 30px;
    color: #012970;
  }
  
  .terms-section p {
    font-size: 16px;
    color: #444;
    margin-top: 10px;
    line-height: 1.6;
  }
  