.nav-pills .nav-link {
      border-radius: 0;
      font-weight: 600;
    }
    .nav-pills .nav-link.active {
      background-color: transparent;
      color: #0d6efd; /* Blue active text */
      border-left: 3px solid #0d6efd;
    }
    .nav-pills .nav-link:not(.active) {
      color: #ff5b2e; /* Orange text */
    }
    .tab-content {
      border: 1px solid #ddd;
      padding: 20px;
      min-height: 150px;
    }