

/* Section */
.tr-features-section {
  max-width: 1100px;
  margin: auto;
}

/* Header */
.tr-section-header {
  text-align: center;
  margin-bottom: 60px;
}

.tr-eyebrow {
  background: rgba(55,138,221,0.1);
  color: var(--tr-blue);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 600;
}

.tr-title {
  font-family: 'Sora', sans-serif;
  font-size: 36px;
  margin: 15px 0;
  color: var(--tr-text);
}

.tr-desc {
  max-width: 500px;
  margin: auto;
  color: var(--tr-muted);
  line-height: 1.7;
}

/* Grid */
.tr-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Card */
.tr-card {
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 16px 24px;
  position: relative;
  transition: 0.4s ease;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.tr-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0,0,0,0.12);
}

/* Gradient border effect */
.tr-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.4s;
  border-radius: 0 0 20px 20px;
}

.tr-blue::after { background: #222; }
.tr-teal::after { background: #222; }
.tr-purple::after { background: #222; }

.tr-card:hover::after {
  transform: scaleX(1);
}

/* Icon */
.tr-icon {
  width: 55px;
  height: 55px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.tr-icon svg {
  width: 24px;
}

.tr-card:hover .tr-icon {
  transform: rotate(-6deg) scale(1.15);
}

/* Icon BG */
.tr-blue-bg { background: #fe8f34; }
.tr-teal-bg { background: #fe8f34; }
.tr-purple-bg { background: #fe8f34; }

/* Text */
.tr-card h3 {
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}

.tr-card p {
  font-size: 14px;
  color: var(--tr-muted);
  line-height: 1.7;
}

/* Tag */
.tr-tag {
  display: inline-block;
  margin-top: 18px;
  padding: 5px 12px;
  font-size: 11px;
  border-radius: 20px;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 900px) {
  .tr-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .tr-features-grid {
    grid-template-columns: 1fr;
  }
}

.csl-section { padding: 1.5rem 0; overflow: hidden; position: relative; }
.csl-label { text-align: center; font-size: 13px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: #888; margin-bottom: 1.8rem; }

/* Fade edges */
.csl-track-wrap { position: relative; overflow: hidden; }
.csl-track-wrap::before,
.csl-track-wrap::after { content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none; }
.csl-track-wrap::before { left: 0; background: linear-gradient(to right, #fff, transparent); }
.csl-track-wrap::after  { right: 0; background: linear-gradient(to left, #fff, transparent); }

/* Scrolling track */
.csl-track { display: flex; animation: csl-scroll 30s linear infinite; width: max-content; }
.csl-track:hover { animation-play-state: paused; }
@keyframes csl-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* Cards */
.csl-item {
  flex: none; width: 130px; height: 80px; margin: 0 12px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 12px; border: 0.5px solid #e0e0e0; background: #fff;
  transition: border-color .25s, transform .25s; cursor: pointer; position: relative; overflow: hidden;
}
.csl-item:hover { border-color: #bbb; transform: translateY(-4px) scale(1.04); }
.csl-item img { max-width: 90px; max-height: 48px; object-fit: contain; filter: grayscale(1); opacity: 0.7; transition: filter .25s, opacity .25s, transform .25s; }
.csl-item:hover img { filter: grayscale(0); opacity: 1; transform: scale(1.08); }

/* Pulse ring on hover */
.csl-pulse { position: absolute; inset: 0; border-radius: inherit; opacity: 0; border: 1.5px solid #ccc; }
.csl-item:hover .csl-pulse { animation: csl-pulse-anim 0.8s ease-out forwards; }
@keyframes csl-pulse-anim { 0% { transform: scale(1); opacity: 0.6; } 100% { transform: scale(1.12); opacity: 0; } }
@media (max-width: 576px) {
    .csl-section { padding: 15 0;  }
    
}


 /* ── Root Variables ─────────────────────────────────────── */
    :root {
   --blue-900: #222;
  --blue-800: #222;
  --blue-600: #fe8f34;
  --blue-400: #fe8f34;
  --blue-100: #fe8f34;
  --blue-50:  #fe8f34;

  --slate:    #fff;

  --text-primary: #222;
  --text-secondary: #444;
  --text-muted: #777;

  --border: rgba(0,0,0,0.1);
      --radius-sm: 6px;
      --radius-md: 10px;
      --radius-lg: 16px;
      --radius-xl: 22px;
      --ff-display: 'Barlow Condensed', sans-serif;
      --ff-body: 'Barlow', sans-serif;
    }

    /* ── Base ───────────────────────────────────────────────── */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    body {
      font-family: var(--ff-body);

      color: var(--text-primary);
    }

    /* ── Section ────────────────────────────────────────────── */
    .sls-section {
      padding: 1.3rem 0 1.2rem;
      background: #ffffff;
      overflow: hidden;
    }

    /* ── Left Column ────────────────────────────────────────── */
    .sls-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-family: var(--ff-body);
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--blue-600);
      background: var(--blue-50);
      border: 1px solid var(--blue-100);
      border-radius: 50px;

      margin-bottom: 1.1rem;
    }

    .sls-eyebrow::before {
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--blue-400);
      display: inline-block;
    }

    .sls-heading {
      font-family: var(--ff-display);
      font-size: clamp(2.4rem, 5vw, 2rem);
      font-weight: 700;
      line-height: 1.08;
      color: var(--text-primary);
      margin-bottom: 0;
      letter-spacing: -0.01em;
    }

    .sls-heading .accent {
      color: var(--blue-600);
    }

    .sls-rule {
      width: 48px;
      height: 3px;
      background: var(--blue-600);
      border-radius: 2px;
      margin: 1.1rem 0 1.5rem;
    }

    .sls-body {
      font-size: 0.975rem;
      line-height: 1.82;
      color: var(--text-secondary);
      margin-bottom: 1.1rem;
    }

    /* ── Brand Chips ────────────────────────────────────────── */
    .sls-chips {
      display: flex;
      flex-wrap: wrap;
      gap: 7px;
      margin: 1.5rem 0;
    }

    .sls-chip {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      padding: 5px 12px;
      font-size: 12px;
      font-weight: 500;
      color: var(--text-secondary);
      background: var(--slate);
      border: 1px solid var(--border);
      border-radius: 50px;
      cursor: default;
      transition: background 0.18s, color 0.18s, border-color 0.18s;
    }

    .sls-chip:hover {
      background: var(--blue-50);
      color: var(--blue-800);
      border-color: var(--blue-100);
    }

    .sls-chip-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--blue-400);
      flex-shrink: 0;
    }

    /* ── Stats Row ──────────────────────────────────────────── */
    .sls-stats {
      display: flex;
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      overflow: hidden;
      margin-bottom: 2rem;
      background: var(--slate);
    }

    .sls-stat {
      flex: 1;
      padding: 16px 12px;
      text-align: center;
      border-right: 1px solid var(--border);
    }

    .sls-stat:last-child {
      border-right: none;
    }

    .sls-stat-num {
      display: block;
      font-family: var(--ff-display);
      font-size: 1.8rem;
      font-weight: 700;
      color: var(--blue-600);
      line-height: 1;
    }

    .sls-stat-lbl {
      display: block;
      font-size: 11px;
      color: var(--text-muted);
      margin-top: 5px;
      font-weight: 500;
    }

    /* ── Buttons ────────────────────────────────────────────── */
    .sls-actions {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }

    .sls-btn-primary {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 26px;
      font-family: var(--ff-body);
      font-size: 14px;
      font-weight: 600;
      color: #fff;
      background: var(--blue-600);
      border: none;
      border-radius: var(--radius-md);
      cursor: pointer;
      text-decoration: none;
      transition: background 0.18s, transform 0.18s;
    }

    .sls-btn-primary:hover {
      background: var(--blue-800);
      transform: translateY(-2px);
      color: #fff;
    }

    .sls-btn-ghost {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 22px;
      font-family: var(--ff-body);
      font-size: 14px;
      font-weight: 500;
      color: var(--text-primary);
      background: transparent;
      border: 1px solid var(--border);
      border-radius: var(--radius-md);
      cursor: pointer;
      text-decoration: none;
      transition: background 0.18s, border-color 0.18s, transform 0.18s;
    }

    .sls-btn-ghost:hover {
      background: var(--slate);
      border-color: var(--blue-100);
      transform: translateY(-2px);
      color: var(--text-primary);
    }

    /* ── Right Column — Image ───────────────────────────────── */
    .sls-img-col {
      position: relative;
    }

    .sls-img-wrap {
      position: relative;
      border-radius: var(--radius-xl);
      overflow: hidden;
    }

    .sls-img-wrap img {
      width: 100%;
      height: 425px;
      object-fit: cover;
      display: block;
      border-radius: var(--radius-xl);
      border: 1px solid var(--border);
      transition: transform 0.4s ease;
    }

    .sls-img-wrap:hover img {
      transform: scale(1.035);
    }

    /* Image overlay strip */
    .sls-img-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 28px 22px 20px;
      background: linear-gradient(to top, rgba(4,44,83,0.78) 0%, transparent 100%);
      border-radius: 0 0 var(--radius-xl) var(--radius-xl);
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
    }

    .sls-overlay-text {
      color: #fff;
      font-size: 13px;
      font-weight: 500;
      opacity: 0.92;
    }

    .sls-overlay-sub {
      font-size: 11px;
      opacity: 0.65;
      margin-top: 2px;
    }

    .sls-since {
      font-family: var(--ff-display);
      font-size: 2rem;
      font-weight: 700;
      color: rgba(255,255,255,0.9);
      line-height: 1;
    }

    /* Floating cards */
    .sls-float {
      position: absolute;
      background: #ffffff;
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      padding: 12px 16px;
      display: flex;
      align-items: center;
      gap: 11px;
      box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    }

    .sls-float-1 {
      bottom: 88px;
      left: -11px;
      min-width: 180px;
      animation: sls-bob 4s ease-in-out infinite;
    }

    .sls-float-2 {
      top: 22px;
      right: -16px;
      min-width: 162px;
      animation: sls-bob 3.6s ease-in-out infinite reverse;
    }

    @keyframes sls-bob {
      0%, 100% { transform: translateY(0); }
      50%       { transform: translateY(-8px); }
    }

    .sls-float-icon {
      width: 36px;
      height: 36px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .sls-float-label {
      font-size: 13px;
      font-weight: 600;
      color: var(--text-primary);
      line-height: 1.2;
    }

    .sls-float-sub {
      font-size: 11px;
      color: var(--text-muted);
      margin-top: 2px;
    }

    /* Corner accent */
    .sls-corner-badge {
      position: absolute;
      top: -14px;
      left: -14px;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      background: var(--blue-600);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2;
    }

    /* ── Animations ─────────────────────────────────────────── */
    .fade-up {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity 0.62s ease, transform 0.62s ease;
    }

    .fade-right {
      opacity: 0;
      transform: translateX(36px);
      transition: opacity 0.68s ease, transform 0.68s ease;
    }

    .anim-visible {
      opacity: 1 !important;
      transform: translate(0) !important;
    }

    .delay-1 { transition-delay: 0.08s; }
    .delay-2 { transition-delay: 0.18s; }
    .delay-3 { transition-delay: 0.30s; }
    .delay-4 { transition-delay: 0.44s; }
    .delay-5 { transition-delay: 0.58s; }
    .delay-6 { transition-delay: 0.70s; }

    /* ── Responsive ─────────────────────────────────────────── */
    @media (max-width: 991px) {
      .sls-float-1 { left: 8px; }
      .sls-float-2 { right: 8px; }
    }

    @media (max-width: 767px) {
      .sls-section { padding: 3.5rem 0 3rem; }
      .sls-img-wrap img { height: 280px; }
      .sls-actions { flex-direction: column; }
      .sls-btn-primary,
      .sls-btn-ghost { justify-content: center; }
    }


    @media (max-width: 576px){
        .sls-section { padding: 0.8rem 0 0.7rem; }
        .sls-heading{
            font-size:26px;
        }
        .sls-body{
            font-size:14px;
        }
        .sls-float{
            padding : 6px 13px;;
        }
        .sls-float-label{
            font-size:12px;
        }
        .sls-float-icon {
  width: 32px;
  height: 32px;
        }
        .sls-corner-badge {

  top: -14px;
  left: 1px;
  width: 50px;
  height: 50px;
        }
      
    }
    
    
    /* MAIN SECTION — fully responsive, animated */
    .nvida {
      width: 100%;
      padding: 1rem 1.5rem;
      background: #ffffff;
      border-radius: 2rem;
     
    }

    .nvida .container {
      max-width: 1360px;
      margin: 0 auto;
    }

    .nvida .col-12 {
      margin-bottom: 2.5rem;
    }

    .nvida .section-sub-title {
      line-height: 1.2;
      text-align: center;
      font-weight: 600;
      font-size: 2.2rem;
      letter-spacing: -0.02em;
      color: #0b1a2a;
      position: relative;
      display: inline-block;
      left: 50%;
      transform: translateX(-50%);
      padding-bottom: 12px;
    }

    .nvida .section-sub-title::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 20%;
      width: 60%;
      height: 4px;
      background: linear-gradient(90deg, #0a1e2c, #2a5c7e, #0a1e2c);
      border-radius: 4px;
    }

    /* GRID — 4 columns, responsive */
    .nvida .row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    /* CARD — animated reveal */
    .nvida .col {
      background: #ffffff;
      border-radius: 24px;
      overflow: hidden;
      box-shadow: 0 12px 28px -8px rgba(0, 0, 0, 0.08), 0 4px 8px rgba(0, 0, 0, 0.02);
      transition: transform 0.35s cubic-bezier(0.2, 0, 0, 1), box-shadow 0.4s ease, background 0.3s ease;
      opacity: 0;
      transform: translateY(28px);
      animation: cardReveal 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards;
      border: 1px solid rgba(0,0,0,0.02);
      padding : 0;
    }

    .nvida .col:nth-child(1) { animation-delay: 0s; }
    .nvida .col:nth-child(2) { animation-delay: 0.08s; }
    .nvida .col:nth-child(3) { animation-delay: 0.16s; }
    .nvida .col:nth-child(4) { animation-delay: 0.24s; }

    @keyframes cardReveal {
      0% { opacity: 0; transform: translateY(28px); }
      100% { opacity: 1; transform: translateY(0); }
    }

    /* CAROUSEL container */
    .nvida .carousel {
      width: 100%;
      height: 240px;          /* slightly taller for better visuals */
      overflow: hidden;
      position: relative;
      background: #eef1f5;
    }

    .nvida .carousel-track {
      display: flex;
      height: 100%;
      transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      will-change: transform;
    }

    .nvida .carousel-track img {
      width: 100%;
      height: 240px;
      object-fit: cover;
      flex-shrink: 0;
      display: block;
      background: #d9e0e8;
    }

    /* NAVIGATION BUTTONS (prev / next) */
    .carousel-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 36px;
      height: 36px;
      background: rgba(255, 255, 255, 0.85);
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px);
      border: none;
      border-radius: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      font-size: 22px;
      font-weight: 300;
      color: #0b1f2e;
      box-shadow: 0 6px 14px rgba(0,0,0,0.08);
      transition: all 0.2s ease;
      z-index: 10;
      opacity: 0;
      pointer-events: none;
      border: 1px solid rgba(255,255,255,0.3);
    }

    .nvida .carousel:hover .carousel-btn {
      opacity: 1;
      pointer-events: auto;
    }

    .carousel-btn:hover {
      background: #ffffff;
      color: #000;
      box-shadow: 0 10px 18px rgba(0,0,0,0.12);
      transform: translateY(-50%) scale(1.05);
    }

    .carousel-btn.prev {
      left: 12px;
    }
    .carousel-btn.next {
      right: 12px;
    }

    /* DOTS */
    .nvida .dots {
      position: absolute;
      bottom: 12px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 8px;
      z-index: 5;
      background: rgba(10, 20, 30, 0.2);
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px);
      padding: 5px 12px;
      border-radius: 40px;
      border: 1px solid rgba(255,255,255,0.15);
    }

    .nvida .dot {
      width: 8px;
      height: 8px;
      border-radius: 30px;
      background: rgba(255, 255, 255, 0.6);
      transition: all 0.3s ease;
      cursor: pointer;
      box-shadow: 0 1px 3px rgba(0,0,0,0.1);
      border: none;
      padding: 0;
    }

    .nvida .dot.active {
      background: #ffffff;
      width: 22px;
      transform: scale(1);
      box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    }

    /* PRODUCT TITLE */
    .nvida .product-title {
      text-align: center;
      font-size: 1.25rem;
      font-weight: 700;
      color: #0b1a2a;
      padding: 16px 8px;
      margin: 0;
      background: #fff;
      border-top: 1px solid rgba(0, 0, 0, 0.04);
      transition: color 0.25s, background 0.3s, transform 0.2s;
      letter-spacing: -0.01em;
    }

    /* HOVER effect — dark card, white title */
    .nvida .col:hover {
      transform: translateY(-8px);
      box-shadow: 0 30px 38px -18px rgba(0, 0, 0, 0.25), 0 8px 16px -6px rgba(0, 0, 0, 0.1);
      background: #0c1b26;
    }

    .nvida .col:hover .product-title {
      color: #ffffff;
      background: #0c1b26;
      border-top-color: rgba(255,255,255,0.1);
    }

    /* touch devices: always show buttons */
    @media (hover: none) and (pointer: coarse) {
      .carousel-btn {
        opacity: 0.9;
        pointer-events: auto;
        background: rgba(255,255,255,0.9);
        width: 40px;
        height: 40px;
      }
    }

    /* RESPONSIVE BREAKPOINTS */
    @media (max-width: 1024px) {
      .nvida .row {
        gap: 18px;
      }
    }

    @media (max-width: 880px) {
      .nvida .row {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
      }
      .nvida {
        padding: 2.5rem 1.2rem;
      }
    }

    @media (max-width: 540px) {
      .nvida .row {
        grid-template-columns: 1fr;
        gap: 28px;
      }
      .nvida .section-sub-title {
        font-size: 1.9rem;
      }
      .nvida .carousel {
        height: 260px;
      }
      .nvida .carousel-track img {
        height: 260px;
      }
    }

    /* additional polish */
    .nvida .col:focus-within {
      outline: 2px solid #2a5c7e;
      outline-offset: 2px;
    }

    /* make sure buttons are clickable */
    .carousel-btn:active {
      transform: translateY(-50%) scale(0.96);
    }
    
    /* ensure dot buttons are styled correctly */
  .nvida .dot {
    background: rgba(255, 255, 255, 0.55);
    border: none;
    cursor: pointer;
    transition: width 0.25s ease, background 0.2s;
  }
  .nvida .dot.active {
    background: white;
    width: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
  }
  /* button reset */
  .carousel-btn {
    user-select: none;
    line-height: 1;
  }
  /* hover effect for dark cards keeps buttons visible */
  .nvida .col:hover .carousel-btn {
    opacity: 1;
    pointer-events: auto;
  }
  /* Edge case: make prev/next not too dark on white */
  .carousel-btn {
    color: #0a1e2c;
  }
    
    
     :root {
      --accent:       #fe8f34;
      --accent-glow:  rgba(254,143,52,0.35);
      --accent-soft:  rgba(254,143,52,0.12);
      --accent-mid:   rgba(254,143,52,0.22);
      --bg-deep:      #080810;
      --bg-card:      rgba(255,255,255,0.035);
      --bg-card-h:    rgba(255,255,255,0.06);
      --border:       rgba(255,255,255,0.07);
      --border-h:     rgba(254,143,52,0.45);
      --text-hi:      #ffffff;
      --text-md:      rgba(255,255,255,0.7);
      --text-lo:      rgba(255,255,255,0.38);
      --radius-card:  28px;
      --trans:        0.42s cubic-bezier(0.23,1,0.32,1);
    }

    html { scroll-behavior: smooth; }

  

 

    /* ─── Section ────────────────────────────────────────────────────── */
    .t-section {
        background: var(--bg-deep);
      position: relative; z-index: 1;
      padding: 20px 24px 20px;
      overflow: hidden;
    }

    /* Radial aurora blobs */
    .t-section::before {
      content: '';
      position: absolute; top: -30%; left: -20%; width: 80%; height: 80%;
      background: radial-gradient(ellipse, rgba(254,143,52,0.07) 0%, transparent 65%);
      pointer-events: none; animation: blobDrift 18s ease-in-out infinite alternate;
    }
    .t-section::after {
      content: '';
      position: absolute; bottom: -20%; right: -10%; width: 65%; height: 65%;
      background: radial-gradient(ellipse, rgba(254,143,52,0.05) 0%, transparent 60%);
      pointer-events: none; animation: blobDrift 22s ease-in-out infinite alternate-reverse;
    }
    @keyframes blobDrift {
      0%   { transform: translate(0,0) scale(1); }
      100% { transform: translate(4%,6%) scale(1.1); }
    }

    /* Dot grid */
    .grid-bg {
      position: absolute; inset: 0; z-index: 0;
      background-image: radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px);
      background-size: 38px 38px;
      pointer-events: none;
    }

    /* Floating particles */
    .particles { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
    .particle {
      position: absolute; border-radius: 50%;
      background: var(--accent);
      animation: floatUp linear infinite;
    }
    @keyframes floatUp {
      0%   { transform: translateY(110vh) scale(0); opacity: 0; }
      10%  { opacity: 1; }
      85%  { opacity: 0.5; }
      100% { transform: translateY(-10vh) scale(1); opacity: 0; }
    }

    /* ─── Section header ─────────────────────────────────────────────── */
    .section-header {
      text-align: center;
      margin-bottom: 33px;
      position: relative; z-index: 2;
    }

    .section-tag {
      display: inline-flex; align-items: center; gap: 8px;
      background: var(--accent-soft);
      border: 1px solid rgba(254,143,52,0.3);
      color: var(--accent);
      font-size: 11px; font-weight: 600; letter-spacing: 3.5px;
      text-transform: uppercase;
      padding: 7px 22px; border-radius: 100px;
      margin-bottom: 24px;
      animation: tagFadeIn 0.8s ease forwards;
    }
    @keyframes tagFadeIn {
      from { opacity: 0; transform: translateY(-10px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    .section-title {
      font-family: 'Clash Display', sans-serif;
      font-size: clamp(34px, 5vw, 62px);
      font-weight: 700;
      color: var(--text-hi);
      line-height: 1.1;
      margin-bottom: 18px;
      letter-spacing: -1.5px;
      animation: titleRise 0.9s ease 0.15s both;
    }
    .section-title .hl {
      color: var(--accent);
      position: relative;
      display: inline-block;
    }
    .section-title .hl::after {
      content: '';
      position: absolute; bottom: -5px; left: 0;
      width: 0; height: 3px;
      background: linear-gradient(90deg, var(--accent), #ffb96a);
      border-radius: 3px;
      animation: underlineExpand 1s ease 1s forwards;
    }
    @keyframes underlineExpand { to { width: 100%; } }

    .section-sub {
      font-size: 15px; font-weight: 300;
      color: var(--text-lo);
      max-width: 480px; margin: 0 auto;
      line-height: 1.75;
      animation: titleRise 0.9s ease 0.3s both;
    }
    @keyframes titleRise {
      from { opacity: 0; transform: translateY(20px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    /* Decorative line separator */
    .deco-line {
      display: flex; align-items: center; justify-content: center; gap: 14px;
      margin: 24px 0;
      animation: titleRise 0.9s ease 0.45s both;
    }
    .deco-line span { display: block; height: 1px; width: 60px; background: linear-gradient(90deg, transparent, rgba(254,143,52,0.4)); border-radius: 1px; }
    .deco-line span:last-child { transform: scaleX(-1); }
    .deco-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 8px var(--accent-glow); }

    /* ─── Stats bar ──────────────────────────────────────────────────── */
    .stats-bar {
      display: flex; justify-content: center; gap: 48px; flex-wrap: wrap;
      margin-bottom: 72px; position: relative; z-index: 2;
      animation: titleRise 0.9s ease 0.5s both;
    }
    .stat-item { text-align: center; }
    .stat-num {
      font-family: 'Clash Display', sans-serif;
      font-size: 32px; font-weight: 700;
      color: var(--accent);
      line-height: 1;
      text-shadow: 0 0 20px var(--accent-glow);
    }
    .stat-label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--text-lo); margin-top: 4px; }

    /* ─── Cards grid ─────────────────────────────────────────────────── */
    .cards-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 26px;
      max-width: 1140px;
      margin: 0 auto;
      position: relative; z-index: 2;
    }
    @media (max-width: 960px)  { .cards-grid { grid-template-columns: repeat(2,1fr); } }
    @media (max-width: 600px)  { .cards-grid { grid-template-columns: 1fr; max-width: 420px; } }

    /* ─── Single card ────────────────────────────────────────────────── */
    .t-card {
      background: var(--bg-card);
      border: 1px solid var(--border);
      border-radius: var(--radius-card);
      padding: 36px 30px 30px;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);

      opacity: 0;
      transform: translateY(48px) scale(0.97);
      transition:
        opacity 0.7s ease,
        transform 0.7s cubic-bezier(0.34,1.56,0.64,1),
        box-shadow var(--trans),
        border-color var(--trans),
        background var(--trans);
    }
    .t-card.visible {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
    .t-card:hover {
      background: var(--bg-card-h);
      border-color: var(--border-h);
      transform: translateY(-10px) scale(1.015);
      box-shadow:
        0 32px 64px rgba(0,0,0,0.55),
        0 0 0 1px rgba(254,143,52,0.2),
        0 0 50px rgba(254,143,52,0.07),
        inset 0 1px 0 rgba(255,255,255,0.06);
    }

    /* Top edge shimmer */
    .t-card::before {
      content: '';
      position: absolute; top: 0; left: 0; right: 0; height: 1px;
      background: linear-gradient(90deg, transparent 0%, var(--accent) 50%, transparent 100%);
      transform: scaleX(0);
      transition: transform 0.5s ease;
      border-radius: var(--radius-card) var(--radius-card) 0 0;
    }
    .t-card:hover::before { transform: scaleX(1); }

    /* Subtle inner glow corner */
    .t-card::after {
      content: '';
      position: absolute; inset: 0;
      border-radius: var(--radius-card);
      background: radial-gradient(ellipse at 10% 0%, rgba(254,143,52,0.08) 0%, transparent 55%);
      opacity: 0;
      transition: opacity var(--trans);
      pointer-events: none;
    }
    .t-card:hover::after { opacity: 1; }

    /* Card delay classes */
    .d1 { transition-delay: 0.05s; }
    .d2 { transition-delay: 0.18s; }
    .d3 { transition-delay: 0.31s; }

    /* ─── Quote icon ─────────────────────────────────────────────────── */
    .quote-wrap {
      display: flex; align-items: flex-start; justify-content: space-between;
      margin-bottom: 22px;
    }
    .quote-icon {
      font-family: Georgia, serif;
      font-size: 72px; font-weight: 700;
      color: rgba(254,143,52,0.18);
      line-height: 0.7;
      transition: color var(--trans), transform var(--trans);
      user-select: none;
    }
    .t-card:hover .quote-icon {
      color: rgba(254,143,52,0.5);
      transform: scale(1.08) rotate(-4deg);
    }

    /* ─── Stars ──────────────────────────────────────────────────────── */
    .stars { display: flex; gap: 5px; }
    .star {
      font-size: 14px;
      color: var(--accent);
      filter: drop-shadow(0 0 4px var(--accent-glow));
      transition: transform 0.2s ease;
    }
    .t-card:hover .star { animation: starJump 0.35s ease forwards; }
    .t-card:hover .star:nth-child(1) { animation-delay: 0s; }
    .t-card:hover .star:nth-child(2) { animation-delay: 0.06s; }
    .t-card:hover .star:nth-child(3) { animation-delay: 0.12s; }
    .t-card:hover .star:nth-child(4) { animation-delay: 0.18s; }
    .t-card:hover .star:nth-child(5) { animation-delay: 0.24s; }
    @keyframes starJump {
      0%   { transform: scale(1)   rotate(0deg); }
      40%  { transform: scale(1.5) rotate(12deg); }
      70%  { transform: scale(0.9) rotate(-6deg); }
      100% { transform: scale(1)   rotate(0deg); }
    }

    /* ─── Review text ────────────────────────────────────────────────── */
    .review-text {
      font-size: 14px; font-weight: 300;
      color: var(--text-md);
      line-height: 1.85;
      margin: 17px 0 9px;
      position: relative; z-index: 1;
    }

    /* ─── Divider ────────────────────────────────────────────────────── */
    .card-divider {
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent);
      margin-bottom: 24px;
    }

    /* ─── Profile row ────────────────────────────────────────────────── */
    .profile-row {
      display: flex; align-items: center; gap: 14px;
      position: relative; z-index: 1;
    }
    .avatar-shell {
      position: relative; flex-shrink: 0;
      width: 54px; height: 54px;
    }
    .avatar-ring {
      position: absolute; inset: -3px; border-radius: 50%;
      background: conic-gradient(from 0deg, var(--accent) 0%, #ffb96a 50%, var(--accent) 100%);
      opacity: 0;
      transition: opacity 0.4s ease;
      animation: ringRotate 3s linear infinite paused;
    }
    .t-card:hover .avatar-ring { opacity: 1; animation-play-state: running; }
    @keyframes ringRotate { to { transform: rotate(360deg); } }
    .avatar-inner {
      position: absolute; inset: 2px; border-radius: 50%;
      background: var(--bg-deep); z-index: 1;
      overflow: hidden;
    }
    .profile-img {
      width: 100%; height: 100%;
      border-radius: 50%;
      object-fit: cover;
      display: block;
      transition: transform 0.45s cubic-bezier(0.34,1.56,0.64,1);
    }
    .t-card:hover .profile-img { transform: scale(1.1) rotate(3deg); }

    .client-info { flex: 1; min-width: 0; }
    .client-name {
      font-family: 'Clash Display', sans-serif;
      font-size: 15px; font-weight: 600;
      color: var(--text-hi); letter-spacing: 0.2px;
    }
    .client-role { font-size: 12px; color: var(--text-lo); margin-top: 3px; font-weight: 300; }

    .verified-badge {
      flex-shrink: 0;
      display: inline-flex; align-items: center; gap: 5px;
      background: var(--accent-soft);
      border: 1px solid rgba(254,143,52,0.22);
      color: var(--accent);
      font-size: 10px; font-weight: 600;
      letter-spacing: 1px; text-transform: uppercase;
      padding: 4px 11px; border-radius: 100px;
    }

    /* ─── Featured card (middle) ─────────────────────────────────────── */
    .t-card.featured {
      border-color: rgba(254,143,52,0.2);
      background: rgba(254,143,52,0.04);
    }
    .t-card.featured .review-text { color: rgba(255,255,255,0.8); }

    /* Featured ribbon */
    .ribbon {
      position: absolute; top: 22px; right: -28px;
      background: linear-gradient(135deg, var(--accent), #ffb96a);
      color: var(--bg-deep);
      font-size: 9px; font-weight: 700; letter-spacing: 2px;
      text-transform: uppercase;
      padding: 6px 36px;
      transform: rotate(45deg);
      box-shadow: 0 4px 16px rgba(254,143,52,0.4);
      z-index: 3;
    }

    /* ─── Ripple ─────────────────────────────────────────────────────── */
    .ripple {
      position: absolute; border-radius: 50%;
      background: rgba(254,143,52,0.18);
      transform: scale(0);
      animation: rippleOut 0.7s ease-out forwards;
      pointer-events: none;
    }
    @keyframes rippleOut {
      to { transform: scale(5); opacity: 0; }
    }

    /* ─── Bottom indicators ──────────────────────────────────────────── */
    .indicators {
      display: flex; justify-content: center; align-items: center;
      gap: 10px; margin-top: 56px;
      position: relative; z-index: 2;
    }
    .ind-dot {
      border: none; cursor: pointer;
      height: 8px; border-radius: 8px;
      background: rgba(255,255,255,0.14);
      transition: all 0.4s ease;
    }
    .ind-dot.active {
      width: 28px; background: var(--accent);
      box-shadow: 0 0 10px var(--accent-glow);
    }
    .ind-dot:not(.active) { width: 8px; }

    /* ─── Bottom CTA strip ───────────────────────────────────────────── */
    .cta-strip {
      text-align: center; margin-top: 60px;
      position: relative; z-index: 2;
      animation: titleRise 0.9s ease 0.7s both;
    }
    .cta-btn {
      display: inline-flex; align-items: center; gap: 10px;
      background: linear-gradient(135deg, var(--accent) 0%, #ffb96a 100%);
      color: #0a0a0a;
      font-family: 'Sora', sans-serif;
      font-size: 13px; font-weight: 600;
      letter-spacing: 0.5px;
      padding: 14px 34px; border-radius: 100px;
      border: none; cursor: pointer;
      text-decoration: none;
      box-shadow: 0 8px 32px rgba(254,143,52,0.35);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .cta-btn:hover {
      transform: translateY(-3px) scale(1.03);
      box-shadow: 0 16px 48px rgba(254,143,52,0.45);
    }
    .cta-btn i { font-size: 14px; }
    .cta-sub {
      font-size: 12px; color: var(--text-lo);
      margin-top: 14px; letter-spacing: 0.5px;
    }
    
   @media only screen and (max-width: 576px) {
    .card-divider{
        margin-bottom : 8px;
    }
    .t-card{
        padding: 21px 24px 16px;
    }
    .quote-wrap{
       margin-bottom : 9px;
    }
    .section-header{
        margin-bottom : 9px;
    }
    .nvida .col-12 {
  margin-bottom: 1rem;
    }
     .nvida {
    padding: 1.5rem 1.2rem;
  }
    .section-padding {
    padding: 10px 0;
   }
   section{
        padding: 10px 0;
   }
    .slide-title{
        margin-bottom: 8px;
    }
 }
    
      }
   