/* Plotnest Africa Realty — custom styles */

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.hero-bg {
  background-image: linear-gradient(to right, rgba(0, 51, 26, 0.85), rgba(0, 51, 26, 0.45)),
    url('https://images.unsplash.com/photo-1500382017468-9049fed747ef?auto=format&fit=crop&w=1600&q=80');
  background-size: cover;
  background-position: center;
}

.text-balance {
  text-wrap: balance;
}

.card-zoom img {
  transition: transform 0.5s ease;
}

.card-zoom:hover img {
  transform: scale(1.05);
}

/* Animated mobile menu */
#mobile-menu {
  transform-origin: top;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out;
}

#mobile-menu.hidden-menu {
  display: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
