
  .container {
      margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
    .nav-tabs {
        justify-content: center;
        background: #8080801f;
      border: none;
      padding: 10px;
          margin: 0 auto;
    }
    .nav-link:focus, .nav-link:hover {
     color: #666 !important;
}
    .nav-tabs .nav-link {
            margin: 0 !important;
      border: none !important;
      color: #666;
      font-weight:800;
      margin: 10px;
      border-radius: 5px !important;
    }
 
 .nav-item {
     margin-left: 10px;
     width: 15%;
    text-align: center;
 }
    .nav-tabs .nav-link.active {
      border-bottom: 3px solid #007bff;
      color: #000;
      font-weight: 600;
    }
    /* Card styling */
    .blog-card {
      border-radius: 12px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
      transition: transform 0.2s;
      height: 100%;
    }
    .blog-card:hover {
      transform: translateY(-4px);
    }
    .blog-meta {
      font-size: 0.85rem;
      color: #666;
    }
    .blog-tags .badge {
      font-size: 0.75rem;
      margin-right: 5px;
      background: #f1f1f1;
      color: #333;
    }
    a {
    text-decoration: none !important;
} 
    .category-badge {
        text-align: center !important;
        width: 30%;
        display: inline-block;
        font-size: 0.75rem;
        font-weight: 600;
        padding: 5px 8px;
        border-radius: 8px;
        background: #e8f1ff;
        color: #007bff;
        margin-bottom: 15px;
    }
    .card-title {
        font-weight: 800;
    }
    .text-muted {
         font-weight: 500;
    }
    .nodatamsg {
        text-align: center;
        font-weight: 600;
        color: #565353;
        font-size: 18px;
    }
    .pagination {
        text-align: center;
        margin-top: 20px;
    }
    .pagination .page-numbers {
        display: inline-block;
        margin: 0 5px;
        padding: 6px 12px;
        border: 1px solid #ddd;
        border-radius: 5px;
        text-decoration: none;
        color: #007bff; 
    }
    .pagination .current {
        background: rgb(0 105 184);
        color: #fff;
        border-color: rgb(0 105 184);
    }
    @media screen and (max-width: 768px) {
        .nav {
            display: block !important;
        }
        .nav-item {
            width: 100% !important;
            margin: 5px !important;
        }
            .col-md-4 {
              width: 48.333333% !important;
         }
         .category-badge {
             width: 40%;
         }
    }
    @media screen and (max-width: 475px) {
        
            .col-md-4 {
              width: 100% !important;
         
    }
