.bastami-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.bastami-box {
  background: #fff;
  color: #333;
  padding: 20px;
  width: 90%;
  max-width: 400px;
  border-radius: 10px;
  text-align: center;
}

.bastami-box h2, .bastami-box h3, .bastami-box h4 {
  color: #0a7f3f;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bastami-box p {
  color: #555;
}

button {
  background: #0a7f3f;
  color: #fff;
  border: none;
  padding: 10px;
  margin-top: 15px;
  width: 100%;
  cursor: pointer;
}

.close-btn {
  float: right;
  cursor: pointer;
  font-size: 20px;
}

label {
  display: block;
  margin: 8px 0;
  text-align: left;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

#bastami-logo {
  max-width: 120px;
  margin-bottom: 10px;
}