:root {
  --ve-purple: #8b5cf6;
  --ve-cyan: #06b6d4;
  --ve-orange: #f97316;
  --ve-teal: #14b8a6;
  --ve-dark: #06070f;
  --ve-muted: #475569;
  --ve-light: #f8fafc;
  --ve-grad: linear-gradient(266deg, #f63 -1.18%, #6d2cf9 96.14%);
  --ve-glass: rgba(255, 255, 255, 0.05);
  --ve-glass-border: rgba(255, 255, 255, 0.1);
  --it-grad: var(--ve-grad);
}


/* ── MODERN PERSONAL CLARITY HERO (LIGHT THEME) ── */
.it-hero-personal-v1 {
  position: relative;
background-image: url('../../images/it-consultation-for-individuals/sl_021821_40890_06.webp');
  display: flex;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.it-hero-bg-v1 {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 10% 20%, rgba(139, 92, 246, 0.05) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(20, 184, 166, 0.04) 0%, transparent 40%);
  z-index: 1;
}

.it-hero-glow-v1 {
  position: absolute;
  top: 40%;
  right: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.06) 0%, transparent 70%);
  filter: blur(80px);
  z-index: 2;
  animation: aura-float 10s infinite alternate;
}

@keyframes aura-float {
  0% { transform: translate(0, 0); }
  100% { transform: translate(-30px, 30px); }
}

.it-hero-content-v1 {
  position: relative;
  z-index: 10;
}

.it-hero-badge-v1 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(139, 92, 246, 0.06);
  border: 1px solid rgba(139, 92, 246, 0.12);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ve-purple);
  margin-bottom: 25px;
}

.it-pulse-v1 {
  width: 7px;
  height: 7px;
  background: var(--ve-purple);
  border-radius: 50%;
  position: relative;
}

.it-pulse-v1::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid var(--ve-purple);
  opacity: 0;
  animation: pulse-ring 2s infinite;
}

.it-hero-title-v1 {
  font-size: clamp(38px, 5.5vw, 72px);
  font-weight: 950;
  color: var(--ve-dark);
  line-height: 1.05;
  letter-spacing: -3px;
}

.it-grad-v1 {
  background: linear-gradient(135deg, var(--ve-purple), var(--ve-orange));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.it-hero-desc-v1 {
  font-size: 18px;
  line-height: 1.7;
  color: var(--ve-muted);
  max-width: 540px;
  font-weight: 500;
}

/* Premium Buttons v1 */
.btn-modern-v1 {
  padding: 16px 36px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 900;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
}

.btn-modern-v1.p-fill {
  background: var(--ve-dark);
  color: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.btn-modern-v1.p-fill:hover {
  background: var(--ve-purple);
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(139, 92, 246, 0.25);
  color: #fff;
}

.btn-modern-v1.p-outline {
  background: transparent;
  border: 2px solid rgba(15, 23, 42, 0.1);
  color: var(--ve-dark);
}

.btn-modern-v1.p-outline:hover {
  border-color: var(--ve-purple);
  color: var(--ve-purple);
  background: rgba(139, 92, 246, 0.03);
  transform: translateY(-5px);
}

/* Trust Section */
.trust-avatars-v1 {
  display: flex;
  align-items: center;
}

.t-av-v1 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: -12px;
  overflow: hidden;
  background: #f1f5f9;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.t-av-v1 img { width: 100%; height: 100%; object-fit: cover; }

.t-av-v1.plus {
  background: var(--ve-purple);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  z-index: 5;
}

.t-stars-v1 {
  color: #fbbf24;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 2px;
}

.t-lbl-v1 {
  font-size: 12px;
  color: var(--ve-muted);
  font-weight: 700;
}

/* Visual Column */
.it-hero-visual-v1 {
  position: relative;
  padding: 30px;
}

.it-visual-blob-v1 {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.05), rgba(20, 184, 166, 0.05));
  filter: blur(40px);
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: blob-morph 15s infinite alternate;
  z-index: -1;
}

@keyframes blob-morph {
  0% { border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%; }
  100% { border-radius: 60% 40% 30% 70% / 50% 40% 30% 60%; }
}

.it-visual-frame-v1 {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 40px 100px 40px 100px;
  overflow: hidden;
  border: 8px solid #fff;
  box-shadow: 0 50px 100px rgba(15, 23, 42, 0.1);
  transition: all 0.5s ease;
}

.it-hero-visual-v1:hover .it-visual-frame-v1 {
  border-radius: 100px 40px 100px 40px;
}

.it-visual-v-fill {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.it-hero-visual-v1:hover .it-visual-v-fill { transform: scale(1.08); }

/* Floating Badges V2 (Light) */
.it-float-badge-v1 {
  position: absolute;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 1);
  padding: 12px 20px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 20;
  box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08);
  transition: all 0.4s ease;
}

.it-float-badge-v1:hover {
  transform: translateY(-5px) scale(1.05);
  border-color: var(--ve-purple);
  background: #fff;
}

.fb-icon-v1 {
  width: 38px;
  height: 38px;
  background: rgba(139, 92, 246, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ve-purple);
  font-size: 16px;
}

.fb-val-v1 {
  font-size: 18px;
  font-weight: 900;
  color: var(--ve-dark);
  line-height: 1;
}

.fb-lbl-v1 {
  font-size: 10px;
  font-weight: 800;
  color: var(--ve-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.fb-1-v1 { top: 12%; left: -10px; animation: float-badge 6s ease-in-out infinite; }
.fb-2-v1 { bottom: 12%; right: -10px; animation: float-badge 6s ease-in-out infinite 1s; }

@keyframes float-badge {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@media (max-width: 991px) {
  .it-hero-personal-v1 { padding: 100px 0; }
  .it-hero-title-v1 { font-size: 44px; }
  .it-visual-frame-v1 { margin-top: 40px; aspect-ratio: 1.2/1; }
  .fb-1-v1, .fb-2-v1 { scale: 0.9; }
}

@media (max-width: 576px) {
  .it-hero-title-v1 { font-size: 34px; }
  .it-hero-actions-v1 { flex-direction: column; gap: 15px; }
  .btn-modern-v1 { width: 100%; justify-content: center; }
}


*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Manrope', sans-serif;
  background: #ffffff;
  color: var(--ve-dark);
}




/* ── MODERN PERSONAL PRODUCTIVITY OVERVIEW (LIGHT THEME) ── */
.it-personal-overview-v1 {
  padding: 100px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.it-personal-glow-v1 {
  position: absolute;
  top: -20%;
  left: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.04) 0%, transparent 70%);
  z-index: 1;
}

/* Layered Visual Frame (Right side) */
.it-layered-frame-v1 {
  position: relative;
  padding: 40px;
  z-index: 5;
}

.it-frame-bg-v1 {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.04), rgba(20, 184, 166, 0.04));
  border-radius: 60px 40px 100px 40px;
  z-index: -1;
  animation: frame-aura 8s infinite alternate;
}

@keyframes frame-aura {
  0% { transform: scale(0.95) rotate(-2deg); }
  100% { transform: scale(1.05) rotate(2deg); }
}

.it-img-wrapper-v1 {
  position: relative;
  border-radius: 50px 80px 40px 100px;
  overflow: hidden;
  box-shadow: 0 50px 100px rgba(15, 23, 42, 0.12);
  border: 10px solid #fff;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.it-img-v1 {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.8s ease;
}

.it-layered-frame-v1:hover .it-img-v1 { transform: scale(1.08); }

/* Overlapping Success Metric */
.it-ov-layered-badge {
  position: absolute;
  top: -15px;
  right: -15px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(15px);
  padding: 20px 30px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 25px 50px rgba(15, 23, 42, 0.1);
  border: 1px solid #ffffff;
  z-index: 20;
  animation: float-badge-v1 5s ease-in-out infinite;
}

@keyframes float-badge-v1 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(10px, -10px); }
}

.it-ov-layered-badge i {
  font-size: 20px;
  color: var(--ve-purple);
  background: rgba(139, 92, 246, 0.08);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.it-ov-layered-badge .val-v1 {
  font-size: 20px;
  font-weight: 950;
  color: var(--ve-dark);
  line-height: 1;
}

.it-ov-layered-badge .lbl-v1 {
  font-size: 11px;
  font-weight: 800;
  color: var(--ve-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Content Area (Left side) */
.it-personal-content-v1 {
  position: relative;
  z-index: 10;
}

.it-ov-eyebrow-v1 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 900;
  color: var(--ve-purple);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 25px;
}

.it-dot-glow-v1 {
  width: 8px;
  height: 8px;
  background: var(--ve-purple);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--ve-purple);
  animation: pulse-dot-v1 2s infinite;
}

@keyframes pulse-dot-v1 {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.5); opacity: 0.5; }
  100% { transform: scale(1); opacity: 1; }
}

.it-ov-title-v1 {
  font-size: clamp(34px, 4.5vw, 62px);
  font-weight: 950;
  color: var(--ve-dark);
  line-height: 1.05;
  letter-spacing: -3px;
  margin-bottom: 35px;
}

.it-ov-title-v1 span {
  background: linear-gradient(135deg, var(--ve-purple) 30%, var(--ve-orange) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.it-ov-desc-v1 {
  font-size: 19px;
  line-height: 1.7;
  color: var(--ve-muted);
  max-width: 600px;
  font-weight: 500;
}

/* Premium Pillars Grid */
.it-pillars-grid-v1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 50px;
}

.it-pillar-card-v1 {
  background: #ffffff;
  padding: 24px 35px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 25px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.06);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.it-pillar-card-v1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--ve-purple);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.it-pillar-card-v1:hover {
  transform: translateX(15px);
  box-shadow: 20px 30px 60px rgba(15, 23, 42, 0.08);
  border-color: rgba(139, 92, 246, 0.15);
}

.it-pillar-card-v1:hover::before { opacity: 1; }

.pc-icon-v1 {
  width: 54px;
  height: 54px;
  background: rgba(139, 92, 246, 0.06);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ve-purple);
  font-size: 22px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.it-pillar-card-v1:hover .pc-icon-v1 {
  background: var(--ve-purple);
  color: #fff;
}

.pc-content-v1 h4 {
  font-size: 20px;
  font-weight: 900;
  color: var(--ve-dark);
  margin-bottom: 5px;
}

.pc-content-v1 p {
  font-size: 15px;
  color: var(--ve-muted);
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
}

/* Redesigned CTA Button */
.btn-premium-v3 {
  padding: 16px 36px;
  background: var(--ve-dark);
  color: #fff;
  border-radius: 14px;
  text-decoration: none !important;
  font-weight: 950;
  font-size: 15px;
  transition: all 0.4s ease;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.btn-premium-v3:hover {
  background: var(--ve-purple);
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(139, 92, 246, 0.25);
  color: #fff;
}

.cta-tag-v1 {
  font-size: 13px;
  font-weight: 850;
  color: var(--ve-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 991px) {
  .it-personal-overview-v1 { padding: 80px 0; }
  .it-ov-title-v1 { font-size: 40px; }
  .it-layered-frame-v1 { margin-top: 60px; padding: 20px; }
  .it-ov-layered-badge { right: 0; padding: 15px 20px; }
  .it-pillar-card-v1:hover { transform: translateY(-5px); }
}

@media (max-width: 576px) {
  .it-ov-title-v1 { font-size: 34px; }
  .it-personal-cta-group { flex-direction: column; align-items: stretch; }
  .btn-premium-v3 { justify-content: center; }
  .cta-tag-v1 { text-align: center; }
}

@media (max-width: 991px) {
  .it-bento-grid-light { grid-template-columns: 1fr; }
  .bento-wide { flex-direction: column; align-items: flex-start; }
  .bento-wide { grid-column: span 1; }
  .it-ov-title-light { font-size: 38px; }
  .it-overview-light-v2 { padding: 80px 0; }
}

@media (max-width: 576px) {
  .it-ov-cta-text { display: none; }
}

@media (max-width: 767px) {
  .ve-contact-form-card {
    padding: 30px 20px;
  }
}


.it-individual-suite-v1 {
  padding: 100px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.it-suite-bg-v1 {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 10% 10%, rgba(139, 92, 246, 0.03) 0%, transparent 40%),
    radial-gradient(circle at 90% 90%, rgba(20, 184, 166, 0.03) 0%, transparent 40%);
  z-index: 1;
}

.it-suite-eyebrow-v1 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(139, 92, 246, 0.05);
  border: 1px solid rgba(139, 92, 246, 0.1);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--ve-purple);
  margin-bottom: 25px;
}

.it-suite-title-v1 {
  font-size: clamp(34px, 4.5vw, 60px);
  font-weight: 950;
  color: var(--ve-dark);
  line-height: 1.1;
  letter-spacing: -3px;
  margin-bottom: 25px;
}

.it-suite-title-v1 span {
  background: linear-gradient(135deg, var(--ve-purple), var(--ve-orange));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.it-suite-desc-v1 {
  font-size: 18px;
  line-height: 1.7;
  color: var(--ve-muted);
  max-width: 750px;
  margin-inline: auto;
  font-weight: 500;
}

/* Service Card Grid (2x2) */
.it-suite-grid-v1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.it-suite-card-v1 {
  background: #ffffff;
  padding: 45px;
  border-radius: 32px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(15, 23, 42, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.it-suite-card-v1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 0% 0%, rgba(139, 92, 246, 0.05), transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.it-suite-card-v1:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 40px 80px rgba(15, 23, 42, 0.1);
  border-color: rgba(139, 92, 246, 0.15);
}

.it-suite-card-v1:hover::before { opacity: 1; }

.it-card-icon-v1 {
  width: 60px;
  height: 60px;
  background: rgba(139, 92, 246, 0.06);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ve-purple);
  font-size: 24px;
  margin-bottom: 30px;
  transition: all 0.4s ease;
  z-index: 2;
}

.it-suite-card-v1:hover .it-card-icon-v1 {
  background: var(--ve-purple);
  color: #fff;
  transform: rotate(10deg);
  box-shadow: 0 10px 20px rgba(139, 92, 246, 0.25);
}

.it-card-icon-v1.icon-orange { color: var(--ve-orange); background: rgba(249, 115, 22, 0.06); }
.it-card-icon-v1.icon-teal { color: var(--ve-teal); background: rgba(20, 184, 166, 0.06); }
.it-card-icon-v1.icon-cyan { color: var(--ve-cyan); background: rgba(6, 182, 212, 0.06); }

.it-suite-card-v1:hover .it-card-icon-v1.icon-orange { background: var(--ve-orange); }
.it-suite-card-v1:hover .it-card-icon-v1.icon-teal { background: var(--ve-teal); }
.it-suite-card-v1:hover .it-card-icon-v1.icon-cyan { background: var(--ve-cyan); }

.it-card-content-v1 {
  position: relative;
  z-index: 2;
}

.it-card-content-v1 h3 {
  font-size: 24px;
  font-weight: 900;
  color: var(--ve-dark);
  margin-bottom: 15px;
  line-height: 1.25;
}

.it-card-content-v1 p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ve-muted);
  margin-bottom: 30px;
  font-weight: 500;
}

.it-card-tag-v1 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 850;
  color: var(--ve-purple);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: auto;
  transition: gap 0.3s ease;
}

.it-card-tag-v1 i { font-size: 10px; transition: transform 0.3s ease; }
.it-suite-card-v1:hover .it-card-tag-v1 { gap: 12px; color: var(--ve-orange); }
.it-suite-card-v1:hover .it-card-tag-v1 i { transform: translateX(3px); }

@media (max-width: 991px) {
  .it-suite-grid-v1 { grid-template-columns: 1fr; }
  .it-suite-card-v1 { padding: 35px; }
  .it-suite-title-v1 { font-size: 38px; }
}



.c-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.c-avatar-fb {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
}

.author-info .c-name {
  font-size: 16px;
  font-weight: 800;
  color: var(--ve-dark);
}

.author-info .c-role {
  font-size: 12px;
  color: var(--ve-muted);
}

.card-rating {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.r-num {
  font-size: 14px;
  font-weight: 800;
  color: var(--ve-dark);
}

.stars {
  display: flex;
  gap: 2px;
}

.st {
  width: 12px;
  height: 12px;
  background: #FFD700;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.st.dim {
  background: #E5E7EB;
}

.nav-row {
  margin-top: 24px;
  display: flex;
  gap: 12px;
}

.nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #E5E7EB;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}

.nav-btn:hover {
  background: var(--ve-purple);
  color: #fff;
  border-color: var(--ve-purple);
}

/* FAQ */
.faq-section {
  padding: 120px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.faq-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 1;
}

.faq-orb-1 {
  width: 400px;
  height: 400px;
  background: rgba(139, 92, 246, 0.05);
  top: -100px;
  left: -150px;
}

.faq-orb-2 {
  width: 450px;
  height: 450px;
  background: rgba(20, 184, 166, 0.04);
  bottom: -150px;
  right: -100px;
}

.faq-header {
  text-align: center;
  margin-bottom: 70px;
}

.faq-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(139, 92, 246, 0.06);
  border: 1px solid rgba(139, 92, 246, 0.12);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--ve-purple);
  margin-bottom: 24px;
}

.faq-dot-pulse {
  width: 8px;
  height: 8px;
  background: var(--ve-purple);
  border-radius: 50%;
  position: relative;
}

.faq-dot-pulse::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid var(--ve-purple);
  opacity: 0;
  animation: pulse-ring 2s infinite;
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.faq-title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.1;
  color: var(--ve-dark);
  margin-bottom: 24px;
  letter-spacing: -1.5px;
}

.faq-title-grad {
  background: var(--ve-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.faq-title-bar {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--ve-purple), var(--ve-teal));
  border-radius: 2px;
  margin: auto;
}

.faq-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 900px;
  margin: auto;
}

.faq-item {
  background: #ffffff;
  border: 1px solid #f0eeff;
  border-radius: 20px;
  padding: 6px;
  transition: all 0.4s;
  box-shadow: 0 4px 20px rgba(139, 92, 246, 0.03);
}

.faq-item:hover {
  border-color: rgba(139, 92, 246, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(139, 92, 246, 0.08);
}

.faq-item.active {
  border-color: var(--ve-purple);
  background: linear-gradient(135deg, #ffffff, rgba(139, 92, 246, 0.02));
  box-shadow: 0 15px 40px rgba(139, 92, 246, 0.1);
}

.faq-question {
  padding: 24px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.faq-question span {
  font-size: 18px;
  font-weight: 700;
  color: var(--ve-dark);
}

.faq-item.active .faq-question span {
  color: var(--ve-purple);
}

.faq-toggle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f3f0ff;
  color: var(--ve-purple);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.4s;
}

.faq-item.active .faq-toggle {
  background: var(--ve-purple);
  color: #ffffff;
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s;
  padding: 0 30px;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding-bottom: 30px;
}

.faq-answer p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--ve-muted);
  margin: 0;
}

.faq-footer-cta {
  margin-top: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.faq-cta-link {
  color: var(--ve-purple);
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s;
}

.faq-cta-link:hover {
  gap: 12px;
}

@media(max-width:1100px) {
  .testi-grid {
    grid-template-columns: 240px 1fr;
  }
}

@media(max-width:991px) {
  .testi-grid {
    grid-template-columns: 1fr;
  }

  .rating-card_testi {
    min-height: auto;
  }

  .lets-talk-col {
    display: none;
  }
}

@media (max-width: 768px) {
  .faq-section {
    padding: 40px 0;
  }

  .faq-question {
    padding: 20px;
  }

  .faq-question span {
    font-size: 16px;
  }

  .faq-answer {
    padding: 0 20px;
  }

  .faq-item.active .faq-answer {
    padding-bottom: 20px;
  }
}

@media(max-width:576px) {
  .testi-section {
    padding: 70px 0 0;
  }

  .big-rating {
    font-size: 72px;
  }
}



/* ── IT STATS BAR V2 (PREMIUM) ── */
.it-stats-v2 {
  padding: 0 0 60px;
  position: relative;
  z-index: 20;
}

.it-stats-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffff;
  backdrop-filter: blur(40px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 40px 60px;
  border-radius: 35px;
  margin-top: -65px;
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.5),
    0 0 40px rgba(139, 92, 246, 0.15);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.it-stats-wrapper:hover {
  transform: translateY(-5px);
  border-color: rgba(139, 92, 246, 0.3);
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.5),
    0 0 30px rgba(139, 92, 246, 0.2);
}

.it-stat-item-v2 {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
  justify-content: center;
}

.it-stat-icon-v2 {
  width: 60px;
  height: 60px;
  background: rgba(139, 92, 246, 0.1);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--ve-purple);
  border: 1px solid rgba(139, 92, 246, 0.2);
  transition: all 0.4s ease;
}

.it-stat-item-v2:hover .it-stat-icon-v2 {
  background: var(--ve-grad);
  color: #fff;
  transform: scale(1.1) rotate(10deg);
}

.it-stat-num-v2 {
  font-size: 36px;
  font-weight: 950;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
  background: var(--ve-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -1px;
}

.it-stat-label-v2 {
  font-size: 11px;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.it-stat-sep-v2 {
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.1), transparent);
  margin: 0 10px;
}

@media (max-width: 1199px) {
  .it-stats-wrapper {
    padding: 30px 40px;
  }
  .it-stat-num-v2 {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .it-stats-wrapper {
    flex-wrap: wrap;
    margin-top: -50px;
    padding: 30px;
    gap: 30px;
  }
  .it-stat-item-v2 {
    flex: 0 0 45%;
    justify-content: flex-start;
  }
  .it-stat-sep-v2 {
    display: none;
  }
}

@media (max-width: 576px) {
  .it-stat-item-v2 {
    flex: 0 0 100%;
  }
  .it-stats-v2 {
    padding-bottom: 60px;
  }
}




/* ── SPECIALIZED SERVICES SECTION V2 (PREMIUM) ── */
.it-services-premium {
  padding: 100px 0;
  background: #ffffff;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.premium-glow-left {
  position: absolute;
  top: 10%;
  left: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.05) 0%, transparent 70%);
  filter: blur(60px);
  z-index: 1;
  pointer-events: none;
}

.premium-glow-right {
  position: absolute;
  bottom: 10%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(249, 115, 22, 0.04) 0%, transparent 70%);
  filter: blur(50px);
  z-index: 1;
  pointer-events: none;
}

.premium-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--ve-purple);
  background: rgba(139, 92, 246, 0.08);
  padding: 8px 20px;
  border-radius: 50px;
  margin-bottom: 25px;
}

.dot-indicator {
  width: 8px;
  height: 8px;
  background: var(--ve-grad);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(139, 92, 246, 0.5);
  animation: dot-pulse 2s infinite;
}

@keyframes dot-pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.5); opacity: 0.5; }
  100% { transform: scale(1); opacity: 1; }
}

.premium-sec-title {
  font-size: clamp(36px, 4.5vw, 60px);
  font-weight: 950;
  color: var(--ve-dark);
  line-height: 1.1;
  letter-spacing: -2px;
  margin-bottom: 20px;
}

.premium-sec-title span {
  background: var(--ve-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.premium-sec-desc {
  font-size: 17px;
  line-height: 1.7;
  color: var(--ve-muted);
  max-width: 650px;
  margin-bottom: 40px;
}

.premium-service-card {
  background: #ffffff;
  border: 1px solid rgba(139, 92, 246, 0.08);
  border-radius: 30px;
  padding: 45px 35px;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  z-index: 2;
}

.premium-service-card:hover, .active-card {
  transform: translateY(-10px);
  border-color: rgba(139, 92, 246, 0.3);
  box-shadow: 0 30px 60px rgba(139, 92, 246, 0.1);
}

.card-glow-bg {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  transition: all 0.6s ease;
  z-index: -1;
}

.premium-service-card:hover .card-glow-bg, .active-card .card-glow-bg {
  transform: scale(3.5);
  background: radial-gradient(circle, rgba(139, 92, 246, 0.05) 0%, transparent 70%);
}

.premium-icon-box {
  width: 65px;
  height: 65px;
  background: rgba(139, 92, 246, 0.1);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--ve-purple);
  margin-bottom: 30px;
  transition: all 0.4s ease;
  border: 1px solid rgba(139, 92, 246, 0.15);
}

.premium-icon-box.box-orange {
  background: rgba(249, 115, 22, 0.1);
  color: var(--ve-orange);
  border-color: rgba(249, 115, 22, 0.15);
}

.premium-icon-box.box-teal {
  background: rgba(20, 184, 166, 0.1);
  color: var(--ve-teal);
  border-color: rgba(20, 184, 166, 0.15);
}

.premium-service-card:hover .premium-icon-box {
  background: var(--ve-grad);
  color: #fff;
  transform: rotateY(180deg);
}

.premium-card-content h3 {
  font-size: 22px;
  font-weight: 900;
  color: var(--ve-dark);
  margin-bottom: 15px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

.premium-card-content p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--ve-muted);
  margin-bottom: 30px;
  flex-grow: 1;
}

.premium-link {
  font-size: 13px;
  font-weight: 850;
  color: var(--ve-purple);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: all 0.3s ease;
}

.premium-link i {
  transition: transform 0.3s ease;
}

.premium-service-card:hover .premium-link {
  color: var(--ve-dark);
  gap: 15px;
}

.premium-service-card:hover .premium-link i {
  transform: translateX(5px);
}

@media (max-width: 991px) {
  .it-services-premium {
    padding: 70px 0;
  }
}

/* ── STRATEGIC PROCESS SECTION V2 (REDESIGNED) ── */
.it-process-v2 {
  padding: 120px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.it-process-glow-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 400px;
  background: radial-gradient(circle at 50% 0%, rgba(139, 92, 246, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.premium-sec-line {
  width: 80px;
  height: 4px;
  background: var(--ve-grad);
  border-radius: 10px;
  margin-top: 20px;
}

.it-process-hub {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 50px;
}

/* Left: Navigator */
.it-process-navigator {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ── UNIVERSAL PROGRESS ROADMAP (LIGHT THEME) ── */
.it-workflow-v4 {
  padding: 80px 0;
  background: #fdfdff;
  position: relative;
  overflow: hidden;
}

.it-workflow-bg-pattern {
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(rgba(109, 44, 249, 0.03) 1px, transparent 1px),
    radial-gradient(rgba(109, 44, 249, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(circle at center, black, transparent 80%);
  z-index: 1;
}

.it-wf-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(139, 92, 246, 0.05);
  border: 1px solid rgba(139, 92, 246, 0.1);
  padding: 10px 24px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ve-purple);
  margin-bottom: 25px;
}

.pulse-dot-light {
  width: 8px;
  height: 8px;
  background: var(--ve-purple);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--ve-purple);
  animation: spark-pulse 2s infinite;
}

.it-wf-title {
  font-size: clamp(34px, 4.5vw, 58px);
  font-weight: 950;
  color: var(--ve-dark);
  line-height: 1.1;
  letter-spacing: -2px;
}

.it-wf-title span {
  background: linear-gradient(to right, var(--ve-purple), var(--ve-orange));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Phase Cards */
.wf-phase-card {
  background: #ffffff;
  padding: 50px 35px;
  border-radius: 32px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.02);
  border: 1px solid rgba(15, 23, 42, 0.04);
  height: 100%;
  z-index: 5;
}

.wf-phase-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 40px 80px rgba(15, 23, 42, 0.06);
  border-color: rgba(139, 92, 246, 0.15);
}

.wf-card-index {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 72px;
  font-weight: 950;
  color: rgba(15, 23, 42, 0.015);
  line-height: 1;
  pointer-events: none;
  transition: color 0.4s ease;
}

.wf-phase-card:hover .wf-card-index {
  color: rgba(139, 92, 246, 0.06);
}

.wf-card-status {
  font-size: 11px;
  font-weight: 800;
  color: var(--ve-muted);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
  display: block;
}

.wf-card-icon {
  width: 60px;
  height: 60px;
  background: rgba(139, 92, 246, 0.08);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ve-purple);
  font-size: 20px;
  margin-bottom: 30px;
  transition: all 0.4s ease;
}

.wf-card-icon.icon-o { background: rgba(249, 115, 22, 0.08); color: var(--ve-orange); }
.wf-card-icon.icon-t { background: rgba(20, 184, 166, 0.08); color: var(--ve-teal); }
.wf-card-icon.icon-p { background: rgba(139, 92, 246, 0.08); color: var(--ve-purple); }

.wf-phase-card:hover .wf-card-icon {
  background: var(--ve-grad);
  color: #fff;
  transform: rotate(10deg) scale(1.1);
  box-shadow: 0 10px 20px rgba(109, 44, 249, 0.2);
}

.wf-card-body h3 {
  font-size: 22px;
  font-weight: 900;
  color: var(--ve-dark);
  margin-bottom: 15px;
  line-height: 1.3;
}

.wf-card-body p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ve-muted);
  margin-bottom: 30px;
}

.wf-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f8fafc;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 800;
  color: var(--ve-purple);
  border: 1px solid rgba(139, 92, 246, 0.1);
}

.wf-card-badge .pulse {
  width: 6px;
  height: 6px;
  background: var(--ve-purple);
  border-radius: 50%;
  animation: spark-pulse 1.5s infinite;
}

/* Progress Track */
.wf-progress-track {
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
  opacity: 0.6;
}

@media (max-width: 1199px) {
  .wf-phase-card { padding: 40px 25px; }
  .wf-card-index { font-size: 50px; }
}

@media (max-width: 991px) {
  .it-workflow-v4 { padding: 80px 0; }
  .mt-lg-5 { margin-top: 0 !important; }
  .wf-phase-card { margin-bottom: 20px; }
}


/* ── THE CONSULTATION TERMINAL (REDESIGNED) ── */
.it-terminal-section {
  padding: 120px 0;
  background: #f8faff;
  position: relative;
  overflow: hidden;
}

.terminal-bg-glow {
  position: absolute;
  bottom: -200px;
  right: -100px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.it-terminal-desc {
  font-size: 18px;
  line-height: 1.8;
  color: var(--ve-muted);
  max-width: 500px;
}

.it-terminal-feats {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.it-terminal-feat {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(139, 92, 246, 0.05);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
}

.it-terminal-feat:hover {
  transform: translateX(10px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
  border-color: rgba(139, 92, 246, 0.15);
}

.feat-icon-box {
  width: 55px;
  height: 55px;
  background: rgba(139, 92, 246, 0.1);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--ve-purple);
  flex-shrink: 0;
}

.feat-icon-box.box-orange { color: #f97316; background: rgba(249, 115, 22, 0.1); }
.feat-icon-box.box-teal { color: #14b8a6; background: rgba(20, 184, 166, 0.1); }

.feat-text h4 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 4px;
  color: var(--ve-dark);
}

.feat-text p {
  font-size: 14px;
  margin: 0;
  color: var(--ve-muted);
}

.feat-indicator {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: var(--ve-grad);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s ease;
}

.it-terminal-feat:hover .feat-indicator {
  right: -10px;
  opacity: 0.1;
}

/* Form Card */
.it-terminal-form-card {
  background: #ffffff;
  border-radius: 40px;
  border: 1px solid rgba(139, 92, 246, 0.15);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
}

.form-header {
  background: #f8faff;
  padding: 15px 30px;
  border-bottom: 1px solid rgba(139, 92, 246, 0.1);
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  font-weight: 700;
  color: var(--ve-purple);
}

.form-dots {
  margin-left: auto;
  display: flex;
  gap: 6px;
}

.form-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(139, 92, 246, 0.2);
}

/* Input Groups */
.it-input-group {
  position: relative;
}

.it-input-group label {
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: var(--ve-purple);
  margin-bottom: 8px;
  opacity: 0.8;
}

.it-input-group input,
.it-input-group select,
.it-input-group textarea {
  width: 100%;
  padding: 12px 0;
  background: transparent;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: var(--ve-dark);
  outline: none !important;
}

.it-input-group textarea {
  resize: none;
}

.input-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(139, 92, 246, 0.1);
  transition: all 0.4s ease;
}

.it-input-group input:focus + .input-line,
.it-input-group select:focus + .input-line,
.it-input-group textarea:focus + .input-line {
  background: var(--ve-grad);
  box-shadow: 0 2px 10px rgba(139, 92, 246, 0.2);
}

.it-input-group input::placeholder,
.it-input-group textarea::placeholder {
  color: #a0aec0;
  font-weight: 400;
  font-size: 14px;
}

/* Terminal Button */
.it-terminal-btn {
  background: var(--ve-grad);
  border: none;
  padding: 18px 45px;
  border-radius: 50px;
  color: #fff;
  font-weight: 900;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 15px 30px rgba(109, 44, 249, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.it-terminal-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(109, 44, 249, 0.3);
}

.it-terminal-btn:active {
  transform: translateY(0);
}

@media (max-width: 991px) {
  .it-terminal-section {
    padding: 80px 0;
  }
  
  .it-terminal-desc {
    max-width: 100%;
  }

  .it-terminal-form-card {
    margin-top: 20px;
  }
}

/* ── CLIENT TESTIMONIALS (SYNCHRONIZED) ── */


/* ── CLIENT TESTIMONIALS (SYNCHRONIZED) ── */
.testi-section {
  padding: 100px 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.testi-section .shape-23 {
  position: absolute;
  top: 0;
  left: 0;
  width: 520px;
  height: 520px;
  background-image: url('https://expert-themes.com/html/ithub/ithub/assets/images/background/pattern-23.png');
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
}

.top-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 44px;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: var(--ve-orange);
  margin-bottom: 18px;
}

.eyebrow .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ve-purple);
}

.eyebrow .dot2 {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ve-orange);
}

.eyebrow .dot3 {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e5e7eb;
}

.eyebrow::before,
.eyebrow::after {
  content: "";
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--ve-purple), var(--ve-orange));
  border-radius: 2px;
}

.main-title {
  font-size: clamp(36px, 4.5vw, 64px);
  font-weight: 950;
  color: var(--ve-dark);
  letter-spacing: -3px;
  line-height: 1;
}

.main-title em {
  font-style: italic;
  background: linear-gradient(135deg, var(--ve-purple), var(--ve-orange));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.lets-talk-col {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  padding-top: 6px;
}

.lets-talk-text {
  font-size: 24px;
  font-weight: 800;
  font-style: italic;
  color: var(--ve-purple);
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 26px;
  background: var(--ve-dark);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s;
}

.contact-btn:hover {
  background: var(--ve-purple);
  box-shadow: 0 8px 24px rgba(139, 92, 246, 0.35);
  transform: translateY(-2px);
  color: #fff;
}

.lets-desc {
  font-size: 13px;
  line-height: 1.65;
  color: var(--ve-muted);
  max-width: 320px;
  text-align: right;
}

.testi-grid {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 22px;
  align-items: start;
  position: relative;
  z-index: 2;
}

.rating-card_testi {
  background: linear-gradient(160deg, #f3f0ff 0%, #ede9fe 100%);
  border-radius: 24px;
  padding: 40px 30px 36px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  border: 1px solid rgba(139, 92, 246, 0.10);
}

.big-rating {
  font-size: 96px;
  font-weight: 900;
  color: var(--ve-dark);
  letter-spacing: -6px;
  line-height: 1;
  margin-bottom: 22px;
}

.avatar-stack {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.av {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2.5px solid #fff;
  margin-right: -11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  color: #fff;
}

.av1 {
  background: linear-gradient(135deg, #8b5cf6, #6d28d9);
  z-index: 4;
}

.av2 {
  background: linear-gradient(135deg, #f97316, #fb923c);
  z-index: 3;
}

.av3 {
  background: linear-gradient(135deg, #14b8a6, #0d9488);
  z-index: 2;
}

.av4 {
  background: linear-gradient(135deg, #f43f5e, #e11d48);
  z-index: 1;
}

.client-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--ve-dark);
  margin-top: 14px;
}

.client-sub {
  font-size: 12px;
  color: var(--ve-muted);
  margin-bottom: 22px;
}

.rating-tagline {
  font-size: 15.5px;
  font-weight: 800;
  color: var(--ve-dark);
  line-height: 1.35;
  margin-bottom: 30px;
  flex: 1;
}

.testi-right {
  background-image: url('https://expert-themes.com/html/ithub/ithub/assets/images/background/pattern-23.png');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  border-radius: 24px;
  padding: 36px 32px 40px;
  position: relative;
  overflow: hidden;
}

.testi-card {
  background: #fff;
  border-radius: 20px;
  padding: 34px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  position: relative;
  transition: all 0.3s;
}

.testi-card:hover {
  transform: translateY(-5px);
}

.card-indicator {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 6px;
  height: 30px;
  background: var(--ve-purple);
  border-radius: 10px;
}

.card-indicator.orange {
  background: var(--ve-orange);
}

.card-indicator.teal {
  background: var(--ve-teal);
}

.card-quote {
  font-size: 15px;
  line-height: 1.7;
  color: var(--ve-muted);
  margin-bottom: 30px;
  flex: 1;
}

.card-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.c-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.c-avatar-fb {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
}

.author-info .c-name {
  font-size: 16px;
  font-weight: 800;
  color: var(--ve-dark);
}

.author-info .c-role {
  font-size: 12px;
  color: var(--ve-muted);
}

.card-rating {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.r-num {
  font-size: 14px;
  font-weight: 800;
  color: var(--ve-dark);
}

.stars {
  display: flex;
  gap: 2px;
}

.st {
  width: 12px;
  height: 12px;
  background: #FFD700;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.st.dim {
  background: #E5E7EB;
}

.nav-row {
  margin-top: 24px;
  display: flex;
  gap: 12px;
}

.nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #E5E7EB;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}

.nav-btn:hover {
  background: var(--ve-purple);
  color: #fff;
  border-color: var(--ve-purple);
}






/* ── FAQ (SYNCHRONIZED) ── */
.faq-section {
  padding: 80px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.faq-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 1;
}

.faq-orb-1 {
  width: 400px;
  height: 400px;
  background: rgba(139, 92, 246, 0.05);
  top: -100px;
  left: -150px;
}

.faq-orb-2 {
  width: 450px;
  height: 450px;
  background: rgba(20, 184, 166, 0.04);
  bottom: -150px;
  right: -100px;
}

.faq-header {
  text-align: center;
  margin-bottom: 70px;
}

.faq-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(139, 92, 246, 0.06);
  border: 1px solid rgba(139, 92, 246, 0.12);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--ve-purple);
  margin-bottom: 24px;
}

.faq-dot-pulse {
  width: 8px;
  height: 8px;
  background: var(--ve-purple);
  border-radius: 50%;
  position: relative;
}

.faq-dot-pulse::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid var(--ve-purple);
  opacity: 0;
  animation: pulse-ring 2s infinite;
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.faq-title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.1;
  color: var(--ve-dark);
  margin-bottom: 24px;
  letter-spacing: -1.5px;
}

.faq-title-grad {
  background: var(--ve-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.faq-title-bar {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--ve-purple), var(--ve-teal));
  border-radius: 2px;
  margin: auto;
}

.faq-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 900px;
  margin: auto;
}

.faq-item {
  background: #ffffff;
  border: 1px solid #f0eeff;
  border-radius: 20px;
  padding: 6px;
  transition: all 0.4s;
  box-shadow: 0 4px 20px rgba(139, 92, 246, 0.03);
}

.faq-item:hover {
  border-color: rgba(139, 92, 246, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(139, 92, 246, 0.08);
}

.faq-item.active {
  border-color: var(--ve-purple);
  background: linear-gradient(135deg, #ffffff, rgba(139, 92, 246, 0.02));
  box-shadow: 0 15px 40px rgba(139, 92, 246, 0.1);
}

.faq-question {
  padding: 24px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.faq-question span {
  font-size: 18px;
  font-weight: 700;
  color: var(--ve-dark);
}

.faq-item.active .faq-question span {
  color: var(--ve-purple);
}

.faq-toggle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f3f0ff;
  color: var(--ve-purple);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.4s;
}

.faq-item.active .faq-toggle {
  background: var(--ve-purple);
  color: #ffffff;
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s;
  padding: 0 30px;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding-bottom: 30px;
}

.faq-answer p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--ve-muted);
  margin: 0;
}

.faq-footer-cta {
  margin-top: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.faq-cta-link {
  color: var(--ve-purple);
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s;
}

.faq-cta-link:hover {
  gap: 12px;
}

@media (max-width: 768px) {
  .faq-section {
    padding: 40px 0;
  }

  .faq-question {
    padding: 20px;
  }

  .faq-question span {
    font-size: 16px;
  }

  .faq-answer {
    padding: 0 20px;
  }

  .faq-item.active .faq-answer {
    padding-bottom: 20px;
  }
}

.it-ecosystem {
  padding: 80px 0;
  background: #f8fafc;
  overflow: hidden;
  position: relative;
  border-top: 1px solid rgba(15, 23, 42, 0.05);
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
  width: 100%;
  display: block;
}

.it-marquee-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 100px;
  animation: marquee-scroll 40s linear infinite;
  width: max-content;
  align-items: center;
}

.it-marquee-item {
  font-size: 26px;
  font-weight: 800;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.4s ease;
  cursor: default;
  opacity: 0.5;
  flex-shrink: 0;
}

.it-marquee-item i {
  font-size: 34px;
  color: #94a3b8;
  transition: all 0.4s ease;
}

.it-marquee-item:hover {
  color: var(--ve-purple);
  opacity: 1;
  transform: translateY(-5px);
}

.it-marquee-item:hover i {
  color: var(--ve-purple);
  transform: scale(1.2);
}

@keyframes marquee-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


/* ── STRATEGIC WORKFLOW BENTO GRID ── */
.it-orbital-flow-v1 {
  padding: 120px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.it-wf-bento-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.it-wf-card {
  background: #ffffff;
  border: 1px solid rgba(139, 92, 246, 0.1);
  border-radius: 32px;
  padding: 50px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.it-wf-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20%;
  bottom: 20%;
  width: 4px;
  background: var(--ve-purple);
  border-radius: 0 4px 4px 0;
  opacity: 0.3;
  transition: all 0.5s ease;
}

.it-wf-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(139, 92, 246, 0.12);
  border-color: rgba(139, 92, 246, 0.3);
}

.it-wf-card:hover::before {
  top: 10%;
  bottom: 10%;
  opacity: 1;
  box-shadow: 0 0 15px var(--ve-purple);
}

.it-wf-tag {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(139, 92, 246, 0.06);
  color: var(--ve-purple);
  border-radius: 100px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.it-wf-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(249, 115, 22, 0.1));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: var(--ve-purple);
  margin-bottom: 30px;
  transition: all 0.5s ease;
}

.it-wf-card:hover .it-wf-icon {
  background: var(--ve-grad);
  color: #fff;
  transform: rotate(10deg) scale(1.1);
}

.it-wf-card h3 {
  font-size: 28px;
  font-weight: 900;
  color: var(--ve-dark);
  margin-bottom: 20px;
}

.it-wf-card p {
  font-size: 16px;
  color: var(--ve-muted);
  line-height: 1.8;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 992px) {
  .it-wf-bento-grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
}




