:root {
  --navy: #12294b;
  --navy-2: #173761;
  --orange: #ff650d;
  --orange-dark: #f45100;
  --blue: #3578f6;
  --green: #19b878;
  --muted: #65728a;
  --border: #edf0f5;
  --soft-blue: #eef3ff;
  --soft-green: #eaf9f2;
  --soft-orange: #fff1e8;
  --white: #ffffff;
  --shadow: 0 20px 55px rgba(30, 48, 78, 0.11);

  --ink: #10172e;
  --ink-soft: #3b4569;
  --paper: #fbf9f5;
  --paper-line: #e6e1d6;
  --teal: #0f8b7d;
  --plum: #6c4bc1;
  --slate: #707a93;
}
/* ---------- Hero background ---------- */
.logistics-hero {
  min-height: 100vh;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 90px 0 80px;
}

.logistics-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(20, 42, 73, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 42, 73, 0.055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to right, #000 0%, #000 72%, transparent 100%);
}

.hero-glow {
  position: absolute;
  width: 430px;
  height: 430px;
  left: -250px;
  top: 30px;
  border-radius: 50%;
  background: rgba(255, 112, 31, 0.12);
  filter: blur(80px);
  z-index: -1;
}

.route-line {
  position: absolute;
  right: 35px;
  top: 100px;
  width: 360px;
  height: 100px !important;
  border-top: 2px dashed rgba(255, 115, 31, 0.13);
  border-radius: 50%;
  transform: rotate(8deg);
}

.route-line::after,
.route-line::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--orange);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.route-line::before {
  left: 16px;
  top: 11px;
}
.route-line::after {
  right: 1px;
  top: 18px;
}

.bottom-route {
  position: absolute;
  left: 55px;
  bottom: 45px;
  width: 320px;
  height: 100px;
  border-bottom: 2px dashed rgba(255, 115, 31, 0.12);
  border-radius: 50%;
  transform: rotate(-9deg);
}

/* ---------- Left side ---------- */
.hero-content {
  padding-top: 58px;
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 17px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(233, 237, 244, 0.95);
  box-shadow: -3px 2px 16px rgba(35, 48, 69, 0.06);
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-kicker .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(255, 101, 13, 0.08);
}

.hero-title {
  max-width: 780px;
  margin: auto;
  margin: 42px auto;
  font-size: clamp(48px, 4.1vw, 76px);
  line-height: 1.2;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.hero-title .accent {
  color: var(--orange);
}

.hero-description {
  max-width: 570px;
  margin: auto;
  margin-bottom: 38px;
  color: #60708b;
  font-size: 18px;
  line-height: 1.85;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
  margin-bottom: 40px;
}

.btn-demo,
.btn-solutions {
  min-height: 56px;
  padding: 0 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 17px;
  font-weight: 750;
  text-decoration: none;
  transition: 0.25s ease;
}

.btn-demo {
  color: #fff;
  background: linear-gradient(135deg, #ff790e, #fa5a00);
  box-shadow: 0 14px 30px rgba(255, 101, 13, 0.25);
}

.btn-demo:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(255, 101, 13, 0.32);
}

.btn-solutions {
  color: var(--navy);
  background: #fff;
  border: 1px solid #edf0f5;
  box-shadow: 0 10px 25px rgba(35, 48, 69, 0.08);
}

.btn-solutions:hover {
  color: var(--navy);
  transform: translateY(-3px);
}

.benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 50px;
  max-width: 850px;
  margin: auto;
}

.benefit {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
}

.benefit-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #fff;
  color: var(--orange);
  box-shadow: 0 9px 22px rgba(31, 47, 71, 0.09);
  font-size: 18px;
}

.benefit h6 {
  margin: 4px 0 5px;
  font-size: 16px;
  font-weight: 800;
  text-align: left;
}

.benefit p {
  margin: 0;
  color: #697790;
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
}

/* ---------- Responsive ---------- */
@media (max-width: 1199.98px) {
  .hero-title {
    font-size: 56px;
  }
  .benefits {
    gap: 15px;
  }
  .overview-content {
    gap: 10px;
  }
}

@media (max-width: 991.98px) {
  .logistics-hero {
    padding: 40px 0 55px;
  }
  .hero-content {
    padding-top: 10px;
  }
  .hero-title {
    max-width: 760px;
    margin-top: 30px;
    font-size: clamp(46px, 8vw, 68px);
  }
  .hero-description {
    max-width: 720px;
  }
  .benefits {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .logistics-hero::before {
    background-size: 30px 30px;
  }
  .hero-kicker {
    font-size: 11px;
    padding: 9px 13px;
  }
  .hero-title {
    font-size: 45px;
    letter-spacing: -0.045em;
  }
  .hero-description {
    font-size: 15px;
    line-height: 1.7;
  }
  .hero-buttons {
    gap: 10px;
  }
  .btn-demo,
  .btn-solutions {
    width: 100%;
    min-height: 52px;
  }
  .benefits {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
  .dashboard-header {
    padding-inline: 2px;
  }
  .dashboard-brand {
    font-size: 14px;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .middle-grid {
    grid-template-columns: 1fr;
  }
  .overview-content {
    justify-content: center;
  }
  .shipments {
    overflow-x: auto;
  }
  .shipment-table {
    min-width: 610px;
  }
  .bottom-stats {
    grid-template-columns: 1fr;
  }
  .route-line {
    right: -160px;
  }
  .bottom-route {
    left: -110px;
  }
}

@media (max-width: 420px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .stat-card {
    min-height: 125px;
  }
  .hero-title {
    font-size: 40px;
  }
  .dashboard {
    border-radius: 16px;
  }
}
.logistics-about-v2 {
  position: relative;
  padding: 80px 0;
  background: #f7f8fa;
  overflow: hidden;
}

/* ==========================================
   LEFT CONTENT
========================================== */

.la-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;

  color: #f58220;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.la-eyebrow span {
  width: 30px;
  height: 2px;
  background: #f58220;
}

.la-heading {
max-width: 620px;
    margin: 0 0 25px;
    color: #111827;
    font-size: clamp(40px, 5vw, 45px);
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -1px;
}

.la-heading strong {
  color: #f58220;
  font-weight: 800;
}

.la-heading em {
  color: #17365d;
  font-style: normal;
}

.la-intro {
  max-width: 570px;

  color: #687385;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 28px;
}

/* ==========================================
   HIGHLIGHT
========================================== */

.la-highlight {
  display: flex;
  align-items: center;
  gap: 14px;

  max-width: 500px;
  padding: 15px 18px;

  background: #fff;
  border: 1px solid #e7e9ed;
  border-radius: 14px;

  box-shadow: 0 10px 30px rgba(20, 30, 50, 0.04);
}

.la-highlight-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 11px;
  background: #fff1e6;
  color: #f58220;
  font-size: 18px;
}

.la-highlight strong {
  display: block;
  color: #172033;
  font-size: 16px;
  margin-bottom: 3px;
}

.la-highlight span {
  display: block;
  color: #7a8493;
  font-size: 13px;
}

/* ==========================================
   ACTIONS
========================================== */

.la-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 28px;
}

.la-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  padding: 14px 22px;

  border-radius: 8px;

  background: #f58220;
  color: #fff;

  font-size: 15px;
  font-weight: 700;

  text-decoration: none;

  transition: 0.3s ease;
}

.la-btn-primary:hover {
  background: #df6c0c;
  color: #fff;
  transform: translateY(-2px);
}

.la-btn-primary i {
  font-size: 15px;
}

.la-btn-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  color: #263449;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.la-btn-link i {
  transition: 0.3s ease;
}

.la-btn-link:hover {
  color: #f58220;
}

.la-btn-link:hover i {
  transform: translateX(4px);
}

/* ==========================================
   VISUAL AREA
========================================== */

.la-visual {
  position: relative;
  min-height: 500px;
  border-radius: 30px;
  background: #10243d;
  overflow: hidden;
}

/* subtle grid */

.la-grid {
  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);

  background-size: 42px 42px;
}

/* orange glow */

.la-visual::before {
  content: "";
  position: absolute;

  width: 300px;
  height: 300px;

  top: -120px;
  right: -80px;

  background: #f58220;
  border-radius: 50%;

  filter: blur(100px);
  opacity: 0.22;
}

/* ==========================================
   ROUTES
========================================== */

.route-line {
  position: absolute;
  height: 1px;

  background: rgba(255, 255, 255, 0.25);

  transform-origin: left center;
}

.route-one {
  width: 310px;
  top: 150px;
  left: 30px;
  transform: rotate(25deg);
}

.route-two {
  width: 260px;
  top: 370px;
  left: 170px;
  transform: rotate(-24deg);
}

.route-point {
  position: absolute;
  z-index: 2;

  display: flex;
  align-items: center;
  gap: 7px;

  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
}

.route-point span {
  width: 10px;
  height: 10px;

  border-radius: 50%;
  background: #f58220;

  box-shadow: 0 0 0 5px rgba(245, 130, 32, 0.15);
}

.point-one {
  top: 60px;
  left: 55px;
}

.point-two {
  top: 260px;
  left: 335px;
}

.point-three {
  bottom: 90px;
  right: 55px;
}

/* ==========================================
   SHIPMENT PANEL
========================================== */

.shipment-panel {
  position: absolute;
  z-index: 4;

  top: 105px;
  left: 50%;

  width: 360px;

  padding: 22px;

  background: rgba(255, 255, 255, 0.97);
  border-radius: 18px;

  transform: translateX(-50%);

  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.22);
}

.shipment-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.shipment-top small {
  display: block;

  color: #8993a1;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1px;
}

.shipment-top strong {
  display: block;

  margin-top: 4px;

  color: #162033;
  font-size: 14px;
}

.shipment-status {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  border-radius: 20px;
  background: #eaf9f2;
  color: #11915e;
  font-size: 12px;
  font-weight: 700;
}

.shipment-status i {
  width: 6px;
  height: 6px;

  border-radius: 50%;
  background: #17a66a;
}

/* progress */

.shipment-progress {
  margin-top: 28px;
}

.progress-track {
  position: relative;

  height: 5px;

  background: #e8ebef;
  border-radius: 10px;
}

.progress-track span {
  position: absolute;
  left: 0;
  top: 0;

  width: 68%;
  height: 100%;

  border-radius: 10px;
  background: #f58220;
}

.progress-labels {
  display: flex;
  justify-content: space-between;

  margin-top: 7px;

  color: #8a94a2;
  font-size: 9px;
}

/* shipment locations */

.shipment-info {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-top: 25px;
}

.shipment-info div small {
  display: block;
  color: #9aa2ad;
  font-size: 11px;
  letter-spacing: 0.7px;
}

.shipment-info div strong {
  display: block;

  margin-top: 3px;

  color: #1c2739;
  font-size: 13px;
}

.shipment-info > i {
  color: #f58220;
}

/* ==========================================
   FLOATING CARDS
========================================== */

.package-card,
.reliability-card {
  position: absolute;
  z-index: 5;

  display: flex;
  align-items: center;
  gap: 11px;

  padding: 12px 15px;

  background: rgba(255, 255, 255, 0.96);
  border-radius: 13px;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
}

.package-card {
  left: 30px;
  bottom: 55px;
}

.reliability-card {
  right: 30px;
  top: 55px;
}

.package-icon {
  width: 34px;
  height: 34px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 9px;

  background: #fff1e6;
  color: #f58220;
}

.reliability-circle {
  width: 34px;
  height: 34px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #eaf8f2;
  color: #0ca06a;
}

.package-card strong,
.reliability-card strong {
  display: block;

  color: #172033;
  font-size: 13px;
}

.package-card span,
.reliability-card span {
  display: block;
  margin-top: 2px;
  color: #7b8491;
  font-size: 13px;
}

/* ==========================================
   BOTTOM METRICS
========================================== */

.la-bottom {
  display: flex;
  align-items: center;

  margin-top: 55px;
  padding-top: 30px;

  border-top: 1px solid #e0e3e8;
}

.la-metric {
  flex: 1;
  text-align: center;
}

.la-metric strong {
  display: block;

  color: #152238;
  font-size: 27px;
  font-weight: 800;
}

.la-metric span {
  display: block;
  margin-top: 3px;
  color: #7c8695;
  font-size: 15px;
}

.la-divider {
  width: 1px;
  height: 38px;
  background: #dfe2e7;
}

/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 991px) {
  .logistics-about-v2 {
    padding: 80px 0;
  }

  .la-heading {
    font-size: 48px;
  }

  .la-visual {
    min-height: 470px;
  }
}

@media (max-width: 575px) {
  .logistics-about-v2 {
    padding: 60px 0;
  }

  .la-heading {
    font-size: 37px;
    letter-spacing: -1.8px;
  }

  .la-intro {
    font-size: 14px;
  }

  .la-highlight {
    align-items: flex-start;
  }

  .la-actions {
    gap: 18px;
    align-items: flex-start;
    flex-direction: column;
  }

  .la-visual {
    min-height: 420px;
    border-radius: 20px;
  }

  .shipment-panel {
    width: calc(100% - 40px);
    top: 110px;
    padding: 17px;
  }

  .route-one {
    width: 220px;
    left: 30px;
  }

  .route-two {
    width: 180px;
    left: 110px;
  }

  .point-two {
    left: auto;
    right: 70px;
  }

  .package-card {
    left: 15px;
    bottom: 30px;
  }

  .reliability-card {
    right: 15px;
    top: 35px;
  }

  .la-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }

  .la-divider {
    display: none;
  }

  .la-metric strong {
    font-size: 23px;
  }
}
/* ==============================
   LOGISTICS FEATURES
================================ */

.logistics-features {
  background: #f7f9fc;
  overflow: hidden;
}

.feature-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: #f58220;
}

.feature-label::before {
  content: "";
  width: 25px;
  height: 2px;
  background: #f58220;
}

.feature-title {
  max-width: 700px;
  margin: 0;
  font-size: clamp(36px, 3vw, 45px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -2px;
  color: #172033;
}

.feature-title span {
  color: #003a97;
}

.feature-intro {
  max-width: 480px;
  margin: 0 0 5px auto;
  color: #687386;
  font-size: 16px;
  line-height: 1.8;
}

/* Feature Box */

.feature-box {
  position: relative;
  height: 100%;
  min-height: 360px;
  padding: 35px;
  background: #fff;
  border: 1px solid #e8edf4;
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(24, 45, 78, 0.1);
}

.feature-main {
  min-height: 420px;
  background: #fff;
}

.feature-icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #eef4ff;
  color: #003a97;
  font-size: 22px;
  margin-bottom: 35px;
}

.feature-number {
  position: absolute;
  top: 35px;
  right: 35px;
  font-size: 12px;
  font-weight: 700;
  color: #a8b1bf;
}

.feature-box h3 {
  position: relative;
  z-index: 2;
  font-size: 25px;
  font-weight: 700;
  color: #172033;
  margin-bottom: 14px;
}

.feature-box p {
  position: relative;
  z-index: 2;
  color: #717c8d;
  line-height: 1.7;
  max-width: 470px;
  margin-bottom: 25px;
}

/* Main Feature */

.feature-main .feature-content {
  position: relative;
  z-index: 3;
}

.feature-main h3 {
  font-size: 30px;
}

.feature-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #003a97;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.feature-link i {
  transition: 0.2s;
}

.feature-link:hover i {
  transform: translate(3px, -3px);
}

/* Dashboard Preview */

.mini-dashboard {
  position: absolute;
  width: 390px;
  right: -15px;
  bottom: -35px;
  padding: 20px;
  background: #f7f9fc;
  border: 1px solid #e3e8f0;
  border-radius: 20px 0 0 0;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.dash-top {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 15px;
}

.live-dot {
  color: #24a66a;
}

.vehicle-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 10px;
}

.vehicle-icon {
  width: 35px;
  height: 35px;
  border-radius: 8px;
  background: #eef4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #003a97;
}

.vehicle-row strong,
.vehicle-row small {
  display: block;
}

.vehicle-row strong {
  font-size: 12px;
}

.vehicle-row small {
  font-size: 9px;
  color: #8993a2;
}

.status {
  margin-left: auto;
  font-size: 10px;
  font-weight: 700;
}

.moving {
  color: #f58220;
}

.delivered {
  color: #20a269;
}

/* Dark Feature */

.feature-dark {
  background: #003a97;
  border-color: #003a97;
}

.feature-dark .feature-icon {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.feature-dark .feature-number {
  color: rgba(255, 255, 255, 0.45);
}

.feature-dark h3 {
  color: #fff;
}

.feature-dark p {
  color: rgba(255, 255, 255, 0.68);
}

.tracking-line {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 45px 5px 20px;
}

.tracking-line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
}

.tracking-line span {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}

.tracking-line span:nth-child(2) {
  width: 15px;
  height: 15px;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.12);
}

.tracking-info strong,
.tracking-info small {
  display: block;
}

.tracking-info strong {
  color: #fff;
  font-size: 13px;
}

.tracking-info small {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 5px;
}

/* Dispatch */

.dispatch-preview,
.invoice-preview {
  margin-top: 25px;
  padding: 14px;
  background: #f7f9fc;
  border-radius: 12px;
  font-size: 11px;
}

.dispatch-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-radius: 50%;
  background: #20a269;
}

.dispatch-preview strong {
  display: block;
  margin: 6px 0 0 14px;
  color: #172033;
}

/* Analytics */

.analytics-chart {
  height: 70px;
  display: flex;
  align-items: end;
  gap: 7px;
  margin-top: 25px;
}

.analytics-chart span {
  flex: 1;
  background: #003a97;
  border-radius: 5px 5px 0 0;
  opacity: 0.85;
}

/* Invoice */

.invoice-preview {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.invoice-preview strong {
  color: #003a97;
}

/* Small Features */

.small-feature {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 22px;
  background: #fff;
  border: 1px solid #e8edf4;
  border-radius: 16px;
  transition: 0.3s;
}

.small-feature:hover {
  border-color: #003a97;
  transform: translateY(-3px);
}

.small-feature-icon {
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #eef4ff;
  color: #003a97;
}

.small-feature h5 {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  color: #172033;
}

.small-feature p {
  margin: 0;
  font-size: 11px;
  color: #818b99;
}

/* Responsive */

@media (max-width: 991px) {
  .feature-intro {
    margin: 20px 0 0;
  }

  .mini-dashboard {
    width: 330px;
  }
}

@media (max-width: 575px) {
  .feature-box {
    padding: 25px;
    min-height: 330px;
  }

  .feature-title {
    letter-spacing: -1px;
  }

  .mini-dashboard {
    width: 300px;
    right: -30px;
  }
}
/*new mega header*/

/* ---------- DROPDOWN WRAPPER ---------- */
.dropdown-zone {
  position: relative;
}
.mega {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-46%) translateY(-8px);
  background: #fffbf7;
  border-radius: 16px;
  box-shadow: var(--shadow);
  border: 1px solid var(--paper-line);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
  overflow: hidden;
  z-index: 60;
}
.mega.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-46%) translateY(0);
}
.mega::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--orange) 0%,
    var(--teal) 50%,
    var(--plum) 100%
  );
}

#mega-products {
  width: 920px;
  max-width: 92vw;
}
#mega-features {
  width: 1040px;
  max-width: 94vw;
}

/* header strip */
.mega-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 32px 14px;
  border-bottom: 1px dashed var(--paper-line);
}
.eyebrow {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--slate);
  text-transform: uppercase;
}
.eyebrow b {
  color: var(--ink);
}

/* lanes grid — reused for 2-col (products) and 3-col (features) */
.lanes {
  display: grid;
}
.lanes.cols-2 {
  grid-template-columns: 1fr 1fr;
}
.lanes.cols-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.lane {
  padding: 24px 26px 20px;
  position: relative;
}
.lane + .lane {
  border-left: 1px dashed var(--paper-line);
}
.lane-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.lane-label .tag {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 13.5px;
  color: var(--ink);
}
.lane-label .icon-badge {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: #fff;
  flex-shrink: 0;
}
.lane-label .icon-badge svg {
  width: 14px;
  height: 14px;
}
.lane-label.c-orange .icon-badge {
  background: var(--orange);
}
.lane-label.c-teal .icon-badge {
  background: var(--teal);
}
.lane-label.c-plum .icon-badge {
  background: var(--plum);
}

/* route line + stops */
.route {
  position: relative;
  padding-left: 24px;
}
.route::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  bottom: 6px;
  width: 0;
  border-left: 2px dashed var(--paper-line);
}
.stop {
  position: relative;
  padding: 6px 6px 6px 18px;
  margin-bottom: 1px;
  border-radius: 10px;
  transition: background 0.18s ease;
  cursor: pointer;
}
.stop::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--paper);
  border: 2.5px solid var(--slate);
  transition:
    border-color 0.18s ease,
    background 0.18s ease;
}
.stop .stitle {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 6px;
}
.stop .sdesc {
  font-size: 12px;
  color: var(--slate);
  margin-top: 2px;
  line-height: 1.45;
  max-width: 260px;
  text-align: left;
}
.stop .arrow {
  opacity: 0;
  transform: translateX(-4px);
  transition: all 0.18s ease;
  font-size: 12px;
}
.stop:hover {
  background: rgba(0, 0, 0, 0.03);
}
.stop:hover .arrow {
  opacity: 1;
  transform: translateX(0);
}

.lane-label.c-orange ~ .route .stop:hover::before {
  border-color: var(--orange);
  background: var(--orange);
}
.lane-label.c-orange ~ .route .stop:hover .arrow {
  color: var(--orange);
}
.lane-label.c-teal ~ .route .stop:hover::before {
  border-color: var(--teal);
  background: var(--teal);
}
.lane-label.c-teal ~ .route .stop:hover .arrow {
  color: var(--teal);
}
.lane-label.c-plum ~ .route .stop:hover::before {
  border-color: var(--plum);
  background: var(--plum);
}
.lane-label.c-plum ~ .route .stop:hover .arrow {
  color: var(--plum);
}

/* footer strip */

.foot-cta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 13.5px;
  color: var(--orange);
  cursor: pointer;
}
.foot-cta:hover {
  text-decoration: underline;
}
.foot-cta.plum {
  color: var(--plum);
}

.filler {
  padding: 60px 40px;
  color: var(--slate);
  font-size: 14px;
  max-width: 640px;
}
.filler b {
  color: var(--ink);
}
.nav-links a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.dropdown-zone .trigger {
  color: #003a97;
}
.nav-links .caret {
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
  margin-top: -3px;
}
.trigger.open .caret {
  transform: rotate(-135deg);
  margin-top: 3px;
}
.trigger.open .caret {
  transform: rotate(-135deg);
  margin-top: 3px;
}
/* single scrolling row */
.row-wrap {
  position: relative;
}
.row-wrap::before,
.row-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 140px;
  z-index: 2;
  pointer-events: none;
}
.row-wrap::before {
  left: 0;
  background: linear-gradient(90deg, var(--page-bg), transparent);
}
.row-wrap::after {
  right: 0;
  background: linear-gradient(270deg, var(--page-bg), transparent);
}

.track {
  display: flex;
  gap: 22px;
  width: max-content;
  animation: scroll 52s linear infinite;
}
.track:hover {
  animation-play-state: paused;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.card {
  background: #ffffff;
  border: 1px solid #e7eaf2;
  border-radius: 20px;
  padding: 28px 28px 24px;
  width: 380px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 48px -22px rgba(16, 23, 46, 0.22);
  border-color: var(--accent, var(--orange));
}
.card .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.quote-mark {
  font-family: "Space Grotesk", sans-serif;
  font-size: 38px;
  line-height: 0.7;
  color: var(--accent, var(--orange));
}
.verified {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 600;
  color: var(--accent, var(--orange));
  background: color-mix(in srgb, var(--accent, var(--orange)) 10%, transparent);
  border-radius: 20px;
  padding: 5px 10px;
}
.verified svg {
  width: 11px;
  height: 11px;
}

.card p.text {
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink);
  flex-grow: 1;
}

.person {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.person-l {
  display: flex;
  align-items: center;
  gap: 12px;
}
.avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background: var(--accent, var(--orange));
}
.p-name {
  font-weight: 600;
  font-size: 13.5px;
  color: var(--ink);
}
.p-role {
  font-size: 12px;
  color: var(--slate);
}
.p-stars {
  color: var(--orange);
  font-size: 12px;
  letter-spacing: 1px;
}
.for-panel-side-sec-main-cus,.client-logo-sec-main,.testimonials-main-sec,.faq-home-bg{
    background: #f7f9fc;
}
.faq-home-bg .accordion-item{
    background: #fff !important;
        margin-bottom: 25px !important;
}
.accordion-button-cus{
        height: 60px !important; 
}
.header .header-nav8 {
    padding: 5px 0 !important;
}