.hostel-intro h1 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 10px;
}

.tagline {
  font-style: italic;
  color: #3498db;
  margin-bottom: 20px;
}

.hostel-features ul,
.contact-list {
  list-style: none;
  padding: 0;
}

.hostel-features li,
.contact-list li {
  padding: 8px 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1rem;
}

.hostel-features h2,
.why-choose h2,
.contact-info h2 {
  font-size: 1.6rem;
  margin-top: 25px;
  color: #34495e;
}

.hostel-features li::before {
  content: "✔️ ";
  color: #27ae60;
}

.contact-info a {
  color: #2980b9;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}