/* FindRentalNow – aligned with Laravel app (primary blue, Figtree) */
body { font-family: 'Figtree', ui-sans-serif, system-ui, sans-serif; }

/* Mobile nav */
@media (max-width: 767px) {
  .main-nav.mobile-open {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    top: 4rem;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    padding: 1rem;
    gap: 0.5rem;
    z-index: 40;
    border-bottom: 1px solid #e2e8f0;
  }
}
