/** Shopify CDN: Minification failed

Line 470:5 Unexpected "@media"

**/
/* =============================================
   HIRED HANDS MOVING — BODY 4 — WHY US
   ============================================= */

#hh-body4 {
  background-color: #FFFFFF !important;
  width: 100% !important;
  padding: 72px 0 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

/* =============================================
   SPLIT TOP LAYOUT
   ============================================= */

#hh-body4-top {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  max-width: 960px !important;
  margin: 0 auto !important;
  padding: 0 40px !important;
  box-sizing: border-box !important;
  gap: 0 !important;
}

#hh-body4-header {
  text-align: center !important;
  margin-bottom: 40px !important;
  padding: 0 24px !important;
}

#hh-body4-top-left {
  width: 50% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

#hh-body4-top-right {
  width: 30% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  gap: 16px !important;
}


#hh-body4-title {
  font-family: 'Impact', 'Arial Narrow', sans-serif !important;
  font-size: 52px !important;
  font-weight: 900 !important;
  color: #1B3A6B !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
}

#hh-body4-title-squiggle {
  display: flex !important;
  justify-content: center !important;
  margin-top: 12px !important;
}

/* =============================================
   POLAROIDS
   ============================================= */

#hh-body4-polaroids {
  position: relative !important;
  width: 100% !important;
  height: 340px !important;
}

.hh-b4-polaroid {
  position: absolute !important;
  background-color: #FFFFFF !important;
  padding: 10px 10px 40px !important;
  border-radius: 2px !important;
  width: 220px !important;
  box-sizing: border-box !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  cursor: pointer !important;
  border: 1px solid #e8ecf2 !important;
}

.hh-b4-polaroid--back {
  transform: rotate(7deg) translateX(56px) translateY(16px) !important;
  z-index: 1 !important;
  box-shadow: 0 6px 20px rgba(0,0,0,0.12) !important;
}

.hh-b4-polaroid--front {
  transform: rotate(-5deg) translateX(-28px) translateY(-10px) !important;
  z-index: 2 !important;
  box-shadow: 0 12px 32px rgba(27,58,107,0.18) !important;
}

.hh-b4-polaroid--front:hover {
  transform: rotate(-2deg) translateX(-28px) translateY(-18px) scale(1.06) !important;
  box-shadow: 0 20px 48px rgba(27,58,107,0.28) !important;
  z-index: 10 !important;
}

.hh-b4-polaroid--back:hover {
  transform: rotate(4deg) translateX(56px) translateY(8px) scale(1.06) !important;
  box-shadow: 0 20px 48px rgba(27,58,107,0.28) !important;
  z-index: 10 !important;
}

.hh-b4-polaroid-img-wrap {
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  overflow: hidden !important;
  background-color: #f4f6fa !important;
}

.hh-b4-polaroid-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  filter: sepia(8%) !important;
}

.hh-b4-polaroid-caption {
  font-family: 'Nunito', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #333333 !important;
  text-align: center !important;
  margin: 8px 0 0 !important;
  font-style: italic !important;
  letter-spacing: 0.3px !important;
}

/* =============================================
   CAROUSEL
   ============================================= */

#hh-body4-track-wrap {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  padding: 0 !important;
}

#hh-body4-track {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  position: relative !important;
  width: 100% !important;
  gap: 0 !important;
  padding: 16px 0 24px !important;
}

.hh-b4-card {
  display: none !important;
  box-sizing: border-box !important;
}

.hh-b4-card--active {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  gap: 10px !important;
  background-color: #F4F5F7 !important;
  border: 3px solid #1B3A6B !important;
  border-radius: 12px !important;
  padding: 18px 20px 12px !important;
  width: 100% !important;
  max-width: 320px !important;
  flex-shrink: 0 !important;
  box-shadow: 0 4px 24px rgba(27,58,107,0.13) !important;
  position: relative !important;
  z-index: 2 !important;
  height: 280px !important;
  justify-content: center !important;
}

.hh-b4-card--peek {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  gap: 10px !important;
  background-color: #F4F5F7 !important;
  border: 3px solid #F5C518 !important;
  border-radius: 12px !important;
  padding: 18px 20px 12px !important;
  width: 100% !important;
  max-width: 320px !important;
  flex-shrink: 0 !important;
  margin-left: -110px !important;
  position: relative !important;
  z-index: 1 !important;
  pointer-events: none !important;
  opacity: 0.7 !important;
  height: 280px !important;
  justify-content: center !important;
}

.hh-b4-icon-wrap {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background-color: #1B3A6B !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

.hh-b4-icon-wrap svg {
  width: 20px !important;
  height: 20px !important;
}

.hh-b4-card-title {
  font-family: 'Impact', 'Arial Narrow', sans-serif !important;
  font-size: clamp(14px, 1.8vw, 22px) !important;
  font-weight: 900 !important;
  color: #1B3A6B !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-shrink: 0 !important;
}

.hh-b4-squiggle {
  display: flex !important;
  justify-content: center !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
}

.hh-b4-card-text {
  font-family: 'Nunito', sans-serif !important;
  font-size: clamp(10px, 1.1vw, 14px) !important;
  font-weight: 600 !important;
  color: #333333 !important;
  line-height: 1.6 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  width: 100% !important;
  display: block !important;
  text-align: center !important;
  flex: 0 0 auto !important;
}

.hh-b4-card-link {
  display: inline-block !important;
  font-family: 'Nunito', sans-serif !important;
  font-size: clamp(10px, 1vw, 13px) !important;
  font-weight: 800 !important;
  color: #FFFFFF !important;
  background-color: #1B3A6B !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  padding: clamp(6px, 0.8vw, 10px) clamp(12px, 1.5vw, 20px) !important;
  border-radius: 6px !important;
  border: 2px solid #1B3A6B !important;
  transition: background-color 0.2s ease, color 0.2s ease !important;
  align-self: center !important;
  flex-shrink: 0 !important;
}

.hh-b4-card-link:hover {
  background-color: #F5C518 !important;
  color: #1B3A6B !important;
  border-color: #1B3A6B !important;
}

.hh-b4-arrow {
  background: #1B3A6B !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 14px !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background-color 0.2s ease !important;
  flex-shrink: 0 !important;
  align-self: center !important;
}

.hh-b4-arrow:hover {
  background-color: #F5C518 !important;
  color: #1B3A6B !important;
}

#hh-body4-dots {
  display: flex !important;
  align-items:center;
  justify-content: center !important;
  gap: 10px !important;
  margin-top: 20px !important;
}

.hh-b4-dot {
  width: 9px !important;
  height: 9px !important;
  border-radius: 50% !important;
  background-color: #CCCCCC !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease !important;
  display: block !important;
}

.hh-b4-dot--active {
  background-color: #1B3A6B !important;
}

/* =============================================
   MOBILE CHECKLIST
   ============================================= */

#hh-body4-mobile {
  display: none !important;
  max-width: 560px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}

#hh-body4-mobile-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}

.hh-b4-mobile-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 14px !important;
  padding: 20px !important;
  background-color: #F4F5F7 !important;
  border-left: 4px solid #1B3A6B !important;
  border-radius: 6px !important;
}

.hh-b4-mobile-check {
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
  background-color: #1B3A6B !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  margin-top: 2px !important;
}

.hh-b4-mobile-check svg {
  width: 14px !important;
  height: 14px !important;
}

.hh-b4-mobile-content {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

.hh-b4-mobile-title {
  font-family: 'Nunito', sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  color: #1B3A6B !important;
  margin: 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.hh-b4-mobile-text {
  font-family: 'Nunito', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #444444 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* =============================================
   RESPONSIVE
   ============================================= */

@media (min-width: 1200px) {
  #hh-body4-top {
    max-width: 1100px !important;
  }
  .hh-b4-card--active {
    max-width: 480px !important;
  }
  .hh-b4-card--peek {
    max-width: 480px !important;
    margin-left: -160px !important;
  }
}

@media (max-width: 1024px) and (min-width: 721px) {
  #hh-body4-top {
    grid-template-columns: 2fr 1fr !important;
    gap: 32px !important;
  }
  #hh-body4-title {
    font-size: 36px !important;
  }
  .hh-b4-card--active {
    max-width: 240px !important;
    height: 220px !important;
  }
  .hh-b4-card--peek {
    max-width: 240px !important;
    height: 220px !important;
    margin-left: -90px !important;
  }
  #hh-body4-polaroids {
    height: 280px !important;
  }
  .hh-b4-polaroid {
    width: 180px !important;
  }
  .hh-b4-polaroid--back {
    transform: rotate(7deg) translateX(46px) translateY(14px) !important;
  }
}

@media (max-width: 720px) {
  #hh-body4-polaroids {
    height: 260px !important;
  }
  .hh-b4-polaroid {
    width: 170px !important;
  }
  .hh-b4-polaroid--back {
    transform: rotate(7deg) translateX(44px) translateY(12px) !important;
  }
  .hh-b4-polaroid--front {
    transform: rotate(-5deg) translateX(-22px) translateY(-8px) !important;
  }
}

@media (max-width: 720px) {
  #hh-body4-top {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  css@media (max-width: 720px) {
    #hh-body4-header {
      margin-bottom: 24px !important;
    }
    #hh-body4-title {
      font-size: 32px !important;
    }
  }
  #hh-body4-top-right {
    align-items: center !important;
  }
  #hh-body4-polaroids {
    height: 180px !important;
  }
  .hh-b4-polaroid {
    width: 120px !important;
  }
  .hh-b4-polaroid--back {
    transform: rotate(7deg) translateX(32px) translateY(10px) !important;
  }
  .hh-b4-polaroid--front {
    transform: rotate(-5deg) translateX(-16px) translateY(-6px) !important;
  }
  #hh-body4-track-wrap {
    display: none !important;
  }
  #hh-body4-dots {
    display: none !important;
  }
  #hh-body4-mobile {
    display: block !important;
    margin-top: 32px !important;
  }

  #hh-body4-top-right {
  width: 100% !important;
  align-items: center !important;
}

#hh-body4-polaroids {
  width: 200px !important;
  height: 180px !important;
  margin: 0 auto !important;
  position: relative !important;
}
}