'); background-size: cover; color: white; padding: 20px 0; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 15px rgba(0,0,0,0.1); } .header-container { display: flex; justify-content: space-between; align-items: center; } .logo { display: flex; align-items: center; } .logo h1 { font-size: 1.8rem; margin-left: 15px; font-weight: 700; } nav ul { display: flex; list-style: none; } nav ul li { margin-left: 25px; } nav ul li a { color: white; text-decoration: none; font-weight: 600; font-size: 1.1rem; transition: all 0.3s ease; padding: 8px 12px; border-radius: 4px; } nav ul li a:hover { background-color: rgba(255, 255, 255, 0.2); } /* Hero Section */ .hero { background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('data:image/svg+xml;utf8,');