.footer-contact-block {
  display: flex;
  align-items: center;
}

/* ── Section intro description (below section-title headings) ── */
.section-intro {
  color: #777;
  font-size: 15px;
  max-width: 600px;
  margin: 0 auto;
}

/* Shared page spacing utilities */
.ui-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.ui-section--compact {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ui-section--no-top {
  padding-top: 0 !important;
}

.ui-section--no-bottom {
  padding-bottom: 0 !important;
}

.ui-section-title {
  margin-bottom: 56px;
}

/* Common rich-text safety so CMS content does not break mobile layout */
.ui-richtext,
.ui-richtext * {
  max-width: 100%;
}

.ui-richtext img,
.ui-richtext iframe,
.ui-richtext video {
  height: auto;
}

.ui-richtext table {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.footer-contact-icon {
  width: 60px;
  height: 60px;
  background-color: #f1f1f1;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #555;
  margin-right: 20px;
}

.footer-contact-content {
  width: 100%;
}

.footer-contact-title {
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
}

.footer-contact-text {
  margin: 0;
  color: #222;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
}

.footer-divider-right {
  border-right: 1px solid #e5e5e5;
  padding-right: 30px;
}

.footer-pad-left {
  padding-left: 30px;
}

@media (max-width: 991px) {
  .footer-divider-right {
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
    padding-right: 15px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .footer-pad-left {
    padding-left: 15px;
  }
}

.award-item {
  background: #fff;
  border: 1px solid #f1f1f1;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.award-img {
  width: 40%;
  background: #eee;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.award-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.award-content {
  width: 60%;
  padding: 40px 50px;
}

.award-number {
  display: inline-block;
  background: #f5f5f5;
  padding: 8px 15px;
  font-weight: 700;
  font-size: 16px;
  color: #333;
  border-radius: 3px;
  margin-right: 20px;
  margin-bottom: 15px;
}

.award-title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px;
  margin-top: 5px;
}

.award-divider {
  width: 40px;
  height: 2px;
  background: #ccc;
  margin-bottom: 20px;
}

.award-desc {
  color: #666;
  line-height: 1.6;
  margin: 0;
  font-size: 15px;
}

.faq-button.active {
  background-color: #e32129;
  border-color: #e32129;
  color: #fff;
}

.office-location .nav-tabs {
  gap: 10px;
  border-bottom: none;
}

@media (max-width: 767px) {
  .ui-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .ui-section--compact {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .ui-section-title {
    margin-bottom: 32px;
  }

  .award-item {
    flex-direction: column;
  }

  .award-img,
  .award-content {
    width: 100%;
  }

  .award-content {
    padding: 30px;
  }

  .office-location .nav-tabs .nav-link {
    width: 100%;
    text-align: left;
  }

  .office-map {
    min-height: 280px !important;
  }

  .coverage__map {
    position: relative;
    margin-top: 30px;
  }
  .coverage__map > img {
    aspect-ratio: 2/1;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ui-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .ui-section-title {
    margin-bottom: 44px;
  }
}

/* ── Reusable Buttons ── */
.btn-primary-solid,
.btn-primary-outline {
  min-width: 170px;
  height: 50px;
  display: inline-flex;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  border: 2px solid #e32129;
  border-radius: 4px;
  text-decoration: none;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
  cursor: pointer;
}

.btn-primary-solid {
  background: #e32129;
  color: #fff;
}

.btn-primary-outline {
  background: transparent;
  color: #e32129;
}

.btn-primary-solid:hover {
  background: #9c2d34;
  border-color: #9c2d34;
  color: #fff;
}

.btn-primary-outline:hover {
  background: #9c2d34;
  color: #fff;
}

@media (max-width: 767px) {
  .btn-primary-solid,
  .btn-primary-outline {
    width: 100%;
    max-width: 280px;
  }
}

/* ── Track & Trace Section ── */
.trucks-track-area {
  background: #f3f3f3;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.track-field,
.track-select {
  width: 100%;
  height: 58px;
  border: 1px solid #d7d7d7;
  background: #fff;
  padding: 0 18px;
  font-size: 15px;
  color: #1c1c1c;
}

.track-field::placeholder {
  color: #666;
}

.track-action-btn {
  width: 100%;
  height: 58px;
  border: 2px solid #e32129;
  background: #e32129;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 0 18px;
  cursor: pointer;
  border-radius: 4px;
  transition:
    background 0.25s ease,
    border-color 0.25s ease;
}

.track-action-btn:hover {
  background: #9c2d34;
  border-color: #9c2d34;
}

.track-feature-item i {
  font-size: 46px;
  color: #161616;
  display: inline-block;
  margin-bottom: 14px;
}

.track-feature-item h5 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
