body {
  background: #fff;
  font-family: "Segoe UI", sans-serif;
}
body,
html {
  margin: 0;
  padding: 0;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
}
.step-text {
  color: #f78c1f;
  font-weight: 600;
  font-size: 1.2rem;
}
.carousel-item img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
}
.center-text {
  text-align: center;
  margin-top: 1rem;
}
.center-text h4 {
  font-weight: 700;
}
.center-text h4 span {
  color: #f78c1f;
}
.center-text p {
  color: #666;
  font-size: 0.9rem;
}
.btn-next {
  display: block;
  margin: 2rem auto;
  background-color: #00bfa6;
  color: white;
  border: none;
  padding: 0.6rem 2rem;
  border-radius: 10px;
  font-weight: bold;
  width: 100px;
}
