.tracking-section {
  background: linear-gradient(135deg, #00111a, #001a2d);
  min-height: 100vh;
  color: #e8ecef;
  padding: 3rem 2rem;
  text-align: center;
}

.tracking-title {
  font-family: "Orbitron", sans-serif;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #00e7e0;
  text-shadow: 0 0 15px #00e7e0;
}

.tracking-search {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.tracking-search input {
  width: 300px;
  padding: 0.8rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
}

.tracking-search button {
  padding: 0.8rem 1.2rem;
  background: linear-gradient(90deg, #00e7e0, #f9b234);
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  color: #000;
  transition: 0.3s;
}

.tracking-search button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 12px #00e7e0;
}

.progress-bar {
  display: flex;
  justify-content: space-around;
  margin: 2rem 0;
  position: relative;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.step {
  text-align: center;
  color: #aaa;
  transition: all 0.3s;
}

.step i {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 0.3rem;
}

.step.active {
  color: #00e7e0;
  text-shadow: 0 0 12px #00e7e0;
}

.tracking-details {
  background: rgba(0, 231, 224, 0.05);
  border: 1px solid rgba(0, 231, 224, 0.3);
  border-radius: 15px;
  padding: 2rem;
  margin: 2rem auto;
  color: #e8ecef;
  max-width: 750px;
  line-height: 1.8;
  text-align: left;
  box-shadow: 0 0 15px rgba(0, 231, 224, 0.15);
}

.tracking-details p {
  margin: 0.4rem 0;
  font-size: 1rem;
}

.tracking-details strong {
  color: #f9b234;
}

.divider {
  margin: 1rem 0;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.countdown {
  margin-top: 1rem;
  font-weight: 600;
  color: #f9b234;
}
