.modern-tabs {
  background: #f5f6f8;
  padding: 6px;
  border-radius: 50px;
  width: 100%;
  margin: auto;

}

.modern-tabs .nav-link {
  border-radius: 50px !important;
  padding: 10px 25px;
  font-weight: 600;
  color: #555;
  transition: all 0.3s ease;
}

.modern-tabs .nav-link:hover {
  background: rgba(46, 125, 50, 0.08);
  color: #2e7d32;
}

.modern-tabs .nav-link.active {
  background: linear-gradient(135deg, #2e7d32, #1b5e20);
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(46, 125, 50, 0.25);
}
