: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,
.pw-stat,
.insight-type,
.cell-sector,
.cell-benefit,
.cell-value,
.tab-pill.active,
.feature-text .value,
.v-info-box {
  font-family: "proxima_novasemibold";
}
.hero-content h1 span,
.v2-hero-text h1 span {
  font-family: "proxima_novaextrabold";
}
.achivements p {
  font-family: "proxima_novalight";
}
h2 {
  font-size: clamp(26px, 4.2vw, 40px);
  font-weight: 400;
  line-height: 1.3;
  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  -  custom three-level menu
           ============================================================ */
.v2-navbar {
  position: relative;
  z-index: 4;
  padding-top: 22px;
}

.v2-nav-box {
  position: relative;
  width: 100%;
  max-width: 960px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 8px 22px;
}
/* glass background on a pseudo-element so the box itself is NOT a
           containing block for the fixed mobile panel */
.v2-nav-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(22, 30, 40, 0.55);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  z-index: -1;
}

.v2-brand {
  display: inline-flex;
  padding: 0;
  margin: 0;
}
.v2-logo-img {
  height: 34px;
  width: auto;
  filter: brightness(0) invert(1);
}
.v2-divider {
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.35);
  margin: 0 8px 0 22px;
}

/* ---- collapse wrapper (becomes the slide panel on mobile) ---- */
.v2-nav-collapse {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.v2-collapse-head,
.v2-collapse-foot {
  display: none;
}

/* ---- level 1 list ---- */
.v2-menu {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.v2-item {
  position: relative;
}
.v2-row {
  display: block;
}

.v2-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  padding: 12px 14px;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.v2-item:hover > .v2-row > .v2-link,
.v2-link:hover {
  color: #fff;
}
.v2-item--active > .v2-row > .v2-link {
  color: #fff;
}
.v2-item--active > .v2-row > .v2-link::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 4px;
  height: 3px;
  border-radius: 3px;
  background: #008bd8;
}
.v2-caret {
  font-size: 11px;
  margin-top: 1px;
  transition: transform 0.25s ease;
}
.v2-item.v2-has:hover > .v2-row > .v2-link .v2-caret {
  transform: rotate(180deg);
}

/* expander button - mobile only */
.v2-expander {
  display: none;
}

/* ---- level 2 + 3 : desktop mega dropdown ---- */
.v2-panel {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 14px; /* invisible hover bridge */
  z-index: 60;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease,
    visibility 0.22s;
  pointer-events: none;
}
.v2-item.v2-has:hover > .v2-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.v2-item--right > .v2-panel {
  left: auto;
  right: 0;
}

.v2-sub {
  display: flex;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 16px;
  background: rgba(15, 21, 29, 0.98);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  box-shadow: 0 28px 60px -14px rgba(0, 0, 0, 0.75);
}
.v2-sub-item {
  min-width: 208px;
  padding: 4px 14px;
}
.v2-sub-item + .v2-sub-item {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.v2-sub-link {
  display: block;
  color: #fff;
  font-size: 12px;
  font-family: "proxima_novasemibold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  padding: 4px 10px 12px;
  margin-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
.v2-sub-link:hover {
  color: #2ea8e6;
}

.v2-panel-3 {
  display: block;
}
.v2-sub3 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.v2-sub3 > li {
  margin: 0;
}
.v2-sub3 a {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14.5px;
  line-height: 1.3;
  padding: 9px 10px;
  border-radius: 8px;
  text-decoration: none;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    padding-left 0.18s ease;
}
.v2-sub3 a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #008bd8;
  flex-shrink: 0;
  opacity: 0;
  transform: scale(0.4);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}
.v2-sub3 a:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  padding-left: 14px;
}
.v2-sub3 a:hover::before {
  opacity: 1;
  transform: scale(1);
}

/* ---- hamburger ---- */
.v2-burger {
  display: none;
  width: 46px;
  height: 42px;
  margin-left: auto;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  cursor: pointer;
}
.v2-burger span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition:
    transform 0.3s ease,
    opacity 0.2s ease;
}

/* ---- dark overlay behind mobile panel ---- */
.v2-nav-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 ease;
  z-index: 1090;
}
.v2-nav-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
/* ===== 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;
}
.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;
}
.v2-hero-text {
  max-width: 650px;
}
.v2-hero-text h1 {
  color: #fff;
  font-weight: 300;
  font-size: clamp(42px, 5.6vw, 72px);
  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;
}
.v2-hero-shape {
  width: 100%;
  height: 30px;  
  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: -1px;
  width: 30vw;
  height: 30px;
  background-color: #fff;
  display: block;
}
.v2-hero-shape::after{
  right: -20px;
  border-radius: 15px 0 0 0;
  transform: skew(-40deg);
}
.v2-hero-shape::before{
  left: -20px;
  border-radius: 0 15px 0 0;
  transform: skew(40deg);
}
/* ============================================================
           MOBILE  ( < 992px )  -  full-screen slide-from-left menu
           ============================================================ */
@media (max-width: 991.98px) {
  .v2-divider {
    display: none;
  }
  .v2-hero {
    padding-bottom: 50px;
  }
  .v2-burger {
    display: flex;
  }

  /* ---- the slide panel ---- */
  .v2-nav-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    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;
  }
  .v2-nav-collapse.is-open {
    transform: translateX(0);
    visibility: visible;
  }
  /* decorative glow */
  .v2-nav-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 ---- */
  .v2-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);
  }
  .v2-collapse-logo img {
    height: 32px;
    width: auto;
    filter: brightness(0) invert(1);
  }
  .v2-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;
  }
  .v2-close:hover {
    background: rgba(0, 139, 216, 0.35);
    transform: rotate(90deg);
  }

  /* ---- scrollable menu area ---- */
  .v2-menu {
    display: block;
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 6px 0 14px;
    gap: 0;
  }

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

  /* level-1 row */
  .v2-row {
    display: flex;
    align-items: stretch;
  }
  .v2-link {
    flex: 1;
    font-size: 17px;
    color: #fff;
    padding: 17px 8px 17px 24px;
  }
  .v2-item:hover > .v2-row > .v2-link {
    color: #fff;
  }
  .v2-caret {
    display: none;
  }
  .v2-item--active > .v2-row > .v2-link::after {
    display: none;
  }

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

  /* expander chevron button */
  .v2-expander {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    align-self: stretch;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.07);
    cursor: pointer;
  }
  .v2-expander i {
    transition: transform 0.3s ease;
  }
  .v2-expander[aria-expanded="true"] {
    color: #2ea8e6;
  }
  .v2-expander[aria-expanded="true"] i {
    transform: rotate(180deg);
  }

  /* ---- accordion (grid-rows trick = smooth auto-height) ---- */
  .v2-panel,
  .v2-panel-3 {
    position: static;
    display: grid;
    grid-template-rows: 0fr;
    padding: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    transition: grid-template-rows 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .v2-panel.is-open,
  .v2-panel-3.is-open {
    grid-template-rows: 1fr;
  }

  .v2-panel {
    background: rgba(0, 0, 0, 0.22);
  }
  .v2-panel-3 {
    background: rgba(0, 0, 0, 0.18);
  }

  .v2-sub,
  .v2-sub3 {
    overflow: hidden;
    min-height: 0;
    display: block;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    min-width: 0;
  }

  /* level-2 row */
  .v2-sub-item {
    min-width: 0;
    padding: 0;
    border: 0;
  }
  .v2-sub-item + .v2-sub-item {
    border: 0;
  }
  .v2-sub-item > .v2-row {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }
  .v2-sub-link {
    flex: 1;
    font-family: "proxima_novaregular", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.86);
    padding: 14px 8px 14px 40px;
    margin: 0;
    border: 0;
  }
  .v2-sub-item.is-expanded > .v2-row > .v2-sub-link {
    color: #2ea8e6;
  }
  .v2-sub-item.is-expanded > .v2-row > .v2-expander {
    color: #2ea8e6;
  }

  /* level-3 links */
  .v2-sub3 > li {
    border-top: 1px solid rgba(255, 255, 255, 0.04);
  }
  .v2-sub3 a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    padding: 12px 22px 12px 56px;
    border-radius: 0;
  }
  .v2-sub3 a::before {
    width: 6px;
    height: 6px;
    opacity: 1;
    transform: scale(1);
    background: rgba(255, 255, 255, 0.25);
  }
  .v2-sub3 a:active,
  .v2-sub3 a:hover {
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    padding-left: 56px;
  }
  .v2-sub3 a:hover::before {
    background: #008bd8;
  }

  /* ---- panel footer ---- */
  .v2-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);
  }
  .v2-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-radius: 10px;
    text-decoration: none;
  }
  .v2-foot-social {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 16px;
  }
  .v2-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;
  }
  .v2-foot-social a:hover {
    background: #008bd8;
    color: #fff;
  }

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

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

@media (prefers-reduced-motion: reduce) {
  .v2-nav-collapse,
  .v2-panel,
  .v2-panel-3,
  .v2-menu > .v2-item,
  .v2-nav-overlay {
    transition-duration: 0.01ms !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;
}
.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;
}
.transparent-btn {
  background-color: transparent;
  border: #005ba4 solid 1px;
  color: #00172c;
}
.transparent-btn::after {
  background-image: url(../images/black-arrow.svg);
}
.see-btn {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.21);
  border: rgba(0, 0, 0, 0.29) solid 1px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
}

.achivement-stat {
  margin-top: 6em;
}
.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: 46px;
  line-height: 52px;
  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 {
  content: "";
  position: absolute;
  top: -1px;
  width: 30vw;
  height: 25px;
  background-color: #fff;
  display: block;
}
.ft-section::before,
.powering::before {
  left: -20px;
  border-radius: 0 0 15px 0;
  transform: skew(-40deg);
}
.ft-section::after,
.powering::after {
  right: -20px;
  border-radius: 0 0 0 15px;
  transform: skew(40deg);
}
.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 28px;
  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 {
  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 {
    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 {
    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;
}
.help-with {
  background-color: #ecf6ff;
  border: rgba(255, 255, 255, 0.08) solid 1px;
  border-radius: 8px;
  padding: 40px;
  height: 100%;
}
.help-with-icon {
  width: 60px;
  height: 60px;
  border: var(--primary-blue) solid 4px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.help-with-icon::before,
.help-with-icon::after {
  content: "";
  width: 68px;
  height: 20px;
  background-color: #ecf6ff;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto;
  z-index: 1;
}
.help-with-icon::before {
  transform: translateX(-50%) rotate(45deg);
}
.help-with-icon::after {
  transform: translateX(-50%) rotate(-45deg);
}
.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 {
  background-image: url(../images/powering-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15em 0 50px;
  position: relative;
}
.powering h2 {
  color: #fff;
  margin-bottom: 20px;
}
.powering-for {
  max-width: 450px;
  background-color: #295ba7;
  border: rgba(255, 255, 255, 0.17) solid 1px;
  border-radius: 15px;
  padding: 30px;
}
.pw-stat {
  font-size: 22px;
  color: #fff;
  border-bottom: rgba(255, 255, 155, 0.5) solid 1px;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.pw-stat span {
  font-size: 70px;
  line-height: 70px;
}

.awards {
  background-color: #f5f7fa;
  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);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--navy);
  margin: 0;
}

/* ---------- 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;
}

/* ---------- 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 ---------- */
.tc-cell {
  flex: 0 0 auto; /* width is set by JS */
  position: relative;
  display: grid;
  place-items: center;
  min-height: 220px;
  padding: 24px;
  border-right: 1px solid var(--border);
}

/* 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);
}

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

.tc-cell::after {
  bottom: -4px;
}

.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-cell {
    min-height: 180px;
  }
}

@media (max-width: 600px) {
  .trusted__inner {
    padding: 40px 18px 48px;
  }
  .trusted__head {
    margin-bottom: 28px;
  }
  .tc-btn {
    width: 48px;
    height: 48px;
  }
  .tc-cell {
    min-height: 150px;
    padding: 18px;
  }
  .tc-logo {
    max-width: 130px;
    max-height: 60px;
  }
}
/* ---------- 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;
}

/* ---------- 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);
}

.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__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;
}
.footer-top {
  padding: 50px 0;
  position: relative;
}
.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;
}

/*-- 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 {
  text-align: center;
  padding: 40px 15px;
  border: #cecece solid 1px;
  height: 100%;
  position: relative;
  margin-right: -1px;
  background-color: #fff;
}

.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);
}

/* 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;
  background: linear-gradient(135deg, #0b3268 0%, #2667c2 100%);
  color: #fff;
  padding: 70px 60px 140px 60px;
}

.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;
}

.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 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.drive-the-future,
.drive-the-future h2 {
  color: #fff;
}
.drive-the-future {
  min-height: 90vh;
}
.future-box {
  height: 100%;
  border: rgba(255, 255, 255, 0.08) solid 1px;
  padding: 20px;
  border-radius: 16px;
  backdrop-filter: blur(48px); /* Apply the blur effect */
  -webkit-backdrop-filter: blur(48px); /* For Safari */
}
.future-box-content {
  display: flex;
  margin: 0 0 15px;
}
.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;
}

/* ============================================================
   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 span {
    font-size: 52px;
    line-height: 1;
  }

  /* 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: 32px;
  }
}

/*-- inner banner --*/
/* ===== Spec cards ===== */
.v2-specs {
  position: relative;
  z-index: 2;
  margin-top: auto;
}
.v2-spec-card {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 100%;
  padding: 16px 18px;
  background: rgba(22, 30, 40, 0.55);
  -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: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  margin-bottom: 3px;
}
.v2-spec-value {
  color: #fff;
  font-size: 18px;
  font-family: "proxima_novasemibold", sans-serif;
}

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

/* ---- decorative dot / triangle pattern at the bottom ---- */
.gx-pattern {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 210px;
  opacity: 0.3;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Cg fill='%23ffffff'%3E%3Ccircle cx='8' cy='9' r='3'/%3E%3Cpath d='M32 4l6 11h-12z'/%3E%3Cpath d='M8 28l6 11h-12z'/%3E%3Ccircle cx='32' cy='33' r='3'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-image: linear-gradient(to top, #000 12%, transparent 100%);
  mask-image: linear-gradient(to top, #000 12%, transparent 100%);
}

/* ---- container (header lives here) ---- */
.gx-container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---- header : title + arrows ---- */
.gx-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  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;
}
.gx-nav {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}
.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;
}
.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 22px 40px -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 {
    margin-bottom: 26px;
  }
  .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 60px;
  }
  .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
   ========================================================================= */

/* ===== Vision & Mission section ===== */
.vm-section {
  position: relative;
  min-height: 760px;
  padding: 0 0 56px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-color: #0c1626;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.vm-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(8, 16, 30, 0) 45%,
    rgba(8, 16, 30, 0.55) 100%
  );
  pointer-events: none;
}
.vm-notch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 2;
  pointer-events: none;
}
.vm-notch svg {
  display: block;
  width: 100%;
  height: 100%;
}
.vm-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
}
.vm-card {
  display: flex;
  align-items: flex-start;
  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;
    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;
  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-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-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;
  border-radius: 18px;
  overflow: hidden;
  min-height: 460px;
  display: flex;
  align-items: flex-end;
  background: #0c1626;
}
.cv-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cv-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(8, 16, 30, 0) 35%,
    rgba(8, 16, 30, 0.85) 100%
  );
}
.cv-card-body {
  position: relative;
  z-index: 1;
  padding: 36px;
  color: #ffffff;
  width: 100%;
}
.cv-card-title {
  font-size: 34px;
  margin-bottom: 10px;
}
.cv-card-text {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 20px;
  max-width: 360px;
}
.cv-dots {
  display: flex;
  gap: 8px;
}
.cv-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transition: width 0.25s ease, background 0.25s ease;
}
.cv-dot.is-active {
  width: 22px;
  border-radius: 4px;
  background: #2f8bff;
}
@media (max-width: 991.98px) {
  .cv-section {
    padding: 56px 0;
  }
  .cv-title {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .cv-card {
    min-height: 360px;
  }
}

/* ===== 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;
  border-top: 2px solid rgba(255, 255, 255, 0.25);
  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-family: "proxima_novaextrabold";
  font-size: 38px;
  font-weight: 700;
  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: 620px;
}
.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;
  max-width: 640px;
}
.ins-status-card {
  background: rgba(255, 255, 255, 0.1);
  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;
}

/* ===== Achievement stats band ===== */
.achivement-stat-section {
  background: #f7f9fc;
}

/* ===== Milestones header ===== */
.ms-wrap {
  position: relative;
  z-index: 1;
}
.ms-deco {
  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;
}

/* 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;
  }
}

