/*-- -------------------------- -->
<---  Section Background Overrides -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  /* white */
  #sbs-1095,
  #sbs-2295,
  #exterior-surfaces,
  #exterior-paint-quality,
  #exterior-costs,
  #why-choose-12,
  #exterior-maintenance {
    background-color: #fff;
  }
  /* #f7f7f7 */
  #exterior-protect,
  #services-342,
  #process-steps,
  #exterior-residential,
  #location-map,
  #reviews-864,
  #faq-1458 {
    background-color: #f7f7f7;
  }
}
/*-- -------------------------- -->
<---  Before/After Checklist       -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-2295 .cs-check-list.cs-list {
    width: 100%;
    margin: 0 0 1.5rem;
    padding: 0;
    overflow: visible;
  }
  #sbs-2295 .cs-check-list.cs-list .cs-li {
    list-style: none;
    margin: 0 0 0.5rem 0;
    color: var(--bodyTextColor);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.75rem;
  }
  #sbs-2295 .cs-check-list.cs-list .cs-li:before {
    display: none;
  }
  #sbs-2295 .cs-check-list.cs-list .cs-li img {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.1875rem;
    flex: none;
  }
  #sbs-2295 .cs-cta-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.25rem;
  }
  #sbs-2295 .cs-cta-subtext {
    font-size: 1rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
    margin: 0;
    max-width: 30rem;
  }
  #sbs-2295 .cs-cta-wrap .cs-button-solid {
    text-transform: none;
    font-weight: 700;
    line-height: 3rem;
    padding: 0 1.5rem;
    border-radius: 0.5rem;
  }
}
/*-- -------------------------- -->
<---  Check SVG List Override     -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-1095 .cs-check-list.cs-list {
    overflow: visible;
  }
  #sbs-1095 .cs-check-list.cs-list .cs-li:before {
    display: none;
  }
  #sbs-1095 .cs-check-list.cs-list .cs-li img {
    width: 1.25rem;
    height: 1.25rem;
    flex: none;
  }
}
/*-- -------------------------- -->
<---  Split Layout Sections       -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #exterior-protect,
  #exterior-paint-quality,
  #exterior-residential {
    padding: var(--sectionPadding);
  }
  #exterior-protect .cs-container,
  #exterior-paint-quality .cs-container,
  #exterior-residential .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(2rem, 4vw, 3rem);
  }
  #exterior-protect .cs-picture,
  #exterior-paint-quality .cs-picture,
  #exterior-residential .cs-picture {
    width: 100%;
    max-width: 37.5rem;
    border-radius: 0.5rem;
    overflow: hidden;
    display: block;
  }
  #exterior-protect .cs-picture img,
  #exterior-paint-quality .cs-picture img,
  #exterior-residential .cs-picture img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
  }
  #exterior-protect .cs-content,
  #exterior-paint-quality .cs-content,
  #exterior-residential .cs-content {
    text-align: left;
    width: 100%;
    max-width: 37.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #exterior-protect .cs-title,
  #exterior-paint-quality .cs-title,
  #exterior-residential .cs-title {
    font-size: clamp(1.9375rem, 3.9vw, 3.0625rem);
    font-weight: 900;
    line-height: 1.2em;
    margin: 0 0 1rem;
    color: var(--headerColor);
  }
  #exterior-protect .cs-text,
  #exterior-paint-quality .cs-text,
  #exterior-residential .cs-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    color: var(--bodyTextColor);
    margin: 0 0 1rem;
  }
  #exterior-protect .cs-text:last-of-type,
  #exterior-paint-quality .cs-text:last-of-type,
  #exterior-residential .cs-text:last-of-type {
    margin-bottom: 1.5rem;
  }
  #exterior-protect .cs-text a,
  #exterior-paint-quality .cs-text a,
  #exterior-residential .cs-text a {
    color: var(--primary);
    text-decoration: none;
  }
  #exterior-protect .cs-text a:hover,
  #exterior-paint-quality .cs-text a:hover,
  #exterior-residential .cs-text a:hover {
    text-decoration: underline;
  }
  #exterior-maintenance {
    padding: var(--sectionPadding);
  }
  #exterior-maintenance .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1rem, 2vw, 1.5rem);
  }
  #exterior-maintenance .cs-callout {
    width: 100%;
    max-width: 56.25rem;
    background: #f7f7f7;
    border-left: 0.25rem solid var(--primary);
    border-radius: 0.5rem;
    padding: 1.25rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
  }
  #exterior-maintenance .cs-callout-icon-wrap {
    flex: none;
    width: 2.5rem;
    height: 2.5rem;
    background: rgba(254, 247, 232, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #exterior-maintenance .cs-callout-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
  #exterior-maintenance .cs-callout-label {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--headerColor);
    margin: 0 0 0.375rem;
  }
  #exterior-maintenance .cs-callout-text {
    font-size: 0.875rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
    margin: 0;
  }
  #services-342 .cs-link {
    color: inherit;
    height: 100%;
  }
  #services-342 .cs-item-text:has(+ .cs-service-link) {
    padding-bottom: 0;
  }
  #services-342 .cs-service-link {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--primary);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    margin-top: auto;
    padding: 0.75rem clamp(1rem, 2.2vw, 1.5rem) 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  #services-342 .cs-service-link .cs-service-link-icon {
    width: 0.75rem;
    height: 0.75rem;
    flex: none;
  }
}
@media only screen and (min-width: 64rem) {
  #exterior-protect .cs-container,
  #exterior-paint-quality .cs-container,
  #exterior-residential .cs-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #exterior-protect .cs-picture,
  #exterior-paint-quality .cs-picture,
  #exterior-residential .cs-picture {
    flex: 0 0 30rem;
  }
  #exterior-protect .cs-content,
  #exterior-paint-quality .cs-content,
  #exterior-residential .cs-content {
    flex: 1;
    max-width: none;
  }
  #exterior-paint-quality .cs-container {
    flex-direction: row-reverse;
  }
  #exterior-residential .cs-container {
    flex-direction: row-reverse;
  }
}
/*-- -------------------------- -->
<---  Surface Cards Mobile Type   -->
<--- -------------------------- -*/
@media only screen and (min-width: 0rem) {
  #exterior-surfaces .cs-photo-card-content {
    padding: 0.75rem;
    gap: 0.25rem;
  }
  #exterior-surfaces .cs-photo-card-title {
    font-size: 0.75rem;
    line-height: 1.25em;
  }
  #exterior-surfaces .cs-photo-card-text {
    font-size: 0.6875rem;
    line-height: 1.4em;
  }
}
@media only screen and (min-width: 37.5rem) {
  #exterior-surfaces .cs-photo-card-content {
    padding: 1.25rem;
    gap: 0.375rem;
  }
  #exterior-surfaces .cs-photo-card-title {
    font-size: 0.875rem;
    line-height: 1.3em;
  }
  #exterior-surfaces .cs-photo-card-text {
    font-size: 0.75rem;
    line-height: 1.5em;
  }
}
/*-- -------------------------- -->
<---       Exterior Costs         -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #exterior-costs {
    padding: var(--sectionPadding);
  }
  #exterior-costs .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(2rem, 4vw, 3rem);
  }
  #exterior-costs .cs-content {
    text-align: center;
    width: 100%;
    max-width: 50rem;
  }
  #exterior-costs .cs-title {
    font-size: clamp(1.9375rem, 3.9vw, 3.0625rem);
    font-weight: 900;
    line-height: 1.2em;
    margin: 0 0 1rem;
    color: var(--headerColor);
  }
  #exterior-costs .cs-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    color: var(--bodyTextColor);
    margin: 0;
  }
  #exterior-costs .cs-tier-group {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  #exterior-costs .cs-tier {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 0.75rem;
    padding: clamp(1.5rem, 3vw, 2rem);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    text-align: left;
  }
  #exterior-costs .cs-tier-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0;
    color: var(--headerColor);
  }
  #exterior-costs .cs-tier-desc {
    font-size: 0.875rem;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
  }
}
@media only screen and (min-width: 37.5rem) {
  #exterior-costs .cs-tier-group {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/*-- -------------------------- -->
<---  Location Map Override       -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #location-map .cs-content {
    text-align: center;
    width: 100%;
    max-width: 64rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #location-map .cs-content .cs-title {
    margin-bottom: 1rem;
  }
  #location-map .cs-content .cs-text {
    text-align: center;
    width: 100%;
    max-width: 100%;
    align-self: stretch;
    margin: 0 0 0.75rem;
  }
  #location-map .cs-content .cs-text:last-child {
    margin-bottom: 0;
  }
  #location-map .cs-content .cs-text a {
    color: var(--primary);
    text-decoration: none;
  }
  #location-map .cs-layout {
    width: 100%;
    max-width: 64rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: clamp(2rem, 4vw, 3rem);
  }
  #location-map .cs-map-wrapper {
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  }
  #location-map .cs-map-wrapper iframe {
    width: 100%;
    height: clamp(16rem, 40vw, 20rem);
    display: block;
  }
  #location-map .cs-cta-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #location-map .cs-subtext {
    font-size: 0.75rem;
    color: var(--bodyTextColor);
    margin: 0.75rem 0 0;
  }
  #location-map .cs-areas {
    width: 100%;
  }
  #location-map .cs-areas-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0 0 1.25rem;
    color: var(--headerColor);
  }
  #location-map .cs-area-group {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem clamp(2rem, 5vw, 4rem);
  }
  #location-map .cs-area {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    color: var(--bodyTextColor);
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  #location-map .cs-area a {
    color: var(--primaryLight);
    text-decoration: none;
    font-weight: 600;
  }
  #location-map .cs-area a:hover {
    text-decoration: underline;
  }
  #location-map .cs-area-icon {
    width: 1rem;
    height: 1rem;
    flex: none;
  }
}
@media only screen and (min-width: 64rem) {
  #location-map .cs-container {
    flex-direction: column;
  }
  #location-map .cs-layout {
    flex-direction: row;
    align-items: flex-start;
  }
  #location-map .cs-map-wrapper {
    flex: 1;
    width: 100%;
  }
  #location-map .cs-map-wrapper iframe {
    height: 100%;
    min-height: 20rem;
  }
  #location-map .cs-areas {
    flex: 0 0 26.25rem;
  }
}

/*# sourceMappingURL=exterior-painting.css.map */
