
/* MOBILE NAV FIX */
.sctg-mobile-toggle {
  display: none;
  background: #EF6637;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 26px;
  font-weight: 900;
  padding: 8px 14px;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(0,0,0,.3);
}

/* Mobile layout */
@media (max-width: 900px) {
  .sctg-navbar {
    position: sticky;
    top: 10px;
    z-index: 9999;
    margin: 10px;
    border-radius: 22px;
    padding: 12px 16px;
    background: #333333;
    border: 3px solid #EF6637;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .sctg-mobile-toggle {
    display: block;
  }

  .sctg-nav-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: none !important;
    flex-direction: column;
    background: #1f1f1f;
    border: 3px solid #EF6637;
    border-radius: 22px;
    padding: 16px;
    box-shadow: 0 20px 45px rgba(0,0,0,.45);
  }

  .sctg-nav-menu.mobile-open {
    display: flex !important;
  }

  .sctg-nav-menu li {
    width: 100%;
    margin: 0;
  }

  .sctg-nav-menu a {
    display: block;
    width: 100%;
    padding: 14px 16px;
    color: #fff !important;
    font-weight: 900;
    border-radius: 14px;
    text-decoration: none;
  }

  .sctg-nav-menu a:hover {
    background: #EF6637;
    color: #fff !important;
  }

  /* Mobile dropdowns */
  .sctg-nav-menu .dropdown-menu,
  .sctg-nav-menu ul ul {
    position: static !important;
    display: none;
    width: 100%;
    background: #333333;
    border: 2px solid #EF6637;
    border-radius: 16px;
    margin: 6px 0 10px;
    padding: 8px;
    box-shadow: none;
  }

  .sctg-nav-menu li:hover > .dropdown-menu,
  .sctg-nav-menu li:hover > ul {
    display: block;
  }

  .sctg-nav-menu .dropdown-menu a,
  .sctg-nav-menu ul ul a {
    padding: 11px 14px;
    font-size: 14px;
    color: #fff !important;
  }
}



.modern-navbar {
  position: fixed !important;   /* <-- KEY FIX */
  top: 15px;                    /* space from top */
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);     /* full width with margin */
  max-width: 1400px;

  background: rgba(33,33,33,0.95);
  backdrop-filter: blur(10px);

  border-radius: 18px;          /* rounded edges */
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);

  z-index: 999999;
}

/* INNER FLEX */
.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 24px;
}

/* LOGO */
.nav-logo {
  color: white;
  font-weight: 800;
  font-size: 20px;
  text-decoration: none;
}

.nav-logo span {
  color: #EF6637;
}

/* MENU */
.nav-menu {
  list-style: none;
  display: flex;
  gap: 6px;
  margin: 0;
  padding: 0;
}

.nav-menu li {
  position: relative;
}

.nav-menu li a {
  color: white;
  text-decoration: none;
  padding: 12px 16px;
  font-weight: 700;
  border-radius: 10px;
  transition: 0.25s;
}

.nav-menu li a:hover {
  background: rgba(239,102,55,0.2);
  color: #EF6637;
}

/* DROPDOWN FIX (always works) */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;

  background: white;
  border-radius: 14px;
  padding: 8px;
  min-width: 220px;

  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

.nav-dropdown:hover .dropdown-menu {
  display: block;
}

/* DROPDOWN LINKS */
.dropdown-menu li a {
  color: #333;
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
}

.dropdown-menu li a:hover {
  background: #EF6637;
  color: white;
}

/* CTA BUTTON */
.nav-cta {
  background: #EF6637;
  border-radius: 30px;
  padding: 10px 18px !important;
}

.nav-cta:hover {
  background: #ff7a4d;
}

/* IMPORTANT: PUSH PAGE DOWN so nav doesn't overlap */
body {
  padding-top: 90px;
}

  .sctg-truck-section{
    position:relative;
    overflow:hidden;
    padding:100px 20px 90px;
    background:linear-gradient(180deg, #2c2c2c 0%, #333333 45%, #2b2b2b 100%);
    color:#fff;
    font-family:Arial, sans-serif;
  }

  .sctg-truck-bg-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(70px);
    opacity:.18;
    pointer-events:none;
  }

  .sctg-truck-bg-glow-1{
    width:340px;
    height:340px;
    background:#EF6637;
    top:40px;
    left:-80px;
  }

  .sctg-truck-bg-glow-2{
    width:300px;
    height:300px;
    background:#EF6637;
    right:-60px;
    bottom:50px;
  }

  .sctg-truck-header{
    position:relative;
    z-index:2;
    max-width:900px;
    margin:0 auto 28px;
    text-align:center;
  }

  .sctg-eyebrow{
    display:inline-block;
    margin-bottom:12px;
    color:#EF6637;
    font-weight:700;
    letter-spacing:2px;
    font-size:.85rem;
  }

  .sctg-truck-header h2{
    margin:0 0 14px;
    font-size:clamp(2rem, 4vw, 3.2rem);
    line-height:1.1;
    color:#fff;
  }

  .sctg-truck-header p{
    margin:0 auto;
    max-width:700px;
    font-size:1.05rem;
    line-height:1.7;
    color:#e7e7e7;
  }

  .sctg-truck-stage{
    position:relative;
    z-index:2;
    max-width:1400px;
    margin:10px auto 30px;
    height:470px;
  }

  .sctg-road{
    position:absolute;
    left:0;
    right:0;
    bottom:48px;
    height:10px;
    background:linear-gradient(90deg, transparent, #666, transparent);
    border-radius:999px;
    opacity:.75;
  }

  .sctg-truck-wrap{
    position:absolute;
    width:min(1180px, 90vw);
    aspect-ratio:1280 / 720;
    right:-120%;
    bottom:-40px; /* moved truck down */
    will-change:transform, right;
  }

  .sctg-truck-wrap.sctg-drive{
    animation:sctgDriveIn 3.8s cubic-bezier(.22,.9,.2,1) forwards;
  }

  .sctg-truck-img{
    width:100%;
    height:auto;
    display:block;
    user-select:none;
    pointer-events:none;
  }

  .sctg-wheel{
    position:absolute;
    width:7.1%; /* smaller tires */
    aspect-ratio:1 / 1;
    object-fit:contain;
    animation:sctgWheelSpin .45s linear infinite;
    transform-origin:center center;
    pointer-events:none;
    user-select:none;
    filter:drop-shadow(0 0 4px rgba(0,0,0,.45));
  }

  .sctg-truck-wrap.sctg-stopped .sctg-wheel{
    animation-play-state:paused;
  }

  /* corrected wheel placement */
  .sctg-wheel-1{ left:3.9%; top:62.8%; }
  .sctg-wheel-2{ left:35.8%; top:62.5%; }
  .sctg-wheel-3{ left:43.0%; top:62.5%; }
  .sctg-wheel-4{ left:75.0%; top:62.5%; }
  .sctg-wheel-5{ left:82.4%; top:62.5%; }

  .sctg-reason-grid{
    position:relative;
    z-index:3;
    max-width:1220px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:22px;
  }

  .sctg-reason-card{
    background:rgba(255,255,255,.06);
    border:1px solid rgba(239,102,55,.28);
    border-radius:20px;
    padding:28px 22px;
    box-shadow:0 18px 40px rgba(0,0,0,.22);
    backdrop-filter:blur(6px);
    transform:translateY(55px) scale(.9);
    opacity:0;
    transition:transform .65s cubic-bezier(.2,.9,.2,1), opacity .65s ease, box-shadow .3s ease, border-color .3s ease;
  }

  .sctg-reason-grid.sctg-show .sctg-reason-card{
    transform:translateY(0) scale(1);
    opacity:1;
  }

  .sctg-reason-grid.sctg-show .sctg-reason-card:nth-child(1){ transition-delay:.05s; }
  .sctg-reason-grid.sctg-show .sctg-reason-card:nth-child(2){ transition-delay:.15s; }
  .sctg-reason-grid.sctg-show .sctg-reason-card:nth-child(3){ transition-delay:.25s; }
  .sctg-reason-grid.sctg-show .sctg-reason-card:nth-child(4){ transition-delay:.35s; }

  .sctg-reason-card:hover{
    transform:translateY(-8px) scale(1.02);
    border-color:rgba(239,102,55,.75);
    box-shadow:0 20px 45px rgba(239,102,55,.18);
  }

  .sctg-reason-icon{
    width:62px;
    height:62px;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.8rem;
    margin-bottom:16px;
    background:#EF6637;
    color:#fff;
    box-shadow:0 10px 25px rgba(239,102,55,.28);
  }

  .sctg-reason-card h3{
    margin:0 0 10px;
    font-size:1.2rem;
    color:#fff;
  }

  .sctg-reason-card p{
    margin:0;
    font-size:.98rem;
    line-height:1.65;
    color:#ededed;
  }

  @keyframes sctgDriveIn{
    0%{
      right:-120%;
    }
    100%{
      right:50%;
      transform:translateX(50%);
    }
  }

  @keyframes sctgWheelSpin{
    from{ transform:rotate(0deg); }
    to{ transform:rotate(-360deg); }
  }

  @media (max-width: 1100px){
    .sctg-truck-stage{
      height:360px;
    }

    .sctg-truck-wrap{
      bottom:-20px;
    }

    .sctg-wheel{
      width:6.3%;
    }

    .sctg-reason-grid{
      grid-template-columns:repeat(2, 1fr);
    }
  }

  @media (max-width: 767px){
    .sctg-truck-section{
      padding:80px 16px 70px;
    }

    .sctg-truck-stage{
      height:250px;
      margin-bottom:22px;
    }

    .sctg-road{
      bottom:26px;
    }

    .sctg-truck-wrap{
      width:118vw;
      bottom:-8px;
    }

    .sctg-wheel{
      width:6.5%;
    }

    .sctg-reason-grid{
      grid-template-columns:1fr;
      gap:16px;
    }

    .sctg-reason-card{
      padding:22px 18px;
    }
  }


  <!-- New Nav Bar -->
    <style>.modern-navbar {
  position: fixed !important;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  max-width: 1400px;
  background: rgba(51, 51, 51, 0.96);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.28);
  z-index: 999999;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 22px;
}

.nav-logo {
  color: #fff;
  font-size: 21px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.nav-logo span {
  color: #EF6637;
}

.nav-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
}

.nav-menu li {
  position: relative;
}

.nav-menu a,
.dropdown-btn {
  color: #fff;
  background: transparent;
  border: none;
  text-decoration: none;
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 800;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.25s ease;
}

.nav-menu a:hover,
.dropdown-btn:hover {
  background: rgba(239,102,55,0.2);
  color: #EF6637;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 115%;
  left: 0;
  min-width: 280px;
  background: #fff;
  padding: 10px;
  border-radius: 16px;
  list-style: none;
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

.nav-dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu a {
  display: block;
  color: #333;
  padding: 11px 14px;
  border-radius: 10px;
}

.dropdown-menu a:hover {
  background: #EF6637;
  color: #fff;
}

.scroll-menu {
  max-height: 390px;
  overflow-y: auto;
}

.nav-cta {
  background: #EF6637 !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 11px 20px !important;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: none;
  background: #EF6637;
  border-radius: 12px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 3px;
  background: #fff;
  margin: 4px auto;
  border-radius: 5px;
}

body {
  padding-top: 95px;
}

/* iPHONE / MOBILE */
@media (max-width: 900px) {
  .modern-navbar {
    top: 10px;
    width: calc(100% - 20px);
    border-radius: 18px;
  }

  .nav-inner {
    padding: 12px 14px;
    flex-wrap: wrap;
  }

  .nav-logo {
    font-size: 17px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-menu {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding-top: 14px;
    max-height: 78vh;
    overflow-y: auto;
  }

  .nav-menu.active {
    display: flex;
  }

  .nav-menu li {
    width: 100%;
  }

  .nav-menu a,
  .dropdown-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding: 14px 15px;
    background: rgba(255,255,255,0.08);
    border-radius: 12px;
  }

  .dropdown-menu {
    position: static;
    display: none;
    min-width: 100%;
    margin-top: 7px;
    padding: 8px;
    border-radius: 14px;
    box-shadow: none;
  }

  .nav-dropdown.open .dropdown-menu {
    display: block;
  }

  .nav-dropdown:hover .dropdown-menu {
    display: none;
  }

  .nav-dropdown.open:hover .dropdown-menu {
    display: block;
  }

  .dropdown-menu a {
    background: #f5f5f5;
    color: #333;
    margin-bottom: 6px;
  }

  .nav-cta {
    justify-content: center !important;
    margin-top: 6px;
  }
}