body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: #fff;
  color: #222;
}

.top-bar {
  background-color: #006e8aff;
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 10px 40px;
  align-items: center;
  font-size: 14px;
}

.top-bar .contact-info span {
  margin-right: 20px;
}

.top-bar .btn-link {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.social-icons a img {
  width: 24px;
  margin-left: 10px;
}

.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  padding: 15px 40px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.logo img {
  height: 60px;
}

.navbar a {
  margin-left: 20px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.book-btn {
  background-color: #006e8aff !important;
  padding: 10px 20px;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
}

.hero {
  background: url('images/your-background-image.jpg') no-repeat center center/cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-text {
  background: rgba(0, 0, 0, 0.5);
  padding: 40px;
  border-radius: 10px;
  color: white;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.hero-buttons a {
  text-decoration: none;
  padding: 15px 30px;
  margin: 0 10px;
  font-size: 16px;
  border-radius: 5px;
}

.btn-primary {
  background-color: #006e8aff !important;
  color: white;
}

.btn-secondary {
  background-color: #e2c4eb;
  color: #000;
}
