:root {
  --dark: #0b1518;
  --green: #8cc63f;
  --green2: #b4df5a;
  --blue: #1f365f;
  --blue2: #18b4f9;
  --muted: #6c757d;
  --light: #f7f9f3;
  --cream: #eef3ff;
  --border: #e7ece2;
}
* {
  box-sizing: border-box;
}
body {
  font-family:
    "Inter",
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
  color: #1f292d;
  background: #fff;
  overflow-x: hidden;
}
.topbar {
  background: var(--dark);
  color: #d7e3d0;
  font-size: 0.9rem;
}
.topbar a {
  color: #fff;
  text-decoration: none;
}
.navbar {
  padding: 10px 0;
  background: #fff;
  z-index: 9999;
}
.navbar-brand {
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--dark) !important;
}
.brand-mark {
  background: var(--blue);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #102000;
  margin-right: 10px;
}
.nav-link {
  font-weight: 700;
  color: #1f292d !important;
  margin: 0 7px;
}
.btn-brand {
  background: var(--blue);
  border: 0;
  color: #fff;
  font-weight: 900;
  border-radius: 999px;
  padding: 13px 24px;
  text-transform: uppercase;
  font-size: 0.84rem;
}
.btn-brand:hover {
  background: var(--blue2);
  color: #102000;
}
.btn-outline-brand {
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  border-radius: 999px;
  padding: 13px 24px;
  font-weight: 800;
}
.hero {
  position: relative;
  min-height: 760px;
  color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0b1518;
}
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease;
  transform: scale(1.05);
}
.hero-slide.active {
  opacity: 0.65;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(11, 21, 24, 0.55) 0%,
    rgba(11, 21, 24, 0.32) 45%,
    rgba(11, 21, 24, 0.2) 100%
  );
}
.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 70px;
}
.eyebrow {
  color: var(--blue2);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.16em;
  font-size: 0.82rem;
  margin-bottom: 18px;
  display: inline-flex;
  gap: 9px;
  align-items: center;
}
.hero h1,
.page-hero h1 {
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: 0.94;
  font-weight: 900;
  letter-spacing: -0.07em;
  margin-bottom: 26px;
}
.hero p {
  font-size: 1.18rem;
  max-width: 650px;
  color: var(--blue2);
}
.hero-card {
  background: #fff;
  color: #162125;
  border-radius: 32px;
  padding: 30px;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.25);
}
.hero-card i {
  font-size: 2rem;
  color: var(--blue);
}
.ticker {
  background: var(--blue);
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
}
.ticker-track {
  display: inline-block;
  animation: ticker 32s linear infinite;
  padding: 18px 0;
  font-weight: 900;
  text-transform: uppercase;
}
.ticker span {
  margin-right: 44px;
}
@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.section {
  padding: 105px 0;
}
.section-sm {
  padding: 70px 0;
}
.section-title {
  font-size: clamp(2.1rem, 4.2vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1;
}
.text-muted2 {
  color: #667477;
}
.about-img {
  border-radius: 34px;
  min-height: 520px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.stat-badge {
  position: absolute;
  right: 25px;
  bottom: 25px;
  background: var(--blue);
  border-radius: 25px;
  padding: 22px 28px;
  color: #fff;
}
.stat-badge b {
  font-size: 3rem;
  line-height: 1;
}
.service-card {
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 28px;
  height: 100%;
  background: #fff;
  transition: 0.25s;
  position: relative;
  overflow: hidden;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(12, 26, 20, 0.1);
}
.service-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #18b4eb;
  display: grid;
  place-items: center;
  color: #d4f3ff;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.service-card h3 {
  font-weight: 900;
  letter-spacing: -0.03em;
}
.service-card a {
  color: #102000;
  text-decoration: none;
  font-weight: 900;
}
.bg-darkx {
  background: var(--dark);
  color: #fff;
}
.project-card {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  min-height: 330px;
  background-size: cover;
  background-position: center;
}
.project-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.78));
}
.project-card .project-text {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 22px;
  z-index: 1;
  color: #fff;
}
.project-text h3 {
  font-weight: 900;
}
.why-box {
  background: #122126;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 28px;
  padding: 28px;
  height: 100%;
}
.why-box i {
  color: var(--blue2);
  font-size: 2rem;
}
.step {
  border-bottom: 1px solid #dfe5dc;
  padding: 28px 0;
}
.step-num {
  font-size: 3rem;
  font-weight: 900;
  color: #d4f3ff;
}
.cta-band {
  background: linear-gradient(135deg, #164b97, #001346);
  border-radius: 40px;
  padding: 55px;
  color: #ffffff;
}
.faq .accordion-button {
  font-weight: 800;
  font-size: 1.05rem;
}
.faq .accordion-button:not(.collapsed) {
  background: #d4f3ff;
  color: #001661;
}
.contact-card {
  background: #fff;
  border-radius: 34px;
  padding: 35px;
  box-shadow: 0 18px 55px rgba(12, 26, 20, 0.1);
}
.form-control,
.form-select {
  border-radius: 16px;
  padding: 14px 16px;
  border: 1px solid #dfe5dc;
}
.footer {
  background: #182655;
  color: #d4ddd7;
  padding-top: 75px;
}
.footer a {
  color: #d4ddd7;
  text-decoration: none;
}
.footer h4 {
  color: #fff;
  font-weight: 900;
}
.floating-whats {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 999;
  background: #25d366;
  color: #fff;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 2rem;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.22);
  text-decoration: none;
}
.page-hero {
  background-image:
    linear-gradient(90deg, rgba(11, 21, 24, 0.94), rgba(11, 21, 24, 0.55)),
    var(--bg);
  background-size: cover;
  background-position: center;
  min-height: 500px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 95px 0px;
}
.breadcrumb a {
  color: #18b4f9;
}
.content h2 {
  font-weight: 900;
  letter-spacing: -0.04em;
  margin-top: 34px;
}
.content p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #526065;
}
.region-pill {
  display: inline-flex;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 9px 15px;
  margin: 5px;
  background: #fff;
}
.seo-note {
  font-size: 0.85rem;
  color: #7a8588;
}
@media (max-width: 991px) {
  .hero {
    min-height: 760px;
  }
  .hero-card {
    margin-top: 35px;
  }
  .section {
    padding: 75px 0;
  }
  .navbar-collapse {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-top: 15px;
  }
  .hero h1 {
    font-size: 3.3rem;
  }
  .cta-band {
    padding: 34px;
  }
  .about-img {
    min-height: 360px;
  }
}
