.nistha-container {
    font-family: Arial, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }
  
  .nistha-content h1 {
    color: #333;
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  .nistha-content p {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: justify;
  }
  
  .nistha-content ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 15px;
  }
  
  .nistha-content ul li {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
  }
  
  .nistha-content a {
    color: #ff6200;
    text-decoration: none;
  }
  
  .nistha-content a:hover {
    text-decoration: underline;
  }
  
  .nistha-sections {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
  }
  
  .nistha-sections .section {
    flex: 1;
    min-width: 200px;
    padding: 15px;
    border: 2px solid;
    border-radius: 5px;
  }
  
  .section.elementary {
    border-color: #00a65a;
  }
  
  .section.elementary h2 {
    background-color: #00a65a;
    color: #fff;
    padding: 10px;
    margin: -15px -15px 15px -15px;
    font-size: 18px;
  }
  
  .section.secondary {
    border-color: #ff0000;
  }
  
  .section.secondary h2 {
    background-color: #ff0000;
    color: #fff;
    padding: 10px;
    margin: -15px -15px 15px -15px;
    font-size: 18px;
  }
  
  .section.nipun {
    border-color: #ffcc00;
  }
  
  .section.nipun h2 {
    background-color: #ffcc00;
    color: #000;
    padding: 10px;
    margin: -15px -15px 15px -15px;
    font-size: 18px;
  }
  
  .section.early-childhood {
    border-color: #00a65a;
  }
  
  .section.early-childhood h2 {
    background-color: #00a65a;
    color: #fff;
    padding: 10px;
    margin: -15px -15px 15px -15px;
    font-size: 18px;
  }
  
  .section h3 {
    color: #333;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  
  .section ul {
    list-style-type: disc;
    padding-left: 20px;
  }
  
  .section ul li {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
  }
  
  .section p {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
  }
  
  .nistha-steps {
    margin-top: 30px;
  }
  
  .nistha-steps h2 {
    display: inline;
    font-size: 16px;
    margin-right: 10px;
    color: #333;
  }
  
  .nistha-steps ol {
    list-style-type: decimal;
    padding-left: 20px;
    margin-top: 15px;
  }
  
  .nistha-steps ol li {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  
  .nistha-steps a {
    color: #ff6200;
    text-decoration: none;
  }
  
  .nistha-steps a:hover {
    text-decoration: underline;


  }

  .nistha-sections a{
    color: #ff6200;
    text-decoration: none;
  }

  .nistha-sections a:hover {
    text-decoration: underline;
  }

@media (max-width: 992px) {
    .nistha-sections {
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .nistha-container {
        padding: 15px;
    }

    .nistha-content h1 {
        font-size: 20px;
    }

    .nistha-content p,
    .nistha-content ul li {
        font-size: 14px;
    }

    .nistha-sections .section {
        min-width: 100%;
    }

    .section h2 {
        font-size: 16px;
    }

    .section h3 {
        font-size: 14px;
    }

    .section ul li,
    .section p,
    .nistha-steps ol li {
        font-size: 13px;
    }

    .nistha-steps h2 {
        font-size: 14px;
    }
}
