.center-text {
  text-align: center;
  max-width: 680px;
  margin: 1.5rem auto 2rem;
  font-size: 1rem;
  color: #444;
}

.booking-contact {
  text-align: center;
  font-size: 1.05rem;
  color: #222;
}

.booking-contact p {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.booking-contact img {
  width: 20px;
  height: 20px;
  opacity: 0.8;
}

.center-text {
  text-align: center;
  max-width: 680px;
  margin: 1.5rem auto 2rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--text);
}

.booking-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  font-size: 1.05rem;
  color: #222;
}

.booking-contact p {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
}

.booking-contact img {
  width: 22px;
  height: 22px;
  opacity: 0.75;
}

.booking-contact a {
  color: var(--accent);
  font-weight: 500;
  transition: color 0.2s ease;
}

.booking-contact a:hover {
  color: var(--primary-dark);
  text-decoration: underline;
}

.booking-contact strong {
  white-space: nowrap;
  font-weight: 600;
}


@media (max-width: 600px) {
  .booking-contact {
    padding: 0 1.2rem;
  }
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-logo {
  margin: 1.2rem auto 0.5rem;
  width: 80px;
  display: block;
}


.hero h1 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.3rem;
}

.hero .tagline {
  font-size: 1.05rem;
  color: var(--muted);
}

section.section {
  padding-bottom: 3rem;
}

