﻿/* ================================================================
   STAR LABS â€” DESIGN SYSTEM OVERRIDE
   Source of truth: DESIGN.md (project root)
   Theme: Obsidian Gold Executive
   Inspired by: Linear, Vercel, Anthropic â€” AI-first, bold, modern
   Load order: last â€” overrides all other CSS files
   ================================================================ */

/* â”€â”€ GOOGLE FONT: TAJAWAL â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800&display=swap');

/* â”€â”€ CSS CUSTOM PROPERTIES â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
:root {
  /* â”€â”€ Gold Accent â”€â”€ */
  --theme-color:  #f2ca50;
  --theme-color2: #d4af37;
  --sl-accent:    #f2ca50;
  --sl-accent-2:  #d4af37;
  --accent:       #f2ca50;
  --accent-strong: #ffe088;
  --accent-warm:   #e9c349;

  /* â”€â”€ Backgrounds â€” Obsidian â”€â”€ */
  --ot-body-background: #121317;
  --bg-deep:  #0d0e12;
  --sl-bg:    #1a1b1f;
  --smoke-color: #1e1f23;

  /* â”€â”€ V3 token remapping â”€â”€ */
  --v3-void:  #0d0e12;
  --v3-base:  #121317;
  --v3-surf:  #1a1b1f;
  --v3-surf2: #1e1f23;
  --v3-surf3: #292a2e;

  --v3-gold:     #f2ca50;
  --v3-gold-l:   #ffe088;
  --v3-gold-xl:  #fff3c4;
  --v3-gold-d:   #d4af37;
  --v3-gold-rgb: 242, 202, 80;

  /* â”€â”€ Text â”€â”€ */
  --v3-t1: rgba(227, 226, 231, 0.95);
  --v3-t2: rgba(208, 197, 175, 0.70);
  --v3-t3: rgba(208, 197, 175, 0.38);

  /* â”€â”€ Light section (team bg) â”€â”€ */
  --v3-light:  #1e1f23;
  --v3-light2: #292a2e;
  --v3-lt1:    rgba(227, 226, 231, 0.90);
  --v3-lt2:    rgba(208, 197, 175, 0.60);
  --v3-lt3:    rgba(208, 197, 175, 0.30);

  /* â”€â”€ Borders & Edges â”€â”€ */
  --v3-edge:    rgba(255, 255, 255, 0.06);
  --v3-edge2:   rgba(255, 255, 255, 0.10);
  --v3-edge-g:  rgba(242, 202, 80, 0.18);
  --v3-edge-g2: rgba(242, 202, 80, 0.32);

  /* â”€â”€ Alias tokens â”€â”€ */
  --sl-gold-glow:    rgba(242, 202, 80, 0.40);
  --sl-gold-subtle:  rgba(242, 202, 80, 0.08);
  --sl-gold-soft:    rgba(242, 202, 80, 0.12);
  --sl-gold-soft-2:  rgba(242, 202, 80, 0.16);
  --sl-gold-border:  rgba(242, 202, 80, 0.22);
  --sl-glass-bg:     rgba(242, 202, 80, 0.04);
  --sl-glass-border: rgba(242, 202, 80, 0.10);

  /* â”€â”€ Gradients â”€â”€ */
  --sl-grad-gold:
    linear-gradient(135deg, #f2ca50 0%, #ffe088 45%, #f2ca50 100%);

  --sl-grad-hero:
    radial-gradient(ellipse 70% 60% at 15% 28%, rgba(242, 202, 80, 0.12) 0%, transparent 70%),
    radial-gradient(ellipse 60% 50% at 88% 14%, rgba(233, 195, 73, 0.08) 0%, transparent 65%),
    radial-gradient(ellipse 55% 45% at 50% 85%, rgba(212, 175, 55, 0.06) 0%, transparent 60%),
    linear-gradient(145deg, #0d0e12 0%, #121317 35%, #16171c 65%, #1a1b1f 100%);

  /* â”€â”€ Shadows â”€â”€ */
  --sl-shadow-glow: 0 0 0 1px rgba(242,202,80,0.15), 0 12px 40px rgba(242,202,80,0.10), 0 36px 80px rgba(13,14,18,0.50);
  --sl-shadow-card: 0 2px 4px rgba(13,14,18,0.20), 0 8px 24px rgba(13,14,18,0.28), 0 24px 60px rgba(13,14,18,0.30);
  --sl-shadow-btn:  0 4px 18px rgba(242,202,80,0.35), 0 1px 3px rgba(13,14,18,0.40);

  --v3-shadow-card: 0 2px 4px rgba(13,14,18,0.22), 0 12px 32px rgba(13,14,18,0.30), 0 40px 80px rgba(13,14,18,0.28);
  --v3-shadow-glow: 0 0 0 1px rgba(242,202,80,0.20), 0 8px 32px rgba(242,202,80,0.14);

  /* â”€â”€ Font â”€â”€ */
  --font-primary: 'Tajawal', 'livvic', 'Kumbh Sans', sans-serif;

  /* â”€â”€ Venture accent â”€â”€ */
  --venture-accent: #f2ca50;
}

/* â”€â”€ FONT AWESOME â€” explicit protection â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
body.starlabs-theme i[class*="fa"],
body.starlabs-theme i[class*="fa"]::before,
body.starlabs-theme [class*="fa-"]::before {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "FontAwesome" !important;
}

/* â”€â”€ GLOBAL FONT OVERRIDE â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
/* Exclude Font Awesome icon elements to preserve icon rendering */
body.starlabs-theme,
body.starlabs-theme p,
body.starlabs-theme h1,
body.starlabs-theme h2,
body.starlabs-theme h3,
body.starlabs-theme h4,
body.starlabs-theme h5,
body.starlabs-theme h6,
body.starlabs-theme a,
body.starlabs-theme span:not([class*="fa"]),
body.starlabs-theme div:not([class*="fa"]),
body.starlabs-theme li,
body.starlabs-theme button,
body.starlabs-theme input,
body.starlabs-theme textarea,
body.starlabs-theme select,
body.starlabs-theme label,
body.starlabs-theme th,
body.starlabs-theme td {
  font-family: var(--font-primary) !important;
}

/* â”€â”€ BODY & PAGE BACKGROUND â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
html { background: #0d0e12 !important; }
body.starlabs-theme {
  background: #0d0e12 !important;
  background-color: #0d0e12 !important;
  color: var(--v3-t1) !important;
}

/* الهيدر: طبقة داكنة + زجاج شفاف فوقها */
body.starlabs-theme header.ot-header,
body.starlabs-theme .ot-header {
  background: #0d0e12 !important;
  position: relative !important;
  z-index: 999 !important;
}

/* â”€â”€ SCROLLBAR â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #0d0e12; }
::-webkit-scrollbar-thumb { background: rgba(242,202,80,0.40); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #f2ca50; }

/* ================================================================
   HEADER & NAVIGATION
   ================================================================ */

/* ── Site-wide dark background (override starlabs.css white) ── */
body.starlabs-theme .site-main {
  background-color: #121317 !important;
}
body.starlabs-theme .space,
body.starlabs-theme .space-bottom,
body.starlabs-theme .space-top {
  background-color: transparent !important;
}

/* ================================================================
   HEADER — Card Dark Style (#10121a unified)
   ================================================================ */

/* ── Top bar: شفاف فوق الهيرو ── */
body.starlabs-theme .header-top {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: none !important;
}
body.starlabs-theme .header-top .header-links ul li,
body.starlabs-theme .header-top .header-links ul li a,
body.starlabs-theme .header-top .header-links ul li i {
  color: rgba(255, 255, 255, 0.70) !important;
}
body.starlabs-theme .header-top .header-links ul li a:hover {
  color: #ffffff !important;
}
body.starlabs-theme .header-top .header-links .line-btn {
  color: #f2ca50 !important;
  border-color: rgba(242, 202, 80, 0.45) !important;
}
body.starlabs-theme .header-top .header-links .line-btn:hover {
  background: rgba(242, 202, 80, 0.10) !important;
}

/* ── Nav bar: شفاف افتراضياً — يغلب جميع الملفات ── */
body.starlabs-theme .header-layout2 .menu-area,
body.starlabs-theme .sticky-active .menu-area {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease !important;
}
/* ── Sticky/scroll: خلفية شفافة مع blur ── */
body.starlabs-theme .header-layout2.sl-header-scrolled .menu-area,
body.starlabs-theme .header-layout2 .sticky-wrapper.sticky .menu-area {
  background: rgba(16, 18, 26, 0.58) !important;
  backdrop-filter: blur(22px) saturate(1.35) !important;
  -webkit-backdrop-filter: blur(22px) saturate(1.35) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 8px 36px rgba(0,0,0,0.32) !important;
}

/* ── الصفحة الرئيسية: header يعلو فوق الهيرو ── */
body.starlabs-theme .sl-header-overlay {
  position: absolute !important;
  top: 0 !important;
  inset-inline: 0 !important;
  width: 100% !important;
  z-index: 999 !important;
}
/* Sticky: يتثبت في الأعلى عند السكرول */
body.starlabs-theme .sl-header-overlay .sticky-wrapper.sticky {
  position: fixed !important;
  top: 0 !important;
  inset-inline: 0 !important;
  width: 100% !important;
  z-index: 999 !important;
}
body.starlabs-theme .menu-area .row {
  min-height: 96px !important;
}

/* ── Logo: بدون خلفية بيضاء على الزجاج الشفاف ── */
body.starlabs-theme .header-logo a,
body.starlabs-theme .header-logo a:link,
body.starlabs-theme .header-logo a:visited,
body.starlabs-theme .header-layout2 .header-logo a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: 0 !important;
  min-width: 0 !important;
  overflow: visible !important;
  transform: none !important;
  transition: opacity 0.22s ease !important;
}
body.starlabs-theme .header-logo a:hover,
body.starlabs-theme .header-layout2 .header-logo a:hover {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  transform: none !important;
  opacity: 0.85 !important;
}
body.starlabs-theme .header-logo img {
  height: 82px !important;
  width: auto !important;
  max-width: none !important;
  object-fit: contain !important;
  transform: none !important;
  display: block !important;
}

/* ── Nav: نص أسود على الزجاج الأبيض ── */
body.starlabs-theme nav.main-menu,
body.starlabs-theme .main-menu > ul {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
body.starlabs-theme .main-menu > ul > li > a {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  padding: 8px 14px !important;
  letter-spacing: 0.01em !important;
  transition: color 0.20s ease !important;
  background: none !important;
  border: none !important;
  text-shadow: 0 1px 6px rgba(0,0,0,0.40) !important;
}
body.starlabs-theme .main-menu > ul > li > a:hover,
body.starlabs-theme .main-menu > ul > li.active > a {
  color: #ffffff !important;
}
body.starlabs-theme .main-menu > ul > li > a::after {
  display: none !important;
}

/* ── Dropdown: زجاج فاتح ── */
body.starlabs-theme .main-menu .sub-menu {
  background: rgba(15, 16, 20, 0.94) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  box-shadow: 0 20px 60px rgba(0,0,0,0.50) !important;
  backdrop-filter: blur(24px) !important;
}
body.starlabs-theme .main-menu .sub-menu li a {
  color: rgba(244, 238, 222, 0.72) !important;
  text-shadow: none !important;
}
body.starlabs-theme .main-menu .sub-menu li a:hover {
  color: #f2ca50 !important;
  background: rgba(242,202,80,0.07) !important;
}

/* ── أزرار الأيقونات: على الزجاج الأبيض ── */
body.starlabs-theme .header-button .icon-btn,
body.starlabs-theme .header-button .ot-menu-toggle,
body.starlabs-theme .icon-btn {
  background: rgba(255, 255, 255, 0.15) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  color: rgba(255, 255, 255, 0.88) !important;
  backdrop-filter: blur(8px) !important;
}
body.starlabs-theme .header-button .icon-btn:hover,
body.starlabs-theme .header-button .ot-menu-toggle:hover,
body.starlabs-theme .icon-btn:hover {
  background: rgba(255, 255, 255, 0.26) !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
  color: #ffffff !important;
}

/* ================================================================
   MOBILE MENU — Premium Redesign
   ================================================================ */

/* Overlay backdrop */
body.starlabs-theme .ot-menu-wrapper {
  background: rgba(0, 0, 0, 0.75) !important;
  backdrop-filter: blur(4px) !important;
  -webkit-backdrop-filter: blur(4px) !important;
}

/* Panel */
body.starlabs-theme .ot-menu-area {
  background:
    linear-gradient(180deg, #1a1b20 0%, #14151a 100%) !important;
  border-inline-start: 2px solid rgba(242, 202, 80, 0.30) !important;
  border-inline-end: none !important;
  border-right: none !important;
  border-left: none !important;
  max-width: 300px !important;
  box-shadow: -8px 0 48px rgba(0, 0, 0, 0.60) !important;
}

/* ── Header row: close button ── */
body.starlabs-theme .ot-menu-area .ot-menu-toggle {
  position: relative !important;
  inset: auto !important;
  right: auto !important;
  top: auto !important;
  width: 34px !important;
  height: 34px !important;
  line-height: 1 !important;
  font-size: 14px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  color: rgba(255, 255, 255, 0.70) !important;
  border-radius: 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 20px 20px 0 20px !important;
  float: inline-end !important;
}
body.starlabs-theme .ot-menu-area .ot-menu-toggle:hover {
  background: rgba(242, 202, 80, 0.14) !important;
  border-color: rgba(242, 202, 80, 0.35) !important;
  color: #f2ca50 !important;
}

/* ── Logo section ── */
body.starlabs-theme .ot-menu-wrapper .mobile-logo {
  background: transparent !important;
  clip-path: none !important;
  -webkit-clip-path: none !important;
  padding: 32px 28px 24px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
  text-align: start !important;
  clear: both !important;
}
body.starlabs-theme .ot-menu-wrapper .mobile-logo a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
body.starlabs-theme .ot-menu-wrapper .mobile-logo img {
  height: 56px !important;
  width: auto !important;
  object-fit: contain !important;
}

/* ── Nav list container ── */
body.starlabs-theme .ot-mobile-menu {
  padding: 8px 0 !important;
  margin-top: 0 !important;
  max-height: calc(100vh - 200px) !important;
  overflow-y: auto !important;
}
body.starlabs-theme .ot-mobile-menu > ul {
  padding: 0 !important;
}

/* ── Nav items ── */
body.starlabs-theme .ot-mobile-menu ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
  list-style: none !important;
}
body.starlabs-theme .ot-mobile-menu ul li:last-child {
  border-bottom: none !important;
}
body.starlabs-theme .ot-mobile-menu ul li a {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  padding: 14px 22px !important;
  color: rgba(227, 226, 231, 0.88) !important;
  font-size: 0.97rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  transition: color 0.22s ease, background 0.22s ease !important;
  position: relative !important;
}
body.starlabs-theme .ot-mobile-menu ul li a:hover {
  color: #f2ca50 !important;
  background: rgba(242, 202, 80, 0.06) !important;
}

/* Remove the theme's duplicate icons — only ot-mean-expand will be used */
body.starlabs-theme .ot-mobile-menu ul li a::before {
  display: none !important;
  content: none !important;
}
body.starlabs-theme .ot-mobile-menu ul li a::after {
  display: none !important;
  content: none !important;
}

/* ── ot-mean-expand: the functional expand button (injected by JS) ── */
body.starlabs-theme .ot-mobile-menu .ot-mean-expand {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 8px !important;
  background: rgba(242, 202, 80, 0.10) !important;
  border: 1px solid rgba(242, 202, 80, 0.22) !important;
  color: #f2ca50 !important;
  font-size: 0 !important;
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease !important;
  box-shadow: none !important;
  cursor: pointer !important;
  order: 0 !important;
}
body.starlabs-theme .ot-mobile-menu .ot-mean-expand::before {
  font-family: "Font Awesome 6 Free", "FontAwesome" !important;
  content: "\f067" !important;
  font-weight: 900 !important;
  font-size: 0.65rem !important;
  color: #f2ca50 !important;
  display: block !important;
}
body.starlabs-theme .ot-mobile-menu li.ot-active > a .ot-mean-expand {
  background: rgba(242, 202, 80, 0.18) !important;
  border-color: rgba(242, 202, 80, 0.40) !important;
}
body.starlabs-theme .ot-mobile-menu li.ot-active > a .ot-mean-expand::before {
  content: "\f068" !important;
}
body.starlabs-theme .ot-mobile-menu ul li a:hover .ot-mean-expand {
  background: rgba(242, 202, 80, 0.18) !important;
  border-color: rgba(242, 202, 80, 0.40) !important;
}

/* Subtle chevron for leaf items (no children = no ot-mean-expand) */
body.starlabs-theme .ot-mobile-menu ul li:not(.ot-item-has-children) > a::after {
  display: inline-block !important;
  content: "\f054" !important;
  font-family: "Font Awesome 6 Free", "FontAwesome" !important;
  font-weight: 900 !important;
  font-size: 0.6rem !important;
  color: rgba(242, 202, 80, 0.40) !important;
  flex-shrink: 0 !important;
  order: 0 !important;
}
body.starlabs-theme .ot-mobile-menu ul li:not(.ot-item-has-children) > a:hover::after {
  color: rgba(242, 202, 80, 0.80) !important;
}

/* ── Sub-menu items ── */
body.starlabs-theme .ot-mobile-menu ul li ul {
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
  background: rgba(0, 0, 0, 0.15) !important;
}
body.starlabs-theme .ot-mobile-menu ul li ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04) !important;
}
body.starlabs-theme .ot-mobile-menu ul li ul li:last-child {
  border-bottom: none !important;
}
body.starlabs-theme .ot-mobile-menu ul li ul li a {
  padding: 11px 32px !important;
  font-size: 0.875rem !important;
  color: rgba(208, 197, 175, 0.70) !important;
  font-weight: 400 !important;
}
body.starlabs-theme .ot-mobile-menu ul li ul li a:hover {
  color: #f2ca50 !important;
  background: rgba(242, 202, 80, 0.05) !important;
}

/* ── Restore Font Awesome on all pseudo-elements in menu ── */
body.starlabs-theme .ot-menu-wrapper a::before,
body.starlabs-theme .ot-menu-wrapper a::after,
body.starlabs-theme .ot-menu-wrapper li::before,
body.starlabs-theme .ot-menu-wrapper li::after,
body.starlabs-theme .ot-menu-wrapper span::before,
body.starlabs-theme .ot-menu-wrapper span::after,
body.starlabs-theme .ot-menu-wrapper button::before,
body.starlabs-theme .ot-menu-wrapper button::after {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "FontAwesome" !important;
}

/* ================================================================
   HERO SECTION
   ================================================================ */

.v3-hero,
.section-hero {
  background:
    radial-gradient(ellipse 70% 60% at 15% 28%, rgba(242, 202, 80, 0.09) 0%, transparent 70%),
    radial-gradient(ellipse 60% 50% at 88% 14%, rgba(233, 195, 73, 0.06) 0%, transparent 65%),
    radial-gradient(ellipse 55% 45% at 50% 85%, rgba(212, 175, 55, 0.04) 0%, transparent 60%),
    linear-gradient(145deg, #0d0e12 0%, #121317 35%, #16171c 65%, #1a1b1f 100%) !important;
}

.v3-hero__orb--a {
  background: radial-gradient(ellipse, rgba(242,202,80,0.20) 0%, transparent 70%) !important;
}
.v3-hero__orb--b {
  background: radial-gradient(ellipse, rgba(212,175,55,0.14) 0%, transparent 70%) !important;
}
.v3-hero__orb--c {
  background: radial-gradient(ellipse, rgba(242,202,80,0.08) 0%, transparent 70%) !important;
}

.v3-hero__grid {
  background-image:
    linear-gradient(rgba(242,202,80,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242,202,80,0.04) 1px, transparent 1px) !important;
}

/* Hero text */
.v3-hero__text {
  color: var(--v3-t2) !important;
}

/* Hero stat bar */
.v3-hstat {
  background: rgba(26, 27, 31, 0.85) !important;
  border-color: rgba(242,202,80,0.12) !important;
}
.v3-hstat__icon {
  background: rgba(242,202,80,0.08) !important;
  border-color: rgba(242,202,80,0.16) !important;
  color: #f2ca50 !important;
}
.v3-hstat__val {
  color: var(--v3-t1) !important;
}
.v3-hstat__label {
  color: var(--v3-t2) !important;
}

/* ================================================================
   GRADIENT TEXT
   ================================================================ */

.v3-display__gold,
[class*="gradient-text"],
.text-gradient {
  background: linear-gradient(135deg, #ffe088 0%, #f2ca50 45%, #d4af37 80%) !important;
  background-size: 200% auto !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

/* ================================================================
   BUTTONS
   ================================================================ */

/* Primary gold button */
.v3-btn--gold,
.ot-btn,
.btn-primary {
  background: linear-gradient(135deg, #f2ca50 0%, #ffe088 50%, #f2ca50 100%) !important;
  border-color: rgba(242,202,80,0.50) !important;
  color: #121317 !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 18px rgba(242,202,80,0.35), 0 1px 4px rgba(0,0,0,0.30) !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease !important;
}
.v3-btn--gold:hover,
.ot-btn:hover,
.btn-primary:hover {
  background: linear-gradient(135deg, #ffe088 0%, #f2ca50 50%, #d4af37 100%) !important;
  border-color: #f2ca50 !important;
  color: #121317 !important;
  box-shadow: 0 8px 30px rgba(242,202,80,0.50), 0 2px 6px rgba(0,0,0,0.40) !important;
  transform: translateY(-2px);
}

/* Ghost / secondary button */
.v3-btn--ghost,
.v3-btn--dark,
.btn-secondary,
.ot-btn.style-border {
  background: transparent !important;
  border-color: rgba(242,202,80,0.30) !important;
  color: #f2ca50 !important;
}
.v3-btn--ghost:hover,
.v3-btn--dark:hover,
.btn-secondary:hover,
.ot-btn.style-border:hover {
  background: rgba(242,202,80,0.08) !important;
  border-color: rgba(242,202,80,0.55) !important;
  color: #ffe088 !important;
  box-shadow: 0 0 20px rgba(242,202,80,0.15) !important;
}

/* Dark button (outline on light bg) */
.v3-btn--outline-dark {
  border-color: rgba(242,202,80,0.30) !important;
  color: #f2ca50 !important;
  background: transparent !important;
}
.v3-btn--outline-dark:hover {
  background: rgba(242,202,80,0.08) !important;
  border-color: #f2ca50 !important;
}

/* ================================================================
   EYEBROW BADGE
   ================================================================ */

.v3-eyebrow {
  background: rgba(242, 202, 80, 0.08) !important;
  border-color: rgba(242, 202, 80, 0.20) !important;
  color: #f2ca50 !important;
}
.v3-eyebrow::before {
  background: #f2ca50 !important;
}
.v3-eyebrow--dark {
  background: rgba(242, 202, 80, 0.10) !important;
  border-color: rgba(242, 202, 80, 0.22) !important;
  color: #d4af37 !important;
}
.v3-eyebrow--dark::before { background: #d4af37 !important; }

/* ================================================================
   CARDS (service, venture, feature)
   ================================================================ */

.v3-feat-card {
  background: #1a1b1f !important;
  border-color: rgba(255,255,255,0.06) !important;
}
.v3-feat-card:hover {
  border-color: rgba(242,202,80,0.20) !important;
  box-shadow: 0 8px 32px rgba(13,14,18,0.40), 0 0 0 1px rgba(242,202,80,0.12) !important;
}
.v3-feat-card__icon {
  background: rgba(242,202,80,0.08) !important;
  border-color: rgba(242,202,80,0.16) !important;
  color: #f2ca50 !important;
}
.v3-feat-card__text {
  color: #e0e0e0 !important;
}

/* Venture cards */
.v3-vcard {
  background: #1a1b1f !important;
  border-color: rgba(255,255,255,0.06) !important;
}
.v3-vcard:hover {
  border-color: rgba(242,202,80,0.20) !important;
}
.v3-vcard__stage {
  background: rgba(242,202,80,0.08) !important;
  border-color: rgba(242,202,80,0.20) !important;
  color: #f2ca50 !important;
}
.v3-vcard__num {
  color: rgba(242,202,80,0.35) !important;
}
.v3-vcard__sector {
  color: #f2ca50 !important;
}
.v3-vcard__name a {
  color: var(--v3-t1) !important;
}
.v3-vcard__name a:hover {
  color: #f2ca50 !important;
}
.v3-vcard__summary,
.v3-vcard__note {
  color: var(--v3-t2) !important;
}
.v3-vcard__link {
  color: #f2ca50 !important;
}
.v3-vcard__link:hover {
  color: #ffe088 !important;
}

/* Stage-specific left border accents */
.v3-vcard--validation { border-left-color: #f2ca50 !important; }
.v3-vcard--build      { border-left-color: #ffe088 !important; }
.v3-vcard--pilot      { border-left-color: #d4af37 !important; }
.v3-vcard--spinout    { border-left-color: #e9c349 !important; }

/* Partner type cards */
.v3-pcard {
  background: #1a1b1f !important;
  border-color: rgba(255,255,255,0.06) !important;
}
.v3-pcard:hover {
  border-color: rgba(242,202,80,0.20) !important;
}
.v3-pcard__num {
  color: rgba(242,202,80,0.30) !important;
}
.v3-pcard__tag {
  background: rgba(242,202,80,0.08) !important;
  color: #f2ca50 !important;
  border-color: rgba(242,202,80,0.16) !important;
}
.v3-pcard__title {
  color: var(--v3-t1) !important;
}
.v3-pcard__text {
  color: var(--v3-t2) !important;
}

/* Team cards */
.v3-tcard {
  background: #1e1f23 !important;
  border-color: rgba(255,255,255,0.06) !important;
}
.v3-tcard:hover {
  border-color: rgba(242,202,80,0.20) !important;
}
.v3-tcard__role {
  color: #f2ca50 !important;
}

/* ================================================================
   SCROLL TO TOP â€” Premium Progress Button (#sl-scroll-top)
   ================================================================ */

#sl-scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(18, 19, 23, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

#sl-scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#sl-scroll-top:hover {
  box-shadow: 0 6px 25px rgba(242, 202, 80, 0.35);
  transform: translateY(-4px);
}

#sl-scroll-top i {
  color: #F2CA50;
  font-size: 16px;
  position: absolute;
  transition: color 0.3s ease, transform 0.3s ease;
  z-index: 2;
}

#sl-scroll-top:hover i {
  color: #fff;
  transform: translateY(-2px);
}

#sl-scroll-top svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

#sl-progress-path {
  transition: stroke-dashoffset 0.05s linear;
}


/* Logo cards */
.v3-logo-card {
  background: rgba(26,27,31,0.70) !important;
  border-color: rgba(255,255,255,0.06) !important;
}

/* ================================================================
   SECTIONS
   ================================================================ */

/* About / bento */
.v3-about,
body.starlabs-theme .about-sec1 {
  background:
    radial-gradient(ellipse at 15% 20%, rgba(242,202,80,0.06) 0%, transparent 50%),
    radial-gradient(ellipse at 85% 30%, rgba(212,175,55,0.04) 0%, transparent 45%),
    linear-gradient(120deg, #0d0e12 0%, #121317 55%, #16171c 100%) !important;
}

.v3-bento__img-overlay {
  background: linear-gradient(135deg, rgba(13,14,18,0.55) 0%, rgba(26,27,31,0.20) 100%) !important;
}
.v3-bento__img-badge {
  background: rgba(13,14,18,0.85) !important;
  border-color: rgba(242,202,80,0.20) !important;
  color: #f2ca50 !important;
  backdrop-filter: blur(10px) !important;
}
.v3-bento__text-cell,
.v3-bento__feat-cell {
  background: #1a1b1f !important;
  border-color: rgba(255,255,255,0.06) !important;
}

/* Partners section */
.v3-partners {
  background:
    radial-gradient(ellipse at 80% 50%, rgba(242,202,80,0.05) 0%, transparent 55%),
    #121317 !important;
}
.v3-brief {
  background: #1a1b1f !important;
  border-color: rgba(242,202,80,0.12) !important;
}
.v3-brief__eyebrow {
  color: #f2ca50 !important;
}
.v3-tag {
  background: rgba(242,202,80,0.08) !important;
  border-color: rgba(242,202,80,0.18) !important;
  color: #f2ca50 !important;
}

/* Logos strip */
.v3-logos-strip {
  background: rgba(13,14,18,0.90) !important;
  border-top: 1px solid rgba(255,255,255,0.04) !important;
  border-bottom: 1px solid rgba(255,255,255,0.04) !important;
}
.v3-logos-strip__label {
  color: var(--v3-t3) !important;
}

/* Ventures section */
.v3-ventures {
  background:
    radial-gradient(ellipse at 20% 60%, rgba(242,202,80,0.05) 0%, transparent 50%),
    #121317 !important;
}
.v3-vmetric strong {
  color: #f2ca50 !important;
}
.v3-vmetric span {
  color: var(--v3-t2) !important;
}
.v3-nav-btn {
  background: rgba(242,202,80,0.08) !important;
  border-color: rgba(242,202,80,0.18) !important;
  color: #f2ca50 !important;
}
.v3-nav-btn:hover {
  background: rgba(242,202,80,0.15) !important;
  border-color: rgba(242,202,80,0.35) !important;
}

/* Pagination dots */
.v3-ventures__pagination .swiper-pagination-bullet {
  background: rgba(242,202,80,0.25) !important;
}
.v3-ventures__pagination .swiper-pagination-bullet-active {
  background: #f2ca50 !important;
}

/* Team section */
.v3-team {
  background: #1a1b1f !important;
  border-top: 1px solid rgba(255,255,255,0.05) !important;
  border-bottom: 1px solid rgba(255,255,255,0.05) !important;
}

/* ================================================================
   HEADINGS & TEXT
   ================================================================ */

.v3-display,
.v3-display__light {
  color: var(--v3-t1) !important;
}

/* ================================================================
   BRIEF / STAT BLOCKS
   ================================================================ */

.v3-brief__stat strong { color: #f2ca50 !important; font-size: 1.4rem !important; font-weight: 700 !important; }
.v3-brief__stat span   { color: var(--v3-t2) !important; }

/* ================================================================
   PAGE HERO (inner pages)
   ================================================================ */

body.starlabs-theme .factory-hero,
body.starlabs-theme .page-hero-dark {
  background:
    radial-gradient(ellipse at 20% 30%, rgba(242,202,80,0.10) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 15%, rgba(212,175,55,0.07) 0%, transparent 55%),
    linear-gradient(135deg, #0d0e12 0%, #121317 48%, #16171c 100%) !important;
}

/* ================================================================
   ICON CIRCLES / STEP ICONS
   ================================================================ */

.icon-circle,
[class*="step-icon"],
[class*="feature-icon"] {
  background: linear-gradient(135deg, #d4af37 0%, #f2ca50 100%) !important;
  color: #121317 !important;
}

/* ================================================================
   HOME VENTURES TITLE PANEL
   ================================================================ */

.home-ventures-title-panel::before {
  background: linear-gradient(90deg, #f2ca50 0%, rgba(242,202,80,0) 100%) !important;
}
.home-ventures-title-panel .sub-title {
  color: #f2ca50 !important;
}

/* ================================================================
   CONTACT / CTA BAND
   ================================================================ */

.venture-contact-band__actions .ot-btn,
.venture-contact-band .ot-btn,
.venture-contact-band .btn-primary {
  background: linear-gradient(135deg, #f2ca50, #ffe088) !important;
  border-color: #f2ca50 !important;
  color: #121317 !important;
  font-weight: 700 !important;
}

/* ================================================================
   FORM INPUTS
   ================================================================ */

body.starlabs-theme input[type="text"],
body.starlabs-theme input[type="email"],
body.starlabs-theme input[type="tel"],
body.starlabs-theme input[type="search"],
body.starlabs-theme textarea,
body.starlabs-theme select {
  background: #1a1b1f !important;
  border-color: rgba(255,255,255,0.08) !important;
  color: var(--v3-t1) !important;
}
body.starlabs-theme input:focus,
body.starlabs-theme textarea:focus,
body.starlabs-theme select:focus {
  border-color: #f2ca50 !important;
  box-shadow: 0 0 0 3px rgba(242,202,80,0.12) !important;
  outline: none !important;
}
body.starlabs-theme input::placeholder,
body.starlabs-theme textarea::placeholder {
  color: var(--v3-t3) !important;
}

/* ================================================================
   FOOTER
   ================================================================ */

body.starlabs-theme .footer-wrapper {
  background: #1a1b1f !important;
  border-top: 1px solid rgba(255,255,255,0.05) !important;
}
body.starlabs-theme .footer-wrapper .widget_title {
  color: var(--v3-t1) !important;
}
body.starlabs-theme .footer-wrapper .about-text,
body.starlabs-theme .footer-wrapper .box-text {
  color: var(--v3-t2) !important;
}
body.starlabs-theme .footer-wrapper .menu a,
body.starlabs-theme .footer-wrapper .box-link {
  color: var(--v3-t2) !important;
}
body.starlabs-theme .footer-wrapper .menu a:hover,
body.starlabs-theme .footer-wrapper .box-link:hover {
  color: #f2ca50 !important;
}
body.starlabs-theme .footer-wrapper .ot-social a {
  background: rgba(255,255,255,0.05) !important;
  border-color: rgba(255,255,255,0.08) !important;
  color: var(--v3-t2) !important;
}
body.starlabs-theme .footer-wrapper .ot-social a:hover {
  background: rgba(242,202,80,0.10) !important;
  border-color: rgba(242,202,80,0.25) !important;
  color: #f2ca50 !important;
}
body.starlabs-theme .footer-wrapper .box-icon {
  background: rgba(242,202,80,0.08) !important;
  border-color: rgba(242,202,80,0.16) !important;
  color: #f2ca50 !important;
}
body.starlabs-theme .copyright-wrap {
  background: rgba(13,14,18,0.80) !important;
  border-top: 1px solid rgba(255,255,255,0.04) !important;
}
body.starlabs-theme .copyright-text,
body.starlabs-theme .footer-links ul li a {
  color: var(--v3-t3) !important;
}
body.starlabs-theme .footer-links ul li a:hover {
  color: #f2ca50 !important;
}

/* Removed conflicting SCROLL-TO-TOP BUTTON styles */

/* Header top bar â€” general list item reset */
body.starlabs-theme .header-top .header-links ul li {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}
body.starlabs-theme .header-top .header-links ul li i {
  margin: 0 !important;
}

/* RTL-only: icon ordering for Arabic layout */
body.starlabs-theme.rtl .header-top .header-links ul li {
  direction: rtl !important;
}
body.starlabs-theme.rtl .header-top .header-links ul li:has(.fa-location-dot) {
  flex-direction: row !important;
}
body.starlabs-theme.rtl .header-top .header-links ul li:has(.fa-phone),
body.starlabs-theme.rtl .header-top .header-links ul li:has(.fa-envelope) {
  flex-direction: row-reverse !important;
}


/* ================================================================
   KEYFRAME OVERRIDES
   ================================================================ */

@keyframes v3-border-glow {
  0%,100% { border-color: rgba(242,202,80,0.15); }
  50%     { border-color: rgba(242,202,80,0.38); }
}

/* ================================================================
   INVESTORS PAGE
   ================================================================ */

/* Investment cards */
.v3-inv-card {
  background: rgba(26, 27, 31, 0.80);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 28px 24px;
  height: 100%;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.v3-inv-card:hover {
  border-color: rgba(242,202,80,0.25);
  box-shadow: 0 8px 32px rgba(0,0,0,0.3), 0 0 0 1px rgba(242,202,80,0.10);
  transform: translateY(-4px);
}
.v3-inv-card__icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: rgba(242,202,80,0.08);
  border: 1px solid rgba(242,202,80,0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f2ca50;
  font-size: 1.2rem;
  margin-bottom: 18px;
}
.v3-inv-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.v3-inv-card__text {
  font-size: 0.85rem;
  color: rgba(208,197,175,0.70);
  line-height: 1.7;
  margin: 0;
}

/* Pipeline track */
.v3-pipeline-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  position: relative;
}
@media (max-width: 991px) {
  .v3-pipeline-track {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 575px) {
  .v3-pipeline-track {
    grid-template-columns: 1fr;
  }
}
.v3-stage-card {
  background: rgba(26,27,31,0.85);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
.v3-stage-card:hover {
  border-color: rgba(242,202,80,0.20);
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}
.v3-stage-card__num {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  opacity: 0.8;
}
.v3-stage-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin: 0 auto 16px;
}
.v3-stage-card__label {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.v3-stage-card__desc {
  font-size: 0.8rem;
  color: rgba(208,197,175,0.60);
  line-height: 1.65;
  margin: 0;
}

/* Investors CTA box */
.v3-inv-cta {
  background:
    radial-gradient(ellipse 60% 80% at 90% 50%, rgba(242,202,80,0.12) 0%, transparent 70%),
    linear-gradient(135deg, #16171c 0%, #1a1b1f 100%);
  border: 1px solid rgba(242,202,80,0.18);
  border-radius: 24px;
  padding: clamp(40px, 5vw, 64px) clamp(24px, 4vw, 56px);
  position: relative;
  overflow: hidden;
}
.v3-inv-cta__bg-orb {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(242,202,80,0.10) 0%, transparent 70%);
  top: -100px;
  inset-inline-end: -80px;
  pointer-events: none;
}

/* Investors page refresh */
body.starlabs-theme.page-investors {
  background: #121317 !important;
}

.inv-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(82px, 9vw, 128px) 0 clamp(42px, 5vw, 70px);
  background:
    radial-gradient(ellipse at 18% 18%, rgba(242,202,80,0.16) 0%, transparent 52%),
    radial-gradient(ellipse at 86% 12%, rgba(34,211,200,0.10) 0%, transparent 48%),
    linear-gradient(145deg, #0d0e12 0%, #121317 52%, #1a1b1f 100%);
  border-bottom: 1px solid rgba(242,202,80,0.10);
}

.inv-hero__bg,
.inv-hero__grid,
.inv-hero__beam {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.inv-hero__grid {
  background-image:
    linear-gradient(rgba(242,202,80,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242,202,80,0.045) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 32%, #000 20%, transparent 100%);
  opacity: 0.75;
}

.inv-hero__beam {
  width: min(520px, 45vw);
  height: min(520px, 45vw);
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.58;
}

.inv-hero__beam--one {
  inset: -12% auto auto -8%;
  background: rgba(242,202,80,0.18);
}

.inv-hero__beam--two {
  inset: auto -10% 4% auto;
  background: rgba(143,84,255,0.15);
}

.inv-hero .container {
  position: relative;
  z-index: 1;
}

.inv-hero__content {
  max-width: 840px;
}

.inv-hero__content .v3-eyebrow,
.inv-section .v3-eyebrow,
.v3-inv-cta .v3-eyebrow {
  margin-bottom: 18px !important;
}

.inv-hero__title {
  max-width: 840px;
  color: var(--v3-t1) !important;
  font-size: 38px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0 !important;
  margin: 0 0 22px;
}

.inv-hero__text {
  max-width: 680px;
  color: var(--v3-t2) !important;
  font-size: clamp(0.98rem, 1.35vw, 1.12rem);
  line-height: 1.9;
  margin: 0 0 30px;
}

.inv-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.inv-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 820px;
  margin-top: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(242,202,80,0.14);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(26,27,31,0.70);
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 70px rgba(0,0,0,0.26);
}

.inv-stat {
  padding: 24px 26px;
  border-inline-end: 1px solid rgba(255,255,255,0.07);
}

.inv-stat:last-child {
  border-inline-end: none;
}

.inv-stat strong {
  display: block;
  color: #f2ca50;
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
  line-height: 1;
  font-weight: 800;
  margin-bottom: 7px;
}

.inv-stat span {
  display: block;
  color: rgba(208,197,175,0.66);
  font-size: 0.82rem;
  font-weight: 600;
}

.inv-section {
  position: relative;
  padding: clamp(64px, 8vw, 108px) 0;
  background: #121317;
}

.inv-thesis,
.inv-signals {
  background:
    radial-gradient(ellipse at 8% 20%, rgba(242,202,80,0.055) 0%, transparent 46%),
    #121317;
}

.inv-pipeline {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.018), transparent 28%),
    #0f1014;
  border-top: 1px solid rgba(255,255,255,0.045);
  border-bottom: 1px solid rgba(255,255,255,0.045);
}

.inv-section__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  margin-bottom: 34px;
}

.inv-section__title {
  color: var(--v3-t1) !important;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0 !important;
  margin: 0;
}

.inv-section__lead {
  color: var(--v3-t2) !important;
  font-size: 0.98rem;
  line-height: 1.9;
  margin: 0;
}

.v3-stage-card {
  text-align: start;
  border-radius: 14px;
  padding: 28px 24px 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.016)),
    rgba(26,27,31,0.88);
}

.v3-stage-card::after {
  display: none;
}

.v3-stage-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--stage-color, #f2ca50);
  opacity: 0.8;
}

.v3-stage-card:hover {
  border-color: color-mix(in srgb, var(--stage-color, #f2ca50) 44%, transparent);
  transform: translateY(-4px);
}

.v3-stage-card__num {
  color: var(--stage-color, #f2ca50) !important;
}

.v3-stage-card__icon {
  margin: 0 0 18px;
  color: var(--stage-color, #f2ca50);
  background: color-mix(in srgb, var(--stage-color, #f2ca50) 13%, transparent) !important;
  border-color: color-mix(in srgb, var(--stage-color, #f2ca50) 28%, transparent) !important;
}

.v3-stage-card__icon i {
  color: var(--stage-color, #f2ca50) !important;
}

.v3-stage-card__label {
  font-size: 1.02rem;
  line-height: 1.35;
}

.inv-signal-grid {
  display: grid;
  gap: 14px;
}

.inv-signal {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 22px 24px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.065);
  background: rgba(26,27,31,0.78);
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.inv-signal:hover {
  transform: translateY(-3px);
  border-color: rgba(242,202,80,0.22);
  background: rgba(30,31,35,0.92);
}

.inv-signal__icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(242,202,80,0.09);
  border: 1px solid rgba(242,202,80,0.17);
  color: #f2ca50;
  font-size: 1.05rem;
}

.inv-signal h3 {
  color: var(--v3-t1) !important;
  font-size: 1rem;
  line-height: 1.35;
  margin: 0 0 7px;
}

.inv-signal p {
  color: var(--v3-t2) !important;
  font-size: 0.88rem;
  line-height: 1.75;
  margin: 0;
}

.inv-cta-section {
  padding-top: 0;
}

.v3-inv-cta {
  border-radius: 18px;
  background:
    radial-gradient(ellipse 70% 100% at 92% 35%, rgba(242,202,80,0.16) 0%, transparent 68%),
    linear-gradient(135deg, #17181d 0%, #1d1e23 100%);
  box-shadow: 0 24px 80px rgba(0,0,0,0.28);
}

.inv-cta__title {
  color: #fff !important;
  font-size: clamp(1.45rem, 2.7vw, 2.25rem);
  line-height: 1.22;
  font-weight: 800;
  margin: 0 0 14px;
}

.inv-cta__text {
  max-width: 620px;
  color: rgba(208,197,175,0.70) !important;
  line-height: 1.85;
  margin: 0;
}

body.starlabs-theme.rtl .inv-hero__actions .fa-arrow-right-long,
body.starlabs-theme.rtl .v3-inv-cta .fa-arrow-right-long {
  transform: scaleX(-1);
}

@media (max-width: 991px) {
  .inv-section__head {
    grid-template-columns: 1fr;
  }

  .inv-hero__stats {
    grid-template-columns: 1fr;
  }

  .inv-stat {
    border-inline-end: none;
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }

  .inv-stat:last-child {
    border-bottom: none;
  }
}

@media (max-width: 575px) {
  .inv-hero {
    padding-top: 64px;
  }

  .inv-hero__actions {
    align-items: stretch;
  }

  .inv-hero__actions .v3-btn,
  .v3-inv-cta .v3-btn {
    width: 100%;
    justify-content: center;
  }

  .inv-signal {
    grid-template-columns: 1fr;
  }
}



/* ================================================================
   SIDEMENU / SEARCH OVERLAY
   ================================================================ */

body.starlabs-theme .sidemenu-wrapper {
  background: #1a1b1f !important;
}
body.starlabs-theme .popup-search-box {
  background: rgba(13,14,18,0.95) !important;
}
body.starlabs-theme .popup-search-box input {
  background: #1a1b1f !important;
  border-color: rgba(242,202,80,0.20) !important;
  color: var(--v3-t1) !important;
}
body.starlabs-theme .popup-search-box button {
  color: #f2ca50 !important;
}

/* ================================================================
   TYPOGRAPHY â€” SIZE SCALE
   Reduces the oversized hero/display/heading sizes from v3.css
   ================================================================ */

/* Hero display title */
.v3-display--hero {
  font-size: clamp(1.75rem, 3.8vw, 3.0rem) !important;
  font-weight: 700 !important;
  line-height: 1.18 !important;
  letter-spacing: -0.025em !important;
}

/* General display */
.v3-display {
  font-size: clamp(1.5rem, 3.0vw, 2.4rem) !important;
  font-weight: 700 !important;
  line-height: 1.20 !important;
  letter-spacing: -0.02em !important;
}

/* Section headings */
.v3-heading,
.v3-heading--dark {
  font-size: clamp(1.25rem, 2.2vw, 1.85rem) !important;
  font-weight: 700 !important;
  line-height: 1.22 !important;
  letter-spacing: -0.018em !important;
  color: var(--v3-t1) !important;
}

/* Body text */
.v3-body {
  font-size: 0.95rem !important;
  line-height: 1.80 !important;
  color: var(--v3-t2) !important;
}
.v3-body--sm {
  font-size: 0.875rem !important;
  line-height: 1.75 !important;
  color: var(--v3-t2) !important;
}
.v3-body--dark {
  color: var(--v3-t2) !important;
}

/* Hero section */
.v3-hero {
  justify-content: center !important;
  margin-top: -160px !important;
  /* padding-top: clamp(0px, 0vw, 0px) !important; */
  padding-bottom: clamp(30px, 5vw, 50px) !important;
  min-height: 100vh !important;
}
.v3-hero__body {
  padding-top: 0px !important;
  padding-bottom: clamp(30px, 4vw, 40px) !important;
}

/* Hero sub-text */
.v3-hero__text {
  font-size: clamp(0.88rem, 1.2vw, 1.0rem) !important;
  line-height: 1.80 !important;
  max-width: 580px !important;
}

/* Eyebrow badge â€” make sure it's inline, not full-width block */
.v3-eyebrow {
  display: inline-flex !important;
  font-size: 0.68rem !important;
  padding: 5px 14px !important;
  letter-spacing: 0.12em !important;
  margin-bottom: 14px !important;
}

/* â”€â”€ Hero stats platform â”€â”€ */
.v3-hero__platform-inner {
  background: rgba(18, 19, 23, 0.82) !important;
  backdrop-filter: blur(24px) saturate(1.5) !important;
  -webkit-backdrop-filter: blur(24px) saturate(1.5) !important;
  border: 1px solid rgba(242, 202, 80, 0.14) !important;
  border-radius: 20px !important;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(242,202,80,0.06) !important;
}

.v3-hstat {
  padding: 22px 28px !important;
  gap: 16px !important;
  display: flex !important;
  align-items: center !important;
  border-inline-end: 1px solid rgba(255,255,255,0.06) !important;
  transition: background 0.3s ease !important;
}
.v3-hstat:hover {
  background: rgba(242,202,80,0.04) !important;
}
.v3-hstat:last-child {
  border-inline-end: none !important;
}

/* Icon container */
.v3-hstat__icon {
  width: 42px !important;
  height: 42px !important;
  border-radius: 10px !important;
  background: rgba(242, 202, 80, 0.10) !important;
  border: 1px solid rgba(242, 202, 80, 0.22) !important;
  color: #f2ca50 !important;
  font-size: 1.1rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  box-shadow: 0 0 12px rgba(242,202,80,0.12) !important;
}
.v3-hstat__icon i {
  font-size: 1.0rem !important;
  line-height: 1 !important;
  color: #f2ca50 !important;
}

/* Numbers */
.v3-hstat__val {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  color: #f2ca50 !important;
  letter-spacing: -0.02em !important;
}

/* Labels */
.v3-hstat__label {
  font-size: 0.72rem !important;
  color: rgba(208, 197, 175, 0.65) !important;
  margin-top: 3px !important;
  letter-spacing: 0.03em !important;
}

/* Venture metrics in head */
.v3-vmetric strong {
  font-size: 1.6rem !important;
  font-weight: 800 !important;
}
.v3-vmetric span {
  font-size: 0.75rem !important;
}

/* Partner/feature card text */
.v3-pcard__title,
.v3-feat-card h3 {
  font-size: 1.0rem !important;
}
.v3-pcard__text,
.v3-feat-card__text {
  font-size: 0.85rem !important;
  line-height: 1.65 !important;
}

/* Nav links */
body.starlabs-theme .main-menu ul li a {
  font-size: 0.9rem !important;
}

/* Buttons */
.v3-btn {
  font-size: 0.82rem !important;
  padding: 11px 22px !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .v3-display--hero {
    font-size: clamp(1.4rem, 6vw, 2.0rem) !important;
  }
  .v3-display {
    font-size: clamp(1.2rem, 5vw, 1.75rem) !important;
  }
  .v3-heading,
  .v3-heading--dark {
    font-size: clamp(1.1rem, 4vw, 1.4rem) !important;
  }
}
/*
Scroll
Top
Override
*/

/* ================================================================
   HEADER / FOOTER POLISH
   ================================================================ */

body.starlabs-theme .header-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px !important;
}

body.starlabs-theme .header-button .dropdown-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 0 !important;
}

body.starlabs-theme .header-button .icon-btn,
body.starlabs-theme .header-button .ot-menu-toggle {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}

body.starlabs-theme .header-button .icon-btn i,
body.starlabs-theme .header-button .ot-menu-toggle i {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 1em !important;
  height: 1em !important;
  margin: 0 !important;
  line-height: 1 !important;
  font-size: 17px !important;
}

body.starlabs-theme .header-button .ot-btn {
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  line-height: 1 !important;
}

body.starlabs-theme.rtl .header-button .ot-btn .fa-arrow-right-long {
  margin-inline-start: 0 !important;
  margin-inline-end: 8px !important;
  transform: scaleX(-1) !important;
}

body.starlabs-theme .footer-wrapper.footer-layout2 {
  position: relative !important;
  overflow: hidden !important;
  padding-top: 0 !important;
  background:
    radial-gradient(ellipse 46% 58% at 87% 28%, rgba(242,202,80,0.08) 0%, transparent 58%),
    radial-gradient(ellipse 42% 50% at 12% 62%, rgba(34,211,200,0.045) 0%, transparent 60%),
    linear-gradient(160deg, #080b12 0%, #0b1019 54%, #06080d 100%) !important;
}

body.starlabs-theme .footer-layout2 .v3-footer__bg {
  position: absolute !important;
  inset: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

body.starlabs-theme .footer-layout2 .v3-footer__bg::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(180deg, rgba(8,11,18,0.12), rgba(8,11,18,0.42)),
    radial-gradient(ellipse 80% 55% at 50% 100%, rgba(0,0,0,0.34), transparent 68%) !important;
  z-index: 2 !important;
}

body.starlabs-theme .footer-layout2 .v3-footer__bg .v3-hero__orb {
  opacity: 0.95 !important;
}

body.starlabs-theme .footer-layout2 .v3-footer__bg .v3-hero__orb--a {
  top: -42% !important;
  left: -14% !important;
}

body.starlabs-theme .footer-layout2 .v3-footer__bg .v3-hero__orb--b {
  top: -22% !important;
  right: -10% !important;
}

body.starlabs-theme .footer-layout2 .v3-footer__bg .v3-hero__orb--c {
  right: 28% !important;
  bottom: -34% !important;
}

body.starlabs-theme .footer-layout2 .v3-footer__bg .v3-hero__grid {
  mask-image: radial-gradient(ellipse 88% 84% at 50% 45%, black 18%, transparent 100%) !important;
  opacity: 0.9 !important;
}

body.starlabs-theme .footer-layout2 .v3-footer__bg .v3-hero__spotlight {
  background: radial-gradient(
    620px circle at var(--mx, 50%) var(--my, 45%),
    rgba(242,202,80,0.10),
    transparent 48%
  ) !important;
  z-index: 1 !important;
}

body.starlabs-theme .footer-wrapper.footer-layout2 > .container,
body.starlabs-theme .footer-wrapper.footer-layout2 .copyright-wrap {
  position: relative !important;
  z-index: 3 !important;
}

body.starlabs-theme .footer-wrapper.footer-layout2 > .container {
  max-width: 1280px !important;
}

body.starlabs-theme .footer-layout2 .widget-area {
  padding: clamp(56px, 6vw, 86px) 0 clamp(42px, 5vw, 64px) !important;
}

body.starlabs-theme .footer-layout2 .widget-area > .row {
  display: grid !important;
  grid-template-columns: minmax(260px, 1.25fr) minmax(160px, 0.72fr) minmax(150px, 0.62fr) minmax(260px, 1.05fr) !important;
  gap: clamp(26px, 4vw, 64px) !important;
  align-items: start !important;
  justify-content: center !important;
  margin-inline: 0 !important;
}

body.starlabs-theme .footer-layout2 .widget-area > .row > [class*="col-"] {
  width: 100% !important;
  max-width: none !important;
  padding-inline: 0 !important;
}

body.starlabs-theme .footer-layout2 .footer-widget {
  margin-bottom: 0 !important;
}

body.starlabs-theme .footer-layout2 .about-logo {
  margin-bottom: 18px !important;
}

body.starlabs-theme .footer-layout2 .about-logo img {
  max-height: 118px !important;
  width: auto !important;
  opacity: 0.9 !important;
}

body.starlabs-theme .footer-layout2 .about-text {
  max-width: 330px !important;
  margin: 0 0 18px !important;
}

body.starlabs-theme .footer-layout2 .widget_title {
  display: block !important;
  width: 100% !important;
  margin: 0 0 18px !important;
  padding: 0 0 14px !important;
  text-align: start !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.starlabs-theme .footer-layout2 .widget_title::after {
  inset-inline-start: 0 !important;
  inset-inline-end: auto !important;
  width: 36px !important;
  height: 2px !important;
  background: #f2ca50 !important;
}

body.starlabs-theme .footer-layout2 .menu-all-pages-container .menu,
body.starlabs-theme .footer-layout2 .footer-links ul {
  display: grid !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.starlabs-theme .footer-layout2 .widget_nav_menu li,
body.starlabs-theme .footer-layout2 .footer-links li {
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.starlabs-theme .footer-layout2 .widget_nav_menu li::before,
body.starlabs-theme .footer-layout2 .widget_nav_menu li::after,
body.starlabs-theme .footer-layout2 .widget_nav_menu a::before,
body.starlabs-theme .footer-layout2 .widget_nav_menu a::after,
body.starlabs-theme .footer-layout2 .footer-links li::before,
body.starlabs-theme .footer-layout2 .footer-links li::after {
  content: none !important;
  display: none !important;
}

body.starlabs-theme .footer-layout2 .widget_nav_menu a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 26px !important;
  padding: 0 !important;
  line-height: 1.45 !important;
}

body.starlabs-theme .footer-layout2 .widget_nav_menu a:hover {
  padding-inline-start: 0 !important;
  transform: translateX(-3px) !important;
}

body.starlabs-theme:not(.rtl) .footer-layout2 .widget_nav_menu a:hover {
  transform: translateX(3px) !important;
}

body.starlabs-theme .footer-layout2 .ot-widget-contact {
  display: grid !important;
  gap: 12px !important;
}

body.starlabs-theme .footer-layout2 .ot-widget-contact .info-box {
  width: 100% !important;
  min-height: 74px !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  align-items: center !important;
  border-radius: 14px !important;
  background: rgba(255,255,255,0.04) !important;
  border-color: rgba(255,255,255,0.07) !important;
}

body.starlabs-theme .footer-layout2 .ot-widget-contact .box-icon {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
}

body.starlabs-theme .footer-layout2 .ot-widget-contact .box-icon i {
  margin: 0 !important;
  line-height: 1 !important;
}

body.starlabs-theme .footer-layout2 .ot-widget-contact .media-body {
  min-width: 0 !important;
  text-align: start !important;
}

body.starlabs-theme .footer-layout2 .box-title {
  margin: 0 0 4px !important;
  line-height: 1.3 !important;
}

body.starlabs-theme .footer-layout2 .box-text,
body.starlabs-theme .footer-layout2 .box-link {
  margin: 0 !important;
  line-height: 1.55 !important;
  overflow-wrap: anywhere !important;
}

body.starlabs-theme .footer-layout2 .ot-social {
  gap: 12px !important;
  margin-top: 22px !important;
}

body.starlabs-theme .footer-layout2 .ot-social a {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  border-radius: 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

body.starlabs-theme .footer-layout2 .ot-social a i {
  margin: 0 !important;
  line-height: 1 !important;
}

body.starlabs-theme .footer-layout2 .footer-shape1,
body.starlabs-theme .footer-layout2 .footer-shape2 {
  z-index: 1 !important;
  opacity: 0.12 !important;
  filter: saturate(0.8) brightness(0.75) !important;
  pointer-events: none !important;
}

body.starlabs-theme .footer-layout2 .footer-shape1 {
  inset-inline-start: max(-120px, -6vw) !important;
}

body.starlabs-theme .footer-layout2 .footer-shape2 {
  inset-inline-end: max(-120px, -6vw) !important;
}

body.starlabs-theme .footer-layout2 .footer-shape1 img,
body.starlabs-theme .footer-layout2 .footer-shape2 img {
  max-width: min(260px, 18vw) !important;
}

body.starlabs-theme .copyright-wrap {
  padding: 22px 0 !important;
}

body.starlabs-theme .copyright-wrap .row {
  margin-inline: 0 !important;
}

body.starlabs-theme .copyright-text {
  margin: 0 !important;
}

@media (max-width: 1199px) {
  body.starlabs-theme .footer-layout2 .widget-area > .row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  body.starlabs-theme .header-button {
    gap: 8px !important;
  }

  body.starlabs-theme .header-button .icon-btn,
  body.starlabs-theme .header-button .ot-menu-toggle {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
  }

  body.starlabs-theme .footer-layout2 .widget-area > .row {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  body.starlabs-theme .footer-layout2 .about-text {
    max-width: none !important;
  }

  body.starlabs-theme .footer-layout2 .footer-shape1,
  body.starlabs-theme .footer-layout2 .footer-shape2 {
    opacity: 0.06 !important;
  }

  body.starlabs-theme .copyright-wrap .row {
    justify-content: center !important;
    text-align: center !important;
  }

  body.starlabs-theme .footer-layout2 .footer-links ul {
    display: flex !important;
    justify-content: center !important;
    gap: 18px !important;
  }
}

/* ================================================================
   CONTACT PAGE — Obsidian Gold Dark Theme Overrides
   ================================================================ */

/* ── Breadcrumb Hero: reduce excessive padding ── */
body.starlabs-theme .breadcumb-wrapper {
  padding: 0 !important;
}
body.starlabs-theme .breadcumb-content {
  padding: 70px 0 50px !important;
}

/* ── Contact Feature Cards ── */
body.starlabs-theme .contact-feature {
  background: var(--v3-surf) !important;
  border: 1px solid var(--v3-edge-g) !important;
  box-shadow: 0 1px 20px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.04) !important;
}
body.starlabs-theme .contact-feature:hover {
  background: var(--v3-surf2) !important;
  border-color: rgba(242,202,80,0.28) !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.35), 0 0 0 1px rgba(242,202,80,0.12) !important;
}
body.starlabs-theme .contact-feature .box-title {
  color: var(--v3-t1) !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  margin-bottom: 0 !important;
}
body.starlabs-theme .contact-feature .box-icon {
  background: rgba(242,202,80,0.1) !important;
  border-color: rgba(242,202,80,0.2) !important;
  color: var(--v3-gold) !important;
}
body.starlabs-theme .contact-feature:hover .box-icon {
  background: linear-gradient(135deg, var(--v3-gold), var(--v3-gold-l)) !important;
  color: #121317 !important;
}

/* ── Contact Form Wrapper ── */
body.starlabs-theme .contact-form-v1 {
  background: var(--v3-surf) !important;
  border: 1px solid var(--v3-edge) !important;
  box-shadow: 0 4px 24px rgba(0,0,0,0.3) !important;
}

/* Form title and sub-title */
body.starlabs-theme .contact-form-v1 .sec-title,
body.starlabs-theme .contact-form-v1 h2 {
  color: var(--v3-t1) !important;
}
body.starlabs-theme .contact-form-v1 .sub-title {
  color: var(--v3-gold) !important;
}

/* Form inputs — dark style */
body.starlabs-theme .contact-form-v1 .form-control {
  background: var(--v3-surf2) !important;
  border: 1.5px solid rgba(255,255,255,0.07) !important;
  color: var(--v3-t1) !important;
}
body.starlabs-theme .contact-form-v1 .form-control::placeholder {
  color: var(--v3-t3) !important;
}
body.starlabs-theme .contact-form-v1 .form-control:focus {
  background: var(--v3-surf3) !important;
  border-color: rgba(242,202,80,0.4) !important;
  box-shadow: 0 0 0 3px rgba(242,202,80,0.1) !important;
  color: var(--v3-t1) !important;
}

/* Select dropdown arrow — gold on dark */
body.starlabs-theme .contact-form-v1 select.form-control {
  background-color: var(--v3-surf2) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23f2ca50' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  color: var(--v3-t1) !important;
}
body.starlabs-theme .contact-form-v1 select.form-control option {
  background: var(--v3-surf) !important;
  color: var(--v3-t1) !important;
}

/* Alert messages — dark-friendly */
body.starlabs-theme .alert-success {
  background: rgba(74,222,128,0.1) !important;
  color: #4ade80 !important;
  border: 1px solid rgba(74,222,128,0.25) !important;
}
body.starlabs-theme .alert-error {
  background: rgba(248,113,113,0.1) !important;
  color: #f87171 !important;
  border: 1px solid rgba(248,113,113,0.25) !important;
}

/* ── Contact Info Sidebar ── */
body.starlabs-theme .contact-info-wrap .box-title,
body.starlabs-theme .contact-info-wrap h3 {
  color: var(--v3-t1) !important;
}
body.starlabs-theme .contact-info-wrap .info-box-title {
  color: var(--v3-gold) !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
}
body.starlabs-theme .contact-info-wrap .info-box p {
  color: var(--v3-t2) !important;
}
body.starlabs-theme .contact-info-wrap .contact-img {
  border-radius: 18px !important;
  overflow: hidden !important;
  margin-bottom: 28px !important;
}
body.starlabs-theme .contact-info-wrap .contact-img img {
  width: 100% !important;
  object-fit: cover !important;
  border-radius: 18px !important;
}

/* Home hero header overlay: show the hero background through the header. */
body.starlabs-theme.page-home header.ot-header.sl-header-overlay,
body.starlabs-theme.page-home .ot-header.sl-header-overlay {
  position: absolute !important;
  top: 0 !important;
  inset-inline: 0 !important;
  width: 100% !important;
  background: transparent !important;
  background-color: transparent !important;
  z-index: 999 !important;
}

body.starlabs-theme.page-home header.ot-header.sl-header-overlay.sl-header-scrolled,
body.starlabs-theme.page-home .ot-header.sl-header-overlay.sl-header-scrolled {
  position: fixed !important;
}

body.starlabs-theme.page-home .sl-header-overlay .header-top,
body.starlabs-theme.page-home .sl-header-overlay:not(.sl-header-scrolled) .sticky-wrapper:not(.sticky),
body.starlabs-theme.page-home .sl-header-overlay:not(.sl-header-scrolled) .sticky-wrapper:not(.sticky) .menu-area {
  background: transparent !important;
  background-color: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

body.starlabs-theme.page-home .v3-hero {
  margin-top: 0 !important;
}
