.section-padding-modern {
  padding: 80px 0;
  background: linear-gradient(145deg, #000, #000);
  color: white;
  overflow: hidden;
}

.section-header {
  color: white;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 60px;
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 1px;
}

.step-item {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.step-content {
  padding: 30px;
}

.step-title {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: 'Orbitron', sans-serif;
  color: #E63946;
  margin-bottom: 15px;
}

.step-text {
  color: #ccc;
  font-size: 1rem;
  line-height: 1.6;
}

.step-button {
  margin-top: 20px;
  display: inline-block;
  background: #E63946;
  color: white;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px #E63946aa;
}

.step-button:hover {
  background: #fff;
  color: #E63946;
  box-shadow: 0 0 20px #E63946;
}

.divider-line {
  height: 2px;
  width: 100%;
  background: #444;
  margin: 40px 0;
  opacity: 0.2;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeInUp 1s ease forwards;
  animation-delay: 0.3s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}






.rental-terms-text-only {
  background-color: #000;
  padding: 80px 20px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-align: left;
}

.terms-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.terms-wrapper h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: white;
}

.terms-list {
  list-style: none;
  padding: 0;
}

.terms-list li {
  font-size: 20px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  color: #e6e6e6;
}

.terms-list i {
  color: #E63946;
  margin-right: 15px;
  font-size: 24px;
}
