/* Custom styles for Vividha Money */
body {
  background-color: #000;
  color: #fff;
}

.main-content {
  background-color: #000;
  color: #fff;
}

.card {
  background-color: #222;
  color: #fff;
}

.navbar,
.navbar-light {
  background-color: #111 !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.navbar .container-fluid {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.custom-nav-link {
  color: #ff9900 !important;
  font-weight: bold !important;
  transition: color 0.2s, background 0.2s;
}
.custom-nav-link:hover {
  color: #000 !important;
  background: none !important;
}

.vividha-amber {
  color: #ff9900; /* Updated to new dark amber color */
}

.hero-subtext {
  color: #ccc;
  font-size: 1.5625rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.hero-img-text {
  font-size: 2rem;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
  pointer-events: none;
}

.col-md-6.position-relative img {
  filter: brightness(1.4);
}
