
.gh-wash,
.gh-wash *,
.gh-wash *::before,
.gh-wash *::after{
    box-sizing:border-box;
}

.gh-wash{
    width:100%;
    padding:58px 34px;
    background:#fff;
    font-family:"Titillium Web",Arial,sans-serif;
    color:#25292d;
}

.gh-wash__inner{
    width:100%;
    max-width:1380px;
    margin:0 auto;
}

.gh-wash__header{
    max-width:1050px;
    margin:0 auto 34px;
    text-align:center;
}

.gh-wash__header h2,
.gh-wash__service-title h3,
.gh-wash__step-title,
.gh-wash__bottom-heading strong,
.gh-wash__best-for strong{
    font-family:"Tungsten","Arial Narrow",sans-serif;
    text-transform:uppercase;
    font-weight:700;
}

.gh-wash__header h2{
    margin:0;
    font-size:clamp(40px,3.4vw,62px);
    line-height:.95;
}

.gh-wash__divider{
    display:block;
    width:58px;
    height:4px;
    margin:18px auto;
    background:#ef3123;
}

.gh-wash__header p{
    margin:0;
    font-size:18px;
    line-height:1.5;
}

.gh-wash__services{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:28px;
    align-items:stretch;
}

.gh-wash__service{
    min-width:0;
    border:1px solid #d9d9d9;
    background:#fff;
    display:flex;
    flex-direction:column;
}

.gh-wash__image{
    width:100%;
    height:190px;
    overflow:hidden;
}

.gh-wash__image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.gh-wash__service-title{
    min-height:70px;
    padding:16px 22px;
    background:#080808;
    color:#fff;
    display:flex;
    align-items:center;
    gap:14px;
}

.gh-wash__service-icon{
    color:#ef3123;
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
}

.gh-wash__service-icon i{
    color:inherit;
    font-size:30px;
    line-height:1;
}

.gh-wash__service-icon svg,
.gh-wash__service-icon .e-font-icon-svg{
    width:30px;
    height:30px;
    color:inherit;
    display:block;
}

.gh-wash__service-icon svg [fill]:not([fill="none"]){
    fill:currentColor;
}

.gh-wash__service-icon svg [stroke]:not([stroke="none"]){
    stroke:currentColor;
}

.gh-wash__service-title h3{
    margin:0;
    font-size:30px;
    line-height:1;
}

.gh-wash__service-body{
    flex:1;
    padding:26px 28px;
    display:flex;
    flex-direction:column;
}

.gh-wash__summary{
    margin-bottom:12px;
    font-size:17px;
    line-height:1.5;
}

.gh-wash__steps{
    display:grid;
}

.gh-wash__step{
    min-width:0;
    padding:16px 0;
    border-bottom:1px solid #dedede;
    display:grid;
    grid-template-columns:auto minmax(0,1fr);
    gap:12px;
    align-items:start;
}

.gh-wash__step:last-child{
    border-bottom:0;
}

.gh-wash__step-mark{
    margin-top:2px;
    color:#ef3123;
    font-size:18px;
    font-weight:700;
    line-height:1;
}

.gh-wash__step-copy{
    min-width:0;
    display:grid;
    gap:4px;
}

.gh-wash__step-title{
    display:block;
    font-size:22px;
    line-height:1.05;
}

.gh-wash__step-description{
    display:block;
    line-height:1.45;
}

.gh-wash__best-for{
    margin-top:auto;
    padding-top:18px;
    border-top:1px solid #ddd;
    display:grid;
    gap:6px;
    line-height:1.45;
}

.gh-wash__best-for strong{
    color:#ef3123;
    font-size:20px;
}

.gh-wash__bottom{
    margin-top:30px;
    background:#eee;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    text-align:center;
}

.gh-wash__bottom-item{
    min-width:0;
    padding:26px 34px;
}

.gh-wash__bottom-item + .gh-wash__bottom-item{
    border-left:1px solid #c9c9c9;
}

.gh-wash__bottom-heading{
    margin-bottom:10px;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
}

.gh-wash__bottom-heading strong{
    font-size:23px;
    line-height:1;
}

.gh-wash__bottom-mark{
    color:#ef3123;
    font-size:24px;
    line-height:1;
}

.gh-wash__bottom p{
    margin:0;
    line-height:1.5;
}

@media(max-width:767px){
    .gh-wash{
        padding-left:20px;
        padding-right:20px;
    }

    .gh-wash__services{
        grid-template-columns:1fr;
    }

    .gh-wash__image{
        height:180px;
    }

    .gh-wash__service-title h3{
        font-size:27px;
    }

    .gh-wash__service-body{
        padding:24px 20px;
    }

    .gh-wash__step-title{
        font-size:21px;
    }

    .gh-wash__bottom{
        grid-template-columns:1fr;
    }

    .gh-wash__bottom-item + .gh-wash__bottom-item{
        border-left:0;
        border-top:1px solid #c9c9c9;
    }
}


/* G Home forced accent icons: prevents theme and inline SVG colors from overriding red. */
.gh-wash__service-icon{
    color:#ef3123 !important;
}
.gh-wash__service-icon i,
.gh-wash__service-icon svg,
.gh-wash__service-icon .e-font-icon-svg{
    color:#ef3123 !important;
}
.gh-wash__service-icon svg path:not([fill="none"]):not([fill="transparent"]),
.gh-wash__service-icon svg polygon:not([fill="none"]):not([fill="transparent"]),
.gh-wash__service-icon svg rect:not([fill="none"]):not([fill="transparent"]),
.gh-wash__service-icon svg circle:not([fill="none"]):not([fill="transparent"]),
.gh-wash__service-icon svg ellipse:not([fill="none"]):not([fill="transparent"]){
    fill:#ef3123 !important;
}
.gh-wash__service-icon svg path:not([stroke="none"]),
.gh-wash__service-icon svg line:not([stroke="none"]),
.gh-wash__service-icon svg polyline:not([stroke="none"]),
.gh-wash__service-icon svg polygon:not([stroke="none"]),
.gh-wash__service-icon svg rect:not([stroke="none"]),
.gh-wash__service-icon svg circle:not([stroke="none"]),
.gh-wash__service-icon svg ellipse:not([stroke="none"]){
    stroke:#ef3123 !important;
}
.gh-wash__service-icon img{
    filter:brightness(0) saturate(100%) invert(28%) sepia(95%) saturate(3976%) hue-rotate(351deg) brightness(99%) contrast(89%) !important;
}
