body {
  background: url('./images/backgroundimage4.jpg') no-repeat center center fixed;
  background-size: cover;
  font-family: Arial, sans-serif;
}

.section-overlay {
  background: rgba(0,0,0,0.75);
  border-radius: 12px;
  padding: 2rem;
  color: #fff;
}

.section-overlay h2 {
  color: #ffea00;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.8);
}

.section-overlay p {
  font-size: 1rem;
  line-height: 1.6;
}

form .form-control {
  border-radius: 8px;
}

form button.book-btn {
  margin-top: 1rem;
}
header h6 {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 1px;
  background: linear-gradient(45deg, #ffffff, #ca1010);

  /* Add both standard and prefixed versions */
  background-clip: text;              /* standard property */
  -webkit-background-clip: text;      /* vendor prefix for WebKit browsers */

  -webkit-text-fill-color: transparent;
}