/* ============================================================
   eGlobe Solutions — WHITE THEME
   Color Palette: White, Black, Blue (#1A56DB), Orange (#F97316)
   ============================================================ */

/* ── 1. CSS VARIABLES & RESET ───────────────────────────── */
:root {
  --white: #ffffff;
  --black: #0A0A0A;
  --blue: #1A56DB;
  --blue-dark: #1240b0;
  --blue-light: #e8f0fd;
  --orange: #F97316;
  --orange-dark: #d95f00;
  --orange-light: #fff4ec;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-500: #6b7280;
  --gray-700: #374151;
  --gray-900: #111827;
  --font-head: 'Playfair Display', serif;
  --font-body: 'Jost', sans-serif;
  --font-accent: 'Cormorant Garamond', serif;
  --radius: 10px;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.10);
  --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.12);
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background: var(--white);
  color: var(--black);
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

/* ── 2. BUTTONS ─────────────────────────────────────────── */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #db1a1a;
  color: var(--white);
  padding: 13px 28px;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.03em;
  transition: var(--transition);
  border: 2px solid #db1a1a;
}

.btn-primary:hover {
  background: #db1a1a;
  border-color: #db1a1a;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(26, 86, 219, 0.3);
}

.btn-primary:focus {
  background: #db1a1a;
  border-color: #db1a1a;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--blue);
  padding: 13px 28px;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.03em;
  transition: var(--transition);
  border: 2px solid var(--blue);
}

.btn-outline:hover {
  background: var(--blue);
  color: var(--white);
  transform: translateY(-2px);
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--black);
  padding: 13px 24px;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.92rem;
  letter-spacing: 0.03em;
  transition: var(--transition);
  border: 2px solid var(--gray-300);
}

.btn-ghost:hover {
  border-color: var(--blue);
  color: var(--blue);
  transform: translateY(-2px);
}

.btn-login {
  display: inline-flex;
  align-items: center;
  background: var(--orange);
  color: var(--white);
  padding: 9px 22px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.88rem;
  transition: var(--transition);
  border: 2px solid var(--orange);
}

.btn-login:hover {
  background: var(--orange-dark);
  border-color: var(--orange-dark);
  transform: translateY(-1px);
}


/* Light Background Section */
.ai-banner {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Heading */
.ai-banner h6 {
  color: #0f172a;
  letter-spacing: 1px;
}

/* Feature Box */
.feature-box {
  background: #f8fafc;
  border-radius: 15px;
  padding: 20px 10px;
  text-align: center;
  transition: 0.3s;
  height: 100%;
  box-shadow: inset 0 0 0 1px #e2e8f0;
}

/* Icon */
.feature-box i {
  font-size: 26px;
  color: #1A56DB;
  margin-bottom: 10px;
}

/* Text */
.feature-box p {
  font-size: 12px;
  font-weight: 600;
  color: #334155;
  margin: 0;
  line-height: 1.4;
}

/* Highlight Box */
.feature-box.highlight {
  background: #fff7ed;
  box-shadow: inset 0 0 0 1px #fdba74;
}

.feature-box.highlight i {
  color: #f97316;
}

/* Hover Effect */
.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}


/* ── 4. MOBILE SIDEBAR ──────────────────────────────────── */




/* ── 6. HERO SECTION START HERE ────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  /*background: linear-gradient(135deg, #f0f4ff 0%, #ffffff 50%, #fff7f2 100%);*/
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 70px;
}

/* Decorative shapes */
.hero-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero-shape-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(26, 86, 219, 0.07) 0%, transparent 70%);
  top: -100px;
  right: -150px;
}

.hero-shape-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(249, 115, 22, 0.06) 0%, transparent 70%);
  bottom: -80px;
  left: -100px;
}

.hero-shape-3 {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(26, 86, 219, 0.05) 0%, transparent 70%);
  top: 30%;
  left: 40%;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
  padding-top: 40px;
  padding-bottom: 60px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--blue-light);
  color: var(--blue);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 20px;
  border: 1px solid rgba(26, 86, 219, 0.15);
}

.badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  animation: blink 1.5s infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 1
  }

  50% {
    opacity: 0.3
  }
}

.hero-title {
  font-family: var(--font-head);
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--black);
  margin-bottom: 22px;
  display: flex;
  flex-direction: column;
}

.title-line {
  display: block;
}

.title-accent {
  color: var(--blue);
}

.title-accent em {
  font-style: italic;
  color: var(--orange);
}

.hero-desc {
  font-size: 1rem;
  color: var(--gray-700);
  max-width: 500px;
  margin-bottom: 32px;
  line-height: 1.75;
}

.hero-desc strong {
  color: var(--blue);
  font-weight: 600;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 24px;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 14px;
  padding: 18px 24px;
  box-shadow: var(--shadow-md);
  max-width: 420px;
}

.stat {
  text-align: center;
  flex: 1;
}

.stat-num {
  display: block;
  font-family: var(--font-head);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--blue);
  line-height: 1;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 0.78rem;
  color: var(--gray-500);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.stat-divider {
  width: 1px;
  height: 36px;
  background: var(--gray-200);
}

/* Hero Visual */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image-wrap {
  position: relative;
  width: 100%;
  max-width: 520px;
}

.hero-img {
  width: 100%;
  border-radius: 20px;
  /*box-shadow: var(--shadow-lg);*/
  object-fit: cover;
}

.hero-img-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  /*background: linear-gradient(135deg, var(--blue-light), var(--gray-100));*/
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 2px dashed var(--gray-300);
  color: var(--gray-500);
  font-size: 0.9rem;
  text-align: center;
}

.placeholder-icon {
  font-size: 3rem;
}

/* Floating badges on hero image */
.hero-float-badge {
  position: absolute;
  background: var(--white);
  border-radius: 12px;
  box-shadow: var(--shadow-md);
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
  border: 1px solid var(--gray-200);
  animation: float 4s ease-in-out infinite;
}

.hero-float-badge.badge-a {
  bottom: -20px;
  left: -20px;
  animation-delay: 0s;
}

.hero-float-badge.badge-b {
  top: -15px;
  right: -10px;
  animation-delay: 2s;
}

.badge-icon {
  font-size: 1.1rem;
}

.badge-text-main {
  color: var(--black);
}

.badge-text-sub {
  color: var(--gray-500);
  font-weight: 400;
  font-size: 0.76rem;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-8px)
  }
}

/* Scroll indicator */
.scroll-indicator {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  z-index: 10;
}

.scroll-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
  animation: scrollBounce 1.8s ease-in-out infinite;
}

@keyframes scrollBounce {
  0%, 100% {
    transform: translateY(0);
    opacity: 1
  }

  50% {
    transform: translateY(8px);
    opacity: 0.4
  }
}

/* Anim classes */
.anim-1, .anim-2, .anim-3, .anim-4, .anim-5, .anim-6, .anim-7 {
  opacity: 0;
  transform: translateY(24px);
  animation: fadeUp 0.7s ease forwards;
}

.anim-1 {
  animation-delay: 0.1s
}

.anim-2 {
  animation-delay: 0.2s
}

.anim-3 {
  animation-delay: 0.3s
}

.anim-4 {
  animation-delay: 0.45s
}

.anim-5 {
  animation-delay: 0.6s
}

.anim-6 {
  animation-delay: 0.75s
}

.anim-7 {
  animation-delay: 0.35s
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* List */
.h2-card ul {
  list-style-type: disc;

}

.h2-card ul li {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  font-size: 15px;
}

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
    padding-top: 30px;
  }

  .hero-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-stats {
    margin: 0 auto;
  }

  .hero-visual {
    order: -1;
  }

  .hero-float-badge.badge-a {
    left: 0;
    bottom: -10px;
  }

  .hero-float-badge.badge-b {
    right: 0;
    top: -10px;
  }
}

@media (max-width: 480px) {
  .hero-stats {
    flex-direction: column;
    gap: 16px;
  }

  .stat-divider {
    width: 60px;
    height: 1px;
  }

  .hero-float-badge {
    display: none;
  }
}

/* ── 6. HERO SECTION END HERE ────────────────────────────────────── */

/* ============================================================
   AI ECOSYSTEM SECTION
   Add this to: assets/css/style.css
   Place AFTER: Hero Section CSS block
   ============================================================ */

/* ── AI ECOSYSTEM SECTION ───────────────────────────────── */
.ai-ecosystem-section {
  position: relative;
  padding: 110px 0 100px;
  /*background: var(--white);*/
  overflow: hidden;
}

/* ── Subtle background pattern ── */
.ai-ecosystem-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 15% 20%, rgba(26, 86, 219, 0.04) 0%, transparent 50%),
    radial-gradient(circle at 85% 80%, rgba(249, 115, 22, 0.04) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(26, 86, 219, 0.02) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* ── Decorative corner lines ── */
.ai-ecosystem-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--blue) 30%, var(--orange) 70%, transparent 100%);
  opacity: 0.18;
}

/* ── Section Header ── */
.ai-eco-header {
  text-align: center;
  margin-bottom: 72px;
  position: relative;
  z-index: 1;
}

.ai-eco-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  color: var(--blue);
  padding: 7px 20px;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 22px;
  border: 1px solid rgba(26, 86, 219, 0.2);
  box-shadow: 0 2px 12px rgba(26, 86, 219, 0.08);
  /* Fade-in animation */
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.ai-eco-tag.eco-visible {
  opacity: 1;
  transform: translateY(0);
}

.ai-eco-tag-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  animation: blink 1.5s infinite;
}

.ai-eco-headline {
  font-family: var(--font-head);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  line-height: 1.2;
  color: var(--black);
  margin-bottom: 20px;
  /* Word-by-word reveal handled via JS */
}

.ai-eco-headline .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.ai-eco-headline .word.eco-visible {
  opacity: 1;
  transform: translateY(0);
}

.ai-eco-headline .highlight-blue {
  color: var(--blue);
}

.ai-eco-subtext {
  font-size: 1.05rem;
  color: var(--gray-500);
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.8;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s ease 0.3s, transform 0.6s ease 0.3s;
}

.ai-eco-subtext.eco-visible {
  opacity: 1;
  transform: translateY(0);
}

.ai-eco-subtext strong {
  color: var(--black);
  font-weight: 600;
}

/* ── Cards Grid ── */
.ai-agents-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  position: relative;
  z-index: 1;
}

/* ── Individual Agent Card ── */
.agent-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.4s ease,
    border-color 0.4s ease;
  /* Entry animation */
  opacity: 0;
  transform: translateY(40px);
}

.agent-card.eco-visible {
  opacity: 1;
  transform: translateY(0);
}

.agent-card:nth-child(1) {
  transition-delay: 0.1s;
}

.agent-card:nth-child(2) {
  transition-delay: 0.22s;
}

.agent-card:nth-child(3) {
  transition-delay: 0.34s;
}

/* Hover lift */
.agent-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 60px rgba(26, 86, 219, 0.13), 0 6px 20px rgba(0, 0, 0, 0.06);
  border-color: transparent;
}

/* Colored top border that reveals on hover */
.agent-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--orange));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: 2;
}

.agent-card:hover::before {
  transform: scaleX(1);
}

/* Glow behind card on hover */
.agent-card::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(26, 86, 219, 0.08), rgba(249, 115, 22, 0.06));
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.agent-card:hover::after {
  opacity: 1;
}

/* ── Card Image Area ── */
.agent-img-wrap {
  position: relative;
  width: 100%;
  height: 190px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--blue-light) 0%, #f0f7ff 100%);
}

.agent-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.agent-card:hover .agent-img-wrap img {
  transform: scale(1.05);
}

/* Image placeholder when no image loads */
.agent-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.agent-icon-svg {
  width: 72px;
  height: 72px;
  color: var(--blue);
  opacity: 0.55;
}

/* Agent type badge on image */
.agent-type-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--white);
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 50px;
  border: 1px solid rgba(26, 86, 219, 0.15);
  box-shadow: var(--shadow-sm);
}

/* ── Card Body ── */
.agent-body {
  padding: 28px 26px 26px;
}

.agent-name {
  font-family: var(--font-head);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--blue);
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.agent-card:hover .agent-name {
  color: var(--blue-dark);
}

.agent-tagline {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 20px;
  line-height: 1.5;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--gray-200);
}

/* Feature list */
.agent-features {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.agent-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.875rem;
  color: var(--gray-700);
  line-height: 1.55;
  /* Stagger on hover */
  transition: transform 0.3s ease, color 0.3s ease;
}

.agent-card:hover .agent-feature-item {
  color: var(--gray-900);
}

.agent-card:hover .agent-feature-item:nth-child(1) {
  transform: translateX(3px);
  transition-delay: 0.04s;
}

.agent-card:hover .agent-feature-item:nth-child(2) {
  transform: translateX(3px);
  transition-delay: 0.08s;
}

.agent-card:hover .agent-feature-item:nth-child(3) {
  transform: translateX(3px);
  transition-delay: 0.12s;
}

.agent-card:hover .agent-feature-item:nth-child(4) {
  transform: translateX(3px);
  transition-delay: 0.16s;
}

.agent-check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--blue-light);
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.65rem;
  font-weight: 800;
  margin-top: 1px;
  transition: background 0.3s ease, color 0.3s ease;
}

.agent-card:hover .agent-check {
  background: var(--blue);
  color: var(--white);
}

.agent-feature-item strong {
  font-weight: 700;
  color: var(--black);
}

/* ── Card Footer CTA ── */
.agent-cta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--gray-100);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--blue);
  transition: gap 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

.agent-cta:hover {
  color: var(--orange);
  gap: 12px;
}

.agent-cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--blue-light);
  color: var(--blue);
  font-size: 0.85rem;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.agent-cta:hover .agent-cta-arrow {
  background: var(--orange);
  color: var(--white);
  transform: translateX(3px);
}

/* ── Bottom CTA Strip ── */
.ai-eco-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
  padding: 36px 32px;
  background: linear-gradient(135deg, var(--blue-light) 0%, #fff4ec 100%);
  border-radius: 20px;
  border: 1px solid rgba(26, 86, 219, 0.1);
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease 0.5s, transform 0.6s ease 0.5s;
}

.ai-eco-bottom.eco-visible {
  opacity: 1;
  transform: translateY(0);
}

.ai-eco-bottom-text {
  font-family: var(--font-head);
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--black);
  text-align: center;
}

.ai-eco-bottom-text span {
  color: var(--blue);
}

.ai-eco-bottom-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .ai-agents-grid {
    gap: 20px;
  }
}

@media (max-width: 900px) {
  .ai-ecosystem-section {
    padding: 80px 0 70px;
  }

  .ai-agents-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .ai-eco-header {
    margin-bottom: 48px;
  }
}

@media (max-width: 600px) {
  .ai-ecosystem-section {
    padding: 60px 0 50px;
  }

  .ai-agents-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ai-eco-headline {
    font-size: clamp(1.7rem, 7vw, 2.2rem);
  }

  .ai-eco-bottom {
    flex-direction: column;
    text-align: center;
    padding: 28px 20px;
    gap: 16px;
  }

  .ai-eco-bottom-actions {
    flex-direction: column;
    width: 100%;
  }

  .ai-eco-bottom-actions .btn-primary,
  .ai-eco-bottom-actions .btn-ghost {
    width: 100%;
    justify-content: center;
  }

  .agent-img-wrap {
    height: 160px;
  }
}

@media (min-width: 1400px) {
  .ai-agents-grid {
    gap: 36px;
  }

  .agent-body {
    padding: 34px 30px 30px;
  }
}

/* ── AI ECOSYSTEM SECTION END ───────────────────────────── */

/* ============================================================
   SERVICES SCROLL-STACK SECTION CSS
   Add to: assets/css/style.css
   REMOVE (or comment out) the old .services-section, .services-grid,
   .svc-card, .folder-shell, .folder-tab, .folder-body,
   .svc-card-inner, .svc-icon-wrap, .svc-title, .svc-desc,
   .svc-link, .card-glow blocks entirely.
   ============================================================ */

/* ── SECTION WRAPPER ──────────────────────────────────────── */
.svc-stack-section {
  position: relative;
  background: var(--white);
  padding-bottom: 0;
}

/* ── SECTION HEADER ───────────────────────────────────────── */
.svc-stack-header {
  text-align: center;
  padding: 90px 0 56px;
}

/* ── PROGRESS INDICATOR (desktop only) ───────────────────── */
.svc-progress-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-bottom: 40px;
  position: relative;
}

.svc-progress-fill {
  /* used by JS to show card X of 8 text */
  display: none;
}

.svc-progress-dots {
  display: flex;
  gap: 8px;
}

.svc-prog-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gray-300);
  transition: background 0.4s ease, transform 0.4s ease, width 0.4s ease;
  cursor: default;
}

.svc-prog-dot.active {
  background: var(--blue);
  width: 24px;
  border-radius: 4px;
  transform: scaleY(1.1);
}

.svc-prog-dot.done {
  background: var(--orange);
  opacity: 0.55;
}

@media (max-width: 768px) {
  .svc-progress-track {
    display: none;
  }
}

/* ── SCROLL WRAPPER — sets scroll height ─────────────────── */
.svc-scroll-wrap {
  /* height = viewport * number of cards  => gives scroll room */
  height: calc(100vh * 8);
  position: relative;
}

/* ── STICKY VIEWPORT — stays fixed while scrolling ───────── */
.svc-sticky-viewport {
  position: sticky;
  top: 70px;
  /* below navbar */
  height: calc(100vh - 70px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 32px 0;
}

/* ── CARDS STAGE ─────────────────────────────────────────── */
.svc-cards-stage {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

/* ── INDIVIDUAL STACK CARD ───────────────────────────────── */
.svc-stack-card {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  /* Start state — below and hidden */
  opacity: 0;
  transform: translateY(60px) scale(0.97);
  pointer-events: none;
  transition:
    opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, opacity;
}

/* Active card */
.svc-stack-card.svc-card-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: all;
}

/* Exiting upward */
.svc-stack-card.svc-card-exit {
  opacity: 0;
  transform: translateY(-50px) scale(0.96);
  pointer-events: none;
  transition:
    opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── CARD INNER LAYOUT ───────────────────────────────────── */
.svc-stack-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.07), 0 2px 12px rgba(0, 0, 0, 0.04);
  min-height: 420px;
  max-height: 520px;
  transition: box-shadow 0.4s ease;
}

.svc-stack-card.svc-card-active .svc-stack-inner {
  box-shadow: 0 16px 64px rgba(26, 86, 219, 0.12), 0 4px 20px rgba(0, 0, 0, 0.06);
}

/* ── LEFT CONTENT PANEL ──────────────────────────────────── */
.svc-stack-content {
  padding: 48px 44px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: var(--white);
}

/* Card number */
.svc-stack-num {
  font-family: var(--font-head);
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--gray-100);
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 28px;
  letter-spacing: -0.02em;
  user-select: none;
  transition: color 0.4s ease;
}

.svc-stack-card.svc-card-active .svc-stack-num {
  color: var(--blue-light);
}

/* Icon */
.svc-stack-icon-wrap {
  width: 56px;
  height: 56px;
  background: var(--blue-light);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  margin-bottom: 20px;
  flex-shrink: 0;
  transition: background 0.4s ease, color 0.4s ease, transform 0.4s ease;
}

.svc-stack-card.svc-card-active .svc-stack-icon-wrap {
  background: var(--blue);
  color: var(--white);
  transform: rotate(-3deg) scale(1.05);
}

.svc-stack-icon-google {
  background: var(--gray-100) !important;
}

.svc-stack-card.svc-card-active .svc-stack-icon-google {
  background: var(--gray-200) !important;
  color: unset !important;
  transform: none !important;
}

/* Title */
.svc-stack-title {
  font-family: var(--font-head);
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  font-weight: 800;
  color: var(--black);
  margin-bottom: 12px;
  line-height: 1.2;
}

/* Description */
.svc-stack-desc {
  font-size: 0.95rem;
  color: var(--gray-500);
  line-height: 1.75;
  margin-bottom: 20px;
}

/* Feature list */
.svc-stack-features {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
  list-style: none;
  padding: 0;
}

.svc-stack-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  color: var(--gray-700);
  font-weight: 500;
}

.svc-stack-features li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.svc-stack-card.svc-card-active .svc-stack-features li::before {
  transform: scale(1.3);
}

/* CTA link */
.svc-stack-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--blue);
  transition: gap 0.3s ease, color 0.3s ease;
  width: fit-content;
}

.svc-stack-link:hover {
  gap: 14px;
  color: var(--orange);
}

.svc-stack-link span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--blue-light);
  color: var(--blue);
  font-size: 0.9rem;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.svc-stack-link:hover span {
  background: var(--orange);
  color: var(--white);
  transform: translateX(3px);
}

/* Left border accent */
.svc-stack-content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  width: 3px;
  background: linear-gradient(180deg, var(--blue), var(--orange));
  border-radius: 0 2px 2px 0;
  opacity: 0;
  transform: scaleY(0);
  transition: opacity 0.5s ease 0.15s, transform 0.5s ease 0.15s;
  transform-origin: top;
}

.svc-stack-card.svc-card-active .svc-stack-content::before {
  opacity: 1;
  transform: scaleY(1);
}

/* ── RIGHT VISUAL PANEL (desktop/tablet only) ─────────────── */
.svc-stack-visual {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--blue-light) 0%, #f0f7ff 60%, var(--orange-light) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hide image panel on mobile */
@media (max-width: 768px) {
  .svc-stack-inner {
    grid-template-columns: 1fr;
  }

  .svc-stack-visual {
    display: none;
  }
}

.svc-stack-img-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.svc-stack-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease;
}

.svc-stack-card.svc-card-active .svc-stack-img-wrap img {
  transform: scale(1.04);
}

/* Image fallback */
.svc-stack-img-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--blue);
}

.svc-stack-img-fallback span {
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--blue);
  opacity: 0.5;
}

/* Decorative floating accent shape */
.svc-stack-img-accent {
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(249, 115, 22, 0.12), transparent 70%);
  pointer-events: none;
}

/* Top edge decorative dot pattern */
.svc-stack-visual::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 16px;
  width: 60px;
  height: 60px;
  background-image: radial-gradient(circle, rgba(26, 86, 219, 0.18) 1px, transparent 1px);
  background-size: 10px 10px;
  pointer-events: none;
  z-index: 1;
}

/* ── MOBILE: Regular stacked scroll layout ───────────────── */
@media (max-width: 768px) {

  /* On mobile: release sticky, show all cards normally */
  .svc-scroll-wrap {
    height: auto !important;
  }

  .svc-sticky-viewport {
    position: relative;
    top: auto;
    height: auto;
    padding: 0 0 24px;
    overflow: visible;
    flex-direction: column;
    align-items: stretch;
  }

  .svc-cards-stage {
    position: relative;
    flex-direction: column;
    gap: 16px;
    height: auto;
    max-width: 100%;
  }

  .svc-stack-card {
    position: relative;
    inset: auto;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: all !important;
    transition: none !important;
    margin-bottom: 16px;
  }

  .svc-stack-inner {
    min-height: auto;
    max-height: none;
    border-radius: 16px;
  }

  .svc-stack-content {
    padding: 28px 22px 24px;
  }

  .svc-stack-num {
    font-size: 2.5rem;
    top: 14px;
    right: 18px;
  }

  .svc-stack-title {
    font-size: 1.3rem;
  }

  .svc-stack-header {
    padding: 60px 0 36px;
  }
}

/* ── TABLET (768px–1024px) ───────────────────────────────── */
@media (min-width: 769px) and (max-width: 1024px) {
  .svc-stack-inner {
    min-height: 360px;
    max-height: 440px;
  }

  .svc-stack-content {
    padding: 36px 32px 32px;
  }

  .svc-stack-num {
    font-size: 3rem;
  }
}

/* ── XL SCREENS ──────────────────────────────────────────── */
@media (min-width: 1400px) {
  .svc-stack-inner {
    min-height: 460px;
    max-height: 560px;
  }

  .svc-stack-content {
    padding: 56px 52px 48px;
  }

  .svc-stack-title {
    font-size: 2.2rem;
  }

  .svc-stack-desc {
    font-size: 1rem;
  }
}

/* ── SERVICES SCROLL-STACK END ───────────────────────────── */

/* ── 9. CLIENTS SECTION ─────────────────────────────────── */
.clients-section {
  padding: 70px 0 60px;
  background: var(--white);
  overflow: hidden;
}

.clients-headline-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  padding: 0 24px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.clients-line {
  flex: 1;
  height: 1px;
  background: var(--gray-200);
}

.clients-headline-text {
  white-space: nowrap;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--gray-500);
  text-align: center;
  flex-shrink: 0;
}

@media(max-width:600px) {
  .clients-headline-text {
    font-size: 0.78rem;
    white-space: normal;
    text-align: center;
  }
}

.clients-swiper {
  padding-bottom: 12px;
}

.client-logo-box {
  height: 100px;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  transition: var(--transition);
}

.client-logo-box:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow-sm);
}

.client-logo-box img {
  /* max-height: 48px; */
  max-height: 100%;
  width: auto;
  object-fit: contain;
  /* filter: grayscale(1); */
  opacity: 1;
  transition: var(--transition);
}

/* .client-logo-box:hover img {
  filter: grayscale(0);
  opacity: 1;
} */
.logo-fallback {
  display: none;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  /* color: var(--gray-700); */
  line-height: 1.4;
}

.logo-fallback small {
  color: var(--gray-500);
  font-weight: 400;
}

.clients-counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 36px;
  gap: 4px;
}

.counter-num {
  font-family: var(--font-head);
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--blue);
  line-height: 1;
}

.counter-plus {
  color: var(--orange);
}

.counter-label {
  font-size: 0.85rem;
  color: var(--gray-500);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ── 10. ABOUT / VIDEO SECTION ──────────────────────────── */
.about-section {
  padding: 90px 0;
  background: var(--gray-50);
  position: relative;
  overflow: hidden;
}

.about-bg-glow {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  pointer-events: none;
}

.about-bg-glow-l {
  background: radial-gradient(circle, rgba(26, 86, 219, 0.05) 0%, transparent 70%);
  top: -100px;
  left: -150px;
}

.about-bg-glow-r {
  background: radial-gradient(circle, rgba(249, 115, 22, 0.05) 0%, transparent 70%);
  bottom: -100px;
  right: -150px;
}

.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* Video thumbnail */
.video-thumb-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 16/10;
}

.video-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.video-thumb-wrap:hover .video-thumb-img {
  transform: scale(1.04);
}

.video-thumb-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.play-ring {
  position: absolute;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  animation: ringPulse 2s ease-in-out infinite;
}

.play-ring-outer {
  width: 70px;
  height: 70px;
  animation-delay: 0s;
}

.play-ring-inner {
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.15);
  animation-delay: 0.4s;
}

@keyframes ringPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.7
  }

  50% {
    transform: scale(1.08);
    opacity: 1
  }
}

.play-icon {
  position: relative;
  width: 22px;
  height: 22px;
  color: var(--white);
  margin-left: 4px;
}

.video-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: var(--white);
  color: var(--black);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 50px;
  box-shadow: var(--shadow-sm);
}

/* About text */
.about-tag {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 14px;
  position: relative;
  padding-left: 20px;
}

.about-tag::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 2px;
  background: var(--orange);
}

.about-title {
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 18px;
  color: var(--black);
  display: flex;
  flex-direction: column;
}

.about-title-accent {
  font-style: italic;
  color: var(--blue);
}

.about-desc {
  font-size: 0.97rem;
  color: var(--gray-700);
  line-height: 1.8;
  margin-bottom: 24px;
}

.about-link {
  color: var(--blue);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: var(--transition);
}

.about-link:hover {
  color: var(--orange);
}

.about-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}

.about-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  color: var(--gray-700);
}

.feat-check {
  width: 22px;
  height: 22px;
  background: var(--blue);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
}

.about-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.about-play-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--gray-700);
  transition: var(--transition);
  cursor: pointer;
}

.about-play-text:hover {
  color: var(--blue);
}

.play-text-icon {
  width: 36px;
  height: 36px;
  background: var(--blue);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  flex-shrink: 0;
  transition: var(--transition);
}

.about-play-text:hover .play-text-icon {
  background: var(--orange);
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .about-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-video-col {
    order: -1;
  }
}

/* ── 11. VIDEO MODAL ────────────────────────────────────── */
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.video-modal.is-open {
  opacity: 1;
  pointer-events: all;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}

.modal-container {
  position: relative;
  z-index: 1;
  width: 90vw;
  max-width: 900px;
  transform: scale(0.94);
  transition: transform 0.35s ease;
}

.video-modal.is-open .modal-container {
  transform: scale(1);
}

.modal-close {
  position: absolute;
  top: -44px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 600;
  opacity: 0.8;
  transition: opacity 0.2s;
  cursor: pointer;
}

.modal-close:hover {
  opacity: 1;
}

.close-label {
  font-family: var(--font-body);
}

.modal-video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 16px;
  overflow: hidden;
  background: var(--black);
}

.modal-video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* ── 12. OTA / MARQUEE SECTION ──────────────────────────── */
.ota-section {
  padding: 70px 0;
  background: var(--white);
  overflow: hidden;
}

.ota-headline-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 36px;
  padding: 0 24px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.ota-line {
  flex: 1;
  height: 1px;
  background: var(--gray-200);
}

.ota-headline-text {
  white-space: nowrap;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--gray-500);
  text-align: center;
  flex-shrink: 0;
}

@media(max-width:600px) {
  .ota-headline-text {
    font-size: 0.78rem;
    white-space: normal;
  }
}

.ota-marquee-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}

.marquee-row {
  overflow: hidden;
}

.marquee-track {
  display: flex;
  width: max-content;
}

.marquee-group {
  display: flex;
  gap: 12px;
  padding: 0 6px;
}

/* LTR */
@keyframes marquee-ltr {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* RTL */
@keyframes marquee-rtl {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.track-ltr {
  animation: marquee-ltr 30s linear infinite;
}

.track-ltr-slow {
  animation: marquee-ltr 40s linear infinite;
}

.track-rtl {
  animation: marquee-rtl 35s linear infinite;
}

.marquee-track:hover {
  animation-play-state: paused;
}

.ota-logo-card {
  height: 64px;
  min-width: 130px;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  transition: var(--transition);
  position: relative;
  flex-shrink: 0;
}

.ota-logo-card:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow-sm);
}

.ota-logo-card img {
  max-height: 38px;
  max-width: 100px;
  width: auto;
  object-fit: contain;
  filter: grayscale(0.5);
  opacity: 0.7;
  transition: var(--transition);
}

.ota-logo-card:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.ota-name {
  display: none;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--gray-700);
  text-align: center;
}

/* OTA Counter */
.ota-counter-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  max-width: 600px;
  margin: 0 auto;
}

.ota-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 20px;
  gap: 4px;
}

.ota-num {
  font-family: var(--font-head);
  font-size: 2rem;
  font-weight: 800;
  color: var(--blue);
  line-height: 1;
}

.ota-plus {
  color: var(--orange);
}

.ota-label {
  font-size: 0.78rem;
  color: var(--gray-500);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
}

.ota-stat-sep {
  width: 1px;
  height: 50px;
  background: var(--gray-200);
  flex-shrink: 0;
}

@media(max-width:480px) {
  .ota-counter-wrap {
    flex-direction: column;
  }

  .ota-stat-sep {
    width: 60px;
    height: 1px;
  }
}


/* ── 14. RESPONSIVE UTILITY ─────────────────────────────── */
@media(max-width:600px) {
  .about-features li {
    font-size: 0.88rem;
  }

  .about-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}



/* ============================================================
   MOBILE APP SECTION CSS
   Add to: assets/css/style.css
   ============================================================ */

/* ── SECTION WRAPPER ─────────────────────────────────────── */
.mapp-section {
  position: relative;
  padding: 100px 0 110px;
  background: var(--gray-50);
  overflow: hidden;
}

/* ── BG DECORATIVE SHAPES ────────────────────────────────── */
.mapp-bg-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.mapp-bg-shape-1 {
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(26, 86, 219, 0.05) 0%, transparent 65%);
  top: -200px;
  right: -200px;
}

.mapp-bg-shape-2 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(249, 115, 22, 0.04) 0%, transparent 65%);
  bottom: -150px;
  left: -150px;
}

/* ── SECTION HEADER ──────────────────────────────────────── */
.mapp-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.mapp-header .section-desc strong {
  color: var(--blue);
  font-weight: 600;
}

/* ── MAIN CARD ───────────────────────────────────────────── */
.mapp-card {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 0;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 12px 60px rgba(0, 0, 0, 0.08), 0 3px 16px rgba(0, 0, 0, 0.04);
  position: relative;
  z-index: 1;
  min-height: 560px;
}

/* ── LEFT: TAB LIST ──────────────────────────────────────── */
.mapp-tabs {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-right: 1px solid var(--gray-200);
  padding: 36px 0 28px;
  position: relative;
}

/* ── INDIVIDUAL TAB ──────────────────────────────────────── */
.mapp-tab {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 28px;
  cursor: pointer;
  position: relative;
  transition: background 0.3s ease;
  overflow: hidden;
  border-left: 3px solid transparent;
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    padding-left 0.3s ease;
}

.mapp-tab:hover {
  background: var(--gray-50);
}

.mapp-tab.active {
  background: linear-gradient(90deg, rgba(26, 86, 219, 0.05) 0%, rgba(26, 86, 219, 0.01) 100%);
  border-left-color: var(--blue);
}

/* Progress bar at bottom of active tab */
.mapp-tab-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: transparent;
  overflow: hidden;
}

.mapp-tab.active .mapp-tab-progress {
  background: var(--gray-100);
}

.mapp-tab.active .mapp-tab-progress::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--blue), var(--orange));
  animation: tabProgress 5s linear forwards;
  width: 0%;
}

@keyframes tabProgress {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

/* Reset animation on re-activation */
.mapp-tab .mapp-tab-progress::after {
  animation: none;
}

/* Tab number */
.mapp-tab-num {
  font-family: var(--font-head);
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--gray-200);
  line-height: 1;
  flex-shrink: 0;
  width: 36px;
  transition: color 0.35s ease;
  letter-spacing: -0.03em;
}

.mapp-tab.active .mapp-tab-num {
  color: var(--blue);
}

.mapp-tab:hover .mapp-tab-num {
  color: var(--gray-400);
}

/* Tab icon + text row */
.mapp-tab-body {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

.mapp-tab-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--gray-100);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-500);
  flex-shrink: 0;
  transition: background 0.35s ease, color 0.35s ease, transform 0.35s ease;
}

.mapp-tab.active .mapp-tab-icon {
  background: var(--blue);
  color: var(--white);
  transform: rotate(-6deg) scale(1.05);
}

.mapp-tab:hover:not(.active) .mapp-tab-icon {
  background: var(--blue-light);
  color: var(--blue);
}

.mapp-tab-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.mapp-tab-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--gray-700);
  transition: color 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mapp-tab-sub {
  font-size: 0.76rem;
  color: var(--gray-500);
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s ease;
}

.mapp-tab.active .mapp-tab-title {
  color: var(--blue);
}

.mapp-tab.active .mapp-tab-sub {
  color: var(--blue);
  opacity: 0.7;
}

/* Arrow */
.mapp-tab-arrow {
  flex-shrink: 0;
  color: var(--gray-300);
  display: flex;
  align-items: center;
  transition: color 0.35s ease, transform 0.35s ease;
}

.mapp-tab.active .mapp-tab-arrow {
  color: var(--blue);
  transform: translateX(4px);
}

.mapp-tab:hover:not(.active) .mapp-tab-arrow {
  color: var(--gray-500);
  transform: translateX(2px);
}

/* Bottom CTA inside tabs */
.mapp-tabs-cta {
  margin-top: auto;
  padding: 24px 28px 0;
}

.mapp-tabs-cta .btn-primary {
  width: 100%;
  justify-content: center;
}

/* ── RIGHT: IMAGE VISUAL PANEL ───────────────────────────── */
.mapp-visual {
  position: relative;
  background: linear-gradient(135deg, #eef3fd 0%, #f8f9ff 40%, #fff4ec 100%);
  overflow: hidden;
  min-height: 560px;
}

/* Dot grid texture */
.mapp-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(26, 86, 219, 0.1) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.4;
  pointer-events: none;
}

/* ── INDIVIDUAL IMAGE PANEL ──────────────────────────────── */
.mapp-img-panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 36px 28px;
  /* Hidden state */
  opacity: 0;
  transform: translateX(32px) scale(0.97);
  pointer-events: none;
  transition:
    opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, opacity;
}

.mapp-img-panel.active {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: all;
}

.mapp-img-panel.exit-left {
  opacity: 0;
  transform: translateX(-32px) scale(0.97);
  transition:
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── PHONE MOCKUP AREA ───────────────────────────────────── */
.mapp-phones-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex: 1;
  width: 100%;
  max-height: 380px;
}

.mapp-phone {
  position: relative;
  z-index: 2;
}

.mapp-phone-main {
  animation: phoneFloat 5s ease-in-out infinite;
}

@keyframes phoneFloat {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.mapp-phone-shell {
  width: 200px;
  height: 360px;
  background: var(--white);
  border-radius: 32px;
  box-shadow:
    0 0 0 10px #1a1a2e,
    0 0 0 12px #2a2a3e,
    0 30px 60px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
}

/* Notch */
.mapp-phone-shell::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 24px;
  background: #1a1a2e;
  border-radius: 0 0 16px 16px;
  z-index: 10;
}

.mapp-phone-shell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.mapp-phone-fallback {
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, #1a2e5a, #1e3a8a);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 24px;
}

.mapp-fallback-icon {
  font-size: 2.4rem;
}

.mapp-phone-fallback span:last-child {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ── FLOATING INFO CARDS ─────────────────────────────────── */
.mapp-info-card {
  position: absolute;
  background: var(--white);
  border-radius: 14px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.10), 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--gray-100);
  z-index: 5;
  white-space: nowrap;
}

.mapp-info-card-1 {
  bottom: 20px;
  left: 12%;
  animation: floatCard1 6s ease-in-out infinite;
}

.mapp-info-card-2 {
  top: 36px;
  right: 8%;
  animation: floatCard2 5s ease-in-out infinite 1s;
}

@keyframes floatCard1 {
  0%, 100% {
    transform: translateY(0) rotate(-1deg);
  }

  50% {
    transform: translateY(-8px) rotate(0deg);
  }
}

@keyframes floatCard2 {
  0%, 100% {
    transform: translateY(0) rotate(1deg);
  }

  50% {
    transform: translateY(-6px) rotate(0deg);
  }
}

.mapp-info-icon {
  font-size: 1.2rem;
  flex-shrink: 0;
}

.mapp-info-val {
  font-family: var(--font-head);
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--black);
  line-height: 1.2;
}

.mapp-info-lbl {
  font-size: 0.7rem;
  color: var(--gray-500);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ── PANEL DESCRIPTION ───────────────────────────────────── */
.mapp-panel-desc {
  text-align: center;
  padding-top: 20px;
  max-width: 340px;
}

.mapp-panel-desc h4 {
  font-family: var(--font-head);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 6px;
}

.mapp-panel-desc p {
  font-size: 0.83rem;
  color: var(--gray-500);
  line-height: 1.65;
}

/* ── RESPONSIVE ──────────────────────────────────────────── */

/* Large tablet / small laptop */
@media (max-width: 1100px) {
  .mapp-card {
    grid-template-columns: 360px 1fr;
  }

  .mapp-tab-sub {
    display: none;
  }

  .mapp-phone-shell {
    width: 170px;
    height: 310px;
  }
}

/* Tablet */
@media (max-width: 900px) {
  .mapp-section {
    padding: 70px 0 80px;
  }

  .mapp-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    min-height: auto;
    border-radius: 20px;
  }

  .mapp-tabs {
    flex-direction: row;
    border-right: none;
    border-bottom: 1px solid var(--gray-200);
    padding: 0;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .mapp-tabs::-webkit-scrollbar {
    display: none;
  }

  .mapp-tab {
    flex-direction: column;
    align-items: center;
    padding: 18px 20px 14px;
    gap: 8px;
    border-left: none;
    border-bottom: 3px solid transparent;
    flex-shrink: 0;
    min-width: 100px;
  }

  .mapp-tab.active {
    border-bottom-color: var(--blue);
    border-left: none;
    background: var(--blue-light);
  }

  .mapp-tab-num {
    font-size: 1rem;
    width: auto;
  }

  .mapp-tab-body {
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }

  .mapp-tab-icon {
    width: 34px;
    height: 34px;
  }

  .mapp-tab-title {
    font-size: 0.8rem;
    text-align: center;
  }

  .mapp-tab-sub {
    display: none;
  }

  .mapp-tab-arrow {
    display: none;
  }

  .mapp-tab-progress {
    bottom: -3px;
    left: 0;
    right: 0;
    height: 3px;
  }

  .mapp-tabs-cta {
    display: none;
  }

  .mapp-visual {
    min-height: 460px;
  }

  .mapp-phones-wrap {
    max-height: 320px;
  }

  .mapp-phone-shell {
    width: 160px;
    height: 290px;
  }

  .mapp-info-card-1 {
    left: 4%;
    font-size: 0.82rem;
  }

  .mapp-info-card-2 {
    right: 4%;
    font-size: 0.82rem;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .mapp-section {
    padding: 55px 0 60px;
  }

  .mapp-card {
    border-radius: 16px;
  }

  .mapp-tab {
    min-width: 84px;
    padding: 14px 12px 12px;
  }

  .mapp-tab-num {
    display: none;
  }

  .mapp-tab-title {
    font-size: 0.72rem;
  }

  .mapp-visual {
    min-height: 380px;
  }

  .mapp-img-panel {
    padding: 24px 20px 20px;
  }

  .mapp-phones-wrap {
    max-height: 260px;
  }

  .mapp-phone-shell {
    width: 130px;
    height: 235px;
    border-radius: 22px;
  }

  .mapp-phone-shell::before {
    width: 60px;
    height: 18px;
  }

  .mapp-info-card {
    padding: 7px 10px;
    gap: 7px;
  }

  .mapp-info-icon {
    font-size: 1rem;
  }

  .mapp-info-val {
    font-size: 0.82rem;
  }

  .mapp-info-lbl {
    font-size: 0.6rem;
  }

  .mapp-info-card-1 {
    bottom: 10px;
    left: 2%;
  }

  .mapp-info-card-2 {
    top: 20px;
    right: 2%;
  }

  .mapp-panel-desc {
    max-width: 100%;
    padding-top: 14px;
  }

  .mapp-panel-desc h4 {
    font-size: 0.95rem;
  }

  .mapp-panel-desc p {
    font-size: 0.78rem;
  }
}

/* XL screens */
@media (min-width: 1400px) {
  .mapp-card {
    grid-template-columns: 460px 1fr;
    min-height: 620px;
  }

  .mapp-tab {
    padding: 24px 32px;
  }

  .mapp-phone-shell {
    width: 220px;
    height: 400px;
  }

  .mapp-panel-desc h4 {
    font-size: 1.15rem;
  }
}

/* ── MOBILE APP SECTION CSS END ─────────────────────────── */

/* ============================================================
   STATS + TESTIMONIALS SECTION CSS
   Add to: assets/css/style.css
   ============================================================ */

/* ── SECTION ─────────────────────────────────────────────── */
.testi-section {
  position: relative;
  padding: 100px 0 110px;
  background: var(--white);
  overflow: hidden;
}

/* Subtle dot bg texture */
.testi-bg-dot {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(26, 86, 219, 0.055) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.5;
  pointer-events: none;
}

/* ── CONTAINER GRID ──────────────────────────────────────── */
.testi-container {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 56px;
  align-items: start;
  position: relative;
  z-index: 1;
}

/* ══════════════════════════════════════════════════════════
   LEFT SIDE
══════════════════════════════════════════════════════════ */

/* Heading area */
.testi-heading-wrap {
  margin-bottom: 36px;
}

.testi-headline {
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900;
  color: var(--black);
  line-height: 1.2;
  margin: 14px 0 14px;
}

.testi-headline em {
  font-style: italic;
  color: var(--blue);
}

.testi-subtext {
  font-size: 0.97rem;
  color: var(--gray-500);
  line-height: 1.75;
  max-width: 480px;
}

.testi-subtext strong {
  color: var(--black);
  font-weight: 600;
}

/* ── SLIDER WRAPPER ──────────────────────────────────────── */
.testi-slider-wrap {
  position: relative;
  overflow: hidden;
}

/* ── TRACK ───────────────────────────────────────────────── */
.testi-track {
  position: relative;
  min-height: 340px;
}

/* ── TESTIMONIAL CARD ────────────────────────────────────── */
.testi-card {
  position: absolute;
  inset: 0;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 20px;
  padding: 28px 28px 22px;
  box-shadow: var(--shadow-md);
  /* Hidden state */
  opacity: 0;
  transform: translateX(40px) scale(0.98);
  pointer-events: none;
  transition:
    opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
  /* Top colored border */
  border-top: 3px solid transparent;
  background-clip: padding-box;
}

/* Active card */
.testi-card.t-active {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: all;
  border-top-color: var(--blue);
}

/* Exit left */
.testi-card.t-exit {
  opacity: 0;
  transform: translateX(-40px) scale(0.98);
  transition:
    opacity 0.38s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Card top row: logo + stars */
.testi-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

/* Client logo */
.testi-logo-wrap {
  height: 36px;
  display: flex;
  align-items: center;
}

.testi-logo-wrap img {
  max-height: 36px;
  max-width: 120px;
  width: auto;
  object-fit: contain;
  filter: grayscale(0.3);
}

.testi-logo-fallback {
  display: none;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--blue);
  line-height: 1.3;
}

.testi-logo-fallback small {
  font-size: 0.7rem;
  color: var(--gray-500);
  font-weight: 400;
}

/* Stars */
.testi-stars {
  display: flex;
  gap: 2px;
}

.testi-stars span {
  color: #f59e0b;
  font-size: 1rem;
}

/* Big quote mark */
.testi-quote-icon {
  font-family: Georgia, serif;
  font-size: 5rem;
  line-height: 0.6;
  color: var(--blue);
  opacity: 0.15;
  margin-bottom: 6px;
  font-weight: 900;
  user-select: none;
}

/* Quote text */
.testi-quote {
  font-size: 0.93rem;
  color: var(--gray-700);
  line-height: 1.75;
  margin-bottom: 20px;
  font-style: italic;
}

/* Author row */
.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--gray-100);
}

.testi-author-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: 0.03em;
}

.testi-author-name {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--black);
}

.testi-author-loc {
  font-size: 0.76rem;
  color: var(--gray-500);
  margin-top: 2px;
}

/* Tags */
.testi-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.testi-tags span {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 50px;
  background: var(--blue-light);
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  border: 1px solid rgba(26, 86, 219, 0.12);
}

/* ── SLIDER CONTROLS ─────────────────────────────────────── */
.testi-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

/* Dots */
.testi-dots {
  display: flex;
  gap: 7px;
  align-items: center;
}

.testi-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gray-300);
  cursor: pointer;
  transition: background 0.35s ease, width 0.35s ease, border-radius 0.35s ease;
}

.testi-dot.active {
  background: var(--blue);
  width: 24px;
  border-radius: 4px;
}

/* Arrows */
.testi-arrows {
  display: flex;
  gap: 10px;
}

.testi-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--gray-200);
  background: var(--white);
  color: var(--gray-700);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease,
    color 0.3s ease, transform 0.3s ease;
}

.testi-arrow:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
  transform: scale(1.08);
}

.testi-arrow:active {
  transform: scale(0.96);
}

/* ══════════════════════════════════════════════════════════
   RIGHT SIDE — STAT CARDS
══════════════════════════════════════════════════════════ */
.testi-right {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: sticky;
  top: 90px;
  /* sticks while left scrolls on very tall viewports */
}

/* ── BASE STAT CARD ──────────────────────────────────────── */
.tstat-card {
  border-radius: 22px;
  padding: 32px 30px 28px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.tstat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.10);
}

/* ── LIGHT CARD ──────────────────────────────────────────── */
.tstat-light {
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  box-shadow: var(--shadow-md);
}

/* ── BLUE CARD ───────────────────────────────────────────── */
.tstat-blue {
  background: linear-gradient(140deg, var(--blue) 0%, #1240b0 100%);
  border: none;
  box-shadow: 0 12px 40px rgba(26, 86, 219, 0.35);
  position: relative;
  overflow: hidden;
}

/* Inner shine */
.tstat-blue::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.tstat-blue::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: -30px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(249, 115, 22, 0.12);
  pointer-events: none;
}

/* Icon row */
.tstat-icon-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.tstat-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tstat-icon-blue {
  background: var(--blue-light);
  color: var(--blue);
}

.tstat-icon-white {
  background: rgba(255, 255, 255, 0.15);
  color: var(--white);
}

.tstat-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gray-500);
}

.tstat-label-white {
  color: rgba(255, 255, 255, 0.75);
}

/* Big number */
.tstat-num {
  font-family: var(--font-head);
  font-size: clamp(3rem, 5vw, 4.2rem);
  font-weight: 900;
  color: var(--black);
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -0.03em;
}

.tstat-num-white {
  color: var(--white);
}

/* Description */
.tstat-desc {
  font-size: 0.88rem;
  color: var(--gray-600, #4b5563);
  line-height: 1.7;
  margin-bottom: 20px;
}

.tstat-desc strong {
  color: var(--black);
  font-weight: 700;
}

.tstat-desc-white {
  color: rgba(255, 255, 255, 0.8);
}

.tstat-desc-white strong {
  color: var(--white);
}

/* Sub-stats row (light card) */
.tstat-sub-row {
  display: flex;
  align-items: center;
  gap: 0;
  background: var(--white);
  border-radius: 12px;
  border: 1px solid var(--gray-200);
  overflow: hidden;
}

.tstat-sub-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 8px;
  gap: 3px;
}

.tstat-sub-num {
  font-family: var(--font-head);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--blue);
  line-height: 1;
}

.tstat-sub-num span {
  color: var(--orange);
}

.tstat-sub-lbl {
  font-size: 0.68rem;
  color: var(--gray-500);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.tstat-sub-divider {
  width: 1px;
  height: 32px;
  background: var(--gray-200);
  flex-shrink: 0;
}

/* Badge row (blue card) */
.tstat-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  position: relative;
  z-index: 1;
}

.tstat-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.15);
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  transition: background 0.3s ease;
}

.tstat-badge:hover {
  background: rgba(255, 255, 255, 0.25);
}

.tstat-badge svg {
  flex-shrink: 0;
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════════ */

/* Large tablet */
@media (max-width: 1100px) {
  .testi-container {
    grid-template-columns: 1fr 340px;
    gap: 40px;
  }
}

/* Tablet — stack vertically */
@media (max-width: 900px) {
  .testi-section {
    padding: 70px 0 80px;
  }

  .testi-container {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .testi-right {
    position: relative;
    top: auto;
    flex-direction: row;
    gap: 16px;
  }

  .tstat-card {
    flex: 1;
  }

  .testi-subtext {
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .testi-section {
    padding: 55px 0 60px;
  }

  .testi-right {
    flex-direction: column;
  }

  .testi-card {
    padding: 22px 20px 18px;
  }

  .testi-quote-icon {
    font-size: 3.5rem;
  }

  .testi-quote {
    font-size: 0.88rem;
  }

  .tstat-num {
    font-size: 2.8rem;
  }

  .tstat-card {
    padding: 24px 22px 20px;
  }

  .tstat-sub-row {
    flex-direction: column;
  }

  .tstat-sub-divider {
    width: 60%;
    height: 1px;
    margin: 0 auto;
  }

  .testi-track {
    min-height: 400px;
  }

  .testi-controls {
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
  }
}

/* XL screens */
@media (min-width: 1400px) {
  .testi-container {
    grid-template-columns: 1fr 440px;
    gap: 72px;
  }

  .tstat-num {
    font-size: 4.8rem;
  }
}

/* ── TESTI SECTION CSS END ───────────────────────────────── */

/* ============================================================
   eGLOBE FOOTER CSS
   Add to: assets/css/style.css
   ============================================================ */


/* ══════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════ */



/* Tablet landscape */
@media (max-width: 1024px) {

  .eg-fcol-contact {
    grid-column: 1 / -1;
  }

  .eg-contact-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 24px;
  }

  .eg-app-btns {
    margin-top: 4px;
  }
}

/* Tablet portrait */
@media (max-width: 768px) {

  .eg-fcol-contact {
    grid-column: 1 / -1;
  }

  .eg-contact-block {
    grid-template-columns: 1fr 1fr;
  }

  .eg-trust-badges {
    gap: 10px;
  }

  .eg-footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

/* Mobile */
@media (max-width: 540px) {

  .eg-fcol-contact {
    grid-column: auto;
  }

  .eg-contact-block {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .eg-app-btns {
    flex-direction: column;
  }

  .eg-app-btn {
    width: 100%;
    justify-content: center;
  }

  .eg-social-wrap {
    flex-wrap: wrap;
  }

  .eg-trust-badges {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }

  .eg-trust-badge {
    width: 100%;
  }

  .eg-bottom-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .eg-bottom-links {
    justify-content: flex-start;
  }
}


/* ============================================================
   HEROES WRAP — Hero1 sticky + Hero2 slides over from bottom
   ============================================================ */

/* Wrapper: tall enough to give scroll room for both heroes */
.heroes-wrap {
  position: relative;
  /* 200vh = 100vh hero1 + 100vh scroll-trigger zone for hero2 */
  /*height: 200vh;*/
  overflow: clip;
}

/* Hero 1 — sticky, stays put while user scrolls down */
.hero {
  position: sticky;
  top: 0;
  z-index: 1;
  /* min-height already set above, keep it */
}

/* Hero 2 — fixed at bottom of viewport, hidden below screen */
.hero2 {
  position: sticky;
  top: 0;
  z-index: 10;
  /* height: 100vh; */
  height: 120vh;
  width: 100%;
  background: var(--white);
  display: flex;
  align-items: center;
  /* transition smooth rakhein */
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hero2.hide-up {
  transform: translateY(-100%);
  pointer-events: none;
  /* Taaki niche wale links click ho sakein */
}

/* When active — slides up to cover hero1 */
.hero2.hero2-active {
  transform: translateY(0);
}

/* bg blobs */
.h2-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
}

.h2-blob-1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(26, 86, 219, 0.06) 0%, transparent 70%);
  top: -150px;
  left: -120px;
}

.h2-blob-2 {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(249, 115, 22, 0.06) 0%, transparent 70%);
  bottom: -80px;
  right: -80px;
}

/* Inner container */
.h2-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-top: 56px;
  padding-bottom: 24px;
}

/* Header */
.h2-header {
  text-align: center;
  max-width: 640px;
}

.h2-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--blue-light);
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 12px;
}

.h2-tag-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  animation: h2pulse 1.8s ease-in-out infinite;
}

@keyframes h2pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.5);
    opacity: 0.6;
  }
}

.h2-headline {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-weight: 800;
  color: var(--gray-900);
  line-height: 1.2;
  margin-bottom: 10px;
}

.h2-headline em {
  font-style: italic;
  color: var(--orange);
}

.h2-sub {
  font-size: clamp(0.85rem, 1.2vw, 0.98rem);
  color: var(--gray-500);
  line-height: 1.65;
}

/* Hub */
.h2-hub {
  position: relative;
  width: 100%;
  max-width: 980px;
  height: clamp(520px, 42vh, 540px);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* SVG lines */
.h2-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: visible;
}

.h2-lp {
  fill: none;
  stroke-width: 1.5;
  stroke-dasharray: 7 5;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.h2-lp.lp-blue {
  stroke: var(--blue);
}

.h2-lp.lp-orange {
  stroke: var(--orange);
}

.h2-lp.lp-on {
  opacity: 0.38;
  animation: lpDash 2.8s linear infinite;
}

@keyframes lpDash {
  to {
    stroke-dashoffset: -48;
  }
}

/* Robot */
.h2-robot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.h2-ring {
  position: absolute;
  border-radius: 50%;
  animation: h2ring 3.2s ease-in-out infinite;
}

.h2-ring-1 {
  width: 160px;
  height: 160px;
  border: 1.5px solid rgba(249, 115, 22, 0.22);
  animation-delay: 0s;
}

.h2-ring-2 {
  width: 210px;
  height: 210px;
  border: 1.5px solid rgba(26, 86, 219, 0.14);
  animation-delay: 1s;
}

@keyframes h2ring {
  0%, 100% {
    transform: scale(1);
    opacity: 0.9;
  }

  50% {
    transform: scale(1.07);
    opacity: 0.4;
  }
}

.h2-disc {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--orange);
  box-shadow: 0 0 0 8px rgba(249, 115, 22, 0.08), 0 8px 32px rgba(249, 115, 22, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  animation: h2float 4s ease-in-out infinite;
}

@keyframes h2float {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.h2-robot-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.h2-robot-svg {
  display: none;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
}

.h2-robot-svg svg {
  width: 60px;
  height: 60px;
}

.h2-lbl {
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--orange);
  color: #fff;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 11px;
  border-radius: 100px;
  white-space: nowrap;
}

/* Cards */
.h2-card {
  position: absolute;
  width: clamp(188px, 20vw, 234px);
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 14px;
  padding: 16px 15px;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.06);
  display: flex;
  gap: 11px;
  align-items: flex-start;
  z-index: 4;

  /* entrance animation — triggered when hero2 becomes active */
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

/*.h2-card-L {
  right: calc(50% + 90px);
  transform: translateX(-50px);
}
.h2-card-R {
  left: calc(50% + 90px);
  transform: translateX(50px);
}*/

.h2-card-L {
  right: calc(50% + 150px);
  transform: translateX(-50px);
}

.h2-card-R {
  left: calc(50% + 150px);
  transform: translateX(50px);
}

/* vertical rows */
/*.h2-card[data-seq="0"], .h2-card[data-seq="1"] { top: 6%; }
.h2-card[data-seq="2"], .h2-card[data-seq="3"] { top: 38%; }
.h2-card[data-seq="4"], .h2-card[data-seq="5"] { top: 70%; }*/

.h2-card[data-seq="0"], .h2-card[data-seq="1"] {
  top: 2%;
}

.h2-card[data-seq="2"], .h2-card[data-seq="3"] {
  top: 40%;
}

.h2-card[data-seq="4"], .h2-card[data-seq="5"] {
  top: 78%;
}



@media (min-width: 768px) and (max-width: 1280px){
    .h2-card {
        width: 300px;
        height: 180px;
    }
}
/* card in — fly into place */
.hero2-active .h2-card {
  opacity: 1;
  transform: translateX(0) !important;
}

.hero2-active .h2-card[data-seq="0"] {
  transition-delay: 0.35s;
}

.hero2-active .h2-card[data-seq="1"] {
  transition-delay: 0.45s;
}

.hero2-active .h2-card[data-seq="2"] {
  transition-delay: 0.55s;
}

.hero2-active .h2-card[data-seq="3"] {
  transition-delay: 0.65s;
}

.hero2-active .h2-card[data-seq="4"] {
  transition-delay: 0.75s;
}

.hero2-active .h2-card[data-seq="5"] {
  transition-delay: 0.85s;
}

.h2-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 10px 28px rgba(26, 86, 219, 0.12);
  border-color: var(--blue);
}

.h2-card-R:hover {
  border-color: var(--orange);
  box-shadow: 0 10px 28px rgba(249, 115, 22, 0.12);
}

.h2-ico {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.h2-ico-blue {
  background: var(--blue-light);
}

.h2-ico-orange {
  background: var(--orange-light);
}

.h2-ico svg {
  width: 40px;
  height: 40px;
}

/* .h2-ico-blue svg {
  stroke: var(--blue);
}

.h2-ico-orange svg {
  stroke: var(--orange);
} */

.h2-txt h3 {
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: 3px;
  line-height: 1.3;
}

.h2-txt p {
  font-size: 0.72rem;
  color: var(--gray-500);
  line-height: 1.55;
}

/* CTA */
.h2-cta {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s ease 1s, transform 0.5s ease 1s;
}

.hero2-active .h2-cta {
  opacity: 1;
  transform: translateY(0);
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  font-family: 'Inter', sans-serif;
  background: #f7fafe;
  color: #111827;
  overflow-x: hidden;
}

/* modern glassmorphism & gradient magic */
.hero {
  position: relative;
  background: url("./images/ai/bg.jpg");
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
  min-height: auto;
}

.hero p {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.6;
  color: #fff;
}

/* Glow effect */
/* .hero::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0,150,255,0.3), transparent);
    top: 10%;
    right: -100px;
    filter: blur(120px);
} */

/* Wave lines */
/* .hero::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(
        120deg,
        rgba(0,150,255,0.08) 0px,
        rgba(0,150,255,0.08) 2px,
        transparent 2px,
        transparent 20px
    );
    animation: moveWave 10s linear infinite;
    opacity: 0.3;
} */

/* Animation */
@keyframes moveWave {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200px);
  }
}

.hero h1 {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: px;
  line-height: 1.2;
  background: linear-gradient(135deg, #FFFFFF 70%, #A0D2FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.highlight {
  background: linear-gradient(120deg, #FFD966, #FFB347);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 600;
  position: relative;
}

.sub-text {
  font-size: 20px !important;
  color: #badde3 !important;
  font-weight: 400;
  backdrop-filter: blur(2px);
  font-size: 22px;

  letter-spacing: 0.3px;

}

/* tool badges */
.tools p {
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.3px;
  font-size: 22px;
}

.tool-box {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 22px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.25s ease;
  margin: 0 8px 12px 0;
  font-weight: 600;
  color: #fff;
}

.tool-box:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-3px);
  border-color: rgba(255, 215, 100, 0.6);
}

.tool-icon {
  width: 38px;
  height: 38px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.icon-green {
  background: #25D366;
  box-shadow: 0 5px 12px rgba(37, 211, 102, 0.3);
}

.icon-yellow {
  background: #F4B942;
  box-shadow: 0 5px 12px rgba(244, 185, 66, 0.25);
}

.icon-blue {
  background: #3B82F6;
  box-shadow: 0 5px 12px rgba(59, 130, 246, 0.3);
}

.cta-text {
  font-size: 1.8rem;
  font-weight: 700;
  /* background: linear-gradient(135deg, #FFE6B0, #FFD966); */
  -webkit-background-clip: text;
  background-clip: text;
  color: #fff;
  margin-top: 1.8rem;
}

.btn-cta {
  background: linear-gradient(105deg, #FFCD4A, #FFB71E);
  border: none;
  padding: 14px 32px;
  font-weight: 700;
  font-size: 1.05rem;
  border-radius: 50px;
  color: #0A1E3C;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 12px 25px -12px rgba(255, 200, 50, 0.4);
  text-decoration: none;
}

.btn-cta:hover {
  background: linear-gradient(105deg, #FFC42E, #FFA500);
  transform: scale(1.02);
  box-shadow: 0 18px 30px -12px rgba(255, 180, 30, 0.6);
  color: #071a2f;
}

/* floating robot animation */
.hero-img {
  /* animation: floatGlow 5s ease-in-out infinite; */
  filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.3));
  max-width: 85%;
  margin: 0 auto;
  display: block;
}

/* 
  @keyframes floatGlow {
    0% { transform: translateY(0px) rotate(0deg);}
    50% { transform: translateY(-14px) rotate(1deg);}
    100% { transform: translateY(0px) rotate(0deg);}
  } */

/* card area premium */
.cards-section {
  padding: 80px 0 90px;
  background: linear-gradient(180deg, #F8FBFE 0%, #F0F4FA 100%);
  position: relative;
}

.ai-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(0px);
  border-radius: 2rem;
  padding: 2rem 1.5rem;
  transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  border: 1px solid rgba(59, 130, 246, 0.15);
  box-shadow: 0 20px 35px -15px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ai-card .bottom-text {
  margin-top: auto;
}

.ai-card:hover {
  transform: translateY(-12px);
  border-color: rgba(59, 130, 246, 0.4);
  box-shadow: 0 30px 45px -18px rgba(0, 67, 156, 0.25);
  background: white;
}

.icon-img {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  background: linear-gradient(145deg, #EFF6FF, #E0EAFF);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

/* ICON BOX */
.icon-box {
  width: 70px;
  height: 70px;
  background: #eef2ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 28px;
}

/* LIST */
.ai-list {
  list-style: none;
  padding: 0;
  font-size: 14px;
}

.ai-list li {
  margin-bottom: 10px;
}

.ai-list li::before {
  content: "✔";
  color: #2563eb;
  margin-right: 8px;
}

.icon-img img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  transition: 0.25s;
}

.ai-card:hover .icon-img img {
  transform: scale(1.08);
}

.ai-card h5 {
  font-weight: 600;
  font-size: 1.45rem;
  margin-bottom: 0.75rem;
  color: #0A2540;
}

.ai-card h5 span {
  background: linear-gradient(120deg, #2563EB, #1E40AF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ai-list {
  list-style: none;
  padding-left: 0;
  margin-top: 1.2rem;
}

.ai-list li {
  margin-bottom: 12px;
  font-size: 0.9rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1F2A48;
}

.tool-box {
  position: relative;
  padding: 12px 20px;
  border-radius: 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

/* Shiny Border */
/* 3D Card */
.tool-box-3d {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 22px;
  border-radius: 14px;
  color: #fff;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);

  /* 3D effect */
  transform: perspective(800px) rotateX(0deg) rotateY(0deg);
  transition: all 0.4s ease;
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.5),
    inset 0 1px 1px rgba(255, 255, 255, 0.1);
}

/* Hover 3D Tilt */
.tool-box-3d:hover {
  transform: perspective(800px) rotateX(6deg) rotateY(-6deg) scale(1.05);
}

/* Shiny Animated Border */
.tool-box-3d::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 14px;
  /* background: linear-gradient(
        120deg,
        transparent,
        rgba(0, 200, 255, 0.8),
        transparent
    ); */
  z-index: -1;
  animation: borderGlow 3s linear infinite;
  border-bottom: 3px solid;
  border-image: linear-gradient(120deg, transparent, rgb(59 91 173), transparent) 1;
}

/* Glow animation */
@keyframes borderGlow {
  0% {
    background-position: 0%
  }

  100% {
    background-position: 200%
  }
}

/* Icon Styling */
.tool-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

/* Colors */
.icon-green {
  background: #25d366;
}

.icon-yellow {
  background: #d4e157;
  color: #000;
}

.icon-blue {
  background: #4fc3f7;
  color: #000;
}


/* responsive styles */
@media (max-width: 992px) {
  .tool-box-3d {
    flex-direction: column
  }

  .hero h1 {
    font-size: 2.3rem;
  }

  .cta-text {
    font-size: 1.4rem;
  }

  .hero {
    padding: 3rem 0;
  }

  .tool-box {
    padding: 6px 16px;
    font-size: 0.85rem;
  }
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 1.8rem;
  }

  .sub-text {
    font-size: 14px !important;

  }

  .tools p {

    font-size: 18px;
  }

  .tool-box-3d {
    font-size: 12px;
  }

  @media (max-width: 768px) {
    .hero-img {
      max-width: 50%;
      /* margin-top: 30px; */
    }
  }

  .btn-cta {
    padding: 12px 24px;
    font-size: 0.9rem;
  }

  .cards-section {
    padding: 50px 0;
  }
}

.badge-new {
  background: rgba(255, 215, 0, 0.2);
  backdrop-filter: blur(4px);
  border-radius: 100px;
  padding: 0.2rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1rem;
  color: #FFE6B0;
  border: 0.5px solid rgba(255, 200, 0, 0.5);
}

.btn-outline-glow {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 240, 0.5);
  border-radius: 40px;
  color: white;
  padding: 10px 26px;
  font-weight: 500;
  transition: 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-outline-glow:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #FFD966;
  color: #FFE2A4;
}

.h2-disc {
  position: relative;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: #f7fafe;
  border: 0px solid var(--orange);
  /* box-shadow: none; */
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  animation: h2float 4s ease-in-out infinite;
}

.h2-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  padding-top: 56px;
  padding-bottom: 24px;
}

.h2-ring-1 {
  width: 440px;
  height: 440px;
  animation-delay: 0s;
  border-width: 1.5px;
  border-style: solid;
  border-color: rgba(249, 115, 22, 0.22);
  border-image: initial;
}

.h2-ring-2 {
  width: 490px;
  height: 490px;
  animation-delay: 0s;
  border-width: 1.5px;
  border-style: solid;
  border-color: rgba(249, 115, 22, 0.22);
  border-image: initial;
}

.h2-robot-img {
  width: 100%;
  height: 100%;
  border-radius: 0%;
  object-fit: contain;
}

.h2-txt p {
  font-size: 0.9rem;
  color: var(--gray-500);
  line-height: 1.55;
}

.h2-txt h3 {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 0.45rem;
  line-height: 1.3;
}

@media (min-width: 1280px) {
  .h2-card {
    width: 300px;
    height: 180px;
  }
}




.icon-wrapper {

  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: #e8f0fd;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a56db;
  font-size: 35px;
  /* box-shadow: 0 8px 20px rgba(99, 102, 241, 0.4); */

}

.sparkle-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 18px;
  color: #ffda44;
  filter: drop-shadow(0 0 5px rgba(255, 218, 68, 0.8));
}

.eglobe-card h3 {
  margin: 10px 0;
  color: #1e1b4b;
}

.eglobe-card p {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.5;
}

.badge {
  display: inline-block;
  margin-top: 15px;
  padding: 5px 12px;
  background: #f3f4f6;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 500;
  color: #0d6efd;
  text-transform: uppercase;
      text-wrap: auto;
    line-height: 1.5;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {

  /* On mobile/tablet: no fixed positioning — just normal flow */
  .heroes-wrap {
    height: auto;
  }

  .hero {
    position: relative;
  }

  .hero2 {
    position: relative;
    transform: none !important;
    height: auto;
    min-height: 100vh;
    padding: 0px 0 50px;
  }

  .h2-hub {
    height: auto;
    min-height: 0;
    flex-direction: column;
    gap: 14px;
  }

  .h2-lines {
    display: none;
  }

  .h2-robot {
    position: static;
    transform: none;
    margin-bottom: 8px;
  }

  .h2-card {
    position: static;
    transform: none !important;
    width: 100%;
    max-width: 460px;
    opacity: 1;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
  }

  .h2-card-L, .h2-card-R {
    right: auto;
    left: auto;
  }

  .h2-cta {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 480px) {
  .h2-headline {
    font-size: 1.5rem;
  }

  .h2-disc {
    width: 200px;
    height: 200px;
  }

  .h2-ring-1 {
    width: 230px;
    height: 230px;
  }

  .h2-ring-2 {
    width: 275px;
    height: 275px;
  }

  .h2-inner {

    gap: 50px;

  }
}

@media (min-width: 1280px) {

  /*.h2-card-L { right: calc(50% + 108px); }
  .h2-card-R { left: calc(50% + 108px); }*/
  .h2-card-L {
    right: calc(50% + 300px);
  }

  .h2-card-R {
    left: calc(50% + 300px);
  }

  /* Badi screen par vertical gap aur zyada clear dikhega */
  .h2-card[data-seq="0"], .h2-card[data-seq="1"] {
    top: 0%;
  }

  .h2-card[data-seq="4"], .h2-card[data-seq="5"] {
    top: 80%;
  }
}