.my-menu {
  height: 75px;
}
.my-menu .menu-item-wrapper {
  justify-self: end;
}
.logo-img {
  display: block;
  width: 75px;
}
.logo-img-main {
  width: 25vw;
  position: absolute;
  bottom: 10%;
  right: 0;
}
.w-95 {
  width: 95vw !important;
}
.h-75 {
  height: 75vh !important;
}
.button-wrapper-my {
  z-index: 10;
  padding: 0.88rem 1rem 0.62rem 1.5rem;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.button-wrapper-my.secondary {
  padding-right: 1.5rem;
  line-height: 133%;
  transition: background-color 0.25s;
  display: inline-block;
}
.button-wrapper-my.secondary:hover {
  border: 1px solid;
  background-color: #fff;
  color: #262626;
  font-weight: bold;
}
.button-wrapper-my.secondary.active {
  border: 1px solid;
  background-color: #fff;
  color: #262626;
  font-weight: bold;
}
.fc-daygrid-event.half-day-event {
  width: 50% !important;
  left: 25% !important;
}
.fc-daygrid-event.half-day-event-start {
  width: 95% !important;
  left: 05% !important;
}
.fc-daygrid-event.half-day-event-end {
  width: 95% !important;
  left: 0 !important;
}
.fc-daygrid-event.full-day-event {
  width: 100% !important;
  left: 0 !important;
}
.custom-tooltip {
  position: absolute;
  z-index: 1000;
  display: none;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 13px;
  pointer-events: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  max-width: 200px;
  white-space: normal;
}
.reservation-button {
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  color: #6e4a60;
  font-weight: bold;
  font-family: sans-serif;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 9999;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.reservation-button:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
.reservation-button span {
  text-align: center;
  font-size: 14px;
  color: #6e4a60;
}
.strong {
  font-weight: bold;
}
.paragraph img {
  display: block;
  margin: 1.5rem auto 0 auto;
}
/*# sourceMappingURL=main.css.map */