.hero-banner {
  position: relative;
  padding-top: 0;
  background: transparent;
}

.hero-banner .banner-container {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  overflow: hidden;
}

.services-page .hero-banner .banner-container .banner-text {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 18px;
  text-align: center;
  z-index: 2;
  pointer-events: none;
}

.services-page .hero-banner .banner-container .banner-text h1 {
  position: static;
  margin: 0;
  color: #ffffff;
  font-family: "Darker Grotesque", sans-serif;
  font-size: clamp(58px, 7.2vw, 122px);
  font-weight: 800;
  letter-spacing: 0.4px;
  text-shadow: 0 12px 26px rgba(0, 0, 0, 0.52);
  opacity: 0;
  animation: dtBannerTitleReveal 0.95s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both;
}

@keyframes dtBannerTitleReveal {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.985);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-page .hero-banner .banner-container .banner-text h1 {
    animation: none;
    opacity: 1;
  }
}

.hero-banner .banner-imgs {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.hero-banner .overlay-gradient {
  height: 30%;
}

.hero-banner .floating-boxes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: min(1320px, calc(100vw - 56px));
  max-width: 1320px;
  margin: -64px auto 0;
  padding: 0;
  position: relative;
  z-index: 3;
  align-items: end;
}

@media (max-width: 768px) {
  .services-page .hero-banner .banner-container .banner-text h1 {
    font-size: clamp(40px, 11.5vw, 62px);
  }
}

.hero-banner .s-box {
  top: auto;
  width: 100%;
  max-width: none;
  min-height: 132px;
  height: auto;
  margin: 0;
  padding: 58px 20px 14px;
  border-radius: 22px;
  position: relative;
  overflow: visible;
  background: rgb(60 54 26 / 19%);
  border: 1px solid rgb(255 255 255 / 76%);
  box-shadow:
    inset -2.45px -2.36px 6px rgba(255, 255, 255, 0.3),
    inset -3.67px -3.54px 12px rgba(255, 255, 255, 0.2),
    2.45px 2.36px 12px -8px rgba(0, 0, 0, 0.1),
    14.7px 14.14px 48px -12px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.hero-banner .s-box::before {
  content: none;
}

.hero-banner .s-img-wrap {
  position: absolute;
  left: auto;
  right: 0;
  top: -78px;
  width: 60%;
  height: 156px;
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 2;
  pointer-events: none;
}

.hero-banner .s-img-wrap img {
  width: 100%;
  max-width: 460px;
  max-height: 190px;
  height: auto;
  object-fit: contain;
  position: static;
  top: auto;
  filter:
    drop-shadow(0 0 6px rgba(255, 255, 255, 0.5))
    drop-shadow(0 10px 14px rgba(0, 0, 0, 0.52));
}

.hero-banner .s-box:nth-child(1) .s-img-wrap img {
  max-width: 476px;
}

.hero-banner .s-box:nth-child(2) .s-img-wrap img {
  max-width: 460px;
}

.hero-banner .s-box:nth-child(3) .s-img-wrap {
  right: -2px;
  top: -90px;
  width: 66%;
}

.hero-banner .grid-mini {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px 8px;
  width: min(100%, 206px);
  margin: 0 auto;
  place-items: end center;
}

.hero-banner .grid-mini img {
  width: 100%;
  max-width: 156px;
  max-height: 66px;
  height: auto;
  filter:
    drop-shadow(0 0 5px rgba(255, 255, 255, 0.52))
    drop-shadow(0 8px 10px rgba(0, 0, 0, 0.46));
}

.hero-banner .s-info {
  position: absolute;
  left: 16px !important;
  right: auto !important;
  top: 14px;
  bottom: auto;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 40%;
  text-align: left;
  align-items: flex-start;
}

.hero-banner .s-info h3 {
  position: static;
  top: auto;
  margin: 0 0 4px;
  font-size: 46px;
  font-weight: 800;
  line-height: 0.98;
  color: #fff;
  text-align: left !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  left: 0 !important;
  transform: none !important;
}

.hero-banner .s-info p {
  position: static;
  top: auto;
  margin: 0;
  font-size: 22px;
  line-height: 1.18;
  color: #fff;
  white-space: nowrap;
  text-align: left !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  left: 0 !important;
  transform: none !important;
}

.process-section .process-pill {
  background: rgba(48, 42, 24, 0.36) !important;
  border: 1px solid rgba(255, 248, 129, 0.92) !important;
  box-shadow:
    inset 0 0 16px rgba(255, 249, 214, 0.24),
    0 8px 20px rgba(0, 0, 0, 0.16) !important;
  color: #ffffff !important;
  font-size: 21px !important;
  font-weight: 500 !important;
  padding: 14px 28px !important;
}

.process-section .process-title-wrap .line {
  background: rgba(231, 221, 168, 0.9) !important;
}

.stats-banner {
  top: 0;
  margin-top: 4px;
  padding: 24px 40px 14px;
}

.stats-banner.mt-4 {
  margin-top: 0 !important;
}


.content-wrapper {
  max-width: 900px;
}

.stats-row {
  margin-top: 20px;
}

.truck-fleet-section {
  top: 0;
  padding: 24px 40px 40px;
  min-height: auto;
}

/* Services fleet dots: keep fully visible inside fleet background */
.services-page .truck-fleet-section .Fleet-left,
.services-page .truck-fleet-section .Fleet-right {
  position: absolute;
  width: 178px;
  height: 178px;
  z-index: 0;
  opacity: 1;
  filter: grayscale(1) saturate(0) brightness(4.2) contrast(2.1);
  -webkit-filter: grayscale(1) saturate(0) brightness(4.2) contrast(2.1);
  pointer-events: none;
}

.services-page .truck-fleet-section .Fleet-left {
  left: 210px;
  top: 248px;
}

.services-page .truck-fleet-section .Fleet-right {
  right: 74px;
  top: 248px;
}

.fleet-header {
  margin-bottom: 34px;
}

@media (max-width: 900px) {
  .hero-banner .floating-boxes {
    grid-template-columns: 1fr;
    max-width: 430px;
    width: calc(100vw - 28px);
    margin: -32px auto 0;
  }

  .hero-banner .s-box {
    min-height: 104px;
    padding: 40px 14px 10px;
  }

  .hero-banner .s-info h3 {
    font-size: 32px;
  }

  .hero-banner .s-info p {
    font-size: 17px;
    white-space: normal;
  }

  .hero-banner .s-img-wrap {
    right: 2px;
    width: 58%;
    height: 120px;
  }

  .hero-banner .s-box:nth-child(3) .s-img-wrap {
    right: 0;
    width: 56%;
  }

  .hero-banner .s-info {
    top: 10px;
    bottom: auto;
    max-width: 56%;
  }

  .stats-banner {
    margin-top: 12px;
    padding: 18px 22px 10px;
  }

  .truck-fleet-section {
    padding: 18px 22px 28px;
  }
}

/* Services spacing + stats-line fix */
.process-section {
  top: 0;
  margin-top: 8px;
}

.stats-banner .stats-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 72px;
  flex-wrap: nowrap;
}

.stats-banner .stat-item {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.stats-banner .stat-number {
  font-size: 34px;
  line-height: 1;
}

.stats-banner .stat-text {
  font-size: 26px;
  line-height: 1.1;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .process-section {
    margin-top: 4px;
  }

  .stats-banner .stats-row {
    flex-wrap: wrap;
    gap: 18px;
  }

  .stats-banner .stat-text {
    font-size: 18px;
    white-space: normal;
  }
}

/* Services section-flow normalization (after Process) */
.why-droptruck-section {
  top: 0;
  margin-top: 20px;
  padding-top: 44px;
}

.service-industries-section {
  top: 0;
  margin-top: 20px;
  min-height: auto;
  padding-top: 56px;
}

.bottom-decor-section img {
  top: 0;
  display: block;
  margin-top: 20px;
}

.bottom-decor-section + .dt-footer {
  margin-top: 32px !important;
}

@media (max-width: 900px) {
  .why-droptruck-section {
    margin-top: 14px;
    padding-top: 28px;
  }

  .service-industries-section {
    margin-top: 14px;
    padding-top: 34px;
  }

  .bottom-decor-section img {
    margin-top: 12px;
  }

  .bottom-decor-section + .dt-footer {
    margin-top: 22px !important;
  }
}

/* Services hero: show full banner image (no hard crop) + cards crossing into yellow background */
.hero-banner .banner-container {
  height: auto;
  min-height: 0;
  max-height: none;
}

.hero-banner .banner-imgs {
  height: auto;
  object-fit: contain;
  object-position: center top;
  transform: none !important;
  margin-bottom: 0 !important;
}

@media (max-width: 900px) {
  .services-page .hero-banner .banner-container .banner-text {
    top: 36%;
  }

  .hero-banner .banner-container {
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .hero-banner .banner-imgs {
    height: auto;
    object-fit: contain;
    object-position: center top;
    transform: none !important;
    margin-bottom: 0 !important;
  }
}

/* Large monitors only: prevent yellow section showing early in first screen */
@media (min-width: 1500px) and (min-height: 850px) {
  .hero-banner {
    min-height: 100vh;
  }

  .hero-banner .banner-container {
    height: 100vh;
    min-height: 820px;
    max-height: none;
  }

  .hero-banner .banner-imgs {
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .hero-banner .floating-boxes {
    margin: -60px auto 0;
  }
}






/* Services footer join fix: remove tiny gap above footer */
.bottom-decor-section {
  line-height: 0;
}

.bottom-decor-section img {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.bottom-decor-section + .dt-footer {
  margin-top: 0 !important;
}

/* Services bottom image responsiveness on large screens */
.bottom-decor-section {
  width: 100%;
  overflow: hidden;
}

.bottom-decor-section .bottom-decor-img {
  display: block;
  width: 100%;
  max-width: none;
  height: clamp(180px, 24vw, 420px);
  object-fit: cover;
  object-position: center;
}

@media (max-width: 900px) {
  .bottom-decor-section .bottom-decor-img {
    height: auto;
  }
}

/* Services bottom image: keep full image, no trim */
.bottom-decor-section .bottom-decor-img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
  object-fit: contain;
  object-position: center;
}
