/**
* Theme Name: Industras Child
* Description: This is a child theme of Industras, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: industras
* Version: 1.0.13
*/

body.single-service #page .site-content{margin-top: 80px;margin-bottom: 80px;}
body.single-service .post-thumbnail, body.single-service .entry-header{display: none;}
.has-post-thumbnail .single-content .entry-content p{max-width: initial;margin-bottom: 15px;}
body.single-service #page .site-content .entry-content p {font-size: 16px;}
body.single-service #page .site-content .entry-content h2 {font-size: 32px;}

/* =========================================================
   PINE HILL MFG - LASER CUTTING SERVICE
   Elementor Text Editor Design
   Updated: spacing, alignment, responsive layout
========================================================= */

.ph-laser-page {
    --ph-orange: #f36f21;
    --ph-orange-dark: #d9570e;
    --ph-black: #101820;
    --ph-dark: #17232b;
    --ph-text: #41484d;
    --ph-light: #f6f7f8;
    --ph-border: #e4e7e9;
    --ph-white: #ffffff;

    width: 100%;
    margin: 0 !important;
    padding: 0 !important;

    font-family: inherit;
    color: var(--ph-text);
    line-height: 1.6;
}

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

.ph-laser-page *,
.ph-laser-page *::before,
.ph-laser-page *::after {
    box-sizing: border-box;
}

.ph-laser-page h2,
.ph-laser-page h3,
.ph-laser-page p,
.ph-laser-page span,
.ph-laser-page strong {
    margin-top: 0;
}

.ph-laser-page h2,
.ph-laser-page h3 {
    margin-bottom: 0;
}

.ph-laser-page p {
    margin-top: 0;
}

.ph-laser-page img {
    max-width: 100%;
    height: auto;
}

/* =========================================================
   MAIN SECTION
========================================================= */

.ph-section {
    width: 100%;
    margin: 0 auto !important;
    padding: 60px 25px !important;
}

/* =========================================================
   SECTION TITLE
========================================================= */

.ph-title {
    margin: 0 0 15px 0 !important;

    color: var(--ph-black);
    font-size: 40px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
}

/* =========================================================
   SECTION EYEBROW
========================================================= */

.ph-laser-page .ph-eyebrow {
    display: inline-block;
    margin: 0 0 10px 0 !important;
    color: var(--ph-orange);
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* =========================================================
   SECTION DESCRIPTION
========================================================= */

.ph-subtitle {
    max-width: 850px;

    margin: 0 0 28px 0 !important;

    color: #60686d;
    font-size: 16px;
    line-height: 1.65;
}

/* =========================================================
   INTRO / WHAT IS LASER CUTTING
========================================================= */

.ph-intro {
    background: #ffffff;
    padding-top: 55px !important;
    padding-bottom: 50px !important;
}

.ph-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);

    gap: 45px;

    align-items: center;
}

.ph-intro-content {
    min-width: 0;
}

.ph-intro-content p {
    margin: 0 0 14px 0 !important;

    color: var(--ph-text);
    font-size: 16px;
    line-height: 1.65;
}

.ph-intro-content p:last-child {
    margin-bottom: 0 !important;
}

/* =========================================================
   MACHINE / IMAGE AREA
========================================================= */

.ph-machine-box {
    position: relative;

    min-height: 320px;

    padding: 35px;

    display: flex;
    align-items: flex-end;

    overflow: hidden;

    border-radius: 12px;

    background:
        linear-gradient(
            rgba(10, 18, 23, 0.72),
            rgba(10, 18, 23, 0.72)
        ),
        linear-gradient(
            135deg,
            #202a30,
            #11181c
        );
}

.ph-machine-box::before {
    content: "LASER CUTTING";

    position: absolute;

    top: 30px;
    left: 35px;

    color: rgba(255,255,255,.10);

    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 2px;

    pointer-events: none;
}

.ph-machine-content {
    position: relative;
    z-index: 2;

    width: 100%;

    color: #ffffff;
}

.ph-machine-content h3 {
    margin: 0 0 8px 0 !important;

    color: #ffffff;

    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
}

.ph-machine-content p {
    margin: 0 !important;

    color: rgba(255,255,255,.82);

    font-size: 15px;
    line-height: 1.55;
}

/* =========================================================
   BENEFITS
========================================================= */

.ph-benefits {
    display: grid;

    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 15px;

    margin: 30px 0 0 0 !important;
}

.ph-benefit {
    min-width: 0;

    padding: 22px 20px;

    background: #ffffff;

    border: 1px solid var(--ph-border);
    border-radius: 10px;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.ph-benefit:hover {
    transform: translateY(-3px);

    border-color: var(--ph-orange);

    box-shadow: 0 8px 24px rgba(0,0,0,.07);
}

.ph-icon {
    width: 42px;
    height: 42px;

    margin: 0 0 12px 0 !important;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(243,111,33,.10);

    color: var(--ph-orange);

    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.ph-benefit h3 {
    margin: 0 0 6px 0 !important;

    color: var(--ph-black);

    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
}

.ph-benefit p {
    margin: 0 !important;

    color: var(--ph-text);

    font-size: 14px;
    line-height: 1.5;
}

/* =========================================================
   HFE TEMPLATE WRAPPER
========================================================= */

.ph-template {
    width: 100%;

    margin: 0 !important;
    padding: 0 !important;
}

/*
   HFE/Elementor templates sometimes inherit
   margins from their internal sections.
   The wrapper itself should never add spacing.
*/

.ph-laser-page > .ph-template {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* =========================================================
   MATERIALS
========================================================= */

.ph-materials {
    background: var(--ph-light);
}

.ph-material-grid {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 18px;

    margin: 0 !important;
}

.ph-material-card {
    min-width: 0;

    height: 100%;

    padding: 25px;

    background: #ffffff;

    border: 1px solid var(--ph-border);
    border-radius: 12px;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.ph-material-card:hover {
    transform: translateY(-4px);

    border-color: var(--ph-orange);

    box-shadow: 0 10px 26px rgba(0,0,0,.07);
}

.ph-material-number {
    margin: 0 0 8px 0 !important;

    color: var(--ph-orange);

    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.ph-material-card h3 {
    margin: 0 0 8px 0 !important;

    color: var(--ph-black);

    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
}

.ph-material-card p {
    margin: 0 !important;

    color: var(--ph-text);

    font-size: 14px;
    line-height: 1.55;
}

/* =========================================================
   PROCESS
========================================================= */

.ph-process {
    background: #ffffff;
}

.ph-process-list {
    display: grid;

    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 16px;

    margin: 0 !important;

    counter-reset: process;
}

.ph-process-item {
    position: relative;

    min-width: 0;
    height: 100%;

    padding: 24px 22px;

    background: var(--ph-light);

    border-top: 3px solid var(--ph-orange);
    border-radius: 10px;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.ph-process-item:hover {
    transform: translateY(-3px);

    box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

.ph-process-number {
    width: 40px;
    height: 40px;

    margin: 0 0 14px 0 !important;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--ph-orange);

    color: #ffffff;

    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.ph-process-item h3 {
    margin: 0 0 8px 0 !important;

    color: var(--ph-black);

    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
}

.ph-process-item p {
    margin: 0 !important;

    color: var(--ph-text);

    font-size: 14px;
    line-height: 1.5;
}

/* =========================================================
   WHY CHOOSE US
========================================================= */

.ph-why {
    background: var(--ph-dark);
}

.ph-why .ph-title {
    color: #ffffff;
}

.ph-why .ph-subtitle {
    color: rgba(255,255,255,.72);
}

.ph-why-grid {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 16px;

    margin: 0 !important;
}

.ph-why-card {
    min-width: 0;
    height: 100%;

    padding: 25px;

    background: rgba(255,255,255,.04);

    border: 1px solid rgba(255,255,255,.12);
    border-radius: 10px;

    transition:
        background .25s ease,
        border-color .25s ease,
        transform .25s ease;
}

.ph-why-card:hover {
    transform: translateY(-3px);

    background: rgba(255,255,255,.07);

    border-color: var(--ph-orange);
}

.ph-why-card h3 {
    margin: 0 0 8px 0 !important;

    color: #ffffff;

    font-size: 19px;
    line-height: 1.3;
    font-weight: 700;
}

.ph-why-card p {
    margin: 0 !important;

    color: rgba(255,255,255,.72);

    font-size: 14px;
    line-height: 1.55;
}

/* =========================================================
   INDUSTRIES - IMAGE CARDS
========================================================= */

.ph-laser-page .ph-industries {
    background: #ffffff;
}

.ph-laser-page .ph-industry-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin: 0 !important;
}

.ph-laser-page .ph-industry {
    position: relative;
    min-width: 0;
    height: 230px;
    padding: 0 !important;
    overflow: hidden;

    border: 0 !important;
    border-radius: 10px;

    background: var(--ph-black);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.ph-laser-page .ph-industry img {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;
    max-width: none;

    object-fit: cover;
    object-position: center;

    display: block;

    transition: transform .5s ease;
}

.ph-laser-page .ph-industry-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
        linear-gradient(
            to top,
            rgba(8,15,20,.92) 0%,
            rgba(8,15,20,.48) 52%,
            rgba(8,15,20,.08) 100%
        );
}

.ph-laser-page .ph-industry-content {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 20px;
    z-index: 2;
}

.ph-laser-page .ph-industry-content::before {
    content: "";

    display: block;

    width: 35px;
    height: 3px;

    margin-bottom: 10px;

    background: var(--ph-orange);
}

.ph-laser-page .ph-industry strong {
    display: block;

    color: #ffffff;

    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
}

.ph-laser-page .ph-industry:hover {
    transform: translateY(-5px);

    box-shadow: 0 12px 30px rgba(0,0,0,.15);
}

.ph-laser-page .ph-industry:hover img {
    transform: scale(1.06);
}

/* =========================================================
   REMOVE EMPTY SPACING CAUSED BY HTML
========================================================= */

.ph-laser-page > br {
    display: none !important;
}

.ph-laser-page > p:empty {
    display: none !important;
}

/* Handles empty whitespace elements sometimes
   generated by Elementor */
.ph-laser-page .elementor-widget-text-editor p:empty {
    display: none !important;
}


/* =========================================================
   PINE HILL MFG
   LASER CUTTING CTA SECTIONS
========================================================= */


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

.ph-laser-page .ph-cta {
    position: relative;

    width: 100%;

    min-height: 330px;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden;

    background-color: #101820;

    isolation: isolate;
}


/* =========================================================
   CTA BACKGROUND - INDUSTRY
========================================================= */

.ph-laser-page .ph-cta-industry {
    /*
       Replace this URL with the image currently
       used in HFE template 8211.
    */

    background-image:
        url("/wp-content/uploads/2026/08/service-page.jpg");

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* =========================================================
   CTA BACKGROUND - QUOTE
========================================================= */

.ph-laser-page .ph-cta-quote {
    /*
       Replace this URL with the image currently
       used in HFE template 8222.
    */

    background-image:
        url("/wp-content/uploads/2026/08/slide4.jpg");

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* =========================================================
   DARK OVERLAY
========================================================= */

.ph-laser-page .ph-cta-overlay {
    position: absolute;

    inset: 0;

    z-index: -1;

    background:
        linear-gradient(
            90deg,
            rgba(8, 15, 20, .88) 0%,
            rgba(8, 15, 20, .72) 45%,
            rgba(8, 15, 20, .48) 100%
        );
}


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

.ph-laser-page .ph-cta-inner {
    position: relative;

    width: 100%;
    max-width: 1200px;

    min-height: 330px;

    margin: 0 auto !important;

    padding: 55px 25px;

    display: flex;

    align-items: center;
    justify-content: center;

    text-align: center;
}


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

.ph-laser-page .ph-cta-content {
    width: 100%;
    max-width: 900px;

    margin: 0 auto;
}


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

.ph-laser-page .ph-cta-eyebrow {
    display: inline-block;

    margin: 0 0 10px 0 !important;

    color: var(--ph-orange);

    font-size: 12px;
    font-weight: 700;

    line-height: 1.3;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}


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

.ph-laser-page .ph-cta h2 {
    margin: 0 0 15px 0 !important;

    color: #ffffff;

    font-size: 38px !important;

    line-height: 1.15 !important;

    font-weight: 700 !important;
}


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

.ph-laser-page .ph-cta p {
    max-width: 820px;

    margin: 0 auto 25px auto !important;

    color: rgba(255,255,255,.88);

    font-size: 17px;

    line-height: 1.6;
}


/* Orange highlighted keywords */

.ph-laser-page .ph-cta p strong {
    color: var(--ph-orange);

    font-weight: 700;
}


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

.ph-laser-page .ph-cta-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    min-height: 54px;

    padding: 14px 27px;

    background: var(--ph-orange);

    color: #ffffff !important;

    border: 2px solid var(--ph-orange);

    border-radius: 2px;

    font-size: 15px;

    font-weight: 700;

    line-height: 1.2;

    text-decoration: none !important;

    transition:
        background .25s ease,
        border-color .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}


.ph-laser-page .ph-cta-button span {
    font-size: 19px;

    line-height: 1;

    transition: transform .25s ease;
}


.ph-laser-page .ph-cta-button:hover {
    background: var(--ph-orange-dark);

    border-color: var(--ph-orange-dark);

    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow: 0 8px 20px rgba(0,0,0,.25);
}


.ph-laser-page .ph-cta-button:hover span {
    transform: translateX(4px);
}


/* =========================================================
   FIRST CTA - SLIGHTLY DIFFERENT LOOK
========================================================= */

.ph-laser-page .ph-cta-industry {
    min-height: 320px;
}


.ph-laser-page .ph-cta-industry .ph-cta-inner {
    min-height: 320px;
}


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

.ph-laser-page .ph-cta-quote {
    min-height: 350px;
}


.ph-laser-page .ph-cta-quote .ph-cta-inner {
    min-height: 350px;
}


/* =========================================================
   REMOVE UNWANTED SPACING AROUND CTA
========================================================= */

.ph-laser-page .ph-cta + .ph-template {
    margin-top: 0 !important;
}


.ph-laser-page .ph-template + .ph-cta {
    margin-top: 0 !important;
}
.post-inner .post-thumbnail img, .single-post.industras-full-width-content .post-thumbnail img {
    aspect-ratio: initial;
}
.single-post.industras-full-width-content .content-area{max-width: 100%;}


/* =========================================================
   SINGLE BLOG PAGE - PINE HILL MFG
   Styling is driven entirely by semantic HTML tags inside
   .entry-content, so the SEO/content team writes plain
   h2/h3/p/ul/ol/img/table/blockquote/a markup in the editor
   and never has to add a CSS class to post content.
   Everything is scoped to body.single-post so no other
   template (pages, services, projects, archives) is affected.
========================================================= */

/* Single Blog - Hero (Elementor breadcrumb banner, template 7670) */
body.single-post .breadcrumb-wrap .e-con{--padding-top:120px;--padding-bottom:120px;--overlay-opacity:0.66;}
body.single-post .breadcrumb-wrap .elementor-widget-heading .elementor-heading-title{font-size:40px;line-height:1.25;font-weight:600;letter-spacing:-.5px;}
body.single-post .breadcrumb-wrap .elementor-widget-container .industras-woocommerce-title{font-size:40px;line-height:1.25;font-weight:600;letter-spacing:-.5px;}
body.single-post .breadcrumb-wrap .woocommerce-breadcrumb{font-size:14px;line-height:1.7;}
body.single-post .breadcrumb-wrap .woocommerce-breadcrumb i{margin:0 9px;font-size:10px;opacity:.65;}
body.single-post .breadcrumb-wrap .woocommerce-breadcrumb a:hover{color:var(--e-global-color-primary);}

/* Single Blog - Header */
body.single-post .ph-article .single-content .ph-post-header{margin:0 auto 30px;text-align:left;}
body.single-post .ph-article .ph-post-cats{margin:0 0 14px;line-height:1;}
body.single-post .ph-article .ph-post-cats a{display:inline-block;margin:0 6px 6px 0;padding:6px 13px;border-radius:3px;background:rgba(250,94,7,.1);color:var(--e-global-color-primary);font-size:11px;font-weight:600;line-height:1.3;letter-spacing:1.2px;text-transform:uppercase;transition:all .25s ease;}
body.single-post .ph-article .ph-post-cats a:hover{background:var(--e-global-color-primary);color:#fff;}
body.single-post .ph-article .ph-post-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px 22px;padding:0 0 22px;border-bottom:1px solid var(--e-global-color-border);color:var(--e-global-color-lighter);font-size:14px;line-height:1.5;}
body.single-post .ph-article .ph-post-meta > *{display:inline-flex;align-items:center;}
body.single-post .ph-article .ph-post-meta > * + *{position:relative;}
body.single-post .ph-article .ph-post-meta > * + *::before{content:"";position:absolute;top:50%;left:-13px;width:4px;height:4px;margin-top:-2px;border-radius:50%;background:var(--e-global-color-border);}
body.single-post .ph-article .ph-post-meta a{color:var(--e-global-color-secondary);font-weight:500;}
body.single-post .ph-article .ph-post-meta a:hover{color:var(--e-global-color-primary);}
body.single-post .ph-article .ph-meta-author img{width:36px;height:36px;margin-right:10px;border-radius:50%;object-fit:cover;}

/* Single Blog - Featured image (dynamic, never hard-coded) */
body.single-post .ph-article .single-content .ph-post-thumbnail{position:relative;left:auto;width:100%;max-width:100%;margin:0 0 42px;padding:0;transform:none;overflow:visible;}
body.single-post .ph-article .single-content .ph-post-thumbnail img{display:block;width:100%;height:auto;aspect-ratio:2/1;object-fit:cover;object-position:center;border-radius:10px;}
body.single-post .ph-article .single-content .ph-post-thumbnail figcaption{margin:12px 0 0;color:var(--e-global-color-lighter);font-size:13px;line-height:1.6;text-align:center;}

/* Single Blog - Content (reading measure) */
body.single-post .ph-article .single-content > *{width:100%;max-width:100%;margin-left:auto;margin-right:auto;}
body.single-post .ph-article .single-content > .ph-post-thumbnail{max-width:100%;}
body.single-post .ph-article .entry-content{margin:0 auto 6px;}

/* Single Blog - Typography */
body.single-post .ph-article .entry-content{font-size:17px;line-height:1.8;color:var(--e-global-color-text);}
body.single-post .ph-article .entry-content > *:first-child{margin-top:0;}
body.single-post .ph-article .entry-content > *:last-child{margin-bottom:0;}
body.single-post .ph-article .entry-content p{max-width:none;margin:0 0 22px;font-size:17px;line-height:1.8;color:var(--e-global-color-text);}
body.single-post .ph-article .entry-content p:first-child{margin-bottom:22px;}
body.single-post .ph-article .entry-content h2{position:relative;margin:56px 0 18px;padding-top:21px;font-size:34px;line-height:1.28;font-weight:600;letter-spacing:-.4px;color:var(--e-global-color-secondary);}
body.single-post .ph-article .entry-content h2::before{content:"";position:absolute;top:0;left:0;width:48px;height:3px;background:var(--e-global-color-primary);}
body.single-post .ph-article .entry-content h3{margin:38px 0 12px;font-size:23px;line-height:1.35;font-weight:600;color:var(--e-global-color-secondary);}
body.single-post .ph-article .entry-content h4{margin:30px 0 10px;font-size:19px;line-height:1.4;font-weight:600;color:var(--e-global-color-secondary);}
body.single-post .ph-article .entry-content h5{margin:26px 0 10px;font-size:17px;line-height:1.45;font-weight:600;color:var(--e-global-color-secondary);}
body.single-post .ph-article .entry-content h6{margin:24px 0 10px;font-size:14px;line-height:1.5;font-weight:600;letter-spacing:.6px;text-transform:uppercase;color:var(--e-global-color-secondary);}
body.single-post .ph-article .entry-content h2 + h3,body.single-post .ph-article .entry-content h3 + h4{margin-top:18px;}
body.single-post .ph-article .entry-content strong,body.single-post .ph-article .entry-content b{font-weight:600;color:var(--e-global-color-secondary);}
body.single-post .ph-article .entry-content em,body.single-post .ph-article .entry-content i{font-style:italic;}
body.single-post .ph-article .entry-content a{color:var(--e-global-color-primary);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;}
body.single-post .ph-article .entry-content a:hover{color:var(--e-global-color-secondary);}
body.single-post .ph-article .entry-content hr{height:1px;margin:40px 0;border:0;background:var(--e-global-color-border);}
body.single-post .ph-article .entry-content code{padding:2px 6px;border-radius:3px;background:#f2f2f2;font-family:monospace;font-size:15px;}
body.single-post .ph-article .entry-content pre{margin:0 0 24px;padding:18px 20px;border-radius:8px;background:#f7f7f7;overflow-x:auto;font-size:14px;line-height:1.6;}

/* Single Blog - Lists (native markers kept so nesting, ol start and a11y semantics survive) */
body.single-post .ph-article .entry-content ul,body.single-post .ph-article .entry-content ol{margin:0 0 24px;padding-left:24px;}
body.single-post .ph-article .entry-content ul{list-style:disc;}
body.single-post .ph-article .entry-content ol{list-style:decimal;}
body.single-post .ph-article .entry-content li{margin:0 0 10px;padding-left:6px;font-size:17px;line-height:1.75;color:var(--e-global-color-text);}
body.single-post .ph-article .entry-content li::marker{color:var(--e-global-color-primary);font-weight:600;}
body.single-post .ph-article .entry-content li > ul,body.single-post .ph-article .entry-content li > ol{margin:10px 0 0;}
body.single-post .ph-article .entry-content li:last-child{margin-bottom:0;}

/* Single Blog - Blockquote */
body.single-post .ph-article .entry-content blockquote{max-width:100%;margin:32px 0;padding:24px 28px;border:0;border-left:3px solid var(--e-global-color-primary);border-radius:0 8px 8px 0;background:#f7f7f7;color:var(--e-global-color-secondary);font-size:19px;font-style:italic;line-height:1.7;}
body.single-post .ph-article .entry-content blockquote p{margin:0 0 12px;font-size:19px;font-style:italic;line-height:1.7;color:var(--e-global-color-secondary);}
body.single-post .ph-article .entry-content blockquote p:last-child{margin-bottom:0;}
body.single-post .ph-article .entry-content blockquote cite{display:block;margin-top:10px;color:var(--e-global-color-lighter);font-size:14px;font-style:normal;}

/* Single Blog - Images (uses only classes WordPress adds itself) */
body.single-post .ph-article .entry-content img{max-width:100%;height:auto;border-radius:8px;}
body.single-post .ph-article .entry-content p > img:only-child{display:block;margin:24px auto;}
body.single-post .ph-article .entry-content img.size-large,body.single-post .ph-article .entry-content img.size-full{display:block;width:100%;height:auto;margin:24px auto;}
body.single-post .ph-article .entry-content figure{max-width:100%;margin:28px 0;}
body.single-post .ph-article .entry-content figure img{display:block;width:100%;height:auto;}
body.single-post .ph-article .entry-content figcaption,body.single-post .ph-article .entry-content .wp-caption-text{margin:10px 0 0;color:var(--e-global-color-lighter);font-size:13px;line-height:1.6;text-align:center;}
body.single-post .ph-article .entry-content .wp-caption{max-width:100%;margin:28px auto;}
body.single-post .ph-article .entry-content .aligncenter{display:block;margin-left:auto;margin-right:auto;}
body.single-post .ph-article .entry-content .alignleft{float:left;margin:6px 28px 20px 0;}
body.single-post .ph-article .entry-content .alignright{float:right;margin:6px 0 20px 28px;}

/* Single Blog - Tables */
body.single-post .ph-article .entry-content table{width:100%;margin:0 0 28px;border:1px solid var(--e-global-color-border);border-collapse:collapse;font-size:15px;line-height:1.6;}
body.single-post .ph-article .entry-content table th,body.single-post .ph-article .entry-content table td{padding:12px 16px;border:1px solid var(--e-global-color-border);text-align:left;vertical-align:top;word-break:normal;overflow-wrap:anywhere;}
body.single-post .ph-article .entry-content table thead th{padding:14px 16px;background:var(--e-global-color-dark);color:#fff;font-weight:600;vertical-align:middle;}
body.single-post .ph-article .entry-content table tbody tr{border:0;}
body.single-post .ph-article .entry-content table tbody tr:nth-child(even){background:#fafafa;}
body.single-post .ph-article .entry-content table caption{padding:0 0 10px;color:var(--e-global-color-lighter);font-size:13px;text-align:left;}

/* Single Blog - Tags & share */
body.single-post .ph-article .entry-taxonomy{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin:38px auto 0;padding:24px 0 0;border-top:1px solid var(--e-global-color-border);}
body.single-post .ph-article .entry-taxonomy .tags-links{display:flex;flex-wrap:wrap;align-items:center;gap:8px;}
body.single-post .ph-article .entry-taxonomy .tags-links .screen-reader-text{margin:0 4px 0 0;color:var(--e-global-color-lighter);font-size:12px;font-weight:600;letter-spacing:.8px;text-transform:uppercase;}
body.single-post .ph-article .entry-taxonomy .tags-links a{padding:7px 14px;border:1px solid var(--e-global-color-border);border-radius:30px;color:var(--e-global-color-text);font-size:13px;line-height:1.3;transition:all .25s ease;}
body.single-post .ph-article .entry-taxonomy .tags-links a:hover{border-color:var(--e-global-color-primary);background:var(--e-global-color-primary);color:#fff;}
body.single-post .ph-article .entry-taxonomy .pbr-social-share{display:flex;flex-wrap:wrap;align-items:center;gap:8px;}
body.single-post .ph-article .entry-taxonomy .pbr-social-share .social-share-header{margin:0 4px 0 0;color:var(--e-global-color-lighter);font-size:12px;font-weight:600;letter-spacing:.8px;text-transform:uppercase;}
body.single-post .ph-article .entry-taxonomy .pbr-social-share a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--e-global-color-border);border-radius:50%;color:var(--e-global-color-text);font-size:14px;transition:all .25s ease;}
body.single-post .ph-article .entry-taxonomy .pbr-social-share a:hover{border-color:var(--e-global-color-primary);background:var(--e-global-color-primary);color:#fff;}

/* Single Blog - Author (dynamic - renders once the user has a Biographical Info) */
body.single-post .ph-article .author-wrapper{align-items:flex-start;gap:22px;margin:38px auto 0;padding:26px;border:1px solid var(--e-global-color-border);border-top:3px solid var(--e-global-color-primary);border-radius:10px;background:#fafafa;}
body.single-post .ph-article .author-wrapper .author-avatar{margin:0;}
body.single-post .ph-article .author-wrapper .author-avatar img{width:84px;height:84px;border-radius:50%;object-fit:cover;}
body.single-post .ph-article .author-wrapper .author-caption .author-name{margin:0 0 2px;}
body.single-post .ph-article .author-wrapper .author-caption .author-name a{font-size:18px;line-height:1.35;font-weight:600;color:var(--e-global-color-secondary);}
body.single-post .ph-article .author-wrapper .author-caption .author-name a:hover{color:var(--e-global-color-primary);}
body.single-post .ph-article .author-wrapper .author-caption .author-description{margin:8px 0 0;font-size:15px;line-height:1.7;color:var(--e-global-color-text);}
body.single-post .ph-article .author-wrapper .author-caption .author-website{margin:10px 0 0;font-size:13px;}

/* Single Blog - Post navigation */
body.single-post .ph-article nav.post-navigation{margin:38px auto 0;padding:0;border-width:1px 0 0 0;}
body.single-post .ph-article nav.post-navigation .nav-links{display:flow-root;}
body.single-post .ph-article nav.post-navigation .nav-previous,body.single-post .ph-article nav.post-navigation .nav-next{margin:26px 0 4px;}
body.single-post .ph-article nav.post-navigation .nav-previous img,body.single-post .ph-article nav.post-navigation .nav-next img{width:64px;height:64px;border-radius:8px;object-fit:cover;}
body.single-post .ph-article nav.post-navigation .nav-previous .title,body.single-post .ph-article nav.post-navigation .nav-next .title{font-size:15px;line-height:1.45;font-weight:600;}
body.single-post .ph-article nav.post-navigation .nav-previous .reader-text,body.single-post .ph-article nav.post-navigation .nav-next .reader-text{margin-bottom:4px;font-size:11px;letter-spacing:.8px;}
















/* =========================================================
   DESKTOP
========================================================= */

@media (min-width: 1025px) {

    .ph-laser-page .ph-section {
        width: 100%;
    }

    .ph-laser-page .ph-material-card,
    .ph-laser-page .ph-process-item,
    .ph-laser-page .ph-why-card {
        height: 100%;
    }

}

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

@media (max-width: 1024px) {

    .ph-laser-page .ph-section {
        padding: 50px 25px !important;
    }

    .ph-laser-page .ph-title {
        font-size: 36px !important;
    }

    .ph-laser-page .ph-intro-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .ph-laser-page .ph-machine-box {
        min-height: 300px;
    }

    .ph-laser-page .ph-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ph-laser-page .ph-material-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ph-laser-page .ph-process-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ph-laser-page .ph-industry-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
    }

    .ph-laser-page .ph-industry {
        height: 220px;
    }
    .ph-laser-page .ph-cta,
    .ph-laser-page .ph-cta-industry,
    .ph-laser-page .ph-cta-quote {
        min-height: 300px;
    }

    .ph-laser-page .ph-cta-inner,
    .ph-laser-page .ph-cta-industry .ph-cta-inner,
    .ph-laser-page .ph-cta-quote .ph-cta-inner {
        min-height: 300px;

        padding: 50px 25px;
    }

    .ph-laser-page .ph-cta h2 {
        font-size: 34px !important;
    }

    .ph-laser-page .ph-cta p {
        font-size: 16px;
    }

    /* Single Blog - Responsive (tablet) */
    body.single-post .breadcrumb-wrap .e-con{--padding-top:80px;--padding-bottom:80px;}
    body.single-post .breadcrumb-wrap .elementor-widget-heading .elementor-heading-title{font-size:32px;}
    body.single-post .breadcrumb-wrap .elementor-widget-container .industras-woocommerce-title{font-size:32px;}
    body.single-post .ph-article .single-content > *{max-width:100%;}
    body.single-post .ph-article .single-content .ph-post-thumbnail{margin-bottom:34px;}
    body.single-post .ph-article .single-content .ph-post-thumbnail img{aspect-ratio:16/9;}
    body.single-post .ph-article .entry-content h2{margin-top:46px;font-size:29px;}
    body.single-post .ph-article .entry-content h3{margin-top:32px;font-size:21px;}

}

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

@media (max-width: 767px) {

    .ph-laser-page .ph-section {
        padding: 40px 18px !important;
    }

    .ph-laser-page .ph-intro {
        padding-top: 35px !important;
        padding-bottom: 40px !important;
    }

    .ph-laser-page .ph-title {
        margin-bottom: 12px !important;

        font-size: 30px !important;
        line-height: 1.15 !important;
    }

    .ph-laser-page .ph-subtitle {
        margin-bottom: 22px !important;

        font-size: 15px;
        line-height: 1.6;
    }

    /* Intro */

    .ph-laser-page .ph-intro-grid {
        grid-template-columns: 1fr;

        gap: 25px;
    }

    .ph-laser-page .ph-intro-content p {
        margin-bottom: 12px !important;

        font-size: 15px;
        line-height: 1.6;
    }

    .ph-laser-page .ph-machine-box {
        min-height: 250px;

        padding: 25px;
    }

    .ph-laser-page .ph-machine-box::before {
        top: 25px;
        left: 25px;

        font-size: 28px;
    }

    .ph-laser-page .ph-machine-content h3 {
        font-size: 22px;
    }

    .ph-laser-page .ph-machine-content p {
        font-size: 14px;
    }

    /* Benefits */

    .ph-laser-page .ph-benefits {
        grid-template-columns: 1fr;

        gap: 12px;

        margin-top: 25px !important;
    }

    .ph-laser-page .ph-benefit {
        padding: 20px;
    }

    /* Materials */

    .ph-laser-page .ph-material-grid {
        grid-template-columns: 1fr;

        gap: 12px;
    }

    .ph-laser-page .ph-material-card {
        padding: 22px;
    }

    /* Process */

    .ph-laser-page .ph-process-list {
        grid-template-columns: 1fr;

        gap: 12px;
    }

    .ph-laser-page .ph-process-item {
        padding: 22px;
    }

    /* Why */

    .ph-laser-page .ph-why-grid {
        grid-template-columns: 1fr;

        gap: 12px;
    }

    .ph-laser-page .ph-why-card {
        padding: 22px;
    }

    /* Industries */

    .ph-laser-page .ph-industry-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .ph-laser-page .ph-industry {
        height: 180px;
    }

    .ph-laser-page .ph-industry-content {
        left: 17px;
        right: 17px;
        bottom: 17px;
    }

    .ph-laser-page .ph-industry strong {
        font-size: 16px;
    }
    .ph-laser-page .ph-cta,
    .ph-laser-page .ph-cta-industry,
    .ph-laser-page .ph-cta-quote {
        min-height: 310px;
    }

    .ph-laser-page .ph-cta-inner,
    .ph-laser-page .ph-cta-industry .ph-cta-inner,
    .ph-laser-page .ph-cta-quote .ph-cta-inner {

        min-height: 310px;

        padding: 45px 20px;
    }

    .ph-laser-page .ph-cta h2 {
        margin-bottom: 12px !important;

        font-size: 28px !important;

        line-height: 1.2 !important;
    }

    .ph-laser-page .ph-cta p {
        margin-bottom: 22px !important;

        font-size: 15px;

        line-height: 1.55;
    }

    .ph-laser-page .ph-cta-eyebrow {
        font-size: 10px;
    }

    .ph-laser-page .ph-cta-button {
        width: auto;

        min-height: 50px;

        padding: 13px 22px;

        font-size: 14px;
    }

    /* Single Blog - Responsive (mobile) */
    body.single-post .breadcrumb-wrap .e-con{--padding-top:56px;--padding-bottom:56px;}
    body.single-post .breadcrumb-wrap .elementor-widget-heading .elementor-heading-title{font-size:26px;line-height:1.3;}
    body.single-post .breadcrumb-wrap .elementor-widget-container .industras-woocommerce-title{font-size:26px;line-height:1.3;}
    body.single-post .breadcrumb-wrap .woocommerce-breadcrumb{font-size:12px;}
    body.single-post .breadcrumb-wrap .woocommerce-breadcrumb i{margin:0 6px;}
    body.single-post .ph-article .single-content .ph-post-header{margin-bottom:24px;}
    body.single-post .ph-article .ph-post-meta{gap:6px 16px;padding-bottom:18px;font-size:13px;}
    body.single-post .ph-article .ph-post-meta > * + *::before{display:none;}
    body.single-post .ph-article .ph-meta-author img{width:30px;height:30px;margin-right:8px;}
    body.single-post .ph-article .single-content .ph-post-thumbnail{margin-bottom:28px;}
    body.single-post .ph-article .single-content .ph-post-thumbnail img{aspect-ratio:auto;border-radius:8px;}
    body.single-post .ph-article .entry-content{font-size:16px;line-height:1.75;}
    body.single-post .ph-article .entry-content p{margin-bottom:18px;font-size:16px;line-height:1.75;}
    body.single-post .ph-article .entry-content h2{margin:38px 0 14px;padding-top:18px;font-size:25px;line-height:1.3;}
    body.single-post .ph-article .entry-content h2::before{width:40px;}
    body.single-post .ph-article .entry-content h3{margin:28px 0 10px;font-size:20px;}
    body.single-post .ph-article .entry-content h4{margin:24px 0 8px;font-size:18px;}
    body.single-post .ph-article .entry-content ul,body.single-post .ph-article .entry-content ol{margin-bottom:20px;padding-left:20px;}
    body.single-post .ph-article .entry-content li{margin-bottom:8px;font-size:16px;line-height:1.7;}
    body.single-post .ph-article .entry-content blockquote{margin:26px 0;padding:18px 20px;font-size:17px;}
    body.single-post .ph-article .entry-content blockquote p{font-size:17px;}
    body.single-post .ph-article .entry-content img.size-large,body.single-post .ph-article .entry-content img.size-full{margin:20px auto;}
    body.single-post .ph-article .entry-content .alignleft,body.single-post .ph-article .entry-content .alignright{float:none;display:block;margin:20px auto;}
    body.single-post .ph-article .entry-content table{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap;font-size:14px;}
    body.single-post .ph-article .entry-content table th,body.single-post .ph-article .entry-content table td{padding:10px 13px;}
    body.single-post .ph-article .entry-content table thead th{padding:11px 13px;}
    body.single-post .ph-article .entry-taxonomy{align-items:flex-start;flex-direction:column;gap:18px;margin-top:30px;padding-top:20px;}
    body.single-post .ph-article .author-wrapper{gap:16px;margin-top:30px;padding:20px;}
    body.single-post .ph-article .author-wrapper .author-avatar img{width:64px;height:64px;}
    body.single-post .ph-article nav.post-navigation{margin-top:30px;}
    body.single-post .ph-article nav.post-navigation .nav-previous,body.single-post .ph-article nav.post-navigation .nav-next{float:none;width:100%;margin:20px 0 0;}

}

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

@media (max-width: 480px) {

    .ph-laser-page .ph-section {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .ph-laser-page .ph-title {
        font-size: 27px !important;
    }

    .ph-laser-page .ph-industry-grid {
        grid-template-columns: 1fr;
    }
    .ph-laser-page .ph-cta,
    .ph-laser-page .ph-cta-industry,
    .ph-laser-page .ph-cta-quote {
        min-height: 290px;
    }

    .ph-laser-page .ph-cta-inner,
    .ph-laser-page .ph-cta-industry .ph-cta-inner,
    .ph-laser-page .ph-cta-quote .ph-cta-inner {
        min-height: 290px;

        padding: 40px 16px;
    }

    .ph-laser-page .ph-cta h2 {
        font-size: 25px !important;
    }

    .ph-laser-page .ph-cta p {
        font-size: 14px;
    }

    .ph-laser-page .ph-cta-button {
        width: 100%;
        max-width: 260px;
    }

    /* Single Blog - Responsive (small mobile) */
    body.single-post .breadcrumb-wrap .e-con{--padding-top:46px;--padding-bottom:46px;}
    body.single-post .breadcrumb-wrap .elementor-widget-heading .elementor-heading-title{font-size:23px;}
    body.single-post .breadcrumb-wrap .elementor-widget-container .industras-woocommerce-title{font-size:23px;}
    body.single-post .ph-article .ph-post-cats a{padding:5px 11px;font-size:10px;}
    body.single-post .ph-article .entry-content h2{font-size:22px;}
    body.single-post .ph-article .entry-content h3{font-size:18px;}
    body.single-post .ph-article .entry-content h4{font-size:17px;}
    body.single-post .ph-article .entry-taxonomy .pbr-social-share a{width:34px;height:34px;}

}