/* ================================================
   PROLAB - Professional Tech Studio Design
   Clean, Corporate & Trustworthy
   Premium Business Theme
   ================================================ */

/* CSS Variables - Professional Corporate Palette */
:root {
    --tech-bg-dark: #f8fafc;
    --tech-bg-section: #ffffff;
    --tech-bg-card: #ffffff;
    --tech-bg-gradient: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
    --tech-primary: #1e3a5f;
    --tech-primary-light: #3b82f6;
    --tech-secondary: #0ea5e9;
    --tech-accent: #0ea5e9;
    --tech-orange: #f59e0b;
    --tech-green: #059669;
    --tech-gradient: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #0ea5e9 100%);
    --tech-gradient-vibrant: linear-gradient(135deg, #1e3a5f 0%, #0ea5e9 50%, #059669 100%);
    --tech-gradient-warm: linear-gradient(135deg, #1e3a5f 0%, #0ea5e9 100%);
    --tech-gradient-cool: linear-gradient(135deg, #0ea5e9 0%, #1e3a5f 100%);
    --tech-text: #0f172a;
    --tech-text-muted: #475569;
    --tech-text-light: #94a3b8;
    --tech-border: rgba(30, 58, 95, 0.15);
    --tech-glow: 0 10px 40px rgba(30, 58, 95, 0.25);
    --tech-glow-cyan: 0 10px 40px rgba(14, 165, 233, 0.25);
    --tech-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    --tech-shadow-lg: 0 10px 40px rgba(0, 0, 0, 0.12);
    --font-heading: 'Dosis', 'Space Grotesk', 'Inter', sans-serif;
    --font-body: 'Satoshi', 'Inter', 'Roboto', sans-serif;
    --font-mono: 'JetBrains Mono', 'Fira Code', monospace;
    --font-logo: 'Dosis', 'Syne', sans-serif;
}

/* Premium Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300;400;500;600;700;800&family=Space+Grotesk:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&family=Syne:wght@400;500;600;700;800&family=Outfit:wght@300;400;500;600;700;800&display=swap');

/* Clash Display & Satoshi (CDN from fontshare) */
@font-face {
    font-family: 'Clash Display';
    src: url('https://cdn.fontshare.com/wf/HQTQJ2GTFZNM7KFFTAVGRDGF7CGCBWYE/SXA7H4WVEXCHFOGVVCW4BYP6IOQTX5NQ/XILWM5HQTZKVPXWBP6AJ2D7GT6KVPBJS.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('https://cdn.fontshare.com/wf/M4E5ZQFAKLBVYCN4M65VFRLIHIHZAELM/FJRJKFXZRBNPFKXS26HLTGKQONMSCYB4/YW4BSWLQWXVG7LU6UEU5N4SHXICBGPST.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('https://cdn.fontshare.com/wf/PBQPUHPXJXPQW4QFBGHV3HDMBJ3TVEEY/GDCPV3RD63XOR2QJQMKCLV77VQS3BSUP/W2KRDVQ3OFSTWVJ4R52J5QT3KXFK4FPB.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Display';
    src: url('https://cdn.fontshare.com/wf/QFVPGPXXCQ4CNFKPLB7X344MCMGDXELB/KMN6D57HQJ6CRVYAKMDYP3HW6HJRFLC4/LHLQZMHZXIDLQNPQQZHQ5YRTJKFQE7II.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('https://cdn.fontshare.com/wf/CMLJJ7M5TXFK4BJBWFPGJM2QEJYITQPQ/6P4TMLCBJ2WEJ7S6CEBQC5GCILSFIFQZ/OYJIGZXWBXJP7ZHDZHTJ4EUKJPNMYHSN.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('https://cdn.fontshare.com/wf/CMLJJ7M5TXFK4BJBWFPGJM2QEJYITQPQ/6P4TMLCBJ2WEJ7S6CEBQC5GCILSFIFQZ/B6PFQSGEZGPD7MXLHZFCXILLFTWK2TYE.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('https://cdn.fontshare.com/wf/CMLJJ7M5TXFK4BJBWFPGJM2QEJYITQPQ/6P4TMLCBJ2WEJ7S6CEBQC5GCILSFIFQZ/X7LKN34DNCTKXGP4YXPTMQMIRXJYEBFL.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ========================================
   LOGO STYLES
   ======================================== */
.logo-text {
    font-family: var(--font-logo);
    font-size: 32px;
    font-weight: 800;
    text-decoration: none !important;
    letter-spacing: -1.5px;
    display: inline-flex;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
}

.logo-pro {
    color: var(--tech-text);
    transition: all 0.3s ease;
    position: relative;
}

.logo-lab {
    background: var(--tech-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.3s ease;
    position: relative;
}

.logo-text:hover {
    transform: scale(1.02);
}

.logo-text:hover .logo-pro {
    color: var(--tech-primary);
}

.logo-text:hover .logo-lab {
    filter: brightness(1.2) drop-shadow(0 0 10px rgba(14, 165, 233, 0.5));
}

/* Logo in tech page header (white on gradient) */
.header-wrap.tech-page .logo-text {
    font-size: 30px;
}

.header-wrap.tech-page .logo-text .logo-pro {
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.header-wrap.tech-page .logo-text .logo-lab {
    background: linear-gradient(135deg, #3b82f6 0%, #0ea5e9 50%, #fff 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: logoShimmer 3s ease-in-out infinite;
    filter: drop-shadow(0 2px 8px rgba(14, 165, 233, 0.4));
}

@keyframes logoShimmer {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.header-wrap.tech-page .logo-text:hover .logo-lab {
    filter: drop-shadow(0 0 15px rgba(14, 165, 233, 0.6));
}

/* Scrolled header logo */
.header-wrap.tech-page.scrolled .logo-text .logo-pro {
    color: var(--tech-text);
    text-shadow: none;
}

.header-wrap.tech-page.scrolled .logo-text .logo-lab {
    background: var(--tech-gradient);
    background-size: 100% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: none;
    filter: drop-shadow(0 2px 8px rgba(30, 58, 95, 0.3));
}

/* Global Styles for Tech Layout */
.tech-layout {
    background: var(--tech-bg-dark);
    color: var(--tech-text);
    font-family: var(--font-body);
    overflow-x: hidden;
}

.tech-layout * {
    box-sizing: border-box;
}

/* ========================================
   HERO SECTION - Colorful Gradient
   ======================================== */
.tech-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 40%, #0ea5e9 100%);
    overflow: hidden;
}

/* Animated Grid Background */
.hero-grid {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: gridMove 20s linear infinite;
}

@keyframes gridMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

/* Gradient Orbs */
.hero-orbs {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.6;
}

.orb-1 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.25) 0%, transparent 70%);
    top: -200px;
    right: -100px;
    animation: orbFloat1 15s ease-in-out infinite;
}

.orb-2 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    bottom: -150px;
    left: -100px;
    animation: orbFloat2 18s ease-in-out infinite;
}

.orb-3 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    top: 40%;
    left: 30%;
    animation: orbFloat3 12s ease-in-out infinite;
}

@keyframes orbFloat1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-50px, 50px) scale(1.1); }
}

@keyframes orbFloat2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(60px, -40px) scale(1.15); }
}

@keyframes orbFloat3 {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.3; }
    50% { transform: translate(40px, -60px) scale(1.2); opacity: 0.5; }
}

/* Additional Orbs */
.orb-4 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(253, 224, 71, 0.2) 0%, transparent 70%);
    top: 20%;
    right: 20%;
    animation: orbFloat4 10s ease-in-out infinite;
}

.orb-5 {
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.2) 0%, transparent 70%);
    bottom: 30%;
    right: 30%;
    animation: orbFloat5 14s ease-in-out infinite;
}

@keyframes orbFloat4 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-30px, 30px) scale(1.15); }
}

@keyframes orbFloat5 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(20px, -40px) scale(1.1); }
}

/* ========================================
   FLOATING GEOMETRIC SHAPES
   ======================================== */
.floating-shapes {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.shape {
    position: absolute;
    color: rgba(255, 255, 255, 0.15);
}

.shape svg {
    width: 100%;
    height: 100%;
}

.shape-1 {
    width: 80px;
    height: 80px;
    top: 10%;
    left: 8%;
    animation: shapeFloat1 20s ease-in-out infinite;
}

.shape-2 {
    width: 60px;
    height: 60px;
    top: 20%;
    right: 15%;
    animation: shapeFloat2 18s ease-in-out infinite;
}

.shape-3 {
    width: 100px;
    height: 100px;
    bottom: 25%;
    left: 5%;
    animation: shapeFloat3 22s ease-in-out infinite;
}

.shape-4 {
    width: 70px;
    height: 70px;
    bottom: 15%;
    right: 10%;
    animation: shapeFloat4 16s ease-in-out infinite;
}

.shape-5 {
    width: 50px;
    height: 50px;
    top: 50%;
    left: 15%;
    animation: shapeFloat5 24s ease-in-out infinite;
}

.shape-6 {
    width: 90px;
    height: 90px;
    top: 35%;
    right: 5%;
    animation: shapeFloat6 19s ease-in-out infinite;
}

@keyframes shapeFloat1 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(20px, -15px) rotate(90deg); }
    50% { transform: translate(-10px, -30px) rotate(180deg); }
    75% { transform: translate(-20px, -10px) rotate(270deg); }
}

@keyframes shapeFloat2 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(-30px, 20px) rotate(-180deg); }
}

@keyframes shapeFloat3 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); opacity: 0.15; }
    50% { transform: translate(25px, -25px) rotate(120deg); opacity: 0.3; }
}

@keyframes shapeFloat4 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(-15px, -20px) rotate(60deg); }
    66% { transform: translate(15px, -10px) rotate(120deg); }
}

@keyframes shapeFloat5 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(20px, -30px) scale(1.2); }
}

@keyframes shapeFloat6 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(-20px, 30px) rotate(-90deg); }
}

/* ========================================
   FLOATING TECH ICONS
   ======================================== */
.floating-icons {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.float-icon {
    position: absolute;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.2);
    opacity: 0.6;
}

.float-icon-1 { top: 12%; left: 12%; animation: iconFloat 15s ease-in-out infinite; }
.float-icon-2 { top: 18%; right: 18%; animation: iconFloat 17s ease-in-out infinite 2s; }
.float-icon-3 { top: 55%; left: 6%; animation: iconFloat 19s ease-in-out infinite 4s; }
.float-icon-4 { bottom: 25%; right: 15%; animation: iconFloat 14s ease-in-out infinite 1s; }
.float-icon-5 { top: 70%; right: 8%; animation: iconFloat 16s ease-in-out infinite 3s; }
.float-icon-6 { bottom: 35%; left: 18%; animation: iconFloat 18s ease-in-out infinite 5s; }
.float-icon-7 { top: 30%; left: 3%; animation: iconFloat 20s ease-in-out infinite 6s; }
.float-icon-8 { bottom: 10%; right: 25%; animation: iconFloat 13s ease-in-out infinite 7s; }

@keyframes iconFloat {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.3; }
    25% { transform: translate(10px, -15px) scale(1.1); opacity: 0.5; }
    50% { transform: translate(-5px, -25px) scale(1); opacity: 0.4; }
    75% { transform: translate(-15px, -10px) scale(1.05); opacity: 0.5; }
}

/* ========================================
   GLOWING LINES
   ======================================== */
.glow-lines {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.glow-line {
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    animation: glowLineMove 8s linear infinite;
}

.glow-line-1 {
    width: 200px;
    top: 20%;
    left: -200px;
    animation-delay: 0s;
}

.glow-line-2 {
    width: 300px;
    top: 50%;
    left: -300px;
    animation-delay: 3s;
}

.glow-line-3 {
    width: 150px;
    top: 75%;
    left: -150px;
    animation-delay: 5s;
}

@keyframes glowLineMove {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(100vw + 300px)); }
}

/* Floating Code Elements */
.floating-code {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.code-block {
    position: absolute;
    font-family: var(--font-mono);
    font-size: 12px;
    color: rgba(255, 255, 255, 0.25);
    white-space: nowrap;
    animation: codeFloat 20s linear infinite;
}

.code-block:nth-child(1) { top: 15%; left: 5%; animation-delay: 0s; }
.code-block:nth-child(2) { top: 25%; right: 8%; animation-delay: -5s; }
.code-block:nth-child(3) { top: 60%; left: 3%; animation-delay: -10s; }
.code-block:nth-child(4) { bottom: 20%; right: 5%; animation-delay: -15s; }
.code-block:nth-child(5) { top: 40%; right: 12%; animation-delay: -8s; }
.code-block:nth-child(6) { top: 75%; left: 10%; animation-delay: -3s; font-size: 11px; }
.code-block:nth-child(7) { top: 8%; right: 20%; animation-delay: -12s; font-size: 13px; }

@keyframes codeFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.3; }
    50% { transform: translateY(-30px) rotate(2deg); opacity: 0.5; }
}

/* Particles */
.tech-particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.tech-particle {
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    opacity: 0;
    animation: particleRise 10s linear infinite;
}

@keyframes particleRise {
    0% { transform: translateY(100vh) scale(0); opacity: 0; }
    10% { opacity: 0.8; }
    90% { opacity: 0.8; }
    100% { transform: translateY(-100vh) scale(1); opacity: 0; }
}

/* Hero Wrapper - Two Column Layout */
.hero-wrapper {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1400px;
    width: 100%;
    padding: 0 40px;
}

/* Hero Content */
.hero-content-tech {
    position: relative;
    z-index: 10;
    text-align: left;
    max-width: 700px;
    padding: 0;
}

/* Hero Images Section */
.hero-images {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image-main {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 500px;
}

.hero-image-main img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    animation: floatMain 6s ease-in-out infinite;
}

@keyframes floatMain {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-15px) rotate(1deg); }
}

/* Floating Project Images */
.hero-image-float {
    position: absolute;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    transition: all 0.4s ease;
}

.hero-image-float img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-float-1 {
    width: 140px;
    height: 100px;
    top: 10%;
    left: -30px;
    z-index: 10;
    animation: float1 5s ease-in-out infinite;
    border: 3px solid rgba(255, 255, 255, 0.2);
}

.hero-float-2 {
    width: 120px;
    height: 85px;
    bottom: 20%;
    left: -20px;
    z-index: 10;
    animation: float2 6s ease-in-out infinite;
    border: 3px solid rgba(255, 255, 255, 0.2);
}

.hero-float-3 {
    width: 150px;
    height: 110px;
    top: 5%;
    right: -20px;
    z-index: 10;
    animation: float3 4.5s ease-in-out infinite;
    border: 3px solid rgba(255, 255, 255, 0.2);
}

@keyframes float1 {
    0%, 100% { transform: translateY(0) rotate(-2deg); }
    50% { transform: translateY(-20px) rotate(2deg); }
}

@keyframes float2 {
    0%, 100% { transform: translateY(0) rotate(2deg); }
    50% { transform: translateY(-15px) rotate(-2deg); }
}

@keyframes float3 {
    0%, 100% { transform: translateY(0) rotate(1deg); }
    50% { transform: translateY(-25px) rotate(-1deg); }
}

.hero-image-float:hover {
    transform: scale(1.1) translateY(-10px);
    z-index: 20;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

/* ========================================
   HERO ICON SHOWCASE
   ======================================== */
.hero-icon-showcase {
    position: relative;
    width: 400px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-showcase-inner {
    position: relative;
    width: 100%;
    height: 100%;
    animation: showcaseSpin 60s linear infinite;
}

@keyframes showcaseSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.showcase-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.showcase-icon-main {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #fff, rgba(255, 255, 255, 0.9));
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.2),
        0 0 80px rgba(14, 165, 233, 0.3),
        inset 0 0 30px rgba(14, 165, 233, 0.1);
    animation: showcasePulse 3s ease-in-out infinite, showcaseCounterSpin 60s linear infinite;
}

@keyframes showcasePulse {
    0%, 100% { 
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2), 0 0 80px rgba(14, 165, 233, 0.3);
    }
    50% { 
        box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25), 0 0 100px rgba(14, 165, 233, 0.5);
    }
}

@keyframes showcaseCounterSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(-360deg); }
}

.showcase-icon-main i {
    font-size: 50px;
    background: linear-gradient(135deg, #1e3a5f, #0ea5e9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Orbiting Icons */
.showcase-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
}

.orbit-icon {
    width: 55px;
    height: 55px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    animation: showcaseCounterSpin 60s linear infinite;
    transition: all 0.3s ease;
}

.orbit-icon:hover {
    transform: scale(1.2);
    box-shadow: 0 15px 40px rgba(14, 165, 233, 0.4);
}

.orbit-icon i {
    font-size: 24px;
    color: var(--tech-primary);
}

/* Position orbiting icons */
.orbit-1 { transform: translate(-50%, -50%) rotate(0deg) translateX(150px); }
.orbit-2 { transform: translate(-50%, -50%) rotate(60deg) translateX(150px); }
.orbit-3 { transform: translate(-50%, -50%) rotate(120deg) translateX(150px); }
.orbit-4 { transform: translate(-50%, -50%) rotate(180deg) translateX(150px); }
.orbit-5 { transform: translate(-50%, -50%) rotate(240deg) translateX(150px); }
.orbit-6 { transform: translate(-50%, -50%) rotate(300deg) translateX(150px); }

/* Icon colors */
.orbit-1 .orbit-icon i { color: #61dafb; } /* React */
.orbit-2 .orbit-icon i { color: #339933; } /* Node.js */
.orbit-3 .orbit-icon i { color: #4fc08d; } /* Vue.js */
.orbit-4 .orbit-icon i { color: #3776ab; } /* Python */
.orbit-5 .orbit-icon i { color: #f05138; } /* Swift */
.orbit-6 .orbit-icon i { color: #ff9900; } /* AWS */

/* Hero Project Cards */
.hero-project-card {
    position: absolute;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    transition: all 0.4s ease;
    z-index: 20;
}

.hero-project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-project-card .project-card-label {
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: rgba(30, 58, 95, 0.9);
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.project-card-1 {
    width: 120px;
    height: 85px;
    top: 5%;
    left: -40px;
    animation: projectFloat1 5s ease-in-out infinite;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.project-card-2 {
    width: 130px;
    height: 90px;
    bottom: 15%;
    left: -30px;
    animation: projectFloat2 6s ease-in-out infinite;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.project-card-3 {
    width: 110px;
    height: 75px;
    top: 15%;
    right: -30px;
    animation: projectFloat3 4.5s ease-in-out infinite;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

@keyframes projectFloat1 {
    0%, 100% { transform: translateY(0) rotate(-3deg); }
    50% { transform: translateY(-15px) rotate(0deg); }
}

@keyframes projectFloat2 {
    0%, 100% { transform: translateY(0) rotate(2deg); }
    50% { transform: translateY(-12px) rotate(-2deg); }
}

@keyframes projectFloat3 {
    0%, 100% { transform: translateY(0) rotate(3deg); }
    50% { transform: translateY(-18px) rotate(0deg); }
}

.hero-project-card:hover {
    transform: scale(1.15) translateY(-10px);
    z-index: 30;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
}

/* Floating Badges */
.hero-floating-badge {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    font-size: 13px;
    font-weight: 600;
    color: var(--tech-primary);
    z-index: 15;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.hero-floating-badge i {
    font-size: 16px;
    color: var(--tech-secondary);
}

.badge-1 {
    bottom: 30%;
    right: 0;
    animation: badgeFloat1 4s ease-in-out infinite;
}

.badge-2 {
    top: 25%;
    left: 10%;
    animation: badgeFloat2 5s ease-in-out infinite;
}

.badge-3 {
    bottom: 10%;
    right: 20%;
    animation: badgeFloat3 4.5s ease-in-out infinite;
}

@keyframes badgeFloat1 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes badgeFloat2 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

@keyframes badgeFloat3 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* Trust Indicators */
.hero-trust-indicators {
    display: flex;
    gap: 25px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 500;
}

.trust-item i {
    color: var(--tech-green);
    font-size: 16px;
}

.hero-badge-tech {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: rgba(14, 165, 233, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(14, 165, 233, 0.3);
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 25px;
}

.hero-badge-tech i {
    font-size: 14px;
    color: var(--tech-secondary);
}

@keyframes badgePulse {
    0%, 100% { box-shadow: 0 0 20px rgba(255, 255, 255, 0.2); }
    50% { box-shadow: 0 0 40px rgba(255, 255, 255, 0.3); }
}

@keyframes iconRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.hero-title-tech {
    font-family: var(--font-heading);
    font-size: clamp(38px, 5vw, 72px);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #fff;
    letter-spacing: -1.5px;
}

.hero-title-tech .gradient-text {
    background: linear-gradient(
        90deg, 
        #fff 0%, 
        #60a5fa 25%, 
        #0ea5e9 50%, 
        #60a5fa 75%, 
        #fff 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 300% 100%;
    animation: shimmer 4s ease-in-out infinite;
    display: inline-block;
}

@keyframes shimmer {
    0% { background-position: 100% 50%; }
    100% { background-position: -100% 50%; }
}

.hero-subtitle-tech {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    max-width: 550px;
    margin: 0 0 40px 0;
    line-height: 1.8;
}

/* Tech Buttons */
.hero-buttons-tech {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.btn-tech-primary {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    background: #fff;
    color: var(--tech-primary);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.btn-tech-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(30, 58, 95, 0.1), transparent);
    transform: translateX(-100%);
    transition: 0.6s;
}

.btn-tech-primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    color: var(--tech-primary);
}

.btn-tech-primary:hover::before {
    transform: translateX(100%);
}

.btn-tech-outline {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.btn-tech-outline:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    transform: translateY(-5px);
}

/* Tech Stack Marquee */
.tech-stack-marquee {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    overflow: hidden;
    padding: 20px 0;
}

.marquee-track {
    display: flex;
    gap: 60px;
    animation: marqueeScroll 30s linear infinite;
}

.marquee-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-mono);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.marquee-item:hover {
    opacity: 1;
}

.marquee-item i {
    font-size: 24px;
    color: #fff;
}

@keyframes marqueeScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Scroll Indicator */
.scroll-indicator-tech {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    animation: fadeIn 1s ease 1s forwards;
    opacity: 0;
}

@keyframes fadeIn {
    to { opacity: 1; }
}

.scroll-indicator-tech span {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 3px;
}

.scroll-mouse-tech {
    width: 24px;
    height: 38px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 15px;
    position: relative;
}

.scroll-mouse-tech::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 8px;
    background: #fff;
    border-radius: 3px;
    animation: scrollDot 2s ease infinite;
}

@keyframes scrollDot {
    0%, 100% { transform: translateX(-50%) translateY(0); opacity: 1; }
    50% { transform: translateX(-50%) translateY(12px); opacity: 0.3; }
}

/* ========================================
   STATS SECTION - Colorful Cards
   ======================================== */
.stats-tech {
    padding: 100px 0;
    background: #fff;
    position: relative;
}

.stats-tech::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--tech-gradient);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.stat-card-tech {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: var(--tech-shadow);
}

.stat-card-tech::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--tech-gradient);
    transform: scaleX(0);
    transition: transform 0.4s;
}

.stat-card-tech:hover {
    transform: translateY(-10px);
    border-color: var(--tech-primary-light);
    box-shadow: var(--tech-shadow-lg);
}

.stat-card-tech:hover::before {
    transform: scaleX(1);
}

.stat-icon-tech {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, rgba(30, 58, 95, 0.2), rgba(14, 165, 233, 0.1));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--tech-primary-light);
    transition: all 0.4s;
}

.stat-card-tech:hover .stat-icon-tech {
    transform: scale(1.1) rotate(10deg);
    background: var(--tech-gradient);
    color: #fff;
}

.stat-number-tech {
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 700;
    background: var(--tech-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
}

.stat-label-tech {
    font-size: 14px;
    color: var(--tech-text-muted);
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* ========================================
   SERVICES SECTION
   ======================================== */
.services-tech {
    padding: 120px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    position: relative;
}

.section-header-tech {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 80px;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: linear-gradient(135deg, rgba(30, 58, 95, 0.1), rgba(14, 165, 233, 0.1));
    border: 1px solid var(--tech-border);
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--tech-primary-light);
    margin-bottom: 25px;
}

.section-title-tech {
    font-family: var(--font-heading);
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 700;
    color: var(--tech-text);
    margin-bottom: 20px;
    line-height: 1.2;
}

.section-title-tech span {
    background: var(--tech-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-desc-tech {
    font-size: 18px;
    color: var(--tech-text-muted);
    line-height: 1.7;
}

/* Service Cards */
.services-grid-tech {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.service-card-tech {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 45px 35px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--tech-shadow);
}

.service-card-tech::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(30, 58, 95, 0.03) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.4s;
}

.service-card-tech::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--tech-gradient);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s;
}

.service-card-tech:hover {
    transform: translateY(-15px);
    border-color: var(--tech-primary-light);
    box-shadow: var(--tech-shadow-lg);
}

.service-card-tech:hover::before {
    opacity: 1;
}

.service-card-tech:hover::after {
    transform: scaleX(1);
}

.service-icon-tech {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--tech-primary), var(--tech-secondary));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
    margin-bottom: 30px;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}

.service-card-tech:hover .service-icon-tech {
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0 15px 40px rgba(30, 58, 95, 0.4);
}

.service-card-tech h3 {
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 600;
    color: var(--tech-text);
    margin-bottom: 15px;
    transition: color 0.3s;
}

.service-card-tech:hover h3 {
    color: var(--tech-primary);
}

.service-card-tech p {
    font-size: 15px;
    color: var(--tech-text-muted);
    line-height: 1.7;
    margin-bottom: 25px;
}

.service-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
}

.service-feature {
    padding: 6px 14px;
    background: rgba(30, 58, 95, 0.1);
    border-radius: 20px;
    font-size: 12px;
    color: var(--tech-primary-light);
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--tech-primary-light);
    text-decoration: none;
    transition: all 0.3s;
}

.service-link i {
    transition: transform 0.3s;
}

.service-link:hover {
    color: var(--tech-secondary);
}

.service-link:hover i {
    transform: translateX(5px);
}

/* ========================================
   PORTFOLIO SECTION
   ======================================== */
.portfolio-tech {
    padding: 120px 0;
    background: #fff;
    position: relative;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.portfolio-card-tech {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 4/3;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio-card-tech img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s;
}

.portfolio-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(10, 10, 26, 0.95) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    opacity: 0;
    transition: opacity 0.4s;
}

.portfolio-card-tech:hover {
    transform: translateY(-10px);
    box-shadow: var(--tech-shadow-lg);
}

.portfolio-card-tech:hover img {
    transform: scale(1.1);
}

.portfolio-card-tech:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-category {
    display: inline-block;
    padding: 6px 14px;
    background: var(--tech-gradient);
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 15px;
    width: fit-content;
}

.portfolio-overlay h3 {
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.portfolio-overlay p {
    font-size: 14px;
    color: var(--tech-text-muted);
    margin-bottom: 20px;
}

.portfolio-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(30, 58, 95, 0.2);
    border: 1px solid var(--tech-primary);
    border-radius: 50%;
    color: var(--tech-primary-light);
    font-size: 18px;
    transition: all 0.3s;
}

.portfolio-link:hover {
    background: var(--tech-primary);
    color: #fff;
    transform: scale(1.1);
}

/* ========================================
   PROCESS SECTION
   ======================================== */
.process-tech {
    padding: 120px 0;
    background: linear-gradient(135deg, #fafbff 0%, #f0f4ff 100%);
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
}

.process-grid::before {
    content: '';
    position: absolute;
    top: 80px;
    left: 15%;
    right: 15%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--tech-border), transparent);
}

.process-step {
    text-align: center;
    position: relative;
    z-index: 1;
}

.process-number {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: 36px;
    font-weight: 700;
    color: var(--tech-primary);
    transition: all 0.4s;
    box-shadow: var(--tech-shadow);
}

.process-step:hover .process-number {
    background: var(--tech-gradient);
    border-color: transparent;
    color: #fff;
    transform: scale(1.1);
    box-shadow: var(--tech-glow);
}

.process-step h4 {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 600;
    color: var(--tech-text);
    margin-bottom: 15px;
}

.process-step p {
    font-size: 14px;
    color: var(--tech-text-muted);
    line-height: 1.7;
}

/* ========================================
   TESTIMONIALS SECTION
   ======================================== */
.testimonials-tech {
    padding: 120px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.testimonial-card-tech {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 45px;
    position: relative;
    transition: all 0.4s;
    box-shadow: var(--tech-shadow);
}

.testimonial-card-tech:hover {
    border-color: var(--tech-primary-light);
    box-shadow: var(--tech-shadow-lg);
}

.testimonial-quote {
    position: absolute;
    top: 30px;
    right: 35px;
    font-size: 60px;
    color: rgba(30, 58, 95, 0.15);
    font-family: serif;
}

.testimonial-content-tech {
    font-size: 18px;
    color: var(--tech-text);
    line-height: 1.8;
    margin-bottom: 30px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 20px;
}

.author-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--tech-primary);
}

.author-info h4 {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 600;
    color: var(--tech-text);
    margin-bottom: 5px;
}

.author-info span {
    font-size: 14px;
    color: var(--tech-text-muted);
}

.testimonial-rating {
    display: flex;
    gap: 5px;
    margin-top: 8px;
}

.testimonial-rating i {
    color: #fbbf24;
    font-size: 14px;
}

/* ========================================
   CTA SECTION
   ======================================== */
.cta-tech {
    padding: 120px 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #0ea5e9 100%);
    position: relative;
    overflow: hidden;
}

.cta-content {
    position: relative;
    z-index: 10;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 50px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
}

.cta-title {
    font-family: var(--font-heading);
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.cta-title span {
    color: #0ea5e9;
}

.cta-text {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
    line-height: 1.7;
}

/* ========================================
   FOOTER TECH
   ======================================== */
.footer-tech {
    background: #1e293b;
    padding: 80px 0 30px;
    border-top: none;
}

.footer-grid-tech {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 50px;
    margin-bottom: 60px;
}

.footer-brand-tech .logo {
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    display: block;
}

.footer-brand-tech p {
    color: var(--tech-text-muted);
    line-height: 1.8;
    margin-bottom: 25px;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.footer-social a {
    width: 45px;
    height: 45px;
    background: rgba(30, 58, 95, 0.1);
    border: 1px solid var(--tech-border);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tech-primary-light);
    font-size: 18px;
    transition: all 0.3s;
}

.footer-social a:hover {
    background: var(--tech-primary);
    border-color: var(--tech-primary);
    color: #fff;
    transform: translateY(-5px);
}

.footer-column h4 {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li {
    margin-bottom: 12px;
}

.footer-column a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-column a:hover {
    color: #fff;
    transform: translateX(5px);
}

.footer-bottom {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */
@media (max-width: 1200px) {
    .services-grid-tech,
    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }
    
    .process-grid::before {
        display: none;
    }
    
    .footer-grid-tech {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* Header responsive - lg */
    .header-wrap.tech-page .main-menu ul li a {
        padding: 8px 14px;
        font-size: 13px;
    }
    
    .header-wrap.tech-page .cta-wrap .theme-btn {
        padding: 12px 20px;
    }
}

@media (max-width: 992px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hero-title-tech {
        font-size: clamp(32px, 7vw, 56px);
    }
    
    /* Hero responsive - tablet */
    .hero-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .hero-content-tech {
        text-align: center;
        max-width: 100%;
    }
    
    .hero-subtitle-tech {
        margin: 0 auto 40px;
    }
    
    .hero-buttons-tech {
        justify-content: center;
    }
    
    .hero-trust-indicators {
        justify-content: center;
    }
    
    .hero-images {
        height: 350px;
        order: -1;
    }
    
    .hero-icon-showcase {
        width: 300px;
        height: 300px;
    }
    
    .showcase-icon-main {
        width: 90px;
        height: 90px;
        border-radius: 22px;
    }
    
    .showcase-icon-main i {
        font-size: 38px;
    }
    
    .orbit-icon {
        width: 45px;
        height: 45px;
    }
    
    .orbit-icon i {
        font-size: 20px;
    }
    
    .orbit-1 { transform: translate(-50%, -50%) rotate(0deg) translateX(110px); }
    .orbit-2 { transform: translate(-50%, -50%) rotate(60deg) translateX(110px); }
    .orbit-3 { transform: translate(-50%, -50%) rotate(120deg) translateX(110px); }
    .orbit-4 { transform: translate(-50%, -50%) rotate(180deg) translateX(110px); }
    .orbit-5 { transform: translate(-50%, -50%) rotate(240deg) translateX(110px); }
    .orbit-6 { transform: translate(-50%, -50%) rotate(300deg) translateX(110px); }
    
    .hero-project-card,
    .hero-floating-badge {
        display: none;
    }
    
    /* Header responsive */
    .header-wrap.tech-page {
        padding: 15px 0;
    }
    
    .header-wrap.tech-page .row {
        padding: 10px 20px;
    }
    
    .header-wrap.tech-page .header-tel {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .services-grid-tech,
    .portfolio-grid,
    .stats-grid,
    .process-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-grid-tech {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .hero-buttons-tech {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    
    .hero-buttons-tech .btn-tech-primary,
    .hero-buttons-tech .btn-tech-outline {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
    
    .hero-wrapper {
        padding: 0 20px;
    }
    
    .hero-images {
        height: 260px;
    }
    
    .hero-icon-showcase {
        width: 240px;
        height: 240px;
    }
    
    .showcase-icon-main {
        width: 70px;
        height: 70px;
        border-radius: 18px;
    }
    
    .showcase-icon-main i {
        font-size: 30px;
    }
    
    .orbit-icon {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }
    
    .orbit-icon i {
        font-size: 16px;
    }
    
    .orbit-1 { transform: translate(-50%, -50%) rotate(0deg) translateX(85px); }
    .orbit-2 { transform: translate(-50%, -50%) rotate(60deg) translateX(85px); }
    .orbit-3 { transform: translate(-50%, -50%) rotate(120deg) translateX(85px); }
    .orbit-4 { transform: translate(-50%, -50%) rotate(180deg) translateX(85px); }
    .orbit-5 { transform: translate(-50%, -50%) rotate(240deg) translateX(85px); }
    .orbit-6 { transform: translate(-50%, -50%) rotate(300deg) translateX(85px); }
    
    .hero-trust-indicators {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .tech-stack-marquee {
        display: none;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .floating-code {
        display: none;
    }
    
    .floating-shapes {
        display: none;
    }
    
    .floating-icons {
        display: none;
    }
    
    /* Responsive Header */
    .header-wrap.tech-page .row {
        padding: 10px 20px;
        border-radius: 16px;
    }
    
    .header-wrap.tech-page .logo-text {
        font-size: 26px;
    }
    
    .header-wrap.tech-page .cta-wrap .theme-btn {
        padding: 10px 18px;
        font-size: 12px;
    }
}

/* ========================================
   ANIMATIONS & UTILITIES
   ======================================== */
.fade-in-up {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.stagger-1 { transition-delay: 0.1s; }
.stagger-2 { transition-delay: 0.2s; }
.stagger-3 { transition-delay: 0.3s; }
.stagger-4 { transition-delay: 0.4s; }
.stagger-5 { transition-delay: 0.5s; }
.stagger-6 { transition-delay: 0.6s; }

/* Container */
.container-tech {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

/* ========================================
   HEADER OVERRIDES FOR TECH LAYOUT
   ======================================== */

/* Modern Fancy Header - Floating & Glowing */
.header-wrap.tech-page {
    position: absolute;
    width: 100%;
    background: transparent !important;
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    z-index: 1000;
    padding: 20px 0;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-wrap.tech-page .container {
    position: relative;
}

/* Floating Header Inner Container */
.header-wrap.tech-page .row {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 12px 30px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
}

.header-wrap.tech-page .row:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.header-wrap.tech-page .logo img {
    filter: brightness(0) invert(1);
}

/* Logo Text Enhancement */
.header-wrap.tech-page .logo-text {
    position: relative;
}

.header-wrap.tech-page .logo-text::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--tech-secondary), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.header-wrap.tech-page .logo-text:hover::after {
    opacity: 1;
}

/* Menu Items - Premium Styling */
.header-wrap.tech-page .main-menu ul {
    display: flex;
    gap: 8px;
}

.header-wrap.tech-page .main-menu ul li {
    position: relative;
}

.header-wrap.tech-page .main-menu ul li a {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    padding: 10px 18px;
    border-radius: 10px;
    background: transparent;
}

.header-wrap.tech-page .main-menu ul li a::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    opacity: 0;
    transition: all 0.3s ease;
    transform: scale(0.9);
}

.header-wrap.tech-page .main-menu ul li a::after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    background: var(--tech-secondary);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px var(--tech-secondary);
}

.header-wrap.tech-page .main-menu ul li a:hover {
    color: #fff !important;
    transform: translateY(-2px);
}

.header-wrap.tech-page .main-menu ul li a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.header-wrap.tech-page .main-menu ul li a:hover::after {
    opacity: 1;
}

/* Active menu item */
.header-wrap.tech-page .main-menu ul li.active a::after {
    opacity: 1;
    width: 20px;
    height: 3px;
    border-radius: 2px;
}

/* Sub-menu styling - Premium Dropdown */
.header-wrap.tech-page .main-menu ul li > ul {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border: none !important;
    border-radius: 16px;
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    padding: 16px 8px;
    min-width: 220px;
    transform-origin: top center;
}

.header-wrap.tech-page .main-menu ul li > ul li {
    margin: 0;
}

.header-wrap.tech-page .main-menu ul li > ul li a {
    color: var(--tech-text) !important;
    text-shadow: none;
    padding: 12px 20px;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
    border-radius: 10px;
    margin: 2px 0;
}

.header-wrap.tech-page .main-menu ul li > ul li a::before {
    background: linear-gradient(135deg, rgba(30, 58, 95, 0.1), rgba(14, 165, 233, 0.1));
}

.header-wrap.tech-page .main-menu ul li > ul li a::after {
    display: none;
}

.header-wrap.tech-page .main-menu ul li > ul li a:hover {
    color: var(--tech-primary) !important;
    transform: translateX(5px) translateY(0);
}

/* Phone Number - Glowing Effect */
.header-wrap.tech-page .header-tel a {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
    padding: 8px 16px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.header-wrap.tech-page .header-tel a:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 20px rgba(14, 165, 233, 0.3);
}

/* CTA Button - Premium Glassmorphism with Glow */
.header-wrap.tech-page .cta-wrap .theme-btn {
    background: linear-gradient(135deg, rgba(30, 58, 95, 0.8), rgba(14, 165, 233, 0.8)) !important;
    backdrop-filter: blur(10px);
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 12px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 14px 28px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 4px 20px rgba(30, 58, 95, 0.4),
        0 0 40px rgba(30, 58, 95, 0.1);
    position: relative;
    overflow: hidden;
}

.header-wrap.tech-page .cta-wrap .theme-btn::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent) !important;
    transition: left 0.6s ease !important;
    display: block !important;
}

.header-wrap.tech-page .cta-wrap .theme-btn::after {
    display: none !important;
}

.header-wrap.tech-page .cta-wrap .theme-btn:hover {
    background: linear-gradient(135deg, rgba(30, 58, 95, 1), rgba(14, 165, 233, 1)) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 
        0 8px 30px rgba(30, 58, 95, 0.5),
        0 0 60px rgba(14, 165, 233, 0.3);
}

.header-wrap.tech-page .cta-wrap .theme-btn:hover::before {
    left: 100% !important;
}

/* Language Dropdown - Modern Style */
.header-wrap.tech-page .language-dropdown-toggle {
    color: rgba(255, 255, 255, 0.9) !important;
    transition: all 0.3s ease;
    padding: 8px 14px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 500;
}

.header-wrap.tech-page .language-dropdown-toggle:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.25);
}

.header-wrap.tech-page .language-dropdown .dropdown-menu {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(30px);
    border: none;
    border-radius: 14px;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    padding: 10px;
    min-width: 80px;
}

.header-wrap.tech-page .language-dropdown .dropdown-menu .dropdown-item {
    border-radius: 8px;
    transition: all 0.2s ease;
    text-align: center;
    padding: 10px 16px;
    font-weight: 500;
}

.header-wrap.tech-page .language-dropdown .dropdown-menu .dropdown-item:hover {
    background: linear-gradient(135deg, rgba(30, 58, 95, 0.1), rgba(14, 165, 233, 0.1));
    color: var(--tech-primary);
    transform: scale(1.02);
}

.header-wrap.tech-page .language-dropdown .dropdown-menu .dropdown-item.active {
    background: var(--tech-gradient);
    color: #fff;
}

/* Mobile Hamburger - Fancy */
.header-wrap.tech-page #hamburger {
    padding: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
}

.header-wrap.tech-page #hamburger:hover {
    background: rgba(255, 255, 255, 0.2);
}

.header-wrap.tech-page #hamburger i {
    color: #fff !important;
    font-size: 22px;
}

/* ========================================
   SCROLLED STATE - Solid & Premium
   ======================================== */
.header-wrap.tech-page.scrolled {
    position: fixed;
    background: transparent !important;
    padding: 15px 0;
}

.header-wrap.tech-page.scrolled .row {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(30, 58, 95, 0.1);
    box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.5);
}

.header-wrap.tech-page.scrolled .logo img {
    filter: none;
}

.header-wrap.tech-page.scrolled .main-menu ul li a {
    color: var(--tech-text) !important;
    text-shadow: none;
}

.header-wrap.tech-page.scrolled .main-menu ul li a::before {
    background: rgba(30, 58, 95, 0.08);
}

.header-wrap.tech-page.scrolled .main-menu ul li a::after {
    background: var(--tech-primary);
    box-shadow: 0 0 10px var(--tech-primary);
}

.header-wrap.tech-page.scrolled .main-menu ul li a:hover {
    color: var(--tech-primary) !important;
}

.header-wrap.tech-page.scrolled .header-tel a {
    color: var(--tech-text-muted) !important;
    background: rgba(30, 58, 95, 0.05);
    border-color: rgba(30, 58, 95, 0.1);
}

.header-wrap.tech-page.scrolled .header-tel a:hover {
    color: var(--tech-primary) !important;
    background: rgba(30, 58, 95, 0.1);
    box-shadow: 0 0 20px rgba(30, 58, 95, 0.2);
}

.header-wrap.tech-page.scrolled .cta-wrap .theme-btn {
    background: var(--tech-gradient) !important;
    border-color: transparent !important;
    box-shadow: 0 4px 20px rgba(30, 58, 95, 0.35);
}

.header-wrap.tech-page.scrolled .cta-wrap .theme-btn:hover {
    box-shadow: 
        0 8px 30px rgba(30, 58, 95, 0.5),
        0 0 40px rgba(14, 165, 233, 0.2);
}

.header-wrap.tech-page.scrolled .language-dropdown-toggle {
    color: var(--tech-text) !important;
    background: rgba(30, 58, 95, 0.05);
    border-color: rgba(30, 58, 95, 0.1);
}

.header-wrap.tech-page.scrolled .language-dropdown-toggle:hover {
    color: var(--tech-primary) !important;
    background: rgba(30, 58, 95, 0.1);
}

.header-wrap.tech-page.scrolled #hamburger {
    background: rgba(30, 58, 95, 0.1);
    border-color: rgba(30, 58, 95, 0.15);
}

.header-wrap.tech-page.scrolled #hamburger i {
    color: var(--tech-text) !important;
}

.tech-layout ~ .header-wrap,
.tech-layout + .header-wrap,
body:has(.tech-layout) .header-wrap {
    background: transparent !important;
    border: none !important;
}

/* ========================================
   FOOTER OVERRIDES FOR TECH LAYOUT
   ======================================== */
.tech-layout ~ .footer-wrap,
body:has(.tech-layout) .footer-wrap.footer-fancy {
    background: #1e293b !important;
    border-top: none;
}

.tech-layout ~ .footer-wrap *,
body:has(.tech-layout) .footer-wrap.footer-fancy * {
    color: rgba(255, 255, 255, 0.7);
}

.tech-layout ~ .footer-wrap h3,
.tech-layout ~ .footer-wrap h4,
body:has(.tech-layout) .footer-wrap.footer-fancy h3,
body:has(.tech-layout) .footer-wrap.footer-fancy h4 {
    color: #fff !important;
}

.tech-layout ~ .footer-wrap .footer-bottom-box,
body:has(.tech-layout) .footer-wrap.footer-fancy .footer-bottom-box {
    background: #0f172a !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tech-layout ~ .footer-wrap a:hover,
body:has(.tech-layout) .footer-wrap.footer-fancy a:hover {
    color: #0ea5e9 !important;
}

.tech-layout ~ .footer-wrap .footer-social a,
body:has(.tech-layout) .footer-wrap.footer-fancy .footer-social a {
    background: rgba(30, 58, 95, 0.2);
    border: 1px solid rgba(30, 58, 95, 0.3);
    color: #3b82f6;
}

.tech-layout ~ .footer-wrap .footer-social a:hover,
body:has(.tech-layout) .footer-wrap.footer-fancy .footer-social a:hover {
    background: var(--tech-gradient);
    color: #fff !important;
}

.tech-layout ~ .footer-wrap .theme-btn,
body:has(.tech-layout) .footer-wrap.footer-fancy .theme-btn {
    background: var(--tech-gradient) !important;
    border: none !important;
}

/* ========================================
   PREMIUM VISUAL ENHANCEMENTS
   ======================================== */

/* Noise texture overlay for depth */
.tech-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    opacity: 0.03;
    pointer-events: none;
    z-index: 1;
}

/* Gradient border effect on cards */
.service-card-tech::before,
.stat-card-tech::before {
    content: '';
    position: absolute;
    inset: -1px;
    background: var(--tech-gradient);
    border-radius: inherit;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.service-card-tech:hover::before,
.stat-card-tech:hover::before {
    opacity: 1;
}

/* Premium text selection */
.tech-layout ::selection {
    background: var(--tech-primary);
    color: #fff;
}

/* Smooth scrolling */
.tech-layout {
    scroll-behavior: smooth;
}

/* Focus styles */
.tech-layout a:focus-visible,
.tech-layout button:focus-visible {
    outline: 2px solid var(--tech-primary);
    outline-offset: 3px;
}

/* Animated underline for links */
.service-link {
    position: relative;
}

.service-link::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--tech-gradient);
    transition: width 0.3s ease;
}

.service-link:hover::before {
    width: 100%;
}

/* Glass card effect enhancement */
.testimonial-card-tech,
.service-card-tech {
    position: relative;
    overflow: hidden;
}

.testimonial-card-tech::after,
.service-card-tech::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgba(255, 255, 255, 0.03) 50%,
        transparent 100%
    );
    transform: rotate(45deg);
    animation: cardShine 6s ease-in-out infinite;
    pointer-events: none;
}

@keyframes cardShine {
    0%, 100% { transform: rotate(45deg) translate(-100%, -100%); }
    50% { transform: rotate(45deg) translate(100%, 100%); }
}

/* Dot pattern decoration */
.stats-tech::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 40px;
    width: 100px;
    height: 100px;
    background-image: radial-gradient(circle, var(--tech-primary) 1.5px, transparent 1.5px);
    background-size: 15px 15px;
    opacity: 0.15;
}

.services-tech::after {
    content: '';
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 80px;
    height: 80px;
    background-image: radial-gradient(circle, var(--tech-primary) 1.5px, transparent 1.5px);
    background-size: 12px 12px;
    opacity: 0.1;
}

/* Floating badge enhancement */
.hero-badge-tech {
    position: relative;
    overflow: hidden;
}

.hero-badge-tech::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: badgeShine 3s ease-in-out infinite;
}

@keyframes badgeShine {
    0%, 100% { left: -100%; }
    50% { left: 150%; }
}

/* Enhanced button hover */
.btn-tech-primary {
    position: relative;
    overflow: hidden;
}

.btn-tech-primary::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn-tech-primary:hover::after {
    width: 300px;
    height: 300px;
}

/* Glow effect on stat numbers */
.stat-number-tech {
    text-shadow: 0 0 30px rgba(102, 126, 234, 0.3);
}

/* Process step connector animation */
.process-step::after {
    content: '';
    position: absolute;
    top: 50px;
    right: -15px;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, var(--tech-primary), transparent);
    animation: connectorPulse 2s ease-in-out infinite;
}

.process-step:last-child::after {
    display: none;
}

@keyframes connectorPulse {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.8; }
}

@media (max-width: 1200px) {
    .process-step::after {
        display: none;
    }
}

/* Portfolio card hover depth */
.portfolio-card-tech {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio-card-tech:hover {
    transform: translateY(-15px) scale(1.02);
}

/* Premium input styling for forms */
.tech-layout input:not([type="checkbox"]):not([type="radio"]),
.tech-layout textarea {
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px 20px;
    font-family: var(--font-body);
    transition: all 0.3s ease;
}

.tech-layout input:not([type="checkbox"]):not([type="radio"]):focus,
.tech-layout textarea:focus {
    border-color: var(--tech-primary);
    box-shadow: 0 0 0 4px rgba(30, 58, 95, 0.1);
}

/* Hide scrollbar but keep functionality */
.tech-stack-marquee::-webkit-scrollbar {
    display: none;
}

.tech-stack-marquee {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
