:root {
  --blue: #4169df;
  --blue-deep: #243f9f;
  --orange: #ff5a00;
  --ink: #151821;
  --muted: #6c717d;
  --grey: #f5f5f5;
  --line: #e3e4e7;
}
* {
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Poppins, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.7;
}
a {
  text-decoration: none;
  color: inherit;
}
.content-shell {
  padding-left: clamp(28px, 7vw, 130px);
  padding-right: clamp(28px, 7vw, 130px);
  max-width: 1600px;
  margin: auto;
}
.main-nav {
  height: 83px;
  background: #fff;
  padding: 0;
  border-bottom: 1px solid #e9e9e9;
  z-index: 1030;
}
.nav-shell {
  padding: 0 clamp(26px, 5vw, 82px);
  height: 100%;
  max-width: 1800px;
}
.navbar-brand {
  width: 105px;
  height: 72px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.navbar-brand img {
  width: 94px;
}
.navbar-nav {
  gap: 19px;
}
.nav-link {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #181a20 !important;
  letter-spacing: 0.2px;
  padding: 31px 2px !important;
}
.nav-link:hover {
  color: var(--blue) !important;
}
.dropdown-menu {
  border: 0;
  border-top: 2px solid var(--blue);
  border-radius: 0;
  padding: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  margin-top: 0 !important;
}
.dropdown-item {
  font-size: 11px;
  padding: 9px 12px;
}
.dropdown-item:hover {
  background: #f2f5ff;
  color: var(--blue);
}
.mega-menu {
  width: 670px;
  left: -100px;
  padding: 0;
}
.mega-menu .row > div {
  padding: 30px;
}
.mega-menu .mega-title {
  background: var(--blue);
  color: #fff;
}
.mega-menu h3 {
  font-size: 20px;
  font-weight: 800;
  margin: 14px 0;
}
.mega-menu p {
  font-size: 10px;
  opacity: 0.8;
}
.mega-menu b {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 13px;
}
.mega-menu a {
  display: block;
  font-size: 11px;
  padding: 5px 0;
}
.mega-menu a:hover {
  color: var(--blue);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}
.call-link {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 700;
}
.call-link i {
  font-size: 19px;
  color: var(--blue);
}
.call-link span {
  display: flex;
  flex-direction: column;
}
.call-link small {
  font-size: 8px;
  text-transform: uppercase;
  color: #8b8e95;
  font-weight: 500;
}
.btn-line,
.btn-solid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 45px;
  padding: 0 22px;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 700;
  transition: 0.25s;
}
.btn-line {
  border: 1px solid var(--blue);
  color: var(--blue);
}
.btn-line:hover {
  background: var(--blue);
  color: #fff;
}
.offcanvas-header img {
  width: 90px;
}
.offcanvas-body {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.offcanvas-body > a {
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}
.hero-slider {
  margin-top: 83px;
}
.carousel-item {
  height: calc(100vh - 83px);
  min-height: 590px;
  max-height: 760px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.slide-one {
  background-image: url("assets/home-slider-1.jpg");
}
.slide-two {
  background-image: url("assets/home-slider-2.jpg");
}
.slide-three {
  background-image: url("assets/home-slider-3.jpg");
}
.slide-wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(9, 15, 37, 0.91) 0%,
    rgba(16, 25, 58, 0.76) 40%,
    rgba(22, 28, 42, 0.18) 72%,
    rgba(0, 0, 0, 0.12) 100%
  );
}
.carousel-item .content-shell {
  height: 100%;
  display: flex;
  align-items: center;
}
.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  width: min(700px, 64vw);
  padding-bottom: 15px;
}
.micro-title {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.2px;
  display: inline-block;
  margin-bottom: 18px;
}
.micro-title:before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 2px;
  background: var(--orange);
  vertical-align: middle;
  margin-right: 12px;
}
.micro-title.blue {
  color: var(--blue);
}
.micro-title.blue:before {
  background: var(--blue);
}
.hero-content h1,
.hero-content h2 {
  font-size: clamp(46px, 5.2vw, 78px);
  line-height: 1.09;
  font-weight: 300;
  letter-spacing: -2.3px;
  margin-bottom: 20px;
}
.hero-content strong {
  font-weight: 800;
}
.hero-content p {
  font-size: 14px;
  line-height: 1.8;
  max-width: 610px;
  color: #eef0f5;
  margin-bottom: 30px;
}
.hero-buttons {
  display: flex;
  align-items: center;
  gap: 28px;
}
.btn-solid {
  background: var(--blue);
  color: #fff;
}
.btn-solid:hover {
  background: #fff;
  color: var(--blue);
}
.round-link {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 11px;
  font-weight: 600;
}
.round-link i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ffffff66;
  display: grid;
  place-items: center;
}
.carousel-indicators {
  right: auto;
  left: clamp(28px, 7vw, 130px);
  margin: 0;
  bottom: 28px;
  gap: 7px;
  justify-content: flex-start;
}
.carousel-indicators [data-bs-target] {
  width: 28px;
  height: 3px;
  border: 0;
  background: #fff;
}
.carousel-control-prev,
.carousel-control-next {
  width: 48px;
  height: 48px;
  top: auto;
  bottom: 24px;
  border: 1px solid #ffffff55;
  opacity: 1;
}
.carousel-control-prev {
  left: auto;
  right: 96px;
}
.carousel-control-next {
  right: 38px;
}
.quick-services {
  background: #fff;
}
.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.quick-grid > a {
  min-height: 128px;
  padding: 28px 25px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-right: 1px solid var(--line);
  position: relative;
  transition: 0.25s;
}
.quick-grid > a:first-child {
  border-left: 1px solid var(--line);
}
.quick-grid > a:hover {
  background: var(--blue);
  color: #fff;
}
.quick-grid > a > i {
  font-size: 31px;
  color: var(--blue);
}
.quick-grid > a:hover > i {
  color: #fff;
}
.quick-grid span {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 700;
}
.quick-grid small {
  font-size: 9px;
  font-weight: 400;
  color: #8a8e98;
}
.quick-grid > a:hover small {
  color: #dce3ff;
}
.quick-grid b {
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 11px;
  color: #d5d7dd;
}
.section-pad {
  padding: 100px 0;
}
.about-art {
  height: 560px;
  position: relative;
  padding-right: 65px;
}
.about-image {
  height: 100%;
  background: url("https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1100&q=85")
    center/cover;
}
.experience-box {
  position: absolute;
  right: 0;
  bottom: 55px;
  width: 230px;
  padding: 25px;
  background: var(--blue);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 16px;
}
.experience-box strong {
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
}
.experience-box span {
  font-size: 9px;
  line-height: 1.5;
}
.dot-pattern {
  position: absolute;
  left: -28px;
  bottom: -28px;
  width: 125px;
  height: 125px;
  background-image: radial-gradient(var(--orange) 1.5px, transparent 1.5px);
  background-size: 13px 13px;
  z-index: -1;
}
.section-copy {
  padding-left: clamp(0px, 4vw, 60px);
}
.section-copy h2,
.section-top h2 {
  font-size: clamp(35px, 3.4vw, 50px);
  line-height: 1.18;
  font-weight: 300;
  letter-spacing: -1.7px;
  margin: 0 0 25px;
}
.section-copy h2 strong,
.section-top h2 strong {
  font-weight: 800;
}
.section-copy > p {
  font-size: 13px;
  color: var(--muted);
  max-width: 620px;
}
.value-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 28px 0;
}
.value-row > div {
  display: flex;
  align-items: center;
  gap: 13px;
}
.value-row i {
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  color: var(--blue);
  font-size: 19px;
}
.value-row span {
  display: flex;
  flex-direction: column;
}
.value-row b {
  font-size: 12px;
}
.value-row small {
  font-size: 9px;
  color: var(--muted);
}
.read-link {
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--blue);
  display: inline-flex;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid var(--blue);
  padding-bottom: 5px;
}
.services-section {
  background: #f5f5f5;
}
.section-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 55px;
}
.section-top h2 {
  margin-bottom: 0;
}
.section-top > p {
  max-width: 430px;
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 8px;
}
.service-list {
  background: #fff;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.service-item {
  min-height: 350px;
  padding: 38px 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
  transition: 0.3s;
}
.service-item > span {
  position: absolute;
  right: 22px;
  top: 18px;
  font-size: 11px;
  color: #b8bbc2;
}
.service-item > i {
  font-size: 40px;
  color: var(--blue);
  display: block;
  margin-bottom: 34px;
}
.service-item h3 {
  font-size: 16px;
  font-weight: 700;
}
.service-item p {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.8;
  min-height: 58px;
}
.service-item a {
  font-size: 9px;
  letter-spacing: 1px;
  color: var(--blue);
  font-weight: 700;
}
.service-item:hover {
  background: var(--blue);
  color: #fff;
  transform: translateY(-8px);
}
.service-item:hover > i,
.service-item:hover a {
  color: #fff;
}
.service-item:hover p,
.service-item:hover > span {
  color: #dfe5ff;
}
.statement-section {
  height: 660px;
  position: relative;
  background: #0f1835;
  color: #fff;
  overflow: hidden;
}
.statement-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 16, 40, 0.2), rgba(10, 16, 40, 0.87)),
    url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=2000&q=86")
      center/cover;
}
.statement-section .content-shell {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.statement-content {
  position: relative;
  width: 50%;
  z-index: 2;
}
.statement-content h2 {
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.15;
  font-weight: 300;
  letter-spacing: -1.7px;
}
.statement-content h2 strong {
  font-weight: 800;
}
.statement-content p {
  font-size: 12px;
  max-width: 500px;
  color: #d6d9e2;
  margin: 22px 0 30px;
}
.btn-solid.orange {
  background: var(--orange);
}
.btn-solid.orange:hover {
  background: #fff;
  color: var(--orange);
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.process-grid > div {
  padding: 35px 27px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
}
.process-grid b {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 12px;
  color: #c7c9ce;
}
.process-grid i {
  font-size: 34px;
  color: var(--orange);
  display: block;
  margin-bottom: 28px;
}
.process-grid h3 {
  font-size: 14px;
  font-weight: 700;
}
.process-grid p {
  font-size: 10px;
  color: var(--muted);
  margin: 0;
}
.numbers-section {
  background: var(--blue);
  color: #fff;
}
.numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.numbers-grid > div {
  padding: 40px;
  text-align: center;
  border-right: 1px solid #ffffff2e;
}
.numbers-grid strong {
  display: block;
  font-size: 36px;
  font-weight: 800;
}
.numbers-grid span {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #dfe6ff;
}
.insight-card {
  border: 1px solid var(--line);
  height: 100%;
  background: #fff;
  transition: 0.3s;
}
.insight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
}
.insight-img {
  height: 240px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.img-one {
  background-image: url("https://images.unsplash.com/photo-1556761175-5973dc0f32e7?auto=format&fit=crop&w=900&q=80");
}
.img-two {
  background-image: url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=900&q=80");
}
.img-three {
  background-image: url("https://images.unsplash.com/photo-1554224155-8d04cb21cd6c?auto=format&fit=crop&w=900&q=80");
}
.insight-img span {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--blue);
  color: #fff;
  padding: 7px 13px;
  font-size: 8px;
  letter-spacing: 1px;
}
.insight-body {
  padding: 25px;
}
.insight-body small {
  font-size: 8px;
  color: #999;
}
.insight-body h3 {
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
  margin: 10px 0 18px;
}
.insight-body a {
  font-size: 9px;
  font-weight: 700;
  color: var(--blue);
}
.contact-section {
  background: #111a35;
  color: #fff;
  padding: 90px 0;
}
.contact-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  align-items: center;
}
.contact-copy h2 {
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 300;
  line-height: 1.15;
}
.contact-copy h2 strong {
  font-weight: 800;
}
.contact-copy p {
  font-size: 12px;
  color: #c5cad7;
  max-width: 480px;
  margin: 20px 0 25px;
}
.contact-copy > a {
  display: block;
  font-size: 12px;
  margin: 9px 0;
}
.contact-copy > a i {
  color: var(--orange);
  margin-right: 10px;
}
.contact-form {
  background: #fff;
  color: var(--ink);
  padding: 38px;
}
.contact-form label {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 5px;
}
.form-control,
.form-select {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  min-height: 46px;
  font-size: 11px;
  padding-left: 0;
  box-shadow: none !important;
}
.contact-form textarea {
  padding-top: 12px;
}
.contact-form .btn-solid {
  margin-top: 8px;
}
footer {
  padding: 65px 0 25px;
  background: #f5f5f5;
  color: #5f6470;
}
footer .footer-logo {
  width: 115px;
  margin-bottom: 15px;
}
footer p,
footer a {
  display: block;
  font-size: 10px;
  margin-bottom: 9px;
}
footer h3 {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 17px;
}
.footer-bottom {
  border-top: 1px solid #ddd;
  margin-top: 45px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
}
.footer-bottom div {
  display: flex;
  gap: 20px;
}
.whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #24b763;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 23px;
  z-index: 1040;
  box-shadow: 0 8px 20px #0002;
}
.sticky-enquiry-btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1035;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  min-height: 160px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: var(--orange);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: 0.25s;
  overflow: hidden;
}
.sticky-enquiry-btn:hover {
  background: var(--blue);
  transform: translateY(-50%) translateX(-4px);
}
.sticky-enquiry-label {
  display: block;
  white-space: nowrap;
  transform: rotate(-90deg);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
.enquiry-modal .modal-content {
  border: 0;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
.enquiry-modal .modal-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, var(--blue), var(--orange));
}
.enquiry-modal .modal-body {
  padding: 44px 42px 38px 48px;
}
.enquiry-modal .btn-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
}
.enquiry-modal h2 {
  font-size: 27px;
  font-weight: 300;
  line-height: 1.22;
  margin: 0 0 10px;
}
.enquiry-modal h2 strong {
  font-weight: 800;
}
.enquiry-modal-body-copy {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 24px;
}
.enquiry-modal-form {
  display: grid;
  gap: 14px;
}
.enquiry-modal-form textarea.form-control {
  resize: vertical;
  padding-top: 10px;
}
@media (max-width: 575.98px) {
  .sticky-enquiry-btn {
    width: 38px;
    min-height: 130px;
    border-radius: 10px;
  }
  .sticky-enquiry-label {
    font-size: 11px;
    letter-spacing: 1px;
  }
  .enquiry-modal .modal-body {
    padding: 40px 26px 30px 30px;
  }
}

/* Supplied client logos */
.client-logo {
  padding: 16px 24px;
  background: #fff;
}
.client-logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 175px;
  max-height: 76px;
  object-fit: contain;
  object-position: center;
  filter: none;
}
.client-logo:hover {
  background: #f7f9ff;
}
@media (max-width: 767.98px) {
  .client-logo {
    padding: 13px 18px;
  }
  .client-logo img {
    max-width: 145px;
    max-height: 64px;
  }
}

/* Main services page banner */
.services-hero.services-hero-main {
  background-image: url("assets/services-page-banner.jpg") !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}
.services-hero.services-hero-main .services-hero-shade {
  background: linear-gradient(
    90deg,
    rgba(3, 7, 16, .92) 0%,
    rgba(4, 9, 20, .72) 42%,
    rgba(5, 10, 22, .18) 72%,
    rgba(5, 10, 22, .04) 100%
  );
}
@media (max-width: 767.98px) {
  .services-hero.services-hero-main {
    background-position: 68% center !important;
  }
}
@media (max-width: 1199.98px) {
  .nav-actions {
    display: none;
  }
  .navbar-nav {
    gap: 12px;
  }
  .carousel-item {
    height: 650px;
  }
  .quick-grid {
    grid-template-columns: 1fr 1fr;
  }
  .quick-grid > a:nth-child(odd) {
    border-left: 1px solid var(--line);
  }
  .service-item {
    min-height: 320px;
  }
}
@media (max-width: 991.98px) {
  .section-pad {
    padding: 75px 0;
  }
  .about-art {
    height: 480px;
  }
  .section-copy {
    padding-left: 0;
  }
  .statement-content {
    width: 70%;
  }
  .process-grid {
    grid-template-columns: 1fr 1fr;
  }
  .contact-inner {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}
@media (max-width: 767.98px) {
  .main-nav {
    height: 70px;
  }
  .hero-slider {
    margin-top: 70px;
  }
  .navbar-brand {
    height: 62px;
  }
  .navbar-brand img {
    width: 82px;
  }
  .carousel-item {
    height: 650px;
    min-height: 0;
    background-position: 62% center;
  }
  .hero-content {
    width: 100%;
    padding-top: 40px;
  }
  .hero-content h1,
  .hero-content h2 {
    font-size: 43px;
    letter-spacing: -1.5px;
  }
  .hero-content p {
    font-size: 12px;
  }
  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
  .quick-grid {
    grid-template-columns: 1fr;
  }
  .quick-grid > a {
    min-height: 105px;
    border-left: 1px solid var(--line);
  }
  .section-pad {
    padding: 62px 0;
  }
  .about-art {
    height: 400px;
    padding-right: 30px;
  }
  .experience-box {
    width: 205px;
    bottom: 25px;
  }
  .section-top {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 35px;
    gap: 8px;
  }
  .section-copy h2,
  .section-top h2 {
    font-size: 35px;
  }
  .value-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .statement-section {
    height: 600px;
  }
  .statement-bg {
    background:
      linear-gradient(90deg, rgba(10, 16, 40, 0.82), rgba(10, 16, 40, 0.6)),
      url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1200&q=80")
        center/cover;
  }
  .statement-section .content-shell {
    justify-content: flex-start;
  }
  .statement-content {
    width: 100%;
  }
  .process-grid,
  .numbers-grid {
    grid-template-columns: 1fr 1fr;
  }
  .numbers-grid > div {
    padding: 28px 12px;
    border-bottom: 1px solid #ffffff2e;
  }
  .contact-form {
    padding: 25px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
}

/* About hero: direct selectors because the page body has no about-page class */
.clean-about-hero {
  height: 430px;
  max-height: none;
  margin-top: 83px;
  position: relative;
  color: #fff;
  background-image: url("assets/about-page-banner.jpg") !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}
.clean-about-hero .inner-hero-shade {
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(6, 14, 35, 0.94) 0%,
    rgba(8, 17, 42, 0.82) 38%,
    rgba(10, 21, 50, 0.45) 68%,
    rgba(10, 20, 45, 0.12) 100%
  ) !important;
}
.clean-about-hero .content-shell {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.clean-about-hero .about-compact-copy {
  position: relative;
  z-index: 3;
  opacity: 1;
}
.clean-about-hero .about-compact-copy > span {
  color: #fff;
  opacity: 1;
}
.clean-about-hero .about-compact-copy h1,
.clean-about-hero .about-compact-copy h1 strong {
  color: #fff;
  opacity: 1;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}
.clean-about-hero .page-breadcrumb,
.clean-about-hero .page-breadcrumb a,
.clean-about-hero .page-breadcrumb span,
.clean-about-hero .page-breadcrumb i {
  color: #fff;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .clean-about-hero {
    height: 350px;
    margin-top: 70px;
    background-position: 62% center !important;
  }
  .clean-about-hero .inner-hero-shade {
    background: linear-gradient(
      90deg,
      rgba(6, 14, 35, 0.94) 0%,
      rgba(8, 17, 42, 0.78) 62%,
      rgba(10, 20, 45, 0.3) 100%
    ) !important;
  }
  .clean-about-hero .about-compact-copy h1 {
    font-size: 42px;
    letter-spacing: -1.5px;
  }
}

/* About page banner image */
.clean-about-hero {
  background-image: url("assets/about-page-banner.jpg") !important;
  background-position: center center !important;
  background-size: cover !important;
}
@media (max-width: 480px) {
  .hero-buttons {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  .hero-content h1,
  .hero-content h2 {
    font-size: 38px;
  }
  .carousel-item {
    height: 680px;
  }
  .process-grid {
    grid-template-columns: 1fr;
  }
  .numbers-grid strong {
    font-size: 29px;
  }
  .about-art {
    height: 360px;
  }
  .content-shell {
    padding-left: 22px;
    padding-right: 22px;
  }
  .whatsapp {
    right: 15px;
    bottom: 15px;
  }
}

/* Motion and interaction layer */
.main-nav {
  transition:
    height 0.3s ease,
    box-shadow 0.3s ease;
}
.main-nav.scrolled {
  height: 74px;
  box-shadow: 0 8px 30px rgba(20, 28, 52, 0.09);
}
.carousel-item.active .hero-content .micro-title {
  animation: heroIn 0.65s 0.1s both;
}
.carousel-item.active .hero-content h1,
.carousel-item.active .hero-content h2 {
  animation: heroIn 0.75s 0.22s both;
}
.carousel-item.active .hero-content p {
  animation: heroIn 0.75s 0.36s both;
}
.carousel-item.active .hero-buttons {
  animation: heroIn 0.75s 0.48s both;
}
.quick-grid > a {
  overflow: hidden;
}
.quick-grid > a:after {
  content: "";
  position: absolute;
  inset: auto -60px -80px auto;
  width: 130px;
  height: 130px;
  border: 24px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: scale(0.5);
  opacity: 0;
  transition: 0.35s;
}
.quick-grid > a:hover:after {
  transform: scale(1);
  opacity: 1;
}
.quick-grid > a > i {
  transition:
    transform 0.3s ease,
    color 0.3s ease;
}
.quick-grid > a:hover > i {
  transform: translateY(-4px) rotate(-4deg);
}
.service-item > i {
  transition:
    transform 0.35s ease,
    color 0.3s ease;
}
.service-item:hover > i {
  transform: translateY(-7px) scale(1.08);
}
.service-item a i,
.read-link i {
  transition: transform 0.25s ease;
}
.service-item:hover a i,
.read-link:hover i {
  transform: translateX(6px);
}
.insight-card {
  overflow: hidden;
}
.insight-img {
  transition: transform 0.55s ease;
}
.insight-card:hover .insight-img {
  transform: scale(1.045);
}
.whatsapp {
  animation: whatsappPulse 2.4s infinite;
  transition: transform 0.25s ease;
}
.whatsapp:hover {
  color: #fff;
  transform: translateY(-5px) scale(1.05);
  animation: none;
}
.btn-solid,
.btn-line {
  position: relative;
  overflow: hidden;
}
.btn-solid:after,
.btn-line:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -80%;
  width: 45%;
  height: 200%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.32),
    transparent
  );
  transform: rotate(18deg);
  transition: left 0.55s ease;
}
.btn-solid:hover:after,
.btn-line:hover:after {
  left: 135%;
}
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 0.75s ease,
    transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.reveal.from-left {
  transform: translateX(-42px);
}
.reveal.from-right {
  transform: translateX(42px);
}
.reveal.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}
.stagger-children > * {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.62s ease,
    transform 0.62s ease;
}
.stagger-children.is-visible > * {
  opacity: 1;
  transform: translateY(0);
}
.stagger-children.is-visible > *:nth-child(2) {
  transition-delay: 0.1s;
}
.stagger-children.is-visible > *:nth-child(3) {
  transition-delay: 0.2s;
}
.stagger-children.is-visible > *:nth-child(4) {
  transition-delay: 0.3s;
}
@keyframes heroIn {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes whatsappPulse {
  0%,
  100% {
    box-shadow:
      0 8px 20px #0002,
      0 0 0 0 rgba(36, 183, 99, 0.3);
  }
  50% {
    box-shadow:
      0 8px 20px #0002,
      0 0 0 12px rgba(36, 183, 99, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  .reveal,
  .stagger-children > * {
    opacity: 1;
    transform: none;
  }
}

/* Readability and visual scale */
body {
  font-size: 16px;
}
.navbar-brand {
  width: 128px;
}
.navbar-brand img {
  width: 116px;
}
.navbar-nav {
  gap: 22px;
}
.nav-link {
  font-size: 14px !important;
  font-weight: 600 !important;
}
.call-link {
  font-size: 13px;
}
.call-link i {
  font-size: 23px;
}
.call-link small {
  font-size: 10px;
}
.btn-line,
.btn-solid {
  font-size: 12px;
  min-height: 48px;
  padding-left: 25px;
  padding-right: 25px;
}
.dropdown-item,
.mega-menu a {
  font-size: 13px;
}
.mega-menu b {
  font-size: 13px;
}
.mega-menu p {
  font-size: 12px;
}
.hero-content p {
  font-size: 16px;
  line-height: 1.75;
  max-width: 680px;
}
.micro-title {
  font-size: 12px;
}
.round-link {
  font-size: 13px;
}
.round-link i {
  width: 44px;
  height: 44px;
  font-size: 16px;
}
.quick-grid > a {
  min-height: 142px;
  padding: 30px;
}
.quick-grid > a > i {
  font-size: 39px;
}
.quick-grid span {
  font-size: 16px;
}
.quick-grid small {
  font-size: 11px;
  margin-top: 3px;
}
.quick-grid b {
  font-size: 13px;
}
.section-copy > p {
  font-size: 15px;
  line-height: 1.85;
}
.value-row i {
  width: 54px;
  height: 54px;
  font-size: 23px;
}
.value-row b {
  font-size: 14px;
}
.value-row small {
  font-size: 11px;
}
.read-link {
  font-size: 12px;
}
.section-top > p {
  font-size: 15px;
  line-height: 1.8;
  max-width: 480px;
}
.service-item {
  padding: 42px 32px;
  min-height: 390px;
}
.service-item > i {
  font-size: 48px;
}
.service-item h3 {
  font-size: 20px;
}
.service-item p {
  font-size: 13px;
  line-height: 1.8;
  min-height: 92px;
}
.service-item a {
  font-size: 11px;
}
.service-item > span {
  font-size: 13px;
}
.statement-content p {
  font-size: 15px;
  line-height: 1.8;
}
.process-grid > div {
  padding: 40px 30px;
  min-height: 275px;
}
.process-grid i {
  font-size: 43px;
}
.process-grid h3 {
  font-size: 17px;
}
.process-grid p {
  font-size: 13px;
  line-height: 1.8;
}
.process-grid b {
  font-size: 14px;
}
.numbers-grid strong {
  font-size: 43px;
}
.numbers-grid span {
  font-size: 11px;
}
.insight-body small {
  font-size: 10px;
}
.insight-body h3 {
  font-size: 18px;
  line-height: 1.55;
}
.insight-body a {
  font-size: 11px;
}
.contact-copy p {
  font-size: 15px;
  line-height: 1.8;
}
.contact-copy > a {
  font-size: 14px;
}
.contact-form label {
  font-size: 11px;
}
.form-control,
.form-select {
  font-size: 14px;
  min-height: 50px;
}
.footer-logo,
footer .footer-logo {
  width: 145px;
}
.footer-brand {
  font-size: 42px;
}
footer p,
footer a {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 11px;
}
footer h3 {
  font-size: 13px;
}
.footer-bottom {
  font-size: 11px;
}
.whatsapp {
  width: 58px;
  height: 58px;
  font-size: 27px;
}
@media (max-width: 1399.98px) {
  .navbar-nav {
    gap: 13px;
  }
  .nav-link {
    font-size: 13px !important;
  }
  .nav-actions {
    gap: 14px;
  }
  .call-link {
    font-size: 12px;
  }
  .navbar-brand {
    width: 112px;
  }
  .navbar-brand img {
    width: 102px;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 15px;
  }
  .navbar-brand {
    width: 102px;
  }
  .navbar-brand img {
    width: 92px;
  }
  .hero-content p {
    font-size: 14px;
  }
  .micro-title {
    font-size: 10px;
  }
  .quick-grid span {
    font-size: 15px;
  }
  .quick-grid > a > i {
    font-size: 35px;
  }
  .section-copy > p,
  .section-top > p,
  .statement-content p,
  .contact-copy p {
    font-size: 14px;
  }
  .service-item {
    min-height: 330px;
  }
  .service-item h3 {
    font-size: 19px;
  }
  .service-item p {
    font-size: 13px;
    min-height: auto;
  }
  .process-grid > div {
    min-height: 245px;
  }
  .process-grid h3 {
    font-size: 16px;
  }
  .process-grid p {
    font-size: 12px;
  }
  .numbers-grid strong {
    font-size: 34px;
  }
  .numbers-grid span {
    font-size: 10px;
  }
  .insight-body h3 {
    font-size: 17px;
  }
  footer p,
  footer a {
    font-size: 12px;
  }
  .footer-bottom {
    font-size: 10px;
  }
}

/* Complete supplied header mega navigation */
.mega-nav-item {
  position: static;
}
.e2e-mega-menu {
  position: fixed !important;
  top: 82px !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  width: min(1180px, calc(100vw - 54px));
  height: min(620px, calc(100vh - 112px));
  padding: 0 !important;
  border-top: 3px solid var(--blue) !important;
  border-radius: 0 0 8px 8px !important;
  grid-template-columns: 285px 1fr;
  grid-template-rows: 1fr 56px;
  overflow: hidden;
  background: #fff;
}
.e2e-mega-menu.show {
  display: grid;
}
.main-nav.scrolled .e2e-mega-menu {
  top: 73px !important;
}
.mega-categories {
  grid-row: 1/3;
  background: #f4f6fb;
  border-right: 1px solid #e1e5ef;
  padding: 18px 0;
  overflow-y: auto;
}
.mega-category {
  width: 100%;
  border: 0;
  background: transparent;
  color: #343a49;
  padding: 13px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  transition: 0.2s;
}
.mega-category:hover,
.mega-category.active {
  background: var(--blue);
  color: #fff;
  padding-left: 25px;
}
.mega-category i {
  font-size: 11px;
}
.mega-content {
  min-width: 0;
  overflow: hidden;
}
.mega-panel {
  display: none;
  height: 100%;
  padding: 24px 28px;
  overflow-y: auto;
}
.mega-panel.active {
  display: block;
  animation: menuFade 0.22s ease;
}
.mega-panel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #e6e8ed;
  margin-bottom: 16px;
  padding-bottom: 12px;
}
.mega-panel-head span {
  order: 2;
  color: var(--orange);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.mega-panel-head h3 {
  font-size: 20px;
  margin: 0;
  font-weight: 700;
  color: var(--ink);
}
.mega-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 1px;
}
.mega-links a {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  color: #545a67;
  font-size: 12px;
  line-height: 1.45;
  padding: 7px 4px;
  border-bottom: 1px solid #f0f1f3;
  transition: 0.2s;
}
.mega-links a i {
  flex: 0 0 auto;
  color: var(--blue);
  font-size: 17px;
  line-height: 1.2;
}
.mega-links a:hover {
  color: var(--blue);
  padding-left: 8px;
  background: #f7f9ff;
}
.mega-footer {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #18213a;
  color: #fff;
  padding: 0 25px;
  font-size: 12px;
}
.mega-footer span i {
  color: var(--orange);
  margin-right: 8px;
}
.mega-footer a {
  color: #fff;
  font-weight: 600;
}
.company-nav .nav-link i {
  font-size: 18px;
  color: var(--blue);
}
.company-nav .dropdown-menu {
  min-width: 210px;
}
.company-nav .dropdown-item {
  font-size: 12px;
}
.offcanvas {
  width: min(430px, 92vw) !important;
}
.offcanvas-body {
  padding: 0 22px 28px !important;
  overflow-y: auto;
}
.offcanvas-body #mobileMegaNav {
  display: block;
}
.mobile-menu-group,
.mobile-category {
  border-bottom: 1px solid #e5e7ec;
}
.mobile-menu-group > summary,
.mobile-category > summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.mobile-menu-group > summary {
  padding: 16px 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
}
.mobile-category > summary {
  padding: 12px 3px;
  font-size: 13px;
  font-weight: 600;
  color: #434957;
}
.mobile-menu-group summary::-webkit-details-marker,
.mobile-category summary::-webkit-details-marker {
  display: none;
}
.mobile-menu-group[open] > summary {
  color: var(--blue);
}
.mobile-menu-group[open] > summary i,
.mobile-category[open] > summary i {
  transform: rotate(180deg);
}
.mobile-category summary i {
  color: var(--blue);
  transition: 0.2s;
}
.mobile-category > div {
  max-height: 280px;
  overflow-y: auto;
  padding: 0 3px 10px 13px;
}
.mobile-category a {
  display: block !important;
  border: 0 !important;
  padding: 7px 0 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #646a76;
}
.mobile-category a:hover {
  color: var(--blue);
}
.mobile-direct {
  display: block !important;
  padding: 15px 0 !important;
  border-bottom: 1px solid #e5e7ec !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}
.mobile-enquire {
  margin-top: 20px;
}
.offcanvas-body > .btn-line {
  display: flex;
}
.offcanvas-header {
  border-bottom: 1px solid #e7e8ec;
}
.offcanvas-header img {
  width: 108px;
}
@keyframes menuFade {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 1499.98px) {
  .nav-shell {
    padding-left: 34px;
    padding-right: 34px;
  }
  .navbar-nav {
    gap: 10px;
  }
  .nav-link {
    font-size: 12px !important;
  }
  .call-link {
    display: none;
  }
  .e2e-mega-menu {
    width: calc(100vw - 40px);
  }
}
@media (max-width: 1199.98px) {
  .e2e-mega-menu {
    display: none !important;
  }
}

/* Larger, clearer submenu typography */
.e2e-mega-menu {
  grid-template-columns: 310px 1fr;
  height: min(680px, calc(100vh - 104px));
}
.mega-categories {
  padding: 20px 0;
}
.mega-category {
  font-size: 15px;
  line-height: 1.35;
  padding: 15px 23px;
}
.mega-category:hover,
.mega-category.active {
  padding-left: 29px;
}
.mega-category i {
  font-size: 13px;
}
.mega-panel {
  padding: 28px 32px;
}
.mega-panel-head {
  padding-bottom: 15px;
  margin-bottom: 18px;
}
.mega-panel-head h3 {
  font-size: 23px;
}
.mega-panel-head span {
  font-size: 12px;
}
.mega-links {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 28px;
  row-gap: 2px;
}
.mega-links a {
  font-size: 14px;
  line-height: 1.55;
  padding: 9px 5px;
}
.mega-links a i {
  font-size: 19px;
}
.mega-footer {
  font-size: 14px;
  height: 60px;
}
.company-nav .dropdown-menu {
  min-width: 230px;
  padding: 12px;
}
.company-nav .dropdown-item {
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 13px;
}
.mobile-menu-group > summary {
  font-size: 17px;
  padding: 18px 0;
}
.mobile-category > summary {
  font-size: 15px;
  line-height: 1.45;
  padding: 14px 4px;
}
.mobile-category a {
  font-size: 14px !important;
  line-height: 1.55;
  padding: 9px 0 !important;
}
.mobile-category > div {
  max-height: 340px;
  padding-left: 16px;
}
.mobile-direct {
  font-size: 15px !important;
  padding: 17px 0 !important;
}
@media (max-width: 1399.98px) and (min-width: 1200px) {
  .e2e-mega-menu {
    grid-template-columns: 285px 1fr;
  }
  .mega-category {
    font-size: 14px;
    padding: 13px 20px;
  }
  .mega-panel {
    padding: 24px;
  }
  .mega-links {
    column-gap: 20px;
  }
  .mega-links a {
    font-size: 13px;
    padding: 8px 4px;
  }
}

/* About page */
.about-hero {
  height: 620px;
  margin-top: 83px;
  position: relative;
  color: #fff;
  background: url("https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&w=2000&q=86")
    center 42% / cover;
}
.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(10, 18, 45, 0.92),
    rgba(20, 35, 76, 0.7) 48%,
    rgba(10, 15, 28, 0.16)
  );
}
.about-hero .content-shell {
  height: 100%;
  display: flex;
  align-items: center;
}
.about-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 790px;
}
.about-hero h1 {
  font-size: clamp(48px, 5.2vw, 76px);
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: -2.4px;
  margin: 0 0 24px;
}
.about-hero h1 strong {
  font-weight: 800;
}
.about-hero p {
  font-size: 17px;
  line-height: 1.8;
  max-width: 720px;
  color: #e4e8f1;
}
.breadcrumb-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.breadcrumb-line a:hover {
  color: #fff;
}
.breadcrumb-line i {
  color: var(--orange);
}
.about-story-visual {
  height: 570px;
  position: relative;
  padding-right: 65px;
}
.story-main {
  height: 100%;
  background: url("https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=1200&q=84")
    center/cover;
}
.story-badge {
  position: absolute;
  right: 0;
  bottom: 55px;
  width: 250px;
  padding: 28px;
  background: var(--blue);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 17px;
}
.story-badge strong {
  font-size: 40px;
  font-weight: 800;
}
.story-badge span {
  font-size: 12px;
  line-height: 1.5;
}
.story-line {
  position: absolute;
  left: -30px;
  bottom: -25px;
  width: 150px;
  height: 8px;
  background: linear-gradient(90deg, var(--orange) 50%, var(--blue) 50%);
}
.about-purpose {
  background: #f5f6f8;
}
.purpose-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
}
.purpose-grid article {
  position: relative;
  background: #fff;
  padding: 42px 34px;
  min-height: 335px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: 0.3s;
}
.purpose-grid article > span {
  position: absolute;
  right: 23px;
  top: 20px;
  color: #b9bec8;
  font-size: 13px;
}
.purpose-grid article > i {
  font-size: 47px;
  color: var(--blue);
  display: block;
  margin-bottom: 35px;
}
.purpose-grid h3 {
  font-size: 21px;
  font-weight: 700;
}
.purpose-grid p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
}
.purpose-grid article:hover {
  background: var(--blue);
  color: #fff;
  transform: translateY(-7px);
}
.purpose-grid article:hover > i,
.purpose-grid article:hover p,
.purpose-grid article:hover > span {
  color: #fff;
}
.about-network {
  height: 680px;
  position: relative;
  overflow: hidden;
  background: #101a37;
  color: #fff;
}
.network-image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 20, 48, 0.12), rgba(12, 20, 48, 0.9) 59%),
    url("https://images.unsplash.com/photo-1556761175-4b46a572b786?auto=format&fit=crop&w=2000&q=85")
      center/cover;
}
.about-network .content-shell {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.network-copy {
  position: relative;
  z-index: 1;
  width: 50%;
  max-width: 680px;
}
.network-copy h2 {
  font-size: clamp(39px, 4vw, 58px);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -1.8px;
}
.network-copy h2 strong {
  font-weight: 800;
}
.network-copy p {
  font-size: 15px;
  color: #d4d9e5;
  line-height: 1.85;
  margin: 22px 0;
}
.network-copy ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.network-copy li {
  font-size: 14px;
  margin: 13px 0;
}
.network-copy li i {
  color: var(--orange);
  font-size: 18px;
  margin-right: 10px;
}
.journey-heading {
  max-width: 720px;
  margin: 0 auto 55px;
}
.journey-heading h2 {
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 300;
  line-height: 1.17;
}
.journey-heading h2 strong {
  font-weight: 800;
}
.journey-track {
  max-width: 1050px;
  margin: auto;
  position: relative;
}
.journey-track:before {
  content: "";
  position: absolute;
  left: 36px;
  top: 28px;
  bottom: 28px;
  width: 1px;
  background: #ccd3e3;
}
.journey-track article {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 25px;
  position: relative;
  margin-bottom: 25px;
}
.journey-track b {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ccd3e3;
  display: grid;
  place-items: center;
  color: var(--blue);
  font-size: 16px;
  z-index: 1;
}
.journey-track article:hover b {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}
.journey-track article > div {
  border: 1px solid var(--line);
  padding: 24px 28px;
  transition: 0.25s;
}
.journey-track article:hover > div {
  border-color: var(--blue);
  transform: translateX(7px);
}
.journey-track h3 {
  font-size: 18px;
  font-weight: 700;
}
.journey-track p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
}
.about-process {
  background: #f5f6f8;
}
.about-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
}
.about-process-grid article {
  min-height: 285px;
  background: #fff;
  padding: 36px 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
}
.about-process-grid article > i {
  font-size: 42px;
  color: var(--orange);
  display: block;
  margin-bottom: 28px;
}
.about-process-grid article > b {
  position: absolute;
  right: 20px;
  top: 18px;
  color: #bfc3cb;
  font-size: 13px;
}
.about-process-grid h3 {
  font-size: 18px;
  font-weight: 700;
}
.about-process-grid p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
}
.about-process-grid article:hover {
  background: var(--blue);
  color: #fff;
}
.about-process-grid article:hover > i,
.about-process-grid article:hover p,
.about-process-grid article:hover > b {
  color: #fff;
}
.about-trust {
  background: var(--blue);
  color: #fff;
}
.about-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.about-trust-grid > div {
  text-align: center;
  padding: 45px 20px;
  border-right: 1px solid #ffffff33;
}
.about-trust-grid strong {
  font-size: 44px;
  font-weight: 800;
  display: block;
}
.about-trust-grid span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #e1e7ff;
}
.about-contact {
  background: #111a35;
  color: #fff;
  padding: 90px 0;
}
.about-contact-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.about-contact-inner h2 {
  font-size: clamp(37px, 4vw, 55px);
  font-weight: 300;
  line-height: 1.15;
}
.about-contact-inner h2 strong {
  font-weight: 800;
}
.about-contact-inner p {
  font-size: 15px;
  color: #c8cedd;
  max-width: 620px;
}
.about-contact-actions {
  min-width: 390px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}
.about-contact-link {
  display: flex;
  align-items: center;
  gap: 14px;
}
.about-contact-link > i {
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff44;
  color: var(--orange);
  display: grid;
  place-items: center;
  font-size: 20px;
}
.about-contact-link span {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 600;
}
.about-contact-link small {
  font-size: 10px;
  text-transform: uppercase;
  color: #aeb6c9;
  font-weight: 400;
}
.about-contact-actions .btn-solid {
  margin-top: 10px;
}
@media (max-width: 991.98px) {
  .about-hero {
    height: 560px;
  }
  .about-story-visual {
    height: 480px;
  }
  .purpose-grid {
    grid-template-columns: 1fr;
  }
  .purpose-grid article {
    min-height: 280px;
  }
  .network-copy {
    width: 70%;
  }
  .about-process-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .about-contact-inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .about-contact-actions {
    min-width: 0;
  }
  .about-hero {
    margin-top: 70px;
    height: 570px;
    background-position: 62% center;
  }
  .about-hero-overlay {
    background: linear-gradient(
      90deg,
      rgba(10, 18, 45, 0.93),
      rgba(20, 35, 76, 0.62)
    );
  }
  .about-hero h1 {
    font-size: 41px;
    letter-spacing: -1.5px;
  }
  .about-hero p {
    font-size: 14px;
  }
  .about-story-visual {
    height: 400px;
    padding-right: 28px;
  }
  .story-badge {
    width: 215px;
    padding: 20px;
    bottom: 25px;
  }
  .network-copy {
    width: 100%;
  }
  .about-network {
    height: 650px;
  }
  .network-image {
    background:
      linear-gradient(90deg, rgba(12, 20, 48, 0.82), rgba(12, 20, 48, 0.72)),
      url("https://images.unsplash.com/photo-1556761175-4b46a572b786?auto=format&fit=crop&w=1100&q=80")
        center/cover;
  }
  .network-copy p {
    font-size: 14px;
  }
  .journey-track article {
    grid-template-columns: 58px 1fr;
    gap: 14px;
  }
  .journey-track:before {
    left: 29px;
  }
  .journey-track b {
    width: 58px;
    height: 58px;
  }
  .journey-track article > div {
    padding: 20px;
  }
  .about-process-grid {
    grid-template-columns: 1fr;
  }
  .about-trust-grid {
    grid-template-columns: 1fr 1fr;
  }
  .about-trust-grid > div {
    padding: 30px 10px;
    border-bottom: 1px solid #ffffff33;
  }
  .about-trust-grid strong {
    font-size: 34px;
  }
  .about-contact {
    padding: 65px 0;
  }
  .about-contact-inner h2 {
    font-size: 36px;
  }
  .about-contact-actions {
    width: 100%;
  }
}

/* Minimal home imagery: service-focused slider, image-free content sections */
body:not(.about-page) .slide-one {
  background-image: url("https://images.unsplash.com/photo-1554224155-8d04cb21cd6c?auto=format&fit=crop&w=2000&q=86");
}
body:not(.about-page) .slide-two {
  background-image: url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=2000&q=86");
}
body:not(.about-page) .slide-three {
  background-image: url("https://images.unsplash.com/photo-1554224154-22dec7ec8818?auto=format&fit=crop&w=2000&q=86");
}
body:not(.about-page) .about-image {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #edf2ff 0%, #fff 48%, #fff2ea 100%);
  border: 1px solid #dce3f4;
}
body:not(.about-page) .about-image:before {
  content: "e2e";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--blue);
  font-size: clamp(90px, 13vw, 180px);
  font-weight: 800;
  letter-spacing: -12px;
  text-shadow: 20px 20px 0 rgba(255, 90, 0, 0.12);
}
body:not(.about-page) .about-image:after {
  content: "COMPLIANCE • TAX • LEGAL • ADVISORY";
  position: absolute;
  left: 50%;
  bottom: 54px;
  transform: translateX(-50%);
  width: max-content;
  color: #343a49;
  font-size: 12px;
  letter-spacing: 2.5px;
  font-weight: 600;
}
body:not(.about-page) .statement-bg {
  background:
    radial-gradient(
      circle at 20% 25%,
      rgba(65, 105, 223, 0.65),
      transparent 28%
    ),
    radial-gradient(circle at 78% 70%, rgba(255, 90, 0, 0.28), transparent 25%),
    linear-gradient(125deg, #0e1732, #17275c 58%, #101a36);
}
body:not(.about-page) .statement-bg:before,
body:not(.about-page) .statement-bg:after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}
body:not(.about-page) .statement-bg:before {
  width: 440px;
  height: 440px;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
}
body:not(.about-page) .statement-bg:after {
  width: 280px;
  height: 280px;
  left: 14%;
  top: 50%;
  transform: translateY(-50%);
}
body:not(.about-page) .insight-img {
  display: grid;
  place-items: center;
  background-image: none !important;
  overflow: hidden;
}
body:not(.about-page) .insight-img:before {
  font-family: "bootstrap-icons";
  font-size: 72px;
  color: rgba(255, 255, 255, 0.92);
}
body:not(.about-page) .img-one {
  background: linear-gradient(145deg, #3155bf, #587be4);
}
body:not(.about-page) .img-one:before {
  content: "\f1dd";
}
body:not(.about-page) .img-two {
  background: linear-gradient(145deg, #ff5a00, #ff8a47);
}
body:not(.about-page) .img-two:before {
  content: "\f4b8";
}
body:not(.about-page) .img-three {
  background: linear-gradient(145deg, #182c69, #4169df);
}
body:not(.about-page) .img-three:before {
  content: "\f38b";
}
@media (max-width: 767.98px) {
  body:not(.about-page) .slide-one,
  body:not(.about-page) .slide-two,
  body:not(.about-page) .slide-three {
    background-position: center;
  }
  body:not(.about-page) .about-image:after {
    font-size: 9px;
    letter-spacing: 1.5px;
    bottom: 38px;
  }
}

/* Knowledge Centre uses relevant editorial photography */
body:not(.about-page) .insights-section .insight-img {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body:not(.about-page) .insights-section .insight-img:before {
  content: none;
}
body:not(.about-page) .insights-section .img-one {
  background-image:
    linear-gradient(180deg, transparent 50%, rgba(12, 24, 59, 0.38)),
    url("https://images.unsplash.com/photo-1554224155-8d04cb21cd6c?auto=format&fit=crop&w=1000&q=84") !important;
}
body:not(.about-page) .insights-section .img-two {
  background-image:
    linear-gradient(180deg, transparent 50%, rgba(12, 24, 59, 0.38)),
    url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1000&q=84") !important;
}
body:not(.about-page) .insights-section .img-three {
  background-image:
    linear-gradient(180deg, transparent 50%, rgba(12, 24, 59, 0.38)),
    url("https://images.unsplash.com/photo-1554224154-22dec7ec8818?auto=format&fit=crop&w=1000&q=84") !important;
}

/* Simple Why E2E section */
body:not(.about-page) .statement-section {
  height: auto;
  min-height: 520px;
  background: #fff;
  color: var(--ink);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
body:not(.about-page) .statement-section .statement-bg {
  display: none;
}
body:not(.about-page) .statement-section .content-shell {
  min-height: 520px;
  justify-content: flex-start;
}
body:not(.about-page) .statement-content {
  width: min(760px, 100%);
  padding: 75px 0 75px 42px;
  border-left: 4px solid var(--blue);
}
body:not(.about-page) .statement-content .micro-title {
  color: var(--blue);
}
body:not(.about-page) .statement-content h2 {
  font-size: clamp(40px, 4.2vw, 62px);
  color: var(--ink);
  margin-bottom: 20px;
}
body:not(.about-page) .statement-content p {
  max-width: 620px;
  color: var(--muted);
  margin: 0 0 28px;
}
body:not(.about-page) .statement-content .btn-solid.orange {
  background: var(--blue);
}
body:not(.about-page) .statement-content .btn-solid.orange:hover {
  background: var(--orange);
  color: #fff;
}
@media (max-width: 767.98px) {
  body:not(.about-page) .statement-section,
  body:not(.about-page) .statement-section .content-shell {
    min-height: 470px;
  }
  body:not(.about-page) .statement-content {
    padding: 55px 0 55px 25px;
  }
  body:not(.about-page) .statement-content h2 {
    font-size: 38px;
  }
}

/* Refined compact statement layout */
body:not(.about-page) .statement-section {
  min-height: 0;
  background: #f6f8fc;
  border: 0;
}
body:not(.about-page) .statement-section .content-shell {
  min-height: 0;
  padding-top: 88px;
  padding-bottom: 88px;
}
body:not(.about-page) .statement-content {
  width: 100%;
  padding: 0;
  border: 0;
  display: grid;
  grid-template-columns: minmax(230px, 0.65fr) minmax(0, 1.6fr);
  gap: clamp(55px, 8vw, 130px);
  align-items: start;
}
body:not(.about-page) .statement-intro {
  padding-top: 8px;
}
body:not(.about-page) .statement-intro p {
  max-width: 240px;
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}
body:not(.about-page) .statement-main {
  padding-left: clamp(35px, 5vw, 75px);
  border-left: 1px solid #d9deea;
}
body:not(.about-page) .statement-main h2 {
  max-width: 850px;
  margin: 0 0 22px;
  color: var(--ink);
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.17;
  letter-spacing: -1.8px;
}
body:not(.about-page) .statement-main p {
  max-width: 680px;
  margin: 0 0 30px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}
body:not(.about-page) .statement-main .btn-solid {
  background: var(--blue);
}
body:not(.about-page) .statement-main .btn-solid:hover {
  background: var(--orange);
  color: #fff;
}
@media (max-width: 767.98px) {
  body:not(.about-page) .statement-section .content-shell {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  body:not(.about-page) .statement-content {
    display: block;
  }
  body:not(.about-page) .statement-intro {
    padding: 0 0 25px;
  }
  body:not(.about-page) .statement-intro p {
    max-width: 100%;
  }
  body:not(.about-page) .statement-main {
    padding: 28px 0 0;
    border-left: 0;
    border-top: 1px solid #d9deea;
  }
  body:not(.about-page) .statement-main h2 {
    font-size: 36px;
    letter-spacing: -1px;
  }
}

/* Wide range of services browser */
.wide-services {
  background: #f6f7f9;
}
.wide-services-head {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 48px;
}
.wide-services-head h2 {
  font-size: clamp(38px, 3.7vw, 55px);
  line-height: 1.16;
  font-weight: 300;
  letter-spacing: -1.8px;
  margin: 0;
}
.wide-services-head h2 strong {
  font-weight: 800;
}
.wide-services-head > p {
  max-width: 570px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
  margin: 0 0 5px;
}
.service-browser {
  display: grid;
  grid-template-columns: 355px minmax(0, 1fr);
  background: #fff;
  border: 1px solid #e0e3ea;
  min-height: 560px;
}
.service-tabs {
  display: block;
  background: #16213f;
  padding: 18px;
}
.service-tabs button {
  width: 100%;
  min-height: 82px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: #fff;
  display: grid;
  grid-template-columns: 42px 1fr 20px;
  gap: 12px;
  align-items: center;
  text-align: left;
  padding: 14px 13px;
  transition: 0.25s;
}
.service-tabs button > i:first-child {
  font-size: 23px;
  color: #8fa9ff;
}
.service-tabs button > i:last-child {
  font-size: 15px;
  opacity: 0.55;
}
.service-tabs button span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}
.service-tabs button small {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 400;
  color: #aeb7cb;
}
.service-tabs button:hover,
.service-tabs button.active {
  background: var(--blue);
  padding-left: 18px;
}
.service-tabs button.active > i,
.service-tabs button:hover > i,
.service-tabs button.active small,
.service-tabs button:hover small {
  color: #fff;
}
.service-results {
  padding: 44px;
}
.service-pane-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: 25px;
  margin-bottom: 28px;
}
.service-pane-title small {
  font-size: 10px;
  letter-spacing: 1.6px;
  font-weight: 700;
  color: var(--orange);
}
.service-pane-title h3 {
  font-size: 27px;
  font-weight: 700;
  margin: 6px 0 0;
}
.service-pane-title > i {
  font-size: 55px;
  color: #e5eaff;
}
.service-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
}
.service-card-grid a {
  min-height: 175px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 42px 1fr;
  align-content: center;
  column-gap: 14px;
  transition: 0.25s;
}
.service-card-grid a > i {
  grid-row: 1/3;
  font-size: 28px;
  color: var(--blue);
}
.service-card-grid b {
  font-size: 16px;
}
.service-card-grid span {
  font-size: 12px;
  line-height: 1.65;
  color: var(--muted);
  margin-top: 5px;
}
.service-card-grid a:hover {
  background: #f2f5ff;
  box-shadow: inset 4px 0 var(--orange);
}
.service-card-grid a:hover b {
  color: var(--blue);
}
@media (max-width: 991.98px) {
  .wide-services-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .service-browser {
    grid-template-columns: 1fr;
  }
  .service-tabs {
    display: flex;
    overflow-x: auto;
    padding: 10px;
  }
  .service-tabs button {
    min-width: 230px;
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .service-results {
    padding: 32px;
  }
}
@media (max-width: 575.98px) {
  .wide-services-head h2 {
    font-size: 35px;
  }
  .service-results {
    padding: 24px 18px;
  }
  .service-card-grid {
    grid-template-columns: 1fr;
  }
  .service-card-grid a {
    min-height: 145px;
  }
  .service-pane-title h3 {
    font-size: 22px;
  }
  .service-pane-title > i {
    font-size: 40px;
  }
}

/* Continuously moving client logos */
.client-marquee-section {
  padding: 82px 0 26px;
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.client-heading {
  text-align: center;
  padding: 0 24px;
  margin-bottom: 44px;
}
.client-heading h2 {
  font-size: clamp(34px, 3.5vw, 50px);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -1.5px;
  margin: 0;
}
.client-heading h2 strong {
  font-weight: 800;
}
.client-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.client-marquee:before,
.client-marquee:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: clamp(45px, 9vw, 160px);
  pointer-events: none;
}
.client-marquee:before {
  left: 0;
  background: linear-gradient(90deg, #fff, transparent);
}
.client-marquee:after {
  right: 0;
  background: linear-gradient(270deg, #fff, transparent);
}
.client-track {
  width: max-content;
  display: flex;
  align-items: center;
  animation: clientScroll 34s linear infinite;
}
.client-marquee:hover .client-track {
  animation-play-state: paused;
}
.client-logo {
  width: 230px;
  height: 108px;
  flex: 0 0 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  color: #9ba1ae;
  transition: 0.3s;
}
.client-logo i {
  font-size: 27px;
}
.client-logo b {
  font-size: 18px;
  letter-spacing: 1.4px;
}
.client-logo:hover {
  color: var(--blue);
  background: #f7f9ff;
}
.client-note {
  text-align: center;
  color: #a0a4ad;
  font-size: 9px;
  margin: 18px 20px 0;
}
.client-note:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 1px;
  background: var(--orange);
  vertical-align: middle;
  margin-right: 8px;
}
@keyframes clientScroll {
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 767.98px) {
  .client-marquee-section {
    padding-top: 62px;
  }
  .client-heading {
    margin-bottom: 32px;
  }
  .client-logo {
    width: 180px;
    height: 90px;
    flex-basis: 180px;
  }
  .client-logo b {
    font-size: 15px;
  }
  .client-track {
    animation-duration: 26s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .client-track {
    animation-play-state: paused;
  }
}

/* Simplified five-item header and four-column service mega menu */
.header-service-mega {
  position: fixed !important;
  top: 82px !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  width: min(1420px, calc(100vw - 54px));
  max-height: calc(100vh - 110px);
  padding: 0 !important;
  border-top: 3px solid var(--blue) !important;
  border-radius: 0 0 8px 8px !important;
  overflow-y: auto;
}
.main-nav.scrolled .header-service-mega {
  top: 73px !important;
}
.header-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 34px 30px 25px;
}
.header-service-column {
  padding: 0 24px;
  border-right: 1px solid var(--line);
}
.header-service-column:last-child {
  border-right: 0;
}
.header-service-column h3 {
  font-size: 16px;
  line-height: 1.45;
  font-weight: 700;
  color: var(--blue);
  padding-bottom: 13px;
  margin: 0 0 10px;
  border-bottom: 2px solid #e7ebf6;
}
.header-service-column h3 a:hover {
  color: var(--orange);
}
.header-service-column > div > a {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  padding: 7px 2px;
  color: #565d6a;
  font-size: 12px;
  line-height: 1.45;
  transition: 0.2s;
}
.header-service-column > div > a i {
  flex: 0 0 auto;
  color: var(--orange);
  font-size: 12px;
  margin-top: 2px;
}
.header-service-column > div > a:hover {
  color: var(--blue);
  padding-left: 6px;
}
.header-service-footer {
  min-height: 58px;
  padding: 0 28px;
  background: #17213d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}
.header-service-footer span i {
  color: var(--orange);
  margin-right: 8px;
}
.header-service-footer a {
  font-weight: 600;
}
.header-service-footer a:hover {
  color: #fff;
}
.navbar-nav {
  gap: 34px;
}
@media (max-width: 1399.98px) and (min-width: 1200px) {
  .header-service-grid {
    padding: 27px 18px;
  }
  .header-service-column {
    padding: 0 15px;
  }
  .header-service-column h3 {
    font-size: 14px;
  }
  .header-service-column > div > a {
    font-size: 11px;
  }
  .navbar-nav {
    gap: 20px;
  }
}
@media (max-width: 1199.98px) {
  .header-service-mega {
    display: none !important;
  }
}

/* Keep the original sidebar-style header pattern */
.navbar-nav {
  gap: 22px;
}

/* Homepage services synced with the header catalogue */
.synced-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.synced-service-grid a {
  min-height: 150px;
}
.synced-service-grid a b {
  line-height: 1.45;
}
.wide-services .service-tabs button span {
  font-size: 13px;
}
@media (max-width: 1199.98px) {
  .synced-service-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575.98px) {
  .synced-service-grid {
    grid-template-columns: 1fr;
  }
}

/* Animated consultant visual in the homepage About section */
body:not(.about-page) .about-art {
  overflow: visible;
}
body:not(.about-page) .about-image {
  background: url("assets/e2e-consultant.png") center 18% / cover no-repeat;
  border: 1px solid #dce3f4;
  box-shadow: 0 24px 65px rgba(32, 54, 112, 0.14);
  animation: consultantFloat 5.2s ease-in-out infinite;
  transition:
    transform 0.55s ease,
    box-shadow 0.55s ease;
}
body:not(.about-page) .about-image:before,
body:not(.about-page) .about-image:after {
  content: none;
}
body:not(.about-page) .about-art:hover .about-image {
  transform: scale(1.018);
  box-shadow: 0 30px 75px rgba(32, 54, 112, 0.2);
}
@keyframes consultantFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@media (prefers-reduced-motion: reduce) {
  body:not(.about-page) .about-image {
    animation: none;
  }
}

/* Custom generated service imagery for the homepage carousel */
body:not(.about-page) .slide-one {
  background-image: url("assets/home-slider-1.jpg");
}
body:not(.about-page) .slide-two {
  background-image: url("assets/home-slider-2.jpg");
}
body:not(.about-page) .slide-three {
  background-image: url("assets/home-slider-3.jpg");
}
body:not(.about-page) .hero-slider .slide-wash {
  background: linear-gradient(
    90deg,
    rgba(7, 15, 36, 0.76) 0%,
    rgba(8, 18, 43, 0.56) 40%,
    rgba(8, 17, 39, 0.08) 72%,
    transparent 100%
  );
}

/* Clean, image-light About page */
.about-page .clean-about-hero {
  height: clamp(480px, 65vw, 720px);
  max-height: 720px;
  margin-top: 83px;
  background: url("assets/about-team-hero.png") center/cover no-repeat;
}
.clean-about-intro {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(55px, 8vw, 130px);
  align-items: start;
}
.clean-about-intro h2 {
  font-size: clamp(38px, 3.8vw, 55px);
  font-weight: 300;
  line-height: 1.17;
  letter-spacing: -1.8px;
  margin: 0;
}
.clean-about-intro h2 strong {
  font-weight: 800;
}
.clean-about-intro > div:last-child {
  padding-left: clamp(30px, 5vw, 75px);
  border-left: 1px solid var(--line);
}
.clean-about-intro p {
  font-size: 15px;
  line-height: 1.9;
  color: var(--muted);
}
.about-page .about-network {
  height: auto;
  min-height: 570px;
  background: #111a35;
}
.about-page .network-image {
  background:
    radial-gradient(
      circle at 15% 25%,
      rgba(65, 105, 223, 0.4),
      transparent 28%
    ),
    radial-gradient(circle at 30% 80%, rgba(255, 90, 0, 0.16), transparent 24%),
    linear-gradient(125deg, #0e1732, #17275c 58%, #101a36);
}
.about-page .network-image:before,
.about-page .network-image:after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}
.about-page .network-image:before {
  width: 380px;
  height: 380px;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
}
.about-page .network-image:after {
  width: 230px;
  height: 230px;
  left: 13%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .about-page .clean-about-hero {
    height: 430px;
    margin-top: 70px;
    background-position: center;
  }
  .clean-about-intro {
    display: block;
  }
  .clean-about-intro > div:last-child {
    padding: 28px 0 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .about-page .network-image:before {
    width: 260px;
    height: 260px;
    left: -80px;
  }
  .about-page .network-image:after {
    width: 150px;
    height: 150px;
    left: -25px;
  }
}

/* Main services directory page */
.services-hero {
  height: 390px;
  margin-top: 83px;
  position: relative;
  color: #fff;
  background: url("assets/slider-business-compliance.png") center 54% / cover
    no-repeat;
}
.services-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(8, 16, 39, 0.86),
    rgba(10, 21, 50, 0.54) 48%,
    rgba(10, 20, 45, 0.12)
  );
}
.services-hero .content-shell {
  height: 100%;
  display: flex;
  align-items: center;
}
.services-hero-copy {
  position: relative;
  z-index: 1;
}
.services-hero-copy > span {
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #dce4ff;
}
.services-hero h1 {
  font-size: clamp(47px, 5.2vw, 72px);
  font-weight: 300;
  letter-spacing: -2px;
  margin: 8px 0 17px;
}
.services-hero h1 strong {
  font-weight: 800;
}
.page-breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-breadcrumb i {
  color: var(--orange);
}
.page-breadcrumb a:hover {
  color: #fff;
}
.directory-intro {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 50px;
}
.directory-intro h2 {
  font-size: clamp(38px, 3.7vw, 54px);
  line-height: 1.17;
  font-weight: 300;
  letter-spacing: -1.8px;
  margin: 0;
}
.directory-intro h2 strong {
  font-weight: 800;
}
.directory-intro > p {
  font-size: 15px;
  line-height: 1.85;
  color: var(--muted);
  margin: 0 0 5px;
}
.directory-layout {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}
.services-sidebar {
  position: sticky;
  top: 100px;
  border: 1px solid var(--line);
  background: #fff;
}
.sidebar-title {
  min-height: 82px;
  background: #17213d;
  color: #fff;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 13px;
}
.sidebar-title > i {
  font-size: 25px;
  color: var(--orange);
}
.sidebar-title span {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 700;
}
.sidebar-title small {
  font-size: 10px;
  font-weight: 400;
  color: #aeb8cf;
}
.catalogue-side-group {
  border-bottom: 1px solid var(--line);
}
.catalogue-side-group > summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 17px 18px;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
}
.catalogue-side-group > summary::-webkit-details-marker {
  display: none;
}
.catalogue-side-group[open] > summary {
  background: #f2f5ff;
  color: var(--blue);
}
.catalogue-side-group > summary i {
  transition: 0.2s;
}
.catalogue-side-group[open] > summary i {
  transform: rotate(180deg);
}
.catalogue-side-group > div {
  max-height: 300px;
  overflow-y: auto;
  padding: 3px 18px 14px;
}
.catalogue-side-group > div a {
  display: block;
  padding: 7px 0 7px 13px;
  border-left: 1px solid #dce1ed;
  color: #686e79;
  font-size: 11px;
  line-height: 1.5;
}
.catalogue-side-group > div a:hover {
  border-color: var(--orange);
  color: var(--blue);
  padding-left: 17px;
}
.sidebar-help {
  margin: 18px;
  min-height: 68px;
  padding: 13px;
  background: var(--blue);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
}
.sidebar-help:hover {
  background: var(--orange);
  color: #fff;
}
.sidebar-help > i {
  font-size: 23px;
}
.sidebar-help span {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 600;
}
.sidebar-help small {
  font-size: 9px;
  font-weight: 400;
  opacity: 0.8;
}
.services-catalogue {
  min-width: 0;
}
.catalogue-category {
  scroll-margin-top: 105px;
  margin-bottom: 55px;
}
.catalogue-category-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding: 0 0 20px;
  margin-bottom: 24px;
}
.catalogue-category-head > div span {
  display: block;
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.catalogue-category-head h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}
.catalogue-category-head > i {
  font-size: 45px;
  color: #dfe5f5;
}
.catalogue-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.catalogue-grid article {
  scroll-margin-top: 105px;
  min-height: 205px;
  padding: 28px 25px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  transition: 0.25s;
}
.catalogue-grid article > i {
  font-size: 29px;
  color: var(--blue);
}
.catalogue-grid h3 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 8px;
}
.catalogue-grid p {
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 13px;
}
.catalogue-grid a {
  font-size: 10px;
  letter-spacing: 0.8px;
  font-weight: 700;
  color: var(--blue);
}
.catalogue-grid article:hover {
  background: #f5f7ff;
  box-shadow: inset 4px 0 var(--orange);
  transform: translateY(-3px);
}
.catalogue-grid article:hover > i {
  color: var(--orange);
}
@media (max-width: 991.98px) {
  .directory-intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .directory-layout {
    grid-template-columns: 1fr;
  }
  .services-sidebar {
    position: relative;
    top: auto;
  }
  .services-sidebar > nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .catalogue-side-group:nth-child(odd) {
    border-right: 1px solid var(--line);
  }
}
@media (max-width: 767.98px) {
  .services-hero {
    height: 310px;
    margin-top: 70px;
  }
  .services-hero h1 {
    font-size: 45px;
  }
  .services-sidebar > nav,
  .catalogue-grid {
    grid-template-columns: 1fr;
  }
  .catalogue-side-group:nth-child(odd) {
    border-right: 0;
  }
  .catalogue-category-head h2 {
    font-size: 23px;
  }
  .catalogue-grid article {
    min-height: 180px;
  }
  .directory-intro h2 {
    font-size: 35px;
  }
}
.mega-footer > div {
  display: flex;
  align-items: center;
  gap: 28px;
}
.mobile-view-all {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 13px !important;
  margin: 10px 0;
  background: #eef2ff;
  color: var(--blue) !important;
  border: 0 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

/* Service title links to the full page; mega menu remains available on hover */
@media (min-width: 1200px) {
  .mega-nav-item:hover > .e2e-mega-menu,
  .mega-nav-item:focus-within > .e2e-mega-menu {
    display: grid;
  }
  .mega-nav-item > .nav-link:after {
    transition: transform 0.2s;
  }
  .mega-nav-item:hover > .nav-link:after {
    transform: rotate(180deg);
  }
}

/* Mobile-first refinements */
@media (max-width: 1199.98px) {
  .main-nav {
    height: 70px;
  }
  .main-nav .nav-shell {
    padding-left: 18px;
    padding-right: 16px;
  }
  .main-nav .navbar-brand {
    width: 104px;
    height: 64px;
  }
  .main-nav .navbar-brand img {
    width: 92px;
  }
  .main-nav .navbar-toggler {
    width: 43px;
    height: 43px;
    padding: 8px;
    border: 1px solid #e3e5eb !important;
    border-radius: 4px;
    box-shadow: none !important;
  }
  .offcanvas {
    width: min(360px, 92vw) !important;
  }
  .offcanvas-header {
    min-height: 70px;
    padding: 8px 18px;
  }
  .offcanvas-header img {
    width: 92px;
  }
  .offcanvas-body {
    padding: 8px 22px 28px !important;
  }
  .mobile-direct,
  .mobile-menu-group > summary {
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.35;
    letter-spacing: 1.7px !important;
    text-transform: uppercase;
    padding: 17px 0 !important;
  }
  .mobile-category > summary {
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: .65px;
    text-transform: uppercase;
    padding: 13px 3px;
  }
  .mobile-category a {
    font-family: Poppins, sans-serif !important;
    font-size: 11px !important;
    line-height: 1.55;
    padding: 8px 0 !important;
  }
  .mobile-enquire {
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 10px;
    letter-spacing: 1.4px;
  }
}

@media (max-width: 767.98px) {
  body {
    overflow-x: hidden;
  }
  .content-shell {
    padding-left: 22px;
    padding-right: 22px;
  }
  .section-pad {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .services-hero {
    height: 430px;
    margin-top: 70px;
  }
  .services-hero h1 {
    max-width: 100%;
    font-size: 40px;
    line-height: 1.08;
    letter-spacing: -1.4px;
  }
  .service-detail-hero {
    height: 470px;
  }
  .service-detail-hero h1 {
    max-width: 100%;
    font-size: 36px;
    line-height: 1.12;
    letter-spacing: -1.2px;
  }
  .inner-clean-hero h1,
  .about-hero.clean-about-hero .about-compact-copy h1 {
    font-size: 38px;
    line-height: 1.12;
    letter-spacing: -1.2px;
  }
  .page-breadcrumb {
    max-width: 100%;
    flex-wrap: wrap;
    gap: 8px 10px;
    font-size: 9px;
    line-height: 1.55;
  }
  .page-breadcrumb span {
    overflow-wrap: anywhere;
  }
  .detail-layout {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
  }
  .detail-content {
    order: 1;
    width: 100%;
  }
  .detail-sidebar {
    order: 2;
    width: 100%;
    margin-top: 26px;
  }
  .detail-content > section {
    padding: 28px 20px !important;
  }
  .detail-content h2 {
    font-size: 28px;
    line-height: 1.25;
  }
  .detail-content h3 {
    line-height: 1.35;
  }
  .detail-content table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .detail-help {
    margin-top: 0;
  }
  .contact-form-wrap {
    padding: 30px 22px;
  }
  .popup-contact-form input,
  .popup-contact-form select,
  .popup-contact-form textarea,
  .popup-submit-btn {
    font-size: 12px;
  }
  .sticky-enquiry-btn {
    top: auto;
    right: 14px;
    bottom: 82px;
    width: auto;
    min-width: 128px;
    min-height: 42px;
    padding: 0 17px;
    border-radius: 24px;
    transform: none;
  }
  .sticky-enquiry-btn:hover {
    transform: translateY(-2px);
  }
  .sticky-enquiry-label {
    transform: none;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 9px;
    letter-spacing: 1.1px;
  }
  .whatsapp {
    right: 16px;
    bottom: 18px;
    width: 50px;
    height: 50px;
  }
  .enquiry-modal .modal-dialog {
    margin: 12px;
  }
  .enquiry-modal .modal-body {
    max-height: calc(100vh - 24px);
    overflow-y: auto;
    padding: 38px 22px 25px 26px;
  }
}

@media (max-width: 420px) {
  .services-hero h1 {
    font-size: 37px;
  }
  .service-detail-hero h1 {
    font-size: 34px;
  }
  .inner-clean-hero h1,
  .about-hero.clean-about-hero .about-compact-copy h1 {
    font-size: 36px;
  }
}

/* Mobile service-page contents: place it directly below the hero and keep it compact. */
@media (max-width: 767.98px) {
  .detail-main {
    padding-top: 24px !important;
  }
  .detail-layout {
    display: flex !important;
    flex-direction: column;
  }
  .detail-sidebar {
    order: 1 !important;
    width: 100%;
    margin: 0 0 26px;
  }
  .detail-content {
    order: 2 !important;
  }
  .detail-toc {
    display: block !important;
    padding: 20px 20px 14px;
    background: #fff;
    border: 1px solid #e1e5ee;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(22, 34, 56, .07);
  }
  .detail-toc strong {
    display: block;
    margin-bottom: 10px;
  }
  .detail-toc.has-mobile-more > a:nth-of-type(n+5) {
    display: none;
  }
  .detail-toc.has-mobile-more.mobile-expanded > a:nth-of-type(n+5) {
    display: block;
  }
  .detail-toc-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 4px;
    padding: 12px 0 4px;
    color: #1e385b;
    background: transparent;
    border: 0;
    border-top: 1px solid #e6e9ef;
    font: 600 12px/1.2 Montserrat, Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .detail-help {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .detail-toc-more {
    display: none !important;
  }
}

/* Bootstrap 5 structural conversion
   Existing visual component styles remain intact; Bootstrap now owns page layout. */
.detail-layout.row,
.directory-layout.row,
.directory-intro.row,
.blog-grid-gap.row,
.blog-grid.row,
.clean-about-intro.row,
.purpose-grid.row,
.leadership-grid.row,
.journey-track.row,
.about-process-grid.row,
.about-trust-grid.row,
.contact-page-grid.row,
.contact-assurance .content-shell.row,
.blog-subscribe .content-shell.row,
.wide-services-head.row,
.service-browser.row,
.service-card-grid.row,
.testimonials-heading.row,
.section-top.row,
.process-grid.row,
.numbers-grid.row,
.contact-inner.row,
.detail-enquiry .content-shell.row,
.catalogue-grid.row {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 0 !important;
}
.check-grid.row,
.support-grid.row {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 0 !important;
}

.blog-grid.row > [class*="col-"],
.blog-grid-gap.row > [class*="col-"],
.purpose-grid.row > [class*="col-"],
.leadership-grid.row > [class*="col-"],
.journey-track.row > [class*="col-"],
.about-process-grid.row > [class*="col-"],
.catalogue-grid.row > [class*="col-"] {
  display: flex;
}

.blog-grid.row article,
.blog-grid-gap.row article,
.purpose-grid.row article,
.leadership-grid.row article,
.journey-track.row article,
.about-process-grid.row article,
.catalogue-grid.row article {
  width: 100%;
}

.service-card-grid.row > [class*="col-"] > a {
  height: 100%;
}

@media (max-width: 991.98px) {
  .detail-layout.row > .detail-sidebar {
    order: 1 !important;
  }
  .detail-layout.row > .detail-content {
    order: 2 !important;
  }
}

/* Fixed service sidebar with independently scrollable catalogue */
@media (min-width: 992px) {
  .directory-layout {
    height: calc(100vh - 112px);
    min-height: 650px;
    max-height: 850px;
    overflow: hidden;
  }
  .services-sidebar {
    position: relative;
    top: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .services-sidebar > nav {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #b8c4e8 #f2f4f8;
  }
  .services-catalogue {
    height: 100%;
    overflow-y: auto;
    padding-right: 15px;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: var(--blue) #edf0f6;
  }
  .services-catalogue::-webkit-scrollbar,
  .services-sidebar > nav::-webkit-scrollbar {
    width: 7px;
  }
  .services-catalogue::-webkit-scrollbar-track,
  .services-sidebar > nav::-webkit-scrollbar-track {
    background: #edf0f6;
  }
  .services-catalogue::-webkit-scrollbar-thumb,
  .services-sidebar > nav::-webkit-scrollbar-thumb {
    background: var(--blue);
    border-radius: 10px;
  }
  .catalogue-category,
  .catalogue-grid article {
    scroll-margin-top: 15px;
  }
}

/* Blog and contact pages */
.inner-clean-hero {
  height: 430px;
  margin-top: 83px;
  background: linear-gradient(120deg, #101a38 0%, #1d3478 62%, #4169df 100%);
  color: #fff;
  overflow: hidden;
  position: relative;
}
.inner-clean-hero:before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  border: 1px solid #ffffff1f;
  border-radius: 50%;
  right: -80px;
  top: -250px;
}
.inner-clean-hero:after {
  content: "";
  position: absolute;
  width: 310px;
  height: 310px;
  border: 1px solid #ffffff24;
  border-radius: 50%;
  right: 130px;
  bottom: -210px;
}
.inner-clean-hero .content-shell {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.inner-clean-hero h1 {
  font-size: clamp(47px, 5vw, 70px);
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: -2.2px;
  margin: 10px 0 20px;
}
.inner-clean-hero h1 strong {
  font-weight: 800;
}
.inner-clean-hero .content-shell > div > span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #dce4ff;
}
.hero-line-icon {
  font-size: 150px;
  color: #ffffff14;
  margin-right: 6vw;
}
.blog-listing {
  background: #fff;
}
.blog-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: -15px 0 35px;
}
.blog-filters button {
  border: 1px solid var(--line);
  background: #fff;
  padding: 12px 18px;
  font-size: 11px;
  font-weight: 600;
  transition: 0.2s;
}
.blog-filters button:hover,
.blog-filters button.active {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
}
.blog-featured {
  grid-column: span 3;
  display: grid;
  grid-template-columns: 270px 1fr;
  min-height: 340px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.blog-icon {
  background: linear-gradient(145deg, #172551, #4169df);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px;
}
.blog-icon i {
  font-size: 82px;
}
.blog-icon span {
  font-size: 10px;
  letter-spacing: 2px;
}
.blog-featured > div:last-child {
  padding: 48px;
}
.blog-featured small,
.blog-card small {
  font-size: 10px;
  letter-spacing: 1px;
  color: var(--orange);
  font-weight: 700;
}
.blog-featured h2 {
  font-size: 31px;
  line-height: 1.35;
  font-weight: 700;
  max-width: 800px;
  margin: 13px 0;
}
.blog-featured p,
.blog-card p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
}
.blog-featured a,
.blog-card a {
  font-size: 11px;
  letter-spacing: 0.8px;
  font-weight: 700;
  color: var(--blue);
}
.blog-card {
  min-height: 330px;
  padding: 34px 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: 0.3s;
}
.blog-card > i {
  font-size: 43px;
  color: var(--blue);
  display: block;
  margin-bottom: 32px;
}
.blog-card h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  margin: 11px 0;
}
.blog-card:hover {
  background: #f5f7ff;
  box-shadow: inset 0 4px var(--orange);
  transform: translateY(-5px);
}
.blog-card:hover > i {
  color: var(--orange);
}
.blog-subscribe {
  background: #111a35;
  color: #fff;
  padding: 80px 0;
}
.blog-subscribe .content-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}
.blog-subscribe h2 {
  font-size: clamp(36px, 4vw, 53px);
  font-weight: 300;
}
.blog-subscribe h2 strong {
  font-weight: 800;
}
.blog-subscribe form {
  display: flex;
  width: min(580px, 100%);
}
.blog-subscribe input {
  min-width: 0;
  flex: 1;
  border: 1px solid #ffffff36;
  background: #ffffff0b;
  color: #fff;
  padding: 0 22px;
  font-size: 13px;
  outline: 0;
}
.blog-subscribe input::placeholder {
  color: #afb7ca;
}
.contact-page-section {
  background: #f5f6f8;
}
.contact-page-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  align-items: start;
}
.contact-page-grid aside h2 {
  font-size: clamp(38px, 3.8vw, 53px);
  font-weight: 300;
  line-height: 1.17;
  letter-spacing: -1.5px;
  margin: 12px 0 20px;
}
.contact-page-grid aside h2 strong {
  font-weight: 800;
}
.contact-page-grid aside > p {
  font-size: 14px;
  line-height: 1.85;
  color: var(--muted);
}
.contact-methods {
  margin-top: 35px;
  border-top: 1px solid #d9dde6;
}
.contact-methods > a,
.contact-methods > div {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid #d9dde6;
}
.contact-methods i {
  width: 50px;
  height: 50px;
  background: #fff;
  color: var(--blue);
  display: grid;
  place-items: center;
  font-size: 21px;
}
.contact-methods span {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 600;
}
.contact-methods small {
  font-size: 9px;
  color: #858b98;
  letter-spacing: 1px;
  margin-bottom: 3px;
}
.contact-form-wrap {
  background: #fff;
  padding: 45px;
  box-shadow: 0 20px 60px #18244a12;
}
.form-heading {
  border-bottom: 1px solid var(--line);
  padding-bottom: 25px;
  margin-bottom: 22px;
}
.form-heading > span {
  font-size: 10px;
  letter-spacing: 1.5px;
  color: var(--orange);
  font-weight: 700;
}
.form-heading h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 6px 0;
}
.form-heading p {
  font-size: 11px;
  color: var(--muted);
  margin: 0;
}
.contact-form-wrap label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.contact-assurance {
  background: var(--blue);
  color: #fff;
}
.contact-assurance .content-shell {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.contact-assurance .content-shell > div {
  display: flex;
  gap: 17px;
  align-items: center;
  padding: 36px;
  border-right: 1px solid #ffffff2c;
}
.contact-assurance i {
  font-size: 34px;
  color: var(--orange);
}
.contact-assurance span {
  display: flex;
  flex-direction: column;
}
.contact-assurance strong {
  font-size: 14px;
}
.contact-assurance small {
  font-size: 11px;
  color: #dce3f7;
  margin-top: 3px;
}
@media (max-width: 991.98px) {
  .blog-grid,
  .blog-grid-gap {
    grid-template-columns: 1fr 1fr;
  }
  .blog-featured {
    grid-column: span 2;
  }
  .contact-page-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .contact-assurance .content-shell {
    grid-template-columns: 1fr;
  }
  .contact-assurance .content-shell > div {
    border-bottom: 1px solid #ffffff2c;
  }
  .hero-line-icon {
    font-size: 100px;
  }
}
@media (max-width: 767.98px) {
  .inner-clean-hero {
    height: 350px;
    margin-top: 70px;
  }
  .inner-clean-hero h1 {
    font-size: 42px;
  }
  .hero-line-icon {
    display: none;
  }
  .blog-grid,
  .blog-grid-gap {
    grid-template-columns: 1fr;
  }
  .blog-featured {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
  .blog-icon {
    min-height: 180px;
  }
  .blog-featured > div:last-child {
    padding: 30px;
  }
  .blog-featured h2 {
    font-size: 24px;
  }
  .blog-card {
    min-height: 290px;
  }
  .blog-subscribe .content-shell {
    flex-direction: column;
    align-items: flex-start;
  }
  .blog-subscribe form {
    flex-direction: column;
    gap: 10px;
  }
  .blog-subscribe input {
    min-height: 55px;
  }
  .contact-form-wrap {
    padding: 28px 22px;
  }
  .contact-page-grid aside h2 {
    font-size: 36px;
  }
}

/* Image-led Blog and Contact heroes, matching the Services page */
.blog-clean-hero {
  background: url("assets/slider-regulatory-approvals.png") center 58% / cover
    no-repeat;
}
.contact-clean-hero {
  background: url("assets/slider-business-compliance.png") center 57% / cover
    no-repeat;
}
.inner-clean-hero:before,
.inner-clean-hero:after {
  display: none;
}
.inner-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(8, 16, 39, 0.88),
    rgba(10, 21, 50, 0.59) 49%,
    rgba(10, 20, 45, 0.12)
  );
}
.blog-photo {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.blog-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(8, 16, 39, 0.38));
}
.blog-photo-featured {
  background-image: url("assets/slider-business-compliance.png");
  background-position: center 58%;
}
.blog-photo-featured span {
  position: absolute;
  left: 28px;
  bottom: 25px;
  z-index: 1;
  padding: 9px 13px;
  background: var(--orange);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.4px;
}
.blog-photo-one {
  background-image: url("assets/slider-regulatory-approvals.png");
}
.blog-photo-two {
  background-image: url("assets/slider-brand-protection.png");
}
.blog-photo-three {
  background-image: url("assets/about-team-hero.png");
}
.blog-photo-four {
  background-image: url("assets/slider-business-compliance.png");
}
.blog-photo-five {
  background-image: url("assets/slider-regulatory-approvals.png");
  background-position: 70% center;
}
.blog-card {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.blog-card .blog-photo {
  height: 260px;
  flex: 0 0 260px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #f3f5f8;
  transition: transform 0.45s ease;
}
.blog-card-body {
  padding: 28px 28px 31px;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.blog-card-body a {
  margin-top: auto;
}
.blog-card:hover .blog-photo {
  transform: scale(1.025);
}
.blog-card:hover {
  box-shadow: 0 18px 45px rgba(20, 34, 74, 0.12);
  transform: translateY(-6px);
}
.blog-grid-gap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  border: 0;
}
.blog-grid-gap .blog-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .blog-clean-hero,
  .contact-clean-hero {
    background-position: 62% center;
  }
  .blog-photo-featured {
    min-height: 220px;
  }
  .blog-card {
    min-height: 0;
  }
  .blog-card .blog-photo {
    height: 220px;
    flex-basis: 220px;
  }
}

/* Clean contact assurance cards */
.contact-assurance {
  background: #f5f6f8;
  padding: 55px 0;
  color: var(--ink);
}
.contact-assurance .content-shell {
  gap: 20px;
}
.contact-assurance .content-shell > div {
  position: relative;
  min-height: 135px;
  padding: 28px 30px;
  background: #fff;
  border: 1px solid #dfe3ec;
  box-shadow: 0 10px 30px rgba(24, 36, 74, 0.06);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}
.contact-assurance .content-shell > div:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--blue);
  transition: background 0.3s ease;
}
.contact-assurance i {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: grid;
  place-items: center;
  background: #eef2ff;
  color: var(--blue);
  font-size: 27px;
  transition: 0.3s;
}
.contact-assurance strong {
  font-size: 15px;
  color: var(--ink);
}
.contact-assurance small {
  font-size: 12px;
  line-height: 1.65;
  color: #727987;
  margin-top: 5px;
}
.contact-assurance .content-shell > div:hover {
  transform: translateY(-6px);
  border-color: #c9d3f2;
  box-shadow: 0 18px 42px rgba(35, 62, 142, 0.12);
}
.contact-assurance .content-shell > div:hover:before {
  background: var(--orange);
}
.contact-assurance .content-shell > div:hover i {
  background: var(--blue);
  color: #fff;
}
@media (max-width: 991.98px) {
  .contact-assurance .content-shell {
    gap: 14px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .contact-assurance .content-shell > div {
    border: 1px solid #dfe3ec;
  }
}

/* BIS ISI service detail page */
.service-detail-hero {
  height: 520px;
  margin-top: 83px;
  position: relative;
  color: #fff;
  background-color: #0b1633;
  background-image: var(
    --service-detail-image,
    url("assets/slider-regulatory-approvals.png")
  );
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.service-detail-hero .content-shell {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.service-detail-hero .content-shell > div {
  max-width: 970px;
}
.service-detail-hero .content-shell > div > span {
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
}
.service-detail-hero h1 {
  font-size: clamp(44px, 4.8vw, 68px);
  line-height: 1.12;
  font-weight: 300;
  letter-spacing: -2px;
  margin: 10px 0 18px;
}
.service-detail-hero h1 strong {
  font-weight: 800;
}
.service-detail-hero p {
  font-size: 15px;
  line-height: 1.75;
  max-width: 760px;
  color: #e2e7f2;
}
.detail-main {
  background: #fff;
}
.detail-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 65px;
  align-items: start;
}
.detail-sidebar {
  position: sticky;
  top: 105px;
}
.detail-toc {
  border: 1px solid var(--line);
  padding: 25px;
}
.detail-toc strong {
  font-size: 11px;
  letter-spacing: 1.4px;
  display: block;
  color: var(--blue);
  padding-bottom: 13px;
  border-bottom: 1px solid var(--line);
}
.detail-toc a {
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #edf0f5;
  font-size: 12px;
  color: #626977;
}
.detail-toc a:hover {
  color: var(--blue);
  padding-left: 7px;
}
.detail-help {
  background: #142044;
  color: #fff;
  padding: 28px;
  margin-top: 20px;
}
.detail-help > i {
  font-size: 34px;
  color: var(--orange);
}
.detail-help h3 {
  font-size: 19px;
  margin: 14px 0 8px;
}
.detail-help p {
  font-size: 12px;
  line-height: 1.7;
  color: #c9d0df;
}
.detail-help a {
  font-size: 10px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 700;
}
.detail-content > section {
  scroll-margin-top: 110px;
  padding-bottom: 58px;
  margin-bottom: 58px;
  border-bottom: 1px solid var(--line);
}
.detail-content > section:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.detail-content h2 {
  font-size: clamp(30px, 3vw, 43px);
  line-height: 1.2;
  font-weight: 700;
  margin: 10px 0 22px;
}
.detail-content h3 {
  font-size: 21px;
  font-weight: 700;
  margin: 30px 0 12px;
}
.detail-content p {
  font-size: 14px;
  line-height: 1.9;
  color: #626977;
}
.detail-note {
  display: flex;
  gap: 16px;
  background: #f0f4ff;
  border-left: 4px solid var(--blue);
  padding: 20px 22px;
  margin: 28px 0;
}
.detail-note i {
  font-size: 24px;
  color: var(--orange);
}
.detail-note p {
  margin: 0;
  color: #3e475a;
}
.check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
}
.check-grid > div {
  min-height: 85px;
  padding: 20px;
  display: flex;
  gap: 12px;
  align-items: center;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  line-height: 1.6;
}
.check-grid i {
  color: var(--blue);
  font-size: 20px;
}
.detail-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.detail-benefits article {
  padding: 27px;
  border: 1px solid var(--line);
  transition: 0.25s;
}
.detail-benefits article > i {
  font-size: 34px;
  color: var(--blue);
}
.detail-benefits h3 {
  font-size: 17px;
  margin: 15px 0 7px;
}
.detail-benefits p {
  font-size: 12px;
  margin: 0;
}
.detail-benefits article:hover {
  border-color: var(--blue);
  transform: translateY(-4px);
  box-shadow: 0 15px 35px #203d9212;
}
.process-route {
  border: 1px solid var(--line);
  margin-top: 25px;
}
.route-head {
  padding: 18px 22px;
  background: #17213d;
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.route-head span {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
}
.route-head b {
  font-size: 11px;
  color: #f0a271;
}
.process-route ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.process-route li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  padding: 19px 22px;
  border-bottom: 1px solid var(--line);
}
.process-route li:last-child {
  border: 0;
}
.process-route li > b {
  width: 42px;
  height: 42px;
  background: #eef2ff;
  color: var(--blue);
  display: grid;
  place-items: center;
}
.process-route li span {
  font-size: 12px;
  color: #6c7280;
  line-height: 1.6;
}
.process-route li strong {
  display: block;
  font-size: 14px;
  color: var(--ink);
}
.process-route.simplified > p {
  padding: 22px;
  margin: 0;
}
.detail-disclaimer {
  font-size: 10px;
  line-height: 1.6;
  color: #868c98;
  display: block;
  margin-top: 12px;
}
.document-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.document-list li {
  padding: 18px;
  border: 1px solid var(--line);
  font-size: 12px;
  display: flex;
  gap: 10px;
}
.document-list i {
  color: var(--orange);
  font-size: 18px;
}
.fee-table {
  border: 1px solid var(--line);
}
.fee-table > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 15px 20px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}
.fee-table > div:first-child {
  background: #17213d;
  color: #fff;
}
.fee-table > div:last-child {
  border: 0;
}
.support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
}
.support-grid article {
  padding: 25px;
  min-height: 205px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.support-grid b {
  color: var(--orange);
  font-size: 11px;
}
.support-grid h3 {
  font-size: 16px;
  margin: 18px 0 8px;
}
.support-grid p {
  font-size: 12px;
  margin: 0;
}
.detail-enquiry {
  background: #111a35;
  color: #fff;
  padding: 80px 0;
}
.detail-enquiry .content-shell {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 70px;
  align-items: center;
}
.detail-enquiry h2 {
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 300;
  line-height: 1.15;
}
.detail-enquiry h2 strong {
  font-weight: 800;
}
.detail-enquiry p {
  font-size: 13px;
  color: #c7cede;
}
.detail-enquiry form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.detail-enquiry input {
  min-height: 52px;
  background: #ffffff0b;
  border: 1px solid #ffffff31;
  color: #fff;
  padding: 0 16px;
  font-size: 12px;
  outline: 0;
}
.detail-enquiry input::placeholder {
  color: #b7bfd0;
}
.detail-enquiry button {
  grid-column: span 2;
}
@media (max-width: 991.98px) {
  .detail-layout {
    grid-template-columns: 1fr;
  }
  .detail-sidebar {
    position: relative;
    top: auto;
  }
  .detail-toc {
    display: none;
  }
  .support-grid {
    grid-template-columns: 1fr 1fr;
  }
  .detail-enquiry .content-shell {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .service-detail-hero {
    height: 510px;
    margin-top: 70px;
    background-position: 63% center;
  }
  .service-detail-hero h1 {
    font-size: 39px;
  }
  .service-detail-hero p {
    font-size: 13px;
  }
  .detail-benefits,
  .check-grid,
  .document-list,
  .support-grid {
    grid-template-columns: 1fr;
  }
  .detail-enquiry form {
    grid-template-columns: 1fr;
  }
  .detail-enquiry button {
    grid-column: auto;
  }
  .fee-table > div {
    grid-template-columns: 1.1fr 0.9fr;
    padding: 14px 13px;
    font-size: 11px;
  }
}

/* Fixed BIS detail sidebar with independently scrollable service content */
@media (min-width: 992px) {
  .detail-main {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .detail-layout {
    height: calc(100vh - 115px);
    min-height: 650px;
    max-height: 850px;
    overflow: hidden;
  }
  .detail-sidebar {
    position: relative;
    top: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .detail-toc {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #b8c4e8 #f2f4f8;
  }
  .detail-help {
    flex: 0 0 auto;
  }
  .detail-content {
    height: 100%;
    overflow-y: auto;
    padding-right: 18px;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: var(--blue) #edf0f6;
  }
  .detail-content::-webkit-scrollbar,
  .detail-toc::-webkit-scrollbar {
    width: 7px;
  }
  .detail-content::-webkit-scrollbar-track,
  .detail-toc::-webkit-scrollbar-track {
    background: #edf0f6;
  }
  .detail-content::-webkit-scrollbar-thumb,
  .detail-toc::-webkit-scrollbar-thumb {
    background: var(--blue);
    border-radius: 10px;
  }
  .detail-content > section {
    scroll-margin-top: 15px;
  }
}

/* Homepage About E2E services collage */
body:not(.about-page) .about-image {
  background-image: url("assets/home-about-compliance-collage.jpg");
  background-position: center center;
  background-size: cover;
}

/* Clear section division for Services and service-detail pages */
.services-page .services-directory {
  background: #f4f6fa;
}
.services-page .directory-intro {
  background: #fff;
  border-left: 4px solid var(--blue);
  padding: 34px 38px;
  margin-bottom: 35px;
  box-shadow: 0 10px 32px rgba(22, 34, 71, 0.05);
}
.services-page .directory-layout {
  background: #fff;
  border: 1px solid #dfe3ec;
  padding: 24px;
}
.services-page .services-sidebar {
  background: #f8f9fc;
}
.services-page .services-catalogue {
  background: #fff;
}
.services-page .catalogue-category {
  padding: 30px;
  margin-bottom: 22px;
  background: #fff;
  border: 1px solid #e2e5ec;
}
.services-page .catalogue-category:nth-child(even) {
  background: #f7f8fb;
}
.services-page .catalogue-category-head {
  border-bottom-color: #d8dce6;
}
.services-page .catalogue-grid article {
  background: #fff;
}
.services-page .catalogue-category:nth-child(even) .catalogue-grid article {
  background: #fbfcfe;
}
.services-page .catalogue-grid article:hover {
  background: #f1f4ff;
}
.service-detail-page .detail-main {
  background: #f3f5f9;
}
.service-detail-page .detail-layout {
  background: #fff;
  border: 1px solid #dfe3ec;
  padding: 24px;
  box-shadow: 0 14px 42px rgba(20, 34, 74, 0.06);
}
.service-detail-page .detail-sidebar {
  background: #f7f8fb;
}
.service-detail-page .detail-content {
  background: #fff;
}
.service-detail-page .detail-content > section {
  padding: 42px 38px;
  margin: 0;
  border-bottom: 1px solid #dfe3ec;
}
.service-detail-page .detail-content > section:nth-child(even) {
  background: #f6f7fa;
}
.service-detail-page .detail-content > section:nth-child(odd) {
  background: #fff;
}
.service-detail-page .detail-content > section:first-child {
  padding-top: 38px;
}
.service-detail-page .detail-content > section:last-child {
  border-bottom: 0;
}
.service-detail-page .detail-content h2 {
  position: relative;
  padding-bottom: 16px;
}
.service-detail-page .detail-content h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 54px;
  height: 3px;
  background: linear-gradient(90deg, var(--blue) 70%, var(--orange) 70%);
}
.service-detail-page .check-grid > div,
.service-detail-page .detail-benefits article,
.service-detail-page .document-list li,
.service-detail-page .support-grid article {
  background: #fff;
}
.service-detail-page .process-route,
.service-detail-page .fee-table {
  background: #fff;
}
@media (max-width: 991.98px) {
  .services-page .directory-layout,
  .service-detail-page .detail-layout {
    padding: 16px;
  }
  .service-detail-page .detail-content > section {
    padding: 38px 30px;
  }
  .service-detail-page .detail-sidebar {
    background: #fff;
  }
  .services-page .directory-intro {
    padding: 28px;
  }
}
@media (max-width: 767.98px) {
  .services-page .directory-layout,
  .service-detail-page .detail-layout {
    padding: 10px;
  }
  .services-page .catalogue-category {
    padding: 22px 16px;
  }
  .service-detail-page .detail-content > section {
    padding: 32px 20px;
  }
  .services-page .directory-intro {
    padding: 24px 20px;
  }
}

/* One consistent Poppins type system across header, content and footer */
.main-nav,
.main-nav a,
.main-nav button,
.e2e-mega-menu,
.e2e-mega-menu a,
.e2e-mega-menu button,
.offcanvas,
.offcanvas a,
.offcanvas button,
footer,
footer a,
footer h3 {
  font-family: Poppins, sans-serif !important;
}
.main-nav .nav-link {
  letter-spacing: 0;
  font-weight: 600 !important;
}
.mega-category,
.mega-links a,
.mega-panel-head h3,
.mega-panel-head span,
.mega-footer,
.mobile-menu-group > summary,
.mobile-category > summary,
.mobile-category a,
.mobile-direct {
  font-family: Poppins, sans-serif !important;
}

/* About page team */
.about-team {
  background: #fff;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
}
.team-card {
  min-width: 0;
  background: #fff;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.team-photo {
  height: 350px;
  overflow: hidden;
  background: #edf0f5;
  position: relative;
}
.team-photo:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(transparent, rgba(16, 25, 54, 0.18));
  pointer-events: none;
}
.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.55s ease;
}
.team-info {
  position: relative;
  padding: 24px 22px 27px;
  border-top: 3px solid var(--blue);
}
.team-info > span {
  position: absolute;
  right: 17px;
  top: 16px;
  font-size: 11px;
  color: #b5bac5;
  font-weight: 700;
}
.team-info h3 {
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
  margin: 0 30px 7px 0;
}
.team-info p {
  font-size: 11px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 600;
  margin: 0;
}
.team-card:hover {
  position: relative;
  z-index: 1;
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(24, 38, 79, 0.13);
}
.team-card:hover .team-photo img {
  transform: scale(1.045);
}
.team-card:hover .team-info {
  border-top-color: var(--orange);
}
@media (max-width: 1199.98px) {
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .team-photo {
    height: 390px;
  }
}
@media (max-width: 767.98px) {
  .team-grid {
    grid-template-columns: 1fr 1fr;
  }
  .team-photo {
    height: 320px;
  }
  .team-info {
    padding: 20px 16px 23px;
  }
  .team-info h3 {
    font-size: 15px;
  }
  .team-info p {
    font-size: 9px;
  }
}
@media (max-width: 480px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
  .team-photo {
    height: 420px;
  }
  .team-info h3 {
    font-size: 18px;
  }
  .team-info p {
    font-size: 10px;
  }
}

/* Refined, spacious team-card layout */
.about-team {
  background: #f5f6f8;
}
.about-team .section-top {
  margin-bottom: 45px;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 30px;
  border: 0;
}
.team-card {
  grid-column: span 2;
  border: 0;
  background: #fff;
  box-shadow: 0 12px 35px rgba(20, 31, 64, 0.08);
  overflow: hidden;
}
.team-card:nth-child(4) {
  grid-column: 2 / span 2;
}
.team-card:nth-child(5) {
  grid-column: 4 / span 2;
}
.team-photo {
  height: 430px;
  background: #e8ebf1;
}
.team-photo:after {
  height: 35%;
  background: linear-gradient(transparent, rgba(12, 21, 48, 0.26));
}
.team-photo img {
  object-position: center 15%;
}
.team-info {
  min-height: 122px;
  padding: 25px 25px 28px;
  border-top: 0;
  box-shadow: inset 0 4px var(--blue);
}
.team-info:before {
  content: "";
  position: absolute;
  left: 25px;
  top: 0;
  width: 48px;
  height: 4px;
  background: var(--orange);
  transition: width 0.3s ease;
}
.team-info > span {
  right: 23px;
  top: 24px;
  color: #c0c5cf;
}
.team-info h3 {
  font-size: 20px;
  margin: 5px 38px 6px 0;
}
.team-info p {
  font-size: 11px;
  color: var(--blue);
  letter-spacing: 0.8px;
}
.team-card:hover {
  transform: translateY(-9px);
  box-shadow: 0 22px 55px rgba(24, 38, 79, 0.16);
}
.team-card:hover .team-info {
  border-top: 0;
}
.team-card:hover .team-info:before {
  width: 92px;
}
@media (max-width: 1199.98px) {
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .team-card,
  .team-card:nth-child(4),
  .team-card:nth-child(5) {
    grid-column: auto;
  }
  .team-card:nth-child(5) {
    grid-column: 1/-1;
    width: calc(50% - 12px);
    justify-self: center;
  }
  .team-photo {
    height: 460px;
  }
}
@media (max-width: 767.98px) {
  .team-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .team-card:nth-child(5) {
    grid-column: auto;
    width: 100%;
  }
  .team-photo {
    height: 470px;
  }
  .team-info {
    min-height: 112px;
    padding: 23px;
  }
  .team-info h3 {
    font-size: 19px;
  }
  .team-info p {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .team-photo {
    height: 410px;
  }
}

/* Compact team-card sizing */
.team-grid {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  gap: 24px;
}
.team-photo {
  height: 335px;
}
.team-info {
  min-height: 104px;
  padding: 21px 21px 23px;
}
.team-info:before {
  left: 21px;
}
.team-info > span {
  right: 20px;
  top: 20px;
}
.team-info h3 {
  font-size: 17px;
  margin-top: 3px;
}
.team-info p {
  font-size: 10px;
}
@media (max-width: 1199.98px) {
  .team-grid {
    max-width: 820px;
    gap: 22px;
  }
  .team-photo {
    height: 340px;
  }
  .team-card:nth-child(5) {
    width: calc(50% - 11px);
  }
}
@media (max-width: 767.98px) {
  .team-grid {
    max-width: 430px;
  }
  .team-card:nth-child(5) {
    width: 100%;
  }
  .team-photo {
    height: 360px;
  }
}
@media (max-width: 480px) {
  .team-photo {
    height: 330px;
  }
}

/* About team carousel */
.team-carousel {
  max-width: 1120px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 15px 45px rgba(20, 31, 64, 0.08);
}
.team-carousel .carousel-item {
  height: auto;
  min-height: 0;
  max-height: none;
  background: none;
  padding: 0;
}
.team-carousel .team-card {
  width: 100%;
  display: grid;
  grid-template-columns: 380px 1fr;
  align-items: stretch;
  box-shadow: none;
  transform: none;
}
.team-carousel .team-photo {
  height: 420px;
}
.team-carousel .team-info {
  min-height: 0;
  padding: 70px 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: none;
  background: #fff;
}
.team-carousel .team-info:before {
  left: 65px;
  top: 60px;
  width: 58px;
}
.team-carousel .team-info > span {
  right: 48px;
  top: 42px;
  font-size: 13px;
}
.team-carousel .team-info h3 {
  font-size: 31px;
  margin: 15px 0 8px;
}
.team-carousel .team-info p {
  font-size: 13px;
}
.team-carousel .team-card:hover {
  transform: none;
  box-shadow: none;
}
.team-carousel .team-card:hover .team-info:before {
  width: 105px;
}
.team-carousel-nav {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: #17213d;
}
.team-carousel-nav > button {
  width: 43px;
  height: 43px;
  border: 1px solid #ffffff3b;
  background: transparent;
  color: #fff;
  display: grid;
  place-items: center;
  transition: 0.2s;
}
.team-carousel-nav > button:hover {
  background: var(--blue);
  border-color: var(--blue);
}
.team-carousel-nav .carousel-indicators {
  position: static;
  margin: 0;
  gap: 7px;
}
.team-carousel-nav .carousel-indicators button {
  width: 27px;
  height: 3px;
  border: 0;
  margin: 0;
  background: #ffffff70;
}
.team-carousel-nav .carousel-indicators button.active {
  background: var(--orange);
}
@media (max-width: 767.98px) {
  .team-carousel {
    max-width: 430px;
  }
  .team-carousel .team-card {
    display: block;
  }
  .team-carousel .team-photo {
    height: 360px;
  }
  .team-carousel .team-info {
    padding: 32px 25px 35px;
    min-height: 135px;
  }
  .team-carousel .team-info:before {
    left: 25px;
    top: 0;
  }
  .team-carousel .team-info > span {
    right: 23px;
    top: 23px;
  }
  .team-carousel .team-info h3 {
    font-size: 21px;
    margin: 3px 35px 7px 0;
  }
  .team-carousel .team-info p {
    font-size: 10px;
  }
  .team-carousel-nav {
    height: 64px;
    gap: 15px;
  }
  .team-carousel-nav .carousel-indicators button {
    width: 18px;
  }
  .team-carousel-nav > button {
    width: 38px;
    height: 38px;
  }
}

/* Three-card responsive team carousel */
.team-carousel {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}
.team-carousel .carousel-inner {
  display: flex;
  gap: 24px;
  overflow-x: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.team-carousel .carousel-inner::-webkit-scrollbar {
  display: none;
}
.team-carousel .carousel-item {
  display: block !important;
  flex: 0 0 calc((100% - 48px) / 3);
  width: auto;
  margin: 0;
  scroll-snap-align: start;
  transition: none;
}
.team-carousel .team-card {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
.team-carousel .team-photo {
  height: 330px;
}
.team-carousel .team-info {
  min-height: 110px;
  padding: 23px 22px 25px;
  display: block;
}
.team-carousel .team-info:before {
  left: 22px;
  top: 0;
  width: 48px;
}
.team-carousel .team-info > span {
  right: 20px;
  top: 20px;
  font-size: 11px;
}
.team-carousel .team-info h3 {
  font-size: 18px;
  margin: 4px 35px 7px 0;
}
.team-carousel .team-info p {
  font-size: 10px;
}
.team-carousel-nav .carousel-indicators button:nth-child(n + 4) {
  display: none;
}
@media (max-width: 1199.98px) {
  .team-carousel {
    width: 100%;
    max-width: none;
  }
  .team-carousel .carousel-item {
    flex-basis: calc((100% - 22px) / 2);
  }
  .team-carousel .carousel-inner {
    gap: 22px;
  }
  .team-carousel .team-photo {
    height: 340px;
  }
  .team-carousel-nav .carousel-indicators button:nth-child(4) {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .team-carousel {
    width: 100%;
    max-width: none;
  }
  .team-carousel .carousel-item {
    flex-basis: 100%;
  }
  .team-carousel .carousel-inner {
    gap: 18px;
  }
  .team-carousel .team-photo {
    height: 350px;
  }
  .team-carousel-nav .carousel-indicators button {
    display: block !important;
  }
}

/* Compact About hero */
.about-page .clean-about-hero {
  height: 430px;
  max-height: none;
  margin-top: 83px;
  position: relative;
  color: #fff;
  background-image: url("assets/about-page-banner.jpg");
  background-position: center center;
  background-size: cover;
}
.about-page .clean-about-hero .content-shell {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.about-compact-copy > span {
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #dce4ff;
}
.about-compact-copy h1 {
  font-size: clamp(47px, 5vw, 70px);
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: -2.2px;
  margin: 10px 0 20px;
}
.about-compact-copy h1 strong {
  font-weight: 800;
}
.about-page .clean-about-hero .inner-hero-shade {
  display: block;
  background: linear-gradient(
    90deg,
    rgba(8, 16, 39, 0.88),
    rgba(10, 21, 50, 0.6) 49%,
    rgba(10, 20, 45, 0.14)
  );
}
@media (max-width: 767.98px) {
  .about-page .clean-about-hero {
    height: 350px;
    margin-top: 70px;
    background-position: center;
  }
  .about-compact-copy h1 {
    font-size: 42px;
    letter-spacing: -1.5px;
  }
}

/* Homepage client testimonial carousel */
.testimonials-section {
  background: #111a35;
  color: #fff;
  overflow: hidden;
}
.testimonials-heading {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 48px;
}
.testimonials-heading h2 {
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.16;
  font-weight: 300;
  letter-spacing: -1.8px;
  margin: 0;
}
.testimonials-heading h2 strong {
  font-weight: 800;
}
.testimonials-heading > p {
  font-size: 14px;
  line-height: 1.85;
  color: #c4cbda;
  margin: 0 0 7px;
}
.testimonial-carousel {
  background: #fff;
  color: var(--ink);
  min-height: 390px;
}
.testimonial-carousel .carousel-item {
  height: auto;
  min-height: 0;
  max-height: none;
  background: none;
}
.testimonial-card {
  position: relative;
  min-height: 330px;
  padding: 55px 80px 48px 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.quote-mark {
  position: absolute;
  left: 50px;
  top: 25px;
  color: var(--orange);
  font-family: Georgia, serif;
  font-size: 125px;
  line-height: 1;
}
.testimonial-card blockquote {
  font-size: clamp(17px, 1.7vw, 24px);
  font-weight: 400;
  line-height: 1.75;
  max-width: 1120px;
  margin: 0 0 30px;
  color: #2b303b;
}
.testimonial-person {
  display: flex;
  align-items: center;
  gap: 16px;
}
.testimonial-person > span {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: grid;
  place-items: center;
  background: var(--blue);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.testimonial-person h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 3px;
}
.testimonial-person p {
  font-size: 11px;
  color: #747b88;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin: 0;
}
.testimonial-controls {
  height: 70px;
  background: #f3f5f9;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px 0 38px;
}
.testimonial-controls .carousel-indicators {
  position: static;
  margin: 0;
  gap: 7px;
}
.testimonial-controls .carousel-indicators button {
  width: 26px;
  height: 3px;
  background: #aeb4c0;
  border: 0;
  margin: 0;
}
.testimonial-controls .carousel-indicators button.active {
  background: var(--blue);
}
.testimonial-arrows {
  display: flex;
  gap: 8px;
}
.testimonial-arrows button {
  width: 42px;
  height: 42px;
  border: 1px solid #d4d9e2;
  background: #fff;
  color: var(--blue);
  display: grid;
  place-items: center;
  transition: 0.2s;
}
.testimonial-arrows button:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}
@media (max-width: 991.98px) {
  .testimonials-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .testimonial-card {
    padding: 50px 55px 45px 115px;
  }
  .quote-mark {
    left: 35px;
  }
}
@media (max-width: 767.98px) {
  .testimonials-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .testimonials-heading {
    margin-bottom: 32px;
  }
  .testimonials-heading h2 {
    font-size: 36px;
  }
  .testimonial-card {
    min-height: 430px;
    padding: 72px 25px 35px;
  }
  .quote-mark {
    left: 24px;
    top: 5px;
    font-size: 95px;
  }
  .testimonial-card blockquote {
    font-size: 15px;
    line-height: 1.75;
  }
  .testimonial-person h3 {
    font-size: 14px;
  }
  .testimonial-person p {
    font-size: 9px;
    line-height: 1.5;
  }
  .testimonial-controls {
    padding: 0 15px;
  }
  .testimonial-controls .carousel-indicators button {
    width: 18px;
  }
  .testimonial-arrows button {
    width: 38px;
    height: 38px;
  }
}
/* Leadership grid: four members on desktop and two on mobile */
.about-team {
  background: #f8f9f7;
}
.leadership-heading {
  max-width: 760px;
  margin: 0 auto 58px;
  text-align: center;
}
.leadership-heading h2 {
  margin: 12px 0 16px;
  color: #17213d;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.12;
}
.leadership-heading-line {
  display: block;
  width: 76px;
  height: 2px;
  margin: 0 auto 20px;
  background: var(--orange);
}
.leadership-heading p {
  max-width: 680px;
  margin: 0 auto;
  color: #667085;
  line-height: 1.8;
}
.leadership-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 48px 28px;
}
.leadership-card {
  min-width: 0;
  text-align: center;
}
.leadership-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #edf0ec;
}
.leadership-photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  pointer-events: none;
  background: linear-gradient(transparent, rgba(23, 33, 61, .08));
}
.leadership-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(.82);
  transition: transform .45s ease, filter .45s ease;
}
.leadership-info {
  padding: 22px 8px 0;
}
.leadership-info h3 {
  margin: 0 0 8px;
  color: #27324f;
  font-size: 21px;
  font-weight: 600;
}
.leadership-info p {
  margin: 0;
  color: #7d8494;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.leadership-card:hover .leadership-photo img {
  filter: saturate(1);
  transform: scale(1.025);
}
.leadership-grid .leadership-card:nth-last-child(2):nth-child(4n + 1) {
  grid-column: 2;
}
@media (max-width: 991.98px) {
  .leadership-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .leadership-grid .leadership-card:nth-last-child(2):nth-child(4n + 1) {
    grid-column: auto;
  }
}
@media (max-width: 767.98px) {
  .leadership-heading {
    margin-bottom: 38px;
  }
  .leadership-heading h2 {
    font-size: 34px;
  }
  .leadership-heading p {
    font-size: 14px;
  }
  .leadership-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 14px;
  }
  .leadership-info {
    padding: 15px 3px 0;
  }
  .leadership-info h3 {
    font-size: 15px;
  }
  .leadership-info p {
    font-size: 9px;
    letter-spacing: .04em;
  }
}

/* Contact page banner */
.inner-clean-hero.contact-clean-hero {
  background-image: url("assets/contact-page-banner.jpg") !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}
.inner-clean-hero.contact-clean-hero .inner-hero-shade {
  display: block !important;
  background: linear-gradient(
    90deg,
    rgba(6, 14, 35, 0.88) 0%,
    rgba(8, 17, 42, 0.65) 42%,
    rgba(10, 21, 50, 0.2) 72%,
    rgba(10, 20, 45, 0.06) 100%
  ) !important;
}
.inner-clean-hero.contact-clean-hero .content-shell {
  position: relative;
  z-index: 2;
}
.inner-clean-hero.contact-clean-hero h1,
.inner-clean-hero.contact-clean-hero h1 strong,
.inner-clean-hero.contact-clean-hero .content-shell > div > span,
.inner-clean-hero.contact-clean-hero .page-breadcrumb,
.inner-clean-hero.contact-clean-hero .page-breadcrumb a,
.inner-clean-hero.contact-clean-hero .page-breadcrumb span,
.inner-clean-hero.contact-clean-hero .page-breadcrumb i {
  color: #fff !important;
  opacity: 1 !important;
}
@media (max-width: 767.98px) {
  .inner-clean-hero.contact-clean-hero {
    background-position: 70% center !important;
  }
}

/* Final About hero overrides */
.about-hero.clean-about-hero {
  height: 430px;
  max-height: none;
  margin-top: 83px;
  position: relative;
  color: #fff;
  background-image: url("assets/about-page-banner.jpg") !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}
.about-hero.clean-about-hero .inner-hero-shade {
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(6, 14, 35, 0.95) 0%,
    rgba(8, 17, 42, 0.84) 38%,
    rgba(10, 21, 50, 0.47) 68%,
    rgba(10, 20, 45, 0.14) 100%
  ) !important;
}
.about-hero.clean-about-hero .content-shell {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.about-hero.clean-about-hero .about-compact-copy {
  position: relative;
  z-index: 3;
  opacity: 1 !important;
}
.about-hero.clean-about-hero .about-compact-copy > span,
.about-hero.clean-about-hero .about-compact-copy h1,
.about-hero.clean-about-hero .about-compact-copy h1 strong,
.about-hero.clean-about-hero .page-breadcrumb,
.about-hero.clean-about-hero .page-breadcrumb a,
.about-hero.clean-about-hero .page-breadcrumb span,
.about-hero.clean-about-hero .page-breadcrumb i {
  color: #fff !important;
  opacity: 1 !important;
}
.about-hero.clean-about-hero .about-compact-copy h1 {
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767.98px) {
  .about-hero.clean-about-hero {
    height: 350px;
    margin-top: 70px;
    background-position: 62% center !important;
  }
  .about-hero.clean-about-hero .inner-hero-shade {
    background: linear-gradient(
      90deg,
      rgba(6, 14, 35, 0.95) 0%,
      rgba(8, 17, 42, 0.8) 62%,
      rgba(10, 20, 45, 0.32) 100%
    ) !important;
  }
  .about-hero.clean-about-hero .about-compact-copy h1 {
    font-size: 42px;
    letter-spacing: -1.5px;
  }
}

/* Blog page banner */
.inner-clean-hero.blog-clean-hero {
  background-image: url("assets/blog-page-banner.jpg") !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}
.inner-clean-hero.blog-clean-hero .inner-hero-shade {
  display: block !important;
  background: linear-gradient(
    90deg,
    rgba(6, 14, 35, 0.88) 0%,
    rgba(8, 17, 42, 0.65) 42%,
    rgba(10, 21, 50, 0.2) 72%,
    rgba(10, 20, 45, 0.06) 100%
  ) !important;
}
.inner-clean-hero.blog-clean-hero .content-shell {
  position: relative;
  z-index: 2;
}
.inner-clean-hero.blog-clean-hero h1,
.inner-clean-hero.blog-clean-hero h1 strong,
.inner-clean-hero.blog-clean-hero .content-shell > div > span,
.inner-clean-hero.blog-clean-hero .page-breadcrumb,
.inner-clean-hero.blog-clean-hero .page-breadcrumb a,
.inner-clean-hero.blog-clean-hero .page-breadcrumb span,
.inner-clean-hero.blog-clean-hero .page-breadcrumb i {
  color: #fff !important;
  opacity: 1 !important;
}
@media (max-width: 767.98px) {
  .inner-clean-hero.blog-clean-hero {
    background-position: 70% center !important;
  }
}

/* Main service category banners */
.services-hero.services-hero-bis {
  background-image: url("assets/category-bis-banner.jpg") !important;
  background-position: center center !important;
}
.services-hero.services-hero-regulatory {
  background-image: url("assets/category-business-banner.jpg") !important;
  background-position: center center !important;
}
.services-hero.services-hero-environmental {
  background-image: url("assets/category-environmental-banner.jpg") !important;
  background-position: center center !important;
}
.services-hero.services-hero-business {
  background-image: url("assets/category-regulatory-banner.jpg") !important;
  background-position: center center !important;
}
.services-hero.services-hero-bis,
.services-hero.services-hero-regulatory,
.services-hero.services-hero-environmental,
.services-hero.services-hero-business {
  background-size: cover !important;
  background-repeat: no-repeat;
}
.services-hero.services-hero-bis .services-hero-shade,
.services-hero.services-hero-regulatory .services-hero-shade,
.services-hero.services-hero-environmental .services-hero-shade,
.services-hero.services-hero-business .services-hero-shade {
  background: linear-gradient(
    90deg,
    rgba(6, 14, 35, 0.92) 0%,
    rgba(8, 17, 42, 0.68) 43%,
    rgba(10, 21, 50, 0.22) 72%,
    rgba(10, 20, 45, 0.06) 100%
  );
}
@media (max-width: 767.98px) {
  .services-hero.services-hero-bis,
  .services-hero.services-hero-regulatory,
  .services-hero.services-hero-environmental,
  .services-hero.services-hero-business {
    background-position: 66% center !important;
  }
}

/* Individual service pages: gradient-only hero */
.service-detail-hero {
  background-color: #0b1633 !important;
  background-image:
    radial-gradient(circle at 82% 18%, rgba(78, 113, 210, 0.34), transparent 34%),
    radial-gradient(circle at 12% 88%, rgba(26, 76, 167, 0.3), transparent 40%),
    linear-gradient(125deg, #071127 0%, #102456 50%, #193b77 100%) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

/* Home carousel supplied banners */
body:not(.about-page) .hero-slider .slide-one {
  background-image: url("assets/slider1.jpeg") !important;
}
body:not(.about-page) .hero-slider .slide-two {
  background-image: url("assets/slider2.jpeg") !important;
}
body:not(.about-page) .hero-slider .slide-three {
  background-image: url("assets/slider3.jpeg") !important;
}
body:not(.about-page) .hero-slider .slide-one,
body:not(.about-page) .hero-slider .slide-two,
body:not(.about-page) .hero-slider .slide-three {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  body:not(.about-page) .hero-slider .slide-one,
  body:not(.about-page) .hero-slider .slide-two,
  body:not(.about-page) .hero-slider .slide-three {
    background-position: 65% center !important;
  }
}

/* Shared enquiry form */
.popup-contact-form {
  width: 100%;
}
.popup-contact-form > .row {
  --bs-gutter-x: 14px;
  --bs-gutter-y: 14px;
}
.popup-contact-form .form-group {
  height: 100%;
}
.popup-contact-form input,
.popup-contact-form select,
.popup-contact-form textarea {
  display: block;
  width: 100%;
  min-height: 52px;
  padding: 12px 15px;
  border: 1px solid #d9deea;
  border-radius: 0;
  background: #fff;
  color: #18213a;
  font: inherit;
  font-size: 12px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.popup-contact-form textarea {
  min-height: 110px;
  resize: vertical;
}
.popup-contact-form input:focus,
.popup-contact-form select:focus,
.popup-contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(53, 88, 180, .1);
}
.popup-contact-form input::placeholder,
.popup-contact-form textarea::placeholder {
  color: #818899;
  opacity: 1;
}
.popup-submit-btn {
  width: 100%;
  min-height: 54px;
  border: 0;
  background: var(--orange);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition: background .2s ease, transform .2s ease;
}
.popup-submit-btn:hover {
  background: #dc541e;
  transform: translateY(-1px);
}
.detail-enquiry .popup-contact-form {
  display: block;
}
.detail-enquiry .popup-contact-form input,
.detail-enquiry .popup-contact-form select,
.detail-enquiry .popup-contact-form textarea {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .2);
  color: #fff;
}
.detail-enquiry .popup-contact-form select option {
  color: #18213a;
}
.detail-enquiry .popup-contact-form input::placeholder,
.detail-enquiry .popup-contact-form textarea::placeholder {
  color: #b7bfd0;
}
.detail-enquiry .popup-contact-form button {
  grid-column: auto;
}
.enquiry-modal .modal-dialog {
  max-width: 720px;
}
@media (max-width: 575.98px) {
  .popup-contact-form > .row {
    --bs-gutter-y: 11px;
  }
  .popup-contact-form input,
  .popup-contact-form select {
    min-height: 48px;
  }
  .popup-contact-form textarea {
    min-height: 90px;
  }
}

/* Clean, letter-spaced desktop navigation */
@media (min-width: 1200px) {
  .main-nav .navbar-nav {
    gap: clamp(28px, 2.7vw, 48px);
  }
  .main-nav .navbar-nav > .nav-item > .nav-link {
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1;
    letter-spacing: 2.2px !important;
    text-transform: uppercase;
    color: #111318 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .main-nav .navbar-nav > .nav-item > .nav-link:hover,
  .main-nav .navbar-nav > .nav-item > .nav-link:focus {
    color: var(--blue) !important;
  }
  .main-nav .dropdown-toggle::after {
    margin-left: 8px;
    vertical-align: 2px;
  }
  .main-nav .nav-actions .btn-line {
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.6px;
  }
}

/* Final mobile cascade overrides */
@media (max-width: 1199.98px) {
  .offcanvas .mobile-direct,
  .offcanvas .mobile-menu-group > summary {
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.35;
    letter-spacing: 1.7px !important;
    text-transform: uppercase;
    padding: 17px 0 !important;
  }
  .offcanvas .mobile-category > summary {
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: .65px;
    text-transform: uppercase;
  }
}
@media (max-width: 767.98px) {
  .services-hero {
    height: 430px !important;
    margin-top: 70px;
  }
  .services-hero h1 {
    font-size: 40px !important;
    line-height: 1.08;
    letter-spacing: -1.4px;
  }
  .service-detail-hero {
    height: 470px !important;
  }
  .service-detail-hero h1 {
    font-size: 36px !important;
    line-height: 1.12;
    letter-spacing: -1.2px;
  }
  .inner-clean-hero h1,
  .about-hero.clean-about-hero .about-compact-copy h1 {
    font-size: 38px !important;
    line-height: 1.12;
    letter-spacing: -1.2px;
  }
  .detail-layout {
    display: flex !important;
    flex-direction: column;
  }
}
@media (max-width: 420px) {
  .services-hero h1 {
    font-size: 37px !important;
  }
  .service-detail-hero h1 {
    font-size: 34px !important;
  }
  .inner-clean-hero h1,
  .about-hero.clean-about-hero .about-compact-copy h1 {
    font-size: 36px !important;
  }
}

/* Final Bootstrap layout authority — kept last in the cascade. */
.check-grid.row,
.support-grid.row,
.detail-layout.row,
.directory-layout.row,
.directory-intro.row,
.blog-grid-gap.row,
.blog-grid.row,
.clean-about-intro.row,
.purpose-grid.row,
.leadership-grid.row,
.journey-track.row,
.about-process-grid.row,
.about-trust-grid.row,
.contact-page-grid.row,
.contact-assurance .content-shell.row,
.blog-subscribe .content-shell.row,
.wide-services-head.row,
.service-browser.row,
.service-card-grid.row,
.testimonials-heading.row,
.section-top.row,
.process-grid.row,
.numbers-grid.row,
.contact-inner.row,
.detail-enquiry .content-shell.row,
.catalogue-grid.row {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 0 !important;
}
.blog-grid.row > [class*="col-"],
.blog-grid-gap.row > [class*="col-"],
.purpose-grid.row > [class*="col-"],
.leadership-grid.row > [class*="col-"],
.journey-track.row > [class*="col-"],
.about-process-grid.row > [class*="col-"],
.catalogue-grid.row > [class*="col-"] {
  display: flex;
}
.blog-grid.row article,
.blog-grid-gap.row article,
.purpose-grid.row article,
.leadership-grid.row article,
.journey-track.row article,
.about-process-grid.row article,
.catalogue-grid.row article {
  width: 100%;
}
.service-card-grid.row > [class*="col-"] > a {
  height: 100%;
}
@media (max-width: 991.98px) {
  .detail-layout.row > .detail-sidebar {
    order: 1 !important;
  }
  .detail-layout.row > .detail-content {
    order: 2 !important;
  }
}
