/* Graduation Hero Section */
    .graduation-hero {
        position: relative;
        min-height: 60vh;
        background: linear-gradient(115deg, 
            rgba(0,0,0,0.85) 0%, 
            rgba(0,0,0,0.6) 50%, 
            rgba(0,123,224,0.2) 100%),
            url('https://worldmachinerystore.co/assets/uploads/2026/09/1789686647_c828a80c6e68ebe68bf6.webp');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        display: flex;
        align-items: center;
        text-align: center;
        padding: 150px 0 100px;
        margin-top: 0px;
    }
    
    .graduation-hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: 50px;
        animation: graduationMoveGrid 20s linear infinite;
    }
    
    @keyframes graduationMoveGrid {
        0% { transform: translateX(0) translateY(0); }
        100% { transform: translateX(50px) translateY(50px); }
    }
    
    .graduation-hero h1 {
        font-size: 4.5rem;
        color: white;
        margin-bottom: 1rem;
        font-weight: 700;
        position: relative;
        z-index: 2;
    }
    
    .graduation-hero h1 span {
        background: linear-gradient(135deg, #007be0, #e31937);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
    }
    
    .graduation-hero .breadcrumb {
        background: transparent;
        padding: 0;
        justify-content: center;
        position: relative;
        z-index: 2;
    }
    
    .graduation-hero .breadcrumb-item a {
        color: #007be0;
        text-decoration: none;
    }
    
    .graduation-hero .breadcrumb-item.active {
        color: white;
    }
    
    .hero-decoration {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100px;
        z-index: 1;
    }


/* ============================================================
       CLIENT PAGE — SEO FRIENDLY & PREMIUM
       ============================================================ */
    .woxen-clients-page {
      font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
      position: relative;
      overflow: hidden;
      background: #f6f8f6;
      isolation: isolate;
      min-height: 100vh;
    }

    .woxen-clients-page::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(55% 45% at 50% 0%,   rgba(76, 175, 80, 0.12)  0%, transparent 70%),
        radial-gradient(40% 40% at 5% 40%,   rgba(0, 191, 165, 0.10)  0%, transparent 70%),
        radial-gradient(40% 40% at 98% 60%,  rgba(30, 126, 52, 0.08)  0%, transparent 70%),
        linear-gradient(180deg, #f8faf8 0%, #f1f5f1 50%, #f7faf7 100%);
      z-index: -3;
    }

    .woxen-clients-page::after {
      content: "";
      position: absolute;
      inset: 0;
      background-image: radial-gradient(rgba(30, 126, 52, 0.10) 1px, transparent 1px);
      background-size: 30px 30px;
      mask-image: radial-gradient(75% 60% at 50% 30%, #000 30%, transparent 100%);
      -webkit-mask-image: radial-gradient(75% 60% at 50% 30%, #000 30%, transparent 100%);
      z-index: -2;
      pointer-events: none;
    }

    .woxen-clients-page .woxen-clients-orb {
      position: absolute;
      border-radius: 50%;
      filter: blur(90px);
      pointer-events: none;
      z-index: -2;
      opacity: 0.5;
    }
    .woxen-clients-page .woxen-orb-1 {
      width: 380px; height: 380px;
      background: #a7f3b5;
      top: -120px; left: -100px;
      animation: orbFloat1 16s ease-in-out infinite;
    }
    .woxen-clients-page .woxen-orb-2 {
      width: 300px; height: 300px;
      background: #b2ebf2;
      top: 30%; right: -100px;
      opacity: 0.4;
      animation: orbFloat2 20s ease-in-out infinite;
    }
    .woxen-clients-page .woxen-orb-3 {
      width: 260px; height: 260px;
      background: #d9f0c8;
      bottom: 5%; left: 25%;
      opacity: 0.4;
      animation: orbFloat3 18s ease-in-out infinite;
    }

    @keyframes orbFloat1 {
      0%, 100% { transform: translate(0, 0) scale(1); }
      50%      { transform: translate(40px, 30px) scale(1.1); }
    }
    @keyframes orbFloat2 {
      0%, 100% { transform: translate(0, 0) scale(1); }
      50%      { transform: translate(-50px, 20px) scale(0.9); }
    }
    @keyframes orbFloat3 {
      0%, 100% { transform: translate(0, 0) scale(1); }
      50%      { transform: translate(20px, -30px) scale(1.08); }
    }

    /* ---- Breadcrumb ---- */
    .woxen-breadcrumb {
      position: relative;
      z-index: 2;
      padding: 1.5rem 0 0;
      font-size: 0.85rem;
      color: #5a755a;
    }
    .woxen-breadcrumb a {
      color: #1e7e34;
      text-decoration: none;
      font-weight: 600;
    }
    .woxen-breadcrumb a:hover { text-decoration: underline; }
    .woxen-breadcrumb .woxen-sep { margin: 0 0.5rem; opacity: 0.5; }

    /* ---- Hero ---- */
    .woxen-clients-hero {
      position: relative;
      z-index: 2;
      padding: 2rem 0 3.5rem;
      text-align: center;
    }

    .woxen-clients-pill {
      display: inline-flex;
      align-items: center;
      gap: 0.55rem;
      background: #e9f2eb;
      color: #1e7e34;
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 1.4px;
      padding: 0.5rem 1.1rem;
      border-radius: 50px;
      margin-bottom: 1.75rem;
      text-transform: uppercase;
      border: 1px solid rgba(30, 126, 52, 0.15);
    }
    .woxen-clients-pill .woxen-pulse-dot {
      width: 7px; height: 7px;
      border-radius: 50%;
      background: #4caf50;
      box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.7);
      animation: pillPulse 2s infinite;
    }
    @keyframes pillPulse {
      0%   { box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.6); }
      70%  { box-shadow: 0 0 0 9px rgba(76, 175, 80, 0); }
      100% { box-shadow: 0 0 0 0 rgba(76, 175, 80, 0); }
    }

    .woxen-clients-h1 {
      font-size: clamp(2.25rem, 4.5vw, 3.5rem);
      font-weight: 900;
      line-height: 1.1;
      letter-spacing: -0.035em;
      color: #0a1f0a;
      margin: 0 0 1.25rem 0;
      margin-left: auto;
      margin-right: auto;
    }
    .woxen-clients-h1 .woxen-grad-text {
      background: linear-gradient(120deg, #1e7e34 0%, #4caf50 55%, #00bfa5 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      color: transparent;
    }

    .woxen-clients-sub {
      color: #4e6b4e;
      font-size: 1.05rem;
      line-height: 1.7;
      max-width: 720px;
      margin: 0 auto;
    }

    /* ---- Stats ---- */
    .woxen-clients-stats {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 2.5rem;
      margin: 2.75rem 0 0;
    }
    .woxen-clients-stat { text-align: center; }
    .woxen-clients-stat .woxen-stat-num {
      font-size: 1.85rem;
      font-weight: 900;
      letter-spacing: -0.03em;
      color: #0a1f0a;
      line-height: 1;
    }
    .woxen-clients-stat .woxen-stat-label {
      font-size: 0.78rem;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #5a755a;
      margin-top: 0.5rem;
      display: block;
    }

    /* ============================================================
       SECTIONS
       ============================================================ */
    .woxen-section {
      position: relative;
      z-index: 2;
      padding: 3rem 0;
    }

    .woxen-section-heading {
      text-align: center;
      margin-bottom: 3rem;
    }
    .woxen-section-heading h2 {
      font-size: clamp(1.75rem, 3vw, 2.35rem);
      font-weight: 900;
      letter-spacing: -0.03em;
      color: #0a1f0a;
      margin: 0 0 0.75rem;
    }
    .woxen-section-heading p {
      color: #5a755a;
      font-size: 1rem;
      max-width: 640px;
      margin: 0 auto;
    }

    /* ============================================================
       INDUSTRY TAGS
       ============================================================ */
    .woxen-industry-tags {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 0.6rem;
      margin-bottom: 3rem;
    }
    .woxen-industry-tag {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      background: #ffffff;
      border: 1px solid #e0e9e0;
      color: #2e4a2e;
      font-size: 0.85rem;
      font-weight: 600;
      padding: 0.5rem 1rem;
      border-radius: 50px;
      transition: all 0.2s ease;
    }
    .woxen-industry-tag i { color: #1e7e34; }
    .woxen-industry-tag:hover {
      border-color: rgba(76, 175, 80, 0.4);
      box-shadow: 0 6px 14px -8px rgba(30, 126, 52, 0.3);
    }

    /* ============================================================
       LOGO GRID
       ============================================================ */
    .woxen-clients-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 1.25rem;
    }

    .woxen-grid-card {
      background: #ffffff;
      border: 1px solid #e8efe8;
      border-radius: 14px;
      height: 110px;
      padding: 1.25rem;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 6px 18px -10px rgba(20, 60, 20, 0.10);
      transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                  box-shadow 0.3s ease,
                  border-color 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .woxen-grid-card::before {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 3px;
      background: linear-gradient(90deg, #1e7e34, #4caf50, #00bfa5);
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .woxen-grid-card:hover {
      transform: translateY(-5px);
      border-color: rgba(76, 175, 80, 0.35);
      box-shadow: 0 20px 34px -16px rgba(30, 126, 52, 0.28);
    }
    .woxen-grid-card:hover::before { opacity: 1; }

    .woxen-grid-card img {
      max-height: 48px;
      max-width: 100%;
      width: auto;
      height: auto;
      object-fit: contain;
      display: block;
    }

    /* ============================================================
       TESTIMONIALS
       ============================================================ */
    .woxen-testi-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
    }

    .woxen-testi-card {
      background: #ffffff;
      border: 1px solid #e8efe8;
      border-radius: 16px;
      padding: 2rem 1.75rem;
      box-shadow: 0 6px 18px -10px rgba(20, 60, 20, 0.10);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
    }
    .woxen-testi-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 20px 34px -16px rgba(30, 126, 52, 0.22);
    }

    .woxen-testi-quote {
      color: #2e4a2e;
      font-size: 0.98rem;
      line-height: 1.7;
      margin-bottom: 1.5rem;
      flex-grow: 1;
    }
    .woxen-testi-quote::before {
      content: "\201C";
      display: block;
      font-size: 3rem;
      line-height: 0.6;
      color: #4caf50;
      font-weight: 900;
      margin-bottom: 0.5rem;
      font-family: Georgia, serif;
    }

    .woxen-testi-author {
      display: flex;
      align-items: center;
      gap: 0.85rem;
      padding-top: 1.25rem;
      border-top: 1px solid #eef4ee;
    }
    .woxen-testi-avatar {
      width: 46px; height: 46px;
      border-radius: 50%;
      background: linear-gradient(135deg, #1e7e34, #4caf50);
      color: #ffffff;
      font-weight: 800;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 0.95rem;
      letter-spacing: 0.5px;
      flex-shrink: 0;
    }
    .woxen-testi-name {
      font-weight: 800;
      color: #0a1f0a;
      font-size: 0.95rem;
      margin: 0;
      line-height: 1.2;
    }
    .woxen-testi-role {
      color: #6b856b;
      font-size: 0.82rem;
      margin: 0.15rem 0 0;
    }

    /* ============================================================
       FAQ (SEO Gold)
       ============================================================ */
    .woxen-faq {
      max-width: 800px;
      margin: 0 auto;
    }
    .woxen-faq-item {
      background: #ffffff;
      border: 1px solid #e8efe8;
      border-radius: 14px;
      margin-bottom: 0.85rem;
      overflow: hidden;
      transition: box-shadow 0.25s ease;
    }
    .woxen-faq-item:hover {
      box-shadow: 0 12px 24px -14px rgba(30, 126, 52, 0.2);
    }
    .woxen-faq-q {
      width: 100%;
      background: none;
      border: none;
      text-align: left;
      padding: 1.15rem 1.35rem;
      font-weight: 700;
      font-size: 1rem;
      color: #0a1f0a;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 1rem;
      cursor: pointer;
    }
    .woxen-faq-q i {
      color: #1e7e34;
      font-size: 1.15rem;
      transition: transform 0.25s ease;
      flex-shrink: 0;
    }
    .woxen-faq-item.open .woxen-faq-q i { transform: rotate(180deg); }
    .woxen-faq-a {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.35s ease, padding 0.25s ease;
      padding: 0 1.35rem;
      color: #4e6b4e;
      line-height: 1.7;
      font-size: 0.95rem;
    }
    .woxen-faq-item.open .woxen-faq-a {
      max-height: 260px;
      padding: 0 1.35rem 1.25rem;
    }

    /* ============================================================
       CTA BANNER
       ============================================================ */
    .woxen-cta-banner {
      position: relative;
      z-index: 2;
      background: linear-gradient(120deg, #0a1f0a 0%, #1e7e34 100%);
      border-radius: 20px;
      padding: 3rem 2.5rem;
      text-align: center;
      color: #ffffff;
      overflow: hidden;
      box-shadow: 0 24px 48px -20px rgba(30, 126, 52, 0.35);
    }
    .woxen-cta-banner::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
      background-size: 24px 24px;
      opacity: 0.6;
    }
    .woxen-cta-banner h2 {
      position: relative;
      font-size: clamp(1.5rem, 2.8vw, 2rem);
      font-weight: 900;
      letter-spacing: -0.02em;
      margin: 0 0 0.75rem;
    }
    .woxen-cta-banner p {
      position: relative;
      color: #c8e6c9;
      margin: 0 auto 1.75rem;
      max-width: 560px;
      line-height: 1.6;
    }
    .woxen-cta-banner .woxen-cta-btn {
      position: relative;
      display: inline-flex;
      align-items: center;
      gap: 0.6rem;
      background: #ffffff;
      color: #1e7e34;
      font-weight: 700;
      font-size: 0.95rem;
      padding: 0.85rem 1.75rem;
      border-radius: 50px;
      text-decoration: none;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      box-shadow: 0 12px 24px -8px rgba(0, 0, 0, 0.25);
    }
    .woxen-cta-banner .woxen-cta-btn:hover {
      transform: translateY(-2px);
      color: #1e7e34;
      box-shadow: 0 18px 32px -10px rgba(0, 0, 0, 0.35);
    }

    /* ============================================================
       RESPONSIVE
       ============================================================ */
    @media (max-width: 1200px) {
      .woxen-clients-grid { grid-template-columns: repeat(4, 1fr); }
      .woxen-testi-grid { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
    }
    @media (max-width: 992px) {
      .woxen-clients-grid { grid-template-columns: repeat(3, 1fr); }
      .woxen-clients-hero { padding: 1.5rem 0 2.5rem; }
      .woxen-testi-grid { grid-template-columns: 1fr; gap: 1rem; }
      .woxen-testi-card { padding: 1.5rem 1.35rem; }
    }
    @media (max-width: 768px) {
      .woxen-clients-grid { grid-template-columns: repeat(2, 1fr); gap: 0.85rem; }
      .woxen-grid-card { height: 96px; padding: 1rem; }
      .woxen-grid-card img { max-height: 40px; }
      .woxen-clients-stats { gap: 1.75rem; }
      .woxen-clients-stat .woxen-stat-num { font-size: 1.5rem; }
      .woxen-clients-stat .woxen-stat-label { font-size: 0.7rem; }
      .woxen-cta-banner { padding: 2.25rem 1.5rem; border-radius: 16px; }
    }
    @media (max-width: 420px) {
      .woxen-clients-grid { gap: 0.65rem; }
      .woxen-grid-card { height: 86px; padding: 0.85rem; }
      .woxen-grid-card img { max-height: 34px; }
    }
