.custom-navbar .nav-item {
  margin-right: 20px;
}

.naukari-box
{
  height: 52px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.naukari-heading
{
  height: 50px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.naukari-list
{
  font-size: 18px;
  font-weight: bold;
}

.naukari-box {
  height: 52px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
}

.naukari-box a {
  font-size: clamp(10px, 1.5vw, 12px); /* min: 10px, preferred: 1.5vw, max: 16px */
  display: block;
  padding: 8px;
  text-align: center;
}

.naukari-box:hover {
  transform: scale(1.03);
  background-color: #0d6efd !important;
}
.naukari-heading {
  font-weight: bold;
  font-size: 20px;
}
.naukari-list a {
  display: block;
  padding: 6px 0;
  transition: color 0.2s;
}
.naukari-list a:hover {
  color: #0d6efd;
  text-decoration: underline;
}

.results-list a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
  color: #212529;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
}
.results-list a:hover {
  color: #dc3545;
  text-decoration: underline;
}
.page-title {
  margin-top: 20px;
  font-size: 2rem;
}