.hero-vancouver {
    background: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)), url(../images/vancouver_to_victoria_hero.webp) no-repeat center center/cover;
    padding: 120px 0;
    color: #fff;
    text-align: center;
}

.hero-content-vancouver h1 {
    font-size: 3.8rem;
    margin-bottom: 1.5rem;
    font-weight: 800;
}

.hero-content-vancouver p {
    font-size: 1.25rem;
    max-width: 800px;
    margin: 0 auto 2.5rem auto;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
}
/* Why Choose carousel wider styles */
.why-choose-section .carousel {
    max-width: 800px;
}
.why-choose-section .carousel-card {
    max-width: 750px;
}

/* --- Process Grid Section --- */
.process-grid-outer {
    position: relative;
    max-width: 900px;
    margin: 48px auto 0 auto;
    padding: 0 10px;
}
.process-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 36px;
    position: relative;
    z-index: 1;
    align-items: stretch;
}
.process-grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(30,60,114,0.10), 0 1.5px 6px rgba(56,182,255,0.08);
    padding: 28px 24px 28px 24px;
    min-height: 220px;
    height: 100%;
    position: relative;
    transition: box-shadow 0.2s, transform 0.2s;
    box-sizing: border-box;
}
.process-grid-item:hover {
    box-shadow: 0 8px 32px rgba(30,60,114,0.18), 0 3px 12px rgba(56,182,255,0.13);
    transform: translateY(-6px) scale(1.025);
    z-index: 2;
}
.process-grid-item:nth-child(odd) {
    grid-column: 1;
}
.process-grid-item:nth-child(even) {
    grid-column: 2;
    margin-top: 48px;
}
.process-grid-icon {
    width: 54px;
    height: 54px;
    background: #f5faff;
    border: 4px solid #38b6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    color: #2a5298;
    box-shadow: 0 2px 12px rgba(56,182,255,0.10);
    flex-shrink: 0;
    margin: 0 0 18px 0;
}
.process-grid-content {
    color: #222;
    max-width: 420px;
    text-align: center;
}
.process-grid-content h3 {
    color: #1e3c72;
    font-size: 1.13rem;
    font-weight: 700;
    margin-bottom: 8px;
}
.process-grid-content p {
    color: #2a5298;
    font-size: 0.98rem;
    margin-bottom: 0;
    opacity: 0.93;
}
.process-grid-connector {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 6px;
    background: var(--accent-color);
    border-radius: 3px;
    z-index: 0;
    transform: translateX(-50%);
    pointer-events: none;
}
.process-grid-item::before {
    content: '';
    position: absolute;
    left: -28px;
    top: 32px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 4px solid #38b6ff;
    border-radius: 50%;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(56,182,255,0.10);
    display: none;
}
.process-grid-item:nth-child(even)::before {
    left: auto;
    right: -28px;
}
.moving-process-intro {
    color: white !important;
}
/* --- Tips for a Successful Move in appliance Section --- */
.appliance-tips-section {
    padding: 4rem 0;
    background: var(--light-background);
  }
  .appliance-tips-list {
    counter-reset: tip;
    list-style: none;
    max-width: 700px;
    margin: 2.5rem auto 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .appliance-tips-list li {
    background: #fff;
    border-radius: var(--border-radius);
    box-shadow: 0 2px 12px rgba(44,82,130,0.08);
    padding: 1.5rem 2rem 1.5rem 3.5rem;
    position: relative;
    font-size: 1.08rem;
    color: var(--text-color);
    line-height: 1.7;
  }
  .appliance-tips-list li::before {
    counter-increment: tip;
    content: counter(tip);
    position: absolute;
    left: 1.2rem;
    top: 1.5rem;
    width: 2.1rem;
    height: 2.1rem;
    background: var(--accent-color);
    color: var(--primary-color);
    font-weight: 800;
    font-size: 1.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(44,82,130,0.07);
  }
  .appliance-tips-list strong {
    color: var(--primary-color);
    font-size: 1.08em;
  }
  
  /* --- Numbered process-step for Tips section --- */
  .appliance-tips-timeline {
    justify-content: center;
    max-width: 2000px;
    margin: 0 auto;
    gap: 1.5rem;
  }
  .appliance-tips-timeline .process-step {
    max-width: 320px;
    min-width: 280px;
    flex: 1;
    margin: 0;
  }
  .appliance-tips-timeline .process-icon {
    background: var(--accent-color);
    color: var(--primary-color);
    font-weight: 800;
    font-size: 1.3rem;
    border: none;
    box-shadow: 0 2px 8px rgba(44,82,130,0.07);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .appliance-tips-timeline .process-icon[data-step] {
    font-family: inherit;
    font-style: normal;
    font-size: 1.3rem;
    background: var(--accent-color);
    color: var(--primary-color);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    box-shadow: 0 2px 8px rgba(44,82,130,0.07);
  }
  .appliance-tips-timeline .tip-image {
    width: 100%;
    max-width: 100%;
    height: 180px;
    margin: 0 0 0.7rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius);
    overflow: hidden;
    background: #e2e8f0;
  }
  .appliance-tips-timeline .tip-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--border-radius);
    display: block;
  }
  /* --- Why Move Split Comparison Section (Unique) --- */
.why-move-split {
    background: #f7fafc;
    padding: 5rem 0 4rem 0;
}
.split-comparison {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 0;
    background: #eaf6fb;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(44,82,130,0.07);
    overflow: hidden;
    margin: 0 auto;
    max-width: 950px;
    position: relative;
}
.split-side {
    flex: 1 1 0;
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    min-width: 0;
}
.split-vancouver {
    border-right: 2px solid #e2e8f0;
    background: #f7fafc;
}
.split-victoria {
    background: #e6f4fa;
}
.split-divider {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    min-height: 60px;
    font-size: 2.2rem;
    color: #38b6ff;
    background: transparent;
    border: none;
    z-index: 2;
    pointer-events: none;
}
.city-header {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 2.2rem;
    color: #1a365d;
}
.city-header i {
    font-size: 2.1rem;
    color: #38b6ff;
}
.split-row {
    margin-bottom: 2.1rem;
    text-align: center;
}
.split-row:last-child {
    margin-bottom: 0;
}
.split-row h3 {
    color: #38b6ff;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}
.split-row p {
    color: var(--text-color);
    font-size: 1.02rem;
    margin: 0;
}



/* --- Eco-Friendly Moving Solutions Timeline Section --- */
.eco-timeline-section {
  background: #f7fafc;
  padding: 5rem 0 4rem 0;
  position: relative;
}
.eco-timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
.eco-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, #b6e6c9 0%, #b6d6f6 100%);
  border-radius: 3px;
  z-index: 0;
  transform: translateX(-50%);
}
.eco-timeline-card {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 6px 32px rgba(44,82,130,0.10);
  padding: 2.5rem 2rem 2rem 2rem;
  min-height: 180px;
  position: relative;
  z-index: 1;
  transition: transform 0.18s, box-shadow 0.18s;
  width: 60%;
}
.eco-timeline-card.staggered-left {
  margin-left: 0;
  margin-right: 40%;
  flex-direction: row;
}
.eco-timeline-card.staggered-right {
  margin-left: 40%;
  margin-right: 0;
  flex-direction: row-reverse;
}
.eco-timeline-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 16px 40px rgba(44,82,130,0.16);
}
.eco-timeline-icon {
  font-size: 2.8rem;
  color: var(--primary-color);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 2rem;
  box-shadow: 0 2px 12px rgba(44,82,130,0.07);
  flex-shrink: 0;
}
.eco-timeline-content {
  flex: 1;
  text-align: left;
}
.eco-timeline-content h3 {
  color: var(--primary-color);
  margin-bottom: 0.7rem;
  font-size: 1.25rem;
  font-weight: 800;
}
.eco-timeline-content p {
  color: var(--text-color);
  font-size: 1.08rem;
  margin-bottom: 0;
}
