/* ============================================================
   ERPLAX — COMBINED ADDITIONAL CSS
   Paste into: Appearance → Customize → Additional CSS
   All 10 landing page sections combined
   ============================================================ */

/* Fix: 100vw includes scrollbar width, causing horizontal scroll */
html {
    overflow-x: hidden;
}

/* Poppins font loaded via wp_enqueue_style in PHP — no @import needed */


/* ============================================================
   SECTION 1: HERO (elxh-)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&display=swap');

/* ===== CSS VARIABLES ===== */
:root {
    --elxh-deep:      #0A1628;
    --elxh-mid:       #0c1e3a;
    --elxh-brand:     #1A5FA8;
    --elxh-bright:    #2E7DD1;
    --elxh-light:     #4A96E8;
    --elxh-glow:      #5BA3F5;
    --elxh-white:     #FFFFFF;
    --elxh-white-90:  rgba(255,255,255,0.90);
    --elxh-white-70:  rgba(255,255,255,0.70);
    --elxh-white-45:  rgba(255,255,255,0.45);
    --elxh-white-20:  rgba(255,255,255,0.20);
    --elxh-white-12:  rgba(255,255,255,0.12);
    --elxh-white-06:  rgba(255,255,255,0.06);
}

/* ===== GLOBAL RESETS ===== */
html { overflow-x: hidden !important; }

/* ===== SECTION ===== */
.elxh-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    overflow: hidden;
    padding: 3.5rem 0 10rem;
    line-height: 1.6 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background:
        radial-gradient(ellipse 70% 55% at 8% 50%, rgba(30,95,168,0.45) 0%, transparent 65%),
        radial-gradient(ellipse 50% 70% at 92% 30%, rgba(46,125,209,0.15) 0%, transparent 60%),
        radial-gradient(ellipse 45% 45% at 50% 85%, rgba(26,95,168,0.08) 0%, transparent 60%),
        linear-gradient(170deg, #060e1c 0%, #0A1628 25%, #0c1e3a 50%, #0e2240 75%, #112a4e 100%);

    /* Full-width breakout for Elementor */
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

/* Elementor compatibility overrides */
.elementor-section-wrap .elxh-hero,
.elementor-element .elxh-hero,
.e-con .elxh-hero,
.e-con-inner .elxh-hero {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

/* WordPress / Elementor override shield */
.elxh-hero,
.elxh-hero *,
.elxh-hero *::before,
.elxh-hero *::after {
    box-sizing: border-box !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    letter-spacing: normal;
    word-spacing: normal;
}

.elxh-hero h1::first-letter,
.elxh-hero h2::first-letter,
.elxh-hero h3::first-letter,
.elxh-hero p::first-letter,
.elxh-hero .elxh-heading::first-letter {
    font-size: inherit !important;
    font-weight: inherit !important;
    float: none !important;
    line-height: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    color: inherit !important;
    text-transform: inherit !important;
}

.elxh-hero h1, .elxh-hero h2, .elxh-hero h3,
.elxh-hero h4, .elxh-hero h5, .elxh-hero h6 {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-style: normal !important;
    text-decoration: none !important;
    text-transform: none !important;
    color: inherit;
    margin: 0 !important;
    padding: 0 !important;
}

.elxh-hero p, .elxh-hero span, .elxh-hero a,
.elxh-hero div, .elxh-hero label, .elxh-hero input,
.elxh-hero textarea, .elxh-hero select, .elxh-hero button {
    font-family: inherit !important;
}

.elementor-widget-container .elxh-hero,
.elementor-element .elxh-hero,
.elementor-section .elxh-hero,
.elementor .elxh-hero {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    line-height: 1.6 !important;
}

.elxh-hero .elementor-heading-title,
.elxh-hero .elementor-widget-heading * {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
}

.elxh-hero a, .elxh-hero a:visited, .elxh-hero a:focus {
    text-decoration: none !important;
    outline: none !important;
}

/* ===== TOP ACCENT STRIPE ===== */
.elxh-topline {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--elxh-brand) 0%, var(--elxh-light) 50%, var(--elxh-brand) 100%);
    z-index: 10;
}

/* ===== BACKGROUND TEXTURES ===== */
.elxh-bg-dots {
    position: absolute; inset: 0;
    background-image: radial-gradient(rgba(74,150,232,0.055) 1px, transparent 1px);
    background-size: 32px 32px;
    z-index: 0; pointer-events: none;
}

.elxh-blob-1 {
    position: absolute;
    top: -100px; left: -60px;
    width: 380px; height: 380px;
    background: radial-gradient(circle, rgba(46,125,209,0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none; z-index: 0;
}

.elxh-blob-2 {
    position: absolute;
    bottom: -60px; right: -80px;
    width: 320px; height: 320px;
    background: radial-gradient(circle, rgba(26,95,168,0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none; z-index: 0;
}

/* ===== BOTTOM CURVE ===== */
.elxh-hero::after {
    content: '';
    position: absolute;
    bottom: -2px; left: 0; right: 0;
    height: 60px;
    background: #ffffff !important;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    z-index: 3;
}

/* ===== CONTAINER ===== */
.elxh-container {
    position: relative; z-index: 2;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 2rem;
    width: 100%;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr 1fr;
    align-items: center;
    gap: 2rem;
}

/* ═══════════════════════════════════════════════════════
   LEFT COLUMN
   ═══════════════════════════════════════════════════════ */
.elxh-left {
    color: var(--elxh-white);
    display: flex;
    flex-direction: column;
    gap: 2rem !important;
    padding-bottom: 1rem;
    align-self: start !important;
}

/* ===== TAGLINE PILL — Redesigned ===== */
.elxh-tagline {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    width: fit-content;
    animation: elxhUp 0.7s ease forwards;
    animation-delay: 0.45s;
    opacity: 0;
}

.elxh-tagline-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px; height: 28px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--elxh-bright), var(--elxh-light));
    box-shadow: 0 4px 14px rgba(46,125,209,0.35);
    flex-shrink: 0;
}

.elxh-tagline-badge svg {
    width: 14px; height: 14px;
    color: #fff;
}

.elxh-tagline-text {
    font-size: 0.72rem !important;
    font-weight: 600 !important;
    color: var(--elxh-white-70) !important;
    letter-spacing: 0.02em !important;
    line-height: 1.3 !important;
}

.elxh-tagline-text strong {
    color: var(--elxh-white) !important;
    font-weight: 700 !important;
}

.elxh-tagline-line {
    width: 24px; height: 1.5px;
    background: linear-gradient(90deg, var(--elxh-light), transparent);
    border-radius: 2px;
    flex-shrink: 0;
}

/* ===== HEADING ===== */
.elxh-heading {
    font-size: clamp(1.6rem, 2.8vw, 2.3rem) !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    color: var(--elxh-white) !important;
    margin-bottom: 0 !important;
    position: relative !important;
    z-index: 100 !important;
    text-transform: none !important;
    animation: elxhUp 0.7s ease forwards;
    animation-delay: 0.1s;
    opacity: 0;
}

.elxh-heading span {
    color: var(--elxh-light) !important;
    position: relative;
}

.elxh-heading span::after {
    content: '';
    position: absolute;
    bottom: 2px; left: 0; right: 0;
    height: 5px;
    background: rgba(74,150,232,0.18);
    border-radius: 3px;
    z-index: -1;
}

/* ===== FEATURED IMAGE (below title) ===== */
.elxh-featured-wrap {
    display: block !important;
    position: relative !important;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(13,32,68,0.50);
    border: 1px solid rgba(74,150,232,0.15);
    box-shadow: 0 16px 40px rgba(0,0,0,0.30), 0 0 30px rgba(46,125,209,0.06);
    margin-top: -0.5rem !important;
    margin-bottom: 0 !important;
    animation: elxhUp 0.8s ease forwards;
    animation-delay: 0.4s;
    opacity: 0;
}

/* Hidden by default — HFCM PHP activates via .elxh-has-image */
.elxh-featured-wrap:not(.elxh-has-image) { display: none !important; }

.elxh-featured-wrap img {
    width: 100%; height: auto;
    display: block; object-fit: cover;
    max-height: 280px;
}

.elxh-featured-wrap::before {
    content: '';
    position: absolute; inset: -1px;
    border-radius: 15px;
    background: linear-gradient(135deg, rgba(74,150,232,0.15), transparent 50%, rgba(46,125,209,0.10));
    z-index: -1; pointer-events: none;
}

/* Dashboard fallback hidden toggle */
.elxh-dashboard-fallback.elxh-hidden { display: none; }

/* ===== DASHBOARD FALLBACK (below title, when no featured image) ===== */
.elxh-dashboard {
    display: block !important;
    position: relative !important;
    background: rgba(10,22,40,0.80);
    border-radius: 12px;
    border: 1px solid rgba(74,150,232,0.10);
    box-shadow: 0 16px 40px rgba(0,0,0,0.30), 0 0 30px rgba(46,125,209,0.05);
    overflow: hidden;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    margin-top: -0.5rem !important;
    margin-bottom: 0 !important;
    animation: elxhUp 0.8s ease forwards;
    animation-delay: 0.4s;
    opacity: 0;
}

.elxh-dash-header {
    display: flex; align-items: center; gap: 6px;
    padding: 8px 14px;
    background: rgba(255,255,255,0.03);
    border-bottom: 1px solid rgba(74,150,232,0.07);
}

.elxh-dash-dot { width: 8px; height: 8px; border-radius: 50%; }
.elxh-dot-r { background: #ef4444; }
.elxh-dot-y { background: #eab308; }
.elxh-dot-g { background: #22c55e; }

.elxh-dash-title {
    font-size: 0.6rem !important; font-weight: 600 !important;
    color: var(--elxh-white-45) !important;
    margin-left: 6px; letter-spacing: 0.4px !important;
}

.elxh-dash-body {
    display: grid; grid-template-columns: 110px 1fr;
    gap: 0; min-height: 180px;
}

.elxh-dash-sidebar {
    display: flex; flex-direction: column; gap: 2px;
    padding: 8px 5px;
    border-right: 1px solid rgba(74,150,232,0.06);
    background: rgba(255,255,255,0.02);
}

.elxh-sb-item {
    display: flex; align-items: center; gap: 5px;
    padding: 5px 7px; border-radius: 5px;
    font-size: 0.58rem !important; font-weight: 500 !important;
    color: var(--elxh-white-45) !important;
}
.elxh-sb-item svg { width: 12px; height: 12px; flex-shrink: 0; }
.elxh-sb-active { background: rgba(74,150,232,0.12) !important; color: var(--elxh-light) !important; }

.elxh-dash-main { display: flex; flex-direction: column; gap: 8px; padding: 10px; }

.elxh-dash-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }

.elxh-stat-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(74,150,232,0.07);
    border-radius: 7px; padding: 8px;
}
.elxh-stat-label {
    font-size: 0.5rem !important; color: var(--elxh-white-45) !important;
    margin-bottom: 2px; font-weight: 500 !important;
    text-transform: uppercase !important; letter-spacing: 0.05em !important;
}
.elxh-stat-value {
    font-size: 0.88rem !important; font-weight: 800 !important;
    color: var(--elxh-white) !important; margin-bottom: 4px;
}
.elxh-sv-green { color: #34D399 !important; }
.elxh-sv-accent { color: var(--elxh-light) !important; }

.elxh-stat-bar { height: 2px; background: rgba(255,255,255,0.06); border-radius: 2px; overflow: hidden; }
.elxh-stat-bar span { display: block; height: 100%; border-radius: 2px; background: linear-gradient(90deg, var(--elxh-brand), var(--elxh-bright)); }
.elxh-bar-green span { background: linear-gradient(90deg, #059669, #34D399); }
.elxh-bar-accent span { background: linear-gradient(90deg, var(--elxh-bright), var(--elxh-light)); }

.elxh-dash-chart {
    flex: 1; background: rgba(255,255,255,0.03);
    border: 1px solid rgba(74,150,232,0.05);
    border-radius: 7px; padding: 10px 8px 6px;
    display: flex; align-items: flex-end; gap: 4px; min-height: 70px;
}
.elxh-chart-bar {
    flex: 1; background: linear-gradient(180deg, var(--elxh-light), var(--elxh-brand));
    border-radius: 2px 2px 0 0; min-height: 8px; opacity: 0.65;
    transition: opacity 0.25s ease;
}
.elxh-chart-bar:nth-child(even) { background: linear-gradient(180deg, var(--elxh-glow), var(--elxh-bright)); }
.elxh-chart-bar:hover { opacity: 1; }

/* ===== REVIEWS ===== */
.elxh-reviews {
    display: flex; align-items: center; gap: 0.65rem;
    margin-bottom: 0 !important;
    margin-top: -1rem !important;
    animation: elxhUp 0.7s ease forwards;
    animation-delay: 0.5s;
    opacity: 0;
}

.elxh-review-avatars { display: flex; align-items: center; }
.elxh-review-avatars span {
    display: inline-flex !important; align-items: center; justify-content: center;
    width: 32px !important; height: 32px !important;
    border-radius: 50% !important;
    border: 2px solid var(--elxh-mid) !important;
    margin-left: -7px;
    font-size: 0.6rem !important; font-weight: 700 !important;
    color: #fff !important; line-height: 1 !important;
}
.elxh-review-avatars span:first-child { margin-left: 0; }
.elxh-review-avatars span:nth-child(1) { background: linear-gradient(135deg,#1A5FA8,#2E7DD1) !important; }
.elxh-review-avatars span:nth-child(2) { background: linear-gradient(135deg,#0D2044,#1A5FA8) !important; }
.elxh-review-avatars span:nth-child(3) { background: linear-gradient(135deg,#2E7DD1,#4A96E8) !important; }
.elxh-review-avatars span:nth-child(4) { background: linear-gradient(135deg,#0A1628,#2E7DD1) !important; }
.elxh-review-avatars span:nth-child(5) { background: var(--elxh-white-12) !important; font-size: 0.56rem !important; }

.elxh-review-info { display: flex; flex-direction: column; gap: 0.08rem; }
.elxh-review-rating { font-size: 0.82rem !important; font-weight: 700 !important; color: #fff !important; line-height: 1.3 !important; }
.elxh-stars { color: #FBBF24 !important; letter-spacing: 1px !important; font-size: inherit !important; }
.elxh-review-count { font-size: 0.7rem !important; color: var(--elxh-white-45) !important; line-height: 1.3 !important; }

/* ===== CTA BUTTONS ===== */
.elxh-buttons {
    display: flex; gap: 0.8rem; flex-wrap: wrap;
    margin-top: -1rem !important;
    animation: elxhUp 0.7s ease forwards;
    animation-delay: 0.65s;
    opacity: 0;
}

.elxh-btn {
    display: inline-flex !important; align-items: center !important; justify-content: center !important;
    padding: 0.6rem 1.2rem !important;
    font-size: 0.8rem !important; font-weight: 700 !important;
    text-decoration: none !important; border-radius: 8px !important;
    transition: all 0.28s cubic-bezier(0.4,0,0.2,1);
    cursor: pointer;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    letter-spacing: 0.02em !important; white-space: nowrap; line-height: 1.5 !important;
}

.elxh-btn-primary {
    background: var(--elxh-bright) !important; color: #fff !important;
    border: none !important; box-shadow: 0 5px 22px rgba(46,125,209,0.45);
}
.elxh-btn-primary:hover {
    background: var(--elxh-light) !important; transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(46,125,209,0.55);
    color: #fff !important; text-decoration: none !important;
}

.elxh-btn-secondary {
    background: transparent !important; color: #fff !important;
    border: 1.5px solid rgba(74,150,232,0.45) !important;
}
.elxh-btn-secondary:hover {
    background: var(--elxh-white-06) !important; border-color: var(--elxh-light) !important;
    transform: translateY(-2px); color: #fff !important; text-decoration: none !important;
}

/* ═══════════════════════════════════════════════════════
   CENTER COLUMN — ERP System Dashboard Visualization
   ═══════════════════════════════════════════════════════ */
.elxh-center {
    position: relative;
    display: flex; align-items: center; justify-content: center;
    height: 440px; width: 100%;
    pointer-events: none;
    overflow: visible;
}

/* ── Core hub ─────────────────────────────────────────── */
.elxh-hub {
    position: absolute;
    top: 50%; left: 50%; transform: translate(-50%,-50%);
    width: 68px; height: 68px; border-radius: 50%; z-index: 10;
    background:
        radial-gradient(circle at 38% 32%, rgba(255,255,255,0.10) 0%, transparent 55%),
        radial-gradient(circle, rgba(74,150,232,0.50) 0%, rgba(26,95,168,0.22) 65%, transparent 80%);
    border: 1.5px solid rgba(74,150,232,0.28);
    box-shadow:
        0 0 40px rgba(74,150,232,0.18),
        0 0 80px rgba(46,125,209,0.08),
        inset 0 0 24px rgba(74,150,232,0.10);
    animation: elxhHubPulse 5s ease-in-out infinite;
    opacity: 0;
    animation: elxhHubIn 0.8s ease forwards 0.5s, elxhHubPulse 5s ease-in-out 1.3s infinite;
}
.elxh-hub::before {
    content: ''; position: absolute; top: 10%; left: 22%;
    width: 28%; height: 18%; border-radius: 50%;
    background: rgba(255,255,255,0.10); filter: blur(3px);
}

@keyframes elxhHubIn {
    from { opacity: 0; transform: translate(-50%,-50%) scale(0.6); }
    to   { opacity: 1; transform: translate(-50%,-50%) scale(1); }
}
@keyframes elxhHubPulse {
    0%,100% { box-shadow: 0 0 40px rgba(74,150,232,0.18), 0 0 80px rgba(46,125,209,0.08); }
    50%     { box-shadow: 0 0 55px rgba(74,150,232,0.26), 0 0 110px rgba(46,125,209,0.12); }
}

/* Hub label */
.elxh-hub-label {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    text-align: center; z-index: 11;
}
.elxh-hub-icon { margin-bottom: 2px; }
.elxh-hub-icon svg {
    width: 22px; height: 22px;
    color: rgba(255,255,255,0.88);
    filter: drop-shadow(0 1px 6px rgba(74,150,232,0.4));
}
.elxh-hub-name {
    font-size: 0.48rem !important; font-weight: 700 !important;
    color: rgba(255,255,255,0.75) !important;
    text-transform: uppercase !important; letter-spacing: 0.12em !important;
    line-height: 1 !important;
}

/* ── Outer ring ───────────────────────────────────────── */
.elxh-ring {
    position: absolute; top: 50%; left: 50%;
    border-radius: 50%;
    border: 1px solid rgba(74,150,232,0.07);
    pointer-events: none;
}
.elxh-ring-1 { width: 155px; height: 155px; transform: translate(-50%,-50%); border-color: rgba(74,150,232,0.10);
    opacity:0; animation: elxhRingIn 0.6s ease forwards 0.7s; }
.elxh-ring-2 { width: 250px; height: 250px; transform: translate(-50%,-50%); border-color: rgba(74,150,232,0.06);
    opacity:0; animation: elxhRingIn 0.6s ease forwards 0.9s; }
.elxh-ring-3 { width: 340px; height: 340px; transform: translate(-50%,-50%); border-color: rgba(26,95,168,0.04);
    opacity:0; animation: elxhRingIn 0.6s ease forwards 1.1s; }

@keyframes elxhRingIn { from{opacity:0;transform:translate(-50%,-50%) scale(0.85)} to{opacity:1;transform:translate(-50%,-50%) scale(1)} }

/* ── SVG data-flow lines (hub → each module node) ───── */
.elxh-dataflow {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3; pointer-events: none;
    overflow: visible;
    opacity: 0; animation: elxhFadeIn 1s ease forwards 1.0s;
}
.elxh-dataflow line {
    stroke: rgba(74,150,232,0.12); stroke-width: 1;
    stroke-dasharray: 3 5;
    animation: elxhFlowPulse 6s linear infinite;
}
.elxh-dataflow line:nth-child(even) { animation-duration: 8s; }
@keyframes elxhFlowPulse { from{stroke-dashoffset:0} to{stroke-dashoffset:-48} }

/* ── Module nodes — 6 ERP modules positioned on ring ── */
.elxh-mod {
    position: absolute;
    width: 44px; height: 44px;
    border-radius: 10px; z-index: 8;
    background: rgba(10,22,40,0.82);
    border: 1px solid rgba(74,150,232,0.18);
    backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: 3px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.25);
    opacity: 0; pointer-events: auto;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.elxh-mod:hover {
    transform: translate(-50%,-50%) scale(1.08) !important;
    border-color: rgba(74,150,232,0.40);
    box-shadow: 0 6px 28px rgba(74,150,232,0.12);
}

.elxh-mod svg { width: 16px; height: 16px; flex-shrink: 0; }
.elxh-mod-name {
    font-size: 0.42rem !important; font-weight: 700 !important;
    color: var(--elxh-white-70) !important;
    text-transform: uppercase !important; letter-spacing: 0.08em !important;
    line-height: 1 !important;
}

/* Positions: spaced around the 125px radius ring (center=50%,50%) */
.elxh-mod-1 { top: 50%; left: 50%; transform: translate(-50%,-50%) translate(0px,-125px);
    animation: elxhModIn 0.5s ease forwards 1.1s; }
.elxh-mod-2 { top: 50%; left: 50%; transform: translate(-50%,-50%) translate(108px,-63px);
    animation: elxhModIn 0.5s ease forwards 1.25s; }
.elxh-mod-3 { top: 50%; left: 50%; transform: translate(-50%,-50%) translate(108px,63px);
    animation: elxhModIn 0.5s ease forwards 1.4s; }
.elxh-mod-4 { top: 50%; left: 50%; transform: translate(-50%,-50%) translate(0px,125px);
    animation: elxhModIn 0.5s ease forwards 1.55s; }
.elxh-mod-5 { top: 50%; left: 50%; transform: translate(-50%,-50%) translate(-108px,63px);
    animation: elxhModIn 0.5s ease forwards 1.7s; }
.elxh-mod-6 { top: 50%; left: 50%; transform: translate(-50%,-50%) translate(-108px,-63px);
    animation: elxhModIn 0.5s ease forwards 1.85s; }

@keyframes elxhModIn { from{opacity:0;transform:translate(-50%,-50%) scale(0.5)} to{opacity:1} }

/* Module icon colors */
.elxh-mod-1 svg { color: var(--elxh-light); }
.elxh-mod-2 svg { color: #34D399; }
.elxh-mod-3 svg { color: #FBBF24; }
.elxh-mod-4 svg { color: #A78BFA; }
.elxh-mod-5 svg { color: #F87171; }
.elxh-mod-6 svg { color: #38BDF8; }

/* ── Traveling data particles on each flow line ──────── */
.elxh-particle {
    position: absolute; top: 50%; left: 50%;
    width: 4px; height: 4px; border-radius: 50%;
    background: var(--elxh-light);
    box-shadow: 0 0 8px rgba(74,150,232,0.6);
    z-index: 5; opacity: 0;
}

.elxh-particle-1 { animation: elxhP1 4s ease-in-out 2.0s infinite; }
.elxh-particle-2 { animation: elxhP2 5s ease-in-out 2.4s infinite; }
.elxh-particle-3 { animation: elxhP3 4.5s ease-in-out 2.8s infinite; }
.elxh-particle-4 { animation: elxhP4 5.5s ease-in-out 3.2s infinite; }
.elxh-particle-5 { animation: elxhP5 4.8s ease-in-out 3.6s infinite; }
.elxh-particle-6 { animation: elxhP6 5.2s ease-in-out 2.2s infinite; }

@keyframes elxhP1 {
    0%  { opacity:0; transform:translate(-50%,-50%) translate(0,0); }
    10% { opacity:0.9; }
    45% { opacity:0.9; transform:translate(-50%,-50%) translate(0,-112px); }
    55% { opacity:0; transform:translate(-50%,-50%) translate(0,-125px); }
    100%{ opacity:0; transform:translate(-50%,-50%) translate(0,0); }
}
@keyframes elxhP2 {
    0%  { opacity:0; transform:translate(-50%,-50%) translate(0,0); }
    10% { opacity:0.8; }
    45% { opacity:0.8; transform:translate(-50%,-50%) translate(97px,-56px); }
    55% { opacity:0; transform:translate(-50%,-50%) translate(108px,-63px); }
    100%{ opacity:0; transform:translate(-50%,-50%) translate(0,0); }
}
@keyframes elxhP3 {
    0%  { opacity:0; transform:translate(-50%,-50%) translate(0,0); }
    10% { opacity:0.8; }
    45% { opacity:0.8; transform:translate(-50%,-50%) translate(97px,56px); }
    55% { opacity:0; transform:translate(-50%,-50%) translate(108px,63px); }
    100%{ opacity:0; transform:translate(-50%,-50%) translate(0,0); }
}
@keyframes elxhP4 {
    0%  { opacity:0; transform:translate(-50%,-50%) translate(0,0); }
    10% { opacity:0.8; }
    45% { opacity:0.8; transform:translate(-50%,-50%) translate(0,112px); }
    55% { opacity:0; transform:translate(-50%,-50%) translate(0,125px); }
    100%{ opacity:0; transform:translate(-50%,-50%) translate(0,0); }
}
@keyframes elxhP5 {
    0%  { opacity:0; transform:translate(-50%,-50%) translate(0,0); }
    10% { opacity:0.8; }
    45% { opacity:0.8; transform:translate(-50%,-50%) translate(-97px,56px); }
    55% { opacity:0; transform:translate(-50%,-50%) translate(-108px,63px); }
    100%{ opacity:0; transform:translate(-50%,-50%) translate(0,0); }
}
@keyframes elxhP6 {
    0%  { opacity:0; transform:translate(-50%,-50%) translate(0,0); }
    10% { opacity:0.8; }
    45% { opacity:0.8; transform:translate(-50%,-50%) translate(-97px,-56px); }
    55% { opacity:0; transform:translate(-50%,-50%) translate(-108px,-63px); }
    100%{ opacity:0; transform:translate(-50%,-50%) translate(0,0); }
}

/* ── Floating metric UI cards (glassmorphism) ────────── */
.elxh-metric {
    position: absolute;
    background: rgba(10,22,40,0.75);
    border: 1px solid rgba(74,150,232,0.14);
    border-radius: 10px;
    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.28);
    z-index: 12; opacity: 0;
    pointer-events: auto;
    transition: transform 0.3s ease, border-color 0.3s ease;
}
.elxh-metric:hover {
    transform: translateY(-3px) !important;
    border-color: rgba(74,150,232,0.32);
}

.elxh-metric-1 {
    top: 0; left: 0; padding: 0.55rem 0.7rem;
    animation: elxhMetricIn 0.7s ease forwards 1.6s, elxhDriftA 8s ease-in-out 2.3s infinite;
}
.elxh-metric-2 {
    top: 2%; right: 0; padding: 0.5rem 0.65rem;
    animation: elxhMetricIn 0.7s ease forwards 1.8s, elxhDriftB 9s ease-in-out 2.5s infinite;
}
.elxh-metric-3 {
    bottom: 8%; left: 0; padding: 0.5rem 0.65rem;
    animation: elxhMetricIn 0.7s ease forwards 2.0s, elxhDriftC 10s ease-in-out 2.7s infinite;
}
.elxh-metric-4 {
    bottom: 2%; right: 0; padding: 0.5rem 0.65rem;
    animation: elxhMetricIn 0.7s ease forwards 2.2s, elxhDriftD 8.5s ease-in-out 2.9s infinite;
}

@keyframes elxhMetricIn { from{opacity:0;transform:translateY(12px) scale(0.93)} to{opacity:1;transform:translateY(0) scale(1)} }
@keyframes elxhDriftA { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-4px)} }
@keyframes elxhDriftB { 0%,100%{transform:translateY(0)} 50%{transform:translateY(3px)} }
@keyframes elxhDriftC { 0%,100%{transform:translateY(0) translateX(0)} 50%{transform:translateY(-3px) translateX(2px)} }
@keyframes elxhDriftD { 0%,100%{transform:translateY(0) translateX(0)} 50%{transform:translateY(-3px) translateX(-2px)} }

/* Metric card inner layout */
.elxh-m-row { display: flex; align-items: center; gap: 0.4rem; }
.elxh-m-icon {
    width: 26px; height: 26px; border-radius: 7px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.elxh-m-icon svg { width: 13px; height: 13px; }
.elxh-m-icon-blue   { background: rgba(74,150,232,0.14); border: 1px solid rgba(74,150,232,0.16); }
.elxh-m-icon-green  { background: rgba(52,211,153,0.10); border: 1px solid rgba(52,211,153,0.14); }
.elxh-m-icon-amber  { background: rgba(251,191,36,0.10); border: 1px solid rgba(251,191,36,0.14); }
.elxh-m-icon-purple { background: rgba(167,139,250,0.10); border: 1px solid rgba(167,139,250,0.14); }

.elxh-m-text { display: flex; flex-direction: column; gap: 1px; }
.elxh-m-label {
    font-size: 0.48rem !important; color: var(--elxh-white-45) !important;
    text-transform: uppercase !important; letter-spacing: 0.06em !important;
    font-weight: 600 !important; line-height: 1 !important;
}
.elxh-m-value {
    font-size: 0.74rem !important; color: var(--elxh-white) !important;
    font-weight: 700 !important; line-height: 1.2 !important;
}

/* Mini sparkline bars */
.elxh-m-spark { display: flex; align-items: flex-end; gap: 2px; height: 20px; margin-top: 4px; }
.elxh-m-spark-bar {
    width: 3px; border-radius: 1.5px;
    animation: elxhSparkGrow 1.2s ease forwards;
    transform-origin: bottom; transform: scaleY(0);
}
.elxh-m-spark-bar:nth-child(1) { height: 6px; background: rgba(74,150,232,0.35); animation-delay: 2.0s; }
.elxh-m-spark-bar:nth-child(2) { height: 10px; background: rgba(74,150,232,0.45); animation-delay: 2.1s; }
.elxh-m-spark-bar:nth-child(3) { height: 7px; background: rgba(74,150,232,0.35); animation-delay: 2.2s; }
.elxh-m-spark-bar:nth-child(4) { height: 14px; background: rgba(74,150,232,0.55); animation-delay: 2.3s; }
.elxh-m-spark-bar:nth-child(5) { height: 11px; background: var(--elxh-light); animation-delay: 2.4s; }
.elxh-m-spark-bar:nth-child(6) { height: 16px; background: var(--elxh-light); animation-delay: 2.5s; }
.elxh-m-spark-bar:nth-child(7) { height: 18px; background: var(--elxh-glow); animation-delay: 2.6s; }
@keyframes elxhSparkGrow { from{transform:scaleY(0)} to{transform:scaleY(1)} }

/* Pulse status dot */
.elxh-m-pulse {
    width: 6px; height: 6px; border-radius: 50%;
    background: #34D399; position: relative; flex-shrink: 0;
}
.elxh-m-pulse::after {
    content: ''; position: absolute; inset: -3px;
    border-radius: 50%; border: 1px solid rgba(52,211,153,0.5);
    animation: elxhPulseRing 2s ease-out infinite;
}
@keyframes elxhPulseRing { 0%{transform:scale(1);opacity:0.6} 100%{transform:scale(2.2);opacity:0} }

/* Workflow step dots */
.elxh-m-steps { display: flex; align-items: center; gap: 4px; margin-top: 4px; }
.elxh-m-step {
    width: 8px; height: 8px; border-radius: 50%;
    border: 1.5px solid rgba(167,139,250,0.3);
    position: relative;
}
.elxh-m-step-done { background: rgba(167,139,250,0.5); border-color: rgba(167,139,250,0.5); }
.elxh-m-step-active {
    border-color: #A78BFA;
    animation: elxhStepPulse 1.5s ease-in-out infinite;
}
.elxh-m-step-line {
    width: 10px; height: 1px; background: rgba(167,139,250,0.2);
}
@keyframes elxhStepPulse { 0%,100%{box-shadow:0 0 0 0 rgba(167,139,250,0.3)} 50%{box-shadow:0 0 0 3px rgba(167,139,250,0.1)} }

/* Ambient glow behind the visual */
.elxh-center-glow {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 300px; height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(74,150,232,0.12) 0%, rgba(46,125,209,0.04) 50%, transparent 70%);
    filter: blur(40px);
    z-index: 1; pointer-events: none;
    animation: elxhFadeIn 2s ease forwards 0.4s;
    opacity: 0;
}

/* ═══════════════════════════════════════════════════════
   RIGHT COLUMN — FORM CARD
   ═══════════════════════════════════════════════════════ */
.elxh-form-col {
    align-self: center;
    animation: elxhSlideLeft 0.8s ease forwards;
    animation-delay: 0.55s;
    opacity: 0;
}

.elxh-form-card {
    background: var(--elxh-white) !important;
    border-radius: 16px !important;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.25), 0 0 0 1px rgba(74,150,232,0.08);
}

.elxh-form-header {
    background: linear-gradient(135deg, #0A1628 0%, #0e2240 100%) !important;
    padding: 0.85rem 1.25rem !important;
    position: relative; overflow: hidden;
    display: flex; align-items: center; justify-content: space-between;
}
.elxh-form-header::before {
    content: ''; position: absolute; inset: 0;
    background-image: radial-gradient(circle at 20% 50%, rgba(74,150,232,0.10) 0%, transparent 50%);
    pointer-events: none;
}
.elxh-form-header::after {
    content: ''; position: absolute; top: -25px; right: -25px;
    width: 100px; height: 100px;
    border: 1.5px solid rgba(74,150,232,0.10); border-radius: 50%;
    pointer-events: none;
}

.elxh-hdr-left { position: relative; z-index: 2; }
.elxh-hdr-left h3 {
    font-size: 1.05rem !important; font-weight: 700 !important;
    color: #ffffff !important; line-height: 1.3 !important;
    margin-bottom: 0.15rem !important;
}
.elxh-hdr-left p {
    font-size: 0.7rem !important; color: rgba(255,255,255,0.75) !important;
    font-weight: 400 !important; line-height: 1.4 !important;
}

.elxh-hdr-right {
    position: relative; z-index: 2;
    display: flex; flex-direction: column; align-items: center; gap: 0.4rem;
}

.elxh-avatars { display: flex; align-items: center; }
.elxh-avatar {
    width: 30px; height: 30px; border-radius: 50%;
    border: 2px solid #ffffff;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.58rem !important; font-weight: 700 !important;
    color: #ffffff !important; margin-left: -7px; line-height: 1 !important;
}
.elxh-avatar:first-child { margin-left: 0; }
.elxh-av1 { background: #f59e0b; z-index: 4; position: relative; }
.elxh-av2 { background: #8b5cf6; z-index: 3; position: relative; }
.elxh-av3 { background: #ec4899; z-index: 2; position: relative; }
.elxh-av4 { background: var(--elxh-bright); z-index: 1; position: relative; }

.elxh-verified {
    display: inline-flex; align-items: center; gap: 0.25rem;
    background: rgba(255,255,255,0.10); backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.15);
    padding: 0.2rem 0.55rem; border-radius: 50px;
    font-size: 0.58rem !important; font-weight: 600 !important;
    color: #ffffff !important; white-space: nowrap;
}
.elxh-verified svg { width: 11px; height: 11px; color: #34D399; }

/* ===== FORM BODY ===== */
.elxh-form-body { padding: 1rem 1.25rem 1.1rem !important; }

/* ===== FLUENTFORM CSS OVERRIDES ===== */
.elxh-form-body .fluentform,
.elxh-form-body .frm-fluent-form { font-family: 'Plus Jakarta Sans', sans-serif !important; }

.elxh-form-body .fluentform .ff-el-group { margin-bottom: 0.5rem !important; }

.elxh-form-body .fluentform .ff-el-input--label label,
.elxh-form-body .fluentform .ff-el-input--label .ff-el-input--label {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 0.75rem !important; font-weight: 600 !important;
    color: #374151 !important; margin-bottom: 0.25rem !important;
}

.elxh-form-body .fluentform input[type="text"],
.elxh-form-body .fluentform input[type="email"],
.elxh-form-body .fluentform input[type="tel"],
.elxh-form-body .fluentform input[type="number"],
.elxh-form-body .fluentform input[type="url"],
.elxh-form-body .fluentform input[type="date"],
.elxh-form-body .fluentform input[type="password"],
.elxh-form-body .fluentform .ff-el-form-control {
    width: 100% !important; padding: 0.65rem 0.85rem !important;
    border: 1.5px solid #e2e8f0 !important; border-radius: 8px !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 0.82rem !important; color: #1e293b !important;
    background: #ffffff !important; outline: none !important;
    box-shadow: none !important;
    transition: border-color 0.25s ease, box-shadow 0.25s ease !important;
    height: auto !important; line-height: 1.5 !important;
}

.elxh-form-body .fluentform input::placeholder,
.elxh-form-body .fluentform textarea::placeholder,
.elxh-form-body .fluentform .ff-el-form-control::placeholder {
    color: #a0aec0 !important; font-weight: 400 !important; opacity: 1 !important;
}

.elxh-form-body .fluentform input[type="text"]:focus,
.elxh-form-body .fluentform input[type="email"]:focus,
.elxh-form-body .fluentform input[type="tel"]:focus,
.elxh-form-body .fluentform input[type="number"]:focus,
.elxh-form-body .fluentform input[type="url"]:focus,
.elxh-form-body .fluentform input[type="date"]:focus,
.elxh-form-body .fluentform input[type="password"]:focus,
.elxh-form-body .fluentform .ff-el-form-control:focus,
.elxh-form-body .fluentform textarea:focus,
.elxh-form-body .fluentform select:focus {
    border-color: var(--elxh-bright) !important;
    box-shadow: 0 0 0 3px rgba(46,125,209,0.10) !important;
    outline: none !important;
}

.elxh-form-body .fluentform input:hover:not(:focus),
.elxh-form-body .fluentform textarea:hover:not(:focus),
.elxh-form-body .fluentform select:hover:not(:focus) {
    border-color: #cbd5e1 !important;
}

.elxh-form-body .fluentform textarea,
.elxh-form-body .fluentform textarea.ff-el-form-control {
    width: 100% !important; padding: 0.65rem 0.85rem !important;
    border: 1.5px solid #e2e8f0 !important; border-radius: 8px !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 0.82rem !important; color: #1e293b !important;
    background: #ffffff !important; outline: none !important;
    box-shadow: none !important;
    transition: border-color 0.25s ease, box-shadow 0.25s ease !important;
    resize: vertical !important; min-height: 70px !important; line-height: 1.6 !important;
}

.elxh-form-body .fluentform select,
.elxh-form-body .fluentform select.ff-el-form-control {
    width: 100% !important; padding: 0.65rem 2.5rem 0.65rem 0.85rem !important;
    border: 1.5px solid #e2e8f0 !important; border-radius: 8px !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 0.82rem !important; color: #1e293b !important;
    background: #ffffff !important; outline: none !important;
    box-shadow: none !important;
    transition: border-color 0.25s ease, box-shadow 0.25s ease !important;
    appearance: none !important; -webkit-appearance: none !important;
    cursor: pointer !important; height: auto !important; line-height: 1.5 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.875rem center !important;
}

.elxh-form-body .fluentform input[type="radio"],
.elxh-form-body .fluentform input[type="checkbox"] {
    accent-color: var(--elxh-bright) !important; width: 16px !important; height: 16px !important;
}

.elxh-form-body .fluentform .ff-el-file-upload,
.elxh-form-body .fluentform .ff_upload_btn {
    border: 1.5px dashed #e2e8f0 !important; border-radius: 8px !important;
    background: #f8fafc !important; padding: 0.85rem !important;
    transition: border-color 0.3s ease !important;
}
.elxh-form-body .fluentform .ff-el-file-upload:hover,
.elxh-form-body .fluentform .ff_upload_btn:hover { border-color: var(--elxh-bright) !important; }

.elxh-form-body .fluentform .ff-el-is-error .ff-el-form-control,
.elxh-form-body .fluentform .ff-el-is-error input,
.elxh-form-body .fluentform .ff-el-is-error textarea,
.elxh-form-body .fluentform .ff-el-is-error select { border-color: #ef4444 !important; }

.elxh-form-body .fluentform .error {
    color: #ef4444 !important; font-size: 0.72rem !important;
    font-weight: 500 !important; margin-top: 0.2rem !important;
}

.elxh-form-body .fluentform .ff-message-success {
    background: #f0fdf4 !important; border: 1px solid #bbf7d0 !important;
    border-radius: 8px !important; color: #166534 !important;
    padding: 0.85rem !important; font-size: 0.82rem !important;
}

.elxh-form-body .fluentform .ff-btn-submit,
.elxh-form-body .fluentform button[type="submit"],
.elxh-form-body .fluentform input[type="submit"],
.elxh-form-body .fluentform .ff_submit_btn_wrapper button,
.elxh-form-body .fluentform .ff-btn-primary {
    width: 100% !important; padding: 0.8rem 1.5rem !important;
    background: #0A1628 !important; color: #ffffff !important;
    border: none !important; border-radius: 8px !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 0.88rem !important; font-weight: 600 !important;
    cursor: pointer !important; transition: all 0.3s ease !important;
    letter-spacing: 0.02em !important; text-transform: none !important;
    line-height: 1.5 !important; box-shadow: none !important;
    position: relative !important; overflow: hidden !important;
    margin-top: 0.15rem !important;
}
.elxh-form-body .fluentform .ff-btn-submit:hover,
.elxh-form-body .fluentform button[type="submit"]:hover,
.elxh-form-body .fluentform .ff-btn-primary:hover {
    background: var(--elxh-bright) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 8px 24px rgba(46,125,209,0.30) !important;
}

.elxh-form-body .fluentform .step-nav button {
    background: var(--elxh-bright) !important; color: #ffffff !important;
    border-radius: 8px !important; border: none !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 600 !important; padding: 0.65rem 1.25rem !important;
}

.elxh-form-body .fluentform .ff-t-container { gap: 0.7rem !important; }
.elxh-form-body .fluentform .ff-el-input--content { border: none !important; box-shadow: none !important; }
.elxh-form-body .fluentform .ff_phone_wrapper input { border-radius: 0 8px 8px 0 !important; }
.elxh-form-body .fluentform .ff_phone_country_list_wrap {
    border: 1.5px solid #e2e8f0 !important; border-right: none !important;
    border-radius: 8px 0 0 8px !important;
}

/* ===== TRUST BADGES ===== */
.elxh-form-trust {
    display: flex; justify-content: center; gap: 1rem;
    padding-top: 1rem; border-top: 1px solid #f1f5f9;
    flex-wrap: nowrap !important; margin-top: 0.4rem;
    white-space: nowrap;
}
.elxh-form-trust-item {
    display: flex; align-items: center; gap: 0.25rem;
    font-size: 0.65rem !important; color: #64748b !important; font-weight: 500 !important;
}
.elxh-form-trust-item svg { width: 13px; height: 13px; color: var(--elxh-bright) !important; flex-shrink: 0; }

/* ═══════════════════════════════════════════════════════
   ANIMATIONS
   ═══════════════════════════════════════════════════════ */
@keyframes elxhUp { from{opacity:0;transform:translateY(22px)} to{opacity:1;transform:translateY(0)} }
@keyframes elxhFadeIn { to{opacity:1} }
@keyframes elxhSlideLeft { from{opacity:0;transform:translateX(32px)} to{opacity:1;transform:translateX(0)} }

/* ═══════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
    .elxh-container { grid-template-columns: 1fr 1fr; }
    .elxh-center { display: none; }
    .elxh-left { padding-bottom: 1rem; }
}

@media (max-width: 768px) {
    .elxh-hero {
        padding: 2rem 0 5rem;
        min-height: auto;
    }
    .elxh-hero::after { height: 80px; }
    .elxh-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .elxh-center { display: none; }

    /* Left column — LEFT ALIGNED on mobile */
    .elxh-left {
        text-align: left !important;
        align-items: flex-start !important;
        padding-bottom: 0;
        gap: 1.2rem !important;
    }
    .elxh-heading {
        font-size: clamp(1.5rem, 6vw, 2rem) !important;
        text-align: left !important;
    }
    .elxh-tagline { justify-content: flex-start !important; }
    .elxh-reviews { justify-content: flex-start !important; margin-top: -0.5rem !important; }
    .elxh-buttons {
        justify-content: flex-start !important;
        margin-top: -0.5rem !important;
        flex-direction: column;
        width: 100%;
    }
    .elxh-btn { width: 100% !important; text-align: center !important; }
    .elxh-featured-wrap img { max-height: 240px; }
    .elxh-featured-wrap { margin-top: 0 !important; }
    .elxh-dash-body { grid-template-columns: 1fr; }
    .elxh-dash-sidebar {
        flex-direction: row; flex-wrap: wrap;
        border-right: none;
        border-bottom: 1px solid rgba(74,150,232,0.06);
    }
    .elxh-dashboard { margin-top: 0 !important; }

    /* Form — full width on mobile */
    .elxh-form-col {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
        padding-bottom: 1rem;
    }
    .elxh-form-card {
        border-radius: 14px !important;
    }
    .elxh-form-header {
        flex-direction: row !important;
        align-items: center !important;
        padding: 1rem 1.25rem !important;
    }
    .elxh-form-body { padding: 1rem 1.25rem 1.1rem !important; }
    .elxh-form-trust {
        gap: 0.6rem;
        flex-wrap: nowrap !important;
        flex-direction: row !important;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .elxh-hero { padding: 1.5rem 0 4rem; }
    .elxh-hero::after { height: 60px; }
    .elxh-container { padding: 0 1rem; gap: 1.2rem; }
    .elxh-left { gap: 1rem !important; }
    .elxh-heading { font-size: 1.4rem !important; }
    .elxh-featured-wrap img { max-height: 200px; }
    .elxh-dash-stats { grid-template-columns: repeat(3, 1fr); }
    .elxh-form-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.6rem;
        padding: 0.85rem 1rem !important;
    }
    .elxh-form-body { padding: 0.85rem 1rem 1rem !important; }
    .elxh-form-trust { gap: 0.35rem; flex-wrap: nowrap !important; flex-direction: row !important; }
}


/* ============================================================
   SECTION 2: CLIENTS / LOGOS (elxc-)
   ============================================================ */

/* ═══════════════════════════════════════════
     DESIGN TOKENS
  ═══════════════════════════════════════════ */
  :root {
    --navy: #091b36;
    --navy-mid: #0f2548;
    --blue: #1d5bd6;
    --blue-bright: #3478f6;
    --blue-pale: #eaf1fe;
    --blue-glow: rgba(29,91,214,0.07);
    --text-primary: #0c1a30;
    --text-secondary: #3d4f65;
    --text-tertiary: #6b7d93;
    --border: #dce3ed;
    --border-hover: #a3bfef;
    --surface: #ffffff;
    --bg: #f5f7fb;
    --shadow-sm: 0 1px 3px rgba(9,27,54,0.04);
    --shadow-md: 0 2px 8px rgba(9,27,54,0.06), 0 0 1px rgba(9,27,54,0.08);
    --shadow-lg: 0 4px 16px rgba(29,91,214,0.10), 0 1px 4px rgba(9,27,54,0.06);
    --shadow-card: 0 2px 12px rgba(9,27,54,0.07);
    --r-sm: 10px;
    --r-md: 14px;
    --r-pill: 100px;
    --font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  }

  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

  body {
    font-family: var(--font);
    background: var(--bg);
    color: var(--text-primary);
    -webkit-font-smoothing: antialiased;
  }

  /* ═══════════════════════════════════════════
     SECTION SHELL
  ═══════════════════════════════════════════ */
  .section-shell {
    max-width: 1140px;
    margin: 20px auto;
    padding: 48px 44px 44px;
    background: var(--surface);
    border-radius: 22px;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
    position: relative;
    overflow: hidden;
  }

  /* Subtle textured background */
  .section-shell::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 60% 50% at 10% 0%, rgba(29,91,214,0.035), transparent 55%),
      radial-gradient(ellipse 50% 45% at 95% 100%, rgba(29,91,214,0.025), transparent 50%);
    pointer-events: none;
    z-index: 0;
  }

  .section-shell::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(9,27,54,0.018) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
    z-index: 0;
  }

  .section-shell > * { position: relative; z-index: 1; }

  /* ═══════════════════════════════════════════
     SECTION TITLE
  ═══════════════════════════════════════════ */
  .section-header {
    text-align: center;
    margin-bottom: 38px;
  }

  .section-header h2 {
    font-size: 1.95rem !important;
    font-weight: 800 !important;
    color: var(--navy);
    letter-spacing: -0.5px !important;
    line-height: 1.2 !important;
  }

  .section-header h2 .accent {
    background: linear-gradient(135deg, var(--blue), var(--blue-bright));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .section-header p {
    margin-top: 6px;
    font-size: 0.82rem;
    color: var(--text-tertiary);
    font-weight: 500;
    letter-spacing: 0.3px;
  }

  /* ═══════════════════════════════════════════
     MAIN 2-COL GRID – PERFECTLY BALANCED
  ═══════════════════════════════════════════ */
  .two-col {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    align-items: stretch;
    min-height: 280px;
  }

  .col-left {
    padding: 4px 40px 4px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .col-right {
    padding: 4px 0 4px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
  }

  .col-right::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0), #ffffff 75%);
    pointer-events: none;
    z-index: 10;
  }

  /* ── CENTERED VERTICAL DIVIDER ── */
  .divider-v {
    position: relative;
    background: linear-gradient(
      to bottom,
      transparent 0%,
      var(--border) 8%,
      var(--border) 92%,
      transparent 100%
    );
  }

  .divider-v::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    background: var(--blue);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(29,91,214,0.12), 0 0 0 8px rgba(29,91,214,0.05);
  }

  /* ═══════════════════════════════════════════
     LEFT COLUMN – HEADING + STATS
  ═══════════════════════════════════════════ */
  .col-left h3 {
    font-size: 1.42rem;
    font-weight: 800;
    line-height: 1.35;
    color: var(--navy);
    margin-bottom: 12px;
    letter-spacing: -0.3px;
  }

  .col-left h3 .hl {
    color: var(--blue);
  }

  .col-left .desc {
    font-size: 0.84rem;
    line-height: 1.7;
    color: var(--text-secondary);
    margin-bottom: 24px;
  }

  /* ── STAT BADGES ── */
  .stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px;
  }

  .stat {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 22px;
    background: var(--surface);
    border: 1.2px solid var(--border);
    border-radius: var(--r-pill);
    box-shadow: var(--shadow-md);
    transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: default;
  }

  .stat:hover {
    border-color: var(--border-hover);
    box-shadow: var(--shadow-lg);
    transform: translateY(-3px);
    background: linear-gradient(135deg, var(--surface), var(--blue-pale));
  }

  .stat .num {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--blue);
    letter-spacing: -0.3px;
    white-space: nowrap;
  }

  .stat .txt {
    font-size: 0.76rem;
    font-weight: 600;
    color: var(--text-secondary);
    line-height: 1.2;
  }

  /* ── PRIMARY CTA BUTTON ── */
  .elxc-cta-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 13px 32px;
    background: linear-gradient(135deg, var(--blue), var(--blue-bright));
    color: #ffffff;
    font-family: var(--font);
    font-size: 0.84rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: var(--r-pill);
    border: none;
    cursor: pointer;
    letter-spacing: 0.3px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 14px rgba(29,91,214,0.2);
  }

  .elxc-cta-btn:hover {
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.3);
  }

  /* ═══════════════════════════════════════════
     RIGHT COLUMN – PARTNERS + CERTS SCROLL
  ═══════════════════════════════════════════ */
  .col-right .sub-label {
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--text-secondary);
    margin-bottom: 16px;
  }

  .col-right .sub-label strong {
    color: var(--navy);
    font-weight: 800;
  }

  /* ── PARTNER LOGOS ── */
  .partners {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 18px;
    flex-wrap: wrap;
  }

  .partners img {
    height: 48px;
    width: auto;
    max-width: 130px;
    object-fit: contain;
    transition: transform 0.25s ease, filter 0.25s ease;
  }

  .partners img:hover {
    transform: scale(1.08) translateY(-1px);
  }

  /* ── HORIZONTAL DIVIDER ── */
  .divider-h {
    height: 1px;
    background: linear-gradient(to right, var(--border), transparent 90%);
    margin-bottom: 20px;
  }

  /* ── CERT LABEL ── */
  .cert-label {
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--text-secondary);
    margin-bottom: 14px;
    margin-top: 4px;
  }

  .cert-label strong {
    color: var(--navy);
    font-weight: 800;
  }

  /* ═══════════════════════════════════════════
     MARQUEE – ULTRA SMOOTH SLOW SCROLL
  ═══════════════════════════════════════════ */
  .marquee-container {
    overflow: hidden;
    width: 100%;
    margin-bottom: 16px;
  }

  .marquee-belt {
    display: flex;
    align-items: center;
    gap: 42px;
    width: max-content;
    animation: slideLeft 70s linear infinite;
    will-change: transform;
  }

  .marquee-container:hover .marquee-belt {
    animation-play-state: paused;
  }

  .marquee-belt img {
    height: 38px;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
    transition: transform 0.25s ease;
  }

  .marquee-belt img:hover {
    transform: scale(1.12);
  }

  @keyframes slideLeft {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
  }

  /* ═══════════════════════════════════════════
     STATIC CERTIFICATES ROW (inside right col)
  ═══════════════════════════════════════════ */
  .cert-static-row {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .cert-static-row img {
    height: 72px;
    width: auto;
    object-fit: contain;
    border-radius: 6px;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
    transition: transform 0.25s ease;
  }

  .cert-static-row img:hover {
    transform: scale(1.05);
  }

  /* ═══════════════════════════════════════════
     CLIENTS AUTO-SCROLL (bottom full-width)
  ═══════════════════════════════════════════ */
  .awards-section {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--border);
  }

  .clients-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 16px;
  }

  .clients-header-row .clients-label {
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--text-secondary);
    margin: 0;
  }

  .clients-header-row .clients-label strong {
    color: var(--navy);
    font-weight: 800;
  }

  .elxc-btn-secondary {
    display: inline-block !important;
    padding: 7px 20px !important;
    font-family: var(--font);
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    color: var(--blue);
    background: transparent;
    border: 1.5px solid var(--border);
    border-radius: var(--r-pill);
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.25s ease;
    letter-spacing: 0.2px;
    flex-shrink: 0;
  }

  .elxc-btn-secondary:hover {
    border-color: var(--blue);
    background: var(--blue-pale);
    color: var(--blue);
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(29,91,214,0.12);
  }

  .client-scroll-wrap {
    overflow: hidden;
    width: 100%;
    mask-image: linear-gradient(to right, transparent 0%, black 3%, black 97%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 3%, black 97%, transparent 100%);
  }

  .client-scroll-belt {
    display: flex;
    align-items: center;
    gap: 36px;
    width: max-content;
    animation: slideLeftClients 50s linear infinite;
    will-change: transform;
  }

  .client-scroll-wrap:hover .client-scroll-belt {
    animation-play-state: paused;
  }

  .client-scroll-belt img {
    height: 40px;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
    transition: transform 0.25s ease;
  }

  .client-scroll-belt img:hover {
    transform: scale(1.08);
  }

  @keyframes slideLeftClients {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
  }

  /* ═══════════════════════════════════════════
     RESPONSIVE
  ═══════════════════════════════════════════ */
  @media (max-width: 880px) {
    .section-shell {
      padding: 36px 24px 36px;
      margin: 12px;
      border-radius: 16px;
    }

    .section-header { margin-bottom: 28px; }
    .section-header h2 { font-size: 1.6rem; }

    .two-col {
      grid-template-columns: 1fr;
      gap: 28px;
      min-height: auto;
    }

    .divider-v { display: none; }

    .col-left,
    .col-right {
      padding: 0;
    }

    .col-left h3 { font-size: 1.25rem; }

    .cert-static-row img { height: 58px; }

    .elxc-cta-btn { padding: 12px 28px; font-size: 0.82rem; }
  }

  @media (max-width: 520px) {
    .section-shell {
      padding: 28px 16px 28px;
      border-radius: 14px;
    }

    .section-header h2 { font-size: 1.35rem; }
    .section-header p { font-size: 0.78rem; }

    .col-left h3 { font-size: 1.12rem; }
    .col-left .desc { font-size: 0.8rem; }

    .stats {
      grid-template-columns: 1fr 1fr;
      gap: 8px;
    }

    .stat {
      padding: 10px 14px;
      gap: 8px;
    }

    .stat .num { font-size: 0.95rem; }
    .stat .txt { font-size: 0.7rem; }

    .partners {
      gap: 18px;
    }

    .partners img { height: 38px; }

    .marquee-belt { gap: 32px; }
    .marquee-belt img { height: 30px; }

    .awards-section { margin-top: 20px; padding-top: 18px; }
    .cert-static-row img { height: 48px; }
    .cert-static-row { gap: 10px; }
    .client-scroll-belt img { height: 32px; }
    .elxc-cta-btn { padding: 11px 24px; font-size: 0.8rem; width: 100%; text-align: center; }
    .clients-header-row { flex-wrap: wrap; gap: 10px; }
    .elxc-btn-secondary { font-size: 0.68rem; padding: 6px 16px; }
  }

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

/* ===== RESET ===== */
html { overflow-x: hidden !important; }

.elxm-section,
.elxm-section *,
.elxm-section *::before,
.elxm-section *::after {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
    text-transform: none !important;
    font-style: normal !important;
}

/* ===== SECTION ===== */
.elxm-section {
    padding: 3.5rem 0 3rem !important;
    background: #ffffff !important;
    overflow: hidden !important;
    position: relative !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    -webkit-font-smoothing: antialiased !important;
    line-height: 1.5 !important;
    font-size: 16px !important;
    color: #0f172a !important;
    border: none !important;
}

.elementor-section-wrap .elxm-section,
.elementor-element .elxm-section,
.e-con .elxm-section,
.e-con-inner .elxm-section,
.fusion-builder-row .elxm-section,
.fusion-fullwidth .elxm-section {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

.elxm-wrap {
    max-width: 1380px !important;
    margin: 0 auto !important;
    padding: 0 1.25rem !important;
}

/* ===== HEADER ===== */
.elxm-hdr {
    text-align: center !important;
    max-width: 520px !important;
    margin: 0 auto 2rem !important;
    padding: 0 !important;
}

.elxm-hdr h2 {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: clamp(1.35rem, 3vw, 1.8rem) !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1.25 !important;
    margin: 0 0 0.35rem 0 !important;
    padding: 0 !important;
    letter-spacing: -0.3px !important;
    background: none !important;
    border: none !important;
    text-align: center !important;
}

.elxm-hdr h2 .elxm-bl {
    color: #2563eb !important;
    font-weight: 800 !important;
    font-size: inherit !important;
}

.elxm-hdr p {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 0.82rem !important;
    color: #64748b !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 400 !important;
}

/* ===== 10-COLUMN GRID ===== */
.elxm-grid {
    display: grid !important;
    grid-template-columns: repeat(10, 1fr) !important;
    gap: 0.45rem !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ===== COMPACT CARD ===== */
.elxm-cd {
    background: #f8fafc !important;
    border: 1px solid #edf0f5 !important;
    border-radius: 10px !important;
    padding: 0.85rem 0.25rem 0.7rem !important;
    text-align: center !important;
    transition: all 0.25s cubic-bezier(0.25,0.46,0.45,0.94) !important;
    position: relative !important;
    overflow: hidden !important;
    cursor: default !important;
}

.elxm-cd::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 2px !important;
    background: linear-gradient(90deg, #1e40af, #2563eb) !important;
    transform: scaleX(0) !important;
    transform-origin: left !important;
    transition: transform 0.25s ease !important;
}

.elxm-cd:hover::before {
    transform: scaleX(1) !important;
}

.elxm-cd:hover {
    border-color: #c7d2fe !important;
    box-shadow: 0 4px 14px rgba(37,99,235,0.08) !important;
    transform: translateY(-2px) !important;
    background: #ffffff !important;
}

/* Icon */
.elxm-ic {
    width: 32px !important;
    height: 32px !important;
    border-radius: 8px !important;
    background: #eff6ff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 0.4rem !important;
    transition: background 0.25s ease !important;
    border: none !important;
    padding: 0 !important;
}

.elxm-cd:hover .elxm-ic {
    background: #2563eb !important;
}

.elxm-ic svg {
    width: 15px !important;
    height: 15px !important;
    color: #1e40af !important;
    transition: color 0.25s ease !important;
    stroke: currentColor !important;
    fill: none !important;
    stroke-width: 2 !important;
    display: block !important;
}

.elxm-cd:hover .elxm-ic svg {
    color: #ffffff !important;
}

/* Title — forced single line */
.elxm-cd h3 {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 0.56rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    text-align: center !important;
    letter-spacing: -0.01em !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
    .elxm-grid { grid-template-columns: repeat(6, 1fr) !important; gap: 0.45rem !important; }
}

@media (max-width: 768px) {
    .elxm-section { padding: 2.5rem 0 2rem !important; }
    .elxm-hdr { margin: 0 auto 1.5rem !important; }
    .elxm-grid { grid-template-columns: repeat(5, 1fr) !important; gap: 0.4rem !important; }
    .elxm-cd { padding: 0.7rem 0.3rem 0.6rem !important; border-radius: 8px !important; }
    .elxm-ic { width: 28px !important; height: 28px !important; margin: 0 auto 0.35rem !important; }
    .elxm-ic svg { width: 13px !important; height: 13px !important; }
    .elxm-cd h3 { font-size: 0.52rem !important; }
}

@media (max-width: 520px) {
    .elxm-wrap { padding: 0 0.65rem !important; }
    .elxm-grid { grid-template-columns: repeat(4, 1fr) !important; gap: 0.35rem !important; }
    .elxm-cd { padding: 0.65rem 0.25rem 0.55rem !important; }
    .elxm-cd h3 { font-size: 0.5rem !important; }
}

@media (max-width: 380px) {
    .elxm-grid { grid-template-columns: repeat(3, 1fr) !important; }
    .elxm-cd h3 { font-size: 0.52rem !important; }
}


/* ============================================================
   SECTION 4: WHY CHOOSE ERPLAX (elxw-)
   ============================================================ */

.elxw-section {
    position: relative;
    padding: 3rem 0 2.75rem;
    background: linear-gradient(135deg, #0f2167 0%, #1e40af 30%, #2563eb 60%, #3b82f6 80%, #60a5fa 100%);
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

.elementor-section-wrap .elxw-section,
.elementor-element .elxw-section,
.e-con .elxw-section,
.e-con-inner .elxw-section {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

.elxw-section *, .elxw-section *::before, .elxw-section *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.elxw-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(ellipse 600px 400px at 10% 50%, rgba(255,255,255,0.07) 0%, transparent 70%),
        radial-gradient(ellipse 500px 350px at 85% 30%, rgba(255,255,255,0.05) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}

.elxw-section::after {
    content: '';
    position: absolute;
    top: -60px;
    right: -40px;
    width: 200px;
    height: 200px;
    border: 2px solid rgba(255,255,255,0.05);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.elxw-circle-2 {
    position: absolute;
    bottom: -60px;
    left: -40px;
    width: 160px;
    height: 160px;
    border: 2px solid rgba(255,255,255,0.04);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.elxw-topline {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, rgba(255,255,255,0.1), rgba(255,255,255,0.5), rgba(255,255,255,0.1));
    z-index: 2;
}

.elxw-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 3;
}

.elxw-header {
    text-align: center;
    margin-bottom: 2rem;
}

.elxw-header h2 {
    font-size: clamp(1.625rem, 3.5vw, 2.125rem) !important;
    font-weight: 600 !important;
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 0.375rem;
}

.elxw-header p {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    max-width: 500px;
    margin: 0 auto;
}

.elxw-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.elxw-stat {
    flex: 1;
    text-align: center;
    padding: 0.625rem 1.25rem;
    position: relative;
}

.elxw-stat + .elxw-stat::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 48px;
    background: linear-gradient(180deg, transparent, rgba(255,255,255,0.25), transparent);
}

.elxw-stat-label {
    display: block;
    font-size: 0.625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 0.25rem;
}

.elxw-stat-num {
    display: block;
    font-size: clamp(1.625rem, 3vw, 2.125rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
}

@media (max-width: 1024px) {
    .elxw-stat { padding: 0.625rem 0.75rem; }
    .elxw-stat-num { font-size: 1.625rem; }
}

@media (max-width: 768px) {
    .elxw-section { padding: 2.5rem 0 2.25rem; }
    .elxw-header { margin-bottom: 1.5rem; }
    .elxw-stats { flex-wrap: wrap; }
    .elxw-stat { flex: 0 0 33.33%; padding: 0.75rem 0.75rem; }
    .elxw-stat:nth-child(4)::before { display: none; }
    .elxw-stat + .elxw-stat::before { height: 36px; }
}

@media (max-width: 480px) {
    .elxw-container { padding: 0 1rem; }
    .elxw-stat { flex: 0 0 50%; padding: 0.75rem 0.5rem; }
    .elxw-stat:nth-child(3)::before { display: none; }
    .elxw-stat:nth-child(5)::before { display: none; }
    .elxw-stat-num { font-size: 1.5rem; }
    .elxw-stat-label { font-size: 0.5625rem; letter-spacing: 1px; }
}


/* ============================================================
   SECTION 5: BUSINESS IMPACT (elxbi-)
   ============================================================ */

.elxbi-section {
    padding: 3.5rem 0 3rem;
    background: #f8fafc;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    position: relative;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

.elementor-section-wrap .elxbi-section,
.elementor-element .elxbi-section,
.e-con .elxbi-section,
.e-con-inner .elxbi-section {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

.elxbi-section *, .elxbi-section *::before, .elxbi-section *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.elxbi-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.elxbi-header {
    text-align: center;
    margin: 0 auto 2.25rem;
}

.elxbi-header h2 {
    font-size: clamp(1.625rem, 3.5vw, 2.125rem) !important;
    font-weight: 600 !important;
    color: #0f172a;
    line-height: 1.25;
    margin-bottom: 0.375rem;
    white-space: nowrap;
}

.elxbi-header h2 span { color: #2563eb; }

.elxbi-header p {
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.7;
}

.elxbi-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 1.125rem;
    align-items: stretch;
}

.elxbi-highlight {
    background: linear-gradient(160deg, #1e40af 0%, #2563eb 100%);
    border-radius: 16px;
    padding: 1.75rem 1.5rem;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.elxbi-highlight::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 120px;
    height: 120px;
    border: 2px solid rgba(255,255,255,0.07);
    border-radius: 50%;
    pointer-events: none;
}

.elxbi-highlight::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 90px;
    height: 90px;
    background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.elxbi-hl-icon {
    width: 42px;
    height: 42px;
    background: rgba(255,255,255,0.15);
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.elxbi-hl-icon svg { width: 22px; height: 22px; color: #ffffff; }

.elxbi-hl-num {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0.375rem;
}

.elxbi-hl-label {
    font-size: 0.8125rem;
    font-weight: 500;
    color: rgba(255,255,255,0.8);
    margin-bottom: 1rem;
    line-height: 1.45;
}

.elxbi-hl-bar {
    width: 100%;
    height: 5px;
    background: rgba(255,255,255,0.15);
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 0.375rem;
}

.elxbi-hl-bar-fill {
    height: 100%;
    width: 0%;
    background: #ffffff;
    border-radius: 3px;
    transition: width 1.5s ease;
}

.elxbi-hl-bar-text {
    font-size: 0.625rem;
    color: rgba(255,255,255,0.55);
    font-weight: 500;
}

.elxbi-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1.125rem;
}

.elxbi-card {
    background: #ffffff;
    border: 1px solid #e8ecf2;
    border-radius: 14px;
    padding: 1.25rem;
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.elxbi-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1e40af, #2563eb);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.elxbi-card:hover::before { transform: scaleX(1); }

.elxbi-card:hover {
    border-color: #c7d2fe;
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.08);
    transform: translateY(-2px);
}

.elxbi-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0.625rem;
}

.elxbi-card-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #eff6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.elxbi-card-icon svg { width: 18px; height: 18px; color: #2563eb; }

.elxbi-change {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 16px;
    padding: 0.1875rem 0.5rem;
    font-size: 0.625rem;
    font-weight: 600;
    color: #16a34a;
}

.elxbi-change svg { width: 10px; height: 10px; }

.elxbi-card h3 {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 0.25rem;
    line-height: 1.35;
}

.elxbi-card p {
    font-size: 0.6875rem;
    color: #64748b;
    line-height: 1.55;
    margin-bottom: 0.75rem;
}

.elxbi-mini-bar {
    width: 100%;
    height: 3px;
    background: #f1f5f9;
    border-radius: 2px;
    overflow: hidden;
}

.elxbi-mini-fill {
    height: 100%;
    background: linear-gradient(90deg, #1e40af, #2563eb);
    border-radius: 2px;
    width: 0%;
    transition: width 1.5s ease 0.3s;
}

@media (max-width: 1024px) {
    .elxbi-layout { grid-template-columns: 260px 1fr; gap: 1rem; }
    .elxbi-highlight { padding: 1.5rem 1.25rem; }
    .elxbi-card { padding: 1.125rem; }
}

@media (max-width: 768px) {
    .elxbi-section { padding: 3rem 0 2.5rem; }
    .elxbi-header { margin-bottom: 1.75rem; }
    .elxbi-layout { grid-template-columns: 1fr; gap: 1rem; }
    .elxbi-highlight { flex-direction: row; flex-wrap: wrap; gap: 0.75rem; padding: 1.5rem; }
    .elxbi-hl-icon { margin-bottom: 0; }
    .elxbi-hl-num { font-size: 1.875rem; }
    .elxbi-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
    .elxbi-container { padding: 0 1rem; }
    .elxbi-highlight { flex-direction: column; padding: 1.25rem; }
    .elxbi-hl-icon { margin-bottom: 0.75rem; }
    .elxbi-grid { grid-template-columns: 1fr; gap: 0.875rem; }
    .elxbi-card { padding: 1rem; }
}


/* ============================================================
   SECTION 6: HOW IT WORKS (elxhw-)
   ============================================================ */

.elxhw-section {
    padding: 3.5rem 0 3rem;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    position: relative;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

.elementor-section-wrap .elxhw-section,
.elementor-element .elxhw-section,
.e-con .elxhw-section,
.e-con-inner .elxhw-section {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

.elxhw-section *, .elxhw-section *::before, .elxhw-section *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.elxhw-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.elxhw-header {
    text-align: center;
    margin: 0 auto 2.5rem;
}

.elxhw-header h2 {
    font-size: clamp(1.625rem, 3.5vw, 2.125rem) !important;
    font-weight: 600 !important;
    color: #0f172a;
    line-height: 1.25;
    margin-bottom: 0.375rem;
    white-space: nowrap;
}

.elxhw-header h2 span { color: #2563eb; }

.elxhw-header p {
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.7;
}

.elxhw-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
}

.elxhw-steps::before {
    content: '';
    position: absolute;
    top: 34px;
    left: calc(12.5% + 20px);
    right: calc(12.5% + 20px);
    height: 2px;
    background: linear-gradient(90deg, #2563eb, #93c5fd, #2563eb, #93c5fd, #2563eb);
    z-index: 1;
}

.elxhw-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 0.75rem;
    position: relative;
    z-index: 2;
}

.elxhw-circle {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.35s ease;
    cursor: default;
    margin-bottom: 0;
}

.elxhw-circle::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all 0.35s ease;
}

.elxhw-step:hover .elxhw-circle {
    background: linear-gradient(135deg, #1e40af, #2563eb);
    border-color: transparent;
    transform: scale(1.06);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.2);
}

.elxhw-step:hover .elxhw-circle::before {
    border-color: rgba(37, 99, 235, 0.15);
}

.elxhw-circle svg {
    width: 26px;
    height: 26px;
    color: #2563eb;
    transition: color 0.35s ease;
}

.elxhw-step:hover .elxhw-circle svg { color: #ffffff; }

.elxhw-num {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #1e40af, #2563eb);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.625rem;
    font-weight: 700;
    color: #ffffff;
    border: 2px solid #ffffff;
    z-index: 3;
    transition: all 0.35s ease;
}

.elxhw-step:hover .elxhw-num {
    background: #0f172a;
    transform: scale(1.1);
}

.elxhw-connector {
    width: 2px;
    height: 16px;
    background: #e2e8f0;
    transition: background 0.35s ease;
}

.elxhw-step:hover .elxhw-connector { background: #2563eb; }

.elxhw-content {
    padding-top: 0.5rem;
    max-width: 190px;
}

.elxhw-step h3 {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 0.25rem;
    line-height: 1.35;
    transition: color 0.35s ease;
}

.elxhw-step:hover h3 { color: #2563eb; }

.elxhw-step p {
    font-size: 0.6875rem;
    color: #64748b;
    line-height: 1.55;
}

@media (max-width: 1024px) {
    .elxhw-steps::before { left: calc(12.5% + 14px); right: calc(12.5% + 14px); }
    .elxhw-circle { width: 60px; height: 60px; }
    .elxhw-circle svg { width: 22px; height: 22px; }
    .elxhw-num { width: 22px; height: 22px; font-size: 0.5625rem; }
    .elxhw-step { padding: 0 0.5rem; }
}

@media (max-width: 768px) {
    .elxhw-section { padding: 2.75rem 0 2.5rem; }
    .elxhw-header { margin-bottom: 2rem; }
    .elxhw-header h2 { white-space: normal; }
    .elxhw-steps { grid-template-columns: repeat(2, 1fr); gap: 2rem 0; }
    .elxhw-steps::before { display: none; }
    .elxhw-circle { width: 64px; height: 64px; }
}

@media (max-width: 480px) {
    .elxhw-container { padding: 0 1rem; }
    .elxhw-steps { grid-template-columns: 1fr; gap: 1.5rem; }
    .elxhw-step { flex-direction: row; text-align: left; gap: 1rem; padding: 0; }
    .elxhw-circle { width: 52px; height: 52px; flex-shrink: 0; }
    .elxhw-circle svg { width: 20px; height: 20px; }
    .elxhw-connector { display: none; }
    .elxhw-content { padding-top: 0; max-width: 100%; }
    .elxhw-num { width: 20px; height: 20px; font-size: 0.5625rem; top: -3px; right: -3px; }
}


/* ============================================================
   SECTION 7: INDUSTRIES (elxin-)
   ============================================================ */

.elxin-section {
    padding: 2.5rem 0 2rem;
    background: #f8fafc;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    position: relative;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

.elementor-section-wrap .elxin-section,
.elementor-element .elxin-section,
.e-con .elxin-section,
.e-con-inner .elxin-section {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

.elxin-section *, .elxin-section *::before, .elxin-section *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.elxin-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.elxin-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}

.elxin-content { max-width: 480px; }

.elxin-content h2 {
    font-size: clamp(1.375rem, 3vw, 1.75rem) !important;
    font-weight: 600 !important;
    color: #0f172a;
    line-height: 1.25;
    margin-bottom: 0.125rem;
}

.elxin-content .elxin-h2-accent {
    font-size: clamp(1.375rem, 3vw, 1.75rem) !important;
    font-weight: 600 !important;
    color: #2563eb;
    line-height: 1.25;
    margin-bottom: 0.625rem;
}

.elxin-content p {
    font-size: 0.8125rem;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.elxin-flow {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.elxin-flow-row {
    display: flex;
    gap: 0.375rem;
    align-items: center;
    flex-wrap: wrap;
}

.elxin-pill {
    background: #0f172a;
    color: #ffffff;
    padding: 0.3125rem 0.75rem;
    border-radius: 14px;
    font-size: 0.6875rem;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
    white-space: nowrap;
}

.elxin-pill:hover {
    background: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.2);
}

.elxin-arrow {
    color: #2563eb;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.elxin-arrow svg { width: 12px; height: 12px; }

.elxin-circle-wrap {
    position: relative;
    width: 340px;
    height: 340px;
    margin: 0 auto;
}

.elxin-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 270px;
    height: 270px;
    border: 2px dashed rgba(37, 99, 235, 0.2);
    border-radius: 50%;
}

.elxin-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 150px;
    z-index: 10;
}

.elxin-center-title {
    font-size: 1rem;
    font-weight: 600;
    color: #2563eb;
    margin-bottom: 0.3rem;
    transition: all 0.35s ease;
}

.elxin-center-desc {
    font-size: 0.625rem;
    line-height: 1.55;
    color: #64748b;
    transition: all 0.35s ease;
}

.elxin-center-title.elxin-fade,
.elxin-center-desc.elxin-fade {
    opacity: 0;
    transform: translateY(8px);
}

.elxin-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 270px;
    height: 270px;
    transform: translate(-50%, -50%);
    animation: elxinRotate 50s linear infinite;
}

.elxin-icons.elxin-paused { animation-play-state: paused; }

@keyframes elxinRotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

.elxin-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
    border: 1.5px solid #e8ecf2;
    transition: all 0.4s ease;
    cursor: pointer;
    animation: elxinCounterRotate 50s linear infinite;
}

.elxin-icons.elxin-paused .elxin-icon { animation-play-state: paused; }

@keyframes elxinCounterRotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(-360deg); }
}

.elxin-icon svg {
    width: 18px;
    height: 18px;
    color: #475569;
    transition: color 0.4s ease;
}

.elxin-icon:hover,
.elxin-icon.elxin-active {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #1e40af, #2563eb);
    border-color: transparent;
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.3);
}

.elxin-icon:hover svg,
.elxin-icon.elxin-active svg { color: #ffffff; }

.elxin-icon:nth-child(1) { top: 2.5%;  left: 50%; }
.elxin-icon:nth-child(2) { top: 17%;   left: 83.5%; }
.elxin-icon:nth-child(3) { top: 50%;   left: 97.5%; }
.elxin-icon:nth-child(4) { top: 83%;   left: 83.5%; }
.elxin-icon:nth-child(5) { top: 97.5%; left: 50%; }
.elxin-icon:nth-child(6) { top: 83%;   left: 16.5%; }
.elxin-icon:nth-child(7) { top: 50%;   left: 2.5%; }
.elxin-icon:nth-child(8) { top: 17%;   left: 16.5%; }

.elxin-dot {
    position: absolute;
    width: 5px;
    height: 5px;
    background: rgba(37, 99, 235, 0.15);
    border-radius: 50%;
    pointer-events: none;
}

.elxin-dot:nth-child(1) { top: 8%; left: 12%; animation: elxinFloat 4s ease-in-out infinite; }
.elxin-dot:nth-child(2) { top: 85%; right: 10%; animation: elxinFloat 5s ease-in-out infinite 1s; }
.elxin-dot:nth-child(3) { top: 40%; right: 5%; animation: elxinFloat 3.5s ease-in-out infinite 0.5s; }

@keyframes elxinFloat {
    0%, 100% { transform: translateY(0); opacity: 0.3; }
    50% { transform: translateY(-10px); opacity: 0.8; }
}

@media (max-width: 1024px) {
    .elxin-wrapper { gap: 1.5rem; }
    .elxin-circle-wrap { width: 300px; height: 300px; }
    .elxin-orbit, .elxin-icons { width: 240px; height: 240px; }
    .elxin-icon { width: 36px; height: 36px; }
    .elxin-icon svg { width: 16px; height: 16px; }
    .elxin-icon:hover, .elxin-icon.elxin-active { width: 44px; height: 44px; }
    .elxin-center { width: 130px; }
    .elxin-center-title { font-size: 0.9375rem; }
}

@media (max-width: 768px) {
    .elxin-section { padding: 2rem 0 1.5rem; }
    .elxin-wrapper { grid-template-columns: 1fr; gap: 1.5rem; }
    .elxin-content { max-width: 100%; text-align: center; }
    .elxin-flow { align-items: center; }
    .elxin-flow-row { justify-content: center; }
    .elxin-circle-wrap { width: 280px; height: 280px; }
    .elxin-orbit, .elxin-icons { width: 220px; height: 220px; }
    .elxin-icon { width: 34px; height: 34px; }
    .elxin-icon svg { width: 15px; height: 15px; }
    .elxin-icon:hover, .elxin-icon.elxin-active { width: 42px; height: 42px; }
    .elxin-center { width: 120px; }
    .elxin-center-title { font-size: 0.875rem; }
    .elxin-center-desc { font-size: 0.5625rem; }
}

@media (max-width: 480px) {
    .elxin-container { padding: 0 1rem; }
    .elxin-circle-wrap { width: 250px; height: 250px; }
    .elxin-orbit, .elxin-icons { width: 200px; height: 200px; }
    .elxin-icon { width: 30px; height: 30px; border-radius: 8px; }
    .elxin-icon svg { width: 13px; height: 13px; }
    .elxin-icon:hover, .elxin-icon.elxin-active { width: 38px; height: 38px; }
    .elxin-center { width: 105px; }
    .elxin-center-title { font-size: 0.8125rem; margin-bottom: 0.2rem; }
    .elxin-center-desc { font-size: 0.5rem; line-height: 1.45; }
    .elxin-pill { padding: 0.25rem 0.625rem; font-size: 0.625rem; }
}


/* ============================================================
   SECTION 8: TESTIMONIALS (elxt-)
   ============================================================ */

.elxt-section {
    padding: 3.5rem 0 3rem;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    position: relative;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

.elementor-section-wrap .elxt-section,
.elementor-element .elxt-section,
.e-con .elxt-section,
.e-con-inner .elxt-section {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

.elxt-section *, .elxt-section *::before, .elxt-section *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.elxt-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.elxt-header {
    text-align: center;
    margin: 0 auto 2.25rem;
}

.elxt-header h2 {
    font-size: clamp(1.625rem, 3.5vw, 2.125rem) !important;
    font-weight: 600 !important;
    color: #0f172a;
    line-height: 1.25;
    margin-bottom: 0.375rem;
    white-space: nowrap;
}

.elxt-header h2 span { color: #2563eb; }

.elxt-header p {
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.7;
}

.elxt-carousel {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.elxt-track {
    display: flex;
    transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 1rem;
}

.elxt-card {
    flex: 0 0 calc((100% - 2rem) / 3);
    background: #f8fafc;
    border: 1px solid #e8ecf2;
    border-radius: 14px;
    padding: 1.375rem;
    position: relative;
    transition: all 0.3s ease;
    min-width: 0;
}

.elxt-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1e40af, #2563eb);
    border-radius: 14px 14px 0 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.elxt-card:hover::before { transform: scaleX(1); }

.elxt-card:hover {
    border-color: #c7d2fe;
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.08);
    transform: translateY(-2px);
}

.elxt-quote {
    width: 32px;
    height: 32px;
    margin-bottom: 0.75rem;
}

.elxt-quote img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.elxt-stars {
    display: flex;
    gap: 1px;
    margin-bottom: 0.625rem;
}

.elxt-stars svg {
    width: 12px;
    height: 12px;
    fill: #f59e0b;
    color: #f59e0b;
}

.elxt-text {
    font-size: 0.75rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 1rem;
    min-height: 60px;
}

.elxt-divider {
    height: 1px;
    background: #e8ecf2;
    margin-bottom: 0.875rem;
}

.elxt-author {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.elxt-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6875rem;
    font-weight: 700;
    color: #ffffff;
    flex-shrink: 0;
}

.elxt-av-1 { background: linear-gradient(135deg, #1e40af, #2563eb); }
.elxt-av-2 { background: linear-gradient(135deg, #0f766e, #14b8a6); }
.elxt-av-3 { background: linear-gradient(135deg, #9333ea, #a855f7); }
.elxt-av-4 { background: linear-gradient(135deg, #c2410c, #f97316); }
.elxt-av-5 { background: linear-gradient(135deg, #b91c1c, #ef4444); }
.elxt-av-6 { background: linear-gradient(135deg, #1e3a8a, #3b82f6); }

.elxt-author-name {
    font-size: 0.75rem;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.3;
}

.elxt-author-role {
    font-size: 0.625rem;
    color: #64748b;
    font-weight: 400;
    line-height: 1.4;
}

.elxt-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    margin-top: 1.75rem;
}

.elxt-arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.elxt-arrow:hover {
    background: linear-gradient(135deg, #1e40af, #2563eb);
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.2);
}

.elxt-arrow svg {
    width: 16px;
    height: 16px;
    color: #475569;
    transition: color 0.3s ease;
}

.elxt-arrow:hover svg { color: #ffffff; }

.elxt-dots {
    display: flex;
    gap: 5px;
}

.elxt-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    transition: all 0.35s ease;
}

.elxt-dot.elxt-dot-active {
    width: 24px;
    border-radius: 4px;
    background: linear-gradient(90deg, #1e40af, #2563eb);
}

@media (max-width: 1024px) {
    .elxt-card { flex: 0 0 calc((100% - 1rem) / 2); padding: 1.25rem; }
}

@media (max-width: 768px) {
    .elxt-section { padding: 2.75rem 0 2.5rem; }
    .elxt-header { margin-bottom: 1.75rem; }
    .elxt-header h2 { white-space: normal; }
    .elxt-card { flex: 0 0 100%; padding: 1.25rem; }
    .elxt-text { min-height: auto; }
}

@media (max-width: 480px) {
    .elxt-container { padding: 0 1rem; }
    .elxt-card { padding: 1.125rem; }
    .elxt-controls { gap: 0.875rem; margin-top: 1.5rem; }
    .elxt-arrow { width: 32px; height: 32px; }
    .elxt-arrow svg { width: 14px; height: 14px; }
}


/* ============================================================
   SECTION 9: WORLDWIDE (elxww-)
   ============================================================ */

.elxww-section {
    padding: 2rem 0 1.5rem;
    background: linear-gradient(135deg, #1e40af 0%, #2563eb 50%, #3b82f6 100%);
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    position: relative;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

.elementor-section-wrap .elxww-section,
.elementor-element .elxww-section,
.e-con .elxww-section,
.e-con-inner .elxww-section {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

.elxww-section *, .elxww-section *::before, .elxww-section *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.elxww-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
}

.elxww-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

.elxww-layout {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 2.5rem;
    align-items: center;
    min-height: 400px;
}

.elxww-left h2 {
    font-size: clamp(1.75rem, 4vw, 2.375rem) !important;
    font-weight: 600 !important;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 0.125rem;
}

.elxww-accent {
    font-size: clamp(1.75rem, 4vw, 2.375rem) !important;
    font-weight: 600 !important;
    color: #ffffff;
    opacity: 0.85;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

.elxww-left > p {
    font-size: 0.8125rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.elxww-countries {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    margin-bottom: 1.5rem;
}

.elxww-pill {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    padding: 0.25rem 0.625rem;
    border-radius: 14px;
    font-size: 0.625rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    transition: all 0.3s ease;
    cursor: default;
    letter-spacing: 0.2px;
}

.elxww-pill:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    color: #ffffff;
}

.elxww-pdot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ffffff;
    flex-shrink: 0;
}

.elxww-stats {
    display: flex;
    gap: 1.75rem;
}

.elxww-stat-num {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
}

.elxww-stat-label {
    display: block;
    font-size: 0.625rem;
    font-weight: 500;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0.2rem;
}

.elxww-globe-area {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.elxww-canvas-wrap {
    position: relative;
    width: 400px;
    height: 400px;
}

.elxww-canvas-wrap canvas {
    width: 100%;
    height: 100%;
    display: block;
}

.elxww-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 50%, transparent 70%);
    pointer-events: none;
}

.elxww-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 360px;
    height: 360px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.08);
    pointer-events: none;
}

.elxww-ring2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 390px;
    height: 390px;
    border-radius: 50%;
    border: 1px dashed rgba(255,255,255,0.06);
    pointer-events: none;
}

@media (max-width: 1024px) {
    .elxww-layout { grid-template-columns: 320px 1fr; gap: 2rem; }
    .elxww-canvas-wrap { width: 340px; height: 340px; }
    .elxww-glow { width: 290px; height: 290px; }
    .elxww-ring { width: 310px; height: 310px; }
    .elxww-ring2 { width: 335px; height: 335px; }
}

@media (max-width: 768px) {
    .elxww-section { padding: 1.75rem 0 1.25rem; }
    .elxww-layout { grid-template-columns: 1fr; gap: 1.5rem; }
    .elxww-left { text-align: center; }
    .elxww-countries { justify-content: center; }
    .elxww-stats { justify-content: center; }
    .elxww-canvas-wrap { width: 300px; height: 300px; }
    .elxww-glow { width: 250px; height: 250px; }
    .elxww-ring { width: 270px; height: 270px; }
    .elxww-ring2 { width: 290px; height: 290px; }
}

@media (max-width: 480px) {
    .elxww-container { padding: 0 1rem; }
    .elxww-stats { gap: 1.25rem; }
    .elxww-stat-num { font-size: 1.375rem; }
    .elxww-canvas-wrap { width: 260px; height: 260px; }
    .elxww-glow { width: 210px; height: 210px; }
    .elxww-ring { width: 230px; height: 230px; }
    .elxww-ring2 { width: 250px; height: 250px; }
}


/* ============================================================
   SECTION 10: FAQ (elxfq-)
   ============================================================ */

.elxfq-section {
    padding: 4rem 0 3.5rem;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    position: relative;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

.elementor-section-wrap .elxfq-section,
.elementor-element .elxfq-section,
.e-con .elxfq-section,
.e-con-inner .elxfq-section {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

.elxfq-section *, .elxfq-section *::before, .elxfq-section *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.elxfq-section button:hover,
.elxfq-section button:focus,
.elxfq-section button:active,
.elxfq-section .elxfq-question:hover {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.elxfq-section button {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.elxfq-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.elxfq-heading {
    text-align: center;
    margin-bottom: 2.25rem;
}

.elxfq-heading h2 {
    font-size: clamp(1.625rem, 3.5vw, 2.125rem) !important;
    font-weight: 600 !important;
    color: #0f172a;
    line-height: 1.25;
    margin-bottom: 0.25rem;
}

.elxfq-heading .elxfq-h2-accent { color: #2563eb; }

.elxfq-heading p {
    font-size: 0.9375rem;
    color: #64748b;
    line-height: 1.7;
    max-width: 540px;
    margin: 0.75rem auto 0;
}

.elxfq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 2.5rem;
}

.elxfq-item {
    border: none !important;
    border-bottom: 1px solid #e2e8f0 !important;
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}

.elxfq-item:hover,
.elxfq-item:focus-within {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    border-bottom: 1px solid #e2e8f0 !important;
    outline: none !important;
    box-shadow: none !important;
}

.elxfq-question {
    width: 100%;
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 0.625rem !important;
    padding: 0.75rem 0;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    transition: none;
    outline: none;
}

.elxfq-question:hover,
.elxfq-question:focus,
.elxfq-question:active {
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
    color: inherit !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.elxfq-question:hover .elxfq-icon {
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.elxfq-icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 4px;
    background: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    transition: box-shadow 0.3s ease;
    position: relative;
    flex-shrink: 0;
}

.elxfq-icon::before,
.elxfq-icon::after {
    content: '';
    position: absolute;
    background: #ffffff;
    border-radius: 1px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.elxfq-icon::before { width: 9px; height: 2px; }
.elxfq-icon::after { width: 2px; height: 9px; }

.elxfq-item.elxfq-open .elxfq-icon::after {
    transform: rotate(90deg);
    opacity: 0;
}

.elxfq-q-text {
    font-size: 0.875rem;
    font-weight: 500;
    color: #2563eb;
    line-height: 1.55;
}

.elxfq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 0 0 1.875rem;
}

.elxfq-item.elxfq-open .elxfq-answer {
    max-height: 250px;
    padding: 0 0 0.75rem 1.875rem;
}

.elxfq-answer-inner {
    font-size: 0.8rem;
    color: #475569;
    line-height: 1.7;
}

.elxfq-link {
    color: #2563eb;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 500;
    font-size: 0.8rem;
    transition: color 0.2s ease;
}

.elxfq-link:hover { color: #1e40af; }

@media (max-width: 768px) {
    .elxfq-section { padding: 3.5rem 0 3rem; }
    .elxfq-grid { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 480px) {
    .elxfq-container { padding: 0 1rem; }
    .elxfq-q-text { font-size: 0.8125rem; }
}
