/* Long-Distance Hero Section */
.hero-long {
    background: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)), url(../images/calgary_distance.jpeg) no-repeat center center/cover;
    padding: 120px 0;
    color: #fff;
    text-align: center;
}

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

.hero-content-long 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*/
.long-intro {
    text-align: center;
    padding-bottom: 10px;
}

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

/* Long-Distance Services Infographic/Process Section */

.long-services-intro {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 2.5rem auto;
    font-size: 1.18rem;
    color: #fff !important;
  }
  .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 Long-Distance Move Section --- */
.long-tips-section {
  padding: 4rem 0;
  background: var(--light-background);
}
.long-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;
}
.long-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;
}
.long-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);
}
.long-tips-list strong {
  color: var(--primary-color);
  font-size: 1.08em;
}

/* --- Numbered process-step for Tips section --- */
.long-tips-timeline {
  justify-content: center;
}
.long-tips-timeline .process-step {
  max-width: 400px;
  min-width: 200px;
  flex: 1;
}
.long-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;
}
.long-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);
}
.long-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;
}
.long-tips-timeline .tip-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-radius);
  display: block;
}

/* Why Choose Us Section */
.why-choose-us-section {
    padding: 80px 0;
    text-align: center;
}

.why-choose-us-section .section-title {
    color: #fff;
    margin-bottom: 20px;
}

.why-choose-us-section .section-intro {
    color: #fff;
    max-width: 800px;
    margin: 0 auto 50px;
    font-size: 1.1em;
}

.why-choose-us-interactive-container {
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-align: left;
}

.why-choose-us-tabs {
    flex: 0 0 300px; /* Fixed width for tabs */
    background-color: #f4f7f9;
    border-right: 1px solid #ddd;
}

.why-choose-us-tab-button {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-size: 1em;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.why-choose-us-tab-button:last-child {
    border-bottom: none;
}

.why-choose-us-tab-button:hover {
    background-color: #e9eff3;
}

.why-choose-us-tab-button.active {
    background-color: #0055a5; /* Primary color */
    color: #fff;
}

.why-choose-us-tab-button i {
    margin-right: 15px;
    width: 20px;
    text-align: center;
}

.why-choose-us-content-panes {
    padding: 40px;
    flex-grow: 1;
    align-content: center;
}

.why-choose-us-tab-content {
    display: none;
}

.why-choose-us-tab-content.active {
    display: block;
    animation: fadeIn 0.5s ease-in-out;
}

.tab-content-inner {
    display: flex;
    align-items: center;
    gap: 40px;
}

.tab-content-text {
    flex: 1;
}

.tab-content-image {
    flex: 0 0 250px; /* Adjust size as needed */
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
}

.tab-content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-choose-us-tab-content h3 {
    font-size: 1.8em;
    color: #0055a5;
    margin-bottom: 20px;
}

.why-choose-us-tab-content p {
    font-size: 1.1em;
    line-height: 1.7;
    color: #555;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

