.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ═══════════════════════════════════════════════════════════════════
   TAREK SALEM — Custom CSS v2 (Neon Glow Edition)
   Palette: Purple #8B00FF · Blue #2E4FFF · Red #CC1A1A · Orange #E85D00 · Amber #D97706
   Source: Reference image — purple-blue-red-orange neon glow border

   HOW TO USE:
   Elementor → Site Settings → Custom CSS → paste entire file → Save
   ═══════════════════════════════════════════════════════════════════ */

/* ── GOOGLE FONT ─────────────────────────────────────────────────────────── */
/* ── EMERGENCY VISIBILITY FIX ── */
.elementor-section,
.elementor-container,
.elementor-widget-wrap,
.elementor-widget,
.elementor-heading-title,
.elementor-widget-text-editor,
.elementor-widget-text-editor p,
.elementor-widget-text-editor div,
.elementor-widget-text-editor span {
  color: #F7F8FA !important;
}

.elementor-section {
  background-color: #0B0F19;
}

/* Prevent Elementor from hiding zero-height sections */
.elementor-section.elementor-section-full_width {
  min-height: 100px;
}

.elementor-widget-wrap {
  min-height: 60px;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* ── CSS VARIABLES (change colors here — updates everything) ─────────────── */
:root {
  /* Background layers */
  --ts-black:       #000000;
  --ts-surface:     #0D0D14;
  --ts-card-bg:     #0E1420;

  /* Text */
  --ts-white:       #F7F8FA;
  --ts-muted:       rgba(247, 248, 250, 0.55);
  --ts-faint:       rgba(247, 248, 250, 0.35);

  /* Neon spectrum — exact match to reference image */
  --ts-blue:        #2E4FFF;
  --ts-violet:      #6B21FF;
  --ts-purple:      #8B00FF;
  --ts-red:         #CC1A1A;
  --ts-orange:      #E85D00;
  --ts-amber:       #D97706;

  /* Gradient strings */
  --ts-glow-full:   linear-gradient(135deg, #2E4FFF 0%, #8B00FF 30%, #CC1A1A 65%, #E85D00 85%, #D97706 100%);
  --ts-glow-short:  linear-gradient(135deg, #8B00FF, #CC1A1A, #E85D00);
  --ts-glow-accent: linear-gradient(90deg,  #6B21FF, #8B00FF, #CC1A1A);

  /* Neon glow border (replicates Image 1 phone frame) */
  --ts-border-glow: linear-gradient(135deg,
    rgba(46,  79,  255, 0.52),
    rgba(139, 0,   255, 0.62),
    rgba(204, 26,  26,  0.55),
    rgba(232, 93,  0,   0.48),
    rgba(217, 119, 6,   0.40));

  --ts-border-glow-hover: linear-gradient(135deg,
    rgba(46,  79,  255, 0.72),
    rgba(139, 0,   255, 0.82),
    rgba(204, 26,  26,  0.72),
    rgba(232, 93,  0,   0.65),
    rgba(217, 119, 6,   0.55));

  /* Box shadows */
  --ts-shadow-sm:   0 0 22px rgba(139,0,255,.22), 0 0 44px rgba(204,26,26,.10);
  --ts-shadow-md:   0 0 36px rgba(139,0,255,.40), 0 0 60px rgba(204,26,26,.18), 0 14px 50px rgba(46,79,255,.18);
  --ts-shadow-cta:  0 8px 28px rgba(139,0,255,.42), 0 4px 14px rgba(204,26,26,.20);
  --ts-shadow-cta-hover: 0 14px 44px rgba(139,0,255,.62), 0 6px 22px rgba(204,26,26,.32);
}

/* ── GLOBAL RESETS ───────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

body,
.elementor-widget-text-editor,
.elementor-heading-title,
.elementor-widget-counter .elementor-counter-title,
.elementor-widget-counter .elementor-counter-number-wrapper {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

body {
  background-color: var(--ts-black) !important;
  color: var(--ts-white) !important;
}

::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-thumb {
  background: linear-gradient(#8B00FF, #CC1A1A);
  border-radius: 4px;
}

:focus-visible {
  outline: 3px solid var(--ts-purple) !important;
  outline-offset: 3px !important;
  border-radius: 4px !important;
}

/* ── GRADIENT TEXT UTILITY ───────────────────────────────────────────────── */
/* Apply class "ts-gradient-text" to any span in Elementor heading HTML */
.ts-gradient-text,
.elementor-heading-title .ts-gradient-text {
  background: var(--ts-glow-full);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: ts-glow-shift 5s ease infinite;
}

.ts-gradient-purple {
  background: var(--ts-glow-short);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── KEYFRAME ANIMATIONS ─────────────────────────────────────────────────── */
@keyframes ts-glow-shift {
  0%   { background-position: 0%   50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0%   50%; }
}

@keyframes ts-pulse {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50%       { opacity: 1;   transform: scale(1.18); }
}

@keyframes ts-float {
  0%, 100% { transform: translateY(0)   rotate(0deg); }
  50%       { transform: translateY(-16px) rotate(4deg); }
}

@keyframes ts-particle {
  0%, 100% { transform: translateY(0)    translateX(0);   opacity: 0.25; }
  50%       { transform: translateY(-26px) translateX(12px); opacity: 0.65; }
}

/* ── NEON GLOW BORDER CARD ───────────────────────────────────────────────── */
/* Core pattern — wraps any card in a 1.5px neon gradient border.
   The outer div gets the gradient; the inner div gets the dark background. */

/* Outer glow wrapper */
.ts-glow-wrap {
  position: relative;
  border-radius: 20px;
  padding: 1.5px;
  background: var(--ts-border-glow);
  box-shadow: var(--ts-shadow-sm);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
  height: 100%;
}
.ts-glow-wrap:hover {
  box-shadow: var(--ts-shadow-md);
  transform: translateY(-5px);
}

/* Inner content area */
.ts-glow-inner {
  background: var(--ts-card-bg);
  border-radius: 19px;
  height: 100%;
}

/* ── HERO BADGE ──────────────────────────────────────────────────────────── */
.ts-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(139, 0, 255, 0.10);
  border: 1px solid rgba(139, 0, 255, 0.28);
  border-radius: 100px;
  padding: 5px 16px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(247, 248, 250, 0.88);
  font-family: 'Inter', sans-serif;
  margin-bottom: 24px;
}

.ts-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8B00FF, #CC1A1A);
  animation: ts-pulse 2s ease infinite;
  flex-shrink: 0;
  display: inline-block;
}

/* ── HERO BUTTONS ────────────────────────────────────────────────────────── */
.ts-hero-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 8px 0 24px;
}

/* Primary — neon glow border (border IS the gradient, inside is black) */
.ts-btn-primary {
  display: inline-block;
  border-radius: 12px;
  padding: 1.5px;
  background: linear-gradient(135deg, #2E4FFF, #8B00FF, #CC1A1A, #E85D00);
  box-shadow: var(--ts-shadow-cta);
  transition: box-shadow 0.3s ease, transform 0.2s ease;
  text-decoration: none !important;
  cursor: pointer;
}
.ts-btn-primary:hover {
  box-shadow: var(--ts-shadow-cta-hover);
  transform: translateY(-2px);
}
.ts-btn-primary span,
.ts-btn-primary-inner {
  display: block;
  background: #000;
  border-radius: 11px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 700;
  color: #F7F8FA !important;
  font-family: 'Inter', sans-serif;
  text-align: center;
}

/* Ghost button */
.ts-btn-ghost {
  display: inline-block;
  color: #F7F8FA !important;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  text-decoration: none !important;
  transition: background 0.2s, border-color 0.2s;
  backdrop-filter: blur(8px);
  cursor: pointer;
}
.ts-btn-ghost:hover {
  background: rgba(139, 0, 255, 0.12);
  border-color: rgba(139, 0, 255, 0.48);
}

/* Outline button */
.ts-btn-outline {
  display: inline-block;
  color: rgba(247, 248, 250, 0.72) !important;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  text-decoration: none !important;
  transition: border-color 0.2s, color 0.2s;
  cursor: pointer;
}
.ts-btn-outline:hover {
  border-color: rgba(139, 0, 255, 0.45);
  color: #F7F8FA !important;
}

/* ── HERO MINI-STATS ─────────────────────────────────────────────────────── */
.ts-mini-stats {
  display: flex;
  justify-content: center;
  gap: 52px;
  flex-wrap: wrap;
  margin-top: 48px;
}
.ts-mini-stat { text-align: center; }

.ts-mini-n {
  font-size: 28px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  background: linear-gradient(135deg, #8B00FF, #CC1A1A, #E85D00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ts-mini-l {
  font-size: 11px;
  color: rgba(247, 248, 250, 0.42);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 4px;
  font-family: 'Inter', sans-serif;
}

/* ── SECTION LABELS ──────────────────────────────────────────────────────── */
/* Applies to the small uppercase eyebrow text above each h2 */
.ts-section-label,
.elementor-heading-title.ts-section-label {
  font-size: 11px !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  background: var(--ts-glow-short) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  margin-bottom: 14px !important;
}

/* ── QUOTE CARD ──────────────────────────────────────────────────────────── */
.ts-quote-card {
  border-radius: 20px;
  padding: 1.5px;
  background: linear-gradient(135deg,
    rgba(46,  79,  255, 0.48),
    rgba(139, 0,   255, 0.58),
    rgba(204, 26,  26,  0.50),
    rgba(232, 93,  0,   0.42));
  box-shadow: 0 0 30px rgba(139, 0, 255, 0.18);
  margin: 48px 0;
}

.ts-quote-card-inner {
  background: var(--ts-card-bg);
  border-radius: 19px;
  padding: 48px 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ts-quote-mark {
  position: absolute;
  top: 8px;
  left: 24px;
  font-size: 72px;
  line-height: 1;
  font-family: Georgia, serif;
  background: linear-gradient(135deg, #8B00FF, #CC1A1A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.18;
  pointer-events: none;
}

.ts-quote-text {
  font-size: clamp(16px, 2.2vw, 22px);
  font-weight: 300;
  line-height: 1.72;
  font-style: italic;
  color: rgba(247, 248, 250, 0.93);
  font-family: 'Inter', sans-serif;
  position: relative;
  z-index: 1;
}

.ts-quote-attr {
  margin-top: 20px;
  color: rgba(247, 248, 250, 0.36);
  font-size: 13px;
  letter-spacing: 0.05em;
  font-family: 'Inter', sans-serif;
}

/* ── BIO / INFO GRID ─────────────────────────────────────────────────────── */
.ts-bio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 28px;
}
.ts-bio-item {
  background: rgba(14, 20, 32, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: border-color 0.3s;
}
.ts-bio-item:hover { border-color: rgba(139, 0, 255, 0.32); }

.ts-bio-item strong {
  font-size: 22px;
  font-weight: 800;
  font-family: 'Inter', sans-serif;
  background: var(--ts-glow-short);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ts-bio-item span {
  font-size: 13px;
  color: rgba(247, 248, 250, 0.56);
  font-family: 'Inter', sans-serif;
  line-height: 1.5;
}

/* ── TIMELINE CARD ───────────────────────────────────────────────────────── */
.ts-timeline-card {
  background: rgba(13, 13, 20, 0.90);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  padding: 24px;
  margin-bottom: 20px;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.ts-timeline-card:hover {
  border-color: rgba(139, 0, 255, 0.40);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(139, 0, 255, 0.15);
}

.ts-timeline-year {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 6px;
  font-family: 'Inter', sans-serif;
  background: linear-gradient(135deg, #8B00FF, #CC1A1A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ts-timeline-title {
  font-size: 16px;
  font-weight: 700;
  color: #F7F8FA;
  font-family: 'Inter', sans-serif;
  margin-bottom: 8px;
}

.ts-timeline-desc {
  font-size: 13px;
  color: rgba(247, 248, 250, 0.54);
  line-height: 1.65;
  font-family: 'Inter', sans-serif;
}

/* ── COUNTRY PILLS ───────────────────────────────────────────────────────── */
.ts-country-pills {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.ts-pill {
  background: rgba(139, 0, 255, 0.08);
  border: 1px solid rgba(139, 0, 255, 0.22);
  border-radius: 100px;
  padding: 5px 18px;
  font-size: 14px;
  color: rgba(247, 248, 250, 0.68);
  font-family: 'Inter', sans-serif;
  transition: border-color 0.2s, background 0.2s;
}
.ts-pill:hover {
  background: rgba(139, 0, 255, 0.14);
  border-color: rgba(139, 0, 255, 0.40);
}

/* ── SERVICE CARD ────────────────────────────────────────────────────────── */
/* Outer — neon glow gradient border */
.ts-service-card {
  position: relative;
  border-radius: 20px;
  padding: 1.5px;
  background: var(--ts-border-glow);
  box-shadow: 0 4px 20px rgba(139, 0, 255, 0.10);
  transition: box-shadow 0.35s cubic-bezier(.22,.68,0,1.2),
              transform 0.35s cubic-bezier(.22,.68,0,1.2);
  height: 100%;
}
.ts-service-card:hover {
  box-shadow: 0 14px 48px rgba(139, 0, 255, 0.35),
              0 6px 22px rgba(204, 26, 26, 0.20);
  transform: translateY(-8px);
}

/* Inner — dark card */
.ts-service-card-inner {
  background: var(--ts-card-bg);
  border-radius: 19px;
  padding: 28px;
  height: 100%;
}

.ts-service-icon {
  font-size: 28px;
  margin-bottom: 14px;
  display: block;
}

.ts-service-title {
  font-size: 16px;
  font-weight: 700;
  color: #F7F8FA;
  font-family: 'Inter', sans-serif;
  margin: 0 0 10px;
}

.ts-service-desc {
  font-size: 13px;
  color: rgba(247, 248, 250, 0.54);
  line-height: 1.68;
  font-family: 'Inter', sans-serif;
  margin: 0 0 16px;
}

.ts-service-cta {
  color: rgba(247, 248, 250, 0.60);
  font-size: 13px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  transition: color 0.2s;
  display: inline-block;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.ts-service-cta:hover { color: #F7F8FA; }

/* ── INNOVATION CARD ─────────────────────────────────────────────────────── */
/* Uses the same ts-glow-wrap / ts-glow-inner pattern */
.ts-inno-tag {
  display: inline-block;
  border-radius: 100px;
  padding: 3px 13px;
  font-size: 11px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  margin-bottom: 16px;
}

/* Per-card color variants */
.ts-inno-tag.blue   { background: rgba(46, 79,255,.18); border:1px solid rgba(46, 79,255,.40); color:#6B8FFF; }
.ts-inno-tag.purple { background: rgba(139,0, 255,.18); border:1px solid rgba(139,0, 255,.40); color:#C060FF; }
.ts-inno-tag.red    { background: rgba(204,26, 26,.18); border:1px solid rgba(204,26, 26,.40); color:#FF6666; }
.ts-inno-tag.orange { background: rgba(232,93,  0,.18); border:1px solid rgba(232,93,  0,.40); color:#FF9A50; }

.ts-inno-title {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #F7F8FA;
  font-family: 'Inter', sans-serif;
  margin-bottom: 14px;
}

.ts-inno-desc {
  font-size: 14px;
  color: rgba(247, 248, 250, 0.57);
  line-height: 1.74;
  font-family: 'Inter', sans-serif;
}

.ts-inno-link {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  text-decoration: none;
}
.ts-inno-link.blue   { color: #6B8FFF; }
.ts-inno-link.purple { color: #C060FF; }
.ts-inno-link.red    { color: #FF6666; }
.ts-inno-link.orange { color: #FF9A50; }

.ts-inno-arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}
.ts-inno-arrow.blue   { background: rgba(46, 79,255,.18); border:1px solid rgba(46, 79,255,.42); color:#6B8FFF; }
.ts-inno-arrow.purple { background: rgba(139,0, 255,.18); border:1px solid rgba(139,0, 255,.42); color:#C060FF; }
.ts-inno-arrow.red    { background: rgba(204,26, 26,.18); border:1px solid rgba(204,26, 26,.42); color:#FF6666; }
.ts-inno-arrow.orange { background: rgba(232,93,  0,.18); border:1px solid rgba(232,93,  0,.42); color:#FF9A50; }

/* ── IMPACT / STAT COUNTER OVERRIDES ─────────────────────────────────────── */
/* Elementor Pro counter widget */
.elementor-widget-counter .elementor-counter-number-wrapper {
  background: var(--ts-glow-full) !important;
  background-size: 200% 200% !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  animation: ts-glow-shift 5s ease infinite !important;
  font-size: clamp(2.2rem, 4.5vw, 3.6rem) !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em !important;
}

.elementor-widget-counter .elementor-counter-number-prefix,
.elementor-widget-counter .elementor-counter-number-suffix {
  background: var(--ts-glow-full) !important;
  background-size: 200% 200% !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  animation: ts-glow-shift 5s ease infinite !important;
  font-weight: 800 !important;
}

.elementor-widget-counter .elementor-counter-title {
  color: rgba(247, 248, 250, 0.50) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  margin-top: 8px !important;
}

/* ── TESTIMONIAL CARD ────────────────────────────────────────────────────── */
/* Uses ts-glow-wrap / ts-glow-inner */
.ts-test-header {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 20px;
}

.ts-test-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  flex-shrink: 0;
}

/* Per-testimonial avatar colors */
.ts-test-avatar.blue   { background: rgba(46, 79,255,.22); border:2px solid rgba(46, 79,255,.52); color:#6B8FFF; }
.ts-test-avatar.purple { background: rgba(139,0, 255,.22); border:2px solid rgba(139,0, 255,.52); color:#C060FF; }
.ts-test-avatar.red    { background: rgba(204,26, 26,.22); border:2px solid rgba(204,26, 26,.52); color:#FF6666; }
.ts-test-avatar.orange { background: rgba(232,93,  0,.22); border:2px solid rgba(232,93,  0,.52); color:#FFA060; }

.ts-test-name {
  font-weight: 600;
  font-size: 15px;
  color: #F7F8FA;
  font-family: 'Inter', sans-serif;
}

.ts-test-role {
  color: rgba(247, 248, 250, 0.44);
  font-size: 12px;
  font-family: 'Inter', sans-serif;
  margin-top: 2px;
}

.ts-test-quote-mark {
  font-size: 28px;
  line-height: 1;
  font-family: Georgia, serif;
  margin-bottom: 8px;
  opacity: 0.50;
}
.ts-test-quote-mark.blue   { background: linear-gradient(135deg,#2E4FFF,#8B00FF); -webkit-background-clip:text; -webkit-text-fill-color:transparent; }
.ts-test-quote-mark.purple { background: linear-gradient(135deg,#8B00FF,#CC1A1A); -webkit-background-clip:text; -webkit-text-fill-color:transparent; }
.ts-test-quote-mark.red    { background: linear-gradient(135deg,#CC1A1A,#E85D00); -webkit-background-clip:text; -webkit-text-fill-color:transparent; }
.ts-test-quote-mark.orange { background: linear-gradient(135deg,#E85D00,#D97706); -webkit-background-clip:text; -webkit-text-fill-color:transparent; }

.ts-test-text {
  font-size: 14px;
  color: rgba(247, 248, 250, 0.78);
  line-height: 1.75;
  font-style: italic;
  font-family: 'Inter', sans-serif;
}

/* ── CONTACT FORM ────────────────────────────────────────────────────────── */
/* Elementor Pro form widget overrides */
.elementor-field-group input,
.elementor-field-group select,
.elementor-field-group textarea {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
  border-radius: 9px !important;
  color: #F7F8FA !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}
.elementor-field-group input:focus,
.elementor-field-group select:focus,
.elementor-field-group textarea:focus {
  border-color: var(--ts-purple) !important;
  box-shadow: 0 0 0 3px rgba(139, 0, 255, 0.20) !important;
  outline: none !important;
}

.elementor-field-label {
  color: rgba(247, 248, 250, 0.68) !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

/* Submit button — neon glow border style */
.elementor-button {
  position: relative !important;
  border-radius: 10px !important;
  padding: 1.5px !important;
  background: linear-gradient(135deg, #2E4FFF, #8B00FF, #CC1A1A, #E85D00) !important;
  box-shadow: var(--ts-shadow-cta) !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  transition: box-shadow 0.3s ease, transform 0.2s ease !important;
  border: none !important;
  overflow: hidden !important;
}
.elementor-button:hover {
  box-shadow: var(--ts-shadow-cta-hover) !important;
  transform: translateY(-2px) !important;
}
.elementor-button .elementor-button-text {
  display: block !important;
  background: #000 !important;
  border-radius: 9px !important;
  padding: 13px 32px !important;
  color: #F7F8FA !important;
}

/* ── NAVIGATION OVERRIDES ────────────────────────────────────────────────── */
/* Elementor Pro nav menu */
.elementor-nav-menu a,
.elementor-nav-menu .elementor-item {
  color: rgba(247, 248, 250, 0.62) !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  transition: color 0.2s ease !important;
  position: relative !important;
}
.elementor-nav-menu a::after {
  content: '' !important;
  position: absolute !important;
  bottom: -4px !important;
  left: 0 !important;
  width: 0 !important;
  height: 1.5px !important;
  background: linear-gradient(90deg, #8B00FF, #CC1A1A) !important;
  transition: width 0.3s ease !important;
}
.elementor-nav-menu a:hover,
.elementor-nav-menu .elementor-item:hover {
  color: #F7F8FA !important;
}
.elementor-nav-menu a:hover::after { width: 100% !important; }

/* Nav CTA / highlighted menu item */
.elementor-nav-menu .elementor-item-anchor,
.elementor-nav-menu .highlighted {
  border-radius: 8px !important;
  padding: 1.5px !important;
  background: linear-gradient(135deg, #6B21FF, #CC1A1A) !important;
  box-shadow: 0 4px 18px rgba(139, 0, 255, 0.35) !important;
}
.elementor-nav-menu .elementor-item-anchor span,
.elementor-nav-menu .highlighted span {
  display: block !important;
  background: #000 !important;
  border-radius: 7px !important;
  padding: 6px 18px !important;
  color: #F7F8FA !important;
  font-weight: 700 !important;
  font-size: 13px !important;
}

/* Sticky nav background */
.elementor-sticky--active.elementor-section {
  background: rgba(0, 0, 0, 0.92) !important;
  backdrop-filter: blur(24px) !important;
  border-bottom: 1px solid rgba(139, 0, 255, 0.18) !important;
}

/* ── SCROLL ANIMATIONS ───────────────────────────────────────────────────── */
/* Applied automatically by the JS snippet in Site Settings → Custom Code */
.elementor-widget-wrap > .elementor-element {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.78s ease, transform 0.78s ease;
}
.elementor-widget-wrap > .elementor-element.ts-visible {
  opacity: 1;
  transform: none;
}

/* ── SECTION BACKGROUND HELPERS ──────────────────────────────────────────── */
/* Attach these classes to Elementor section CSS Class field */
.ts-bg-black   { background-color: #000000 !important; }
.ts-bg-surface { background-color: #0D0D14 !important; }
.ts-bg-dark    { background-color: rgba(8, 8, 16, 0.80) !important; }
.ts-bg-impact  {
  background-color: rgba(3, 3, 10, 0.98) !important;
  position: relative;
}
.ts-bg-impact::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(139,0,255,.08), transparent 55%),
    radial-gradient(ellipse at 80% 50%, rgba(204,26,26,.07),  transparent 55%);
  pointer-events: none;
}

/* Hero background radial glows */
.ts-bg-hero {
  background-color: #000 !important;
  position: relative;
}
.ts-bg-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 50% -5%,  rgba(46, 79,255,.10), transparent 65%),
    radial-gradient(ellipse 50% 40% at 90% 50%,  rgba(204,26, 26,.08), transparent 60%),
    radial-gradient(ellipse 45% 40% at 10% 80%,  rgba(139,0, 255,.07), transparent 60%);
  pointer-events: none;
  z-index: 0;
}

/* ── GLOW BACKGROUND GRID (hero & sections) ──────────────────────────────── */
.ts-grid-bg {
  position: relative;
}
.ts-grid-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(139, 0, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139, 0, 255, 0.04) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.40;
  pointer-events: none;
  z-index: 0;
}

/* ── DIVIDERS ─────────────────────────────────────────────────────────────── */
.ts-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139,0,255,.30), rgba(204,26,26,.20), transparent);
  border: none;
  margin: 0;
}

/* ── FOOTER ──────────────────────────────────────────────────────────────── */
.elementor-location-footer,
footer.elementor-section {
  border-top: 1px solid rgba(139, 0, 255, 0.15) !important;
  background: #000 !important;
}

.ts-footer-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
}

.ts-footer-logo-ring {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  padding: 1.5px;
  background: linear-gradient(135deg, #2E4FFF, #8B00FF, #CC1A1A);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ts-footer-logo-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 800;
  color: #F7F8FA;
}

.ts-footer-tagline {
  color: rgba(247, 248, 250, 0.32) !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
  max-width: 240px;
  font-family: 'Inter', sans-serif;
}

/* Footer nav links */
.ts-footer-link {
  color: rgba(247, 248, 250, 0.40) !important;
  font-size: 13px !important;
  font-family: 'Inter', sans-serif !important;
  transition: color 0.2s ease !important;
  text-decoration: none !important;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.ts-footer-link:hover { color: #F7F8FA !important; }

/* ── ACCESSIBILITY STATEMENT ─────────────────────────────────────────────── */
/* WCAG — maintain focus visibility and skip link */
.elementor-widget a:focus-visible,
.elementor-widget button:focus-visible {
  outline: 3px solid var(--ts-purple) !important;
  outline-offset: 3px !important;
  border-radius: 4px !important;
}

/* Skip nav link */
.ts-skip-nav {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 9999;
  background: var(--ts-violet);
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transform: translateY(-120%);
  transition: transform 0.2s;
}
.ts-skip-nav:focus { transform: translateY(0); }

/* ── RESPONSIVE ──────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .ts-quote-card-inner { padding: 36px 40px; }
  .ts-mini-stats { gap: 36px; }
}

@media (max-width: 768px) {
  .ts-hero-btns { flex-direction: column; align-items: center; }
  .ts-mini-stats { gap: 24px; }
  .ts-quote-card-inner { padding: 28px 24px; }
  .ts-quote-text { font-size: 16px; }
  .ts-btn-primary span,
  .ts-btn-primary-inner { padding: 12px 20px; font-size: 14px; }
  .ts-btn-ghost,
  .ts-btn-outline { padding: 12px 20px; font-size: 14px; }
  .ts-mini-stats { margin-top: 36px; }
  .ts-inno-title { font-size: 18px; }
  .elementor-widget-counter .elementor-counter-number-wrapper {
    font-size: 2.4rem !important;
  }
}

@media (max-width: 480px) {
  .ts-service-card-inner { padding: 20px; }
  .ts-glow-inner[style*="padding"] { padding: 20px !important; }
  .ts-country-pills { gap: 8px; }
  .ts-pill { padding: 4px 12px; font-size: 12px; }
}/* End custom CSS */