body {
    background:
      linear-gradient(rgba(51, 68, 95, 0.92), rgba(79, 105, 144, 0.92)),
      url("OdishaCyberOps/assets/images/india.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
  }
  
 
  .navbar {
    background: #161b22;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
  }
  
  .navbar a {
    color: #e6edf3;
    text-decoration: none;
    margin-left: 15px;
  }
  
  .navbar a:hover {
    color: #58a6ff;
  }
  
  .logo {
    font-weight: bold;
    font-size: 18px;
  }
  
  .container {
    max-width: 1100px;
    margin: auto;
    padding: 30px;
  }
  
  .card {
    background: #161b22;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
  }
  
  textarea {
    width: 100%;
    height: 300px;
    background: #0d1117;
    color: #e6edf3;
    border: 1px solid #30363d;
    padding: 10px;
  }
  
  button {
    background: #238636;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
  }
  
  footer {
    text-align: center;
    padding: 20px;
    color: #8b949e;
  }
  .clock {
    font-size: 22px;
    margin-top: 10px;
    color: #58a6ff;
  }
  .nav-right {
    display: flex;
    align-items: center;
  }
  
  .soc-clock {
    font-family: monospace;
    color: #58a6ff;
    font-size: 14px;
    background: #0d1117;
    padding: 6px 10px;
    border: 1px solid #30363d;
    border-radius: 6px;
  }
  .district-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 15px;
    margin-bottom: 30px;
  }
  
  .district-card {
    background: #161b22;
    padding: 15px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #30363d;
    text-decoration: none;
    color: #e6edf3;
    font-weight: 500;
  }
  
  .district-card:hover {
    background: #21262d;
    color: #58a6ff;
  }
  .alert-card {
    background: #2d1b1b;
    border-left: 5px solid #f85149;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 6px;
    color: #f85149;
  }
  .navbar a[href*="reddit.com"] {
    color: #ff4500;
    font-weight: 600;
  }
  
  .navbar a[href*="reddit.com"]:hover {
    color: #ff784f;
  }
  .menu {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
  }
  
  .menu li {
    position: relative;
  }
  
  .menu a {
    text-decoration: none;
    color: #e6edf3;
    font-weight: 500;
  }
  
  .menu a:hover {
    color: #58a6ff;
  }
  
 /* Dropdown container */
.dropdown {
    position: relative;
  }
  
  /* Dropdown menu */
  .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #161b22;
    border: 1px solid #30363d;
    border-radius: 6px;
    min-width: 180px;
    padding: 8px 0;
    z-index: 9999;
  }
  
  /* Keep dropdown open when hovering parent OR menu */
  .dropdown:hover .dropdown-menu,
  .dropdown-menu:hover {
    display: block;
  }
  
  /* Dropdown items */
  .dropdown-menu li {
    padding: 8px 16px;
  }
  
  .dropdown-menu li a {
    color: #e6edf3;
    display: block;
    text-decoration: none;
  }
  
  .dropdown-menu li a:hover {
    background: #21262d;
    color: #58a6ff;
  }
  .dropdown > a {
    padding-bottom: 10px;
  }
  .home-bg {
    background:
      linear-gradient(rgba(36, 58, 92, 0.9), rgba(153, 184, 230, 0.9)),
      url("../assets/images/india.jpg");
    background-size: cover;
    background-position: center;
  }
  
  
  
  
  
  