/* ==========================================================================
   HELIUM ENTERPRISE PVT. LTD. - COMPONENT STYLES (WHITE THEME)
   Header, Creative Shape Banner, Services, MDM, Portfolio, Timeline & Footer
   ========================================================================== */

/* --------------------------------------------------------------------------
   HEADER & STICKY NAVIGATION (LIGHT MODE)
   -------------------------------------------------------------------------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 84px;
  z-index: 1000;
  background: #ffffff !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid #e2e8f0 !important;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
  transition: all var(--transition-smooth);
}

.site-header.scrolled {
  background: #ffffff !important;
  border-bottom: 1px solid #cbd5e1 !important;
  box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.12);
  height: 76px;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.brand-logo img {
  height: 44px;
  width: auto;
  border-radius: 8px;
  object-fit: contain;
  transition: transform var(--transition-bounce);
}

.brand-logo:hover img {
  transform: scale(1.05);
}

.brand-title {
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand-title span {
  color: var(--primary-blue);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2.25rem;
  list-style: none;
}

.nav-item {
  position: relative;
}

.nav-link {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.5rem 0;
  transition: color var(--transition-fast);
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.nav-link:hover,
.nav-link.active {
  color: var(--primary-blue);
}

/* Animated Contact Now Button with Wiggle Keyframes */
.nav-contact-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.45rem !important;
  padding: 0.55rem 1.35rem !important;
  border-radius: 9999px !important;
  background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
  color: #ffffff !important;
  font-size: 0.85rem !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  box-shadow: 0 8px 20px -4px rgba(37, 99, 235, 0.4) !important;
  animation: 2.5s linear infinite wiggle !important;
  transform-origin: center center !important;
  white-space: nowrap !important;
  transition: all var(--transition-fast) !important;
}

.nav-contact-btn:hover {
  background: linear-gradient(135deg, #1d4ed8, #1e40af) !important;
  box-shadow: 0 12px 25px -4px rgba(37, 99, 235, 0.6) !important;
  color: #ffffff !important;
}

.nav-contact-btn svg {
  transition: transform var(--transition-fast) !important;
}

.nav-contact-btn:hover svg {
  transform: translateX(3px) !important;
}

@keyframes wiggle {

  0%,
  100%,
  40%,
  7% {
    transform: rotateZ(0);
  }

  15%,
  25% {
    transform: rotateZ(-5deg);
  }

  20% {
    transform: rotateZ(5deg);
  }

  30% {
    transform: rotateZ(3deg);
  }

  35% {
    transform: rotateZ(-3deg);
  }
}

/* Nav Dropdown Menu */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: 320px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 1.25rem;
  padding: 1rem;
  box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.12);
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-smooth);
  z-index: 1100;
  list-style: none;
}

.dropdown-menu::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-left: 1px solid #e2e8f0;
  border-top: 1px solid #e2e8f0;
  border-radius: 2px 0 0 0;
  z-index: -1;
}

.nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.dropdown-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0.9rem;
  color: var(--text-muted);
  text-decoration: none;
  border-radius: 0.75rem;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all var(--transition-fast);
}

.dropdown-link:hover {
  background: #eff6ff;
  color: var(--primary-blue);
  transform: translateX(4px);
}

.mobile-menu-btn {
  display: none;
  background: transparent;
  border: none;
  color: var(--text-main);
  cursor: pointer;
  padding: 0.5rem;
}

/* Mobile Menu Full Overlay */
.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(25px);
  z-index: 2000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 2rem;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-smooth);
}

/* --- 8. Page Loader --- */
#page-loader {
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background: #090e1a;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.loader-brand {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  opacity: 0;
  animation: fadeUp 0.8s ease forwards 0.2s;
}

.loader-brand span { color: #38bdf8; }

/* Creative Orbital Loader */
.creative-loader {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid transparent;
}

.loader-ring:nth-child(1) {
  border-top-color: #38bdf8;
  animation: spinLoader 1.2s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}

.loader-ring:nth-child(2) {
  width: 80%;
  height: 80%;
  border-right-color: #2563eb;
  animation: spinLoader 1.5s cubic-bezier(0.42, 0, 0.58, 1) infinite reverse;
}

.loader-ring:nth-child(3) {
  width: 60%;
  height: 60%;
  border-bottom-color: #818cf8;
  animation: spinLoader 1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}

.loader-core {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 20px #38bdf8, 0 0 40px #38bdf8;
  animation: pulseCore 1s ease-in-out infinite alternate;
}

@keyframes spinLoader {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes pulseCore {
  0% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(1.5); opacity: 1; }
}

.loader-progress-bar {
  display: none; /* Hide old pill loader */
}
.loader-progress-fill {
  display: none;
}

.mobile-nav-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.mobile-nav-link {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-main);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.mobile-nav-link:hover {
  color: var(--primary-blue);
}

.mobile-close-btn {
  position: absolute;
  top: 1.75rem;
  right: 2rem;
  background: transparent;
  border: none;
  color: var(--text-main);
  cursor: pointer;
}

/* --------------------------------------------------------------------------
   HERO SECTION & CREATIVE SHAPE BANNER LOOK (WHITE THEME)
   -------------------------------------------------------------------------- */
.hero-section {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 80px;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 25%, rgba(191, 219, 254, 0.6) 0%, transparent 50%),
    radial-gradient(circle at 85% 35%, rgba(199, 210, 254, 0.5) 0%, transparent 50%),
    linear-gradient(180deg, rgba(248, 250, 252, 0.7) 0%, rgba(255, 255, 255, 0.9) 100%);
}

.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-size: 45px 45px;
  background-image:
    linear-gradient(to right, rgba(37, 99, 235, 0.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(37, 99, 235, 0.08) 1px, transparent 1px);
  pointer-events: none;
  z-index: 1;
}

#hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.5rem;
  align-items: center;
}

.hero-headline {
  font-size: clamp(2.75rem, 4.8vw, 4.25rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: var(--text-main);
}

.hero-description {
  font-size: 1.15rem;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 2.5rem;
  max-width: 640px;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

/* Left/Right Creative Shape Banner Container */
.hero-creative-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.creative-shape-img {
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: contain;
  border-radius: 1.5rem;
}

.floating-badge {
  position: absolute;
  padding: 0.85rem 1.35rem;
  border-radius: 1.25rem;
  background: #ffffff;
  border: 1px solid #bfdbfe;
  box-shadow: 0 15px 35px -5px rgba(37, 99, 235, 0.15);
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 0.9rem;
  font-weight: 700;
  z-index: 10;
  color: var(--text-main);
  animation: floatMotion 6s infinite ease-in-out;
}

.badge-top-right {
  top: -15px;
  right: -15px;
}

.badge-bottom-left {
  bottom: -15px;
  left: -15px;
  animation-delay: -3s;
}

@keyframes floatMotion {

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

  50% {
    transform: translateY(-12px);
  }
}

/* --------------------------------------------------------------------------
   TRUST / STATS SECTION (CREATIVE GSAP ANIMATED GRID)
   -------------------------------------------------------------------------- */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.stat-card {
  position: relative;
  padding: 2.5rem 1.75rem;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.05);
  transition: all var(--transition-bounce);
  overflow: hidden;
}

.stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #2563eb, #0284c7);
  opacity: 0;
  transition: opacity var(--transition-fast);
}

.stat-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: #93c5fd;
  box-shadow: 0 20px 45px -10px rgba(37, 99, 235, 0.15);
}

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

.stat-icon-box {
  width: 54px;
  height: 54px;
  border-radius: 1.25rem;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2563eb;
  margin: 0 auto 1.25rem auto;
  transition: transform var(--transition-bounce), background-color var(--transition-fast);
}

.stat-card:hover .stat-icon-box {
  transform: scale(1.1) rotate(6deg);
  background: #2563eb;
  color: #ffffff;
}

.stat-number {
  font-size: clamp(2.75rem, 4vw, 3.75rem);
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 50%, #0284c7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stat-label {
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

/* --------------------------------------------------------------------------
   SERVICES INTERACTIVE PANEL (WHITE THEME)
   -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
   SERVICES INTERACTIVE PANEL (CREATIVE MODERN LIGHT THEME)
   -------------------------------------------------------------------------- */
.services-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 2.5rem;
  align-items: start;
}

.service-nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.service-tab-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.4rem;
  border-radius: 1.15rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: var(--text-muted);
  text-align: left;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  transition: all var(--transition-bounce);
  box-shadow: 0 4px 15px rgba(15, 23, 42, 0.03);
  overflow: hidden;
}

.tab-badge {
  width: 34px;
  height: 34px;
  border-radius: 0.75rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #64748b;
  font-size: 0.75rem;
  font-weight: 800;
  font-family: monospace;
  display: flex;
  align-items: center;
  justify-content: center;
  shrink: 0;
  transition: all var(--transition-fast);
}

.tab-label {
  flex: 1;
  font-weight: 700;
  color: var(--text-main);
  transition: color var(--transition-fast);
}

.tab-arrow {
  color: #94a3b8;
  transition: transform var(--transition-bounce), color var(--transition-fast);
}

.service-tab-btn:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
  transform: translateX(5px);
}

.service-tab-btn:hover .tab-badge {
  background: #e0f2fe;
  color: #0284c7;
  border-color: #bae6fd;
}

.service-tab-btn:hover .tab-arrow {
  color: #0284c7;
  transform: translateX(4px);
}

.service-tab-btn.active {
  background: #eff6ff;
  border-color: #93c5fd;
  box-shadow: 0 12px 30px -8px rgba(37, 99, 235, 0.15), 0 0 0 1px rgba(37, 99, 235, 0.2);
  transform: translateX(6px);
}

.service-tab-btn.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #2563eb, #0284c7);
  border-radius: 4px 0 0 4px;
}

.service-tab-btn.active .tab-badge {
  background: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
}

.service-tab-btn.active .tab-label {
  color: #1e40af;
}

.service-tab-btn.active .tab-arrow {
  color: #2563eb;
  transform: translateX(5px);
}

/* Service Preview Panel Card */
.service-preview-panel {
  padding: 2rem;
  border-radius: 2rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 25px 50px -15px rgba(15, 23, 42, 0.08), 0 0 0 1px rgba(226, 232, 240, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 520px;
  position: relative;
  overflow: hidden;
  transition: all var(--transition-smooth);
}

.service-preview-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.75rem;
}

.service-category-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 1.1rem;
  border-radius: 9999px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: var(--primary-blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.service-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 1.15rem;
  background: linear-gradient(135deg, #eff6ff, #e0f2fe);
  border: 1px solid #bfdbfe;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-blue);
  box-shadow: 0 8px 20px -4px rgba(37, 99, 235, 0.15);
  shrink: 0;
}

.service-icon-box i,
.service-icon-box svg {
  width: 24px !important;
  height: 24px !important;
  stroke: var(--primary-blue) !important;
  stroke-width: 2.2 !important;
  display: inline-block !important;
  vertical-align: middle !important;
}

.service-preview-title {
  font-size: clamp(1.85rem, 3vw, 2.25rem);
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 0.35rem;
  line-height: 1.2;
}

.service-preview-subtitle {
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary-blue);
  margin-bottom: 1.25rem;
}

.service-preview-desc {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 2rem;
}

.service-highlight-box {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.25rem 1.5rem;
  border-radius: 1.25rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  margin-bottom: 2rem;
}

.stat-mini {
  display: flex;
  flex-direction: column;
}

.stat-mini-val {
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--primary-blue);
  line-height: 1;
}

.stat-mini-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #64748b;
  margin-top: 0.25rem;
}

.stat-mini-divider {
  width: 1px;
  height: 36px;
  background: #cbd5e1;
}

.stat-mini-highlight {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.95rem;
}

.service-tech-wrapper {
  margin-top: 1.75rem;
  margin-bottom: 2rem;
}

.service-tech-label {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #64748b;
  margin-bottom: 0.85rem;
  display: block;
}

.service-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.service-pill {
  padding: 0.5rem 1.15rem;
  border-radius: 9999px;
  background: #ffffff;
  border: 1.5px solid #cbd5e1;
  font-size: 0.85rem;
  font-weight: 700;
  color: #334155;
  transition: all var(--transition-fast);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.service-pill:hover {
  border-color: #2563eb;
  background: #eff6ff;
  color: #2563eb;
  transform: translateY(-2px);
}

.service-preview-footer {
  padding-top: 1.75rem !important;
  padding-bottom: 0.25rem;
  border-top: 1px solid #e2e8f0 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

/* --------------------------------------------------------------------------
   WHY HELIUM GRID
   -------------------------------------------------------------------------- */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

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

@media (max-width: 640px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}

.feature-card {
  padding: 2.25rem 2rem;
  position: relative;
  background: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.04);
  transition: all var(--transition-smooth);
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #2563eb, #0284c7);
  opacity: 0;
  transition: opacity var(--transition-fast);
}

.feature-card:hover {
  transform: translateY(-8px);
  border-color: #93c5fd;
  box-shadow: 0 20px 45px -10px rgba(37, 99, 235, 0.14), 0 0 0 1px rgba(37, 99, 235, 0.2);
}

.feature-card:hover::before {
  opacity: 1;
}

.feature-icon-wrapper {
  width: 56px;
  height: 56px;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, #eff6ff, #e0f2fe);
  border: 1px solid #bfdbfe;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-blue);
  margin-bottom: 1.5rem;
  transition: transform var(--transition-bounce), background-color var(--transition-fast);
}

.feature-icon-wrapper i,
.feature-icon-wrapper svg {
  width: 24px !important;
  height: 24px !important;
  stroke: var(--primary-blue) !important;
  stroke-width: 2.2 !important;
  display: inline-block !important;
  transition: stroke var(--transition-fast);
}

.feature-card:hover .feature-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
  background: #2563eb;
}

.feature-card:hover .feature-icon-wrapper svg {
  stroke: #ffffff !important;
}

.feature-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 0.75rem;
  line-height: 1.25;
}

.feature-desc {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

/* --------------------------------------------------------------------------
   PROCESS TIMELINE (CONNECTED LINE & CREATIVE NODES)
   -------------------------------------------------------------------------- */
.process-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  max-width: 900px;
  margin: 0 auto;
}

.timeline-line-track {
  position: absolute;
  left: 31px;
  top: 32px;
  bottom: 32px;
  width: 3px;
  background: #cbd5e1;
  border-radius: 3px;
  z-index: 1;
}

.timeline-line-progress {
  position: absolute;
  left: 31px;
  top: 32px;
  height: 0%;
  width: 3px;
  background: linear-gradient(180deg, #2563eb, #0284c7);
  border-radius: 3px;
  z-index: 2;
  box-shadow: 0 0 12px rgba(37, 99, 235, 0.6);
}

.process-step {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 2rem;
  align-items: center;
}

.step-number {
  position: relative;
  z-index: 4;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #ffffff;
  border: 2.5px solid #2563eb;
  box-shadow: 0 8px 24px -4px rgba(37, 99, 235, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 900;
  color: #2563eb;
  transition: all var(--transition-bounce);
  shrink: 0;
}

.step-number::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2px;
  background: linear-gradient(90deg, #2563eb, #60a5fa, #2563eb);
  background-size: 200% 100%;
  z-index: -1;
  transition: all var(--transition-smooth);
}

.process-step:hover .step-number::after {
  animation: flowLine 1.5s linear infinite;
}

@keyframes flowLine {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.process-step:hover .step-number {
  background: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
  transform: scale(1.1);
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.4);
}

.step-content {
  position: relative;
  z-index: 3;
  padding: 1.75rem 2.25rem;
  border-radius: 1.5rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.04);
  transition: all var(--transition-smooth);
  overflow: hidden;
}

.step-content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #2563eb, #0284c7);
  opacity: 0;
  transition: opacity var(--transition-fast);
}

.step-content:hover {
  transform: translateX(8px);
  border-color: #93c5fd;
  box-shadow: 0 20px 45px -10px rgba(37, 99, 235, 0.14), 0 0 0 1px rgba(37, 99, 235, 0.2);
}

.step-content:hover::before {
  opacity: 1;
}

@media (max-width: 640px) {

  .timeline-line-track,
  .timeline-line-progress {
    left: 23px;
  }

  .process-step {
    grid-template-columns: 48px 1fr;
    gap: 1.25rem;
  }

  .step-number {
    width: 48px;
    height: 48px;
    font-size: 1rem;
  }
  
  .step-number::after {
    width: 1.25rem;
  }
}

/* --------------------------------------------------------------------------
   FEATURED CASE STUDIES SLIDER & NAVIGATION
   -------------------------------------------------------------------------- */
.case-studies-header-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
  .case-studies-header-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

.slider-nav-controls {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.slider-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid #cbd5e1;
  color: var(--text-main);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(15, 23, 42, 0.05);
  transition: all var(--transition-bounce);
}

.slider-btn:hover:not(:disabled) {
  background: var(--primary-blue);
  color: #ffffff;
  border-color: var(--primary-blue);
  transform: scale(1.08);
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.35);
}

.slider-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.case-study-slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0.75rem 0.25rem 1.5rem;
}

.case-study-slider-track {
  display: flex;
  gap: 2rem;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
  cursor: grab;
  user-select: none;
}

.case-study-slide {
  flex: 0 0 calc(33.333% - 1.35rem);
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.case-study-slide > .case-study-card {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.case-study-img-wrap {
  width: 100%;
  height: 170px;
  border-radius: 0.75rem;
  overflow: hidden;
  margin-bottom: 1rem;
}

.case-study-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-bounce);
}

.case-study-card:hover .case-study-img {
  transform: scale(1.05);
}

@media (max-width: 1024px) {
  .case-study-slide {
    flex: 0 0 calc(50% - 1rem);
  }
}

@media (max-width: 640px) {
  .case-study-slide {
    flex: 0 0 100%;
  }
}

.slider-dots-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 2.5rem;
}

.slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 9999px;
  background: #cbd5e1;
  border: none;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.slider-dot.active {
  width: 36px;
  background: var(--primary-blue);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
}

.case-study-card {
  padding: 1.5rem 1.5rem;
  border-radius: 1.25rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  transition: all var(--transition-smooth);
}

.case-study-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #2563eb, #0284c7);
  opacity: 0;
  transition: opacity var(--transition-fast);
}

.case-study-card:hover {
  transform: translateY(-8px);
  border-color: #93c5fd;
  box-shadow: 0 22px 48px -12px rgba(37, 99, 235, 0.15), 0 0 0 1px rgba(37, 99, 235, 0.2);
}

.case-study-card:hover::before {
  opacity: 1;
}

.case-study-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.case-study-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.9rem;
  border-radius: 9999px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: var(--primary-blue);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.case-study-metric-badge {
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #15803d;
  font-size: 0.75rem;
  font-weight: 800;
}

.case-study-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text-main);
  line-height: 1.35;
  margin-bottom: 0.6rem;
}

.case-study-desc {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.case-study-stats {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 0.85rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  margin-bottom: 1rem;
}

.case-stat {
  display: flex;
  flex-direction: column;
}

.case-stat-num {
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--primary-blue);
  line-height: 1;
}

.case-stat-lbl {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #64748b;
  margin-top: 0.2rem;
}

.case-stat-divider {
  width: 1px;
  height: 32px;
  background: #cbd5e1;
}

.case-study-techs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.tech-pill {
  padding: 0.25rem 0.65rem;
  border-radius: 9999px;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  font-size: 0.72rem;
  font-weight: 700;
  color: #334155;
  transition: all var(--transition-fast);
}

.tech-pill:hover {
  border-color: #2563eb;
  background: #eff6ff;
  color: #2563eb;
}

.case-study-footer {
  padding-top: 1.25rem;
  border-top: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* --------------------------------------------------------------------------
   CREATIVE CTA BANNER
   -------------------------------------------------------------------------- */
.cta-creative-card {
  position: relative;
  padding: 4.5rem 2.5rem;
  border-radius: 2.75rem;
  background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 50%, #e0f2fe 100%);
  border: 1.5px solid #bfdbfe;
  box-shadow: 0 25px 60px -15px rgba(37, 99, 235, 0.12), 0 0 0 1px rgba(37, 99, 235, 0.15);
  overflow: hidden;
  text-align: center;
}

.cta-glow-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  pointer-events: none;
  opacity: 0.6;
}

.cta-blob-1 {
  width: 250px;
  height: 250px;
  background: rgba(37, 99, 235, 0.15);
  top: -50px;
  left: -50px;
}

/* --------------------------------------------------------------------------
   FOOTER CIRCULAR SOCIAL MEDIA ICON BUTTONS & ADDRESS CARD
   -------------------------------------------------------------------------- */
.footer-social-row {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.footer-social-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(30, 41, 59, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all var(--transition-bounce);
  text-decoration: none;
  flex-shrink: 0;
}

.footer-social-btn svg {
  transition: transform var(--transition-bounce), fill var(--transition-fast), stroke var(--transition-fast);
}

.footer-social-btn:hover {
  transform: translateY(-4px) scale(1.12);
}

.footer-social-btn:hover svg {
  transform: scale(1.15);
}

/* Brand Specific Hover States */
.phone-btn:hover {
  background: #2563eb !important;
  border-color: #3b82f6 !important;
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.5) !important;
}

.phone-btn:hover svg {
  stroke: #ffffff !important;
}

.wa-btn:hover {
  background: #25d366 !important;
  border-color: #25d366 !important;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.5) !important;
}

.wa-btn:hover svg {
  fill: #ffffff !important;
}

.fb-btn:hover {
  background: #1877f2 !important;
  border-color: #1877f2 !important;
  box-shadow: 0 10px 25px rgba(24, 119, 242, 0.5) !important;
}

.fb-btn:hover svg {
  fill: #ffffff !important;
}

.li-btn:hover {
  background: #0a66c2 !important;
  border-color: #0a66c2 !important;
  box-shadow: 0 10px 25px rgba(10, 102, 194, 0.5) !important;
}

.li-btn:hover svg {
  fill: #ffffff !important;
}

.mail-btn:hover {
  background: #6366f1 !important;
  border-color: #818cf8 !important;
  box-shadow: 0 10px 25px rgba(99, 102, 241, 0.5) !important;
}

.mail-btn:hover svg {
  stroke: #ffffff !important;
}

/* --------------------------------------------------------------------------
   CORPORATE OFFICE COLUMN STYLING (PERFECT ALIGNMENT & WHITE CONTRAST)
   -------------------------------------------------------------------------- */
.footer-hq-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.3rem 0.8rem;
  border-radius: 9999px;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.25);
  color: #34d399;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hq-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 8px #10b981;
  animation: hqPulse 2s infinite;
}

@keyframes hqPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(16, 185, 129, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
  }
}

.footer-company-name {
  color: #ffffff !important;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-bottom: 1.15rem;
}

.footer-office-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.office-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.office-icon-badge {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(56, 189, 248, 0.1);
  border: 1px solid rgba(56, 189, 248, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.office-icon-clock {
  background: rgba(148, 163, 184, 0.1);
  border-color: rgba(148, 163, 184, 0.2);
}

.office-text {
  color: #cbd5e1;
  font-size: 0.88rem;
  line-height: 1.6;
  font-weight: 500;
}

.office-phone-link {
  color: #38bdf8;
  font-weight: 800;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color var(--transition-fast);
}

.office-phone-link:hover {
  color: #ffffff;
}

.office-hours-text {
  color: #94a3b8;
  font-size: 0.82rem;
}

/* --------------------------------------------------------------------------
   INDUSTRIES GRID
   -------------------------------------------------------------------------- */
.industries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.75rem;
}

.industry-card {
  padding: 2.25rem 2rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  cursor: pointer;
  transition: all var(--transition-bounce);
}

.industry-card:hover {
  transform: translateY(-6px);
  border-color: #93c5fd;
  box-shadow: var(--shadow-hover);
}

/* --------------------------------------------------------------------------
   HELIUMMDM SPOTLIGHT & DASHBOARD MOCKUP
   -------------------------------------------------------------------------- */
.mdm-spotlight {
  background: linear-gradient(135deg, #ffffff 0%, #eff6ff 100%);
  border: 1px solid #bfdbfe;
  border-radius: 2rem;
  padding: 3.5rem 3rem;
  box-shadow: var(--shadow-hover);
}

.mdm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

.dashboard-mockup {
  background: #ffffff;
  border-radius: 1.5rem;
  border: 1px solid #cbd5e1;
  padding: 1.75rem;
  box-shadow: 0 25px 50px -15px rgba(15, 23, 42, 0.12);
}

.dash-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 1rem;
  margin-bottom: 1.25rem;
}

.dash-dots {
  display: flex;
  gap: 0.4rem;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.dot-red {
  background: #ef4444;
}

.dot-yellow {
  background: #f59e0b;
}

.dot-green {
  background: #10b981;
}

.dash-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
  margin-bottom: 1.25rem;
}

.dash-stat-box {
  background: #f8fafc;
  padding: 0.95rem;
  border-radius: 0.85rem;
  border: 1px solid #e2e8f0;
}

.dash-stat-val {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--primary-blue);
}

/* --------------------------------------------------------------------------
   CONTACT FORM & DETAILS
   -------------------------------------------------------------------------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3rem;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-label {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
  color: var(--text-main);
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 0.9rem 1.15rem;
  border-radius: 0.85rem;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  color: var(--text-main);
  font-family: var(--font-family);
  font-size: 0.95rem;
  outline: none;
  transition: all var(--transition-fast);
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.form-error {
  color: #dc2626;
  font-size: 0.8rem;
  font-weight: 600;
  margin-top: 0.35rem;
  display: none;
}

/* --------------------------------------------------------------------------
   FOOTER (CREATIVE DARK GLASSMORPHISM THEME WITH SHAPE BACKGROUND)
   -------------------------------------------------------------------------- */
.site-footer {
  position: relative;
  background: linear-gradient(180deg, #090e1a 0%, #030712 100%);
  color: #f8fafc;
  padding-top: 5.5rem;
  padding-bottom: 2.5rem;
  z-index: 10;
  overflow: hidden;
}

/* Top Curved Wave Shape Divider */
.footer-shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 2;
  pointer-events: none;
}

.footer-shape-divider svg {
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
}

@media (min-width: 768px) {
  .footer-shape-divider svg {
    height: 85px;
  }
}

.footer-bg-glow-1 {
  position: absolute;
  top: 10%;
  left: 15%;
  width: 500px;
  height: 350px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.16) 0%, transparent 70%);
  pointer-events: none;
  filter: blur(60px);
}

.footer-bg-glow-2 {
  position: absolute;
  bottom: 0%;
  right: 12%;
  width: 550px;
  height: 350px;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.12) 0%, transparent 70%);
  pointer-events: none;
  filter: blur(70px);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 3rem;
  margin-bottom: 4rem;
}

.footer-brand-title {
  color: #ffffff !important;
  font-size: 1.35rem;
  font-weight: 800;
}

.footer-brand-title span {
  color: #38bdf8 !important;
}

.footer-logo-img {
  height: 44px;
  width: auto;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.footer-brand-desc {
  color: #94a3b8;
  margin-top: 1.15rem;
  max-width: 320px;
  font-size: 0.92rem;
  line-height: 1.65;
}

.footer-col-title {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 1.25rem;
  color: #ffffff;
  letter-spacing: -0.01em;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-link {
  color: #94a3b8;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all var(--transition-fast);
  display: inline-block;
}

.footer-link:hover {
  color: #38bdf8;
  transform: translateX(4px);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #94a3b8;
  font-size: 0.875rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom-link {
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 600;
  transition: color var(--transition-fast);
}

.footer-bottom-link:hover {
  color: #38bdf8;
}

/* --------------------------------------------------------------------------
   CUSTOM CURSOR (BLUE FOR LIGHT THEME)
   -------------------------------------------------------------------------- */
#custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--primary-blue);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: width 0.2s, height 0.2s, background-color 0.2s;
}

#custom-cursor-follower {
  position: fixed;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 1.5px solid rgba(37, 99, 235, 0.4);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: transform 0.15s ease-out, width 0.25s, height 0.25s, border-color 0.25s;
}

body.cursor-hover #custom-cursor {
  width: 18px;
  height: 18px;
  background: var(--cyan-glow);
}

body.cursor-hover #custom-cursor-follower {
  width: 60px;
  height: 60px;
  border-color: var(--primary-blue);
}

/* --------------------------------------------------------------------------
   ABOUT SECTION LAYOUT (EXACT SCREENSHOT DESIGN MATCH)
   -------------------------------------------------------------------------- */
.about-section-container {
  position: relative;
  background-color: #ffffff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.about-section-container p {
  margin-bottom: 1.75rem;
}

.about-grid-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5rem;
  align-items: center;
}

@media (max-width: 1024px) {
  .about-grid-layout {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }
}

.about-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.45rem 1.15rem;
  border-radius: 9999px;
  border: 1.5px solid #d1d5db;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #334155;
}

.pulse-dot-green {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #056636;
  box-shadow: 0 0 0 0 rgba(5, 102, 54, 0.4);
  animation: pulseGreen 2s infinite;
}

@keyframes pulseGreen {
  0% {
    box-shadow: 0 0 0 0 rgba(5, 102, 54, 0.6);
  }

  70% {
    box-shadow: 0 0 0 8px rgba(5, 102, 54, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(5, 102, 54, 0);
  }
}

.about-headline {
  font-family: var(--font-family);
  font-size: clamp(2.5rem, 4.5vw, 3.85rem);
  line-height: 1.12;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.about-headline-highlight {
  color: #056636;
}

.btn-pill-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.85rem;
  border-radius: 9999px;
  background-color: #056636;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all var(--transition-fast);
  box-shadow: 0 4px 14px rgba(5, 102, 54, 0.25);
  border: 1px solid transparent;
}

.btn-pill-green:hover {
  background-color: #044d28;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(5, 102, 54, 0.35);
  color: #ffffff;
}

.btn-pill-outline-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.85rem;
  border-radius: 9999px;
  background-color: #ffffff;
  border: 1.5px solid #d1d5db;
  color: #056636;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all var(--transition-fast);
}

.btn-pill-outline-green:hover {
  border-color: #056636;
  background-color: #f0fdf4;
  transform: translateY(-2px);
  color: #056636;
}

.about-visual-card {
  width: 100%;
}

.about-visual-card img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: cover;
  display: block;
  border-radius: 44px;
  transition: transform var(--transition-smooth);
}

.about-visual-card:hover img {
  transform: scale(1.02);
}

/* --------------------------------------------------------------------------
   RESPONSIVE BREAKPOINTS
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {

  #viewport-scroll-container {
    position: static !important;
    height: auto !important;
    overflow: visible !important;
  }

  #scroll-content {
    position: static !important;
    transform: none !important;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .hero-grid,
  .services-layout,
  .mdm-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

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

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

  .nav-links {
    display: none;
  }

  .mobile-menu-btn {
    display: block;
  }
}

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

  .why-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  #custom-cursor,
  #custom-cursor-follower {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .stat-card {
    padding: 1.5rem 1rem;
  }

  .stat-number {
    font-size: clamp(2rem, 7vw, 2.75rem);
  }

  .stat-label {
    font-size: 0.85rem;
  }
}

@media (max-width: 420px) {
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .stat-card {
    padding: 1.5rem 1.25rem;
  }
}

/* --------------------------------------------------------------------------
   FLOATING WHATSAPP CHAT WIDGET
   -------------------------------------------------------------------------- */
.wa-widget-container {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 2147483647;
  /* Maximum possible z-index to guarantee it's on top */
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-family: var(--font-family);
  pointer-events: none;
  /* Let clicks pass through the invisible container */
}

.wa-widget-container * {
  pointer-events: auto;
  /* Re-enable clicks on all children */
}

.wa-toggle-btn {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #25D366;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4);
  transition: all var(--transition-bounce);
  animation: waPulse 2s infinite;
  pointer-events: auto !important;
  /* Force clickability */
}

.wa-toggle-btn:hover {
  transform: scale(1.1);
  background: #128C7E;
}

@keyframes waPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.wa-chat-panel {
  position: absolute;
  bottom: 85px;
  right: 0;
  width: 350px;
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.95);
  transform-origin: bottom right;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wa-chat-panel.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.wa-chat-header {
  background: #075E54;
  padding: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}

.wa-header-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.wa-avatar {
  position: relative;
  width: 45px;
  height: 45px;
}

.wa-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ffffff;
}

.wa-online-dot {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 12px;
  height: 12px;
  background: #25D366;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.wa-name {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.1rem;
}

.wa-status {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.85);
}

.wa-close-btn {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background var(--transition-fast);
}

.wa-close-btn:hover {
  background: rgba(255, 255, 255, 0.3);
}

.wa-chat-body {
  padding: 1.5rem;
  background-color: #E5DDD5;
  background-image: url('data:image/svg+xml,%3Csvg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="%23d8d0c8" fill-opacity="0.4" fill-rule="evenodd"%3E%3Ccircle cx="3" cy="3" r="3"/%3E%3Ccircle cx="13" cy="13" r="3"/%3E%3C/g%3E%3C/svg%3E');
  height: 320px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Custom Scrollbar for Chat */
.wa-chat-body::-webkit-scrollbar {
  width: 5px;
}

.wa-chat-body::-webkit-scrollbar-track {
  background: transparent;
}

.wa-chat-body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.wa-message-bubble {
  background: #ffffff;
  padding: 0.85rem 1rem;
  border-radius: 0 1rem 1rem 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  max-width: 85%;
  position: relative;
  align-self: flex-start;
}

.wa-message-bubble::before {
  content: '';
  position: absolute;
  top: 0;
  left: -8px;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}

.wa-message-sender {
  font-size: 0.75rem;
  font-weight: 800;
  color: #128C7E;
  margin-bottom: 0.25rem;
}

.wa-message-bubble p {
  font-size: 0.95rem;
  color: #111111;
  line-height: 1.4;
  margin-bottom: 0.35rem;
}

.wa-message-time {
  font-size: 0.65rem;
  color: #888888;
  text-align: right;
  margin-top: -0.2rem;
}

/* User Message Styling */
.wa-message-user {
  background: #dcf8c6;
  border-radius: 1rem 0 1rem 1rem;
  align-self: flex-end;
}

.wa-message-user::before {
  left: auto;
  right: -8px;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent transparent #dcf8c6;
}

/* Typing Indicator */
.wa-typing-indicator {
  background: #ffffff;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  align-self: flex-start;
  display: flex;
  gap: 0.3rem;
  width: max-content;
}

.wa-typing-indicator span {
  width: 6px;
  height: 6px;
  background: #888888;
  border-radius: 50%;
  animation: typingBounce 1.4s infinite ease-in-out both;
}

.wa-typing-indicator span:nth-child(1) {
  animation-delay: -0.32s;
}

.wa-typing-indicator span:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes typingBounce {

  0%,
  80%,
  100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

.wa-chat-footer {
  padding: 0.85rem;
  background: #f0f2f5;
  border-top: 1px solid #e2e8f0;
}

.wa-chat-form {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

#waChatInput {
  flex: 1;
  padding: 0.8rem 1.25rem;
  border-radius: 2rem;
  border: none;
  background: #ffffff;
  font-size: 0.95rem;
  outline: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  font-family: inherit;
}

.wa-send-btn {
  background: #128C7E;
  color: #ffffff;
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.wa-send-btn:hover {
  background: #075E54;
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .wa-widget-container {
    bottom: 20px;
    right: 20px;
  }

  .wa-chat-panel {
    width: 320px;
  }
}

/* --------------------------------------------------------------------------
   SUBPAGE CREATIVE BANNER (PREMIUM WHITE THEME WITH BLOB GLOWS)
   -------------------------------------------------------------------------- */
.subpage-banner {
  padding-top: 170px !important;
  padding-bottom: 90px !important;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  background: linear-gradient(180deg, rgba(239, 246, 255, 0.85) 0%, rgba(245, 243, 255, 0.4) 50%, rgba(255, 255, 255, 1) 100%);
}

/* Premium dynamic grid line mask */
.subpage-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-size: 40px 40px;
  background-image:
    linear-gradient(to right, rgba(37, 99, 235, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(37, 99, 235, 0.04) 1px, transparent 1px);
  mask-image: radial-gradient(circle at center, black 50%, transparent 100%);
  -webkit-mask-image: radial-gradient(circle at center, black 50%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

/* Floating animated highlight glow */
.subpage-banner::after {
  content: '';
  position: absolute;
  top: -15%;
  left: 20%;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.09) 0%, rgba(14, 165, 233, 0.05) 60%, transparent 100%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
  animation: banner-float-slow 20s infinite alternate ease-in-out;
}

/* Creative floating blobs */
.subpage-banner-blob-2 {
  position: absolute;
  bottom: -20%;
  right: 15%;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.06) 0%, rgba(236, 72, 153, 0.03) 60%, transparent 100%);
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
  animation: banner-float-slow-reverse 25s infinite alternate ease-in-out;
}

@keyframes banner-float-slow {
  0% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(40px, -30px) scale(1.08);
  }

  100% {
    transform: translate(-20px, 20px) scale(0.92);
  }
}

@keyframes banner-float-slow-reverse {
  0% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(-30px, 40px) scale(0.95);
  }

  100% {
    transform: translate(20px, -20px) scale(1.05);
  }
}

/* Subpage Banner Typography styling */
.subpage-banner h1 {
  font-size: 3.5rem !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em !important;
  margin-bottom: 1.5rem !important;
}

@media (max-width: 768px) {
  .subpage-banner h1 {
    font-size: 2.5rem !important;
  }
}

.subpage-banner p {
  font-size: 1.15rem !important;
  color: var(--text-muted) !important;
  line-height: 1.65 !important;
  margin-bottom: 2rem !important;
}

/* --------------------------------------------------------------------------
   ROBUST GRID LAYOUTS FOR INNER PAGES (FALLBACK FOR TAILWIND STALLS)
   -------------------------------------------------------------------------- */
.about-grid-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  width: 100%;
}

@media (min-width: 992px) {
  .about-grid-layout {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    align-items: center;
  }
}

.values-grid,
.teams-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  width: 100%;
}

.founders-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 768px) {

  .values-grid,
  .teams-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

.founder-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 1.5rem;
  padding: 3rem !important;
  overflow: hidden;
  border-radius: 1.5rem;
  transition: all 0.5s ease;
  z-index: 1;
}

.founder-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px -12px rgba(37, 99, 235, 0.15);
}

.founder-watermark {
  position: absolute;
  right: -1rem;
  bottom: -2rem;
  font-size: 12rem;
  font-weight: 900;
  line-height: 1;
  color: #2563eb;
  opacity: 0.05;
  user-select: none;
  pointer-events: none;
  transition: transform 0.7s ease;
  z-index: -1;
}

.founder-card:hover .founder-watermark {
  transform: scale(1.1) rotate(-5deg);
}

.founder-varsha .founder-watermark {
  color: #4f46e5;
}

.founder-varsha:hover .founder-watermark {
  transform: scale(1.1) rotate(5deg);
}

.founder-avatar {
  width: 80px;
  height: 80px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  font-size: 2rem;
  font-weight: 900;
  flex-shrink: 0;
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.2);
  transition: transform 0.5s ease;
}

.founder-card:hover .founder-avatar {
  transform: scale(1.1);
}

.founder-info h3 {
  transition: color 0.3s ease;
}

.founder-ajay:hover .founder-info h3 {
  color: #2563eb;
}

.founder-varsha:hover .founder-info h3 {
  color: #4f46e5;
}

.founder-line {
  width: 3rem;
  height: 4px;
  background-color: #bfdbfe;
  margin-top: 2rem;
  border-radius: 2px;
  transition: width 0.5s ease;
}

.founder-varsha .founder-line {
  background-color: #c7d2fe;
}

.founder-card:hover .founder-line {
  width: 100%;
}

.avatar-blue {
  background: linear-gradient(135deg, #2563eb, #0ea5e9);
}

.avatar-indigo {
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
}

.avatar-cyan {
  background: linear-gradient(135deg, #06b6d4, #0ea5e9);
  box-shadow: 0 10px 25px rgba(14, 165, 233, 0.15);
}

.avatar-purple {
  background: linear-gradient(135deg, #7c3aed, #ec4899);
  box-shadow: 0 10px 25px rgba(124, 58, 237, 0.15);
}

/* Department Card Icon wrapper override */
.team-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.bg-blue-10 {
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.15);
  color: #2563eb;
}

.bg-cyan-10 {
  background: rgba(14, 165, 233, 0.08);
  border: 1px solid rgba(14, 165, 233, 0.15);
  color: #0ea5e9;
}

.bg-violet-10 {
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.15);
  color: #7c3aed;
}

/* Values Section Icon Boxes */
.value-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.box-blue {
  background: rgba(37, 99, 235, 0.12);
  border: 1px solid rgba(37, 99, 235, 0.25);
  color: #2563eb;
}

.box-cyan {
  background: rgba(14, 165, 233, 0.12);
  border: 1px solid rgba(14, 165, 235, 0.25);
  color: #0ea5e9;
}

.box-purple {
  background: rgba(124, 58, 237, 0.12);
  border: 1px solid rgba(124, 58, 237, 0.25);
  color: #7c3aed;
}

/* Highly Creative Value Card Styles */
.value-card {
  position: relative;
  overflow: hidden;
  padding: 3rem 2rem !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 1.5rem;
  box-sizing: border-box;
  transition: all var(--transition-smooth);
}

.value-card::after {
  content: attr(data-index);
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 3.5rem;
  font-weight: 900;
  color: rgba(15, 23, 42, 0.04);
  line-height: 1;
  pointer-events: none;
  font-family: var(--font-family);
}

.value-card .value-icon-box {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  margin-bottom: 1.75rem;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
  transition: transform var(--transition-bounce);
}

.value-card:hover {
  transform: translateY(-5px);
  border-color: var(--primary-blue);
  box-shadow: var(--shadow-hover);
  background: #ffffff;
}

.value-card:hover .value-icon-box {
  transform: scale(1.1) rotate(5deg);
}

.value-card h3 {
  font-size: 1.35rem;
  color: var(--text-main);
  margin-bottom: 0.75rem;
  font-weight: 800;
}

.value-card p {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Founder Cards Creative Style */
.founder-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2rem;
  padding: 2.5rem !important;
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 1.5rem;
  transition: all var(--transition-smooth);
}

.founder-card:hover {
  transform: translateY(-5px);
  border-color: var(--indigo-accent);
  box-shadow: 0 20px 45px rgba(79, 70, 229, 0.12);
  background: #ffffff;
}

@media (min-width: 640px) {
  .founder-card {
    flex-direction: row;
    text-align: left;
    align-items: center;
  }
}

.founder-card .founder-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media (min-width: 640px) {
  .founder-card .founder-info {
    align-items: flex-start;
    text-align: left;
  }
}

.founder-avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  font-size: 1.85rem;
  font-weight: 900;
  flex-shrink: 0;
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.15);
  transition: transform var(--transition-bounce);
}

.founder-card:hover .founder-avatar {
  transform: scale(1.05);
}

/* --------------------------------------------------------------------------
   VALUES SPLIT SECTION LAYOUT (HIGHLY CREATIVE ALTERNATIVE)
   -------------------------------------------------------------------------- */
.values-split-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  width: 100%;
}

@media (min-width: 1024px) {
  .values-split-layout {
    grid-template-columns: 1fr 1.8fr;
    gap: 4rem;
  }
}

.values-sidebar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

@media (min-width: 1024px) {
  .values-sidebar {
    position: sticky;
    top: 130px;
    align-self: start;
  }
}

.values-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}

.value-item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2.5rem !important;
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 1.5rem;
  box-shadow: var(--glow-card);
  transition: all var(--transition-smooth);
}

@media (min-width: 640px) {
  .value-item {
    flex-direction: row;
    align-items: flex-start;
  }
}

.value-item:hover {
  transform: translateY(-4px);
  border-color: var(--primary-blue);
  box-shadow: var(--shadow-hover);
  background: #ffffff;
}

.value-item-number {
  font-size: 2.25rem;
  font-weight: 900;
  color: rgba(37, 99, 235, 0.18);
  line-height: 1;
  font-family: var(--font-family);
  flex-shrink: 0;
}

.value-item-content {
  text-align: left;
}

.value-item-content h3 {
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: var(--text-main);
}

.value-item-content p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.values-split-section {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

@media (max-width: 768px) {
  .values-split-section {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}

/* Creative Card Action Buttons */
.card-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.35rem;
  border-radius: 9999px;
  font-size: 0.825rem;
  font-weight: 700;
  transition: all var(--transition-smooth);
  width: fit-content;
  text-decoration: none !important;
  margin-top: 1.5rem !important;
}

.card-action-btn svg {
  transition: transform var(--transition-fast);
}

.card-action-btn:hover svg {
  transform: translateX(3px);
}

.btn-outline-blue {
  border: 1px solid rgba(37, 99, 235, 0.35);
  color: #2563eb !important;
  background: rgba(37, 99, 235, 0.03);
}

.btn-outline-blue:hover {
  background: #2563eb !important;
  border-color: #2563eb;
  color: #ffffff !important;
  box-shadow: 0 6px 15px rgba(37, 99, 235, 0.22);
  transform: translateY(-1.5px);
}

.btn-outline-cyan {
  border: 1px solid rgba(14, 165, 233, 0.35);
  color: #0ea5e9 !important;
  background: rgba(14, 165, 233, 0.03);
}

.btn-outline-cyan:hover {
  background: #0ea5e9 !important;
  border-color: #0ea5e9;
  color: #ffffff !important;
  box-shadow: 0 6px 15px rgba(14, 165, 233, 0.22);
  transform: translateY(-1.5px);
}

.btn-outline-purple {
  border: 1px solid rgba(124, 58, 237, 0.35);
  color: #7c3aed !important;
  background: rgba(124, 58, 237, 0.03);
}

.btn-outline-purple:hover {
  background: #7c3aed !important;
  border-color: #7c3aed;
  color: #ffffff !important;
  box-shadow: 0 6px 15px rgba(124, 58, 237, 0.22);
  transform: translateY(-1.5px);
}

/* Premium Team Card Styles */
.team-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.25rem !important;
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 1.25rem;
  transition: all var(--transition-smooth);
}

.team-card:hover {
  transform: translateY(-5px);
  border-color: var(--primary-blue);
  box-shadow: var(--shadow-hover);
  background: #ffffff;
}

.team-card .team-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
  transition: transform var(--transition-bounce);
}

.team-card:hover .team-icon-box {
  transform: scale(1.1) rotate(5deg);
}

.team-card h4 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 0.75rem;
}

.team-card p {
  color: var(--text-muted);
  font-size: 0.85rem;
  line-height: 1.6;
}

/* Core Team Member Grid & Card styles */
.members-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  width: 100%;
}

.member-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem !important;
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 1.25rem;
  transition: all var(--transition-smooth);
}

.member-card:hover {
  transform: translateY(-4px);
  border-color: var(--primary-blue);
  box-shadow: var(--shadow-hover);
  background: #ffffff;
}

.member-avatar {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 1.25rem;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
  transition: transform var(--transition-bounce);
}

.member-card:hover .member-avatar {
  transform: scale(1.08);
}

/* --------------------------------------------------------------------------
   CREATIVE ALTERNATING PORTFOLIO GRID & WIDGETS
   -------------------------------------------------------------------------- */
.portfolio-list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin: 3rem 0;
}

.portfolio-item {
  display: flex;
  align-items: center;
  gap: 4rem;
  background: #ffffff !important;
  border: 1px solid var(--border-glass);
  border-radius: 1.75rem;
  padding: 3.5rem !important;
  box-shadow: 0 15px 45px rgba(15, 23, 42, 0.05);
  transition: all var(--transition-smooth);
  position: sticky;
  top: 120px;
}

.portfolio-item:hover {
  transform: translateY(-5px);
  border-color: var(--primary-blue);
  box-shadow: var(--shadow-hover);
  background: #ffffff;
}

.portfolio-item:nth-child(even) {
  flex-direction: row-reverse;
}

.portfolio-info {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.portfolio-info h3 {
  font-size: 1.85rem;
  font-weight: 900;
  color: var(--text-main);
  margin-bottom: 1rem;
  letter-spacing: -0.015em;
}

.portfolio-info p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.portfolio-graphic {
  flex: 1;
  min-height: 320px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.04), rgba(14, 165, 233, 0.04));
  border: 1px solid rgba(37, 99, 235, 0.08);
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio-item:nth-child(even) .portfolio-graphic {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.04), rgba(236, 72, 153, 0.04));
  border-color: rgba(124, 58, 237, 0.08);
}

.graphic-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.25;
  animation: banner-float-slow 8s infinite alternate ease-in-out;
}

.shape-1 {
  width: 140px;
  height: 140px;
  background: var(--primary-blue);
  top: 10%;
  left: 10%;
}

.shape-2 {
  width: 160px;
  height: 160px;
  background: var(--accent-cyan);
  bottom: 10%;
  right: 10%;
  animation-delay: -3s;
}

.shape-3 {
  width: 150px;
  height: 150px;
  background: #7c3aed;
  top: 15%;
  right: 15%;
}

/* Dashboard UI Mockups */
.mockup-ui {
  position: relative;
  width: 82%;
  height: 72%;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.85rem;
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.06);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  z-index: 10;
  transition: transform var(--transition-smooth);
}

.portfolio-item:hover .mockup-ui {
  transform: scale(1.03) translateY(-3px);
}

.mockup-header {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
  padding-bottom: 0.5rem;
}

.mockup-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.mockup-dot-red {
  background: #ef4444;
}

.mockup-dot-yellow {
  background: #f59e0b;
}

.mockup-dot-green {
  background: #10b981;
}

.mockup-body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-grow: 1;
}

.mockup-line {
  height: 8px;
  background: #f1f5f9;
  border-radius: 4px;
}

.mockup-line.w-full {
  width: 100%;
}

.mockup-line.w-3-4 {
  width: 75%;
}

.mockup-line.w-1-2 {
  width: 50%;
}

.mockup-chart {
  display: flex;
  align-items: flex-end;
  gap: 0.45rem;
  height: 65px;
  margin-top: auto;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 0.25rem;
}

.mockup-bar {
  flex-grow: 1;
  background: #e2e8f0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.bar-blue {
  background: #3b82f6;
}

.bar-cyan {
  background: #06b6d4;
}

.bar-purple {
  background: #8b5cf6;
}

@media (max-width: 991px) {

  .portfolio-item,
  .portfolio-item:nth-child(even) {
    flex-direction: column;
    padding: 2rem !important;
    gap: 2rem;
  }
}

/* --------------------------------------------------------------------------
   BENTO GRID PORTFOLIO LAYOUT & STYLES
   -------------------------------------------------------------------------- */
.portfolio-bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  margin: 3rem 0;
}

.bento-card {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--border-glass);
  border-radius: 1.5rem;
  padding: 2.25rem !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: all var(--transition-smooth);
  min-height: 320px;
}

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

.bento-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1.25rem;
  z-index: 12;
}

.bento-num {
  font-size: 0.875rem;
  font-weight: 700;
  color: #ef4444;
  /* Default pink-red */
}

.bento-num-blue {
  color: #2563eb;
}

.bento-num-cyan {
  color: #0ea5e9;
}

.bento-num-purple {
  color: #7c3aed;
}

.bento-num-green {
  color: #10b981;
}

.bento-arrow-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.02);
  border: 1px solid rgba(15, 23, 42, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-main);
  transition: all var(--transition-smooth);
}

.bento-card:hover .bento-arrow-btn {
  background: var(--primary-blue);
  color: #ffffff;
  border-color: var(--primary-blue);
  transform: scale(1.05);
}

/* Card custom theme arrow color overrides */
.bento-card:hover .arrow-blue {
  background: #2563eb;
  border-color: #2563eb;
}

.bento-card:hover .arrow-cyan {
  background: #0ea5e9;
  border-color: #0ea5e9;
}

.bento-card:hover .arrow-purple {
  background: #7c3aed;
  border-color: #7c3aed;
}

.bento-card:hover .arrow-green {
  background: #10b981;
  border-color: #10b981;
}

.bento-content {
  z-index: 10;
  max-width: 68%;
  display: flex;
  flex-direction: column;
}

.bento-content h3 {
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.bento-content p {
  color: var(--text-muted);
  font-size: 0.85rem;
  line-height: 1.6;
}

.bento-graphic-box {
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 170px;
  height: 130px;
  z-index: 5;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  transition: transform var(--transition-smooth);
}

.bento-card:hover .bento-graphic-box {
  transform: scale(1.06) translate(-3px, -3px);
}

/* Grid Layout definitions matching reference */
.bento-card-1 {
  grid-column: 1;
  grid-row: 1;
  background: #f8fafc;
}

.bento-card-2 {
  grid-column: 1;
  grid-row: 2;
  background: #fff8f8;
  /* Soft red-white */
}

.bento-card-3 {
  grid-column: 2;
  grid-row: 1 / span 2;
  /* Tall vertical middle card */
  background: #f0f9ff;
  min-height: 660px;
}

.bento-card-3 .bento-content {
  max-width: 100%;
}

.bento-card-3 .bento-graphic-box {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 380px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.bento-card-3:hover .bento-graphic-box {
  transform: translateX(-50%) scale(1.04);
}

.bento-card-4 {
  grid-column: 3;
  grid-row: 1;
  background: #fcfcfc;
}

.bento-card-5 {
  grid-column: 3;
  grid-row: 2;
  background: #f0fdf4;
}

/* --------------------------------------------------------------------------
   ALTERNATING 2-COLUMN VERTICAL GRID PORTFOLIO LAYOUT
   -------------------------------------------------------------------------- */
.portfolio-grid-alternate {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin: 3rem 0;
}

.portfolio-card-alt {
  background: #ffffff;
  border: 1px solid var(--border-glass);
  border-radius: 1.75rem;
  padding: 2.5rem !important;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
  transition: all var(--transition-smooth);
}

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

.portfolio-card-alt .bento-meta {
  margin-bottom: 1.25rem;
  z-index: 10;
}

.portfolio-card-alt .bento-content {
  max-width: 100%;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.portfolio-card-alt .bento-content h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 0.75rem;
}

.portfolio-card-alt .bento-content p {
  color: var(--text-muted);
  font-size: 0.875rem;
  line-height: 1.65;
}

.portfolio-card-alt .bento-graphic-box {
  position: relative;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 180px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.03), rgba(14, 165, 233, 0.03));
  border: 1px solid rgba(37, 99, 235, 0.06);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: auto;
}

/* Image on top variant using column-reverse flex logic */
.image-on-top {
  flex-direction: column-reverse;
}

.image-on-top .bento-graphic-box {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.image-on-top .bento-content {
  margin-bottom: 0;
  margin-top: 1.25rem;
}

@media (max-width: 768px) {
  .portfolio-grid-alternate {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* --------------------------------------------------------------------------
   CREATIVE INDUSTRIES GRID & CARD LAYOUTS
   -------------------------------------------------------------------------- */
.industries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2.25rem;
  margin: 3rem 0;
  width: 100%;
}

.industry-card {
  position: relative;
  overflow: hidden;
  padding: 2.5rem !important;
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 1.5rem;
  transition: all var(--transition-smooth);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.02);
}

.industry-card:hover {
  transform: translateY(-5px);
  border-color: var(--primary-blue);
  box-shadow: var(--shadow-hover);
  background: #ffffff;
}

.industry-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
  transition: transform var(--transition-bounce);
}

.industry-card:hover .industry-icon-box {
  transform: scale(1.1) rotate(5deg);
}

.industry-card h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 0.75rem;
}

.industry-card p {
  color: var(--text-muted);
  font-size: 0.875rem;
  line-height: 1.65;
}

/* --------------------------------------------------------------------------
   CREATIVE INDUSTRIES GROUPED STICKY SPLIT LAYOUT
   -------------------------------------------------------------------------- */
.industry-group-section {
  display: flex;
  gap: 4rem;
  margin-bottom: 6rem;
  position: relative;
  border-bottom: 1px dashed rgba(15, 23, 42, 0.08);
  padding-bottom: 4rem;
}

.industry-group-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 2rem;
}

.industry-group-sidebar {
  flex: 1;
  max-width: 280px;
  position: sticky;
  top: 140px;
  height: fit-content;
}

.industry-group-sidebar h3 {
  font-size: 1.75rem;
  font-weight: 900;
  color: var(--text-main);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.industry-group-sidebar p {
  color: var(--text-muted);
  font-size: 0.925rem;
  line-height: 1.65;
}

.industry-group-cards {
  flex: 2.5;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

@media (max-width: 991px) {
  .industry-group-section {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 4rem;
    padding-bottom: 3rem;
  }

  .industry-group-sidebar {
    max-width: 100%;
    position: relative;
    top: 0;
  }

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

@media (max-width: 640px) {
  .industry-group-cards {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* --------------------------------------------------------------------------
   HELIUM MDM DETAIL PAGE SPECIFIC STYLES
   -------------------------------------------------------------------------- */
.mdm-specs-section {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 1.75rem;
  padding: 3.5rem !important;
  margin: 4rem 0;
  box-shadow: 0 10px 35px rgba(15, 23, 42, 0.02);
}

.mdm-specs-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4rem;
  align-items: center;
}

.mdm-specs-content .section-tag {
  margin-bottom: 1.25rem;
}

.mdm-specs-content h3 {
  font-size: 2.25rem;
  font-weight: 900;
  color: var(--text-main);
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.mdm-specs-content p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.mdm-specs-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.mdm-specs-item {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  color: var(--text-main);
  font-size: 0.925rem;
  font-weight: 600;
}

.mdm-specs-item svg {
  color: #10b981;
  flex-shrink: 0;
}

.mdm-engine-terminal {
  background: #0f172a;
  border: 1px solid #1e293b;
  border-radius: 1.25rem;
  padding: 2.5rem;
  font-family: var(--font-mono), 'Courier New', Courier, monospace;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.15);
  position: relative;
  overflow: hidden;
}

.mdm-terminal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #1e293b;
  padding-bottom: 1.25rem;
  margin-bottom: 1.5rem;
}

.mdm-terminal-title {
  color: #38bdf8;
  font-weight: 700;
  font-size: 0.875rem;
}

.mdm-terminal-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #10b981;
  font-weight: 700;
  font-size: 0.825rem;
}

.mdm-status-dot {
  width: 8px;
  height: 8px;
  background: #10b981;
  border-radius: 50%;
  box-shadow: 0 0 8px #10b981;
  animation: hqPulse 1.8s infinite;
}

.mdm-terminal-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.825rem;
  line-height: 1.8;
  color: #94a3b8;
  margin-bottom: 0.5rem;
}

.mdm-terminal-row:last-child {
  margin-bottom: 0;
}

.mdm-terminal-row span:last-child {
  color: #ffffff;
  font-weight: 600;
}

@media (max-width: 991px) {
  .mdm-specs-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .mdm-specs-section {
    padding: 2.5rem !important;
  }
}

/* --------------------------------------------------------------------------
   CONTACT PAGE & PREMIUM FORM STYLING
   -------------------------------------------------------------------------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 3rem;
  margin: 3rem 0;
  align-items: start;
}

.contact-info-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 1.5rem;
  padding: 2.5rem !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.02);
}

.contact-info-card h2 {
  font-size: 1.75rem;
  font-weight: 900;
  color: var(--text-main);
  margin-bottom: 2rem;
  letter-spacing: -0.02em;
}

.contact-item-row {
  display: flex;
  align-items: start;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.contact-item-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-item-details h4 {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 0.25rem;
}

.contact-item-details p {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Premium Form Controls */
.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  font-size: 0.825rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 0.875rem 1.25rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.75rem;
  font-size: 0.925rem;
  color: var(--text-main);
  transition: all var(--transition-smooth);
  outline: none;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--primary-blue);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08);
}

.form-error {
  font-size: 0.75rem;
  color: #ef4444;
  margin-top: 0.35rem;
  font-weight: 600;
}

.contact-form-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 1.5rem;
  padding: 2.5rem !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.02);
}

.contact-form-card h2 {
  font-size: 1.75rem;
  font-weight: 900;
  color: var(--text-main);
  margin-bottom: 2rem;
  letter-spacing: -0.02em;
}

.form-submit-btn {
  width: 100%;
  padding: 1rem 1.5rem;
  background: var(--primary-blue);
  color: #ffffff;
  border: none;
  border-radius: 0.75rem;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all var(--transition-smooth);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

.form-submit-btn:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.3);
}

.form-submit-btn:active {
  transform: translateY(0);
}

@media (max-width: 991px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* --------------------------------------------------------------------------
   PREMIUM CREATIVE MOBILE HEADER NAVIGATION
   -------------------------------------------------------------------------- */
.mobile-menu-btn {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  position: relative;
}

.mobile-menu-btn span {
  display: block;
  width: 100%;
  height: 2.5px;
  background-color: var(--text-main);
  border-radius: 2px;
  transition: all var(--transition-bounce);
  transform-origin: left center;
}

/* Hamburger transition to X */
.mobile-menu-btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(2px, -2px);
}

.mobile-menu-btn.active span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.mobile-menu-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(2px, 2px);
}

/* Mobile Nav Overlay full screen */
.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 2rem;
}

.mobile-close-btn {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(15, 23, 42, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-main);
  cursor: pointer;
  transition: all var(--transition-smooth);
}

.mobile-close-btn:hover {
  background: rgba(15, 23, 42, 0.08);
  transform: scale(1.05) rotate(90deg);
}

.mobile-nav-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
}

.mobile-nav-link {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--text-main);
  text-decoration: none;
  position: relative;
  transition: transform var(--transition-bounce), color var(--transition-smooth);
  opacity: 0;
  transform: translateY(20px);
}

.mobile-nav-overlay.active .mobile-nav-link {
  opacity: 1;
  transform: translateY(0);
}

/* Add staggered transition delays for the mobile menu links */
.mobile-nav-overlay.active li:nth-child(1) .mobile-nav-link { transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s; }
.mobile-nav-overlay.active li:nth-child(2) .mobile-nav-link { transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.15s; }
.mobile-nav-overlay.active li:nth-child(3) .mobile-nav-link { transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s; }
.mobile-nav-overlay.active li:nth-child(4) .mobile-nav-link { transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.25s; }
.mobile-nav-overlay.active li:nth-child(5) .mobile-nav-link { transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s; }
.mobile-nav-overlay.active li:nth-child(6) .mobile-nav-link { transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.35s; }
.mobile-nav-overlay.active li:nth-child(7) .mobile-nav-link { transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s; }

.mobile-nav-link:hover {
  color: var(--primary-blue);
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .nav-links {
    display: none !important; /* Hide desktop menu */
  }
  .mobile-menu-btn {
    display: flex; /* Show custom hamburger */
  }
}

/* Creative Action Blocks for Contact Details */
.contact-action-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px dashed rgba(15, 23, 42, 0.08);
}

.contact-action-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 0.75rem;
  border-radius: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.05);
  background: rgba(255, 255, 255, 0.6);
  color: var(--text-main);
  text-decoration: none;
  transition: all var(--transition-smooth);
  text-align: center;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.01);
}

.contact-action-btn svg {
  margin-bottom: 0.5rem;
  transition: transform var(--transition-bounce);
}

.contact-action-btn span {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.contact-action-btn:hover {
  transform: translateY(-3px);
  background: #ffffff;
  box-shadow: var(--shadow-hover);
}

/* Hover states based on service */
.btn-phone:hover {
  border-color: #2563eb;
  color: #2563eb;
}
.btn-phone:hover svg {
  transform: scale(1.1) rotate(-10deg);
}

.btn-wa:hover {
  border-color: #10b981;
  color: #10b981;
}
.btn-wa:hover svg {
  transform: scale(1.1) translateY(-2px);
}

.btn-map:hover {
  border-color: #0ea5e9;
  color: #0ea5e9;
}
.btn-map:hover svg {
  transform: scale(1.1) translateY(-2px);
}

@media (max-width: 576px) {
  .contact-action-row {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .contact-action-btn {
    flex-direction: row;
    gap: 0.75rem;
    padding: 0.85rem 1.25rem;
  }
  .contact-action-btn svg {
    margin-bottom: 0;
  }
}

/* --------------------------------------------------------------------------
   GLOBAL CLIENT TESTIMONIAL SLIDER (USA, AUSTRALIA, UK, GERMANY)
   -------------------------------------------------------------------------- */
.testimonial-section {
  position: relative;
  padding: 6rem 0;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.6) 0%, rgba(255, 255, 255, 1) 100%);
  border-top: 1px solid rgba(15, 23, 42, 0.05);
}

.testimonial-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
}

.testimonial-slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0.5rem 0.25rem 1.5rem;
}

.testimonial-slider-track {
  display: flex;
  gap: 2rem;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
  cursor: grab;
  user-select: none;
}

.testimonial-slider-track:active {
  cursor: grabbing;
}

.testimonial-slide {
  flex: 0 0 calc(33.333% - 1.35rem);
  min-width: 0;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 2rem;
  padding: 2.5rem !important;
  box-shadow: 0 15px 35px -10px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all var(--transition-bounce);
}

.testimonial-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #2563eb, #0284c7, #4f46e5);
  opacity: 0;
  transition: opacity var(--transition-fast);
}

.testimonial-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: #93c5fd;
  box-shadow: 0 25px 50px -12px rgba(37, 99, 235, 0.18);
  background: #ffffff;
}

.testimonial-card:hover::before {
  opacity: 1;
}

.testimonial-watermark-quote {
  position: absolute;
  right: 1.5rem;
  bottom: 4.5rem;
  width: 80px;
  height: 80px;
  color: rgba(37, 99, 235, 0.05);
  pointer-events: none;
  z-index: 1;
  transition: transform var(--transition-smooth);
}

.testimonial-card:hover .testimonial-watermark-quote {
  transform: scale(1.1) rotate(-8deg);
  color: rgba(37, 99, 235, 0.09);
}

.testimonial-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
}

.country-flag-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.95rem;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 9999px;
  font-size: 0.8rem;
  font-weight: 800;
  color: #1e40af;
}

.metric-impact-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.85rem;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.25);
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 800;
  color: #047857;
}

.testimonial-stars {
  display: flex;
  gap: 0.2rem;
  color: #f59e0b;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 2;
}

.testimonial-quote {
  font-size: 0.975rem;
  line-height: 1.75;
  color: var(--text-main);
  margin-bottom: 2rem;
  flex-grow: 1;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

.testimonial-author-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px dashed rgba(15, 23, 42, 0.1);
  position: relative;
  z-index: 2;
}

.author-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  font-weight: 900;
  color: #ffffff;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
  border: 2px solid #ffffff;
}

.author-info h4 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.author-info p {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 600;
}

.verified-client-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.725rem;
  color: #2563eb;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .testimonial-slide {
    flex: 0 0 calc(50% - 1rem);
  }
}

@media (max-width: 640px) {
  .testimonial-slide {
    flex: 0 0 100%;
  }
  .testimonial-header-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}

/* Bento Grid Layout */
.bento-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  width: 100%;
}

@media (min-width: 768px) {
  .bento-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.bento-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2rem !important;
  background: var(--card-bg);
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bento-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}

.bento-card-large {
  grid-column: 1 / -1;
}

@media (min-width: 768px) {
  .bento-card-large {
    grid-column: span 2;
  }
}

.bento-card-wide {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  background: linear-gradient(to right, #eff6ff, #ecfeff);
}

@media (min-width: 768px) {
  .bento-card-wide {
    grid-column: span 2;
    flex-direction: row;
  }
}

.bento-icon-box {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  flex-shrink: 0;
}

.bento-icon-box svg {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-blue { background: #dbeafe; color: #2563eb; }
.icon-cyan { background: #cffafe; color: #0891b2; }
.icon-violet { background: #ede9fe; color: #7c3aed; }

.bento-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}

.bento-card-large .bento-title, .bento-card-wide .bento-title {
  font-size: 1.75rem;
}

.bento-desc {
  color: #64748b;
  line-height: 1.6;
  margin-bottom: auto;
}

.bento-card-large .bento-desc {
  font-size: 1.125rem;
}

.bento-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.bento-tag {
  background-color: #f1f5f9;
  color: #475569;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
}

/* Creative Timeline Layout */
.methodology-timeline {
  max-width: 56rem;
  margin: 0 auto;
  position: relative;
  padding-left: 2rem;
}

@media (min-width: 768px) {
  .methodology-timeline {
    padding-left: 0;
  }
}

.timeline-line {
  position: absolute;
  left: 0.5rem;
  top: 2rem;
  bottom: 2rem;
  width: 4px;
  background: linear-gradient(to bottom, #3b82f6, #06b6d4, #10b981);
  border-radius: 2px;
  opacity: 0.4;
}

@media (min-width: 768px) {
  .timeline-line {
    left: 3.8rem;
  }
}

.timeline-step {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 4rem;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media (min-width: 768px) {
  .timeline-step {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
  }
}

.timeline-step:hover {
  transform: translateX(12px);
}

.timeline-number {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.5rem;
  color: #fff;
  z-index: 10;
  margin-left: -3.5rem;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media (min-width: 768px) {
  .timeline-number {
    margin-left: 1.8rem;
  }
}

.timeline-step:hover .timeline-number {
  transform: scale(1.15) rotate(8deg);
}

.num-1 { background: linear-gradient(135deg, #2563eb, #3b82f6); box-shadow: 0 12px 25px rgba(37,99,235,0.3); }
.num-2 { background: linear-gradient(135deg, #0284c7, #06b6d4); box-shadow: 0 12px 25px rgba(6,182,212,0.3); }
.num-3 { background: linear-gradient(135deg, #059669, #10b981); box-shadow: 0 12px 25px rgba(16,185,129,0.3); }

.timeline-content {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  padding: 2.5rem !important;
  transition: all 0.4s ease;
}

.timeline-step:hover .timeline-content {
  border-color: #93c5fd;
  box-shadow: 0 20px 40px -10px rgba(37, 99, 235, 0.15);
}

.timeline-content::before {
  content: attr(data-step);
  position: absolute;
  right: 1rem;
  bottom: -1rem;
  font-size: 8rem;
  line-height: 1;
  font-weight: 900;
  color: #e2e8f0;
  opacity: 0.3;
  z-index: 0;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  pointer-events: none;
}

.timeline-step:hover .timeline-content::before {
  transform: scale(1.1) translateY(-10px) rotate(-5deg);
  color: #bfdbfe;
  opacity: 0.5;
}

.timeline-content h3, .timeline-content p {
  position: relative;
  z-index: 1;
}

/* ============================================================
   PORTFOLIO CASE STUDY PAGES (portfolio-*.shtml)
   ============================================================ */

.case-detail-hero {
  padding-top: 150px !important;
  padding-bottom: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .case-detail-hero {
    padding-top: 125px !important;
  }
}

.case-detail-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 1.35rem;
  border-radius: 9999px;
  background: #eff6ff;
  color: #2563eb;
  border: 1px solid #bfdbfe;
  font-size: 0.825rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 1.75rem;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.08);
}

.case-detail-badge.orange {
  background: #fff7ed;
  color: #ea580c;
  border-color: #fed7aa;
  box-shadow: 0 4px 14px rgba(234, 88, 12, 0.08);
}

.case-detail-title {
  font-size: clamp(2.2rem, 5.2vw, 3.75rem);
  font-weight: 900;
  color: #0f172a;
  line-height: 1.16;
  max-width: 960px;
  margin: 0 auto 1.5rem auto;
  letter-spacing: -0.03em;
}

.case-detail-subhead {
  font-size: clamp(1.05rem, 1.8vw, 1.225rem);
  color: #475569;
  max-width: 780px;
  margin: 0 auto 3rem auto;
  line-height: 1.65;
}

.case-metrics-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  max-width: 1000px;
  margin: 0 auto 2.5rem auto;
  padding: 0 0.5rem;
}

@media (min-width: 640px) {
  .case-metrics-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    padding: 0 1.25rem;
  }
}

.metric-card {
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 1.25rem;
  padding: 1.65rem 1rem;
  box-shadow: 0 10px 30px -5px rgba(15, 23, 42, 0.04);
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.metric-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px -8px rgba(37, 99, 235, 0.12);
  border-color: #bfdbfe;
}

.metric-card.orange-hover:hover {
  box-shadow: 0 18px 40px -8px rgba(234, 88, 12, 0.12);
  border-color: #fed7aa;
}

.metric-num {
  font-size: clamp(1.5rem, 3.5vw, 2.15rem);
  font-weight: 900;
  color: #2563eb;
  line-height: 1.1;
  margin-bottom: 0.4rem;
  letter-spacing: -0.02em;
}

.metric-num.orange {
  color: #ea580c;
}

.metric-lbl {
  font-size: clamp(0.7rem, 1.2vw, 0.8rem);
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.35;
}

/* Scroll indicator dot ring */
.case-hero-scroll-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}

.scroll-dot-circle {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-dot-circle.orange {
  background: #fff7ed;
  border-color: #fed7aa;
}

.scroll-dot-circle .dot-inner {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #2563eb;
}

.scroll-dot-circle.orange .dot-inner {
  background: #ea580c;
}

.case-banner-img-wrap {
  max-width: 1150px;
  margin: 0 auto 4.5rem auto;
  padding: 0 1.25rem;
}

.case-banner-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1.75rem;
  border: 1px solid rgba(203, 213, 225, 0.8);
  box-shadow: 0 25px 65px -12px rgba(15, 23, 42, 0.14), 0 0 0 1px rgba(255, 255, 255, 0.8);
}

.case-section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* 2-Column Asymmetric Layout */
.case-detail-layout-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
}

@media (min-width: 992px) {
  .case-detail-layout-grid {
    grid-template-columns: 320px 1fr;
  }

  .case-sidebar-meta {
    position: sticky;
    top: 100px;
  }
}

/* Sticky Meta Card */
.meta-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  text-align: left;
}

.meta-card-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #f1f5f9;
  letter-spacing: -0.01em;
}

.meta-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.meta-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #94a3b8;
}

.meta-value {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1e293b;
}

.case-content-block {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 1.5rem;
  padding: 2.5rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
  margin-bottom: 2.5rem;
  text-align: left;
}

.case-content-block h2 {
  font-size: 1.65rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #f1f5f9;
}

.case-content-block p {
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

/* Quote Box Callout */
.case-quote-box {
  background: linear-gradient(135deg, #eff6ff 0%, #f0f7ff 100%);
  border-left: 4px solid #2563eb;
  border-radius: 1rem;
  padding: 1.5rem;
  margin: 1.5rem 0;
}

.case-quote-box.orange {
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  border-left-color: #ea580c;
}

.case-quote-text {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1e3a8a;
  line-height: 1.5;
  margin: 0 !important;
}

.case-quote-box.orange .case-quote-text {
  color: #9a3412;
}

.features-grid-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .features-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.feature-item-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  transition: all 0.25s ease;
}

.feature-item-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.08);
  border-color: #bfdbfe;
}

/* Case Study Footer Navigation */
.case-nav-footer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 4rem;
  margin-bottom: 5rem !important;
  padding-top: 2.5rem;
  border-top: 1px solid #e2e8f0;
  position: relative;
  z-index: 10;
}

@media (min-width: 640px) {
  .case-nav-footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.case-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 700;
  font-size: 0.95rem;
  color: #2563eb;
  text-decoration: none;
  padding: 0.85rem 1.5rem;
  border-radius: 9999px;
  background: #ffffff;
  border: 1px solid #bfdbfe;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.08);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.case-nav-link:hover {
  background: #2563eb;
  color: #ffffff !important;
  border-color: #2563eb;
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.25);
  transform: translateY(-2px);
}

.case-nav-link svg {
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

.case-nav-link:hover svg {
  transform: translateX(4px);
}

.case-nav-link-prev:hover svg {
  transform: translateX(-4px);
}

.feature-item-card.orange-tint {
  background: #fff7ed;
  border-color: #fed7aa;
}

.feature-icon-box {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  background: #dbeafe;
  color: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-icon-box.orange {
  background: #ffedd5;
  color: #ea580c;
}

.feature-item-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.35rem;
}

.feature-item-desc {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.5;
}

.tech-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}

.tech-pill-item {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1e40af;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.4rem 0.9rem;
  border-radius: 0.5rem;
}

.tech-pill-item.orange {
  background: #fff7ed;
  border-color: #fed7aa;
  color: #c2410c;
}

.cta-box-case {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  border-radius: 1.75rem;
  padding: 4rem 2.5rem;
  text-align: center;
  color: #ffffff !important;
  margin-bottom: 5rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.cta-box-case::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.cta-box-case::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.cta-box-case h2 {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 1rem;
  color: #ffffff !important;
  line-height: 1.25;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .cta-box-case h2 {
    font-size: 2.5rem;
  }
}

.cta-box-case p {
  color: #94a3b8;
  max-width: 620px;
  margin: 0 auto 2rem auto;
  font-size: 1.05rem;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}

.cta-box-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.cta-box-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 1.25rem;
  background: rgba(37, 99, 235, 0.25);
  border: 1px solid rgba(37, 99, 235, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #93c5fd;
  margin-bottom: 0.5rem;
}

.cta-box-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 2.25rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #ffffff !important;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.4);
  transition: all 0.25s ease;
  position: relative;
  z-index: 2;
  margin-top: 0.5rem;
}

.cta-box-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.55);
  color: #ffffff !important;
}

/* ============================================================
   PORTFOLIO SHOWCASE PAGE (portfolio.shtml)
   ============================================================ */


.portfolio-filter-wrapper {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
}

.filter-tab-btn {
  padding: 0.6rem 1.4rem;
  border-radius: 2rem;
  font-weight: 700;
  font-size: 0.9rem;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: #64748b;
  cursor: pointer;
  transition: all 0.25s ease;
}

.filter-tab-btn.active,
.filter-tab-btn:hover {
  background: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25);
}

.creative-showcase-container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 1.25rem 6rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.showcase-block {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 15px 45px rgba(15, 23, 42, 0.05);
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
}

.showcase-block:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(37, 99, 235, 0.12);
  border-color: #93c5fd;
}

@media (min-width: 992px) {
  .showcase-block {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    align-items: start;
    overflow: visible;
  }

  .showcase-block.reverse {
    grid-template-columns: 1fr 1.15fr;
  }

  .showcase-block.reverse .showcase-media {
    order: 2;
  }

  .showcase-block.reverse .showcase-content {
    order: 1;
  }
}

.showcase-media {
  background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%);
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 320px;
}

@media (min-width: 992px) {
  .showcase-media {
    position: sticky;
    top: 100px;
    align-self: start;
    border-radius: 2rem 0 0 2rem;
  }

  .showcase-block.reverse .showcase-media {
    border-radius: 0 2rem 2rem 0;
  }

  .showcase-content {
    border-radius: 0 2rem 2rem 0;
  }

  .showcase-block.reverse .showcase-content {
    border-radius: 2rem 0 0 2rem;
  }
}

.showcase-media.orange-bg {
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
}

.showcase-media img {
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease;
}

.showcase-block:hover .showcase-media img {
  transform: scale(1.02);
}

.showcase-content {
  padding: 3rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.showcase-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1rem;
  border-radius: 2rem;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  width: fit-content;
}

.badge-blue {
  background: #eff6ff;
  color: #2563eb;
  border: 1px solid #bfdbfe;
}

.badge-orange {
  background: #fff7ed;
  color: #ea580c;
  border: 1px solid #fed7aa;
}

.showcase-title {
  font-size: 2rem;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.showcase-desc {
  font-size: 1rem;
  color: #475569;
  line-height: 1.65;
}

.showcase-features {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.showcase-features li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #334155;
}

.showcase-features li svg {
  color: #2563eb;
  flex-shrink: 0;
}

.showcase-features.orange-icon li svg {
  color: #ea580c;
}

.showcase-cta-group {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.75rem;
}

.btn-showcase-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1.75rem;
  border-radius: 0.85rem;
  background: #2563eb;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.3);
  transition: all 0.25s ease;
}

.btn-showcase-primary:hover {
  background: #1d4ed8;
  transform: translateX(4px);
}

.btn-showcase-orange {
  background: #ea580c;
  box-shadow: 0 4px 14px rgba(234, 88, 12, 0.3);
}

.btn-showcase-orange:hover {
  background: #c2410c;
}

/* ============================================================
   HOMEPAGE COMPACT PORTFOLIO CARDS (index.shtml)
   ============================================================ */

.compact-portfolio-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 950px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .compact-portfolio-grid {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1200px;
  }
}

.compact-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease;
}

.compact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(37, 99, 235, 0.12);
  border-color: #93c5fd;
}

.compact-card-img-wrap {
  width: 100%;
  height: 180px;
  background: #f8fafc;
  overflow: hidden;
  border-bottom: 1px solid #f1f5f9;
}

.compact-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.4s ease;
}

.compact-card:hover .compact-card-img-wrap img {
  transform: scale(1.03);
}

.compact-card-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  flex-grow: 1;
  text-align: left;
}

.compact-card-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.65rem;
  border-radius: 2rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  width: fit-content;
}

.compact-badge-blue {
  background: #eff6ff;
  color: #2563eb;
  border: 1px solid #bfdbfe;
}

.compact-badge-orange {
  background: #fff7ed;
  color: #ea580c;
  border: 1px solid #fed7aa;
}

.compact-card-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.35;
  margin: 0;
}

.compact-card-desc {
  color: #64748b;
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.compact-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.25rem;
}

.compact-tag-pill {
  background: #f1f5f9;
  color: #475569;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.2rem 0.55rem;
  border-radius: 0.35rem;
}

.compact-card-footer {
  padding: 1rem 1.25rem;
  background: #fafafa;
  border-top: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.compact-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: #2563eb;
  text-decoration: none;
  transition: color 0.2s ease;
}

.compact-card-btn:hover {
  color: #1d4ed8;
}

.compact-card-btn.orange {
  color: #ea580c;
}

.compact-card-btn.orange:hover {
  color: #c2410c;
}



/* ============================================================
   STICKY STACKING CARDS - portfolio.shtml
   ============================================================ */

.sticky-cards-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem 6rem 1.25rem;
}

/* Each item is TALL — this creates the scroll space sticky needs */
.sticky-card-item {
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* The actual visible card is sticky inside the tall item */
.sticky-card-inner {
  position: sticky;
  top: calc(80px + var(--card-index, 0) * 22px);
  z-index: calc(10 + var(--card-index, 0));
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.sticky-card-inner:hover {
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.14);
  transform: translateY(-3px);
}

@media (min-width: 900px) {
  .sticky-card-inner {
    flex-direction: row;
    min-height: 520px;
  }
  .sticky-card-item:nth-child(even) .sticky-card-inner {
    flex-direction: row-reverse;
  }
}

.sticky-card-media {
  flex: 0 0 50%;
  background: linear-gradient(135deg, #f0f7ff 0%, #e8f0fe 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
  min-height: 280px;
  overflow: hidden;
  position: relative;
}

.sticky-card-media.orange-bg {
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
}

.sticky-card-media.indigo-bg {
  background: linear-gradient(135deg, #eef2ff 0%, #e0e7ff 100%);
}

.sticky-card-media img {
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease;
  object-fit: cover;
}

.sticky-card-inner:hover .sticky-card-media img {
  transform: scale(1.03);
}

.sticky-card-content {
  flex: 0 0 50%;
  padding: 3rem 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.1rem;
}

@media (max-width: 899px) {
  .sticky-card-content {
    padding: 2rem;
  }
}

.sticky-card-num {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-bottom: -0.5rem;
}

.sticky-card-blue .sticky-card-num { color: #dbeafe; }
.sticky-card-orange .sticky-card-num { color: #ffedd5; }
.sticky-card-indigo .sticky-card-num { color: #e0e7ff; }

.sticky-card-title {
  font-size: 2.4rem;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0;
}

.sticky-card-sub {
  font-size: 1rem;
  font-weight: 600;
  color: #64748b;
  margin: 0;
  line-height: 1.4;
}

.sticky-card-desc {
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.65;
  margin: 0;
}

.sticky-card-features {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.sticky-card-features li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #334155;
}

.sticky-card-features li svg {
  color: #2563eb;
  flex-shrink: 0;
}

.sticky-card-features.orange li svg {
  color: #ea580c;
}

.sticky-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.sticky-card-tags span {
  background: #f1f5f9;
  color: #475569;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.3rem 0.75rem;
  border-radius: 0.4rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.sticky-card-tags.orange span {
  background: #fff7ed;
  color: #c2410c;
}

.sticky-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.9rem 1.75rem;
  border-radius: 0.85rem;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  width: fit-content;
  margin-top: 0.5rem;
  transition: all 0.25s ease;
}

.sticky-card-btn.btn-blue {
  background: #2563eb;
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.3);
}

.sticky-card-btn.btn-blue:hover {
  background: #1d4ed8;
  transform: translateX(5px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
}

.sticky-card-btn.btn-orange {
  background: #ea580c;
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(234, 88, 12, 0.3);
}

.sticky-card-btn.btn-orange:hover {
  background: #c2410c;
  transform: translateX(5px);
  box-shadow: 0 6px 20px rgba(234, 88, 12, 0.4);
}

/* --- Global Mobile View Optimization --- */
@media (max-width: 768px) {
  body {
    overflow-x: hidden !important;
  }
  
  .subpage-banner {
    padding-top: 120px !important;
    padding-bottom: 3.5rem !important;
  }
  
  .case-detail-hero {
    padding-top: 110px !important;
  }
  
  .hero-title, .section-title {
    word-break: break-word;
  }
  
  .tech-grid {
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
  }
  
  .case-metrics-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.85rem !important;
  }
  
  .cta-box-inner {
    padding: 2.25rem 1.25rem !important;
    text-align: center !important;
  }
}
