        body {
            font-family: 'Inter', sans-serif;
        }
        /* Add smooth scrolling for anchor links if needed */
        html {
            scroll-behavior: smooth;
        }
        /* Style for active navigation link */
        .nav-link.active {
            color: #2563eb; /* blue-600 */
            font-weight: 600; /* semibold */
        }
        .mobile-nav-link.active {
             color: #2563eb; /* blue-600 */
             background-color: #f3f4f6; /* gray-100 */
             font-weight: 600; /* semibold */
        }
         /* Add any other custom CSS here */
        /* Updated hero background image */
        .hero-bg {
            background-image: url('../images/hero.jpg'); /* MODIFIED: Path to your new hero image */
            background-size: cover;
            background-position: center;
        }
        /* Style for the logo image */
.logo-image {
    height: 40px; /* Adjust as needed */
    /* width: auto; /* To maintain aspect ratio */
}
