:root {
  --brand-blue: #053b91;
  --brand-blue-dark: #06275f;
  --brand-orange: #f46b12;
  --brand-orange-dark: #d85b08;
  --ink: #172033;
  --muted: #667085;
  --soft: #f4f7fb;
  --line: #e6ebf2;
  --white: #ffffff;
}

* {
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.7;
}

.navbar {
  min-height: 78px;
}

.navbar-brand {
  color: var(--brand-blue-dark);
  font-weight: 900;
  text-transform: uppercase;
}

.brand-logo {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 6px;
}

.nav-link {
  color: var(--ink);
  font-weight: 700;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--brand-orange);
}

.btn {
  border-radius: 6px;
}

.btn-brand {
  --bs-btn-bg: var(--brand-orange);
  --bs-btn-border-color: var(--brand-orange);
  --bs-btn-hover-bg: var(--brand-orange-dark);
  --bs-btn-hover-border-color: var(--brand-orange-dark);
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  font-weight: 800;
}

.text-link {
  color: var(--brand-orange);
  display: inline-block;
  font-weight: 900;
  margin-top: 0.4rem;
  text-decoration: none;
}

.text-link:hover {
  color: var(--brand-blue);
}

.page-hero {
  background:
    linear-gradient(135deg, #06275f 0%, #053b91 58%, #f46b12 160%);
  color: #fff;
  margin-top: 78px;
  padding: 118px 0 96px;
  position: relative;
  overflow: hidden;
}

.page-hero::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  inset: 0;
  opacity: 0.38;
  position: absolute;
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  color: #fff;
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  font-weight: 900;
  line-height: 1;
  max-width: 890px;
}

.page-hero p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.12rem;
  max-width: 720px;
}

.page-label {
  color: var(--brand-orange);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.content-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  padding: 1.5rem;
}

.feature-list {
  display: grid;
  gap: 0.85rem;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}

.feature-list li {
  background: #fff;
  border-left: 4px solid var(--brand-orange);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  color: var(--brand-blue-dark);
  font-weight: 800;
  padding: 1rem;
}

.mini-card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mini-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.3rem;
}

.service-page-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-page-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 220px;
  padding: 1.45rem;
}

.service-page-card span {
  color: var(--brand-orange);
  display: block;
  font-weight: 900;
  margin-bottom: 0.6rem;
}

.image-banner {
  aspect-ratio: 16 / 7;
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
}

.side-image {
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
}

.cta-panel {
  background:
    linear-gradient(90deg, rgba(4, 27, 67, 0.95), rgba(5, 59, 145, 0.82)),
    url("../assets/extracted-images/image-25.jpg") center / cover no-repeat;
  border-radius: 8px;
  color: #fff;
  padding: 3rem;
}

.cta-panel h2,
.cta-panel p {
  color: #fff;
}

.contact-row-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 160px;
  padding: 1.4rem;
}

.hero-slider,
.carousel,
.carousel-inner,
.carousel-item {
  height: 640px;
  min-height: 640px;
}

.carousel-item {
  position: relative;
}

.hero-slide-img {
  height: 640px;
  min-height: 0;
  width: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 27, 67, 0.95) 0%, rgba(5, 59, 145, 0.72) 46%, rgba(5, 59, 145, 0.15) 100%),
    linear-gradient(0deg, rgba(4, 27, 67, 0.45), rgba(4, 27, 67, 0.05));
}

.carousel-caption {
  bottom: auto;
  left: 50%;
  max-width: 1140px;
  padding: 0 12px;
  right: auto;
  text-align: left;
  top: 57%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.hero-slider h1 {
  color: #fff;
  font-size: clamp(2.6rem, 5.6vw, 5rem);
  font-weight: 900;
  line-height: 0.98;
  max-width: 840px;
  margin-bottom: 1rem;
}

.hero-lead {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.12rem;
  max-width: 680px;
  margin-bottom: 1.6rem;
}

.carousel-indicators {
  bottom: 34px;
}

.carousel-indicators [data-bs-target] {
  height: 5px;
  width: 44px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 7%;
}

.eyebrow,
.section-kicker {
  color: var(--brand-orange);
  font-size: 0.82rem;
  font-weight: 900;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

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

.bg-soft {
  background: var(--soft);
}

h2 {
  color: var(--brand-blue-dark);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 1.25rem;
}

h3 {
  color: var(--brand-blue-dark);
  font-size: 1.12rem;
  font-weight: 900;
}

p {
  color: var(--muted);
}

.quick-strip {
  background: var(--brand-blue-dark);
  margin-top: -1px;
  padding: 26px 0;
}

.quick-item {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  display: flex;
  gap: 1rem;
  min-height: 112px;
  padding: 1.1rem;
}

.quick-item span {
  color: var(--brand-orange);
  font-size: 1.6rem;
  font-weight: 900;
}

.quick-item p {
  color: rgba(255, 255, 255, 0.86);
  margin: 0;
}

.image-stack {
  min-height: 620px;
  position: relative;
}

.stack-main {
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  height: 600px;
  object-fit: cover;
  width: 78%;
}

.stack-small {
  aspect-ratio: 4 / 3;
  background: #fff;
  border: 10px solid #fff;
  border-radius: 8px;
  bottom: 0;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
  object-fit: cover;
  position: absolute;
  right: 0;
  width: 52%;
}

.section-head {
  max-width: 760px;
  margin-bottom: 3rem;
}

.stat-box,
.cap-card,
.service-card,
.assurance-card {
  border-radius: 8px;
}

.stat-box {
  border-left: 4px solid var(--brand-orange);
  background: #fff;
  padding: 1rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.stat-box span {
  color: var(--brand-blue);
  display: block;
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1;
}

.stat-box p {
  margin: 0.45rem 0 0;
  font-size: 0.92rem;
  font-weight: 700;
}

.cap-card {
  background: #fff;
  border: 1px solid var(--line);
  min-height: 250px;
  padding: 1.6rem;
}

.cap-card span {
  background: var(--brand-orange);
  display: block;
  height: 4px;
  margin-bottom: 1.2rem;
  width: 54px;
}

.service-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 1.55rem;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  box-shadow: 0 22px 45px rgba(15, 23, 42, 0.11);
  transform: translateY(-4px);
}

.service-icon {
  align-items: center;
  background: var(--brand-blue);
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  margin-bottom: 1.2rem;
  width: 44px;
}

.service-detail-section {
  background:
    linear-gradient(90deg, rgba(4, 27, 67, 0.95), rgba(5, 59, 145, 0.84)),
    url("../assets/extracted-images/image-06.jpg") center / cover no-repeat;
  color: #fff;
  padding: 96px 0;
}

.service-detail-section h2,
.service-detail-section p,
.detail-list h3,
.detail-list p {
  color: #fff;
}

.detail-list {
  display: grid;
  gap: 1rem;
}

.detail-list div {
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 1.4rem;
}

.detail-list span {
  color: var(--brand-orange);
  display: block;
  font-weight: 900;
  margin-bottom: 0.4rem;
}

.process-section {
  background:
    linear-gradient(90deg, rgba(4, 27, 67, 0.97), rgba(5, 59, 145, 0.82)),
    url("../assets/extracted-images/image-04.jpg") center / cover no-repeat;
  color: #fff;
  padding: 104px 0;
}

.process-section h2,
.process-section p,
.timeline h3,
.timeline p {
  color: #fff;
}

.timeline {
  display: grid;
  gap: 1rem;
}

.timeline-item {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  display: flex;
  gap: 1.1rem;
  padding: 1.25rem;
}

.timeline-item span {
  align-items: center;
  background: var(--brand-orange);
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.timeline-item p {
  margin-bottom: 0;
}

.spotlight-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.8rem;
}

.spotlight-grid div {
  background: var(--soft);
  border-left: 4px solid var(--brand-orange);
  border-radius: 8px;
  padding: 1rem;
}

.spotlight-grid strong {
  color: var(--brand-blue-dark);
  display: block;
  font-weight: 900;
}

.spotlight-grid span {
  color: var(--muted);
  display: block;
  font-size: 0.92rem;
  margin-top: 0.35rem;
}

.spotlight-images {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}

.spotlight-images img {
  border-radius: 8px;
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.spotlight-images img:first-child {
  grid-row: span 2;
  height: 516px;
}

.feature-wide,
.profile-photo {
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
}

.feature-wide {
  aspect-ratio: 5 / 4;
}

.profile-photo {
  aspect-ratio: 4 / 5;
  background: #e9eaee;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.14);
  object-fit: cover;
  object-position: center 35%;
}

.ceo-photo-frame {
  background:
    linear-gradient(145deg, #fbfbfc 0%, #eceff4 48%, #d0d5dd 100%);
  border: 1px solid #dde1e8;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.1);
  padding: 18px;
  position: relative;
}

.ceo-photo-frame::before {
  background: var(--brand-orange);
  content: "";
  height: 72px;
  left: 0;
  position: absolute;
  top: 42px;
  width: 6px;
}

.ceo-photo-frame::after {
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 8px;
  bottom: 12px;
  content: "";
  left: 12px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 12px;
}

.sector-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sector-grid div {
  background: #fff;
  border-left: 4px solid var(--brand-orange);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
  color: var(--brand-blue-dark);
  font-weight: 800;
  padding: 1rem;
}

.resources-section {
  background: #fff;
  padding: 96px 0;
}

.resource-photo-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.resource-photo-grid img {
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
}

.resource-photo-grid img:nth-child(2),
.resource-photo-grid img:nth-child(3) {
  transform: translateY(28px);
}

.resource-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.resource-list div {
  border-bottom: 1px solid var(--line);
  padding-bottom: 1rem;
}

.gallery-note {
  max-width: 360px;
}

.project-card {
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
  position: relative;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
}

.project-card img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  transition: transform 220ms ease;
  width: 100%;
}

.project-card:hover img {
  transform: scale(1.05);
}

.project-card figcaption {
  background: linear-gradient(0deg, rgba(4, 27, 67, 0.92), rgba(4, 27, 67, 0));
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 4rem 1.2rem 1.2rem;
  position: absolute;
  right: 0;
}

.project-card span {
  color: var(--brand-orange);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.project-card strong {
  display: block;
  font-size: 1.06rem;
  line-height: 1.3;
}

.numbers-section {
  background: var(--soft);
  padding: 64px 0;
}

.number-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.08);
  min-height: 140px;
  padding: 1.2rem;
}

.number-card strong {
  color: var(--brand-orange);
  display: block;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.9rem;
}

.number-card span {
  color: var(--brand-blue-dark);
  display: block;
  font-weight: 900;
}

.assurance-section {
  background: var(--brand-blue-dark);
  color: #fff;
  padding: 96px 0;
}

.assurance-section h2,
.assurance-section h3,
.assurance-section p {
  color: #fff;
}

.assurance-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  min-height: 190px;
  padding: 1.4rem;
}

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

.quality-grid div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.35rem;
}

.client-journey-section {
  background:
    linear-gradient(180deg, #fff 0%, #f4f7fb 100%);
  padding: 96px 0;
}

.journey-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 245px;
  padding: 1.4rem;
  position: relative;
}

.journey-card::after {
  background: var(--brand-orange);
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
}

.journey-card span {
  color: var(--brand-orange);
  display: block;
  font-size: 0.82rem;
  font-weight: 900;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.faq-accordion .accordion-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-bottom: 0.9rem;
  overflow: hidden;
}

.faq-accordion .accordion-button {
  color: var(--brand-blue-dark);
  font-weight: 900;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: var(--brand-blue);
  color: #fff;
}

.prefooter-cta {
  background:
    linear-gradient(90deg, rgba(4, 27, 67, 0.92), rgba(4, 27, 67, 0.76)),
    url("../assets/extracted-images/image-25.jpg") center / cover no-repeat;
  padding: 72px 0;
}

.prefooter-box {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.prefooter-box h2 {
  color: #fff;
  max-width: 760px;
  margin-bottom: 0;
}

.contact-section {
  background:
    linear-gradient(90deg, rgba(5, 39, 95, 0.95), rgba(5, 59, 145, 0.82)),
    url("../assets/extracted-images/image-22.jpg") center / cover no-repeat;
}

.contact-section h2,
.contact-section p {
  color: #fff;
}

.contact-panel {
  background: #fff;
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.contact-panel p {
  color: var(--muted);
}

.contact-logo {
  border-radius: 8px;
  display: block;
  height: 150px;
  margin-bottom: 1.5rem;
  object-fit: contain;
  width: 150px;
}

.contact-details-section {
  background:
    linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.contact-info-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.8rem;
}

.contact-info-list div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
  padding: 1.1rem 1.2rem;
}

.contact-info-list span {
  color: var(--brand-orange);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.contact-info-list a,
.contact-info-list p {
  color: var(--brand-blue-dark);
  font-weight: 800;
  margin: 0;
  text-decoration: none;
}

.contact-info-list a:hover {
  color: var(--brand-orange);
}

.map-card {
  background:
    linear-gradient(135deg, rgba(5, 59, 145, 0.09), rgba(244, 107, 18, 0.08)),
    #eef2f7;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
  height: 100%;
  min-height: 520px;
  overflow: hidden;
  position: relative;
}

.google-map {
  border: 0;
  display: block;
  height: 100%;
  min-height: 520px;
  width: 100%;
}

.static-map {
  background:
    radial-gradient(circle at 48% 46%, rgba(244, 107, 18, 0.2), transparent 12%),
    radial-gradient(circle at 20% 25%, rgba(5, 59, 145, 0.14), transparent 18%),
    radial-gradient(circle at 78% 76%, rgba(5, 59, 145, 0.12), transparent 20%),
    linear-gradient(135deg, #eef3f8 0%, #dfe5ee 48%, #f7f7f8 100%);
  height: 100%;
  min-height: 520px;
  overflow: hidden;
  position: relative;
}

.map-grid-lines {
  background-image:
    linear-gradient(rgba(5, 59, 145, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(5, 59, 145, 0.08) 1px, transparent 1px);
  background-size: 56px 56px;
  inset: 0;
  position: absolute;
}

.map-road {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(5, 59, 145, 0.08);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  height: 26px;
  position: absolute;
}

.map-road-one {
  left: -8%;
  top: 36%;
  transform: rotate(-16deg);
  width: 118%;
}

.map-road-two {
  height: 22px;
  left: 20%;
  top: 4%;
  transform: rotate(68deg);
  width: 96%;
}

.map-road-three {
  height: 18px;
  left: -18%;
  top: 70%;
  transform: rotate(22deg);
  width: 86%;
}

.map-pin {
  align-items: center;
  background: var(--brand-orange);
  border: 8px solid #fff;
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 24px 55px rgba(244, 107, 18, 0.34);
  display: flex;
  height: 74px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 45%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 74px;
}

.map-pin span {
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 20px;
  width: 20px;
}

.map-ribbon {
  background: rgba(7, 29, 69, 0.92);
  border-radius: 8px;
  bottom: 18px;
  color: #fff;
  left: 18px;
  max-width: calc(100% - 36px);
  padding: 1rem 1.1rem;
  position: absolute;
  z-index: 2;
}

.map-ribbon strong,
.map-ribbon span {
  display: block;
}

.map-ribbon strong {
  font-weight: 900;
}

.map-ribbon span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.map-ribbon a {
  color: #fff;
  display: inline-block;
  font-weight: 900;
  margin-top: 0.7rem;
  text-decoration: underline;
  text-decoration-color: var(--brand-orange);
  text-underline-offset: 4px;
}

.site-footer {
  background: #071d45;
  color: rgba(255, 255, 255, 0.76);
  padding: 56px 0 28px;
}

.footer-top {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding-bottom: 2rem;
}

.footer-logo {
  background: #fff;
  border-radius: 8px;
  height: 92px;
  object-fit: contain;
  width: 92px;
}

.footer-tag {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.35rem;
  font-weight: 800;
  margin: 1rem 0 0;
  max-width: 560px;
}

.footer-cta {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  color: #fff;
  font-weight: 900;
  padding: 0.9rem 1.2rem;
  text-decoration: none;
}

.footer-cta:hover {
  background: var(--brand-orange);
  border-color: var(--brand-orange);
  color: #fff;
}

.footer-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  padding: 2.4rem 0;
}

.footer-grid h3 {
  color: #fff;
  font-size: 0.95rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.footer-grid p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.7rem;
}

.footer-grid a {
  color: rgba(255, 255, 255, 0.76);
  display: block;
  margin-bottom: 0.45rem;
  text-decoration: none;
}

.footer-grid a:hover {
  color: var(--brand-orange);
}

.footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.62);
  display: flex;
  font-size: 0.92rem;
  gap: 1rem;
  justify-content: space-between;
  padding-top: 1.2rem;
}

@media (max-width: 991.98px) {
  .navbar {
    min-height: 70px;
  }

  .page-hero {
    margin-top: 70px;
    padding: 92px 0 72px;
  }

  .section-pad,
  .service-detail-section,
  .process-section,
  .resources-section,
  .client-journey-section,
  .assurance-section {
    padding: 72px 0;
  }

  .hero-slider,
  .carousel,
  .carousel-inner,
  .carousel-item,
  .hero-slide-img {
    height: 560px;
    min-height: 560px;
  }

  .hero-slider h1 {
    font-size: 3rem;
  }

  .carousel-caption {
    top: 57%;
  }

  .image-stack {
    min-height: auto;
  }

  .stack-main {
    height: auto;
    width: 100%;
  }

  .stack-small {
    margin-top: 1rem;
    position: static;
    width: 100%;
  }

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

  .mini-card-grid {
    grid-template-columns: 1fr;
  }

  .map-card,
  .google-map,
  .static-map {
    min-height: 420px;
  }

  .prefooter-box {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .brand-logo {
    height: 44px;
    width: 44px;
  }

  .navbar-brand span {
    font-size: 0.95rem;
  }

  .hero-slider h1 {
    font-size: 2.35rem;
  }

  .hero-slider,
  .carousel,
  .carousel-inner,
  .carousel-item,
  .hero-slide-img {
    height: 500px;
    min-height: 500px;
  }

  .hero-lead {
    font-size: 1rem;
    margin-bottom: 1.3rem;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }

  .quick-item {
    min-height: auto;
  }

  .sector-grid,
  .spotlight-grid,
  .quality-grid,
  .service-page-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .cta-panel {
    padding: 2rem;
  }

  .spotlight-images {
    grid-template-columns: 1fr;
  }

  .spotlight-images img,
  .spotlight-images img:first-child {
    height: 260px;
  }

  .resource-photo-grid img:nth-child(2),
  .resource-photo-grid img:nth-child(3) {
    transform: none;
  }

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