﻿/* =========================================================
   PXM SOFTWARE SOLUTIONS
   Services Pages

   File: pxm-services.css

   Prefix:
   pxm-services-
   ========================================================= */


/* =========================================================
   Services Hero
   ========================================================= */

.pxm-services-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 470px;
    overflow: hidden;
    padding: 8.75rem 0 5.25rem;
    background: linear-gradient( 145deg, #031226 0%, #061a38 52%, #0c2c5c 100% );
}


/* =========================================================
   Hero Content
   ========================================================= */

.pxm-services-hero-content {
    position: relative;
    z-index: 5;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}


/* =========================================================
   Hero Eyebrow
   ========================================================= */

.pxm-services-hero .pxm-eyebrow {
    margin-bottom: 1.5rem;
    color: #4f8cff;
}


/* =========================================================
   Hero Title
   ========================================================= */

.pxm-services-hero-title {
    margin: 0 auto;
    max-width: 980px;
    color: #ffffff;
    font-size: clamp( 3rem, 5vw, 5rem );
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.pxm-services-hero-accent {
    color: #3b82f6;
}


/* =========================================================
   Hero Description
   ========================================================= */

.pxm-services-hero-description {
    max-width: 760px;
    margin: 2rem auto 0;
    color: rgba(232, 240, 251, 0.78);
    font-size: clamp( 1rem, 1.5vw, 1.2rem );
    line-height: 1.8;
}


/* =========================================================
   Hero Decorative Layer
   ========================================================= */

.pxm-services-hero-visual {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}


/* =========================================================
   Technical Grid
   ========================================================= */

.pxm-services-hero-grid {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 900px;
    height: 500px;
    transform: translate(-50%, -50%) perspective(900px) rotateX(65deg);
    opacity: 0.18;
    background-image: linear-gradient( rgba(96, 153, 255, 0.20) 1px, transparent 1px ), linear-gradient( 90deg, rgba(96, 153, 255, 0.20) 1px, transparent 1px );
    background-size: 48px 48px;
}


/* =========================================================
   Hero Glow
   ========================================================= */

.pxm-services-hero-glow {
    position: absolute;
    left: 50%;
    top: 48%;
    width: 650px;
    height: 350px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient( ellipse at center, rgba(48, 115, 255, 0.26) 0%, rgba(48, 115, 255, 0.08) 45%, transparent 72% );
    filter: blur(20px);
}


/* =========================================================
   Orbit Rings
   ========================================================= */

.pxm-services-hero-orbit {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(91, 146, 255, 0.20);
    border-radius: 50%;
}


.pxm-services-hero-orbit-one {
    width: 580px;
    height: 580px;
}


.pxm-services-hero-orbit-two {
    width: 820px;
    height: 420px;
    border-color: rgba(91, 146, 255, 0.11);
}


/* =========================================================
   Decorative Nodes
   ========================================================= */

.pxm-services-hero-node {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4f8cff;
    box-shadow: 0 0 18px rgba(79, 140, 255, 0.85);
}


.pxm-services-node-one {
    left: 23%;
    top: 38%;
}


.pxm-services-node-two {
    right: 22%;
    top: 31%;
    width: 6px;
    height: 6px;
}


.pxm-services-node-three {
    left: 31%;
    bottom: 27%;
    width: 5px;
    height: 5px;
    opacity: 0.75;
}


.pxm-services-node-four {
    right: 29%;
    bottom: 24%;
    width: 7px;
    height: 7px;
    opacity: 0.85;
}


/* =========================================================
   Soft Edge Fade
   ========================================================= */

.pxm-services-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: radial-gradient( ellipse at center, transparent 35%, rgba(3, 18, 38, 0.18) 70%, rgba(3, 18, 38, 0.52) 100% );
}

/* =========================================================
   Service Hero Actions
   ========================================================= */

.pxm-services-hero-actions {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}


/* =========================================================
   AI Integration Hero
   ========================================================= */

.pxm-services-hero-ai {
    background: linear-gradient( 145deg, #02101f 0%, #071b38 48%, #0c315e 100% );
}


    /* =========================================================
   AI Hero Grid
   ========================================================= */

    .pxm-services-hero-ai
    .pxm-services-hero-grid {
        width: 1000px;
        height: 560px;
        opacity: 0.14;
        background-size: 54px 54px;
    }


    /* =========================================================
   AI Hero Glow
   ========================================================= */

    .pxm-services-hero-ai
    .pxm-services-hero-glow {
        width: 720px;
        height: 400px;
        background: radial-gradient( ellipse at center, rgba(42, 112, 255, 0.30) 0%, rgba(42, 112, 255, 0.10) 42%, transparent 72% );
    }


    /* =========================================================
   AI Orbital Rings
   ========================================================= */

    .pxm-services-hero-ai
    .pxm-services-hero-orbit-one {
        width: 620px;
        height: 620px;
        border-color: rgba(75, 138, 255, 0.24);
    }


    .pxm-services-hero-ai
    .pxm-services-hero-orbit-two {
        width: 880px;
        height: 430px;
        border-color: rgba(75, 138, 255, 0.13);
        transform: translate(-50%, -50%) rotate(-8deg);
    }


    /* =========================================================
   AI Hero Nodes
   ========================================================= */

    .pxm-services-hero-ai
    .pxm-services-hero-node {
        background: #66a0ff;
        box-shadow: 0 0 22px rgba(102, 160, 255, 0.90);
    }


    .pxm-services-hero-ai
    .pxm-services-node-one {
        left: 21%;
        top: 35%;
    }


    .pxm-services-hero-ai
    .pxm-services-node-two {
        right: 21%;
        top: 34%;
    }


    .pxm-services-hero-ai
    .pxm-services-node-three {
        left: 33%;
        bottom: 24%;
    }


    .pxm-services-hero-ai
    .pxm-services-node-four {
        right: 31%;
        bottom: 22%;
    }


    /* =========================================================
   AI Hero Secondary Network Layer
   ========================================================= */

    .pxm-services-hero-ai
    .pxm-services-hero-visual::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 520px;
        height: 260px;
        transform: translate(-50%, -50%);
        opacity: 0.34;
        background: linear-gradient( 35deg, transparent 48%, rgba(100, 160, 255, 0.22) 49%, rgba(100, 160, 255, 0.22) 50%, transparent 51% ), linear-gradient( -35deg, transparent 48%, rgba(100, 160, 255, 0.18) 49%, rgba(100, 160, 255, 0.18) 50%, transparent 51% );
        pointer-events: none;
    }

/* =========================================================
   Business Automation Hero
   ========================================================= */

.pxm-services-hero-automation {
    background: linear-gradient( 145deg, #031226 0%, #071d3e 50%, #0b315f 100% );
}


    /* =========================================================
   Automation Glow
   ========================================================= */

    .pxm-services-hero-automation
    .pxm-services-hero-glow {
        width: 760px;
        height: 380px;
        background: radial-gradient( ellipse at center, rgba(49, 120, 255, 0.30) 0%, rgba(49, 120, 255, 0.09) 44%, transparent 72% );
    }


    /* =========================================================
   Automation Grid
   ========================================================= */

    .pxm-services-hero-automation
    .pxm-services-hero-grid {
        width: 980px;
        height: 520px;
        opacity: 0.16;
        background-size: 50px 50px;
    }


    /* =========================================================
   Automation Orbit
   ========================================================= */

    .pxm-services-hero-automation
    .pxm-services-hero-orbit-one {
        width: 590px;
        height: 590px;
        border-color: rgba(82, 143, 255, 0.22);
    }


    .pxm-services-hero-automation
    .pxm-services-hero-orbit-two {
        width: 860px;
        height: 410px;
        border-color: rgba(82, 143, 255, 0.12);
        transform: translate(-50%, -50%) rotate(8deg);
    }


    /* =========================================================
   Automation Nodes
   ========================================================= */

    .pxm-services-hero-automation
    .pxm-services-hero-node {
        background: #5b98ff;
        box-shadow: 0 0 20px rgba(91, 152, 255, 0.88);
    }


    .pxm-services-hero-automation
    .pxm-services-node-one {
        left: 20%;
        top: 40%;
    }


    .pxm-services-hero-automation
    .pxm-services-node-two {
        right: 20%;
        top: 34%;
    }


    .pxm-services-hero-automation
    .pxm-services-node-three {
        left: 31%;
        bottom: 22%;
    }


    .pxm-services-hero-automation
    .pxm-services-node-four {
        right: 30%;
        bottom: 26%;
    }


    /* =========================================================
   Automation Workflow Lines
   ========================================================= */

    .pxm-services-hero-automation
    .pxm-services-hero-visual::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 620px;
        height: 280px;
        transform: translate(-50%, -50%);
        opacity: 0.34;
        background: linear-gradient( 20deg, transparent 48%, rgba(90, 150, 255, 0.24) 49%, rgba(90, 150, 255, 0.24) 50%, transparent 51% ), linear-gradient( -18deg, transparent 48%, rgba(90, 150, 255, 0.18) 49%, rgba(90, 150, 255, 0.18) 50%, transparent 51% );
        pointer-events: none;
    }

/* =========================================================
   Custom Software Development Hero
   ========================================================= */

.pxm-services-hero-custom {
    background: linear-gradient( 145deg, #031226 0%, #061a37 48%, #0b2e5c 100% );
}


    /* =========================================================
   Custom Software Glow
   ========================================================= */

    .pxm-services-hero-custom
    .pxm-services-hero-glow {
        width: 760px;
        height: 400px;
        background: radial-gradient( ellipse at center, rgba(45, 115, 255, 0.28) 0%, rgba(45, 115, 255, 0.08) 44%, transparent 72% );
    }


    /* =========================================================
   Custom Software Grid
   ========================================================= */

    .pxm-services-hero-custom
    .pxm-services-hero-grid {
        width: 1020px;
        height: 560px;
        opacity: 0.18;
        background-size: 46px 46px;
    }


    /* =========================================================
   Custom Software Orbits
   ========================================================= */

    .pxm-services-hero-custom
    .pxm-services-hero-orbit-one {
        width: 600px;
        height: 600px;
        border-color: rgba(78, 140, 255, 0.22);
    }


    .pxm-services-hero-custom
    .pxm-services-hero-orbit-two {
        width: 870px;
        height: 420px;
        border-color: rgba(78, 140, 255, 0.12);
        transform: translate(-50%, -50%) rotate(-6deg);
    }


    /* =========================================================
   Custom Software Nodes
   ========================================================= */

    .pxm-services-hero-custom
    .pxm-services-hero-node {
        background: #5f9cff;
        box-shadow: 0 0 20px rgba(95, 156, 255, 0.86);
    }


    .pxm-services-hero-custom
    .pxm-services-node-one {
        left: 22%;
        top: 36%;
    }


    .pxm-services-hero-custom
    .pxm-services-node-two {
        right: 22%;
        top: 33%;
    }


    .pxm-services-hero-custom
    .pxm-services-node-three {
        left: 30%;
        bottom: 23%;
    }


    .pxm-services-hero-custom
    .pxm-services-node-four {
        right: 31%;
        bottom: 24%;
    }


    /* =========================================================
   Custom Software Code Geometry
   ========================================================= */

    .pxm-services-hero-custom
    .pxm-services-hero-visual::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 620px;
        height: 300px;
        transform: translate(-50%, -50%);
        opacity: 0.28;
        background: linear-gradient( 90deg, transparent 0%, rgba(92, 151, 255, 0.12) 20%, rgba(92, 151, 255, 0.12) 21%, transparent 22%, transparent 48%, rgba(92, 151, 255, 0.12) 49%, rgba(92, 151, 255, 0.12) 50%, transparent 51%, transparent 78%, rgba(92, 151, 255, 0.12) 79%, rgba(92, 151, 255, 0.12) 80%, transparent 81% ), linear-gradient( rgba(92, 151, 255, 0.10) 1px, transparent 1px );
        background-size: 100% 100%, 100% 54px;
        pointer-events: none;
    }

/* =========================================================
   Software Consulting Hero
   ========================================================= */

.pxm-services-hero-consulting {
    background: linear-gradient( 145deg, #031226 0%, #071b39 50%, #0d315f 100% );
}


    /* =========================================================
   Consulting Glow
   ========================================================= */

    .pxm-services-hero-consulting
    .pxm-services-hero-glow {
        width: 760px;
        height: 390px;
        background: radial-gradient( ellipse at center, rgba(54, 123, 255, 0.28) 0%, rgba(54, 123, 255, 0.08) 44%, transparent 72% );
    }


    /* =========================================================
   Consulting Grid
   ========================================================= */

    .pxm-services-hero-consulting
    .pxm-services-hero-grid {
        width: 980px;
        height: 540px;
        opacity: 0.14;
        background-size: 52px 52px;
    }


    /* =========================================================
   Consulting Orbits
   ========================================================= */

    .pxm-services-hero-consulting
    .pxm-services-hero-orbit-one {
        width: 590px;
        height: 590px;
        border-color: rgba(86, 146, 255, 0.20);
    }


    .pxm-services-hero-consulting
    .pxm-services-hero-orbit-two {
        width: 850px;
        height: 410px;
        border-color: rgba(86, 146, 255, 0.11);
        transform: translate(-50%, -50%) rotate(5deg);
    }


    /* =========================================================
   Consulting Nodes
   ========================================================= */

    .pxm-services-hero-consulting
    .pxm-services-hero-node {
        background: #68a0ff;
        box-shadow: 0 0 20px rgba(104, 160, 255, 0.86);
    }


    .pxm-services-hero-consulting
    .pxm-services-node-one {
        left: 23%;
        top: 37%;
    }


    .pxm-services-hero-consulting
    .pxm-services-node-two {
        right: 23%;
        top: 32%;
    }


    .pxm-services-hero-consulting
    .pxm-services-node-three {
        left: 34%;
        bottom: 24%;
    }


    .pxm-services-hero-consulting
    .pxm-services-node-four {
        right: 32%;
        bottom: 23%;
    }


    /* =========================================================
   Consulting Decision / Architecture Layer
   ========================================================= */

    .pxm-services-hero-consulting
    .pxm-services-hero-visual::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 640px;
        height: 260px;
        transform: translate(-50%, -50%);
        opacity: 0.30;
        background: radial-gradient( circle at 10% 70%, rgba(105, 164, 255, 0.85) 0 5px, transparent 6px ), radial-gradient( circle at 35% 28%, rgba(105, 164, 255, 0.72) 0 5px, transparent 6px ), radial-gradient( circle at 62% 54%, rgba(105, 164, 255, 0.72) 0 5px, transparent 6px ), radial-gradient( circle at 90% 22%, rgba(105, 164, 255, 0.62) 0 5px, transparent 6px ), linear-gradient( 22deg, transparent 48%, rgba(105, 164, 255, 0.18) 49%, rgba(105, 164, 255, 0.18) 50%, transparent 51% ), linear-gradient( -18deg, transparent 48%, rgba(105, 164, 255, 0.14) 49%, rgba(105, 164, 255, 0.14) 50%, transparent 51% );
        pointer-events: none;
    }

/* =========================================================
   Software Maintenance Hero
   ========================================================= */

.pxm-services-hero-maintenance {
    background: linear-gradient( 145deg, #031226 0%, #071a36 48%, #0a2a55 100% );
}


    /* =========================================================
   Maintenance Glow
   ========================================================= */

    .pxm-services-hero-maintenance
    .pxm-services-hero-glow {
        width: 740px;
        height: 390px;
        background: radial-gradient( ellipse at center, rgba(48, 118, 255, 0.26) 0%, rgba(48, 118, 255, 0.08) 44%, transparent 72% );
    }


    /* =========================================================
   Maintenance Grid
   ========================================================= */

    .pxm-services-hero-maintenance
    .pxm-services-hero-grid {
        width: 980px;
        height: 540px;
        opacity: 0.15;
        background-size: 50px 50px;
    }


    /* =========================================================
   Maintenance Orbits
   ========================================================= */

    .pxm-services-hero-maintenance
    .pxm-services-hero-orbit-one {
        width: 590px;
        height: 590px;
        border-color: rgba(82, 143, 255, 0.21);
    }


    .pxm-services-hero-maintenance
    .pxm-services-hero-orbit-two {
        width: 850px;
        height: 410px;
        border-color: rgba(82, 143, 255, 0.11);
        transform: translate(-50%, -50%) rotate(-4deg);
    }


    /* =========================================================
   Maintenance Nodes
   ========================================================= */

    .pxm-services-hero-maintenance
    .pxm-services-hero-node {
        background: #5f9cff;
        box-shadow: 0 0 20px rgba(95, 156, 255, 0.86);
    }


    .pxm-services-hero-maintenance
    .pxm-services-node-one {
        left: 24%;
        top: 37%;
    }


    .pxm-services-hero-maintenance
    .pxm-services-node-two {
        right: 23%;
        top: 34%;
    }


    .pxm-services-hero-maintenance
    .pxm-services-node-three {
        left: 32%;
        bottom: 23%;
    }


    .pxm-services-hero-maintenance
    .pxm-services-node-four {
        right: 31%;
        bottom: 24%;
    }


    /* =========================================================
   Maintenance Monitoring Rings
   ========================================================= */

    .pxm-services-hero-maintenance
    .pxm-services-hero-visual::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 340px;
        height: 340px;
        transform: translate(-50%, -50%);
        border: 18px solid rgba(96, 153, 255, 0.08);
        border-radius: 50%;
        box-shadow: 0 0 0 42px rgba(96, 153, 255, 0.035), 0 0 0 84px rgba(96, 153, 255, 0.018), inset 0 0 0 1px rgba(96, 153, 255, 0.14);
        pointer-events: none;
    }

/* =========================================================
   Website Design & Modernization Hero
   ========================================================= */

.pxm-services-hero-web {
    background: linear-gradient( 145deg, #031226 0%, #071a38 48%, #0b315f 100% );
}


    /* =========================================================
   Website Glow
   ========================================================= */

    .pxm-services-hero-web
    .pxm-services-hero-glow {
        width: 760px;
        height: 390px;
        background: radial-gradient( ellipse at center, rgba(52, 121, 255, 0.28) 0%, rgba(52, 121, 255, 0.08) 44%, transparent 72% );
    }


    /* =========================================================
   Website Grid
   ========================================================= */

    .pxm-services-hero-web
    .pxm-services-hero-grid {
        width: 1000px;
        height: 540px;
        opacity: 0.15;
        background-size: 48px 48px;
    }


    /* =========================================================
   Website Orbits
   ========================================================= */

    .pxm-services-hero-web
    .pxm-services-hero-orbit-one {
        width: 590px;
        height: 590px;
        border-color: rgba(84, 145, 255, 0.20);
    }


    .pxm-services-hero-web
    .pxm-services-hero-orbit-two {
        width: 860px;
        height: 410px;
        border-color: rgba(84, 145, 255, 0.11);
        transform: translate(-50%, -50%) rotate(7deg);
    }


    /* =========================================================
   Website Nodes
   ========================================================= */

    .pxm-services-hero-web
    .pxm-services-hero-node {
        background: #63a0ff;
        box-shadow: 0 0 20px rgba(99, 160, 255, 0.86);
    }


    .pxm-services-hero-web
    .pxm-services-node-one {
        left: 22%;
        top: 37%;
    }


    .pxm-services-hero-web
    .pxm-services-node-two {
        right: 22%;
        top: 33%;
    }


    .pxm-services-hero-web
    .pxm-services-node-three {
        left: 31%;
        bottom: 23%;
    }


    .pxm-services-hero-web
    .pxm-services-node-four {
        right: 31%;
        bottom: 24%;
    }


    /* =========================================================
   Website Browser / Responsive Layout Graphic
   ========================================================= */

    .pxm-services-hero-web
    .pxm-services-hero-visual::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 560px;
        height: 280px;
        transform: translate(-50%, -50%) rotate(-2deg);
        border: 1px solid rgba(101, 161, 255, 0.20);
        border-radius: 22px;
        background: linear-gradient( 180deg, rgba(101, 161, 255, 0.12) 0 38px, rgba(101, 161, 255, 0.025) 38px 100% );
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
        opacity: 0.38;
        pointer-events: none;
    }


    /* =========================================================
   Website Secondary Device Shape
   ========================================================= */

    .pxm-services-hero-web
    .pxm-services-hero-visual::before {
        content: "";
        position: absolute;
        left: calc(50% + 220px);
        top: calc(50% + 70px);
        width: 95px;
        height: 165px;
        transform: translate(-50%, -50%) rotate(5deg);
        border: 1px solid rgba(101, 161, 255, 0.26);
        border-radius: 16px;
        background: rgba(101, 161, 255, 0.05);
        opacity: 0.55;
        pointer-events: none;
    }

/* =========================================================
   Services Offerings
   ========================================================= */

.pxm-services-offerings {
    padding: 7rem 0;
    background: linear-gradient( 180deg, #eef6ff 0%, #f7faff 100% );
}


/* =========================================================
   Services Section Header
   ========================================================= */

.pxm-services-section-header {
    max-width: 820px;
    margin-bottom: 3.5rem;
}


    .pxm-services-section-header h2 {
        margin-bottom: 1.25rem;
    }


    .pxm-services-section-header p {
        max-width: 740px;
        margin-bottom: 0;
        color: var(--pxm-text-secondary);
        line-height: 1.8;
    }


/* =========================================================
   Service Card
   ========================================================= */

.pxm-services-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 410px;
    overflow: hidden;
    border: 1px solid rgba(15, 45, 85, 0.08);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(15, 45, 85, 0.06);
    transition: transform var(--pxm-transition), box-shadow var(--pxm-transition), border-color var(--pxm-transition);
}


    .pxm-services-card:hover {
        transform: translateY(-6px);
        border-color: rgba(37, 99, 235, 0.16);
        box-shadow: 0 28px 60px rgba(15, 45, 85, 0.12);
    }


/* =========================================================
   Service Card Top
   ========================================================= */

.pxm-services-card-top {
    position: relative;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 1.4rem 1.75rem;
    color: #ffffff;
    background: linear-gradient( 145deg, #06172f 0%, #0b2f60 52%, #0d4384 100% );
}


    .pxm-services-card-top::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient( circle at 78% 28%, rgba(83, 148, 255, 0.26), transparent 45% );
        pointer-events: none;
    }


    .pxm-services-card-top::after {
        content: "";
        position: absolute;
        right: -95px;
        top: -115px;
        width: 260px;
        height: 260px;
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 50%;
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0.018);
        pointer-events: none;
    }


/* =========================================================
   Card Number
   ========================================================= */

.pxm-services-card-number {
    position: absolute;
    left: 1.4rem;
    top: 1rem;
    z-index: 5;
    color: rgba(255, 255, 255, 0.50);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.10em;
}


/* =========================================================
   Card Title Area
   ========================================================= */

.pxm-services-card-title-wrap {
    position: relative;
    z-index: 5;
    max-width: 86%;
    margin-top: 0;
}

.pxm-services-card-kicker {
    margin-bottom: 0.35rem;
    color: #81afff;
    font-size: 0.63rem;
    font-weight: 800;
    letter-spacing: 0.11em;
}


.pxm-services-card-title-wrap h3 {
    margin: 0;
    color: #ffffff;
    font-size: clamp( 1.2rem, 1.6vw, 1.45rem );
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.025em;
}


/* =========================================================
   Shared Card Graphic
   ========================================================= */

.pxm-services-card-graphic {
    position: absolute;
    right: 0.75rem;
    top: 0.65rem;
    z-index: 3;
    width: 115px;
    height: 80px;
    opacity: 0.36;
    pointer-events: none;
}


/* =========================================================
   Custom Software Graphic
   ========================================================= */

.pxm-services-card-graphic-software {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 14px;
}


    .pxm-services-card-graphic-software::before,
    .pxm-services-card-graphic-software::after {
        content: "";
        position: absolute;
        left: 14px;
        right: 14px;
        height: 1px;
        background: rgba(255, 255, 255, 0.18);
    }


    .pxm-services-card-graphic-software::before {
        top: 31px;
    }


    .pxm-services-card-graphic-software::after {
        top: 61px;
    }


    .pxm-services-card-graphic-software span {
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #8bb7ff;
        box-shadow: 0 0 14px rgba(139, 183, 255, 0.80);
    }


        .pxm-services-card-graphic-software span:nth-child(1) {
            left: 18px;
            top: 16px;
        }


        .pxm-services-card-graphic-software span:nth-child(2) {
            right: 27px;
            top: 44px;
        }


        .pxm-services-card-graphic-software span:nth-child(3) {
            left: 50px;
            bottom: 13px;
        }


/* =========================================================
   Automation Graphic
   ========================================================= */

.pxm-services-card-graphic-automation::before,
.pxm-services-card-graphic-automation::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}


.pxm-services-card-graphic-automation::before {
    width: 110px;
    height: 65px;
}


.pxm-services-card-graphic-automation::after {
    width: 65px;
    height: 105px;
}


.pxm-services-card-graphic-automation span {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #8bb7ff;
    box-shadow: 0 0 14px rgba(139, 183, 255, 0.80);
}


    .pxm-services-card-graphic-automation span:nth-child(1) {
        left: 10px;
        top: 45px;
    }


    .pxm-services-card-graphic-automation span:nth-child(2) {
        right: 14px;
        top: 20px;
    }


    .pxm-services-card-graphic-automation span:nth-child(3) {
        right: 31px;
        bottom: 7px;
    }


/* =========================================================
   AI Graphic
   ========================================================= */

.pxm-services-card-graphic-ai {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
}


    .pxm-services-card-graphic-ai::before {
        content: "";
        position: absolute;
        inset: 20px;
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 50%;
    }


    .pxm-services-card-graphic-ai span {
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #8bb7ff;
        box-shadow: 0 0 14px rgba(139, 183, 255, 0.80);
    }


        .pxm-services-card-graphic-ai span:nth-child(1) {
            left: 18px;
            top: 28px;
        }


        .pxm-services-card-graphic-ai span:nth-child(2) {
            right: 18px;
            top: 21px;
        }


        .pxm-services-card-graphic-ai span:nth-child(3) {
            left: 42px;
            bottom: 12px;
        }


        .pxm-services-card-graphic-ai span:nth-child(4) {
            right: 31px;
            bottom: 19px;
        }


/* =========================================================
   Website Graphic
   ========================================================= */

.pxm-services-card-graphic-web {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 13px;
}


    .pxm-services-card-graphic-web::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 23px;
        height: 1px;
        background: rgba(255, 255, 255, 0.18);
    }


    .pxm-services-card-graphic-web span:nth-child(1) {
        position: absolute;
        left: 15px;
        right: 15px;
        top: 37px;
        height: 17px;
        border-radius: 5px;
        background: rgba(255, 255, 255, 0.10);
    }


    .pxm-services-card-graphic-web span:nth-child(2) {
        position: absolute;
        left: 15px;
        right: 43px;
        bottom: 14px;
        height: 11px;
        border-radius: 5px;
        background: rgba(139, 183, 255, 0.32);
    }


/* =========================================================
   Maintenance Graphic
   ========================================================= */

.pxm-services-card-graphic-maintenance::before,
.pxm-services-card-graphic-maintenance::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}


.pxm-services-card-graphic-maintenance::before {
    width: 95px;
    height: 95px;
}


.pxm-services-card-graphic-maintenance::after {
    width: 55px;
    height: 55px;
}


.pxm-services-card-graphic-maintenance span {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #8bb7ff;
    box-shadow: 0 0 14px rgba(139, 183, 255, 0.80);
}


    .pxm-services-card-graphic-maintenance span:nth-child(1) {
        left: 64px;
        top: 0;
    }


    .pxm-services-card-graphic-maintenance span:nth-child(2) {
        left: 64px;
        bottom: 0;
    }


    .pxm-services-card-graphic-maintenance span:nth-child(3) {
        left: 12px;
        top: 44px;
    }


/* =========================================================
   Consulting Graphic
   ========================================================= */

.pxm-services-card-graphic-consulting::before {
    content: "";
    position: absolute;
    left: 17px;
    right: 17px;
    top: 47px;
    height: 1px;
    background: rgba(255, 255, 255, 0.20);
    transform: rotate(-18deg);
}


.pxm-services-card-graphic-consulting span {
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #8bb7ff;
    box-shadow: 0 0 14px rgba(139, 183, 255, 0.80);
}


    .pxm-services-card-graphic-consulting span:nth-child(1) {
        left: 10px;
        bottom: 14px;
    }


    .pxm-services-card-graphic-consulting span:nth-child(2) {
        left: 60px;
        top: 32px;
    }


    .pxm-services-card-graphic-consulting span:nth-child(3) {
        right: 10px;
        top: 12px;
    }


/* =========================================================
   Card Body
   ========================================================= */

.pxm-services-card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 2rem;
}


    .pxm-services-card-content p {
        margin-bottom: 1.75rem;
        color: var(--pxm-text-secondary);
        font-size: 0.9rem;
        line-height: 1.8;
    }


/* =========================================================
   Card Link
   ========================================================= */

.pxm-services-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    align-self: flex-start;
    margin-top: auto;
    color: var(--pxm-blue);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.5;
    text-decoration: none;
}


    .pxm-services-card-link span {
        flex: 0 0 auto;
        transition: transform var(--pxm-transition-fast);
    }


    .pxm-services-card-link:hover {
        color: var(--pxm-blue);
    }


        .pxm-services-card-link:hover span {
            transform: translateX(5px);
        }


/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 991.98px) {

    .pxm-services-offerings {
        padding: 5rem 0;
    }
}


@media (max-width: 575.98px) {

    .pxm-services-card {
        min-height: 390px;
    }


    .pxm-services-card-top {
        min-height: 145px;
        padding: 1.25rem 1.4rem;
    }

    .pxm-services-card-title-wrap {
        max-width: 88%;
    }


    .pxm-services-card-graphic {
        right: 0.75rem;
        top: 0.75rem;
        transform: scale(0.86);
        transform-origin: top right;
    }


    .pxm-services-card-content {
        padding: 1.6rem;
    }
}

/* =========================================================
   Tablet
   ========================================================= */

@media (max-width: 991.98px) {

    .pxm-services-hero {
        min-height: 500px;
        padding: 6rem 0 5.5rem;
    }


    .pxm-services-hero-title {
        max-width: 800px;
    }


    .pxm-services-hero-grid {
        width: 720px;
    }


    .pxm-services-hero-orbit-one {
        width: 480px;
        height: 480px;
    }


    .pxm-services-hero-orbit-two {
        width: 680px;
        height: 360px;
    }
}


/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 575.98px) {

    .pxm-services-hero {
        min-height: 460px;
        padding: 5rem 0 4.5rem;
    }


    .pxm-services-hero-title {
        font-size: clamp( 2.7rem, 13vw, 4rem );
    }


    .pxm-services-hero-description {
        font-size: 1rem;
        line-height: 1.7;
    }


    .pxm-services-hero-grid {
        width: 560px;
        opacity: 0.12;
    }


    .pxm-services-hero-orbit-one {
        width: 380px;
        height: 380px;
    }


    .pxm-services-hero-orbit-two {
        width: 520px;
        height: 280px;
    }
}
