*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --primary: #f08218;
  --primary-dark: #d67212;
  --secondary: #222222;
  --white: #ffffff;
  --light-gray: #f4f4f4;
  --border: #e0e0e0;
  --text: #333333;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: var(--text);
  line-height: 1.7;
  background: #fff;
  padding-bottom: 68px;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

/* ── STICKY PHONE BAR ── */
.phone_btn_flat {
  z-index: 999999;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background: #85dc01 !important;
  position: fixed;
  top: 50%;
  right: 20px;
  margin-top: -35px;
  ;
}

.phone_btn_flat:hover {
  background: #ef4134;
}

.phone_btn_flat.focus {
  background: url(focus.png) no-repeat;
}

.phone_btn_flat:hover .img_left,
.phone_btn_flat:hover .img_right {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  opacity: 0;
}

.phone_btn_flat.focus .img_left,
.phone_btn_flat.focus .img_right {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  opacity: 0;
}

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.1;
  }

  5% {
    opacity: 0.25;
  }

  10% {
    opacity: 0.5;
  }

  15% {
    opacity: 0.1;
  }

  20% {
    opacity: 0.1;
  }

  25% {
    opacity: 0.1;
  }

  30% {
    opacity: 0.1;
  }

  35% {
    opacity: 0.1;
  }

  40% {
    opacity: 0.1;
  }

  45% {
    opacity: 0.1;
  }

  50% {
    opacity: 0.1;
  }

  55% {
    opacity: 0.1;
  }

  60% {
    opacity: 0.1;
  }

  65% {
    opacity: 0.1;
  }

  70% {
    opacity: 0.1;
  }

  75% {
    opacity: 0.1;
  }

  80% {
    opacity: 0.1;
  }

  85% {
    opacity: 0.1;
  }

  90% {
    opacity: 0.1;
  }

  95% {
    opacity: 0.1;
  }

  100% {
    opacity: 0.1;
  }
}

@keyframes sonarEffect {
  0% {
    opacity: 0.1;
  }

  5% {
    opacity: 0.25;
  }

  10% {
    opacity: 0.5;
  }

  15% {
    opacity: 0.1;
  }

  20% {
    opacity: 0.1;
  }

  25% {
    opacity: 0.1;
  }

  30% {
    opacity: 0.1;
  }

  35% {
    opacity: 0.1;
  }

  40% {
    opacity: 0.1;
  }

  45% {
    opacity: 0.1;
  }

  50% {
    opacity: 0.1;
  }

  55% {
    opacity: 0.1;
  }

  60% {
    opacity: 0.1;
  }

  65% {
    opacity: 0.1;
  }

  70% {
    opacity: 0.1;
  }

  75% {
    opacity: 0.1;
  }

  80% {
    opacity: 0.1;
  }

  85% {
    opacity: 0.1;
  }

  90% {
    opacity: 0.1;
  }

  95% {
    opacity: 0.1;
  }

  100% {
    opacity: 0.1;
  }
}

.phone_btn_flat .tel_cbt {
  position: absolute;
  top: 21px;
  left: 22px;
  width: auto;
}

.phone_btn_flat:hover .tel_cbt {
  cursor: pointer;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.phone_btn_flat.focus .tel_cbt {
  cursor: pointer;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 4px;
}

.phone_btn_flat .help_cbt {
  letter-spacing: normal !important;
  text-align: left !important;
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 17px !important;
  position: absolute;
  background: url(https://user-assets-unbounce-com.s3.amazonaws.com/e5d8a1b2-d7b7-487f-a9b8-97c7801b88ca/89cdcefc-8cea-47a8-89d0-c5174fd72614/help-3897f0.small.png) no-repeat;
  width: 136px;
  height: 54px;
  left: -153px;
  top: 5px;
  padding: 12px 0 0 12px;
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.phone_btn_flat .help_cbt {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.phone_btn_flat .help_cbt:after {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.phone_btn_flat .help_cbt:before {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.phone_btn_flat:hover .help_cbt {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  /* transform: translateX(0%); */
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  /* transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); */
  color: #1be723;
  text-decoration: none;
}

.phone_btn_flat.focus .help_cbt {
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.phone_btn_flat.new .img_left,
.phone_btn_flat.new .img_right {
  display: none;
}

.phone_btn_flat.new:after {
  border-radius: 100%;
  left: -20px;
  position: absolute;
  /* top: -20px; */
  /* height:106px; */
  /* width:106px; */
  /* border: solid 2px #3897f0; */
  content: ' ';
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0;
  -webkit-animation: sonarEffectNew 1.5s ease-out 2s infinite;
  -moz-animation: sonarEffectNew 1.5s ease-out 2s infinite;
  animation: sonarEffectNew 1.5s ease-out 2s infinite;
}

.phone_btn_flat.new:before {
  border-radius: 100%;
  position: absolute;
  height: 70px;
  width: 70px;
  border: solid 2px #85dc01;
  content: ' ';
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0.5;
  -webkit-animation: sonarEffectNew 1.5s ease-out infinite;
  -moz-animation: sonarEffectNew 1.5s ease-out infinite;
  animation: sonarEffectNew 1.5s ease-out infinite;
}

.phone_btn_flat.new:hover:after,
.phone_btn_flat.new:hover:before,
.phone_btn_flat.new.focus:after,
.phone_btn_flat.new.focus:before {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  /* opacity:0 !important; */
}

.scbt_btn_none {
  display: none;
  opacity: 0;
  left: -9999999px;
}

@-webkit-keyframes sonarEffectNew {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes sonarEffectNew {
  00% {
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
}

/* 3D */

@media only screen and (max-width: 600px) {
  .phone_btn_flat {
    top: auto !important;
    right: 20px;
    bottom: 20px !important;
    margin-top: -35px;
    display: none;
  }

}

/* ── TOP HEADER ── */
header {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.header-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: 62px;
  width: auto;
}

.logo-divider {
  width: 1px;
  height: 40px;
  background: #ddd;
}

/* ── HEADER RATINGS (BBB + Allied) ── */
.header-ratings {
  display: flex;
  align-items: center;
  gap: 28px;
}

.rating-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rating-item img {
  /* height: 46px; */
  width: auto;
  object-fit: contain;
}

.rating-info {
  display: flex;
  align-items: center;
  gap: 5px;
}

.rating-number {
  font-size: 17px;
  font-weight: 700;
  color: #222;
  font-family: 'Montserrat', sans-serif;
}

.rating-stars {
  display: flex;
  align-items: center;
  line-height: 1;
}

.star-full {
  color: #f08218;
  font-size: 17px;
}

.star-half {
  color: #f0c07a;
  font-size: 17px;
}

/* ── HEADER CALL BUTTON ── */
.header-call-btn {
  background: var(--primary);
  color: #fff;
  padding: 13px 28px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap;
  font-family: 'Montserrat', sans-serif;
  transition: background 0.2s;
}

.header-call-btn:hover {
  background: var(--primary-dark);
}

/* ── LEGACY HEADER STYLES (index 6.html) ── */
.header-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-quote-header {
  background: var(--primary);
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background 0.2s;
}

.btn-quote-header:hover {
  background: var(--primary-dark);
}

.header-phone {
  background: var(--primary);
  color: #fff;
  padding: 10px 18px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background 0.2s;
}

.header-phone:hover {
  background: var(--primary-dark);
}

/* ── HERO ── */
.hero {
  background:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url('../images/reebe-truck-banner.jpg') center/cover no-repeat;
  min-height: 480px;
  display: flex;
  align-items: center;
}

.hero.milwaukee {
background:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url('../images/allied-21.png') center/cover no-repeat;
}

.hero-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  flex-wrap: wrap;
}

.hero-content {
  flex: 1;
  min-width: 280px;
  color: #fff;
}

.hero-content h1 {
  font-size: 44px;
  font-weight: 900;
  line-height: 1.2;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  margin-bottom: 18px;
}

.hero-content h1 span {
  color: var(--primary);
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 30px;
  }

}

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 26px;
  }
}

.hero-intro {
  font-size: 20px;
  color: #fff;
  margin-bottom: 14px;
  line-height: 1.6;
  font-weight: 600;
}

.hero-bullets {
  list-style: none;
  margin-bottom: 20px;
}

.hero-bullets li {
  font-size: 20px;
  padding: 6px 0 6px 30px;
  position: relative;
  font-weight: 500;
  background: url('../images/bullet.png') no-repeat left 14px;
  background-size: 18px 18px;
}

.hero-badge-logos {
  display: flex;
  /* gap: 12px; */
  align-items: center;
  flex-wrap: wrap;
  margin-top: 6px;
}

.milwaukee-img {
  max-width: 290px;
  width: 100%;
}

.hero-badge-logos .avvo {
  margin-left: 10px;
  border-radius: 8px;
}

/* ── QUOTE FORM ── */
.quote-form-wrap {
  background: rgba(255, 255, 255, 0.80);
  border-radius: 6px;
  padding: 24px 20px;
  width: 400px;
  flex-shrink: 0;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.quote-form-wrap h3 {
  color: var(--secondary);
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.quote-form-wrap .form-sub {
  text-align: center;
  font-size: 12px;
  color: #555;
  margin-bottom: 14px;
}

.form-row {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.form-row .form-group {
  flex: 1;
}

.form-group {
  margin-bottom: 8px;
}

.form-group label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.form-group label span {
  color: red;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 9px 14px;
  border: 1px solid #bdbdbd;
  border-radius: 20px;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  color: #333;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--primary);
}

.form-group select {
  appearance: auto;
}

.btn-submit {
  width: 100%;
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  margin-top: 8px;
  transition: background 0.2s;
  font-family: 'Montserrat', sans-serif;
}

.btn-submit:hover {
  background: var(--primary-dark);
}

.form-disclaimer {
  font-size: 9px;
  color: #000;
  margin-top: 8px;
  line-height: 1.4;
  text-align: left;
}

.form-disclaimer a {
  color: var(--primary);
}

/* ── VIRTUAL SURVEY BANNER ── */
.virtual-survey {
  background: #fef6c8;
  padding: 40px 20px;
  text-align: center;
}

.virtual-survey h2 {
  color: #111;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 14px;
}

.virtual-survey p {
  color: #333;
  font-size: 18px;
  max-width: 860px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ── AWARD WINNING ── */
.award-section {
  background:
    linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)),
    url('../images/award-winning-bg.jpg') center/cover no-repeat;
  padding: 50px 20px;
  text-align: center;
}

.award-section h2 {
  color: #111;
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 32px;
}

.award-logos {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.award-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 130px;
}

.award-badge img {
  height: 110px;
  width: 110px;
  border-radius: 50%;
  object-fit: cover;
}

.award-badge span {
  font-size: 11px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.btn-orange {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  padding: 14px 40px;
  border-radius: 30px;
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background 0.2s;
}

.btn-orange:hover {
  background: var(--primary-dark);
}

/* ── FULL SERVICE SECTION ── */
.full-service {
  padding: 50px 20px 0;
  text-align: center;
  background: #fff;
}

.section-title {
  font-size: 34px;
  font-weight: 800;
  color: var(--secondary);
  text-align: center;
  margin-bottom: 32px;
  position: relative;
}

.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: var(--primary);
  margin: 10px auto 0;
}

.services-layout {
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  gap: 0;
  align-items: stretch;
  flex-wrap: wrap;
}

/* Left orange services list */
.service-list-orange {
  background: rgba(242, 154, 69, 1);
  flex: 1;
  min-width: 280px;
  padding: 28px 24px;
  border-radius: 0;
  overflow: visible;
}

.service-list-title {
  color: #fff;
  text-align: left;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0 0 20px 0;
  letter-spacing: 0.5px;
  background: transparent;
}

.service-list-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 0;
  color: #fff;
  cursor: pointer;
  border-bottom: none;
  transition: opacity 0.2s;
}

.service-list-item:first-child {
  padding-top: 0;
}

.service-list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.service-list-item:hover {
  opacity: 0.85;
}

.svc-circle {
  width: 70px;
  height: 70px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.svc-circle img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  display: block;
}

.svc-label {
  background: rgba(214, 114, 18, 1);
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 11px 18px;
  max-width: 250px;
  width: 100%;
  text-align: left;
}

/* Right reasons box */
.reasons-box {
  flex: 1;
  min-width: 280px;
  background: rgba(240, 130, 24, 1);
  border: none;
  border-radius: 0;
  overflow: hidden;
  padding: 28px 28px 28px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.reasons-title {
  background: transparent;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0 0 20px 0;
  text-align: left;
  letter-spacing: 0.5px;
}

.reasons-list {
  padding: 0;
  list-style: none;
}

.reasons-list li {
  font-size: 15px;
  color: #fff;
  padding: 7px 0 7px 32px;
  position: relative;
  border-bottom: none;
  line-height: 1.4;
  text-align: left;
}

.reasons-list li:last-child {
  border-bottom: none;
}

.reasons-list li::before {
  content: '☑';
  position: absolute;
  left: 0;
  top: 6px;
  color: #fff;
  font-size: 17px;
  font-weight: normal;
}

.reasons-cta {
  text-align: left;
  padding: 20px 0 0;
  border-top: none;
}

.btn-blue {
  display: inline-block;
  background: #1976d2;
  color: #fff;
  padding: 14px 36px;
  border-radius: 30px;
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background 0.2s;
}

.btn-blue:hover {
  background: #1565c0;
}

/* ── SERVICES GRID ── */
.services-grid-section {
  background: var(--light-gray);
  padding: 50px 20px;
}

.services-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-card {
  background: #fff;
  border-radius: 6px;
  padding: 28px 20px 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
  text-align: center;
  border-top: 3px solid #f08218;
}

.service-card-icon {
  margin-bottom: 16px;
}

.service-card-icon img {
  height: 65px;
  width: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  filter: brightness(0) saturate(100%) invert(61%) sepia(100%) saturate(700%) hue-rotate(358deg);
}

.service-card h3 {
  font-size: 17px;
  font-weight: 800;
  color: var(--secondary);
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
  text-align: center;
}

.service-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  text-align: center;
}

/* ── FREE QUOTE CTA BAND ── */
.cta-band {
  background: var(--primary);
  padding: 24px 20px;
  text-align: center;
}

.cta-band a {
  display: inline-block;
  background: #fff;
  color: var(--primary);
  padding: 14px 48px;
  border-radius: 30px;
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background 0.2s, color 0.2s;
}

.cta-band a:hover {
  background: var(--primary-dark);
  color: #fff;
}

/* ── TESTIMONIALS ── */
.testimonials {
  padding: 50px 20px;
  background: #fff;
}

.testimonials-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.testimonial-row {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid #e8e8e8;
}

.testimonial-row:first-of-type {
  border-top: 1px solid #e8e8e8;
}

.testimonial-left {
  width: 220px;
  flex-shrink: 0;
}

.t-name {
  font-size: 18px;
  font-weight: 800;
  color: #111;
  margin-bottom: 4px;
}

.t-location {
  font-size: 14px;
  color: #888;
}

.t-stars {
  color: #f5c518;
  font-size: 20px;
  letter-spacing: 1px;
}

.testimonial-right {
  flex: 1;
}

.testimonial-right p {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
}

/* ── HIGHLY RATED ── */
.highly-rated {
  background:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url('../images/local-moving-bg.jpg') center/cover no-repeat;
  padding: 50px 20px 44px;
  text-align: center;
}

.highly-rated h2 {
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  max-width: 900px;
  margin: auto;
  margin-bottom: 36px;
}

.rating-logos {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.rating-logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rating-logo-item img {
  object-fit: cover;
  display: block;
}

.rating-stars-row {
  display: flex;
  align-items: center;
  gap: 2px;
}

.rating-stars-row .star-full {
  color: #f5c518;
  font-size: 22px;
}

.rating-stars-row .star-half {
  color: #c8a010;
  font-size: 22px;
}

.rating-aplus {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-top: 4px;
}

/* ── LONG DISTANCE ── */
.long-distance {
  padding: 50px 20px 56px;
  background: #f5f5f5;
}

.long-distance-wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.ld-main-heading {
  font-size: 40px;
  font-weight: 900;
  color: #111;
  text-align: center;
  margin-bottom: 36px;
  line-height: 1.2;
}

.long-distance-inner {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.ld-image {
  width: 480px;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
}

.ld-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

.ld-content {
  flex: 1;
  min-width: 260px;
}

.ld-content p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
}

.ld-full-text {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 20px;
}

.ld-call-bold {
  font-size: 16px;
  font-weight: 800;
  color: #111;
  margin-bottom: 28px;
}

.ld-cta-center {
  text-align: center;
}

/* ── CREDENTIALS ── */
.credentials {
  background:
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url('../images/credential-bg.jpg') center/cover no-repeat;
  padding: 50px 20px;
  text-align: center;
}

.credentials h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 28px;
}

.credential-logos-card {
  max-width: 820px;
  margin: 0 auto 32px;
  background: #fff;
  border-radius: 8px;
  padding: 28px 36px;
}

.credential-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px 28px;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}

.credential-logos-row2 {
  padding-bottom: 0;
  border-bottom: none;
  padding-top: 20px;
}

.credential-logos img {
  max-height: 50px;
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.credential-logos-row2.credential-logos img {
  max-height: 100px;
  height: 100%;
}

/* ── FOOTER ── */
footer {
  background: var(--secondary);
  color: #aaa;
  text-align: center;
  padding: 24px 20px;
  font-size: 12px;
  line-height: 1.8;
}

footer a {
  color: var(--primary);
}

footer .footer-phone {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 6px;
}

/* ── FLOATING CTA BUTTON ── */
.floating-cta {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 998;
}

.floating-cta a {
  background: var(--primary);
  color: #fff;
  padding: 12px 20px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  box-shadow: 0 4px 16px rgba(240, 130, 24, 0.5);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background 0.2s, transform 0.2s;
}

.floating-cta a:hover {
  background: var(--primary-dark);
  transform: scale(1.04);
}

/* ── STICKY BOTTOM BAR ── */
.sticky-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 12px 20px;
}

.sticky-btn-quote {
  display: inline-block;
  background: #e53935;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 16px;
  transition: background 0.2s;
}

.sticky-btn-quote:hover {
  background: #c62828;
}

.sticky-btn-call {
  display: inline-block;
  background: #29b6d8;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 16px;
  transition: background 0.2s;
}

.sticky-btn-call:hover {
  background: #0097b5;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {

  /* Header: logo only */
  .header-ratings,
  .header-call-btn {
    display: none;
  }

  .header-inner {
    justify-content: center;
  }

  /* Hero */
  .hero-inner {
    flex-direction: column;
    gap: 24px;
  }

  .quote-form-wrap {
    width: 100%;
  }

  .hero-badge-logos img {
   height: auto;
  }

  /* Award logos */
  .award-logos {
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  }

  .award-badge img {
    height: 80px;
  }

  /* Full service */
  .services-layout {
    flex-direction: column;
  }

  .service-list-orange {
    width: 100%;
  }

  /* Services grid: 2 columns on tablet */
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }

  /* Testimonials */
  .testimonial-row {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }

  .testimonial-left {
    min-width: unset;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 8px;
  }

  /* Highly rated logos */
  .rating-logos {
    flex-wrap: wrap;
    gap: 16px;
  }

  /* Long distance */
  .long-distance-inner {
    flex-direction: column;
  }

  .ld-image {
    width: 100%;
  }

  /* Credentials */
  .credential-logos,
  .credential-logos.credential-logos-row2 {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }

  .credential-logos-card {
    padding: 20px 16px;
  }

  /* Section titles */
  .section-title {
    font-size: 26px;
  }

  .highly-rated h2 {
    font-size: 24px;
  }

  /* Sticky bottom bar: both buttons on one line */
  .sticky-bottom-bar {
    gap: 8px;
    padding: 10px 12px;
  }

  .sticky-btn-quote,
  .sticky-btn-call {
    flex: 1;
    text-align: center;
    padding: 12px 8px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {

  /* Form rows stack */
  .form-row {
    flex-direction: column;
    gap: 0;
  }

  /* Services grid: single column */
  .services-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 22px;
  }

  .hero-intro {
    font-size: 14px;
  }

  .hero-bullets li {
    font-size: 14px;
  }

  .award-badge img {
    height: 64px;
  }

  .credential-logos img {
    max-height: 36px;
  }

  .credential-logos-row2.credential-logos img {
    max-height: 64px;
  }
}

/* ── CREDENTIAL OWL SLIDER ── */
.cred-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.cred-item img {
  height: 60px;
  width: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.credential-logos-card .owl-dots {
  margin-top: 18px;
  text-align: center;
}

.credential-logos-card .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  display: block;
  margin: 5px 4px;
  transition: background 0.2s;
}

.credential-logos-card .owl-dot.active span,
.credential-logos-card .owl-dot:hover span {
  background: var(--primary);
}

/* ── TESTIMONIAL CARD (OWL) ── */
.testimonial-card {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 28px 32px 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  margin: 4px 8px 4px;
}

.tc-quote-img {
  width: 44px !important;
  height: auto;
  display: block !important;
  margin-bottom: 14px;
  opacity: 0.35;
}

.testimonial-card p {
  color: #3a7bd5;
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 14px;
  text-align: left;
}

.testimonial-card .t-stars {
  color: #f5c518;
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 5px;
  display: block;
}

.tc-reviewer {
  font-size: 14px;
  color: #888;
  font-weight: 600;
}

/* Owl dots — testimonials */
.testimonials .owl-dots {
  margin-top: 18px;
  text-align: center;
  display: block !important;
}

.testimonials .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  background: #D6D6D6 !important;
  margin: 5px 6px !important;
  display: block !important;
  transition: background 0.25s ease !important;
}

.testimonials .owl-dot.active span,
.testimonials .owl-dot:hover span {
  background: #869791 !important;
}

/* ── TESTIMONIAL SLIDER ── */
.testimonial-slider {
  position: relative;
  overflow: hidden;
}

.testimonial-slides {
  display: flex;
  transition: transform 0.45s ease;
}

.testimonial-slide {
  min-width: 100%;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  z-index: 10;
  flex-shrink: 0;
}

.slider-btn:hover {
  background: var(--primary-dark);
}

.slider-prev {
  left: -52px;
}

.slider-next {
  right: -52px;
}

.slider-dots {
  text-align: center;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.slider-dot {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: background 0.2s;
  border: none;
  padding: 0;
}

.slider-dot.active {
  background: var(--primary);
}

@media (max-width: 768px) {
  .slider-prev {
    left: 0;
  }

  .slider-next {
    right: 0;
  }

  .testimonial-slider {
    padding: 0 50px;
  }
}

/* ── MILWAUKEE PAGE ── */
.services-grid-milwaukee {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.reasons-section-full {
  background: rgba(240, 130, 24, 1);
  padding: 50px 20px;
  text-align: center;
}

.reasons-section-full .reasons-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.reasons-section-full .reasons-title {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  text-align: center;
}

.reasons-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  text-align: left;
  list-style: none;
  margin-bottom: 30px;
}

.reasons-two-col li {
  font-size: 15px;
  color: #fff;
  padding: 7px 0 7px 32px;
  position: relative;
  line-height: 1.4;
}

.reasons-two-col li::before {
  content: '☑';
  position: absolute;
  left: 0;
  top: 6px;
  color: #fff;
  font-size: 17px;
}

.map-section {
  position: relative;
  width: 100%;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
}

.map-section iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 768px) {
  .map-section {
    padding-bottom: 56.25%;
  }
}

@media (max-width: 480px) {
  .map-section {
    padding-bottom: 75%;
  }
}

.cta-band-milwaukee {
  background: var(--primary);
  padding: 36px 20px;
  text-align: center;
}

.cta-band-milwaukee h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 18px;
  line-height: 1.3;
}

.cta-band-milwaukee .btn-orange {
  background-color: #fff;
  color: var(--primary);
}

.highly-rated-cta {
  margin-top: 32px;
}

@media (max-width: 768px) {
  .services-grid-milwaukee {
    grid-template-columns: 1fr;
  }

  .reasons-two-col {
    grid-template-columns: 1fr;
  }
}

/* ── CALLBACK PAGE ── */
body.callback-body,
body.thankyou-body {
  padding-bottom: 0;
  background: #fff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.callback-page {
  width: 100%;
  max-width: 480px;
  margin: 40px auto;
  padding: 0 20px;
}

.callback-logo {
  text-align: center;
  margin-bottom: 24px;
}

.callback-logo img {
  height: 62px;
  width: auto;
  display: inline-block;
}

.callback-form-card {
  background: #fff;
  border-radius: 10px;
  padding: 32px 28px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

.callback-form-card h2 {
  font-size: 22px;
  font-weight: 800;
  color: #222;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

.callback-form-card .form-sub {
  text-align: center;
  font-size: 12px;
  color: #666;
  margin-bottom: 20px;
}

/* ── THANK YOU PAGE ── */
.thankyou-page {
  width: 100%;
  max-width: 560px;
  margin: 40px auto;
  padding: 0 20px;
  text-align: center;
}

.thankyou-logo {
  margin-bottom: 32px;
}

.thankyou-logo img {
  height: 62px;
  width: auto;
  display: inline-block;
}

.thankyou-card {
  background: #fff;
  border-radius: 10px;
  padding: 48px 36px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

.thankyou-icon {
  width: 72px;
  height: 72px;
  background: #f08218;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 36px;
  color: #fff;
}

.thankyou-card h1 {
  font-size: 32px;
  font-weight: 900;
  color: #111;
  margin-bottom: 16px;
  line-height: 1.2;
}

.thankyou-card p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 12px;
}

.thankyou-back {
  display: inline-block;
  margin-top: 28px;
  background: #f08218;
  color: #fff;
  padding: 14px 40px;
  border-radius: 30px;
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background 0.2s;
}

.thankyou-back:hover {
  background: #d67212;
}

/* ── NURTURE PAGE SM ── */

/* Header – nurture page logo row */
.header-logos-nurture {
  gap: 32px;
}

.header-logos-nurture .rating-item img {
  max-height: 64px;
  width: auto;
  object-fit: contain;
}



/* Hero – Exclusively for Our Customers box */
.hero-exclusively {
  margin-top: 14px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 4px;
  padding: 10px 16px 12px;
}

.hero-excl-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero-excl-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hero-excl-list li {
  font-size: 13px;
  color: #fff;
  padding-left: 22px;
  position: relative;
  margin-bottom: 4px;
  line-height: 1.5;
}

.hero-excl-list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: var(--primary);
  font-size: 12px;
}

/* Offer Exclusively Section */
.offer-exclusively-section {
  padding: 52px 20px;
  background: #fff;
}

.offer-exclusively-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.offer-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin-top: 30px;
}

.offer-col h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--secondary);
  margin-bottom: 14px;
}

.offer-img {
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 18px;
}

.offer-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.offer-col p {
  font-size: 14px;
  line-height: 1.75;
  color: #555;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .offer-cols {
    grid-template-columns: 1fr;
  }
}

/* Interstate Section */
.interstate-section {
  padding: 52px 20px;
  background: #f8f8f8;
}

.interstate-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.interstate-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 24px;
  align-items: flex-start;
}

.interstate-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.interstate-content p {
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 14px;
  color: var(--text);
}

.interstate-content .btn-orange {
  margin-top: 8px;
}

@media (max-width: 768px) {
  .interstate-layout {
    grid-template-columns: 1fr;
  }
}

/* Why Choose Reebie Section */
.why-choose-section {
  padding: 52px 20px;
  background: var(--secondary);
}

.why-choose-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.why-choose-section h2 {
  font-size: 26px;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 22px;
  text-transform: uppercase;
}

.why-choose-section p {
  font-size: 15px;
  line-height: 1.8;
  color: #ddd;
  margin-bottom: 16px;
}

.why-choose-cta {
  margin-top: 24px;
}

/* Testimonials 3-Column */
.testimonials-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 30px;
}

.t3col-card {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.t3col-name {
  font-weight: 700;
  font-size: 16px;
  color: var(--secondary);
  margin-bottom: 2px;
}

.t3col-location {
  font-size: 13px;
  color: #888;
  margin-bottom: 8px;
}

.t3col-stars {
  color: #f5c518;
  font-size: 18px;
  margin-bottom: 12px;
  letter-spacing: 2px;
}

.t3col-text {
  font-size: 14px;
  line-height: 1.75;
  color: #555;
}

@media (max-width: 900px) {
  .testimonials-3col {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .testimonials-3col {
    grid-template-columns: 1fr;
  }
  .map-sections img {
    width: 100% !important;
  }
}
.map-sections img {
    width: 50%;
    height: auto;
    margin: 0 auto;
    padding: 50px 0;
}