:root {
  --navy: #36454F;
  --navy-2: #005ea7;
  --blue: #005ea7;
  --gold: #EFBF04;
  --gold-2: #ffd84d;
  --ink: #36454F;
  --muted: #66717f;
  --line: #e8edf3;
  --soft: #f6f8fb;
  --white: #ffffff;
  --green: #4cb947;
  --charcoal: #36454F;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  padding: 0px 0;
  background: rgba(7, 27, 52, .98);
  box-shadow: 0 10px 28px rgba(3, 18, 35, .16);
  backdrop-filter: blur(16px);
  transition: background .25s ease, box-shadow .25s ease, padding .25s ease;
}

.site-header.scrolled,
.site-header.menu-open {
  padding: 0px 0;
  background: rgba(7, 27, 52, .96);
  box-shadow: 0 18px 44px rgba(3, 18, 35, .22);
  backdrop-filter: blur(16px);
}

.navbar-brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.navbar-brand {
  align-items: flex-start;
  gap: 14px;
}

.brand-logo {
  width: auto;
  height: 82px;
  max-width: 280px;
  padding: 0px;
  border-radius: 0;
  /* background: #ffffff; */
  box-shadow: 0 14px 34px rgba(0, 0, 0, .16);
  object-fit: contain;
}

.footer-logo {
  width: auto;
  height: 64px;
  max-width: 250px;
  object-fit: contain;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(240, 208, 122, .5);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--gold), var(--gold-2));
  color: var(--navy);
  font-weight: 800;
}

.brand-text,
.footer-brand span:last-child {
  display: grid;
  line-height: 1.1;
}

.brand-text strong,
.footer-brand strong {
  letter-spacing: 0;
  font-size: 1rem;
}

.brand-text small,
.footer-brand small {
  font-size: .72rem;
  color: rgba(255, 255, 255, .72);
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .78);
  font-weight: 600;
  font-size: .95rem;
  padding: .75rem .9rem;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--gold-2);
}

.btn {
  border-radius: 6px;
  font-weight: 700;
  padding: .72rem 1.15rem;
}

.btn-gold {
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  border: 1px solid rgba(201, 162, 77, .7);
  box-shadow: 0 10px 24px rgba(201, 162, 77, .25);
}

.btn-gold:hover {
  color: var(--navy);
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(201, 162, 77, .32);
}

.btn-navy {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
}

.btn-navy:hover {
  color: var(--white);
  background: var(--blue);
}

.hero-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(54, 69, 79, .92) 0%, rgba(0, 94, 167, .74) 48%, rgba(54, 69, 79, .2) 100%),
    url("../img/banner.jpg") center/cover no-repeat;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  display: none;
  background:
    radial-gradient(circle at 82% 18%, rgba(239, 191, 4, .22), transparent 26%),
    linear-gradient(180deg, rgba(54, 69, 79, .14), rgba(54, 69, 79, .46));
  pointer-events: none;
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: none;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.hero-section .container {
  z-index: 2;
}

.hero-section .min-vh-100 {
  min-height: 92vh !important;
  padding-top: 88px;
  padding-bottom: 88px;
}

.hero-content {
  max-width: 820px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-section h1 {
  max-width: 820px;
  margin: 0 0 18px;
  font-size: clamp(2.7rem, 4.2vw, 4.2rem);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}

.hero-tagline {
  margin: 0 0 12px;
  color: #ffd84d;
  font-size: clamp(1.45rem, 1.7vw, 2.4rem);
  line-height: 1.18;
  font-weight: 800;
}

.hero-subhead {
  max-width: 720px;
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  line-height: 1.35;
  font-weight: 800;
}

.hero-copy {
  max-width: 760px;
  color: rgba(255, 255, 255, .9);
  font-size: 1.04rem;
  line-height: 1.75;
  margin-bottom: 30px;
}

.hero-copy p {
  margin: 0 0 10px;
}

.section-kicker {
  margin: 0 0 12px;
  color: var(--gold);
  font-weight: 600;
  text-transform: uppercase;
  font-size:1.78rem;
  letter-spacing: 0;
}

.text-gold {
  color: var(--gold-2) !important;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 30px;
}

.hero-trust span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 6px;
  color: rgba(255, 255, 255, .9);
  background: rgba(255, 255, 255, .08);
  font-weight: 600;
  font-size: .92rem;
}

.hero-trust i {
  color: var(--gold-2);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hero-actions .btn-outline-light {
  border-color: rgba(255, 255, 255, .72);
  color: #ffffff;
  background: rgba(255, 255, 255, .08);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.hero-proof strong {
  display: block;
  color: var(--gold-2);
  font-size: 1.75rem;
  line-height: 1;
}

.hero-proof span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, .72);
  font-size: .86rem;
  font-weight: 700;
}

.dashboard-card {
  position: relative;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .35);
  backdrop-filter: blur(14px);
}

.dashboard-card img {
  width: 100%;
  aspect-ratio: 1.22 / 1;
  object-fit: cover;
  border-radius: 8px;
  filter: saturate(.95) contrast(1.04);
}

.metric-card {
  position: absolute;
  min-width: 170px;
  padding: 16px;
  border: 1px solid rgba(201, 162, 77, .38);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  color: var(--navy);
  box-shadow: 0 18px 44px rgba(4, 18, 34, .28);
}

.metric-card span {
  display: block;
  font-size: .82rem;
  color: var(--muted);
  font-weight: 700;
}

.metric-card strong {
  font-size: 2rem;
  line-height: 1;
}

.metric-top {
  top: 34px;
  right: -18px;
}

.metric-bottom {
  bottom: 34px;
  left: -18px;
}

.section-pad {
  padding: 100px 0;
}

.section-soft {
  background: linear-gradient(135deg, rgba(246, 248, 251, .98) 0%, rgba(232, 241, 249, .96) 46%, rgba(255, 250, 228, .88) 100%);
}

#process {
  background:
    linear-gradient(135deg, rgba(246, 248, 251, .98) 0%, rgba(232, 241, 249, .96) 46%, rgba(255, 250, 228, .88) 100%);
}

.section-heading {
  max-width: 960px;
  margin: 0 auto 48px;
}

.pillars-intro {
  max-width: 960px;
  margin: -18px auto 28px;
  color: var(--navy);
  font-size: 1.28rem;
  line-height: 1.35;
  font-weight: 800;
  text-align: center;
}

.section-heading h2,
.section-pad h2,
.cta-banner h2 {
  color: var(--navy);
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
}

.lead {
  color: var(--blue);
  font-weight: 600;
}

.feature-card,
.service-card,
.blog-card,
.principle-card,
.contact-info-card,
.contact-panel {
  height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
background: linear-gradient(145deg, var(--navy), var(--blue)); 
 box-shadow: 0 16px 42px rgba(16, 38, 68, .07);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.feature-card,
.principle-card,
.contact-info-card,
.contact-panel {
  padding: 30px;
}

.feature-card i,
.principle-card i {
  width: 52px;
  height: 52px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 8px;
  color: var(--navy);
  background: linear-gradient(135deg, rgba(240, 208, 122, .95), rgba(201, 162, 77, .95));
  font-size: 1.35rem;
  transition: transform .25s ease, box-shadow .25s ease;
}

.feature-card:hover,
.blog-card:hover,
.contact-info-card:hover,
.contact-panel:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 94, 167, .22);
  box-shadow: 0 24px 58px rgba(16, 38, 68, .13);
}

.feature-card:hover i {
  transform: translateY(-2px) scale(1.06);
  box-shadow: 0 14px 30px rgba(239, 191, 4, .2);
}

.feature-card h3,
.principle-card h3 {
  color: var(--white);
  font-size: 1.12rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.feature-card p,
.principle-card p,
.blog-card p {
  color: var(--white);
  margin: 0;
}

.founder-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(10, 33, 62, .18);
}

.founder-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.experience-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  width: 150px;
  padding: 18px;
  border-radius: 8px;
  background: var(--navy);
  color: var(--white);
}

.experience-badge strong {
  display: block;
  color: var(--gold-2);
  font-size: 2.4rem;
  line-height: 1;
}

.experience-badge span {
  font-weight: 700;
}

.founder-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

.founder-highlights span {
  display: inline-flex;
  align-items: center;
  flex: 1 1 220px;
  gap: 12px;
  min-height: 68px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--navy);
  box-shadow: 0 12px 30px rgba(16, 38, 68, .06);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.35;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.founder-highlights i {
  flex: 0 0 auto;
  color: var(--gold);
  font-size: 1.25rem;
  transition: transform .25s ease;
}

.founder-highlights span:hover {
  transform: translateY(-4px);
  border-color: rgba(239, 191, 4, .42);
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(16, 38, 68, .11);
}

.founder-highlights span:hover i {
  transform: scale(1.14);
}

.infographic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.infographic-grid div {
    padding: 18px;
    border-radius: 8px;
    background: linear-gradient(145deg, var(--navy), var(--blue));
    color: var(--white);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    box-shadow: 0 20px 44px rgba(12, 41, 75, .16);
    align-items: center;
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.infographic-grid div:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 56px rgba(12, 41, 75, .24);
  filter: saturate(1.08);
}

.infographic-grid div:nth-child(5) {
  grid-column: 1 / -1;

  background: linear-gradient(145deg, var(--green), #2f8d35);
}

.infographic-grid i {
 color: var(--gold-2);
    font-size: 2.8rem;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 12px;
    transition: transform .25s ease;

}

.infographic-grid div:hover i {
  transform: scale(1.08);
}

.infographic-grid span {
  font-weight: 800;
  font-size: 1.05rem;
  margin-left: 12px;;
}

.section-navy {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(54, 69, 79, .96), rgba(0, 94, 167, .88)),
    url("../img/banner-3.jpg") center/cover;
}

.section-navy::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: .2;
  pointer-events: none;
}

.section-navy .container {
  position: relative;
  z-index: 1;
}

.section-navy h2,
.section-navy .principle-card h3 {
  color: var(--white);
}

.principle-card {
  position: relative;
  overflow: hidden;
 
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  column-gap: 16px;
  align-items: start;
  background: linear-gradient(180deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .07));
  border-color: rgba(255, 255, 255, .18);
  color: var(--white);
  box-shadow: 0 24px 54px rgba(0, 0, 0, .18);
  backdrop-filter: blur(14px);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.principle-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold-2), var(--gold));
}

.principle-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 216, 77, .48);
  background: linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .09));
}

.principle-number {
  position: absolute;
  top: 24px;
  right: 28px;
  color: rgba(255, 255, 255, .16);
  font-size: 3.25rem;
  line-height: 1;
  font-weight: 800;
}

.principle-card p {
  color: rgba(255, 255, 255, .76);
  margin: 0;
}

.principle-card i {
  width: 52px;
  height: 52px;
  min-width: 52px;
  display: inline-grid;
  place-items: center;
  grid-row: 1 / span 2;
  align-self: start;
  margin-bottom: 26px;
  border-radius: 8px;
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 14px 30px rgba(239, 191, 4, .22);
  font-size: 1.35rem;
  line-height: 1;
  vertical-align: top;
}

.principle-card i::before {
  line-height: 1;
}

.principle-card h3 {
  margin: 0 0 12px;
  font-size: 1.32rem;
}

.values-panel {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .16);
  backdrop-filter: blur(14px);
}

.values-panel-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 22px;
}

.values-panel-heading span {
  color: var(--gold-2);
  font-size: 1.05rem;
  font-weight: 800;
}

.values-panel-heading p {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  text-align: right;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(118px, 1fr));
  gap: 14px;
}

.values-grid span {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  padding: 18px 12px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .09);
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.25;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

.values-grid span:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 216, 77, .44);
  background: rgba(255, 255, 255, .14);
}

.values-grid i {
  color: var(--gold-2);
  font-size: 1.55rem;
}

.service-carousel {
  position: relative;
}

.service-carousel .owl-stage-outer {
  padding-bottom: 18px;
}

.service-carousel .owl-stage {
  display: flex;
}

.service-carousel .owl-item {
  display: flex;
  padding: 8px;
}

.service-card {
  position: relative;
  width: 100%;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  color: var(--white);
  border: 0;
  border-radius: 8px;
  background: var(--navy);
  box-shadow: 0 22px 52px rgba(7, 27, 52, .16);
}

.service-card img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  transition: transform .5s ease, filter .5s ease;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 27, 52, .08) 0%, rgba(7, 27, 52, .62) 62%, rgba(7, 27, 52, .92) 100%);
  transition: background .35s ease;
}

.service-overlay {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: 30px;
  transition: padding .35s ease;
}

.service-overlay i:first-child {
  width: 52px;
  height: 52px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 8px;
  color: var(--navy);
  background: linear-gradient(135deg, rgba(240, 208, 122, .96), rgba(201, 162, 77, .96));
  font-size: 1.35rem;
  flex-shrink: 0;
}

.service-overlay h3 {
  color: var(--white);
  font-size: 1.28rem;
  line-height: 1.25;
  font-weight: 800;
  margin: 0 0 12px;
  height: calc(2 * 1.25em);
}

.service-overlay p,
.service-overlay a {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .35s ease, opacity .28s ease, margin .28s ease;
}

.service-overlay p {
  color: rgba(255, 255, 255, .78);
  margin: 0;
}

.service-overlay a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 0;
  color: var(--gold-2);
  font-weight: 800;
}

.service-card:hover img,
.service-card:focus-within img {
  transform: scale(1.08);
  filter: saturate(.85) contrast(1.08);
}

.service-card:hover::after,
.service-card:focus-within::after {
  background: linear-gradient(180deg, rgba(7, 27, 52, .38) 0%, rgba(7, 27, 52, .78) 52%, rgba(7, 27, 52, .98) 100%);
}

.service-card:hover .service-overlay,
.service-card:focus-within .service-overlay {
  padding-bottom: 30px;
}

.service-card:hover .service-overlay p,
.service-card:focus-within .service-overlay p {
  max-height: 320px;
  opacity: 1;
}

.service-card:hover .service-overlay a,
.service-card:focus-within .service-overlay a {
  max-height: 40px;
  opacity: 1;
  margin-top: 20px;
}

.service-carousel.owl-theme .owl-nav {
  margin-top: 28px;
}

.service-carousel.owl-theme .owl-nav button {
  width: 44px;
  height: 44px;
  margin: 0 6px;
  border-radius: 50%;
  color: var(--navy) !important;
  background: var(--white) !important;
  border: 1px solid var(--line) !important;
  box-shadow: 0 12px 28px rgba(7, 27, 52, .1);
}

.service-carousel.owl-theme .owl-nav button:hover {
  color: var(--navy) !important;
  background: var(--gold-2) !important;
}

.process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.process-timeline::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 38px;
  height: 2px;
  background: linear-gradient(90deg, rgba(201, 162, 77, .15), var(--gold), rgba(201, 162, 77, .15));
}

.process-step {
  position: relative;
  padding: 76px 22px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 36px rgba(16, 38, 68, .06);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.process-step span {
  position: absolute;
  top: 18px;
  left: 22px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold-2);
  font-weight: 800;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}

.process-step:hover {
  transform: translateY(-6px);
  border-color: rgba(239, 191, 4, .42);
  box-shadow: 0 22px 50px rgba(16, 38, 68, .12);
}

.process-step:hover span {
  transform: scale(1.08);
  background: var(--gold);
  color: var(--navy);
}

.process-step h3 {
  color: var(--navy);
  font-size: 1rem;
  font-weight: 800;
}

.process-step p {
  margin: 0;
  color: var(--muted);
  font-size: .94rem;
}

.who-serve-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
}

.who-serve-section::before {
  /* content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 94, 167, .04) 1px, transparent 1px),
    linear-gradient(rgba(0, 94, 167, .04) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none; */
}

.who-serve-section .container {
  position: relative;
  z-index: 1;
}

.who-serve-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.serve-card {
  
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
background: linear-gradient(135deg, var(--navy), var(--blue));  box-shadow: 0 18px 44px rgba(16, 38, 68, .08);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.serve-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 94, 167, .22);
  box-shadow: 0 24px 56px rgba(16, 38, 68, .12);
}

.serve-card i {
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 12px 28px rgba(239, 191, 4, .2);
  font-size: 1.45rem;
  line-height: 1;
}

.serve-card h3 {
  margin: 0 0 10px;
  color: var(--white);
  font-size: 1.18rem;
  line-height: 1.25;
  font-weight: 800;
}

.serve-card p {
  margin: 0;
  color: var(--white);
  font-size: .98rem;
  line-height: 1.55;
}

.stats-section {
  padding: 72px 0;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), var(--blue));
}

.stat-item {
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  transition: transform .25s ease, background .25s ease;
}

.stat-item strong {
  display: block;
  color: var(--gold-2);
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1;
  transition: transform .25s ease;
}

.stat-item:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, .08);
}

.stat-item:hover strong {
  transform: scale(1.06);
}

.stat-item span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, .88);
  font-weight: 700;
  font-size:1.2rem;
}

.owl-theme .owl-dots .owl-dot span {
  background: #cfd8e3;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: var(--gold);
}

.contact-section {
  background:
    linear-gradient(180deg, var(--white), #f8fafc);
}

.contact-info-card {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7, 27, 52, .96), rgba(18, 63, 112, .94)),
    url("../img/about.jpg") center/cover;
  border: 0;
}

.contact-info-card h3 {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 14px;
}

.contact-info-card p {
  color: rgba(255, 255, 255, .78);
}

.contact-methods {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.contact-methods a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.contact-methods a:hover {
  transform: translateX(4px);
  border-color: rgba(255, 216, 77, .42);
  background: rgba(255, 255, 255, .13);
}

.contact-methods i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  border-radius: 50%;
  color: var(--navy);
  background: var(--gold-2);
}

.contact-methods span {
  display: grid;
  color: var(--white);
  font-weight: 800;
  line-height: 1.35;
}

.contact-methods small {
  color: rgba(255, 255, 255, .62);
  font-weight: 700;
}

.contact-panel {
  background: var(--white);
}

.contact-panel input,
.contact-panel select,
.contact-panel textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f9fbfd;
  color: var(--ink);
  padding: 14px 15px;
  outline: none;
}

.contact-panel input:focus,
.contact-panel select:focus,
.contact-panel textarea:focus {
  border-color: rgba(201, 162, 77, .8);
  box-shadow: 0 0 0 4px rgba(201, 162, 77, .14);
}

.blog-card {
  overflow: hidden;
}

.blog-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform .45s ease, filter .45s ease;
}

.blog-card:hover img {
  transform: scale(1.06);
  filter: saturate(.92) contrast(1.06);
}

.blog-card div {
  padding: 24px;
  background: var(--white);
}

.blog-card span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
  font-size: .76rem;
}

.blog-card h3 {
  color: var(--navy);
  font-size: 1.16rem;
  font-weight: 800;
  line-height: 1.35;
}

.blog-card a {
  display: inline-block;
  margin-top: 12px;
  color: var(--blue);
  font-weight: 800;
  transition: color .25s ease, transform .25s ease;
}

.blog-card:hover a {
  color: var(--navy);
  transform: translateX(4px);
}

.cta-section {
  padding: 80px 0;
}

.cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 46px;
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(7, 27, 52, .94), rgba(18, 63, 112, .94)),
    url("../img/banner-2.jpg") center/cover;
  box-shadow: 0 20px 50px rgba(7, 27, 52, .12);
  transition: transform .25s ease, box-shadow .25s ease;
}

.cta-banner:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 66px rgba(7, 27, 52, .18);
}

.cta-banner h2 {
  margin: 0;
  color: var(--white);
  max-width: 780px;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 82px 0 28px;
  color: rgba(255, 255, 255, .74);
  background:
    linear-gradient(135deg, rgba(54, 69, 79, .98), rgba(0, 94, 167, .88)),
    url("../img/banner-2.jpg") center/cover;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: .18;
  pointer-events: none;
}

.site-footer .container {
  position: relative;
  z-index: 1;
}

.site-footer h3 {
  margin-bottom: 16px;
  color: var(--white);
  font-size: 1rem;
  font-weight: 800;
}

.site-footer a:hover {
  color: var(--gold-2);
}

.footer-brand {
  color: var(--white);
  margin-bottom: 18px;
}

.footer-tagline {
  margin-bottom: 10px;
  color: var(--gold-2);
  font-weight: 800;
}

.footer-copy {
  max-width: 390px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .12);
  transition: transform .22s ease, background .22s ease, color .22s ease;
}

.footer-social a:hover {
  transform: translateY(-2px);
  color: var(--navy);
  background: var(--gold-2);
}

.footer-location {
  display: flex;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  text-decoration: none;
  color: inherit;
  transition: opacity .2s ease, transform .2s ease;
}

.footer-location:hover {
  opacity: .92;
  transform: translateX(3px);
}

.footer-location:first-of-type {
  padding-top: 0;
}

.footer-location i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  border-radius: 50%;
  color: var(--navy);
  background: var(--gold-2);
}

.footer-location p {
  margin: 0;
  color: rgba(255, 255, 255, .74);
}

.footer-location strong {
  display: block;
  margin-bottom: 3px;
  color: var(--white);
  font-size: .94rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  gap: 9px;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .74);
  font-weight: 600;
}

.footer-links a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-2);
  opacity: .85;
}

.footer-contact-list {
  display: grid;
  gap: 10px;
}

.footer-contact-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .78);
  font-weight: 700;
  line-height: 1.35;
}

.footer-contact-list i {
  color: var(--gold-2);
  font-size: 1.05rem;
}

.contact-form {
  display: grid;
  gap: 12px;
}

.site-footer .contact-form input,
.site-footer .contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 6px;
  background: rgba(255, 255, 255, .08);
  color: var(--white);
  padding: 12px 14px;
  outline: none;
}

.site-footer .contact-form input::placeholder,
.site-footer .contact-form textarea::placeholder {
  color: rgba(255, 255, 255, .48);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 46px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: .9rem;
}

@media (max-width: 1199.98px) {
  .values-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .who-serve-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .process-timeline::before {
    display: none;
  }
}

@media (max-width: 991.98px) {
  html {
    scroll-padding-top: 100px;
  }

  .brand-logo {
    height: 70px;
  }

  .navbar-collapse {
    margin-top: 14px;
    padding: 18px;
    border-radius: 8px;
    background: rgba(7, 27, 52, .98);
  }

  .hero-section .min-vh-100 {
    padding-top: 76px;
    padding-bottom: 70px;
  }

  .section-pad {
    padding: 74px 0;
  }

  .pillars-intro {
    margin-top: -10px;
    font-size: 1.16rem;
  }

  .metric-top {
    right: 12px;
  }

  .metric-bottom {
    left: 12px;
  }

  .cta-banner,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .values-panel-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .values-panel-heading p {
    max-width: none;
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .hero-content {
    padding: 0;
  }

  .hero-section h1 {
    font-size: 2.55rem;
  }

  .hero-tagline {
    font-size: 1.55rem;
  }

  .hero-subhead {
    font-size: 1.12rem;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .dashboard-card {
    padding: 0;
  }

  .metric-card {
    position: static;
    margin-top: 10px;
    width: 100%;
  }

  .infographic-grid,
  .process-timeline,
  .who-serve-grid,
  .values-grid {
    grid-template-columns: 1fr;
  }

  .serve-card {
    min-height: auto;
    padding: 24px;
  }

  .stat-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .cta-banner {
    padding: 30px;
  }

  .principle-card {
    min-height: auto;
  }

  .principle-number {
    font-size: 2.6rem;
  }

  .values-panel {
    padding: 20px;
  }

  .service-card,
  .service-card img {
    min-height: 390px;
  }

  .service-overlay {
    padding: 24px;
  }

  .service-overlay p {
    max-height: none;
    opacity: 1;
  }

  .service-overlay a {
    max-height: none;
    opacity: 1;
    margin-top: 20px;
  }
}
