/*-- -------------------------- -->
<---      Junk Removal Hero       -->
<--- -------------------------- -*/

/* Mobile - 0rem */
@media only screen and (min-width: 0rem) {
  #junk-removal-hero-5423 {
    padding: var(--sectionPadding);
    /* 160px - 200px */
    padding-top: clamp(15rem, 20vw, 12.5rem);
    background-color: #1a1a1a;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #junk-removal-hero-5423 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  #junk-removal-hero-5423 .cs-content {
    text-align: center;
    width: 100%;
    /* 40px - 52px */
    margin-bottom: clamp(2.5rem, 5vw, 3.25rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  #junk-removal-hero-5423 .cs-title {
    /* 39px - 61px */
    font-size: clamp(2.438rem, 5vw, 3.813rem);
    color: var(--bodyTextColorWhite);
    margin-bottom: 1rem;
  }
  #junk-removal-hero-5423 .cs-text {
    margin-bottom: 1.5rem;
    color: var(--bodyTextColorWhite);
    opacity: 0.8;
  }
  #junk-removal-hero-5423 .cs-flex {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    width: 100%;
  }
  #junk-removal-hero-5423 .cs-button-solid {
    font-size: 1rem;
    font-weight: 700;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-align: center;
    text-decoration: none;
    min-width: 9.375rem;
    margin: 0;
    box-sizing: border-box;
    /* 32px - 48px */
    padding: 0 clamp(2rem, 4vw, 3rem);
    background-color: var(--primary);
    color: var(--bodyTextColorWhite);
    border-radius: 0.25rem;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: background-color 0.3s;
  }
  #junk-removal-hero-5423 .cs-button-solid:hover {
    background-color: var(--primaryLight);
  }
  #junk-removal-hero-5423 .cs-button-alt {
    background-color: transparent;
    border: 2px solid var(--primary);
    color: var(--primary);
  }
  #junk-removal-hero-5423 .cs-button-alt:hover {
    background-color: var(--primary);
    color: var(--bodyTextColorWhite);
  }
  #junk-removal-hero-5423 .cs-picture {
    width: 100%;
    /* 280px - 510px */
    height: clamp(17.5rem, 58.6vw, 35rem);
    /* 16px - 20px */
    margin-bottom: clamp(1rem, 2vw, 1.25rem);
    display: block;
    position: relative;
  }
  #junk-removal-hero-5423 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2.5rem;
    position: absolute;
  }
}
/* Tablet - 48rem */
@media only screen and (min-width: 48rem) {
  #junk-removal-hero-5423 .cs-flex {
    flex-direction: row;
    justify-content: center;
  }
}
/* Large Desktop 81.25rem */
@media only screen and (min-width: 81.25rem) {
  #junk-removal-hero-5423 .cs-content {
    text-align: left;
    max-width: 80rem;
    align-items: flex-start;
  }
  #junk-removal-hero-5423 .cs-flex {
    justify-content: flex-start;
  }
}


/*-- -------------------------- -->
<---      Service Overview       -->
<--- -------------------------- -*/

/* Mobile - 0rem */
@media only screen and (min-width: 0rem) {
  #junk-removal-overview-5424 {
    padding: var(--sectionPadding);
    position: relative;
    z-index: 1;
  }
  #junk-removal-overview-5424 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(2rem, 5vw, 3rem);
  }
  #junk-removal-overview-5424 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  #junk-removal-overview-5424 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: clamp(1rem, 2vw, 1.25rem);
  }
  #junk-removal-overview-5424 .cs-item {
    list-style: none;
    grid-column: span 12;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 0.75rem;
    padding: clamp(1rem, 2.4vw, 1.5rem);
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: start;
    transition: border-color 0.3s, box-shadow 0.3s;
  }
  #junk-removal-overview-5424 .cs-item:hover {
    border-color: var(--primary);
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.1);
  }
  #junk-removal-overview-5424 .cs-icon-picture {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #junk-removal-overview-5424 .cs-icon {
    width: 2rem;
    height: auto;
    filter: brightness(0) saturate(100%) invert(27%) sepia(100%) saturate(2594%) hue-rotate(195deg) brightness(99%) contrast(101%);
  }
  #junk-removal-overview-5424 .cs-text-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  #junk-removal-overview-5424 .cs-h3 {
    font-family: var(--headerFont);
    font-size: clamp(1rem, 2.6vw, 1.25rem);
    line-height: 1.4em;
    margin: 0;
    color: var(--headerColor);
  }
  #junk-removal-overview-5424 .cs-item-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
  }
}
/* Tablet - 48rem */
@media only screen and (min-width: 48rem) {
  #junk-removal-overview-5424 .cs-item {
    grid-column: span 6;
  }
}
/* Desktop - 64rem */
@media only screen and (min-width: 64rem) {
  #junk-removal-overview-5424 .cs-item {
    grid-column: span 3;
  }
}


/*-- -------------------------- -->
<---      Items We Remove        -->
<--- -------------------------- -*/

/* Mobile - 0rem */
@media only screen and (min-width: 0rem) {
  #junk-removal-items-5425 {
    padding: var(--sectionPadding);
    background: #f7f9fc;
    position: relative;
    z-index: 1;
  }
  #junk-removal-items-5425 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  #junk-removal-items-5425 .cs-content {
    text-align: center;
    width: 100%;
    max-width: 44rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  #junk-removal-items-5425 .cs-columns {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: clamp(1rem, 2vw, 1.25rem);
  }
  #junk-removal-items-5425 .cs-col {
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #eaeaea;
    padding: clamp(1rem, 2.2vw, 1.5rem);
    grid-column: span 12;
  }
  #junk-removal-items-5425 .cs-col-title {
    color: var(--primary);
    margin-bottom: 0.75rem;
    font-size: clamp(1rem, 2.6vw, 1.25rem);
  }
  #junk-removal-items-5425 .cs-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.5rem;
  }
  #junk-removal-items-5425 .cs-list li {
    position: relative;
    padding-left: 1.5rem;
    color: var(--bodyTextColor);
    font-size: var(--bodyFontSize);
    line-height: 1.6em;
  }
  #junk-removal-items-5425 .cs-list li:before {
    content: "";
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 50%;
    background: var(--primary);
    position: absolute;
    left: 0;
    top: 0.3rem;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="white" d="M6.173 13.727L.8 8.354l1.886-1.886 3.487 3.487 7.141-7.141 1.886 1.886z"/></svg>') no-repeat center / contain;
            mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="white" d="M6.173 13.727L.8 8.354l1.886-1.886 3.487 3.487 7.141-7.141 1.886 1.886z"/></svg>') no-repeat center / contain;
  }
  #junk-removal-items-5425 .cs-footnote {
    text-align: center;
    margin: 2rem 0 0 0;
    color: var(--headerColor);
    font-size: var(--bodyFontSize);
  }
  #junk-removal-items-5425 .cs-link-inline {
    color: var(--primary);
    text-decoration: none;
  }
  #junk-removal-items-5425 .cs-link-inline:hover {
    text-decoration: underline;
  }
}
/* Tablet - 48rem */
@media only screen and (min-width: 48rem) {
  #junk-removal-items-5425 .cs-col {
    grid-column: span 6;
  }
}
/* Desktop - 64rem */
@media only screen and (min-width: 64rem) {
  #junk-removal-items-5425 .cs-col {
    grid-column: span 4;
  }
}


/*-- -------------------------- -->
<---        Why Choose Us         -->
<--- -------------------------- -*/

/* Mobile - 0rem */
@media only screen and (min-width: 0rem) {
  #junk-removal-benefits-5426 {
    padding: var(--sectionPadding);
    position: relative;
    z-index: 1;
  }
  #junk-removal-benefits-5426 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(2rem, 5vw, 3rem);
  }
  #junk-removal-benefits-5426 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  #junk-removal-benefits-5426 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: clamp(1rem, 2vw, 1.25rem);
  }
  #junk-removal-benefits-5426 .cs-item {
    list-style: none;
    grid-column: span 12;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 1rem;
    padding: clamp(1rem, 2.4vw, 1.5rem);
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: start;
    transition: border-color 0.3s, box-shadow 0.3s;
  }
  #junk-removal-benefits-5426 .cs-item:hover {
    border-color: var(--primary);
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.1);
  }
  #junk-removal-benefits-5426 .cs-icon-picture {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #junk-removal-benefits-5426 .cs-icon {
    width: 2rem;
    height: auto;
    filter: brightness(0) saturate(100%) invert(27%) sepia(100%) saturate(2594%) hue-rotate(195deg) brightness(99%) contrast(101%);
  }
  #junk-removal-benefits-5426 .cs-text-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  #junk-removal-benefits-5426 .cs-h3 {
    font-family: var(--headerFont);
    font-size: clamp(1rem, 2.6vw, 1.25rem);
    line-height: 1.4em;
    margin: 0;
    color: var(--headerColor);
  }
  #junk-removal-benefits-5426 .cs-item-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
  }
}
/* Tablet - 48rem */
@media only screen and (min-width: 48rem) {
  #junk-removal-benefits-5426 .cs-item {
    grid-column: span 6;
  }
}
/* Desktop - 64rem */
@media only screen and (min-width: 64rem) {
  #junk-removal-benefits-5426 .cs-item {
    grid-column: span 4;
  }
}


/*-- -------------------------- -->
<---         Process / Timeline   -->
<--- -------------------------- -*/

/* Mobile - 0rem */
@media only screen and (min-width: 0rem) {
  #junk-removal-process-5427 {
    padding: var(--sectionPadding);
    background: #f7f9fc;
    position: relative;
    z-index: 1;
  }
  #junk-removal-process-5427 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: clamp(2rem, 5vw, 3rem);
  }
  #junk-removal-process-5427 .cs-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  #junk-removal-process-5427 .cs-timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: clamp(1rem, 2.4vw, 1.25rem);
  }
  #junk-removal-process-5427 .cs-tl-item {
    grid-column: span 12;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 0.75rem;
    padding: clamp(1rem, 2.4vw, 1.5rem);
    position: relative;
  }
  #junk-removal-process-5427 .cs-tl-year {
    display: inline-block;
    font-weight: 900;
    font-size: clamp(1.5rem, 4vw, 2rem);
    color: var(--primary);
    margin-bottom: 0.5rem;
    font-family: var(--headerFont);
  }
  #junk-removal-process-5427 .cs-tl-title {
    margin: 0 0 0.5rem 0;
    color: var(--headerColor);
    font-size: clamp(1rem, 2.6vw, 1.25rem);
    font-family: var(--headerFont);
  }
  #junk-removal-process-5427 .cs-tl-text {
    margin: 0;
    color: var(--bodyTextColor);
    font-size: var(--bodyFontSize);
    line-height: 1.6em;
  }
}
/* Tablet - 48rem */
@media only screen and (min-width: 48rem) {
  #junk-removal-process-5427 .cs-tl-item {
    grid-column: span 6;
  }
}
/* Desktop - 64rem */
@media only screen and (min-width: 64rem) {
  #junk-removal-process-5427 .cs-tl-item {
    grid-column: span 3;
  }
}


/*-- -------------------------- -->
<---       Call To Action        -->
<--- -------------------------- -*/

/* Mobile - 0rem */
@media only screen and (min-width: 0rem) {
  #junk-removal-cta-5428 {
    padding: var(--sectionPadding);
    background-color: #010104;
    position: relative;
    z-index: 1;
  }
  #junk-removal-cta-5428 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(2.5rem, 5vw, 3rem);
  }
  #junk-removal-cta-5428 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  #junk-removal-cta-5428 .cs-title {
    font-size: clamp(2.8125rem, 4vw, 5.5rem);
    margin: 0;
    color: var(--bodyTextColorWhite);
    flex: none;
  }
  #junk-removal-cta-5428 .cs-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
  }
  #junk-removal-cta-5428 .cs-text {
    margin-bottom: 1rem;
    color: var(--bodyTextColorWhite);
    opacity: 0.8;
  }
  #junk-removal-cta-5428 .cs-button-solid {
    font-size: 1rem;
    line-height: clamp(2.875em, 5.5vw, 3.5em);
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #fff;
    min-width: 9.375rem;
    padding: 0 1.5rem;
    background-color: var(--primary);
    border-radius: 0.25rem;
    display: inline-block;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    transition: background-color 0.3s;
  }
  #junk-removal-cta-5428 .cs-button-solid:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 0%;
    background: #000;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0.25rem;
    transition: width 0.3s;
  }
  #junk-removal-cta-5428 .cs-button-solid:hover:before {
    width: 100%;
  }
  #junk-removal-cta-5428 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #junk-removal-cta-5428 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.08;
    object-fit: cover;
  }
}
/* Tablet - 48rem */
@media only screen and (min-width: 48rem) {
  #junk-removal-cta-5428 .cs-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    text-align: left;
  }
  #junk-removal-cta-5428 .cs-flex {
    max-width: 23.25rem;
    align-items: flex-start;
  }
}



