:root {
  --brand-navy: #0b1f3b;
  --brand-orange: #ff8a00;
  --brand-slate: #2b3440;
  --brand-bg: #f6f8fb;
}

html,
body {
  height: 100%;
}

body {
  color: var(--brand-slate);
  background: var(--brand-bg);
}

.navbar {
  backdrop-filter: blur(10px);
}

.btn-brand {
  --bs-btn-bg: var(--brand-orange);
  --bs-btn-border-color: var(--brand-orange);
  --bs-btn-hover-bg: #e97e00;
  --bs-btn-hover-border-color: #e97e00;
  --bs-btn-color: #111;
  --bs-btn-hover-color: #111;
  --bs-btn-active-bg: #d87400;
  --bs-btn-active-border-color: #d87400;
}

.text-brand {
  color: var(--brand-orange) !important;
}

.bg-brand-navy {
  background: var(--brand-navy) !important;
}

.hero {
  background:
    radial-gradient(1200px 500px at 15% 10%, rgba(255, 138, 0, 0.25), transparent 55%),
    radial-gradient(900px 400px at 70% 20%, rgba(81, 151, 255, 0.22), transparent 60%),
    linear-gradient(180deg, rgba(11, 31, 59, 1) 0%, rgba(11, 31, 59, 0.96) 45%, rgba(11, 31, 59, 0.92) 100%);
  color: #fff;
}

.hero-bg {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 92px;
  padding-bottom: 140px;
  background:
    radial-gradient(1200px 500px at 15% 10%, rgba(255, 138, 0, 0.22), transparent 55%),
    radial-gradient(900px 400px at 70% 20%, rgba(81, 151, 255, 0.18), transparent 60%),
    linear-gradient(180deg, rgba(11, 31, 59, 0.72) 0%, rgba(11, 31, 59, 0.84) 55%, rgba(11, 31, 59, 0.92) 100%),
    url("../images/hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.08)),
    radial-gradient(900px 500px at 70% 20%, rgba(0, 0, 0, 0.28), transparent 60%);
}

.hero-content {
  position: relative;
  z-index: 2;
  animation: heroFloatIn 750ms ease-out both;
}

.hero-stats-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -58px;
  z-index: 3;
}

.hero-stats {
  background: rgba(11, 31, 59, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.hero-stats .text-white-50 {
  color: rgba(255, 255, 255, 0.78) !important;
}

.hero-bg .badge-soft {
  background: rgba(255, 138, 0, 0.16);
  color: rgba(255, 232, 205, 0.95);
  border: 1px solid rgba(255, 138, 0, 0.32);
}

.hero-stat {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-stat:last-child {
  border-right: none;
}

@media (max-width: 991.98px) {
  .hero-stats-wrap {
    position: static;
    margin-top: 24px;
    margin-bottom: -24px;
  }
  .hero-stat {
    border-right: none;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  .hero-stat:nth-child(1),
  .hero-stat:nth-child(2) {
    border-top: none;
  }
}

.after-hero {
  padding-top: 170px;
}

@media (max-width: 991.98px) {
  .hero-bg {
    padding-top: 72px;
    padding-bottom: 64px;
    min-height: auto;
  }
  .after-hero {
    padding-top: 72px;
  }
}

.hero-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-media {
  position: relative;
  transform: translateY(6px);
  animation: heroFloatIn 700ms ease-out both;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(900px 300px at 20% 10%, rgba(255, 138, 0, 0.18), transparent 55%),
    radial-gradient(700px 320px at 75% 20%, rgba(81, 151, 255, 0.16), transparent 60%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.12));
  mix-blend-mode: soft-light;
}

.hero-media img {
  transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transform: scale(1.02);
  filter: saturate(1.05) contrast(1.02);
}

.hero-media:hover img {
  transform: scale(1.07);
  filter: saturate(1.12) contrast(1.05);
}

@keyframes heroFloatIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(6px);
  }
}

.section {
  padding: 72px 0;
}

.card {
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 10px 30px rgba(11, 31, 59, 0.06);
}

.service-icon {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 0.75rem;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: #fff;
}

.carousel .carousel-item img {
  height: 200px;
  object-fit: cover;
}

.gallery-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.badge-soft {
  background: rgba(255, 138, 0, 0.12);
  color: #8a4b00;
  border: 1px solid rgba(255, 138, 0, 0.25);
}

.footer {
  background: #0a1830;
  color: rgba(255, 255, 255, 0.82);
}

.footer a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(255, 138, 0, 0.65);
  box-shadow: 0 0 0 0.25rem rgba(255, 138, 0, 0.22);
}

.shadow-soft {
  box-shadow: 0 18px 60px rgba(11, 31, 59, 0.18);
}

.nav-link.active {
  color: var(--brand-orange) !important;
}

