
  .home_hero_section {
  padding-top: 50px;
  padding-bottom: 30px;
  background: #060c1a;
}

.home_hero_section .hhs-overflow-wrap {
  position: relative;
  overflow: hidden;
}

.home_hero_section .hhs-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 200, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 200, 255, 0.045) 1px, transparent 1px);
  background-size: 52px 52px;
  animation: hhs-grid-drift 18s linear infinite;
  pointer-events: none;
  z-index: 0;
}

@keyframes hhs-grid-drift {
  0%   { background-position: 0 0; }
  100% { background-position: 52px 52px; }
}

.home_hero_section .hhs-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.28;
  pointer-events: none;
  z-index: 0;
}

.home_hero_section .hhs-orb-1 {
  width: 520px; height: 520px;
  background: radial-gradient(circle, #0ff 0%, transparent 70%);
  top: -180px; right: -120px;
  animation: hhs-orb-pulse 7s ease-in-out infinite alternate;
}

.home_hero_section .hhs-orb-2 {
  width: 380px; height: 380px;
  background: radial-gradient(circle, #4f6fff 0%, transparent 70%);
  bottom: -120px; left: -80px;
  animation: hhs-orb-pulse 9s ease-in-out infinite alternate-reverse;
}

.home_hero_section .hhs-orb-3 {
  width: 240px; height: 240px;
  background: radial-gradient(circle, #00ffb2 0%, transparent 70%);
  top: 50%; left: 55%;
  transform: translate(-50%, -50%);
  opacity: 0.14;
  animation: hhs-orb-pulse 11s ease-in-out infinite alternate;
}

@keyframes hhs-orb-pulse {
  0%   { transform: scale(1); opacity: 0.28; }
  100% { transform: scale(1.18); opacity: 0.18; }
}

.home_hero_section .hhs-icon-cloud {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.home_hero_section .hhs-icon-cloud i {
  position: absolute;
  color: rgba(0, 210, 255, 0.18);
  font-size: 1.6rem;
  animation: hhs-float linear infinite;
}

.home_hero_section .hhs-icon-cloud .hhs-i1  { top: 12%; left: 75%; font-size: 2.2rem; animation-duration: 14s; animation-delay: 0s; }
.home_hero_section .hhs-icon-cloud .hhs-i2  { top: 62%; left: 82%; font-size: 1.4rem; animation-duration: 11s; animation-delay: -3s; }
.home_hero_section .hhs-icon-cloud .hhs-i3  { top: 28%; left: 88%; font-size: 1.8rem; animation-duration: 16s; animation-delay: -6s; }
.home_hero_section .hhs-icon-cloud .hhs-i4  { top: 78%; left: 68%; font-size: 1.6rem; animation-duration: 13s; animation-delay: -1s; }
.home_hero_section .hhs-icon-cloud .hhs-i5  { top: 44%; left: 93%; font-size: 1.2rem; animation-duration: 18s; animation-delay: -8s; }
.home_hero_section .hhs-icon-cloud .hhs-i6  { top: 8%;  left: 60%; font-size: 1.4rem; animation-duration: 12s; animation-delay: -4s; }
.home_hero_section .hhs-icon-cloud .hhs-i7  { top: 88%; left: 55%; font-size: 1.9rem; animation-duration: 15s; animation-delay: -2s; }

@keyframes hhs-float {
  0%   { transform: translateY(0px) rotate(0deg);   opacity: 0.18; }
  50%  { transform: translateY(-22px) rotate(6deg); opacity: 0.35; }
  100% { transform: translateY(0px) rotate(0deg);   opacity: 0.18; }
}

.home_hero_section .hhs-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.home_hero_section .hhs-dot {
  position: absolute;
  width: 3px; height: 3px;
  border-radius: 50%;
  background: rgba(0, 220, 255, 0.5);
  animation: hhs-dot-rise linear infinite;
}

@keyframes hhs-dot-rise {
  0%   { transform: translateY(0) scale(1); opacity: 0.6; }
  100% { transform: translateY(-110vh) scale(0.4); opacity: 0; }
}

.home_hero_section .hhs-grid-bg     { z-index: 0; }
.home_hero_section .hhs-orb         { z-index: 0; }
.home_hero_section .hhs-icon-cloud  { z-index: 1; }
.home_hero_section .hhs-particles   { z-index: 1; }
.home_hero_section .hhs-inner       { z-index: 2; }
.home_hero_section .hhs-right-visual { z-index: 2; }

.home_hero_section h1 {
  color: #e8f4ff;
  font-size: clamp(1.9rem, 4vw, 3.1rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  animation: hhs-slidein 0.8s ease 0.2s both;
}

.home_hero_section h1 .gradient-title {
  background: linear-gradient(90deg, #00d4ff 0%, #4f6fff 50%, #00ffb2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% auto;
  animation: hhs-shimmer 4s linear infinite;
}

@keyframes hhs-shimmer {
  0%   { background-position: 0% center; }
  100% { background-position: 200% center; }
}

.home_hero_section .subhead {
  color: rgba(200, 220, 240, 0.75);
  font-size: clamp(0.95rem, 1.8vw, 1.08rem);
  line-height: 1.75;
  max-width: 580px;
  margin-bottom: 36px;
  animation: hhs-slidein 0.8s ease 0.4s both;
}

.home_hero_section .cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  animation: hhs-fadein 0.8s ease 0.65s both;
  padding-bottom: 30px;
}

.home_hero_section .btn-primary-hero {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 26px;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  position: relative;
  overflow: hidden;
}

.home_hero_section .btn-primary-hero:first-child {
  background: linear-gradient(135deg, #00c8ff 0%, #4f6fff 100%);
  color: #fff;
  box-shadow: 0 4px 28px rgba(0, 180, 255, 0.35);
}

.home_hero_section .btn-primary-hero:first-child::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.12) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.22s;
}

.home_hero_section .btn-primary-hero:first-child:hover::after { opacity: 1; }

.home_hero_section .btn-primary-hero:last-child {
  background: transparent;
  color: #a0c8e8;
  border: 1px solid rgba(0, 200, 255, 0.3);
}

.home_hero_section .btn-primary-hero:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(0, 180, 255, 0.28);
  text-decoration: none;
  color: #fff;
}

.home_hero_section .hhs-right-visual {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: hhs-fadein 1s ease 0.3s both;
}

.hhs-laptop-wrap {
  position: relative;
  width: 100%;
  max-width: 460px;
}

.hhs-laptop { position: relative; width: 100%; }

.hhs-laptop-screen {
  background: #0a0f1e;
  border: 2px solid rgba(0, 212, 255, 0.25);
  border-radius: 12px 12px 0 0;
  padding: 10px;
  position: relative;
  box-shadow: 0 0 0 1px rgba(0,212,255,0.08), 0 20px 60px rgba(0, 100, 255, 0.25), 0 0 80px rgba(0, 212, 255, 0.08);
  overflow: hidden;
}

.hhs-laptop-screen::before {
  content: '';
  position: absolute;
  top: 5px; left: 50%;
  transform: translateX(-50%);
  width: 6px; height: 6px;
  background: rgba(0,212,255,0.4);
  border-radius: 50%;
  z-index: 10;
}

.hhs-laptop-screen::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #00d4ff, transparent);
  z-index: 10;
}

.hhs-screen-canvas {
  background: #07111f;
  border-radius: 6px;
  height: 260px;
  overflow: hidden;
  position: relative;
}

.hhs-sc-topbar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background: rgba(0,212,255,0.05);
  border-bottom: 1px solid rgba(0,212,255,0.1);
}

.hhs-sc-dot { width: 7px; height: 7px; border-radius: 50%; }
.hhs-sc-dot:nth-child(1) { background: #ff5f57; }
.hhs-sc-dot:nth-child(2) { background: #febc2e; }
.hhs-sc-dot:nth-child(3) { background: #28c840; }

.hhs-sc-url {
  flex: 1;
  background: rgba(0,212,255,0.06);
  border: 1px solid rgba(0,212,255,0.12);
  border-radius: 3px;
  padding: 3px 8px;
  font-size: 9px;
  color: rgba(0,212,255,0.5);
  margin-left: 8px;
  letter-spacing: 0.5px;
}

.hhs-sc-body {
  padding: 12px;
  display: flex;
  gap: 10px;
  height: calc(100% - 30px);
}

.hhs-sc-sidebar {
  width: 110px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hhs-sc-sidebar-item {
  background: rgba(0,212,255,0.06);
  border: 1px solid rgba(0,212,255,0.1);
  border-radius: 4px;
  padding: 6px 8px;
  font-size: 8px;
  color: rgba(0,212,255,0.5);
  display: flex;
  align-items: center;
  gap: 5px;
}

.hhs-sc-sidebar-item.active {
  background: rgba(0,212,255,0.12);
  border-color: rgba(0,212,255,0.35);
  color: #00d4ff;
}

.hhs-sc-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
}

.hhs-pipeline {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: nowrap;
  overflow: hidden;
}

.hhs-pipe-node {
  background: rgba(0,212,255,0.08);
  border: 1px solid rgba(0,212,255,0.2);
  border-radius: 4px;
  padding: 4px 6px;
  font-size: 7.5px;
  color: rgba(0,212,255,0.6);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 3px;
  position: relative;
}

.hhs-pipe-node.processing {
  border-color: #00ffb2;
  color: #00ffb2;
  background: rgba(0,255,178,0.08);
  animation: hhs-node-pulse 1.5s ease-in-out infinite;
}

.hhs-pipe-node.done {
  border-color: #4f6fff;
  color: #4f6fff;
  background: rgba(79,111,255,0.08);
}

@keyframes hhs-node-pulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(0,255,178,0.3); }
  50%      { box-shadow: 0 0 0 4px rgba(0,255,178,0); }
}

.hhs-pipe-arrow { color: rgba(0,212,255,0.3); font-size: 8px; flex-shrink: 0; }

.hhs-status-row { display: flex; gap: 6px; }

.hhs-status-card {
  flex: 1;
  background: rgba(0,212,255,0.05);
  border: 1px solid rgba(0,212,255,0.1);
  border-radius: 4px;
  padding: 6px 8px;
}

.hhs-status-card .hhs-sc-label {
  font-size: 7px;
  color: rgba(0,212,255,0.4);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.hhs-status-card .hhs-sc-val { font-size: 14px; font-weight: 500; color: #00d4ff; }
.hhs-status-card .hhs-sc-val.green  { color: #00ffb2; }
.hhs-status-card .hhs-sc-val.purple { color: #7b8fff; }

.hhs-progress-wrap {
  background: rgba(0,212,255,0.05);
  border: 1px solid rgba(0,212,255,0.1);
  border-radius: 4px;
  padding: 8px 10px;
}

.hhs-progress-label {
  display: flex;
  justify-content: space-between;
  font-size: 7.5px;
  color: rgba(0,212,255,0.5);
  margin-bottom: 5px;
}

.hhs-progress-bar {
  height: 3px;
  background: rgba(0,212,255,0.1);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 6px;
}

.hhs-progress-fill { height: 100%; border-radius: 2px; animation: hhs-bar-grow 3s ease-in-out infinite alternate; }
.hhs-progress-fill.cyan  { background: linear-gradient(90deg, #00d4ff, #00ffb2); width: 72%; }
.hhs-progress-fill.blue  { background: linear-gradient(90deg, #4f6fff, #00d4ff); width: 88%; animation-delay: 0.5s; }
.hhs-progress-fill.green { background: linear-gradient(90deg, #00ffb2, #4f6fff); width: 55%; animation-delay: 1s; }

@keyframes hhs-bar-grow {
  0%   { opacity: 0.6; }
  100% { opacity: 1; filter: brightness(1.3); }
}

.hhs-log {
  background: rgba(0,0,0,0.3);
  border: 1px solid rgba(0,212,255,0.08);
  border-radius: 4px;
  padding: 6px 8px;
  flex: 1;
  overflow: hidden;
}

.hhs-log-line {
  font-size: 7px;
  color: rgba(0,212,255,0.4);
  margin-bottom: 3px;
  display: flex;
  gap: 6px;
  opacity: 0;
  transform: translateY(4px);
  animation: hhs-log-appear 0.4s ease forwards;
}

.hhs-log-line .ts      { color: rgba(0,255,178,0.4); }
.hhs-log-line .tag-ok  { color: #00ffb2; }
.hhs-log-line .tag-run { color: #4f6fff; }
.hhs-log-line .tag-info{ color: #00d4ff; }

@keyframes hhs-log-appear {
  to { opacity: 1; transform: translateY(0); }
}

.hhs-laptop-base {
  position: relative;
  height: 16px;
  background: linear-gradient(180deg, #1a2035 0%, #0e1525 100%);
  border-radius: 0 0 4px 4px;
  border: 2px solid rgba(0,212,255,0.15);
  border-top: none;
}

.hhs-laptop-base::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,212,255,0.3), transparent);
}

.hhs-laptop-base::after {
  content: '';
  position: absolute;
  bottom: 4px; left: 50%;
  transform: translateX(-50%);
  width: 60px; height: 7px;
  background: rgba(0,212,255,0.06);
  border: 1px solid rgba(0,212,255,0.12);
  border-radius: 2px;
}

.hhs-laptop-shadow {
  width: 80%; height: 20px;
  background: radial-gradient(ellipse, rgba(0,212,255,0.2) 0%, transparent 70%);
  margin: 0 auto;
  filter: blur(8px);
}

.hhs-badge {
  position: absolute;
  background: rgba(7,17,31,0.9);
  border: 1px solid rgba(0,212,255,0.25);
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 9px;
  color: rgba(0,212,255,0.8);
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  white-space: nowrap;
  animation: hhs-badge-float 3s ease-in-out infinite alternate;
  z-index: 5;
}

.hhs-badge .hhs-badge-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: #00ffb2;
  animation: hhs-badge-blink 1.2s step-end infinite;
  flex-shrink: 0;
}

@keyframes hhs-badge-blink {
  0%,100% { opacity: 1; }
  50% { opacity: 0.2; }
}

@keyframes hhs-badge-float {
  from { transform: translateY(0px); }
  to   { transform: translateY(-8px); }
}

.hhs-badge-1 { top: 10px; left: -30px; border-color: rgba(0,255,178,0.3); color: #00ffb2; }
.hhs-badge-2 { top: 50%; right: -30px; border-color: rgba(79,111,255,0.35); color: #7b8fff; animation-delay: 1s; animation-name: hhs-badge-float2; }
.hhs-badge-3 { bottom: 30px; left: -20px; border-color: rgba(0,212,255,0.3); animation-delay: 0.5s; }

@keyframes hhs-badge-float2 {
  from { transform: translateY(calc(-50% + 0px)); }
  to   { transform: translateY(calc(-50% - 8px)); }
}

@keyframes hhs-fadein  { from { opacity: 0; } to { opacity: 1; } }
@keyframes hhs-slidein { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 991px) {
  .home_hero_section .hhs-right-visual { margin-top: 40px; }
  .hhs-laptop-wrap { max-width: 380px; }
  .hhs-badge-1, .hhs-badge-2, .hhs-badge-3 { display: none; }
  .home_hero_section .hhs-icon-cloud .hhs-i1,
  .home_hero_section .hhs-icon-cloud .hhs-i2,
  .home_hero_section .hhs-icon-cloud .hhs-i3 { display: none; }
}

@media (max-width: 767px) {
  .home_hero_section .hhs-right-visual { display: none !important; }
  .home_hero_section .btn-primary-hero { width: 100%; justify-content: center; }
}
@media (max-width: 767px) {
  .home_hero_section {
    padding-top: 0px; /* navbar ki height jitna ya thoda zyada */
  }
  .home_hero_section h1{
padding: 30px;
  }
  .home_hero_section .hhs-right-visual { display: none !important; }
  .home_hero_section .btn-primary-hero { width: 100%; justify-content: center; }
}


  .ai-stats-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #020917;
  position: relative;
  overflow: hidden;
}

.ai-stats-section .ass-scanline {
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(0,180,255,0.04) 50%, transparent 100%);
  animation: ass-scan 6s linear infinite;
  pointer-events: none;
  z-index: 0;
}

@keyframes ass-scan {
  0%   { left: -60%; }
  100% { left: 120%; }
}

.ai-stats-section::before,
.ai-stats-section::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(0,180,255,0.5) 30%, rgba(0,255,180,0.4) 70%, transparent 100%);
  z-index: 1;
}
.ai-stats-section::before { top: 0; }
.ai-stats-section::after  { bottom: 0; }

.ai-stats-section .ai-stats-wrapper {
  position: relative;
  z-index: 2;
}

.ai-stats-section .ai-stat-box {
  padding: 28px 20px;
  text-align: center;
  position: relative;
}

.ai-stats-section .ai-stat-box + .ai-stat-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(0,180,255,0.3), transparent);
}

/* NUMBER — h2 replaced with p.ass-stat-num */
.ai-stats-section .ai-stat-box .ass-stat-num {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 800;
  margin-bottom: 8px;
  background: linear-gradient(135deg, #00cfff 0%, #4f8fff 60%, #00ffbb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% auto;
  animation: ass-shimmer 4s linear infinite;
  line-height: 1;
  position: relative;
  display: inline-block;
}

@keyframes ass-shimmer {
  0%   { background-position: 0% center; }
  100% { background-position: 200% center; }
}

.ai-stats-section .ai-stat-box .ass-stat-num::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00cfff;
  box-shadow: 0 0 10px #00cfff, 0 0 20px #00cfff;
  margin: 0 auto 10px;
  animation: ass-blink 2s ease-in-out infinite;
}

@keyframes ass-blink {
  0%, 100% { opacity: 1; box-shadow: 0 0 10px #00cfff, 0 0 20px #00cfff; }
  50%       { opacity: 0.4; box-shadow: none; }
}

.ai-stats-section .ai-stat-box p {
  color: rgba(160, 200, 230, 0.7);
  font-size: 0.88rem;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

.ai-stats-section .ai-stat-box:hover .ass-stat-num {
  animation: ass-shimmer 1.5s linear infinite;
}

.ai-stats-section .ai-stat-box .ass-stat-num .ass-num {
  display: inline;
}

@media (max-width: 767px) {
  .ai-stats-section .ai-stat-box + .ai-stat-box::before {
    display: none;
  }

  .ai-stats-section .ai-stat-box {
    padding: 20px 12px;
  }
}
 
 
  .Ai_services_sec {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #020917;
    overflow: hidden;
  }

  /* ---------- LEFT ---------- */
  .Ai_services_sec .left_section {
    position: sticky;
    top: 100px;
  }

  .Ai_services_sec .left_section span {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #00cfff;
    background: rgba(0, 207, 255, 0.08);
    border: 1px solid rgba(0, 207, 255, 0.2);
    border-radius: 50px;
    padding: 5px 14px;
    margin-bottom: 18px;
  }

  .Ai_services_sec .left_section h2 {
    font-size: clamp(1.6rem, 2.8vw, 2.2rem);
    font-weight: 800;
    color: #e8f4ff;
    line-height: 1.25;
    margin-bottom: 16px;
  }

  .Ai_services_sec .left_section p {
    color: rgba(180, 210, 235, 0.7);
    font-size: 0.97rem;
    line-height: 1.75;
    margin-bottom: 28px;
  }

  .Ai_services_sec .left_section .btn-primary-hero {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, #00c8ff 0%, #4f6fff 100%);
    box-shadow: 0 4px 24px rgba(0, 180, 255, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
  }

  .Ai_services_sec .left_section .btn-primary-hero:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(0, 180, 255, 0.4);
    text-decoration: none;
    color: #fff;
  }

  /* ---------- RIGHT — horizontal scroll track ---------- */
  .Ai_services_sec .ass-scroll-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(0,180,255,0.3) transparent;
  }

  .Ai_services_sec .ass-scroll-track::-webkit-scrollbar {
    height: 4px;
  }

  .Ai_services_sec .ass-scroll-track::-webkit-scrollbar-track {
    background: transparent;
  }

  .Ai_services_sec .ass-scroll-track::-webkit-scrollbar-thumb {
    background: rgba(0, 180, 255, 0.3);
    border-radius: 4px;
  }

  /* ---------- individual card ---------- */
  .Ai_services_sec .ass-card {
    flex: 0 0 260px;
    scroll-snap-align: start;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(0, 180, 255, 0.12);
    border-radius: 14px;
    padding: 24px 20px;
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s ease, transform 0.3s ease;
    cursor: default;
  }

  .Ai_services_sec .ass-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,180,255,0.06) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 14px;
  }

  .Ai_services_sec .ass-card:hover {
    border-color: rgba(0, 180, 255, 0.4);
    transform: translateY(-4px);
  }

  .Ai_services_sec .ass-card:hover::before {
    opacity: 1;
  }

  /* number badge */
  .Ai_services_sec .ass-card .ass-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(0, 207, 255, 0.1);
    border: 1px solid rgba(0, 207, 255, 0.2);
    font-size: 0.75rem;
    font-weight: 700;
    color: #00cfff;
    margin-bottom: 14px;
    letter-spacing: 0.04em;
  }

  /* icon */
  .Ai_services_sec .ass-card figure {
    margin: 0 0 14px 0;
  }

  .Ai_services_sec .ass-card figure img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: brightness(0) invert(1) sepia(1) saturate(2) hue-rotate(170deg);
    opacity: 0.8;
  }

  /* card heading */
  .Ai_services_sec .ass-card h3 {
    font-size: 0.98rem;
    font-weight: 700;
    color: #e8f4ff;
    line-height: 1.35;
    margin-bottom: 10px;
  }

  /* card para */
  .Ai_services_sec .ass-card p {
    font-size: 0.83rem;
    color: rgba(160, 200, 230, 0.65);
    line-height: 1.65;
    margin: 0;
  }

  /* bottom glow line on card */
  .Ai_services_sec .ass-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0,180,255,0.4), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .Ai_services_sec .ass-card:hover::after {
    opacity: 1;
  }

  /* ---------- scroll hint arrow ---------- */
  .Ai_services_sec .ass-hint {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
    color: rgba(0, 207, 255, 0.5);
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .Ai_services_sec .ass-hint span {
    animation: ass-nudge 1.6s ease-in-out infinite;
    display: inline-block;
  }

  @keyframes ass-nudge {
    0%, 100% { transform: translateX(0); }
    50%       { transform: translateX(6px); }
  }

  /* ---------- responsive ---------- */
  @media (max-width: 991px) {
    .Ai_services_sec .left_section {
      position: static;
      margin-bottom: 28px;
      text-align: center;
    }

    .Ai_services_sec .left_section .cta-row {
      justify-content: center;
      display: flex;
    }

    .Ai_services_sec .ass-card {
      flex: 0 0 220px;
    }
  }

  @media (max-width: 575px) {
    .Ai_services_sec .ass-card {
      flex: 0 0 80vw;
    }
  }

 
.create_chatbot_section {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #020917;
    position: relative;
    overflow: hidden;
  }

  /* faint grid */
  .create_chatbot_section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(0,180,255,0.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0,180,255,0.03) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
    z-index: 0;
  }

  .create_chatbot_section .container {
    position: relative;
    z-index: 1;
  }

  /* ---------- heading ---------- */
  .create_chatbot_section .head_sec {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 48px;
  }

  .create_chatbot_section .head_sec h3 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    color: #e8f4ff;
    line-height: 1.25;
    margin-bottom: 14px;
  }

  .create_chatbot_section .head_sec p {
    color: rgba(180, 210, 235, 0.65);
    font-size: 0.97rem;
    line-height: 1.75;
    margin: 0;
  }

  /* ---------- card grid ---------- */
  .create_chatbot_section .ccs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: start;
  }

  /* zigzag: row 1 cards pushed down alternately */
  .create_chatbot_section .ccs-grid .ccs-card:nth-child(1) { margin-top: 0px;  }
  .create_chatbot_section .ccs-grid .ccs-card:nth-child(2) { margin-top: 40px; }
  .create_chatbot_section .ccs-grid .ccs-card:nth-child(3) { margin-top: 0px;  }
  .create_chatbot_section .ccs-grid .ccs-card:nth-child(4) { margin-top: -20px; }
  .create_chatbot_section .ccs-grid .ccs-card:nth-child(5) { margin-top: 20px; }
  .create_chatbot_section .ccs-grid .ccs-card:nth-child(6) { margin-top: -20px; }

  /* ---------- card ---------- */
  .create_chatbot_section .ccs-card {
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(0,180,255,0.1);
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  }

  .create_chatbot_section .ccs-card:hover {
    transform: translateY(-6px);
    border-color: rgba(0,180,255,0.4);
    box-shadow: 0 12px 40px rgba(0,180,255,0.12);
  }

  /* top accent line per card — different colors */
  .create_chatbot_section .ccs-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    border-radius: 16px 16px 0 0;
    opacity: 0.7;
    transition: opacity 0.3s;
  }

  .create_chatbot_section .ccs-card:hover::before { opacity: 1; }

  .create_chatbot_section .ccs-card:nth-child(1)::before { background: linear-gradient(90deg, #00cfff, #4f8fff); }
  .create_chatbot_section .ccs-card:nth-child(2)::before { background: linear-gradient(90deg, #00ffbb, #00cfff); }
  .create_chatbot_section .ccs-card:nth-child(3)::before { background: linear-gradient(90deg, #4f8fff, #a56fff); }
  .create_chatbot_section .ccs-card:nth-child(4)::before { background: linear-gradient(90deg, #00cfff, #00ffbb); }
  .create_chatbot_section .ccs-card:nth-child(5)::before { background: linear-gradient(90deg, #a56fff, #00cfff); }
  .create_chatbot_section .ccs-card:nth-child(6)::before { background: linear-gradient(90deg, #00ffbb, #4f8fff); }

  /* image area */
  .create_chatbot_section .ccs-card figure {
    margin: 0;
    overflow: hidden;
    height: 170px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .create_chatbot_section .ccs-card figure img {
    width: 52px;
    height: auto;
    object-fit: cover;
    transition: transform 0.4s ease;
    opacity: 1;
  }

  .create_chatbot_section .ccs-card:hover figure img {
    transform: scale(1.05);
    opacity: 1;
  }

  /* text area */
  .create_chatbot_section .ccs-card figcaption {
    padding: 20px;
  }

  .create_chatbot_section .ccs-card figcaption h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #e8f4ff;
    line-height: 1.35;
    margin-bottom: 10px;
  }

  .create_chatbot_section .ccs-card figcaption p {
    font-size: 0.84rem;
    color: rgba(160,200,230,0.65);
    line-height: 1.65;
    margin: 0;
  }

  /* ---------- responsive ---------- */
  @media (max-width: 991px) {
    .create_chatbot_section .ccs-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    /* reset zigzag on tablet */
    .create_chatbot_section .ccs-grid .ccs-card:nth-child(1),
    .create_chatbot_section .ccs-grid .ccs-card:nth-child(2),
    .create_chatbot_section .ccs-grid .ccs-card:nth-child(3),
    .create_chatbot_section .ccs-grid .ccs-card:nth-child(4),
    .create_chatbot_section .ccs-grid .ccs-card:nth-child(5),
    .create_chatbot_section .ccs-grid .ccs-card:nth-child(6) {
      margin-top: 0;
    }

    /* subtle 2-col zigzag */
    .create_chatbot_section .ccs-grid .ccs-card:nth-child(even) {
      margin-top: 28px;
    }
  }

  @media (max-width: 575px) {
    .create_chatbot_section .ccs-grid {
      grid-template-columns: 1fr;
    }

    .create_chatbot_section .ccs-grid .ccs-card:nth-child(even) {
      margin-top: 0;
    }

    .create_chatbot_section .ccs-card figure {
      height: 140px;
    }
  }



  #foundation-models-section {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #020917;
    position: relative;
    overflow: hidden;
  }

  /* bg grid */
  #foundation-models-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(0,180,255,0.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0,180,255,0.03) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
    z-index: 0;
  }

  #foundation-models-section .container {
    position: relative;
    z-index: 1;
  }

  /* ---------- header ---------- */
  #foundation-models-section .fms-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 48px;
  }

  #foundation-models-section .fms-head .fms-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #00cfff;
    background: rgba(0,207,255,0.08);
    border: 1px solid rgba(0,207,255,0.2);
    border-radius: 50px;
    padding: 5px 16px;
    margin-bottom: 16px;
  }

  #foundation-models-section .fms-head h2 {
    font-size: clamp(1.5rem, 2.8vw, 2.1rem);
    font-weight: 800;
    color: #e8f4ff;
    line-height: 1.25;
    margin-bottom: 12px;
  }

  #foundation-models-section .fms-head p {
    color: rgba(180,210,235,0.65);
    font-size: 0.95rem;
    line-height: 1.75;
    margin: 0;
  }

  /* ---------- grid ---------- */
  #foundation-models-section .fms-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }

  /* ---------- each card ---------- */
  #foundation-models-section .fms-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
   padding: 20px 12px 16px;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(0,180,255,0.15);
    position: relative;
    cursor: default;
    transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease, background 0.35s ease;

    /* entry animation */
    opacity: 0;
    transform: scale(0.4) rotate(-30deg);
    animation: fms-pop 0.6s cubic-bezier(0.34,1.56,0.64,1) forwards;
  }

  /* staggered delays */
  #foundation-models-section .fms-card:nth-child(1) { animation-delay: 0.05s; }
  #foundation-models-section .fms-card:nth-child(2) { animation-delay: 0.15s; }
  #foundation-models-section .fms-card:nth-child(3) { animation-delay: 0.25s; }
  #foundation-models-section .fms-card:nth-child(4) { animation-delay: 0.35s; }
  #foundation-models-section .fms-card:nth-child(5) { animation-delay: 0.45s; }
  #foundation-models-section .fms-card:nth-child(6) { animation-delay: 0.55s; }
  #foundation-models-section .fms-card:nth-child(7) { animation-delay: 0.65s; }
  #foundation-models-section .fms-card:nth-child(8) { animation-delay: 0.75s; }

  @keyframes fms-pop {
    0%   { opacity: 0; transform: scale(0.4) rotate(-30deg); }
    60%  { opacity: 1; transform: scale(1.06) rotate(4deg); }
    100% { opacity: 1; transform: scale(1) rotate(0deg); }
  }
.fms-tagline{
    color: #fff;
    text-align: center;
    margin-top: 2rem;
}
  /* hover */
  #foundation-models-section .fms-card:hover {
    border-color: rgba(0,180,255,0.55);
    box-shadow: 0 0 0 6px rgba(0,180,255,0.07), 0 0 32px rgba(0,180,255,0.18);
    transform: translateY(-6px) scale(1.04);
    background: rgba(0,180,255,0.06);
  }

  /* rotating border ring on hover */
  #foundation-models-section .fms-card::before {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: conic-gradient(from 0deg, #00cfff, #4f8fff, #00ffbb, transparent, transparent);
    opacity: 0;
    transition: opacity 0.35s ease;
    animation: fms-ring-spin 3s linear infinite;
    z-index: -1;
  }

  #foundation-models-section .fms-card:hover::before {
    opacity: 1;
  }

  @keyframes fms-ring-spin {
    to { transform: rotate(360deg); }
  }

  /* inner white cover to make ring visible only at border */
  #foundation-models-section .fms-card::after {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: 50%;
    background: #020917;
    z-index: -1;
    transition: background 0.35s ease;
  }

  #foundation-models-section .fms-card:hover::after {
    background: #040f1e;
  }

  /* icon */
  #foundation-models-section .fms-card .fms-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 40px;
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(0,0,0,0.3);
  }

  #foundation-models-section .fms-card .fms-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }
  #foundation-models-section .fms-card:nth-child(9) {
  grid-column: 2;
}

#foundation-models-section .fms-card:nth-child(10) {
  grid-column: 3;
}

  /* name */
  #foundation-models-section .fms-card .fms-name {
    font-size: 0.82rem;
    font-weight: 700;
    color: #e8f4ff;
    line-height: 1.3;
    margin-bottom: 5px;
  }

  /* desc */
  #foundation-models-section .fms-card .fms-desc {
    font-size: 0.72rem;
    color: rgba(160,200,230,0.55);
    line-height: 1.45;
    margin: 0;
  }

  /* ---------- intersection observer trigger ---------- */
  #foundation-models-section .fms-card.fms-paused {
    animation-play-state: paused;
    opacity: 0;
  }

  #foundation-models-section .fms-card.fms-running {
    animation-play-state: running;
  }

  /* ---------- responsive ---------- */
 @media (max-width: 767px) {
  #foundation-models-section .fms-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }

  #foundation-models-section .fms-card {
    padding: 16px 10px 14px;
    border-color: rgba(0,180,255,0.55);
    box-shadow: 0 0 0 6px rgba(0,180,255,0.07), 0 0 32px rgba(0,180,255,0.18);
    background: rgba(0,180,255,0.06);
    max-width: 200px;
    margin: 0 auto;
  }

  #foundation-models-section .fms-card::before {
    opacity: 1;
  }

  #foundation-models-section .fms-card::after {
    background: #040f1e;
  }

  #foundation-models-section .fms-card .fms-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 35px;
  }

  #foundation-models-section .fms-card .fms-icon img {
    width: 24px;
    height: 24px;
  }

  #foundation-models-section .fms-card .fms-name {
    font-size: 0.72rem;
  }

  #foundation-models-section .fms-card .fms-desc {
    font-size: 0.62rem;
  }
}
/* Tablet – 2 columns */
@media (max-width: 991px) {
  #foundation-models-section .fms-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  #foundation-models-section .fms-card:nth-child(9),
  #foundation-models-section .fms-card:nth-child(10) {
    grid-column: auto;
  }
}

/* Mobile – 1 column, circle same rehega */
@media (max-width: 767px) {
  #foundation-models-section .fms-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #foundation-models-section .fms-card {
    max-width: 220px;
    margin: 0 auto;
    border-color: rgba(0,180,255,0.55);
    box-shadow: 0 0 0 6px rgba(0,180,255,0.07),
                0 0 32px rgba(0,180,255,0.18);
    background: rgba(0,180,255,0.06);
  }

  #foundation-models-section .fms-card::before {
    opacity: 1;
  }

  #foundation-models-section .fms-card::after {
    background: #040f1e;
  }

  #foundation-models-section .fms-card:nth-child(9),
  #foundation-models-section .fms-card:nth-child(10) {
    grid-column: auto;
  }
}


  #development-process-section {
    padding-top: 60px;
    padding-bottom: 30px;
    background: #020917;
    overflow: hidden;
    position: relative;
  }

  #development-process-section .dps-label {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #3b82f6;
    background: rgba(59,130,246,0.08);
    border: 1px solid rgba(59,130,246,0.2);
    border-radius: 50px;
    padding: 5px 16px;
    margin-bottom: 18px;
  }

  #development-process-section .process-title {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin-bottom: 14px;
  }

  #development-process-section .process-description {
    font-size: 0.97rem;
    color: #7a96bc;
    max-width: 520px;
    line-height: 1.8;
    margin-bottom: 64px;
  }

  /* ── TIMELINE WRAPPER ── */
  #development-process-section .dps-timeline {
    position: relative;
    padding-left: 0;
  }

  /* vertical line */
  #development-process-section .dps-timeline::before {
    content: '';
    position: absolute;
    left: 28px;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background: linear-gradient(180deg,
      transparent 0%,
      rgba(59,130,246,0.5) 10%,
      rgba(59,130,246,0.5) 90%,
      transparent 100%);
    z-index: 0;
  }

  /* ── EACH STEP ── */
  #development-process-section .dps-step {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    margin-bottom: 12px;
    opacity: 0;
    transform: translateX(-24px);
    transition: opacity 0.55s ease, transform 0.55s ease;
    position: relative;
  }

  #development-process-section .dps-step.visible {
    opacity: 1;
    transform: translateX(0);
  }

  #development-process-section .dps-step:nth-child(1) { transition-delay: 0.05s; }
  #development-process-section .dps-step:nth-child(2) { transition-delay: 0.13s; }
  #development-process-section .dps-step:nth-child(3) { transition-delay: 0.21s; }
  #development-process-section .dps-step:nth-child(4) { transition-delay: 0.29s; }
  #development-process-section .dps-step:nth-child(5) { transition-delay: 0.37s; }
  #development-process-section .dps-step:nth-child(6) { transition-delay: 0.45s; }

  /* dot on the line */
  #development-process-section .dps-dot {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #04112b;
    border: 1px solid rgba(59,130,246,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  }

  #development-process-section .dps-step:hover .dps-dot {
    border-color: #3b82f6;
    background: rgba(59,130,246,0.12);
    box-shadow: 0 0 0 6px rgba(59,130,246,0.07), 0 0 24px rgba(59,130,246,0.2);
  }

  #development-process-section .dps-dot span {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #3b82f6;
  }

  /* card */
  #development-process-section .dps-card {
    flex: 1;
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(59,130,246,0.1);
    border-radius: 14px;
    padding: 22px 24px;
    margin-bottom: 16px;
    position: relative;
    transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
    overflow: hidden;
  }

  /* arrow pointing left to dot */
  #development-process-section .dps-card::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 22px;
    width: 14px;
    height: 14px;
    background: rgba(255,255,255,0.025);
    border-left: 1px solid rgba(59,130,246,0.1);
    border-bottom: 1px solid rgba(59,130,246,0.1);
    transform: rotate(45deg);
    transition: border-color 0.3s ease, background 0.3s ease;
  }

  #development-process-section .dps-step:hover .dps-card {
    border-color: rgba(59,130,246,0.35);
    background: rgba(59,130,246,0.06);
    transform: translateX(6px);
  }

  #development-process-section .dps-step:hover .dps-card::before {
    border-color: rgba(59,130,246,0.35);
    background: rgba(59,130,246,0.06);
  }

  /* glow line top */
  #development-process-section .dps-card::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, #3b82f6, transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 14px 14px 0 0;
  }

  #development-process-section .dps-step:hover .dps-card::after {
    opacity: 1;
  }

  #development-process-section .dps-card-inner {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }

  #development-process-section .dps-num {
    font-size: 2.8rem;
    font-weight: 900;
    color: rgba(59,130,246,0.1);
    line-height: 1;
    flex-shrink: 0;
    letter-spacing: -2px;
    transition: color 0.3s ease;
    min-width: 60px;
  }

  #development-process-section .dps-step:hover .dps-num {
    color: rgba(59,130,246,0.25);
  }

  #development-process-section .dps-text h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #e8f4ff;
    line-height: 1.35;
    margin-bottom: 8px;
  }

  #development-process-section .dps-text p {
    font-size: 0.855rem;
    color: rgba(160,200,230,0.6);
    line-height: 1.72;
    margin: 0;
  }

  /* ── RIGHT COLUMN sticky label ── */
  #development-process-section .dps-right {
    position: sticky;
    top: 100px;
    padding-left: 32px;
  }

  #development-process-section .dps-right-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #3b82f6;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  .dps-head{
    color: #fff;
  }

  #development-process-section .dps-right-tag::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #3b82f6;
  }

  #development-process-section .dps-right h4 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  #development-process-section .dps-right p {
    font-size: 0.9rem;
    color: #7a96bc;
    line-height: 1.8;
    margin-bottom: 32px;
  }

  #development-process-section .dps-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #2563eb;
    color: #fff;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
  }

  #development-process-section .dps-cta:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    color: #fff;
    text-decoration: none;
  }

  #development-process-section .dps-cta svg {
    width: 16px;
    height: 16px;
  }

  /* progress bar */
  #development-process-section .dps-progress-wrap {
    margin-top: 40px;
  }

  #development-process-section .dps-progress-label {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: #4a6080;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  #development-process-section .dps-progress-bar {
    height: 2px;
    background: rgba(59,130,246,0.1);
    border-radius: 2px;
    margin-bottom: 14px;
    overflow: hidden;
  }

  #development-process-section .dps-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
    border-radius: 2px;
    width: 0;
    transition: width 1.2s cubic-bezier(0.4,0,0.2,1);
  }

  /* responsive */
  @media (max-width: 991px) {
    #development-process-section .dps-right {
      position: static;
      padding-left: 0;
      margin-bottom: 48px;
    }
  }

  @media (max-width: 575px) {
    #development-process-section .dps-timeline::before {
      left: 20px;
    }
    #development-process-section .dps-dot {
      width: 42px;
      height: 42px;
    }
    #development-process-section .dps-num {
      display: none;
    }
    #development-process-section .dps-card-inner {
      gap: 12px;
    }
    #development-process-section {
      padding-top: 30px;
    }
  }


  #ai-industries-section {
    padding: 30px 0;
    background: #020917;
    overflow: hidden;
    position: relative;
  }

  /* faint grid bg */
  #ai-industries-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(0,180,255,0.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0,180,255,0.03) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
    z-index: 0;
  }

  #ai-industries-section .container {
    position: relative;
    z-index: 1;
  }

  /* ── HEADER ── */
  #ai-industries-section .ais-head {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 56px;
  }

  #ai-industries-section .ais-label {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #3b82f6;
    background: rgba(59,130,246,0.08);
    border: 1px solid rgba(59,130,246,0.2);
    border-radius: 50px;
    padding: 5px 16px;
    margin-bottom: 18px;
  }

  #ai-industries-section .ais-head h2 {
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 14px;
  }

  #ai-industries-section .ais-head p {
    font-size: 0.96rem;
    color: #7a96bc;
    line-height: 1.8;
    margin: 0;
  }

  /* ── MARQUEE TRACKS ── */
  #ai-industries-section .ais-tracks {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
  }

  #ai-industries-section .ais-track {
    overflow: hidden;
    position: relative;
  }

  /* fade edges */
  #ai-industries-section .ais-track::before,
  #ai-industries-section .ais-track::after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    width: 80px;
    z-index: 2;
    pointer-events: none;
  }

  #ai-industries-section .ais-track::before {
    left: 0;
    background: linear-gradient(90deg, #020917, transparent);
  }

  #ai-industries-section .ais-track::after {
    right: 0;
    background: linear-gradient(270deg, #020917, transparent);
  }

  #ai-industries-section .ais-track-inner {
    display: flex;
    gap: 14px;
    width: max-content;
    animation: ais-scroll-left 30s linear infinite;
  }

  #ai-industries-section .ais-track.reverse .ais-track-inner {
    animation: ais-scroll-right 34s linear infinite;
  }

  #ai-industries-section .ais-track.speed3 .ais-track-inner {
    animation-duration: 38s;
  }

  /* pause on hover */
  #ai-industries-section .ais-track:hover .ais-track-inner {
    animation-play-state: paused;
  }

  @keyframes ais-scroll-left {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

  @keyframes ais-scroll-right {
    0%   { transform: translateX(-50%); }
    100% { transform: translateX(0); }
  }

  /* ── EACH PILL CARD ── */
  #ai-industries-section .ais-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px 10px 12px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(59,130,246,0.12);
    border-radius: 100px;
    white-space: nowrap;
    cursor: default;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
    text-decoration: none;
  }

  #ai-industries-section .ais-pill:hover {
    background: rgba(59,130,246,0.1);
    border-color: rgba(59,130,246,0.4);
    transform: translateY(-3px);
    text-decoration: none;
  }

  #ai-industries-section .ais-pill .ais-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
  }

  #ai-industries-section .ais-pill .ais-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.75;
  }

  #ai-industries-section .ais-pill span {
    font-size: 0.88rem;
    font-weight: 600;
    color: #c8d8ee;
    letter-spacing: 0.01em;
  }

  #ai-industries-section .ais-pill:hover span {
    color: #ffffff;
  }

 

  @media (max-width: 575px) {
    #ai-industries-section .ais-strip-divider { display: none; }
    #ai-industries-section .ais-strip { gap: 24px; }
  }


  #ai-leader-section {
    padding: 30px 0;
    background: #020917;
    overflow: hidden;
    position: relative;
  }

  #ai-leader-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(59,130,246,0.1) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
    z-index: 0;
  }

  #ai-leader-section .container {
    position: relative;
    z-index: 1;
  }

  /* ── HEADER ── */
  #ai-leader-section .alc-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 56px;
    flex-wrap: wrap;
  }

  #ai-leader-section .alc-label {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #3b82f6;
    background: rgba(59,130,246,0.08);
    border: 1px solid rgba(59,130,246,0.2);
    border-radius: 50px;
    padding: 5px 16px;
    margin-bottom: 16px;
  }

  #ai-leader-section .alc-header-left {
    max-width: 540px;
  }

  #ai-leader-section .alc-header-left h2 {
    font-size: clamp(1.7rem, 2.8vw, 2.3rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin: 0;
  }

  #ai-leader-section .alc-header-right {
    max-width: 380px;
  }

  #ai-leader-section .alc-header-right p {
    font-size: 0.93rem;
    color: #7a96bc;
    line-height: 1.8;
    margin: 0;
  }

  /* ── BENTO GRID ── */
  #ai-leader-section .alc-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 14px;
  }

  #ai-leader-section .alc-card-1 { grid-column: span 5; }
  #ai-leader-section .alc-card-2 { grid-column: span 7; }
  #ai-leader-section .alc-card-3 { grid-column: span 4; }
  #ai-leader-section .alc-card-4 { grid-column: span 4; }
  #ai-leader-section .alc-card-5 { grid-column: span 4; }
  #ai-leader-section .alc-card-6 { grid-column: span 12; }

  /* ── CARD BASE ── */
  #ai-leader-section .alc-card {
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(59,130,246,0.1);
    border-radius: 16px;
    padding: 30px 26px;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.5s ease, transform 0.5s ease, border-color 0.25s ease, background 0.25s ease;
  }

  #ai-leader-section .alc-card.visible {
    opacity: 1;
    transform: translateY(0);
  }

  #ai-leader-section .alc-card:hover {
    border-color: rgba(59,130,246,0.4);
    background: rgba(59,130,246,0.05);
    transform: translateY(-4px);
  }

  #ai-leader-section .alc-card::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #3b82f6, transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 16px 16px 0 0;
  }

  #ai-leader-section .alc-card:hover::after { opacity: 1; }

  #ai-leader-section .alc-card:nth-child(1) { transition-delay: 0.05s; }
  #ai-leader-section .alc-card:nth-child(2) { transition-delay: 0.12s; }
  #ai-leader-section .alc-card:nth-child(3) { transition-delay: 0.19s; }
  #ai-leader-section .alc-card:nth-child(4) { transition-delay: 0.26s; }
  #ai-leader-section .alc-card:nth-child(5) { transition-delay: 0.33s; }
  #ai-leader-section .alc-card:nth-child(6) { transition-delay: 0.40s; }

  /* ghost number */
  #ai-leader-section .alc-ghost {
    position: absolute;
    bottom: -14px;
    right: 16px;
    font-size: 7rem;
    font-weight: 900;
    color: rgba(59,130,246,0.04);
    line-height: 1;
    pointer-events: none;
    letter-spacing: -4px;
    transition: color 0.3s ease;
  }

  #ai-leader-section .alc-card:hover .alc-ghost {
    color: rgba(59,130,246,0.08);
  }

  #ai-leader-section .alc-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: rgba(59,130,246,0.1);
    border: 1px solid rgba(59,130,246,0.2);
    font-size: 0.7rem;
    font-weight: 700;
    color: #3b82f6;
    margin-bottom: 18px;
  }

  #ai-leader-section .alc-card h3 {
    font-size: 1.02rem;
    font-weight: 700;
    color: #e8f4ff;
    line-height: 1.35;
    margin-bottom: 10px;
  }

  #ai-leader-section .alc-card p {
    font-size: 0.865rem;
    color: rgba(160,200,230,0.6);
    line-height: 1.75;
    margin: 0;
  }

  /* card 6 horizontal */
  #ai-leader-section .alc-card-6 .alc-inner {
    display: flex;
    align-items: center;
    gap: 48px;
    flex-wrap: wrap;
  }

  #ai-leader-section .alc-card-6 .alc-inner .alc-text {
    flex: 1;
    min-width: 220px;
  }

  /* responsive */
  @media (max-width: 991px) {
    #ai-leader-section .alc-card-1,
    #ai-leader-section .alc-card-2,
    #ai-leader-section .alc-card-3,
    #ai-leader-section .alc-card-4,
    #ai-leader-section .alc-card-5,
    #ai-leader-section .alc-card-6 { grid-column: span 12; }
    #ai-leader-section .alc-header { flex-direction: column; align-items: flex-start; }
  }

  @media (max-width: 767px) {
    
    #ai-leader-section .alc-ghost { font-size: 5rem; }
    #ai-leader-section .alc-card-6 .alc-inner { flex-direction: column; gap: 0; }
  }


  .tech-section *,
  .tech-section *::before,
  .tech-section *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  .tech-section {
    background: #050810;
    padding: 30px 0!important;
    position: relative;
    overflow: hidden;
  }

  .tech-section::before {
    content: '';
    position: absolute;
    top: -200px;
    left: -200px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 82, 255, 0.12) 0%, transparent 70%);
    pointer-events: none;
    animation: ts-blob1 8s ease-in-out infinite alternate;
  }

  .tech-section::after {
    content: '';
    position: absolute;
    bottom: -200px;
    right: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0, 140, 255, 0.08) 0%, transparent 70%);
    pointer-events: none;
    animation: ts-blob2 10s ease-in-out infinite alternate;
  }

  @keyframes ts-blob1 {
    from { transform: translate(0,0) scale(1); }
    to   { transform: translate(60px, 80px) scale(1.15); }
  }
  @keyframes ts-blob2 {
    from { transform: translate(0,0) scale(1); }
    to   { transform: translate(-50px, -60px) scale(1.2); }
  }

  .ts-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .ts-heading-wrap {
    text-align: center;
    margin-bottom: 60px;
  }

  .ts-label {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #0052ff;
    background: rgba(0, 82, 255, 0.08);
    border: 1px solid rgba(0, 82, 255, 0.3);
    padding: 6px 16px;
    border-radius: 2px;
    margin-bottom: 20px;
    animation: ts-fadedown 0.6s ease both;
  }

  .ts-heading-wrap h3 {
    font-size: clamp(24px, 4vw, 42px);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    animation: ts-fadedown 0.7s 0.1s ease both;
  }

  .ts-heading-wrap h3 span {
    color: #0052ff;
  }

  @keyframes ts-fadedown {
    from { opacity: 0; transform: translateY(-20px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  /* TABS */
  .ts-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 48px;
    animation: ts-fadeup 0.6s 0.2s ease both;
  }

  @keyframes ts-fadeup {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .ts-tab-btn {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #6b7a99;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 10px 18px;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
  }

  .ts-tab-btn::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 0; height: 2px;
    background: #0052ff;
    transition: width 0.3s ease;
  }

  .ts-tab-btn:hover {
    color: #ffffff;
    border-color: rgba(0, 82, 255, 0.4);
    background: rgba(0, 82, 255, 0.07);
  }

  .ts-tab-btn:hover::after { width: 100%; }

  .ts-tab-btn.ts-active {
    color: #ffffff;
    background: rgba(0, 82, 255, 0.15);
    border-color: #0052ff;
  }

  .ts-tab-btn.ts-active::after { width: 100%; }

  /* PANEL */
  .ts-panel {
    display: none;
  }

  .ts-panel.ts-show {
    display: block;
    animation: ts-panelin 0.4s ease both;
  }

  @keyframes ts-panelin {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  /* GRID */
  /* .ts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 16px;
  } */
   .ts-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px; 
}

  /* CARD */
  .ts-card {
      width: calc(16.66% - 20px); 
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 6px;
    padding: 28px 16px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    cursor: default;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
    animation: ts-cardin 0.5s ease both;
  }

  .ts-card:nth-child(1)  { animation-delay: 0.00s; }
  .ts-card:nth-child(2)  { animation-delay: 0.04s; }
  .ts-card:nth-child(3)  { animation-delay: 0.08s; }
  .ts-card:nth-child(4)  { animation-delay: 0.12s; }
  .ts-card:nth-child(5)  { animation-delay: 0.16s; }
  .ts-card:nth-child(6)  { animation-delay: 0.20s; }
  .ts-card:nth-child(7)  { animation-delay: 0.24s; }
  .ts-card:nth-child(8)  { animation-delay: 0.28s; }
  .ts-card:nth-child(9)  { animation-delay: 0.32s; }
  .ts-card:nth-child(10) { animation-delay: 0.36s; }
  .ts-card:nth-child(11) { animation-delay: 0.40s; }
  .ts-card:nth-child(12) { animation-delay: 0.44s; }
  .ts-card:nth-child(13) { animation-delay: 0.48s; }
  .ts-card:nth-child(14) { animation-delay: 0.52s; }
  .ts-card:nth-child(15) { animation-delay: 0.56s; }

  @keyframes ts-cardin {
    from { opacity: 0; transform: translateY(18px) scale(0.96); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
  }

  .ts-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0,82,255,0.5), transparent);
    transform: scaleX(0);
    transition: transform 0.35s ease;
  }

  .ts-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 82, 255, 0.45);
    background: rgba(0, 82, 255, 0.07);
  }

  .ts-card:hover::before {
    transform: scaleX(1);
  }

  /* Icon wrapper — white bg for icons */
  .ts-icon-wrap {
    width: 100px;
    height: 56px;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
  }

  .ts-card:hover .ts-icon-wrap {
    box-shadow: 0 6px 28px rgba(0, 82, 255, 0.35);
    transform: scale(1.08);
  }

  .ts-icon-wrap img {
    width: 80px;
    height: auto;
    object-fit: contain;
    display: block;
  }

  .ts-card p {
    font-size: 11px;
    font-weight: 400;
    color: #8a9bc2;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
  }

  .ts-card:hover p {
    color: #c8d4f0;
  }

  /* Corner accent */
  .ts-card::after {
    content: '';
    position: absolute;
    bottom: 0; right: 0;
    width: 20px; height: 20px;
    border-bottom: 1px solid rgba(0, 82, 255, 0.4);
    border-right: 1px solid rgba(0, 82, 255, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 0 0 6px 0;
  }

  .ts-card:hover::after {
    opacity: 1;
  }

  /* Scanline overlay */
  .ts-scanline {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
      0deg,
      transparent,
      transparent 3px,
      rgba(0,0,0,0.03) 3px,
      rgba(0,0,0,0.03) 4px
    );
    pointer-events: none;
    z-index: 0;
  }

  /* RESPONSIVE */
 /* ── RESPONSIVE FIX ── */

/* Desktop default – 6 columns (already in your base CSS, confirm karo) */
.ts-card {
  width: calc(16.66% - 14px);
}

/* Tablet large – 4 columns */
@media (max-width: 1024px) {
  .ts-card {
    width: calc(25% - 13px);
  }
}

/* Tablet – 3 columns */
@media (max-width: 768px) {
  .tech-section {
    padding: 40px 16px !important;
  }

  .ts-heading-wrap {
    margin-bottom: 36px;
  }

  .ts-heading-wrap h3 {
    font-size: 22px;
  }

  .ts-tabs {
    gap: 6px;
    margin-bottom: 28px;
  }

  .ts-tab-btn {
    font-size: 10px;
    padding: 8px 12px;
    letter-spacing: 1px;
  }

  .ts-card {
    width: calc(33.33% - 11px);
  }

  .ts-icon-wrap {
    width: 80px;
    height: 46px;
  }

  .ts-icon-wrap img {
    width: 64px;
  }

  .ts-card p {
    font-size: 10px;
  }
}

/* Mobile – 2 columns */
@media (max-width: 480px) {
  .tech-section {
    padding: 30px 12px !important;
  }

  .ts-tabs {
    gap: 5px;
    margin-bottom: 20px;
  }

  .ts-tab-btn {
    font-size: 9px;
    padding: 7px 9px;
    letter-spacing: 0.5px;
  }

  .ts-card {
    width: calc(50% - 8px);
    padding: 18px 10px 14px;
    gap: 10px;
  }

  .ts-icon-wrap {
    width: 70px;
    height: 40px;
  }

  .ts-icon-wrap img {
    width: 56px;
  }

  .ts-card p {
    font-size: 9.5px;
  }
}


  .fq-section *,
  .fq-section *::before,
  .fq-section *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  .fq-section {
    background: #050810;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    color: #fff;
  }

  /* Background blobs */
  .fq-section::before {
    content: '';
    position: absolute;
    top: -150px; right: -150px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(0,82,255,0.11) 0%, transparent 70%);
    pointer-events: none;
    animation: fq-blob1 9s ease-in-out infinite alternate;
  }

  .fq-section::after {
    content: '';
    position: absolute;
    bottom: -100px; left: -100px;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(0,140,255,0.08) 0%, transparent 70%);
    pointer-events: none;
    animation: fq-blob2 11s ease-in-out infinite alternate;
  }

  @keyframes fq-blob1 {
    from { transform: translate(0,0) scale(1); }
    to   { transform: translate(-60px, 70px) scale(1.2); }
  }
  @keyframes fq-blob2 {
    from { transform: translate(0,0) scale(1); }
    to   { transform: translate(50px, -50px) scale(1.15); }
  }

  /* Scanlines */
  .fq-scanline {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
      0deg, transparent, transparent 3px,
      rgba(0,0,0,0.04) 3px, rgba(0,0,0,0.04) 4px
    );
    pointer-events: none;
    z-index: 0;
  }

  .fq-container {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  /* Title */
  .fq-title {
    font-size: clamp(26px, 4vw, 44px);
    font-weight: 800;
    color: #ffffff;
    text-align: center;
    margin-bottom: 64px;
    animation: fq-fadedown 0.6s ease both;
  }

  .fq-title span {
    color: #0052ff;
  }

  @keyframes fq-fadedown {
    from { opacity: 0; transform: translateY(-18px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  /* Row layout */
  .fq-row {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 40px;
    align-items: start;
  }

  /* LEFT BOX */
  .fq-left-box {
    position: sticky;
    top: 40px;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(0, 82, 255, 0.2);
    border-radius: 10px;
    padding: 40px 32px;
    text-align: center;
    animation: fq-fadein 0.7s 0.1s ease both;
    overflow: hidden;
  }

  .fq-left-box::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #0052ff, transparent);
  }

  @keyframes fq-fadein {
    from { opacity: 0; transform: translateX(-20px); }
    to   { opacity: 1; transform: translateX(0); }
  }

  .fq-left-img-wrap {
    width: 100px;
    height: 100px;
    background: #ffffff;
    border-radius: 50%;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 0 40px rgba(0, 82, 255, 0.3);
    animation: fq-pulse 3s ease-in-out infinite;
  }

  @keyframes fq-pulse {
    0%, 100% { box-shadow: 0 0 30px rgba(0,82,255,0.25); }
    50%       { box-shadow: 0 0 55px rgba(0,82,255,0.5); }
  }

  .fq-left-img-wrap img {
    width: 70px;
    height: 70px;
    object-fit: contain;
  }

  .fq-left-box h4 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 28px;
  }

  .fq-consult-btn {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    background: #0052ff;
    border: none;
    padding: 13px 24px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease, transform 0.2s ease;
  }

  .fq-consult-btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.1);
    transform: translateX(-100%);
    transition: transform 0.35s ease;
  }

  .fq-consult-btn:hover {
    background: #003dd1;
    transform: translateY(-2px);
  }

  .fq-consult-btn:hover::after {
    transform: translateX(0);
  }

  /* DECORATIVE dots */
  .fq-dot-grid {
    position: absolute;
    bottom: 20px; right: 20px;
    display: grid;
    grid-template-columns: repeat(4, 6px);
    gap: 5px;
    opacity: 0.2;
  }

  .fq-dot-grid span {
    width: 4px;
    height: 4px;
    background: #0052ff;
    border-radius: 50%;
    display: block;
  }

  /* FAQ LIST */
  .fq-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    animation: fq-faderight 0.7s 0.2s ease both;
  }

  @keyframes fq-faderight {
    from { opacity: 0; transform: translateX(20px); }
    to   { opacity: 1; transform: translateX(0); }
  }

  .fq-item {
    border-bottom: 1px solid rgba(255,255,255,0.07);
    position: relative;
  }

  .fq-item:first-child {
    border-top: 1px solid rgba(255,255,255,0.07);
  }

  /* Number badge */
  .fq-toggle {
    width: 100%;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 22px 20px 22px 0;
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
    position: relative;
    transition: background 0.2s ease;
  }

  .fq-toggle:hover {
    background: rgba(0, 82, 255, 0.04);
  }

  .fq-num {
    font-size: 11px;
    font-weight: 500;
    color: #0052ff;
    background: rgba(0,82,255,0.1);
    border: 1px solid rgba(0,82,255,0.25);
    border-radius: 3px;
    padding: 4px 8px;
    min-width: 36px;
    text-align: center;
    flex-shrink: 0;
    transition: background 0.3s, color 0.3s;
  }

  .fq-item.fq-open .fq-num {
    background: #0052ff;
    color: #fff;
  }

  .fq-q-text {
    font-size: 15px;
    font-weight: 600;
    color: #c8d4f0;
    flex: 1;
    line-height: 1.45;
    transition: color 0.3s ease;
  }

  .fq-item.fq-open .fq-q-text,
  .fq-toggle:hover .fq-q-text {
    color: #ffffff;
  }

  /* Plus/minus icon */
  .fq-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    border: 1px solid rgba(0,82,255,0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s, border-color 0.3s, transform 0.35s ease;
    margin-left: 8px;
  }

  .fq-icon::before,
  .fq-icon::after {
    content: '';
    position: absolute;
    background: #0052ff;
    border-radius: 2px;
    transition: transform 0.35s ease, opacity 0.3s ease;
  }

  .fq-icon::before {
    width: 10px; height: 1.5px;
  }

  .fq-icon::after {
    width: 1.5px; height: 10px;
  }

  .fq-item.fq-open .fq-icon {
    background: rgba(0,82,255,0.15);
    border-color: #0052ff;
    transform: rotate(45deg);
  }

  .fq-item.fq-open .fq-icon::after {
    opacity: 0;
  }

  /* Answer panel */
  .fq-answer {
    height: 0;
    overflow: hidden;
    transition: height 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .fq-answer-inner {
    padding: 0 20px 22px 52px;
  }

  .fq-answer-inner p {
    font-size: 13px;
    font-weight: 300;
    color: #6b7a99;
    line-height: 1.8;
    border-left: 2px solid rgba(0,82,255,0.35);
    padding-left: 16px;
  }

  .fq-item.fq-open .fq-answer-inner p {
    animation: fq-textfade 0.4s ease both;
  }

  @keyframes fq-textfade {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  /* Active item left bar */
  .fq-item::before {
    content: '';
    position: absolute;
    left: -1px; top: 0; bottom: 0;
    width: 2px;
    background: #0052ff;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.35s ease;
  }

  .fq-item.fq-open::before {
    transform: scaleY(1);
  }

  /* RESPONSIVE */
  @media (max-width: 900px) {
    .fq-row {
      grid-template-columns: 1fr;
    }

    .fq-left-box {
      position: static;
      display: flex;
      align-items: center;
      gap: 24px;
      text-align: left;
      padding: 28px 24px;
    }

    .fq-left-img-wrap {
      margin: 0;
      flex-shrink: 0;
      width: 72px;
      height: 72px;
    }

    .fq-left-img-wrap img {
      width: 50px;
      height: 50px;
    }

    .fq-left-box h4 {
      font-size: 15px;
      margin-bottom: 12px;
    }
  }

  @media (max-width: 540px) {
    .fq-left-box {
      flex-direction: column;
      text-align: center;
    }

    .fq-answer-inner {
      padding-left: 20px;
    }

    .fq-q-text {
      font-size: 13px;
    }
  }
