/* Soft blue background for hero */
.hero-section {
  padding: 4rem 0;
  background: linear-gradient(135deg, #0d6efd 0%, #4dabff 50%, #e9f3ff 100%);
  color: #ffffff;
}

/* Card enhancements */
.feature-card {
  border: none;
  border-radius: 0.75rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
}

/* Section spacing */
.section-padding {
  padding: 4rem 0;
}

/* NAVBAR STYLING FOR SIMPLEINVOICELY */
.app-navbar {
  background: linear-gradient(90deg, #005bea, #00c6fb);
}

.app-brand-main {
  font-weight: 700;
  font-size: 1.1rem;
}

.app-brand-sub {
  font-size: 0.75rem;
  opacity: 0.85;
}

.app-nav .nav-link {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  margin-left: 0.4rem;
}

.app-nav .nav-link .bi {
  font-size: 1rem;
  vertical-align: -0.1rem;
}

.app-nav .nav-link:hover {
  color: #ffffff;
}

.app-nav .nav-link.active {
  font-weight: 600;
  color: #ffffff;
  position: relative;
}

.app-nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  bottom: -0.4rem;
  height: 2px;
  background-color: #ffffff;
  border-radius: 999px;
}

.app-user-badge {
  color: #e5f0ff;
  font-size: 0.85rem;
  white-space: nowrap;
}




















/* NAVBAR STYLING FOR SIMPLEINVOICELY */
.app-navbar {
  background: linear-gradient(90deg, #005bea, #00c6fb);
}

.app-brand-main {
  font-weight: 700;
  font-size: 1.1rem;
}

.app-brand-sub {
  font-size: 0.75rem;
  opacity: 0.85;
}

.app-nav .nav-link {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  margin-left: 0.4rem;
}

.app-nav .nav-link .bi {
  font-size: 1rem;
  vertical-align: -0.1rem;
}

.app-nav .nav-link:hover {
  color: #ffffff;
}

.app-nav .nav-link.active {
  font-weight: 600;
  color: #ffffff;
  position: relative;
}

.app-nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  bottom: -0.4rem;
  height: 2px;
  background-color: #ffffff;
  border-radius: 999px;
}

.app-user-badge {
  color: #e5f0ff;
  font-size: 0.85rem;
  white-space: nowrap;
}
