

/* 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: 0 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;
        }
      
    }
    
    
     :root {
      --brand:   #fe8f34;
      --dark:    #222;
      --card-r:  18px;
      --trans:   0.42s cubic-bezier(.4,0,.2,1);
    }




    /* ── SECTION ─────────────────────────────────────────── */
    .products-section {
      padding: 30px 0 30px;
      position: relative;
      overflow: hidden;
    }

    /* subtle grain texture */
    .products-section::before {
      content: '';
      position: fixed;
      inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.03'/%3E%3C/svg%3E");
      pointer-events: none;
      margin-top:4px;
      z-index: 0;
    }

    /* ── HEADING ─────────────────────────────────────────── */
    .section-heading {
      text-align: center;
      margin-bottom: 45px;
      position: relative;
      z-index: 1;
    }

    .section-heading h2 {
      font-family: 'Playfair Display', serif;
      font-weight: 900;
      font-size: clamp(2.4rem, 5vw, 2rem);
      letter-spacing: -1px;
      color: var(--dark);
      display: inline-block;
      position: relative;
    }

    /* animated underline */
    .section-heading h2::after {
      content: '';
      position: absolute;
      left: 0; bottom: -10px;
      height: 4px;
      border-radius: 99px;
      background: var(--brand);
      width: 0;
      animation: drawLine 1s 0.6s cubic-bezier(.4,0,.2,1) forwards;
    }

    /* moving shimmer on the underline */
    .section-heading h2::before {
      content: '';
      position: absolute;
      left: 0; bottom: -10px;
      height: 4px;
      border-radius: 99px;
      background: linear-gradient(90deg, transparent 0%, #fff8 40%, transparent 100%);
      width: 100%;
      opacity: 0;
      animation: drawLine 1s 0.6s cubic-bezier(.4,0,.2,1) forwards,
                 shimmer 2.4s 1.6s ease-in-out infinite;
    }

    @keyframes drawLine {
      to { width: 100%; opacity: 1; }
    }
    @keyframes shimmer {
      0%   { transform: translateX(-100%); opacity: 1; }
      100% { transform: translateX(200%);  opacity: 1; }
    }

    .section-heading .sub {
      margin-top: 22px;
      font-size: 1rem;
      color: #888;
      font-weight: 400;
      letter-spacing: .02em;
    }

    /* ── GRID ────────────────────────────────────────────── */
    .products-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
      position: relative;
      z-index: 1;
    }

    @media (max-width: 991px) {
      .products-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 575px) {
      .products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }
    }

    /* ── CARD ────────────────────────────────────────────── */
    .product-card {
      position: relative;
      border-radius: var(--card-r);
      overflow: hidden;
      cursor: pointer;
      aspect-ratio: 4/3;
      box-shadow: 0 4px 24px rgba(34,34,34,.10);
      transition: box-shadow var(--trans), transform var(--trans);

      /* entrance animation */
      opacity: 0;
      transform: translateY(40px);
    }



    .product-card.visible {
      animation: slideUp 0.65s cubic-bezier(.4,0,.2,1) forwards;
    }

    @keyframes slideUp {
      to { opacity: 1; transform: translateY(0); }
    }

    /* stagger delays */
    .product-card:nth-child(1) { animation-delay: .05s; }
    .product-card:nth-child(2) { animation-delay: .13s; }
    .product-card:nth-child(3) { animation-delay: .21s; }
    .product-card:nth-child(4) { animation-delay: .29s; }
    .product-card:nth-child(5) { animation-delay: .37s; }
    .product-card:nth-child(6) { animation-delay: .45s; }
    .product-card:nth-child(7) { animation-delay: .53s; }

    /* hover lift + glow */
    .product-card:hover {
      box-shadow:
        0 0 0 3px var(--brand),
        0 20px 60px rgba(254,143,52,.28),
        0 8px 30px rgba(34,34,34,.18);
      transform: translateY(-6px) scale(1.012);
    }

    /* image */
    .product-card img {
      width: 100%; height: 100%;
      object-fit: cover;
      display: block;
      transition: transform var(--trans), filter var(--trans);
      filter: brightness(.97) saturate(1.05);
    }

    .product-card:hover img {
      transform: scale(1.08);
      filter: brightness(.78) saturate(1.15);
    }

    /* gradient overlay base */
    .card-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(
        160deg,
        rgba(34,34,34,.0)   0%,
        rgba(34,34,34,.55)  60%,
        rgba(254,143,52,.82) 100%
      );
      opacity: 0;
      transition: opacity var(--trans);
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 28px 26px;
    }

    .product-card:hover .card-overlay { opacity: 1; }

    .card-label {
      font-family: 'DM Sans', sans-serif;
      font-size: .72rem;
      font-weight: 600;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: rgba(255,255,255,.7);
      transform: translateY(14px);
      opacity: 0;
      transition: transform var(--trans), opacity var(--trans);
      transition-delay: .04s;
    }

    .card-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.1rem, 2.2vw, 1.5rem);
      font-weight: 700;
      color: #fff;
      margin: 6px 0 18px;
      transform: translateY(14px);
      opacity: 0;
      transition: transform var(--trans), opacity var(--trans);
      transition-delay: .09s;
    }

    .product-card:hover .card-label,
    .product-card:hover .card-title {
      transform: translateY(0);
      opacity: 1;
    }

    /* VIEW PAGE BUTTON */
    .btn-view {
      align-self: flex-start;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 24px;
      background: var(--brand);
      color: #fff;
      font-family: 'DM Sans', sans-serif;
      font-weight: 600;
      font-size: .88rem;
      letter-spacing: .04em;
      border: none;
      border-radius: 99px;
      text-decoration: none;
      position: relative;
      overflow: hidden;
      transform: translateY(18px) scale(.92);
      opacity: 0;
      transition: transform var(--trans), opacity var(--trans), background var(--trans);
      transition-delay: .14s;
    }

    .product-card:hover .btn-view {
      transform: translateY(0) scale(1);
      opacity: 1;
    }

    .btn-view:hover {
      background: #fff;
      color: var(--brand);
    }

    /* ripple on button click */
    .btn-view .ripple {
      position: absolute;
      border-radius: 50%;
      background: rgba(255,255,255,.45);
      transform: scale(0);
      animation: ripple 0.55s linear;
      pointer-events: none;
    }

    @keyframes ripple {
      to { transform: scale(3); opacity: 0; }
    }

    /* arrow icon */
    .btn-view svg {
      transition: transform .3s;
    }
    .btn-view:hover svg {
      transform: translateX(4px);
    }

    /* badge */
    .card-badge {
      position: absolute;
      top: 16px; left: 16px;
      background: var(--brand);
      color: #fff;
      font-size: .68rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      padding: 5px 12px;
      border-radius: 99px;
      box-shadow: 0 2px 12px rgba(254,143,52,.4);
      z-index: 2;
      opacity: 0;
      transform: scale(.8);
      transition: opacity .3s .05s, transform .3s .05s;
    }

    .product-card:hover .card-badge {
      opacity: 1;
      transform: scale(1);
    }
    
    
