.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 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-calgary {
    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;
}
/*Why Hire Professional Movers*/
.why-intro {
    text-align: center;
    padding-bottom: 10px;
    color: white !important;
}

/* Last Minute carousel wider styles */
.why-choose-section .carousel {
    max-width: 800px;
}
.why-choose-section .carousel-card {
    max-width: 750px;
}

.why-choose-section.section-primary .carousel-arrow:hover {
    background-color: var(--accent-color);
}

/* Our Full Range of Moving Services from Vancouver to Victoria */

.long-services-intro {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3rem auto !important;
    font-size: 1.18rem;
  }
  .long-services-grid {
    display: flex;
    flex-direction: column;
    gap: 2.2rem 0;
    max-width: 1800px;
    margin: 0 auto;
  }
  .long-services-row {
    display: flex;
    flex-direction: row;
    gap: 2.2rem;
    justify-content: flex-start;
    width: 100%;
  }
  .long-services-row:not(.long-services-row-center) .long-service-block {
    flex-basis: 34%;
    max-width: 540px;
  }
  .long-services-row-center {
    justify-content: center;
  }
  .long-service-block {
    background: #fff;
    border-radius: var(--border-radius);
    box-shadow: 0 4px 16px rgba(44,82,130,0.09);
    padding: 0;
    transition: transform 0.18s, box-shadow 0.18s;
    position: relative;
    min-height: 340px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .long-service-block:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 8px 24px rgba(44,82,130,0.13);
  }
  .long-service-img {
    width: 100%;
    height: 220px;
    border-radius: 0;
    overflow: hidden;
    display: block;
    margin-bottom: 0;
    background: #e2e8f0;
    box-shadow: none;
  }
  .long-service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    display: block;
  }
  .long-service-content {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .long-service-block h3 {
    font-size: 1.4rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
    text-align: left;
  }
  .long-service-block p,
  .long-service-desc {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    color: var(--text-color);
    text-align: left;
  }
  .long-service-block ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
  }
  .long-service-block ul li {
    color: var(--primary-color);
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
    font-size: 1rem;
  }
  .long-service-block ul i {
    color: var(--success-color);
    margin-top: 0.2rem;
  }


  /* Tips for a Successful Move (primary, modern cards) */
.tips-intro {
    color: #e0e7ef !important;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px auto;
    font-size: 1.15rem;
}
.tips-cards-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
}
.tip-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 6px 32px rgba(30,60,114,0.10), 0 1.5px 6px rgba(30,60,114,0.08);
    padding: 48px 28px 28px 28px;
    max-width: 340px;
    min-width: 260px;
    flex: 1 1 280px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    transition: transform 0.18s cubic-bezier(.4,2,.6,1), box-shadow 0.18s;
}
.tip-card:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 12px 36px rgba(30,60,114,0.16), 0 2px 8px rgba(30,60,114,0.10);
}
.tip-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #2a5298;
    background: #eaf1fb;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(42,82,152,0.10);
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.tip-content {
    margin-top: 64px;
    width: 100%;
    text-align: center;
}
.tip-content h3 {
    color: #1e3c72;
    font-size: 1.18rem;
    margin-bottom: 8px;
    font-weight: 700;
}
.tip-content p {
    color: #3a4a5d;
    font-size: 1rem;
    margin-bottom: 0;
}
/*FAQ*/
.faq-accordion-item {
  background: var(--primary-color);
  color: #fff;
  border-radius: var(--border-radius);
  box-shadow: 0 2px 8px rgba(44,82,130,0.07);
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.faq-accordion-header {
  background: none;
  color: #fff;
}
.faq-accordion-header[aria-expanded="true"] {
  background: #1a365d;
  color: var(--accent-color);
}
.faq-accordion-header i {
  color: var(--accent-color);
}
.faq-accordion-body {
  background: var(--primary-color);
  color: #fff;
}
.faq-accordion-body p {
  color: #fff;
}