/* ============================================
   SMART VEN TECH INNOVATION — DESIGN SYSTEM
   Multi-Page | White Premium IT Theme
   Colors: White / Soft Blue / Cyan / Violet
   ============================================ */

@font-face {
  font-family: "Heading Now";
  src:
    url("./assets/fonts/HeadingNowW05-94Regular.woff2") format("woff2"),
    url("./assets/fonts/HeadingNowW05-94Regular.woff") format("woff"),
    url("./assets/fonts/HeadingNowW05-94Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Sora:wght@100..800&display=swap');

/* ---------- Custom Properties ---------- */
:root {
  --white: #FBFBFB;
  --bg-soft: #F0F0F0;
  --bg-card: #FBFBFB;
  --bg-glass: rgba(251, 251, 251, 0.75);
  --bg-glass-strong: rgba(251, 251, 251, 0.92);

  --primary: #040404;
  --primary-light: #2A2A2A;
  --primary-dark: #000000;
  --primary-dim: rgba(4, 4, 4, 0.05);
  --primary-glow: rgba(4, 4, 4, 0.12);

  --cyan: #FF4D00;
  --cyan-dim: rgba(255, 77, 0, 0.08);
  --cyan-glow: rgba(255, 77, 0, 0.2);

  --violet: #FF4D00;
  --violet-light: #FF6A26;
  --violet-dim: rgba(255, 77, 0, 0.08);
  --violet-glow: rgba(255, 77, 0, 0.2);

  --gradient-primary: linear-gradient(135deg, #040404 0%, #FF4D00 100%);
  --gradient-violet: linear-gradient(135deg, #FF4D00 0%, #040404 100%);
  --gradient-mixed: linear-gradient(135deg, #FF4D00 0%, #040404 50%, #FF4D00 100%);
  --gradient-soft: linear-gradient(135deg, #FBFBFB 0%, #DEDEDE 100%);

  --text-dark: #040404;
  --text-body: #1F1F1F;
  --text-muted: #5B5B5B;
  --text-light: #8E8E8E;

  --border: #DEDEDE;
  --border-hover: rgba(255, 77, 0, 0.4);
  --shadow-sm: 0 1px 3px rgba(4, 4, 4, 0.04);
  --shadow-md: 0 4px 20px rgba(4, 4, 4, 0.05);
  --shadow-lg: 0 10px 40px rgba(4, 4, 4, 0.08);
  --shadow-xl: 0 20px 60px rgba(4, 4, 4, 0.12);
  --shadow-glow: 0 8px 30px rgba(255, 77, 0, 0.2);

  --font-heading: "Heading Now", sans-serif;
  --font-body: "Sora", sans-serif;
  --font-alt: "Fredoka", sans-serif;

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;

  --transition-fast: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-med: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.6s cubic-bezier(0.4, 0, 0.2, 1);

  --container-max: 1200px;
  --section-padding: 130px 0;
}

/* ---------- Reset ---------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  background: var(--white);
  color: var(--text-body);
  line-height: 1.7;
  overflow-x: hidden;
}

body,
p,
span,
li,
input,
textarea,
label {
  font-family: var(--font-body);
}

/* Website Section Headings (only these use "Heading Now") */
h1,
h2,
.section-title,
.hero-title,
.tech-heading,
.book-showcase-title {
  font-family: var(--font-heading);
}

/* UI Elements, menus, cards, and other headings use Sora */
h3,
h4,
h5,
h6,
.logo,
nav,
button,
.service-title,
.project-title,
.card-title,
.cta-title,
.stat-number,
.nav-logo,
.logo-title,
.logo-sub,
.logo-text,
.nav-menu a,
.btn-pill-orange,
.book-page-title,
.book-submit-btn,
.why-card h4,
.service-card h3,
.showcase-title,
.showcase-cta-btn,
.stat-num,
.tech-name {
  font-family: var(--font-body);
}

/* Badges use Fredoka */
.showcase-badge,
.tech-badge,
.book-badge,
.hero-badge,
.section-label {
  font-family: var(--font-alt);
}

h1 {
  font-size: clamp(34px, 5.2vw, 56px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

h2 {
  font-size: clamp(26px, 3.8vw, 38px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

h3 {
  font-size: clamp(21px, 3vw, 30px);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

h4 {
  font-size: clamp(17px, 2.2vw, 22px);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

nav,
.nav-menu a {
  font-size: 15px;
  letter-spacing: 0.02em;
}

button,
.btn-primary,
.btn-secondary,
.btn-pill-orange,
.book-submit-btn,
.showcase-cta-btn {
  font-size: 16px;
  letter-spacing: 0.01em;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

button,
input,
textarea,
select {
  font-family: inherit;
  border: none;
  outline: none;
  background: none;
}

/* ---------- Container ---------- */
.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Section Utilities ---------- */
.section {
  padding: var(--section-padding);
}

.section-soft {
  background: var(--bg-soft);
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 14px;
}

.section-label .dot {
  width: 8px;
  height: 8px;
  background: var(--gradient-primary);
  border-radius: 50%;
  animation: pulseDot 2s ease-in-out infinite;
}

@keyframes pulseDot {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(1.4);
  }
}

.section-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4.5vw, 2.8rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--text-dark);
  margin-bottom: 24px;
}

.section-subtitle {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 620px;
  line-height: 1.8;
  margin-bottom: 48px;
}

.text-gradient {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-gradient-v {
  background: var(--gradient-violet);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-center {
  text-align: center;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/* ---------- Buttons ---------- */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: var(--gradient-primary);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 50px;
  cursor: pointer;
  transition: var(--transition-fast);
  box-shadow: var(--shadow-glow);
  position: relative;
  overflow: hidden;
}

.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), transparent);
  opacity: 0;
  transition: opacity var(--transition-fast);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(37, 99, 235, 0.25);
}

.btn-primary:hover::before {
  opacity: 1;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: transparent;
  color: var(--primary);
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 50px;
  cursor: pointer;
  border: 2px solid var(--border-hover);
  transition: var(--transition-fast);
}

.btn-secondary:hover {
  background: var(--primary-dim);
  border-color: var(--primary);
  transform: translateY(-3px);
}

/* ---------- Scroll Reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-45px);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(45px);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-right.visible {
  opacity: 1;
  transform: translateX(0);
}

.stagger .reveal:nth-child(1) {
  transition-delay: 0.05s;
}

.stagger .reveal:nth-child(2) {
  transition-delay: 0.12s;
}

.stagger .reveal:nth-child(3) {
  transition-delay: 0.19s;
}

.stagger .reveal:nth-child(4) {
  transition-delay: 0.26s;
}

.stagger .reveal:nth-child(5) {
  transition-delay: 0.33s;
}

.stagger .reveal:nth-child(6) {
  transition-delay: 0.40s;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============================================
   NAVBAR (Apple x Vercel Floating Style)
   ============================================ */
.navbar {
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  max-width: var(--container-max);
  height: 82px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(16, 31, 56, 0.06);
  box-shadow: var(--shadow-md), 0 8px 32px rgba(16, 31, 56, 0.03);
  z-index: 1000;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  align-items: center;
}

.navbar.scrolled {
  top: 12px;
  height: 72px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-lg), 0 12px 40px rgba(16, 31, 56, 0.05);
  border-color: rgba(255, 106, 0, 0.15);
}

.navbar .container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-heading);
  text-decoration: none;
}

.nav-logo .logo-img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  flex-shrink: 0;
  object-fit: contain;
}

.nav-logo .logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.logo-text-img {
  height: 32px;
  width: auto;
  object-fit: contain;
}

.logo-img-single {
  height: 40px;
  width: auto;
  object-fit: contain;
  display: block;
}

.footer-brand .logo-text-img {
  height: 26px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  margin-left: -4px;
  /* Align nicely with logo icon */
}

.footer-brand .logo-img-single {
  height: 34px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.nav-logo .logo-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #111111;
  letter-spacing: -0.5px;
}

.nav-logo .logo-sub {
  font-size: 0.72rem;
  font-weight: 600;
  color: #FF6A00;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-menu>a,
.dropdown-trigger {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text-muted);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  padding: 8px 0;
  display: inline-block;
  text-decoration: none;
}

.nav-menu>a::after,
.dropdown-trigger::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #FF6A00;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateX(-50%);
}

.nav-menu>a:hover,
.dropdown-trigger:hover {
  color: #111111;
  transform: translateY(-2px);
}

.nav-menu>a:hover::after,
.nav-menu>a.active::after,
.dropdown-trigger:hover::after,
.dropdown-trigger.active::after {
  width: 100%;
}

.nav-menu>a.active,
.dropdown-trigger.active {
  color: #FF6A00;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px !important;
  background: linear-gradient(135deg, #111111 0%, #222222 100%);
  color: #ffffff !important;
  font-family: var(--font-heading) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  position: relative;
}

.nav-cta i {
  color: #FF6A00;
  font-size: 0.85rem;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 106, 0, 0.3);
  border-color: rgba(255, 106, 0, 0.4);
}

.nav-cta:hover i {
  transform: translateX(4px);
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  z-index: 1001;
  padding: 4px;
}

.hamburger span {
  width: 26px;
  height: 2.5px;
  background: #111111;
  border-radius: 4px;
  transition: var(--transition-fast);
  transform-origin: center;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5.5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5.5px);
}

/* Mobile Menu Overlay */
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-med);
}

.mobile-menu.open {
  display: flex;
  opacity: 1;
  pointer-events: all;
}

.mobile-menu a {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--text-muted);
  transition: var(--transition-fast);
  transform: translateY(20px);
  opacity: 0;
  animation: mobileIn 0.4s ease forwards;
}

.mobile-menu a:hover {
  color: #FF6A00;
}

/* ============================================
   PAGE HERO BANNER (inner pages)
   ============================================ */
.page-hero {
  padding: 160px 0 80px;
  background: radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.08) 0%, transparent 60%), #CC5500;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  top: -150px;
  right: -100px;
  pointer-events: none;
  z-index: 1;
}

.page-hero::after {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, transparent 70%);
  bottom: -150px;
  left: -80px;
  pointer-events: none;
  z-index: 1;
}

/* Make inner content stay above particles canvas */
.page-hero .container {
  position: relative;
  z-index: 2;
}

/* Badge styling for Burnt Orange page hero */
.page-hero .section-label {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #FFFFFF !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.page-hero .section-label .dot {
  background-color: #FFFFFF !important;
  box-shadow: 0 0 6px #FFFFFF !important;
}

/* Title & highlights for Burnt Orange page hero */
.page-hero .section-title {
  color: #FFFFFF !important;
}

.page-hero .text-gradient {
  background: none !important;
  -webkit-text-fill-color: #111111 !important;
  color: #111111 !important;
}

/* Subtitle description */
.page-hero .section-subtitle {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* Breadcrumbs style adjustment */
.page-hero .breadcrumb {
  justify-content: center;
}

.page-hero .breadcrumb a,
.page-hero .breadcrumb span {
  color: rgba(255, 255, 255, 0.8) !important;
  transition: color 0.3s ease;
}

.page-hero .breadcrumb a:hover {
  color: #FFFFFF !important;
  text-decoration: none;
  opacity: 0.9;
}

.page-hero .breadcrumb .sep {
  color: rgba(255, 255, 255, 0.4) !important;
}

.page-hero .section-title {
  font-size: clamp(2.2rem, 5vw, 3rem);
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 18px;
  justify-content: center;
}

.breadcrumb a {
  color: var(--primary);
  transition: var(--transition-fast);
}

.breadcrumb a:hover {
  color: #FF6A00;
}

.breadcrumb .sep {
  color: var(--text-light);
}

/* ============================================
   PREMIUM HERO SECTION (Apple x Framer Style)
   ============================================ */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 77, 0, 0.04) 0%, transparent 60%),
    radial-gradient(circle at 10% 80%, rgba(255, 106, 0, 0.03) 0%, transparent 60%),
    linear-gradient(135deg, #ffffff 0%, #fffbf8 50%, #fff5f0 100%);
  padding: 140px 0 100px;
}

.hero-bg-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

/* Background Layers */
.hero-bg-glow {
  position: absolute;
  top: 25%;
  right: 5%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 106, 0, 0.14) 0%, rgba(255, 106, 0, 0) 70%);
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
}

.hero-bg-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 106, 0, 0.05) 1.5px, transparent 1.5px);
  background-size: 24px 24px;
  pointer-events: none;
  z-index: 0;
}

.hero-bg-grain {
  position: absolute;
  inset: 0;
  opacity: 0.018;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 1;
}

.hero-bg-blobs {
  position: absolute;
  top: -10%;
  left: -5%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(255, 106, 0, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
}

.hero .container {
  max-width: 1400px;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 0;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
}

/* Left Content */
.hero-content {
  position: relative;
  z-index: 2;
  padding-right: 20px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(16, 31, 56, 0.05);
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-dark);
  box-shadow: 0 4px 15px rgba(16, 31, 56, 0.03);
  margin-bottom: 24px;
}

.hero-badge .badge-pulse {
  width: 6px;
  height: 6px;
  background: #FF6A00;
  border-radius: 50%;
  display: inline-block;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3.4vw, 2.7rem);
  font-weight: 800;
  line-height: 1.08;
  color: #111111;
  margin-bottom: 24px;
  letter-spacing: -1px;
}

.hero-title .highlight {
  display: inline-block;
  background: linear-gradient(90deg, #FF6A00 0%, #FF4D00 50%, #FF8F40 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 40px rgba(255, 106, 0, 0.12);
}

.hero-subtitle {
  font-size: 0.98rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 560px;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  margin-bottom: 48px;
}

.hero-buttons .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 32px;
  background: linear-gradient(135deg, #111111 0%, #222222 100%);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-buttons .btn-primary i {
  color: #FF6A00;
  transition: transform 0.3s ease;
}

.hero-buttons .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 106, 0, 0.25);
  border-color: rgba(255, 106, 0, 0.3);
}

.hero-buttons .btn-primary:hover i {
  transform: translateX(4px);
}

.hero-buttons .btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 32px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #111111;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 18px;
  border: 1px solid rgba(16, 31, 56, 0.08);
  box-shadow: 0 4px 15px rgba(16, 31, 56, 0.02);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-buttons .btn-secondary i {
  color: #FF6A00;
  transition: transform 0.3s ease;
}

.hero-buttons .btn-secondary:hover {
  background: linear-gradient(135deg, #FF6A00 0%, #FF4D00 100%);
  color: #ffffff;
  border-color: transparent;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(255, 106, 0, 0.2);
}

.hero-buttons .btn-secondary:hover i {
  color: #ffffff;
  transform: rotate(90deg);
}

/* Hero Stats Section underneath buttons */
.hero-stats {
  display: flex;
  gap: 24px;
}

.hero-stat-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(16, 31, 56, 0.05);
  border-radius: 18px;
  padding: 12px 20px;
  box-shadow: 0 4px 20px rgba(16, 31, 56, 0.03);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-stat-item:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 106, 0, 0.3);
  box-shadow: 0 8px 25px rgba(255, 106, 0, 0.1);
}

.stat-icon-box {
  width: 40px;
  height: 40px;
  background: rgba(255, 106, 0, 0.06);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.stat-icon-box.border-orange {
  border: 1px solid rgba(255, 106, 0, 0.2);
}

.stat-icon-box i {
  color: #FF6A00;
  font-size: 1.15rem;
}

.stat-text-box {
  display: flex;
  flex-direction: column;
}

.stat-val {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: #111111;
  line-height: 1.2;
}

.stat-lbl {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 500;
}

/* Right Content - 3D Perspective Workspace */
.hero-visual {
  perspective: 1200px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.hero-mobile-img-wrap {
  display: none;
}

.dashboard-3d-wrap {
  transform-style: preserve-3d;
  transform: rotateY(-10deg) rotateX(5deg);
  width: 90%;
  aspect-ratio: 4/3;
  position: relative;
  transition: transform 0.2s ease;
}

.dashboard-main-container {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(16, 31, 56, 0.06);
  border-radius: 32px;
  box-shadow: 0 30px 70px rgba(16, 31, 56, 0.12), 0 0 100px rgba(255, 106, 0, 0.05);
  overflow: hidden;
  position: relative;
}

/* Decorative grid behind */
.visual-decorations {
  position: absolute;
  inset: -10%;
  pointer-events: none;
  z-index: 0;
}

.decor-line-1 {
  position: absolute;
  width: 120%;
  height: 120%;
  top: -10%;
  left: -10%;
}

/* Header Dots */
.dashboard-header-dots {
  display: flex;
  gap: 6px;
  padding: 16px 24px;
  border-bottom: 1px solid rgba(16, 31, 56, 0.05);
  background: rgba(251, 251, 251, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.dashboard-header-dots .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.dashboard-header-dots .dot.red {
  background: #FF5F56;
}

.dashboard-header-dots .dot.yellow {
  background: #FFBD2E;
}

.dashboard-header-dots .dot.green {
  background: #27C93F;
}

/* Content grid */
.dashboard-content-grid {
  display: grid;
  grid-template-columns: 180px 1fr;
  height: 100%;
  padding-top: 42px;
}

/* Sidebar */
.dashboard-sidebar {
  background: #111111;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sidebar-logo {
  padding-left: 8px;
  margin-bottom: 10px;
}

.s-logo-icon,
.s-logo-img {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  object-fit: contain;
}

.sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sidebar-nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  color: #8E8E8E;
  font-size: 0.8rem;
  font-weight: 500;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sidebar-nav a i {
  font-size: 0.9rem;
}

.sidebar-nav a.active {
  background: #FF6A00;
  color: #ffffff;
}

.sidebar-nav a:not(.active):hover {
  background: rgba(255, 255, 255, 0.05);
  color: #FBFBFB;
}

/* Body */
.dashboard-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.3);
}

.body-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.body-header h3 {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: #111111;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #5B5B5B;
  font-size: 0.95rem;
}

.header-actions i {
  cursor: pointer;
}

.user-profile {
  width: 26px;
  height: 26px;
  background: #E2E8F0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
}

/* Quick stats cards */
.quick-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.q-stat-card {
  background: #ffffff;
  border: 1px solid rgba(16, 31, 56, 0.05);
  border-radius: 14px;
  padding: 12px 14px;
  box-shadow: 0 4px 15px rgba(16, 31, 56, 0.02);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.q-stat-lbl {
  font-size: 0.65rem;
  color: var(--text-muted);
  font-weight: 600;
}

.q-stat-val {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: #111111;
  line-height: 1;
}

.q-stat-trend {
  font-size: 0.62rem;
  font-weight: 700;
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.q-stat-trend.up {
  color: #FF6A00;
}

/* Charts container */
.dashboard-charts {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 16px;
  flex-grow: 1;
}

.chart-panel {
  background: #ffffff;
  border: 1px solid rgba(16, 31, 56, 0.05);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 4px 15px rgba(16, 31, 56, 0.02);
  display: flex;
  flex-direction: column;
}

.panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.panel-header h4 {
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 700;
  color: #111111;
}

.panel-select {
  font-size: 0.68rem;
  color: var(--text-muted);
  font-weight: 600;
  border: 1px solid rgba(16, 31, 56, 0.06);
  border-radius: 6px;
  padding: 2px 8px;
  cursor: pointer;
}

.chart-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.svg-line-chart {
  width: 100%;
  height: 90px;
}

.chart-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.62rem;
  color: var(--text-light);
  padding-top: 4px;
}

/* Donut chart panel */
.donut-chart-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-grow: 1;
}

.donut-svg-wrap {
  width: 80px;
  height: 80px;
  position: relative;
}

.donut-center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.donut-val {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 800;
  color: #111111;
  line-height: 1;
}

.donut-lbl {
  font-size: 0.52rem;
  color: var(--text-muted);
  font-weight: 600;
}

.donut-legend {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.legend-item {
  font-size: 0.62rem;
  font-weight: 600;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 6px;
}

.legend-item .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
}

.legend-item .dot.orange {
  background: #FF6A00;
}

.legend-item .dot.black {
  background: #111111;
}

.legend-item .dot.grey {
  background: #8E8E8E;
}

.legend-item .dot.light-grey {
  background: #DEDEDE;
}

/* Floating Cards Accents surrounding dashboard */
.floating-widget {
  position: absolute;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 106, 0, 0.15);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(16, 31, 56, 0.08), 0 0 20px rgba(255, 106, 0, 0.03);
  z-index: 5;
  transition: all 0.3s ease;
}

.floating-widget:hover {
  border-color: #FF6A00;
  box-shadow: 0 15px 40px rgba(255, 106, 0, 0.2);
  transform: translateY(-5px);
}

/* Widget 1: Code editor top left */
.widget-code-editor {
  top: 10%;
  left: -8%;
  padding: 16px;
  width: 110px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.w-code-top {
  display: flex;
  align-items: center;
  gap: 8px;
}

.w-code-top i {
  color: #FF6A00;
  font-size: 0.95rem;
}

.w-code-line {
  height: 3px;
  width: 40px;
  background: #DEDEDE;
  border-radius: 2px;
}

.w-code-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.w-code-body .line {
  height: 3px;
  background: #EFEFEF;
  border-radius: 2px;
}

.w-code-body .line.short {
  width: 30px;
}

.w-code-body .line.long {
  width: 50px;
  background: rgba(255, 106, 0, 0.2);
}

/* Widget 2: Bar graph top right */
.widget-graph-bars {
  top: 15%;
  right: -8%;
  padding: 16px;
  width: 130px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.w-graph-header {
  display: flex;
  gap: 4px;
}

.w-graph-header .w-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #EFEFEF;
}

.w-graph-header .w-dot.dot-3 {
  background: rgba(255, 106, 0, 0.3);
}

.w-graph-bars {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 50px;
}

.w-bar {
  flex: 1;
  background: #EFEFEF;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.w-bar.active {
  background: #FF6A00;
}

/* Widget 3: Success Completed bottom left */
.widget-success-card {
  bottom: 8%;
  left: -8%;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.w-success-icon {
  width: 36px;
  height: 36px;
  background: #111111;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.w-success-icon i {
  color: #FF6A00;
  font-size: 0.9rem;
}

.w-success-text {
  display: flex;
  flex-direction: column;
}

.w-success-title {
  font-size: 0.72rem;
  color: var(--text-muted);
  font-weight: 600;
}

.w-success-sub {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 800;
  color: #111111;
}

/* Widget 4: Happy clients bottom right */
.widget-clients-card {
  bottom: 5%;
  right: -8%;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 180px;
}

.w-clients-avatars {
  width: 40px;
  height: 40px;
  background: rgba(255, 106, 0, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.w-clients-avatars i {
  color: #FF6A00;
  font-size: 1.1rem;
}

.w-clients-text {
  display: flex;
  flex-direction: column;
}

.w-clients-lbl {
  font-size: 0.72rem;
  color: var(--text-muted);
  font-weight: 600;
}

.w-clients-val {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 800;
  color: #111111;
  line-height: 1;
}

/* ============================================
   SERVICE CARDS (shared)
   ============================================ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.service-card {
  background: #FFFFFF;
  border: 1px solid rgba(255, 106, 0, 0.15);
  border-radius: 28px;
  padding: 40px 32px;
  transition: all 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.15s ease-out;
  position: relative;
  overflow: hidden;
  cursor: default;
  box-shadow: 0 10px 30px rgba(16, 31, 56, 0.04);
  transform-style: preserve-3d;
  perspective: 1000px;
}

/* Background soft glow */
.card-bg-glow {
  position: absolute;
  inset: -20px;
  background: radial-gradient(circle, rgba(255, 106, 0, 0.18) 0%, transparent 70%);
  filter: blur(40px);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transition: opacity 0.55s ease;
}

/* Light sweep reflection */
.light-sweep {
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  transform: skewX(-25deg);
  pointer-events: none;
  z-index: 2;
}

/* Cursor glow element */
.cursor-glow {
  position: absolute;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(255, 106, 0, 0.14) 0%, transparent 70%);
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

.service-card:hover {
  background: linear-gradient(180deg, #181818 0%, #0E0E0E 100%);
  border-color: #FF6A00;
  box-shadow: 0 15px 45px rgba(255, 106, 0, 0.25);
  transform: translateY(-12px) scale(1.02);
}

.service-card:hover .card-bg-glow {
  opacity: 1;
}

.service-card:hover .light-sweep {
  animation: lightSweepEffect 0.8s ease-in-out forwards;
}

.service-card:hover .cursor-glow {
  opacity: 1;
}

@keyframes lightSweepEffect {
  from {
    left: -150%;
  }

  to {
    left: 150%;
  }
}

.service-icon-wrap {
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 106, 0, 0.1);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  box-shadow: 0 8px 20px rgba(255, 106, 0, 0.12);
  transition: all 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  z-index: 3;
}

.service-icon-wrap i {
  font-size: 1.35rem;
  color: #FF6A00;
  transition: all 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-card:hover .service-icon-wrap {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 106, 0, 0.35);
  box-shadow: 0 8px 25px rgba(255, 106, 0, 0.25);
}

.service-card:hover .service-icon-wrap i {
  color: #FF4D00;
  text-shadow: 0 0 12px #FF6A00, 0 0 24px #FF6A00;
  transform: scale(1.08) rotate(3deg);
}

.service-card h3 {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: #111111;
  margin-bottom: 12px;
  transition: color 0.55s ease;
  position: relative;
  z-index: 3;
}

.service-card:hover h3 {
  color: #FFFFFF;
}

.service-card p {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.7;
  transition: color 0.55s ease;
  position: relative;
  z-index: 3;
}

.service-card:hover p {
  color: #DEDEDE;
}

/* Bottom Right Curved Shape */
.orange-curve-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 160px;
  height: 160px;
  pointer-events: none;
  z-index: 2;
}

.orange-curve-wrap::before {
  content: '';
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle at bottom right, #FF8F40 0%, #FF6A00 50%, rgba(255, 106, 0, 0) 75%);
  filter: blur(8px);
  opacity: 0.85;
  transition: all 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  transform: rotate(-15deg);
}

.glow-arc {
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left: 3px solid #FF6A00;
  border-top: 3px solid #FF6A00;
  filter: blur(1.5px);
  opacity: 0;
  transform: rotate(45deg);
  transition: all 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-card:hover .orange-curve-wrap::before {
  width: 260px;
  height: 260px;
  background: radial-gradient(circle at bottom right, #FF4D00 10%, #FF6A00 45%, rgba(255, 106, 0, 0) 70%);
  filter: blur(15px);
  opacity: 1;
}

.service-card:hover .glow-arc {
  opacity: 1;
  transform: scale(1.2) rotate(145deg);
  border-color: #FF4D00;
  filter: blur(1.5px) drop-shadow(0 0 15px #FF6A00);
}

/* Header highlight building word */
.highlight-build {
  display: inline-block;
  background: linear-gradient(90deg, #FF6A00 0%, #FF4D00 50%, #FF8F40 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: buildShift 4s linear infinite;
  text-shadow: 0 0 35px rgba(255, 106, 0, 0.12);
}

@keyframes buildShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* Pill CTA Button */
.btn-pill-orange {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 36px;
  background: #FFFFFF;
  border: 2px solid #FF6A00;
  color: #FF6A00;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 4px 15px rgba(255, 106, 0, 0.05);
}

.btn-pill-orange i {
  transition: transform 0.3s ease;
}

.btn-pill-orange:hover {
  background: #FF6A00;
  color: #FFFFFF;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(255, 106, 0, 0.25);
}

.btn-pill-orange:hover i {
  transform: translateX(5px);
}

/* ============================================
   WHY CHOOSE US
   ============================================ */
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.why-card {
  text-align: center;
  padding: 32px 20px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: var(--transition-med);
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--border-hover);
}

.why-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  background: var(--gradient-soft);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-icon i {
  font-size: 1.5rem;
  color: var(--primary);
}

.why-card h4 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 8px;
}

.why-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
}

/* ============================================
   PORTFOLIO CARDS
   ============================================ */
.portfolio-filters {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 9px 22px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-muted);
  border: 1px solid var(--border);
  border-radius: 50px;
  cursor: pointer;
  transition: var(--transition-fast);
  background: var(--white);
}

.filter-btn:hover,
.filter-btn.active {
  color: #fff;
  background: var(--gradient-primary);
  border-color: transparent;
  box-shadow: var(--shadow-glow);
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.portfolio-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition-med);
  cursor: pointer;
}

.portfolio-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
  border-color: var(--border-hover);
}

.portfolio-thumb {
  width: 100%;
  aspect-ratio: 16/10;
  background: var(--bg-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.portfolio-thumb .thumb-bg {
  position: absolute;
  inset: 0;
}

.portfolio-thumb.grad-1 .thumb-bg {
  background: linear-gradient(135deg, rgba(4, 4, 4, 0.05), rgba(255, 77, 0, 0.08));
}

.portfolio-thumb.grad-2 .thumb-bg {
  background: linear-gradient(135deg, rgba(255, 77, 0, 0.08), rgba(222, 222, 222, 0.5));
}

.portfolio-thumb.grad-3 .thumb-bg {
  background: linear-gradient(135deg, rgba(222, 222, 222, 0.5), rgba(4, 4, 4, 0.05));
}

.portfolio-thumb .thumb-icon {
  font-size: 2.5rem;
  color: var(--primary);
  z-index: 1;
  opacity: 0.6;
  transition: var(--transition-fast);
}

.portfolio-card:hover .thumb-icon {
  opacity: 1;
  transform: scale(1.1);
}

.portfolio-info {
  padding: 22px;
}

.portfolio-info h4 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 6px;
}

.portfolio-info p {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 14px;
}

.portfolio-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.p-tag {
  padding: 4px 12px;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--primary);
  background: var(--primary-dim);
  border-radius: 50px;
}

/* ============================================
   STAT ROW
   ============================================ */
.stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.stat-box {
  text-align: center;
  padding: 30px 20px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: var(--transition-fast);
}

.stat-box:hover {
  border-color: var(--border-hover);
  box-shadow: var(--shadow-glow);
}

.stat-num {
  font-family: var(--font-heading);
  font-size: 2.4rem;
  font-weight: 800;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 4px;
}

.stat-lbl {
  font-size: 0.88rem;
  color: var(--text-muted);
}

/* ============================================
   TECH STACK
   ============================================ */
.tech-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.tech-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 22px 12px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  transition: var(--transition-fast);
  cursor: default;
}

.tech-item:hover {
  border-color: var(--border-hover);
  transform: translateY(-4px);
  box-shadow: var(--shadow-glow);
}

.tech-item i {
  font-size: 1.8rem;
  color: var(--primary);
  transition: var(--transition-fast);
}

.tech-item:hover i {
  transform: scale(1.15);
}

.tech-item span {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 500;
  text-align: center;
}

/* ============================================
   PROCESS TIMELINE
   ============================================ */
.timeline-wrap {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
}

.timeline-wrap::before {
  content: '';
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border);
}

.timeline-fill {
  position: absolute;
  left: 32px;
  top: 0;
  width: 2px;
  height: 0%;
  background: var(--gradient-primary);
  transition: height 0.5s ease-out;
  box-shadow: 0 0 10px var(--cyan-glow);
}

.timeline-step {
  display: flex;
  gap: 28px;
  margin-bottom: 48px;
  position: relative;
}

.timeline-step:last-child {
  margin-bottom: 0;
}

.step-dot {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  background: var(--bg-card);
  border: 2px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: var(--transition-fast);
}

.step-dot i {
  font-size: 1.3rem;
  color: var(--text-light);
  transition: var(--transition-fast);
}

.timeline-step.active .step-dot {
  border-color: var(--primary);
  box-shadow: var(--shadow-glow);
  background: var(--primary-dim);
}

.timeline-step.active .step-dot i {
  color: var(--primary);
}

.step-body {
  padding-top: 10px;
  flex: 1;
}

.step-num {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--violet);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 6px;
}

.step-body h4 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 8px;
}

.step-body p {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* Support & Maintenance highlight */
.maintenance-box {
  margin-top: 60px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  background: var(--gradient-soft);
  border: 1px solid rgba(124, 58, 237, 0.15);
  border-radius: var(--radius-lg);
  padding: 32px 36px;
  display: flex;
  align-items: center;
  gap: 24px;
  transition: var(--transition-med);
}

.maintenance-box:hover {
  box-shadow: 0 8px 30px rgba(124, 58, 237, 0.1);
  transform: translateY(-4px);
}

.maint-icon {
  width: 60px;
  height: 60px;
  background: var(--gradient-violet);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.maint-icon i {
  font-size: 1.5rem;
  color: #fff;
}

.maint-text h4 {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 6px;
}

.maint-text h4 span {
  color: var(--violet);
}

.maint-text p {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ============================================
   CONTACT FORM
   ============================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: start;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.ci-icon {
  width: 48px;
  height: 48px;
  background: var(--primary-dim);
  border: 1px solid rgba(37, 99, 235, 0.1);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ci-icon i {
  font-size: 1.1rem;
  color: var(--primary);
}

.contact-item h4 {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 4px;
}

.contact-item p {
  font-size: 0.88rem;
  color: var(--text-muted);
}

.form-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px;
  box-shadow: var(--shadow-md);
}

.form-card h3 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 24px;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-body);
  margin-bottom: 8px;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 13px 18px;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--text-dark);
  font-size: 0.92rem;
  transition: var(--transition-fast);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px var(--primary-glow);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--text-light);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.form-group select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2364748B' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}

.form-group select option {
  background: #fff;
  color: var(--text-dark);
}

.form-error {
  font-size: 0.78rem;
  color: #EF4444;
  margin-top: 6px;
  display: none;
}

.form-group.error input,
.form-group.error textarea,
.form-group.error select {
  border-color: #EF4444;
}

.form-group.error .form-error {
  display: block;
}

.form-success {
  display: none;
  padding: 16px;
  background: rgba(37, 99, 235, 0.06);
  border: 1px solid rgba(37, 99, 235, 0.15);
  border-radius: var(--radius-sm);
  color: var(--primary);
  font-size: 0.92rem;
  text-align: center;
  margin-top: 16px;
}

.form-success.show {
  display: block;
  animation: fadeUp 0.5s ease forwards;
}

.btn-submit {
  width: 100%;
  padding: 15px;
  background: var(--gradient-primary);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 50px;
  cursor: pointer;
  transition: var(--transition-fast);
  box-shadow: var(--shadow-glow);
  margin-top: 6px;
}

.btn-submit:hover {
  box-shadow: 0 12px 35px rgba(37, 99, 235, 0.25);
  transform: translateY(-2px);
}

/* ============================================
   CTA BANNER
   ============================================ */
.cta-banner {
  padding: 80px 0;
  background: var(--gradient-primary);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 70%);
  top: -200px;
  right: -100px;
  border-radius: 50%;
}

.cta-banner h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.cta-banner p {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.btn-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 36px;
  background: #fff;
  color: var(--primary);
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 50px;
  cursor: pointer;
  transition: var(--transition-fast);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
}

.btn-white:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.2);
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
  padding: 60px 0 30px;
  background: var(--text-dark);
  color: rgba(255, 255, 255, 0.7);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-brand .nav-logo {
  margin-bottom: 16px;
}

.footer-brand .nav-logo .logo-highlight {
  color: #fff;
}

.footer-brand .nav-logo {
  color: #fff;
}

.footer-brand p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
  max-width: 300px;
}

.footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.footer-social {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition-fast);
}

.footer-social i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  transition: var(--transition-fast);
}

.footer-social:hover {
  border-color: var(--primary-light);
  background: rgba(37, 99, 235, 0.15);
  transform: translateY(-3px);
}

.footer-social:hover i {
  color: var(--primary-light);
}

.footer-col h4 {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 18px;
}

.footer-col a {
  display: block;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
  transition: var(--transition-fast);
}

.footer-col a:hover {
  color: var(--primary-light);
  padding-left: 6px;
}

.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-bottom p {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.4);
}

.footer-bottom a {
  color: var(--primary-light);
  transition: var(--transition-fast);
}

.footer-bottom a:hover {
  color: #fff;
}

/* ============================================
   SCROLL TO TOP
   ============================================ */
.scroll-top {
  position: fixed;
  bottom: 110px;
  right: 37px;
  width: 46px;
  height: 46px;
  background: var(--gradient-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  transition: bottom 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease, transform 0.3s ease;
  box-shadow: var(--shadow-glow);
}

.scroll-top.visible {
  opacity: 1;
  pointer-events: all;
}

.scroll-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(37, 99, 235, 0.3);
}

.scroll-top i {
  font-size: 1.2rem;
  color: #fff;
}

/* ============================================
   ABOUT PAGE EXTRAS
   ============================================ */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.value-card {
  text-align: center;
  padding: 32px 20px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: var(--transition-med);
}

.value-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--border-hover);
}

.value-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  background: var(--gradient-soft);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.value-icon i {
  font-size: 1.5rem;
  color: var(--primary);
}

.value-card h4 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 8px;
}

.value-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
}

/* Team grid */
/* ============================================
   PREMIUM FOUNDER CARDS SECTION
   Inspired by Luxury Dark Tech Neumorphism Design
   ============================================ */
.founder-section {
  position: relative;
  overflow: hidden;
}

.founders-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  max-width: 980px;
  margin: 0 auto;
  align-items: stretch;
}

.founder-card {
  background: #141518;
  background: linear-gradient(165deg, #1A1B1F 0%, #121316 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  padding: 18px 18px 24px 18px;
  box-shadow:
    0 24px 50px -12px rgba(0, 0, 0, 0.4),
    0 10px 20px -5px rgba(0, 0, 0, 0.2),
    inset 0 1px 1px rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
}

.founder-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 20%;
  right: 20%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 101, 0, 0.35), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.founder-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 101, 0, 0.32);
  box-shadow:
    0 32px 70px -12px rgba(0, 0, 0, 0.5),
    0 0 30px rgba(255, 101, 0, 0.12),
    inset 0 1px 1px rgba(255, 255, 255, 0.15);
}

.founder-card:hover::before {
  opacity: 1;
}

/* Inner Top Profile Pill */
.founder-inner-pill {
  background: #1F2025;
  background: linear-gradient(180deg, #24262C 0%, #1C1D22 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.08),
    0 6px 16px rgba(0, 0, 0, 0.25);
  position: relative;
}

/* Avatar box */
.founder-avatar-box {
  flex-shrink: 0;
}

.founder-avatar-badge {
  width: 68px;
  height: 68px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Heading Now', var(--font-heading), 'Sora', sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #FFFFFF;
  position: relative;
  box-shadow:
    0 8px 20px rgba(255, 101, 0, 0.35),
    inset 0 1px 1px rgba(255, 255, 255, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.12);
  user-select: none;
}

.founder-avatar-badge.avatar-rajashwath {
  background: linear-gradient(135deg, #FF6500 0%, #E64A19 50%, #C83803 100%);
}

.founder-avatar-badge.avatar-mythili {
  background: linear-gradient(135deg, #FF7B1A 0%, #FF5100 50%, #D84315 100%);
}

/* Founder text details */
.founder-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.founder-name-row {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.founder-name {
  font-family: var(--font-heading), 'Sora', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.10em;
  margin: 0;
  line-height: 1.2;
}

.founder-verified {
  color: #FF6500;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.founder-role {
  font-family: var(--font-body), 'Inter', sans-serif;
  font-size: 13.5px;
  color: #8E929E;
  font-weight: 500;
  margin: 5px 0 0 0;
  line-height: 1.3;
}

.founder-rating-meta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12.5px;
  line-height: 1;
}

.founder-rating-meta .star-gold {
  color: #FFB800;
  font-size: 13px;
}

.founder-rating-meta .rating-num {
  font-weight: 700;
  color: #FFFFFF;
  font-size: 13px;
}

.founder-rating-meta .rating-count {
  color: #6C7280;
  font-weight: 500;
  font-size: 12px;
}

/* Top Right Favorite Button */
.founder-fav-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8E929E;
  font-size: 14px;
  cursor: pointer;
  align-self: flex-start;
  margin-top: 2px;
  flex-shrink: 0;
  transition: all 0.25s ease;
  padding: 0;
}

.founder-fav-btn:hover {
  color: #FF6500;
  border-color: rgba(255, 101, 0, 0.4);
  background: rgba(255, 101, 0, 0.1);
  transform: scale(1.1);
}

.founder-fav-btn.active {
  color: #FF4081 !important;
  border-color: rgba(255, 64, 129, 0.5) !important;
  background: rgba(255, 64, 129, 0.15) !important;
  transform: scale(1.1);
}

/* Bottom Action Buttons Bar */
.founder-actions-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 22px;
  margin-bottom: 4px;
  padding: 0 8px;
}

/* Circular Action Buttons with Neumorphic Dark Finish */
.founder-action-btn {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #202126;
  background: linear-gradient(145deg, #27282F 0%, #1A1B1F 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.4),
    inset 0 1px 1px rgba(255, 255, 255, 0.12),
    inset 0 -2px 4px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ECEEF2;
  font-size: 21px;
  text-decoration: none;
  position: relative;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

/* Action tooltips */
.founder-action-btn .action-tooltip {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  background: rgba(15, 16, 18, 0.95);
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 8px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  z-index: 10;
}

.founder-action-btn .action-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: rgba(15, 16, 18, 0.95) transparent transparent transparent;
}

.founder-action-btn:hover .action-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* Specific button hover effects */
.founder-action-btn.wa-btn:hover {
  background: #25D366;
  background: linear-gradient(135deg, #2EE872 0%, #1EB856 100%);
  border-color: #25D366;
  color: #FFFFFF;
  transform: translateY(-5px) scale(1.08);
  box-shadow:
    0 14px 28px rgba(37, 211, 102, 0.38),
    inset 0 1px 2px rgba(255, 255, 255, 0.4);
}

.founder-action-btn.call-btn:hover {
  background: #FF6500;
  background: linear-gradient(135deg, #FF7A1A 0%, #E65100 100%);
  border-color: #FF6500;
  color: #FFFFFF;
  transform: translateY(-5px) scale(1.08);
  box-shadow:
    0 14px 28px rgba(255, 101, 0, 0.42),
    inset 0 1px 2px rgba(255, 255, 255, 0.4);
}

.founder-action-btn.msg-btn:hover {
  background: #FF8A00;
  background: linear-gradient(135deg, #FFA000 0%, #FF6500 100%);
  border-color: #FFA000;
  color: #FFFFFF;
  transform: translateY(-5px) scale(1.08);
  box-shadow:
    0 14px 28px rgba(255, 138, 0, 0.4),
    inset 0 1px 2px rgba(255, 255, 255, 0.4);
}

/* Active touch state */
.founder-action-btn:active {
  transform: translateY(-2px) scale(0.96);
}

/* Responsive Founder Grid (Vertical layout on mobile/tablet) */
@media (max-width: 768px) {
  .founders-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    gap: 24px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .founders-grid {
    max-width: 100%;
    gap: 20px;
  }

  .founder-card {
    padding: 16px 16px 20px 16px;
    border-radius: 24px;
  }

  .founder-inner-pill {
    padding: 14px 16px;
    gap: 14px;
    border-radius: 20px;
  }

  .founder-avatar-badge {
    width: 62px;
    height: 62px;
    font-size: 26px;
    border-radius: 16px;
  }

  .founder-name {
    font-size: 17px;
  }

  .founder-actions-bar {
    gap: 16px;
    margin-top: 18px;
  }

  .founder-action-btn {
    width: 52px;
    height: 52px;
    font-size: 19px;
  }
}

/* Legacy fallback */
.team-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.team-card {
  flex: 1 1 270px;
  max-width: 280px;
  text-align: center;
  padding: 28px 20px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: var(--transition-med);
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.team-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
}

.team-card:nth-child(1) .team-avatar {
  background: var(--gradient-primary);
}

.team-card:nth-child(2) .team-avatar {
  background: var(--gradient-violet);
}

.team-card:nth-child(3) .team-avatar {
  background: var(--gradient-mixed);
}

.team-card:nth-child(4) .team-avatar {
  background: linear-gradient(135deg, #06B6D4, #7C3AED);
}

.team-card h4 {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 4px;
}

.team-card p {
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  :root {
    --section-padding: 80px 0;
  }

  .hero .container {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }

  .hero-subtitle {
    margin: 0 auto 36px;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-visual {
    max-width: 540px;
    margin: 30px auto 0;
  }

  .hero-stats {
    justify-content: center;
    flex-wrap: wrap;
  }

  .dashboard-3d-wrap {
    transform: none !important;
    width: 100%;
  }

  .floating-widget {
    display: none !important;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .hero-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .tech-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }

  .timeline-step {
    gap: 18px;
  }

  .step-dot {
    width: 52px;
    height: 52px;
  }

  .timeline-wrap::before,
  .timeline-fill {
    left: 25px;
  }

  .maintenance-box {
    flex-direction: column;
    text-align: center;
    padding: 24px 20px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  :root {
    --section-padding: 60px 0;
    --container-max: 100%;
  }

  .container {
    padding: 0 16px;
  }

  .hero {
    padding-top: 80px;
  }

  .hero-badge {
    font-size: 0.72rem;
    padding: 6px 14px;
  }

  .hero-title {
    font-size: clamp(1.6rem, 7vw, 2rem);
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .dashboard-wrap {
    aspect-ratio: 4/3.5;
  }

  .float-accent {
    display: none;
  }

  .hero-stats {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .stat-row {
    grid-template-columns: 1fr 1fr;
  }

  .tech-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .portfolio-filters {
    gap: 8px;
  }

  .filter-btn {
    padding: 7px 14px;
    font-size: 0.78rem;
  }

  .form-card {
    padding: 24px 18px;
  }

  .scroll-top {
    bottom: 20px;
    right: 29px;
    width: 40px;
    height: 40px;
  }

  .page-hero {
    padding: 130px 0 60px;
  }
}

/* ============================================
   INTERACTIVE DIGITAL BOOK EXPERIENCE
   ============================================ */
.book-section {
  background: #FFFFFF;
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  scroll-margin-top: 90px;
}

.book-ambient-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  height: 900px;
  background: radial-gradient(circle, rgba(255, 106, 0, 0.09) 0%, rgba(255, 106, 0, 0) 70%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 1;
}

.book-container {
  position: relative;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  z-index: 2;
  transform-style: preserve-3d;
  perspective: 2000px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Leather Hardcover Backing */
.book-cover {
  position: absolute;
  inset: -15px -20px;
  background: linear-gradient(135deg, #161616 0%, #080808 100%);
  border: 1px solid rgba(255, 106, 0, 0.35);
  border-radius: 20px;
  z-index: 1;
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.5),
    0 0 50px rgba(255, 106, 0, 0.12);
  pointer-events: none;
}

.book-spine {
  position: absolute;
  top: -15px;
  bottom: -15px;
  left: 50%;
  width: 16px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #050505, #1c1c1c, #050505);
  border-left: 1.5px solid rgba(255, 106, 0, 0.25);
  border-right: 1.5px solid rgba(255, 106, 0, 0.25);
  z-index: 10;
}

.book-spine::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 55px;
  background: linear-gradient(180deg, #FF6A00 0%, #FF4D00 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 80%, 0% 100%);
  box-shadow: 0 4px 10px rgba(255, 106, 0, 0.35);
  z-index: 9;
}


/* Page Stack Depth */
.page-stack {
  position: absolute;
  top: -5px;
  bottom: -5px;
  width: 25px;
  z-index: 2;
  pointer-events: none;
}

.stack-left {
  left: -20px;
  border-left: 2.5px solid #080808;
  border-radius: 4px 0 0 4px;
  background: repeating-linear-gradient(90deg, #FFFFFF, #FFFFFF 1.5px, #DEDEDE 1.5px, #DEDEDE 3px);
  box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
}

.stack-right {
  right: -20px;
  border-right: 2.5px solid #080808;
  border-radius: 0 4px 4px 0;
  background: repeating-linear-gradient(90deg, #DEDEDE, #DEDEDE 1.5px, #FFFFFF 1.5px, #FFFFFF 3px);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

/* Book pages grid */
.book-pages-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  background: #111111;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.04);
}

/* Individual Book Page */
.book-page {
  position: relative;
  padding: 55px 50px;
  background: #121212;
  color: #DEDEDE;
  min-height: 720px;
  display: flex;
  flex-direction: column;
}

.gutter-shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  z-index: 5;
  pointer-events: none;
}

.page-left .gutter-shadow {
  right: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
}

.page-right .gutter-shadow {
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
}

/* Center seam line */
.book-pages-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: rgba(0, 0, 0, 0.9);
  z-index: 6;
}

/* Left Page Content Details */
.book-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(255, 106, 0, 0.08);
  border: 1px solid rgba(255, 106, 0, 0.25);
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #FF6A00;
  margin-bottom: 24px;
  width: fit-content;
}

.book-page-title {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.25;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.book-page-sub {
  font-size: 0.9rem;
  color: #A3A3A3;
  margin-bottom: 30px;
}

.orange-accent-txt {
  color: #FF6A00;
  font-weight: 600;
}

/* Form Styles */
.book-contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-grow: 1;
  justify-content: center;
}

.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group-book {
  position: relative;
}

.form-group-book input,
.form-group-book textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  padding: 14px 16px 14px 44px;
  color: #FFFFFF;
  font-size: 0.9rem;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.form-group-book textarea {
  padding-left: 44px;
  resize: none;
}

.form-group-book .input-icon,
.form-group-book .textarea-icon {
  position: absolute;
  left: 16px;
  color: #FF6A00;
  transition: transform 0.3s ease;
}

.form-group-book .input-icon {
  top: 50%;
  transform: translateY(-50%);
}

.form-group-book .textarea-icon {
  top: 16px;
}

.form-group-book input:focus,
.form-group-book textarea:focus {
  border-color: #FF6A00;
  background: rgba(255, 106, 0, 0.02);
  box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.15);
  outline: none;
}

.form-group-book input:focus+.input-icon,
.form-group-book textarea:focus+.textarea-icon {
  transform: translateY(-50%) scale(1.1);
  color: #FF4D00;
}

.form-group-book textarea:focus+.textarea-icon {
  transform: scale(1.1);
}

/* Captcha styling */
.captcha-row {
  display: grid;
  grid-template-columns: 1.4fr 1.2fr 50px;
  gap: 12px;
  align-items: center;
}

.captcha-code-box {
  background: #FFFFFF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 18px;
  height: 48px;
  font-family: 'Courier New', Courier, monospace;
  font-size: 1.15rem;
  font-weight: 800;
  color: #222222;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
  user-select: none;
}

.captcha-code-box::before {
  content: '';
  position: absolute;
  width: 120%;
  height: 1.5px;
  background: rgba(255, 77, 0, 0.4);
  transform: rotate(-10deg);
}

.captcha-code-box::after {
  content: '';
  position: absolute;
  width: 120%;
  height: 1.5px;
  background: rgba(255, 77, 0, 0.3);
  transform: rotate(15deg);
}

.captcha-num {
  font-style: italic;
  font-size: 1.25rem;
  z-index: 2;
}

.captcha-op,
.captcha-eq {
  z-index: 2;
  color: #FF6A00;
}

.captcha-refresh-btn {
  height: 48px;
  width: 50px;
  background: #FF6A00;
  border: none;
  border-radius: 12px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.captcha-refresh-btn:hover {
  background: #FF4D00;
  transform: scale(1.05);
}

/* Submit Button */
.book-submit-btn {
  width: 100%;
  padding: 16px;
  background: linear-gradient(90deg, #FF6A00 0%, #FF4D00 100%);
  border: none;
  border-radius: 12px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 1px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 4px 15px rgba(255, 106, 0, 0.25);
  margin-top: 10px;
}

.book-submit-btn i {
  transition: transform 0.3s ease;
}

.book-submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 106, 0, 0.4);
}

.book-submit-btn:hover i {
  transform: translateX(4px) translateY(-2px);
}

.book-submit-btn:disabled {
  opacity: 0.75;
  cursor: not-allowed;
  transform: none !important;
}

/* Form Status Message Styling */
.form-status-msg {
  margin-top: 14px;
  display: none;
}

.form-alert-success {
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.4);
  color: #4ade80;
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 0.92rem;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  animation: fadeInForm 0.3s ease;
  text-align: left;
}

.form-alert-success i {
  font-size: 1.25rem;
  color: #22c55e;
  flex-shrink: 0;
  margin-top: 2px;
}

.form-alert-error {
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.4);
  color: #f87171;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 0.9rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 10px;
  animation: fadeInForm 0.3s ease;
  text-align: left;
}

.form-alert-error i {
  font-size: 1.15rem;
  color: #ef4444;
  flex-shrink: 0;
}

@keyframes fadeInForm {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Right Page Brand Header */
.right-page-header {
  margin-bottom: 24px;
}

.brand-log-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-logo-mini,
.brand-logo-mini-img {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  object-fit: contain;
  background: #ffffff;
  padding: 3px;
}

.brand-name-mini {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 1px;
  color: #FFFFFF;
}

.brand-name-mini .orange-txt {
  color: #FF6A00;
}

.horizontal-divider {
  height: 1px;
  background: linear-gradient(90deg, #FF6A00, transparent);
  margin-top: 10px;
  opacity: 0.4;
}

/* Right Page Content Showcase */
.book-showcase-title {
  font-family: var(--font-heading);
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.25;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.highlight-orange-txt {
  background: linear-gradient(90deg, #FF6A00, #FF4D00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.showcase-layout {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 20px;
  margin-bottom: 24px;
}

.showcase-text-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.highlight-lead {
  font-size: 0.95rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.5;
  border-left: 2px solid #FF6A00;
  padding-left: 12px;
}

.showcase-desc {
  font-size: 0.82rem;
  color: #A3A3A3;
  line-height: 1.6;
}

/* Hologram Visual Pedestal Styles */
.showcase-visual-col {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hologram-pedestal {
  position: relative;
  width: 140px;
  height: 140px;
}

.pedestal-glow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 24px;
  background: #181818;
  border: 1.5px solid #FF6A00;
  border-radius: 50%;
  box-shadow:
    0 5px 15px rgba(255, 106, 0, 0.4),
    0 0 10px rgba(255, 106, 0, 0.3);
}

.floating-hologram-obj {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 80px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1.5px solid rgba(255, 106, 0, 0.45);
  border-radius: 12px;
  box-shadow:
    0 0 15px rgba(255, 106, 0, 0.25),
    inset 0 0 10px rgba(255, 106, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: floatHologram 4s ease-in-out infinite alternate;
  z-index: 3;
}

.floating-hologram-obj i {
  color: #FF6A00;
  font-size: 1.8rem;
  text-shadow: 0 0 10px rgba(255, 106, 0, 0.6);
  animation: pulseCodeIcon 2s infinite ease-in-out alternate;
}

@keyframes floatHologram {
  0% {
    transform: translate(-50%, 0) rotateY(15deg) rotateX(5deg);
  }

  100% {
    transform: translate(-50%, -12px) rotateY(-15deg) rotateX(-5deg);
  }
}

@keyframes pulseCodeIcon {
  0% {
    opacity: 0.8;
    transform: scale(0.95);
  }

  100% {
    opacity: 1;
    transform: scale(1.05);
  }
}

/* Orbits */
.energy-orbit {
  position: absolute;
  top: 40%;
  left: 50%;
  border: 1.5px solid rgba(255, 106, 0, 0.3);
  border-radius: 50%;
  transform-style: preserve-3d;
  pointer-events: none;
}

.orbit-1 {
  width: 130px;
  height: 50px;
  transform: translate(-50%, -50%) rotateX(68deg) rotateY(12deg);
  animation: orbitSpin1 10s linear infinite;
}

.orbit-2 {
  width: 100px;
  height: 38px;
  transform: translate(-50%, -50%) rotateX(-62deg) rotateY(-18deg);
  animation: orbitSpin2 8s linear infinite;
}

@keyframes orbitSpin1 {
  0% {
    transform: translate(-50%, -50%) rotateX(68deg) rotateY(12deg) rotateZ(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotateX(68deg) rotateY(12deg) rotateZ(360deg);
  }
}

@keyframes orbitSpin2 {
  0% {
    transform: translate(-50%, -50%) rotateX(-62deg) rotateY(-18deg) rotateZ(360deg);
  }

  100% {
    transform: translate(-50%, -50%) rotateX(-62deg) rotateY(-18deg) rotateZ(0deg);
  }
}

/* Sparks/Sparks container */
.sparks-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.spark {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #FF6A00;
  border-radius: 50%;
  box-shadow: 0 0 8px #FF6A00;
  opacity: 0;
}

.spark.s1 {
  animation: sparkPath1 4s infinite linear;
}

.spark.s2 {
  animation: sparkPath2 3.5s infinite linear 1s;
}

@keyframes sparkPath1 {
  0% {
    opacity: 0;
    transform: translate(30px, 90px) scale(0.5);
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(110px, 30px) scale(1);
  }
}

@keyframes sparkPath2 {
  0% {
    opacity: 0;
    transform: translate(120px, 90px) scale(0.5);
  }

  15% {
    opacity: 1;
  }

  85% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(40px, 20px) scale(1);
  }
}

/* Bottom Feature Cards */
.book-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: auto;
  margin-bottom: 24px;
}

.book-feature-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 106, 0, 0.15);
  border-radius: 12px;
  padding: 14px 8px;
  text-align: center;
  transition: all 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  cursor: default;
}

.book-feature-card:hover {
  transform: translateY(-8px) scale(1.02);
  background: linear-gradient(180deg, rgba(255, 106, 0, 0.08) 0%, rgba(255, 106, 0, 0.02) 100%);
  border-color: #FF6A00;
  box-shadow: 0 8px 20px rgba(255, 106, 0, 0.18);
}

.book-feature-card .feature-icon {
  font-size: 1.15rem;
  color: #FF6A00;
  margin-bottom: 8px;
  transition: transform 0.4s ease;
}

.book-feature-card:hover .feature-icon {
  transform: scale(1.15) rotate(5deg);
}

.book-feature-card h4 {
  font-size: 0.78rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 4px;
}

.book-feature-card p {
  font-size: 0.65rem;
  color: #A3A3A3;
  line-height: 1.4;
}

/* View More Link */
.book-view-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #FF6A00;
  margin-top: 10px;
  transition: transform 0.3s ease;
  width: fit-content;
}

.book-view-more:hover {
  transform: translateX(4px);
}

/* Page Curl Effect corners */
.book-page::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background: linear-gradient(135deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 106, 0, 0.1) 100%);
  bottom: 0;
  transition: all 0.4s ease;
  pointer-events: auto;
  cursor: pointer;
  z-index: 10;
}

.page-left::after {
  left: 0;
  border-radius: 0 8px 0 0;
}

.page-right::after {
  right: 0;
  border-radius: 8px 0 0 0;
}

.page-left:hover::after {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, transparent 50%, rgba(255, 255, 255, 0.25) 50%, #FF6A00 100%);
}

.page-right:hover::after {
  width: 45px;
  height: 45px;
  background: linear-gradient(-135deg, transparent 50%, rgba(255, 255, 255, 0.25) 50%, #FF6A00 100%);
}

/* Responsive constraints */
@media (max-width: 1024px) {
  .book-pages-wrap {
    grid-template-columns: 1fr;
  }

  .book-page {
    min-height: auto;
    padding: 40px 30px;
  }

  .stack-left,
  .stack-right,
  .book-spine,
  .page-stack {
    display: none;
  }

  .book-cover {
    inset: -5px;
    border-radius: 12px;
  }
}

/* ============================================
   INFINITE KINETIC MARQUEE TAPES
   ============================================ */
.marquee-section-wrap {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 60px 0 100px;
  overflow: hidden;
  background: #FFFFFF;
}

.marquee-tape-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  transform-style: preserve-3d;
  perspective: 1000px;
  transition: opacity 1s ease, transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.marquee-tape {
  display: flex;
  align-items: center;
  width: 100%;
  height: 85px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  position: relative;
  transition: all 0.4s ease;
  cursor: grab;
}

.marquee-tape::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image: repeating-linear-gradient(45deg, #000, #000 1px, transparent 1px, transparent 4px);
  pointer-events: none;
}

/* Tape 1: Orange */
.tape-orange {
  background: linear-gradient(90deg, #FF6A00 0%, #FF7E29 100%);
  color: #111111;
  border: 1px solid rgba(255, 106, 0, 0.2);
}

/* Tape 2: Black */
.tape-black {
  background: #111111;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.marquee-content {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-right: 40px;
  white-space: nowrap;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* Mini logo indicator */
.mini-logo-pulse,
.mini-logo-img {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  border-radius: 5px;
  object-fit: contain;
  background: #ffffff;
  padding: 3px;
  animation: logoPulseGlow 2s infinite ease-in-out alternate;
}

@keyframes logoPulseGlow {
  0% {
    transform: scale(0.9);
    filter: drop-shadow(0 0 2px rgba(255, 106, 0, 0.2));
  }

  100% {
    transform: scale(1.05);
    filter: drop-shadow(0 0 8px rgba(255, 106, 0, 0.7));
  }
}

/* Text highlighting */
.highlight-txt-black {
  color: #000000;
  font-weight: 900;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.highlight-txt-orange {
  color: #FF6A00;
  font-weight: 900;
  text-shadow: 0 0 12px rgba(255, 106, 0, 0.5);
}

/* Hover tape interactions */
.marquee-tape:hover {
  transform: translateY(-4px) scale(1.015);
  box-shadow: 0 15px 40px rgba(255, 106, 0, 0.22);
  filter: brightness(1.08);
}

/* Tablet responsiveness */
@media (max-width: 1024px) {
  .marquee-tape-container {
    gap: 20px;
  }

  .marquee-tape {
    height: 70px;
  }

  .marquee-content {
    font-size: 1.05rem;
    gap: 30px;
    padding-right: 30px;
  }
}

/* Mobile responsiveness: single horizontal tape */
@media (max-width: 480px) {
  .marquee-tape-container {
    transform: none;
    gap: 12px;
  }

  .marquee-tape {
    height: 60px;
    border-radius: 0;
    box-shadow: none;
  }

  .marquee-content {
    font-size: 0.9rem;
    gap: 20px;
    padding-right: 20px;
  }
}

/* ============================================
   PREMIUM SHOWCASE PORTFOLIO EXPERIENCE
   ============================================ */
.portfolio-showcase-section {
  position: relative;
  width: 100%;
  max-width: 100vw;
  padding: 140px 0;
  background: #FFFFFF;
  overflow: hidden;
}

/* Background Gradients and Dotted Grids */
.showcase-bg-grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 106, 0, 0.08) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
  z-index: 1;
}

.showcase-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.22;
  pointer-events: none;
  z-index: 1;
}

.bg-glow-1 {
  top: 10%;
  left: 5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 106, 0, 0.6) 0%, transparent 80%);
}

.bg-glow-2 {
  bottom: 10%;
  right: 5%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(255, 106, 0, 0.5) 0%, transparent 80%);
}

.showcase-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

/* Title Badge and Header */
.showcase-header {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
  z-index: 10;
}

.showcase-badge {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: #FF6A00;
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.badge-line {
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #FF6A00);
}

.badge-line.right {
  background: linear-gradient(90deg, #FF6A00, transparent);
}

.showcase-title {
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  font-weight: 900;
  color: #111111;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.text-gradient-orange-move {
  background: linear-gradient(90deg, #FF6A00, #FF8E42, #FF6A00);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: moveGradient 5s linear infinite;
}

@keyframes moveGradient {
  0% {
    background-position: 0% center;
  }

  50% {
    background-position: 100% center;
  }

  100% {
    background-position: 0% center;
  }
}

.showcase-subtitle {
  font-size: 1.15rem;
  color: #555555;
  max-width: 650px;
  margin: 0 auto;
}

/* Dotted connection paths */
.dotted-connections-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1400px;
  height: 450px;
  pointer-events: none;
  z-index: 2;
}

.dotted-connections-svg path {
  stroke: rgba(255, 106, 0, 0.22);
  stroke-dasharray: 8, 12;
  animation: dashTransfer 24s linear infinite;
}

@keyframes dashTransfer {
  to {
    stroke-dashoffset: -1000;
  }
}

/* Cards Wrapper */
.showcase-cards-container {
  display: grid;
  grid-template-columns: 0.95fr 1.1fr 0.95fr;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 70px;
  position: relative;
  z-index: 10;
}

/* Base Card Style */
.showcase-card {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 106, 0, 0.15);
  border-radius: 32px;
  padding: 30px;
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.04),
    inset 0 0 20px rgba(255, 106, 0, 0.02);
  position: relative;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transform-style: preserve-3d;
  perspective: 1200px;
  display: flex;
  flex-direction: column;
}

/* Featured Center Card */
.card-center {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 106, 0, 0.3);
  box-shadow:
    0 40px 90px rgba(255, 106, 0, 0.08),
    0 20px 40px rgba(0, 0, 0, 0.05);
  transform: scale(1.05);
  z-index: 5;
}

.card-left,
.card-right {
  z-index: 3;
}

/* Spotlight element */
.card-spotlight {
  position: absolute;
  inset: 0;
  border-radius: 32px;
  background: radial-gradient(circle 200px at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(255, 106, 0, 0.15) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 2;
}

.showcase-card:hover .card-spotlight {
  opacity: 1;
}

/* Card Visual Content */
.card-visual-wrap {
  width: 100%;
  height: 250px;
  border-radius: 20px;
  overflow: visible;
  position: relative;
  margin-bottom: 25px;
}

.card-img-area {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.card-img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Glass reflection sweep */
.card-img-area::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.8s ease;
  pointer-events: none;
  z-index: 4;
}

.showcase-card:hover .card-img-area::after {
  transform: translateX(100%);
}

.showcase-card:hover .card-img-area img {
  transform: scale(1.08);
}

/* Glowing Orbit behind image */
.neon-orbit-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 320px;
  height: 320px;
  transform: translate(-50%, -50%) rotate(0deg);
  border: 2px dashed rgba(255, 106, 0, 0.25);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  transition: all 0.5s ease;
  box-shadow: 0 0 20px rgba(255, 106, 0, 0.02);
}

.showcase-card:hover .neon-orbit-ring {
  border-color: rgba(255, 106, 0, 0.7);
  box-shadow: 0 0 35px rgba(255, 106, 0, 0.2);
  animation: rotateOrbit 12s linear infinite;
}

@keyframes rotateOrbit {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Floating 3D/Glass Widgets */
.floating-widget {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 106, 0, 0.22);
  border-radius: 12px;
  padding: 8px 14px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #111111;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 24px rgba(255, 106, 0, 0.1);
  pointer-events: none;
  z-index: 5;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.floating-widget i {
  color: #FF6A00;
}

.widget-left-1 {
  top: 10px;
  left: -25px;
  transform: translateZ(30px);
}

.widget-left-2 {
  bottom: 15px;
  right: -15px;
  transform: translateZ(25px);
}

.widget-center-1 {
  top: -15px;
  right: -25px;
  transform: translateZ(40px);
}

.widget-center-2 {
  bottom: 30px;
  left: -20px;
  transform: translateZ(35px);
}

.widget-right-1 {
  top: 20px;
  left: -20px;
  transform: translateZ(30px);
}

.widget-right-2 {
  bottom: -10px;
  right: -15px;
  transform: translateZ(25px);
}

.showcase-card:hover .floating-widget {
  transform: translateZ(50px) scale(1.08);
}

/* Card details styling */
.card-cat-badge {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 2px;
  color: #FF6A00;
  text-transform: uppercase;
  margin-bottom: 8px;
  z-index: 3;
}

.card-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #111111;
  margin-bottom: 10px;
  z-index: 3;
  transition: color 0.3s ease;
}

.showcase-card:hover .card-title {
  color: #FF6A00;
}

.card-desc {
  font-size: 0.92rem;
  color: #555555;
  line-height: 1.5;
  margin-bottom: 25px;
  z-index: 3;
}

/* Technology Pills */
.card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  z-index: 3;
  margin-bottom: 20px;
}

.tag-pill {
  font-size: 0.75rem;
  font-weight: 700;
  color: #666666;
  background: rgba(17, 17, 17, 0.05);
  border: 1px solid rgba(17, 17, 17, 0.04);
  border-radius: 30px;
  padding: 6px 14px;
  transition: all 0.3s ease;
}

.showcase-card:hover .tag-pill {
  background: rgba(255, 106, 0, 0.06);
  border-color: rgba(255, 106, 0, 0.2);
  color: #FF6A00;
}

.tag-pill:hover {
  background: linear-gradient(135deg, #FF6A00 0%, #FF8E42 100%) !important;
  color: #FFFFFF !important;
  box-shadow: 0 5px 15px rgba(255, 106, 0, 0.3);
  transform: translateY(-2px);
}

/* Explore Button Inside Card */
.card-btn-explore {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #FF6A00;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.3s ease;
  z-index: 3;
  align-self: flex-start;
}

.card-btn-explore i {
  transition: transform 0.3s ease;
}

.showcase-card:hover .card-btn-explore {
  gap: 15px;
}

.showcase-card:hover .card-btn-explore i {
  transform: translateX(4px);
}

/* Hover Tilt Effect */
.showcase-card:hover {
  transform: translateY(-18px) scale(1.03);
  border-color: rgba(255, 106, 0, 0.35);
  box-shadow:
    0 40px 90px rgba(255, 106, 0, 0.12),
    0 15px 35px rgba(0, 0, 0, 0.06);
}

.card-center:hover {
  transform: scale(1.08) translateY(-18px);
}

/* Large Center CTA */
.showcase-cta-wrap {
  text-align: center;
  position: relative;
  z-index: 10;
}

.showcase-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 36px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 106, 0, 0.5);
  color: #111111;
  font-family: var(--font-heading);
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 0.95rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(255, 106, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.showcase-cta-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #FF6A00 0%, #FF8E42 100%);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
}

.showcase-cta-btn span,
.showcase-cta-btn i {
  position: relative;
  z-index: 2;
}

.showcase-cta-btn i {
  transition: transform 0.3s ease;
}

.showcase-cta-btn:hover {
  color: #FFFFFF;
  border-color: #FF6A00;
  box-shadow: 0 15px 40px rgba(255, 106, 0, 0.35);
  transform: translateY(-4px);
}

.showcase-cta-btn:hover::before {
  transform: scaleX(1);
  transform-origin: left center;
}

.showcase-cta-btn:hover i {
  transform: translateX(4px);
}

/* CSS Mockup Browser & Phone screens */
.mockup-browser {
  width: 85%;
  height: 80%;
  background: rgba(17, 17, 17, 0.9);
  border: 1px solid rgba(255, 106, 0, 0.25);
  border-radius: 12px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.mockup-header {
  height: 24px;
  background: #1e1e1e;
  display: flex;
  align-items: center;
  padding: 0 10px;
  gap: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.mockup-header span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
}

.dot-red {
  background: #ff5f56;
}

.dot-yellow {
  background: #ffbd2e;
}

.dot-green {
  background: #27c93f;
}

.mockup-body {
  flex: 1;
  padding: 12px;
  display: flex;
  flex-direction: column;
}

.mockup-grid {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 10px;
  height: 100%;
}

.mockup-sidebar {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  height: 100%;
}

.mockup-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mockup-card {
  height: 35px;
  background: linear-gradient(90deg, #FF6A00 0%, #FF8E42 100%);
  border-radius: 6px;
  opacity: 0.85;
}

.mockup-lines span {
  display: block;
  height: 5px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  margin-bottom: 6px;
}

.mockup-lines span:last-child {
  width: 60%;
}

/* Phone Mockup */
.mockup-phone {
  width: 120px;
  height: 210px;
  background: #111111;
  border: 3px solid #2c2c2c;
  border-radius: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  background: #1e1e1e;
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.phone-notch {
  width: 50px;
  height: 12px;
  background: #111111;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.phone-ring {
  width: 65px;
  height: 65px;
  border: 4px solid rgba(255, 106, 0, 0.15);
  border-top-color: #FF6A00;
  border-radius: 50%;
  animation: spinRing 2.5s linear infinite;
  margin-bottom: 15px;
}

@keyframes spinRing {
  to {
    transform: rotate(360deg);
  }
}

.phone-chart {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 40px;
  width: 100%;
  justify-content: center;
}

.phone-chart span {
  width: 8px;
  background: #FF6A00;
  border-radius: 4px;
  display: inline-block;
}

.phone-chart span:nth-child(1) {
  height: 15px;
}

.phone-chart span:nth-child(2) {
  height: 35px;
}

.phone-chart span:nth-child(3) {
  height: 25px;
}

.phone-chart span:nth-child(4) {
  height: 40px;
}

/* Chart Bars Mockup */
.mockup-chart-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  height: 100%;
  padding-top: 10px;
}

.chart-bar {
  width: 16px;
  background: #FF6A00;
  border-radius: 4px 4px 0 0;
  transition: height 0.6s ease;
}

.chart-bar.h1 {
  height: 30%;
  background: rgba(255, 106, 0, 0.4);
}

.chart-bar.h2 {
  height: 60%;
  background: rgba(255, 106, 0, 0.6);
}

.chart-bar.h3 {
  height: 45%;
  background: rgba(255, 106, 0, 0.8);
}

.chart-bar.h4 {
  height: 85%;
  background: #FF6A00;
}

/* ============================================
   SHOWCASE PARTICLES CANVAS & RESPONSIVE
   ============================================ */
@media (max-width: 1100px) {
  .showcase-cards-container {
    grid-template-columns: 1fr;
    max-width: 600px;
    gap: 40px;
  }

  .card-center {
    transform: none;
  }

  .card-center:hover {
    transform: translateY(-10px) scale(1.03);
  }

  .floating-widget {
    display: none;
  }

  .dotted-connections-svg {
    display: none;
  }
}

/* ============================================
   TECHNOLOGIES WE USE SECTION
   ============================================ */
:root {
  --orange: #ff4d00;
  --black: #090909;
  --text-gray: #5b6475;
  --soft-orange: rgba(255, 77, 0, 0.12);
}

.tech-section {
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: var(--white);
  overflow: hidden;
}

.tech-container-card {
  width: 96%;
  max-width: 1500px;
  min-height: 780px;
  background: #ffffff;
  border-radius: 28px;
  box-shadow:
    0 15px 40px rgba(0, 0, 0, 0.03),
    0 5px 15px rgba(0, 0, 0, 0.02),
    0 0 50px rgba(255, 77, 0, 0.03);
  /* Subtle orange glow */
  padding: 70px 48px;
  display: flex;
  gap: 40px;
  position: relative;
  overflow: visible;
  border: 1px solid rgba(255, 77, 0, 0.05);
}

/* Left Column Styling */
.tech-left-column {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.tech-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--soft-orange);
  color: var(--orange);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 8px 16px;
  border-radius: 50px;
  margin-bottom: 24px;
}

.tech-badge-dot {
  width: 5px;
  height: 5px;
  background-color: var(--orange);
  border-radius: 50%;
  display: inline-block;
}

.tech-heading {
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--black);
  margin-bottom: 20px;
  text-align: left;
}

.tech-heading .highlight-orange {
  color: var(--orange);
  white-space: nowrap;
  display: inline-block;
}

.tech-desc {
  font-size: 0.98rem;
  color: var(--text-gray);
  line-height: 1.6;
  margin-bottom: 24px;
  max-width: 540px;
}

/* Technology Categories Tabs */
.tech-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
}

.tech-tab-btn {
  background: rgba(255, 106, 0, 0.05);
  border: 1px solid rgba(255, 106, 0, 0.15);
  color: #222;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: var(--font-body);
}

.tech-tab-btn:hover,
.tech-tab-btn.active {
  background: var(--orange);
  color: #fff;
  border-color: var(--orange);
  box-shadow: 0 4px 14px rgba(255, 106, 0, 0.25);
  transform: translateY(-2px);
}

.tech-card.is-dimmed {
  opacity: 0.22;
  filter: grayscale(0.9);
  transform: scale(0.92);
}

.tech-card.is-focused {
  border-color: var(--orange);
  box-shadow: 0 12px 30px rgba(255, 106, 0, 0.35);
  transform: scale(1.1);
}

/* Feature List */
.tech-features {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
  width: 100%;
}

.tech-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.tech-feature-icon-box {
  width: 48px;
  height: 48px;
  background: rgba(255, 77, 0, 0.06);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  font-size: 1.25rem;
  flex-shrink: 0;
  border: 1px solid rgba(255, 77, 0, 0.08);
}

.tech-feature-text h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 4px;
}

.tech-feature-text p {
  font-size: 0.95rem;
  color: var(--text-gray);
  line-height: 1.5;
}

/* CTA Button */
.tech-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(135deg, #ff6a00 0%, #ff4d00 100%);
  color: #ffffff;
  padding: 18px 32px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 1px;
  box-shadow: 0 10px 25px rgba(255, 77, 0, 0.25);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.tech-cta-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: 0.6s;
}

.tech-cta-btn:hover::after {
  left: 100%;
}

.tech-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(255, 77, 0, 0.35);
}

.tech-cta-arrow {
  width: 28px;
  height: 28px;
  background: #ffffff;
  color: var(--orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.tech-cta-btn:hover .tech-cta-arrow {
  transform: translateX(5px);
}

/* Right Column Styling (Orbit) */
.tech-right-column {
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: visible;
  perspective: 1200px;
}

.orbit-bg-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 77, 0, 0.08) 0%, rgba(255, 77, 0, 0) 70%);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
  filter: blur(20px);
  will-change: transform;
}

.orbit-visualization {
  width: 720px;
  height: 720px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  will-change: transform;
  transform: translateZ(0);
}

/* SVG Rings Styling */
.orbit-rings-svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.orbit-svg-ring {
  fill: none;
  stroke: rgba(255, 77, 0, 0.06);
  stroke-width: 1px;
  filter: url(#glow-filter);
  transform-origin: center;
}

.orbit-svg-ring.ring-outer,
.orbit-svg-ring.ring-inner {
  stroke: rgba(255, 77, 0, 0.12);
}

/* Orbit Track Rotating Containers (GSAP) */
.orbit-ring-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  pointer-events: none;
  transform-style: preserve-3d;
  will-change: transform;
}

.orbit-ring-outer {
  z-index: 12;
}

.orbit-ring-inner {
  z-index: 11;
}

/* Statically positioned card containers */
.tech-card-positioner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(calc(var(--radius) * cos(var(--angle))),
      calc(var(--radius) * sin(var(--angle))),
      0) translate3d(-50%, -50%, 0);
  pointer-events: auto;
  transform-style: preserve-3d;
  will-change: transform;
}

/* Kept upright via GSAP counter-rotation */
.tech-card-wrapper {
  transform-origin: center center;
  transform-style: preserve-3d;
  will-change: transform;
}

/* Technology Cards Design */
.tech-card {
  width: 90px;
  height: 90px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(255, 77, 0, 0.07);
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.03),
    0 2px 8px rgba(255, 77, 0, 0.01);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition:
    border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

/* Glass Sweep effect overlay */
.tech-card-sweep {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.6),
      transparent);
  transition: 0.5s;
  pointer-events: none;
}

.tech-card:hover .tech-card-sweep {
  left: 100%;
  transition: 0.6s ease;
}

/* Orange Glow background behind card */
.tech-card-glow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  background: radial-gradient(circle, rgba(255, 77, 0, 0.15) 0%, rgba(255, 77, 0, 0) 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.tech-card:hover .tech-card-glow {
  opacity: 1;
}

.tech-card:hover {
  transform: translate3d(0, -8px, 0) scale(1.05);
  border-color: rgba(255, 77, 0, 0.35);
  box-shadow:
    0 15px 35px rgba(255, 77, 0, 0.12),
    0 5px 15px rgba(0, 0, 0, 0.03);
}

.tech-card .tech-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.tech-card:hover .tech-icon {
  transform: scale(1.15);
}

.tech-card .tech-name {
  font-size: 11px;
  font-weight: 600;
  color: var(--text-gray);
  font-family: var(--font-body);
  transition: color 0.3s ease;
}

.tech-card:hover .tech-name {
  color: var(--orange);
}

/* Premium Center Hub Styling */
.center-hub {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 220px;
  height: 220px;
  transform: translate3d(-50%, -50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  animation: hub-float 6s ease-in-out infinite;
  transform-style: preserve-3d;
  will-change: transform;
}

.hub-glow {
  position: absolute;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(255, 77, 0, 0.22) 0%, rgba(255, 77, 0, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
  filter: blur(10px);
}

.hub-circle {
  position: absolute;
  border-radius: 50%;
  transform-style: preserve-3d;
}

.hub-circle-3 {
  width: 210px;
  height: 210px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 77, 0, 0.07);
  backdrop-filter: blur(4px);
  box-shadow: 0 8px 32px rgba(4, 4, 4, 0.02);
}

.hub-circle-2 {
  width: 180px;
  height: 180px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 77, 0, 0.12);
  backdrop-filter: blur(8px);
  box-shadow:
    0 10px 40px rgba(0, 0, 0, 0.03),
    inset 0 0 12px rgba(255, 255, 255, 0.4);
}

.hub-circle-1 {
  width: 150px;
  height: 150px;
  background: #ffffff;
  border: 1px solid rgba(255, 77, 0, 0.2);
  box-shadow:
    0 10px 35px rgba(255, 77, 0, 0.08),
    inset 0 2px 10px rgba(255, 255, 255, 0.9),
    inset 0 -2px 10px rgba(0, 0, 0, 0.02);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.hub-inner-shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  box-shadow: inset 0 4px 15px rgba(255, 77, 0, 0.06);
  pointer-events: none;
}

.hub-highlight {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 40%, rgba(255, 77, 0, 0.08) 50%, transparent 60%);
  animation: rotate-highlight 10s linear infinite;
  pointer-events: none;
}

.hub-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
}

.hub-logo-sv {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #ff8e42 0%, #ff4d00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 2px;
  letter-spacing: -1px;
}

.hub-logo-img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin-bottom: 4px;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 4px 12px rgba(255, 77, 0, 0.25));
}

.hub-logo-title {
  font-size: 11px;
  font-weight: 700;
  color: var(--black);
  letter-spacing: 0.5px;
  line-height: 1.1;
}

.hub-logo-sub {
  font-size: 7.5px;
  font-weight: 700;
  color: var(--orange);
  letter-spacing: 1px;
  line-height: 1.1;
  margin-top: 2px;
}

@keyframes hub-float {

  0%,
  100% {
    transform: translate3d(-50%, -50%, 0) translateY(0);
  }

  50% {
    transform: translate3d(-50%, -50%, 0) translateY(-8px);
  }
}

@keyframes rotate-highlight {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Subtle Particles Overlay Styling */
.orbit-particles-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.orbit-particle {
  position: absolute;
  color: var(--orange);
  font-family: monospace;
  font-weight: 700;
  pointer-events: none;
  font-size: 10px;
  will-change: transform;
}

.particle-dot {
  width: 6px;
  height: 6px;
  background: var(--orange);
  border-radius: 50%;
  filter: drop-shadow(0 0 2px var(--orange));
}

.particle-hexagon {
  width: 8px;
  height: 8px;
  background: rgba(255, 77, 0, 0.2);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

/* ============================================
   RESPONSIVE LAYOUT FOR ORBIT SECTION
   ============================================ */
@media (max-width: 1200px) {
  .tech-container-card {
    padding: 60px 32px;
  }

  .orbit-visualization {
    transform: scale(0.85);
  }
}

@media (max-width: 1024px) {
  .tech-container-card {
    flex-direction: column-reverse;
    /* Orbit on top, Content below */
    align-items: center;
    padding: 60px 24px;
    min-height: auto;
    width: 95%;
  }

  .tech-left-column {
    width: 100%;
    margin-top: 40px;
    align-items: flex-start;
  }

  .tech-desc {
    max-width: 100%;
  }

  .tech-right-column {
    width: 100%;
    height: 650px;
  }

  .orbit-visualization {
    transform: scale(0.85);
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .tech-right-column {
    height: 520px;
  }

  .orbit-visualization {
    transform: scale(0.68);
  }
}

@media (max-width: 580px) {
  .tech-right-column {
    height: 420px;
  }

  .orbit-visualization {
    transform: scale(0.55);
  }

  .tech-container-card {
    padding: 40px 16px;
  }

  .tech-heading {
    font-size: 28px;
  }
}

@media (max-width: 400px) {
  .tech-right-column {
    height: 340px;
  }

  .orbit-visualization {
    transform: scale(0.44);
  }
}

/* Hero Particles Styling */
.hero-particles-container {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.hero-particle {
  position: absolute;
  background: var(--orange);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  will-change: transform, opacity;
}

.hero-particle-hex {
  background: transparent !important;
  border: 1px solid rgba(255, 77, 0, 0.2);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.hero-particle-plus {
  background: transparent !important;
  color: rgba(255, 77, 0, 0.25);
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 14px;
}

/* ============================================
   INFINITE AUTO-SCROLLING SERVICES CARDS (Homepage)
   ============================================ */
#servicesPreview .container {
  max-width: 100% !important;
  padding: 0 !important;
  overflow: hidden;
}

#servicesPreview .text-center {
  padding: 0 24px;
}

.services-marquee-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 30px 0 50px;
}

.services-marquee-track {
  display: flex;
  gap: 32px;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

#servicesPreview .service-card {
  width: 440px;
  /* Desktop card width */
  flex-shrink: 0;
  margin: 0;
  box-sizing: border-box;
}

/* Responsive configurations */
@media (max-width: 1200px) {
  #servicesPreview .service-card {
    width: 380px;
  }
}

@media (max-width: 768px) {
  #servicesPreview .service-card {
    width: 320px;
  }

  .services-marquee-track {
    gap: 24px;
  }
}

@media (max-width: 480px) {
  #servicesPreview .service-card {
    width: 290px;
  }

  .services-marquee-track {
    gap: 16px;
  }
}

/* ============================================
   ABOUT US SECTION (Premium Tech Theme)
   ============================================ */
.about-section {
  position: relative;
  width: 100%;
  padding: 130px 0;
  background:
    radial-gradient(circle at 5% 30%, rgba(255, 77, 0, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 95% 70%, rgba(255, 106, 0, 0.03) 0%, transparent 50%),
    #FBFBFB;
  overflow: hidden;
}

.about-bg-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.about-particle {
  position: absolute;
  background: var(--orange);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  will-change: transform, opacity;
}

.about-container-card {
  position: relative;
  width: 96%;
  max-width: 1500px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid rgba(255, 106, 0, 0.08);
  border-radius: 32px;
  padding: 80px 60px;
  box-shadow:
    0 15px 50px rgba(4, 4, 4, 0.03),
    0 0 60px rgba(255, 77, 0, 0.02);
  /* Soft orange ambient glow */
  z-index: 2;
}

.about-main-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  margin-bottom: 70px;
}

.about-left-column {
  width: 46%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.about-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 77, 0, 0.07);
  color: var(--orange);
  border: 1px solid rgba(255, 77, 0, 0.12);
  padding: 8px 18px;
  border-radius: 50px;
  font-family: var(--font-alt);
  /* Fredoka */
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 24px;
}

.about-badge-dot {
  width: 6px;
  height: 6px;
  background-color: var(--orange);
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 8px var(--orange);
}

.about-heading {
  font-family: var(--font-heading);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.1;
  color: #111111;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.about-desc {
  font-family: var(--font-body);
  /* Sora */
  font-size: 0.98rem;
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 580px;
  margin-bottom: 36px;
}

.about-stats-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
  margin-bottom: 40px;
}

@media (max-width: 576px) {
  .about-stats-row {
    grid-template-columns: 1fr;
  }
}

.about-stat-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 106, 0, 0.1);
  box-shadow: 0 8px 24px rgba(16, 31, 56, 0.02);
  border-radius: 20px;
  padding: 20px 20px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.about-stat-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(255, 77, 0, 0.35);
  box-shadow: 0 12px 35px rgba(255, 77, 0, 0.12);
  background: #FFFFFF;
}

.about-stat-icon {
  width: 52px;
  height: 52px;
  background: rgba(255, 77, 0, 0.08);
  border: 1px solid rgba(255, 77, 0, 0.12);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  font-size: 1.4rem;
  flex-shrink: 0;
  transition: all 0.4s ease;
}

.about-stat-card:hover .about-stat-icon {
  background: var(--orange);
  color: #FFFFFF;
  transform: scale(1.08) rotate(-5deg);
}

.about-stat-info h3 {
  font-family: var(--font-heading);
  font-size: 1.85rem;
  font-weight: 800;
  color: #111111;
  line-height: 1.1;
  margin-bottom: 2px;
}

.about-stat-info p {
  font-family: var(--font-body);
  /* Sora */
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-muted);
  line-height: 1.3;
}

/* CTA explore btn */
.about-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 36px;
  background: linear-gradient(135deg, #FF6A00 0%, #FF4D00 100%);
  color: #ffffff;
  font-family: var(--font-body);
  /* Sora */
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 25px rgba(255, 106, 0, 0.25);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.about-cta-btn i {
  transition: transform 0.3s ease;
}

.about-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 106, 0, 0.4);
  border-color: rgba(255, 255, 255, 0.3);
}

.about-cta-btn:hover i {
  transform: translateX(6px);
}

/* Right Side Styling */
.about-right-column {
  width: 54%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-decorations {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.about-radial-glow {
  position: absolute;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(255, 77, 0, 0.08) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(50px);
}

.about-svg-dots {
  position: absolute;
  right: -5%;
  top: 15%;
  z-index: 1;
}

.about-svg-lines {
  position: absolute;
  width: 105%;
  height: 105%;
  top: -2.5%;
  left: -2.5%;
  z-index: 0;
  animation: spinSlow 90s linear infinite;
}

@keyframes spinSlow {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.about-glow-shape {
  position: absolute;
  right: -8%;
  top: 30%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 106, 0, 0.25) 0%, transparent 70%);
  filter: blur(20px);
  z-index: 0;
}

.about-image-frame {
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  border: 1px solid rgba(255, 106, 0, 0.12);
  border-radius: 28px;
  padding: 16px;
  box-shadow:
    0 20px 50px rgba(16, 31, 56, 0.08),
    0 0 40px rgba(255, 106, 0, 0.02);
  max-width: 530px;
  width: 100%;
  will-change: transform;
}

.about-main-img {
  width: 100%;
  border-radius: 18px;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Floating Badge */
.about-floating-badge {
  position: absolute;
  top: 8%;
  left: -12%;
  display: flex;
  align-items: center;
  gap: 14px;
  background: linear-gradient(135deg, #FF6A00 0%, #FF4D00 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 14px 24px;
  box-shadow: 0 10px 30px rgba(255, 106, 0, 0.35);
  z-index: 4;
  will-change: transform;
}

.about-float-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 1.15rem;
}

.about-float-text h4 {
  font-family: var(--font-body);
  /* Sora */
  font-size: 0.85rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.2;
}

.about-float-text p {
  font-family: var(--font-body);
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}

/* Bottom Information Bar */
.about-bottom-bar {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: rgba(251, 251, 251, 0.75);
  border: 1px solid rgba(255, 106, 0, 0.08);
  box-shadow: 0 8px 32px rgba(16, 31, 56, 0.02);
  border-radius: 24px;
  padding: 30px 40px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  width: 100%;
}

.about-bottom-bar-header {
  display: none;
}

.about-bottom-bar-items {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.about-bar-col {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 0 12px;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-bar-col:hover {
  transform: translateY(-5px);
}

.about-bar-icon {
  width: 42px;
  height: 42px;
  background: rgba(255, 77, 0, 0.07);
  border: 1px solid rgba(255, 77, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  font-size: 1.15rem;
  flex-shrink: 0;
  transition: all 0.4s ease;
}

.about-bar-col:hover .about-bar-icon {
  background: var(--orange);
  color: #FFFFFF;
  transform: scale(1.1) rotate(15deg);
  box-shadow: 0 5px 15px rgba(255, 77, 0, 0.2);
}

.about-bar-content h4 {
  font-family: var(--font-body);
  /* Sora */
  font-size: 0.95rem;
  font-weight: 700;
  color: #111111;
  margin-bottom: 6px;
}

.about-bar-content p {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.about-bar-divider {
  width: 1px;
  background: rgba(255, 106, 0, 0.12);
  margin: 0 20px;
}

/* ============================================
   RESPONSIVE ABOUT SECTION
   ============================================ */
@media (max-width: 1200px) {
  .about-container-card {
    padding: 60px 40px;
  }

  .about-main-row {
    gap: 40px;
  }

  .about-floating-badge {
    left: -6%;
  }
}

@media (max-width: 1024px) {
  .about-main-row {
    grid-template-columns: 1fr;
    flex-direction: column;
    gap: 60px;
  }

  .about-left-column,
  .about-right-column {
    width: 100%;
  }

  .about-left-column {
    align-items: center;
    text-align: center;
  }

  .about-desc {
    max-width: 100%;
  }

  .about-right-column {
    justify-content: center;
  }

  .about-bottom-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .about-bar-divider {
    display: none;
  }

  .about-bar-col {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .about-section {
    padding: 80px 0;
  }

  .about-container-card {
    padding: 40px 24px;
    width: 95%;
  }

  .about-stats-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .about-image-frame {
    padding: 10px;
  }

  .about-floating-badge {
    left: 4%;
    top: -6%;
  }

  /* Collapsible mobile styling */
  .about-bottom-bar {
    padding: 24px 20px !important;
  }

  .about-bottom-bar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 106, 0, 0);
    transition: border-color 0.3s ease;
    cursor: pointer;
    user-select: none;
  }

  .about-bottom-bar-header span {
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--orange);
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .about-bottom-chevron {
    font-size: 0.9rem;
    color: var(--orange);
    transition: transform 0.3s ease;
  }

  .about-bottom-bar-items {
    display: flex !important;
    flex-direction: column;
    grid-template-columns: none !important;
    gap: 24px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease, padding 0.4s ease;
    padding-top: 0;
  }

  .about-bottom-bar.active .about-bottom-bar-header {
    border-bottom: 1px solid rgba(255, 106, 0, 0.12);
  }

  .about-bottom-bar.active .about-bottom-chevron {
    transform: rotate(180deg);
  }

  .about-bottom-bar.active .about-bottom-bar-items {
    max-height: 1000px;
    opacity: 1;
    padding-top: 16px;
  }
}

@media (max-width: 580px) {
  .about-main-row {
    flex-direction: column-reverse;
    /* Image first on mobile */
  }

  .about-bottom-bar {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 20px;
  }
}

/* ============================================
   INDUSTRIES WE WORK WITH SECTION
   ============================================ */
.industries-section {
  position: relative;
  width: 100%;
  padding: 130px 0;
  background:
    radial-gradient(circle at 90% 20%, rgba(255, 77, 0, 0.02) 0%, transparent 50%),
    radial-gradient(circle at 10% 80%, rgba(255, 90, 0, 0.02) 0%, transparent 50%),
    #FBFBFB;
  overflow: hidden;
  /* Prevent horizontal scroll */
}

.ind-bg-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.ind-particle {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  will-change: transform, opacity;
}

.industries-container-card {
  position: relative;
  width: 96%;
  max-width: 1500px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid rgba(255, 90, 0, 0.08);
  border-radius: 32px;
  padding: 80px 60px;
  box-shadow:
    0 20px 60px rgba(4, 4, 4, 0.025),
    0 0 50px rgba(255, 77, 0, 0.015);
  z-index: 2;
  overflow: hidden;
  /* Avoid inner contents breaking out */
}

/* Elegant connection curve behind columns */
.ind-connection-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.ind-main-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

/* Left Column - 38% width */
.ind-left-column {
  width: 38%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 3;
}

.ind-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 90, 0, 0.06);
  color: var(--orange);
  border: 1px solid rgba(255, 90, 0, 0.12);
  padding: 8px 18px;
  border-radius: 50px;
  font-family: var(--font-alt);
  /* Fredoka */
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 24px;
}

.ind-badge-dot {
  width: 5px;
  height: 5px;
  background-color: var(--orange);
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 6px var(--orange);
}

.ind-heading {
  font-family: var(--font-heading);
  font-size: clamp(36px, 4.2vw, 56px);
  font-weight: 400;
  line-height: 1.05;
  color: #111111;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.ind-heading .highlight-orange {
  color: var(--orange);
}

.ind-desc {
  font-family: var(--font-body);
  /* Sora */
  font-size: 0.96rem;
  color: var(--text-muted);
  line-height: 1.65;
  max-width: 520px;
  margin-bottom: 40px;
}

/* Globe center confinement */
.ind-globe-wrapper {
  position: relative;
  width: 100%;
  max-width: 380px;
  /* Force containment */
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  will-change: transform;
}

.globe-glow {
  position: absolute;
  width: 80%;
  height: 80%;
  background: radial-gradient(circle, rgba(255, 90, 0, 0.08) 0%, transparent 70%);
  filter: blur(30px);
  z-index: 0;
  pointer-events: none;
}

.ind-globe-svg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: visible;
}

/* Longitude / Latitude grid circles and ellipses */
.globe-grid {
  transform-origin: 200px 200px;
  will-change: transform;
}

.globe-land {
  transform-origin: 200px 200px;
}

/* Blinking node animations */
.globe-dot.pulse {
  animation: dotPulse 3s infinite ease-in-out;
  transform-origin: center;
}

@keyframes dotPulse {

  0%,
  100% {
    r: 3;
    opacity: 0.6;
    fill: #FF5A00;
  }

  50% {
    r: 5;
    opacity: 1;
    fill: #FFA066;
    filter: drop-shadow(0 0 4px #FF5A00);
  }
}

/* Right Column - 62% width */
.ind-right-column {
  width: 62%;
  position: relative;
  z-index: 3;
}

.ind-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  justify-content: center;
  will-change: transform;
}

/* Industry Cards Layout (size roughly 260 x 200) */
.ind-card {
  position: relative;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(255, 90, 0, 0.08);
  border-radius: 24px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px 20px;
  box-shadow: 0 10px 30px rgba(16, 31, 56, 0.02);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
  will-change: transform, box-shadow;
}

.ind-card-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(255, 90, 0, 0.12) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 0;
}

.ind-card-sweep {
  position: absolute;
  top: -50%;
  left: -60%;
  width: 30%;
  height: 200%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(25deg);
  transition: all 0.8s ease;
  pointer-events: none;
  z-index: 1;
}

.ind-icon-orbit {
  position: absolute;
  width: 72px;
  height: 72px;
  border: 1.2px dashed rgba(255, 90, 0, 0.2);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.6) rotate(0deg);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  z-index: 1;
}

.ind-icon-wrap {
  position: relative;
  width: 58px;
  height: 58px;
  background: rgba(255, 90, 0, 0.06);
  border: 1px solid rgba(255, 90, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  font-size: 1.35rem;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 2;
}

.ind-card h4 {
  font-family: var(--font-body);
  /* Sora */
  font-size: 0.92rem;
  font-weight: 700;
  color: #111111;
  text-align: center;
  transition: color 0.4s ease;
  z-index: 2;
  margin: 0;
}

/* Card Hover Animations */
.ind-card:hover {
  transform: translateY(-8px) scale(1.03) !important;
  border-color: rgba(255, 90, 0, 0.35);
  box-shadow:
    0 15px 40px rgba(255, 90, 0, 0.15),
    0 0 25px rgba(255, 90, 0, 0.05);
  background: #FFFFFF;
}

.ind-card:hover .ind-card-glow {
  opacity: 1;
}

.ind-card:hover .ind-card-sweep {
  left: 140%;
}

.ind-card:hover .ind-icon-orbit {
  opacity: 1;
  transform: scale(1) rotate(180deg);
  animation: orbitSpin 8s linear infinite;
}

@keyframes orbitSpin {
  100% {
    transform: scale(1) rotate(540deg);
  }
}

.ind-card:hover .ind-icon-wrap {
  background: var(--orange);
  color: #FFFFFF;
  transform: scale(1.08) rotate(10deg);
  box-shadow: 0 5px 15px rgba(255, 90, 0, 0.25);
}

.ind-card:hover h4 {
  color: var(--orange);
}

/* Bottom CTA Panel layout */
.ind-cta-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(251, 251, 251, 0.82);
  border: 1px solid rgba(255, 90, 0, 0.08);
  border-radius: 24px;
  padding: 24px 40px;
  box-shadow: 0 8px 32px rgba(16, 31, 56, 0.02);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  width: 100%;
  position: relative;
  z-index: 3;
}

.ind-cta-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ind-cta-rocket {
  width: 48px;
  height: 48px;
  background: rgba(255, 90, 0, 0.08);
  border: 1px solid rgba(255, 90, 0, 0.12);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  font-size: 1.25rem;
  animation: rocketPulse 2s infinite ease-in-out;
}

@keyframes rocketPulse {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

.ind-cta-text h4 {
  font-family: var(--font-body);
  /* Sora */
  font-size: 0.9rem;
  font-weight: 700;
  color: #111111;
  margin: 0 0 3px 0;
}

.ind-cta-text p {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--text-muted);
  margin: 0;
}

.ind-cta-center p {
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-muted);
  line-height: 1.5;
  text-align: center;
  margin: 0;
}

.ind-connect-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: linear-gradient(135deg, #FF6A00 0%, #FF4D00 100%);
  color: #FFFFFF;
  font-family: var(--font-body);
  /* Sora */
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 6px 20px rgba(255, 90, 0, 0.25);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.ind-connect-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(255, 90, 0, 0.35);
  border-color: rgba(255, 255, 255, 0.35);
}

.ind-connect-btn i {
  transition: transform 0.3s ease;
}

.ind-connect-btn:hover i {
  transform: translateX(4px);
}

/* ============================================
   RESPONSIVE INDUSTRIES SECTION
   ============================================ */
@media (max-width: 1300px) {
  .ind-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1200px) {
  .industries-container-card {
    padding: 60px 40px;
  }

  .ind-main-row {
    gap: 30px;
  }
}

@media (max-width: 1024px) {
  .ind-main-row {
    flex-direction: column;
    gap: 50px;
  }

  .ind-left-column {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .ind-desc {
    max-width: 100%;
  }

  .ind-right-column {
    width: 100%;
  }

  .ind-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .industries-section {
    padding: 80px 0;
  }

  .industries-container-card {
    padding: 40px 24px;
    width: 95%;
  }

  .ind-grid {
    display: block !important;
  }

  .ind-cta-panel {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    padding: 24px;
  }

  .ind-cta-left {
    flex-direction: column;
    gap: 8px;
  }

  /* Carousel Mobile Layout overrides */
  .ind-carousel-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding-bottom: 10px;
  }

  .ind-carousel-track {
    display: flex;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
  }

  .ind-carousel-slide {
    width: 100%;
    flex-shrink: 0;
    padding: 0 4px;
  }

  .ind-grid-slide {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
    width: 100%;
  }

  .ind-carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    width: 100%;
  }

  .ind-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 90, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .ind-dot.active {
    width: 24px;
    border-radius: 4px;
    background: var(--orange);
    box-shadow: 0 0 10px rgba(255, 90, 0, 0.4);
  }

  .ind-card {
    background: rgba(255, 90, 0, 0.05) !important;
    border: 1px solid rgba(255, 90, 0, 0.12) !important;
  }

  /* Flat standalone card for Contact Form on Mobile */
  .book-section {
    padding: 80px 0 !important;
  }

  .book-container {
    perspective: none !important;
    transform-style: flat !important;
  }

  .book-cover {
    display: none !important;
  }

  .book-spine {
    display: none !important;
  }

  .page-stack {
    display: none !important;
  }

  .book-pages-wrap {
    display: block !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .book-pages-wrap::after {
    display: none !important;
  }

  .gutter-shadow {
    display: none !important;
  }

  .book-page::after {
    display: none !important;
  }

  .page-right {
    display: none !important;
    /* Hide right informational page on mobile */
  }

  .page-left {
    background: #121212 !important;
    border: 1px solid rgba(255, 106, 0, 0.15) !important;
    border-radius: 24px !important;
    padding: 40px 24px !important;
    box-shadow:
      0 15px 40px rgba(0, 0, 0, 0.4),
      0 0 30px rgba(255, 106, 0, 0.03) !important;
    min-height: auto !important;
    width: 100% !important;
  }
}

@media (max-width: 580px) {
  .ind-main-row {
    flex-direction: column;
    /* Content -> Globe -> Cards -> CTA */
  }
}

/* ============================================
   FAQ ACCORDION SECTION
   ============================================ */
.faq-section {
  position: relative;
  width: 100%;
  padding: 130px 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 77, 0, 0.02) 0%, transparent 60%),
    radial-gradient(circle at 90% 80%, rgba(255, 90, 0, 0.02) 0%, transparent 60%),
    #FBFBFB;
  overflow: hidden;
}

.faq-container-card {
  position: relative;
  width: 96%;
  max-width: 1500px;
  margin: 0 auto;
  background: linear-gradient(135deg, #FF6A00 0%, #FF4D00 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 32px;
  padding: 80px 60px;
  box-shadow:
    0 30px 70px rgba(255, 77, 0, 0.3),
    0 0 50px rgba(255, 77, 0, 0.1);
  z-index: 2;
}

.faq-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

.faq-left-column {
  width: 38%;
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.faq-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 8px 18px;
  border-radius: 50px;
  font-family: var(--font-alt);
  /* Fredoka */
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 24px;
}

.faq-badge-dot {
  width: 5px;
  height: 5px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 6px #FFFFFF;
}

.faq-heading {
  font-family: var(--font-heading);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.1;
  color: #FFFFFF;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.faq-heading .highlight-orange {
  color: #111111;
  /* Contrast deep black for Questions */
}

.faq-desc {
  font-family: var(--font-body);
  /* Sora */
  font-size: 0.96rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.65;
  max-width: 480px;
}

/* Accordion Layout */
.faq-right-column {
  width: 62%;
}

.faq-accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid transparent;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, box-shadow;
}

.faq-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: none;
  border: none;
  padding: 24px 30px;
  text-align: left;
  cursor: pointer;
  outline: none;
  font-family: var(--font-body);
  /* Sora */
  font-size: 1.05rem;
  font-weight: 700;
  color: #111111;
  transition: all 0.3s ease;
}

.faq-header:hover {
  color: var(--orange);
}

.faq-toggle-icon {
  width: 36px;
  height: 36px;
  background: rgba(255, 90, 0, 0.06);
  border: 1px solid rgba(255, 90, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  font-size: 0.9rem;
  flex-shrink: 0;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-item:hover .faq-toggle-icon {
  background: var(--orange);
  color: #FFFFFF;
  box-shadow: 0 4px 10px rgba(255, 90, 0, 0.2);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: max-height, opacity;
}

.faq-answer-inner {
  padding: 0 30px 24px 30px;
}

.faq-answer p {
  font-family: var(--font-body);
  font-size: 0.94rem;
  color: #333333;
  /* Readable dark gray inside white card */
  line-height: 1.6;
  margin: 0;
}

/* Active State Accordion Card styling */
.faq-item.active {
  background: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow:
    0 15px 35px rgba(0, 0, 0, 0.1),
    0 5px 15px rgba(0, 0, 0, 0.03);
}

.faq-item.active .faq-header {
  color: var(--orange);
}

.faq-item.active .faq-toggle-icon {
  background: var(--orange);
  color: #FFFFFF;
  transform: rotate(135deg);
  /* Plus becomes Close 'x' */
  box-shadow: 0 4px 12px rgba(255, 90, 0, 0.25);
}

.faq-item.active .faq-answer {
  opacity: 1;
}

/* Responsive FAQ */
@media (max-width: 1024px) {
  .faq-row {
    flex-direction: column;
    gap: 48px;
  }

  .faq-left-column {
    width: 100%;
    position: static;
    align-items: center;
    text-align: center;
  }

  .faq-desc {
    max-width: 100%;
  }

  .faq-right-column {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .faq-section {
    padding: 80px 0;
  }

  .faq-container-card {
    padding: 40px 24px;
    width: 95%;
  }

  .faq-header {
    padding: 20px 24px;
    font-size: 0.98rem;
  }

  .faq-answer-inner {
    padding: 0 24px 20px 24px;
  }
}

/* ============================================
   PREMIUM FLOATING WHATSAPP BUSINESS WIDGET
   ============================================ */
.premium-whatsapp-widget {
  position: fixed;
  bottom: 30px;
  left: 24px;
  right: auto;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  pointer-events: none;
  transition: bottom 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.whatsapp-item-container {
  position: relative;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Floating button link */
.whatsapp-btn {
  pointer-events: all;
  position: relative;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 15px 40px rgba(0, 0, 0, 0.18),
    0 0 25px rgba(255, 106, 0, 0.25);
  /* Ambient orange brand glow */
  cursor: pointer;
  outline: none;
  will-change: transform, box-shadow;
  animation: waFloat 5s ease-in-out infinite;
  transition:
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.3s ease;
}

.whatsapp-icon {
  width: 32px;
  height: 32px;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Reflection shine sweep */
.whatsapp-reflection {
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(255, 255, 255, 0.2) 50%,
      transparent 100%);
  transform: skewX(-25deg);
  z-index: 1;
  transition: left 0.6s ease;
}

/* Hover behaviors */
.whatsapp-btn:hover {
  transform: scale(1.08) translateY(-6px);
  box-shadow:
    0 20px 45px rgba(0, 0, 0, 0.24),
    0 0 35px rgba(255, 106, 0, 0.45);
  /* Stronger orange brand glow */
}

.whatsapp-btn:hover .whatsapp-icon {
  transform: rotate(12deg);
}

.whatsapp-btn:hover .whatsapp-reflection {
  left: 200%;
}

/* Accessible focus styling */
.whatsapp-btn:focus-visible {
  outline: 3px solid #FF6A00;
  outline-offset: 4px;
}

/* Continuous slow float keyframes */
@keyframes waFloat {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-8px) rotate(-2deg);
  }

  100% {
    transform: translateY(0) rotate(0deg);
  }
}

/* Pulse Ring */
.whatsapp-pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(37, 211, 102, 0.6);
  transform: translate(-50%, -50%) scale(1);
  pointer-events: none;
  z-index: -1;
  will-change: transform, opacity;
  animation: waPulse 4s cubic-bezier(0.25, 0, 0, 1) infinite;
}

@keyframes waPulse {
  0% {
    transform: translate(-50%, -50%) scale(0.95);
    opacity: 1;
  }

  60% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }
}

/* Tooltip style */
.whatsapp-tooltip {
  position: absolute;
  bottom: calc(100% + 15px);
  left: 0;
  right: auto;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border: 1px solid #FF6A00;
  /* Matching orange brand border */
  border-radius: 12px;
  padding: 10px 16px;
  font-family: var(--font-body);
  /* Sora */
  font-size: 0.85rem;
  font-weight: 600;
  color: #111111;
  white-space: nowrap;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 10;
}

/* Arrow */
.whatsapp-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 28px;
  right: auto;
  border-width: 6px;
  border-style: solid;
  border-color: #FF6A00 transparent transparent transparent;
}

.whatsapp-item-container:hover .whatsapp-tooltip {
  opacity: 1;
  transform: translateY(0);
}

/* Call Button custom orange gradient background & wave offset delay */
.whatsapp-btn.call-btn {
  background: linear-gradient(135deg, #FF7A00 0%, #FF9F1A 100%);
  animation-delay: -1.5s;
}

/* On-click active scale press effect */
.whatsapp-btn:active {
  transform: scale(0.95) translateY(0) !important;
  transition: transform 0.1s ease;
}

/* Style for custom branding image-based WhatsApp icon */
.whatsapp-btn:not(.call-btn) {
  background: transparent;
  border: none;
}

.whatsapp-btn .whatsapp-icon.wa-brand-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

/* Automated Message Bubble */
.whatsapp-bubble {
  position: absolute;
  bottom: calc(100% + 15px);
  left: 0;
  right: auto;
  width: 280px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  padding: 16px;
  box-shadow:
    0 15px 35px rgba(0, 0, 0, 0.1),
    0 0 20px rgba(255, 106, 0, 0.04);
  opacity: 0;
  pointer-events: none;
  transform: translateY(15px);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 9;
}

.whatsapp-bubble.visible {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

.whatsapp-bubble-close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  color: #888888;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
  transition: color 0.2s ease;
}

.whatsapp-bubble-close:hover {
  color: #111111;
}

.whatsapp-bubble-content {
  font-family: var(--font-body);
  font-size: 0.86rem;
  color: #333333;
  line-height: 1.5;
  padding-right: 12px;
}

.whatsapp-bubble-content strong {
  color: #128C7E;
}

.bubble-emoji {
  display: inline-block;
  animation: waWave 1.5s ease infinite;
  transform-origin: 70% 70%;
}

@keyframes waWave {

  0%,
  100% {
    transform: rotate(0deg);
  }

  20% {
    transform: rotate(-10deg);
  }

  40% {
    transform: rotate(12deg);
  }

  60% {
    transform: rotate(-10deg);
  }

  80% {
    transform: rotate(8deg);
  }
}

/* Responsiveness sizes */
@media (max-width: 768px) {
  .premium-whatsapp-widget {
    bottom: 20px;
    right: 20px;
  }

  .whatsapp-btn {
    width: 58px;
    height: 58px;
  }

  .whatsapp-icon {
    width: 28px;
    height: 28px;
  }

  .whatsapp-tooltip {
    right: 0;
  }

  .whatsapp-tooltip::after {
    right: 23px;
  }

  .whatsapp-bubble {
    width: 250px;
  }
}

/* ============================================
   SOCIAL CONNECT SECTION (Dark Theme Neon)
   ============================================ */
.social-connect-section {
  background: #04051a;
  /* Premium dark blue background */
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-badge-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.social-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(16, 20, 56, 0.6);
  border: 1px solid rgba(59, 130, 246, 0.25);
  padding: 8px 20px;
  border-radius: 50px;
  color: #a5b4fc;
  /* Soft violet/indigo */
  font-size: 0.9rem;
  font-weight: 500;
  box-shadow: 0 0 15px rgba(59, 130, 246, 0.1);
}

.social-badge i {
  color: #8b5cf6;
  /* Violet */
  animation: pulse-wifi 2s infinite ease-in-out;
}

@keyframes pulse-wifi {

  0%,
  100% {
    opacity: 0.6;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.social-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 26px 30px;
  background: rgba(6, 8, 38, 0.75);
  border: 1.5px solid rgba(59, 130, 246, 0.2);
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.05);
}

/* Glow border hover effect similar to 2nd image */
.social-card:hover {
  border-color: rgba(59, 130, 246, 0.8);
  box-shadow: 0 0 25px rgba(59, 130, 246, 0.35), inset 0 1px 1px rgba(255, 255, 255, 0.1);
  transform: translateY(-4px);
}

.social-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.social-svg-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.social-name {
  font-family: var(--font-heading), sans-serif;
  font-size: 1.45rem;
  font-weight: 600;
  color: #e2e8f0;
  /* Off-white text */
  letter-spacing: -0.01em;
  transition: color 0.3s ease;
}

.social-card:hover .social-name {
  color: #ffffff;
}

/* Responsive grid */
@media (max-width: 991px) {
  .social-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .social-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .social-card {
    padding: 20px 24px;
    gap: 14px;
  }

  .social-name {
    font-size: 1.25rem;
  }

  .social-icon-wrapper {
    width: 34px;
    height: 34px;
  }
}

/* ============================================
   APPLE-INSPIRED MEGA DROPDOWN MENU
   ============================================ */
.nav-item-dropdown {
  position: static;
  /* Vital to center .mega-menu relative to the .navbar container */
  display: inline-block;
}

.dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-arrow {
  font-size: 0.72rem;
  opacity: 0.7;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-item-dropdown:hover .nav-arrow {
  transform: rotate(180deg);
  opacity: 1;
  color: #FF6A00;
}

.mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-20px) scale(0.96);
  width: 1180px;
  max-width: calc(100vw - 48px);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 28px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 450ms cubic-bezier(.22, .61, .36, 1),
    transform 450ms cubic-bezier(.22, .61, .36, 1),
    visibility 450ms cubic-bezier(.22, .61, .36, 1);
  z-index: 999;
  margin-top: 18px;
  overflow: hidden;
}

/* Cover the gap between navbar and menu to maintain hover state */
.mega-menu::before {
  content: '';
  position: absolute;
  top: -24px;
  left: 0;
  width: 100%;
  height: 24px;
  background: transparent;
  pointer-events: auto;
}

.nav-item-dropdown:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0) scale(1);
  pointer-events: all;
}

/* Background patterns */
.mega-menu-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.015) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
  border-radius: 28px;
  opacity: 0.7;
}

.mega-menu-glow {
  position: absolute;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(255, 106, 0, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: left 0.15s ease-out, top 0.15s ease-out;
  z-index: 0;
  top: -500px;
  left: -500px;
}

/* Main Structure */
.mega-menu-content {
  display: flex;
  position: relative;
  z-index: 1;
}

.mega-menu-left {
  flex: 0 0 72%;
  padding: 38px 40px;
  box-sizing: border-box;
  background: #F9F9FB;
  border-top-left-radius: 28px;
  display: flex;
  align-items: center;
}

.mega-menu-right {
  flex: 0 0 28%;
  padding: 38px;
  box-sizing: border-box;
  background: linear-gradient(135deg, #FFFDFB 0%, #FFF3EB 100%);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-top-right-radius: 28px;
  position: relative;
  overflow: hidden;
}

/* Service Grid (2-column layout) */
.services-dropdown-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
}

/* Premium Card Design */
.mega-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 24px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 18px;
  height: 92px;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.015);
}

.mega-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.5px;
  background: #FF6A00;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.mega-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 106, 0, 0.25);
  box-shadow: 0 12px 30px rgba(255, 106, 0, 0.09);
}

.mega-card:hover::after {
  transform: scaleX(1);
}

/* Card Icon Box (52x52) */
.mega-card-icon-wrapper {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: linear-gradient(135deg, #FFFFFF 0%, #FFF4EE 100%);
  border: 1px solid rgba(255, 106, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #FF6A00;
  font-size: 1.35rem;
  transition: transform 0.35s ease;
}

@keyframes float-icon {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

.mega-card:hover .mega-card-icon-wrapper {
  animation: float-icon 2s ease-in-out infinite;
}

/* Text layouts */
.mega-card-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  text-align: left;
}

.mega-card-title {
  font-family: var(--font-body), sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  color: #111111;
  line-height: 1.25;
}

.mega-card-desc {
  font-family: var(--font-body), sans-serif;
  font-size: 11.5px;
  color: #666666;
  line-height: 1.35;
}

/* Right Showcase Panel */
.showcase-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.showcase-glow {
  background: radial-gradient(circle, rgba(255, 106, 0, 0.14) 0%, transparent 70%);
  width: 280px;
  height: 280px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(35px);
  pointer-events: none;
  z-index: 0;
}

/* Laptop 3D illustration */
.laptop-showcase {
  position: relative;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  perspective: 1000px;
}

.laptop-mockup-wrapper {
  transform-style: preserve-3d;
  transform: perspective(1000px) rotateX(10deg) rotateY(3deg);
  transition: transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  width: 175px;
  z-index: 2;
}

.laptop-screen {
  background: #111111;
  border: 5.5px solid #28282d;
  border-radius: 9px 9px 0 0;
  height: 108px;
  width: 164px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.38);
  overflow: hidden;
}

.laptop-display {
  background: #080916;
  width: 100%;
  height: 100%;
  display: flex;
  font-size: 5.5px;
  color: #a5b4fc;
  padding: 5px;
  box-sizing: border-box;
  gap: 4px;
  font-family: monospace;
}

.display-sidebar {
  width: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 2px;
}

.sidebar-item {
  height: 4px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 1px;
}

.sidebar-item.active {
  background: #FF6A00;
}

.display-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.display-header {
  height: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-bar {
  width: 40px;
  height: 3px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 1px;
}

.display-content {
  flex: 1;
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 4px;
}

.chart-box {
  background: rgba(255, 106, 0, 0.04);
  border: 0.8px solid rgba(255, 106, 0, 0.12);
  border-radius: 3px;
  display: flex;
  align-items: flex-end;
  padding: 3px;
  gap: 2.5px;
}

.chart-bar {
  flex: 1;
  background: linear-gradient(to top, #FF6A00, #FF8C3D);
  border-radius: 0.8px 0.8px 0 0;
  animation: heightPulse 4s ease-in-out infinite alternate;
}

@keyframes heightPulse {
  0% {
    transform: scaleY(0.85);
  }

  100% {
    transform: scaleY(1.05);
  }
}

.stats-box {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.stat-line {
  height: 10px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 2px;
  border: 0.8px solid rgba(255, 255, 255, 0.05);
}

.laptop-base {
  background: #cbd5e1;
  border-top: 1px solid #f1f5f9;
  height: 6px;
  width: 184px;
  margin-left: -10px;
  border-radius: 0 0 8px 8px;
  position: relative;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.28);
}

.laptop-trackpad {
  background: #94a3b8;
  width: 32px;
  height: 3px;
  margin: 0 auto;
  border-radius: 0.5px;
}

/* Floating Glass Cards */
.floating-glass-card {
  position: absolute;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 10px;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  z-index: 3;
}

.glass-1 {
  top: 18px;
  left: 5px;
  animation: float-slow 4s ease-in-out infinite;
}

.glass-2 {
  bottom: 24px;
  right: 5px;
  animation: float-slow 4s ease-in-out infinite 2s;
}

@keyframes float-slow {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

/* Glowing Particles */
.glow-particle {
  position: absolute;
  width: 4.5px;
  height: 4.5px;
  background: #FF6A00;
  border-radius: 50%;
  filter: drop-shadow(0 0 4px #FF6A00);
  opacity: 0.55;
  z-index: 1;
}

.p1 {
  top: 22%;
  right: 22%;
  animation: float-slow 3s ease-in-out infinite 0.3s;
}

.p2 {
  bottom: 28%;
  left: 18%;
  animation: float-slow 3.6s ease-in-out infinite 1s;
}

.p3 {
  top: 58%;
  right: 12%;
  animation: float-slow 2.9s ease-in-out infinite 1.6s;
}

/* Showcase Content */
.showcase-content {
  display: flex;
  flex-direction: column;
  text-align: left;
  position: relative;
  z-index: 1;
}

.showcase-heading {
  font-family: var(--font-heading), sans-serif;
  font-size: 21.5px;
  font-weight: 800;
  color: #111111;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.showcase-text {
  font-size: 13.5px;
  color: #555555;
  margin: 10px 0 18px;
  line-height: 1.45;
}

.btn-mega-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #FF6A00;
  color: white !important;
  font-weight: 600;
  padding: 11.5px 22px;
  border-radius: 12px;
  text-decoration: none;
  border: 1px solid rgba(255, 106, 0, 0.2);
  box-shadow: 0 4px 14px rgba(255, 106, 0, 0.22);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  font-size: 13.5px;
  width: fit-content;
  cursor: pointer;
}

.btn-mega-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(255, 106, 0, 0.38);
  background: #ff7c1f;
}

.btn-mega-cta i {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  font-size: 0.85rem;
}

.btn-mega-cta:hover i {
  transform: translateX(4px);
}

/* Bottom Strip */
.mega-menu-bottom {
  background: rgba(255, 255, 255, 0.45);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 16px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
  position: relative;
  z-index: 1;
}

.bottom-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #333333;
}

.bottom-badge i {
  color: #FF6A00;
  font-size: 0.95rem;
}

/* ============================================
   MOBILE PREMIUM FULLSCREEN SLIDE-DOWN PANEL
   ============================================ */
.mobile-services-panel {
  position: fixed;
  inset: 0;
  background: #ffffff;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  transform: translateY(-100%);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.mobile-services-panel.open {
  transform: translateY(0);
}

.mobile-services-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background: #ffffff;
}

.close-services-btn {
  background: #F4F4F5;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  color: #111111;
  cursor: pointer;
  transition: all 0.2s;
}

.close-services-btn:active {
  background: #e4e4e7;
  transform: scale(0.95);
}

.mobile-services-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px 20px 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  -webkit-overflow-scrolling: touch;
}

/* Mobile Showcase Card (Laptop mock) */
.mobile-showcase-card {
  background: linear-gradient(135deg, #FFFDFB 0%, #FFF3EB 100%);
  border: 1px solid rgba(255, 106, 0, 0.08);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(255, 106, 0, 0.02);
}

.mobile-showcase-card .laptop-showcase {
  height: 120px;
  margin-bottom: 0;
}

.mobile-showcase-card .laptop-mockup-wrapper {
  width: 140px;
}

.mobile-showcase-card .laptop-screen {
  height: 90px;
  width: 136px;
}

.mobile-showcase-card .laptop-base {
  width: 154px;
}

.mobile-showcase-title {
  font-family: var(--font-heading), sans-serif;
  font-size: 17px;
  font-weight: 800;
  color: #111111;
}

.mobile-showcase-desc {
  font-size: 12.5px;
  color: #555555;
  line-height: 1.4;
  max-width: 280px;
  margin: 0;
}

/* Accordion Grid */
.mobile-accordion-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mobile-accordion-card {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.mobile-accordion-card.active {
  border-color: rgba(255, 106, 0, 0.25);
  box-shadow: 0 8px 20px rgba(255, 106, 0, 0.04);
}

.mobile-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  cursor: pointer;
  user-select: none;
}

.accordion-title-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}

.accordion-icon-box {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, #FFFFFF 0%, #FFF4EE 100%);
  border: 1px solid rgba(255, 106, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF6A00;
  font-size: 1rem;
  flex-shrink: 0;
}

.accordion-title {
  font-family: var(--font-body), sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  color: #111111;
  line-height: 1.25;
}

.accordion-arrow {
  font-size: 0.8rem;
  color: #777777;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  margin-left: 8px;
}

.mobile-accordion-card.active .accordion-arrow {
  transform: rotate(180deg);
  color: #FF6A00;
}

/* Accordion Content */
.mobile-accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease;
}

.mobile-accordion-card.active .mobile-accordion-content {
  opacity: 1;
}

.mobile-accordion-inner {
  padding: 4px 16px 20px 68px;
  text-align: left;
}

.mobile-accordion-inner p {
  font-size: 12.5px;
  color: #555555;
  line-height: 1.45;
  margin: 0 0 12px;
}

.mobile-card-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #FF6A00;
  font-weight: 700;
  text-decoration: none;
  font-size: 12.5px;
}

.mobile-card-link i {
  font-size: 0.75rem;
}

/* Fixed Mobile Footer CTA */
.mobile-services-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 16px 20px;
  box-sizing: border-box;
  z-index: 10;
}

.mobile-services-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 48px;
  background: #FF6A00;
  color: white !important;
  font-weight: 700;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(255, 106, 0, 0.28);
  font-size: 14.5px;
  border: none;
  font-family: var(--font-heading), sans-serif;
  letter-spacing: -0.01em;
}

/* Responsiveness sizes */
@media (max-width: 1200px) {
  .mega-menu {
    width: 960px;
  }

  .mega-card-title {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .mega-menu {
    display: none !important;
  }
}

/* ============================================
   OUR PURPOSE SECTION (Premium 3D Flip Cards)
   ============================================ */
.purpose-section {
  padding: 100px 0;
  position: relative;
  background: var(--bg-soft);
  overflow: hidden;
}

.purpose-container {
  width: 96%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 90px 60px;
  background: #ffffff;
  border-radius: 32px;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
  z-index: 5;
}

/* Background decorations */
.purpose-decorations {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.purpose-glow {
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 90, 0, 0.05) 0%, rgba(255, 90, 0, 0) 70%);
  pointer-events: none;
}

.purpose-glow.glow-1 {
  top: -150px;
  left: -150px;
}

.purpose-glow.glow-2 {
  bottom: -150px;
  right: -150px;
}

.purpose-dots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(rgba(255, 90, 0, 0.06) 1.5px, transparent 1.5px);
  background-size: 24px 24px;
  pointer-events: none;
  opacity: 0.6;
}

/* Plus Grid Decoration */
.purpose-plus-grid {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 100px;
  height: 100px;
  background-image:
    linear-gradient(to right, rgba(255, 90, 0, 0.1) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 90, 0, 0.1) 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.5;
}

.purpose-header {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
  text-align: center;
}

/* Badge Capsule styling */
.purpose-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 90, 0, 0.06);
  border: 1px solid rgba(255, 90, 0, 0.18);
  border-radius: 100px;
  padding: 8px 18px;
  font-family: var(--font-alt), sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: #FF5A00;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.purpose-badge-dot {
  width: 8px;
  height: 8px;
  background: #FF5A00;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(255, 90, 0, 0.6);
  animation: pulseDot 2s ease-in-out infinite;
}

.purpose-title {
  font-family: var(--font-heading), sans-serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 400;
  /* Heading Now Regular */
  line-height: 1.15;
  color: #040404;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.purpose-title .word-span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
}

.purpose-subtitle {
  font-family: var(--font-body), sans-serif;
  font-size: 1.1rem;
  color: var(--text-muted);
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.8;
}

/* Grid Layout */
.purpose-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: 100%;
  position: relative;
  z-index: 2;
}

/* Card Wrapper with Perspective */
.flip-card {
  height: 420px;
  width: 100%;
  perspective: 1500px;
  cursor: pointer;
  background: transparent;
  transform-style: preserve-3d;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Trigger flips */
@media (hover: hover) {
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
}

.flip-card.is-flipped .flip-card-inner {
  transform: rotateY(180deg);
}

/* Card Sides */
.flip-card-front,
.flip-card-back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 24px;
  /* Reduced from 40px to prevent text clipping */
  text-align: center;
}

.flip-card-front p,
.flip-card-back p {
  width: 100%;
  max-width: 100%;
  word-wrap: break-word;
}

/* Front Card Style */
.flip-card-front {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 90, 0, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  color: #040404;
  z-index: 2;
  transform: rotateY(0deg) translateZ(1px);
  /* Added translateZ(1px) to prevent Z-fighting */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.flip-card:hover .flip-card-front {
  border-color: rgba(255, 90, 0, 0.35);
  box-shadow: 0 15px 35px rgba(255, 90, 0, 0.05);
}

/* Front Card Typography */
.flip-card-front h3 {
  font-family: var(--font-body), sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #040404;
  margin-bottom: 16px;
}

.card-front-desc {
  font-family: var(--font-body), sans-serif;
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Front Card values list wrapper */
.card-values-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 10px;
  max-width: 280px;
  margin-top: 5px;
}

.card-values-list span {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-body);
  background: rgba(255, 90, 0, 0.05);
  border: 1px solid rgba(255, 90, 0, 0.1);
  border-radius: 20px;
  padding: 4px 12px;
  letter-spacing: 0.2px;
}

/* Front Floating Icon Wrapper */
.card-icon-wrapper {
  margin-bottom: 24px;
}

.card-icon {
  width: 68px;
  height: 68px;
  color: #FF5A00;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: floatIcon 4s ease-in-out infinite alternate;
}

.flip-card:nth-child(1) .card-icon {
  animation-delay: 0s;
}

.flip-card:nth-child(2) .card-icon {
  animation-delay: 0.8s;
}

.flip-card:nth-child(3) .card-icon {
  animation-delay: 1.6s;
}

@keyframes floatIcon {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-8px);
  }
}

.flip-card:hover .card-icon {
  transform: scale(1.15) rotate(6deg);
  filter: drop-shadow(0 0 10px rgba(255, 90, 0, 0.35));
}

/* Back Card Style (Orange Gradient + Glow) */
.flip-card-back {
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.18) 0%, transparent 80%),
    linear-gradient(135deg, #FF5A00 0%, #FF7A1A 100%);
  color: #ffffff;
  transform: rotateY(180deg) translateZ(1px);
  /* Added translateZ(1px) to prevent Z-fighting */
  box-shadow: 0 15px 45px rgba(255, 90, 0, 0.3);
  overflow: hidden;
  z-index: 1;
}

.flip-card-back h3 {
  font-family: var(--font-body), sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.flip-card-back p {
  font-family: var(--font-body), sans-serif;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95);
  position: relative;
  z-index: 2;
}

/* Shine sweep sweep overlay */
.flip-card-back::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.2) 45%,
      rgba(255, 255, 255, 0.32) 50%,
      rgba(255, 255, 255, 0.2) 55%,
      rgba(255, 255, 255, 0) 70%);
  transform: rotate(15deg) translate(-50%, -50%);
  transition: transform 0.8s ease-in-out;
  pointer-events: none;
  z-index: 3;
}

.flip-card:hover .flip-card-back::after,
.flip-card.is-flipped .flip-card-back::after {
  transform: rotate(15deg) translate(50%, 50%);
}

/* Floating particles inside back face */
.back-particles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.back-particles .particle {
  position: absolute;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.4);
}

.back-particles .p-1 {
  width: 6px;
  height: 6px;
  top: 15%;
  left: 15%;
  animation: floatP1 6s infinite alternate;
}

.back-particles .p-2 {
  width: 4px;
  height: 4px;
  top: 75%;
  left: 20%;
  animation: floatP2 8s infinite alternate;
}

.back-particles .p-3 {
  width: 5px;
  height: 5px;
  top: 25%;
  right: 15%;
  animation: floatP3 7s infinite alternate;
}

.back-particles .p-4 {
  width: 3px;
  height: 3px;
  top: 70%;
  right: 25%;
  animation: floatP4 9s infinite alternate;
}

@keyframes floatP1 {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0.3;
  }

  100% {
    transform: translateY(-15px) translateX(10px);
    opacity: 0.8;
  }
}

@keyframes floatP2 {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0.4;
  }

  100% {
    transform: translateY(-12px) translateX(-8px);
    opacity: 0.9;
  }
}

@keyframes floatP3 {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0.3;
  }

  100% {
    transform: translateY(-18px) translateX(-5px);
    opacity: 0.8;
  }
}

@keyframes floatP4 {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0.5;
  }

  100% {
    transform: translateY(-10px) translateX(12px);
    opacity: 0.9;
  }
}

/* Values checklist styling */
.values-checklist {
  text-align: left;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 2;
}

.values-checklist li {
  font-family: var(--font-body), sans-serif;
  font-size: 0.98rem;
  margin-bottom: 12px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}

.values-checklist li i {
  color: #FF5A00;
  background: #ffffff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

/* Responsiveness sizes for Purpose Section */
@media (max-width: 991px) {
  .purpose-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .flip-card:nth-child(3) {
    grid-column: span 2;
    justify-self: center;
    max-width: calc(50% - 12px);
    width: 100%;
  }

  .purpose-container {
    padding: 70px 40px;
  }
}

@media (max-width: 767px) {
  .purpose-cards-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .flip-card:nth-child(3) {
    grid-column: span 1;
    max-width: 100%;
  }

  .purpose-container {
    padding: 60px 24px;
  }

  .purpose-title {
    font-size: 2.2rem;
  }

  .flip-card {
    height: 400px;
  }

  .flip-card-front,
  .flip-card-back {
    padding: 24px 18px;
    /* Further reduced padding on mobile to optimize text space */
  }
}

/* ============================================
   SERVICE SHOWCASE SECTION (services.html)
   Scroll-Driven Vertical Card Stack
   ============================================ */

/* --- Section & Container --- */
.showcase-section {
  background: #FFFFFF;
  padding: 120px 0 80px;
  position: relative;
}

.showcase-container {
  width: 96%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 24px;
}

/* --- Scroll Stage (GSAP pins this) --- */
.showcase-scroll-stage {
  position: relative;
}

/* --- Split Grid --- */
.showcase-split-grid {
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 48px;
  align-items: start;
}

/* --- Left Column --- */
.showcase-left {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 560px;
}

/* --- Let's Work Together CTA Pill --- */
.showcase-cta-pill {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: #FF6A00;
  color: #FFFFFF;
  padding: 14px 28px;
  border-radius: 50px;
  font-family: var(--font-body), sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(255, 106, 0, 0.15);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
}

.showcase-cta-pill:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(255, 106, 0, 0.3);
}

.showcase-arrow-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #111111;
  color: #FFFFFF;
  border-radius: 50%;
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}

.showcase-cta-pill:hover .showcase-arrow-circle {
  transform: translateX(4px);
}

/* --- Service Navigation --- */
.service-nav-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 48px;
}

.service-nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 68px;
  padding: 0 24px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  cursor: pointer;
  outline: none;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01);
}

/* Nav progress line (bottom, fills left-to-right per card scroll) */
.service-nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, #FF6A00, #FF8E42);
  border-radius: 0 0 50px 50px;
  transform: scaleX(var(--nav-progress, 0));
  transform-origin: left center;
  opacity: 0;
  pointer-events: none;
}

.service-nav-item.active::after {
  opacity: 1;
}

.service-nav-num {
  font-family: var(--font-heading), sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #999999;
  transition: color 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  margin-right: 16px;
  flex-shrink: 0;
}

.service-nav-title {
  font-family: var(--font-body), sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #333333;
  text-align: left;
  flex-grow: 1;
  transition: color 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-nav-arrow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: transparent;
  color: #999999;
  font-size: 0.8rem;
  flex-shrink: 0;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Nav hover */
.service-nav-item:hover {
  border-color: rgba(255, 106, 0, 0.2);
  box-shadow: 0 8px 24px rgba(255, 106, 0, 0.06);
}

.service-nav-item:hover .service-nav-arrow-btn {
  transform: rotate(-45deg);
  border-color: #FF6A00;
  color: #FF6A00;
}

/* Nav active state */
.service-nav-item.active {
  border-color: #FF6A00;
  background: #FFFFFF;
  box-shadow: 0 8px 28px rgba(255, 106, 0, 0.1), 0 0 0 1px rgba(255, 106, 0, 0.08);
  transform: scale(1.015);
}

.service-nav-item.active .service-nav-num {
  color: #FF6A00;
}

.service-nav-item.active .service-nav-title {
  color: #111111;
  font-weight: 700;
}

.service-nav-item.active .service-nav-arrow-btn {
  background: #FF6A00;
  border-color: #FF6A00;
  color: #FFFFFF;
  transform: rotate(-45deg);
}

/* --- Right Column: Card Viewport --- */
.showcase-right {
  position: relative;
}

.service-card-viewport {
  height: 560px;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  background: #FFFFFF;
}

.service-scroll-track {
  display: flex;
  flex-direction: column;
  will-change: transform;
}

/* --- Individual Scroll Cards --- */
.service-scroll-card {
  height: 560px;
  flex-shrink: 0;
  will-change: transform, opacity, filter;
  padding: 0 0 70px 0;
  box-sizing: border-box;
}

.ssc-inner {
  height: 100%;
  background: #FFFFFF;
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.04);
  position: relative;
  display: flex;
  flex-direction: column;
  transform-style: preserve-3d;
  transition: transform 0.15s ease-out, box-shadow 0.4s ease;
  overflow: hidden;
}

/* Cursor spotlight on active card */
.ssc-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 28px;
  background: radial-gradient(circle 280px at var(--spot-x, 50%) var(--spot-y, 50%), rgba(255, 106, 0, 0.08), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 10;
}

.service-scroll-card.is-active .ssc-inner::before {
  opacity: 1;
}

.service-scroll-card.is-active .ssc-inner {
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(255, 106, 0, 0.06);
}

/* --- Card Visual Area --- */
.ssc-visual {
  background: radial-gradient(circle at 80% 20%, rgba(255, 106, 0, 0.07), transparent 65%), #F5F5F7;
  border-radius: 20px;
  height: 190px;
  overflow: hidden;
  position: relative;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Dot pattern decoration */
.ssc-visual::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  background-image: radial-gradient(rgba(255, 106, 0, 0.15) 1.5px, transparent 1.5px);
  background-size: 8px 8px;
  opacity: 0.7;
  z-index: 2;
  pointer-events: none;
}

/* Glass reflection sweep */
.ssc-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 30%, rgba(255, 255, 255, 0.35) 50%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  z-index: 3;
}

.service-scroll-card.is-active:hover .ssc-visual::after {
  transform: translateX(120%);
}

.ssc-img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.1));
  will-change: transform;
  position: relative;
  z-index: 1;
}

/* --- Card Body Content --- */
.ssc-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.ssc-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

.ssc-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: rgba(255, 106, 0, 0.07);
  backdrop-filter: blur(8px);
  border-radius: 13px;
  color: #FF6A00;
  font-size: 1.2rem;
  flex-shrink: 0;
  border: 1px solid rgba(255, 106, 0, 0.08);
}

.ssc-title {
  font-family: var(--font-heading), sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  color: #111111;
  margin: 0;
  line-height: 1.2;
}

.ssc-desc {
  font-family: var(--font-body), sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #666666;
  margin-bottom: 12px;
}

.ssc-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  padding: 12px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.ssc-feat {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body), sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: #333333;
}

.ssc-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: rgba(255, 106, 0, 0.1);
  border-radius: 50%;
  color: #FF6A00;
  font-size: 0.6rem;
  flex-shrink: 0;
}

/* --- Fixed Bottom Overlay (inside viewport, outside track) --- */
.ssc-viewport-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 28px 22px;
  background: linear-gradient(to top, #FFFFFF 50%, rgba(255, 255, 255, 0.95) 75%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  z-index: 20;
  border-radius: 0 0 30px 30px;
}

/* --- Learn More Button --- */
.showcase-learn-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 2px solid #FF6A00;
  color: #FF6A00;
  background: transparent;
  padding: 10px 24px;
  border-radius: 50px;
  font-family: var(--font-body), sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.showcase-learn-more-btn:hover {
  background: #FF6A00;
  color: #FFFFFF;
  box-shadow: 0 6px 18px rgba(255, 106, 0, 0.25);
}

.showcase-learn-more-btn i {
  transition: transform 0.3s ease;
}

.showcase-learn-more-btn:hover i {
  transform: translateX(4px);
}

/* --- Slider Indicator --- */
.showcase-slider-indicator {
  display: flex;
  align-items: center;
  gap: 12px;
}

.showcase-nav-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #FFFFFF;
  color: #666666;
  font-size: 0.8rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.showcase-nav-arrow:hover {
  border-color: #FF6A00;
  color: #FF6A00;
  background: rgba(255, 106, 0, 0.03);
}

.showcase-indicator-text {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading), sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
}

.indicator-num-active {
  color: #FF6A00;
  min-width: 18px;
  text-align: center;
}

.indicator-num-total {
  color: #999999;
  min-width: 18px;
  text-align: center;
}

.indicator-line-wrap {
  display: inline-block;
  width: 56px;
  height: 2px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}

.indicator-line-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, #FF6A00, #FF8E42);
  border-radius: 2px;
  transition: width 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* --- Bottom Badge Bar --- */
.showcase-bottom-badges {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 72px;
  padding: 32px;
  background: #FFFFFF;
  border-radius: 24px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.bottom-badge-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.badge-icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: rgba(255, 106, 0, 0.06);
  border-radius: 50%;
  color: #FF6A00;
  font-size: 1.15rem;
  flex-shrink: 0;
}

.badge-text-wrap {
  display: flex;
  flex-direction: column;
}

.badge-title {
  font-family: var(--font-body), sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #111111;
  margin-bottom: 2px;
}

.badge-desc {
  font-family: var(--font-body), sans-serif;
  font-size: 0.8rem;
  color: #888888;
}

/* ============================================
   RESPONSIVE SHOWCASE STYLES
   ============================================ */
@media (max-width: 1200px) {
  .showcase-split-grid {
    grid-template-columns: 40% 60%;
    gap: 36px;
  }

  .ssc-title {
    font-size: 1.4rem;
  }
}

@media (max-width: 1024px) {
  .showcase-split-grid {
    grid-template-columns: 38% 62%;
    gap: 28px;
  }

  .showcase-left {
    min-height: auto;
  }

  .service-card-viewport {
    height: 520px;
  }

  .service-scroll-card {
    height: 520px;
  }
}

@media (max-width: 768px) {
  .showcase-section {
    padding: 80px 0 60px;
  }

  .showcase-split-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .showcase-left {
    min-height: auto;
    text-align: center;
  }

  /* Horizontal swipe nav on mobile */
  .service-nav-list {
    flex-direction: row;
    overflow-x: auto;
    white-space: nowrap;
    padding: 8px 4px 16px;
    margin-top: 24px;
    gap: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .service-nav-list::-webkit-scrollbar {
    display: none;
  }

  .service-nav-item {
    flex: 0 0 auto;
    width: auto;
    height: 54px;
    padding: 0 20px;
    scroll-snap-align: start;
    margin: 0;
  }

  .service-nav-num {
    margin-right: 8px;
  }

  .service-nav-arrow-btn {
    display: none;
  }

  /* Center the service nav list on mobile and style items uniformly */
  .service-nav-list {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    gap: 10px !important;
    margin: 24px auto 0 auto !important;
  }

  .service-nav-item {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 320px !important;
    height: 54px !important;
    padding: 0 20px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  /* Carousel card layout for mobile */
  .showcase-right {
    position: static;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .service-card-viewport {
    height: auto !important;
    overflow: hidden !important;
    border-radius: 24px !important;
    width: 100% !important;
    max-width: 480px !important;
    margin: 0 auto !important;
    position: relative !important;
  }

  .service-scroll-track {
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
    gap: 0 !important;
  }

  .service-scroll-card {
    height: auto !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    padding: 0 8px !important;
    box-sizing: border-box !important;
    scroll-snap-align: start;
  }

  .ssc-inner {
    padding: 20px;
  }

  .ssc-visual {
    height: 180px;
  }

  .ssc-viewport-bottom {
    position: static;
    background: transparent;
    padding: 16px 20px;
    border-radius: 0;
  }

  .showcase-bottom-badges {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 24px;
    margin-top: 48px;
  }
}

@media (max-width: 480px) {
  .ssc-inner {
    padding: 16px;
  }

  .ssc-title {
    font-size: 1.25rem;
  }

  .ssc-visual {
    height: 150px;
    border-radius: 16px;
  }

  .ssc-features {
    flex-direction: column;
    gap: 8px;
  }

  .ssc-viewport-bottom {
    flex-direction: column;
    gap: 14px;
    align-items: stretch;
  }

  .showcase-slider-indicator {
    justify-content: center;
  }

  .showcase-bottom-badges {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}




/* ============================================================
   SMART VEN TECH INNOVATION
   MOBILE + TABLET POLISH
   Desktop layout is intentionally untouched (> 1024px).
   ============================================================ */

/* Tablet: 769px - 1024px */
@media (min-width: 769px) and (max-width: 1024px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .nav-menu {
    display: none !important;
  }

  .hamburger {
    display: flex !important;
    margin-left: auto;
  }

  .navbar {
    padding: 14px 0;
  }

  .logo-img-single {
    max-width: 185px;
    height: auto;
  }

  .mobile-menu {
    padding: 110px 48px 40px;
    justify-content: flex-start;
    align-items: stretch;
    overflow-y: auto;
    gap: 10px;
  }

  .mobile-menu a {
    width: 100%;
    padding: 16px 18px;
    border-radius: 16px;
    font-size: 1.15rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, .7);
    border: 1px solid rgba(0, 0, 0, .06);
  }

  .mobile-menu .nav-cta {
    justify-content: center;
  }

  .hero .container {
    gap: 28px;
  }

  .hero-content {
    max-width: 760px;
    margin: 0 auto;
  }

  .hero-title {
    font-size: clamp(3rem, 6vw, 4.5rem);
    line-height: 1.02;
  }

  .hero-subtitle {
    max-width: 680px;
  }

  .hero-visual {
    max-width: 680px;
  }

  .services-grid,
  .portfolio-grid,
  .why-grid,
  .values-grid,
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .section {
    overflow: hidden;
  }

  .showcase-split-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .showcase-left {
    min-height: auto;
  }

  .service-nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .service-card-viewport {
    height: 540px;
  }

  .service-scroll-card {
    height: 540px;
  }

  .mega-menu {
    display: none !important;
  }

  .reveal,
  .reveal-left,
  .reveal-right,
  .reveal-card {
    transition-duration: .65s;
  }
}

/* Mobile: up to 768px */
@media (max-width: 768px) {
  :root {
    --section-padding: 68px 0;
  }

  html {
    scroll-behavior: smooth;
    overflow-x: hidden;
  }

  body {
    overflow-x: hidden;
  }

  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .navbar {
    height: auto;
    min-height: 66px;
    padding: 10px 0;
  }

  .navbar .container {
    min-height: 46px;
  }

  .nav-menu {
    display: none !important;
  }

  .hamburger {
    display: flex !important;
    margin-left: auto;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(0, 0, 0, .07);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .07);
  }

  .hamburger span {
    width: 21px;
    height: 2px;
  }

  .logo-img-single {
    width: auto;
    max-width: 155px;
    max-height: 42px;
  }

  .mobile-menu {
    padding: 92px 18px 28px;
    justify-content: flex-start;
    align-items: stretch;
    gap: 9px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-menu::before {
    content: "SMART VEN TECH";
    display: block;
    font-family: var(--font-body);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .18em;
    color: #FF6A00;
    padding: 0 8px 10px;
  }

  .mobile-menu a {
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    border-radius: 15px;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(0, 0, 0, .065);
    box-shadow: 0 5px 18px rgba(0, 0, 0, .035);
    transform: translateX(18px);
  }

  .mobile-menu.open a {
    animation: svMobileMenuIn .42s cubic-bezier(.22, 1, .36, 1) forwards;
  }

  .mobile-menu.open a:nth-child(2) {
    animation-delay: .04s;
  }

  .mobile-menu.open a:nth-child(3) {
    animation-delay: .08s;
  }

  .mobile-menu.open a:nth-child(4) {
    animation-delay: .12s;
  }

  .mobile-menu.open a:nth-child(5) {
    animation-delay: .16s;
  }

  .mobile-menu.open a:nth-child(6) {
    animation-delay: .20s;
  }

  .mobile-menu.open a:nth-child(7) {
    animation-delay: .24s;
  }

  .mobile-menu a:hover,
  .mobile-menu a:active {
    color: #FF6A00;
    transform: translateX(3px);
  }

  .mobile-menu .nav-cta {
    justify-content: center;
    background: #111;
    color: #fff !important;
    border-color: #111;
  }

  .mega-menu {
    display: none !important;
  }

  /* Hero */
  .hero {
    min-height: auto;
    padding-top: 88px;
    padding-bottom: 58px;
  }

  .hero .container {
    display: flex;
    flex-direction: column;
    gap: 34px;
    text-align: center;
  }

  .service-nav-item {
    flex: 0 0 auto;
    width: auto;
    height: 54px;
    padding: 0 20px;
    scroll-snap-align: start;
    margin: 0;
  }

  .service-nav-num {
    margin-right: 8px;
  }

  .service-nav-arrow-btn {
    display: none;
  }

  /* Carousel card layout for mobile */
  .showcase-right {
    position: static;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .service-card-viewport {
    height: auto !important;
    overflow: hidden !important;
    border-radius: 24px !important;
    width: 100% !important;
    max-width: 480px !important;
    margin: 0 auto !important;
    position: relative !important;
  }

  .service-scroll-track {
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
    gap: 0 !important;
  }

  .hero-content {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
  }

  .hero-badge {
    display: inline-flex;
    max-width: 100%;
    font-size: .68rem;
    line-height: 1.35;
    padding: 7px 12px;
    border-radius: 999px;
  }

  .hero-title {
    margin-top: 16px;
    font-size: clamp(2.15rem, 10vw, 3.25rem);
    line-height: .98;
    letter-spacing: -.025em;
  }

  .hero-subtitle {
    width: 100%;
    max-width: 560px;
    margin: 18px auto 26px;
    font-size: .88rem;
    line-height: 1.7;
  }

  .hero-buttons {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    min-height: 52px;
    justify-content: center;
    border-radius: 15px;
  }

  .hero-visual {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
  }

  .hero-stats {
    width: 100%;
    gap: 10px;
    margin-top: 8px;
  }

  /* Inner page hero */
  .page-hero {
    padding: 112px 0 54px;
  }

  .page-hero .container {
    text-align: center;
  }

  .page-hero h1 {
    font-size: clamp(2.25rem, 10vw, 3.3rem);
    line-height: 1;
  }

  .page-hero p {
    font-size: .88rem;
    line-height: 1.7;
  }

  /* Generic sections */
  .section {
    padding: var(--section-padding);
    overflow: hidden;
  }

  .section-title {
    font-size: clamp(1.9rem, 8vw, 2.65rem);
    line-height: 1.05;
  }

  .section-subtitle {
    font-size: .86rem;
    line-height: 1.7;
  }

  .section-label {
    font-size: .66rem;
    letter-spacing: .14em;
  }

  .services-grid,
  .portfolio-grid,
  .why-grid,
  .values-grid,
  .team-grid,
  .stat-row {
    grid-template-columns: 1fr !important;
    gap: 15px;
  }

  .service-card,
  .portfolio-card,
  .why-card,
  .value-card,
  .team-card {
    width: 100%;
    max-width: none;
    border-radius: 20px;
  }

  .service-card {
    min-height: auto;
    padding: 24px 20px;
  }

  .portfolio-card {
    min-height: auto;
  }

  .portfolio-thumb {
    min-height: 190px;
  }

  /* About / content split */
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr !important;
    gap: 28px;
  }

  .about-content,
  .about-visual,
  .contact-info,
  .contact-form {
    width: 100%;
    min-width: 0;
  }

  /* Forms */
  form {
    width: 100%;
  }

  .form-row,
  .form-grid,
  .contact-form-grid {
    grid-template-columns: 1fr !important;
    gap: 13px;
  }

  input,
  select,
  textarea,
  button {
    max-width: 100%;
  }

  input,
  select,
  textarea {
    font-size: 16px !important;
    /* prevents iOS zoom */
    border-radius: 14px;
  }

  textarea {
    min-height: 140px;
  }

  /* Showcase */
  .showcase-section {
    padding: 72px 0 50px;
  }

  .showcase-container {
    width: 100%;
    padding: 0 18px;
  }

  .showcase-split-grid {
    display: flex;
    flex-direction: column;
    gap: 26px;
  }

  .showcase-left {
    min-height: auto;
  }

  .showcase-left .section-title {
    margin-bottom: 10px;
  }

  .service-nav-list {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-top: 25px;
  }

  .service-nav-item {
    height: 58px;
    padding: 0 14px;
    border-radius: 18px;
  }

  .service-nav-num {
    font-size: .82rem;
    margin-right: 10px;
  }

  .service-nav-title {
    font-size: .78rem;
  }

  .service-nav-arrow-btn {
    width: 30px;
    height: 30px;
  }

  .service-card-viewport {
    height: 480px;
    border-radius: 22px;
  }

  .service-scroll-card {
    height: 480px;
    padding-bottom: 54px;
  }

  .ssc-inner {
    padding: 14px;
    border-radius: 21px;
  }

  .ssc-visual {
    height: 155px;
    border-radius: 16px;
    margin-bottom: 14px;
  }

  .ssc-title {
    font-size: 1.22rem;
  }

  .ssc-desc {
    font-size: .78rem;
    line-height: 1.55;
  }

  .ssc-features {
    gap: 7px 12px;
    padding-top: 10px;
  }

  .ssc-feat {
    font-size: .72rem;
  }

  .ssc-viewport-bottom {
    padding: 10px 16px 14px;
  }

  /* Process timeline */
  .timeline-wrap {
    margin-left: 0;
  }

  .timeline-step {
    gap: 12px;
    padding-bottom: 24px;
  }

  .step-dot {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
  }

  .timeline-wrap::before,
  .timeline-fill {
    left: 21px;
  }

  /* Tech cards */
  .tech-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }

  .tech-card {
    min-height: 112px;
    border-radius: 17px;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 25px;
    text-align: left;
  }

  .footer-bottom {
    gap: 12px;
    padding-top: 20px;
  }

  /* Hide desktop-only decorative elements that crowd small screens */
  .floating-widget,
  .float-accent {
    display: none !important;
  }

  /* Mobile entrance animations */
  .reveal,
  .reveal-left,
  .reveal-right,
  .reveal-card {
    transition-duration: .65s;
    transition-timing-function: cubic-bezier(.22, 1, .36, 1);
  }

  .reveal-card {
    transform: translateY(24px) scale(.985);
  }

  .reveal-card.visible {
    transform: translateY(0) scale(1);
  }

  .service-card,
  .portfolio-card,
  .why-card,
  .value-card {
    animation: svSoftFloat 5.5s ease-in-out infinite;
  }

  .service-card:nth-child(even),
  .portfolio-card:nth-child(even),
  .why-card:nth-child(even),
  .value-card:nth-child(even) {
    animation-delay: -2.5s;
  }

  .btn-primary,
  .btn-secondary,
  .showcase-cta-pill,
  .nav-cta {
    position: relative;
    overflow: hidden;
  }

  .btn-primary::after,
  .btn-secondary::after,
  .showcase-cta-pill::after,
  .nav-cta::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 -120%;
    width: 65%;
    background: linear-gradient(105deg, transparent, rgba(255, 255, 255, .3), transparent);
    transform: skewX(-18deg);
    animation: svButtonSweep 4.8s ease-in-out infinite;
    pointer-events: none;
  }
}

/* Small phones */
@media (max-width: 480px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero {
    padding-top: 82px;
  }

  .hero-title {
    font-size: clamp(2rem, 10.5vw, 2.65rem);
  }

  .hero-subtitle {
    font-size: .82rem;
  }

  .hero-badge {
    font-size: .62rem;
  }

  .stat-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .tech-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .service-card,
  .portfolio-card,
  .why-card,
  .value-card {
    padding: 20px 17px;
  }

  .service-card-viewport {
    height: 455px;
  }

  .service-scroll-card {
    height: 455px;
  }

  .ssc-visual {
    height: 140px;
  }

  .ssc-title {
    font-size: 1.1rem;
  }

  .ssc-desc {
    font-size: .72rem;
  }

  .mobile-menu a {
    font-size: 1rem;
  }
}

/* Motion */
@keyframes svMobileMenuIn {
  from {
    opacity: 0;
    transform: translateX(18px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes svSoftFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

@keyframes svButtonSweep {

  0%,
  65%,
  100% {
    transform: translateX(0) skewX(-18deg);
  }

  75% {
    transform: translateX(360%) skewX(-18deg);
  }
}

@media (prefers-reduced-motion: reduce) {

  .service-card,
  .portfolio-card,
  .why-card,
  .value-card,
  .btn-primary::after,
  .btn-secondary::after,
  .showcase-cta-pill::after,
  .nav-cta::after {
    animation: none !important;
  }

  html {
    scroll-behavior: auto !important;
  }
}

/* ==========================================================================
   EXCLUSIVE MOBILE HERO REDESIGN (<= 768px)
   Matches SVT Mobile Design Reference Specification
   Desktop (> 768px) remains 100% pixel-for-pixel untouched!
   ========================================================================== */
@media (max-width: 768px) {

  /* Prevent horizontal scrolling on mobile */
  html,
  body {
    overflow-x: hidden !important;
  }

  /* Mobile Navbar Floating Header */
  .navbar,
  .navbar.scrolled {
    position: fixed !important;
    top: 12px !important;
    left: 16px !important;
    right: 16px !important;
    transform: none !important;
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    height: 64px !important;
    padding: 0 16px !important;
    border-radius: 20px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06) !important;
    z-index: 1000 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin: 0 !important;
  }

  .navbar .container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    height: 100% !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0 !important;
  }

  .nav-logo {
    display: flex !important;
    align-items: center !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 10 !important;
  }

  .nav-logo img.logo-img-single {
    display: block !important;
    height: 30px !important;
    width: auto !important;
    max-width: 170px !important;
    visibility: visible !important;
    opacity: 1 !important;
    object-fit: contain !important;
  }

  .nav-menu {
    display: none !important;
  }

  .hamburger {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 5px !important;
    width: 36px !important;
    height: 36px !important;
    margin-left: auto !important;
    cursor: pointer !important;
  }

  .hamburger span {
    width: 22px !important;
    height: 2.5px !important;
    background: #FF6500 !important;
    border-radius: 2px !important;
    transition: all 0.3s ease !important;
  }

  /* Hero Section Container & Theme */
  .hero {
    padding-top: 96px !important;
    padding-bottom: 40px !important;
    background: #FAF7F2 !important;
    background-image:
      radial-gradient(circle at 10% 20%, rgba(255, 101, 0, 0.05) 0%, transparent 40%),
      radial-gradient(circle at 90% 80%, rgba(255, 101, 0, 0.04) 0%, transparent 40%) !important;
    position: relative !important;
    overflow: hidden !important;
  }

  .hero .container {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    padding: 0 20px !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Structural Un-nesting for Mobile Flex Ordering */
  .hero-content {
    display: contents !important;
  }

  /* 1. Announcement Badge */
  .hero-badge {
    order: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: #FFFFFF !important;
    border: 1px solid rgba(255, 101, 0, 0.25) !important;
    padding: 8px 16px !important;
    border-radius: 30px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #111111 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03) !important;
    margin-bottom: 18px !important;
    align-self: flex-start !important;
  }

  .hero-badge .badge-pulse {
    width: 7px !important;
    height: 7px !important;
    background: #FF6500 !important;
    border-radius: 50% !important;
    display: inline-block !important;
    animation: badgePulse 2s infinite !important;
  }

  /* 2. Main Headline */
  .hero-title {
    order: 2 !important;
    font-size: 38px !important;
    font-weight: 900 !important;
    line-height: 1.04 !important;
    letter-spacing: -0.02em !important;
    color: #111111 !important;
    margin-bottom: 16px !important;
    font-family: 'Sora', var(--font-heading) !important;
    word-break: break-word !important;
    width: 100% !important;
  }

  .hero-title .highlight {
    color: #FF6500 !important;
    background: none !important;
    -webkit-text-fill-color: #FF6500 !important;
    font-weight: 900 !important;
    display: inline !important;
  }

  /* 3. Supporting Paragraph */
  .hero-subtitle {
    order: 3 !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    color: #555555 !important;
    margin-bottom: 16px !important;
    font-weight: 400 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  /* 4. Mobile Hero Visual Presentation - Showcase Mockup (Placed above buttons) */
  .hero-visual {
    order: 4 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 8px auto 20px auto !important;
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    perspective: none !important;
  }

  .dashboard-3d-wrap {
    display: none !important;
  }

  .hero-mobile-img-wrap {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 440px !important;
    margin: 0 auto !important;
    padding: 0 4px !important;
  }

  .hero-mobile-img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    display: block !important;
    object-fit: contain !important;
    filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.08)) drop-shadow(0 0 15px rgba(255, 101, 0, 0.06)) !important;
    border-radius: 12px !important;
  }

  /* Hide floating overlay cards on dashboard ONLY on mobile layout */
  .hero-visual .floating-widget,
  .hero-visual .visual-decorations {
    display: none !important;
  }

  /* 5. CTAs - Stacked 100% Width (Placed below image) */
  .hero-buttons {
    order: 5 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
    margin-bottom: 20px !important;
  }

  .hero-buttons .btn-primary {
    width: 100% !important;
    height: 56px !important;
    border-radius: 18px !important;
    background: #111111 !important;
    color: #FFFFFF !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    border: none !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12) !important;
    text-decoration: none !important;
  }

  .hero-buttons .btn-primary i {
    color: #FF6500 !important;
    font-size: 16px !important;
  }

  .hero-buttons .btn-secondary {
    width: 100% !important;
    height: 56px !important;
    border-radius: 18px !important;
    background: #FFFFFF !important;
    color: #111111 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04) !important;
    text-decoration: none !important;
  }

  /* 6. Mobile Statistics Section (Bottom of Hero) */
  .hero-stats {
    order: 6 !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    gap: 8px !important;
    width: 100% !important;
    margin-top: 4px !important;
    padding: 0 !important;
  }

  .hero-stat-item {
    flex: 1 !important;
    min-width: 0 !important;
    background: #FFFFFF !important;
    border-radius: 16px !important;
    padding: 10px 6px !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03) !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
  }

  .stat-icon-box {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    border-radius: 10px !important;
    background: rgba(255, 101, 0, 0.08) !important;
    color: #FF6500 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 13px !important;
    border: none !important;
  }

  .stat-text-box {
    display: flex !important;
    flex-direction: column !important;
    text-align: left !important;
    overflow: hidden !important;
  }

  .stat-val {
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #111111 !important;
    line-height: 1.1 !important;
  }

  .stat-lbl {
    font-size: 9.5px !important;
    color: #666666 !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  /* Floating Contact Buttons on Mobile (Bottom Left) */
  .premium-whatsapp-widget {
    position: fixed !important;
    left: 16px !important;
    bottom: 16px !important;
    right: auto !important;
    z-index: 999 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    align-items: flex-start !important;
  }

  .whatsapp-btn {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15) !important;
  }

  .whatsapp-icon {
    width: 30px !important;
    height: 30px !important;
  }

  /* Ensure the WhatsApp brand icon image fills the container */
  .whatsapp-icon.wa-brand-icon {
    width: 100% !important;
    height: 100% !important;
  }

  /* Position tooltips to the right on mobile to avoid overlap */
  .whatsapp-tooltip {
    left: calc(100% + 12px) !important;
    right: auto !important;
    bottom: auto !important;
    top: 50% !important;
    transform: translateX(-10px) translateY(-50%) !important;
    transition: opacity 0.3s ease, transform 0.3s ease !important;
  }

  .whatsapp-item-container:hover .whatsapp-tooltip {
    transform: translateX(0) translateY(-50%) !important;
    opacity: 1 !important;
  }

  /* Adjust the tooltip arrow to point left */
  .whatsapp-tooltip::after {
    top: 50% !important;
    left: -12px !important;
    right: auto !important;
    bottom: auto !important;
    border-width: 6px !important;
    border-color: transparent #FF6A00 transparent transparent !important;
    transform: translateY(-50%) !important;
  }

  /* Foxy AI Chatbot Launcher on Mobile (Bottom Right) */
  .svt-chatbot-launcher {
    position: fixed !important;
    right: 16px !important;
    bottom: 16px !important;
    left: auto !important;
    width: 68px !important;
    height: 68px !important;
    border-radius: 50% !important;
    border: 2px solid #FF6500 !important;
    background: #FFFFFF !important;
    box-shadow: 0 8px 24px rgba(255, 101, 0, 0.3) !important;
    z-index: 9999 !important;
  }

  .svt-launcher-avatar {
    width: 54px !important;
    height: 54px !important;
  }
}

/* ============================================
   LOCATION & GOOGLE MAP SECTION
   ============================================ */
.location-map-section {
  position: relative;
  width: 100%;
  padding: 110px 0 120px;
  background: #090a0f;
  overflow: hidden;
}

.location-map-section::before {
  content: '';
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 850px;
  height: 450px;
  background: radial-gradient(circle, rgba(255, 106, 0, 0.1) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

/* High Contrast Header Typography on Dark Background */
.location-map-section .location-map-header {
  position: relative;
  z-index: 3;
  text-align: center;
  margin-bottom: 10px;
}

.location-map-section .section-label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: rgba(255, 106, 0, 0.12) !important;
  border: 1px solid rgba(255, 106, 0, 0.35) !important;
  border-radius: 50px !important;
  padding: 6px 18px !important;
  color: #FFA048 !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  margin-bottom: 18px !important;
  box-shadow: 0 0 15px rgba(255, 106, 0, 0.15) !important;
}

.location-map-section .section-label .dot {
  background: #FF6A00 !important;
  box-shadow: 0 0 10px #FF6A00 !important;
}

.location-map-section .section-title {
  color: #FFFFFF !important;
  font-size: clamp(2.2rem, 4.5vw, 3rem) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  margin-bottom: 16px !important;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6) !important;
}

.location-map-section .section-title .text-gradient-v,
.location-map-section .section-title .text-gradient,
.location-map-section .section-title .highlight-orange-txt {
  background: linear-gradient(135deg, #FF6A00 0%, #FFA84A 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  color: #FF6A00 !important;
  filter: drop-shadow(0 0 20px rgba(255, 106, 0, 0.4)) !important;
  display: inline-block !important;
}

.location-map-section .section-subtitle {
  color: #CBD5E1 !important;
  font-size: 1.08rem !important;
  line-height: 1.7 !important;
  max-width: 680px !important;
  margin: 0 auto 35px auto !important;
  opacity: 0.95 !important;
}

.location-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 36px;
  align-items: stretch;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}

.location-info-card {
  position: relative;
  background: rgba(18, 19, 26, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 106, 0, 0.22);
  border-radius: 24px;
  padding: 40px 36px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5), 0 0 35px rgba(255, 106, 0, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.location-card-glow {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(255, 106, 0, 0.14) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.location-card-header {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 24px;
}

.location-icon-badge {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.22), rgba(255, 77, 0, 0.06));
  border: 1px solid rgba(255, 106, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF6A00;
  font-size: 1.5rem;
  box-shadow: 0 0 20px rgba(255, 106, 0, 0.25);
  flex-shrink: 0;
}

.location-city-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
}

.location-state-label {
  font-size: 0.92rem;
  color: #FF8533;
  margin: 4px 0 0;
  font-weight: 600;
}

.location-details-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 28px;
}

.location-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.detail-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF6A00;
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.detail-text {
  display: flex;
  flex-direction: column;
}

.detail-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8a8f9d;
  margin-bottom: 3px;
  font-weight: 600;
}

.detail-val {
  font-size: 0.95rem;
  color: #e2e8f0;
  line-height: 1.5;
  margin: 0;
}

.detail-val a {
  color: #e2e8f0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.detail-val a:hover {
  color: #FF6A00;
}

.location-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.btn-location-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #FF6A00, #FF4D00);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 14px 22px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(255, 106, 0, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-location-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(255, 106, 0, 0.45);
  color: #ffffff !important;
}

.btn-location-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #e2e8f0 !important;
  font-weight: 600;
  font-size: 0.92rem;
  padding: 12px 20px;
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.btn-location-secondary:hover {
  background: rgba(37, 211, 102, 0.12);
  border-color: rgba(37, 211, 102, 0.35);
  color: #25D366 !important;
}

.location-map-frame {
  position: relative;
  min-height: 480px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 106, 0, 0.22);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5), 0 0 35px rgba(255, 106, 0, 0.06);
  background: #15161e;
}

.location-map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 480px;
  display: block;
}

.map-floating-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  background: rgba(13, 14, 18, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 106, 0, 0.35);
  border-radius: 50px;
  padding: 8px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #ffffff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.map-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FF6A00;
  box-shadow: 0 0 10px #FF6A00;
  animation: mapPulse 2s infinite;
}

@keyframes mapPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 106, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(255, 106, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 106, 0, 0);
  }
}

@media (max-width: 992px) {
  .location-grid {
    grid-template-columns: 1fr;
  }

  .location-map-frame {
    min-height: 380px;
  }

  .location-map-frame iframe {
    min-height: 380px;
  }
}

@media (max-width: 580px) {
  .location-info-card {
    padding: 28px 20px;
  }

  .location-city-title {
    font-size: 1.2rem;
  }

  .location-map-frame {
    min-height: 320px;
  }

  .location-map-frame iframe {
    min-height: 320px;
  }
}