.elementor-1048 .elementor-element.elementor-element-201aa7e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0e26d36 *//* ===================================================
DECORATING PREPARATION PAGE CSS
=================================================== */

.mh-decoprep-page {
    width: 100%;
    overflow: hidden;
    font-family: inherit;
    color: #1f2933;
}

.mh-decoprep-container {
    width: min(1180px, 92%);
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.mh-decoprep-small-title,
.mh-decoprep-badge {
    display: inline-block;
    margin-bottom: 14px;
    color: #0f5f8f;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.mh-decoprep-page h1,
.mh-decoprep-page h2,
.mh-decoprep-page h3 {
    margin: 0;
    line-height: 1.15;
    color: #111827;
}

.mh-decoprep-page p {
    margin: 0;
    color: #4b5563;
    line-height: 1.8;
    font-size: 17px;
}

/* HERO */

.mh-decoprep-hero {
    position: relative;
    padding: 120px 0;
    background:
        linear-gradient(135deg, rgba(15, 95, 143, .92), rgba(17, 24, 39, .94)),
        url("https://metheringhamhandyman.co.uk/wp-content/uploads/2026/06/plastering.jpg");
    background-size: cover;
    background-position: center;
    color: #fff;
}

.mh-decoprep-hero .mh-decoprep-container {
    max-width: 850px;
    text-align: center;
}

.mh-decoprep-hero h1 {
    color: #fff;
    font-size: clamp(38px, 6vw, 68px);
    margin-bottom: 25px;
}

.mh-decoprep-hero p {
    color: rgba(255,255,255,.92);
    font-size: 19px;
    max-width: 780px;
    margin: auto;
}

.mh-decoprep-badge {
    color: #fff;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.25);
    padding: 10px 18px;
    border-radius: 100px;
}

/* BUTTONS */

.mh-decoprep-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 35px;
}

.mh-decoprep-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 28px;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 700;
    transition: .3s;
}

.mh-decoprep-btn.primary {
    background: #0f5f8f;
    color: #fff;
}

.mh-decoprep-btn.secondary {
    background: #fff;
    color: #0f5f8f;
}

.mh-decoprep-btn:hover {
    transform: translateY(-3px);
}

/* SECTION 2 */

.mh-decoprep-section {
    padding: 95px 0;
    background: #fff;
}

.mh-decoprep-grid {
    display: grid;
    grid-template-columns: 1.45fr .8fr;
    gap: 55px;
    align-items: center;
}

.mh-decoprep-content h2,
.mh-decoprep-heading h2,
.mh-decoprep-final-box h2 {
    font-size: clamp(32px, 4vw, 48px);
    margin-bottom: 22px;
}

.mh-decoprep-content p + p {
    margin-top: 18px;
}

.mh-decoprep-card {
    background: #f5f9fc;
    padding: 36px;
    border-radius: 24px;
    border: 1px solid #dbe6ec;
    box-shadow: 0 18px 40px rgba(15,95,143,.10);
}

.mh-decoprep-card h3 {
    font-size: 25px;
    margin-bottom: 20px;
}

.mh-decoprep-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mh-decoprep-card li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
    line-height: 1.5;
    color: #374151;
}

.mh-decoprep-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #0f5f8f;
    font-weight: 900;
}

/* SERVICES */

.mh-decoprep-services {
    padding: 95px 0;
    background: #f8fafc;
}

.mh-decoprep-heading {
    max-width: 800px;
    text-align: center;
    margin: 0 auto 55px;
}

.mh-decoprep-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.mh-decoprep-service-card {
    background: #fff;
    padding: 32px;
    border-radius: 22px;
    border: 1px solid #e6edf3;
    box-shadow: 0 14px 34px rgba(17,24,39,.08);
    transition: .3s;
}

.mh-decoprep-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(17,24,39,.12);
}

.mh-decoprep-service-card h3 {
    color: #0f5f8f;
    font-size: 22px;
    margin-bottom: 15px;
}

.mh-decoprep-service-card p {
    font-size: 16px;
}

/* CTA */

.mh-decoprep-final {
    padding: 95px 0;
    background: #111827;
}

.mh-decoprep-final-box {
    max-width: 900px;
    margin: auto;
    background: linear-gradient(135deg, #fff, #eef6fb);
    padding: 55px;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0 25px 60px rgba(0,0,0,.25);
}

.mh-decoprep-final-box p {
    max-width: 720px;
    margin: auto;
}

.mh-decoprep-back-btn {
    display: inline-block;
    margin-top: 35px;
    font-weight: 700;
    text-decoration: none;
    color: #0f5f8f !important;
    transition: .3s;
}

.mh-decoprep-back-btn:hover {
    color: #083f60;
    transform: translateX(-4px);
}

/* TABLET */

@media (max-width: 1024px) {
    .mh-decoprep-hero {
        padding: 95px 0;
    }

    .mh-decoprep-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .mh-decoprep-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* MOBILE */

@media (max-width: 767px) {
    .mh-decoprep-hero {
        padding: 80px 0;
    }

    .mh-decoprep-section,
    .mh-decoprep-services,
    .mh-decoprep-final {
        padding: 70px 0;
    }

    .mh-decoprep-page p,
    .mh-decoprep-hero p {
        font-size: 16px;
    }

    .mh-decoprep-buttons {
        flex-direction: column;
    }

    .mh-decoprep-btn {
        width: 100%;
    }

    .mh-decoprep-card,
    .mh-decoprep-final-box {
        padding: 28px;
    }

    .mh-decoprep-service-grid {
        grid-template-columns: 1fr;
    }

    .mh-decoprep-hero h1 {
        font-size: 40px;
    }

    .mh-decoprep-content h2,
    .mh-decoprep-heading h2,
    .mh-decoprep-final-box h2 {
        font-size: 34px;
    }
}/* End custom CSS */