@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/* 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: 196px;
}

/* 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: -110px;
}

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-menu .dropdown-menu {
  min-width: 0;
  width: max-content;
}

.nav-menu .dropdown-menu li a {
  color: var(--black);
  font-size: 13px;
  font-weight: 400;
  padding: 8px 16px;
  display: block;
}

.nav-menu li a.active,
.nav-links a.active {
  font-weight: 650;
}

.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;
}

.dropdown-menu li {
  display: block;
  padding: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.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;
}

.search-btn svg{
  width: 20px;
  height: 20px;
}

.menu-btn,
button.nav-menu {
  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 picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.hero picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.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: 60px;
  margin-bottom: -100px;
}

.career-btn {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  background: var(--white);
  padding: 7px 8px 7px 36px;
  border-radius: 110px;
  margin-top: 190px;
}


.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: 16px;
  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;
  font-size: 19px;
}

.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 .address-heading {
  margin-bottom: 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;
}

.hero-title {
  font-size: 57px;
  font-weight: 700;
  color: #fff;
  line-height: 1.08;
  letter-spacing: -0.5px;
  margin-bottom: -40px;
  font-family: 'Outfit', sans-serif;
}

.hero-sub-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 0;
}

.hero-sub {
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,0.88);
  white-space: normal;
  line-height: 1.5;
  margin-bottom:10px;
  flex: 1;
  min-width: 0;
  max-width: 850px;
  font-family: 'Outfit', sans-serif;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  flex-shrink: 0;
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: calc(-1 * clamp(15px, 39vw, 5000px));
}

.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;
}

.dropdown-menu li:hover a {
  color: rgb(79, 160, 185);
}


.btn-outline-white:hover {
  background: rgba(255,255,255,0.15);
}

/* Floating CTA overrides — !important blocks JS inline style from initFloatingCTA() */
.floating-cta {
  position: fixed !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 9999;
}

.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: #f9fafa;
}

/* 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: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.use-case-icon picture,
.use-case-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.use-case-icon svg {
  width: 80px;
  height: 80px;
}

.use-case-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 10px;
  letter-spacing: -0.2px;
  font-family: 'Raleway', sans-serif;
}

.use-case-desc {
  font-size: 18px;
  color: var(--text-muted);
  line-height: 1.6;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
}

/* ===================== 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: 28px;
  font-weight: 650;
  color: var(--text);
  line-height: 1.4;
  display: inline;
}

.faq-num {
  font-size: 28px;
  font-weight: 700;
  color: var(--text);
  margin-right: 10px;
}

.faq-toggle {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--blue);
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  padding: 0;
  background: transparent;
  transition: all 0.2s;
}

.faq-toggle svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  transition: transform 0.2s ease;
}

.faq-item.open .faq-toggle svg,
.faq-item.active .faq-toggle svg {
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  padding: 0 0 16px 0px;
  font-size: 18px;
  color: var(--text-muted);
  line-height: 1.7;
}

.faq-item.open .faq-answer,
.faq-item.active .faq-answer {
  display: block !important;
  overflow: visible !important;
  max-height: 1000px !important;
  padding-top: 16px;
}

.faq-item.open .faq-toggle,
.faq-item.active .faq-toggle {
  /* keep transparent background in industry pages so SVG icon matches index */
  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;
}

@media screen and (max-width: 768px) {
  .s6 .video-wrapper {
    padding-top: 56.25% !important;
  }

  .s6 .video-inner {
    z-index: 0;
  }

  .s6 .video-inner iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
  }
}

.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: 16px 16px; }
  .nav-menu { display: none !important; }
  .logo img {
    width: 130px !important;
    height: 54px !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  .logo { min-width: 0; }
  .nav-actions {
    margin-top: 0;
    margin-right: 0;
  }
  .menu-btn { display: flex; }

  /* ── Mobile menu ── */
  .mobile-menu {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #fff;
    z-index: 1001;
    transform: translateX(-100%);
    transition: transform 0.35s ease;
    overflow-y: auto;
  }
  .mobile-menu.active { transform: translateX(0); }
  .mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    border-bottom: 1px solid #eee;
  }
  .mobile-logo { width: 130px; }
  .close-btn {
    width: 36px; height: 36px;
    display: flex; align-items: center; justify-content: center;
    background: none; border: none; cursor: pointer;
  }
  .close-btn svg { width: 22px; height: 22px; stroke: #111; }
  .mobile-nav { padding: 16px 20px; list-style: none; }
  .mobile-nav > li { border-bottom: 1px solid #eee; }
  .mobile-nav > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    font-size: 18px;
    font-weight: 500;
    color: #111;
    text-decoration: none;
  }
  .mobile-nav svg { width: 20px; height: 20px; stroke: #111; flex-shrink: 0; }
  .submenu { display: none; padding-bottom: 8px; list-style: none; }
  .submenu.active { display: block; }
  .submenu li a {
    display: block;
    padding: 10px 0 10px 16px;
    font-size: 15px;
    color: #444;
    text-decoration: none;
  }
  .has-submenu.active svg { transform: rotate(180deg); }

  /* ── Floating CTA ── */
  .floating-cta {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    transform: none !important;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    z-index: 9999;
    margin: 0;
    padding: 0;
  }
  .floating-btn {
    flex: 1;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: horizontal-tb;
    transform: none;
    margin: 0;
    padding: 0;
  }
  .enquire-now {
    border-right: 1px solid #ffffff;
  }
  body {
    padding-bottom: 60px;
  }
  .desktop-only { display: none !important; }
  .mobile-only { display: flex !important; }
  .mobile-whatsapp {
    display: flex;
    position: fixed;
    right: 16px; bottom: 64px;
    width: 44px; height: 44px;
    background: #25D366;
    border-radius: 50%;
    align-items: center; justify-content: center;
    z-index: 1001;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  }
  .mobile-whatsapp svg { width: 24px; height: 24px; fill: #fff; }

  /* ── 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 100px; }
  .hero-title {
    font-size: 28px;
    letter-spacing: 0;
    margin-bottom: 16px;
    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: 16px; }
  .hero-cta { margin-left: 0; margin-right: 0; width: 100%; }
  .btn-primary { margin-right: 0; font-size: 15px; padding: 14px 28px; }

  /* ── Containers & sections ── */
  body { padding-bottom: 60px; }
  .container { padding: 0 16px !important; }
  .section .container { padding-left: 16px !important; padding-right: 16px !important; }
  .section { padding: 36px 0; }
  .s3 { padding: 36px 0; }
  .s5 { padding: 36px 0; }
  .s6 { padding: 36px 0; }

  /* ── Headings & text ── */
  .section-title {
    font-size: 22px;
    white-space: normal;
    word-break: break-word;
    letter-spacing: 0;
    margin-bottom: 14px;
  }
  .section-body { font-size: 15px; }
  .s2-left .section-body { white-space: normal; }

  /* ── Section 1 & 2 grids ── */
  .s1-grid, .s2-grid { grid-template-columns: 1fr; gap: 24px; margin-top: 20px; }
  .s1-img-wrap img { height: 220px; }
  .img-placeholder { height: auto !important; }
  .img-placeholder img {
    width: 100%;
    height: auto !important;
    object-fit: contain !important;
  }
  .s2-img-wrap { height: auto !important; }
  .s2-img-wrap img,
  .s2-img-wrap .pmu-truck {
    height: auto !important;
    object-fit: contain !important;
  }
  .risk-list li, .feature-list li { font-size: 15px; }
  .risk-intro { 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: 24px;
    max-width: 100%;
  }
  .use-cases-grid { grid-template-columns: 1fr; }
  .use-case-card { padding: 20px 10px; }
  .use-case-card:nth-child(1),
  .use-case-card:nth-child(3) { border-right: none; }
  .use-case-card:nth-child(3) { border-bottom: 1px solid var(--border); }
  .use-case-card:nth-child(4) { border-bottom: none; }
  .use-case-title { font-size: 20px; }
  .use-case-desc { font-size: 16px; }

  /* ── Section 4 CTA banner ── */
  #section4 { padding: 0 16px; }
  .cta-banner {
    flex-direction: column;
    padding: 24px 20px;
    gap: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .cta-banner-left h2 { font-size: 22px; max-width: 100%; }
  .cta-banner-right {
    border-left: none;
    border-top: 1px solid rgba(255,255,255,0.3);
    padding-left: 0;
    padding-top: 20px;
  }
  .cta-banner-right p { font-size: 15px; margin-bottom: 16px; max-width: 100%; }

  /* ── Section 5 FAQ ── */
  .faq-question { padding: 12px 0; gap: 12px; }
  .faq-q-text { font-size: 15px; }
  .faq-num { font-size: 15px; }
  .faq-answer { display: none; font-size: 14px; padding: 0 0 12px 24px; }
  .faq-item.open .faq-answer { display: block !important; max-height: 1000px !important; overflow: visible !important; }
  .faq-toggle { width: 26px; height: 26px; font-size: 15px; }

  /* ── Section 6 video ── */
  .video-wrapper { padding-top: 56.25%; }

  /* ── Footer ── */
  .footer { padding: 36px 0 0; }
  .footer .container { padding: 0 16px !important; }
  .footer-top { flex-direction: column; gap: 24px; }
  .footer-brand { max-width: 100%; }
  .footer-desc { font-size: 15px; margin-bottom: 14px; }
  .footer-local { font-size: 15px; margin-bottom: 24px; }
  .career-btn {
    margin-top: 0;
    gap: 16px;
    padding: 10px 10px 10px 20px;
  }
  .career-btn span { font-size: 15px; }
  .btn-enquire { font-size: 15px; padding: 10px 18px; }
  .footer-links { flex-direction: column; gap: 24px; }
  .footer-col { min-width: 0; }
  .footer-col h4 { font-size: 16px; margin-bottom: 12px; }
  .footer-col ul li a { font-size: 15px; line-height: 24px; }
  .footer-divider { margin: 28px 0; }
  .footer-bottom { flex-direction: column; gap: 24px; }
  .footer-bottom-left { min-width: 0; }
  .footer-bottom-left h4 { font-size: 16px; }
  .address-heading { font-size: 15px; }
  .footer-addresses { flex-direction: column; gap: 20px; flex-wrap: wrap; }
  .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; font-size: 14px; }
  .footer-address-col:first-child {
    padding-left: 16px;
    padding-right: 0;
    border-left: 2px solid var(--white);
  }
  .footer-bottom-right { flex-direction: column; gap: 16px; align-items: flex-start; }
  .social-icons { margin-left: 0; gap: 20px; }
  .social-icons a { width: 28px; height: 28px; }
  .social-icons img { width: 28px; height: 28px; }
  .copyright { margin-left: 0; font-size: 13px; }

  /* ── Modal ── */
  .modal-overlay { padding: 12px; }
  .modal-box { padding: 24px 16px 28px; }
  .modal-title { font-size: 20px; margin-bottom: 20px; }
  .modal-box .form-grid { grid-template-columns: 1fr; column-gap: 0; }
  .modal-box .btn-submit { width: 100%; }
}

/* ----- 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 {
  overflow-wrap: break-word;
}

