/* ════════════════════════════════════════
   LONGDISTANCE.CSS — Long Distance Moving
   Let's Start Moving
════════════════════════════════════════ */

/* ── PAGE BANNER ─────────────────────── */
.page-banner {
  background:
    linear-gradient(rgba(12,12,12,.68), rgba(12,12,12,.68)),
    url('../images/lets-start-moving-07.jpg') center/cover no-repeat;
}

/* ── INTRO ───────────────────────────── */
.ld-intro { padding: 88px 0; background: #fff; }

.ld-intro-img { position: relative; }
.ld-intro-img img {
  width: 100%; height: 460px;
  object-fit: cover; border-radius: 12px;
}
.ld-intro-img .img-badge {
  position: absolute; bottom: -16px; right: -16px;
  background: var(--secondary); color: #fff;
  padding: 18px 22px; border-radius: 10px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(255,90,9,.28);
}
.ld-intro-img .img-badge .num { font-size: 32px; font-weight: 900; line-height: 1; }
.ld-intro-img .img-badge .lbl { font-size: 11px; font-weight: 600; letter-spacing: .8px; text-transform: uppercase; opacity: .9; margin-top: 2px; }

.ld-body { font-size: 15px; color: var(--text); line-height: 1.78; margin-bottom: 14px; }

.ld-highlight {
  display: flex; align-items: flex-start; gap: 14px;
  background: #fff8f5;
  border: 1.5px solid #ffd6c0;
  border-left: 4px solid var(--secondary);
  border-radius: 8px; padding: 16px 18px;
  margin-bottom: 28px;
}
.ld-highlight i { color: var(--secondary); font-size: 18px; flex-shrink: 0; margin-top: 2px; }
.ld-highlight p { font-size: 14px; color: var(--text); line-height: 1.65; margin: 0; }
.ld-highlight p strong { color: var(--dark); }

/* ── ROUTE STRIP ─────────────────────── */
.route-strip {
  background: var(--dark);
  padding: 48px 0;
}
.route-item {
  text-align: center; padding: 12px;
}
.route-item i {
  font-size: 26px; color: var(--secondary);
  display: block; margin-bottom: 8px;
}
.route-item h6 {
  font-size: 13px; font-weight: 700;
  color: #fff; text-transform: uppercase;
  letter-spacing: .8px; margin-bottom: 3px;
}
.route-item p { font-size: 12px; color: #9ca3af; margin: 0; }

.route-divider {
  display: flex; align-items: center;
  justify-content: center;
  color: var(--secondary); font-size: 18px;
  padding-top: 12px;
}

/* ── SERVICES INCLUDE ────────────────── */
.ld-includes { padding: 80px 0; background: var(--light-bg); }

.li-item {
  display: flex; align-items: flex-start; gap: 16px;
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 10px; padding: 22px;
  height: 100%;
  transition: border-color .25s, box-shadow .25s, transform .25s;
}
.li-item:hover {
  border-color: var(--secondary);
  box-shadow: 0 8px 28px rgba(0,0,0,.08);
  transform: translateY(-3px);
}
.li-icon {
  width: 46px; height: 46px; flex-shrink: 0;
  background: var(--secondary);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; color: #fff;
}
.li-body h5 { font-size: 14px; font-weight: 700; color: var(--dark); margin-bottom: 4px; }
.li-body p { font-size: 13px; color: var(--muted); line-height: 1.6; margin: 0; }

/* ── WHY CHOOSE ──────────────────────── */
.ld-why {
  background:
    linear-gradient(rgba(24,24,24,.82), rgba(24,24,24,.82)),
    url('../images/lets-start-moving-01.jpg') center/cover no-repeat;
  padding: 88px 0;
}
.lw-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px; padding: 26px 22px;
  height: 100%;
  transition: background .25s, border-color .25s, transform .25s;
}
.lw-card:hover {
  background: rgba(255,90,9,.12);
  border-color: var(--secondary);
  transform: translateY(-4px);
}
.lw-icon {
  width: 48px; height: 48px;
  background: var(--secondary); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; color: #fff; margin-bottom: 14px;
}
.lw-card h5 { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 7px; }
.lw-card p { font-size: 13.5px; color: #b0b7c3; line-height: 1.65; margin: 0; }

/* ── OTHER SERVICES ──────────────────── */
.other-services { padding: 72px 0; background: var(--light-bg); }
.os-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  display: flex; align-items: center; gap: 16px;
  padding: 18px 20px;
  transition: border-color .2s, box-shadow .2s, transform .2s;
  text-decoration: none;
}
.os-card:hover {
  border-color: var(--secondary);
  box-shadow: 0 6px 24px rgba(0,0,0,.08);
  transform: translateY(-3px);
}
.os-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  background: var(--light-bg);
  border: 1.5px solid var(--border);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 17px; color: var(--secondary);
  transition: background .2s, border-color .2s, color .2s;
}
.os-card:hover .os-icon { background: var(--secondary); border-color: var(--secondary); color: #fff; }
.os-body h6 { font-size: 14px; font-weight: 700; color: var(--dark); margin: 0 0 2px; }
.os-body p { font-size: 12.5px; color: var(--muted); margin: 0; }
.os-arrow { margin-left: auto; color: var(--secondary); font-size: 13px; flex-shrink: 0; }

/* ── RESPONSIVE ──────────────────────── */
@media (max-width: 991px) {
  .ld-intro, .ld-why { padding: 60px 0; }
  .ld-includes, .other-services { padding: 56px 0; }
  .ld-intro-img .img-badge { right: 0; }
  .route-divider { display: none; }
}
@media (max-width: 767px) {
  .ld-intro-img img { height: 280px; }
  .route-strip { padding: 32px 0; }
}
