#map {
  height: 98vh;
  width: 100%;
}

.gm-style .gm-style-iw-c {
  background: linear-gradient(
    162deg,
    rgba(250, 60, 73, 1) 0%,
    rgba(252, 176, 69, 1) 100%
  ) !important;
}

.gm-style-iw-d {
  overflow: hidden !important;
}

.gm-style .gm-style-iw-tc::after {
  background: #fb9a45 !important;
}

.gm-ui-hover-effect > span {
  color: #fff;
  background-color: #fff;
  opacity: 1;
}

/* Style the entire popup container */
.custom-popup {
  font-family: Arial, sans-serif;
  max-width: 350px;
  min-width: 250px;
  text-align: center;
  padding: 10px 20px;
}

.custom-popup h3 {
  margin-top: 0;
  font-size: 18px;
  color: #fff;
}

.custom-popup p {
  margin: 5px 0;
  font-size: 14px;
  color: #2d2d2d;
}

.custom-popup a {
  display: inline-block;
  margin: 10px;
  padding: 10px 20px;
  background-color: #fff;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  font-size: 12px;
  color: #333;
  font-weight: 600;
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
}

.custom-popup a:hover {
  background: linear-gradient(
    162deg,
    rgba(250, 60, 73, 1) 0%,
    rgba(252, 176, 69, 1) 100%
  ) !important;
  color: #fff;
}

.exitBtn {
  position: absolute;
  bottom: 200px;
  left: 20px;
  display: none;
  z-index: 999;
  padding: 10px 20px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
}

.street-view-btn {
  padding: 10px 20px;
  background-color: #fff;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  font-size: 12px;
  color: #333;
  font-weight: 600;
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
}
