:root {
  --primary-blue: #005ba4; /* Blue color */

  /* ---- Latest Insights section tokens ---- */
  --gap: 24px; /* must match GAP in the slider JS */
  --radius: 16px;
  --border: #e2e8f0;
  --navy: #00172c;
  --badge-bg: rgba(255, 255, 255, 0.92);
  --badge-text: #00172c;
  --text-muted: #8a94a6;
}

@font-face {
  font-family: "proxima_novaextrabold";
  src: url("../fonts/proxima_nova_extrabold-webfont.eot");
  src:
    url("../fonts/proxima_nova_extrabold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/proxima_nova_extrabold-webfont.woff2") format("woff2"),
    url("../fonts/proxima_nova_extrabold-webfont.woff") format("woff"),
    url("../fonts/proxima_nova_extrabold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_novalight";
  src: url("../fonts/proxima_nova_light-webfont.eot");
  src:
    url("../fonts/proxima_nova_light-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/proxima_nova_light-webfont.woff2") format("woff2"),
    url("../fonts/proxima_nova_light-webfont.woff") format("woff"),
    url("../fonts/proxima_nova_light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_novaregular";
  src: url("../fonts/proxima_nova_regular-webfont.eot");
  src:
    url("../fonts/proxima_nova_regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/proxima_nova_regular-webfont.woff2") format("woff2"),
    url("../fonts/proxima_nova_regular-webfont.woff") format("woff"),
    url("../fonts/proxima_nova_regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_novasemibold";
  src: url("../fonts/proxima_nova_semibold-webfont.eot");
  src:
    url("../fonts/proxima_nova_semibold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/proxima_nova_semibold-webfont.woff2") format("woff2"),
    url("../fonts/proxima_nova_semibold-webfont.woff") format("woff"),
    url("../fonts/proxima_nova_semibold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 16px;
  font-weight: 400;
  font-family: "proxima_novaregular";
  color: #4c4c4c;
}
h2,
h3,
h4,
h5,
h6,
.insight-type,
.cell-sector,
.cell-benefit,
.cell-value,
.tab-pill.active,
.feature-text .value,
.v-info-box,
.cl-tab.is-active,
.cl-card-label,
.kf-table tbody td,
.ms-year-num,
.v2-hero-text h1,
.enq-label,
.ldr-chairman-heading,
.ldr-chairman-name,
.ldr-team-name {
  font-family: "proxima_novasemibold";
}
.home .v2-hero-text h1,
.hero-content h1 span,
.not-found-txt h1 {
  font-family: "proxima_novaextrabold";
}
.achivements p {
  font-family: "proxima_novalight";
}
h2 {
  font-size: clamp(26px, 4.2vw, 40px);
  font-weight: 400;
  line-height: 1.1;
  color: #00172c;
}
h6 {
  font-size: 18px;
  line-height: 26px;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
p:last-child {
  margin-bottom: 0;
}
/*-- hero section --*/
.hero-image img {
  width: 100%;
  height: auto;
}
.hero-content {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hero-content,
.hero-content h1,
.hero-content p {
  color: #fff;
}
.hero-content h1 {
  font-size: 72px;
  font-weight: 300;
}

.hero-text-wrap {
  max-width: 640px;
}

/* ============================================================
           NAVBAR  -  mega menu (floating glass bar)
           ============================================================ */
.mm-container {
  position: relative;  
  margin: 0 auto;
  padding: 0 24px;
}

.mm-nav {
  position: relative;
  z-index: 40;
  padding-top: 22px;
}

/* 404 page: white header with the colour logo (mm-logo-color override),
   instead of the dark hero-banner fallback other pages use. The menu links
   and burger icon are styled white for that dark fallback too, so they need
   a dark override here to stay visible — the mobile slide-out panel already
   has its own dark background (see .mm-collapse) and is unaffected. */
.nf-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 22px;
}
.nf-header .mm-link {
  color: #00172c;
}
.nf-header .mm-item:hover > .mm-link,
.nf-header .mm-item.is-open > .mm-link {
  color: #008bd8;
}
.nf-header .mm-burger {
  border-color: rgba(0, 23, 44, 0.22);
}
.nf-header .mm-burger span {
  background: #00172c;
}
.nf-header .mm-menu {
  background: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.nf-image {
  width: 100%;  
  height: auto;
}
/* contain the floated bar so the nav keeps its height */
.mm-nav .mm-container::after {
  content: "";
  display: block;
  clear: both;
}

.mm-bar {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 60px;
  width: 100%;
}

.mm-brand {
  display: inline-flex;
  line-height: 0;
}
.mm-brand img {
  height: 50px;
  width: auto;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  .mm-brand img {
    height: 35px;
  }
}
.mm-brand img.mm-logo-color,
.mm-collapse-logo img.mm-logo-color {
  filter: none;
}
.mm-divider {
  display: none;
}

/* collapse wrapper is transparent to layout on desktop;
           becomes the slide panel on mobile */
.mm-collapse {
  display: contents;
}
.mm-collapse-head,
.mm-collapse-foot {
  display: none;
}

/* primary menu (desktop = horizontal) */
/* backdrop-filter here makes .mm-menu the containing block for the
           absolutely-positioned .mm-mega panel instead of .mm-bar — safe only
           because .mm-menu is the tallest .mm-bar flex child (no burger on
           desktop) and sits flush against its top/right/bottom edges, so
           .mm-mega's `right: 0` lands in the same place either way. Verified
           via getBoundingClientRect() before/after. If .mm-menu ever stops
           being flush with .mm-bar (e.g. a new item after it), re-check the
           Mobility dropdown's alignment. */
.mm-menu {
  list-style: none;
  margin: 0 0 0 auto;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  gap: 2px;
  border-radius: 10px;
  background: rgba(22, 30, 40, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.mm-item {
  position: relative;
}
.mm-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "proxima_novaregular", sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  padding: 12px 14px;
  white-space: nowrap;
  cursor: pointer;
  background: none;
  border: 0;
  transition: color 0.2s ease;
}
.mm-link .mm-caret {
  font-size: 11px;
  margin-top: 1px;
  transition: transform 0.25s ease;
}
.mm-item:hover > .mm-link,
.mm-item.is-open > .mm-link {
  color: #fff;
}
.mm-item.is-open > .mm-link .mm-caret {
  transform: rotate(180deg);
}

/* ===== MOBILITY -> white mega card ===== */
.mm-item--mega {
  position: static;
}
.mm-mega {
  position: absolute;
  top: calc(100% + 2px);
  left: auto;
  right: 0;
  transform: translateY(12px);
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 36px 70px -22px rgba(0, 16, 40, 0.55);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.26s ease,
    transform 0.26s ease,
    visibility 0.26s;
  z-index: 30;
  width: 90vw;
  max-width: 1100px;
}
.mm-item--mega.is-open > .mm-mega {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mm-mega-inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  padding: 20px;
}

/* left rail (model list) */
.mm-rail {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mm-rail-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  font-family: "proxima_novaregular", sans-serif;
  font-size: 16px;
  color: #2b3340;
  background: none;
  border: 0;
  border-left: 3px solid transparent;
  border-radius: 8px;
  padding: 16px 16px;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}
.mm-rail-btn svg {
  font-size: 12px;
  color: #b4bcc8;
  opacity: 0;
  transition: opacity 0.2s;
}
.mm-rail-btn:hover {
  background: #f5f8fc;
  color: #00172c;
}
.mm-rail-item.is-active .mm-rail-btn {
  background: #eef3fa;
  color: #14315f;
  border-left-color: #1d4f93;
  font-family: "proxima_novasemibold", sans-serif;
}
.mm-rail-item.is-active .mm-rail-btn svg {
  opacity: 1;
  color: #1d4f93;
}

/* right preview pane = light-grey rounded card */
.mm-pane {
  position: relative;
  background: #f1f4f8;
  border-radius: 14px;
  padding: 34px 42px;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 252px;
}
.mm-pane-text {
  flex: 0 1 44%;
  min-width: 0;
}
.mm-pane-text h3 {
  margin: 0 0 16px;
  font-family: "proxima_novasemibold", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #00172c;
}
.mm-pane-text p {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.6;
  color: #6b7585;
  max-width: 320px;
}
.mm-detail-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "proxima_novasemibold", sans-serif;
  font-size: 15px;
  color: #fff;
  background: #1d4f93;
  text-decoration: none;
  padding: 14px 26px;
  border-radius: 8px;
  transition:
    background 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.mm-detail-btn svg {
  transition: transform 0.2s ease;
}
.mm-detail-btn:hover {
  background: #163d73;
  transform: translateY(-2px);
  box-shadow: 0 12px 22px -10px rgba(29, 79, 147, 0.7);
}
.mm-detail-btn:hover svg {
  transform: translateX(4px);
}
.mm-pane-media {
  flex: 1 1 56%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mm-pane-media img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
/* fade swap when changing model */
.mm-pane-text,
.mm-pane-media {
  transition: opacity 0.22s ease;
}
.mm-pane.is-swapping .mm-pane-text,
.mm-pane.is-swapping .mm-pane-media {
  opacity: 0;
}

/* ===== DISCOVER -> normal 2-layer dropdown ===== */
.mm-dropdown {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  min-width: 250px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 30px 60px -20px rgba(0, 16, 40, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease,
    visibility 0.22s;
  z-index: 30;
}
.mm-item.is-open > .mm-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/* last item sits at the menu's right edge — open its dropdown toward the
           inside of the menu instead of overflowing past the viewport edge */
.mm-item:last-child > .mm-dropdown {
  left: auto;
  right: 0;
}
.mm-dd-list {
  list-style: none;
  margin: 0;
  padding: 10px;
}
.mm-dd-item {
  position: relative;
}
.mm-dd-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  text-align: left;
  font-family: "proxima_novaregular", sans-serif;
  font-size: 15px;
  color: #2b3340;
  text-decoration: none;
  background: none;
  border: 0;
  border-radius: 8px;
  padding: 13px 14px;
  cursor: pointer;
  transition:
    background 0.18s ease,
    color 0.18s ease;
}
.mm-dd-link svg {
  font-size: 12px;
  color: #b4bcc8;
  transition: transform 0.25s ease;
}
.mm-dd-item:hover > .mm-dd-link,
.mm-dd-item.is-open > .mm-dd-link {
  background: #eef3fa;
  color: #14315f;
}

/* layer 2 : flyout submenu */
.mm-submenu {
  position: absolute;
  top: -10px;
  left: 100%;
  min-width: 232px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 30px 60px -20px rgba(0, 16, 40, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: translateX(8px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s;
}
.mm-dd-item:hover > .mm-submenu,
.mm-dd-item.is-open > .mm-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
/* the rightmost dropdown already opens toward the inside of the menu —
           flip its flyout the same way so it doesn't overflow the viewport */
.mm-item:last-child > .mm-dropdown .mm-submenu {
  left: auto;
  right: 100%;
}
.mm-submenu ul {
  list-style: none;
  margin: 0;
  padding: 10px;
}
.mm-submenu a {
  display: block;
  font-size: 14.5px;
  color: #2b3340;
  text-decoration: none;
  border-radius: 8px;
  padding: 11px 14px;
  transition:
    background 0.18s ease,
    color 0.18s ease;
}
.mm-submenu a:hover {
  background: #f5f8fc;
  color: #005ba4;
}

/* ---- hamburger (mobile only) ---- */
.mm-burger {
  display: none;
  width: 46px;
  height: 42px;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.25s ease;
}
.mm-burger:hover {
  background-color: rgba(0, 139, 216, 0.35);
}
.mm-burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition:
    transform 0.3s ease,
    opacity 0.2s ease;
}
.mm-nav.menu-open .mm-burger span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.mm-nav.menu-open .mm-burger span:nth-child(2) {
  opacity: 0;
}
.mm-nav.menu-open .mm-burger span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mm-mobile-caret {
  display: none;
}

/* accordion reveal (mobile) */
@keyframes mmDrop {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* overlay behind mobile panel */
.mm-overlay {
  position: fixed;
  inset: 0;
  background: rgba(6, 10, 15, 0.6);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.35s ease,
    visibility 0.35s;
  z-index: 1090;
}
.mm-nav.menu-open .mm-overlay {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1025px) {
  .mm-overlay {
    display: none;
  }
}

body.mm-no-scroll {
  overflow: hidden;
}
/* ===== Hero wrapper ===== */
.v2-hero {
  position: relative;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  padding-bottom: 70px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: var(--v2-hero-bg-desktop);
}
/* the 700px desktop hero is mostly empty background on a phone screen —
   shrink it in two tiers so content shows up sooner without a long scroll */
@media (max-width: 767.98px) {
  .v2-hero {
    min-height: 480px;
    /* falls back to the desktop var when no mobile image was set in Strapi */
    background-image: var(--v2-hero-bg-mobile, var(--v2-hero-bg-desktop));
  }
}
@media (max-width: 575.98px) {
  .v2-hero {
    min-height: 450px;
  }
}
/* Bus detail hero needs more room on mobile than the shared tiers above —
   the compound selector's higher specificity wins over both tiers regardless
   of source order. */
@media (max-width: 767.98px) {
  .v2-hero.bus-hero {
    min-height: 600px;
  }
}
.v2-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.25) 55%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
}

/* ===== Hero content ===== */
.v2-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 80px;
}
.home-hero .v2-hero-content {
  margin: auto 0;
  padding-top: 40px;
}
.v2-hero-text {
  max-width: 580px;
}
.v2-hero-text h1 {
  color: #fff;
  font-weight: 300;
  font-size: clamp(42px, 5.6vw, 60px);
  line-height: 1.08;
  margin-bottom: 22px;
}
.v2-hero-text h1 span {
  color: #008bd8;
  font-weight: 600;
  display: block;
}
.v2-hero-text p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  margin-bottom: 32px;
}
/* the 42px clamp floor is sized for desktop line lengths — on phones it
   eats most of the shrunken hero and forces awkward 3-4 line wraps */
@media (max-width: 1399px) {
  .v2-hero-text{
    max-width: 520px;
  }
}
@media (max-width: 767.98px) {
  .v2-hero-text h1 {
    font-size: clamp(32px, 6.5vw, 42px);
    margin-bottom: 16px;
  }
  .v2-hero-text p {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .home-hero .button-wrap,
  .home-hero .v2-hero-scroll-down {
    display: none;
  }
  /* pin the text block to the bottom of the hero on mobile instead of
     vertically centering it (desktop's `margin: auto 0`) */
  .home-hero .v2-hero-content,
  .bus-hero .v2-hero-content {
    margin-top: auto;
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .v2-hero-text h1 {
    font-size: clamp(28px, 7.5vw, 34px);
    margin-bottom: 14px;
  }
  .v2-hero-text p {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.v2-hero-shape {
  width: 100%;
  height: 20px;  
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  pointer-events: none;
}
.v2-hero-shape::after,
.v2-hero-shape::before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 400px;
  height: 23px;
  /*background-color: #fff;*/
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 400px 23px;
}
.v2-hero-shape::after{
  right: -20px;
  /*border-radius: 15px 0 0 0;
  transform: skew(-40deg);*/
  background-image: url(../images/top-right.svg);
}
.v2-hero-shape::before{
  left: -20px;
  /*border-radius: 0 15px 0 0;
  transform: skew(40deg);*/
  background-image: url(../images/top-left.svg);
}
/* keep the hero's mobile breathing room (used by the hero sections) */
@media (max-width: 991.98px) {
  .v2-hero {
    padding-bottom: 45px;
  }
}

/* ===== Hero scroll-down indicator ===== */
.v2-hero-scroll-down {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.85);
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  transition: color 0.2s ease;
}
.v2-hero-scroll-down:hover,
.v2-hero-scroll-down:focus-visible {
  color: #fff;
}
.v2-hero-scroll-down span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.v2-hero-scroll-down i,
.v2-hero-scroll-down .v2-hero-scroll-icon {
  font-size: 14px;
  animation: v2HeroScrollBounce 1.8s ease-in-out infinite;
}
@keyframes v2HeroScrollBounce {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.6;
  }
  50% {
    transform: translateY(6px);
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  .v2-hero-scroll-down {
    bottom: 6px;
  }
}

/* ============================================================
           MOBILE  ( <= 1024px )  ->  full-screen slide panel
           ============================================================ */
@media (max-width: 1024px) {
  .mm-burger {
    display: flex;
  }
  .mm-divider {
    display: none;
  }
  .mm-bar {
    float: none;
    width: 100%;
    max-width: none;
  }

  /* ---- the slide panel (slides in from the left) ---- */
  .mm-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0;
    background: linear-gradient(165deg, #16202c 0%, #0b1117 60%, #080c11 100%);
    transform: translateX(-100%);
    visibility: hidden;
    transition:
      transform 0.42s cubic-bezier(0.45, 0.05, 0.25, 1),
      visibility 0.42s;
    z-index: 1100;
    overflow: hidden;
  }
  .mm-collapse.is-open {
    transform: translateX(0);
    visibility: visible;
  }
  /* decorative glow */
  .mm-collapse::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(
      circle,
      rgba(0, 139, 216, 0.28) 0%,
      rgba(0, 139, 216, 0) 70%
    );
    pointer-events: none;
  }

  /* ---- panel header (logo + close) ---- */
  .mm-collapse-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    padding: 20px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .mm-collapse-logo img {
    height: 32px;
    width: auto;
    filter: brightness(0) invert(1);
  }
  .mm-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    font-size: 18px;
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    cursor: pointer;
    transition:
      background 0.2s ease,
      transform 0.35s ease;
  }
  .mm-close:hover {
    background: rgba(0, 139, 216, 0.35);
    transform: rotate(90deg);
  }

  /* ---- scrollable menu area ---- */
  .mm-menu {
    position: static;
    display: block;
    flex: 1;
    width: auto;
    margin: 0;
    padding: 6px 0 14px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: none;
  }

  .mm-item {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  }

  /* level-1 link row */
  .mm-link {
    position: relative;
    width: 100%;
    justify-content: space-between;
    font-size: 17px;
    color: #fff;
    padding: 17px 22px 17px 24px;
    border-radius: 0;
  }
  /*.mm-link .mm-caret {
    display: none;
  }*/
  .mm-mobile-caret {
    display: inline-flex;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    transition: transform 0.3s ease;
  }
  .mm-item.is-open > .mm-link {
    color: #2ea8e6;
  }
  .mm-item.is-open > .mm-link .mm-mobile-caret {
    transform: rotate(180deg);
    color: #2ea8e6;
  }

  /* active / open accent bar */
  .mm-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scaleY(0);
    width: 3px;
    height: 56%;
    border-radius: 0 3px 3px 0;
    background: #008bd8;
    transition: transform 0.25s ease;
  }
  .mm-item.is-open > .mm-link::before {
    transform: translateY(-50%) scaleY(1);
  }

  /* ---- mega + dropdown : accordion panels, hidden until open ---- */
  .mm-mega,
  .mm-dropdown {
    position: static;
    width: auto;
    transform: none;
    box-shadow: none;
    min-width: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.22);
    display: none;
  }
  .mm-item.is-open > .mm-mega,
  .mm-item.is-open > .mm-dropdown {
    display: block;
    animation: mmDrop 0.26s ease;
  }
  .mm-item--mega.is-open > .mm-mega {
    transform: none;
  }

  .mm-mega-inner {
    display: block;
    padding: 0;
  }
  .mm-pane {
    display: none;
  }

  /* model rail (under Mobility) -> level-2 rows */
  .mm-rail {
    padding: 0;
  }
  .mm-rail-item {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }
  .mm-rail-btn {
    width: 100%;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.86);
    background: none;
    border-left: 0;
    border-radius: 0;
    padding: 14px 22px 14px 40px;
  }
  .mm-rail-btn svg {
    opacity: 1;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
  }
  .mm-rail-btn:hover,
  .mm-rail-item.is-active .mm-rail-btn {
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
  }
  .mm-rail-item.is-active .mm-rail-btn svg {
    color: #2ea8e6;
  }

  /* Discover : level-1 rows */
  .mm-dd-list {
    padding: 0;
  }
  .mm-dd-item {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }
  .mm-dd-link {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.86);
    background: none;
    border-radius: 0;
    padding: 14px 22px 14px 40px;
  }
  .mm-dd-link svg {
    color: rgba(255, 255, 255, 0.5);
    transition: transform 0.25s ease;
  }
  .mm-dd-item:hover > .mm-dd-link,
  .mm-dd-item.is-open > .mm-dd-link {
    background: rgba(255, 255, 255, 0.04);
    color: #2ea8e6;
  }
  .mm-dd-item.is-open > .mm-dd-link svg {
    transform: rotate(90deg);
    color: #2ea8e6;
  }

  /* Discover : level-2 flyout -> nested accordion */
  .mm-submenu {
    position: static;
    transform: none;
    box-shadow: none;
    min-width: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.18);
    display: none;
  }
  .mm-dd-item.is-open > .mm-submenu {
    display: block;
    animation: mmDrop 0.24s ease;
  }
  .mm-submenu ul {
    padding: 0;
  }
  .mm-submenu li {
    border-top: 1px solid rgba(255, 255, 255, 0.04);
  }
  .mm-submenu a {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    border-radius: 0;
    padding: 12px 22px 12px 56px;
  }
  .mm-submenu a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    flex-shrink: 0;
  }
  .mm-submenu a:hover {
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
  }
  .mm-submenu a:hover::before {
    background: #008bd8;
  }

  /* ---- panel footer ---- */
  .mm-collapse-foot {
    display: block;
    flex-shrink: 0;
    padding: 20px 22px calc(20px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.25);
  }
  .mm-foot-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 20px;
    font-size: 15px;
    font-family: "proxima_novasemibold", sans-serif;
    color: #fff;
    background: linear-gradient(135deg, #008bd8 0%, #005ba4 100%);
    border: none;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
  }
  .mm-foot-social {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 16px;
  }
  .mm-foot-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    text-decoration: none;
    transition:
      background 0.2s ease,
      color 0.2s ease;
  }
  .mm-foot-social a:hover {
    background: #008bd8;
    color: #fff;
  }

  /* ---- staggered entrance of the rows ---- */
  .mm-menu > .mm-item {
    opacity: 0;
    transform: translateX(-26px);
    transition:
      opacity 0.4s ease,
      transform 0.4s ease;
  }
  .mm-collapse.is-open .mm-menu > .mm-item {
    opacity: 1;
    transform: translateX(0);
  }
  .mm-collapse.is-open .mm-menu > .mm-item:nth-child(1) {
    transition-delay: 0.12s;
  }
  .mm-collapse.is-open .mm-menu > .mm-item:nth-child(2) {
    transition-delay: 0.17s;
  }
  .mm-collapse.is-open .mm-menu > .mm-item:nth-child(3) {
    transition-delay: 0.22s;
  }
  .mm-collapse.is-open .mm-menu > .mm-item:nth-child(4) {
    transition-delay: 0.27s;
  }
  .mm-collapse.is-open .mm-menu > .mm-item:nth-child(5) {
    transition-delay: 0.32s;
  }
  .mm-collapse.is-open .mm-menu > .mm-item:nth-child(6) {
    transition-delay: 0.37s;
  }
}

@media (max-width: 575.98px) {
  .v2-hero-content {
    padding-top: 50px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mm-mega,
  .mm-dropdown,
  .mm-submenu,
  .mm-menu,
  .mm-pane-text,
  .mm-pane-media,
  .mm-caret,
  .mm-detail-btn,
  .mm-detail-btn svg,
  .mm-dd-link svg {
    transition: none !important;
  }
}
.button-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.btn-group {
  gap: 20px;
}
.theme-btn,
.download-btn {
  background-color: var(--primary-blue);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 40px;
  border-radius: 6px;
  display: inline-block;
}
.theme-btn::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/link-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  transition: transform 0.25s ease;
}
.download-btn::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/arrow-down-to-line.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  transition: transform 0.25s ease;
}
/* .theme-btn hover state: background + text colour transition (see .theme-btn.white-btn / .theme-btn.transparent-btn below for variant overrides) */
.theme-btn {
  transition: background-color 0.25s ease, color 0.25s ease;
}
.theme-btn:hover {
  background-color: #003f73;
  color: #eaf6ff;
}
.theme-btn:hover::after {
  transform: translateX(4px);
}
/* .download-btn shares theme-btn's default colours, so it gets the same hover treatment */
.download-btn {
  border:none;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.download-btn:hover {
  background-color: #003f73;
  color: #eaf6ff;
}
.download-btn:hover::before {
  transform: translateY(3px);
}
.transparent-btn {
  background-color: transparent;
  border: #005ba4 solid 1px;
  color: #00172c;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.transparent-btn::after {
  background-image: url(../images/black-arrow.svg);
}
.theme-btn.transparent-btn:hover {
  background-color: var(--primary-blue);
  color: #fff;
}
.white-btn {
  background-color: #fff;
  color: #295BA7;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.white-btn::after {
  background-image: url(../images/blue-arrow.svg);
}
.theme-btn.white-btn:hover {
  background-color: var(--navy);
  color: #fff;
}
.see-btn {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.21);
  border: rgba(255, 252, 252, 0.29) solid 1px;
  display: inline-block;
  padding: 10px 20px 10px 46px;
  border-radius: 5px;
  position: relative;
}
.see-btn::before{
  content: "";
  width: 26px;
  height: 26px;
  border: rgba(255, 255, 255, 0.35) solid 1px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
.see-btn::after{
  content: "";
  width: 0; height: 0;
  border-style: solid;
  border-width: 8px 0px 8px 12px;
  border-color: transparent transparent transparent #fff;
  transform: rotate(0deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
.about-section,
.vehicle-section,
.engineering-reliable{
  background-image: url(../images/pattern-bg-right.png);
  background-repeat: repeat-y;
  background-position: right; 
}
.achivement-stat {
  margin-top: 6em;
}
.as-title {  
  margin-bottom: 30px;
}
.achivements {
  border-left: rgba(0, 0, 0, 0.14) solid 1px;
  position: relative;
  padding: 0 25px;
}
.achivements p {
  font-size: 18px;
  margin-bottom: 2em;
}
.achivements::before {
  content: "";
  width: 3px;
  height: 33px;
  display: block;
  background: linear-gradient(
    to bottom,
    rgba(0, 91, 164, 1) 0%,
    rgba(0, 152, 255, 1) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
}
.achived-num {
  font-size: 36px;
  line-height: 46px;
  color: #00172c;
}

/* ============================================================
           PREMIUM ELECTRIC FLEET
           tabs on desktop  /  accordion on mobile
           ============================================================ */
.ft-section {
  --ft-accent: #0c8ce0;
  position: relative;
  overflow: hidden;
  padding: 76px 0 96px;
  background: radial-gradient(
    125% 95% at 50% -12%,
    #3a7ccb 0%,
    #1f4f93 46%,
    #0c2a4f 100%
  );
  font-family: "proxima_novaregular", sans-serif;
}

.ft-section::after, .ft-section::before,
.powering::after, .powering::before,
.why-contact::after, .why-contact::before,
.contact-info::after, .contact-info::before,
.kf-section::after, .kf-section::before,
.powering-the-nation::after, .powering-the-nation::before,
.specs-banner::after, .specs-banner::before,
.drive-the-future::after, .drive-the-future::before,
.vm-section::after, .vm-section::before,
.ms-section::after, .ms-section::before,
.cr-why::after, .cr-why::before  {
  content: "";
  position: absolute;
  top: -1px;
  width: 400px;
  height: 23px;
  /*background-color: #fff;*/
  display: block;
}
.ft-section::before,
.powering::before,
.why-contact::before,
.contact-info::before,
.kf-section::before,
.powering-the-nation::before,
.specs-banner::before,
.drive-the-future::before,
.vm-section::before,
.ms-section::before,
.cr-why::before {
  left: -20px;
  /*border-radius: 0 0 15px 0;
  transform: skew(-40deg);*/
  background-image: url(../images/top-left.svg);
}
.ft-section::after,
.powering::after,
.why-contact::after,
.contact-info::after,
.kf-section::after,
.powering-the-nation::after,
.specs-banner::after,
.drive-the-future::after,
.vm-section::after,
.ms-section::after,
.cr-why::after {
  right: -20px;
  /*border-radius: 0 0 0 15px;
  transform: skew(40deg);*/
  background-image: url(../images/top-right.svg);
}
.ft-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.ft-title {
  margin: 0 0 38px;
  text-align: center;
  color: #fff;
  font-family: "proxima_novasemibold", sans-serif;
  font-weight: 400;
  font-size: clamp(26px, 3.6vw, 42px);
  line-height: 1.15;
}

/* ---- tabs (desktop) ---- */
.ft-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 36px;
}
.ft-tab {
  font-family: inherit;
  font-size: 15.5px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 13px 48px;
  cursor: pointer;
  white-space: nowrap;
  transition:
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}
.ft-tab:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.ft-tab.is-active {
  color: #fff;
  background: var(--ft-accent);
  border-color: var(--ft-accent);
  box-shadow: 0 8px 22px -6px rgba(12, 140, 224, 0.7);
}
.ft-tab:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* ---- accordion header (mobile only) ---- */
.ft-acc-head {
  display: none; /* shown only on mobile */
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  font-family: inherit;
  font-size: 15.5px;
  text-align: left;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  padding: 16px 18px;
  cursor: pointer;
  transition:
    background 0.22s ease,
    border-color 0.22s ease;
}
.ft-acc-head i,
.ft-acc-head .ft-acc-icon {
  font-size: 14px;
  transition: transform 0.3s ease;
}

/* ---- panels ---- */
.ft-panel {
  display: none;
}
.ft-panel.is-active {
  display: block;
  animation: ftFade 0.42s cubic-bezier(0.25, 0.6, 0.3, 1);
}
@keyframes ftFade {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ft-panel-body {
  display: block;
}
.ft-panel-inner {
  display: block;
}

/* ---- product card ---- */
.ft-card {
  display: flex;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  overflow: hidden;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.ft-media {
  flex: 0 0 46%;
  min-height: 100%;
}
.ft-media img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  display: block;
}
.ft-info {
  flex: 1;
  min-width: 0;
  padding: 42px 46px;
}
.ft-info h3 {
  margin: 0 0 14px;
  color: #fff;
  font-family: "proxima_novasemibold", sans-serif;
  font-weight: 400;
  font-size: clamp(24px, 2.4vw, 32px);
}
.ft-desc {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.6;
  max-width: 460px;
}

/* ---- spec grid ---- */
.ft-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 30px;
}
.ft-spec {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 17px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
}
.ft-spec-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  color: #2ea8e6;
}
.ft-spec-label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  margin-bottom: 3px;
}
.ft-spec-value {
  color: #fff;
  font-size: 17px;
  font-family: "proxima_novasemibold", sans-serif;
}

/* ---- button ---- */
.ft-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: var(--ft-accent);
  font-size: 15px;
  font-family: "proxima_novasemibold", sans-serif;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition:
    background 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.ft-btn i {
  transition: transform 0.2s ease;
}
.ft-btn:hover {
  background: #0a78c2;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px -10px rgba(12, 140, 224, 0.8);
}
.ft-btn:hover i {
  transform: translateX(4px);
}

/* ============================================================
           MOBILE  ( <= 768px )  ->  accordion
           ============================================================ */
@media (max-width: 768px) {
  .ft-section {
    padding: 60px 0 64px;
  }

  /* hide the desktop tab row */
  .ft-tabs {
    display: none;
  }

  /* every panel is now a visible accordion item */
  .ft-panel,
  .ft-panel.is-active {
    display: block;
    animation: none;
    margin-bottom: 12px;
  }
  .ft-panel:last-child {
    margin-bottom: 0;
  }

  /* accordion header */
  .ft-acc-head {
    display: flex;
  }
  .ft-acc-head:hover {
    background: rgba(255, 255, 255, 0.13);
  }
  .ft-panel.is-active .ft-acc-head {
    background: var(--ft-accent);
    border-color: var(--ft-accent);
  }
  .ft-panel.is-active .ft-acc-head i,
  .ft-panel.is-active .ft-acc-head .ft-acc-icon {
    transform: rotate(180deg);
  }

  /* collapsible body : grid-rows trick = smooth auto height */
  .ft-panel-body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .ft-panel.is-active .ft-panel-body {
    grid-template-rows: 1fr;
  }
  .ft-panel-inner {
    overflow: hidden;
    min-height: 0;
  }
  .ft-card {
    margin-top: 12px;
  }
}

/* ---- card stacks on narrow screens ---- */
@media (max-width: 860px) {
  .ft-card {
    flex-direction: column;
  }
  .ft-media {
    flex: none;
    width: 100%;
  }
  .ft-media img {
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 10;
  }
  .ft-info {
    padding: 32px 28px 36px;
  }
  .ft-desc {
    max-width: none;
  }
}
@media (max-width: 480px) {
  .ft-container {
    padding: 0 16px;
  }
  .ft-specs {
    grid-template-columns: 1fr;
  }
  .ft-info {
    padding: 24px 18px 28px;
  }
  .ft-acc-head {
    font-size: 14.5px;
    padding: 15px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ft-panel.is-active,
  .ft-tab,
  .ft-btn,
  .ft-btn i,
  .ft-panel-body,
  .ft-acc-head i,
  .ft-acc-head .ft-acc-icon {
    animation: none;
    transition: none;
  }
}
.vehicle-section {
  background-color: #f5f7fa;
}
.vehicle-section ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.vehicle-section li {
  position: relative;
  padding-left: 30px;
  margin: 0 0 10px;
}
.vehicle-section li:before {
  content: "";
  width: 13px;
  height: 13px;
  background-color: #295ba7;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}
.powering-the-nation {
  padding: 70px 0;
  position: relative;
  background-color: #f5f7fa;
  background-image: url(../images/pattern-bg-right.png);
  background-repeat: repeat-y;
  background-position: right; 
}
/*.home .powering-the-nation{
  background-color: #fff;
  background-image: url("../images/powering-the-nation-dots.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 400px;
}*/
.help-with {
  background-color: #fff;
  border: rgba(0, 0, 0, 0.08) solid 1px;
  border-radius: 8px;
  padding: 40px;
  height: 100%;
}
.home .help-with{
  background-color: #ECF6FF;
  border: none;
}
.help-with-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #fff;
  background-image: url(../images/RadialProgress.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px 60px;
}
.home .help-with-icon{
  background-color: #ECF6FF;
}
.help-with-icon img {
  width: auto;
  height: auto;
  max-width: 28px;
  max-height: 28px;
  position: relative;
  z-index: 2;
}
.help-with h6 {
  color: #00172c;
}
.powering {
  padding: 9em 0 6em;
  position: relative;
  overflow: hidden;
}
.powering h2 {
  color: #fff;
  margin-bottom: 20px;
}
.powering-parallax-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: -20%;
  height: 140%;
  background-image: url(../images/powering-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  will-change: transform;
  transform: translateY(0);
}
.powering-wrap {
  position: relative;
  z-index: 3;
}
.powering-for {
  max-width: 420px;
  background-color: #295ba7;
  border: rgba(255, 255, 255, 0.17) solid 1px;
  border-radius: 15px;
  padding: 30px;
}
.pw-stat {
  display: flex;
  align-items: center;  
  gap: 20px;
  border-bottom: rgba(255, 255, 255, 0.25) solid 1px;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.pw-stat:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.pw-stat-value {
  font-size: 44px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  width: 150px;
}
.pw-stat-value-for {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  white-space: normal;
  text-transform: uppercase;
}
.pw-stat-label {
  font-size: 16px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.85);  
  width: calc(100% - 161px);
}

.awards {
  background-color: #f5f7fa;
  background-image: url(../images/pattern-bg-right.png);
  background-repeat: repeat-y;
  background-position: right; 
  padding: 60px 0 75px;
}
.awards-by {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ===================================================================
   Trusted by India's leading transport operators — logo slider
   (markup in index.html .trusted; behaviour in js/trusted-slider.js)
   =================================================================== */
.trusted {
  background: #fff;
}

.trusted__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 56px 24px 64px;
}

.trusted__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 40px;
}

.trusted__title {
  font-size: clamp(1.7rem, 3.4vw, 2.6rem);  
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--navy);
  margin: 0;
  max-width: 780px;
}

/* ---------- Navigation arrows (reuse the insights look) ---------- */
.trusted__nav {
  display: flex;
  gap: 14px;
  flex-shrink: 0;
}

.tc-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--navy);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.1s ease;
}

.tc-btn:hover:not(:disabled) {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}

.tc-btn:active:not(:disabled) {
  transform: scale(0.94);
}

.tc-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.tc-btn svg {
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease;
}
#trustedPrev:hover:not(:disabled) svg {
  transform: translateX(-3px);
}
#trustedNext:hover:not(:disabled) svg {
  transform: translateX(3px);
}

/* ---------- Slider viewport / track ---------- */
.tc-slider {
  overflow: hidden;
  /* light grid frame around the logo strip 
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);*/
}

.tc-track {
  display: flex;
  will-change: transform;
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  /* allow vertical page scroll while we handle horizontal swipe */
  touch-action: pan-y;
}

.tc-track.is-dragging {
  transition: none;
  cursor: grabbing;
}

/* ---------- Logo cell (holds 3 stacked logos) ---------- */
.tc-cell {
  flex: 0 0 auto; /* width is set by JS */
  box-sizing: border-box; /* keep JS's cellWidth == visual footprint incl. padding */
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 8px;
}

/* small light-blue diamond markers at the cell corners (top & bottom) */
/*.tc-cell::before,
.tc-cell::after {
  content: "";
  position: absolute;
  left: -4px;
  width: 8px;
  height: 8px;
  background: var(--primary-blue);
  opacity: 0.45;
  transform: rotate(45deg);
  z-index: 1;
}

.tc-cell::before {
  top: -4px;
}

.tc-cell::after {
  bottom: -4px;
}
*/
.tc-logo-row {
  position: relative;
  flex: 1 1 33.333%;
  display: grid;
  place-items: center;
  min-height: 110px;
  padding: 20px 24px;
  border: 1px solid var(--border);
  border-radius: 10px;
}

/*.tc-logo-row--top {
  border-bottom: 1px solid var(--border);
}*/

/* diamond marker where the middle divider meets the left edge */
/*.tc-logo-row--top::after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: -4px;
  width: 8px;
  height: 8px;
  background: var(--primary-blue);
  opacity: 0.45;
  transform: rotate(45deg);
  z-index: 1;
}*/

.tc-logo {
  max-width: 170px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;  
  transition:
    filter 0.25s ease,
    opacity 0.25s ease;
  pointer-events: none; /* let the track own pointer/drag events */
  user-select: none;
}

.tc-cell:hover .tc-logo {
  filter: grayscale(0);
  opacity: 1;
}

/* text fallback shown only if a logo image fails to load */
.tc-fallback {
  display: none;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  color: var(--navy);
  text-align: center;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .tc-logo-row {
    min-height: 90px;
  }
}

@media (max-width: 600px) {
  .trusted__inner {
    display: flex;
    flex-direction: column;
    padding: 40px 18px 48px;
  }
  /* let title / nav re-order alongside .tc-slider (see below) instead of
     staying paired inside .trusted__head's own row */
  .trusted__head {
    display: contents;
  }
  .trusted__title {
    order: 1;
    width: 100%;
    max-width: none;
    margin-bottom: 28px;
  }
  .tc-slider {
    order: 2;
  }
  /* nav arrows move below the slider on mobile instead of sitting next to
     the title */
  .trusted__nav {
    order: 3;
    justify-content: center;
    margin-top: 24px;
  }
  .tc-btn {
    width: 48px;
    height: 48px;
  }
  .tc-logo-row {
    min-height: 75px;
    padding: 14px 18px;
  }
  .tc-logo {
    max-width: 130px;
    max-height: 60px;
  }
}

/* ===================================================================
   Engineering Reliable — homepage intro band + click-to-play YouTube
   video showcase (markup in EngineeringReliableSection.tsx)
   =================================================================== */
.engineering-reliable {
  background-color: #f5f7fa;
}

.er-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 56px 24px 72px;
}

.er-head {
  display: flex;  
  gap: 15px;
  margin-bottom: 40px;
}

.er-title {
  font-size: clamp(1.7rem, 3.4vw, 2.6rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--navy);
  margin: 0;  
  flex-shrink: 0;
}

.er-description {
  color: #4c4c4c;
  max-width: 800px;
  margin: 8px 0 0;
}

.er-media {
  display: flex;
  justify-content: center;
}

.er-video-box {
  position: relative;
  width: 100%;
  max-width: 960px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  cursor: pointer;
  background: #000;
  border-radius: 16px;
}

.er-video-box iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.er-video-thumbnail {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.er-video-play-btn {
  position: absolute;
 top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
 border: #fff solid 4px;
  background: linear-gradient(135deg, #f70000 0%,#d10000 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
  box-shadow: rgba(50, 50, 93, 0.55) 0px 13px 27px -5px, rgba(0, 0, 0, 0.7) 0px 8px 16px -8px;
}

.er-video-box:hover .er-video-play-btn {
  background: linear-gradient( to bottom, rgba(3, 69, 114, 1) 0%, rgba(41, 91, 167, 1) 57% );
}

@media (max-width: 767.98px) {
  .er-head {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
  }
  .er-title,
  .er-description {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .er-inner {
    padding: 40px 18px 48px;
  }
  .er-video-play-btn {
    width: 44px;
    height: 44px;
    bottom: 16px;
    right: 16px;
  }
}

/* ---------- Section shell ---------- */
.insights {
  max-width: 1320px;
  margin: 0 auto;
  padding: 56px 24px;
}

.insights__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.insights__title {
  font-size: clamp(1.7rem, 3.4vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.01em;
}

/* ---------- Navigation arrows ---------- */
.insights__nav {
  display: flex;
  gap: 14px;
  flex-shrink: 0;
}

.nav-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--navy);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.1s ease,
    opacity 0.2s ease;
}

.nav-btn:hover:not(:disabled) {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}

.nav-btn:active:not(:disabled) {
  transform: scale(0.94);
}

.nav-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.nav-btn svg {
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease;
}
#prevBtn:hover:not(:disabled) svg {
  transform: translateX(-3px);
}
#nextBtn:hover:not(:disabled) svg {
  transform: translateX(3px);
}

/* ---------- Slider viewport / track ---------- */
.slider {
  overflow: hidden;
}

.slider__track {
  display: flex;
  gap: var(--gap);
  will-change: transform;
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  /* allow vertical page scroll while we handle horizontal swipe */
  touch-action: pan-y;
}

.slider__track.is-dragging {
  transition: none;
  cursor: grabbing;
}

/* ---------- Card ---------- */
.card {
  flex: 0 0 auto; /* width is set by JS */
  text-decoration: none;
  color: inherit;
  display: block;
  -webkit-tap-highlight-color: transparent;
  border: none;
}

.card__media {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 16 / 11;
  background: #dfe3e8;
}

.card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
  /* stop the browser from hijacking the image for drag */
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: none;
}

.card:hover .card__img {
  transform: scale(1.05);
}

/* News & Media cards show a press logo, not a photo — center it inside the
   media box instead of cropping it with object-fit: cover */
/*.card__media--news-media {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f6fa;
  padding: 26px;
}

.card__media--news-media .card__img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.card__media--news-media:hover .card__img {
  transform: none;
}*/

.card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--badge-bg);
  color: var(--badge-text);
  font-size: 0.78rem;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 8px;
}

.card__press-logo {
  display: block;
  max-width: 120px;
  max-height: 32px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 0 10px;
}

.card__title {
  color: #00172c;
  margin: 16px 0 10px;
}

.card__date {
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  text-transform: uppercase;
}

/* ---------- Responsive font tweaks ---------- */
@media (max-width: 600px) {
  .insights {
    padding: 40px 18px;
  }
  .nav-btn {
    width: 48px;
    height: 48px;
  }
  .card__title {
    font-size: 1.05rem;
  }
}

.help-you {
  background: linear-gradient(
    to bottom,
    rgba(3, 69, 114, 1) 0%,
    rgba(41, 91, 167, 1) 57%
  );
  padding: 60px 0 80px;
}
.help-you,
.help-you h2,
.help-you a {
  color: #fff;
}
.powering p,
.help-you p {
  color: #e0e0e0;
}
.help-box {
  background-color: rgba(255, 255, 255, 0.06);
  border: rgba(255, 255, 255, 0.08) solid 1px;
  border-radius: 10px;
  padding: 40px;
  height: 100%;
}
.help-type-icon span {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.07);
  border: rgba(255, 255, 255, 0.19) solid 1px;
  border-radius: 5px;
  padding: 9px;
}
.insight-type {
  font-size: 12px;
  background-color: #e6e2dd;
  padding: 3px 15px;
  position: absolute;
  top: 18px;
  left: 15px;
  border-radius: 14px;
}

.site-footer {
  background: linear-gradient(
    to bottom,
    rgba(227, 242, 255, 1) 32%,
    rgba(255, 255, 255, 1) 100%
  );
  padding: 15px 0 0;
  position: relative;
}
.footer-top {
  padding: 50px 0;
  position: relative;
}
.cta-section {
  background-color: #e3f2ff;
  /*background: linear-gradient(
    to bottom,
    rgba(227, 242, 255, 1) 32%,
    rgba(255, 255, 255, 1) 100%
  );*/
}
.site-footer h6 {
  font-size: 16px;
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 20px;
}
.site-footer h6::after {
  content: "";
  width: 100%;
  max-width: 175px;
  height: 1px;
  display: block;
  background-color: #00172c;
  position: absolute;
  left: 0;
  bottom: 0;
}
.site-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer ul li {
  margin-bottom: 5px;
}
.footer-middle {
  padding: 50px 0;
  border-top: rgba(0, 0, 0, 0.11) solid 1px;
}
.footer-bottom {
  padding: 30px 0 100px;
  border-top: rgba(0, 0, 0, 0.11) solid 1px;
}
.footer-bottom ul {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}
.footer-bottom ul li {
  margin: 0;
}
/* Footer menu/policy items are now CMS-driven links; keep them looking like the
   original static text (inherit colour) rather than the default link blue. */
.site-footer ul li a {
  color: inherit;
}
.site-footer ul li a:hover {
  opacity: 0.7;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0 0;
}
.footer-social li {
  margin: 0;
}
.site-footer .footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: rgba(0, 91, 164, 0.25) solid 1px;
  color: var(--primary-blue);
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}
.footer-social a svg {
  width: 16px;
  height: 16px;
}
.site-footer .footer-social a:hover {
  background-color: var(--primary-blue);
  color: #fff;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .site-footer ul.footer-social {
   margin-bottom: 20px;
  }
}

/*-- 168 -- 222   133*/
.about-v-info {
  background-color: #f5f7fa;
  border-radius: 8px;
  display: flex;
  padding: 15px 0;
}
.about-v-info .v-info {
  padding: 0 20px;
  flex: 2;
  border-right: rgba(0, 0, 0, 0.1) solid 1px;
}
.about-v-info .v-info:last-child {
  border: none;
}
.about-v-info .v-info h6 {
  margin-bottom: 0;
}
.v-info-wrapper {
  padding: 70px;
}
.v-info-box-inner {
  border: rgba(0, 0, 0, 0.08) solid 1px;
  border-radius: 7px;
  padding: 20px 10px;
  text-align: center;
  height: 100%;
}
/*.v-info-box {
  text-align: center;  
  border: rgba(50,50,50,.15) solid 1px;
  height: 100%;
  position: relative;
  margin-right: -1px;
  background-color: #fff;
}
.v-info-box-inner-wrap{
  position: relative;
  height: 100%;
}
.v-info-box-inner{
  padding: 40px 15px;
  position: relative;
  height: 100%;
}
.v-info-box::before{
  content:"";
  width:1px;
  height:70px;
  display: block;
  position: absolute;
  left: -1px;
  bottom: 100%;
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 20%,rgba(255,255,255,1) 20%,rgba(50,50,50,.15) 100%);
}
.v-info-box::after{
  content:"";
  width:1px;
  height:70px;
  display: block;
  position: absolute;
  left: -1px;
  top: 100%;  
  background: linear-gradient(to bottom,  rgba(50,50,50,.15) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 80%); 
}
.v-info-wrapper .col-12:last-child .v-info-box-inner-wrap::before{
  content:"";
  width:1px;
  height:70px;
  display: block;
  position: absolute;
  right: -1px;
  bottom: 100%;
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 20%,rgba(255,255,255,1) 20%,rgba(50,50,50,.15) 100%);
}
.v-info-wrapper .col-12:last-child .v-info-box-inner-wrap::after{
  content:"";
  width:1px;
  height:70px;
  display: block;
  position: absolute;
  right: -1px;
  top: 100%;  
  background: linear-gradient(to bottom,  rgba(50,50,50,.15) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 80%); 
}
.v-info-wrapper .col-12:first-child .v-info-box-inner::before,
.v-info-wrapper .col-12:first-child .v-info-box-inner::after{
  content: "";
  width: 70px;
  height: 1px;
  position: absolute;
  top: -1px;
  right: 100%;
  display: block;  
  background: linear-gradient(to right,  rgba(255,255,255,1) 20%,rgba(255,255,255,1) 20%,rgba(50,50,50,.15) 100%);
}
.v-info-wrapper .col-12:first-child .v-info-box-inner::after{
  top: auto;
  bottom: -1px;
}
.v-info-wrapper .col-12:last-child .v-info-box-inner::before,
.v-info-wrapper .col-12:last-child .v-info-box-inner::after{
  content: "";
  width: 70px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 100%;
  display: block;   
  background: linear-gradient(to right,  rgba(50,50,50,.15) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 80%);
}
.v-info-wrapper .col-12:last-child .v-info-box-inner::after{
  top: auto;
  bottom: -1px;
}
.tribg1,
.tribg2{
  position: absolute;
  left: -4px;
}
.tribg1{
  top: -4px;
}
.tribg2{
  bottom: -4px;
}*/
.v-info-icon {
  margin-bottom: 20px;
}
.v-info-icon img {
  width: auto;
  max-width: 100%;
  height: 36px;
}
/* Pill tabs */
.tab-pill-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.tab-pill-container {
  display: inline-flex;
  background-color: #f2f2f2;
  border-radius: 999px;
  padding: 10px;
}

.tab-pill {
  border: none;
  background: transparent;
  padding: 12px 28px;
  border-radius: 999px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.62);
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.tab-pill:hover {
  color: #0b1f47;
}

.tab-pill.active {
  background-color: #ffffff;
  color: #00172c;
  box-shadow: 0 2px 8px rgba(11, 31, 71, 0.08);
}

.build-and-design{
  padding: 10px 0 60px;
  position: relative;  
}
.build-and-design::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 70%;
  background-image: url("../images/pattern-bg-right.png");
  background-repeat: repeat-y;
  background-position: right top;  
  display: block;
}
.build-and-design .top-content {
  border-top: rgba(0, 0, 0, 0.1) solid 1px;
  padding-top: 50px;
}
/* Tab panes */
.tab-pane-custom {
  display: none;
}
.tab-pane-custom.active {
  display: block;
  animation: fadeIn 0.3s ease;
}

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

/* Hero image */
.hero-image-wrap {
  text-align: center;
  margin: 30px 0 50px;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image-wrap img {
  max-width: 100%;
  height: auto;
  max-height: 360px;
  filter: drop-shadow(0 30px 25px rgba(11, 31, 71, 0.08));
}

/* Feature row */
.features-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 1 220px;
  max-width: 280px;
  padding: 10px;
}

.feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #fff;
  background-image: url(../images/RadialProgress.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px 60px;
}

.feature-icon svg {
  width: 24px;
  height: 24px;
  color: #2f6bff;
}

.feature-text .label {
  color: #4c4c4c;
  margin-bottom: 4px;
}

.feature-text .value {
  font-size: 20px;
  color: #00172c;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 1.5rem;
  }
  .tab-pill {
    padding: 10px 18px;
    font-size: 0.85rem;
  }
  .feature-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .dot-pattern {
    display: none;
  }
}
/*--*/
.specs-banner {
  position: relative;  
  color: #fff;  
}
.powering-the-nation + .specs-banner::after, 
.powering-the-nation + .specs-banner::before{
  display: none;
}
.specs-banner h2 {
  color: #fff;
  position: relative;
  z-index: 2;
}

.specs-row {
  position: relative;
  z-index: 2;
}

.spec-item {
  padding: 5px 24px;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  height: 100%;
  position: relative;
}
.spec-item::before {
  content: "";
  width: 3px;
  height: 33px;
  display: block;
  background: linear-gradient(rgb(0, 91, 164) 0%, rgb(0, 152, 255) 100%);
  position: absolute;
  top: 0px;
  left: -2px;
}
.spec-label {
  color: #cfe0f5;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 18px;
  letter-spacing: 0.2px;
}

.spec-value {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.5px;
}

@media (max-width: 991.98px) {
  .specs-banner {
    padding: 50px 30px 100px 30px;
  }
  .spec-item {
    border-left: none;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0 0 0;
    margin-bottom: 20px;
  }
  .specs-title {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .spec-value {
    font-size: 2rem;
  }
}

.use-cases-grid {
  max-width: 1200px;
  margin: 0 auto;
}

/* ── Bus Video Section ─────────────────────────────────────────── */
.bus-video-section {
  padding: 60px 0 30px;
}

.bus-video-box {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  cursor: pointer;
  background: #000;
  border-radius: 8px;
}

.bus-video-box iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.bus-video-thumbnail {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bus-video-play-btn {
  position: absolute;
  bottom:30px;
  right: 30px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: rgba(255, 255, 255, 0.3) solid 1px;
  background: rgba(0, 0, 0, 0.10);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
}

.bus-video-box:hover .bus-video-play-btn {
  background: rgba(0, 0, 0, 0.85);
}

.col-header {
  background-color: #062c46;
  color: #ffffff;
  padding: 16px 24px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.cell {
  color: #00172c;
  background-color: #f4f6fa;
  padding: 18px 24px;
  border-radius: 10px;
  min-height: 72px;
  display: flex;
  align-items: center;
  font-size: 0.95rem;
}

.cell-benefit {
  gap: 10px;
}
.cell-benefit::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/circle-check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.check-icon {
  color: #1e6fb8;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.row-gap-custom > [class*="col-"] {
  margin-bottom: 14px;
}

@media (max-width: 767.98px) {
  .col-header {
    margin-top: 8px;
  }
}

.compliance-box {
  height: 100%;
  text-align: center;
  background-color: #f5f7fa;
  border-radius: 8px;
  padding: 20px;
}

.drive-the-future {
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
}
.drive-the-future,
.drive-the-future h2 {
  color: #fff;
}
.drive-the-future {
  min-height: 90vh;
}
.drive-the-future-parallax-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: -30%;
  height: 160%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  will-change: transform;
  transform: translateY(0);
}
.drive-the-future > .container {
  position: relative;
  z-index: 3;
}
.future-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 100%;
  border: rgba(255, 255, 255, 0.08) solid 1px;
  padding: 20px;
  border-radius: 16px;
  backdrop-filter: blur(48px); 
  -webkit-backdrop-filter: blur(48px); 
  
}
.future-box-content {
  display: flex;
  margin: 0 0 15px;
  width: 100%;
}
.future-icon span {
  width: 46px;
  height: 46px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.07);
  border: rgba(255, 255, 255, 0.19) solid 1px;
  border-radius: 14px;
  padding: 8px;
}
.future-text {
  width: calc(100% - 47px);
  padding: 0 0 0 15px;
}
.future-box .download-btn{
  margin-top: auto;
}
/* ============================================================
   RESPONSIVE  —  index.html  (phones / tablets / desktop)
   ============================================================ */

/* safety net — nothing should trigger sideways scrolling */
body {
  overflow-x: hidden;
}
img {
  max-width: 100%;
}
.awards-by img {
  height: auto;
}

/* ---------- Tablets & below ( <= 991.98px ) ---------- */
@media (max-width: 991.98px) {
  /* About — stats block */
  .achivement-stat {
    margin-top: 3em;
  }

  /* "Powering a Sustainable Future" — trim the 15em top padding */
  .powering {
    padding: 6em 0 40px;
  }
  .powering .pe-lg-5 {
    margin-bottom: 24px;
  }
  .powering-for {
    max-width: 100%;
  }

  /* feature / enquiry cards */
  .help-with {
    padding: 30px;
  }
  .help-box {
    padding: 32px;
  }
}
 

/* ---------- Mobile ( <= 767.98px ) ---------- */
@media (max-width: 767.98px) {
  /* About — 2-up stats: drop the divider, tighten spacing */
  .achivement-stat {
    margin-top: 1.25em;
  }
  .achivement-stat [class*="col-md-3"] {
    margin-bottom: 26px;
  }
  .achivements {
    border-left: 0;
    padding: 14px 14px 0 16px;
  }
  .achivements p {
    margin-bottom: 0.6em;
  }
  .achived-num {
    font-size: 40px;
    line-height: 1.1;
  }

  /* "Powering a Sustainable Future" */
  .powering {
    padding: 4em 0 32px;
  }
  .powering-for {
    padding: 24px;
  }
  .pw-stat-value {
    font-size: 36px;
  }

  /* Awards — 2-up grid spacing */
  .awards [class*="col-md-3"] {
    margin-bottom: 22px;
  }

  /* Footer */
  .footer-top {
    padding: 36px 0;
  }
  .footer-middle {
    padding: 36px 0;
  }
  .footer-bottom {
    padding: 24px 0 40px;
  }
  .footer-bottom ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px 22px;
    margin-top: 14px;
  }
}

/* ---------- Small phones ( <= 575.98px ) ---------- */
@media (max-width: 575.98px) {
  /* hero CTAs stack full-width so they never overflow */
  .button-wrap {
    flex-direction: column;
    align-items: stretch;
  }
  .button-wrap .theme-btn,
  .button-wrap .see-btn {
    width: 100%;
    text-align: center;
  }
  .theme-btn,
  .download-btn {
    padding: 12px 26px;
  }

  /* card padding */
  .help-with,
  .help-box {
    padding: 22px;
  }

  /* stats stay readable in a tight 2-up */
  .achived-num {
    font-size: 20px;
  }
}

/*-- inner banner --*/
/* ===== Spec cards ===== */
.v2-specs {
  position: relative;
  z-index: 2;
  margin-top: auto;
}
.v2-spec-card {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  padding: 10px 10px;
  background: rgba(225, 225, 225, 0.2);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
}
.v2-spec-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #2ea8e6;
}
.v2-spec-label {
  color: #CACACA;
  font-size: 14px;
  margin-bottom: 3px;
}
.v2-spec-value {
  color: #fff;
  font-size: 12px;  
}

/* ============================================================
           GALLERY SLIDER SECTION
           ============================================================ */
.gx-section {
  --gx-blue-1: #034572;
  --gx-blue-2: #295ba7;
  position: relative;
  overflow: hidden;
  
  background: linear-gradient(
    180deg,
    var(--gx-blue-1) 0%,
    var(--gx-blue-2) 100%
  );
}
.gx-section .gx-section-inner{
  padding: 50px 0 130px;
}

/* ---- container (header lives here) ---- */
.gx-container {
  position: relative;
  z-index: 2; 
}

/* ---- header : title + description ---- */
.gx-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 36px;
}
.gx-title {
  margin: 0;
  color: #fff;
  font-family: "proxima_novasemibold", sans-serif;
  font-weight: 400;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
  max-width: 510px;
  flex-shrink: 0;
}
.gx-description {
  color: rgba(255, 255, 255, 0.78);
  max-width: 480px;
  line-height: 1.6;
  margin: 6px 0 0;
}

/* ---- nav : arrows centred below the slider ---- */
.gx-nav {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}
.gx-nav--bottom {
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-top: 4px;
}
.gx-arrow {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  cursor: pointer;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    opacity 0.25s ease,
    transform 0.15s ease;
}
.gx-arrow svg {
  width: 20px;
  height: 20px;
  display: block;
  transition: transform 0.2s ease;
}
.gx-arrow--prev:hover:not(:disabled) svg {
  transform: translateX(-3px);
}
.gx-arrow--next:hover:not(:disabled) svg {
  transform: translateX(3px);
}
.gx-arrow:hover:not(:disabled) {
  background: #fff;
  color: var(--gx-blue-2);
  border-color: #fff;
}
.gx-arrow:active:not(:disabled) {
  transform: scale(0.92);
}
.gx-arrow:disabled {
  opacity: 0.3;
  cursor: default;
}
.gx-arrow:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

/* ---- slider : full-width, centred 3-up carousel ---- */
.gx-slider {
  position: relative;
  z-index: 2;
  animation: gxRise 0.7s ease both;
}
@keyframes gxRise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gx-viewport {
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y; /* page still scrolls vertically */
  -webkit-user-select: none;
  user-select: none;
}
.gx-viewport.is-grabbing {
  cursor: grabbing;
}

.gx-track {
  display: flex;
  gap: 24px;
  padding: 14px 0 48px; /* breathing room for card shadows */
  will-change: transform;
}

.gx-slide {
  flex: 0 0 auto;
  /* fallback only — JS sets the exact px width for the 3-up layout */
  width: min(600px, calc((100vw - 48px) / 2.6));
}

.gx-card {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  overflow: hidden;
  background: #0d2c4d;
  box-shadow: 0 18px 30px -16px rgba(0, 0, 0, 0.55);
}
.gx-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
  -webkit-user-drag: none;
}
.gx-card::after {
  /* subtle bottom gradient for depth */
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 45%;
  background: linear-gradient(to top, rgba(2, 16, 33, 0.35), transparent);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.gx-viewport:not(.is-grabbing) .gx-card:hover img {
  transform: scale(1.07);
}
.gx-viewport:not(.is-grabbing) .gx-card:hover::after {
  opacity: 1;
}

/* ---- responsive tweaks ---- */
@media (max-width: 991.98px) {
  .gx-section {
    padding: 55px 0 75px;
  }
  .gx-head {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 26px;
  }
  .gx-title,
  .gx-description {
    max-width: 100%;
  }
  .gx-track {
    gap: 20px;
    padding: 12px 0 42px;
  }
  .gx-slide {
    width: calc((100vw - 40px) / 1.75);
  }
}
@media (max-width: 575.98px) {
  .gx-section {
    padding: 45px 0 0;
  }
  .gx-container {
    padding: 0 16px;
  }
  .gx-track {
    gap: 16px;
    padding: 10px 0 38px;
  }
  .gx-slide {
    width: calc((100vw - 32px) / 1.16);
  }
  .gx-arrow {
    width: 44px;
    height: 44px;
  }
  .gx-arrow svg {
    width: 17px;
    height: 17px;
  }
  .gx-card {
    border-radius: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gx-slider {
    animation: none;
  }
  .gx-card img {
    transition-duration: 0.01ms;
  }
}

/* ============================================================
   RESPONSIVE & FIXES  —  meet-v2-electric-bus.html
   ============================================================ */

/* lock the page scroll while the mobile menu panel is open */
body.v2-no-scroll {
  overflow: hidden;
}

/* About This Vehicle — the right-hand info panel */
@media (max-width: 1199.98px) {
  .v-info-wrapper {
    padding: 40px;
  }
}
@media (max-width: 991.98px) {
  .v-info-wrapper {
    padding: 28px 0 0;
  }
}
@media (max-width: 767.98px) {
  .v-info-wrapper {
    padding: 20px 0 0;
  }
  /* stacked info boxes collapse their shared 1px borders */
  .v-info-box {
    margin: 0 0 -1px;
  }
  /* spec / use-case table cells stay compact when they stack */
  .cell {
    min-height: 0;
  }
  /* don't force a tall viewport block on phones */
  .drive-the-future {
    min-height: auto;
  }
}

/* =========================================================================
   About page — Vision & Mission, Core Values, Milestones
   ========================================================================= */

/* ===== "Show no curve" — suppresses the curve overlay entirely, overriding
   the shared base rule's default top:-1px + bottom-left/right.svg display. ===== */
.vm-section.vm-curve-none::before,
.vm-section.vm-curve-none::after,
.ms-section.ms-curve-none::before,
.ms-section.ms-curve-none::after,
.powering-the-nation.pn-curve-none::before,
.powering-the-nation.pn-curve-none::after,
.drive-the-future.df-curve-none::before,
.drive-the-future.df-curve-none::after,
.ft-section.ft-curve-none::before,
.ft-section.ft-curve-none::after,
.powering.pw-curve-none::before,
.powering.pw-curve-none::after,
.v2-hero-shape.ah-curve-none::before,
.v2-hero-shape.ah-curve-none::after,
.v2-hero-shape.hb-curve-none::before,
.v2-hero-shape.hb-curve-none::after,
.v2-hero-shape.vs-curve-none::before,
.v2-hero-shape.vs-curve-none::after,
.v2-hero-shape.aw-curve-none::before,
.v2-hero-shape.aw-curve-none::after,
.v2-hero-shape.hy-curve-none::before,
.v2-hero-shape.hy-curve-none::after,
.v2-hero-shape.ih-curve-none::before,
.v2-hero-shape.ih-curve-none::after,
.v2-hero-shape.nh-curve-none::before,
.v2-hero-shape.nh-curve-none::after,
.intro-section.ai-curve-none::before,
.intro-section.ai-curve-none::after,
.cv-section.cv-curve-none::before,
.cv-section.cv-curve-none::after,
.achivement-stat-section.as-curve-none::before,
.achivement-stat-section.as-curve-none::after,
.hero-section.hh-curve-none::before,
.hero-section.hh-curve-none::after,
.about-section.ha-curve-none::before,
.about-section.ha-curve-none::after,
.insights.in-curve-none::before,
.insights.in-curve-none::after,
.trusted.tr-curve-none::before,
.trusted.tr-curve-none::after,
.engineering-reliable.er-curve-none::before,
.engineering-reliable.er-curve-none::after,
.v2-hero-shape.ch-curve-none::before,
.v2-hero-shape.ch-curve-none::after,
.v2-hero-shape.lh-curve-none::before,
.v2-hero-shape.lh-curve-none::after,
.ldr-chairman.lc-curve-none::before,
.ldr-chairman.lc-curve-none::after,
.ldr-team.lt-curve-none::before,
.ldr-team.lt-curve-none::after,
.cr-values.ci-curve-none::before,
.cr-values.ci-curve-none::after,
.cr-why.cw-curve-none::before,
.cr-why.cw-curve-none::after,
.cr-life.cl-curve-none::before,
.cr-life.cl-curve-none::after,
.cr-jobs.cj-curve-none::before,
.cr-jobs.cj-curve-none::after,
.v2-hero-shape.eh-curve-none::before,
.v2-hero-shape.eh-curve-none::after,
.why-contact.wc-curve-none::before,
.why-contact.wc-curve-none::after,
.contact-info.coi-curve-none::before,
.contact-info.coi-curve-none::after,
.faq-section.fq-curve-none::before,
.faq-section.fq-curve-none::after,
.v2-hero-shape.bh-curve-none::before,
.v2-hero-shape.bh-curve-none::after,
.about-this-vehicle.atv-curve-none::before,
.about-this-vehicle.atv-curve-none::after,
.v2-hero-shape.ss-curve-none::before,
.v2-hero-shape.ss-curve-none::after,
.applications.bts-curve-none::before,
.applications.bts-curve-none::after,
.applications.buc-curve-none::before,
.applications.buc-curve-none::after,
.v2-hero-shape.bg-curve-none::before,
.v2-hero-shape.bg-curve-none::after,
.bus-video-section.bvs-curve-none::before,
.bus-video-section.bvs-curve-none::after,
.compliance.cf-curve-none::before,
.compliance.cf-curve-none::after,
.efficient-mobility.em-curve-none::before,
.efficient-mobility.em-curve-none::after,
.te-section.te-curve-none::before,
.te-section.te-curve-none::after {
  display: none;
}

/* ===== position:relative for sections that had no anchor for the curve overlay ===== */
.intro-section,
.achivement-stat-section,
.about-section,
.insights,
.trusted,
.engineering-reliable,
.cr-values,
.cr-life,
.faq-section,
.about-this-vehicle,
.applications,
.bus-video-section,
.compliance,
.efficient-mobility,
.te-section,
.ldr-chairman,
.ldr-team {
  position: relative;
}

/* ===== About Hero curve shape (position + color, CMS-controlled) ===== */
.v2-hero-shape.ah-curve-top::before,
.v2-hero-shape.ah-curve-top::after {
  top: -1px;
  bottom: auto;
}
.v2-hero-shape.ah-curve-bottom::before,
.v2-hero-shape.ah-curve-bottom::after,
.v2-hero-shape.hy-curve-bottom::before,
.v2-hero-shape.hy-curve-bottom::after {
  top: auto;
  bottom: -2px;
}
.v2-hero-shape.ah-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.v2-hero-shape.ah-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.v2-hero-shape.ah-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.v2-hero-shape.ah-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.v2-hero-shape.ah-curve-top.ah-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.v2-hero-shape.ah-curve-top.ah-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.v2-hero-shape.ah-curve-bottom.ah-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.v2-hero-shape.ah-curve-bottom.ah-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.v2-hero-shape.ah-curve-top.ah-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.v2-hero-shape.ah-curve-top.ah-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.v2-hero-shape.ah-curve-bottom.ah-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.v2-hero-shape.ah-curve-bottom.ah-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* the left/right curve pieces are a fixed 400px each, so on narrow
   viewports they overlap in the middle instead of reading as two
   separate curves — scale both down (keeping their aspect ratio) so
   they stay clear of each other down to small phones */
@media (max-width: 767.98px) {
  .v2-hero-shape.ah-curve-top::before,
  .v2-hero-shape.ah-curve-top::after,
  .v2-hero-shape.ah-curve-bottom::before,
  .v2-hero-shape.ah-curve-bottom::after {
    width: 260px;
    height: 15px;
    background-size: 260px 15px;
  }
  .v2-hero-shape.ah-curve-top::before,
  .v2-hero-shape.ah-curve-bottom::before {
    left: -13px;
  }
  .v2-hero-shape.ah-curve-top::after,
  .v2-hero-shape.ah-curve-bottom::after {
    right: -13px;
  }
}
@media (max-width: 575.98px) {
  .v2-hero-shape.ah-curve-top::before,
  .v2-hero-shape.ah-curve-top::after,
  .v2-hero-shape.ah-curve-bottom::before,
  .v2-hero-shape.ah-curve-bottom::after {
    width: 150px;
    height: 9px;
    background-size: 150px 9px;
  }
  .v2-hero-shape.ah-curve-top::before,
  .v2-hero-shape.ah-curve-bottom::before {
    left: -7px;
  }
  .v2-hero-shape.ah-curve-top::after,
  .v2-hero-shape.ah-curve-bottom::after {
    right: -7px;
  }
}

/* ===== Insulators listing hero curve shape (position + color, CMS-controlled) ===== */
.v2-hero-shape.ih-curve-top::before,
.v2-hero-shape.ih-curve-top::after {
  top: -1px;
  bottom: auto;
}
.v2-hero-shape.ih-curve-bottom::before,
.v2-hero-shape.ih-curve-bottom::after {
  top: auto;
  bottom: -2px;
}
.v2-hero-shape.ih-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.v2-hero-shape.ih-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.v2-hero-shape.ih-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.v2-hero-shape.ih-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.v2-hero-shape.ih-curve-top.ih-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.v2-hero-shape.ih-curve-top.ih-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.v2-hero-shape.ih-curve-bottom.ih-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.v2-hero-shape.ih-curve-bottom.ih-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.v2-hero-shape.ih-curve-top.ih-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.v2-hero-shape.ih-curve-top.ih-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.v2-hero-shape.ih-curve-bottom.ih-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.v2-hero-shape.ih-curve-bottom.ih-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* the left/right curve pieces are a fixed 400px each, so on narrow
   viewports they overlap in the middle instead of reading as two
   separate curves — scale both down (keeping their aspect ratio) so
   they stay clear of each other down to small phones */
@media (max-width: 767.98px) {
  .v2-hero-shape.ih-curve-top::before,
  .v2-hero-shape.ih-curve-top::after,
  .v2-hero-shape.ih-curve-bottom::before,
  .v2-hero-shape.ih-curve-bottom::after {
    width: 260px;
    height: 15px;
    background-size: 260px 15px;
  }
  .v2-hero-shape.ih-curve-top::before,
  .v2-hero-shape.ih-curve-bottom::before {
    left: -13px;
  }
  .v2-hero-shape.ih-curve-top::after,
  .v2-hero-shape.ih-curve-bottom::after {
    right: -13px;
  }
}
@media (max-width: 575.98px) {
  .v2-hero-shape.ih-curve-top::before,
  .v2-hero-shape.ih-curve-top::after,
  .v2-hero-shape.ih-curve-bottom::before,
  .v2-hero-shape.ih-curve-bottom::after {
    width: 150px;
    height: 9px;
    background-size: 150px 9px;
  }
  .v2-hero-shape.ih-curve-top::before,
  .v2-hero-shape.ih-curve-bottom::before {
    left: -7px;
  }
  .v2-hero-shape.ih-curve-top::after,
  .v2-hero-shape.ih-curve-bottom::after {
    right: -7px;
  }
}

/* ===== Insulator detail hero curve shape — always bottom, not CMS-controlled ===== */
.v2-hero-shape.idh-curve-bottom::before,
.v2-hero-shape.idh-curve-bottom::after {
  top: auto;
  bottom: -2px;
}
.v2-hero-shape.idh-curve-bottom::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.v2-hero-shape.idh-curve-bottom::after {
  background-image: url(../images/bottom-right-gray.svg);
}

/* the left/right curve pieces are a fixed 400px each, so on narrow
   viewports they overlap in the middle instead of reading as two
   separate curves — scale both down (keeping their aspect ratio) so
   they stay clear of each other down to small phones */
@media (max-width: 767.98px) {
  .v2-hero-shape.idh-curve-bottom::before,
  .v2-hero-shape.idh-curve-bottom::after {
    width: 260px;
    height: 15px;
    background-size: 260px 15px;
  }
  .v2-hero-shape.idh-curve-bottom::before {
    left: -13px;
  }
  .v2-hero-shape.idh-curve-bottom::after {
    right: -13px;
  }
}
@media (max-width: 575.98px) {
  .v2-hero-shape.idh-curve-bottom::before,
  .v2-hero-shape.idh-curve-bottom::after {
    width: 150px;
    height: 9px;
    background-size: 150px 9px;
  }
  .v2-hero-shape.idh-curve-bottom::before {
    left: -7px;
  }
  .v2-hero-shape.idh-curve-bottom::after {
    right: -7px;
  }
}

/* ===== News & Media detail hero curve shape — always bottom, not CMS-controlled ===== */
.v2-hero-shape.ndh-curve-bottom::before,
.v2-hero-shape.ndh-curve-bottom::after {
  top: auto;
  bottom: -2px;
}
.v2-hero-shape.ndh-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.v2-hero-shape.ndh-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}

/* the left/right curve pieces are a fixed 400px each, so on narrow
   viewports they overlap in the middle instead of reading as two
   separate curves — scale both down (keeping their aspect ratio) so
   they stay clear of each other down to small phones */
@media (max-width: 767.98px) {
  .v2-hero-shape.ndh-curve-bottom::before,
  .v2-hero-shape.ndh-curve-bottom::after {
    width: 260px;
    height: 15px;
    background-size: 260px 15px;
  }
  .v2-hero-shape.ndh-curve-bottom::before {
    left: -13px;
  }
  .v2-hero-shape.ndh-curve-bottom::after {
    right: -13px;
  }
}
@media (max-width: 575.98px) {
  .v2-hero-shape.ndh-curve-bottom::before,
  .v2-hero-shape.ndh-curve-bottom::after {
    width: 150px;
    height: 9px;
    background-size: 150px 9px;
  }
  .v2-hero-shape.ndh-curve-bottom::before {
    left: -7px;
  }
  .v2-hero-shape.ndh-curve-bottom::after {
    right: -7px;
  }
}

/* ===== Blog detail hero curve shape — always bottom, not CMS-controlled ===== */
.v2-hero-shape.bdh-curve-bottom::before,
.v2-hero-shape.bdh-curve-bottom::after {
  top: auto;
  bottom: -2px;
}
.v2-hero-shape.bdh-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.v2-hero-shape.bdh-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}

/* the left/right curve pieces are a fixed 400px each, so on narrow
   viewports they overlap in the middle instead of reading as two
   separate curves — scale both down (keeping their aspect ratio) so
   they stay clear of each other down to small phones */
@media (max-width: 767.98px) {
  .v2-hero-shape.bdh-curve-bottom::before,
  .v2-hero-shape.bdh-curve-bottom::after {
    width: 260px;
    height: 15px;
    background-size: 260px 15px;
  }
  .v2-hero-shape.bdh-curve-bottom::before {
    left: -13px;
  }
  .v2-hero-shape.bdh-curve-bottom::after {
    right: -13px;
  }
}
@media (max-width: 575.98px) {
  .v2-hero-shape.bdh-curve-bottom::before,
  .v2-hero-shape.bdh-curve-bottom::after {
    width: 150px;
    height: 9px;
    background-size: 150px 9px;
  }
  .v2-hero-shape.bdh-curve-bottom::before {
    left: -7px;
  }
  .v2-hero-shape.bdh-curve-bottom::after {
    right: -7px;
  }
}

/* ===== Opening detail hero curve shape — always bottom, not CMS-controlled ===== */
.v2-hero-shape.oph-curve-bottom::before,
.v2-hero-shape.oph-curve-bottom::after {
  top: auto;
  bottom: -2px;
}
.v2-hero-shape.oph-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.v2-hero-shape.oph-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}

@media (max-width: 767.98px) {
  .v2-hero-shape.oph-curve-bottom::before,
  .v2-hero-shape.oph-curve-bottom::after {
    width: 260px;
    height: 15px;
    background-size: 260px 15px;
  }
  .v2-hero-shape.oph-curve-bottom::before {
    left: -13px;
  }
  .v2-hero-shape.oph-curve-bottom::after {
    right: -13px;
  }
}
@media (max-width: 575.98px) {
  .v2-hero-shape.oph-curve-bottom::before,
  .v2-hero-shape.oph-curve-bottom::after {
    width: 150px;
    height: 9px;
    background-size: 150px 9px;
  }
  .v2-hero-shape.oph-curve-bottom::before {
    left: -7px;
  }
  .v2-hero-shape.oph-curve-bottom::after {
    right: -7px;
  }
}

/* ===== Investors hero curve shape — always bottom, not CMS-controlled ===== */
.v2-hero-shape.ivh-curve-bottom::before,
.v2-hero-shape.ivh-curve-bottom::after {
  top: auto;
  bottom: -2px;
}
.v2-hero-shape.ivh-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.v2-hero-shape.ivh-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}

/* the left/right curve pieces are a fixed 400px each, so on narrow
   viewports they overlap in the middle instead of reading as two
   separate curves — scale both down (keeping their aspect ratio) so
   they stay clear of each other down to small phones */
@media (max-width: 767.98px) {
  .v2-hero-shape.ivh-curve-bottom::before,
  .v2-hero-shape.ivh-curve-bottom::after {
    width: 260px;
    height: 15px;
    background-size: 260px 15px;
  }
  .v2-hero-shape.ivh-curve-bottom::before {
    left: -13px;
  }
  .v2-hero-shape.ivh-curve-bottom::after {
    right: -13px;
  }
}
@media (max-width: 575.98px) {
  .v2-hero-shape.ivh-curve-bottom::before,
  .v2-hero-shape.ivh-curve-bottom::after {
    width: 150px;
    height: 9px;
    background-size: 150px 9px;
  }
  .v2-hero-shape.ivh-curve-bottom::before {
    left: -7px;
  }
  .v2-hero-shape.ivh-curve-bottom::after {
    right: -7px;
  }
}

/* ===== News & Media listing hero curve shape (position + color, CMS-controlled) ===== */
.v2-hero-shape.nh-curve-top::before,
.v2-hero-shape.nh-curve-top::after {
  top: -1px;
  bottom: auto;
}
.v2-hero-shape.nh-curve-bottom::before,
.v2-hero-shape.nh-curve-bottom::after {
  top: auto;
  bottom: -2px;
}
.v2-hero-shape.nh-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.v2-hero-shape.nh-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.v2-hero-shape.nh-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.v2-hero-shape.nh-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.v2-hero-shape.nh-curve-top.nh-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.v2-hero-shape.nh-curve-top.nh-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.v2-hero-shape.nh-curve-bottom.nh-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.v2-hero-shape.nh-curve-bottom.nh-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.v2-hero-shape.nh-curve-top.nh-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.v2-hero-shape.nh-curve-top.nh-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.v2-hero-shape.nh-curve-bottom.nh-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.v2-hero-shape.nh-curve-bottom.nh-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* the left/right curve pieces are a fixed 400px each, so on narrow
   viewports they overlap in the middle instead of reading as two
   separate curves — scale both down (keeping their aspect ratio) so
   they stay clear of each other down to small phones */
@media (max-width: 767.98px) {
  .v2-hero-shape.nh-curve-top::before,
  .v2-hero-shape.nh-curve-top::after,
  .v2-hero-shape.nh-curve-bottom::before,
  .v2-hero-shape.nh-curve-bottom::after {
    width: 260px;
    height: 15px;
    background-size: 260px 15px;
  }
  .v2-hero-shape.nh-curve-top::before,
  .v2-hero-shape.nh-curve-bottom::before {
    left: -13px;
  }
  .v2-hero-shape.nh-curve-top::after,
  .v2-hero-shape.nh-curve-bottom::after {
    right: -13px;
  }
}
@media (max-width: 575.98px) {
  .v2-hero-shape.nh-curve-top::before,
  .v2-hero-shape.nh-curve-top::after,
  .v2-hero-shape.nh-curve-bottom::before,
  .v2-hero-shape.nh-curve-bottom::after {
    width: 150px;
    height: 9px;
    background-size: 150px 9px;
  }
  .v2-hero-shape.nh-curve-top::before,
  .v2-hero-shape.nh-curve-bottom::before {
    left: -7px;
  }
  .v2-hero-shape.nh-curve-top::after,
  .v2-hero-shape.nh-curve-bottom::after {
    right: -7px;
  }
}

/* ===== Home Hero Banner curve shape (position + color, CMS-controlled) ===== */
.v2-hero-shape.hb-curve-top::before,
.v2-hero-shape.hb-curve-top::after {
  top: -1px;
  bottom: auto;
}
.v2-hero-shape.hb-curve-bottom::before,
.v2-hero-shape.hb-curve-bottom::after {
  top: auto;
  bottom: -2px;
}
.v2-hero-shape.hb-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.v2-hero-shape.hb-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.v2-hero-shape.hb-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.v2-hero-shape.hb-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.v2-hero-shape.hb-curve-top.hb-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.v2-hero-shape.hb-curve-top.hb-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.v2-hero-shape.hb-curve-bottom.hb-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.v2-hero-shape.hb-curve-bottom.hb-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.v2-hero-shape.hb-curve-top.hb-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.v2-hero-shape.hb-curve-top.hb-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.v2-hero-shape.hb-curve-bottom.hb-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.v2-hero-shape.hb-curve-bottom.hb-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* the left/right curve pieces are a fixed 400px each, so on narrow
   viewports they overlap in the middle instead of reading as two
   separate curves — scale both down (keeping their aspect ratio) so
   they stay clear of each other down to small phones */
@media (max-width: 767.98px) {
  .v2-hero-shape.hb-curve-top::before,
  .v2-hero-shape.hb-curve-top::after,
  .v2-hero-shape.hb-curve-bottom::before,
  .v2-hero-shape.hb-curve-bottom::after {
    width: 260px;
    height: 15px;
    background-size: 260px 15px;
  }
  .v2-hero-shape.hb-curve-top::before,
  .v2-hero-shape.hb-curve-bottom::before {
    left: -13px;
  }
  .v2-hero-shape.hb-curve-top::after,
  .v2-hero-shape.hb-curve-bottom::after {
    right: -13px;
  }
}
@media (max-width: 575.98px) {
  .v2-hero-shape.hb-curve-top::before,
  .v2-hero-shape.hb-curve-top::after,
  .v2-hero-shape.hb-curve-bottom::before,
  .v2-hero-shape.hb-curve-bottom::after {
    width: 150px;
    height: 9px;
    background-size: 150px 9px;
  }
  .v2-hero-shape.hb-curve-top::before,
  .v2-hero-shape.hb-curve-bottom::before {
    left: -7px;
  }
  .v2-hero-shape.hb-curve-top::after,
  .v2-hero-shape.hb-curve-bottom::after {
    right: -7px;
  }
}

/* ===== Vehicle Section curve shape (position + color, CMS-controlled) ===== */
.v2-hero-shape.vs-curve-top::before,
.v2-hero-shape.vs-curve-top::after {
  top: -1px;
  bottom: auto;
}
.v2-hero-shape.vs-curve-bottom::before,
.v2-hero-shape.vs-curve-bottom::after {
  top: auto;
  bottom: -1px;
}
.v2-hero-shape.vs-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.v2-hero-shape.vs-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.v2-hero-shape.vs-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.v2-hero-shape.vs-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.v2-hero-shape.vs-curve-top.vs-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.v2-hero-shape.vs-curve-top.vs-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.v2-hero-shape.vs-curve-bottom.vs-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.v2-hero-shape.vs-curve-bottom.vs-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.v2-hero-shape.vs-curve-top.vs-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.v2-hero-shape.vs-curve-top.vs-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.v2-hero-shape.vs-curve-bottom.vs-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.v2-hero-shape.vs-curve-bottom.vs-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== Home Awards curve shape (position + color, CMS-controlled) ===== */
.v2-hero-shape.aw-curve-top::before,
.v2-hero-shape.aw-curve-top::after {
  top: -1px;
  bottom: auto;
}
.v2-hero-shape.aw-curve-bottom::before,
.v2-hero-shape.aw-curve-bottom::after {
  top: auto;
  bottom: -1px;
}
.v2-hero-shape.aw-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.v2-hero-shape.aw-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.v2-hero-shape.aw-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.v2-hero-shape.aw-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.v2-hero-shape.aw-curve-top.aw-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.v2-hero-shape.aw-curve-top.aw-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.v2-hero-shape.aw-curve-bottom.aw-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.v2-hero-shape.aw-curve-bottom.aw-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.v2-hero-shape.aw-curve-top.aw-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.v2-hero-shape.aw-curve-top.aw-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.v2-hero-shape.aw-curve-bottom.aw-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.v2-hero-shape.aw-curve-bottom.aw-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== Home Help You curve shape (position + color, CMS-controlled) ===== */
.v2-hero-shape.hy-curve-top::before,
.v2-hero-shape.hy-curve-top::after {
  top: -1px;
  bottom: auto;
}
.v2-hero-shape.hy-curve-bottom::before,
.v2-hero-shape.hy-curve-bottom::after {
  top: auto;
  bottom: -2px;
}
.v2-hero-shape.hy-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.v2-hero-shape.hy-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.v2-hero-shape.hy-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.v2-hero-shape.hy-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.v2-hero-shape.hy-curve-top.hy-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.v2-hero-shape.hy-curve-top.hy-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.v2-hero-shape.hy-curve-bottom.hy-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.v2-hero-shape.hy-curve-bottom.hy-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.v2-hero-shape.hy-curve-top.hy-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.v2-hero-shape.hy-curve-top.hy-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.v2-hero-shape.hy-curve-bottom.hy-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.v2-hero-shape.hy-curve-bottom.hy-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== About Intro curve shape (position + color, CMS-controlled) ===== */
.intro-section.ai-curve-top::before,
.intro-section.ai-curve-top::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: auto;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.intro-section.ai-curve-bottom::before,
.intro-section.ai-curve-bottom::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.intro-section.ai-curve-top::before,
.intro-section.ai-curve-bottom::before {
  left: -20px;
}
.intro-section.ai-curve-top::after,
.intro-section.ai-curve-bottom::after {
  right: -20px;
}
.intro-section.ai-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.intro-section.ai-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.intro-section.ai-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.intro-section.ai-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.intro-section.ai-curve-top.ai-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.intro-section.ai-curve-top.ai-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.intro-section.ai-curve-bottom.ai-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.intro-section.ai-curve-bottom.ai-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.intro-section.ai-curve-top.ai-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.intro-section.ai-curve-top.ai-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.intro-section.ai-curve-bottom.ai-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.intro-section.ai-curve-bottom.ai-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== Core Values curve shape (position + color, CMS-controlled) ===== */
.cv-section.cv-curve-top::before,
.cv-section.cv-curve-top::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: auto;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.cv-section.cv-curve-bottom::before,
.cv-section.cv-curve-bottom::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.cv-section.cv-curve-top::before,
.cv-section.cv-curve-bottom::before {
  left: -20px;
}
.cv-section.cv-curve-top::after,
.cv-section.cv-curve-bottom::after {
  right: -20px;
}
.cv-section.cv-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.cv-section.cv-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.cv-section.cv-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.cv-section.cv-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.cv-section.cv-curve-top.cv-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.cv-section.cv-curve-top.cv-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.cv-section.cv-curve-bottom.cv-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.cv-section.cv-curve-bottom.cv-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.cv-section.cv-curve-top.cv-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.cv-section.cv-curve-top.cv-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.cv-section.cv-curve-bottom.cv-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.cv-section.cv-curve-bottom.cv-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== Transforming Everyday curve shape (position + color, CMS-controlled) ===== */
.te-section.te-curve-top::before,
.te-section.te-curve-top::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: auto;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.te-section.te-curve-bottom::before,
.te-section.te-curve-bottom::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.te-section.te-curve-top::before,
.te-section.te-curve-bottom::before {
  left: -20px;
}
.te-section.te-curve-top::after,
.te-section.te-curve-bottom::after {
  right: -20px;
}
.te-section.te-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.te-section.te-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.te-section.te-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.te-section.te-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.te-section.te-curve-top.te-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.te-section.te-curve-top.te-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.te-section.te-curve-bottom.te-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.te-section.te-curve-bottom.te-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.te-section.te-curve-top.te-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.te-section.te-curve-top.te-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.te-section.te-curve-bottom.te-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.te-section.te-curve-bottom.te-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== About Achievements curve shape (position + color, CMS-controlled) ===== */
.achivement-stat-section.as-curve-top::before,
.achivement-stat-section.as-curve-top::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: auto;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.achivement-stat-section.as-curve-bottom::before,
.achivement-stat-section.as-curve-bottom::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.achivement-stat-section.as-curve-top::before,
.achivement-stat-section.as-curve-bottom::before {
  left: -20px;
}
.achivement-stat-section.as-curve-top::after,
.achivement-stat-section.as-curve-bottom::after {
  right: -20px;
}
.achivement-stat-section.as-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.achivement-stat-section.as-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.achivement-stat-section.as-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.achivement-stat-section.as-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.achivement-stat-section.as-curve-top.as-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.achivement-stat-section.as-curve-top.as-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.achivement-stat-section.as-curve-bottom.as-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.achivement-stat-section.as-curve-bottom.as-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.achivement-stat-section.as-curve-top.as-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.achivement-stat-section.as-curve-top.as-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.achivement-stat-section.as-curve-bottom.as-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.achivement-stat-section.as-curve-bottom.as-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== Home Hero (plain) curve shape (position + color, CMS-controlled) ===== */
.hero-section.hh-curve-top::before,
.hero-section.hh-curve-top::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: auto;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
  z-index: 2;
}
.hero-section.hh-curve-bottom::before,
.hero-section.hh-curve-bottom::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
  z-index: 2;
}
.hero-section.hh-curve-top::before,
.hero-section.hh-curve-bottom::before {
  left: -20px;
}
.hero-section.hh-curve-top::after,
.hero-section.hh-curve-bottom::after {
  right: -20px;
}
.hero-section.hh-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.hero-section.hh-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.hero-section.hh-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.hero-section.hh-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.hero-section.hh-curve-top.hh-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.hero-section.hh-curve-top.hh-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.hero-section.hh-curve-bottom.hh-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.hero-section.hh-curve-bottom.hh-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.hero-section.hh-curve-top.hh-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.hero-section.hh-curve-top.hh-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.hero-section.hh-curve-bottom.hh-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.hero-section.hh-curve-bottom.hh-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== Home About curve shape (position + color, CMS-controlled) ===== */
.about-section.ha-curve-top::before,
.about-section.ha-curve-top::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: auto;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.about-section.ha-curve-bottom::before,
.about-section.ha-curve-bottom::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.about-section.ha-curve-top::before,
.about-section.ha-curve-bottom::before {
  left: -20px;
}
.about-section.ha-curve-top::after,
.about-section.ha-curve-bottom::after {
  right: -20px;
}
.about-section.ha-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.about-section.ha-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.about-section.ha-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.about-section.ha-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.about-section.ha-curve-top.ha-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.about-section.ha-curve-top.ha-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.about-section.ha-curve-bottom.ha-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.about-section.ha-curve-bottom.ha-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.about-section.ha-curve-top.ha-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.about-section.ha-curve-top.ha-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.about-section.ha-curve-bottom.ha-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.about-section.ha-curve-bottom.ha-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== Home Insights curve shape (position + color, CMS-controlled) ===== */
.insights.in-curve-top::before,
.insights.in-curve-top::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: auto;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.insights.in-curve-bottom::before,
.insights.in-curve-bottom::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.insights.in-curve-top::before,
.insights.in-curve-bottom::before {
  left: -20px;
}
.insights.in-curve-top::after,
.insights.in-curve-bottom::after {
  right: -20px;
}
.insights.in-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.insights.in-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.insights.in-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.insights.in-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.insights.in-curve-top.in-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.insights.in-curve-top.in-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.insights.in-curve-bottom.in-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.insights.in-curve-bottom.in-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.insights.in-curve-top.in-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.insights.in-curve-top.in-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.insights.in-curve-bottom.in-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.insights.in-curve-bottom.in-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== Home Trusted curve shape (position + color, CMS-controlled) ===== */
.trusted.tr-curve-top::before,
.trusted.tr-curve-top::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: auto;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.trusted.tr-curve-bottom::before,
.trusted.tr-curve-bottom::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.trusted.tr-curve-top::before,
.trusted.tr-curve-bottom::before {
  left: -20px;
}
.trusted.tr-curve-top::after,
.trusted.tr-curve-bottom::after {
  right: -20px;
}
.trusted.tr-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.trusted.tr-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.trusted.tr-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.trusted.tr-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.trusted.tr-curve-top.tr-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.trusted.tr-curve-top.tr-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.trusted.tr-curve-bottom.tr-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.trusted.tr-curve-bottom.tr-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.trusted.tr-curve-top.tr-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.trusted.tr-curve-top.tr-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.trusted.tr-curve-bottom.tr-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.trusted.tr-curve-bottom.tr-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== Engineering Reliable curve shape (position + color, CMS-controlled) ===== */
.engineering-reliable.er-curve-top::before,
.engineering-reliable.er-curve-top::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: auto;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.engineering-reliable.er-curve-bottom::before,
.engineering-reliable.er-curve-bottom::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.engineering-reliable.er-curve-top::before,
.engineering-reliable.er-curve-bottom::before {
  left: -20px;
}
.engineering-reliable.er-curve-top::after,
.engineering-reliable.er-curve-bottom::after {
  right: -20px;
}
.engineering-reliable.er-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.engineering-reliable.er-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.engineering-reliable.er-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.engineering-reliable.er-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.engineering-reliable.er-curve-top.er-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.engineering-reliable.er-curve-top.er-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.engineering-reliable.er-curve-bottom.er-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.engineering-reliable.er-curve-bottom.er-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.engineering-reliable.er-curve-top.er-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.engineering-reliable.er-curve-top.er-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.engineering-reliable.er-curve-bottom.er-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.engineering-reliable.er-curve-bottom.er-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== Call To Action curve shape (position + color, CMS-controlled) ===== */
.cta-section.cta-curve-none::before,
.cta-section.cta-curve-none::after {
  display: none;
}
.cta-section.cta-curve-top::before,
.cta-section.cta-curve-top::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: auto;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.cta-section.cta-curve-bottom::before,
.cta-section.cta-curve-bottom::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.cta-section.cta-curve-top::before,
.cta-section.cta-curve-bottom::before {
  left: -20px;
}
.cta-section.cta-curve-top::after,
.cta-section.cta-curve-bottom::after {
  right: -20px;
}
.cta-section.cta-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.cta-section.cta-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.cta-section.cta-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.cta-section.cta-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.cta-section.cta-curve-top.cta-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.cta-section.cta-curve-top.cta-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.cta-section.cta-curve-bottom.cta-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.cta-section.cta-curve-bottom.cta-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.cta-section.cta-curve-top.cta-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.cta-section.cta-curve-top.cta-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.cta-section.cta-curve-bottom.cta-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.cta-section.cta-curve-bottom.cta-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== Career Hero curve shape (position + color, CMS-controlled) ===== */
.v2-hero-shape.ch-curve-top::before,
.v2-hero-shape.ch-curve-top::after {
  top: -1px;
  bottom: auto;
}
.v2-hero-shape.ch-curve-bottom::before,
.v2-hero-shape.ch-curve-bottom::after {
  top: auto;
  bottom: -1px;
}
.v2-hero-shape.ch-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.v2-hero-shape.ch-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.v2-hero-shape.ch-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.v2-hero-shape.ch-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.v2-hero-shape.ch-curve-top.ch-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.v2-hero-shape.ch-curve-top.ch-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.v2-hero-shape.ch-curve-bottom.ch-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.v2-hero-shape.ch-curve-bottom.ch-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.v2-hero-shape.ch-curve-top.ch-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.v2-hero-shape.ch-curve-top.ch-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.v2-hero-shape.ch-curve-bottom.ch-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.v2-hero-shape.ch-curve-bottom.ch-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* the left/right curve pieces are a fixed 400px each, so on narrow
   viewports they overlap in the middle instead of reading as two
   separate curves — scale both down (keeping their aspect ratio) so
   they stay clear of each other down to small phones */
@media (max-width: 767.98px) {
  .v2-hero-shape.ch-curve-top::before,
  .v2-hero-shape.ch-curve-top::after,
  .v2-hero-shape.ch-curve-bottom::before,
  .v2-hero-shape.ch-curve-bottom::after {
    width: 260px;
    height: 15px;
    background-size: 260px 15px;
  }
  .v2-hero-shape.ch-curve-top::before,
  .v2-hero-shape.ch-curve-bottom::before {
    left: -13px;
  }
  .v2-hero-shape.ch-curve-top::after,
  .v2-hero-shape.ch-curve-bottom::after {
    right: -13px;
  }
}
@media (max-width: 575.98px) {
  .v2-hero-shape.ch-curve-top::before,
  .v2-hero-shape.ch-curve-top::after,
  .v2-hero-shape.ch-curve-bottom::before,
  .v2-hero-shape.ch-curve-bottom::after {
    width: 150px;
    height: 9px;
    background-size: 150px 9px;
  }
  .v2-hero-shape.ch-curve-top::before,
  .v2-hero-shape.ch-curve-bottom::before {
    left: -7px;
  }
  .v2-hero-shape.ch-curve-top::after,
  .v2-hero-shape.ch-curve-bottom::after {
    right: -7px;
  }
}

/* ===== Leadership Team Hero curve shape (position + color, CMS-controlled) ===== */
.v2-hero-shape.lh-curve-top::before,
.v2-hero-shape.lh-curve-top::after {
  top: -1px;
  bottom: auto;
}
.v2-hero-shape.lh-curve-bottom::before,
.v2-hero-shape.lh-curve-bottom::after {
  top: auto;
  bottom: -2px;
}
.v2-hero-shape.lh-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.v2-hero-shape.lh-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.v2-hero-shape.lh-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.v2-hero-shape.lh-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.v2-hero-shape.lh-curve-top.lh-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.v2-hero-shape.lh-curve-top.lh-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.v2-hero-shape.lh-curve-bottom.lh-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.v2-hero-shape.lh-curve-bottom.lh-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.v2-hero-shape.lh-curve-top.lh-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.v2-hero-shape.lh-curve-top.lh-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.v2-hero-shape.lh-curve-bottom.lh-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.v2-hero-shape.lh-curve-bottom.lh-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* the left/right curve pieces are a fixed 400px each, so on narrow
   viewports they overlap in the middle instead of reading as two
   separate curves — scale both down (keeping their aspect ratio) so
   they stay clear of each other down to small phones */
@media (max-width: 767.98px) {
  .v2-hero-shape.lh-curve-top::before,
  .v2-hero-shape.lh-curve-top::after,
  .v2-hero-shape.lh-curve-bottom::before,
  .v2-hero-shape.lh-curve-bottom::after {
    width: 260px;
    height: 15px;
    background-size: 260px 15px;
  }
  .v2-hero-shape.lh-curve-top::before,
  .v2-hero-shape.lh-curve-bottom::before {
    left: -13px;
  }
  .v2-hero-shape.lh-curve-top::after,
  .v2-hero-shape.lh-curve-bottom::after {
    right: -13px;
  }
}
@media (max-width: 575.98px) {
  .v2-hero-shape.lh-curve-top::before,
  .v2-hero-shape.lh-curve-top::after,
  .v2-hero-shape.lh-curve-bottom::before,
  .v2-hero-shape.lh-curve-bottom::after {
    width: 150px;
    height: 9px;
    background-size: 150px 9px;
  }
  .v2-hero-shape.lh-curve-top::before,
  .v2-hero-shape.lh-curve-bottom::before {
    left: -7px;
  }
  .v2-hero-shape.lh-curve-top::after,
  .v2-hero-shape.lh-curve-bottom::after {
    right: -7px;
  }
}

/* ===== Leadership Chairman curve shape (position + color, CMS-controlled) ===== */
.ldr-chairman.lc-curve-top::before,
.ldr-chairman.lc-curve-top::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: auto;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.ldr-chairman.lc-curve-bottom::before,
.ldr-chairman.lc-curve-bottom::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.ldr-chairman.lc-curve-top::before,
.ldr-chairman.lc-curve-bottom::before {
  left: -20px;
}
.ldr-chairman.lc-curve-top::after,
.ldr-chairman.lc-curve-bottom::after {
  right: -20px;
}
.ldr-chairman.lc-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.ldr-chairman.lc-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.ldr-chairman.lc-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.ldr-chairman.lc-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.ldr-chairman.lc-curve-top.lc-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.ldr-chairman.lc-curve-top.lc-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.ldr-chairman.lc-curve-bottom.lc-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.ldr-chairman.lc-curve-bottom.lc-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.ldr-chairman.lc-curve-top.lc-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.ldr-chairman.lc-curve-top.lc-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.ldr-chairman.lc-curve-bottom.lc-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.ldr-chairman.lc-curve-bottom.lc-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== Leadership Team Members curve shape (position + color, CMS-controlled) ===== */
.ldr-team.lt-curve-top::before,
.ldr-team.lt-curve-top::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: auto;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.ldr-team.lt-curve-bottom::before,
.ldr-team.lt-curve-bottom::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.ldr-team.lt-curve-top::before,
.ldr-team.lt-curve-bottom::before {
  left: -20px;
}
.ldr-team.lt-curve-top::after,
.ldr-team.lt-curve-bottom::after {
  right: -20px;
}
.ldr-team.lt-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.ldr-team.lt-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.ldr-team.lt-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.ldr-team.lt-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.ldr-team.lt-curve-top.lt-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.ldr-team.lt-curve-top.lt-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.ldr-team.lt-curve-bottom.lt-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.ldr-team.lt-curve-bottom.lt-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.ldr-team.lt-curve-top.lt-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.ldr-team.lt-curve-top.lt-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.ldr-team.lt-curve-bottom.lt-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.ldr-team.lt-curve-bottom.lt-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== Career Intro curve shape (position + color, CMS-controlled) ===== */
.cr-values.ci-curve-top::before,
.cr-values.ci-curve-top::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: auto;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.cr-values.ci-curve-bottom::before,
.cr-values.ci-curve-bottom::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.cr-values.ci-curve-top::before,
.cr-values.ci-curve-bottom::before {
  left: -20px;
}
.cr-values.ci-curve-top::after,
.cr-values.ci-curve-bottom::after {
  right: -20px;
}
.cr-values.ci-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.cr-values.ci-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.cr-values.ci-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.cr-values.ci-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.cr-values.ci-curve-top.ci-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.cr-values.ci-curve-top.ci-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.cr-values.ci-curve-bottom.ci-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.cr-values.ci-curve-bottom.ci-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.cr-values.ci-curve-top.ci-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.cr-values.ci-curve-top.ci-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.cr-values.ci-curve-bottom.ci-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.cr-values.ci-curve-bottom.ci-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== Why Join Us curve shape (position + color, CMS-controlled) — .cr-why
   already gets content/width/height/display/left/right from the big shared
   selector block (~L1220); these rules only override top/bottom + image. ===== */
.cr-why.cw-curve-top::before,
.cr-why.cw-curve-top::after {
  top: -1px;
  bottom: auto;
}
.cr-why.cw-curve-bottom::before,
.cr-why.cw-curve-bottom::after {
  top: auto;
  bottom: -1px;
}
.cr-why.cw-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.cr-why.cw-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.cr-why.cw-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.cr-why.cw-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.cr-why.cw-curve-top.cw-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.cr-why.cw-curve-top.cw-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.cr-why.cw-curve-bottom.cw-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.cr-why.cw-curve-bottom.cw-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.cr-why.cw-curve-top.cw-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.cr-why.cw-curve-top.cw-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.cr-why.cw-curve-bottom.cw-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.cr-why.cw-curve-bottom.cw-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== Life at Olectra curve shape (position + color, CMS-controlled) ===== */
.cr-life.cl-curve-top::before,
.cr-life.cl-curve-top::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: auto;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.cr-life.cl-curve-bottom::before,
.cr-life.cl-curve-bottom::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.cr-life.cl-curve-top::before,
.cr-life.cl-curve-bottom::before {
  left: -20px;
}
.cr-life.cl-curve-top::after,
.cr-life.cl-curve-bottom::after {
  right: -20px;
}
.cr-life.cl-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.cr-life.cl-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.cr-life.cl-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.cr-life.cl-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.cr-life.cl-curve-top.cl-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.cr-life.cl-curve-top.cl-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.cr-life.cl-curve-bottom.cl-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.cr-life.cl-curve-bottom.cl-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.cr-life.cl-curve-top.cl-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.cr-life.cl-curve-top.cl-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.cr-life.cl-curve-bottom.cl-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.cr-life.cl-curve-bottom.cl-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== Open Positions curve shape (position + color, CMS-controlled) ===== */
.cr-jobs.cj-curve-top::before,
.cr-jobs.cj-curve-top::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: auto;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.cr-jobs.cj-curve-bottom::before,
.cr-jobs.cj-curve-bottom::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.cr-jobs.cj-curve-top::before,
.cr-jobs.cj-curve-bottom::before {
  left: -20px;
}
.cr-jobs.cj-curve-top::after,
.cr-jobs.cj-curve-bottom::after {
  right: -20px;
}
.cr-jobs.cj-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.cr-jobs.cj-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.cr-jobs.cj-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.cr-jobs.cj-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.cr-jobs.cj-curve-top.cj-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.cr-jobs.cj-curve-top.cj-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.cr-jobs.cj-curve-bottom.cj-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.cr-jobs.cj-curve-bottom.cj-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.cr-jobs.cj-curve-top.cj-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.cr-jobs.cj-curve-top.cj-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.cr-jobs.cj-curve-bottom.cj-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.cr-jobs.cj-curve-bottom.cj-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== Enquiry Hero curve shape (position + color, CMS-controlled) ===== */
.v2-hero-shape.eh-curve-top::before,
.v2-hero-shape.eh-curve-top::after {
  top: -1px;
  bottom: auto;
}
.v2-hero-shape.eh-curve-bottom::before,
.v2-hero-shape.eh-curve-bottom::after {
  top: auto;
  bottom: -1px;
}
.v2-hero-shape.eh-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.v2-hero-shape.eh-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.v2-hero-shape.eh-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.v2-hero-shape.eh-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.v2-hero-shape.eh-curve-top.eh-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.v2-hero-shape.eh-curve-top.eh-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.v2-hero-shape.eh-curve-bottom.eh-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.v2-hero-shape.eh-curve-bottom.eh-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.v2-hero-shape.eh-curve-top.eh-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.v2-hero-shape.eh-curve-top.eh-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.v2-hero-shape.eh-curve-bottom.eh-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.v2-hero-shape.eh-curve-bottom.eh-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* the left/right curve pieces are a fixed 400px each, so on narrow
   viewports they overlap in the middle instead of reading as two
   separate curves — scale both down (keeping their aspect ratio) so
   they stay clear of each other down to small phones */
@media (max-width: 767.98px) {
  .v2-hero-shape.eh-curve-top::before,
  .v2-hero-shape.eh-curve-top::after,
  .v2-hero-shape.eh-curve-bottom::before,
  .v2-hero-shape.eh-curve-bottom::after {
    width: 260px;
    height: 15px;
    background-size: 260px 15px;
  }
  .v2-hero-shape.eh-curve-top::before,
  .v2-hero-shape.eh-curve-bottom::before {
    left: -13px;
  }
  .v2-hero-shape.eh-curve-top::after,
  .v2-hero-shape.eh-curve-bottom::after {
    right: -13px;
  }
}
@media (max-width: 575.98px) {
  .v2-hero-shape.eh-curve-top::before,
  .v2-hero-shape.eh-curve-top::after,
  .v2-hero-shape.eh-curve-bottom::before,
  .v2-hero-shape.eh-curve-bottom::after {
    width: 150px;
    height: 9px;
    background-size: 150px 9px;
  }
  .v2-hero-shape.eh-curve-top::before,
  .v2-hero-shape.eh-curve-bottom::before {
    left: -7px;
  }
  .v2-hero-shape.eh-curve-top::after,
  .v2-hero-shape.eh-curve-bottom::after {
    right: -7px;
  }
}

/* ===== Why Contact curve shape (position + color, CMS-controlled) — .why-contact
   already gets content/width/height/display/left/right from the big shared
   selector block (~L1220); these rules only override top/bottom + image. ===== */
.why-contact.wc-curve-top::before,
.why-contact.wc-curve-top::after {
  top: -1px;
  bottom: auto;
}
.why-contact.wc-curve-bottom::before,
.why-contact.wc-curve-bottom::after {
  top: auto;
  bottom: -1px;
}
.why-contact.wc-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.why-contact.wc-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.why-contact.wc-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.why-contact.wc-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.why-contact.wc-curve-top.wc-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.why-contact.wc-curve-top.wc-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.why-contact.wc-curve-bottom.wc-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.why-contact.wc-curve-bottom.wc-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.why-contact.wc-curve-top.wc-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.why-contact.wc-curve-top.wc-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.why-contact.wc-curve-bottom.wc-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.why-contact.wc-curve-bottom.wc-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== Contact Information curve shape (position + color, CMS-controlled) —
   .contact-info already gets content/width/height/display/left/right from the
   big shared selector block (~L1220); these rules only override top/bottom +
   image (the existing background-color:#f5f7fa on its ::before/::after is left
   untouched, matching the current backdrop-behind-curve look). ===== */
.contact-info.coi-curve-top::before,
.contact-info.coi-curve-top::after {
  top: -1px;
  bottom: auto;
}
.contact-info.coi-curve-bottom::before,
.contact-info.coi-curve-bottom::after {
  top: auto;
  bottom: -1px;
}
.contact-info.coi-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.contact-info.coi-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.contact-info.coi-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.contact-info.coi-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.contact-info.coi-curve-top.coi-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.contact-info.coi-curve-top.coi-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.contact-info.coi-curve-bottom.coi-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.contact-info.coi-curve-bottom.coi-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.contact-info.coi-curve-top.coi-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.contact-info.coi-curve-top.coi-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.contact-info.coi-curve-bottom.coi-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.contact-info.coi-curve-bottom.coi-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== Enquiry FAQs curve shape (position + color, CMS-controlled) ===== */
.faq-section.fq-curve-top::before,
.faq-section.fq-curve-top::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: auto;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.faq-section.fq-curve-bottom::before,
.faq-section.fq-curve-bottom::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.faq-section.fq-curve-top::before,
.faq-section.fq-curve-bottom::before {
  left: -20px;
}
.faq-section.fq-curve-top::after,
.faq-section.fq-curve-bottom::after {
  right: -20px;
}
.faq-section.fq-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.faq-section.fq-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.faq-section.fq-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.faq-section.fq-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.faq-section.fq-curve-top.fq-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.faq-section.fq-curve-top.fq-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.faq-section.fq-curve-bottom.fq-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.faq-section.fq-curve-bottom.fq-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.faq-section.fq-curve-top.fq-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.faq-section.fq-curve-top.fq-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.faq-section.fq-curve-bottom.fq-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.faq-section.fq-curve-bottom.fq-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== Bus Hero curve shape (position + color, CMS-controlled) ===== */
.v2-hero-shape.bh-curve-top::before,
.v2-hero-shape.bh-curve-top::after {
  top: -1px;
  bottom: auto;
}
.v2-hero-shape.bh-curve-bottom::before,
.v2-hero-shape.bh-curve-bottom::after {
  top: auto;
  bottom: -2px;
}
.v2-hero-shape.bh-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.v2-hero-shape.bh-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.v2-hero-shape.bh-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.v2-hero-shape.bh-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.v2-hero-shape.bh-curve-top.bh-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.v2-hero-shape.bh-curve-top.bh-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.v2-hero-shape.bh-curve-bottom.bh-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.v2-hero-shape.bh-curve-bottom.bh-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.v2-hero-shape.bh-curve-top.bh-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.v2-hero-shape.bh-curve-top.bh-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.v2-hero-shape.bh-curve-bottom.bh-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.v2-hero-shape.bh-curve-bottom.bh-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* the left/right curve pieces are a fixed 400px each, so on narrow
   viewports they overlap in the middle instead of reading as two
   separate curves — scale both down (keeping their aspect ratio) so
   they stay clear of each other down to small phones */
@media (max-width: 767.98px) {
  .v2-hero-shape.bh-curve-top::before,
  .v2-hero-shape.bh-curve-top::after,
  .v2-hero-shape.bh-curve-bottom::before,
  .v2-hero-shape.bh-curve-bottom::after {
    width: 260px;
    height: 15px;
    background-size: 260px 15px;
  }
  .v2-hero-shape.bh-curve-top::before,
  .v2-hero-shape.bh-curve-bottom::before {
    left: -13px;
  }
  .v2-hero-shape.bh-curve-top::after,
  .v2-hero-shape.bh-curve-bottom::after {
    right: -13px;
  }
}
@media (max-width: 575.98px) {
  .v2-hero-shape.bh-curve-top::before,
  .v2-hero-shape.bh-curve-top::after,
  .v2-hero-shape.bh-curve-bottom::before,
  .v2-hero-shape.bh-curve-bottom::after {
    width: 150px;
    height: 9px;
    background-size: 150px 9px;
  }
  .v2-hero-shape.bh-curve-top::before,
  .v2-hero-shape.bh-curve-bottom::before {
    left: -7px;
  }
  .v2-hero-shape.bh-curve-top::after,
  .v2-hero-shape.bh-curve-bottom::after {
    right: -7px;
  }
}

/* ===== About This Vehicle curve shape (position + color, CMS-controlled) ===== */
.about-this-vehicle.atv-curve-top::before,
.about-this-vehicle.atv-curve-top::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: auto;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.about-this-vehicle.atv-curve-bottom::before,
.about-this-vehicle.atv-curve-bottom::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.about-this-vehicle.atv-curve-top::before,
.about-this-vehicle.atv-curve-bottom::before {
  left: -20px;
}
.about-this-vehicle.atv-curve-top::after,
.about-this-vehicle.atv-curve-bottom::after {
  right: -20px;
}
.about-this-vehicle.atv-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.about-this-vehicle.atv-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.about-this-vehicle.atv-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.about-this-vehicle.atv-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.about-this-vehicle.atv-curve-top.atv-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.about-this-vehicle.atv-curve-top.atv-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.about-this-vehicle.atv-curve-bottom.atv-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.about-this-vehicle.atv-curve-bottom.atv-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.about-this-vehicle.atv-curve-top.atv-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.about-this-vehicle.atv-curve-top.atv-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.about-this-vehicle.atv-curve-bottom.atv-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.about-this-vehicle.atv-curve-bottom.atv-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== Efficient Mobility curve shape (position + color, CMS-controlled) ===== */
.efficient-mobility.em-curve-top::before,
.efficient-mobility.em-curve-top::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: auto;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.efficient-mobility.em-curve-bottom::before,
.efficient-mobility.em-curve-bottom::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.efficient-mobility.em-curve-top::before,
.efficient-mobility.em-curve-bottom::before {
  left: -20px;
}
.efficient-mobility.em-curve-top::after,
.efficient-mobility.em-curve-bottom::after {
  right: -20px;
}
.efficient-mobility.em-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.efficient-mobility.em-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.efficient-mobility.em-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.efficient-mobility.em-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.efficient-mobility.em-curve-top.em-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.efficient-mobility.em-curve-top.em-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.efficient-mobility.em-curve-bottom.em-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.efficient-mobility.em-curve-bottom.em-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.efficient-mobility.em-curve-top.em-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.efficient-mobility.em-curve-top.em-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.efficient-mobility.em-curve-bottom.em-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.efficient-mobility.em-curve-bottom.em-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== Bus Specs Summary curve shape (position + color, CMS-controlled) ===== */
.v2-hero-shape.ss-curve-top::before,
.v2-hero-shape.ss-curve-top::after {
  top: -1px;
  bottom: auto;
}
.v2-hero-shape.ss-curve-bottom::before,
.v2-hero-shape.ss-curve-bottom::after {
  top: auto;
  bottom: -1px;
}
.v2-hero-shape.ss-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.v2-hero-shape.ss-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.v2-hero-shape.ss-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.v2-hero-shape.ss-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.v2-hero-shape.ss-curve-top.ss-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.v2-hero-shape.ss-curve-top.ss-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.v2-hero-shape.ss-curve-bottom.ss-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.v2-hero-shape.ss-curve-bottom.ss-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.v2-hero-shape.ss-curve-top.ss-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.v2-hero-shape.ss-curve-top.ss-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.v2-hero-shape.ss-curve-bottom.ss-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.v2-hero-shape.ss-curve-bottom.ss-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== Bus Technical Specs curve shape (position + color, CMS-controlled) —
   shares base className ".applications" with Use Cases (buc- below), so this
   uses its own bts- prefix to stay independently toggleable. ===== */
.applications.bts-curve-top::before,
.applications.bts-curve-top::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: auto;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.applications.bts-curve-bottom::before,
.applications.bts-curve-bottom::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.applications.bts-curve-top::before,
.applications.bts-curve-bottom::before {
  left: -20px;
}
.applications.bts-curve-top::after,
.applications.bts-curve-bottom::after {
  right: -20px;
}
.applications.bts-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.applications.bts-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.applications.bts-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.applications.bts-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.applications.bts-curve-top.bts-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.applications.bts-curve-top.bts-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.applications.bts-curve-bottom.bts-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.applications.bts-curve-bottom.bts-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.applications.bts-curve-top.bts-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.applications.bts-curve-top.bts-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.applications.bts-curve-bottom.bts-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.applications.bts-curve-bottom.bts-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== Bus Use Cases curve shape (position + color, CMS-controlled) —
   shares base className ".applications" with Technical Specs (bts- above). ===== */
.applications.buc-curve-top::before,
.applications.buc-curve-top::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: auto;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.applications.buc-curve-bottom::before,
.applications.buc-curve-bottom::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.applications.buc-curve-top::before,
.applications.buc-curve-bottom::before {
  left: -20px;
}
.applications.buc-curve-top::after,
.applications.buc-curve-bottom::after {
  right: -20px;
}
.applications.buc-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.applications.buc-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.applications.buc-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.applications.buc-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.applications.buc-curve-top.buc-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.applications.buc-curve-top.buc-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.applications.buc-curve-bottom.buc-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.applications.buc-curve-bottom.buc-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.applications.buc-curve-top.buc-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.applications.buc-curve-top.buc-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.applications.buc-curve-bottom.buc-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.applications.buc-curve-bottom.buc-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== Bus Gallery curve shape (position + color, CMS-controlled) ===== */
.v2-hero-shape.bg-curve-top::before,
.v2-hero-shape.bg-curve-top::after {
  top: -1px;
  bottom: auto;
}
.v2-hero-shape.bg-curve-bottom::before,
.v2-hero-shape.bg-curve-bottom::after {
  top: auto;
  bottom: -2px;
}
.v2-hero-shape.bg-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.v2-hero-shape.bg-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.v2-hero-shape.bg-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.v2-hero-shape.bg-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.v2-hero-shape.bg-curve-top.bg-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.v2-hero-shape.bg-curve-top.bg-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.v2-hero-shape.bg-curve-bottom.bg-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.v2-hero-shape.bg-curve-bottom.bg-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.v2-hero-shape.bg-curve-top.bg-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.v2-hero-shape.bg-curve-top.bg-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.v2-hero-shape.bg-curve-bottom.bg-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.v2-hero-shape.bg-curve-bottom.bg-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== Bus Video Section curve shape (position + color, CMS-controlled) ===== */
.bus-video-section.bvs-curve-top::before,
.bus-video-section.bvs-curve-top::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: auto;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.bus-video-section.bvs-curve-bottom::before,
.bus-video-section.bvs-curve-bottom::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.bus-video-section.bvs-curve-top::before,
.bus-video-section.bvs-curve-bottom::before {
  left: -20px;
}
.bus-video-section.bvs-curve-top::after,
.bus-video-section.bvs-curve-bottom::after {
  right: -20px;
}
.bus-video-section.bvs-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.bus-video-section.bvs-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.bus-video-section.bvs-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.bus-video-section.bvs-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.bus-video-section.bvs-curve-top.bvs-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.bus-video-section.bvs-curve-top.bvs-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.bus-video-section.bvs-curve-bottom.bvs-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.bus-video-section.bvs-curve-bottom.bvs-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.bus-video-section.bvs-curve-top.bvs-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.bus-video-section.bvs-curve-top.bvs-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.bus-video-section.bvs-curve-bottom.bvs-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.bus-video-section.bvs-curve-bottom.bvs-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== Bus Certifications curve shape (position + color, CMS-controlled) ===== */
.compliance.cf-curve-top::before,
.compliance.cf-curve-top::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: auto;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.compliance.cf-curve-bottom::before,
.compliance.cf-curve-bottom::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  width: 400px;
  height: 23px;
  display: block;
  background-size: 400px 23px;
}
.compliance.cf-curve-top::before,
.compliance.cf-curve-bottom::before {
  left: -20px;
}
.compliance.cf-curve-top::after,
.compliance.cf-curve-bottom::after {
  right: -20px;
}
.compliance.cf-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.compliance.cf-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.compliance.cf-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.compliance.cf-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.compliance.cf-curve-top.cf-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.compliance.cf-curve-top.cf-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.compliance.cf-curve-bottom.cf-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.compliance.cf-curve-bottom.cf-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.compliance.cf-curve-top.cf-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.compliance.cf-curve-top.cf-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.compliance.cf-curve-bottom.cf-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.compliance.cf-curve-bottom.cf-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== Vision & Mission curve shape (position + color, CMS-controlled) ===== */
.vm-section.vm-curve-top::before,
.vm-section.vm-curve-top::after {
  top: -1px;
  bottom: auto;
  z-index: 2;
}
.vm-section.vm-curve-bottom::before,
.vm-section.vm-curve-bottom::after {
  top: auto;
  bottom: -1px;
  z-index: 2;
}
.vm-section.vm-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.vm-section.vm-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.vm-section.vm-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.vm-section.vm-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.vm-section.vm-curve-top.vm-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.vm-section.vm-curve-top.vm-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.vm-section.vm-curve-bottom.vm-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.vm-section.vm-curve-bottom.vm-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.vm-section.vm-curve-bottom.vm-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.vm-section.vm-curve-bottom.vm-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}
.vm-section.vm-curve-top.vm-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.vm-section.vm-curve-top.vm-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}

/* ===== Milestones curve shape (position + color, CMS-controlled) ===== */
.ms-section.ms-curve-top::before,
.ms-section.ms-curve-top::after {
  top: -1px;
  bottom: auto;
}
.ms-section.ms-curve-bottom::before,
.ms-section.ms-curve-bottom::after {
  top: auto;
  bottom: -1px;
}
.ms-section.ms-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.ms-section.ms-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.ms-section.ms-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.ms-section.ms-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.ms-section.ms-curve-top.ms-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.ms-section.ms-curve-top.ms-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.ms-section.ms-curve-bottom.ms-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.ms-section.ms-curve-bottom.ms-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.ms-section.ms-curve-top.ms-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.ms-section.ms-curve-top.ms-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.ms-section.ms-curve-bottom.ms-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.ms-section.ms-curve-bottom.ms-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== Awards & Accolades curve shape (position + color, CMS-controlled) ===== */
.powering-the-nation.pn-curve-top::before,
.powering-the-nation.pn-curve-top::after {
  top: -1px;
  bottom: auto;
}
.powering-the-nation.pn-curve-bottom::before,
.powering-the-nation.pn-curve-bottom::after {
  top: auto;
  bottom: -1px;
}
.powering-the-nation.pn-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.powering-the-nation.pn-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.powering-the-nation.pn-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.powering-the-nation.pn-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.powering-the-nation.pn-curve-top.pn-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.powering-the-nation.pn-curve-top.pn-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.powering-the-nation.pn-curve-bottom.pn-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.powering-the-nation.pn-curve-bottom.pn-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.powering-the-nation.pn-curve-top.pn-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.powering-the-nation.pn-curve-top.pn-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.powering-the-nation.pn-curve-bottom.pn-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.powering-the-nation.pn-curve-bottom.pn-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== Drive The Future curve shape (position + color, CMS-controlled) ===== */
.drive-the-future.df-curve-top::before,
.drive-the-future.df-curve-top::after {
  top: -1px;
  bottom: auto;
}
.drive-the-future.df-curve-bottom::before,
.drive-the-future.df-curve-bottom::after {
  top: auto;
  bottom: -1px;
}
.drive-the-future.df-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.drive-the-future.df-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.drive-the-future.df-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.drive-the-future.df-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.drive-the-future.df-curve-top.df-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.drive-the-future.df-curve-top.df-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.drive-the-future.df-curve-bottom.df-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.drive-the-future.df-curve-bottom.df-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.drive-the-future.df-curve-top.df-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.drive-the-future.df-curve-top.df-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.drive-the-future.df-curve-bottom.df-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.drive-the-future.df-curve-bottom.df-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== Premium Electric Fleet curve shape (position + color, CMS-controlled) ===== */
.ft-section.ft-curve-top::before,
.ft-section.ft-curve-top::after {
  top: -1px;
  bottom: auto;
}
.ft-section.ft-curve-bottom::before,
.ft-section.ft-curve-bottom::after {
  top: auto;
  bottom: -1px;
}
.ft-section.ft-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.ft-section.ft-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.ft-section.ft-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.ft-section.ft-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.ft-section.ft-curve-top.ft-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.ft-section.ft-curve-top.ft-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.ft-section.ft-curve-bottom.ft-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.ft-section.ft-curve-bottom.ft-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.ft-section.ft-curve-top.ft-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.ft-section.ft-curve-top.ft-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.ft-section.ft-curve-bottom.ft-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.ft-section.ft-curve-bottom.ft-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== Sustainable Future curve shape (position + color, CMS-controlled) ===== */
.powering.pw-curve-top::before,
.powering.pw-curve-top::after {
  top: -1px;
  bottom: auto;
  z-index: 2;
}
.powering.pw-curve-bottom::before,
.powering.pw-curve-bottom::after {
  top: auto;
  bottom: -1px;
}
.powering.pw-curve-top::before {
  background-image: url(../images/top-left.svg);
}
.powering.pw-curve-top::after {
  background-image: url(../images/top-right.svg);
}
.powering.pw-curve-bottom::before {
  background-image: url(../images/bottom-left.svg);
}
.powering.pw-curve-bottom::after {
  background-image: url(../images/bottom-right.svg);
}
.powering.pw-curve-top.pw-curve-color-gray::before {
  background-image: url(../images/top-left-gray.svg);
}
.powering.pw-curve-top.pw-curve-color-gray::after {
  background-image: url(../images/top-right-gray.svg);
}
.powering.pw-curve-bottom.pw-curve-color-gray::before {
  background-image: url(../images/bottom-left-gray.svg);
}
.powering.pw-curve-bottom.pw-curve-color-gray::after {
  background-image: url(../images/bottom-right-gray.svg);
}
.powering.pw-curve-top.pw-curve-color-lightBlue::before {
  background-image: url(../images/top-left-blue.svg);
}
.powering.pw-curve-top.pw-curve-color-lightBlue::after {
  background-image: url(../images/top-right-blue.svg);
}
.powering.pw-curve-bottom.pw-curve-color-lightBlue::before {
  background-image: url(../images/bottom-left-blue.svg);
}
.powering.pw-curve-bottom.pw-curve-color-lightBlue::after {
  background-image: url(../images/bottom-right-blue.svg);
}

/* ===== Vision & Mission section ===== */
.vm-section {
  position: relative;
  min-height: 700px;
  padding: 0 0 56px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-color: #0c1626;
}
.vm-parallax-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: -20%;
  height: 140%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: transform;
  transform: translateY(0);
}
.vm-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
}
.vm-card {
  display: flex;
  align-items: center;
  gap: 26px;
  height: 100%;
  padding: 30px 34px;
  border-radius: 18px;
  background: rgba(20, 32, 48, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
}
.vm-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.vm-title {
  font-size: 22px;
  color: #ffffff;
  margin: 6px 0 0;
  flex-shrink: 0;
  min-width: 130px;
}
.vm-divider {
  align-self: stretch;
  width: 1px;
  background: rgba(255, 255, 255, 0.22);
  flex-shrink: 0;
}
.vm-text {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}
@media (max-width: 991.98px) {
  .vm-section {
    min-height: 620px;
    padding-bottom: 40px;
  }
  .vm-card {
    padding: 26px;
    gap: 20px;
  }
  .vm-title {
    font-size: 22px;
    min-width: 0;
  }
}
@media (max-width: 575.98px) {
  .vm-section {
    min-height: 540px;
    padding-top: 100px;
    align-items: flex-end;
  }
  .vm-card {
    flex-wrap: wrap;
    gap: 16px;
    padding: 22px;
  }
  .vm-divider {
    display: none;
  }
  .vm-title {
    margin-top: 12px;
  }
  .vm-text {
    flex-basis: 100%;
    font-size: 15px;
  }
}

/* ===== Core Values section ===== */
.cv-section {
  position: relative;
  background: #ffffff;
  background-image: url(../images/pattern-bg-right.png);  
  background-repeat: repeat-y;
  background-position: right top;
  padding: 80px 0;
  overflow: hidden;
}
.cv-wrap {
  position: relative;
  z-index: 1;
}
.cv-title {
  color: #16202c;
  font-size: 40px;
  margin-bottom: 0;
}
.cv-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cv-item {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #eef1f5;
  padding: 18px 4px;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s ease;
}
.cv-item:hover {
  background: #f7f9fc;
}
.cv-num {
  font-family: "proxima_novasemibold";
  font-size: 14px;
  font-weight: 600;
  color: #c4ccd6;
  width: 22px;
  flex-shrink: 0;
  transition: color 0.2s ease;
}
.cv-ico {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #eef1f5;
  color: #7a8699;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: background 0.2s ease, color 0.2s ease;
}
.cv-ico img {
  width: 18px;
  height: 18px;
  filter: invert(50%);
}
.cv-name {
  font-size: 17px;
  font-weight: 600;
  color: #5d6b7e;
  flex: 1;
  transition: color 0.2s ease;
}
.cv-arrow {
  color: #0a5ca8;
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.cv-item.is-active .cv-num {
  color: #0a5ca8;
}
.cv-item.is-active .cv-ico {
  background: #0a5ca8;
  color: #ffffff;
}
.cv-item.is-active .cv-ico img {
  filter: invert(0);
}
.cv-item.is-active .cv-name {
  color: #16202c;
}
.cv-item.is-active .cv-arrow {
  opacity: 1;
}
.cv-intro {
  color: #5d6b7e;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 28px;
}
.cv-card {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cv-card img {
  display: block;
  width: 100%;
  max-width: 75%;
  object-fit: cover;
  border-radius: 18px;
}
/* overlapping white card — rides up over the image's lower-left corner,
           same idiom as .intro-quote in the About Intro section */
.cv-card-body {
  position: relative;
  z-index: 1;
  margin-top: -70px;
  margin-left: 40px;
  margin-right: auto;
  max-width: 420px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 24px 48px -12px rgba(10, 20, 40, 0.22);
  padding: 30px 34px;
}
.cv-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #14315f;
  margin-bottom: 14px;
}
.cv-card-text {
  position: relative;
  font-size: 15px;
  line-height: 1.7;
  color: #5d6b7e;
  margin: 0 0 18px;  
  max-width: none;
}
.cv-dots {
  /*display: flex;
  justify-content: flex-start;
  gap: 8px;*/
  display: none;
}
.cv-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(20, 49, 95, 0.15);
  transition: width 0.25s ease, background 0.25s ease;
}
.cv-dot.is-active {
  width: 22px;
  border-radius: 4px;
  background: #1d4f93;
}
@media (max-width: 991.98px) {
  .cv-section {
    padding: 56px 0;
  }
  .cv-title {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .cv-card img {
    height: 340px;
  }
  .cv-card-body {
    margin-right: 8%;
  }
}
@media (max-width: 575.98px) {
  .cv-card img {
    height: 260px;
  }
  .cv-card-body {
    margin-top: -48px;
    margin-right: 6%;
    padding: 22px 24px;
  }
  .cv-card-title {
    font-size: 18px;
  }
}

/* Mobile accordion (replaces the left value-list + switching card below md) */
.cv-accordion {
  margin-top: 8px;
}
.cv-acc-item {
  border-top: 1px solid #eef1f5;
}
.cv-acc-item:last-child {
  border-bottom: 1px solid #eef1f5;
}
.cv-acc-summary {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 4px;
  cursor: pointer;
  list-style: none;
}
.cv-acc-summary::-webkit-details-marker {
  display: none;
}
.cv-acc-summary::marker {
  content: "";
}
.cv-acc-num {
  font-family: "proxima_novasemibold";
  font-size: 14px;
  font-weight: 600;
  color: #c4ccd6;
  width: 22px;
  flex-shrink: 0;
}
.cv-acc-ico {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #eef1f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cv-acc-ico img {
  width: 16px;
  height: 16px;
  filter: invert(50%);
}
.cv-acc-name {
  font-size: 16px;
  font-weight: 600;
  color: #16202c;
  flex: 1;
}
.cv-acc-toggle {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.cv-acc-toggle-icon {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.cv-acc-toggle-minus {
  opacity: 0;
  transform: scale(0.6);
}
/* .is-open is set/cleared by core-values.js in step with its height
   animation (not tied to the native [open] attribute, which it only flips
   at the end of a close so the content stays rendered mid-collapse). */
.cv-acc-item.is-open .cv-acc-toggle-plus {
  opacity: 0;
  transform: scale(0.6);
}
.cv-acc-item.is-open .cv-acc-toggle-minus {
  opacity: 1;
  transform: scale(1);
}
.cv-acc-item.is-open .cv-acc-ico {
  background: #0a5ca8;
}
.cv-acc-item.is-open .cv-acc-ico img {
  filter: invert(0);
}
.cv-acc-body {
  padding: 0 4px 22px;
}
.cv-acc-image {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 14px;
}
.cv-acc-text {
  color: #5d6b7e;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

/* ===== Milestones section ===== */
.ms-section {
  position: relative;
  background: linear-gradient(135deg, #2a5aa0 0%, #1d4585 45%, #123567 100%);
  padding: 70px 0 120px;
  overflow: hidden;
  color: #ffffff;
}
.ms-timeline {
  position: relative;
  margin-bottom: 64px;
}
.ms-years-viewport {
  overflow: hidden;
}
.ms-years {
  display: flex;
  will-change: transform;
  transition: transform 0.4s ease;
  touch-action: pan-y;
}
.ms-year {
  flex: 0 0 calc(100% / var(--ms-visible, 5));
  max-width: calc(100% / var(--ms-visible, 5));
  background: none;
  border: none;  
  padding: 18px 16px 0 0;
  text-align: left;
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  position: relative;
  transition: color 0.2s ease;
}
.ms-year::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 2px;
  height: 14px;
  background: rgba(255, 255, 255, 0.45);
}
.ms-year-num {  
  font-size: 38px;  
  line-height: 1;
  display: block;
}
.ms-year-label {
  font-size: 14px;
  margin-top: 8px;
  display: block;
}
.ms-year.is-active {
  color: #ffffff;
}
.ms-year.is-active::before {
  background: #ffffff;
  height: 18px;
}
.ms-track {
  position: relative;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  margin-top: 22px;
}
.ms-track-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #5aa0ff;
  width: 10%;
  transition: width 0.35s ease;
}
.ms-track-dot {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #5aa0ff;
  box-shadow: 0 0 0 4px rgba(90, 160, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: left 0.35s ease;
}
.ms-panel {
  align-items: center;
}
.ms-figure {
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  aspect-ratio: 16 / 11;
}
.ms-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ms-content-title {
  font-family: "proxima_novasemibold";
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
}
.ms-content-text {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.9;
  margin: 0;
}
@media (max-width: 991.98px) {
  .ms-section {
    padding: 56px 0 90px;
  }
  .ms-title {
    font-size: 28px;
  }
  .ms-year-num {
    font-size: 26px;
  }
  .ms-figure {
    margin-bottom: 22px;
  }
}
@media (max-width: 575.98px) {
  .ms-year {
    padding-right: 12px;
  }
  .ms-year-label {
    font-size: 12px;
  }
  .ms-nav-btn {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }
}

/* ===== About hero (insights-style hero with a live status card) ===== */
.ins-hero {
  min-height: 600px;
}
@media (max-width: 767.98px) {
  .ins-hero {
    min-height: 480px;
  }
}
@media (max-width: 575.98px) {
  .ins-hero {
    min-height: 380px;
  }
}
/*.ins-hero .v2-hero-shape::after, .ins-hero .v2-hero-shape::before{
  background-color: #F5F7FA;
}*/
.ins-hero-content {
  position: relative;
  z-index: 2;
  /* margin-top: auto; */
  padding-top: 120px;
  padding-bottom: 20px;
  width: 100%;
}
.ins-title {
  color: #ffffff;
  font-weight: 300;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.1;
  margin: 0;  
}
.ins-status-card {
  background: rgba(0, 0, 0, 0.31);
  border: 1px solid rgba(255, 255, 255, 0.18);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-radius: 16px;
  padding: 22px 24px;
  color: #ffffff;
  max-width: 360px;
}
.ins-status-head {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.ins-status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.25);
  display: inline-block;
}
.ins-status-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ins-status-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.ins-status-list li:last-child {
  border-bottom: 0;
}
.ins-status-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
}
.ins-status-value {
  font-size: 16px;
  font-weight: 600;
}

/* ===== About intro band ===== */
.intro-section h2 {
  margin-bottom: 18px;
}
.intro-section p {
  color: #5d6b7e;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 16px;
}
.intro-section .intro-text:last-child {
        margin-bottom: 0;
      }
      /* media column */
      .intro-media {
        position: relative;
        margin-top: 1rem;
      }
      .intro-media-img-box {
        padding-left: 10%;
      }
      .intro-media-img {
        width: 100%;
        height: 100%;
        min-height: 420px;
        object-fit: cover;
        border-radius: 22px;
        background: #d3d4d6;
        display: block;
      }
      /* overlapping quote card */
      .intro-quote {
        position: relative;
        margin-top: -90px;
        margin-left: -28px;
        margin-right: 12px;
        background: #eef3fb;
        border-left: 4px solid #1f7ae0;
        border-radius: 14px;
        padding: 1.5rem 1.75rem 1.5rem 2.5rem;
        box-shadow: 0 18px 40px rgba(12, 31, 63, 0.12);
        width: calc(100% - 28px);
      }
      .intro-quote-mark {
        position: absolute;
        top: 1rem;
        left: 1.1rem;
        font-size: 1.6rem;
        line-height: 1;
        color: #1f7ae0;
        font-weight: 700;
      }
      .intro-quote-text {
        font-style: italic;
        color: #1f2d3d;
        line-height: 1.6;
        margin: 0 0 0.9rem;
      }
      .intro-quote-author {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
        font-size: 0.78rem;
        font-weight: 600;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #1f7ae0;
      }
      .intro-quote-author span{
        display: block;
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        color: #000;
        text-transform: none;
      }
      .intro-quote-author::before {
        content: "";
        width: 28px;
        height: 2px;
        background: #1f7ae0;
        display: inline-block;
      }
      @media (max-width: 991.98px) {
        .intro-media {
          margin-top: 2rem;
        }
        .intro-quote {
          margin-left: 12px;
        }
      }
      @media (max-width: 575.98px) {
        .intro-media-img {
          min-height: 280px;
        }
        .intro-quote {
          margin-top: -60px;
          margin-left: 12px;
          margin-right: 12px;
          padding: 1.25rem 1.25rem 1.25rem 2.1rem;
        }
      }
/* ===== Transforming Everyday (About page) ===== */
.te-section {
  background: #f5f7fa;
}
.te-image-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.te-image {
  display: block;
  max-width: 100%;
  height: auto;
}
.te-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.te-line {
  flex: 0 0 44px;
  width: 44px;
  height: 2px;
  background: #14315f;
}
.te-title {
  margin: 0;
  font-size: clamp(22px, 3vw, 26px);
  font-weight: 700;
  color: #008BD8;
  text-align: center;
}
@media (max-width: 575.98px) {
  .te-image-wrap {
    margin-bottom: 20px;
  }
  .te-title-row {
    gap: 12px;
  }
  .te-line {
    flex-basis: 24px;
    width: 24px;
  }
}

/* ===== Achievement stats band ===== */
.achivement-stat-section {
  background: #f7f9fc;
}
.about .achivement-stat-section{
  background-color: #fff;
}
.about .achivement-stat {
  margin-top: 0;
}
/* ===== Milestones header ===== */
.ms-wrap {
  position: relative;
  z-index: 1;
}
.ms-deco,
.cr-jobs-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.ms-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 40px;
}
.ms-title {
  font-size: 34px;
  font-weight: 400;
  margin: 0;
  color: #ffffff;
}
.ms-nav {
  display: flex;
  gap: 12px;
}
.ms-nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, opacity 0.2s ease;
}
.ms-nav-btn:hover {
  background: rgba(255, 255, 255, 0.18);
}
.ms-nav-btn:disabled {
  opacity: 0.4;
  cursor: default;
}
.ms-nav-btn svg {
  transition: transform 0.2s ease;
}
#msPrev:hover:not(:disabled) svg {
  transform: translateX(-3px);
}
#msNext:hover:not(:disabled) svg {
  transform: translateX(3px);
}

/* Re-assert milestone responsive sizes so they win over the base rules above
   (which are defined later in source order than the earlier @media blocks). */
@media (max-width: 991.98px) {
  .ms-title {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .ms-nav-btn {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  /* let title / nav re-order alongside .ms-timeline / .ms-panel (see below)
     instead of staying paired inside .ms-head's own row */
  .ms-wrap {
    display: flex;
    flex-direction: column;
  }
  .ms-head {
    display: contents;
  }
  .ms-title {
    order: 1;
    width: 100%;
  }
  .ms-timeline {
    order: 2;
  }
  .ms-panel {
    order: 3;
  }
  /* nav arrows move below the content panel on mobile instead of sitting
     next to the title */
  .ms-nav {
    order: 4;
    justify-content: center;
    margin-top: 24px;
  }
}

/* ==========================================================================
   Enquiry page (enquiry.* dynamic sections)
   Ported from the static enquiry.html inline styles so the CMS-driven Enquiry
   page renders identically to the original design.
   ========================================================================== */

/* ===== Enquiry hero banner ===== */
.enquiry-hero {
  min-height: 600px;
  padding-bottom: 70px;
}
.enquiry-hero .v2-hero-content {
  margin: auto 0;
  padding-top: 40px;
}
.enquiry-hero .v2-hero-text p {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .enquiry-hero {
    min-height: 480px;
  }
}
@media (max-width: 575.98px) {
  .enquiry-hero {
    min-height: 360px;
  }
}

/* ===== Leadership Team Hero — dedicated to the Leadership Team page only ===== */
.leadership-hero {
  min-height: 600px;
  padding-bottom: 70px;
}
.leadership-hero .v2-hero-content {
  margin: auto 0;
  padding-top: 40px;
}
.leadership-hero .v2-hero-text p {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .leadership-hero {
    min-height: 480px;
  }
}
@media (max-width: 575.98px) {
  .leadership-hero {
    min-height: 360px;
  }
}

/* ===== Leadership Chairman — dedicated to the Leadership Team page only ===== */
.ldr-chairman {
  overflow: hidden;
  position: relative;
}

/* photo, with the decorative dot grid behind it and a soft fade at the bottom */
.ldr-chairman-photo-wrap {
  position: relative;
  z-index: 1;
}


.ldr-chairman-photo {
  position: relative;
  width: 100%;
  display: block;
  object-fit: cover;  
}

/* vertical divider between the photo and the copy, with a triangle marker */
.ldr-chairman-divider,
.ldr-chairman-divider2 {
  position: relative;
  align-self: stretch;
  width: 1px;
  background: #d8dee8;
}
.ldr-chairman-divider::before {
  content: "";
  position: absolute;
  bottom: 98px;  
  left: 50%;
  transform: translateX(-50%) rotate(-180deg);
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #1f7ae0;
}
.ldr-chairman-opack {
  background-color: rgba(255,255,255,.7);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  
  border-top: #d8dee8 1px solid;
  border-bottom: #d8dee8 1px solid;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.ldr-chairman-meta{
  padding: 20px 0;
}
/* copy column */
.ldr-chairman-heading {
  color: #14213d;  
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.35;
  margin-bottom: 28px;
}
.ldr-chairman-quote {
  position: relative;
  margin: 0 0 32px;
  padding-left: 46px;
}
.ldr-chairman-quote-mark {
  position: absolute;
  top: -14px;
  left: 0;
  font-size: 2.75rem;
  line-height: 1;
  color: #1f7ae0;
  font-weight: 700;
}
.ldr-chairman-quote-text {
  margin: 0;
  color: #5a6472;
  font-size: 16px;
  line-height: 1.8;
}
.ldr-chairman-rule {
  border: none;
  border-top: 1px solid #e3e7ee;
  margin: 0 0 24px;
  opacity: 1;
}
.ldr-chairman-name {
  font-size: 20px;  
  color: #14213d;
  margin: 0 0 4px;
}
.ldr-chairman-role {
  font-size: 15px;
  font-weight: 500;
  color: #1f7ae0;
  margin: 0;
}

@media (max-width: 991.98px) {
  .ldr-chairman-deco {
    top: -16px;
    left: -16px;
    grid-template-columns: repeat(4, 18px);
    grid-auto-rows: 18px;
    gap: 4px;
  }
  .ldr-chairman-deco span svg {
    width: 9px;
    height: 9px;
  }

  /* Below lg the photo/copy columns stack, so the name/designation band can
     no longer float over the photo's bottom edge — let it flow in normal
     document order instead of overlapping whatever content ends up last. */
  .ldr-chairman-opack {
    position: static;
    margin-top: 20px;
    background-color: transparent;
    border-top: none;
    border-bottom: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .ldr-chairman-meta {
    padding: 0;
  }
}

/* ===== Leadership Team Members — dedicated to the Leadership Team page only ===== */
.ldr-team-heading {
  color: #14213d;
  font-weight: 700;
  font-size: clamp(24px, 2.4vw, 30px);
  margin-bottom: 32px;
  text-align: center;
}
.ldr-team-photo-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 3 / 3.5;
  background: #f4f6fb;
}
.ldr-team-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ldr-team-name {
  margin: 16px 0 4px;
  font-size: 17px;  
  color: #14213d;
}
.ldr-team-role {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #1f7ae0;
  line-height: 1.4;
}
.ldr-team-card {
  cursor: pointer;
}
.ldr-team-card-static {
  cursor: default;
}
.ldr-team-modal-content {
  border: none;
  border-radius: 20px;
  padding: 40px;
  position: relative;
}
.ldr-team-modal-close {
  position: absolute;
  top: 10px;
  right: 14px;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  opacity: 1;
  background-size: 9px;
  z-index: 1;
}
.ldr-team-modal-body {
  padding: 0;
}
.ldr-team-modal-bio p {
  color: #4c4c4c;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 18px;
}
.ldr-team-modal-bio p:last-child {
  margin-bottom: 0;
}

/* ===== Submit Your Enquiry section ===== */
.enquiry-section {
  position: relative;
  overflow: clip;
  padding: 80px 0;
  background-color: #fff;
}
.enquiry-section .container {
  position: relative;
  z-index: 1;
}
.enquiry-section::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20%;  
  width: 100px;
  height: 400px;
  opacity: 1;
  pointer-events: none;
  background-repeat: repeat;
  background-image: url("../images/pattern-bg-left.png");
  pointer-events: none;
}
.enquiry-section::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;  
  width: 100px;
  height: 400px;
  opacity: 1;
  pointer-events: none;
  background-repeat: repeat;
  background-image: url("../images/pattern-bg-right.png");
  pointer-events: none;
}
.enq-intro {
  position: sticky;
  top: 40px;
}
.enq-intro h2 {
  margin-bottom: 16px;
}
.enq-intro > p {
  color: #6b7280;
  font-size: 17px;
  max-width: 430px;
  margin-bottom: 0;
}
.enq-photo {
  margin-top: 34px;
  border-radius: 14px;
  overflow: hidden;
}
.enq-photo img {
  width: 100%;
  height: auto;
  display: block;
}
.enq-tabs {
  display: flex;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.enq-tab {  
  border: none;
  border-radius: 10px 10px 0 0;
  background-color: #eef1f5;
  color: rgba(0, 0, 0, 0.55);
  font-size: 16px;  
  padding: 15px 40px 25px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.enq-tab:hover {
  color: #00172c;
}
.enq-tab.active {
  background-color: var(--primary-blue);
  color: #fff;
}
.enq-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.01);
  border-radius: 10px;
  padding: 44px;
  box-shadow: 0 00px 60px -30px rgba(11, 31, 71, 0.18);
  position: relative;
  z-index: 2;
  margin-top: -10px;
}

.enq-step-group {
  margin-bottom: 8px;
}
.enq-step {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
}
.enq-step-num {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #062c46;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
}
.enq-step h3 {
  margin: 0;
  color: #00172c;
  font-size: 20px;
}
.enq-field {
  margin-bottom: 22px;
}
.enq-label {
  display: block;
  margin-bottom: 8px;
  color: #00172c;
  font-size: 14px;  
}
.enq-label .req {
  color: #9aa4b2;
  font-weight: 400;
}
.enq-input,
.enq-textarea {
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 13px 16px;
  font-size: 15px;
  color: #00172c;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.enq-textarea {
  resize: vertical;
  min-height: 120px;
}
.enq-input::placeholder,
.enq-textarea::placeholder {
  color: #9aa4b2;
}
.enq-input:focus,
.enq-textarea:focus {
  outline: none;
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 3px rgba(0, 91, 164, 0.12);
}
.enq-input--error {
  border-color: #dc3545;
}
.enq-input--error:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.12);
}
.enq-error {
  margin: 8px 0 0;
  color: #dc3545;
  font-size: 13px;
}

/* Custom-styled file input (ResumeUploadField.tsx) — the native <input
   type="file"> button can't be restyled directly, so it's hidden and a
   normal button + filename label take its place. */
.enq-file {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 8px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.enq-file--error {
  border-color: #dc3545;
}
.enq-file-input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: -1;
}
.enq-file-btn {
  flex-shrink: 0;
  border: none;
  border-radius: 6px;
  background: #eef2f7;
  color: #00172c;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 18px;
  transition: background 0.2s ease;
}
.enq-file-btn:hover {
  background: #e2e8f0;
}
.enq-file-name {
  font-size: 14px;
  color: #6b7785;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.enq-file-hint {
  margin: 8px 0 0;
  color: #9aa4b2;
  font-size: 12px;
}
.enq-submit-status {
  margin: 0 0 16px;
  font-size: 14px;
}
.enq-submit-status--success {
  color: #1e7e34;
}
.enq-submit-status--error {
  color: #dc3545;
}
.enq-submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
.enq-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  background: var(--primary-blue);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.enq-submit svg,
.enq-submit i {
  transition: transform 0.2s ease;
}
.enq-submit:hover {
  background: #004a87;
  transform: translateY(-2px);
}
.enq-submit:hover svg,
.enq-submit:hover i {
  transform: translateX(4px);
}
@media (max-width: 991.98px) {
  .enquiry-section::before {
    display: none;
  }
  .enq-intro {
    position: static;
  }
}
@media (max-width: 575.98px) {
  .enquiry-section {
    padding: 50px 0;
  }
  .enq-card {
    padding: 28px 22px;
  }
  .enq-tab {
    font-size: 14px;
    padding: 12px 15px 18px;
  }
}

/* ===== Download Brochure sliding panel (Sticky Nav) =====
   Same slide + overlay mechanism as .mm-collapse/.mm-overlay (Navbar), but a
   fixed-width side panel rather than a full-screen takeover, and it slides
   over page content instead of replacing it. Form fields inside reuse the
   .enq-* rules above verbatim (same input/label/error/submit styling as the
   Contact Us form) — nothing below restyles them. */
.bp-overlay {
  position: fixed;
  inset: 0;
  background: rgba(6, 10, 15, 0.6);
  backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s;
  z-index: 1190;
}
.bp-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.bp-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 480px;
  height: 100vh;
  height: 100dvh;
  background: #fff;
  transform: translateX(-100%);
  visibility: hidden;
  transition: transform 0.42s cubic-bezier(0.45, 0.05, 0.25, 1), visibility 0.42s;
  z-index: 1200;
  overflow-y: auto;
  box-shadow: 8px 0 24px rgba(0, 0, 0, 0.15);
}
.bp-panel.is-open {
  transform: translateX(0);
  visibility: visible;
}
.bp-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  border-bottom: 1px solid #e2e8f0;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}
.bp-panel-head h2 {
  margin: 0;
  font-size: 20px;
  color: #00172c;
}
.bp-panel-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 50%;
  border: none;
  background: #f1f5f9;
  color: #00172c;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.bp-panel-close:hover {
  background: #e2e8f0;
}
.bp-panel-close:focus-visible {
  outline: 2px solid var(--primary-blue);
  outline-offset: 2px;
}
.bp-panel-body {
  padding: 24px;
}
.bp-panel-intro {
  margin: 0 0 20px;
  color: #4a5568;
  font-size: 14px;
}
.bp-panel .enq-card {
  padding: 0;
  box-shadow: none;
  border: none;
}
@media (max-width: 575.98px) {
  .bp-panel {
    max-width: 100%;
  }
}

/* ===== Why Contact section ===== */
.why-contact {
  position: relative;
  overflow: hidden;
  background-color: #f5f7fa;
  background-image: url('../images/pattern-bg-right.png');
  background-repeat: repeat-y;
  background-position: right 20px;
  background-size: 100px auto;
  padding: 80px 0;
}

.wc-head {
  margin-bottom: 44px;
}
.wc-head h2 {
  margin-bottom: 0;
}
.wc-lead {
  color: #8a94a6;
  font-size: 16px;
  line-height: 1.7;
  max-width: 470px;
  margin-bottom: 0;
}
.wc-card {
  height: 100%;
  background: #fff;
  border-radius: 14px;
  padding: 36px 32px 40px;
  box-shadow: 0 24px 46px -30px rgba(11, 31, 71, 0.22);
}
.wc-card h3 {
  margin: 26px 0 12px;
  color: #00172c;
  font-size: 19px;
}
.wc-card p {
  color: #6b7280;
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 0;
}
.wc-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #fff;
  background-image: url(../images/RadialProgress.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px 60px;
}
.wc-icon img {
  width: 28px;
  height: 28px;
}

@media (max-width: 991.98px) {
  .why-contact::after {
    display: none;
  }
  .wc-lead {
    margin-top: 14px;
  }
}
@media (max-width: 575.98px) {
  .why-contact {
    padding: 50px 0;
  }
  .wc-card {
    padding: 30px 26px 32px;
  }
}

/* ===== Contact Information ===== */
.contact-info,
.specs-banner {
  position: relative;
  overflow: hidden;  
  background: linear-gradient(180deg, #2667c2 0%, #0a2f5e 100%);
}

.contact-info-inner,
.specs-banner-inner,
.gx-section-inner,
.ms-section .ms-deco,
.cr-jobs .cr-jobs-pattern{
  background-image: url('../images/pattern-bg-bottom.png');
  background-repeat: repeat-x;
  background-position: center 98%;
  background-size: auto 80px;
  padding: 70px 0 160px;
}
.contact-info-inner{
  padding-top: 50px;
  background-position: center 104%;
}
.ci-title {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  margin-bottom: 48px;
}
.ci-card {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  height: 100%;
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.ci-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
}
.ci-icon img {
  width: 22px;
  height: 22px;
}
.ci-label {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;  
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.ci-value {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  word-break: break-word;
}
a.ci-value:hover {
  text-decoration: underline;
}
.ci-sub {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}
@media (max-width: 575.98px) {
  .contact-info {
    padding: 50px 0 0;
  }
  .ci-card {
    padding: 20px;
  }
  .contact-info-inner{
    background-position: center bottom;
  }
  .contact-info.coi-curve-top::before, 
  .contact-info.coi-curve-top::after{
    width: 150px;
    height: 9px;
    background-size: 150px 9px;
  }
}

/* ===== FAQ section ===== */
.faq-section {
  padding: 80px 0;
}
.faq-intro {
  max-width: 420px;
}
.faq-intro h2 {
  margin-bottom: 18px;
}
.faq-intro p {
  color: #6b7280;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}
.faq-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  transition: border-color 0.25s ease, background 0.25s ease,
    box-shadow 0.25s ease;
}
.faq-item + .faq-item {
  margin-top: 14px;
}
.faq-item.is-open {
  border-color: #bcd4f0;
  background: #f7faff;
  box-shadow: 0 14px 34px -22px rgba(11, 31, 71, 0.3);
}
.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 20px 24px;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  color: #00172c;
  font-size: 16px;
  font-weight: 600;
  transition: color 0.25s ease;
}
.faq-item.is-open .faq-q {
  color: #1a4b8f;
}
.faq-q:hover {
  color: #1a4b8f;
}
.faq-icon {
  position: relative;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1.5px solid #cfe0f5;
  transition: border-color 0.25s ease;
}
.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #2f6bff;
  border-radius: 2px;
  transition: transform 0.25s ease;
}
.faq-icon::before {
  width: 12px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.faq-icon::after {
  width: 2px;
  height: 12px;
  transform: translate(-50%, -50%);
}
.faq-item.is-open .faq-icon {
  border-color: #2f6bff;
}
.faq-item.is-open .faq-icon::after {
  transform: translate(-50%, -50%) scaleY(0);
}
.faq-a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-item.is-open .faq-a {
  grid-template-rows: 1fr;
}
.faq-a-inner {
  overflow: hidden;
  min-height: 0;
}
.faq-a-inner p {
  margin: 0;
  padding: 0 24px 22px;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.7;
}
@media (max-width: 991.98px) {
  .faq-intro {
    max-width: none;
    margin-bottom: 36px;
  }
}
@media (max-width: 575.98px) {
  .faq-section {
    padding: 50px 0;
  }
  .faq-q {
    padding: 16px 18px;
    font-size: 15px;
  }
  .faq-a-inner p {
    padding: 0 18px 18px;
  }
}

/* ============================================================
   CAREER PAGE — hero (mm-hero) + cr-* bands
   The mega-menu navbar (.mm-nav / .mm-bar / .mm-mega …) is shared
   and defined above; only the hero shell + section bands live here.
   ============================================================ */

/* ---- Career hero (the mega menu floats over this) ---- */
.mm-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  font-family: 'proxima_novaregular', sans-serif;
  background-color: #16334f;
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* white curved notch at bottom-center */
.mm-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 240px;
  height: 54px;
  background: #fff;
  border-top-left-radius: 130px;
  border-top-right-radius: 130px;
  z-index: 3;
}

/* hero copy under the bar */
.mm-hero-text { position: relative; z-index: 2; padding: 120px 0 90px; max-width: 650px; }
.mm-hero-text h1 {
  color: #fff;
  font-weight: 300;
  font-size: clamp(40px, 5.4vw, 70px);
  line-height: 1.08;
  margin: 0 0 20px;
}
.mm-hero-text h1 span { color: #008bd8; font-weight: 600; display: block; }
.mm-hero-text p { color: rgba(255, 255, 255, .85); font-size: 18px; margin: 0; }

@media (max-width: 1024px) {
  .mm-hero-text { padding: 60px 0 70px; }
}

/* ============================================================
   CAREER VALUES section
   ============================================================ */
.cr-values {
  background-image: url('../images/pattern-bg-right.png');
  background-repeat: repeat-y;
  background-position: right 0;
  background-size: 100px auto;
  padding: 60px 0 60px;
}
.cr-values h2 {
  color: #0b2138;
  font-family: 'proxima_novasemibold', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.15;
  margin-bottom: 26px;
}
.cr-values .cr-lead {
  color: #6b7280;
  font-size: 17px;
  line-height: 1.75;
  max-width: 1180px;
  margin-bottom: 54px;
}

/* ---- value card ---- */
.cr-card {
  height: 100%;
  background: #eaf3fd;
  border-radius: 14px;
  padding: 38px 34px 42px;
}
.cr-card h3 {
  margin: 26px 0 14px;
  color: #0b2138;
  font-family: 'proxima_novasemibold', sans-serif;
  font-size: 20px;
}
.cr-card p {
  color: #5d6b7e;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}

/* ---- bracketed circle icon badge ---- */
.cr-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #eaf3fd;
  background-image: url(../images/RadialProgress.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px 60px;
}
.cr-icon img {
  width: 28px;
  height: 28px;
  position: relative;
  z-index: 1;
}

@media (max-width: 575.98px) {
  .cr-values {
    padding: 56px 0;
  }
  .cr-card {
    padding: 32px 28px 34px;
  }
}

/* ============================================================
   WHY JOIN US section
   ============================================================ */
.cr-why {
  position: relative;
  overflow: hidden;
  background: #f1f5fa;
  padding: 80px 0 60px;
}

.cr-why h2 {
  font-size: clamp(30px, 3.6vw, 42px);
  margin-bottom: 22px;
}
.cr-why-lead {
  color: #6b7280;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 40px;
}

/* ---- feature blocks (2 x 2) ---- */
.cr-feature h3 {
  color: #0b2138;
  font-family: 'proxima_novasemibold', sans-serif;
  font-size: 18px;
  margin-bottom: 12px;
}
.cr-feature p {
  color: #5d6b7e;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}

/* ---- right image ---- */
.cr-why-media {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
}
.cr-why-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 991.98px) {
  .cr-why {
    padding: 64px 0;
  }
  .cr-why-content {
    max-width: none;
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .cr-why {
    padding: 52px 0;
  }
}

/* ============================================================
   OPEN POSITIONS section
   ============================================================ */
.cr-jobs {
  position: relative;
  overflow: hidden;
  padding: 80px 0 130px;
  background: linear-gradient(160deg, #2b6dc4 0%, #1f55a3 45%, #14387a 100%);
}
.cr-jobs-title {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  font-family: 'proxima_novasemibold', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3.6vw, 40px);
  margin-bottom: 50px;
}

/* ---- job card ---- */
.cr-job {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 28px 30px 32px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.cr-job-head {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
}
.cr-job-title {
  color: #fff;
  font-family: 'proxima_novasemibold', sans-serif;
  font-size: 22px;
  margin: 0 0 5px;
  width: 100%;
}
.cr-job-loc {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  padding: 6px 14px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50px;
}
.cr-job-loc img {
  width: 14px;
  height: 14px;
}

.cr-job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}
.cr-job-meta strong {
  color: #fff;
  font-family: 'proxima_novasemibold', sans-serif;
  font-weight: 400;
}
.cr-job-qual {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 28px;
}
.cr-job-qual strong {
  color: #fff;
  font-family: 'proxima_novasemibold', sans-serif;
  font-weight: 400;
}

.cr-apply-btn {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  padding: 12px 24px;
  font-size: 15px;
  font-family: 'proxima_novasemibold', sans-serif;
  color: #fff;
  background: #0d9bf0;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}
.cr-apply-btn::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/link-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  transition: transform 0.25s ease;
}
.cr-apply-btn:hover {
  background: #0b86d0;
  transform: translateY(-2px);
}
.cr-apply-btn:hover::after {
  transform: translateX(4px);
}

@media (max-width: 575.98px) {
  .cr-jobs {
    padding: 56px 0 100px;
  }
}

/* ============================================================
   OPENING DETAIL page — hero banner (background image borrowed from
   the Career page's hero; see OpeningHeroBanner.tsx / getCareerHeroImage)
   ============================================================ */
.op-hero {
  min-height: 480px;
  background-color: #1b2a3a;
  padding-bottom: 0;
}
.op-hero .v2-hero-content {
  flex: 1;
  display: flex;
  align-items: center;
  padding-bottom: 60px;
}
.op-hero-status {
  display: inline-block;
  padding: 5px 14px;
  margin-bottom: 12px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.op-hero-status--open {
  background: rgba(40, 167, 69, 0.18);
  color: #6ee79a;
  border: 1px solid rgba(110, 231, 154, 0.4);
}
.op-hero-status--closed {
  background: rgba(220, 53, 69, 0.18);
  color: #ff9caa;
  border: 1px solid rgba(255, 156, 170, 0.4);
}
.op-hero-status--on-hold {
  background: rgba(255, 193, 7, 0.18);
  color: #ffd966;
  border: 1px solid rgba(255, 217, 102, 0.4);
}
@media (max-width: 767.98px) {
  .op-hero {
    min-height: 400px;
  }
}

/* ===== Opening detail page — job details block (OpeningInfoGrid.tsx),
   shown above the job description. Job Reference ID gets its own pill +
   large value; the rest render as icon-circle rows, two per row divided by
   a vertical rule. ===== */
.op-info-section {
  padding: 4px 0 24px;
  margin-bottom: 24px;
}
.op-ref-block {
  margin-bottom: 20px;
}
.op-ref-pill {
  display: inline-block;
  background: rgba(0, 91, 164, 0.1);
  color: var(--primary-blue);
  font-family: 'proxima_novasemibold', sans-serif;
  font-size: 13px;  
  padding: 7px 18px;
  border-radius: 50px;
  margin-bottom: 10px;
}
.op-ref-value {
  color: #0b2138;
  font-family: 'proxima_novasemibold', sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 3vw, 22px);
}
.op-info-rows {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.op-info-row {
  display: flex;
  align-items: center; 
  padding: 6px 0;
}
.op-info-cell {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.op-info-divider {
  width: 1px;
  align-self: stretch;
  background: #dbe3ee;
  margin: 0 20px;
}
.op-info-icon-circle {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 91, 164, 0.1);
}
.op-info-icon-circle--blue {
  background: rgba(0, 91, 164, 0.1);
}
.op-info-icon-circle--purple {
  background: rgba(124, 58, 237, 0.12);
}
.op-info-icon-circle--green {
  background: rgba(22, 163, 74, 0.12);
}
.op-info-icon-circle--orange {
  background: rgba(234, 88, 12, 0.12);
}
.op-info-label {
  display: block;
  color: #6b7785;
  font-size: 13px;
  margin-bottom: 2px;
}
.op-info-value {
  display: block;
  color: #0b2138;
  font-family: 'proxima_novasemibold', sans-serif;  
  font-size: 15px;
}
@media (max-width: 575.98px) {
  .op-info-row {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .op-info-divider {
    display: none;
  }
}

/* ===== Opening detail page — sidebar card wrapper, used by the Job
   Application form (JobApplicationForm.tsx). ===== */
.op-sidebar {
  border: 1px solid #e5e9f0;
  border-radius: 12px;
  padding: 24px;
  background: #f8fafc;
}
.op-sidebar-title {
  font-family: 'proxima_novasemibold', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #0b2138;
  margin-bottom: 18px;
}

/* Job Application form card — nests the shared .enq-card form (same fields/
   validation styling as the Contact form) inside the .op-sidebar wrapper, so
   its own white card chrome is stripped to blend with the sidebar's. */
.op-apply-card {
  margin-bottom: 24px;
}
.op-apply-card .enq-card {
  padding: 0;
  margin-top: 0;
  background: transparent;
  box-shadow: none;
  border: none;
}

/* ============================================================
   LIFE AT OLECTRA  (auto-scrolling gallery)
   ============================================================ */
.cr-life {
  padding: 80px 0 90px;
  overflow: hidden;
}
.cr-life h2 {
  color: #0b2138;
  font-family: 'proxima_novasemibold', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 40px);
  margin-bottom: 20px;
}
.cr-life-lead {
  color: #6b7280;
  font-size: 17px;
  line-height: 1.75;
  max-width: 1000px;
  margin-bottom: 44px;
}

/* full-bleed marquee viewport */
.cr-life-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;            
}
.cr-life-gallery.is-dragging { cursor: grabbing; }
/* once JS takes over, the track is positioned manually */
.cr-life-gallery.is-interactive .cr-life-track {
  animation: none !important;
  will-change: transform;
  user-select: none;
  -webkit-user-select: none;
}
.cr-life-gallery.is-interactive .cr-life-track img {
  -webkit-user-drag: none;
  user-select: none;
  cursor: zoom-in;
}
/* the sliding track holds TWO identical groups — translateX(-50%) loops seamlessly */
.cr-life-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: crLifeScroll 38s linear infinite;
}
.cr-life-gallery:hover .cr-life-track {
  animation-play-state: paused;
}
@keyframes crLifeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-50% - 9px)); } /* -9px = half the 18px gap between the two groups */
}

.cr-life-group {
  display: flex;
  gap: 18px;
  flex-shrink: 0;
}
/* each column is one slot of the reference pattern: a large tile, a stacked
   pair, a small tile, then a large tile (see LifeAtOlectraSection.tsx) */
.cr-life-col {
  display: flex;
  flex-direction: column;
  gap: 18px;               /* vertical gap between stacked tiles */
  flex-shrink: 0;
  height: 360px;
}
.cr-life-col--lg { width: 480px; }
.cr-life-col--sm,
.cr-life-col--stack { width: 300px; }

.cr-life-tile {
  flex: 1 1 0;             /* single tile fills the column; a pair splits it */
  min-height: 0;
  border-radius: 14px;
  overflow: hidden;
}
.cr-life-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;       /* fill the fixed tile cleanly, no distortion */
  object-position: center;
  display: block;
}

@media (max-width: 991.98px) {
  .cr-life-col { height: 300px; }
  .cr-life-col--lg { width: 400px; }
  .cr-life-col--sm,
  .cr-life-col--stack { width: 250px; }
}
@media (max-width: 575.98px) {
  .cr-life { padding: 52px 0 56px; }
  .cr-life-col { height: 240px; }
  .cr-life-col--lg { width: 300px; }
  .cr-life-col--sm,
  .cr-life-col--stack { width: 190px; }
}

@media (prefers-reduced-motion: reduce) {
  .cr-life-track { animation: none; }
  .cr-life-gallery {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* ============================================================
   CAREER LIGHTBOX
   ============================================================ */
.cr-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: rgba(6, 12, 22, 0.92);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}
.cr-lightbox.is-open { opacity: 1; visibility: visible; }

.cr-lb-figure {
  position: relative;
  margin: 0;
  max-width: 92vw;
  text-align: center;
  transform: scale(0.95);
  transition: transform 0.28s ease;
}
.cr-lightbox.is-open .cr-lb-figure { transform: scale(1); }

.cr-lb-img {
  display: block;
  max-width: 92vw;
  max-height: 80vh;
  width: auto;
  height: auto;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
  background: #0b1626;
}
.cr-lb-cap {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}
.cr-lb-counter {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  letter-spacing: 0.04em;
}

/* close + nav controls */
.cr-lb-btn {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  z-index: 1;
}
.cr-lb-btn:hover { background: rgba(255, 255, 255, 0.2); }
.cr-lb-close {
  top: 22px;
  right: 24px;
  width: 48px;
  height: 48px;
  font-size: 20px;
}
.cr-lb-close:hover { transform: rotate(90deg); }
.cr-lb-prev,
.cr-lb-next {
  top: 50%;
  width: 52px;
  height: 52px;
  margin-top: -26px;
  font-size: 18px;
}
.cr-lb-prev { left: 22px; }
.cr-lb-next { right: 22px; }
.cr-lb-prev:hover { transform: translateX(-3px); }
.cr-lb-next:hover { transform: translateX(3px); }

body.cr-lb-lock { overflow: hidden; }

@media (max-width: 575.98px) {
  .cr-lb-prev, .cr-lb-next { width: 44px; height: 44px; margin-top: -22px; }
  .cr-lb-prev { left: 10px; }
  .cr-lb-next { right: 10px; }
  .cr-lb-close { top: 14px; right: 14px; width: 44px; height: 44px; }
  .cr-lb-img { max-height: 72vh; }
}

/* =========================================================================
   Efficient Mobility (buses) — Performance / Comfort / Safety pill tabs
   ========================================================================= */
.efficient-mobility {
  overflow: hidden;
  background-color: #f5f7fa;
  background-image: url("../images/pattern-bg-left.png");
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 100px auto;
  padding: 70px 0;
}

.em-tab-pill-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.em-tab-pill-container {
  display: inline-flex;
  background-color: #eef1f5;
  border-radius: 999px;
  padding: 10px;
}
.em-tab-pill {
  border: none;
  background: transparent;
  padding: 12px 28px;
  border-radius: 999px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.62);
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}
.em-tab-pill:hover {
  color: #0b1f47;
}
.em-tab-pill.active {
  background-color: #ffffff;
  color: #00172c;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(11, 31, 71, 0.08);
}

.em-content-row {
  margin-bottom: 50px;
}
.em-heading-col h2 {
  margin-bottom: 0;
}
.em-desc-col p {
  color: #4c4c4c;
  line-height: 1.75;
}
.em-desc-col p:last-child {
  margin-bottom: 0;
}

.em-highlights-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.em-card {
  background-color: #fff;
  border: rgba(0, 0, 0, 0.08) solid 1px;
  border-radius: 12px;
  padding: 30px 22px;
  text-align: left;
}
.em-card-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;  
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background-image: url(../images/RadialProgress.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px 60px;
}
.em-card-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.em-card-text {
  color: #00172c;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .efficient-mobility {
    padding: 50px 0;
  }
  .em-heading-col {
    margin-bottom: 24px;
  }
  .em-highlights-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767.98px) {
  .em-tab-pill {
    padding: 10px 18px;
    font-size: 0.9rem;
  }
}

@media (max-width: 575.98px) {
  .efficient-mobility {
    background-image: none;
  }
  .em-highlights-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .em-tab-pill {
    padding: 9px 14px;
    font-size: 0.8rem;
  }
}

/* ============================================================
   STICKY SIDE NAVIGATION (Strapi "Sticky Nav" single type)
   Desktop: vertical rail fixed to the right edge, vertically centred.
   Mobile: full-width horizontal dock fixed to the bottom edge.
   ============================================================ */
.sn-rail {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1000;
}

.sn-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0; 
  overflow: hidden;  
  box-shadow: 0 12px 30px -10px rgba(0, 23, 44, 0.25);
}
.sn-item{
  margin-bottom: 3px;
}
.sn-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 91, 164, 0.1);
}

.sn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  color: var(--primary-blue);
  background: #fff;
  border: none;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.15s ease;
}

.sn-link:hover,
.sn-link:focus-visible {
  background: var(--primary-blue);
  transform: scale(1.04);
}

.sn-link.is-active {
  background: var(--primary-blue);
}

.sn-link:focus-visible {
  outline: 2px solid var(--primary-blue);
  outline-offset: 2px;
}

/* Rendered as a masked <span> (not <img>) so the tile controls the icon's
   colour via background-color, regardless of the uploaded SVG's own fill —
   admins may upload icons in any colour. Mask uses the image's alpha
   channel, so this works for any single-shape icon. */
.sn-icon {
  display: block;
  width: 22px;
  height: 22px;
  background-color: var(--primary-blue);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.25s ease;
}

.sn-link:hover .sn-icon,
.sn-link:focus-visible .sn-icon,
.sn-link.is-active .sn-icon {
  background-color: #fff;
}

@media (max-width: 767.98px) {
  .sn-rail {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    transform: none;
    width: 100%;
  }

  .sn-list {
    flex-direction: row;
    justify-content: center;
    background: #fff;
    box-shadow: 0 -8px 20px -10px rgba(0, 23, 44, 0.25);
  }

  .sn-item {
    flex: 1 1 0;
    margin-bottom: 0;
  }
  .sn-item:not(:last-child) {
    border-bottom: none;
    border-right: 1px solid rgba(0, 91, 164, 0.1);
  }

  .sn-link {
    width: 100%;
    height: 52px;
    border-radius: 0;
  }

  .sn-icon {
    width: 19px;
    height: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sn-link {
    transition: none;
  }
}

.about-section::before,
  .about-section::after,
  .about-this-vehicle::before,
  .about-this-vehicle::after,
  .achivement-stat-section::before,
  .achivement-stat-section::after,
  .applications::before,
  .applications::after,
  .bus-video-section::before,
  .bus-video-section::after,
  .compliance::before,
  .compliance::after,
  .contact-info::before,
  .contact-info::after,
  .cr-life::before,
  .cr-life::after,
  .cr-jobs::before,
  .cr-jobs::after,
  .cr-values::before,
  .cr-values::after,
  .cr-why::before,
  .cr-why::after,
  .cta-section::before,
  .cta-section::after,
  .cv-section::before,
  .cv-section::after,
  .drive-the-future::before,
  .drive-the-future::after,
  .efficient-mobility::before,
  .efficient-mobility::after,
  .engineering-reliable::before,
  .engineering-reliable::after,
  .faq-section::before,
  .faq-section::after,
  .ft-section::before,
  .ft-section::after,
  .hero-section::before,
  .hero-section::after,
  .insights::before,
  .insights::after,
  .intro-section::before,
  .intro-section::after,
  .kf-section::before,
  .kf-section::after,
  .ldr-chairman::before,
  .ldr-chairman::after,
  .ldr-team::before,
  .ldr-team::after,
  .ms-section::before,
  .ms-section::after,
  .powering::before,
  .powering::after,
  .powering-the-nation::before,
  .powering-the-nation::after,
  .specs-banner::before,
  .specs-banner::after,
  .te-section::before,
  .te-section::after,
  .trusted::before,
  .trusted::after,
  .v2-hero-shape::before,
  .v2-hero-shape::after,
  .vm-section::before,
  .vm-section::after,
  .why-contact::before,
  .why-contact::after
  {
    z-index: 2;
  }
@media (max-width: 767.98px) {
  html, body{
    overflow-x: hidden;
  }
  .about-section,
  .engineering-reliable,
  .cv-section{
    background-image: none;
  }
  .about-section, .vehicle-section, .engineering-reliable,
  .specs-banner-inner, .gx-section-inner, .ms-section .ms-deco{
    background-image: none !important;
  }
  .gx-section .gx-section-inner{
    padding-bottom: 0;
  }
  .about-section::before,
  .about-section::after,
  .about-this-vehicle::before,
  .about-this-vehicle::after,
  .achivement-stat-section::before,
  .achivement-stat-section::after,
  .applications::before,
  .applications::after,
  .bus-video-section::before,
  .bus-video-section::after,
  .compliance::before,
  .compliance::after,
  .contact-info::before,
  .contact-info::after,
  .cr-life::before,
  .cr-life::after,
  .cr-jobs::before,
  .cr-jobs::after,
  .cr-values::before,
  .cr-values::after,
  .cr-why::before,
  .cr-why::after,
  .cta-section::before,
  .cta-section::after,
  .cv-section::before,
  .cv-section::after,
  .drive-the-future::before,
  .drive-the-future::after,
  .efficient-mobility::before,
  .efficient-mobility::after,
  .engineering-reliable::before,
  .engineering-reliable::after,
  .faq-section::before,
  .faq-section::after,
  .ft-section::before,
  .ft-section::after,
  .hero-section::before,
  .hero-section::after,
  .insights::before,
  .insights::after,
  .intro-section::before,
  .intro-section::after,
  .kf-section::before,
  .kf-section::after,
  .ldr-chairman::before,
  .ldr-chairman::after,
  .ldr-team::before,
  .ldr-team::after,
  .ms-section::before,
  .ms-section::after,
  .powering::before,
  .powering::after,
  .powering-the-nation::before,
  .powering-the-nation::after,
  .specs-banner::before,
  .specs-banner::after,
  .te-section::before,
  .te-section::after,
  .trusted::before,
  .trusted::after,
  .v2-hero-shape::before,
  .v2-hero-shape::after,
  .vm-section::before,
  .vm-section::after,
  .why-contact::before,
  .why-contact::after {
    width: 150px !important;
    height: 9px !important;
    background-size: 150px 9px !important;
    z-index: 2;
  }
  .v2-specs{
    margin-top: 30px;
    display: none;
  }
  
  .enquiry-section::after{
    display: none;
  }
  .cat-hero-content{
    align-items: flex-end;
    padding-bottom: 20px;
  }
}

.not-found-txt h1{
  color: #00172c;
}
.inv-page-wrapper{
  background-image: url("../images/inv-page-bg.svg");
  background-repeat: no-repeat;
  background-position: right 50vh;
  background-size: 99px 352px;
}