
  .pointer-none {
    pointer-events: none;
  }

  .ks-ins-card:hover .ks-ins-arrow {
    stroke: url(#ins-arrow-gradient);
    color: transparent;
  }

  /*  */
  .ks-ind-img--telecom {
    background-image: url('/wp-content/uploads/2026/05/ca-1.webp');
  }

  .ks-ind-img--healthcare {
    background-image: url('/wp-content/uploads/2026/05/ca-2.webp');
  }

  .ks-ind-img--ecommerce {
    background-image: url('/wp-content/uploads/2026/05/ca-3.webp');
  }

  .ks-ind-img--erp {
    background-image: url('/wp-content/uploads/2026/05/ca-4.webp');
  }

  .ks-ind-img--entertainment {
    background-image: url('/wp-content/uploads/2026/05/ca-5.webp');
  }

  .ks-ind-img--fintech {
    background-image: url('/wp-content/uploads/2026/05/ca-6.webp');
  }

  .ks-ind-img--manufacturing {
    background-image: url('/wp-content/uploads/2026/05/ca-7.webp');
  }

  .ks-ind-img--it {
    background-image: url('/wp-content/uploads/2026/05/ca-8.webp');
  }

  .ks-ind-img--material-handling {
    background-image: url('/wp-content/uploads/2026/05/ca-9.webp');
  }

  .ks-ind-img--retail {
    background-image: url('/wp-content/uploads/2026/05/ca-10.webp');
  }

  /* ════════════════════════════════════════
   HERO BANNER
   ════════════════════════════════════════ */
  .kh-hero-home {
    position: relative;
    overflow: hidden;
    padding: 160px 0 100px;
    min-height: 580px;
    background-image: url('/wp-content/uploads/2026/05/hero-homebnr-desk.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }

  .kh-hero__blobs {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
  }

  .kh-blob {
    position: absolute;
    border-radius: 50%;
    display: block;
  }

  .kh-blob--a {
    width: 620px;
    height: 620px;
    background: radial-gradient(circle at 50% 50%, rgba(248, 140, 200, 0.80), rgba(248, 140, 200, 0) 68%);
    filter: blur(52px);
    bottom: -230px;
    left: 18%;
  }

  .kh-blob--b {
    width: 500px;
    height: 480px;
    background: radial-gradient(circle at 50% 50%, rgba(190, 148, 255, 0.72), rgba(190, 148, 255, 0) 68%);
    filter: blur(52px);
    bottom: -160px;
    left: 46%;
  }

  .kh-blob--c {
    width: 420px;
    height: 500px;
    background: radial-gradient(circle at 50% 50%, rgba(128, 168, 255, 0.62), rgba(128, 168, 255, 0) 68%);
    filter: blur(62px);
    top: -40px;
    right: -80px;
  }

  .kh-blob--d {
    width: 520px;
    height: 400px;
    background: radial-gradient(circle at 50% 50%, rgba(248, 138, 220, 0.68), rgba(248, 138, 220, 0) 68%);
    filter: blur(52px);
    bottom: -110px;
    right: 2%;
  }

  .kh-hero__container {
    position: relative;
    z-index: 2;
    padding: 0 4px;
  }

  .kh-hero__h1 {
    font-size: 68px;
    font-weight: 600;
    line-height: 82px;
    color: #000;
    margin: 0;
    padding: 0;
  }

  .kh-hero__brand {
    display: inline;
    background: linear-gradient(90deg, #0000FF 0%, #4E49E0 33.65%, #D90094 66.83%, #FF0A0A 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
  }

  .kh-hero__tm {
    font-size: 57px;
    vertical-align: super;
    line-height: 11px;
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    -webkit-text-fill-color: #141414;
    top: 15px;
  }


  /* ════════════════════════════════════════
   NEWS & ANNOUNCEMENTS
   ════════════════════════════════════════ */
  .kna-section {
    padding: 118px 0 64px;
    overflow: hidden;
  }

  .kna-row {
    max-width: 1097px;
    margin: 0 auto;
    display: flex;
    gap: 0;
    align-items: flex-start;
    flex-wrap: wrap;
    --bs-gutter-x: 48px;
  }

  .kna-col-news {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .kna-heading {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    color: #212121;
    margin: 0;
  }

  .kna-news-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 430px;
  }

  .kna-news-card {
    display: flex;
    align-items: stretch;
    gap: 0;
    background-image: linear-gradient(103.10deg, rgba(235, 235, 255, 0.12) 1.63%, rgba(255, 239, 239, 0.12) 99.19%);
    border: 2px solid rgba(255, 172, 172, 0.0);
    /* transparent but holds space — no layout shift */
    border-radius: 16px;
    box-shadow: 0 0 38px rgba(0, 0, 0, 0.06);
    text-decoration: none;
    cursor: pointer;
    position: relative;
    overflow: visible;
    /* must be visible for ::before to show */
    padding: 16px;
    transition: box-shadow 0.25s ease, background-image 0.25s ease;
  }

  .kna-news-card>* {
    position: relative;
    z-index: 1;
  }

  /* Remove the ::before approach entirely */
  .kna-news-card::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 18px;
    background: linear-gradient(101.55deg, rgba(255, 172, 172, 0.5) -8.36%, rgba(255, 255, 255, 0) 36.42%, rgba(255, 255, 255, 0) 69.26%, rgba(172, 183, 255, 0.4) 115.83%);
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 2px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 0;
  }

  .kna-news-card::after {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 18px;
    border: 2px solid #ffffff;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 0;
    opacity: 1;
  }

  .kna-news-card:hover::before {
    opacity: 1;
  }

  .kna-news-card:hover::after {
    opacity: 0;
    /* white border fades out as gradient fades in */
  }

  /* Hover — simulate gradient border via layered box-shadow */
  .kna-news-card:hover {
    background-image: linear-gradient(103.10deg, rgba(235, 235, 255, 0.32) 1.63%, rgba(255, 239, 239, 0.32) 99.19%);
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
    text-decoration: none;
  }

  .kna-news-card:hover .kna-news-arrow-col svg {
    transform: translateX(3px);
  }

  /* Arrow col glassmorphism on hover — NO margin change to prevent width shift */
  .kna-news-card:hover .kna-news-arrow-col {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.04);
  }

  .kna-news-body {
    flex: 1;
    padding: 16px 0 16px 16px;
    display: flex;
    align-items: center;
  }

  .kna-news-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #323232;
    margin: 0;
  }

  .kna-news-arrow-col {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    align-self: stretch;
    border-radius: 8px;
    margin: 0;
    transition: background 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease;
  }

  .kna-news-arrow-col svg {
    width: 16px;
    height: 16px;
    color: #323232;
    transition: transform 0.2s ease;
    flex-shrink: 0;
  }

  .kna-news-card:hover .kna-news-arrow-col svg {
    transform: translateX(3px);
  }

  .kna-viewall {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    cursor: pointer;
  }

  .kna-viewall-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-decoration: none;
    background: linear-gradient(90deg, #0000ff 0%, #4e49e0 33.654%, #d90094 66.827%, #ff0a0a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
  }

  .kna-viewall-text::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #0000ff 0%, #4e49e0 33.654%, #d90094 66.827%, #ff0a0a 100%);
  }

  .kna-viewall-arrow {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }

  .kna-col-awards {
    display: flex;
    align-items: flex-start;
    padding-left: 8px;
  }

  .kna-awards-panel {
    position: relative;
    display: flex;
    gap: 32px;
    height: 731px;
    overflow: hidden;
    flex-shrink: 0;
  }

  .kna-awards-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 20;
    pointer-events: none;
  }

  .kna-awards-panel::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 20;
    pointer-events: none;
  }

  .kna-awards-col {
    width: 206px;
    flex-shrink: 0;
    overflow: hidden;
    height: 100%;
    position: relative;
  }

  .kna-awards-track {
    display: flex;
    flex-direction: column;
    gap: 16px;
    animation: kna-scroll 32s linear infinite;
    will-change: transform;
  }

  .kna-awards-track--b {
    animation-name: kna-scroll-reverse;
    animation-delay: -20.9s;
  }

  .kna-awards-panel:hover .kna-awards-track {
    animation-play-state: paused;
  }

  @keyframes kna-scroll {
    from {
      transform: translateY(0);
    }

    to {
      transform: translateY(-50%);
    }
  }

  @keyframes kna-scroll-reverse {
    from {
      transform: translateY(-50%);
    }

    to {
      transform: translateY(0);
    }
  }

  .kna-award-card {
    width: 206px;
    height: 196px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px;
    border: 2px solid #ffffff;
    border-radius: 23px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.04);
  }

  .kna-award-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-height: 98px;
  }

  .kna-award-img-wrap img {
    max-width: 100%;
    max-height: 98px;
    object-fit: contain;
    display: block;
  }

  .kna-award-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #212121;
    text-align: center;
    margin: 0;
    width: 100%;
  }

  /* .home-news-scroll {
  max-height: 484px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.home-news-scroll::-webkit-scrollbar {
  display: none;
} */
  .home-news-scroll {
    max-height: 484px;
    overflow-y: auto;
    direction: rtl;
  }

  /* Flip content back to normal left-to-right */
  .home-news-scroll .kna-news-list {
    direction: ltr;
  }

  /* Hide up/down arrow buttons completely */
  .home-news-scroll::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
  }

  /* Width */
  .home-news-scroll::-webkit-scrollbar {
    width: 6px;
    background: transparent;
  }

  /* Track */
  .home-news-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }

  /* Thumb */
  .home-news-scroll::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #0000FF 0%, #4E49E0 33.65%, #D90094 66.83%, #FF0A0A 100%);
    border-radius: 10px;
    border: none;
  }

  /* Thumb hover */
  .home-news-scroll::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #0000dd 0%, #3f3ec8 33.65%, #b8007e 66.83%, #dd0808 100%);
  }

  /* Kill corner piece */
  .home-news-scroll::-webkit-scrollbar-corner {
    background: transparent;
  }

  /* On mobile keep scrollbar on the right (default) */
  @media (max-width: 991.98px) {
    .home-news-scroll {
      direction: ltr;
    }

    .home-news-scroll .kna-news-list {
      direction: ltr;
    }
  }

  /* ════════════════════════════════════════
   INSIGHTS / BLOG CAROUSEL
   ════════════════════════════════════════ */
  .ks-ins-wrap {
    background: #fff;
    padding: 64px 0;
    overflow: hidden;
  }

  .ks-ins-inner {
    max-width: 100%;
    padding: 0 0 0 76px;
  }

  .ks-ins-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 40px;
    padding-right: 76px;
  }

  .ks-ins-header .ks-ins-title {
    margin: 0;
  }

  .ks-ins-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    color: #212121;
    margin: 0 0 40px;
  }

  .ks-ins-viewport {
    overflow: hidden;
    min-height: 430px;
  }

  .ks-ins-track {
    display: flex;
    will-change: transform;
    padding-top: 16px;
  }

  .ks-ins-card {
    flex: 0 0 380px;
    background: #fff;
    border: 1px solid #ababab;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    display: flex;
    flex-direction: column;
  }

  .ks-ins-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
  }

  .ks-ins-card:hover .ks-ins-arrow {
    stroke: url(#arrow-gradient);
    color: transparent;
  }

  .ks-ins-card-img {
    width: 100%;
    height: 180px;
    object-fit: unset;
    display: block;
  }

  .ks-ins-card-body {
    padding: 20px 22px 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
  }

  .ks-ins-tag {
    font-size: 14.073px;
    font-weight: 500;
    line-height: normal;
    background: linear-gradient(90deg, #0000FF 0%, #4E49E0 34%, #D90094 67%, #FF0A0A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
  }

  .ks-ins-card-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 35.182px;
    color: #000;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  a:hover .ks-ins-card-title,
  .ks-ins-card-title:hover {
    color: #000 !important;
  }

  .ks-ins-arrow {
    width: 32px;
    height: 32px;
    color: #212121;
    transition: transform 0.3s ease;
    margin-top: auto;

  }

  .ks-ins-card:hover .ks-ins-arrow {
    transform: translateX(6px);
  }

  .ks-ins-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
  }

  .ks-ins-nav-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1.5px solid #d0d0d0;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
    flex-shrink: 0;
    box-sizing: border-box;
    overflow: hidden;
  }

  .ks-ins-nav-btn svg {
    width: 20px;
    height: 20px;
    color: #212121;
    transition: color 0.2s ease;
  }

  .ks-ins-nav-btn:hover {
    border-color: transparent;
    border: none;
    background: linear-gradient(90deg, #0000FF 0%, #4E49E0 33.65%, #D90094 66.83%, #FF0A0A 100%);
    transform: scale(1.06);
  }

  .ks-ins-nav-btn:hover svg {
    color: #ffffff;
  }

  .ks-ins-nav--mob {
    display: none;
    justify-content: center;
    margin-top: 24px;
  }


  /* ════════════════════════════════════════
   INDUSTRIES CAROUSEL
   ════════════════════════════════════════ */
  .ks-prev-wrap {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background-image: url('/wp-content/uploads/2026/05/4ks-prev-wrap.webp');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .ks-prev-bg {
    position: absolute;
    top: -100px;
    right: -200px;
    width: 600px;
    height: 500px;
    background: radial-gradient(ellipse, #f3edff 0%, transparent 60%);
    pointer-events: none;
  }

  .ks-prev-inner {
    max-width: 100%;
    padding: 0 0 0 80px;
    position: relative;
  }

  .ks-ind-head {
    display: flex;
    gap: 32px;
    margin-bottom: 40px;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 80px;
  }

  .ks-ind-head-left {
    flex: 1;
    min-width: 280px;
    max-width: 600px;
  }

  .ks-ind-head-right {
    flex: 1;
    min-width: 280px;
    padding-top: 8px;
    max-width: 533px;
  }

  .ks-ind-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    color: #212121;
    margin: 0;
  }

  .ks-ind-title__tm {
    font-size: 57px;
    vertical-align: super;
    line-height: 0;
    top: 25px;
  }

  .ks-ind-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #323232;
    margin: 0;
  }

  .ks-track-viewport {
    overflow: hidden;
  }

  .ks-track {
    display: flex;
    gap: 16px;
    will-change: transform;
  }

  .ks-ind-card {
    position: relative;
    flex: 0 0 320px;
    height: 503px;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
  }

  .ks-ind-card-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
  }

  .ks-ind-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.7) 75%, rgba(0, 0, 0, 1) 100%);
    transition: background 0.4s ease;
    z-index: 1;
  }

  .ks-ind-card:hover .ks-ind-card-overlay {
    background: linear-gradient(180deg, rgba(8, 4, 69, 0) 24%, rgba(49, 0, 0, 0.56) 42%, rgba(49, 0, 0, 0.79) 56%, rgba(5, 0, 77, 1) 100%);
  }

  .ks-ind-card:hover .ks-ind-card-img {
    transform: scale(1.05);
  }

  .ks-ind-card-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 2;
  }

  .ks-ind-card-title {
    color: #FFF !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin: 0;
  }

  .ks-ind-card:hover .ks-ind-card-title {
    color: #fff !important;
  }

  .ks-ind-card-desc {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(8px);
    transition: max-height 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
  }

  .ks-ind-card:hover .ks-ind-card-desc {
    max-height: fit-content;
    opacity: 1;
    transform: translateY(0);
  }

  .ks-ind-card-arrow {
    width: 28px;
    height: 28px;
    color: #fff;
    transition: transform 0.3s ease;
  }

  .ks-ind-card:hover .ks-ind-card-arrow {
    transform: translateX(6px);
  }


  /* ════════════════════════════════════════
   SERVICES GRID
   ════════════════════════════════════════ */
  .services {
    background: #ffffff;
    padding: 40px 16px;
    position: relative;
    background-image: url("/wp-content/uploads/2026/05/homepage-services.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 7;
  }

  .services__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
  }

  .services__bg::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -200px;
    width: 750px;
    height: 750px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(235, 238, 255, 0.55) 0%, rgba(255, 239, 239, 0.28) 50%, transparent 72%);
  }

  .services__bg::after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: -180px;
    width: 620px;
    height: 620px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(236, 254, 255, 0.4) 0%, rgba(239, 246, 255, 0.2) 50%, transparent 72%);
  }

  .services__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
  }

  .services__heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #212121;
    margin: 0;
    width: 100%;
    max-width: 470px;
  }

  .services__subtext {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #323232;
    margin: 0;
    max-width: 533px;
  }

  .services__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    position: relative;
    z-index: 1;
  }

  .services__row {
    display: contents;
  }

  .services__row--3col .services__card,
  .services__row--2col .services__card {
    grid-column: span 1;
  }

  .services__card {
    border-radius: 24px;
    padding: 24px;
    position: relative;
    z-index: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.64);
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.08);
    transition: z-index 0.3s ease;
  }

  .services__card:hover {
    z-index: 10;
  }

  .services__card-default {
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .services__card-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #323232;
    margin: 0;
  }

  .services__card-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #484848;
    margin: 0;
  }

  .services__card-hover {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 103%;
    width: 100%;
    max-width: 100%;
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(117.89deg, rgba(255, 239, 239, 0.98) 0.30%, rgba(255, 253, 255, 0.98) 26.70%, rgba(255, 255, 255, 0.98) 56.12%, rgba(235, 238, 255, 0.98) 100%);
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.14);
    display: flex;
    flex-direction: column;
    gap: 4px;
    transform-origin: top left;
    transform: scale(0.92);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.28s cubic-bezier(0.34, 1.4, 0.64, 1), opacity 0.22s ease;
  }

  .services__hover-link {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.18s ease;
  }

  .services__hover-link-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #323232;
    margin: 0;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #323232;
    transition: -webkit-text-fill-color 0.22s ease;
  }

  /* Card hover title link */
  .services__card-hover-title {
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    color: #323232;
    text-decoration: none;
    margin: 0 0 4px 12px;
    position: relative;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .services__card-hover-title .services__hover-arrow svg .arrow-shaft,
  .services__card-hover-title .services__hover-arrow svg .arrow-head {
    stroke: #323232;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: none;
    transform: none !important;
  }

  .services__card-hover-title:hover .services__hover-arrow svg .arrow-shaft,
  .services__card-hover-title:hover .services__hover-arrow svg .arrow-head {
    transform: none !important;
    stroke: #323232;
  }

  .services__card-hover-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #0000FF 0%, #4E49E0 33.65%, #D90094 66.83%, #FF0A0A 100%);
    transition: width 0.3s ease;
  }

  .services__card-hover-title:hover::after {
    width: 100%;
  }

  .services__card-hover-title:hover {
    /* background: linear-gradient(90deg, #0000FF 0%, #4E49E0 33.65%, #D90094 66.83%, #FF0A0A 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; */
    width: fit-content;
    color: #323232;
  }

  .services__hover-link:hover .services__hover-link-text {
    background-image: linear-gradient(90deg, #0000FF 0%, #4E49E0 33.65%, #D90094 66.83%, #FF0A0A 100%);
    -webkit-text-fill-color: transparent;
  }

  .services__hover-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 32px;
    height: 24px;
    overflow: visible;
  }

  .services__hover-arrow svg {
    width: 24px;
    height: 24px;
    fill: none;
    overflow: visible;
  }

  .services__hover-arrow svg .arrow-shaft {
    stroke: #323232;
    stroke-width: 2;
    stroke-linecap: butt;
    transform-origin: 4px 12px;
    transform: scaleX(1);
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), stroke 0.24s ease;
  }

  .services__hover-arrow svg .arrow-head {
    stroke: #323232;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform: translateX(0px);
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), stroke 0.24s ease;
  }

  .services__hover-link:hover .services__hover-arrow svg .arrow-shaft {
    transform: scaleX(1.43);
    stroke: url(#arrow-gradient);
  }

  .services__hover-link:hover .services__hover-arrow svg .arrow-head {
    transform: translateX(6px);
    stroke: url(#arrow-gradient);
  }


  /* ════════════════════════════════════════
   CTA LOOP SECTION
   ════════════════════════════════════════ */
  .home-cta-loop {
    background-image: url("/wp-content/uploads/2026/05/hompage-cta.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    min-height: 380px;
    display: flex;
    align-items: center;
  }

  .home-cta-loop__bg-swirl {
    position: absolute;
    top: -30%;
    right: -5%;
    width: 62%;
    height: 160%;
    object-fit: cover;
    object-position: left center;
    pointer-events: none;
    opacity: 0.9;
  }

  .home-cta-loop__bg-fade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #000000 0%, #000000 30%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 1;
  }

  .home-cta-loop__content {
    position: relative;
    z-index: 2;
    padding: 99px 102px;
  }

  .home-cta-loop__headline {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 26px;
  }

  .home-cta-loop__static-text {
    font-size: 72px;
    font-weight: 600;
    line-height: 85.28px;
    color: #b3b3b3;
    margin: 0;
    white-space: nowrap;
    display: inline-block;
  }

  .home-cta-loop__line2 {
    display: flex;
    align-items: baseline;
    gap: 0;
  }

  .home-cta-loop__carousel {
    display: inline-block;
    position: relative;
    height: 76px;
    overflow: hidden;
    vertical-align: bottom;
  }

  .home-cta-loop__carousel-track {
    display: flex;
    flex-direction: column;
    gap: 0;
    animation: revolve 10s linear infinite;
  }

  .home-cta-loop__word {
    font-size: 72px;
    font-weight: 600;
    line-height: 60.28px;
    color: #f6f6f6;
    white-space: nowrap;
    text-shadow: 0px 0px 9px rgba(255, 255, 255, 0.5);
    flex-shrink: 0;
  }

  @keyframes revolve {
    0% {
      transform: translateY(0%);
      animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

    14% {
      transform: translateY(0%);
      animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

    16.67% {
      transform: translateY(-16.6667%);
      animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

    30.67% {
      transform: translateY(-16.6667%);
      animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

    33.34% {
      transform: translateY(-33.3333%);
      animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

    47.34% {
      transform: translateY(-33.3333%);
      animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

    50.01% {
      transform: translateY(-50%);
      animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

    64.01% {
      transform: translateY(-50%);
      animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

    66.68% {
      transform: translateY(-66.6667%);
      animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

    80.68% {
      transform: translateY(-66.6667%);
      animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

    83.35% {
      transform: translateY(-83.3333%);
      animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

    97.35% {
      transform: translateY(-83.3333%);
      animation-timing-function: steps(1);
    }

    100% {
      transform: translateY(0%);
    }
  }

  .home-cta-loop__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #0f0232;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.936px;
    padding: 20px 24px;
    border-radius: 4px;
    border: none;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease;
    cursor: pointer;
  }

  .home-cta-loop__btn:hover {
    /* background: #0F0232; */
    /* color: #FFF; */
    transform: translateY(-1px);
    box-shadow: 0 0 0 0 transparent;
  }

  .home-cta-loop__btn-wrap {
    position: relative;
    display: inline-flex;
    border-radius: 4px;
  }

  .home-cta-loop__btn-wrap::before {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 8px;
    background: linear-gradient(90deg, #564AE8 0%, #BA62BC 26.92%, #E0678C 56.25%, #E85D68 100%);
    filter: blur(12px);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 0;
  }

  .home-cta-loop__btn-wrap:hover::before {
    opacity: 0.85;
  }

  .home-cta-loop__btn {
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease-in-out, background 0.2s ease, color 0.2s ease;
  }

  .home-cta-loop__btn-wrap:hover .home-cta-loop__btn {
    transform: translateY(-1px);
  }


  /* ════════════════════════════════════════
   OUR ECOSYSTEM
   ════════════════════════════════════════ */
  .our-eco {
    padding: 80px 110px;
    background-color: #000000;
  }

  .our-eco__row {
    --bs-gutter-x: 30px;
  }

  .our-eco__content {
    display: flex;
    padding-right: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    align-self: stretch;
  }

  .our-eco__title {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
    margin: 0;
  }

  .our-eco__text {
    color: #A9B7BF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
  }

  .our-eco__link {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    margin-top: 16px;
  }

  .our-eco__link-text {
    display: inline-block;
    transition: transform 0.3s ease-in-out;
  }

  .our-eco__link-icon line,
  .our-eco__link-icon polyline {
    transition: transform 0.3s ease-in-out;
  }

  .our-eco__link-icon line {
    transform-origin: 5px 12px;
  }

  .our-eco__link:hover .our-eco__link-text {
    transform: scale(1.05);
  }

  .our-eco__link:hover .our-eco__link-icon polyline {
    transform: translateX(4px);
  }

  .our-eco__link:hover .our-eco__link-icon line {
    transform: scaleX(1.28);
  }

  .our-eco__grid {
    display: grid;
    row-gap: 30px;
    column-gap: 30px;
    flex: 1 0 0;
    align-self: stretch;
    grid-template-rows: 72px 72px 72px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }


  .our-eco__marquee-track {
    display: contents;
    animation: none;
  }

  .our-eco__grid-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .our-eco__grid-item--center {
    grid-column: 2 / 3;
  }

  .our-eco__logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }


  /* ════════════════════════════════════════
   GLOBAL BEGINNINGS
   ════════════════════════════════════════ */
  .global-beginnings {
    padding: 80px 16px;
    background-color: #FFF;
    background-image: url("/wp-content/uploads/2026/05/bg-beginning.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .global-beginnings__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
  }

  .global-beginnings__top {
    display: flex;
    align-items: flex-start;
    gap: 74px;
    align-self: stretch;
  }

  .global-beginnings__content {
    display: flex;
    width: 484px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .global-beginnings__title {
    color: #212121;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px;
    margin: 0;
  }

  .global-beginnings__text {
    color: #323232;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 8px;
  }

  .global-beginnings__btn-wrap {
    position: relative;
    display: inline-flex;
    border-radius: 4px;
  }

  .global-beginnings__btn-wrap::before {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 8px;
    background: linear-gradient(90deg, #564AE8 0%, #BA62BC 26.92%, #E0678C 56.25%, #E85D68 100%);
    filter: blur(12px);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 0;
  }

  .global-beginnings__btn-wrap:hover::before {
    opacity: 0.85;
  }

  .global-beginnings__btn {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #0F0232;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border: none;
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease-in-out;
  }

  .global-beginnings__btn-wrap:hover .global-beginnings__btn {
    transform: translateY(-1px);
  }

  .global-beginnings__image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
  }

  .global-beginnings__image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
  }

  .global-beginnings__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 100%;
  }

  .global-beginnings__card {
    border-radius: 23px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    width: 166px;
    padding: 16px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .global-beginnings__card-val {
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    background: linear-gradient(139deg, #4680E0 -5.77%, #E6095B 99.19%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .global-beginnings__card-label {
    color: #323232;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
  }


  /* ════════════════════════════════════════
   TAB SLIDER (TECHNOLOGY SOLUTIONS)
   ════════════════════════════════════════ */
  .ks-ts {
    position: relative;
    width: 100%;
    height: 572px;
    overflow: hidden;
    background: #0a0a0a;
  }

  .ks-ts-slide-bg {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease;
    z-index: 0;
  }

  .ks-ts-slide-bg.active {
    opacity: 1;
    z-index: 1;
  }

  .ks-ts-slide-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* .ks-ts-slide-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(48deg, rgb(0, 0, 0) 41.6%, rgba(102, 102, 102, 0) 116%);
} */

  .ks-ts-body {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    padding: 94px 99px 0;
  }

  .ks-ts-texts {
    position: relative;
    flex: 1;
  }

  .ks-ts-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 590px;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .ks-ts-text.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .ks-ts-text-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #fff;
  }

  .ks-ts-h {
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 0;
  }

  .ks-ts-p {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    opacity: 0.9;
    margin-bottom: 0;
  }

  .ks-ts-cta-wrap {
    position: relative;
    display: inline-flex;
    border-radius: 4px;
    align-self: flex-start;
  }

  .ks-ts-cta-wrap::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 8px;
    background: linear-gradient(90deg, #564AE8 0%, #BA62BC 26.92%, #E0678C 56.25%, #E85D68 100%);
    filter: blur(6px);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 0;
    pointer-events: none;
  }

  .ks-ts-cta-wrap:hover::before {
    opacity: 0.6;
  }

  .ks-ts-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    background: #fff;
    color: #0f0232;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease-in-out;
    /* removed background from transition */
    text-decoration: none;
  }

  .ks-ts-cta:hover {
    background: #fff;
    /* lock bg to white always */
    color: #0f0232;
  }

  .ks-ts-tabs {
    display: flex;
    gap: 24px;
    padding-bottom: 24px;
    margin-top: auto;
  }

  .ks-ts-tab {
    position: relative;
    width: 202px;
    background: none;
    border: none;
    padding: 0 0 14px;
    cursor: pointer;
    text-align: left;
    outline: none;
  }

  .ks-ts-tab-label {
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 10px;
    transition: color 0.5s ease, opacity 0.5s ease;
  }

  .ks-ts-tab.active .ks-ts-tab-label {
    color: rgba(255, 255, 255, 1);
  }

  /* .ks-ts-tab-bar {
  display: block;
  width: 100%;
  height: 2px;
  background: #7e7e7e;
  border-radius: 1px;
  position: relative;
  overflow: hidden;
} */
  .ks-ts-tab-bar {
    display: block;
    width: 100%;
    height: 2px;
    background: #7e7e7e;
    border-radius: 1px;
    position: relative;
    overflow: hidden;
    transition: background 0.5s ease;
  }

  .ks-ts-tab.active .ks-ts-tab-bar {
    background: #555;
  }

  .ks-ts-tab-bar::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(100.14deg, #0000FF 35.23%, #4E49E0 29.89%, #D90094 94.08%, #FF0A0A 158.26%);
    border-radius: 1px;
  }

  .ks-ts-tab.active .ks-ts-tab-bar::after {
    animation: tsBar 3s linear forwards;
  }

  @keyframes tsBar {
    from {
      width: 0;
    }

    to {
      width: 100%;
    }
  }

  .ks-ts-pill {
    display: none;
  }

  .ks-ts-mob-dots {
    display: none;
  }


  /* ════════════════════════════════════════
   MEDIA QUERIES — ascending breakpoints
   ════════════════════════════════════════ */


  @keyframes tsDot {
    from {
      width: 0;
    }

    to {
      width: 100%;
    }
  }

  /* ── max-width: 767.98px (Global beginnings mobile) ── */


  /* ── min-width: 768px (Tablet and up) ── */
  @media (min-width: 768px) {
    .services {
      padding: 60px 32px;
    }

    .services__header {
      margin-bottom: 32px;
    }

    .services__heading {
      font-size: 32px;
    }

    .services__grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .services__card:hover .services__card-hover {
      transform: scale(1);
      opacity: 1;
      pointer-events: auto;
    }

    .home-cta-loop__static-text,
    .home-cta-loop__word {
      font-size: 56px;
      line-height: 1.2;
    }

    .home-cta-loop__carousel {
      height: 68px;
    }
  }

  /* ── min-width: 820px (iPad Pro) ── */
  @media (min-width: 820px) {
    .services__grid {
      grid-template-columns: repeat(3, 1fr);
    }

    .services__card-hover {
      width: max-content;
      max-width: 280px;
    }
  }

  /* ── max-width: 575.98px (Small mobile) ── */
  @media (max-width: 1199.98px) {
    .global-beginnings__top {
      gap: 40px;
    }

    .ks-ins-inner {
      padding: 0 0 0 60px;
    }

    .global-beginnings__bottom {
      flex-wrap: wrap;
      gap: 16px;
    }

    .kh-hero__h1 {
      font-size: 59px;
    }

    .home-cta-loop__content {
      padding: 99px 64px;
    }
  }

  /* ── max-width: 767px (Mobile) ── */


  /* ── max-width: 991.98px (Tablet and below) ── */
  @media (max-width: 991.98px) {
    .ai-home-enabled {
      width: 234px;
      height: 41px;
    }

    .kh-hero-home {
      padding: 90px 0 80px;
      min-height: auto;
    }

    .home-cta-loop__content {
      padding: 99px 69px;
    }

    .kh-hero__h1 {
      font-size: 46px;
    }

    .kh-blob--a {
      width: 420px;
      height: 420px;
      left: 8%;
      bottom: -180px;
    }

    .kh-blob--b {
      width: 360px;
      height: 340px;
      left: 42%;
      bottom: -130px;
    }

    .kh-blob--c {
      width: 300px;
      height: 360px;
      right: -55px;
    }

    .kh-blob--d {
      width: 360px;
      height: 280px;
      right: 0;
      bottom: -80px;
    }

    .kna-section {
      padding: 48px 0;
    }

    .kna-col-news {
      padding-right: 0;
      gap: 28px;
      margin-bottom: 40px;
    }

    .kna-heading {
      font-size: 26px;
      line-height: 34px;
    }

    .kna-news-list {
      max-width: 100%;
    }

    .kna-news-text {
      font-size: 18px;
      line-height: 27px;
    }

    .kna-col-awards {
      justify-content: center;
      padding-left: 0;
    }

    .kna-awards-panel {
      height: 500px;
      gap: 16px;
    }

    .kna-awards-col {
      width: 162px;
    }

    .kna-award-card {
      width: 162px;
      height: 154px;
      border-radius: 18px;
      gap: 12px;
      padding: 12px;
    }

    .kna-award-img-wrap {
      max-height: 77px;
    }

    .kna-award-img-wrap img {
      max-height: 77px;
    }

    .kna-award-label {
      font-size: 12.6px;
      line-height: 19px;
    }

    .our-eco {
      padding: 60px 40px;
    }

    .our-eco__content {
      padding-right: 0;
      align-items: center;
      text-align: center;
      margin-bottom: 24px;
    }

    .our-eco__grid-item--center {
      grid-column: 1 / -1;
    }

    .global-beginnings {
      padding: 60px 16px;
    }

    .global-beginnings__top {
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 24px;
    }

    .global-beginnings__content {
      width: 100%;
      max-width: 600px;
      align-items: center;
      gap: 16px;
    }

    .global-beginnings__image-wrapper {
      width: 100%;
    }
  }

  @media (max-width: 767px) {
    .ai-home-enabled {
      width: 184px;
      height: 32px;
    }

    .services {
      background-image: url("/wp-content/uploads/2026/05/Services-mob-bg.webp");

    }

    .ks-prev-inner {
      padding: 0 0px 0 16px;
    }

    .services__card.is-open {
      z-index: 10;
    }

    .services__heading {
      text-align: center;
    }

    .services__subtext {
      text-align: center;
      font-size: 16px;
    }

    .services__card.is-open .services__card-default {
      opacity: 0 !important;
      transform: translateY(-8px) !important;
      pointer-events: none !important;
    }

    .services__card.is-open .services__card-hover {
      transform: scale(1) !important;
      opacity: 1 !important;
      pointer-events: auto !important;
      padding: 16px;
    }

    .home-cta-loop {
      min-height: 320px;
      align-items: flex-start;
    }

    .home-cta-loop__bg-swirl {
      width: 100%;
      right: -20%;
      top: -10%;
      height: 120%;
      opacity: 0.4;
    }

    .home-cta-loop__bg-fade {
      background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.85) 60%, rgba(0, 0, 0, 0.4) 100%);
    }

    .home-cta-loop__content {
      padding: 93px 16px 40px;
    }

    .home-cta-loop__headline {
      margin-bottom: 24px;
    }

    .home-cta-loop__static-text,
    .home-cta-loop__word {
      font-size: 30px;
      line-height: 1.185;
    }

    .home-cta-loop__carousel {
      height: 44px;
    }

    .home-cta-loop__btn {
      font-size: 16px;
      padding: 16px 20px;
    }

    .ks-ins-wrap {
      padding: 40px 0;
    }

    .ks-ins-title {
      margin: 0 0 16px;
      font-size: 32px;
      font-weight: 600;
      line-height: 40px;
    }

    .ks-ins-inner {
      max-width: 100%;
      padding: 0 16px;
    }

    .ks-ins-header {
      padding-right: 16px;
      margin-bottom: 16px;
    }

    .ks-ins-header .ks-ins-nav {
      display: none;
    }

    .ks-ins-nav--mob {
      display: flex;
    }

    .ks-ins-viewport {
      overflow: hidden;
      width: 100%;
      min-height: auto;
    }

    .ks-ins-card {
      flex: 0 0 300px;
      flex-shrink: 0;
    }

    .ks-ins-card-title {
      font-size: 16px;
      font-weight: 500;
      line-height: 20px;
    }

    .ks-prev-wrap {
      padding: 40px 0;
    }

    .ks-ind-title {
      font-size: 32px;
      line-height: 40px;
      padding-right: 16px;
    }

    .ks-ind-head {
      gap: 16px;
      margin-bottom: 40px;
    }

    /* .ks-ind-card {
    position: relative;
    flex: 0 0 100%;
    height: 380px;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    flex-shrink: 0;
  } */

    .ks-ind-card {
      position: relative;
      flex: 0 0 calc(66.666vw - 16px);
      /* shows ~1.5 cards on mobile */
      height: 380px;
      border-radius: 16px;
      overflow: hidden;
      cursor: pointer;
      width: calc(66.666vw - 16px);
      flex-shrink: 0;
    }

    .ks-ind-card-title {
      margin: 0;
      font-size: 16px;
      line-height: 21px;
    }

    .ks-ind-card-desc {
      color: #fff;
      font-size: 14px;
      font-weight: 400;
    }

    .ks-track-viewport {
      overflow: hidden;
      width: 100%;
    }

    .ks-track {
      gap: 0;
    }

    .ks-ts {
      height: 532px;
    }

    .ks-ts-body {
      padding: 24px 16px 80px;
    }

    .ks-ts-text {
      width: 100%;
      gap: 24px;
    }

    .ks-ts-text-inner {
      gap: 16px;
    }

    .ks-ts-h {
      font-size: 32px;
      line-height: 40px;
    }

    .ks-ts-p {
      font-size: 16px;
      line-height: 24px;
    }

    .ks-ts-tabs {
      display: none;
    }

    .ks-ts-pill {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 10px 16px;
      height: 44px;
      border-radius: 23px;
      border: 2px solid rgba(255, 255, 255, 0.16);
      background: rgba(255, 255, 255, 0.06);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      color: #fff;
      margin-bottom: 4px;
      align-self: flex-start;
    }

    .ks-ts-mob-dots {
      display: flex;
      gap: 12px;
      align-items: center;
      margin-top: auto;
      padding-bottom: 8px;
    }

    .ks-ts-mob-dot {
      width: 40px;
      height: 3px;
      border-radius: 2px;
      background: rgba(255, 255, 255, 0.3);
      position: relative;
      overflow: hidden;
    }

    .ks-ts-mob-dot::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 0;
      background: linear-gradient(90deg, #0000FF, #D90094, #FF0A0A);
      border-radius: 2px;
    }

    .ks-ts-mob-dot.active::after {
      animation: tsDot 3s linear forwards;
    }
  }

  @media (max-width: 340px) {
   .home-cta-loop__static-text,
    .home-cta-loop__word {
      font-size: 26px;
      line-height: 1.185;
    }
  }
  @media (min-width: 768px) and (max-width: 1024px) {
    .ks-ind-card {
      flex: 0 0 calc(28.57vw - 8px);
      /* shows ~3.5 cards on iPad */
      width: calc(28.57vw - 8px);
      height: 380px;
    }
  }

  /* ── min-width: 992px (Desktop) ── */
  @media (min-width: 992px) {
    .services {
      padding: 60px 40px;
    }

    .services__header {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      gap: 48px;
      margin-bottom: 48px;
    }

    .services__heading {
      font-size: 36px;
      line-height: 1.3;
    }

    .services__card-hover {
      max-width: fit-content;
    }
  }

  /* ── max-width: 1199.98px (Below large desktop) ── */


  /* ── min-width: 1200px (Large desktop) ── */
  @media (min-width: 1200px) {
    .services {
      padding: 80px 120px;
      overflow: visible;
    }

    .services__heading {
      font-size: 40px;
      line-height: 52px;
    }

    .services__grid {
      grid-template-columns: repeat(6, 1fr);
    }

    .services__row--3col .services__card {
      grid-column: span 2;
    }

    .services__row--2col .services__card {
      grid-column: span 3;
    }

    .services__card-hover {
      max-width: 340px;
    }

    .home-cta-loop__static-text,
    .home-cta-loop__word {
      font-size: 72px;
      line-height: 85.28px;
    }

    .home-cta-loop__carousel {
      height: 84px;
    }
  }

  @media (max-width: 767.98px) {
    .global-beginnings {
      padding: 40px 4px;
    }

    .global-beginnings__title {
      font-size: 32px;
      line-height: 42px;
      text-align: left;
    }

    .global-beginnings__text {
      color: #323232;
      font-size: 16px;
      line-height: 24px;
      text-align: left;
    }

    .global-beginnings__content {
      align-items: flex-start;
    }

    .global-beginnings__card {
      width: calc(50% - 12px);
      min-width: 140px;
    }

    .global-beginnings__card-val {
      font-size: 48px;
      line-height: 60px;
    }

    .our-eco {
      padding: 40px 16px;
    }

    .our-eco__row {
      flex-direction: column;
      gap: 24px;
    }

    .our-eco__content {
      padding-right: 0;
      align-items: flex-start;
      /* left-aligned on mobile per Figma */
      text-align: left;
      width: 100%;
    }

    .our-eco__title {
      font-size: 32px;
      line-height: 40px;
      letter-spacing: -0.32px;
    }

    .our-eco__text {
      font-size: 16px;
      line-height: 24px;
    }

  }

  @media (max-width: 575.98px) {
    .kh-hero-home {
      padding: 90px 0 90px;
      min-height: auto;
    }

    .services__hover-link-text {
      font-size: 16px;
      line-height: 24px;
    }

    .services__card-hover-title {
      font-size: 24px;
      line-height: 32px;
    }

    .kh-hero__h1 {
      font-size: 32px !important;
      line-height: 1.25;
    }

    .kh-blob--a {
      width: 310px;
      height: 310px;
      left: -25px;
      bottom: -100px;
    }

    .kh-blob--b {
      width: 270px;
      height: 260px;
      left: 32%;
      bottom: -80px;
    }

    .kh-blob--c {
      width: 230px;
      height: 280px;
      right: -30px;
      top: 22%;
    }

    .kh-blob--d {
      width: 260px;
      height: 220px;
      right: -10px;
      bottom: 30px;
    }

    .kna-section {
      padding: 32px 0;
    }

    .kna-col-news {
      gap: 24px;
      margin-bottom: 32px;
      padding-left: 0;
    }

    .kna-heading {
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 24px;
    }

    .kna-news-list {
      gap: 16px;
    }

    .kna-news-text {
      font-size: 18px;
      line-height: 27px;
    }

    .kna-viewall-text {
      font-size: 16px;
    }

    .kna-awards-panel {
      height: 500px;
      gap: 14px;
    }

    .kna-awards-col {
      width: 150px;
    }

    .kna-award-card {
      width: 150px;
      height: 142px;
      border-radius: 16px;
      gap: 10px;
      padding: 10px;
    }

    .kna-award-img-wrap {
      max-height: 70px;
    }

    .kna-award-img-wrap img {
      max-height: 70px;
    }

    .kna-award-label {
      font-size: 11px;
      line-height: 16px;
    }

    .our-eco {
      padding: 40px 4px;
    }

    .our-eco__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      row-gap: 16px;
    }

    .our-eco__title {
      font-size: 36px;
      line-height: 44px;
    }
  }
