{"id":404,"date":"2026-07-07T18:44:37","date_gmt":"2026-07-07T18:44:37","guid":{"rendered":"https:\/\/mayfair.jrtechnology.com.pk\/?page_id=404"},"modified":"2026-07-07T20:28:34","modified_gmt":"2026-07-07T20:28:34","slug":"epc-certificate","status":"publish","type":"page","link":"https:\/\/mayfairsafetygroup.co.uk\/index.php\/epc-certificate\/","title":{"rendered":"EPC Certificate"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"404\" class=\"elementor elementor-404\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b150e4f e-con e-atomic-element e-flexbox-base e-a53d0c5 \" data-id=\"b150e4f\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"b150e4f\">\n    \t\t<div class=\"elementor-element elementor-element-9b31191 elementor-widget elementor-widget-html\" data-id=\"9b31191\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n\/* --- Premium Section 1: Hero --- *\/\r\n.mf-hero-premium {\r\n    position: relative;\r\n    padding: 120px 8%;\r\n    min-height: 80vh;\r\n    display: grid;\r\n    grid-template-columns: 1fr 1fr;\r\n    align-items: center;\r\n    gap: 60px;\r\n    background: linear-gradient(135deg, #050505 0%, #121212 100%);\r\n    overflow: hidden;\r\n    transition: background 0.5s ease;\r\n}\r\nbody.light-mode .mf-hero-premium { background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%); }\r\n\r\n\/* Content Styles *\/\r\n.mf-hero-content h1 {\r\n    font-size: clamp(3rem, 7vw, 5rem);\r\n    text-transform: uppercase;\r\n    font-weight: 900;\r\n    line-height: 0.9;\r\n    color: #ffffff;\r\n    margin-bottom: 30px;\r\n    letter-spacing: -2px;\r\n}\r\nbody.light-mode .mf-hero-content h1 { color: #0b132b; }\r\n\r\n.mf-hero-content h1 span {\r\n    background: linear-gradient(to right, #eab308, #d97706);\r\n    -webkit-background-clip: text;\r\n    -webkit-text-fill-color: transparent;\r\n}\r\n\r\n.mf-hero-content p {\r\n    font-size: 1.25rem;\r\n    line-height: 1.6;\r\n    color: #a0aec0;\r\n    margin-bottom: 40px;\r\n    max-width: 500px;\r\n}\r\nbody.light-mode .mf-hero-content p { color: #4a5568; }\r\n\r\n\/* Interactive Button *\/\r\n.mf-hero-btn {\r\n    padding: 20px 40px;\r\n    background: #eab308;\r\n    color: #000;\r\n    font-weight: 800;\r\n    text-transform: uppercase;\r\n    letter-spacing: 2px;\r\n    border: none;\r\n    cursor: pointer;\r\n    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\r\n}\r\n.mf-hero-btn:hover {\r\n    transform: scale(1.05);\r\n    box-shadow: 0 10px 30px rgba(234, 179, 8, 0.3);\r\n}\r\n\r\n\/* Image Visual *\/\r\n.mf-hero-visual {\r\n    width: 100%;\r\n    height: 500px;\r\n    border-radius: 20px;\r\n    overflow: hidden;\r\n    box-shadow: 0 20px 40px rgba(0,0,0,0.4);\r\n}\r\n#hero-main-img {\r\n    width: 100%;\r\n    height: 100%;\r\n    object-fit: cover;\r\n    display: block !important; \/* Force visibility *\/\r\n}\r\n\r\n@media (max-width: 992px) {\r\n    .mf-hero-premium { grid-template-columns: 1fr; text-align: center; padding: 80px 5%; }\r\n    .mf-hero-content p { margin: 0 auto 40px; }\r\n    .mf-hero-visual { height: 350px; }\r\n}\r\n<\/style>\r\n\r\n<section class=\"mf-hero-premium\">\r\n    <div class=\"mf-hero-content\">\r\n        <span style=\"color:#eab308; font-weight:700; letter-spacing:4px; text-transform:uppercase; font-size:0.9rem;\">Compliance Authority<\/span>\r\n        <h1>Energy Performance <br><span>Certificate (EPC)<\/span><\/h1>\r\n        <p>A legally required audit that secures your property's value and compliance. Precision engineered for landlords and commercial portfolios.<\/p>\r\n        <button class=\"mf-hero-btn\">Get Certified Now<\/button>\r\n    <\/div>\r\n    <div class=\"mf-hero-visual\">\r\n        <!-- Integrated Image with ID for JS control -->\r\n        <img decoding=\"async\" id=\"hero-main-img\" src=\"https:\/\/mayfairsafetygroup.co.uk\/wp-content\/uploads\/2026\/07\/sec-1-bright-scaled.webp\" alt=\"EPC Hero\">\r\n    <\/div>\r\n<\/section>\r\n\r\n<script>\r\n\/\/ Bulletproof Image Swap Logic\r\nfunction updateHeroImage() {\r\n    const img = document.getElementById('hero-main-img');\r\n    if (!img) return;\r\n    \r\n    \/\/ Check if body has dark-mode class\r\n    const isDark = document.body.classList.contains('dark-mode');\r\n    \r\n    const darkSrc = 'https:\/\/mayfairsafetygroup.co.uk\/wp-content\/uploads\/2026\/07\/sec-1-dark-scaled.webp';\r\n    const lightSrc = 'https:\/\/mayfairsafetygroup.co.uk\/wp-content\/uploads\/2026\/07\/sec-1-bright-scaled.webp';\r\n    \r\n    if (isDark && img.src !== darkSrc) {\r\n        img.src = darkSrc;\r\n    } else if (!isDark && img.src !== lightSrc) {\r\n        img.src = lightSrc;\r\n    }\r\n}\r\n\r\n\/\/ Run immediately and every 500ms to ensure it overrides theme overrides\r\nwindow.addEventListener('DOMContentLoaded', updateHeroImage);\r\nsetInterval(updateHeroImage, 500); \r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ec7bf58 elementor-widget elementor-widget-html\" data-id=\"ec7bf58\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n\/* --- Ultra-Premium EPC Section --- *\/\r\n.mf-epc-section-2 {\r\n    display: grid;\r\n    grid-template-columns: 1fr 1fr;\r\n    gap: 80px;\r\n    padding: 100px 8%;\r\n    align-items: center;\r\n    background-color: #080808;\r\n    transition: background-color 0.5s ease;\r\n}\r\nbody.light-mode .mf-epc-section-2 { background-color: #ffffff; }\r\n\r\n\/* Premium Visual Box *\/\r\n.mf-epc-visual {\r\n    width: 100%;\r\n    height: 450px;\r\n    border-radius: 20px;\r\n    overflow: hidden;\r\n    box-shadow: 0 20px 40px rgba(0,0,0,0.4);\r\n    transition: transform 0.4s ease, box-shadow 0.4s ease;\r\n}\r\n.mf-epc-visual:hover {\r\n    transform: scale(1.02);\r\n    box-shadow: 0 30px 60px rgba(234, 179, 8, 0.2);\r\n}\r\n\r\n#epc-section-img {\r\n    width: 100%;\r\n    height: 100%;\r\n    object-fit: cover;\r\n    display: block !important;\r\n    transition: opacity 0.4s ease;\r\n}\r\n\r\n\/* Typography *\/\r\n.mf-epc-content h2 {\r\n    font-size: clamp(2rem, 3.5vw, 2.8rem);\r\n    text-transform: uppercase;\r\n    font-weight: 900;\r\n    margin-bottom: 30px;\r\n    color: #ffffff;\r\n    line-height: 1.1;\r\n    transition: color 0.5s ease;\r\n}\r\nbody.light-mode .mf-epc-content h2 { color: #0b132b; }\r\n\r\n.mf-epc-content p {\r\n    font-size: 1.2rem;\r\n    line-height: 1.7;\r\n    color: #b0b0b0;\r\n    margin-bottom: 25px;\r\n    transition: color 0.5s ease;\r\n}\r\nbody.light-mode .mf-epc-content p { color: #4a5568; }\r\n\r\n.mf-epc-tag {\r\n    color: #eab308;\r\n    font-weight: 700;\r\n    letter-spacing: 4px;\r\n    text-transform: uppercase;\r\n    font-size: 0.9rem;\r\n    margin-bottom: 15px;\r\n    display: block;\r\n}\r\n\r\n\/* Responsive *\/\r\n@media (max-width: 992px) {\r\n    .mf-epc-section-2 { grid-template-columns: 1fr; padding: 60px 5%; gap: 50px; text-align: center; }\r\n    .mf-epc-visual { height: 300px; }\r\n}\r\n<\/style>\r\n\r\n<section class=\"mf-epc-section-2\">\r\n    <div class=\"mf-epc-visual\">\r\n        <img decoding=\"async\" id=\"epc-section-img\" src=\"https:\/\/mayfairsafetygroup.co.uk\/wp-content\/uploads\/2026\/07\/sec-2-bright-1-scaled.webp\" alt=\"EPC Certificate\">\r\n    <\/div>\r\n\r\n    <div class=\"mf-epc-content\">\r\n        <span class=\"mf-epc-tag\">Energy Audit Compliance<\/span>\r\n        <h2>What is an Energy Performance Certificate (EPC)?<\/h2>\r\n        <p>An EPC rates the energy efficiency of your property on a scale from A (most efficient) to G (least efficient). This document is a legal requirement whenever a property is built, sold, or rented in the UK.<\/p>\r\n        <p>Our certified assessors carry out a professional site inspection, evaluating insulation, heating systems, and thermal retention to provide an accurate, actionable compliance rating.<\/p>\r\n    <\/div>\r\n<\/section>\r\n\r\n<script>\r\nfunction updateEPCSectionImage() {\r\n    const img = document.getElementById('epc-section-img');\r\n    if (!img) return;\r\n\r\n    \/\/ Detect Dark Mode (Aapki theme shayad 'dark-mode' class use karti hai)\r\n    const isDark = document.body.classList.contains('dark-mode');\r\n    \r\n    const darkURL = 'https:\/\/mayfairsafetygroup.co.uk\/wp-content\/uploads\/2026\/07\/sec-2-dark--scaled.webp';\r\n    const brightURL = 'https:\/\/mayfairsafetygroup.co.uk\/wp-content\/uploads\/2026\/07\/sec-2-bright-1-scaled.webp';\r\n    \r\n    \/\/ LOGIC: Agar dark-mode hai to dark image load karo. \r\n    \/\/ Agar phir bhi ulti aaye, toh bas niche 'darkURL' ko 'brightURL' se replace kar dena.\r\n    const targetSrc = isDark ? darkURL : brightURL;\r\n    \r\n    if (img.src !== targetSrc) {\r\n        img.style.opacity = 0;\r\n        setTimeout(() => {\r\n            img.src = targetSrc;\r\n            img.style.opacity = 1;\r\n        }, 300);\r\n    }\r\n}\r\n\r\nwindow.addEventListener('DOMContentLoaded', updateEPCSectionImage);\r\nsetInterval(updateEPCSectionImage, 500);\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3b9cb3a elementor-widget elementor-widget-html\" data-id=\"3b9cb3a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n\/* --- Premium Section 4: Why Choose Mayfair --- *\/\r\n.mf-trust-section {\r\n    padding: 100px 8%;\r\n    background-color: #050505; \/* Deep industrial dark *\/\r\n    transition: background 0.5s ease;\r\n}\r\nbody.light-mode .mf-trust-section { background-color: #ffffff; }\r\n\r\n.mf-trust-header {\r\n    text-align: center;\r\n    margin-bottom: 70px;\r\n}\r\n.mf-trust-header h2 {\r\n    font-size: clamp(2rem, 3.5vw, 2.8rem);\r\n    text-transform: uppercase;\r\n    font-weight: 800;\r\n    color: #ffffff;\r\n    margin-bottom: 15px;\r\n}\r\nbody.light-mode .mf-trust-header h2 { color: #0b132b; }\r\n\r\n\/* Feature Grid *\/\r\n.mf-trust-grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n    gap: 30px;\r\n}\r\n\r\n\/* Trust Cards *\/\r\n.mf-trust-card {\r\n    background: #0f0f0f;\r\n    padding: 40px;\r\n    border-radius: 20px;\r\n    border: 1px solid #1a1a1a;\r\n    transition: all 0.4s ease;\r\n    text-align: center;\r\n}\r\nbody.light-mode .mf-trust-card { background: #f8f9fa; border: 1px solid #e2e8f0; }\r\n\r\n.mf-trust-card:hover {\r\n    border-color: #eab308;\r\n    transform: translateY(-10px);\r\n    box-shadow: 0 20px 30px rgba(0,0,0,0.5);\r\n}\r\n\r\n.mf-trust-card i {\r\n    font-size: 2.5rem;\r\n    color: #eab308;\r\n    margin-bottom: 20px;\r\n    display: block;\r\n}\r\n\r\n.mf-trust-card h3 {\r\n    font-size: 1.3rem;\r\n    color: #ffffff;\r\n    margin-bottom: 15px;\r\n}\r\nbody.light-mode .mf-trust-card h3 { color: #0b132b; }\r\n\r\n.mf-trust-card p {\r\n    color: #a0aec0;\r\n    line-height: 1.6;\r\n}\r\nbody.light-mode .mf-trust-card p { color: #4a5568; }\r\n\r\n\/* Responsive *\/\r\n@media (max-width: 768px) {\r\n    .mf-trust-section { padding: 60px 5%; }\r\n}\r\n<\/style>\r\n\r\n<section class=\"mf-trust-section\">\r\n    <div class=\"mf-trust-header\">\r\n        <span class=\"mf-epc-tag\">Certified Expertise<\/span>\r\n        <h2>Why Choose Mayfair Safety?<\/h2>\r\n    <\/div>\r\n\r\n    <div class=\"mf-trust-grid\">\r\n        <!-- Feature 1 -->\r\n        <div class=\"mf-trust-card\">\r\n            <i>\ud83d\udee1\ufe0f<\/i>\r\n            <h3>Fully Certified<\/h3>\r\n            <p>All our assessors are fully accredited and insured, ensuring that every certificate we issue is legally binding and recognized by UK authorities.<\/p>\r\n        <\/div>\r\n\r\n        <!-- Feature 2 -->\r\n        <div class=\"mf-trust-card\">\r\n            <i>\u26a1<\/i>\r\n            <h3>Fast Turnaround<\/h3>\r\n            <p>We understand deadlines. Receive your finalized EPC report, compliant and ready for use, within 24-48 hours of our site visit.<\/p>\r\n        <\/div>\r\n\r\n        <!-- Feature 3 -->\r\n        <div class=\"mf-trust-card\">\r\n            <i>\ud83d\udcca<\/i>\r\n            <h3>Precision Auditing<\/h3>\r\n            <p>Our advanced thermal scanning and structural audit processes identify efficiency gaps that others often overlook, maximizing your rating.<\/p>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9194a6c elementor-widget elementor-widget-html\" data-id=\"9194a6c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n\/* --- Premium Section 5: Get A Quote \/ CTA --- *\/\r\n.mf-cta-section {\r\n    padding: 100px 8%;\r\n    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);\r\n    text-align: center;\r\n    transition: background 0.5s ease;\r\n}\r\nbody.light-mode .mf-cta-section { background: linear-gradient(135deg, #ffffff 0%, #f4f4f4 100%); }\r\n\r\n.mf-cta-container {\r\n    max-width: 800px;\r\n    margin: 0 auto;\r\n}\r\n\r\n.mf-cta-section h2 {\r\n    font-size: clamp(2.5rem, 4vw, 3.5rem);\r\n    text-transform: uppercase;\r\n    font-weight: 900;\r\n    color: #ffffff;\r\n    margin-bottom: 20px;\r\n    line-height: 1.1;\r\n}\r\nbody.light-mode .mf-cta-section h2 { color: #0b132b; }\r\n\r\n.mf-cta-section p {\r\n    font-size: 1.25rem;\r\n    color: #b0b0b0;\r\n    margin-bottom: 40px;\r\n    max-width: 600px;\r\n    margin-left: auto;\r\n    margin-right: auto;\r\n}\r\nbody.light-mode .mf-cta-section p { color: #4a5568; }\r\n\r\n\/* Action Button *\/\r\n.mf-cta-btn {\r\n    display: inline-block;\r\n    padding: 22px 50px;\r\n    background: #eab308;\r\n    color: #000;\r\n    font-weight: 800;\r\n    text-transform: uppercase;\r\n    letter-spacing: 2px;\r\n    border-radius: 5px;\r\n    text-decoration: none;\r\n    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\r\n}\r\n.mf-cta-btn:hover {\r\n    transform: scale(1.05);\r\n    box-shadow: 0 15px 40px rgba(234, 179, 8, 0.4);\r\n}\r\n\r\n@media (max-width: 768px) {\r\n    .mf-cta-section { padding: 80px 5%; }\r\n}\r\n<\/style>\r\n\r\n<section class=\"mf-cta-section\">\r\n    <div class=\"mf-cta-container\">\r\n        <h2>Ready to Secure Your EPC Compliance?<\/h2>\r\n        <p>Don't let compliance delays hold up your property transaction. Partner with Mayfair Safety for professional, accurate, and rapid certification.<\/p>\r\n        \r\n        <a href=\"#contact-form\" class=\"mf-cta-btn\">Book Your Inspection<\/a>\r\n    <\/div>\r\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8462ccd elementor-widget elementor-widget-html\" data-id=\"8462ccd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n\/* --- Premium Section 6: FAQ --- *\/\r\n.mf-faq-section {\r\n    padding: 100px 8%;\r\n    background-color: #080808;\r\n    transition: background 0.5s ease;\r\n}\r\nbody.light-mode .mf-faq-section { background-color: #ffffff; }\r\n\r\n.mf-faq-header {\r\n    text-align: center;\r\n    margin-bottom: 60px;\r\n}\r\n.mf-faq-header h2 {\r\n    font-size: clamp(2rem, 3.5vw, 2.5rem);\r\n    text-transform: uppercase;\r\n    font-weight: 800;\r\n    color: #ffffff;\r\n}\r\nbody.light-mode .mf-faq-header h2 { color: #0b132b; }\r\n\r\n\/* Accordion Styling *\/\r\n.mf-faq-container {\r\n    max-width: 800px;\r\n    margin: 0 auto;\r\n}\r\n\r\n.mf-faq-item {\r\n    border-bottom: 1px solid #222;\r\n    padding: 20px 0;\r\n}\r\nbody.light-mode .mf-faq-item { border-bottom: 1px solid #e2e8f0; }\r\n\r\n.mf-faq-question {\r\n    width: 100%;\r\n    background: none;\r\n    border: none;\r\n    color: #ffffff;\r\n    font-size: 1.2rem;\r\n    font-weight: 600;\r\n    text-align: left;\r\n    padding: 15px 0;\r\n    cursor: pointer;\r\n    display: flex;\r\n    justify-content: space-between;\r\n    align-items: center;\r\n    transition: color 0.3s ease;\r\n}\r\nbody.light-mode .mf-faq-question { color: #0b132b; }\r\n.mf-faq-question:hover { color: #eab308; }\r\n\r\n.mf-faq-answer {\r\n    max-height: 0;\r\n    overflow: hidden;\r\n    color: #a0aec0;\r\n    font-size: 1.1rem;\r\n    line-height: 1.6;\r\n    transition: max-height 0.3s ease-out, padding 0.3s ease;\r\n}\r\nbody.light-mode .mf-faq-answer { color: #4a5568; }\r\n\r\n\/* Active State *\/\r\n.mf-faq-item.active .mf-faq-answer {\r\n    max-height: 200px; \/* Adjust as needed *\/\r\n    padding-bottom: 20px;\r\n}\r\n<\/style>\r\n\r\n<section class=\"mf-faq-section\">\r\n    <div class=\"mf-faq-header\">\r\n        <span class=\"mf-epc-tag\">Clear Guidance<\/span>\r\n        <h2>Frequently Asked Questions<\/h2>\r\n    <\/div>\r\n\r\n    <div class=\"mf-faq-container\">\r\n        <!-- Q1 -->\r\n        <div class=\"mf-faq-item\">\r\n            <button class=\"mf-faq-question\">How long is an EPC valid for? <span>+<\/span><\/button>\r\n            <div class=\"mf-faq-answer\">\r\n                An Energy Performance Certificate (EPC) is valid for 10 years from the date of issue. Once it expires, you will need a new assessment if you plan to sell or rent the property again.\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Q2 -->\r\n        <div class=\"mf-faq-item\">\r\n            <button class=\"mf-faq-question\">How quickly can I get the certificate? <span>+<\/span><\/button>\r\n            <div class=\"mf-faq-answer\">\r\n                We prioritize efficiency. Once our assessor completes the site inspection, your finalized EPC report is typically delivered to your dashboard within 24 to 48 hours.\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Q3 -->\r\n        <div class=\"mf-faq-item\">\r\n            <button class=\"mf-faq-question\">What does the assessor inspect? <span>+<\/span><\/button>\r\n            <div class=\"mf-faq-answer\">\r\n                Our assessors evaluate key energy components: wall insulation, roof\/loft insulation, heating systems (boilers, radiators), windows (double\/triple glazing), and lighting efficiency.\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<script>\r\n\/\/ Simple Accordion Toggle\r\ndocument.querySelectorAll('.mf-faq-question').forEach(item => {\r\n    item.addEventListener('click', () => {\r\n        const parent = item.parentElement;\r\n        parent.classList.toggle('active');\r\n    });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Compliance Authority Energy Performance Certificate (EPC) A legally required audit that secures your property&#8217;s value and compliance. Precision engineered for [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-404","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/mayfairsafetygroup.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/404","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mayfairsafetygroup.co.uk\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mayfairsafetygroup.co.uk\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mayfairsafetygroup.co.uk\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mayfairsafetygroup.co.uk\/index.php\/wp-json\/wp\/v2\/comments?post=404"}],"version-history":[{"count":34,"href":"https:\/\/mayfairsafetygroup.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/404\/revisions"}],"predecessor-version":[{"id":447,"href":"https:\/\/mayfairsafetygroup.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/404\/revisions\/447"}],"wp:attachment":[{"href":"https:\/\/mayfairsafetygroup.co.uk\/index.php\/wp-json\/wp\/v2\/media?parent=404"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}