{"id":5333,"date":"2026-04-14T07:36:53","date_gmt":"2026-04-14T07:36:53","guid":{"rendered":"https:\/\/dprintingconcepts.com\/?page_id=5333"},"modified":"2026-07-23T08:07:40","modified_gmt":"2026-07-23T08:07:40","slug":"front-lit-sign-board","status":"publish","type":"page","link":"https:\/\/dprintingconcepts.com\/?page_id=5333","title":{"rendered":"Front Lit Sign Board"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5333\" class=\"elementor elementor-5333\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4ec072b elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"4ec072b\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a110a8f\" data-id=\"a110a8f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-af2bfe8 elementor-widget elementor-widget-shortcode\" data-id=\"af2bfe8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Front Lit Sign Board Services in Lahore | High-Visibility Shop Signage<\/title>\n    <style>\n        \/* CSS Variables for Consistency *\/\n        :root {\n            --navy-dark: #0a192f;\n            --navy-mid: #112240;\n            --emerald: #10b981;\n            --emerald-hover: #059669;\n            --text-main: #334155;\n            --text-light: #64748b;\n            --white: #ffffff;\n            --gray-bg: #f8fafc;\n            --shadow: 0 10px 30px -15px rgba(2, 12, 27, 0.1);\n            --transition: all 0.3s ease;\n        }\n\n        \/* Reset & Base Styles *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n        }\n\n        body {\n            line-height: 1.6;\n            color: var(--text-main);\n            background-color: var(--white);\n            overflow-x: hidden;\n        }\n\n        \/* Typography *\/\n        h1, h2, h3 {\n            color: var(--navy-dark);\n            line-height: 1.2;\n        }\n\n        p {\n            margin-bottom: 1.5rem;\n            color: var(--text-light);\n        }\n\n        \/* Reusable Components *\/\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        .section-padding {\n            padding: 80px 0;\n        }\n\n        .text-center { text-align: center; }\n\n        .btn {\n            display: inline-block;\n            padding: 14px 28px;\n            border-radius: 8px;\n            text-decoration: none;\n            font-weight: 600;\n            transition: var(--transition);\n            cursor: pointer;\n            border: none;\n            font-size: 1rem;\n        }\n\n        .btn-primary {\n            background-color: var(--emerald);\n            color: var(--white);\n        }\n\n        .btn-primary:hover {\n            background-color: var(--emerald-hover);\n            transform: translateY(-2px);\n        }\n\n        .btn-outline {\n            border: 2px solid var(--white);\n            color: var(--white);\n            margin-left: 15px;\n        }\n\n        .btn-outline:hover {\n            background-color: var(--white);\n            color: var(--navy-dark);\n        }\n\n        \/* 1. HERO SECTION *\/\n        .hero {\n            position: relative;\n            height: 85vh;\n            min-height: 600px;\n            background: linear-gradient(rgba(10, 25, 47, 0.8), rgba(10, 25, 47, 0.9)), \n                        url('https:\/\/images.unsplash.com\/photo-1563245372-f21724e3856d?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');\n            background-size: cover;\n            background-position: center;\n            display: flex;\n            align-items: center;\n            color: var(--white);\n        }\n\n        .hero-content {\n            max-width: 800px;\n        }\n\n        .hero h1 {\n            font-size: 3.5rem;\n            color: var(--white);\n            margin-bottom: 1.5rem;\n        }\n\n        .hero p {\n            font-size: 1.25rem;\n            color: #ccd6f6;\n            margin-bottom: 2.5rem;\n        }\n\n        \/* 2. INTRO SECTION *\/\n        .intro-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n            align-items: center;\n        }\n\n        .intro-text h2 {\n            font-size: 2.25rem;\n            margin-bottom: 1.5rem;\n        }\n\n        \/* 3. TYPES SECTION *\/\n        .bg-light { background-color: var(--gray-bg); }\n\n        .grid-4 {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 25px;\n            margin-top: 50px;\n        }\n\n        .card {\n            background: var(--white);\n            padding: 35px;\n            border-radius: 12px;\n            box-shadow: var(--shadow);\n            transition: var(--transition);\n            border-top: 4px solid transparent;\n        }\n\n        .card:hover {\n            transform: translateY(-10px);\n            border-top: 4px solid var(--emerald);\n        }\n\n        .card h3 {\n            margin-bottom: 15px;\n            font-size: 1.4rem;\n        }\n\n        \/* 4. BENEFITS SECTION *\/\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n            gap: 30px;\n            margin-top: 40px;\n        }\n\n        .benefit-card {\n            padding: 20px;\n            border-left: 4px solid var(--emerald);\n            background: var(--gray-bg);\n        }\n\n        .benefit-card h4 {\n            color: var(--navy-dark);\n            margin-bottom: 10px;\n        }\n\n        \/* 5. PROCESS SECTION *\/\n        .process-flow {\n            display: flex;\n            justify-content: space-between;\n            margin-top: 60px;\n            flex-wrap: wrap;\n        }\n\n        .process-item {\n            flex: 1;\n            min-width: 200px;\n            text-align: center;\n            padding: 20px;\n            margin-bottom: 20px;\n        }\n\n        .process-icon {\n            width: 60px;\n            height: 60px;\n            background: var(--emerald);\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 15px;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n\n        \/* 6. MATERIALS SECTION *\/\n        .material-tag {\n            display: inline-block;\n            padding: 10px 20px;\n            background: var(--navy-mid);\n            color: white;\n            border-radius: 5px;\n            margin: 5px;\n            font-weight: 500;\n        }\n\n        \/* 7. GALLERY *\/\n        .gallery-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n            gap: 20px;\n            margin-top: 40px;\n        }\n\n        .gallery-item {\n            height: 280px;\n            position: relative;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: var(--shadow);\n        }\n\n        .gallery-item img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n\n        .gallery-overlay {\n            position: absolute;\n            bottom: 0;\n            background: linear-gradient(transparent, rgba(10, 25, 47, 0.9));\n            width: 100%;\n            padding: 20px;\n            color: white;\n        }\n\n        \/* 8. PRICING SECTION *\/\n        .pricing-list {\n            max-width: 700px;\n            margin: 40px auto;\n            text-align: left;\n            background: var(--white);\n            padding: 40px;\n            border-radius: 15px;\n            box-shadow: var(--shadow);\n        }\n\n        .pricing-list li {\n            margin-bottom: 15px;\n            list-style: none;\n            display: flex;\n            align-items: flex-start;\n        }\n\n        .pricing-list li::before {\n            content: '\u2192';\n            color: var(--emerald);\n            margin-right: 15px;\n            font-weight: bold;\n        }\n\n        \/* 9. FAQ SECTION *\/\n        .faq-wrapper {\n            max-width: 850px;\n            margin: 0 auto;\n        }\n\n        .faq-box {\n            background: var(--white);\n            margin-bottom: 15px;\n            border: 1px solid #e2e8f0;\n            border-radius: 10px;\n            overflow: hidden;\n        }\n\n        .faq-header {\n            padding: 20px;\n            font-weight: 600;\n            cursor: pointer;\n            background: #f1f5f9;\n            color: var(--navy-dark);\n        }\n\n        .faq-body {\n            padding: 20px;\n            color: var(--text-light);\n        }\n\n        \/* 10. FINAL CTA *\/\n        .cta-dark {\n            background: var(--navy-dark);\n            color: white;\n            padding: 100px 0;\n            text-align: center;\n        }\n\n        .cta-dark h2 { color: white; margin-bottom: 20px; font-size: 2.5rem; }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .hero h1 { font-size: 2.2rem; }\n            .intro-grid { grid-template-columns: 1fr; }\n            .hero-btns { display: flex; flex-direction: column; gap: 10px; }\n            .btn-outline { margin-left: 0; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- HERO SECTION -->\n    <header class=\"hero\">\n        <div class=\"container\">\n            <div class=\"hero-content\">\n                <h1>Professional Front Lit Sign Board Services in Lahore<\/h1>\n                <p>Maximize your business visibility with high-intensity, energy-efficient front-lit signage. We provide custom shop front boards and flex face signs designed to shine bright in the heart of Lahore.<\/p>\n                <div class=\"hero-btns\">\n                    <a href=\"https:\/\/dprintingconcepts.com\/lets-talk-about-your-next-project-today\/\" class=\"btn btn-primary\">Boost Visibility Now<\/a>\n                    <ahref=\"https:\/\/dprintingconcepts.com\/\" class=\"btn btn-outline\">Browse Our Work<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <!-- INTRO SECTION -->\n    <section class=\"section-padding\">\n        <div class=\"container\">\n            <div class=\"intro-grid\">\n                <div class=\"intro-text\">\n                    <h2>Capture Attention with Front-Lit Clarity<\/h2>\n                    <p>Front-lit sign boards are the workhorses of the retail world. By illuminating the graphic from the front (either internally through the face or via external spotlights), these signs ensure your brand message is crisp and legible even from a distance.<\/p>\n                    <p>Unlike other signage types, front-lit boards offer a larger canvas for detailed graphics, photography, and complex brand colors. Whether it's a massive warehouse banner or a sleek boutique shop-head, our front-lit solutions are engineered for high-impact performance in Lahore's competitive commercial landscape.<\/p>\n                <\/div>\n                <div class=\"intro-img\">\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1550684848-fac1c5b4e853?ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80\" alt=\"Front Lit Signage\" style=\"width:100%; border-radius:15px; box-shadow: var(--shadow);\">\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- TYPES SECTION -->\n    <section class=\"section-padding bg-light\">\n        <div class=\"container\">\n            <div class=\"text-center\">\n                <h2>Our Front Lit Signage Categories<\/h2>\n                <p>Tailored lighting solutions for every business type.<\/p>\n            <\/div>\n            <div class=\"grid-4\">\n                <div class=\"card\">\n                    <h3>LED Front Lit Boards<\/h3>\n                    <p>Internal LED modules provide a uniform glow across the entire sign face, perfect for nighttime retail.<\/p>\n                <\/div>\n                <div class=\"card\">\n                    <h3>Flex Face Signs<\/h3>\n                    <p>Durable tensioned fabric signs that allow for seamless large-scale graphics without visible joints.<\/p>\n                <\/div>\n                <div class=\"card\">\n                    <h3>Channel Letters<\/h3>\n                    <p>Individual 3D letters where the front face of each letter illuminates, providing a modern corporate look.<\/p>\n                <\/div>\n                <div class=\"card\">\n                    <h3>Shop Front Boards<\/h3>\n                    <p>Traditional rigid boards with external LED projection lighting for a classic and cost-effective approach.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- BENEFITS SECTION -->\n    <section class=\"section-padding\">\n        <div class=\"container\">\n            <div class=\"text-center\">\n                <h2>Why Choose Front-Lit Signs?<\/h2>\n            <\/div>\n            <div class=\"benefits-grid\">\n                <div class=\"benefit-card\">\n                    <h4>Extreme Brightness<\/h4>\n                    <p>Specifically designed to cut through urban light pollution for maximum daytime and nighttime visibility.<\/p>\n                <\/div>\n                <div class=\"benefit-card\">\n                    <h4>Cost-Effective<\/h4>\n                    <p>Offers the best balance between manufacturing cost and visual impact for large-scale branding.<\/p>\n                <\/div>\n                <div class=\"benefit-card\">\n                    <h4>Easy Maintenance<\/h4>\n                    <p>Accessible lighting components and easy-to-clean faces ensure your sign stays looking new for years.<\/p>\n                <\/div>\n                <div class=\"benefit-card\">\n                    <h4>Vivid Graphics<\/h4>\n                    <p>Perfect for brands that use high-resolution photography or specific CMYK color matching.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- PROCESS SECTION -->\n    <section class=\"section-padding bg-light\">\n        <div class=\"container text-center\">\n            <h2>Our Professional Workflow<\/h2>\n            <div class=\"process-flow\">\n                <div class=\"process-item\">\n                    <div class=\"process-icon\">1<\/div>\n                    <h4>Site Survey<\/h4>\n                    <p>Measurement of the facade and light requirement check.<\/p>\n                <\/div>\n                <div class=\"process-item\">\n                    <div class=\"process-icon\">2<\/div>\n                    <h4>Graphic Layout<\/h4>\n                    <p>Designing high-resolution artwork for the sign face.<\/p>\n                <\/div>\n                <div class=\"process-item\">\n                    <div class=\"process-icon\">3<\/div>\n                    <h4>Frame Build<\/h4>\n                    <p>Welding heavy-duty iron or aluminum support structures.<\/p>\n                <\/div>\n                <div class=\"process-item\">\n                    <div class=\"process-icon\">4<\/div>\n                    <h4>Illumination<\/h4>\n                    <p>Installing high-Lumen LED modules and wiring.<\/p>\n                <\/div>\n                <div class=\"process-item\">\n                    <div class=\"process-icon\">5<\/div>\n                    <h4>Mounting<\/h4>\n                    <p>Safe installation with reinforced anchors at your site.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- MATERIALS SECTION -->\n    <section class=\"section-padding\">\n        <div class=\"container text-center\">\n            <h2>Durability-Focused Materials<\/h2>\n            <p>We use industry-leading components to withstand Lahore's environmental conditions.<\/p>\n            <div style=\"margin-top: 30px;\">\n                <span class=\"material-tag\">UV-Stable Flex Fabric<\/span>\n                <span class=\"material-tag\">IP67 Waterproof LEDs<\/span>\n                <span class=\"material-tag\">Anti-Rust Iron Frames<\/span>\n                <span class=\"material-tag\">High-Grade Acrylic Faces<\/span>\n                <span class=\"material-tag\">MeanWell Power Supplies<\/span>\n                <span class=\"material-tag\">Reinforced ACP Sheets<\/span>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- PROJECT GALLERY -->\n    <section id=\"projects\" class=\"section-padding bg-light\">\n        <div class=\"container\">\n            <div class=\"text-center\">\n                <h2>Portfolio Highlights<\/h2>\n                <p>Front-lit projects completed across Lahore's busiest commercial hubs.<\/p>\n            <\/div>\n            <div class=\"gallery-grid\">\n                <div class=\"gallery-item\">\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1542332213-31f87348057f?auto=format&fit=crop&w=600&q=60\" alt=\"Supermarket Sign\">\n                    <div class=\"gallery-overlay\">Large-Scale Supermarket Flex Face<\/div>\n                <\/div>\n                <div class=\"gallery-item\">\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1519452635265-7b1fbfd1e4e0?auto=format&fit=crop&w=600&q=60\" alt=\"Cafe Sign\">\n                    <div class=\"gallery-overlay\">Modern Cafe Front-Lit Letters<\/div>\n                <\/div>\n                <div class=\"gallery-item\">\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1563245372-f21724e3856d?auto=format&fit=crop&w=600&q=60\" alt=\"Pharmacy Sign\">\n                    <div class=\"gallery-overlay\">Healthcare Center Shop Board<\/div>\n                <\/div>\n                <div class=\"gallery-item\">\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1555396273-367ea4eb4db5?auto=format&fit=crop&w=600&q=60\" alt=\"Restaurant Branding\">\n                    <div class=\"gallery-overlay\">Restaurant High-Gloss Front-Lit Sign<\/div>\n                <\/div>\n                <div class=\"gallery-item\">\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1441986300917-64674bd600d8?auto=format&fit=crop&w=600&q=60\" alt=\"Fashion Outlet\">\n                    <div class=\"gallery-overlay\">Boutique Front-Lit Facade<\/div>\n                <\/div>\n                <div class=\"gallery-item\">\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1567401893414-76b7b1e5a7a5?auto=format&fit=crop&w=600&q=60\" alt=\"Tech Shop\">\n                    <div class=\"gallery-overlay\">Electronics Store Illuminated Board<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- PRICING FACTORS -->\n    <section class=\"section-padding\">\n        <div class=\"container text-center\">\n            <h2>What Determines the Price?<\/h2>\n            <div class=\"pricing-list\">\n                <li><strong>Surface Area:<\/strong> Larger flex faces require more material and specialized structural reinforcement.<\/li>\n                <li><strong>LED Density:<\/strong> A higher count of LED modules ensures \"hotspot-free\" lighting but increases cost.<\/li>\n                <li><strong>Mounting Height:<\/strong> High-altitude installations require crane rental and specialized safety gear.<\/li>\n                <li><strong>Material Quality:<\/strong> Imported 13oz flex fabric vs. local standard grade flex.<\/li>\n                <li><strong>Location:<\/strong> Delivery distance within or outside Lahore city limits.<\/li>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- FAQ SECTION -->\n    <section class=\"section-padding bg-light\">\n        <div class=\"container\">\n            <div class=\"text-center\">\n                <h2>Front-Lit Signage FAQs<\/h2>\n            <\/div>\n            <div class=\"faq-wrapper\">\n                <div class=\"faq-box\">\n                    <div class=\"faq-header\">What is the difference between front-lit and back-lit?<\/div>\n                    <div class=\"faq-body\">Front-lit signs illuminate the message from the side facing the viewer, making it brighter and more graphic-heavy. Back-lit signs glow from behind, creating a \"halo\" effect around the letters.<\/div>\n                <\/div>\n                <div class=\"faq-box\">\n                    <div class=\"faq-header\">How long does the flex fabric last in Lahore's sun?<\/div>\n                    <div class=\"faq-body\">We use UV-treated Star Flex or equivalent quality materials that typically last 3-5 years before showing significant fading.<\/div>\n                <\/div>\n                <div class=\"faq-box\">\n                    <div class=\"faq-header\">Can we replace the graphic but keep the frame?<\/div>\n                    <div class=\"faq-body\">Yes! One of the biggest advantages of flex face signs is the ability to change the vinyl\/flex skin while reusing the existing LED frame.<\/div>\n                <\/div>\n                <div class=\"faq-box\">\n                    <div class=\"faq-header\">Are these signs rain-proof?<\/div>\n                    <div class=\"faq-body\">Absolutely. All internal components are IP67 waterproofed, and the frames are designed with drainage holes to prevent water accumulation.<\/div>\n                <\/div>\n                <div class=\"faq-box\">\n                    <div class=\"faq-header\">Do I need a government permit for my sign in Lahore?<\/div>\n                    <div class=\"faq-body\">Most commercial signage in Lahore requires PHA (Parks and Horticulture Authority) approval. We can assist you with the technical drawings needed for your application.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- FINAL CTA -->\n    <section id=\"contact\" class=\"cta-dark\">\n        <div class=\"container\">\n            <h2>Boost Your Store Visibility Today<\/h2>\n            <p>Don't let your business blend into the background. Let's make it shine.<\/p>\n            <div style=\"margin-top: 40px;\">\n                <a href=\"https:\/\/dprintingconcepts.com\/lets-talk-about-your-next-project-today\/\" class=\"btn btn-primary\">Request Pricing<\/a>\n                <a href=\"tel:+92 300 8413149\" class=\"btn btn-outline\">Call:+92 300 8413149<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <footer style=\"background: #020c1b; padding: 20px 0;\">\n        <!-- Footer content removed as requested -->\n    <\/footer>\n\n<\/body>\n<\/html><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>&nbsp; Professional Front Lit Sign Board Services in Lahore Maximize your business visibility with high-intensity, energy-efficient front-lit signage. We provide [&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":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","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-5333","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/dprintingconcepts.com\/index.php?rest_route=\/wp\/v2\/pages\/5333","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dprintingconcepts.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dprintingconcepts.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dprintingconcepts.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dprintingconcepts.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5333"}],"version-history":[{"count":7,"href":"https:\/\/dprintingconcepts.com\/index.php?rest_route=\/wp\/v2\/pages\/5333\/revisions"}],"predecessor-version":[{"id":5342,"href":"https:\/\/dprintingconcepts.com\/index.php?rest_route=\/wp\/v2\/pages\/5333\/revisions\/5342"}],"wp:attachment":[{"href":"https:\/\/dprintingconcepts.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5333"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}