/* Premium Bin Cleaners Hero */

.pbc-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  background: #101820;
}

.pbc-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pbc-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 18, 24, 0.25) 0%, rgba(6, 18, 24, 0.72) 58%, rgba(6, 18, 24, 0.6) 100%),
    radial-gradient(circle at center, rgba(45, 179, 74, 0.18), transparent 55%);
  z-index: 1;
}

.pbc-hero-content {
  position: relative;
  z-index: 2;
  width: min(980px, calc(100% - 40px));
  padding: 120px 20px 190px;
}

.pbc-hero-logo {
  max-width: 310px;
  width: 70%;
  height: auto;
  margin: 0 auto 28px;
  display: block;
}

.pbc-hero h1 {
  margin: 0 auto 22px;
  max-width: 900px;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #ffffff;
  text-shadow: 0 4px 22px rgba(0,0,0,0.35);
}

.pbc-hero p {
  max-width: 780px;
  margin: 0 auto 34px;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
  color: rgba(255,255,255,0.94);
  text-shadow: 0 2px 12px rgba(0,0,0,0.35);
}

.pbc-hero-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.pbc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.pbc-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.pbc-btn-primary {
  background: #fcb318;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(0,0,0,0.3);
}

.pbc-btn-primary:hover {
  background: #9cd13f;
  color: #ffffff;
}

.pbc-btn-secondary {
  background: rgba(255,255,255,0.14);
  color: #ffffff;
  border: 2px solid rgba(255,255,255,0.7);
  backdrop-filter: blur(6px);
}

.pbc-btn-secondary:hover {
  background: rgba(255,255,255,0.24);
  color: #ffffff;
}

.pbc-hero-curve {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 3;
  height: 160px;
  line-height: 0;
}

.pbc-hero-curve svg {
  display: block;
  width: 100%;
  height: 100%;
}

.pbc-hero-curve path {
  fill: #ffffff;
}

@media (max-width: 768px) {
  .pbc-hero {
    min-height: 680px;
  }

  .pbc-hero-content {
    padding: 100px 18px 165px;
  }

  .pbc-hero-logo {
    max-width: 240px;
    margin-bottom: 22px;
  }

  .pbc-hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .pbc-btn {
    width: min(100%, 320px);
  }

  .pbc-hero-curve {
    height: 115px;
  }
}

/* To Nav Logo Scale */
.navbar-brand.logo-control img.logo-img {
  max-height: 90px;
  max-width: 260px;
}

/* Controls the Width of RS Form Elements */
.form-control {
  max-width: 100%;
}

/* Phone N0. + Call To Action */
.cta_strip {
  text-align: center;
  color: #ffffff;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 12px 1px 15px;   /* added vertical and horizontal spacing */
}

.cta_strip__headline {
  font-size: clamp(1.2rem, 4vw, 2rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 2px;
  text-shadow:
    2px 2px 4px rgba(0,0,0,.6),
    0 0 20px rgba(0,0,0,.35);
}

.cta_strip__subhead {
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.6;
  margin-bottom: 20px;
  text-shadow:
    2px 2px 4px rgba(0,0,0,.45),
    0 0 16px rgba(0,0,0,.25);
}

.cta_strip__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.cta_strip__phone {
  color: #ffffff;
  text-decoration: none;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  font-weight: 700;
  letter-spacing: .02em;
  text-shadow:
    2px 2px 4px rgba(0,0,0,.6),
    0 0 20px rgba(0,0,0,.35);
  transition: transform .25s ease, opacity .25s ease;
}

.cta_strip__phone:hover {
  opacity: .92;
  transform: scale(1.03);
}

.cta_strip__button {
  margin-top: 2px;
}

.cta_strip__trust {
  font-size: .98rem;
  line-height: 1.5;
  opacity: .95;
  text-shadow:
    1px 1px 3px rgba(0,0,0,.4);
}

@media (max-width: 640px) {
  .cta_strip__actions {
    flex-direction: column;
    gap: 12px;
  }
}

.social-list li a {
  background-color: #afea44;
}

/* Social Icons - White Icons w/ Green Background */

.social-list li a,
.social-list li a span,
.social-list li span.fab {
    color: #ffffff !important;
}

/* Optional: Ensure green backgrounds stay consistent */
.social-list li.facebook a,
.social-list li.instgram a,
.social-list li.google-plus a {
    background: #7cc242 !important;
    border-color: #7cc242 !important;
}

/* Optional hover */
.social-list li a:hover {
    color: #ffffff !important;
    opacity: 0.9;
}

/* Launch Messaging */
.pbc-intro-offer {
  padding: 70px 20px;
  background: transparent;
}

/* Pricing */
.pbc-pricing-section {
  padding: 70px 20px;
  background: #ffffff;
}

.pbc-pricing-header {
  max-width: 850px;
  margin: 0 auto 38px;
  text-align: center;
}

.pbc-pricing-header span {
  color: #6fb92f;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.pbc-pricing-header h2 {
  margin: 10px 0;

  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 900;
  text-transform: uppercase;

  color: #062846;
}

.pbc-pricing-header p {
  color: #4c5a63;
  font-size: 1.1rem;
  line-height: 1.6;
}

/* =========================
   GRID
========================= */

.pbc-pricing-grid {
  max-width: 1280px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));

  gap: 18px;
}

/* =========================
   CARDS
========================= */

.pbc-price-card {
  position: relative;

  padding: 30px 20px 26px;

  border-radius: 22px;

  background:
    linear-gradient(
      135deg,
      #d7f000 0%,
      #6fb92f 48%,
      #147638 100%
    );

  border: 4px solid #ffffff;

  box-shadow:
    0 18px 40px rgba(0,0,0,.16);

  text-align: center;

  overflow: hidden;
}

.pbc-price-card::after {
  content: "";

  position: absolute;
  right: -25px;
  bottom: -25px;

  width: 90px;
  height: 90px;

  background:
    radial-gradient(
      circle,
      rgba(255,255,255,.45),
      transparent 62%
    );
}

.pbc-price-card h3 {
  margin: 0 0 18px;

  color: #062846;

  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;

  font-size: 1.15rem;
}

/* =========================
   PRICING
========================= */

.pbc-price,
.pbc-sale-price {
  font-family: Montserrat, Arial, sans-serif;

  font-size: 4.2rem;
  line-height: .9;
  font-weight: 900;

  color: #ffffff;

  text-shadow:
    0 5px 12px rgba(0,0,0,.22);
}

.pbc-old-price {
  display: inline-block;
  position: relative;

  margin-bottom: 4px;

  font-size: 2.1rem;
  font-weight: 900;

  color: #061f36;
}

.pbc-old-price::after {
  content: "";

  position: absolute;
  left: -10%;
  top: 48%;

  width: 120%;
  height: 7px;

  background: #e60000;

  transform: rotate(-10deg);

  border-radius: 999px;
}

.pbc-sub {
  margin: 12px 0 18px;

  color: #062846;

  font-weight: 900;
  text-transform: uppercase;

  font-size: .95rem;
}

/* =========================
   FEATURES
========================= */

.pbc-price-card ul {
  list-style: none;

  padding: 0;
  margin: 0 0 24px;
}

.pbc-price-card li {
  margin: 8px 0;

  color: #ffffff;

  font-weight: 700;
  font-size: .95rem;
  line-height: 1.45;

  text-shadow:
    0 2px 6px rgba(0,0,0,.18);
}

/* =========================
   BUTTONS
========================= */

.pbc-price-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;

  width: 100%;

  padding: 13px 18px;

  border-radius: 999px;

  background: #062846;
  color: #ffffff;

  font-weight: 900;
  font-size: .82rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;

  transition: all .22s ease;
}

.pbc-price-btn:hover {
  background: #03182a;
  color: #ffffff;

  transform: translateY(-2px);
}

/* =========================
   BADGE
========================= */

.pbc-badge {
  position: absolute;
  top: 14px;
  right: 14px;

  padding: 6px 12px;

  border-radius: 999px;

  background: #062846;
  color: #ffffff;

  font-size: .7rem;
  font-weight: 900;
  text-transform: uppercase;
}

/* =========================
   FEATURED CARD
========================= */

.pbc-featured {
  transform: translateY(-8px);
  z-index: 2;
}

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

@media (max-width: 1199px) {

  .pbc-pricing-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .pbc-featured {
    transform: none;
  }

}

@media (max-width: 767px) {

  .pbc-pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 575px) {

  .pbc-pricing-section {
    padding: 50px 16px;
  }

  .pbc-pricing-grid {
    grid-template-columns: 1fr;
  }

  .pbc-price,
  .pbc-sale-price {
    font-size: 4rem;
  }

  .pbc-price-card {
    padding: 28px 18px 24px;
  }

}

/* Launch Messaging */
.pbc-intro-offer {
  padding: 70px 20px;
  background: transparent;
}

.pbc-intro-offer__inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 46px 34px;
  border-radius: 28px;

  background: linear-gradient(
    135deg,
    rgba(126, 194, 66, 0.97),
    rgba(43, 133, 58, 0.97)
  );

  border: 4px solid #ffffff;

  box-shadow:
    0 18px 45px rgba(0,0,0,0.18),
    inset 0 1px 0 rgba(255,255,255,0.28);
}

.pbc-intro-offer__content {
  text-align: center;
}

.pbc-intro-offer__eyebrow {
  display: inline-block;
  margin-bottom: 14px;

  font-family: Montserrat, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  color: rgba(255,255,255,0.88);
}

.pbc-intro-offer h2 {
  margin: 0 0 18px;

  font-family: "League Spartan", Montserrat, Arial, sans-serif;
  font-size: clamp(2.3rem, 5vw, 4.6rem);
  font-weight: 900;
  line-height: 0.92;
  text-transform: uppercase;

  color: #ffffff;

  text-shadow:
    0 3px 10px rgba(0,0,0,0.16);
}

.pbc-intro-offer p {
  max-width: 700px;
  margin: 0 auto 30px;

  font-size: 1.12rem;
  line-height: 1.6;

  color: rgba(255,255,255,0.96);
}

.pbc-intro-offer__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 16px 36px;

  border-radius: 999px;

  background: #ffffff;
  color: #2b853a;

  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;

  box-shadow:
    0 10px 24px rgba(0,0,0,0.18);

  transition: all 0.22s ease;
}

.pbc-intro-offer__btn:hover {
  transform: translateY(-2px);

  background: #f5f5f5;
  color: #226c2f;
}

@media (max-width: 575px) {

  .pbc-intro-offer {
    padding: 46px 16px;
  }

  .pbc-intro-offer__inner {
    padding: 34px 22px;
    border-radius: 22px;
  }

  .pbc-intro-offer p {
    font-size: 1rem;
  }

  .pbc-intro-offer__btn {
    width: 100%;
  }
}

/* Alternate Hero */
/* Busy Bee Bins HOME */
.bbb-home {
  --bbb-yellow: #f3ee5c;
  --bbb-green: #58744B;
  --bbb-dark: #10203a;
  --bbb-muted: #60729a;
  --bbb-bg: #f7faff;
  --bbb-shadow: 0 16px 40px rgba(0,0,0,.12);
  color: var(--bbb-dark);
  background: var(--bbb-bg);
}

.bbb-hero {
  position: relative;
  width: 100vw;
  min-height: 600px;
  margin-left: calc(50% - 50vw);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.bbb-hero__bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(135deg, rgba(0,0,0,.3), rgba(88,116,75,.35)),
    url('/images/hero-images/trash-bin-cleaning-concord-mooresville-nc.jpg');
  background-size: cover;
  background-position: 50% 50%;
}

.bbb-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.55));
}

.bbb-hero__content {
  position: relative;
  z-index: 2;
  max-width: 980px;
  padding: 40px 20px;
  text-align: center;
  color: #fff;
}

.bbb-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #9cd13f;
  color: #111;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .85rem;
}

.bbb-hero h1,
.bbb-section-heading h2,
.bbb-split__content h2,
.bbb-commercial-band h2,
.bbb-final-cta h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 5vw, 4.3rem);
  line-height: 1.08;
  font-weight: 800;
}

.bbb-hero p {
  max-width: 780px;
  margin: 0 auto 28px;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.6;
}

.bbb-hero__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.bbb-btn {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: all .25s ease;
}

.bbb-btn--primary {
  background: #9cd13f;
  color: #111;
  border: 1px solid rgba(255,255,255,.28);
}

.bbb-btn--secondary {
  background: #fcb318;
  color: #fff;
  border: 2px solid rgba(216,59,52,.1);
}

.bbb-btn:hover {
  transform: translateY(-2px);
  opacity: .92;
  color: #000000 !important;
  border: 2px solid rgba(0,0,0,1) !important;
}

/* How It Works Heading and Video */
.how-it-works .how-it-works__top{
  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  justify-content:center !important;
  gap:40px !important;
  max-width:1600px !important;
  margin:0 auto 40px !important;
  padding:0 20px !important;
  box-sizing:border-box !important;
}

.how-it-works .how-it-works__intro.how-it-works__intro--left{
  display:block !important;
  flex:0 0 38% !important;
  width:38% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  text-align:left !important;
}

.how-it-works .how-it-works__video{
  display:block !important;
  flex:0 0 35% !important;
  width:35% !important;
  max-width:none !important;
  margin:0 !important;
}

.how-it-works .how-it-works__video video{
  display:block !important;
  width:100% !important;
  height:auto !important;
  border-radius:14px;
  box-shadow:0 10px 28px rgba(0,0,0,.18);
}

@media (max-width:900px){
  .how-it-works .how-it-works__top{
    flex-direction:column !important;
    align-items:stretch !important;
    gap:24px !important;
  }

@media (max-width: 900px) {

  .how-it-works .how-it-works__video {
    display: flex !important;
    justify-content: center !important;
  }

}
  .how-it-works .how-it-works__intro.how-it-works__intro--left,
  .how-it-works .how-it-works__video{
    flex:0 0 auto !important;
    width:100% !important;
  }

  .how-it-works .how-it-works__intro.how-it-works__intro--left{
    text-align:center !important;
  }
}

/* CTA */
.bbb-final-cta .bbb-final-btn-yellow {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  background: #f3ee5c !important;
  color: #111 !important;
  border: 1px solid rgba(255,255,255,.28);
  transition: all .25s ease;
}

.bbb-final-cta .bbb-final-btn-yellow:hover {
  background: #f3ee5c !important;
  color: #000 !important;
  border: 2px solid #000 !important;
  transform: translateY(-2px);
  opacity: .92;
}

.bbb-final-cta .bbb-final-btn-red {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  background: #d73a33 !important;
  color: #ffffff !important;
  border: 2px solid #000 !important;
  transition: all .25s ease;
}

.bbb-final-cta .bbb-final-btn-red:hover {
  background: #d73a33 !important;
  color: #ffffff !important;
  border: 2px solid #000 !important;
  transform: translateY(-2px);
  opacity: .92;
}

.bbb-final-cta h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 5vw, 4.3rem);
  line-height: 1.08;
  font-weight: 800;
}

.bbb-final-cta h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.bbb-final-cta p {
  font-size: 1.08rem;
  line-height: 1.75;
}

.bbb-final-cta {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 70px 20px;
  text-align: center;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(16,32,58,.8), rgba(88,116,75,.3)),
    url('/images/residential-trash-bin-cleaning-northwest-new-jersey.jpg') center/cover no-repeat
}

.bbb-final-cta__inner {
  max-width: 900px;
  margin: 0 auto;
}

.bbb-final-cta .bbb-final-btn-yellow {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  background: #9cd13f !important;
  color: #111 !important;
  border: 1px solid rgba(255,255,255,.28);
  transition: all .25s ease;
}

.bbb-final-cta .bbb-final-btn-yellow:hover {
  background: #9cd13f !important;
  color: #000 !important;
  border: 2px solid #000 !important;
  transform: translateY(-2px);
  opacity: .92;
}

.bbb-final-cta .bbb-final-btn-red {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  background: #d73a33 !important;
  color: #ffffff !important;
  border: 2px solid #000 !important;
  transition: all .25s ease;
}

.bbb-final-cta .bbb-final-btn-red:hover {
  background: #d73a33 !important;
  color: #ffffff !important;
  border: 2px solid #000 !important;
  transform: translateY(-2px);
  opacity: .92;
}

/* Fixes Black Rule Caused By Hero Arch meeting next Module */
.pbc-hero-curve {
  line-height: 0;
  margin-bottom: -2px;
}

.pbc-hero-curve svg {
  display: block;
  vertical-align: bottom;
}

.pbc-hero-curve path {
  fill: #ffffff; /* Match next section background */
}