* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #efefef;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  font-size: 13px;
  line-height: 1.55;
}

a {
  color: inherit;
}

/* =========================
   TOP NAV
========================= */

.top-nav {
  background: #3b3b3b;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
}

.nav-links {
  display: block;
}

.nav-links a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 6px 13px;
}

.nav-links a:hover,
.nav-links .active {
  background: #222;
}

.mobile-menu-toggle {
  display: none;
}

.mobile-menu-label {
  display: none;
}

/* =========================
   SITE WRAPPER
========================= */

.site {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 8px rgba(0,0,0,0.18);
  overflow: visible;
}

/* =========================
   HEADER
========================= */

.header {
  position: relative;
  min-height: 125px;
  padding: 28px 30px 0;
  background: #fff;
  border-bottom: 4px solid #555;
  z-index: 1;
}

.logo {
  color: #49a51c;
  font-size: 58px;
  line-height: 0.75;
  font-weight: 900;
  letter-spacing: -4px;
  margin: 0;
}

.logo a {
  color: #49a51c;
  text-decoration: none;
}

.since {
  color: #49a51c;
  font-size: 10px;
  font-weight: 900;
  margin-left: 155px;
  margin-top: 2px;
}

.call-header {
  position: absolute;
  right: 30px;
  top: 35px;
  color: #129100;
  font-size: 20px;
  font-weight: bold;
}

.call-header a {
  color: #129100;
  text-decoration: none;
}

.mobile-call-button {
  display: none;
}

/* =========================
   HERO
========================= */

.hero {
  position: relative;
  min-height: 310px;
  padding: 44px 30px 40px;
  background: linear-gradient(#f7f7f7, #dedede);
  overflow: visible;
  z-index: 10;
}

.hero-copy {
  width: 54%;
  position: relative;
  z-index: 3;
}

.hero h1,
.hero h2 {
  margin: 0 0 2px;
  font-size: 32px;
  line-height: 1.05;
  color: #000;
  font-weight: 900;
}

.hero .red {
  margin: 0 0 16px;
  color: #ee0000;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
}

.hero p {
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.65;
}

.flash-note {
  color: #1b9a00;
  font-size: 13px;
  line-height: 1.25;
  margin-top: 16px;
  width: 310px;
}

.truck {
  position: absolute;
  right: 28px;
  top: -38px;
  width: 455px;
  max-width: 48%;
  z-index: 20;
}

/* =========================
   GREEN RECYCLING BAND
========================= */

.green-band {
  background: #62a719;
  color: #fff;
  min-height: 72px;
  padding: 12px 42px 12px 135px;
  position: relative;
  font-size: 17px;
  line-height: 1.25;
  font-style: italic;
  font-weight: bold;
  z-index: 4;
}

.recycle-icon {
  position: absolute;
  left: 55px;
  top: 12px;
  width: 60px;
  height: 60px;
  background: #fff;
  color: #2e8ed6;
  border-radius: 50%;
  font-size: 36px;
  line-height: 60px;
  text-align: center;
  font-style: normal;
  font-weight: bold;
}

/* =========================
   MAIN CONTENT
========================= */

.main {
  padding: 24px 30px 26px;
  background: #fff;
}

.intro-row {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 38px;
  align-items: start;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 24px;
}

.coupon {
  text-align: center;
}

.coupon img {
  max-width: 100%;
  display: block;
  margin: 0 auto 14px;
}

.coupon-text {
  color: #6f6f6f;
  font-size: 23px;
  line-height: 1.05;
  font-weight: 900;
}

.coupon-text .red {
  color: #f00000;
}

.intro-copy h2,
.page-content h1,
.page-content h2 {
  margin: 8px 0 12px;
  font-size: 19px;
  color: #32a000;
  font-weight: normal;
}

.intro-copy p,
.page-content p,
.page-content li {
  font-size: 12px;
  line-height: 1.7;
}

.intro-copy p {
  margin: 0 0 12px;
}

/* =========================
   SERVICE BOXES
========================= */

.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  padding-top: 24px;
}

.service h3 {
  margin: 0 0 10px;
  color: #32a000;
  font-size: 18px;
  font-weight: normal;
}

.service img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  display: block;
  margin-bottom: 12px;
}

.service p {
  font-size: 12px;
  line-height: 1.65;
  min-height: 98px;
  margin: 0 0 12px;
}

.read-more {
  display: inline-block;
  background: #69a719;
  color: #fff;
  text-decoration: none;
  padding: 6px 14px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: bold;
}

.read-more:hover {
  background: #558d12;
  text-decoration: none;
}

.read-more span {
  display: inline-block;
  background: #fff;
  color: #69a719;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  margin-left: 8px;
  font-size: 9px;
}

/* =========================
   INTERIOR PAGE LAYOUT
========================= */

.page-layout {
  display: grid;
  grid-template-columns: 1fr 250px;
  gap: 34px;
  align-items: start;
}

.page-content {
  min-height: 360px;
}

.sidebar {
  background: #f4f4f4;
  border: 1px solid #d1d1d1;
  padding: 16px;
}

.sidebar h3 {
  margin: 0 0 10px;
  color: #32a000;
  font-size: 18px;
  font-weight: normal;
}

.sidebar p {
  font-size: 12px;
  line-height: 1.6;
}

.sidebar .phone {
  display: block;
  font-size: 20px;
  color: #129100;
  font-weight: bold;
  text-decoration: none;
  margin: 8px 0;
}

/* =========================
   FORMS
========================= */

.form-row {
  margin-bottom: 12px;
}

label {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 4px;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid #bbb;
  padding: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

textarea {
  min-height: 130px;
}

button,
.button {
  display: inline-block;
  background: #69a719;
  color: #fff;
  text-decoration: none;
  padding: 8px 18px;
  border-radius: 5px;
  border: 0;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

button:hover,
.button:hover {
  background: #558d12;
}

/* =========================
   FOOTER
========================= */

.footer {
  background: #080808;
  color: #ddd;
  padding: 28px 30px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 2fr;
  gap: 28px;
  font-size: 12px;
}

.footer h4 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 14px;
}

.footer a {
  display: block;
  color: #aaa;
  text-decoration: none;
  margin-bottom: 5px;
}

.footer a:hover {
  color: #fff;
}

.copyright {
  color: #777;
  font-size: 11px;
  text-align: right;
}

.logos {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.logos img {
  max-height: 32px;
  opacity: 0.85;
}

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

@media (max-width: 800px) {
  .site {
    width: 100%;
    box-shadow: none;
  }

.top-nav {
  height: auto;
  text-align: left;
}

.mobile-menu-label {
  display: block;
  color: #fff;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  background: #3b3b3b;
  text-align: center;
}

.nav-links {
  display: none;
  background: #333;
}

.mobile-menu-toggle:checked + .mobile-menu-label + .nav-links {
  display: block;
}

.nav-links a {
  display: block;
  color: #fff;
  padding: 12px 16px;
  border-top: 1px solid rgba(255,255,255,0.12);
  text-align: center;
}

.nav-links a:hover,
.nav-links .active {
  background: #222;
}

  .header {
    padding: 24px 18px 18px;
    text-align: center;
    min-height: auto;
  }

  .logo {
    font-size: 48px;
    letter-spacing: -3px;
  }

  .since {
    margin-left: 0;
  }

  .call-header {
    display: none;
  }

  .mobile-call-button {
    display: block;
    background: #69a719;
    color: #fff;
    text-align: center;
    padding: 12px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
  }

  .hero {
    padding: 30px 18px;
    min-height: auto;
  }

  .hero-copy {
    width: 100%;
  }

  .hero h1,
  .hero h2 {
    font-size: 28px;
  }

  .truck {
    position: static;
    display: block;
    width: 100%;
    max-width: 420px;
    margin: 20px auto 0;
  }

  .flash-note {
    width: auto;
  }

  .green-band {
    padding: 18px;
    font-size: 15px;
    text-align: center;
  }

  .recycle-icon {
    position: static;
    margin: 0 auto 10px;
  }

  .main {
    padding: 22px 18px;
  }

  .intro-row,
  .services,
  .page-layout,
  .footer {
    grid-template-columns: 1fr;
  }

  .intro-row {
    gap: 20px;
  }

  .coupon img {
    max-width: 240px;
  }

  .service p {
    min-height: auto;
  }

  .copyright {
    text-align: left;
  }

  .logos {
    justify-content: flex-start;
  }
.quote-form {
  margin-top: 18px;
}

.form-success {
  background: #eef8e8;
  border: 1px solid #b9d9a6;
  padding: 16px;
  margin: 18px 0;
}

.form-success h2 {
  margin-top: 0;
  color: #32a000;
}

.form-errors {
  background: #fff0f0;
  border: 1px solid #e0a0a0;
  padding: 14px 16px;
  margin: 18px 0;
  color: #6b0000;
}

.form-errors ul {
  margin-bottom: 0;
}

.hidden-field {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
}