/* =========================================================
   ULTRA RELOCATION — HOMEPAGE SPECIFIC CSS
   File: css/home.css
   Loaded by: index.html only (in addition to inner.css)
   inner.css handles: header, nav, topbar, footer, buttons,
                      forms, FAQ, reveal animations, responsive
   This file handles: hero, trust strip, why-us, services,
                      routes, packing, process, offices,
                      testimonials, CTA band, city grid
   ========================================================= */

/* ── HERO ───────────────────────────────────────────────── */
.hero {
  background: linear-gradient(135deg, #001c42 0%, #003380 40%, #0066CC 100%);
  position: relative;
  overflow: hidden;
  min-height: 600px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  opacity: .12;
  /* Replace Image: add background-image:url('images/hero-bg.jpg');background-size:cover */
}
/* Hero Image Size: 1920x850 */
.hero-shape {
  position: absolute;
  right: -5%;
  top: -20%;
  width: 55%;
  height: 140%;
  background: rgba(37, 150, 216, .12);
  transform: skewX(-8deg);
  border-left: 1px solid rgba(255,255,255,.06);
}
.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 48px;
  align-items: center;
  padding: 80px 0 72px;
}
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.9);
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 30px;
  margin-bottom: 18px;
}
.hero-pill::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2596D8;
  display: inline-block;
}
.hero h1 { color: #fff; margin-bottom: 14px; }
.hero-sub {
  color: rgba(255,255,255,.78);
  font-size: 1rem;
  max-width: 500px;
  margin-bottom: 32px;
  line-height: 1.8;
}
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-trust { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.t-chip { display: flex; align-items: center; gap: 7px; font-size: .78rem; color: rgba(255,255,255,.7); }
.t-dot { width: 6px; height: 6px; border-radius: 50%; background: #2596D8; flex-shrink: 0; }
.t-chip strong { color: #fff; }

/* ── HERO ENQUIRY CARD ──────────────────────────────────── */
.enq-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px 24px;
  box-shadow: 0 24px 80px rgba(0,0,0,.28);
}
.enq-title {
  font-family: 'Poppins', sans-serif;
  font-size: .96rem;
  font-weight: 700;
  color: #0066CC;
  margin-bottom: 18px;
  padding-bottom: 13px;
  border-bottom: 2px solid #DDE6F5;
}
.enq-title span { color: #D63031; }

/* ── TRUST STRIP ────────────────────────────────────────── */
.trust-strip { background: #fff; border-bottom: 1px solid #DDE6F5; }
.trust-bar {
  display: flex;
  align-items: stretch;
  border-top: 3px solid #0066CC;
}
.t-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-right: 1px solid #DDE6F5;
  font-family: 'Poppins', sans-serif;
  font-size: .74rem;
  font-weight: 600;
  color: #1a1a2e;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.t-item:last-child { border-right: none; }
.t-ico {
  width: 32px;
  height: 32px;
  background: #E8F3FF;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.t-ico svg { color: #0066CC; }

/* ── WHY CHOOSE US ──────────────────────────────────────── */
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.why-img-block { position: relative; }
.why-img-main {
  border-radius: 12px;
  overflow: hidden;
  height: 450px;
  box-shadow: 0 12px 48px rgba(0,102,204,.16);
}
.why-img-main img { width: 100%; height: 100%; object-fit: cover; }
/* Replace Image — Recommended Size: 1200x900 */
.why-img-accent {
  position: absolute;
  bottom: -24px;
  right: -24px;
  width: 170px;
  height: 145px;
  border-radius: 12px;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0 12px 48px rgba(0,102,204,.16);
}
.why-img-accent img { width: 100%; height: 100%; object-fit: cover; }
/* Replace Image — Recommended Size: 400x320 */
.why-badge {
  position: absolute;
  top: 24px;
  left: -24px;
  background: #0066CC;
  color: #fff;
  padding: 16px 20px;
  border-radius: 12px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  box-shadow: 0 12px 48px rgba(0,102,204,.16);
}
.why-badge .wbn { font-size: 2.2rem; font-weight: 800; display: block; line-height: 1; }
.why-badge .wbl { font-size: .6rem; text-transform: uppercase; letter-spacing: .08em; opacity: .8; margin-top: 3px; display: block; }
.why-pts { display: flex; flex-direction: column; gap: 0; margin-top: 26px; }
.why-pt {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #DDE6F5;
}
.why-pt:first-child { padding-top: 0; }
.why-pt:last-child { border-bottom: none; padding-bottom: 0; }
.why-num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #E8F3FF;
  color: #0066CC;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: .8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  border: 2px solid #C5DEFF;
}
.why-pt h4 { margin-bottom: 4px; font-size: .9rem; color: #0066CC; }
.why-pt p { font-size: .82rem; color: #4A5568; margin: 0; line-height: 1.65; }

/* ── SERVICES GRID ──────────────────────────────────────── */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.svc-card {
  background: #fff;
  border: 1px solid #DDE6F5;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,102,204,.06);
  transition: all .2s ease;
  display: flex;
  flex-direction: column;
  position: relative;
}
.svc-card:hover {
  box-shadow: 0 12px 48px rgba(0,102,204,.16);
  transform: translateY(-5px);
  border-color: #C5DEFF;
}
.svc-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: #0066CC;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}
.svc-card:hover::after { transform: scaleX(1); }
.svc-img { height: 195px; overflow: hidden; background: #F4F8FF; }
.svc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.svc-card:hover .svc-img img { transform: scale(1.05); }
.svc-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.svc-body h3 { color: #0066CC; margin-bottom: 8px; font-size: 1rem; }
.svc-body p { font-size: .83rem; color: #4A5568; flex: 1; margin-bottom: 14px; line-height: 1.7; }
.svc-cta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: 'Poppins', sans-serif;
  font-size: .76rem;
  font-weight: 700;
  color: #0066CC;
  text-transform: uppercase;
  letter-spacing: .05em;
  transition: gap .2s ease;
}
.svc-card:hover .svc-cta { gap: 10px; }

/* ── ROUTES ─────────────────────────────────────────────── */
.routes-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.route-card {
  background: #fff;
  border: 1px solid #DDE6F5;
  border-radius: 6px;
  padding: 13px 14px;
  transition: all .2s ease;
}
.route-card:hover { border-color: #0066CC; background: #E8F3FF; }
.r-from { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: .79rem; color: #0066CC; }
.r-arr { font-size: .68rem; color: #718096; margin: 3px 0; display: block; }
.r-to { font-size: .77rem; color: #4A5568; }

/* ── PACKING MATERIALS ──────────────────────────────────── */
.pack-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.pack-img { border-radius: 12px; overflow: hidden; height: 420px; box-shadow: 0 12px 48px rgba(0,102,204,.16); }
.pack-img img { width: 100%; height: 100%; object-fit: cover; }
/* Replace Image — Recommended Size: 900x700 */
.pack-list { display: flex; flex-direction: column; gap: 13px; margin-top: 24px; }
.pack-item {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  background: #F4F8FF;
  padding: 14px 16px;
  border-radius: 6px;
  border-left: 3px solid #0066CC;
}
.pack-dot { width: 8px; height: 8px; border-radius: 50%; background: #0066CC; flex-shrink: 0; margin-top: 7px; }
.pack-name { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: .85rem; color: #1a1a2e; margin-bottom: 3px; }
.pack-desc { font-size: .8rem; color: #4A5568; margin: 0; }

/* ── PROCESS ────────────────────────────────────────────── */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}
.process-grid::before {
  content: '';
  position: absolute;
  top: 27px;
  left: calc(12.5% + 12px);
  right: calc(12.5% + 12px);
  height: 2px;
  background: #C5DEFF;
  z-index: 0;
}
.proc-step { text-align: center; position: relative; z-index: 1; }
.proc-num {
  width: 56px; height: 56px;
  border-radius: 50%;
  border: 2.5px solid #0066CC;
  background: #fff;
  color: #0066CC;
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.proc-step h4 { color: #0066CC; font-size: .88rem; margin-bottom: 7px; }
.proc-step p { font-size: .8rem; color: #4A5568; }

/* ── OFFICES ────────────────────────────────────────────── */
.offices-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.office-card {
  background: #fff;
  border: 1px solid #DDE6F5;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,102,204,.10);
}
.office-head {
  background: #0066CC;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.office-head h3 { color: #fff; font-size: .96rem; margin: 0; }
.o-badge {
  background: rgba(255,255,255,.15);
  color: #fff;
  border: 1px solid rgba(255,255,255,.25);
  font-size: .62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 3px 10px;
  border-radius: 20px;
}
.office-body { padding: 18px 22px; }
.o-row { display: flex; gap: 9px; font-size: .83rem; color: #4A5568; margin-bottom: 9px; }
.o-row:last-child { margin-bottom: 0; }
.o-ico { color: #0066CC; flex-shrink: 0; margin-top: 2px; }
.o-row a:hover { color: #0066CC; }
.office-map { height: 220px; border-top: 1px solid #DDE6F5; }
.office-map iframe { width: 100%; height: 100%; border: none; display: block; }

/* ── TESTIMONIALS ───────────────────────────────────────── */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testi-card {
  background: #fff;
  border: 1px solid #DDE6F5;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0,102,204,.06);
  border-top: 3px solid #0066CC;
}
.testi-stars { color: #F59E0B; font-size: .84rem; letter-spacing: 2px; margin-bottom: 12px; }
.testi-text { font-size: .84rem; color: #4A5568; font-style: italic; line-height: 1.77; margin-bottom: 16px; }
.testi-auth { display: flex; align-items: center; gap: 11px; }
.testi-av {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: #0066CC;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: .9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.testi-name { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: .83rem; color: #1a1a2e; }
.testi-loc { font-size: .74rem; color: #718096; }

/* ── CTA BAND ───────────────────────────────────────────── */
.cta-band { background: linear-gradient(135deg, #003380 0%, #0066CC 100%); padding: 60px 0; }
.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.cta-text h2 { color: #fff; font-size: clamp(1.3rem, 2.2vw, 1.8rem); margin-bottom: 8px; }
.cta-text p { color: rgba(255,255,255,.72); font-size: .92rem; margin: 0; }
.cta-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.cta-pts { display: flex; align-items: center; gap: 16px; margin-top: 18px; flex-wrap: wrap; }
.cta-pt { display: flex; align-items: center; gap: 7px; font-size: .8rem; color: rgba(255,255,255,.7); }
.cta-pt::before { content: '✓'; color: #2596D8; font-weight: 800; }

/* ── CITY GRID ──────────────────────────────────────────── */
.city-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; }
.city-a {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 13px;
  background: #fff;
  border: 1px solid #DDE6F5;
  border-radius: 6px;
  font-size: .79rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #1a1a2e;
  transition: all .2s ease;
}
.city-a:hover { background: #0066CC; color: #fff; border-color: #0066CC; }
.city-a::before { content: '📍'; font-size: .74rem; }

/* ── HOMEPAGE RESPONSIVE OVERRIDES ─────────────────────── */
@media (max-width: 1024px) {
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .routes-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; padding: 52px 0 40px; }
  .enq-card { max-width: 520px; }
  .f-row { grid-template-columns: 1fr; }
  .why-grid, .pack-grid, .offices-grid { grid-template-columns: 1fr; gap: 32px; }
  .why-img-accent, .why-badge { display: none; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid::before { display: none; }
  .testi-grid { grid-template-columns: 1fr; }
  .city-grid { grid-template-columns: repeat(3, 1fr); }
  .routes-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-bar { flex-wrap: wrap; }
  .t-item { flex: 1 1 calc(50% - 1px); border-right: none; border-bottom: 1px solid #DDE6F5; }
  .cta-inner { flex-direction: column; text-align: center; }
  .cta-actions { justify-content: center; }
  .cta-pts { justify-content: center; }
}
@media (max-width: 600px) {
  .svc-grid { grid-template-columns: 1fr; }
  .city-grid { grid-template-columns: repeat(2, 1fr); }
  .routes-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-btns { flex-direction: column; }
  .process-grid { grid-template-columns: 1fr; }
  .t-item { flex: 1 1 100%; }
}
