.time {
  width: 100%;
  min-height: 100vh;
  text-align: center;
  padding: 10rem 8rem;
  position: relative;
}

.time h2 {
  font-family: var(--sacramento);
  font-size: var(--fontSize-heading-base);
  font-weight: 400;
}

.time div:nth-of-type(1) {
  margin-top: 2rem;
}

.time div:nth-of-type(1) div h3 {
  font-family: var(--sacramento);
  font-size: var(--fontSize-heading-lg);
  font-weight: 400;
}

.time div:nth-of-type(1) div:nth-of-type(2) {
  margin-top: 2rem;
}

.time a {
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 1rem;
  background-color: #000;
  margin: 2rem auto 1rem;
  border-radius: 20px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.time a i {
  font-size: 1.2rem;
}

.time a + p + i {
  right: 8rem;
  top: 22rem;
}

.google-maps iframe {
  margin-top: 8rem;
  width: 100%;
  height: 300px;
  border: none;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.google-maps iframe:hover {
  transform: scale(1.01);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}
