/* ============================================================
   Sushree Packers & Movers — Design System
   Replace company colors here if the brand palette changes.
   ============================================================ */

:root {
  --navy: #0a1628;
  --navy-800: #12203a;
  --navy-700: #1a2f4f;
  --navy-600: #243b5c;
  --orange: #e85d04;
  --orange-hover: #c94e00;
  --orange-soft: #fff3ea;
  --orange-mid: #f48c3b;
  --white: #ffffff;
  --gray-50: #f5f7fa;
  --gray-100: #eef1f5;
  --gray-200: #e3e8ee;
  --text: #1c2430;
  --text-muted: #5c6775;
  --success: #0f7b4c;
  --whatsapp: #25d366;
  --shadow-sm: 0 4px 16px rgba(10, 22, 40, 0.06);
  --shadow-md: 0 10px 30px rgba(10, 22, 40, 0.1);
  --shadow-lg: 0 22px 50px rgba(10, 22, 40, 0.14);
  --radius: 18px;
  --radius-sm: 12px;
  --header-offset: 96px;
  --font-display: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  --font-body: "Inter", "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

[id] {
  scroll-margin-top: 110px;
}

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

h1, h2, h3, h4, .display-heading {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--navy);
  line-height: 1.2;
}

.section-label {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 0.65rem;
}

.section-title {
  font-size: clamp(1.85rem, 3.4vw, 2.55rem);
  margin-bottom: 0.85rem;
}

.section-lead {
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 640px;
}

.section-pad {
  padding: 90px 0;
}

.bg-soft {
  background: var(--gray-50);
}

.bg-navy {
  background: var(--navy);
  color: #d7deea;
}

/* ---------- Buttons ---------- */
.btn {
  font-family: var(--font-display);
  font-weight: 700;
  border-radius: 999px;
  padding: 0.78rem 1.45rem;
  border: 2px solid transparent;
  transition: 0.22s ease;
}

.btn-orange {
  background: var(--orange);
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(232, 93, 4, 0.28);
}

.btn-orange:hover,
.btn-orange:focus {
  background: var(--orange-hover);
  color: #fff !important;
  transform: translateY(-2px);
}

.btn-navy {
  background: var(--navy);
  color: #fff !important;
}

.btn-navy:hover {
  background: var(--navy-700);
  color: #fff !important;
  transform: translateY(-2px);
}

.btn-ghost {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.45);
}

.btn-ghost:hover {
  background: #fff;
  color: var(--navy) !important;
}

.btn-outline-navy {
  background: transparent;
  color: var(--navy) !important;
  border-color: var(--navy);
}

.btn-outline-navy:hover {
  background: var(--navy);
  color: #fff !important;
}

.btn-sm-cta {
  padding: 0.55rem 1.15rem;
  font-size: 0.92rem;
}

/* ---------- Top bar + Navbar ---------- */
.topbar {
  background: var(--navy);
  color: #c9d3e0;
  font-size: 0.84rem;
  padding: 8px 0;
}

.topbar a {
  color: #e8edf4;
}

.topbar a:hover {
  color: var(--orange);
}

.topbar .divider {
  opacity: 0.35;
  margin: 0 0.55rem;
}

.navbar-sushree {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--gray-200);
  padding: 0.55rem 0;
}

.navbar-sushree.scrolled {
  box-shadow: var(--shadow-sm);
}

.navbar-brand img {
  height: 62px;
  width: auto;
}

.footer-logo {
  height: 72px;
  width: auto;
  background: #fff;
  border-radius: 12px;
  padding: 6px 8px;
}

.navbar-sushree .nav-link {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--navy-700) !important;
  padding: 0.55rem 0.85rem !important;
  position: relative;
}

.navbar-sushree .nav-link::before {
  content: "";
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.2rem;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.22s ease;
}

.navbar-sushree .nav-link:hover::before,
.navbar-sushree .nav-link.active::before {
  transform: scaleX(1);
}

.navbar-sushree .dropdown-toggle::after {
  margin-left: 0.4rem;
  vertical-align: 0.16em;
}

.dropdown-services {
  border: 0;
  border-radius: 14px;
  box-shadow: var(--shadow-md);
  padding: 0.55rem 0;
  min-width: 260px;
  margin-top: 0.45rem;
}

.dropdown-services .dropdown-item {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--navy-700);
  padding: 0.55rem 1.1rem;
}

.dropdown-services .dropdown-item i {
  width: 1.2rem;
  color: var(--orange);
  margin-right: 0.45rem;
}

.dropdown-services .dropdown-item:hover,
.dropdown-services .dropdown-item.active {
  background: var(--orange-soft);
  color: var(--navy);
}

.dropdown-services .view-all {
  color: var(--orange);
}

@media (min-width: 992px) {
  .navbar-sushree .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
  }
}

.navbar-sushree .nav-link.active {
  color: var(--orange) !important;
}

.navbar-toggler {
  border: 0;
  box-shadow: none !important;
}

.header-call {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--orange);
  color: #fff !important;
}

/* ---------- Page heroes ---------- */
.hero {
  position: relative;
  min-height: calc(100vh - 96px);
  display: flex;
  align-items: center;
  background:
    linear-gradient(105deg, rgba(10, 22, 40, 0.88) 0%, rgba(10, 22, 40, 0.62) 52%, rgba(10, 22, 40, 0.42) 100%),
    url("../images/hero-banner.png") 18% 36%/cover no-repeat;
  color: #fff;
  padding: 80px 0 110px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 1.15rem;
}

.hero h1 {
  color: #fff;
  font-size: clamp(2.15rem, 5vw, 3.7rem);
  max-width: 16ch;
  margin-bottom: 1rem;
}

.hero .lead {
  color: #d8e0ea;
  font-size: 1.12rem;
  max-width: 38rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.6rem 0 1.4rem;
}

.hero-mini-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
  color: #d5dce6;
  font-size: 0.92rem;
}

.hero-mini-trust i {
  color: var(--orange);
  margin-right: 0.35rem;
}

.quote-card {
  background: #fff;
  color: var(--text);
  border-radius: 22px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.quote-card-head {
  background: var(--navy);
  color: #fff;
  padding: 1.05rem 1.25rem 0.95rem;
}

.quote-card-head h2 {
  color: #fff;
  font-size: 1.2rem;
  margin: 0;
}

.quote-card-head p {
  margin: 0.2rem 0 0;
  color: #b8c3d3;
  font-size: 0.86rem;
}

.quote-card form {
  padding: 1.2rem 1.2rem 1.3rem;
}

.form-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--navy-700);
  margin-bottom: 0.28rem;
}

.form-control,
.form-select,
.form-control:focus,
.form-select:focus {
  border-radius: 10px;
  border-color: var(--gray-200);
  padding: 0.62rem 0.8rem;
  font-size: 0.92rem;
  box-shadow: none;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--orange);
}

.form-control.is-invalid,
.form-select.is-invalid {
  border-color: #c0392b;
}

/* ---------- Trust strip ---------- */
.trust-strip {
  margin-top: -48px;
  position: relative;
  z-index: 3;
}

.trust-grid {
  background: #fff;
  border-radius: 20px;
  box-shadow: var(--shadow-md);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
}

.trust-item {
  padding: 1.35rem 1rem;
  text-align: center;
  border-right: 1px solid var(--gray-100);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item i {
  color: var(--orange);
  font-size: 1.25rem;
  margin-bottom: 0.45rem;
}

.trust-item h3 {
  font-size: 0.95rem;
  margin: 0;
}

/* ---------- Cards ---------- */
.why-card,
.service-card,
.step-card,
.review-card,
.about-card,
.service-pro-card,
.badge-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(10, 22, 40, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.why-card:hover,
.service-card:hover,
.review-card:hover,
.service-pro-card:hover,
.about-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.why-card {
  padding: 1.7rem 1.4rem 1.5rem;
  height: 100%;
}

.icon-orb {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--orange-soft);
  color: var(--orange);
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.why-card h3,
.service-card h3 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.why-card p,
.service-card p {
  color: var(--text-muted);
  margin: 0;
  font-size: 0.95rem;
}

.service-card {
  overflow: hidden;
  height: 100%;
}

.service-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.service-card .body {
  padding: 1.25rem 1.3rem 1.4rem;
}

.service-card .link {
  color: var(--orange);
  font-weight: 700;
  font-size: 0.92rem;
}

/* ---------- How it works ---------- */
.steps-wrap {
  position: relative;
}

.step-card {
  padding: 1.6rem 1.2rem;
  height: 100%;
  text-align: center;
}

.step-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 800;
  margin-bottom: 0.85rem;
}

.step-card h3 {
  font-size: 1.02rem;
  margin-bottom: 0.35rem;
}

.step-card p {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin: 0;
}

/* ---------- Stats ---------- */
.stats-band {
  background:
    linear-gradient(100deg, rgba(10, 22, 40, 0.94), rgba(18, 32, 58, 0.88)),
    url("../images/work-loading.jpg") center 40%/cover;
  color: #fff;
  padding: 72px 0;
}

.stat-item {
  text-align: center;
}

.stat-item .num {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 0.4rem;
}

.stat-item p {
  margin: 0;
  color: #d4dce8;
  font-weight: 500;
}

/* ---------- Reviews ---------- */
.stars {
  color: #f4b400;
  letter-spacing: 2px;
  margin-bottom: 0.7rem;
}

.review-card {
  padding: 1.6rem 1.4rem 1.4rem;
  height: 100%;
}

.review-card p {
  color: var(--text-muted);
  font-size: 0.96rem;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.1rem;
}

.avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.85rem;
}

.reviewer strong {
  display: block;
  color: var(--navy);
  font-size: 0.95rem;
}

.reviewer span {
  color: var(--text-muted);
  font-size: 0.82rem;
}

.google-reviews {
  background: #f4f6fb;
  border-radius: 28px;
  padding: 1.5rem 1.35rem 1.7rem;
}

.google-reviews-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.15rem;
  padding: 0 0.35rem;
}

.google-reviews-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.google-reviews-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  color: #202124;
  line-height: 1.2;
}

.google-reviews-score {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0.2rem 0 0;
  color: #3c4043;
  font-size: 1.05rem;
}

.google-reviews-score strong {
  font-family: var(--font-display);
  font-weight: 800;
  color: #202124;
}

.google-stars {
  color: #fbbc04;
  letter-spacing: 1px;
  line-height: 1;
}

.google-stars i {
  font-size: 0.82rem;
}

.btn-google-review {
  background: #1a73e8;
  color: #fff !important;
  border-radius: 999px;
  padding: 0.62rem 1.25rem;
  font-size: 0.92rem;
  box-shadow: 0 8px 18px rgba(26, 115, 232, 0.28);
  white-space: nowrap;
}

.btn-google-review:hover,
.btn-google-review:focus {
  background: #1557b0;
  color: #fff !important;
  transform: translateY(-1px);
}

.google-reviews-viewport {
  position: relative;
}

.google-reviews-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 0.2rem 0.2rem 0.4rem;
}

.google-reviews-track::-webkit-scrollbar {
  display: none;
}

.google-review-card {
  flex: 0 0 min(100%, 280px);
  background: #fff;
  border-radius: 18px;
  padding: 1.15rem 1.15rem 1.05rem;
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.08);
  scroll-snap-align: start;
  min-height: 230px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .google-review-card {
    flex: 0 0 280px;
    min-width: 280px;
  }

  .google-reviews {
    padding-right: 1.8rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .google-reviews {
    padding-right: 2.4rem;
  }

  .google-reviews-nav {
    right: 6px;
  }
}

.google-review-person {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.7rem;
}

.google-review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.82rem;
  flex-shrink: 0;
}

.google-review-name {
  margin: 0;
  font-weight: 700;
  color: #202124;
  font-size: 0.95rem;
  line-height: 1.25;
}

.google-verified {
  display: inline-flex;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #1a73e8;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 0.5rem;
  vertical-align: middle;
  margin-left: 2px;
}

.google-review-meta {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0.15rem 0 0;
  color: #80868b;
  font-size: 0.78rem;
}

.google-g-mini {
  display: inline-flex;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%234285F4' d='M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09z'/%3E%3Cpath fill='%2334A853' d='M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z'/%3E%3Cpath fill='%23FBBC05' d='M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z'/%3E%3Cpath fill='%23EA4335' d='M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z'/%3E%3C/svg%3E") center / 12px no-repeat;
  box-shadow: 0 0 0 1px #e8eaed;
  flex-shrink: 0;
}

.google-reviews-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 1.15rem;
}

.google-reviews-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c4c7ce;
  transition: background 0.2s ease, transform 0.2s ease;
}

.google-reviews-dot.is-active {
  background: #5f6368;
  transform: scale(1.15);
}

.google-review-card .google-stars {
  margin-bottom: 0.55rem;
}

.google-review-text {
  color: #3c4043;
  font-size: 0.94rem;
  line-height: 1.5;
  margin: 0 0 0.7rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.google-read-more {
  margin-top: auto;
  color: #1a73e8 !important;
  font-weight: 600;
  font-size: 0.9rem;
}

.google-read-more:hover {
  text-decoration: underline;
}

.google-reviews-nav {
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #5f6368;
  color: #fff;
  box-shadow: 0 8px 20px rgba(32, 33, 36, 0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.google-reviews-nav:hover {
  background: #3c4043;
}

.cities-block {
  margin-top: 0.4rem;
}

.cities-block + .cities-block {
  margin-top: 2.4rem;
}

.metro-cities-title {
  text-align: center;
  margin-bottom: 1.7rem;
}

.metro-cities-title h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.metro-cities-title h3::after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  background: var(--navy);
  margin: 0.55rem auto 0;
}

.metro-cities-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.6rem 1.2rem;
}

.metro-city-card {
  display: block;
  text-align: center;
  color: var(--text) !important;
  text-decoration: none;
}

.metro-city-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  display: block;
  margin-bottom: 0.7rem;
  background: #d9dee6;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.metro-city-card:hover img {
  transform: scale(1.03);
  box-shadow: var(--shadow-md);
}

.metro-city-card span {
  display: block;
  font-size: 0.92rem;
  color: #3c4654;
  line-height: 1.35;
}

.cities-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.cities-head h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
}

.cities-head p {
  margin: 0.25rem 0 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.city-scroller {
  position: relative;
  padding: 0 0.35rem;
}

.city-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 0.2rem 0.15rem 0.55rem;
}

.city-track::-webkit-scrollbar {
  display: none;
}

.city-card {
  flex: 0 0 min(82%, 270px);
  scroll-snap-align: start;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  min-height: 250px;
  color: #fff !important;
  box-shadow: var(--shadow-md);
  isolation: isolate;
}

.city-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
  transition: transform 0.45s ease;
}

.city-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 22, 40, 0.12) 20%, rgba(10, 22, 40, 0.86) 100%);
  z-index: 1;
}

.city-card:hover img {
  transform: scale(1.1);
}

.city-card-body {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.15rem 1.15rem 1.2rem;
}

.city-card-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--orange);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.7rem;
  font-size: 0.9rem;
}

.city-card.local .city-card-icon {
  background: var(--success);
}

.city-card h3 {
  color: #fff;
  font-size: 1.18rem;
  margin: 0 0 0.2rem;
}

.city-card p {
  margin: 0;
  color: #d7deea;
  font-size: 0.86rem;
}

.city-nav {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  box-shadow: var(--shadow-md);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.city-nav.prev { left: -8px; }
.city-nav.next { right: -8px; }

@media (max-width: 1199.98px) {
  .city-nav.next { right: 4.6rem; }
}

.city-nav:hover {
  background: var(--orange);
  color: #fff;
}

.city-gallery {
  display: flex;
  gap: 0.85rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 0.15rem 0.1rem 0.45rem;
}

.city-gallery::-webkit-scrollbar { display: none; }

.city-gallery figure {
  flex: 0 0 min(86%, 340px);
  margin: 0;
  scroll-snap-align: start;
  border-radius: 18px;
  overflow: hidden;
  background: var(--navy);
}

.city-gallery img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

.city-gallery figcaption {
  padding: 0.7rem 0.9rem;
  color: #d7deea;
  font-size: 0.86rem;
}

@media (min-width: 992px) {
  .city-card {
    flex-basis: 250px;
  }
}

@media (max-width: 767.98px) {
  .city-nav.prev { left: 4px; }
  .city-nav.next { right: 4.6rem; }
}

/* ---------- CTA banner ---------- */
.cta-banner {
  background: linear-gradient(110deg, var(--navy) 0%, var(--navy-700) 60%, #2b466c 100%);
  border-radius: 24px;
  padding: 3rem 2.4rem;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.cta-banner.photo {
  background:
    linear-gradient(100deg, rgba(10, 22, 40, 0.88), rgba(10, 22, 40, 0.58)),
    url("../images/work-packing.jpg") center 45%/cover;
}

.cta-banner::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(232, 93, 4, 0.18);
}

.cta-banner h2 {
  color: #fff;
  margin-bottom: 0.55rem;
}

.cta-banner p {
  color: #c9d3e2;
  margin-bottom: 0;
  max-width: 36rem;
}

/* ---------- Inner page hero ---------- */
.page-hero {
  background:
    linear-gradient(100deg, rgba(10, 22, 40, 0.9), rgba(10, 22, 40, 0.62)),
    url("../images/work-truck.jpg") center 40%/cover;
  color: #fff;
  padding: 78px 0 70px;
}

.page-hero.about {
  background:
    linear-gradient(100deg, rgba(10, 22, 40, 0.9), rgba(10, 22, 40, 0.6)),
    url("../images/work-packing.jpg") center 40%/cover;
}

.page-hero.contact {
  background:
    linear-gradient(100deg, rgba(10, 22, 40, 0.9), rgba(10, 22, 40, 0.62)),
    url("../images/work-loading.jpg") center 40%/cover;
}

.page-hero.city {
  background-color: #0a1628;
  background-position: center, center 35%;
  background-size: cover;
  background-repeat: no-repeat;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr);
  gap: 2.4rem 3rem;
  align-items: start;
}

.faq-intro .section-title {
  margin-bottom: 0.7rem;
}

.faq-intro .section-lead {
  margin-bottom: 1.4rem;
}

.faq-item {
  border: 1px solid var(--gray-200);
  border-radius: 16px !important;
  overflow: hidden;
  margin-bottom: 0.75rem;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-item .accordion-button {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--navy);
  background: #fff;
  box-shadow: none;
  padding: 1.05rem 1.15rem;
  gap: 0.4rem;
  font-size: 1.02rem;
}

.faq-item .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.faq-item .accordion-button:not(.collapsed) {
  color: var(--navy);
  background: var(--orange-soft);
  box-shadow: none;
}

.faq-item .accordion-button::after {
  background-size: 1rem;
  margin-left: 0.6rem;
}

.faq-num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  flex-shrink: 0;
}

.faq-item .accordion-button:not(.collapsed) .faq-num {
  background: var(--orange);
}

.faq-item .accordion-body {
  color: var(--text-muted);
  line-height: 1.65;
  padding: 0 1.15rem 1.15rem 3.95rem;
}

@media (max-width: 991.98px) {
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .faq-item .accordion-body {
    padding-left: 1.15rem;
  }
}

.page-hero h1 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
}

.breadcrumb-nav {
  color: #c5cedb;
  font-size: 0.9rem;
  margin-bottom: 0.7rem;
}

.breadcrumb-nav a {
  color: #e8edf4;
}

.breadcrumb-nav a:hover {
  color: var(--orange);
}

/* ---------- Services page ---------- */
.service-pro-card {
  overflow: hidden;
  height: 100%;
}

.service-pro-card .media {
  height: 220px;
  overflow: hidden;
}

.service-pro-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.service-pro-card:hover img {
  transform: scale(1.05);
}

.service-pro-card .body {
  padding: 1.5rem 1.45rem 1.55rem;
}

.service-pro-card h2 {
  font-size: 1.28rem;
  margin-bottom: 0.55rem;
}

.service-pro-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 1.2rem;
}

.feature-list li {
  padding: 0.28rem 0;
  color: var(--navy-700);
  font-size: 0.93rem;
}

.feature-list i {
  color: var(--orange);
  width: 1.15rem;
}

.service-hero-img {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  height: 100%;
  min-height: 360px;
}

.service-hero-img img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.related-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 1.3rem 1.15rem;
  height: 100%;
  display: block;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.related-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.related-card h3 {
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

.related-card p {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin: 0;
}

/* ---------- About ---------- */
.about-visual {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  position: relative;
}

.about-visual img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}

.experience-chip {
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: #fff;
  border-radius: 16px;
  padding: 0.85rem 1rem;
  box-shadow: var(--shadow-md);
}

.experience-chip strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--orange);
  line-height: 1;
}

.process-rail {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.8rem;
  position: relative;
}

.process-node {
  background: #fff;
  border-radius: 16px;
  padding: 1.3rem 0.8rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
  position: relative;
}

.process-node span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--orange-soft);
  color: var(--orange);
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-family: var(--font-display);
  margin-bottom: 0.55rem;
}

.process-node h3 {
  font-size: 0.98rem;
  margin: 0;
}

.badge-card {
  padding: 1.4rem 1rem;
  text-align: center;
  height: 100%;
}

.badge-card i {
  font-size: 1.4rem;
  color: var(--orange);
  margin-bottom: 0.6rem;
}

.badge-card h3 {
  font-size: 1rem;
  margin: 0;
}

.team-photo {
  border-radius: 22px;
  overflow: hidden;
  height: 280px;
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------- Contact ---------- */
.contact-info-card {
  background: var(--navy);
  color: #d5deea;
  border-radius: 24px;
  padding: 2.2rem 1.8rem;
  height: 100%;
}

.contact-info-card h2 {
  color: #fff;
  margin-bottom: 0.6rem;
}

.contact-row {
  display: flex;
  gap: 0.95rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-row:last-child {
  border-bottom: 0;
}

.contact-row i {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(232, 93, 4, 0.15);
  color: var(--orange);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-row strong {
  display: block;
  color: #fff;
  font-size: 0.86rem;
}

.contact-row a {
  color: #d5deea;
}

.contact-row a:hover {
  color: var(--orange);
}

.contact-form-wrap {
  background: #fff;
  border-radius: 24px;
  box-shadow: var(--shadow-md);
  padding: 2rem 1.7rem;
}

.map-wrap {
  border-radius: 22px;
  overflow: hidden;
  min-height: 360px;
  box-shadow: var(--shadow-sm);
}

.map-wrap iframe {
  width: 100%;
  height: 380px;
  border: 0;
}

/* ---------- Footer ---------- */
.site-footer {
  background: #07101c;
  color: #aeb8c6;
  padding-top: 72px;
}

.site-footer .brand-desc {
  max-width: 300px;
  font-size: 0.93rem;
}

.site-footer h3 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1.05rem;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer li {
  margin-bottom: 0.48rem;
}

.site-footer a {
  color: #aeb8c6;
}

.site-footer a:hover {
  color: var(--orange);
}

.socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #122033;
  color: #fff;
  margin-right: 0.4rem;
}

.socials a:hover {
  background: var(--orange);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  margin-top: 48px;
  padding: 18px 0 8px;
  font-size: 0.86rem;
}

.dev-credit-wrap {
  text-align: center;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.dev-credit {
  display: inline-block;
  color: #e8edf4;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.92rem;
}

.dev-credit strong {
  color: var(--orange);
  font-weight: 800;
}

.dev-credit:hover,
.dev-credit:hover strong {
  color: #fff;
}

/* ---------- Floating + mobile bar ---------- */
.float-stack {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 1040;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.float-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  box-shadow: var(--shadow-md);
  font-size: 1.2rem;
}

.float-btn.call { background: var(--navy); }
.float-btn.wa { background: var(--whatsapp); }
.float-btn.quote { background: var(--orange); }

.mobile-actionbar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background: #fff;
  box-shadow: 0 -8px 24px rgba(10, 22, 40, 0.12);
  border-top: 1px solid var(--gray-200);
}

.mobile-actionbar a {
  flex: 1;
  text-align: center;
  padding: 0.7rem 0.3rem calc(0.7rem + env(safe-area-inset-bottom));
  font-size: 0.78rem;
  font-weight: 700;
  font-family: var(--font-display);
  color: var(--navy);
}

.mobile-actionbar a i {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 0.15rem;
}

.mobile-actionbar a.wa { color: #128c3c; }
.mobile-actionbar a.quote { color: var(--orange); }

/* ---------- Toast / modal ---------- */
.quote-modal .modal-content {
  border: 0;
  border-radius: 20px;
}

.quote-modal .modal-header {
  background: var(--navy);
  color: #fff;
  border: 0;
  border-radius: 20px 20px 0 0;
}

.quote-modal .modal-title {
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
}

.quote-modal .btn-close {
  filter: invert(1);
}

/* ---------- Promo banner (merged work photos) ---------- */
.move-promo {
  padding: 56px 0 8px;
}

.move-promo-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.15fr);
  align-items: stretch;
  background: linear-gradient(90deg, #f6f7f9 0%, #ffffff 48%, #ffffff 100%);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(10, 22, 40, 0.05);
  min-height: 420px;
}

.move-promo-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 2.4rem 3rem 3rem;
}

.move-promo-copy h2 {
  color: #c1121f;
  font-size: clamp(1.85rem, 3.6vw, 2.85rem);
  text-transform: uppercase;
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin-bottom: 0;
}

.move-promo-copy .promo-rule {
  width: 148px;
  height: 3px;
  background: #c1121f;
  margin: 1rem 0 1.15rem;
}

.move-promo-copy p {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  color: #6b7280;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.move-promo-photos {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  padding: 14px;
}

.move-promo-photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.move-promo-photos .span-row {
  grid-row: 1 / 3;
  object-position: center 70%;
}

/* ---------- Live work gallery ---------- */
.work-gallery {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}

.work-gallery figure.featured {
  grid-row: 1 / 3;
}

.work-gallery figure {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-sm);
}

.work-gallery img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.work-gallery figure:hover img {
  transform: scale(1.05);
}

.work-gallery figure.featured img {
  height: 100%;
  min-height: 514px;
  object-position: center 72%;
}

.work-gallery figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.05rem 1.15rem 0.95rem;
  background: linear-gradient(transparent, rgba(10, 22, 40, 0.82));
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
}

/* ---------- Reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: rise 0.7s ease forwards;
}

@keyframes rise {
  to {
    opacity: 1;
    transform: none;
  }
}

.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .trust-item {
    border-right: 0;
    border-bottom: 1px solid var(--gray-100);
  }

  .process-rail {
    grid-template-columns: 1fr 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 54px;
  }

  .metro-cities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem 0.9rem;
  }

  .move-promo-inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .move-promo-copy {
    padding: 2.2rem 1.5rem 0.4rem;
    text-align: center;
    align-items: center;
  }

  .move-promo-photos {
    min-height: 340px;
    padding: 0 14px 14px;
  }

  .work-gallery {
    grid-template-columns: 1fr;
  }

  .work-gallery figure.featured {
    grid-row: auto;
  }

  .work-gallery figure.featured img,
  .work-gallery img {
    min-height: 0;
    height: 240px;
  }

  .navbar-sushree .nav-link::after {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .section-pad {
    padding: 68px 0;
  }

  .topbar {
    display: none;
  }

  .trust-grid {
    grid-template-columns: 1fr;
    margin: 0 4px;
  }

  .process-rail {
    grid-template-columns: 1fr;
  }

  .float-stack {
    display: none;
  }

  .mobile-actionbar {
    display: flex;
  }

  body {
    padding-bottom: 68px;
  }

  .cta-banner {
    padding: 2rem 1.3rem;
    text-align: center;
  }

  .google-reviews {
    padding: 1.15rem 0.85rem 1.35rem;
  }

  .google-reviews-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .google-review-card {
    flex-basis: 86%;
  }

  .google-reviews-nav {
    right: 4px;
  }

  .cta-banner .btn {
    margin-top: 1.1rem;
  }

  .hero h1 {
    max-width: none;
  }

  .quote-card {
    margin-top: 1.6rem;
  }
}
