.steps-image-path {
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  width: 100%;
  z-index: 0;
  pointer-events: none;
  height: 400px;
}


.step-box h3 {
  color: #333;
  margin-bottom: 10px;
  font-size: 13px;
}

.step-box li {
  font-size: 11px !important;
}

.step-box p,
.step-box li {
  color: #555;
  font-size: 11px;
}

.revpar-example {
  color: #6a00ff !important;
  font-weight: bold;
  margin-top: 10px;
  font-size: 11px;
}

.info-headingnew {
  font-size: 18px;
}

.rpi-card {
  background-color: #f1f1f4;
  padding: 16px 20px;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.rpi-formula {
  font-size: 16px;
  margin: 0 0 6px 0;
}

.rpi-label {
  color: #6a00ff;
}

.rpi-equation {
  color: #6a00ff;
  font-weight: 600;
}

.rpi-note {
  font-size: 12px;
  color: #444;
  margin: 0;
}


.comparison-table {
  background-color: #f0eff5;
  border-radius: 8px;
  text-align: center;
}

.comparison-table h2 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 1.8rem;
  color: #000;
}

.comparison-table table {
  width: 100%;
  border-collapse: collapse;
}

.comparison-table tbody tr {
  background-color: #faf8fc;
  border-bottom: 1px solid #e0dfea;
}

.comparison-table tbody tr:nth-child(even) {
  background-color: #f5f3f9;
}

.comparison-table td {
  padding: 14px 20px;
  font-size: 1rem;
  color: #222;
}

.comparison-table td .label {
  background-color: #c5b5f6;
  color: #3f3e7e;
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 0.75rem;
  font-weight: 600;
  display: inline-block;
  min-width: 70px;
  text-align: center;
}


.revpar-index {
  line-height: 1.6;
  color: #222;
  padding: 20px;
  background: #fff;
}

.revpar-index h2 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #000;
}

.revpar-index p {
  margin-bottom: 1rem;
}

.revpar-index h3 {
  color: #7b63ff;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
}

.revpar-index a:hover {
  text-decoration: underline;
}

.checklist {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}

.checklist li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}

.checklist li::before {
  content: "✅";
  position: absolute;
  left: 0;
  top: 0;
  color: #5e57ff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 767px) {
  .comparison-table td {
    white-space: nowrap;
    font-size: 13px;
  }

  .comparison-table h2 {
    font-size: 18px;
  }

  .revpar-index h3 {
    font-size: 14px;
  }

  .checklist li {
    font-size: 14px;
  }
}