/* TRILOK INFRATECH — content model */
window.TRILOK = {
  nav: [
    { label: "Home", href: "index.html" },
    { label: "About Us", href: "about.html" },
    { label: "Products", href: "products.html" },
    { label: "Projects", href: "projects.html" },
    { label: "Sustainability", href: "sustainability.html" },
    { label: "Clients", href: "clients.html" },
    { label: "Cases", href: "cases.html" },
    { label: "Careers", href: "careers.html" },
  ],

  heroSlides: [
    {
      id: "hero-1",
      kicker: "Precast concrete · since 2005",
      title: ["We cast the ", "backbone", " of a growing India."],
      sub: "Precast U-drains, culverts and retaining walls — engineered to outlast the roads, rails and cities they serve.",
      tab: "The work",
      cta: "Explore our products",
      ctaHref: "#products",
    },
    {
      id: "hero-2",
      kicker: "Engineered to outlast",
      title: ["Cast once. ", "Maintenance-free", " for decades."],
      sub: "High-performance concrete from M50 to M75, made under factory control for a finish that holds up in the field.",
      tab: "The engineering",
      cta: "How we build",
      ctaHref: "#about",
    },
    {
      id: "hero-3",
      kicker: "Pan-India · international",
      title: ["From Surat to ", "64 cities", " and two continents."],
      sub: "A growing network of casting yards delivers precast at national scale — across 18 states and into Senegal and Ecuador.",
      tab: "The reach",
      cta: "See our projects",
      ctaHref: "#projects",
    },
  ],

  stats: [
    { num: 20, suffix: "+", label: "Years building precast" },
    { num: 64, suffix: "", label: "Cities served" },
    { num: 19, suffix: "", label: "States across India" },
    { num: 2,  suffix: "", label: "International markets" },
    { num: 6,  suffix: "", label: "Core product lines" },
  ],

  products: [
    { id: "prod-drain", icon: "waves", title: "T25 U-Shape Drains", href: "t25-u-shape-drain.html", desc: "Precast U-drains for highway and urban stormwater — laid fast, sealed tight, ready for traffic.", specs: ["T6 · T25", "900×900mm", "M50"] },
    { id: "prod-culvert", icon: "box", title: "Box Culverts", href: "box-culvert.html", desc: "RCC box culverts that carry water and services under road and rail without disrupting the line.", specs: ["1000×1000mm", "Single / twin cell", "RCC"] },
    { id: "prod-retain", icon: "layers", title: "Earth Retaining Walls", href: "earth-retaining-wall.html", desc: "Modular precast retaining systems that hold ground and stop erosion on slopes and embankments.", specs: ["L-type", "Modular", "M50"] },
    { id: "prod-flume", icon: "route", title: "FT Flumes", href: "ft-flume-precast-u-drain.html", desc: "Trapezoidal precast channels that move water cleanly across canals and irrigation networks.", specs: ["Trapezoidal", "Irrigation", "Canal"] },
  ],

  projectFilters: ["All", "Highways", "Drainage", "Urban", "Industrial", "Railway"],
  projects: [
    { id: "proj-sdb", title: "Surat Diamond Bourse", loc: "Surat, Gujarat", cat: "Urban", prod: "U-Shape Drains", feat: true },
    { id: "proj-nh", title: "National Highway widening", loc: "Western corridor", cat: "Highways", prod: "Box Culverts" },
    { id: "proj-ind", title: "Industrial park stormwater", loc: "Sanand, Gujarat", cat: "Industrial", prod: "U-Drains + Flumes" },
    { id: "proj-dfc", title: "Freight corridor crossings", loc: "Dedicated Freight Corridor", cat: "Railway", prod: "Box Culverts" },
    { id: "proj-canal", title: "Canal modernisation", loc: "Narmada command area", cat: "Drainage", prod: "FT Flumes" },
  ],

  sustain: [
    { icon: "recycle", title: "Less waste, by design", desc: "Factory casting reuses formwork and reclaims water, cutting the spillage and offcuts of site-poured concrete." },
    { icon: "shield-check", title: "Built to outlast", desc: "M50–M75 mixes resist abrasion and corrosion, so a drain or culvert serves for decades without rework." },
    { icon: "truck", title: "Faster, cleaner sites", desc: "Precast arrives ready to set — fewer machines, less dust and noise, and far shorter road closures." },
  ],

  clients: ["L&T", "NHAI", "NTPC", "Reliance", "Adani", "NHSRCL", "DFC", "Tata Motors", "Godrej & Boyce", "Orientbell", "Atul", "HP", "Tagros", "Luthra"],

  insights: [
    { date: "May 1, 2026", cat: "Engineering", title: "The precast advantage on national highways" },
    { date: "Feb 12, 2026", cat: "Behind the build", title: "Inside the Surat casting yard: from mould to motorway" },
    { date: "Nov 20, 2025", cat: "Materials", title: "Why M50–M75 concrete is built to last a generation" },
  ],
};
