/*-- -------------------------- -->
<---      Clean Outs Hero       -->
<--- -------------------------- -*/

/* Mobile - 0rem */
@media only screen and (min-width: 0rem) {
  #clean-outs-hero-3447 {
    padding: var(--sectionPadding);
    /* 160px - 200px */
    padding-top: clamp(10rem, 20vw, 12.5rem);
    background-color: #1a1a1a;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #clean-outs-hero-3447 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(2rem, 4vw, 3rem);
  }
  #clean-outs-hero-3447 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    position: relative;
    z-index: 1;
  }
  #clean-outs-hero-3447 .cs-title {
    /* 39px - 61px */
    font-size: clamp(2.438rem, 5vw, 3.813rem);
    color: var(--bodyTextColorWhite);
    margin: 0;
  }
  #clean-outs-hero-3447 .cs-text {
    margin: 0;
    color: var(--bodyTextColorWhite);
    opacity: 0.8;
    max-width: 43.75rem;
  }
  #clean-outs-hero-3447 .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;
  }
  #clean-outs-hero-3447 .cs-button-solid:hover {
    background-color: var(--primaryLight);
  }
  #clean-outs-hero-3447 .cs-picture {
    width: 100%;
    /* 280px - 510px */
    height: clamp(17.5rem, 58.6vw, 35rem);
    display: block;
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
  }
  #clean-outs-hero-3447 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* Tablet - 48rem */
@media only screen and (min-width: 48rem) {
  #clean-outs-hero-3447 .cs-content {
    text-align: left;
    align-items: flex-start;
  }
}
/* Desktop - 64rem */
@media only screen and (min-width: 64rem) {
  #clean-outs-hero-3447 .cs-container {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
  }
  #clean-outs-hero-3447 .cs-content {
    width: 50%;
    flex: none;
  }
  #clean-outs-hero-3447 .cs-picture {
    width: 50%;
    height: auto;
    min-height: 25rem;
  }
}
/* Large Desktop - 81.25rem */
@media only screen and (min-width: 81.25rem) {
  #clean-outs-hero-3447 .cs-container {
    gap: 4rem;
  }
}


/*-- -------------------------- -->
<---    Clean Outs Services      -->
<--- -------------------------- -*/

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


/*-- -------------------------- -->
<---   Clean Outs Benefits       -->
<--- -------------------------- -*/

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


/*-- -------------------------- -->
<---    Clean Outs Process       -->
<--- -------------------------- -*/

/* Mobile - 0rem */
@media only screen and (min-width: 0rem) {
  #clean-outs-process-3450 {
    padding: var(--sectionPadding);
    position: relative;
    z-index: 1;
  }
  #clean-outs-process-3450 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(2.5rem, 5vw, 3.5rem);
  }
  #clean-outs-process-3450 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  #clean-outs-process-3450 .cs-process-list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: clamp(1.5rem, 3vw, 2rem);
    position: relative;
  }
  #clean-outs-process-3450 .cs-process-item {
    display: flex;
    gap: clamp(1rem, 2vw, 1.5rem);
    align-items: flex-start;
    position: relative;
  }
  #clean-outs-process-3450 .cs-process-number {
    width: clamp(3rem, 5vw, 4rem);
    height: clamp(3rem, 5vw, 4rem);
    flex-shrink: 0;
    background-color: var(--primary);
    color: var(--bodyTextColorWhite);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--headerFont);
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    font-weight: 700;
    line-height: 1;
  }
  #clean-outs-process-3450 .cs-process-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  #clean-outs-process-3450 .cs-process-title {
    font-family: var(--headerFont);
    font-size: clamp(1.125rem, 2vw, 1.375rem);
    line-height: 1.4em;
    margin: 0;
    color: var(--headerColor);
    font-weight: 700;
  }
  #clean-outs-process-3450 .cs-process-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
  }
}
/* Tablet - 48rem */
@media only screen and (min-width: 48rem) {
  #clean-outs-process-3450 .cs-process-list {
    max-width: 56rem;
  }
  #clean-outs-process-3450 .cs-process-item {
    padding-left: 1rem;
  }
}
/* Desktop - 64rem */
@media only screen and (min-width: 64rem) {
  #clean-outs-process-3450 .cs-process-item {
    padding-left: 2rem;
  }
}


/*-- -------------------------- -->
<---      Clean Outs FAQ         -->
<--- -------------------------- -*/

/* Mobile - 0rem */
@media only screen and (min-width: 0rem) {
  #clean-outs-faq-3451 {
    padding: var(--sectionPadding);
    background-color: #f7f9fc;
    position: relative;
    z-index: 1;
  }
  #clean-outs-faq-3451 .cs-container {
    width: 100%;
    max-width: 56rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(2.5rem, 5vw, 3.5rem);
  }
  #clean-outs-faq-3451 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  #clean-outs-faq-3451 .cs-faq {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  #clean-outs-faq-3451 .cs-faq-item {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: border-color 0.3s;
  }
  #clean-outs-faq-3451 .cs-faq-item.cs-active {
    border-color: var(--primary);
  }
  #clean-outs-faq-3451 .cs-faq-q {
    margin: 0;
    padding: 0;
  }
  #clean-outs-faq-3451 .cs-faq-button {
    width: 100%;
    padding: clamp(1rem, 2vw, 1.25rem);
    text-align: left;
    font-family: var(--headerFont);
    font-size: clamp(1rem, 2vw, 1.125rem);
    font-weight: 600;
    line-height: 1.4em;
    color: var(--headerColor);
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    position: relative;
    transition: color 0.3s;
  }
  #clean-outs-faq-3451 .cs-faq-button:hover {
    color: var(--primary);
  }
  #clean-outs-faq-3451 .cs-faq-button::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--primary);
    transition: transform 0.3s;
    flex-shrink: 0;
  }
  #clean-outs-faq-3451 .cs-faq-item.cs-active .cs-faq-button::after {
    transform: rotate(45deg);
  }
  #clean-outs-faq-3451 .cs-faq-a {
    padding: 0 clamp(1rem, 2vw, 1.25rem);
    padding-bottom: clamp(1rem, 2vw, 1.25rem);
    transition: max-height 0.3s ease, padding 0.3s ease;
  }
  #clean-outs-faq-3451 .cs-faq-a p {
    font-size: var(--bodyFontSize);
    line-height: 1.6em;
    margin: 0;
    color: var(--bodyTextColor);
    padding-top: 0.5rem;
  }
  #clean-outs-faq-3451 .cs-faq-item.cs-faq-hidden {
    display: none;
  }
}
/* Tablet - 43.75rem */
@media only screen and (min-width: 43.75rem) {
  #clean-outs-faq-3451 .cs-faq-item.cs-faq-hidden {
    display: block;
  }
}


/*-- -------------------------- -->
<---    Clean Outs CTA           -->
<--- -------------------------- -*/

/* Mobile - 0rem */
@media only screen and (min-width: 0rem) {
  #clean-outs-cta-3452 {
    padding: var(--sectionPadding);
    background-color: #1a1a1a;
    position: relative;
    z-index: 1;
  }
  #clean-outs-cta-3452 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  #clean-outs-cta-3452 .cs-content {
    text-align: center;
    width: 100%;
    max-width: 43.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  #clean-outs-cta-3452 .cs-title {
    margin: 0;
    color: var(--bodyTextColorWhite);
  }
  #clean-outs-cta-3452 .cs-text {
    margin: 0;
    color: var(--bodyTextColorWhite);
    opacity: 0.8;
  }
  #clean-outs-cta-3452 .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;
    padding: 0 2rem;
    background-color: var(--primary);
    color: var(--bodyTextColorWhite);
    border-radius: 0.25rem;
    display: inline-block;
    transition: background-color 0.3s;
  }
  #clean-outs-cta-3452 .cs-button-solid:hover {
    background-color: var(--primaryLight);
  }
  #clean-outs-cta-3452 .cs-button-alt {
    background-color: transparent;
    border: 2px solid var(--primary);
    color: var(--primary);
  }
  #clean-outs-cta-3452 .cs-button-alt:hover {
    background-color: var(--primary);
    color: var(--bodyTextColorWhite);
  }
}
/* Tablet - 43.75rem */
@media only screen and (min-width: 43.75rem) {
  #clean-outs-cta-3452 .cs-content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
}
/* Tablet - 48rem */
@media only screen and (min-width: 48rem) {
  #clean-outs-cta-3452 .cs-content {
    gap: 1.5rem;
  }
}

