body { padding-top: 4.5rem; }
.hero { padding: 3rem 0; }
.card-hover:hover { transform: translateY(-2px); transition: .15s ease-in-out; }
.badge-soft { background: #f1f5f9; color: #0f172a; }
.table-sm td, .table-sm th { padding: .4rem .5rem; }
.doc-icon { width: 36px; height: 36px; border-radius: 10px; display:flex; align-items:center; justify-content:center; background:#f8fafc; }

/* Home hero background */
.hero.hero-bg{
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  padding: 3.5rem 1.75rem;
  background-image: url('../img/hero-plane.jpg');
  background-size: cover;
  background-position: center;
}
.hero.hero-bg::before{
  content:'';
  position:absolute;
  inset:0;
  background: linear-gradient(90deg, rgba(0,0,0,.68), rgba(0,0,0,.25));
}
.hero.hero-bg > *{ position: relative; }
.hero.hero-bg h1,
.hero.hero-bg p,
.hero.hero-bg .lead{
  color:#fff;
}
.hero.hero-bg .card,
.hero.hero-bg .bg-white{
  background: rgba(255,255,255,.92) !important;
}
