:root{
  --navy:#0b1b2d;
  --navy2:#081423;
  --steel:#d9d9d9;
  --panel:#f2f2f2;
  --panel2:#e7e7e7;
  --text:#0e0f12;
  --muted:#5c6773;
  --red:#b31b1b;
  --red2:#8f1313;
  --blue:#163a5f;
  --blue2:#102a45;
  --shadow: 0 12px 30px rgba(0,0,0,.22);
  --shadow2: 0 10px 22px rgba(0,0,0,.18);
  --radius: 10px;
  --radius2: 14px;
  --max: 1120px;
  --border: rgba(0,0,0,.16);
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color:var(--text);
  background:#0a0f16;
}

a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

.container{max-width:var(--max);margin:0 auto;padding:0 18px}

.topbar{
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  
  /* Stars background */
  background-image:
    linear-gradient(180deg, rgba(3,7,12,.96), rgba(3,7,12,.86)),
    url("../img/navigation.jpg");

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  border-bottom:1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(6px);
}

.nav{
  display:flex;
  align-items:center;
  gap:18px;
  padding:14px 0;
}

.brand{
  display:flex; align-items:center; gap:12px; min-width:260px;
}
.brand .logo{
  width:52px;height:52px;border-radius:12px;
  background:linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.06));
  border:1px solid rgba(255,255,255,.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10);
}
.brand .name{
  line-height:1.05;
  font-weight:900;
  letter-spacing:.4px;
  color:#fff;
  text-transform:uppercase;
}
.brand .name .usa{color:#d12828}

.navlinks{
  display:flex; align-items:center; gap:22px; flex-wrap:wrap;
  font-weight:800; text-transform:uppercase; font-size:14px;
  color:rgba(255,255,255,.92);
  margin-left:auto;
  display:flex;
  gap:18px;
  align-items:center;
}
.navlinks a{opacity:.92}
.navlinks a:hover{opacity:1;text-decoration:underline}
.navlinks a.active{opacity:1;border-bottom:2px solid rgba(209,40,40,.95); padding-bottom:3px}

.nav-cta{ margin-left:auto;
  display:flex;
  align-items:center;}
.call-btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 14px;
  background:linear-gradient(180deg, var(--red), var(--red2));
  border:1px solid rgba(255,255,255,.18);
  border-radius:10px;
  color:#fff;
  font-weight:900;
  text-transform:uppercase;
  box-shadow: var(--shadow2);
}
.call-btn:hover{filter:brightness(1.05)}
.call-btn small{opacity:.92;font-weight:800;text-transform:none}

.hero{
  position:relative;
  min-height:520px;
  background:
    radial-gradient(1200px 600px at 20% 25%, rgba(0,0,0,.12), rgba(0,0,0,.70)),
    url("../img/hero.jpg");
  background-size:cover;
  background-position:center;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.hero::after{
  content:"";
  position:absolute; inset:auto 0 0 0; height:86px;
  background:linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.45));
}

.hero-inner{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:24px;
  padding:56px 0 46px;
}

.hero-copy{
  color:#fff;
  text-shadow: 0 8px 30px rgba(0,0,0,.55);
}

.kicker{
  font-weight:900;
  text-transform:uppercase;
  opacity:.92;
  letter-spacing:.6px;
  margin-bottom:10px;
}

.h1{
  font-size:56px;
  line-height:1.0;
  margin:0 0 12px;
  font-weight:1000;
  letter-spacing:-.5px;
}
.h1 .red{color:#d12828}

.sub{
  max-width:560px;
  font-size:18px;
  line-height:1.45;
  opacity:.92;
  margin:0 0 18px;
}

.hero-actions{
  display:flex; gap:12px; flex-wrap:wrap;
}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius:10px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.4px;
  border:1px solid rgba(255,255,255,.14);
  box-shadow: var(--shadow2);
}
.btn.red{background:linear-gradient(180deg, var(--red), var(--red2)); color:#fff}
.btn.blue{background:linear-gradient(180deg, var(--blue), var(--blue2)); color:#fff}
.btn:hover{filter:brightness(1.04)}

.hero-right{
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  gap:14px;
}
.hero-badge{
  align-self:flex-end;
  background:rgba(0,0,0,.38);
  border:1px solid rgba(255,255,255,.14);
  border-radius:12px;
  padding:12px 14px;
  color:#fff;
  box-shadow: var(--shadow2);
  max-width:340px;
}
.hero-badge ul{margin:0;padding:0 0 0 18px}
.hero-badge li{margin:6px 0; opacity:.95; font-weight:700}

.alusa-ribbon{
  background:linear-gradient(180deg, rgba(8,20,35,.95), rgba(8,20,35,.92));
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
  color:rgba(255,255,255,.92);
}

.alusa-ribbon-inner{
  display:flex;
  gap:18px;
  align-items:center;
  justify-content:space-between;
  padding:10px 0;
  flex-wrap:wrap;
}

.alusa-pill{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:900;
  text-transform:uppercase;
  font-size:13px;
  opacity:.94;
}

.alusa-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#d12828;
  box-shadow: 0 0 0 3px rgba(209,40,40,.20);
}

.main{
  background:
    radial-gradient(1300px 800px at 70% 0%, rgba(255,255,255,.05), rgba(255,255,255,0)),
    linear-gradient(180deg, #0a0f16 0%, #0a0f16 60%, #070b10 100%);
  padding:26px 0 54px;
}

.panel{
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.92));
  border:1px solid var(--border);
  border-radius:var(--radius2);
  box-shadow: var(--shadow);
  overflow:hidden;
}

.section{
  padding:22px 22px;
}

.section-title{
  display:flex; align-items:center; justify-content:center;
  gap:12px;
  margin:4px 0 18px;
  font-weight:1000;
  font-size:26px;
  text-transform:capitalize;
  color:#142131;
}
.section-title::before, .section-title::after{
  content:"";
  height:2px; width:120px;
  background:linear-gradient(90deg, transparent, rgba(20,33,49,.65), transparent);
}

.cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:18px;
}

.card{
  border:1px solid rgba(0,0,0,.16);
  border-radius:14px;
  overflow:hidden;
  background:linear-gradient(180deg, #f7f7f7, #ededed);
  box-shadow: 0 10px 18px rgba(0,0,0,.14);
}

.card .img{
  aspect-ratio: 16/10;
  background: #c9c9c9 url("../img/forklift-1.jpg") center/cover no-repeat;
  border-bottom:1px solid rgba(0,0,0,.12);
}
.card:nth-child(2) .img{background-image:url("../img/forklift-2.jpg")}
.card:nth-child(3) .img{background-image:url("../img/forklift-3.jpg")}
.card:nth-child(4) .img{background-image:url("../img/forklift-4.jpg")}
.card:nth-child(5) .img{background-image:url("../img/forklift-5.jpg")}
.card:nth-child(6) .img{background-image:url("../img/forklift-6.jpg")}

.card .body{padding:12px 14px}
.card h3{
  margin:0;
  font-size:18px;
  font-weight:1000;
  text-align:center;
  color:#122033;
}
.card .meta{
  text-align:center;
  margin-top:6px;
  font-weight:800;
  color:#22344b;
}
.card .cta-row{
  display:flex; gap:10px; justify-content:center;
  margin-top:10px;
}
.price{
  display:inline-flex;
  align-items:center; justify-content:center;
  padding:10px 12px;
  border-radius:10px;
  font-weight:1000;
  text-transform:uppercase;
  border:1px solid rgba(0,0,0,.18);
  background:linear-gradient(180deg, #c81f1f, #9e1414);
  color:#fff;
}
.request{
  display:inline-flex;
  align-items:center; justify-content:center;
  padding:10px 12px;
  border-radius:10px;
  font-weight:1000;
  text-transform:uppercase;
  border:1px solid rgba(0,0,0,.18);
  background:linear-gradient(180deg, #173a60, #102a45);
  color:#fff;
}

.split{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:18px;
  align-items:stretch;
}

.media{
  border:1px solid rgba(0,0,0,.14);
  border-radius:14px;
  overflow:hidden;
  background:#ddd url("../img/process.jpg") center/cover no-repeat;
  min-height:240px;
}

.process{
  background:linear-gradient(180deg, #fbfbfb, #eeeeee);
  border:1px solid rgba(0,0,0,.14);
  border-radius:14px;
  padding:16px 16px 14px;
}
.process h2{
  margin:0 0 10px;
  text-align:center;
  font-weight:1000;
  font-size:22px;
  color:#142131;
}
.process ol{margin:0;padding:0 0 0 20px}
.process li{
  margin:8px 0;
  font-weight:900;
  color:#1b2f48;
}
.process .btnline{margin-top:12px; display:flex; justify-content:center}

.gallery{
  margin-top:18px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.tile{
  border:1px solid rgba(0,0,0,.14);
  border-radius:14px;
  overflow:hidden;
  background:linear-gradient(180deg, #f8f8f8, #ededed);
  box-shadow: 0 8px 16px rgba(0,0,0,.12);
}
.tile .timg{
  aspect-ratio: 16/9;
  background:#cfcfcf url("../img/tile-1.jpg") center/cover no-repeat;
  border-bottom:1px solid rgba(0,0,0,.10);
}
.tile:nth-child(2) .timg{background-image:url("../img/tile-2.jpg")}
.tile:nth-child(3) .timg{background-image:url("../img/tile-3.jpg")}
.tile .cap{
  padding:10px 12px;
  text-align:center;
  font-weight:1000;
  color:#142131;
}

.footer{
  background:linear-gradient(180deg, #0a1320, #070d16);
  color:rgba(255,255,255,.92);
  border-top:1px solid rgba(255,255,255,.08);
}
.footer-inner{
  padding:18px 0 22px;
  display:flex;
  gap:14px;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
}
.footer small{opacity:.86}

.bottom-cta{
  background:linear-gradient(180deg, rgba(179,27,27,.98), rgba(143,19,19,.98));
  border-top:1px solid rgba(255,255,255,.14);
  color:#fff;
}
.bottom-cta .inner{
  max-width:var(--max);
  margin:0 auto;
  padding:12px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}
.bottom-cta .headline{
  font-weight:1000;
  font-size:20px;
  letter-spacing:.2px;
  text-transform:uppercase;
}
.bottom-cta .meta{
  font-weight:800;
  opacity:.92;
}
.bottom-cta a{color:#fff;text-decoration:underline}

.pagehead{
  padding:24px 0 16px;
  color:#fff;
  background:linear-gradient(180deg, rgba(8,20,35,.95), rgba(8,20,35,.88));
  border-bottom:1px solid rgba(255,255,255,.08);
}
.pagehead h1{
  margin:0;
  font-size:36px;
  font-weight:1000;
}
.pagehead p{margin:8px 0 0; opacity:.9; max-width:820px}

.form{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:14px;
}
.field{
  display:flex;
  flex-direction:column;
  gap:6px;
}
label{font-weight:900;color:#1b2f48}
input, textarea{
  padding:12px 12px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.18);
  font:inherit;
  background:#fff;
}
textarea{min-height:140px; resize:vertical}
.field.full{grid-column:1 / -1}

.notice{
  padding:12px 14px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.14);
  background:#fff7e5;
  color:#3b2a00;
  font-weight:800;
}

@media (max-width: 980px){
  .hero-inner{grid-template-columns:1fr; padding:40px 0 36px}
  .hero-right{justify-content:flex-start}
  .h1{font-size:46px}
  .cards{grid-template-columns:1fr 1fr}
  .split{grid-template-columns:1fr}
  .gallery{grid-template-columns:1fr}
  .form{grid-template-columns:1fr}
}
@media (max-width: 560px){
  .navlinks{display:none}
  .brand{min-width:auto}
  .h1{font-size:40px}
  .cards{grid-template-columns:1fr}
}

.topbar{
  background:
    linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.55)),
    url("../img/navigation.jpg") center/cover no-repeat !important;
}

/* Why Us theme */
.whyus-card{
  padding:28px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(8,18,32,.92);
  box-shadow: 0 14px 40px rgba(0,0,0,.35);
}

.whyus-title{
  margin:0 0 14px 0;
  font-size:28px;
  line-height:1.15;
  color:#fff;
  letter-spacing:.3px;
  position:relative;
  padding-bottom:12px;
}

.whyus-title:after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:84px;
  height:3px;
  background:#be1e2d;
  border-radius:999px;
  box-shadow:0 0 10px rgba(190,30,45,.6);
}

.whyus-subtitle{
  margin:22px 0 12px 0;
  font-size:18px;
  color:#fff;
}

.muted{
  color: rgba(255,255,255,.78);
  line-height:1.7;
  margin: 0 0 14px 0;
}

.whyus-list{
  margin:0;
  padding-left:18px;
}

.whyus-list li{
  margin:10px 0;
}

.whyus-list li strong{
  color:#fff;
}

.whyus-list li span{
  display:block;
  margin-top:4px;
  color: rgba(255,255,255,.75);
  line-height:1.55;
}

/* Red bullet points */
.whyus-list li::marker{
  color:#be1e2d;
}

/* Global header logo */
.logo{
  background:url("../img/logo.jpg") center/contain no-repeat;
  width:42px;
  height:42px;
  display:block;
}

/* Header logo (top left) */
.topbar .brand .logo{
  width:42px !important;
  height:42px !important;
  display:block !important;
  background: url("../img/logo.jpg") center/contain no-repeat !important;
  background-color: transparent !important;
  border-radius:10px;
}

/* Footer logo (smaller) */
.footer .logo{
  background: url("../img/logo.jpg") center/contain no-repeat !important;
  background-color: transparent !important;
}

  /* Prevent any nested header elements from tiling a background image */
.topbar, .topbar *{
  background-repeat: no-repeat !important;
}

/* NAV BACKGROUND: never tile */
.topbar{
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

/* ===============================
   ELIFTRUCK WIDGET NATIVE THEME
   Scoped to #elift-results only
   =============================== */

#elift-results{
  width:100%;
  font-family: inherit;
}

/* Keep the widget from nuking your layout */
#elift-results *{
  box-sizing:border-box;
}

/* Make any widget wrapper look like your panel */
#elift-results :is(.panel, .box, .content, .results, .result-wrapper, .container, .row){
  border-radius:14px;
}

/* Tabs / top navigation inside widget */
#elift-results :is(.nav, .nav-tabs){
  border:0 !important;
}

#elift-results :is(.nav-tabs > li > a, .nav > li > a){
  background: linear-gradient(180deg, var(--blue), var(--blue2)) !important;
  color:#fff !important;
  font-weight:900 !important;
  text-transform:uppercase;
  letter-spacing:.2px;
  border:1px solid rgba(255,255,255,.14) !important;
  border-radius:10px !important;
  margin-right:8px;
  padding:10px 12px !important;
}

#elift-results :is(.nav-tabs > li.active > a, .nav-tabs > li > a:hover, .nav > li.active > a, .nav > li > a:hover){
  background: linear-gradient(180deg, var(--red), var(--red2)) !important;
  color:#fff !important;
}

/* Filters area */
#elift-results :is(.filter, .filters, .search, .searchbar, .well){
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.92)) !important;
  border:1px solid rgba(0,0,0,.14) !important;
  border-radius:14px !important;
  padding:12px !important;
}

/* Inputs and selects */
#elift-results input,
#elift-results select{
  border-radius:12px !important;
  border:1px solid rgba(0,0,0,.18) !important;
  padding:10px 12px !important;
  font:inherit !important;
  background:#fff !important;
}

/* Buttons */
#elift-results :is(button, .btn, .btn-primary, input[type="submit"]){
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px !important;
  background:linear-gradient(180deg, var(--red), var(--red2)) !important;
  border:1px solid rgba(255,255,255,.18) !important;
  border-radius:10px !important;
  color:#fff !important;
  font-weight:900 !important;
  text-transform:uppercase;
  box-shadow: var(--shadow2);
}

#elift-results :is(button:hover, .btn:hover, .btn-primary:hover, input[type="submit"]:hover){
  filter:brightness(1.05);
}

/* Secondary buttons if present */
#elift-results :is(.btn-secondary, .btn-default){
  background:linear-gradient(180deg, var(--blue), var(--blue2)) !important;
  color:#fff !important;
}

/* Result grid layout: tries to convert whatever list into your card-like grid */
#elift-results :is(.results, .result-list, .listings, .items, .search-results, .inventory-results){
  display:grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap:18px !important;
  align-items:stretch;
}

/* Each item styled like your .card */
#elift-results :is(.listing, .item, .result, .inventory-item, .search-result){
  border:1px solid rgba(0,0,0,.16) !important;
  border-radius:14px !important;
  overflow:hidden !important;
  background:linear-gradient(180deg, #f7f7f7, #ededed) !important;
  box-shadow: 0 10px 18px rgba(0,0,0,.14) !important;
}

/* Image area safety */
#elift-results :is(img){
  width:100% !important;
  height:auto !important;
  display:block !important;
}

/* Titles and text */
#elift-results :is(h1,h2,h3,h4,h5){
  font-family: inherit;
  color:#122033;
}

#elift-results :is(.price, .amount){
  color: var(--red) !important;
  font-weight:1000 !important;
}

/* Pagination */
#elift-results :is(.pagination li a){
  border-radius:8px !important;
}

#elift-results :is(.pagination li.active a){
  background: var(--red) !important;
  color:#fff !important;
}

/* Responsive grid */
@media (max-width: 980px){
  #elift-results :is(.results, .result-list, .listings, .items, .search-results, .inventory-results){
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 560px){
  #elift-results :is(.results, .result-list, .listings, .items, .search-results, .inventory-results){
    grid-template-columns: 1fr !important;
  }
}

/* Homepage fallback block style */
.featured-fallback{
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.92));
  border:1px solid rgba(0,0,0,.16);
  border-radius:14px;
  box-shadow: var(--shadow2);
  padding:14px;
  margin-bottom:12px;
}

/* ===============================
   ELIFTRUCK – KILL TEAL BUTTONS
   =============================== */

/* Catch ALL Eliftruck action buttons */
#elift-results button,
#elift-results a.btn,
#elift-results .btn,
#elift-results .btn-info,
#elift-results .btn-success,
#elift-results .btn-action,
#elift-results .btn-primary,
#elift-results input[type="button"],
#elift-results input[type="submit"]{
  background: linear-gradient(180deg, var(--red), var(--red2)) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.18) !important;
  border-radius:10px !important;
  font-weight:900 !important;
  text-transform:uppercase;
  box-shadow: var(--shadow2);
}

/* Hover state */
#elift-results button:hover,
#elift-results a.btn:hover,
#elift-results .btn:hover{
  filter:brightness(1.06);
}

/* Secondary / outline style (if any) */
#elift-results .btn-secondary,
#elift-results .btn-default{
  background: linear-gradient(180deg, var(--blue), var(--blue2)) !important;
  color:#fff !important;
}

/* Specifically kill inline teal backgrounds */
#elift-results [style*="background"]{
  background-color: unset !important;
}

/* Fix teal icons inside buttons */
#elift-results button i,
#elift-results a.btn i{
  color:#fff !important;
}

/* ==========================================
   ELIFTRUCK BUTTON OVERRIDES (STRONG)
   ========================================== */

/* Catch buttons inside widget */
#elift-results :is(a, button, input[type="button"], input[type="submit"])[class*="btn"],
#elift-results :is(a, button)[class*="button"],
#elift-results :is(a, button).btn,
#elift-results :is(a, button).button{
  background: linear-gradient(180deg, var(--red), var(--red2)) !important;
  background-image: linear-gradient(180deg, var(--red), var(--red2)) !important;
  background-color: var(--red) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 10px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  box-shadow: var(--shadow2) !important;
}

/* If widget injects controls outside the container, catch common wrappers */
body :is(.elift, .elift-results, .eliftruck, .elift-widget, .inventory-widget) 
:is(a, button, input[type="button"], input[type="submit"]){
  background: linear-gradient(180deg, var(--red), var(--red2)) !important;
  background-image: linear-gradient(180deg, var(--red), var(--red2)) !important;
  background-color: var(--red) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 10px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

/* Hover */
#elift-results :is(a,button):hover,
body :is(.elift, .elift-results, .eliftruck, .elift-widget, .inventory-widget) :is(a,button):hover{
  filter: brightness(1.06);
}

/* Kill teal if it is coming from background images */
#elift-results :is(a,button),
body :is(.elift, .elift-results, .eliftruck, .elift-widget, .inventory-widget) :is(a,button){
  background-repeat: no-repeat !important;
}

