body {
  font-family: "Montserrat", sans-serif;
  color: #333;
  scroll-behavior: smooth;
}

.title-font {
  font-family: "Playfair Display", serif;
}

.hero-overlay {
  background-color: rgba(255, 152, 135, 0.75);
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.modal {
  transition: all 0.3s ease;
}

.modal-content {
  max-height: 90vh;
  overflow-y: auto;
}

.nav-link {
  position: relative;
}

.nav-link:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #ff9887;
  transition: width 0.3s ease;
}

.nav-link:hover:after {
  width: 100%;
}

.gallery-item {
  transition: all 0.3s ease;
}

.gallery-item:hover {
  transform: scale(1.03);
}

#whatsappLink {
  pointer-events: auto !important;
  z-index: 9999 !important;
}
