/* =============================================================================
   HOMEPAGE 5 — Classic B2B Pro
   Left Right Footwear
   ============================================================================= */

/* ── Variables ────────────────────────────────────────────────────────────── */
.h5-page {
  --h5-navy:    #1A2B57;
  --h5-navy-dk: #0F1B3D;
  --h5-blue:    #2457C5;
  --h5-blue-lt: #EBF2FF;
  --h5-white:   #FFFFFF;
  --h5-light:   #F7F8FC;
  --h5-border:  #E2E8F0;
  --h5-text:    #1A2B57;
  --h5-muted:   #64748B;
  --h5-radius:  8px;
  --h5-font:    'Poppins', sans-serif;
  --h5-max:     1200px;
}

/* ── Base reset ───────────────────────────────────────────────────────────── */
.h5-page *, .h5-page *::before, .h5-page *::after { box-sizing: border-box; margin: 0; padding: 0; }
.h5-page { font-family: var(--h5-font); color: var(--h5-text); background: var(--h5-white); -webkit-font-smoothing: antialiased; }
.h5-page a { text-decoration: none; color: inherit; }
.h5-page img { max-width: 100%; display: block; }
.h5-page ul { list-style: none; }
.h5-page button { font-family: var(--h5-font); cursor: pointer; }

/* ── Floating WhatsApp ────────────────────────────────────────────────────── */
.h5-page .float-whatsapp {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  width: 52px;
  height: 52px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 4px 16px rgba(37,211,102,.45);
  transition: transform .2s, box-shadow .2s;
}
.h5-page .float-whatsapp:hover { transform: scale(1.08); box-shadow: 0 6px 20px rgba(37,211,102,.55); }
.h5-page .float-whatsapp svg { width: 26px; height: 26px; }

/* =============================================================================
   TOPBAR
   ============================================================================= */
.h5-topbar {
  background: var(--h5-navy);
  color: rgba(255,255,255,.82);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: .3px;
  padding: 8px 0;
}
.h5-topbar-inner {
  max-width: var(--h5-max);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h5-topbar-marquee {
  width: 100%;
}
.h5-topbar-track {
  display: flex;
  align-items: center;
  justify-content: center;
}
.h5-topbar-group {
  display: flex;
  align-items: center;
  gap: 20px;
}
.h5-topbar-group[aria-hidden="true"] {
  display: none;
}
.h5-tb-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.h5-tb-sep { opacity: .35; }
.h5-tb-btn { cursor: pointer; }
.h5-tb-btn:hover { color: #fff; }

/* =============================================================================
   HEADER / NAV
   ============================================================================= */
.h5-header {
  background: var(--h5-white);
  border-bottom: 1px solid var(--h5-border);
  position: sticky;
  top: 0;
  z-index: 200;
  transition: box-shadow .25s;
}
.h5-header.scrolled { box-shadow: 0 2px 16px rgba(26,43,87,.1); }
.h5-header-inner {
  max-width: var(--h5-max);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 28px;
  height: 72px;
  overflow: hidden;
}

/* Logo */
.h5-logo { flex-shrink: 0; line-height: 0; }
.h5-logo-img {
  max-height: 60px;
  height: auto;
  width: auto;
  max-width: 240px;
  display: block;
  object-fit: contain;
}
.h5-footer-logo-img {
  max-height: 52px;
  height: auto;
  width: auto;
  max-width: 200px;
  display: block;
  object-fit: contain;
}
.h5-logo-box {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.h5-logo-lr {
  background: var(--h5-navy);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  padding: 6px 10px;
  border-radius: 4px;
  line-height: 1;
  flex-shrink: 0;
}
.h5-logo-words {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.h5-logo-words strong {
  font-size: 13px;
  font-weight: 800;
  color: var(--h5-navy);
  letter-spacing: .5px;
}
.h5-logo-words small {
  font-size: 9px;
  font-weight: 600;
  color: var(--h5-muted);
  letter-spacing: 2px;
}

/* Nav */
.h5-nav { flex: 1; min-width: 0; }
.h5-nav-list {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
}
.h5-nav-list li a,
.h5-nav-list > li > a {
  display: block;
  padding: 6px 12px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--h5-navy);
  letter-spacing: .4px;
  text-transform: uppercase;
  border-radius: 4px;
  transition: background .18s, color .18s;
  text-decoration: none;
}
.h5-nav-list li a:hover,
.h5-nav-list > li.current-menu-item > a {
  color: var(--h5-blue);
  background: var(--h5-blue-lt);
}

/* Phone */
.h5-header-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: var(--h5-navy);
}
.h5-header-phone strong { display: block; font-size: 13.5px; font-weight: 700; line-height: 1.2; }
.h5-header-phone small  { display: block; font-size: 10.5px; color: var(--h5-muted); font-weight: 400; }

/* Hamburger */
.h5-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  flex-shrink: 0;
}
.h5-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--h5-navy);
  border-radius: 2px;
  transition: transform .25s, opacity .25s;
}
.h5-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.h5-hamburger.open span:nth-child(2) { opacity: 0; }
.h5-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =============================================================================
   HERO — full-width slider
   ============================================================================= */
.h5-hero {
  position: relative;
  width: 100%;
  height: 580px;
  overflow: hidden;
  background: #000000;
}

/* Slider fills the hero */
.h5-hero .h5-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Individual slide */
.h5-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .9s ease-in-out;
  z-index: 0;
}
.h5-slide.active { opacity: 1; z-index: 1; }

/* Background image layer */
.h5-slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  transition: transform 6s ease-out;
}
.h5-slide.active .h5-slide-bg { transform: scale(1.04); }

/* Dark overlay — left-heavy gradient (default) */
.h5-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.85) 0%,
    rgba(0,0,0,0.50) 45%,
    rgba(0,0,0,0) 100%
  );
  z-index: 1;
}
/* Right-side variant for slides that have content on right */
.h5-overlay-dark-right {
  background: linear-gradient(
    to left,
    rgba(10,18,40,.82) 0%,
    rgba(10,18,40,.50) 45%,
    rgba(10,18,40,.10) 100%
  );
}

/* Slide content wrapper */
.h5-slide-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 80px;
  max-width: 620px;
}
/* Left-aligned content (default) */
.h5-content-left  { left: 0; right: auto; padding-left: 80px; padding-right: 0; }
/* Right-aligned content */
.h5-content-right { left: auto; right: 0; padding-right: 80px; padding-left: 0; text-align: right; align-items: flex-end; }
/* Centre-aligned content */
.h5-content-center {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  align-items: center;
  padding: 0 24px;
  max-width: 700px;
}

/* Tag / eyebrow */
.h5-sc-tag {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 30px;
  padding: 4px 14px;
  margin-bottom: 16px;
}

/* Heading */
.h5-sc-h1 {
  font-size: 56px;
  font-weight: 900;
  color: #fff;
  line-height: 1.05;
  margin-bottom: 16px;
  text-shadow: 0 2px 12px rgba(0,0,0,.35);
}

/* Sub text */
.h5-sc-sub {
  font-size: 15px;
  color: rgba(255,255,255,.82);
  line-height: 1.6;
  margin-bottom: 24px;
  max-width: 420px;
}
.h5-content-right .h5-sc-sub,
.h5-content-center .h5-sc-sub { max-width: 100%; }

/* Feature badges row (slide 1 only) */
.h5-sc-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 28px;
}
.h5-sc-badges span {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,.85);
  letter-spacing: .4px;
}

/* Stat row (slide 4) */
.h5-sc-stat-row {
  display: flex;
  gap: 28px;
  margin-bottom: 28px;
  justify-content: flex-start;
}
.h5-sc-stat strong {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.h5-sc-stat span {
  font-size: 11px;
  color: rgba(255,255,255,.65);
  letter-spacing: .5px;
}

/* CTA buttons row */
.h5-sc-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.h5-btns-center { justify-content: center; }

.h5-sc-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .2s, color .2s, border-color .2s, transform .15s;
  white-space: nowrap;
  cursor: pointer;
  border: 2px solid transparent;
}
.h5-sc-btn:hover { transform: translateY(-1px); }

/* Solid navy/blue button */
.h5-btn-solid {
  background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%);
  color: #ffffff !important;
  border: none;
  box-shadow: 0 6px 18px 0 rgba(37, 99, 235, 0.35);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.h5-btn-solid:hover {
  background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
  color: #ffffff !important;
  box-shadow: 0 8px 24px 0 rgba(37, 99, 235, 0.5);
  transform: translateY(-2px);
}

/* White outline button */
.h5-btn-outline {
  background: rgba(255,255,255,0.05);
  color: #fff;
  border: 2px solid rgba(255,255,255,.6);
  backdrop-filter: blur(4px);
}
.h5-btn-outline:hover {
  background: #fff;
  color: var(--h5-navy);
  border-color: #fff;
  box-shadow: 0 4px 16px rgba(255,255,255,0.25);
}

/* WhatsApp green button */
.h5-btn-whatsapp {
  background: #25D366;
  color: #fff;
  border-color: #25D366;
  box-shadow: 0 4px 16px rgba(37,211,102,0.35);
}
.h5-btn-whatsapp:hover {
  background: #1ebe5a;
  border-color: #1ebe5a;
  color: #fff;
  box-shadow: 0 4px 20px rgba(30,190,90,0.4);
}

/* Custom cart icon in header */
.h5-header-cart {
  color: var(--h5-navy);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: color 0.18s;
  padding: 6px;
  border-radius: 8px;
  flex-shrink: 0;
}
.h5-header-cart:hover {
  color: var(--h5-blue);
  background: var(--h5-blue-lt);
}
.h5-cart-icon-wrap {
  position: relative;
  display: inline-flex;
}
.h5-cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: var(--h5-blue);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #fff;
}
.h5-header-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Dots — absolute positioned at hero bottom-center */
.h5-hero-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  gap: 10px;
}
.h5-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.4);
  border: 2px solid rgba(255,255,255,.6);
  padding: 0;
  cursor: pointer;
  transition: background .25s, transform .25s, border-color .25s;
}
.h5-dot.active {
  background: #fff;
  border-color: #fff;
  transform: scale(1.3);
}
.h5-dot:hover { background: rgba(255,255,255,.75); }

/* Arrows */
.h5-sl-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  border: 2px solid rgba(255,255,255,.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition: background .2s, border-color .2s;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.h5-sl-arrow:hover { background: rgba(255,255,255,.35); border-color: #fff; }
.h5-sl-prev { left: 24px; }
.h5-sl-next { right: 24px; }

/* =============================================================================
   STATS BAR
   ============================================================================= */
.h5-stats {
  background: var(--h5-navy);
  padding: 0;
}
.h5-stats-inner {
  max-width: var(--h5-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.h5-stat {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 28px 36px;
  border-right: 1px solid rgba(255,255,255,.12);
}
.h5-stat:last-child { border-right: none; }
.h5-stat-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  color: rgba(255,255,255,.75);
}
.h5-stat-icon svg { width: 100%; height: 100%; }
.h5-stat strong {
  display: block;
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.h5-stat span {
  display: block;
  font-size: 12px;
  color: rgba(255,255,255,.65);
  margin-top: 3px;
}

/* =============================================================================
   SECTION COMMON
   ============================================================================= */
.h5-section { padding: 72px 0; background: var(--h5-white); }
.h5-why-section { padding-top: 0; }
.h5-inner {
  max-width: var(--h5-max);
  margin: 0 auto;
  padding: 0 24px;
}

/* Section heading with decorative lines */
.h5-sh {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  margin-bottom: 10px;
}
.h5-sh-line {
  flex: 1;
  max-width: 72px;
  height: 2px;
  background: var(--h5-navy);
}
.h5-sh h2 {
  font-size: 20px;
  font-weight: 800;
  color: var(--h5-navy);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  white-space: nowrap;
}
.h5-section-sub {
  text-align: center;
  font-size: 13.5px;
  color: var(--h5-muted);
  margin-bottom: 40px;
}

/* =============================================================================
   SHOP BY CATEGORY
   ============================================================================= */
.h5-cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.h5-cat-card {
  background: var(--h5-white);
  border: 1px solid var(--h5-border);
  border-radius: var(--h5-radius);
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow .22s, transform .22s;
  display: block;
}
.h5-cat-card:hover {
  box-shadow: 0 8px 28px rgba(26,43,87,.12);
  transform: translateY(-3px);
}
.h5-cat-img-wrap { aspect-ratio: 1; overflow: hidden; background: var(--h5-light); }
.h5-cat-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
  display: block;
}
.h5-cat-card:hover .h5-cat-img-wrap img { transform: scale(1.06); }
.h5-cat-body { padding: 14px 16px 16px; }
.h5-cat-name {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--h5-navy);
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 5px;
}
.h5-cat-link {
  font-size: 12px;
  color: var(--h5-blue);
  font-weight: 600;
}

/* =============================================================================
   BULK ORDERS BANNER
   ============================================================================= */
.h5-bulk {
  background: var(--h5-navy);
  display: flex;
  min-height: 320px;
  overflow: hidden;
}
.h5-bulk-left {
  flex: 0 0 55%;
  padding: 56px 56px 56px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}
.h5-bulk-h2 {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 24px;
}
.h5-bulk-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
}
.h5-bulk-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(255,255,255,.9);
}
.h5-bulk-list li svg { color: #4ADE80; flex-shrink: 0; }
.h5-bulk-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25D366; /* High contrast green */
  border: 2px solid #25D366;
  color: #fff !important;
  padding: 13px 26px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  align-self: flex-start;
  transition: background .2s, border-color .2s;
}
.h5-bulk-btn:hover { background: #1ebe5a; border-color: #1ebe5a; }
.h5-bulk-right {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.h5-bulk-right img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* =============================================================================
   FEATURED CATEGORIES
   ============================================================================= */
.h5-feat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.h5-feat-card {
  position: relative;
  border-radius: var(--h5-radius);
  overflow: hidden;
  aspect-ratio: 3 / 4;
  display: block;
  text-decoration: none;
}
.h5-feat-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s ease;
}
.h5-feat-card:hover img { transform: scale(1.06); }
.h5-feat-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.78) 0%, rgba(0,0,0,.2) 50%, transparent 100%);
}
.h5-feat-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 20px;
}
.h5-feat-tag {
  display: block;
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
}
.h5-feat-label {
  display: block;
  font-size: 12px;
  color: rgba(255,255,255,.75);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.h5-feat-more {
  display: inline-block;
  font-size: 12.5px;
  color: rgba(255,255,255,.88);
  font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,.4);
  padding-bottom: 1px;
  transition: color .2s;
}
.h5-feat-card:hover .h5-feat-more { color: #fff; border-color: #fff; }

/* =============================================================================
   WHY PARTNER
   ============================================================================= */
.h5-why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.h5-why-card { text-align: center; padding: 20px 12px; }
.h5-why-icon {
  width: 60px;
  height: 60px;
  background: var(--h5-blue-lt);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  color: var(--h5-blue);
  transition: background .2s, color .2s;
}
.h5-why-card:hover .h5-why-icon { background: var(--h5-navy); color: #fff; }
.h5-why-card h3 {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--h5-navy);
  margin-bottom: 6px;
  line-height: 1.4;
}
.h5-why-card p {
  font-size: 11.5px;
  color: var(--h5-muted);
  line-height: 1.5;
}

/* =============================================================================
   CTA BAND
   ============================================================================= */
.h5-cta-band { background: var(--h5-navy); padding: 40px 0; }
.h5-cta-inner {
  max-width: var(--h5-max);
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.h5-cta-icon { color: rgba(255,255,255,.55); flex-shrink: 0; }
.h5-cta-text h3 { font-size: 20px; font-weight: 800; color: #fff; margin-bottom: 4px; }
.h5-cta-text p  { font-size: 13px; color: rgba(255,255,255,.65); }
.h5-cta-btn {
  margin-left: auto;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25D366; /* High contrast green */
  border: 2px solid #25D366;
  color: #fff !important;
  padding: 13px 28px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s, border-color .2s;
}
.h5-cta-btn:hover { background: #1ebe5a; border-color: #1ebe5a; }

/* =============================================================================
   NEWSLETTER
   ============================================================================= */
.h5-newsletter {
  background: var(--h5-light);
  border-top: 1px solid var(--h5-border);
  padding: 36px 0;
}
.h5-nl-inner {
  max-width: var(--h5-max);
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.h5-nl-icon { color: var(--h5-blue); flex-shrink: 0; }
.h5-nl-text h3 { font-size: 16px; font-weight: 700; color: var(--h5-navy); margin-bottom: 4px; letter-spacing: .5px; }
.h5-nl-text p  { font-size: 12.5px; color: var(--h5-muted); }
.h5-nl-form    { display: flex; margin-left: auto; flex-shrink: 0; }
.h5-nl-input {
  padding: 12px 18px;
  border: 1px solid var(--h5-border);
  border-right: none;
  border-radius: 5px 0 0 5px;
  font-size: 13px;
  font-family: var(--h5-font);
  width: 280px;
  outline: none;
  color: var(--h5-text);
  background: var(--h5-white);
}
.h5-nl-input:focus { border-color: var(--h5-blue); }
.h5-nl-btn {
  padding: 12px 22px;
  background: var(--h5-navy);
  color: #fff;
  border: none;
  border-radius: 0 5px 5px 0;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s;
  white-space: nowrap;
}
.h5-nl-btn:hover { background: var(--h5-blue); }

/* =============================================================================
   FOOTER
   ============================================================================= */
.h5-footer { background: var(--h5-navy); color: rgba(255,255,255,.7); }
.h5-footer-inner {
  max-width: var(--h5-max);
  margin: 0 auto;
  padding: 60px 24px 40px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 40px 32px;
}

/* Brand column */
.h5-footer-brand {}
.h5-footer-logo-img { height: 52px; width: auto; margin-bottom: 16px; }
.h5-flogo-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.h5-flogo-lr {
  background: rgba(255,255,255,.15);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  padding: 6px 10px;
  border-radius: 4px;
  line-height: 1;
}
.h5-flogo-words { display: flex; flex-direction: column; line-height: 1.2; }
.h5-flogo-words strong { font-size: 12px; font-weight: 800; color: #fff; letter-spacing: .5px; }
.h5-flogo-words small  { font-size: 8.5px; color: rgba(255,255,255,.5); letter-spacing: 2px; }
.h5-footer-brand > p {
  font-size: 12.5px;
  color: rgba(255,255,255,.6);
  line-height: 1.65;
  margin-bottom: 20px;
  max-width: 220px;
}

/* Social icons */
.h5-social { display: flex; gap: 10px; }
.h5-soc {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.8);
  transition: background .2s, color .2s;
}
.h5-soc:hover { background: var(--h5-blue); color: #fff; }

/* Footer columns */
.h5-footer-col h4 {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.h5-footer-col ul { display: flex; flex-direction: column; gap: 9px; }
.h5-footer-col ul a {
  font-size: 12.5px;
  color: rgba(255,255,255,.62);
  text-decoration: none;
  transition: color .18s;
}
.h5-footer-col ul a:hover { color: #fff; }

/* Contact list */
.h5-fc-contact { gap: 12px !important; }
.h5-fc-contact li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12.5px;
  color: rgba(255,255,255,.62);
}
.h5-fc-contact li svg { flex-shrink: 0; margin-top: 2px; color: rgba(255,255,255,.5); }
.h5-fc-contact li a { color: rgba(255,255,255,.62); }
.h5-fc-contact li a:hover { color: #fff; }
.h5-fc-contact li span { line-height: 1.5; }

/* Footer bottom */
.h5-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 18px 24px;
  text-align: center;
}
.h5-footer-bottom p {
  font-size: 12px;
  color: rgba(255,255,255,.4);
}

/* =============================================================================
   RESPONSIVE — 1100px
   ============================================================================= */
@media (max-width: 1100px) {
  .h5-hero          { height: 520px; }
  .h5-sc-h1         { font-size: 48px; }
  .h5-slide-content { padding: 0 60px; max-width: 560px; }
  .h5-content-right { padding-right: 60px; }

  .h5-cat-grid      { grid-template-columns: repeat(4, 1fr); gap: 16px; }
  .h5-footer-inner  { grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 32px 24px; }
  .h5-footer-brand  { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  .h5-footer-brand > p { max-width: none; }
  .h5-why-grid      { grid-template-columns: repeat(3, 1fr); }
}

/* =============================================================================
   RESPONSIVE — 900px (tablet)
   ============================================================================= */
@media (max-width: 900px) {
  /* Topbar */
  .h5-topbar-inner  { gap: 12px; }
  .h5-tb-sep        { display: none; }

  /* Header */
  .h5-header-phone  { display: none; }
  .h5-hamburger     { display: flex; }
  .h5-header-right  { margin-left: auto; }
  .h5-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid var(--h5-border);
    border-bottom: 1px solid var(--h5-border);
    z-index: 300;
    box-shadow: 0 8px 24px rgba(0,0,0,.1);
  }
  .h5-nav.h5-nav-open { display: block; }
  .h5-nav-list { flex-direction: column; gap: 0; padding: 8px 0; }
  .h5-nav-list li a { padding: 12px 24px; border-radius: 0; font-size: 13px; }

  /* Hero — tablet */
  .h5-hero          { height: 460px; }
  .h5-sc-h1         { font-size: 38px; }
  .h5-sc-sub        { font-size: 13.5px; }
  .h5-slide-content { padding: 0 40px; max-width: 480px; }
  .h5-content-right { padding-right: 40px; }
  .h5-content-center{ padding: 0 32px; }
  .h5-sc-btn        { padding: 12px 22px; font-size: 12px; }
  .h5-sl-arrow      { width: 40px; height: 40px; }
  .h5-sl-prev       { left: 16px; }
  .h5-sl-next       { right: 16px; }

  /* Stats */
  .h5-stats-inner   { grid-template-columns: repeat(2, 1fr); }
  .h5-stat:nth-child(2) { border-right: none; }
  .h5-stat:nth-child(3) { border-top: 1px solid rgba(255,255,255,.12); }

  /* Sections */
  .h5-cat-grid      { grid-template-columns: repeat(4, 1fr); gap: 14px; }
  .h5-feat-grid     { grid-template-columns: repeat(2, 1fr); }
  .h5-why-grid      { grid-template-columns: repeat(2, 1fr); }

  /* Bulk banner */
  .h5-bulk          { flex-direction: column; }
  .h5-bulk-left     { flex: none; padding: 40px 24px; }
  .h5-bulk-right    { flex: none; height: 260px; }
  .h5-bulk-h2       { font-size: 32px; }

  /* CTA / Newsletter */
  .h5-cta-inner  { flex-wrap: wrap; }
  .h5-cta-btn    { margin-left: 0; width: 100%; justify-content: center; }
  .h5-nl-inner   { flex-wrap: wrap; }
  .h5-nl-form    { margin-left: 0; width: 100%; }
  .h5-nl-input   { flex: 1; width: auto; }

  /* Footer */
  .h5-footer-inner  { grid-template-columns: 1fr 1fr; }
  .h5-footer-brand  { grid-column: 1 / -1; grid-template-columns: 1fr; }
}

/* =============================================================================
   RESPONSIVE — 600px (mobile)
   ============================================================================= */
@media (max-width: 600px) {
  /* Topbar: horizontal scroll strip */
  .h5-topbar-inner { padding: 0; overflow: hidden; }
  .h5-topbar-marquee { overflow: hidden; width: 100%; -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%); }
  .h5-topbar-track { flex-wrap: nowrap; justify-content: flex-start; width: max-content; animation: lrTopbarScroll 25s linear infinite; }
  .h5-topbar-track:hover { animation-play-state: paused; }
  .h5-topbar-group { flex-wrap: nowrap; gap: 28px; padding-right: 28px; display: flex; }
  .h5-topbar-group[aria-hidden="true"] { display: flex; }
  .h5-logo-img     { height: 48px !important; }
  .h5-tb-sep       { display: none; }

  /* Hero — mobile: taller than pure viewport, text readable */
  .h5-hero {
    height: 130vw;
    min-height: 480px;
    max-height: 580px;
  }
  .h5-slide-bg {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  #h5Slide0 .h5-slide-bg { background-image: url('../img/hero/slide-1-mobile.png') !important; }
  #h5Slide1 .h5-slide-bg { background-image: url('../img/hero/slide-2-mobile.png') !important; }
  #h5Slide2 .h5-slide-bg { background-image: url('../img/hero/slide-3-mobile.png') !important; }
  #h5Slide3 .h5-slide-bg { background-image: url('../img/hero/slide-4-mobile.png') !important; }
  #h5Slide4 .h5-slide-bg { background-image: url('../img/hero/slide-5-mobile.png') !important; }
  #h5Slide5 .h5-slide-bg { background-image: url('../img/hero/slide-6-mobile.png') !important; }
  
  /* Hide subheadings, stats, buttons and tags on mobile hero for clean premium layout */
  .h5-sc-tag,
  .h5-sc-sub,
  .h5-sc-stat-row,
  .h5-sc-btns,
  .h5-sc-badges {
    display: none !important;
  }
  
  .h5-sc-h1 {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 0;
    font-weight: 800;
    letter-spacing: -0.5px;
    text-shadow: 0 4px 16px rgba(0,0,0,0.6);
  }
  
  /* Stack all slides center on mobile for premium look since only image & heading remain */
  .h5-slide-content,
  .h5-content-left,
  .h5-content-right,
  .h5-content-center {
    left: 0; right: 0;
    transform: none;
    text-align: center;
    align-items: center;
    padding: 0 20px;
    max-width: 100%;
    justify-content: flex-end;
    padding-bottom: 56px;
  }
  /* Darker overlay on mobile so text is always readable */
  .h5-slide-overlay,
  .h5-overlay-dark-right {
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0.75) 50%,
      rgba(0, 0, 0, 0) 100%
    ) !important;
  }
  /* Arrows: smaller, closer to edges */
  .h5-sl-arrow  { width: 34px; height: 34px; }
  .h5-sl-prev   { left: 10px; }
  .h5-sl-next   { right: 10px; }
  /* Dots: above bottom edge */
  .h5-hero-dots { bottom: 16px; gap: 8px; }
  .h5-dot       { width: 8px; height: 8px; }

  .h5-stats-inner  { grid-template-columns: 1fr 1fr; }
  .h5-stat         { padding: 20px 16px; }

  .h5-sh h2        { font-size: 16px; letter-spacing: 1.5px; }
  .h5-sh-line      { max-width: 40px; }

  .h5-cat-grid     { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .h5-feat-grid    { grid-template-columns: 1fr 1fr; gap: 12px; }
  .h5-why-grid     { grid-template-columns: 1fr 1fr; }

  .h5-bulk-left    { padding: 32px 20px; }
  .h5-bulk-h2      { font-size: 26px; }

  .h5-cta-inner    { padding: 0 20px; }
  .h5-cta-icon     { display: none; }
  .h5-cta-text h3  { font-size: 17px; }

  .h5-nl-inner     { padding: 0 20px; gap: 16px; }
  .h5-nl-icon      { display: none; }
  .h5-nl-text h3   { font-size: 14px; }

  .h5-footer-inner { grid-template-columns: 1fr 1fr; padding: 32px 20px 24px; gap: 20px; }
  .h5-footer-brand { grid-column: 1 / -1; display: block; margin-bottom: 8px; }
  .h5-section      { padding: 48px 0; }
}

/* ── Dealer Portal Login Button ── */
.h5-dealer-login-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--h5-blue-lt);
  color: var(--h5-blue);
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
}
.h5-dealer-login-btn.lock-btn {
  background: var(--h5-blue);
  color: #fff;
  box-shadow: 0 4px 10px rgba(36, 87, 197, 0.2);
}
.h5-dealer-login-btn:hover {
  transform: translateY(-1px);
}
.h5-dealer-login-btn.lock-btn:hover {
  background: #1d4cd8;
  box-shadow: 0 6px 14px rgba(36, 87, 197, 0.3);
}

@media (max-width: 900px) {
  .h5-dealer-login-btn {
    padding: 6px 10px;
    font-size: 10.5px;
  }
}
@media (max-width: 480px) {
  .h5-dealer-login-btn {
    font-size: 10px;
    padding: 6px 8px;
    margin-right: 4px;
  }
}

/* =============================================================================
   TRENDING ON SOCIALS (INSTAGRAM & SHORTS)
   ============================================================================= */
.h5-socials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.h5-social-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  background: var(--h5-navy-dk);
  border: 1px solid var(--h5-border);
  box-shadow: 0 4px 12px rgba(26,43,87,.06);
  transition: transform .3s ease, box-shadow .3s ease;
  cursor: pointer;
}
.h5-social-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(26,43,87,.16);
}
.h5-social-video-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.h5-social-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.h5-social-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15,27,61,.95) 0%, rgba(15,27,61,.4) 40%, transparent 80%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  z-index: 2;
  transition: background .3s;
}
.h5-social-card:hover .h5-social-overlay {
  background: linear-gradient(to top, rgba(15,27,61,.98) 0%, rgba(15,27,61,.5) 50%, rgba(15,27,61,.1) 100%);
}
.h5-social-play-btn {
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,.2);
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: auto auto 20px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform .3s ease, background .3s;
}
.h5-social-card:hover .h5-social-play-btn {
  transform: scale(1.15) rotate(360deg);
  background: #fff;
  color: var(--h5-navy);
}
.h5-social-play-btn svg {
  width: 16px;
  height: 16px;
  margin-left: 2px;
}
.h5-social-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.h5-social-tag {
  font-size: 11px;
  font-weight: 700;
  color: var(--h5-blue);
  background: var(--h5-blue-lt);
  padding: 3px 8px;
  border-radius: 4px;
  align-self: flex-start;
  text-transform: uppercase;
}
.h5-social-title {
  font-size: 13.5px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  text-shadow: 0 1px 4px rgba(0,0,0,.3);
}

@media (max-width: 900px) {
  .h5-socials-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .h5-socials-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .h5-social-play-btn {
    width: 38px;
    height: 38px;
  }
  .h5-social-play-btn svg {
    width: 12px;
    height: 12px;
  }
  .h5-social-title {
    font-size: 11px;
  }
  .h5-social-tag {
    font-size: 9px;
  }
}

/* ── Floating Checkout ────────────────────────────────────────────────────── */
.h5-page .float-checkout {
  position: fixed;
  bottom: 86px; /* 24px bottom + 52px height + 10px spacing */
  right: 24px;
  z-index: 9999;
  width: 52px;
  height: 52px;
  background: var(--lr-primary, #2563EB);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(37, 99, 235, .4);
  transition: transform .2s, box-shadow .2s;
  text-decoration: none;
}
.h5-page .float-checkout:hover { transform: scale(1.08); box-shadow: 0 6px 20px rgba(37, 99, 235, .55); }
.h5-page .float-checkout svg { width: 22px; height: 22px; stroke: #fff; }
.h5-page .float-checkout-count {
  position: absolute;
  top: -4px;
  right: -4px;
  background: #ef4444;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(239, 68, 68, 0.4);
  border: 1.5px solid #ffffff;
}

