    
        body { font-family: 'Inter', sans-serif; color: #333; }
        .bg-navy { background-color: #b40d0d; }
        .hero-section {
            background: linear-gradient(rgba(10, 25, 47, 0.8), rgba(10, 25, 47, 0.8)), 
                        url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1400&q=80');
            background-size: cover;
            background-position: center;
            padding: 100px 0;
            color: white;
        }
        .card-hover:hover {
            transform: translateY(-10px);
            transition: 0.3s;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
        }
        .nav-link { font-weight: 600; }
        .btn-gold { background-color: #ffd700; color: #0a192f; font-weight: bold; }
        .btn-gold:hover { background-color: #e6c200; }
.logo {
  font-size: 19px;
  color: #edebe5;
  BORDER: #000 1px solid;
    border-top-color: rgb(0, 0, 0);
    border-right-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-left-color: rgb(0, 0, 0);
  padding: 2px;
  border-color: #b40d0d;
  background-color: #b40d0d;
}

.site-name {
    font-size: 10px;
}

@media (max-width: 991px) {
    .navbar-nav .nav-link {
        padding: 10px 0;
    }
}
    