.elementor-1017 .elementor-element.elementor-element-43dc793{--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-5f4f3e0 *//* ===================================================
PLASTER PATCH REPAIRS PAGE CSS
=================================================== */

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

/* ==========================
GLOBAL
========================== */

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

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

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

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

/* ==========================
HERO
========================== */

.mh-patch-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-patch-container{
    position:relative;
    z-index:2;
}

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

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

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

.mh-patch-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-patch-buttons{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
    margin-top:35px;
}

.mh-patch-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-patch-btn.primary{
    background:#0f5f8f;
    color:#fff;
}

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

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

/* ==========================
SECTION 2
========================== */

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

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

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

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

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

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

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

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

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

/* ==========================
SERVICES
========================== */

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

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

.mh-patch-heading h2{
    font-size:clamp(32px,4vw,48px);
    margin-bottom:20px;
}

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

.mh-patch-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-patch-service-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 45px rgba(17,24,39,.12);
}

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

/* ==========================
CTA
========================== */

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

.mh-patch-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-patch-final-box h2{
    font-size:clamp(32px,4vw,48px);
    margin-bottom:20px;
}

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

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

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

/* ==========================
TABLET
========================== */

@media (max-width:1024px){

.mh-patch-hero{
    padding:95px 0;
}

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

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

}

/* ==========================
MOBILE
========================== */

@media (max-width:767px){

.mh-patch-hero{
    padding:80px 0;
}

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

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

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

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

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

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

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

.mh-patch-content h2,
.mh-patch-heading h2,
.mh-patch-final-box h2{
    font-size:34px;
}

}/* End custom CSS */