body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: #f8f9fa; }
.hero-section {
    /* The path starts with /images because 'public' is the root folder for static files */
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('/images/unnamed.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
}
.navbar-brand { font-weight: bold; color: #0d6efd !important; }
.card { box-shadow: 0 4px 6px rgba(0,0,0,0.1); border: none; }
.section-title { border-bottom: 3px solid #0d6efd; display: inline-block; margin-bottom: 20px; padding-bottom: 5px; }

a, a:active {
      text-decoration: none;
      color: inherit;
 }