/* Shared industry page stylesheet: master design system based on Beverages & Alcohol page */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --blue: #005292;
  --blue-dark: #003d6d;
  --blue-light: #2060b0;
  --white: #ffffff;
  --black: #111111;
  --text: #111111;
  --text-muted: #444444;
  --border: #dde3ed;
  --font: 'Outfit', sans-serif;
  --font-heading: 'Raleway', sans-serif;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: var(--font);
  color: var(--text);
  background: #fff;
  min-width: 0;
}
.header{
  margin-top: 0;
}
.header,
.header.scrolled {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
}
nav,
.nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
  padding: 40px 180px;
}

.logo img {
   margin-top: -13px;
  margin-left: -119px;
  width: 196px;
  height: 90px;
  object-fit: contain;
}

/* Ensure logo reserves space and isn't collapsed by flex layout */
.logo {
  display: block;
  min-width: 247px;
}

/* Strong override to prevent accidental zero-width rules from collapsing the image */
.logo img {
   width: 196px !important;
  height: 90px !important;
  max-width: none !important;
}

ul.nav-menu,
.nav-links {
  display: flex;
  align-items: center;
  gap: 42px;
  list-style: none;
  margin-top: -11px;
  margin-left: -160px;
}

ul.nav-menu li a,
.nav-links a {
   color: #fff;
  font-size: 15.5px;
  font-weight: 300;
  text-decoration: none;
  letter-spacing: 0.3px;
  padding: 0;
}


.nav-actions,
.nav-right {
  margin-top: -11px;
  margin-right: -125px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.nav-logo-icon {
  width: 62px;
  height: 62px;
  border: 2.5px solid var(--blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.12);
  position: relative;
}

.nav-logo-icon svg {
  width: 36px;
  height: 36px;
}

.nav-logo-text {
  display: flex;
  flex-direction: column;
}

.nav-logo-text .brand {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}

.nav-logo-text .tagline {
  font-size: 8px;
  color: rgba(255,255,255,0.7);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 2px;
}

.nav-links .dropdown::after {
  content: '▾';
  font-size: 12px;
  margin-left: 4px;
  display: inline-block;
}

.search-btn,
.nav-search {
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  padding: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.menu-btn {
  width: 42px;
  height: 42px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: transparent;
}

/* ===================== HERO ===================== */
.hero {
  position: relative;
  width: 100%;
  height: 110vh;
  min-height: 700px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(5,15,35,0.72) 0%,
    rgba(5,15,35,0.30) 50%,
    rgba(5,15,35,0.20) 100%
  );
  z-index: 1;
}

.hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Simulated truck interior image using CSS */
.hero-scene {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, #0d1b3e 0%, #0d2a52 30%, #0d2a52 60%, #102a52 100%);
  z-index: 0;
}

.hero-scene::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><rect width="100" height="100" fill="none"/><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(100,160,255,0.04)" stroke-width="1"/></svg>') repeat;
}

/* Ensure this page does not inherit the shared fixed desktop width */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  min-width: 0;
}

body .container {
  padding: 0 clamp(24px, 6vw, 180px);
}

.footer .container {
  padding: 0 clamp(24px, 6vw, 120px);
  max-width: 100%;
}

.footer {
  padding: 52px 0;
}

.footer-top {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.footer-brand {
  width: 100%;
  max-width: 620px;
  flex-shrink: 0;
}

.footer-desc,
.footer-local,
.footer-address-col p {
  font-family: 'Outfit', sans-serif;
  font-weight: 425;
  font-size: 19px;
  color: var(--white);
  line-height: 1.5;
}

.footer-desc {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 18px;
}

.footer-local {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 40px;
}

.career-btn {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  background: var(--white);
  padding: 7px 8px 7px 36px;
  border-radius: 110px;
  margin-top: 70px;
}

.career-btn span,
.btn-enquire {
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: var(--white);
}

.footer-col ul li a,
.copyright {
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  font-size: 19px;
  color: var(--white);
}

.copyright {
  margin-left: 185px;
}

.career-btn span {
  color: #005292;
  font-size: 20px;
}

.btn-enquire {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  font-size: 20px;
  background: var(--primary);
  color: var(--white);
  border-radius: 36px;
  transition: background 0.3s;
}

.footer-links {
  display: flex;
  gap: 48px;
  flex: 1;
  flex-wrap: wrap;
}

.footer-col {
  min-width: 220px;
}

.footer-col h4,
.footer-bottom-left h4,
.address-heading {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--white);
  margin-bottom: 20px;
}

.footer-col ul {
  list-style-type: disc;
  padding-left: 20px;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  line-height: 28px;
}

.footer-col ul li a svg {
  display: none !important;
}

.footer-divider {
  width: 100%;
  height: 2px;
  background: var(--white);
  margin: 44px 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-bottom-left {
  flex: 1;
  min-width: 320px;
}

.footer-addresses {
  display: flex;
  gap: 0px;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.footer-address-col {
  flex: 1;
  min-width: 410px;
  padding-left: 24px;
  border-left: 2px solid var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-address-col p {
  white-space: nowrap;
  margin: 0 0 8px;
}

.footer-address-col:first-child {
  padding-left: 0;
  border-left: none;
  padding-right: 40px;
  align-items: flex-start;
}

.footer-bottom-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.social-icons {
  margin-left: 335px;
  display: flex;
  gap: 24px;
}

.social-icons a {
  width: 32px;
  height: 32px;
}

.social-icons img {
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 992px) {
  .footer .container {
    padding: 0 24px;
  }

  .footer-top {
    gap: 24px;
  }

  .footer-links {
    gap: 32px;
  }

  .footer-bottom {
    gap: 24px;
  }
}

/* Truck visual in center */
.truck-visual {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 500px;
  z-index: 1;
}

.truck-body {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 520px;
  height: 380px;
  background: linear-gradient(180deg, #c8d0dc 0%, #b0bbc8 40%, #8898aa 100%);
  border-radius: 4px;
  box-shadow: 0 20px 80px rgba(0,0,0,0.6), inset 0 0 60px rgba(255,255,255,0.1);
}

/* Open truck doors */
.door-left, .door-right {
  position: absolute;
  top: 0; bottom: 0;
  width: 100px;
  background: linear-gradient(90deg, #a0aab6 0%, #c0cad6 60%, #b8c2ce 100%);
}

.door-left {
  left: -108px;
  transform-origin: right center;
  transform: perspective(600px) rotateY(60deg);
  border-radius: 2px 0 0 2px;
}

.door-right {
  right: -108px;
  transform-origin: left center;
  transform: perspective(600px) rotateY(-60deg);
  border-radius: 0 2px 2px 0;
}

/* Interior shelves */
.shelf-container {
  position: absolute;
  inset: 20px;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 80px;
  gap: 4px;
}

.shelf {
  border-bottom: 2px solid rgba(255,255,255,0.4);
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  padding-bottom: 6px;
  padding-top: 8px;
  position: relative;
}

.shelf::before {
  content: '';
  position: absolute;
  bottom: 0; left: -10px; right: -10px;
  height: 2px;
  background: rgba(255,255,255,0.5);
}

/* Interior light */
.interior-light {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 12px;
  background: linear-gradient(90deg, transparent, rgba(200,230,255,0.9), transparent);
  border-radius: 4px;
  box-shadow: 0 0 30px 10px rgba(200,230,255,0.3);
}

/* Healthcare cross sign */
.healthcare-cross {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  z-index: 2;
}

.healthcare-cross .cross-bg {
  width: 80px;
  height: 80px;
  background: rgba(0,220,180,0.15);
  border: 3px solid rgba(0,220,180,0.6);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.healthcare-cross .cross-symbol {
  color: #00e6c0;
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 0 20px rgba(0,230,192,0.8);
}

/* Hero content */
.hero-content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1160px;
  padding: 0 clamp(24px, 8vw, 180px) 80px;
  margin-bottom:30px;
}

.hero-title {
  font-size: 57px;
  font-weight: 00;
  color: #fff;
  line-height: 1.08;
  letter-spacing: -0.5px;
  margin-bottom: -5px;
  font-family: 'Outfit', sans-serif;
}

.hero-sub-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}

.s2-left{
  margin-top: 50px;
}

.hero-sub {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.88);
  white-space: normal;
  line-height: 1.5;
  margin-bottom:0px;
  flex: 1;
  min-width: 0;
  max-width: 740px;
  font-family: 'Outfit', sans-serif;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: calc(-1 * clamp(15px, 39vw, 5000px));
  margin-bottom:0px;
}

.btn-primary {
  background: #fff;
  color: var(--blue);
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 18px 40px;
  white-space: nowrap;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s;
  letter-spacing: 0.3px;
  margin-right: 200px;
}

.btn-primary:hover {
  background: var(--blue);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

.btn-outline-white {
  background: transparent;
  color: #fff;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 700;
  padding: 17px 40px;
  border-radius: 50px;
  border: 2px solid rgba(255,255,255,0.7);
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s;
}

.btn-outline-white:hover {
  background: rgba(255,255,255,0.15);
}

/* Floating CTA overrides */
.floating-btn {
  padding: 12px 8px;
  font-weight: 400;
  font-size: 13px;
  border: 2px solid white;
}

.hero-sub-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 0;
}

/* Consistent left padding for all content */
.section {
  padding: 50px 0;
}

.section .container {
  padding-left: clamp(24px, 6vw, 180px);
  padding-right: clamp(24px, 6vw, 180px);
}

/* CTA Banner full width */
.cta-banner {
  /* Align left/right margins with other page content */
  width: auto;
  margin-left: clamp(20px, 4vw, 180px);
  margin-right: clamp(20px, 4vw, 180px);
  /* Reduced inner padding for a tighter banner */
  padding: 18px 24px;
  gap: 48px;
}

/* FAQ remove horizontal lines */
.faq-item {
  border-bottom: none;
}

.faq-question {
  border-bottom: none;
}

/* Navbar and menu button size */
.nav {
  padding: 40px 180px;
}

.nav-menu li a {
  font-size: 20px;
  font-weight: 300;
  padding: 0;
}

/* .menu-btn {
  margin-right: 0;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
} */

.menu-btn span {
  width: 20px;
  height: 2.8px;
  background: #ffffff;
}

/* Floating side buttons */
.side-btns {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 200;
}

.side-btn {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  background: var(--blue);
  color: #fff;
  font-family: var(--font);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 20px 10px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s;
}

.side-btn:hover { background: var(--blue-dark); }

.side-btn + .side-btn {
  border-top: 1px solid rgba(255,255,255,0.2);
}

.side-btn-icon {
  display: inline-block;
  transform: rotate(180deg);
}

/* ===================== SECTION 1 ===================== */
.section {
  padding: 50px 0;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--black);
  text-transform: uppercase;
  letter-spacing: -0.5px;
  white-space: nowrap;
  line-height: 1.1;
  margin-bottom: 28px;
  font-family: 'Raleway', sans-serif;
}

.section-body {
  font-size: 18px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 24px;
  font-family: 'Outfit', sans-serif;
}

/* Section 1 – two col */
.s1-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  margin-top: 40px;
}

.s1-img-wrap {
  border-radius: 6px;
  overflow: hidden;
}

.s1-img-wrap img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
}

/* Placeholder image using CSS gradient */
.img-placeholder {
  width: 100%;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.img-placeholder-truck {
  position: relative;
}

/* Truck silhouette for placeholder */
.truck-sil {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.risk-list {
  list-style: none;
  margin: 20px 0 28px;
}

.risk-list li {
  font-size: 18px;
  color: var(--text-muted);
  padding: 8px 0 8px 22px;
  position: relative;
  line-height: 1.55;
}

.risk-list li::before {
  content: '•';
  position: absolute;
  left: 6px;
  color: var(--text-muted);
  font-size: 18px;
  line-height: 1.4;
}

.risk-intro {
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 4px;
}

.risk-closing {
  font-size: 15.5px;
  color: var(--text-muted);
  line-height: 1.65;
  margin-top: 8px;
}

/* ===================== SECTION 2 ===================== */
.s2-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  margin-top: 40px;
}

.s2-left .section-body {
  margin-bottom: 16px;
  white-space: nowrap;
}

.feature-list {
  list-style: none;
  margin: 4px 0 20px;
}

.feature-list li {
  font-size: 18px;
  color: var(--text-muted);
  padding: 8px 0 8px 22px;
  position: relative;
  line-height: 1.55;
}

.feature-list li::before {
  content: '•';
  position: absolute;
  left: 6px;
  color: var(--text-muted);
  font-size: 18px;
  line-height: 1.4;
}

.s2-img-wrap {
  overflow: hidden;
  margin-top: 0;
  height: 340px;
}

.s2-img-wrap img,
.s2-img-wrap .pmu-truck {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Portable medical unit truck image placeholder */
.pmu-truck {
  width: 100%;
  height: 340px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(180deg, #7dbde8 0%, #5aa5d8 60%, #3d8fc5 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.pmu-truck::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 40%;
  background: linear-gradient(180deg, transparent, rgba(30,60,100,0.3));
}

/* ===================== SECTION 3 – USE CASES ===================== */
.s3 {
  padding: 50px 0;
  background: #fff;
}

.s3-intro {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 52px;
  max-width: 860px;
}

.use-cases-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.use-case-card {
  padding: 36px 40px 40px;
  border-left: 3px solid var(--blue);
  position: relative;
  margin-bottom: 12px;
}

.use-case-card:nth-child(odd) {
  border-left: 3px solid var(--blue);
}

.use-case-card:nth-child(even) {
  border-left: 3px solid var(--blue);
}

/* Separating line between columns */
.use-case-card:nth-child(1),
.use-case-card:nth-child(3) {
  border-right: 1px solid var(--border);
}

.use-case-card:nth-child(3),
.use-case-card:nth-child(4) {
  border-bottom: none;
  margin-bottom: 0;
}

.use-case-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.use-case-icon svg {
  width: 60px;
  height: 60px;
}

.use-case-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 10px;
  letter-spacing: -0.2px;
  font-family: 'Raleway', sans-serif;
}

.use-case-desc {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-muted);
  line-height: 1.6;
  font-family: 'Outfit', sans-serif;
}

/* ===================== SECTION 4 – CTA BANNER ===================== */
#section4 {
  padding: 0 30px;
}

.cta-banner {
  background: var(--blue);
  padding: 40px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.cta-banner-left h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.05;
  letter-spacing: -0.5px;
  max-width: 480px;
  font-family: 'Raleway', sans-serif;
}

.social-icons {
    display: flex;
    gap: 60px;
}

.cta-banner-right {
  flex: 1;
  /* remove vertical divider between left and right */
  border-left: none;
  /* add horizontal rule above the right column for separation */
  border-top: 2px solid rgb(255, 255, 255);
  padding-left: 12px;
  padding-top: 16px;
}

.cta-banner-right p {
  font-size: 20px;
  color: rgba(255,255,255,0.88);
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 700px;
  padding-top: 0;
  border-top: none;
}

.btn-cta-white {
  background: #fff;
  color: var(--blue);
  font-family: var(--font);
  font-size: 15px;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s;
}

.btn-cta-white:hover {
  background: var(--blue-dark);
  color: #fff;
}

/* ===================== SECTION 5 – FAQ ===================== */
.s5 {
  padding: 50px 0;
  background: #fff;
}

.faq-list {
  margin-top: 20px;
  border-top: 1px solid var(--border);
}

.faq-item {
  border-bottom: 1px solid var(--border);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
  cursor: pointer;
  gap: 20px;
}

.faq-q-text {
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.4;
  display: inline;
}

.faq-num {
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  margin-right: 10px;
}

.faq-toggle {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--blue);
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  transition: all 0.2s;
  border: none;
  border-radius: 0;
  background: transparent;
}

.faq-answer {
  display: none;
  padding: 0 0 24px 0px;
  font-size: 18px;
  color: var(--text-muted);
  line-height: 1.7;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-item.open .faq-toggle {
  background: transparent;
  color: var(--blue);
}

/* ===================== SECTION 6 – VIDEO ===================== */
.s6 {
  padding: 50px 0;
  background: #fff;
}

.video-wrapper {
  margin-top: 32px;
  width: 100%;
  background: #111;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  padding-top: 40%;
}

.video-inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a0a0a;
}

.yt-play {
  width: 80px;
  height: 56px;
  background: #ff0000;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.yt-play::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 22px;
  border-color: transparent transparent transparent #fff;
  margin-left: 4px;
}

/* Icon SVGs */
.icon-blue {
  color: var(--blue);
  stroke: var(--blue);
}

/* ===================== ACTUAL IMAGES ===================== */
/* Using real image from the truck visual */
.hero-real-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* Responsive tweaks */
@media (max-width: 1100px) {
  .s1-grid, .s2-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-title { font-size: 44px; }
}

@media (max-width: 768px) {
  /* Nav */
  nav, .nav { padding: 20px 16px; }

  /* Hero */
  .hero { height: 100vh; min-height: 600px; }
  .hero-bg {
    background: linear-gradient(
      to bottom,
      rgba(5,15,35,0.20) 0%,
      rgba(5,15,35,0.10) 40%,
      rgba(5,15,35,0.50) 70%,
      rgba(5,15,35,0.78) 100%
    );
  }
  .hero-content { padding: 0 16px 80px; }
  .hero-title { font-size: 26px; letter-spacing: 0; margin-bottom: 12px; white-space: normal; word-break: break-word; }
  .hero-sub { font-size: 14px; white-space: normal; word-break: break-word; max-width: 100%; }
  .hero-sub-row { flex-direction: column; align-items: flex-start; gap: 20px; }
  .hero-cta { margin-left: 0; margin-right: 0; }
  .btn-primary { margin-right: 0; font-size: 15px; padding: 14px 28px; }

  /* Containers */
  .container { padding: 0 16px; }
  .section .container { padding-left: 16px; padding-right: 16px; }

  /* Section headings & body */
  .section-title { font-size: 22px; white-space: normal; word-break: break-word; letter-spacing: 0; margin-bottom: 16px; }
  .section-body { font-size: 15px; }

  /* Sections 1 & 2 grids */
  .s1-grid, .s2-grid { grid-template-columns: 1fr; gap: 28px; margin-top: 24px; }
  .s1-img-wrap img { height: 220px; }
  .s2-img-wrap { height: 220px; }
  .s2-left .section-body { white-space: normal; }
  .risk-list li, .feature-list li { font-size: 15px; }

  /* Section 3 use cases */
  .s3-intro { white-space: normal; overflow-wrap: break-word; word-break: break-word; font-size: 14px; margin-bottom: 28px; max-width: 100%; }
  .use-cases-grid { grid-template-columns: 1fr; }
  .use-case-card { padding: 24px 16px; }
  .use-case-title { font-size: 17px; }
  .use-case-desc { font-size: 14px; }

  /* Section 4 CTA */
  #section4 { padding: 0 16px; }
  .cta-banner { flex-direction: column; padding: 28px 20px; gap: 20px; margin-left: 0; margin-right: 0; }
  .cta-banner-left h2 { font-size: 24px; max-width: 100%; }
  .cta-banner-right { border-left: none; border-top: 1px solid rgba(255,255,255,0.25); padding-left: 0; padding-top: 24px; }
  .cta-banner-right p { font-size: 15px; margin-bottom: 16px; max-width: 100%; }

  /* Section 5 FAQ */
  .faq-question { padding: 16px 0; }
  .faq-q-text { font-size: 15px; }
  .faq-num { font-size: 15px; }
  .faq-answer { font-size: 14px; padding: 0 0 16px 28px; }

  /* Section 6 video */
  .video-wrapper { padding-top: 56.25%; }

  /* Footer */
  .copyright { margin-left: 0; }
  .social-icons { margin-left: 0; gap: 16px; }
  .footer-addresses { flex-direction: column; flex-wrap: wrap; gap: 20px; }
  .footer-address-col { min-width: 0; width: 100%; padding-left: 16px; border-left: 2px solid var(--white); }
  .footer-address-col p { white-space: normal; word-break: break-word; }
  .footer-address-col:first-child { padding-left: 16px; border-left: 2px solid var(--white); padding-right: 0; }
  .footer-bottom-right { flex-direction: column; gap: 20px; }
  .footer-right { align-items: flex-start; margin-top: 24px; }
  .footer-bottom-left { min-width: 0; }
  .career-btn { margin-top: 24px; }

  /* Modal */
  .modal-box { padding: 28px 16px 32px; }
  .modal-box .form-grid { grid-template-columns: 1fr; column-gap: 0; }
  .modal-box .btn-submit { width: 100%; }
  .modal-title { font-size: 22px; margin-bottom: 24px; }
}

/* ───── MODAL ───── */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(8,20,50,0.55);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal-overlay.active { display: flex; }
.modal-box {
  background: #f0f2f5;
  border-radius: 18px;
  width: 100%;
  max-width: 1000px;
  padding: 48px 56px 52px;
  position: relative;
  box-shadow: 0 24px 80px rgba(0,0,0,0.35);
  animation: modalIn 0.25s ease;
}
@keyframes modalIn {
  from { opacity: 0; transform: translateY(-18px) scale(0.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.modal-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.8px solid #b0b8cc;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 16px;
  transition: border-color 0.2s, color 0.2s;
}
.modal-close:hover { border-color: #1a4a8a; color: #1a4a8a; }
.modal-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 700;
  font-style: italic;
  color: #1a4090;
  margin-bottom: 40px;
}
.modal-box .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
  row-gap: 0;
}
.modal-box .form-field {
  margin-bottom: 36px;
  position: relative;
}
.modal-box .form-field label {
  display: block;
  font-size: 14px;
  color: #999;
  font-weight: 400;
  margin-bottom: 8px;
}
.modal-box .form-field input,
.modal-box .form-field select {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1.5px solid #c0c8d8;
  padding: 6px 0 10px;
  font-size: 14.5px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s;
}
.modal-box .form-field input:focus,
.modal-box .form-field select:focus { border-bottom-color: #1a4a8a; }
.modal-box .form-field.has-arrow select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 2px center;
  padding-right: 22px;
  cursor: pointer;
  color: #999;
}
.upload-wrapper {
  position: relative;
  border-bottom: 1.5px solid #c0c8d8;
  padding: 6px 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.upload-wrapper input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  border: none;
  padding: 0;
}
.upload-label-text { font-size: 14.5px; color: #999; }
.upload-icon svg {
  width: 20px;
  height: 20px;
  stroke: #aaa;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.upload-hint { font-size: 11.5px; color: #aaa; margin-top: 6px; }
.modal-box .btn-submit {
  display: block;
  background: #1a3d7c;
  color: #fff;
  border: none;
  border-radius: 40px;
  padding: 17px 0;
  width: 420px;
  max-width: 100%;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
  letter-spacing: 0.4px;
  margin-top: 4px;
  transition: background 0.2s;
}
.modal-box .btn-submit:hover { background: #12306a; }

/* Page-specific section 2 layout and FAQ styling fixes */
.section-body {
  margin-bottom: 1.5rem;
}
.s2-left .section-body {
  margin-bottom: 1.5rem;
}
.feature-list {
  margin-top: 1rem;
}
.s3-intro {
  white-space: nowrap;
  overflow-wrap: normal;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 12px;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
  }
  .hero-sub {
    font-size: 14px;
    margin-bottom: 0;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
  }
  .s3-intro {
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
  }
}
