body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #0a0a0a;
  color: #fff;
  line-height: 1.6;
}

header h1 {
  font-size: 64px;
  margin: 0;
}

header .logo {
  font-size: 24px;
  margin-bottom: 10px;
  color: #888;
}

section {
  padding: 40px 20px;
  max-width: 800px;
  margin: auto;
}

h2 {
  border-bottom: 1px solid #444;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

a {
  color: white;
  text-decoration: underline;
}

a:hover {
  opacity: 0.8; /* optional hover effect */
}


footer {
  text-align: center;
  padding: 20px;
  background: #111;
  font-size: 14px;
  color: #666;
}

#bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

header {
  position: relative;
  height: 60vh;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
body {
  font-family: 'Inter', sans-serif;
}

.overlay {
  z-index: 1;
  padding-top: 75px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.logo-img {
  width: 60px;
}

