body {
  margin: 0;
  padding: 15px 0;
  font-family: sans-serif;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: 100% auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #00cfcf;
}

@media (max-width: 1024px) {
  body {
    background-size: 100% 100%;
  }
}

.qm-logo {
  width: 270px;
  max-width: 90vw;
  margin-bottom: 20px;
}

.qm-button {
  background-color: rgba(0, 207, 207, 0.8);
  border: none;
  width: 225px;
  max-width: 90vw;
  padding: 10px 20px;
  margin: 10px;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-sizing: border-box;
  display: inline-block;
}

.qm-button:hover {
  background-color: rgba(0, 207, 207, 1);
  transform: scale(1.02);
}

.qm-review-button {
  width: 220px;
  max-width: 90vw;
  margin-top: 8px;
  font-weight: bold;
}

.qm-google {
  background-color: #5f9bfe;
  color: #fff;
  border: 2px solid #2365d3;
}

.qm-google:hover {
  background-color: #2365d3;
}

.qm-tripadvisor {
  background-color: #34e0a1;
  color: #fff;
  border: 2px solid #22c88b;
}

.qm-tripadvisor:hover {
  background-color: #22c88b;
}

.qm-facebook {
  background-color: #17a8fc;
  color: #fff;
  border: 2px solid #036be4;
}

.qm-facebook:hover {
  background-color: #036be4;
}

.qm-wifi {
  margin-top: 12px;
  text-align: center;
}

.qm-find-us {
  margin-top: 20px;
}

.qm-google-maps-inner {
  display: inline-flex;
  align-items: center;
}

.qm-google-maps-inner img {
  height: 22px;
  margin-right: 10px;
}

.qm-promo img {
  width: 260px;
  max-width: 90vw;
  margin-top: 20px;
  border: 4px solid #006a6b;
  border-radius: 5px;
}

.qm-reviews-title {
  color: #cfcfcf;
  margin-top: 20px;
  text-align: center;
}

.qm-icon-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.qm-icon-button {
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 8px;
  padding: 0;
  margin: 5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
  text-decoration: none;
}

.qm-icon-button:hover {
  transform: scale(1.1);
}

.qm-icon-button img {
  width: 28px;
  height: 28px;
}
