.elementor-1007 .elementor-element.elementor-element-1ffe153{--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;--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-59776a0 *//* ===================================================
WALL SKIMMING PAGE CSS
=================================================== */

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

/* GLOBAL */
.mh-skim-container {
    width: min(1180px, 92%);
    margin: 0 auto;
}

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

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

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

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

.mh-skim-hero .mh-skim-container {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

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

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

.mh-skim-badge {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.28);
    padding: 10px 18px;
    border-radius: 999px;
}

/* BUTTONS */
.mh-skim-buttons {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.mh-skim-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 14px 26px;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.25s ease;
}

.mh-skim-btn.primary {
    background: #0f5f8f;
    color: #ffffff;
    border: 2px solid #0f5f8f;
}

.mh-skim-btn.secondary {
    background: #ffffff;
    color: #0f5f8f;
    border: 2px solid #ffffff;
}

.mh-skim-btn:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}

/* SECTION 2 */
.mh-skim-section {
    padding: 95px 0;
    background: #ffffff;
}

.mh-skim-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr;
    gap: 50px;
    align-items: center;
}

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

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

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

.mh-skim-card h3 {
    font-size: 25px;
    margin-bottom: 22px;
}

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

.mh-skim-card li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    color: #374151;
    font-size: 16px;
    line-height: 1.5;
}

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

/* SERVICES */
.mh-skim-services {
    padding: 95px 0;
    background: #f8fafc;
}

.mh-skim-heading {
    max-width: 780px;
    margin: 0 auto 50px;
    text-align: center;
}

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

.mh-skim-service-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 30px;
    border: 1px solid #e5edf2;
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.08);
    transition: all 0.25s ease;
}

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

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

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

/* FINAL CTA */
.mh-skim-final {
    padding: 95px 0;
    background: #111827;
}

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

.mh-skim-final-box p {
    max-width: 760px;
    margin: 0 auto;
}

.mh-skim-back-btn {
    display: inline-flex;
    margin-top: 30px;
    color: #0f5f8f !important;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.25s ease;
}

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

/* TABLET */
@media (max-width: 1024px) {
    .mh-skim-hero {
        padding: 95px 0;
    }

    .mh-skim-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

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

/* MOBILE */
@media (max-width: 767px) {
    .mh-skim-hero {
        padding: 80px 0;
    }

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

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

    .mh-skim-buttons {
        flex-direction: column;
        align-items: stretch;
    }

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

    .mh-skim-card,
    .mh-skim-final-box {
        padding: 28px;
        border-radius: 22px;
    }

    .mh-skim-service-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */