
      /* Contrast Fixes for Light Mode */
      body:not(.dark) .card.pillar h3,
      body:not(.dark) .card.pillar h4,
      body:not(.dark) .card.pillar .pnum {
        color: var(--text, #1a1a1a) !important;
      }

      body:not(.dark) .card.pillar p,
      body:not(.dark) .card.pillar ul li {
        color: rgba(0, 0, 0, 0.75) !important;
      }

      body:not(.dark) .industry-card .industry-title {
        color: var(--text, #1a1a1a) !important;
      }

      body:not(.dark) .industry-card .industry-desc {
        color: rgba(0, 0, 0, 0.75) !important;
      }

      body:not(.dark) .timeline-content h4 {
        color: var(--text, #1a1a1a) !important;
      }

      body:not(.dark) .timeline-content p {
        color: rgba(0, 0, 0, 0.75) !important;
      }

      body:not(.dark) .kpi-card h4,
      body:not(.dark) .capability-card .capability-title,
      body:not(.dark) .cases-card h3 {
        color: var(--text, #1a1a1a) !important;
      }

      body:not(.dark) .kpi-card p,
      body:not(.dark) .capability-card .capability-desc,
      body:not(.dark) .cases-card p {
        color: rgba(0, 0, 0, 0.75) !important;
      }

      body:not(.dark) .capability-card .capability-num {
        color: var(--flame) !important;
      }

      body:not(.dark) .kpi-card h4,
      body:not(.dark) .case-title {
        color: var(--text, #1a1a1a) !important;
      }

      /* Premium Card Hover Animation (Exact Index.html Style) */
      .kpi-card,
      .timeline-content,
      .capability-card,
      .industry-card,
      .case-card,
      .card.pillar,
      .blog-card,
      .deliverable-card {
        position: relative;
        z-index: 1;
        overflow: hidden;
        transition:
          transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
          border-color 0.4s ease,
          box-shadow 0.4s ease !important;
      }

      .kpi-card::before,
      .timeline-content::before,
      .capability-card::before,
      .industry-card::before,
      .case-card::before,
      .card.pillar::before,
      .blog-card::before,
      .deliverable-card::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        background: linear-gradient(
          135deg,
          rgba(255, 107, 26, 0.09) 0%,
          rgba(247, 148, 29, 0.04) 100%
        );
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
        z-index: -1;
      }

      .kpi-card:hover::before,
      .timeline-content:hover::before,
      .capability-card:hover::before,
      .industry-card:hover::before,
      .case-card:hover::before,
      .card.pillar:hover::before,
      .blog-card:hover::before,
      .deliverable-card:hover::before {
        opacity: 1;
      }

      .kpi-card:hover,
      .timeline-content:hover,
      .capability-card:hover,
      .industry-card:hover,
      .case-card:hover,
      .card.pillar:hover,
      .blog-card:hover,
      .deliverable-card:hover {
        transform: translateY(-5px) !important;
        border-color: rgba(255, 107, 26, 0.5) !important;
        box-shadow: 0 16px 40px -10px rgba(255, 107, 26, 0.22) !important;
      }

      .timeline-item:hover .timeline-dot {
        transform: scale(1.2);
        box-shadow: 0 0 24px rgba(255, 107, 0, 0.6);
        background: linear-gradient(135deg, #ff6b00, #d94600) !important;
        color: #ffffff !important;
        border-color: transparent !important;
        transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
      }

      /* World-Class IoT Hero Bento Animations */
      .iot-live-pulse {
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: #22c55e;
        border-radius: 50%;
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
        animation: pulse-live-dot 1.8s infinite;
      }

      @keyframes pulse-live-dot {
        0% {
          transform: scale(0.95);
          box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
        }

        70% {
          transform: scale(1.1);
          box-shadow: 0 0 0 8px rgba(34, 197, 94, 0);
        }

        100% {
          transform: scale(0.95);
          box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
        }
      }

      .iot-bar-anim {
        animation: iot-bar-wave 2.4s infinite alternate
          cubic-bezier(0.4, 0, 0.2, 1);
      }

      .iot-bar-anim:nth-child(1) {
        animation-delay: 0.1s;
      }

      .iot-bar-anim:nth-child(2) {
        animation-delay: 0.4s;
      }

      .iot-bar-anim:nth-child(3) {
        animation-delay: 0.2s;
      }

      .iot-bar-anim:nth-child(4) {
        animation-delay: 0.6s;
      }

      .iot-bar-anim:nth-child(5) {
        animation-delay: 0.3s;
      }

      .iot-bar-anim:nth-child(6) {
        animation-delay: 0.5s;
      }

      .iot-bar-anim:nth-child(7) {
        animation-delay: 0.2s;
      }

      @keyframes iot-bar-wave {
        0% {
          transform: scaleY(0.5);
          transform-origin: bottom;
        }

        100% {
          transform: scaleY(1.05);
          transform-origin: bottom;
        }
      }

      .iot-gauge-svg path:last-child {
        stroke-dasharray: 125.6;
        stroke-dashoffset: 125.6;
        animation: draw-iot-gauge 2.2s 0.3s forwards
          cubic-bezier(0.2, 0.8, 0.2, 1);
      }

      @keyframes draw-iot-gauge {
        to {
          stroke-dashoffset: 2.5;
        }
      }

      .iot-tech-pill {
        background: rgba(255, 107, 0, 0.08);
        border: 1px solid rgba(255, 107, 0, 0.22);
        padding: 6px 4px;
        border-radius: 6px;
        text-align: center;
        font-size: 0.72rem;
        font-weight: 600;
        color: var(--text, #1a1a1a);
        transition: all 0.3s ease;
      }

      .iot-tech-pill:hover {
        background: rgba(255, 107, 0, 0.2);
        border-color: rgba(255, 107, 0, 0.6);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(255, 107, 0, 0.2);
      }

      /* Embedded Hardware PCB Circuit Board Trace Animations */
      .pcb-circuit-svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        opacity: 0.28;
        z-index: 0;
      }

      .pcb-trace {
        stroke: #ff6b00;
        stroke-linecap: round;
        stroke-linejoin: round;
        fill: none;
        stroke-dasharray: 12, 120;
        animation: pcb-flow 3.5s linear infinite;
      }

      .pcb-trace--cyan {
        stroke: #06b6d4;
        animation-duration: 2.8s;
        animation-delay: 0.8s;
      }

      .pcb-trace--green {
        stroke: #22c55e;
        animation-duration: 4.2s;
        animation-delay: 0.4s;
      }

      @keyframes pcb-flow {
        0% {
          stroke-dashoffset: 140;
        }

        100% {
          stroke-dashoffset: 0;
        }
      }

      .mcu-chip-anim {
        animation: mcu-glow 2.5s ease-in-out infinite alternate;
      }

      @keyframes mcu-glow {
        0% {
          filter: drop-shadow(0 0 2px rgba(255, 107, 0, 0.4));
        }

        100% {
          filter: drop-shadow(0 0 10px rgba(255, 107, 0, 0.9));
        }
      }

      .chip-pin-pulse {
        animation: pin-pulse 1.2s ease-in-out infinite alternate;
      }

      @keyframes pin-pulse {
        0% {
          opacity: 0.3;
          transform: scale(0.8);
        }

        100% {
          opacity: 1;
          transform: scale(1.2);
        }
      }
    

            .capability-grid {
              display: grid;
              grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
              gap: 24px;
            }

            .capability-card {
              background: rgba(0, 0, 0, 0.02);
              border: 1px solid rgba(0, 0, 0, 0.05);
              border-radius: 16px;
              padding: 32px;
              transition: all 0.3s ease;
            }

            body.dark .capability-card {
              background: rgba(255, 255, 255, 0.02);
              border-color: rgba(255, 255, 255, 0.05);
            }

            .capability-card:hover {
              transform: translateY(-4px);
              border-color: var(--flame);
              box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.08);
            }

            .capability-num {
              font-size: 0.85rem;
              font-weight: 700;
              color: var(--flame);
              margin-bottom: 12px;
              letter-spacing: 1px;
            }

            .capability-title {
              font-size: 1.25rem;
              font-weight: 600;
              margin-bottom: 12px;
            }

            .capability-desc {
              font-size: 0.95rem;
              color: rgba(0, 0, 0, 0.7);
              line-height: 1.6;
            }

            body.dark .capability-desc {
              color: rgba(255, 255, 255, 0.7);
            }
          

            .timeline {
              display: flex;
              flex-direction: column;
              gap: 24px;
              position: relative;
              max-width: 850px;
              margin: 0 auto;
            }

            .timeline::before {
              content: "";
              position: absolute;
              left: 24px;
              top: 12px;
              bottom: 12px;
              width: 2px;
              background: rgba(0, 0, 0, 0.05);
            }

            body.dark .timeline::before {
              background: rgba(255, 255, 255, 0.05);
            }

            .timeline-item {
              display: flex;
              gap: 24px;
              position: relative;
            }

            .timeline-dot {
              width: 50px;
              height: 50px;
              border-radius: 50%;
              background: var(--bg);
              border: 2px solid var(--flame);
              display: flex;
              align-items: center;
              justify-content: center;
              font-weight: 700;
              color: var(--flame);
              flex-shrink: 0;
              z-index: 2;
            }

            .timeline-content {
              background: var(--bg);
              border: 1px solid rgba(0, 0, 0, 0.05);
              padding: 24px;
              border-radius: 16px;
              flex: 1;
            }

            body.dark .timeline-content {
              background: rgba(255, 255, 255, 0.02);
              border-color: rgba(255, 255, 255, 0.05);
            }

            .timeline-content h4 {
              font-size: 1.25rem;
              margin-bottom: 8px;
            }

            .timeline-content p {
              color: rgba(0, 0, 0, 0.7);
              margin: 0;
              line-height: 1.6;
            }

            body.dark .timeline-content p {
              color: rgba(255, 255, 255, 0.7);
            }
          

            .industry-grid {
              display: grid;
              grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
              gap: 20px;
            }

            .industry-card {
              background: var(--bg);
              border: 1px solid rgba(0, 0, 0, 0.05);
              border-radius: 12px;
              padding: 28px;
              transition: all 0.3s ease;
            }

            body.dark .industry-card {
              border-color: rgba(255, 255, 255, 0.05);
              background: rgba(255, 255, 255, 0.02);
            }

            .industry-card:hover {
              transform: translateY(-4px);
              border-color: var(--flame);
              box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.08);
            }

            .industry-title {
              font-size: 1.15rem;
              font-weight: 600;
              margin-bottom: 10px;
            }

            .industry-desc {
              font-size: 0.9rem;
              color: rgba(0, 0, 0, 0.7);
              line-height: 1.6;
            }

            body.dark .industry-desc {
              color: rgba(255, 255, 255, 0.7);
            }
          

          .blog-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
            margin-top: 32px;
          }

          @media (max-width: 991px) {
            .blog-grid {
              grid-template-columns: repeat(2, 1fr);
            }
          }

          @media (max-width: 600px) {
            .blog-grid {
              grid-template-columns: 1fr;
            }
          }

          .blog-card {
            background: var(--card-bg, #ffffff);
            border: 1px solid rgba(0, 0, 0, 0.08);
            border-radius: 16px;
            overflow: hidden;
            text-decoration: none;
            color: inherit;
            display: flex;
            flex-direction: column;
            transition:
              transform 0.3s ease,
              box-shadow 0.3s ease,
              border-color 0.3s ease;
          }

          .blog-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
            border-color: var(--flame, #ff6b00);
          }

          .blog-img {
            height: 180px;
            width: 100%;
            position: relative;
          }

          .blog-content {
            padding: 24px;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
          }

          .blog-meta {
            font-size: 11px;
            font-weight: 700;
            color: var(--flame, #ff6b00);
            letter-spacing: 0.5px;
            text-transform: uppercase;
            margin-bottom: 8px;
          }

          .blog-title {
            font-size: 18px;
            font-weight: 700;
            line-height: 1.35;
            margin-bottom: 12px;
            color: var(--text, #1a1a1a);
          }

          .blog-desc {
            font-size: 14px;
            line-height: 1.55;
            color: rgba(0, 0, 0, 0.7);
            margin-bottom: 20px;
            flex-grow: 1;
          }

          .blog-readmore {
            font-size: 13px;
            font-weight: 700;
            color: var(--flame, #ff6b00);
            display: flex;
            align-items: center;
            gap: 6px;
            transition: gap 0.2s ease;
          }

          .blog-card:hover .blog-readmore {
            gap: 10px;
          }

          body.dark .blog-card {
            background: #13171f;
            border-color: rgba(255, 255, 255, 0.08);
          }

          body.dark .blog-title {
            color: #ffffff;
          }

          body.dark .blog-desc {
            color: rgba(255, 255, 255, 0.65);
          }
        
