/*
Theme Name: Virat Infusions Theme
Theme URI: http://localhost/viratinfusion/
Description: Premium pharmaceutical manufacturing corporate theme for Virat Infusions.
Author: Google Deepmind Antigravity
Author URI: https://viratinfusion.com/
Template: hello-elementor
Version: 1.1.0
*/

:root {
  --vi-navy: #0a1c32;
  --vi-navy-dark: #061120;
  --vi-navy-light: #132b49;
  --vi-blue: #0066cc;
  --vi-blue-hover: #0052a3;
  --vi-blue-light: #e6f0fa;
  --vi-red: #d32027;
  --vi-red-hover: #b0151c;
  --vi-red-light: #fbe9ea;
  --vi-slate-50: #f8fafc;
  --vi-slate-100: #f1f5f9;
  --vi-slate-200: #e2e8f0;
  --vi-slate-300: #cbd5e1;
  --vi-slate-600: #475569;
  --vi-slate-700: #334155;
  --vi-slate-900: #0f172a;
  --vi-white: #ffffff;
  --vi-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --vi-font-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  --vi-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  --vi-radius-sm: 4px;
  --vi-radius: 8px;
  --vi-radius-lg: 14px;
  --vi-shadow-sm: 0 1px 3px rgba(10, 28, 50, 0.05);
  --vi-shadow: 0 4px 14px rgba(10, 28, 50, 0.08);
  --vi-shadow-lg: 0 10px 30px rgba(10, 28, 50, 0.12);
}

/* Base resets & typography */
html, body {
  overflow-x: hidden;
  width: 100%;
}

body {
  font-family: var(--vi-font-sans);
  color: var(--vi-slate-700);
  background-color: #ffffff;
  line-height: 1.65;
  font-size: 16px;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

/* Full width container overrides for Hello Elementor */
body .site-main,
body:not([class*=elementor-page-]) .site-main,
.site-main {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--vi-navy);
  font-weight: 700;
  line-height: 1.25;
  margin-top: 0;
  letter-spacing: -0.015em;
}

h1 { font-size: clamp(2.2rem, 4vw, 3.4rem); }
h2 { font-size: clamp(1.75rem, 3vw, 2.5rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.5rem); }

a {
  color: var(--vi-blue);
  text-decoration: none;
  transition: var(--vi-transition);
}

a:hover {
  color: var(--vi-blue-hover);
}

.vi-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.vi-section {
  padding: 80px 0;
  position: relative;
}

.vi-section-alt {
  background-color: var(--vi-slate-50);
  border-top: 1px solid var(--vi-slate-200);
  border-bottom: 1px solid var(--vi-slate-200);
}

.vi-section-navy {
  background-color: var(--vi-navy);
  color: #ffffff;
}

.vi-section-navy h2, .vi-section-navy h3, .vi-section-navy p {
  color: #ffffff;
}

/* Eyebrow Label */
.vi-eyebrow {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--vi-red);
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}

.vi-eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 2px;
  background-color: var(--vi-red);
}

.vi-section-navy .vi-eyebrow,
.vi-page-hero-banner .vi-eyebrow {
  color: #ff6b6b;
}
.vi-section-navy .vi-eyebrow::before,
.vi-page-hero-banner .vi-eyebrow::before {
  background-color: #ff6b6b;
}

/* Buttons */
.vi-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 26px;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: var(--vi-radius);
  transition: var(--vi-transition);
  cursor: pointer;
  border: 1.5px solid transparent;
  text-decoration: none;
  gap: 8px;
}

.vi-btn-primary {
  background-color: var(--vi-blue);
  color: #ffffff !important;
}

.vi-btn-primary:hover {
  background-color: var(--vi-blue-hover);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
}

.vi-btn-secondary {
  background-color: transparent;
  color: var(--vi-navy) !important;
  border-color: var(--vi-slate-300);
}

.vi-btn-secondary:hover {
  background-color: var(--vi-slate-100);
  border-color: var(--vi-slate-400);
}

.vi-btn-red {
  background-color: var(--vi-red);
  color: #ffffff !important;
}

.vi-btn-red:hover {
  background-color: var(--vi-red-hover);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(211, 32, 39, 0.3);
}

.vi-btn-outline-white {
  background-color: transparent;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.4);
}

.vi-btn-outline-white:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}

/* TOP HEADER BAR */
.vi-top-bar {
  background-color: var(--vi-navy-dark);
  color: #cbd5e1;
  font-size: 0.82rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 8px 0;
  position: relative;
  z-index: 1001;
}

.vi-top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.vi-top-bar-left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.vi-top-info-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #cbd5e1;
}

.vi-top-link {
  color: #cbd5e1 !important;
  transition: var(--vi-transition);
}

.vi-top-link:hover {
  color: #38bdf8 !important;
}

.vi-top-bar-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.vi-top-badge {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(0, 102, 204, 0.25);
  color: #7dd3fc;
  border: 1px solid rgba(56, 189, 248, 0.3);
  padding: 3px 10px;
  border-radius: 20px;
}

.vi-top-socials {
  display: flex;
  align-items: center;
  gap: 8px;
}

.vi-social-link {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e2e8f0 !important;
  transition: var(--vi-transition);
}

.vi-social-link:hover {
  background: var(--vi-blue);
  color: #ffffff !important;
  transform: translateY(-2px);
}

/* Header */
.vi-header-sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--vi-slate-200);
  transition: var(--vi-transition);
}

.vi-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.vi-brand-logo {
  display: flex;
  align-items: center;
}

.vi-brand-logo img {
  height: 48px;
  width: auto;
  max-width: 220px;
  display: block;
}

.vi-nav-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 22px;
}

.vi-nav-menu a {
  color: var(--vi-navy);
  font-weight: 500;
  font-size: 0.9rem;
  padding: 6px 0;
  position: relative;
}

.vi-nav-menu a:hover,
.vi-nav-menu .current-menu-item > a {
  color: var(--vi-blue);
}

.vi-nav-menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: var(--vi-blue);
  transition: width 0.2s ease;
}

.vi-nav-menu a:hover::after,
.vi-nav-menu .current-menu-item > a::after {
  width: 100%;
}

.vi-header-cta {
  display: flex;
  align-items: center;
}

.vi-mobile-toggle {
  display: none;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: var(--vi-navy);
}

/* FULL WIDTH BREADCRUMB & PAGE HERO BANNER WITH BACKGROUND OPACITY */
.vi-page-hero-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 280px;
  padding: 75px 0 85px 0;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  overflow: hidden;
}

.vi-page-hero-banner .vi-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(6, 17, 32, 0.92) 0%, rgba(10, 28, 50, 0.88) 55%, rgba(0, 102, 204, 0.72) 100%);
  pointer-events: none;
  z-index: 1;
}

.vi-page-hero-banner .vi-banner-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
  max-width: 920px;
}

.vi-breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.86rem;
  font-weight: 500;
  margin-bottom: 18px;
}

.vi-breadcrumb-link {
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none;
  transition: var(--vi-transition);
}

.vi-breadcrumb-link:hover {
  color: #ffffff !important;
}

.vi-breadcrumb-sep {
  color: rgba(255, 255, 255, 0.4);
}

.vi-breadcrumb-current {
  color: #38bdf8;
  font-weight: 600;
}

.vi-page-hero-title {
  color: #ffffff;
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 16px 0;
  letter-spacing: -0.02em;
}

.vi-page-hero-lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.08rem;
  line-height: 1.7;
  margin: 0;
}

/* Cinematic Homepage Hero section */
.vi-hero-cinematic {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 640px;
  padding: 100px 0 110px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.vi-hero-bg-media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}

.vi-hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  transform: scale(1.04);
  filter: brightness(0.92) contrast(1.05);
}

.vi-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(105deg, 
    rgba(6, 17, 33, 0.96) 0%, 
    rgba(9, 25, 48, 0.92) 42%, 
    rgba(10, 35, 68, 0.85) 75%, 
    rgba(0, 102, 204, 0.65) 100%
  );
  pointer-events: none;
}

.vi-hero-grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(rgba(56, 189, 248, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.vi-hero-container {
  position: relative;
  z-index: 2;
}

.vi-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 50px;
  align-items: center;
}

/* Left Content Styles */
.vi-hero-badge-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.vi-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(56, 189, 248, 0.12);
  color: #7dd3fc;
  border: 1px solid rgba(56, 189, 248, 0.35);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.vi-pulse-dot {
  width: 8px;
  height: 8px;
  background-color: #38bdf8;
  border-radius: 50%;
  box-shadow: 0 0 10px #38bdf8;
  animation: vi-pulse 2s infinite;
}

@keyframes vi-pulse {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(56, 189, 248, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(56, 189, 248, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(56, 189, 248, 0); }
}

.vi-origin-pill {
  font-size: 0.82rem;
  font-weight: 600;
  color: #94a3b8;
  background: rgba(255, 255, 255, 0.06);
  padding: 6px 12px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.vi-hero-title {
  color: #ffffff !important;
  font-size: clamp(2.2rem, 3.8vw, 3.5rem) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  margin-bottom: 22px !important;
  letter-spacing: -0.02em;
}

.vi-title-gradient {
  background: linear-gradient(135deg, #ffffff 30%, #7dd3fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.vi-hero-content p.vi-lead {
  font-size: 1.12rem;
  color: rgba(241, 245, 249, 0.9);
  line-height: 1.75;
  margin-bottom: 26px;
  max-width: 620px;
}

.vi-hero-content p.vi-lead strong {
  color: #ffffff;
  font-weight: 700;
}

/* Quick capability matrix pills */
.vi-hero-caps-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
}

.vi-cap-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #e2e8f0;
  backdrop-filter: blur(4px);
}

.vi-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.vi-btn-hero {
  padding: 14px 28px;
  font-size: 1rem;
}

.vi-btn-outline-glass {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(8px);
  padding: 14px 26px;
}

.vi-btn-outline-glass:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: #ffffff;
  transform: translateY(-2px);
}

/* Right Glassmorphism Dashboard */
.vi-glass-dashboard {
  background: rgba(8, 24, 46, 0.72);
  border: 1px solid rgba(56, 189, 248, 0.3);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5), inset 0 1px 1px 0 rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 28px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  position: relative;
}

.vi-glass-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}

.vi-glass-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #93c5fd;
  font-family: monospace;
}

.vi-glass-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 8px #38bdf8;
}

.vi-glass-tag {
  background: rgba(0, 102, 204, 0.4);
  color: #e0f2fe;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  border: 1px solid rgba(56, 189, 248, 0.4);
}

/* 2x2 Metric Hub inside Glass Dashboard */
.vi-glass-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 20px;
}

.vi-glass-metric-cell {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 16px;
  transition: var(--vi-transition);
}

.vi-glass-metric-cell:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(56, 189, 248, 0.4);
  transform: translateY(-2px);
}

.vi-gm-val {
  font-size: 1.45rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 4px;
}

.vi-gm-unit {
  font-size: 0.85rem;
  color: #38bdf8;
  font-weight: 600;
}

.vi-gm-lbl {
  font-size: 0.75rem;
  color: #94a3b8;
  line-height: 1.4;
  font-weight: 500;
}

/* Schematic Box inside Glass Dashboard */
.vi-glass-schematic {
  background: rgba(4, 13, 26, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 16px 18px;
  margin-bottom: 18px;
}

.vi-schematic-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.74rem;
  font-weight: 700;
  color: #cbd5e1;
  margin-bottom: 10px;
}

.vi-schematic-sub {
  color: #38bdf8;
  font-size: 0.68rem;
  font-family: monospace;
  letter-spacing: 0.05em;
}

.vi-schematic-svg {
  width: 100%;
  height: auto;
  display: block;
}

.vi-glass-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.75rem;
  color: #94a3b8;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.vi-gf-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.vi-gf-bullet {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #38bdf8;
}

@media (max-width: 991px) {
  .vi-hero-cinematic {
    padding: 70px 0 80px 0;
  }
  .vi-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* Stats Cards (At A Glance) */
.vi-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.vi-stat-card {
  background: #ffffff;
  border: 1px solid var(--vi-slate-200);
  border-radius: var(--vi-radius);
  padding: 28px 24px;
  box-shadow: var(--vi-shadow-sm);
  transition: var(--vi-transition);
  position: relative;
  overflow: hidden;
}

.vi-stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--vi-blue);
  opacity: 0;
  transition: var(--vi-transition);
}

.vi-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--vi-shadow);
  border-color: var(--vi-slate-300);
}

.vi-stat-card:hover::before {
  opacity: 1;
}

.vi-stat-number {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--vi-navy);
  margin-bottom: 8px;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.vi-stat-number span.vi-accent {
  color: var(--vi-red);
}

.vi-stat-desc {
  font-size: 0.95rem;
  color: var(--vi-slate-600);
  line-height: 1.45;
  font-weight: 500;
}

/* Foundation Timeline */
.vi-foundation-box {
  background: #ffffff;
  border: 1px solid var(--vi-slate-200);
  border-radius: var(--vi-radius-lg);
  padding: 40px;
  box-shadow: var(--vi-shadow-sm);
}

.vi-timeline-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  position: relative;
  gap: 16px;
}

.vi-timeline-node {
  flex: 1;
  background: var(--vi-slate-50);
  border: 1px solid var(--vi-slate-200);
  border-radius: var(--vi-radius);
  padding: 24px 20px;
  position: relative;
  text-align: center;
  transition: var(--vi-transition);
}

.vi-timeline-node:hover {
  border-color: var(--vi-blue);
  background: #ffffff;
  box-shadow: var(--vi-shadow);
}

.vi-timeline-node h4 {
  font-size: 1.1rem;
  color: var(--vi-navy);
  margin-bottom: 6px;
}

.vi-timeline-node p {
  font-size: 0.88rem;
  color: var(--vi-slate-600);
  margin: 0;
}

.vi-timeline-arrow {
  color: var(--vi-blue);
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* 7 Manufacturing Lines Grid */
.vi-lines-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  margin-top: 36px;
}

.vi-line-card {
  background: #ffffff;
  border: 1px solid var(--vi-slate-200);
  border-radius: var(--vi-radius-lg);
  padding: 30px 24px;
  box-shadow: var(--vi-shadow-sm);
  transition: var(--vi-transition);
  display: flex;
  flex-direction: column;
  position: relative;
}

.vi-line-card:hover {
  transform: translateY(-5px);
  border-color: var(--vi-blue);
  box-shadow: var(--vi-shadow);
}

.vi-line-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: var(--vi-font-mono);
  color: var(--vi-blue);
  background: var(--vi-blue-light);
  padding: 4px 10px;
  border-radius: 20px;
}

.vi-line-icon {
  width: 48px;
  height: 48px;
  background: var(--vi-slate-50);
  border: 1px solid var(--vi-slate-200);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--vi-navy);
}

.vi-line-category {
  font-size: 0.78rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--vi-red);
  margin-bottom: 6px;
}

.vi-line-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--vi-navy);
  margin-bottom: 10px;
}

.vi-line-desc {
  font-size: 0.92rem;
  color: var(--vi-slate-600);
  margin-bottom: 20px;
  flex-grow: 1;
}

.vi-line-meta {
  border-top: 1px solid var(--vi-slate-200);
  padding-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.88rem;
  font-weight: 600;
}

/* 4 Pillars (Why Virat Infusions) */
.vi-pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 36px;
}

.vi-pillar-card {
  background: #ffffff;
  border: 1px solid var(--vi-slate-200);
  border-radius: var(--vi-radius);
  padding: 30px 22px;
  box-shadow: var(--vi-shadow-sm);
  transition: var(--vi-transition);
}

.vi-pillar-card:hover {
  transform: translateY(-4px);
  border-color: var(--vi-blue);
  box-shadow: var(--vi-shadow);
}

.vi-pillar-icon {
  width: 44px;
  height: 44px;
  background: var(--vi-blue-light);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--vi-blue);
  margin-bottom: 18px;
}

.vi-pillar-card h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.vi-pillar-card p {
  font-size: 0.92rem;
  color: var(--vi-slate-600);
  margin: 0;
}

/* 5-Step Process */
.vi-process-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 40px;
  position: relative;
}

.vi-process-step {
  background: #ffffff;
  border: 1px solid var(--vi-slate-200);
  border-radius: var(--vi-radius);
  padding: 24px 18px;
  text-align: center;
  transition: var(--vi-transition);
  position: relative;
}

.vi-process-step:hover {
  border-color: var(--vi-blue);
  box-shadow: var(--vi-shadow);
}

.vi-step-num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--vi-navy);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 auto 16px auto;
  font-family: var(--vi-font-mono);
}

.vi-process-step:nth-child(even) .vi-step-num {
  background: var(--vi-blue);
}

.vi-process-step h4 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.vi-process-step p {
  font-size: 0.85rem;
  color: var(--vi-slate-600);
  margin: 0;
}

/* Project Status Notice (Claim Discipline) */
.vi-status-notice {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-left: 4px solid #f59e0b;
  border-radius: var(--vi-radius);
  padding: 24px 28px;
  margin: 30px 0;
}

.vi-status-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.vi-status-badge {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 4px 10px;
  background: #d97706;
  color: #ffffff;
  border-radius: 20px;
}

.vi-status-notice h4 {
  color: #92400e;
  margin: 0;
  font-size: 1.1rem;
}

.vi-status-notice p {
  color: #78350f;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Departments Grid (Careers) */
.vi-dept-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.vi-dept-tag {
  background: #ffffff;
  border: 1px solid var(--vi-slate-300);
  border-radius: 30px;
  padding: 8px 18px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--vi-navy);
  transition: var(--vi-transition);
}

.vi-dept-tag:hover {
  background: var(--vi-navy);
  color: #ffffff;
  border-color: var(--vi-navy);
}

/* Table styling for Capacity & Products */
.vi-tech-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin-top: 30px;
  border: 1px solid var(--vi-slate-200);
  border-radius: var(--vi-radius-lg);
  box-shadow: var(--vi-shadow-sm);
  background: #ffffff;
}

.vi-tech-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.92rem;
}

.vi-tech-table th {
  background-color: var(--vi-navy);
  color: #ffffff;
  padding: 16px 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-bottom: 2px solid var(--vi-blue);
}

.vi-tech-table td {
  padding: 16px 20px;
  border-bottom: 1px solid var(--vi-slate-200);
  color: var(--vi-slate-700);
}

.vi-tech-table tr:last-child td {
  border-bottom: none;
}

.vi-tech-table tr:hover td {
  background-color: var(--vi-slate-50);
}

.vi-tech-table .vi-tag-pending {
  font-size: 0.78rem;
  background: var(--vi-slate-100);
  color: var(--vi-slate-600);
  padding: 3px 8px;
  border-radius: 4px;
  font-family: var(--vi-font-mono);
  display: inline-block;
}

/* Forms */
.vi-form-container {
  background: #ffffff;
  border: 1px solid var(--vi-slate-200);
  border-radius: var(--vi-radius-lg);
  padding: 40px;
  box-shadow: var(--vi-shadow);
}

.vi-form-group {
  margin-bottom: 20px;
}

.vi-form-group label {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--vi-navy);
  margin-bottom: 6px;
}

.vi-form-control {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--vi-slate-300);
  border-radius: var(--vi-radius);
  font-size: 0.95rem;
  color: var(--vi-slate-900);
  box-sizing: border-box;
  font-family: var(--vi-font-sans);
  transition: var(--vi-transition);
}

.vi-form-control:focus {
  outline: none;
  border-color: var(--vi-blue);
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.15);
}

.vi-form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* Category Tabs */
.vi-category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.vi-cat-btn {
  padding: 10px 20px;
  border: 1.5px solid var(--vi-slate-300);
  background: #ffffff;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--vi-slate-700);
  cursor: pointer;
  transition: var(--vi-transition);
}

.vi-cat-btn.active, .vi-cat-btn:hover {
  border-color: var(--vi-blue);
  background: var(--vi-blue);
  color: #ffffff;
}

/* Footer */
.vi-footer {
  background-color: var(--vi-navy-dark);
  color: #ffffff;
  padding: 80px 0 30px 0;
  border-top: 3px solid var(--vi-blue);
}

.vi-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 60px;
}

.vi-footer-brand img {
  height: 48px;
  width: auto;
  margin-bottom: 18px;
  display: block;
}

.vi-footer-brand p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
  line-height: 1.6;
  max-width: 320px;
}

.vi-footer-col h4 {
  color: #ffffff;
  font-size: 1.05rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.vi-footer-col h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: var(--vi-red);
}

.vi-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vi-footer-links li {
  margin-bottom: 12px;
}

.vi-footer-links a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  transition: var(--vi-transition);
}

.vi-footer-links a:hover {
  color: #ffffff;
  padding-left: 4px;
}

.vi-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
}

.vi-footer-disclaimer {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--vi-radius);
  padding: 16px 20px;
  margin-bottom: 30px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 1024px) {
  .vi-stats-grid, .vi-pillars-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .vi-process-flow {
    grid-template-columns: repeat(3, 1fr);
  }
  .vi-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .vi-top-bar-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .vi-top-bar-left {
    gap: 12px;
    font-size: 0.78rem;
  }
  .vi-top-bar-right {
    width: 100%;
    justify-content: space-between;
  }
  .vi-header-inner {
    height: 70px;
  }
  .vi-nav-menu {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #ffffff;
    flex-direction: column;
    padding: 20px;
    box-shadow: var(--vi-shadow-lg);
    border-bottom: 1px solid var(--vi-slate-200);
    gap: 16px;
    align-items: flex-start;
  }
  .vi-nav-menu.is-active {
    display: flex;
  }
  .vi-mobile-toggle {
    display: block;
  }
  .vi-hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .vi-stats-grid, .vi-pillars-grid {
    grid-template-columns: 1fr;
  }
  .vi-timeline-flow {
    flex-direction: column;
  }
  .vi-timeline-arrow {
    transform: rotate(90deg);
    margin: 8px 0;
  }
  .vi-process-flow {
    grid-template-columns: 1fr;
  }
  .vi-form-grid-2 {
    grid-template-columns: 1fr;
  }
  .vi-footer-grid {
    grid-template-columns: 1fr;
  }
  .vi-footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}
