.demo-section-body {
  font-family: "Inter", sans-serif;
  background-color: #f0f4f8; /* Light blue-grey background */
  color: #334155;
}

/* Hero Section - Info Suffix applied */
.demo-section-info {
  padding: 100px 0;
}

.benefit-list-info {
  list-style: none;
  padding: 0;
  margin-top: 2rem;
}

.benefit-list-info li {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  color: #475569;
}

.benefit-list-info li i {
  color: #3b82f6;
  margin-right: 12px;
  font-size: 0.9rem;
}

/* Demo Card - Info Suffix applied */
.demo-card-info {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
}

.form-label-custom-info {
  font-weight: 500;
  margin-bottom: 8px;
}

/* Form controls specific to the info section */
.form-control-info,
.form-select-info {
  padding: 12px 15px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #64748b;
  width: 100%; /* Ensures consistency in Bootstrap rows */
  display: block;
}

.form-control-info::placeholder {
  color: #94a3b8;
}

.btn-submit-info {
  background-color: white;
  color: #3b82f6;
  border: 2px solid #3b82f6;
  padding: 10px 40px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.btn-submit-info:hover {
  background-color: #3b82f6;
  color: white;
}

.error-text {
  color: red;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}
