:root {
  --primary: #4084E9;
  --primary-hover: #2563EB;
  --primary-glow: rgba(64, 132, 233, 0.35);
  --primary-light: rgba(64, 132, 233, 0.08);

  --accent-cyan: #00BCD4;
  --accent-orange: #FF9800;
  --accent-green: #10B981;
  --accent-purple: #6366F1;

  --bg-primary: #FAFAFC;
  --bg-surface: #FFFFFF;
  --bg-surface-hover: #F1F5F9;

  --text-heading: #000;
  --text-body: #333;
  --text-muted: #666666;
  --text-white: #FFFFFF;

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-full: 9999px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1440px;
  width: 92%;
  padding: 0 15px;
  margin: 0 auto;
}

/* .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 30px;
  border-radius: 20px 4px 20px 20px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease !important;
  transform: none !important;
  box-shadow: none !important;
}

.btn:hover {
  transform: none !important;
  box-shadow: none !important;
} */

/* .btn-primary,
.btn-hero-primary {
  background: #4084E9;
  color: #FFFFFF;
  border-color: #4084E9;
}

.btn-primary:hover,
.btn-hero-primary:hover {
  background: transparent;
  color: #FFFFFF !important;
  border-color: #FFFFFF;
} */

/* Typing Cursor Effect */
.typing-cursor {
  display: inline-block;
  color: #ff9334;
  font-weight: 700;
  margin-left: 4px;
  animation: blinkCursor 0.8s infinite;
}

@keyframes blinkCursor {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.breadcrumbs {
  display: none;
}


/* ================= HERO BANNER SECTION ================= */
.hero-banner-modern {
  position: relative;
  min-height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  overflow: hidden;
  background: #0B0F1F;
  margin-top: 133px;
  /* position: sticky;
  top: 118px;
  z-index: 0; */
}

/* Full Screen Background Video */
.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}

/* Full Video Overlay - Lighter & Crystal Clear Tint */
.hero-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgb(15 23 42 / 33%) 0%, rgb(15 23 42 / 46%) 50%, rgb(15 23 42 / 46%) 100%), radial-gradient(circle at center, rgb(15 23 42 / 38%) 0%, rgb(15 23 42 / 22%) 100%);
  pointer-events: none;
}

.hero-container {
  position: relative;
  z-index: 3;
  width: 100%;
}

/* Centered Banner Content */
.hero-content-center {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4084E9;
  display: inline-block;
  animation: pulseGlow 2s infinite;
}

.hero-main-title {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.14;
  color: #FFFFFF;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.gradient-text {
  color: #ff9334;
  font-weight: 800;
}

.hero-subtitle {
  font-size: 22px;
  line-height: 1.65;
  color: #F1F5F9;
  max-width: 680px;
  margin: 0 auto 20px auto;
  font-weight: 500;
}

.hero-cta-group {
  display: flex;
  justify-content: center;
  width: 100%;
}

.hero-btn-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-hero-secondary {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
}

.btn-hero-secondary:hover {
  background: linear-gradient(135deg, #4084e9 0%, #1d5ec9 100%);
  color: #FFFFFF !important;
  border-color: #4084E9;
  transform: none !important;
  box-shadow: none !important;
}

.btn-arrow {
  transition: transform 0.25s ease;
}

.btn:hover .btn-arrow {
  transform: translateX(4px);
}

/* Right Column Visual & Stage */
.hero-visual-right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-stage-wrapper {
  position: relative;
  width: 100%;
  max-width: 540px;
  text-align: center;
}

.hero-brain-img {
  width: 100%;
  height: auto;
  max-height: 440px;
  object-fit: contain;
  /* filter: drop-shadow(0 20px 45px rgba(64, 132, 233, 0.25)); */
  border-radius: 24px;
  transition: transform 0.5s ease;
}

/* Glassmorphism Metric Cards */
.hero-glass-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08), 0 4px 12px rgba(64, 132, 233, 0.06);
  border-radius: 16px;
  padding: 12px 16px;
  z-index: 5;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-glass-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 22px 45px rgba(15, 23, 42, 0.12), 0 8px 20px rgba(64, 132, 233, 0.15);
  border-color: rgba(64, 132, 233, 0.3);
}

/* Card Positioning */
.card-predictive {
  top: 15px;
  left: -15px;
  min-width: 175px;
}

.card-revenue {
  bottom: 40px;
  left: -25px;
  min-width: 180px;
}

.card-sales {
  top: 25px;
  right: -15px;
  min-width: 170px;
}

.card-sentiment {
  bottom: 30px;
  right: -15px;
  min-width: 180px;
}

/* Card Elements */
.card-icon-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.card-icon-box.brand-box {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: rgba(64, 132, 233, 0.12);
  color: #4084E9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-title {
  font-size: 13px;
  font-weight: 700;
  color: #1E293B;
}

.card-label {
  font-size: 11px;
  font-weight: 700;
  color: #64748B;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 4px;
}

.card-metric-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.card-big-val {
  font-size: 22px;
  font-weight: 800;
  color: #000000;
  line-height: 1;
}

.card-badge-green {
  font-size: 12px;
  font-weight: 700;
  color: #10B981;
  background: rgba(16, 185, 129, 0.12);
  padding: 3px 8px;
  border-radius: 9999px;
}

.card-header-sm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
}

.card-dot-brand {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4084E9;
  display: inline-block;
}

.card-sentiment-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}

.card-status-brand {
  font-size: 15px;
  font-weight: 800;
  color: #4084E9;
}

.card-pct {
  font-size: 13px;
  font-weight: 700;
  color: #10B981;
}

.card-progress-track {
  height: 6px;
  width: 100%;
  background: #E2E8F0;
  border-radius: 9999px;
  overflow: hidden;
}

.card-progress-bar {
  height: 100%;
  width: 82%;
  background: linear-gradient(90deg, #4084E9 0%, #2563EB 100%);
  border-radius: 9999px;
}

/* Animations */
@keyframes floatSlow1 {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes floatSlow2 {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(8px);
  }
}

@keyframes pulseGlow {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }
}

.floating-element-1 {
  animation: floatSlow1 6s ease-in-out infinite;
}

.floating-element-2 {
  animation: floatSlow2 7s ease-in-out infinite;
}

.floating-element-3 {
  animation: floatSlow1 6.5s ease-in-out infinite 0.5s;
}

.floating-element-4 {
  animation: floatSlow2 7.5s ease-in-out infinite 0.5s;
}

/* Credibility Marquee Section (Side-by-Side Layout) */
.credibility-section {
  background: var(--bg-surface, #FFFFFF);
  border-bottom: 1px solid #E2E8F0;
  padding: 32px 0;
  overflow: hidden;
  z-index: 9;
  position: relative;
}

.credibility-container {
  display: flex;
  align-items: center;
  gap: 36px;
}

.credibility-left-content {
  flex-shrink: 0;
  max-width: 400px;
  padding-right: 36px;
  border-right: 1.5px solid rgba(64, 132, 233, 0.25);
}

.credibility-title {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
}

.marquee-wrapper {
  display: flex;
  overflow: hidden;
  flex: 1;
  position: relative;
  mask-image: linear-gradient(to right, transparent, black 6%, black 94%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 6%, black 94%, transparent);
}

.marquee-track {
  display: flex;
  align-items: center;
  gap: 20px;
  width: max-content;
  animation: marquee-slide 28s linear infinite;
  will-change: transform;
  margin-top: 2px;
}

.marquee-wrapper:hover .marquee-track {
  animation-play-state: paused;
}

@keyframes marquee-slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.logo-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px;
  background: #FFFFFF;
  border: 1.5px solid rgba(64, 132, 233, 0.25);
  border-radius: 9999px;
  font-weight: 700;
  font-size: 15px;
  color: #000000;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.logo-pill:hover {
  border-color: #4084E9;
  background: #FFFFFF;
  color: #4084E9;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(64, 132, 233, 0.15);
}

.logo-pill svg {
  display: block;
  flex-shrink: 0;
}

.logo-pill img {
  height: 24px;
  width: 24px;
  object-fit: contain;
}

/* ================= FLAGSHIP AI SOLUTIONS SECTION ================= */
.ai-flagship-section {
  padding: 80px 0px;
  background: #FAFAFC;
  position: relative;
}

.ai-flagship-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 45px auto;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 9999px;
  background: rgba(64, 132, 233, 0.08);
  border: 1px solid rgba(64, 132, 233, 0.22);
  color: #4084E9;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  margin-bottom: 24px;
  text-transform: uppercase;
  box-shadow: 0 2px 10px rgba(64, 132, 233, 0.08);
}

.section-badge svg {
  flex-shrink: 0;
}

.section-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.15;
  color: #000000;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.section-subtitle {
  font-size: 20px;
  line-height: 26px;
  color: #475569;
  font-weight: 400;
}

/* Grid Layout for Cards */
.ai-flagship-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* Base Card Style - No min-height */
.ai-feature-card {
  border-radius: 24px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(64, 132, 233, 0.08) 0%, rgba(255, 255, 255, 0.95) 45%, #FFFFFF 100%);
  border: 1.5px solid rgba(64, 132, 233, 0.20);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.ai-feature-card:hover {
  transform: translateY(-6px);
  background: linear-gradient(180deg, rgba(64, 132, 233, 0.12) 0%, #FFFFFF 100%);
  border-color: rgba(64, 132, 233, 0.45);
}

.card-top-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}

.ai-card-icon-box img {
  height: 75px;
  width: 75px;
  object-fit: scale-down;
}




/* Glowing Top-Right Dot Indicator matching Reference Image */
.card-dot-accent {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(64, 132, 233, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.card-dot-accent .dot-inner {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4084E9;
  display: block;
}

.ai-feature-card:hover .card-dot-accent {
  border-color: #4084E9;
  box-shadow: 0 0 10px rgba(64, 132, 233, 0.4);
}

.card-heading {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
  line-height: 1.3;
}

.card-text {
  font-size: 18px;
  line-height: 24px;
  color: #475569;
}

/* ================= AI + CRM DIFFERENTIATOR SECTION ================= */
.ai-crm-section {
  padding: 80px 0;
  background: #FFFFFF;
  position: relative;
}

.ai-crm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.ai-crm-visual-left {
  position: relative;
}

.ai-crm-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.ai-crm-content-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ai-crm-title {
  text-align: left;
  margin-bottom: 16px;
  font-size: 42px;
  line-height: 1.18;
}

.ai-crm-subtitle {
  text-align: left;
  margin-bottom: 28px;
  /* font-size: 17px;
  line-height: 1.6; */
  color: #475569;
}

/* Capability Pills Grid (Balanced 9-Pill Grid UI) */
.crm-capabilities-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.capability-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 9999px;
  background: #FFFFFF;
  border: 1.5px solid rgba(64, 132, 233, 0.18);
  color: #1E293B;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.03);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
}

.capability-pill svg {
  flex-shrink: 0;
  stroke: #4084E9;
  transition: stroke 0.25s ease, transform 0.25s ease;
}

.capability-pill:hover {
  background: rgba(64, 132, 233, 0.08);
  border-color: #4084E9;
  color: #4084E9;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(64, 132, 233, 0.16);
}

.capability-pill:hover svg {
  stroke: #4084E9;
  transform: scale(1.1);
}

/* ================= WHAT WE BUILD SECTION ================= */
.what-we-build-section {
  padding: 80px 0;
  background: url(/assets/img/ai-powered-digital-products.webp);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.build-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 45px auto;
}

/* 3-Column Hub Layout */
.build-outcomes-layout {
  display: grid;
  grid-template-columns: 1fr 450px 1fr;
  gap: 36px;
  align-items: center;
}

.build-col {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* Build Outcome Card (Matching Site Theme UI) */
.build-outcome-card {
  background: #F4F8FE;
  border-radius: 18px;
  padding: 26px 28px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  border: 1.5px solid rgba(64, 132, 233, 0.20);
  border-left: 4px solid #4084E9;
  box-shadow: none !important;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.build-outcome-card:hover {
  transform: translateY(-4px);
  border-color: #4084E9;
  background: #EBF3FE;
  box-shadow: none !important;
}

.build-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(64, 132, 233, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.build-icon-box svg {
  stroke: #4084E9;
  transition: stroke 0.3s ease;
}

.build-outcome-card:hover .build-icon-box {
  background: #4084E9;
  transform: scale(1.05);
}

.build-outcome-card:hover .build-icon-box svg {
  stroke: #FFFFFF;
}

.build-card-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 6px;
  line-height: 1.3;
}

.build-card-desc {
  font-size: 18px;
  line-height: 24px;
  color: #475569;
}

.hub-center-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
  animation: hubImgPulse 2.5s ease-in-out infinite;
}

.hub-center-img:hover {
  transform: scale(1.04);
}

@keyframes hubImgPulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.04);
  }

  100% {
    transform: scale(1);
  }
}

/* ==========================================================================
   AI FOR YOUR INDUSTRY SECTION & SLIDER
   ========================================================================== */

.ai-industry-section {
  padding: 80px 0;
  background-color: var(--bg-primary);
  position: relative;
  overflow: hidden;
}

.industry-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 45px;
  gap: 30px;
}

.industry-header-left {
  max-width: 680px;
}

.industry-slider-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.slider-arrow-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  outline: none;
}

body:not(.dark-mode) .slider-arrow-btn {
  background: #FFFFFF;
  border-color: rgba(64, 132, 233, 0.25);
  color: #1E293B;
}

.slider-arrow-btn:hover {
  background: #4084E9 !important;
  border-color: #4084E9 !important;
  color: #FFFFFF !important;
}

.slider-arrow-btn:active {
  transform: translateY(0);
}

.industry-slider-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 10px 0 20px 0;
  user-select: none;
}

.industry-slider-track {
  display: flex;
  gap: 24px;
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

/* Individual Industry Card Slider Sizing & Visual Styling */
.industry-card {
  flex: 0 0 calc(33.333% - 16px);
  min-width: 320px;
  min-height: auto !important;
  height: auto !important;
  padding: 0;
}

.industry-card .card-body-content {
  margin-bottom: 20px;
  padding: 28px 24px 0 24px !important;
}


/* 3D Visual Graphic Icon Container */
.industry-card-visual {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: auto;
  position: relative;
  z-index: 1;
}

.industry-card-visual img {
  width: auto;
  max-width: 50%;
  height: 180px;
  object-fit: contain;
  transition: transform 0.4s ease;
}

/* ==========================================================================
   PRODUCTS SHOWCASE SECTION (Technology We Turned Into Products)
   ========================================================================== */

.products-showcase-section {
  padding: 80px 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.products-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 45px auto;
}

.products-container-card {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 0;
  background: transparent;
  border-radius: 24px;
  border: 1.5px solid rgba(64, 132, 233, 0.18);
  box-shadow: none;
  overflow: hidden;
  position: relative;
}

/* Left Sidebar Navigation matching Reference layout with Theme Colors */
.products-tab-sidebar {
  background: #F4F8FF;
  padding: 44px 0 44px 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  z-index: 2;
  border-right: 1.5px solid rgba(64, 132, 233, 0.12);
}

.product-tab-btn {
  width: calc(100% - 28px);
  padding: 16px 24px;
  border-radius: 50px 0 0 50px;
  font-size: 18px;
  font-weight: 600;
  color: #334155;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  outline: none;
  position: relative;
  z-index: 1;
}

.product-tab-btn:hover {
  color: #4084E9;
}


/* Active Button overhanging to the right matching reference image */
.product-tab-btn.active {
  background: #4084E9 !important;
  color: #FFFFFF !important;
  font-weight: 700;
  width: calc(100% + 28px) !important;
  margin-right: -28px;
  z-index: 10 !important;
  border-radius: 20px 4px 20px 20px !important;
}

/* Right Main Content Area */
.products-tab-main {
  position: relative;
  z-index: 1;
  background: transparent;
  padding: 48px 56px;
}

.product-tab-pane {
  display: none;
  animation: fadeInPane 0.4s ease forwards;
}

.product-tab-pane.active {
  display: block;
}

@keyframes fadeInPane {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-tab-img img {
  max-width: 100%;
}

.product-tab-wrapper {
  padding-top: 15px;
}

.product-title {
  font-size: 36px;
  font-weight: 800;
  color: #4084E9;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}

.product-description {
  font-size: 18px;
  line-height: 24px;
  color: #475569;
  /* max-width: 720px; */
  margin-bottom: 20px;
}


/* Product Capabilities Section matching reference */
.product-capabilities-box {
  background: transparent;
  padding: 0;
}

.capabilities-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}


.product-features-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 32px;
}

.product-features-grid li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #334155;
}

.bullet-dot {
  color: #ff9334;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
}

/* Explore Now Action Row & Button Style matching Banner */
.product-action-row {
  margin-top: 28px;
}

.product-explore-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.product-explore-btn:hover,
.case-studies-btn:hover {
  color: #4084E9 !important;
  border-color: #4084E9;
}

/* ==========================================================================
   CASE STUDIES SECTION (Featured Wins)
   ========================================================================== */

.case-studies-section {
  padding: 80px 0;
  background-color: var(--bg-primary);
  position: relative;
  overflow: hidden;
}

.case-studies-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 45px auto;
}

/* 3-Column Grid of 2-Column Cards */
.case-studies-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}

/* Single Case Study Card with Left Media + Right Content */
.case-study-card {
  display: grid;
  grid-template-columns: 42% 58%;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1.5px solid rgba(64, 132, 233, 0.18);
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  box-shadow: 0 1px 8px 0px #d7d7d7;
}

.case-study-card:hover {
  transform: translateY(-6px);
  border-color: #4084E9;
}

/* Left Side Visual Media Box */
.case-study-visual {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 280px;
  overflow: hidden;
}

.case-study-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.case-study-card:hover .case-study-media {
  transform: scale(1.05);
}

/* Right Side Content Box */
.case-study-content {
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 2px solid #4084E9;
}

.case-study-category {
  display: inline-block;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
  background: rgba(64, 132, 233, 0.12);
  color: #4084E9;
  margin-bottom: 12px;
}

/* Large Highlight Metric */
.case-study-metric {
  font-size: 40px;
  font-weight: 800;
  color: #4084E9;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 4px;
}

.case-study-metric-label {
  font-size: 14px;
  font-weight: 600;
  color: #64748B;
  line-height: 1.4;
  margin-bottom: 16px;
}

.case-study-divider {
  border: none;
  border-top: 1px solid #E2E8F0;
  margin: 0 0 16px 0;
}

.case-study-card-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
  line-height: 26px;
}

.case-study-desc {
  font-size: 16px;
  line-height: 22px;
  color: #64748B;
  margin-bottom: 18px;
}

.case-study-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 700;
  color: #4084E9;
  text-decoration: none;
  transition: all 0.3s ease;
}

.case-study-link:hover {
  color: #2563EB;
}

.case-study-link .link-arrow {
  transition: transform 0.3s ease;
}

.case-study-link:hover .link-arrow {
  transform: translateX(4px);
}

/* Bottom CTA Container */
.case-studies-cta {
  text-align: center;
}

.case-studies-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  z-index: 1;
}

.case-studies-btn:hover::before {
  content: none;
}

.case-studies-section .product-action-row {
  position: relative;
  z-index: 9;
  text-align: center;
}

/* ==========================================================================
   TECH STACK SECTION (Built With Technologies Your Business Uses)
   ========================================================================== */

.tech-stack-section {
  padding: 80px 0;
  background-color: var(--bg-primary);
  position: relative;
  overflow: hidden;
}

.tech-stack-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 45px auto;
}

/* Category Tab Navigation Bar matching Reference Clean Text Style */
.tech-nav-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.tech-tab-btn {
  padding: 8px 12px 14px 12px;
  background: transparent;
  border: none;
  font-size: 17px;
  font-weight: 600;
  color: #334155;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  position: relative;
}

.tech-tab-btn:hover {
  color: #4084E9;
  background: transparent;
}

.tech-tab-btn.active {
  background: transparent !important;
  color: #4084E9 !important;
  border: none !important;
  box-shadow: none !important;
}

/* Active indicator line under the text matching reference image */
.tech-tab-btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 24px;
  height: 3px;
  background: #4084E9;
  border-radius: 3px;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.tech-tab-btn.active::after {
  transform: translateX(-50%) scaleX(1);
}

/* Tech Panes & Smooth Animations */
.tech-tabs-content {
  position: relative;
}

.tech-pane {
  display: none;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.tech-pane.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
  animation: techFadeIn 0.45s ease forwards;
}

@keyframes techFadeIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Flex Grid Layout: 5 items fill full row, 4 items auto-centered! */
.tech-flex-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1140px;
  margin: 0 auto;
}

/* Individual Tech Card UI matching Section 3 (AI Solutions Built Around Your Business) */
.tech-card {
  flex: 0 0 calc(20% - 16px);
  max-width: calc(20% - 16px);
  min-width: 180px;
  background: linear-gradient(180deg, rgba(64, 132, 233, 0.08) 0%, rgba(255, 255, 255, 0.95) 45%, #FFFFFF 100%);
  border-radius: 20px;
  border: 1.5px solid rgba(64, 132, 233, 0.20);
  padding: 32px 16px 24px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  transition: border-color 0.3s ease;
}

/* No hover animation on block as requested */
.tech-card:hover {
  transform: none !important;
  box-shadow: none !important;
}

.tech-card:hover .tech-icon-box svg {
  stroke: #4084E9 !important;
}

.tech-card-name {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 0;
  letter-spacing: -0.2px;
}

.tech-icon-box img {
  width: 55px;
  height: 55px;
  object-fit: scale-down;
}

/* ==========================================================================
   HOW WE WORK SECTION (From AI Idea to Production)
   ========================================================================== */

.how-we-work-section {
  padding: 80px 0;
  background-color: #fff;
  background-image: url('/assets/img/ai-development-process.webp');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 50%;
  position: relative;
  overflow: hidden;
}

.how-we-work-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

/* Left Visual Image extends flush to the left edge of screen matching Reference Image */
.how-we-work-visual {
  width: 50%;
  opacity: 0;
}

.how-we-work-img {
  width: 100%;
  height: 100%;
  max-height: 580px;
  object-fit: cover;
  display: block;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.how-we-work-visual:hover .how-we-work-img {
  transform: scale(1.03);
}

/* Right Content Container aligned with site container */
.how-we-work-content-container {
  width: 50%;
}

/* .how-we-work-content {
  max-width: 640px;
} */

.visual-glow-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(12px);
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4084E9;
  box-shadow: 0 0 10px #4084E9;
  animation: pulseGlow 1.8s infinite;
}

@keyframes pulseGlow {

  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.4);
    opacity: 0.6;
  }
}

/* Right Content Column */
.how-we-work-content {
  padding-left: 50px;
}

.left-aligned {
  text-align: left !important;
  margin-left: 0 !important;
}

.process-steps-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 25px 0 0 0;
}

.process-step-item {
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.step-num-badge {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(64, 132, 233, 0.12);
  border: 1.5px solid rgba(64, 132, 233, 0.25);
  color: #4084E9;
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-details.inline-step {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.step-title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0;
}

.step-dash {
  color: #4084E9;
  font-weight: 700;
}

.step-desc {
  font-size: 18px;
  line-height: 1.5;
  color: #475569;
  margin: 0;
}

.how-we-work-visual img {
  max-width: 100%;
}


/* Max-Width: 1200px */
@media (max-width: 1200px) {
  .ai-flagship-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ai-feature-card.card-short {
    margin-top: 0;
  }

  .case-studies-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .office-locations-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .footer .footerContent {
    justify-content: unset;
    gap: 20px;
  }

  .Associations ul {
    max-width: 285px;
  }
}

/* Max-Width: 1024px */
@media (max-width: 1024px) {
  .industry-card {
    flex: 0 0 calc(50% - 12px);
    min-width: 280px;
  }

  .tech-card {
    flex: 0 0 calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
  }
}

/* Max-Width: 991px */
@media (max-width: 991px) {
  .build-outcomes-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .build-col-center {
    order: -1;
    margin: 0 auto;
  }

  .hub-circle-frame {
    width: 60%;
    height: auto;
    margin: 0 auto;
  }

  .build-col,
  .build-outcomes-layout {
    gap: 15px;
  }

  .hub-arc-ring {
    width: 290px;
    height: 290px;
  }

  .ai-crm-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-banner-modern {
    padding: 60px 0;
  }

  .hero-grid-layout {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .hero-content-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-main-title {
    font-size: 42px;
  }

  .hero-subtitle {
    max-width: 100%;
  }

  .hero-btn-row,
  .hero-tags-row {
    justify-content: center;
  }

  .hero-stage-wrapper {
    margin: 0 auto;
    max-width: 460px;
  }

  .card-predictive {
    top: 5px;
    left: -5px;
  }

  .card-revenue {
    bottom: 20px;
    left: -10px;
  }

  .card-sales {
    top: 15px;
    right: -5px;
  }

  .card-sentiment {
    bottom: 15px;
    right: -5px;
  }

  .credibility-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .credibility-left-content {
    max-width: 100%;
    padding-right: 0;
    border-right: none;
    width: 100%;
    text-align: center;
  }

  .section-title,
  .contact-section.footer-contact-section .contact-information h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .ai-flagship-header,
  .build-header,
  .industry-header-row,
  .products-header,
  .case-studies-header,
  .tech-stack-header {
    margin: 0 auto 30px auto;
  }

  .products-container-card {
    grid-template-columns: 1fr;
  }

  .products-tab-sidebar {
    padding: 20px 24px;
  }

  .product-tab-btn {
    width: auto;
    white-space: nowrap;
    border-radius: 50px;
    padding: 12px 24px;
  }

  .product-tab-btn.active {
    width: 100% !important;
  }

  .products-tab-main {
    padding: 32px 24px;
  }

  .product-features-grid {
    grid-template-columns: 1fr;
  }

  .how-we-work-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .how-we-work-visual {
    width: 100%;
    max-width: 100%;
    border-radius: 0 40px 40px 0;
    opacity: 1;
  }

  .how-we-work-img {
    border-radius: 0 40px 40px 0;
  }

  .how-we-work-content-container {
    width: 100%;
  }

  .how-we-work-content {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }

  .how-we-work-visual img {
    max-width: 100%;
    border-radius: 30px;
  }

  .how-we-work-section {
    background-image: none;
  }

  .tech-nav-tabs {
    gap: 0px;
    margin-bottom: 15px;
  }

  .tech-tab-btn::after {
    bottom: 10px;
  }
}

/* Max-Width: 768px */
@media (max-width: 768px) {

  .ai-flagship-section,
  .ai-crm-section,
  .what-we-build-section,
  .ai-industry-section,
  .products-showcase-section,
  .case-studies-section,
  .how-we-work-section,
  .tech-stack-section,
  .contactUs.footer-contactUs,
  .what-we-build-section {
    padding: 50px 0;
  }

  .section-subtitle {
    font-size: 16px !important;
    line-height: 26px;
  }

  .ai-flagship-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hero-banner-modern {
    padding: 50px 0;
  }

  .hero-main-title {
    font-size: 34px;
    margin-bottom: 10px;
  }

  .hero-subtitle {
    font-size: 16px !important;
    line-height: 24px;
    margin: 0 auto 20px auto;
  }

  .hero-btn-row {
    flex-direction: column;
    width: 100%;
  }

  .btn-hero-primary,
  .btn-hero-secondary {
    width: 100%;
    justify-content: center;
  }

  .hero-glass-card {
    padding: 8px 12px;
  }

  .card-big-val {
    font-size: 18px;
  }

  .hero-bg-video {
    height: 100%;
  }

  .industry-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .industry-slider-nav {
    align-self: flex-end;
  }

  .industry-card {
    flex: 0 0 85%;
    min-width: 260px;
  }

  .process-step-item {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 10px !important;
  }

  .step-dash {
    display: none;
  }

  .case-studies-grid {
    grid-template-columns: 1fr;
    margin-bottom: 25px;
  }

  .case-study-card {
    grid-template-columns: 1fr;
  }

  .case-study-visual {
    min-height: unset;
    height: 370px;
  }

  .ai-card-icon-box img {
    height: 50px;
    width: 50px;
  }

  .case-study-content {
    border-left: none;
  }

  .card-top-row {
    margin-bottom: 10px;
  }

  .card-text,
  .build-card-desc,
  .product-description,
  .case-study-desc,
  .step-title,
  .step-desc {
    font-size: 16px !important;
    line-height: 22px;
  }

  .ai-feature-card {
    padding: 24px 20px;
  }

  .build-outcome-card {
    border-radius: 18px;
    padding: 18px 12px;
    gap: 10px;
  }

  .card-heading,
  .build-card-title,
  .case-study-card-title {
    font-size: 18px;
  }

  .ai-feature-card.industry-card {
    padding: 0;
  }

  .company-sec h2 {
    font-size: 28px;
  }

  .companyWrapper {
    padding-bottom: 0;
  }

  .capability-pill {
    font-size: 14px;
    gap: 6px;
    padding: 8px 9px;
  }

  .crm-capabilities-grid {
    gap: 5px;
  }

  .step-details.inline-step {
    flex-direction: column;
    align-items: unset;
  }

  .contactMeForm .contactFormGroup .form-radio label {
    font-size: 14px;
    line-height: 20px;
  }
}

/* Max-Width: 640px */
@media (max-width: 640px) {
  .tech-card {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }

  .hub-circle-frame {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .tech-card {
    flex: 0 0 calc(100% - 4px);
    max-width: calc(100% - 4px);
  }
}