/*-- -------------------------- -->
<---          Banner            -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #banner-water-heater {
        padding: var(--sectionPadding);
        padding-top: 15.625rem;
        padding-bottom: 7.5rem;
        overflow: hidden;
        position: relative;
        z-index: 1;
        background-color: #1A1A1A;
    }
    #banner-water-heater .cs-container {
        text-align: center;
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        gap: 0.75rem;
    }
    #banner-water-heater .cs-int-title {
        font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
        font-weight: 900;
        line-height: 1.2em;
        text-align: inherit;
        margin: 0;
        color: var(--bodyTextColorWhite);
        position: relative;
        font-family: 'DIN-2014';
    }
    #banner-water-heater .cs-breadcrumbs {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #banner-water-heater .cs-link {
        font-size: 1rem;
        line-height: 1.2em;
        text-decoration: none;
        color: var(--bodyTextColorWhite);
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'DIN-2014';
    }
    #banner-water-heater .cs-link:last-of-type::after {
        display: none;
    }
    #banner-water-heater .cs-link:after {
        content: "";
        width: 0.4375rem;
        height: 0.75rem;
        margin: 0 1rem;
        background: url("https://csimg.nyc3.cdn.digitaloceanspaces.com/Icons/white-chev.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        display: block;
    }
    #banner-water-heater .cs-link.cs-active {
        color: var(--primary);
    }
}

/* Tablet - 768px */
@media only screen and (min-width: 64rem) {
    #banner-water-heater .cs-container {
        text-align: left;
        align-items: flex-start;
    }
}

/*-- -------------------------- -->
<---       Introduction         -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #intro-water-heater {
        padding: var(--sectionPadding);
        background-color: #f7f7f7;
    }
    #intro-water-heater .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #intro-water-heater .cs-topper {
        text-align: center;
    }
    #intro-water-heater .cs-title {
        text-align: center;
        max-width: 100%;
    }
    #intro-water-heater .cs-text {
        margin-bottom: 1rem;
        text-align: left;
    }
    #intro-water-heater .cs-text:last-of-type {
        margin-bottom: 0;
    }
}

/*-- -------------------------- -->
<---       Services List        -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #services-list-water-heater {
        padding: var(--sectionPadding);
    }
    #services-list-water-heater .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #services-list-water-heater .cs-topper {
        text-align: center;
    }
    #services-list-water-heater .cs-title {
        text-align: center;
        max-width: 100%;
    }
    #services-list-water-heater .cs-card-group {
        width: 100%;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(15.625rem, 1fr));
        gap: clamp(1rem, 2.5vw, 1.25rem);
    }
    #services-list-water-heater .cs-item {
        text-align: center;
        list-style: none;
        width: 100%;
        margin: 0;
        padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 3vw, 2rem);
        background-color: #f7f7f7;
        border-radius: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        z-index: 1;
    }
    #services-list-water-heater .cs-icon {
        width: clamp(5rem, 13vw, 7rem);
        height: auto;
        margin: 0 0 1.5rem 0;
        display: block;
    }
    #services-list-water-heater .cs-h3 {
        font-size: clamp(1.25rem, 2vw, 1.5625rem);
        line-height: 1.2em;
        font-weight: 700;
        text-align: inherit;
        margin: 0 0 0.75rem 0;
        color: var(--headerColor);
        font-family: 'DIN-2014';
    }
    #services-list-water-heater .cs-text {
        font-size: 1rem;
        line-height: 1.5em;
        text-align: inherit;
        margin: 0;
        color: var(--bodyTextColor);
    }
}

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

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #why-choose-water-heater {
        padding: var(--sectionPadding);
        background-color: #f7f7f7;
        position: relative;
    }
    #why-choose-water-heater .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: clamp(3rem, 6vw, 4rem);
    }
    #why-choose-water-heater .cs-content {
        text-align: left;
        width: 100%;
        max-width: 33.875rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    #why-choose-water-heater .cs-topper {
        text-align: inherit;
    }
    #why-choose-water-heater .cs-title {
        text-align: inherit;
        max-width: 100%;
    }
    #why-choose-water-heater .cs-text {
        text-align: inherit;
    }
    #why-choose-water-heater .cs-list {
        width: 100%;
        margin: 0 0 2rem 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }
    #why-choose-water-heater .cs-li {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: flex-start;
        gap: 0.75rem;
    }
    #why-choose-water-heater .cs-li .cs-icon {
        width: 1.5rem;
        height: auto;
        margin-top: 0.125rem;
        flex-shrink: 0;
    }
    #why-choose-water-heater .cs-button-solid {
        font-size: 1rem;
        line-height: clamp(2.875rem, 5.5vw, 3.5rem);
        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;
        transition: color 0.3s;
        font-family: 'DIN-2014';
    }
    #why-choose-water-heater .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;
    }
    #why-choose-water-heater .cs-button-solid:hover {
        color: #fff;
    }
    #why-choose-water-heater .cs-button-solid:hover:before {
        width: 100%;
    }
    #why-choose-water-heater .cs-image-group {
        width: 100%;
        max-width: 33.875rem;
        aspect-ratio: 324 / 467;
        display: block;
        position: relative;
        order: -1;
    }
    #why-choose-water-heater .cs-picture {
        width: 100%;
        height: 100%;
        border-radius: 1.5em;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
    }
    #why-choose-water-heater .cs-picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 1.5em;
    }
}

/* Tablet - 768px */
@media only screen and (min-width: 64rem) {
    #why-choose-water-heater .cs-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    #why-choose-water-heater .cs-image-group {
        width: 40%;
        min-width: 25rem;
        max-width: 33.875rem;
        aspect-ratio: 3 / 4;
        order: 0;
        flex-shrink: 0;
    }
}

/*-- -------------------------- -->
<---       Service Areas        -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #areas-water-heater {
        padding: var(--sectionPadding);
    }
    #areas-water-heater .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #areas-water-heater .cs-topper {
        text-align: center;
    }
    #areas-water-heater .cs-title {
        text-align: center;
        max-width: 100%;
        margin-bottom: 2rem;
    }
    #areas-water-heater .cs-text {
        text-align: left;
    }
    #areas-water-heater .cs-text:last-of-type {
        margin-bottom: 0;
    }
    #areas-water-heater .cs-list {
        width: 100%;
        max-width: 40.625rem;
        margin: 2rem auto;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    #areas-water-heater .cs-li {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: left;
    }
    #areas-water-heater .cs-li div {
        font-size: var(--bodyFontSize);
        line-height: 1.5em;
        color: var(--bodyTextColor);
        font-family: 'Open Sans', Arial, sans-serif;
        padding: 0;
        margin: 0;
    }
    #areas-water-heater .cs-li strong {
        color: var(--headerColor);
        display: block;
        margin-bottom: 0.25rem;
    }
}

/*-- -------------------------- -->
<---           FAQ              -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #faq-water-heater {
        padding: var(--sectionPadding);
        background-color: #f7f7f7;
    }
    #faq-water-heater .cs-container {
        width: 100%;
        max-width: 48rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #faq-water-heater .cs-topper {
        text-align: center;
    }
    #faq-water-heater .cs-title {
        text-align: center;
        max-width: 100%;
    }
    #faq-water-heater .cs-faq-group {
        width: 100%;
        max-width: 48rem;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 0.75rem;
    }
    #faq-water-heater .cs-faq-item {
        list-style: none;
        width: 100%;
        background-color: #fff;
        border-radius: 1rem;
        transition: border-bottom 0.3s;
    }
    #faq-water-heater .cs-faq-item.active .cs-button {
        color: var(--primary);
    }
    #faq-water-heater .cs-faq-item.active .cs-button:before {
        background-color: var(--primary);
        transform: rotate(315deg);
    }
    #faq-water-heater .cs-faq-item.active .cs-button:after {
        background-color: var(--primary);
        transform: rotate(225deg);
    }
    #faq-water-heater .cs-faq-item.active .cs-item-p {
        height: auto;
        opacity: 1;
        padding: 0 1.5rem 1.5rem;
    }
    #faq-water-heater .cs-button {
        font-size: 1rem;
        line-height: 1.2em;
        text-align: left;
        font-weight: bold;
        padding: 1.5rem;
        background: transparent;
        border: none;
        color: var(--headerColor);
        display: block;
        width: 100%;
        position: relative;
        transition: background-color 0.3s, color 0.3s;
        font-family: 'DIN-2014';
    }
    #faq-water-heater .cs-button:hover {
        cursor: pointer;
    }
    #faq-water-heater .cs-button-text {
        width: 90%;
        display: block;
    }
    #faq-water-heater .cs-indicator {
        width: 2.5rem;
        height: 2.5rem;
        background-color: #E8E8E8;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        right: 1.5rem;
        transform: translateY(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #faq-water-heater .cs-indicator:before {
        content: "";
        width: 1rem;
        height: 0.125rem;
        background-color: var(--headerColor);
        opacity: 1;
        border-radius: 2px;
        position: absolute;
        display: block;
        transition: background-color 0.3s, transform 0.5s;
    }
    #faq-water-heater .cs-indicator:after {
        content: "";
        width: 1rem;
        height: 0.125rem;
        background-color: var(--headerColor);
        opacity: 1;
        border-radius: 2px;
        position: absolute;
        display: block;
        transition: background-color 0.3s, transform 0.5s;
        transform: rotate(90deg);
    }
    #faq-water-heater .cs-item-p {
        font-size: 0.875rem;
        line-height: 1.5em;
        width: 90%;
        height: 0;
        margin: 0;
        padding: 0 1.5rem;
        opacity: 0;
        color: var(--bodyTextColor);
        overflow: hidden;
        transition: opacity 0.3s, padding-bottom 0.3s;
        font-family: 'Open Sans', Arial, sans-serif;
    }
}

/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #faq-water-heater .cs-container {
        max-width: 48rem;
    }
}

/*-- -------------------------- -->
<---       Call to Action       -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #cta-water-heater {
        padding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem clamp(10.75rem, 30.82vw, 20.25rem) 1rem;
        background: linear-gradient(
            to bottom,
            rgba(26, 26, 26, 0.9),
            rgba(26, 26, 26, 0.8)
        ),
        url('/assets/index/VAN2.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }
    #cta-water-heater .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    #cta-water-heater .cs-topper {
        color: var(--primary);
    }
    #cta-water-heater .cs-title {
        color: #fff;
        max-width: 100%;
        margin-bottom: 1rem;
    }
    #cta-water-heater .cs-text {
        color: #fff;
        margin-bottom: 2rem;
        opacity: 0.9;
    }
    #cta-water-heater .cs-button-group {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        width: 100%;
        max-width: 25rem;
    }
    #cta-water-heater .cs-button-solid {
        font-size: 1rem;
        line-height: clamp(2.875rem, 5.5vw, 3.5rem);
        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;
        transition: color 0.3s;
        width: 100%;
        font-family: 'DIN-2014';
    }
    #cta-water-heater .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;
    }
    #cta-water-heater .cs-button-solid:hover {
        color: #fff;
    }
    #cta-water-heater .cs-button-solid:hover:before {
        width: 100%;
    }
    #cta-water-heater .cs-button-solid.cs-secondary {
        background-color: transparent;
        color: #fff;
        border: 2px solid var(--primary);
        font-family: 'DIN-2014';
    }
    #cta-water-heater .cs-button-solid.cs-secondary:hover {
        background-color: var(--primary);
        color: #fff;
    }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #cta-water-heater .cs-button-group {
        flex-direction: row;
        max-width: 100%;
    }
}

/*-- -------------------------- -->
<---          Footer            -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #cs-footer-842 {
        padding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem 1.25rem;
        background-color: #fff;
        position: relative;
        z-index: 1;
    }
    #cs-footer-842 .cs-wave {
        width: 100%;
        height: auto;
        position: absolute;
        left: 0;
        bottom: 99%;
        pointer-events: none;
    }
    #cs-footer-842 .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        column-gap: 5.25rem;
        row-gap: 2rem;
    }
    #cs-footer-842 .cs-logo-group {
        width: 100%;
        max-width: 26.625rem;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 1.5rem;
    }
    #cs-footer-842 .cs-logo {
        display: inline-block;
    }
    #cs-footer-842 .cs-logo-img {
        width: auto;
        height: 2rem;
        display: block;
    }
    #cs-footer-842 .cs-text {
        font-size: 1rem;
        line-height: 1.5em;
        margin: 0;
        color: var(--bodyTextColorWhite);
    }
    #cs-footer-842 .cs-social {
        display: flex;
        justify-content: flex-start;
        gap: 0.75rem;
    }
    #cs-footer-842 .cs-social-link {
        width: 2rem;
        height: 2rem;
        background-color: #484848;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 1;
        transition: background-color 0.3s;
    }
    #cs-footer-842 .cs-social-link:hover {
        background-color: var(--primary);
    }
    #cs-footer-842 .cs-social-img {
        height: 0.6875rem;
        width: auto;
        display: block;
    }
    #cs-footer-842 .cs-social-img-instagram {
        height: 0.6875rem;
        width: auto;
        display: block;
    }
    #cs-footer-842 .cs-ul-wrapper {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    #cs-footer-842 .cs-header {
        font-size: 1rem;
        line-height: 1.5em;
        font-weight: 700;
        margin: 0 0 0.875rem 0;
        color: var(--bodyTextColorWhite);
        display: block;
        position: relative;
    }
    #cs-footer-842 .cs-ul {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }
    #cs-footer-842 .cs-li {
        list-style: none;
    }
    #cs-footer-842 .cs-link {
        font-size: 1rem;
        text-decoration: none;
        line-height: 1.5em;
        text-align: left;
        color: var(--bodyTextColorWhite);
        display: inline-flex;
        align-items: flex-start;
        gap: 0.5rem;
        transition: color 0.3s;
    }
    #cs-footer-842 .cs-link:hover {
        color: var(--primary);
    }
    #cs-footer-842 .cs-icon {
        width: 1.25rem;
        height: auto;
        margin-right: 0.125rem;
        display: block;
    }
    #cs-footer-842 .cs-contact-icon {
        width: 1.25rem;
        height: auto;
        margin-right: 0.125rem;
        display: block;
    }
    #cs-footer-842 .cs-bottom {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        margin-top: 1.5rem;
        padding-top: 1.5rem;
        border-top: 1px solid #484848;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }
    #cs-footer-842 .cs-credit {
        font-size: 1rem;
        line-height: 1.5em;
        text-align: center;
        color: var(--bodyTextColorWhite);
        display: block;
    }
    #cs-footer-842 .cs-credit-link {
        font-size: 1rem;
        line-height: 1.5em;
        text-decoration: none;
        color: var(--bodyTextColorWhite);
        transition: color 0.3s;
    }
    #cs-footer-842 .cs-credit-link:hover {
        color: var(--primary);
    }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #cs-footer-842 .cs-container {
        row-gap: 0;
    }
    #cs-footer-842 .cs-ul-wrapper {
        flex-direction: column;
        gap: 0;
    }
    #cs-footer-842 .cs-bottom {
        flex-direction: row;
        justify-content: space-between;
    }
    #cs-footer-842 .cs-credit {
        text-align: left;
    }
}

/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #cs-footer-842 .cs-logo-group {
        width: auto;
        max-width: 26.625rem;
        margin: 0;
    }
}
