body {
    background-color: #090040;
    color: #fff;
    font-family: 'Segoe UI', sans-serif;
}
.navbar {
    background-color: #090040;
}
.nav-link {
    color: #fff !important;
}
.nav-link:hover {
    color: #B13BFF !important;
}
.hero-section {
    background: linear-gradient(135deg, #090040, #471396);
}
.hero-section h1 {
    color: #FFCC00;
}
.hero-section p,
.hero-section ul li {
    color: #eee;
    font-size: 1rem;
}
.disclaimer-box {
  background: linear-gradient(135deg, #FFCC00 0%, #471396 100%);
}
.footer-link {
  color: #FFCC00;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-link:hover {
  color: #ffffff;
  text-decoration: underline;
}
.trusted-logo {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trusted-logo:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px #FFCC00;
}