/* =================================================================
   ELITE FUTURISTIC CYBERPUNK-APPLE GALAXY MASTERCLASS OVERRIDES
   Matte Blacks, Deep Crimson Glows, Electric Oranges, Soft Purples
   ================================================================= */
:root {
    --bg-matte-black: #020203;
    --bg-dark-charcoal: #08080c;
    --bg-glass-card: rgba(8, 8, 12, 0.72);
    
    --neon-crimson: #ff003c;
    --neon-crimson-glow: rgba(255, 0, 60, 0.45);
    --neon-orange: #ff5500;
    --neon-orange-glow: rgba(255, 85, 0, 0.45);
    --neon-purple: #a855f7;
    --neon-purple-glow: rgba(168, 85, 247, 0.45);
    --neon-cyan: #00f0ff;
    --neon-cyan-glow: rgba(0, 240, 255, 0.45);
    
    --border-glass: rgba(255, 255, 255, 0.06);
    --font-cyber: 'Plus Jakarta Sans', 'Sora', 'Inter', sans-serif;
}

body {
    background-color: var(--bg-matte-black) !important;
    overflow-x: hidden;
    color: #f1f5f9;
    font-family: var(--font-cyber);
}

/* Custom Laser Cursor Styles (Desktop Only) */
@media (min-width: 992px) {
    body.has-custom-cursor,
    body.has-custom-cursor a,
    body.has-custom-cursor button,
    body.has-custom-cursor select,
    body.has-custom-cursor input,
    body.has-custom-cursor textarea,
    body.has-custom-cursor .cyber-card-outer,
    body.has-custom-cursor .portfolio-card-premium,
    body.has-custom-cursor .process-step-item,
    body.has-custom-cursor .tech-card-slider {
        cursor: none !important;
    }
    
    .cyber-custom-cursor {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        border-radius: 50%;
        pointer-events: none;
        z-index: 999999999;
        transform: translate(-50%, -50%);
        will-change: transform;
        transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    }
    
    body.has-custom-cursor .cyber-custom-cursor {
        display: block;
    }
    
    #cursor-laser-dot {
        width: 8px;
        height: 8px;
        background-color: var(--neon-crimson);
        box-shadow: 0 0 10px var(--neon-crimson), 0 0 20px var(--neon-crimson);
    }
    
    #cursor-glowing-aura {
        width: 36px;
        height: 36px;
        border: 2px solid var(--neon-crimson);
        background-color: rgba(255, 0, 60, 0.03);
        box-shadow: 0 0 15px rgba(255, 0, 60, 0.2);
    }
}

/* Elite Animated Futuristic Loading Screen */
#cyber-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #010102;
    z-index: 99999999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.8s ease, visibility 0.8s ease, filter 0.8s ease, transform 0.8s ease;
    will-change: transform, opacity, filter;
}

#cyber-preloader.fade-out {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1) translateZ(100px);
    filter: blur(25px) brightness(2.0) contrast(1.2);
}

/* Glowing Typographic Logo Reveal */
.preloader-logo-reveal {
    font-family: var(--font-cyber);
    font-size: clamp(32px, 5.5vw, 68px);
    font-weight: 950;
    color: #ffffff;
    letter-spacing: 6px;
    margin-bottom: 30px;
    display: inline-flex;
    justify-content: center;
    perspective: 800px;
}

.logo-char {
    display: inline-block;
    opacity: 0;
    transform: rotateX(-90deg) translateZ(50px);
    text-shadow: 0 0 12px var(--neon-crimson), 0 0 25px var(--neon-crimson);
}

/* Horizontal Red Neon Loading Bar */
.neon-bar-container {
    width: 280px;
    height: 3px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50px;
    margin: 0 auto 20px;
    overflow: visible;
    position: relative;
}

.neon-bar-progress {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, var(--neon-orange), var(--neon-crimson));
    box-shadow: 0 0 15px var(--neon-crimson), 0 0 30px var(--neon-crimson);
    border-radius: 50px;
    position: relative;
    transition: width 0.05s ease-out;
}

/* Pulsing end-cap energy orb */
.neon-bar-progress::after {
    content: '';
    position: absolute;
    right: -4px;
    top: -3px;
    width: 9px;
    height: 9px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 10px #ffffff, 0 0 20px var(--neon-orange);
    animation: pulseOrb 1s infinite alternate;
}

@keyframes pulseOrb {
    0% { transform: scale(0.8); }
    100% { transform: scale(1.3); }
}

/* Status & Percentage */
.preloader-hud-details {
    width: 280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: monospace;
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hud-percentage {
    color: #ffffff;
    text-shadow: 0 0 8px var(--neon-crimson);
}

/* Ambient Cursor Spotlight Glow */
.cursor-glow-spotlight {
    position: fixed;
    top: 0;
    left: 0;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(255, 0, 60, 0.1) 0%, rgba(255, 85, 0, 0.04) 40%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
    transform: translate(-50%, -50%);
    transition: transform 0.08s ease-out;
    mix-blend-mode: screen;
}

/* Hero Section with GPU-Powered WebGL backdrop */
.hero-section.premium-bg {
    position: relative;
    background: #010102 !important;
    padding: 200px 0 192px !important;
    overflow: hidden;
}

/* GPU-Powered Three.js Background Canvas */
.webgl-backdrop-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    opacity: 0.8;
}

.giant-glow-orb {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    filter: blur(140px);
    pointer-events: none;
    opacity: 0.32;
    mix-blend-mode: screen;
    z-index: 0;
}
.orb-red {
    background: radial-gradient(circle, var(--neon-crimson), transparent 75%);
    top: -150px;
    right: -100px;
    animation: floatingOrb 15s ease-in-out infinite alternate;
}
.orb-orange {
    background: radial-gradient(circle, var(--neon-orange), transparent 75%);
    bottom: -150px;
    left: -100px;
    animation: floatingOrb 20s ease-in-out infinite alternate-reverse;
}

@keyframes floatingOrb {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(70px, 40px) scale(1.15); }
}

/* 3D Glass Badge */
.cyber-glass-badge {
    background: rgba(255, 0, 60, 0.06) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 0, 60, 0.25) !important;
    color: #ffd8e2 !important;
    padding: 10px 24px !important;
    border-radius: 50px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    box-shadow: 0 8px 30px var(--neon-crimson-glow), inset 0 1px 1px rgba(255,255,255,0.15) !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.cyber-glass-badge::before {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--neon-crimson);
    border-radius: 50%;
    box-shadow: 0 0 12px var(--neon-crimson);
    animation: blinkIndicator 1.5s infinite;
}

@keyframes blinkIndicator {
    0%, 100% { opacity: 0.4; transform: scale(0.9); }
    50% { opacity: 1; transform: scale(1.3); }
}

/* Aggressive Futuristic Typography */
.hero-title {
    font-size: clamp(42px, 6.5vw, 54px) !important;
    font-weight: 950 !important;
    line-height: 1.2 !important;
    color: #ffffff !important;
    
    text-transform: uppercase;
    text-shadow: 
        0 1px 0 #b3002a,
        0 2px 0 #990024,
        0 3px 0 #80001e,
        0 4px 0 #660018,
        0 5px 15px rgba(255, 0, 60, 0.45),
        0 10px 30px rgba(255, 0, 60, 0.25) !important;
}

.gradient-crimson-orange {
    background: linear-gradient(135deg, #ff003c 0%, #ff5500 50%, #d946ef 100%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}
.text_desc{
    width:70%;
    color:#94a3b8;
    margin-top:30px;
    text-align:center;
}
@media screen and (max-width: 600px) {
 .text_desc{
     width:100%!important;

  }
}
.hero-desc {
    font-size: 18px !important;
    color: white !important;
    line-height: 1.65 !important;
    
}

/* Magnetic Premium Cyberpunk Buttons with Dynamic Shine Sweep & Glow Pulse */
@keyframes btnGlowPulse {
    0%, 100% {
        box-shadow: 0 0 15px var(--neon-crimson-glow), 0 8px 20px rgba(255, 0, 60, 0.3), inset 0 -3px 0 rgba(0,0,0,0.2) !important;
    }
    50% {
        box-shadow: 0 0 28px rgba(255, 0, 60, 0.65), 0 10px 30px rgba(255, 0, 60, 0.45), inset 0 -3px 0 rgba(0,0,0,0.2) !important;
    }
}

.btn-cyber-solid {
    background: linear-gradient(135deg, #ff003c 0%, #ff5500 100%);
    border: none !important;
    color: #fff !important;
    padding: 16px 36px !important;
    border-radius: 12px !important;
    font-weight: 800 !important;
    font-size: 15px !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    animation: btnGlowPulse 2.5s infinite ease-in-out;
    position: relative;
    overflow: hidden;
}

.btn-cyber-solid:hover {
    transform: translateY(-5px) scale(1.03) !important;
    box-shadow: 0 25px 45px rgba(255, 85, 0, 0.55), inset 0 -3px 0 rgba(0,0,0,0.2) !important;
    color: #fff !important;
    animation: none; /* Disable pulse on hover to let hover shadow lock in */
}

.btn-cyber-outline {
    background: rgba(255,255,255,0.02) !important;
    border: 2px solid rgba(255,255,255,0.12) !important;
    backdrop-filter: blur(12px);
    color: #fff !important;
    padding: 14px 34px !important;
    border-radius: 12px !important;
    font-weight: 800 !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.btn-cyber-outline:hover {
    background: rgba(255,255,255,0.08) !important;
    border-color: var(--neon-crimson) !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 35px var(--neon-crimson-glow) !important;
}

/* Haptic click press feedback */
.btn-cyber-solid:active, .btn-cyber-outline:active, .btn-premium-send:active {
    transform: translateY(-2px) scale(0.95) !important;
    box-shadow: 0 4px 10px rgba(255, 0, 60, 0.35) !important;
}

/* Glossy Shine Sweep overlay effect */
.btn-cyber-solid::before, .btn-cyber-outline::before, .btn-premium-send::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
    transform: skewX(-25deg);
    transition: none;
    pointer-events: none;
}

.btn-cyber-solid:hover::before, .btn-cyber-outline:hover::before, .btn-premium-send:hover::before {
    animation: buttonShineSweep 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes buttonShineSweep {
    0% { left: -100%; }
    100% { left: 150%; }
}

/* Holographic Floating HUD Diagnostics */
.hologram-card-3d {
    position: absolute;
    background: rgba(8, 8, 12, 0.75) !important;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 0, 60, 0.25);
    border-radius: 20px;
    padding: 20px 26px;
    box-shadow: 0 20px 50px rgba(255, 0, 60, 0.15);
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    cursor: pointer;
    transform-style: preserve-3d;
}

.hologram-card-3d::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    box-shadow: inset 0 0 15px rgba(255, 0, 60, 0.2);
    pointer-events: none;
}

.hologram-card-3d .f-card-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--neon-crimson), var(--neon-orange));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    box-shadow: 0 8px 20px var(--neon-crimson-glow);
}

.hologram-card-3d strong {
    font-size: 26px;
    font-weight: 900;
    display: block;
    line-height: 1.1;
    background: linear-gradient(135deg, #fff 0%, #f1f5f9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hologram-card-3d span {
    font-size: 11px;
    color: #94a3b8;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.holo-card-1 {
    top: 15%;
    left: -50px;
    animation: holoFloating 5s ease-in-out infinite alternate;
}

.holo-card-2 {
    bottom: 10%;
    right: -30px;
    animation: holoFloating 6s ease-in-out infinite alternate-reverse;
    border-color: rgba(255, 85, 0, 0.25);
    box-shadow: 0 20px 50px rgba(255, 85, 0, 0.15);
}

@keyframes holoFloating {
    0% { transform: translateY(0px) rotate(-1.5deg); }
    100% { transform: translateY(-16px) rotate(1.5deg); }
}

/* Trusted Marquee Section */
.marquee-wrap-cyber {
    background: #010102;
    border-top: 1px solid rgba(255, 0, 60, 0.1);
    border-bottom: 1px solid rgba(255, 0, 60, 0.1);
    padding: 30px 0;
    overflow: hidden;
    position: relative;
}

.marquee-flex-cyber {
    display: flex;
    gap: 60px;
    width: max-content;
    animation: scrollMarquee 25s linear infinite;
}

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

.trust-logo-cyber {
    height: 38px;
    opacity: 0.45;
    filter: brightness(0) invert(1) grayscale(100%);
    transition: all 0.3s ease;
}

.trust-logo-cyber:hover {
    opacity: 1;
    filter: brightness(0) invert(1) drop-shadow(0 0 8px var(--neon-crimson));
}

/* Services Glassmorphic Cards with Conic Border Animation */
.services-section {
    background: #020203 !important;
    position: relative;
}

@keyframes cyberCardFloat {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-8px) rotate(0.4deg);
    }
}

.cyber-card-float {
    animation: cyberCardFloat 6s ease-in-out infinite;
}

.cyber-card-outer {
    position: relative;
    border-radius: 24px;
    padding: 2px;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.5s ease;
    transform-style: preserve-3d;
    height: 100%;
}

.cyber-card-outer::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent 25%, var(--card-color, var(--neon-crimson)) 50%, var(--card-color-glow, var(--neon-crimson-glow)) 75%, transparent 100%);
    animation: rotateConicBorder 6s linear infinite;
    opacity: 0;
    transition: opacity 0.4s ease;
}

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

.cyber-card-outer:hover::before {
    opacity: 1;
}

.service-card-new {
    background: rgba(8, 8, 12, 0.45) !important;
    backdrop-filter: blur(28px) saturate(150%) !important;
    -webkit-backdrop-filter: blur(28px) saturate(150%) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 22px !important;
    padding: 45px 30px 40px !important;
    height: 100% !important;
    min-height: 320px !important;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    position: relative;
    z-index: 2;
    overflow: visible !important;
    transform-style: preserve-3d;
    background-image: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(255, 255, 255, 0.06) 0%, transparent 60%) !important;
}

/* Recursive theme-based neon inner edge border */
.service-card-new::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 22px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent, var(--card-color-glow, rgba(255, 255, 255, 0.03)));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0.85;
}

.cyber-card-outer:hover {
    transform: translateY(-14px) scale3d(1.02, 1.02, 1.02) !important;
    box-shadow: 0 30px 70px var(--card-color-glow, rgba(255, 0, 60, 0.25)) !important;
}

/* Service Diamond Icon */
.service-diamond-icon {
    background: linear-gradient(135deg, var(--card-color, var(--neon-crimson)), #030408) !important;
    border-radius: 18px !important;
    box-shadow: 0 10px 25px var(--card-color-glow, var(--neon-crimson-glow)) !important;
    width: 76px !important;
    height: 76px !important;
    transform: rotate(45deg) translateZ(25px) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.service-diamond-icon i {
    font-size: 30px !important;
    text-shadow: 0 0 10px #fff;
    transform: rotate(-45deg) !important;
    transition: all 0.5s ease !important;
}

/* Micro-beating hover icons */
.cyber-card-outer:hover .service-diamond-icon {
    background: linear-gradient(135deg, var(--card-color, var(--neon-orange)), #08080c) !important;
    box-shadow: 0 15px 32px var(--card-color-glow, var(--neon-orange-glow)) !important;
    transform: rotate(225deg) translateZ(35px) !important;
}

.cyber-card-outer:hover .service-diamond-icon i {
    animation: cyberIconBeat 1.2s ease-in-out infinite alternate;
}

@keyframes cyberIconBeat {
    0% {
        transform: rotate(-225deg) scale(1);
        text-shadow: 0 0 10px #fff;
    }
    100% {
        transform: rotate(-225deg) scale(1.22);
        text-shadow: 0 0 25px var(--card-color);
    }
}

.service-card-new h3 {
    font-size: 21px !important;
    font-weight: 900 !important;
    margin-top: 15px;
    transform: translateZ(20px);
}

.service-card-new h3 a {
    color: #ffffff !important;
    transition: color 0.3s ease;
}

.service-card-new h3 a:hover {
    color: var(--card-color, var(--neon-crimson)) !important;
}

.service-card-new p {
    font-size: 14.5px !important;
    color: #94a3b8 !important;
    line-height: 1.75 !important;
    transform: translateZ(10px);
}

/* Why Choose Us Section with Dashboard look */
.why-section {
    background: #050508 !important;
    position: relative;
    overflow: hidden;
}

.why-center-img-3d {
    position: relative;
    transform-style: preserve-3d;
    padding: 10px;
}

.why-center-img-3d img {
    border-radius: 30px !important;
    box-shadow: 0 30px 65px var(--neon-crimson-glow) !important;
    transform: rotateY(-14deg) rotateX(10deg) rotateZ(-3deg);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    border: 1px solid rgba(255, 0, 60, 0.2);
}

.why-center-img-3d:hover img {
    transform: rotateY(0deg) rotateX(0deg) rotateZ(0deg) scale(1.05);
    box-shadow: 0 45px 90px var(--neon-crimson-glow) !important;
}

.why-center-img-3d::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid var(--neon-crimson);
    border-radius: 30px;
    transform: translateZ(-20px) rotateY(-14deg) rotateX(10deg) rotateZ(-3deg) translate(20px, 20px);
    pointer-events: none;
    transition: all 0.6s ease;
    opacity: 0.6;
}

.why-center-img-3d:hover::before {
    transform: translateZ(-10px) translate(0px, 0px);
    opacity: 0;
}

.why-feature {
    background: var(--bg-glass-card) !important;
    backdrop-filter: blur(15px);
    border: 1px solid var(--border-glass) !important;
    padding: 26px !important;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: all 0.4s ease !important;
    margin-bottom: 25px;
    display: flex;
}

.why-feature:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 25px 45px var(--neon-crimson-glow) !important;
    border-color: var(--neon-crimson) !important;
}

.why-icon-box {
    background: linear-gradient(135deg, var(--neon-crimson) 0%, var(--neon-orange) 100%) !important;
    box-shadow: 0 8px 24px var(--neon-crimson-glow) !important;
}

/* About Us Section */
.about-section {
    background: #020203 !important;
}

.about-img-premium-3d {
    position: relative;
    transform-style: preserve-3d;
    padding: 20px;
}

.about-img-premium-3d img {
    border-radius: 30px;
    box-shadow: 0 35px 70px rgba(0,0,0,0.4);
    z-index: 2;
    position: relative;
    border: 1px solid rgba(255,255,255,0.05);
}

.about-img-premium-3d::after {
    content: '';
    position: absolute;
    top: 40px;
    left: 40px;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(135deg, var(--neon-crimson) 0%, var(--neon-orange) 100%);
    border-radius: 30px;
    z-index: 0;
    transform: translateZ(-35px);
    opacity: 0.35;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 0 30px var(--neon-crimson-glow);
}

.about-img-premium-3d:hover::after {
    transform: translateZ(-15px) translate(-15px, -15px) scale(1.02);
    opacity: 0.55;
}

.about-check-item {
    background: var(--bg-glass-card) !important;
    border: 1px solid var(--border-glass) !important;
    padding: 16px 22px !important;
    border-radius: 14px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    color: #f1f5f9 !important;
    transition: all 0.3s ease;
}

.about-check-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px var(--neon-crimson-glow);
    border-color: var(--neon-crimson);
}

.about-check-item i {
    width: 24px;
    height: 24px;
    background: rgba(255, 0, 60, 0.15) !important;
    border-radius: 50%;
    color: var(--neon-crimson) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.about-call-box {
    background: linear-gradient(135deg, #09090c 0%, #121218 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.4) !important;
}

.about-call-box .call-icon {
    background: linear-gradient(135deg, var(--neon-crimson) 0%, var(--neon-orange) 100%) !important;
    box-shadow: 0 8px 20px var(--neon-crimson-glow) !important;
}

/* Portfolio 3D Premium Cards */
.portfolio-card-premium {
    border-radius: 24px !important;
    overflow: hidden;
    background: #08080c;
    box-shadow: 0 20px 45px rgba(0,0,0,0.3) !important;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    transform-style: preserve-3d;
}

.portfolio-img-box {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    transform-style: preserve-3d;
}

.portfolio-img-box img {
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    width: 100%;
    display: block;
}

.portfolio-title-overlay {
    position: absolute;
    bottom: -10px;
    left: 20px;
    right: 20px;
    background: rgba(8, 8, 12, 0.85);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 18px;
    padding: 22px 25px;
    transform: translateY(30px) translateZ(30px);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 15px 35px var(--neon-crimson-glow);
}

.portfolio-title-overlay h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    color: #ffffff;
    background: linear-gradient(135deg, #fff 0%, #cbd5e1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.portfolio-card-premium:hover {
    transform: translateY(-12px) translateZ(10px) !important;
    box-shadow: 0 35px 75px var(--neon-crimson-glow) !important;
    border-color: var(--neon-crimson) !important;
}

.portfolio-card-premium:hover img {
    transform: scale(1.1) rotate(1.5deg);
}

.portfolio-card-premium:hover .portfolio-title-overlay {
    opacity: 1;
    transform: translateY(-20px) translateZ(40px);
}

/* Hex Grid / Industries Section */
.hex-grid-cyber {
    background: #020203 !important;
}

.hex-card-wrapper {
    transition: transform 0.4s ease;
    transform-style: preserve-3d;
}

.hex-card-wrapper:hover {
    transform: translateY(-8px);
}

/* Process Section */
.process-step-item {
    background: var(--bg-glass-card) !important;
    border: 1px solid var(--border-glass) !important;
    border-radius: 24px;
    padding: 40px 25px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
}

.process-step-item:hover {
    transform: translateY(-10px) translateZ(15px);
    box-shadow: 0 25px 50px var(--neon-orange-glow);
    border-color: var(--neon-orange) !important;
}

.step-icon-circle {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, var(--neon-crimson) 0%, var(--neon-orange) 100%) !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
    box-shadow: 0 8px 24px var(--neon-crimson-glow) !important;
    transition: all 0.4s ease;
}

.process-step-item:hover .step-icon-circle {
    transform: rotateY(180deg) scale(1.05);
}

.step-number {
    font-weight: 900 !important;
    background: linear-gradient(135deg, #fff 0%, #cbd5e1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* High-Contrast Testimonials Deck */
.testimonials-section {
    background: #050508 !important;
}

.testimonial-card-cyber {
    background: var(--bg-glass-card);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-glass);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
    position: relative;
    overflow: hidden;
}

.testimonial-card-cyber::before {
    content: '"';
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 120px;
    color: rgba(255, 0, 60, 0.08);
    font-family: serif;
    line-height: 0.8;
}

/* Pricing / Checkout Cyberpunk Sections */
.pricing-section {
    background: #020203 !important;
    position: relative;
}

.pricing-card-cyber {
    background: var(--bg-glass-card);
    backdrop-filter: blur(25px);
    border: 1px solid var(--border-glass);
    border-radius: 28px;
    padding: 50px 35px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
    transform-style: preserve-3d;
}

.pricing-card-cyber.active-plan {
    border-color: var(--neon-crimson);
    box-shadow: 0 30px 65px var(--neon-crimson-glow);
}

.pricing-card-cyber:hover {
    transform: translateY(-12px) scale(1.02);
}

.price-box h4 {
    font-size: 48px;
    font-weight: 900;
    color: #ffffff;
}

.pricing-list li {
    font-size: 15px;
    color: #cbd5e1;
    margin-bottom: 12px;
}

.pricing-list li i {
    color: var(--neon-crimson);
    margin-right: 10px;
}

/* Glassmorphism Get a Quote Form */
.contact-box.premium-card {
    background: rgba(8, 8, 12, 0.75) !important;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 28px !important;
    box-shadow: 0 30px 70px rgba(0,0,0,0.6) !important;
    overflow: visible !important;
}

.form-group-premium {
    margin-bottom: 25px;
}

.contact-label-premium {
    font-weight: 700;
    font-size: 14px;
    color: #94a3b8;
    margin-bottom: 8px;
    display: block;
}

.tcf-input-premium {
    background: rgba(255,255,255,0.03) !important;
    border: 2px solid rgba(255,255,255,0.08) !important;
    border-radius: 14px !important;
    padding: 14px 18px !important;
    color: #ffffff !important;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2) !important;
}

.tcf-input-premium:focus {
    border-color: var(--neon-crimson) !important;
    box-shadow: 0 0 0 4px var(--neon-crimson-glow), 0 8px 20px rgba(255,0,60,0.15) !important;
    background: rgba(255,255,255,0.06) !important;
    transform: translateY(-2px);
}

.btn-premium-send {
    width: 100%;
    background: linear-gradient(135deg, var(--neon-crimson) 0%, var(--neon-orange) 100%) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 14px !important;
    padding: 16px 30px !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 10px 25px rgba(255, 0, 60, 0.3) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-premium-send:hover {
    transform: translateY(-4px) scale(1.01) !important;
    box-shadow: 0 20px 40px rgba(255, 85, 0, 0.45) !important;
}

.captcha-box-premium {
    display: flex;
    align-items: center;
    gap: 15px;
}

.captcha-box-premium .captcha img {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.btn-captcha-reload-premium {
    width: 48px;
    height: 48px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    color: var(--neon-crimson);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-captcha-reload-premium:hover {
    background: rgba(255,255,255,0.1);
    transform: rotate(180deg);
}

/* Custom AOS Animations for 3D elements */
[data-aos="fade-3d-left"] {
    opacity: 0;
    transform: translate3d(-50px, 0, 0) rotateY(-10deg);
    transition-property: transform, opacity;
}
[data-aos="fade-3d-left"].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateY(0deg);
}

[data-aos="fade-3d-right"] {
    opacity: 0;
    transform: translate3d(50px, 0, 0) rotateY(10deg);
    transition-property: transform, opacity;
}
[data-aos="fade-3d-right"].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateY(0deg);
}

/* Ambient Scroll Spotlight Backdrop */
.scroll-spotlight-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 0;
    opacity: 0.72;
    mix-blend-mode: screen;
    transition: background 1.6s cubic-bezier(0.16, 1, 0.3, 1);
    background: radial-gradient(circle at 50% 50%, rgba(255, 0, 60, 0.12) 0%, transparent 60%);
    will-change: background;
}

/* 3D Section Reveal States */
.scroll-reveal-active {
    animation: revealSection3D 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes revealSection3D {
    0% {
        opacity: 0;
        transform: translateY(80px) rotateX(6deg) scale(0.97);
        filter: blur(8px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotateX(0deg) scale(1);
        filter: blur(0);
    }
}

/* Animated Cyber Line Dividers */
.cyber-divider-container {
    position: relative;
    width: 100%;
    height: 1px;
    background: #020203;
    overflow: visible;
    z-index: 10;
}

.cyber-divider-line {
    position: absolute;
    left: 12%;
    right: 12%;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 0, 60, 0.3) 20%, rgba(255, 85, 0, 0.4) 50%, rgba(255, 0, 60, 0.3) 80%, transparent 100%);
    box-shadow: 0 0 10px var(--neon-crimson-glow);
    overflow: visible;
}

.cyber-divider-particle {
    position: absolute;
    top: -2px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 0 10px #ffffff, 0 0 15px var(--neon-orange);
    animation: dividerParticleSweep 4.5s linear infinite;
    will-change: left, opacity;
}

.cyber-divider-particle.delay-1 { animation-delay: 1.5s; }
.cyber-divider-particle.delay-2 { animation-delay: 3.0s; }

@keyframes dividerParticleSweep {
    0% { left: 0%; opacity: 0; }
    5% { opacity: 1; }
    95% { opacity: 1; }
    100% { left: 100%; opacity: 0; }
}

/* CRT Digital Scanline Overlays */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.05), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.05));
    background-size: 100% 4px, 6px 100%;
    z-index: 999999;
    pointer-events: none;
    opacity: 0.16;
}

/* Corner HUD Brackets */
.hud-bracket {
    position: absolute;
    width: 14px;
    height: 14px;
    border: 2px solid var(--card-color, var(--neon-crimson));
    pointer-events: none;
    z-index: 10;
    opacity: 0.55;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.bracket-tl { top: 12px; left: 12px; border-right: none; border-bottom: none; }
.bracket-tr { top: 12px; right: 12px; border-left: none; border-bottom: none; }
.bracket-bl { bottom: 12px; left: 12px; border-right: none; border-top: none; }
.bracket-br { bottom: 12px; right: 12px; border-left: none; border-top: none; }

.cyber-card-outer:hover .hud-bracket, .why-feature:hover .hud-bracket {
    opacity: 1;
    width: 18px;
    height: 18px;
    border-color: var(--neon-orange) !important;
    transform: scale(1.1);
}

/* Massive Cinematic 3D Centered AI Reactor Orb Canvas */
.webgl-center-orb-canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 800px;
    pointer-events: none;
    z-index: 1;
    opacity: 0.9;
    mix-blend-mode: screen;
    will-change: transform;
}

@media (max-width: 991px) {
    .webgl-center-orb-canvas {
        width: 450px;
        height: 450px;
        top: 40%;
    }
}

/* Massive Futuristic Right WebGL Orb Container (Enlarged and Elevated Branding Profile) */
.webgl-right-orb-canvas {
    width: 380px;
    height: 380px;
    margin: -80px auto 0; /* Shifted upwards by 80px to fill empty space! */
    cursor: grab;
    position: relative;
    z-index: 3;
}

.webgl-right-orb-canvas canvas {
    width: 100% !important;
    height: 100% !important;
    display: block;
    border-radius: 16px;
}

@media (max-width: 1400px) {
    .webgl-right-orb-canvas {
        width: 350px;
        height: 350px;
        margin-top: -210px;
    }
}

@media (max-width: 1199px) {
    .webgl-right-orb-canvas {
        width: 320px;
        height: 320px;
        margin-top: -40px;
    }
}

@media (max-width: 991px) {
    .webgl-right-orb-canvas {
        width: 280px;
        height: 280px;
        margin-top: -20px;
    }
}

/* Adjust hologram card alignments relative to expanded right space */
@media (min-width: 1400px) {
    .holo-card-1 {
        left: -80px !important;
    }
    .holo-card-2 {
        right: -60px !important;
    }
}

/* Failsafe Nested CSS 3D Glowing Cube Fallback */
.css-3d-nested-cube-fallback {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    perspective: 1000px;
    z-index: 2;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-style: preserve-3d;
    animation: floatNestedCube 5s ease-in-out infinite alternate;
    transition: opacity 0.6s ease, transform 0.6s ease;
    opacity: 1;
}

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

body.threejs-active .css-3d-nested-cube-fallback {
    opacity: 0 !important;
    pointer-events: none;
}

.fallback-cube {
    position: absolute;
    width: 170px;
    height: 170px;
    transform-style: preserve-3d;
    animation: rotateFallbackCube 15s linear infinite;
}

@keyframes rotateFallbackCube {
    0% { transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); }
    100% { transform: rotateX(360deg) rotateY(360deg) rotateZ(180deg); }
}

.fallback-cube .face {
    position: absolute;
    width: 170px;
    height: 170px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Plus Jakarta Sans", "Sora", sans-serif;
    font-size: 84px;
    font-weight: 900;
    color: #ffffff;
    border: 3px solid rgba(255, 0, 60, 0.95);
    background: rgba(10, 10, 15, 0.94);
    box-shadow: 0 0 30px rgba(255, 0, 60, 0.5), inset 0 0 25px rgba(255, 0, 60, 0.35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    text-shadow: 0 0 15px rgba(255, 0, 60, 0.95), 0 0 30px rgba(255, 0, 60, 0.6);
    backface-visibility: visible;
}

.fallback-cube .face-front  { transform: rotateY(0deg) translateZ(85px); }
.fallback-cube .face-back   { transform: rotateY(180deg) translateZ(85px); }
.fallback-cube .face-right  { transform: rotateY(90deg) translateZ(85px); }
.fallback-cube .face-left   { transform: rotateY(-90deg) translateZ(85px); }
.fallback-cube .face-top    { transform: rotateX(90deg) translateZ(85px); }
.fallback-cube .face-bottom { transform: rotateX(-90deg) translateZ(85px); }

/* Tech Section Premium Futuristic Dark Aesthetics */
.tech-section {
    background: #050508 !important; /* Matte Charcoal Black Background */
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Subtle neon orange glow behind the tech section title area */
.tech-section::before {
    content: '';
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 350px;
    background: radial-gradient(circle, rgba(255, 85, 0, 0.08) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.tech-card-slider {
    background: rgba(8, 8, 12, 0.45) !important;
    backdrop-filter: blur(20px) saturate(140%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(140%) !important;
    border: 1px solid rgba(255, 85, 0, 0.15) !important;
    border-radius: 20px !important;
    padding: 30px 20px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4), inset 0 0 12px rgba(255, 85, 0, 0.05) !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    transform-style: preserve-3d;
}

.tech-card-slider:hover {
    transform: translateY(-10px) scale(1.03) !important;
    border-color: var(--neon-orange) !important;
    box-shadow: 0 20px 45px var(--neon-orange-glow), inset 0 0 15px rgba(255, 85, 0, 0.1) !important;
}

.tech-card-slider img {
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.2));
    transition: transform 0.4s ease;
}

.tech-card-slider:hover img {
    transform: scale(1.15) translateZ(15px);
    filter: drop-shadow(0 0 12px rgba(255, 85, 0, 0.6));
}

.tech-card-slider p {
    font-family: var(--font-cyber);
    font-weight: 800 !important;
    font-size: 15px !important;
    color: #f1f5f9 !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    margin-top: 12px !important;
}

/* Adjust swiper bullet color to match our neon orange glow theme */
.tech-section .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.2) !important;
    opacity: 1;
    width: 8px;
    height: 8px;
    transition: all 0.3s ease;
}

.tech-section .swiper-pagination-bullet-active {
    background: var(--neon-orange) !important;
    width: 24px;
    border-radius: 4px;
    box-shadow: 0 0 10px var(--neon-orange);
}

/* =================================================================
   ULTRA-PREMIUM FUTURISTIC 2026 UI/UX ENHANCEMENTS OVERRIDES
   ================================================================= */

/* 1. Deep-Space Glowing Blur Blobs */
.glowing-bg-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(160px);
    pointer-events: none;
    z-index: 0;
    opacity: 0.28;
    mix-blend-mode: screen;
    will-change: transform, opacity;
}

.blob-red {
    background: radial-gradient(circle, #ff003c 0%, transparent 75%);
    width: 600px;
    height: 600px;
    animation: blobFloatRed 18s ease-in-out infinite alternate;
}

.blob-orange {
    background: radial-gradient(circle, #ff5500 0%, transparent 75%);
    width: 550px;
    height: 550px;
    animation: blobFloatOrange 22s ease-in-out infinite alternate-reverse;
}

.blob-pink {
    background: radial-gradient(circle, #d946ef 0%, transparent 75%);
    width: 500px;
    height: 500px;
    animation: blobFloatPink 20s ease-in-out infinite alternate;
}

@keyframes blobFloatRed {
    0% { transform: translate(0, 0) scale(1); opacity: 0.2; }
    50% { transform: translate(60px, -80px) scale(1.15); opacity: 0.32; }
    100% { transform: translate(-40px, 40px) scale(0.9); opacity: 0.2; }
}

@keyframes blobFloatOrange {
    0% { transform: translate(0, 0) scale(1); opacity: 0.22; }
    50% { transform: translate(-80px, 60px) scale(0.85); opacity: 0.3; }
    100% { transform: translate(50px, -50px) scale(1.1); opacity: 0.22; }
}

@keyframes blobFloatPink {
    0% { transform: translate(0, 0) scale(1); opacity: 0.18; }
    50% { transform: translate(70px, 70px) scale(1.2); opacity: 0.28; }
    100% { transform: translate(-50px, -70px) scale(0.85); opacity: 0.18; }
}

/* 2. Premium Marquee Glass Upgrades */
.marquee-wrap-cyber {
    background: rgba(8, 8, 12, 0.6) !important;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255,255,255,0.05);
}

.trust-logo-cyber {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.trust-logo-cyber:hover {
    transform: translateY(-6px) scale(1.18) !important;
    opacity: 1 !important;
    filter: brightness(0) invert(1) drop-shadow(0 0 12px var(--neon-orange)) !important;
}

/* 3. Smooth Parallax Layering utilities */
.parallax-layer-slow {
    will-change: transform;
    transition: transform 0.25s cubic-bezier(0.1, 0.9, 0.2, 1);
}

.parallax-layer-fast {
    will-change: transform;
    transition: transform 0.15s cubic-bezier(0.1, 0.9, 0.2, 1);
}

/* 4. Luxury Glassmorphic Footer Components */
.footer-wrap-layout1 {
    background: #020203 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.04) !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.footer-top-layout1 {
    position: relative;
    z-index: 2;
}

/* Glow laser line divider */
.footer-glowing-divider {
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, transparent, var(--neon-crimson), var(--neon-orange), transparent);
    box-shadow: 0 0 10px var(--neon-crimson-glow);
    margin: 40px 0;
}

/* Glassmorphism Contact List Item Cards */
.footer-contact-list li {
    background: rgba(255, 255, 255, 0.01) !important;
    border: 1px solid rgba(255, 255, 255, 0.03) !important;
    border-radius: 12px !important;
    padding: 12px 16px !important;
    margin-bottom: 12px !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-contact-list li:hover {
    background: rgba(255, 0, 60, 0.03) !important;
    border-color: rgba(255, 0, 60, 0.25) !important;
    transform: translateX(8px) translateY(-2px) !important;
    box-shadow: 0 10px 25px rgba(255, 0, 60, 0.12) !important;
}

.footer-contact-icon {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    transition: all 0.3s ease !important;
}

.footer-contact-list li:hover .footer-contact-icon {
    background: linear-gradient(135deg, var(--neon-crimson), var(--neon-orange)) !important;
    box-shadow: 0 0 12px var(--neon-crimson-glow) !important;
    border-color: transparent !important;
    color: #ffffff !important;
}

/* Animated Social Icons */
.footer-social-box .social-item {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #cbd5e1 !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.footer-social-box .social-item:hover {
    transform: translateY(-8px) scale(1.15) !important;
    color: #ffffff !important;
}

.footer-social-box .social-facebook:hover {
    background: #1877f2 !important;
    border-color: #1877f2 !important;
    box-shadow: 0 0 20px rgba(24, 119, 242, 0.5) !important;
}

.footer-social-box .social-instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    border-color: #dc2743 !important;
    box-shadow: 0 0 20px rgba(220, 39, 67, 0.5) !important;
}

.footer-social-box .social-linkedin:hover {
    background: #0077b5 !important;
    border-color: #0077b5 !important;
    box-shadow: 0 0 20px rgba(0, 119, 181, 0.5) !important;
}

/* Glowing Footer Widget Border */
.footer-widgets {
    position: relative;
    padding: 24px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.005);
    border: 1px solid rgba(255, 255, 255, 0.02);
    transition: border-color 0.5s ease;
}

.footer-widgets:hover {
    border-color: rgba(255, 0, 60, 0.12);
}

/* Premium Glassmorphic Marquee Cards */
.marquee-card-premium {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.015) !important;
    border: 1px solid rgba(255, 255, 255, 0.04) !important;
    border-radius: 14px !important;
    padding: 10px 24px !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    margin: 0 10px;
}

.marquee-card-premium img {
    height: 28px !important;
    width: auto !important;
    filter: brightness(0.95) !important;
    transition: transform 0.4s ease !important;
}

.marquee-card-premium span {
    font-family: monospace;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #cbd5e1 !important;
    text-transform: uppercase;
    letter-spacing: 1px !important;
}

.marquee-card-premium:hover {
    background: rgba(255, 85, 0, 0.04) !important;
    border-color: rgba(255, 85, 0, 0.3) !important;
    transform: translateY(-6px) scale(1.04) !important;
    box-shadow: 0 10px 25px rgba(255, 85, 0, 0.15) !important;
}

.marquee-card-premium:hover img {
    transform: scale(1.15) rotate(5deg) !important;
}

.marquee-card-premium:hover span {
    color: #ffffff !important;
    text-shadow: 0 0 8px rgba(255, 85, 0, 0.5) !important;
}

/* =================================================================
   GLOBAL INTERNAL PAGES - CYBER GLOW & 3D GLASS STYLING OVERRIDES
   ================================================================= */

/* 1. Global Page Banner WebGL & Gradient Glows */
.service-hero-banner {
    position: relative !important;
    overflow: hidden !important;
    background: #020203 !important;
    min-height: 48vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04) !important;
}

.service-hero-banner .hero-content {
    position: relative;
    z-index: 5;
}

.service-hero-banner .hero-shape {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 3;
    pointer-events: none;
}

.service-hero-banner .hero-shape svg path {
    fill: #020203 !important; /* Unified dark theme merge */
}

/* 2. Glassmorphic Cards & Panels for Internal Pages */
.journey-card-premium,
.perk-card-soft,
.job-card-premium {
    background: rgba(8, 8, 12, 0.45) !important;
    backdrop-filter: blur(24px) saturate(130%) !important;
    -webkit-backdrop-filter: blur(24px) saturate(130%) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 20px !important;
    padding: 36px 30px !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4) !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    transform-style: preserve-3d;
    height: 100%;
    color: #f1f5f9;
}

.journey-card-premium:hover,
.perk-card-soft:hover,
.job-card-premium:hover {
    transform: translateY(-8px) scale(1.025) !important;
    border-color: var(--neon-orange) !important;
    box-shadow: 0 25px 50px var(--neon-orange-glow) !important;
}

.journey-step-tag {
    background: rgba(255, 85, 0, 0.08) !important;
    border: 1px solid rgba(255, 85, 0, 0.3) !important;
    color: #ffdcd2 !important;
    padding: 6px 14px !important;
    border-radius: 50px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 18px;
}

.perk-icon-soft {
    width: 60px !important;
    height: 60px !important;
    background: linear-gradient(135deg, var(--neon-crimson), var(--neon-orange)) !important;
    border-radius: 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 24px !important;
    color: #fff !important;
    box-shadow: 0 8px 20px var(--neon-crimson-glow) !important;
    margin-bottom: 24px !important;
    transition: all 0.4s ease;
}

.perk-card-soft:hover .perk-icon-soft {
    transform: rotate(360deg) scale(1.1) !important;
    box-shadow: 0 10px 25px var(--neon-orange-glow) !important;
}

/* 3. 3D Timeline milestones (About Page) */
.about-timeline-3d-wrapper {
    position: relative;
    max-width: 900px;
    margin: 50px auto;
    padding-left: 30px;
    border-left: 2px solid rgba(255, 255, 255, 0.05);
}

.about-timeline-3d-item {
    position: relative;
    margin-bottom: 60px;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.about-timeline-3d-item::before {
    content: '';
    position: absolute;
    left: -41px;
    top: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--neon-orange);
    border: 4px solid #020203;
    box-shadow: 0 0 12px var(--neon-orange);
    transition: all 0.3s ease;
}

.about-timeline-3d-item:hover::before {
    background: #ffffff;
    box-shadow: 0 0 20px var(--neon-orange);
    transform: scale(1.25);
}

.about-timeline-3d-card {
    background: rgba(8, 8, 12, 0.6) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 18px !important;
    padding: 30px !important;
    backdrop-filter: blur(20px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: rotateY(-5deg) translateZ(0px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.about-timeline-3d-card:hover {
    transform: rotateY(0deg) translateY(-8px) translateZ(30px);
    border-color: var(--neon-orange) !important;
    box-shadow: 0 20px 45px var(--neon-orange-glow) !important;
}

.about-timeline-3d-card h3 {
    font-size: 22px !important;
    font-weight: 900 !important;
    color: #ffffff;
    margin-bottom: 12px;
}

.about-timeline-3d-card .year-tag {
    font-family: monospace;
    font-size: 16px;
    font-weight: 800;
    color: var(--neon-orange);
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

/* 4. Portfolio Upgrades with Orbit Rings */
.portfolio-card-premium {
    position: relative !important;
    background: rgba(8, 8, 12, 0.65) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    padding: 6px !important;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    transform-style: preserve-3d;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4) !important;
}

.portfolio-img-box {
    position: relative !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    transform-style: preserve-3d;
}

.portfolio-img-box img {
    width: 100%;
    
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.portfolio-card-premium:hover {
    transform: translateY(-12px) scale3d(1.03, 1.03, 1.03) !important;
    border-color: var(--neon-crimson) !important;
    box-shadow: 0 25px 55px var(--neon-crimson-glow) !important;
}

.portfolio-card-premium:hover .portfolio-img-box img {
    transform: scale(1.1) translateZ(10px) !important;
}

.portfolio-title-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(2, 2, 3, 0.95) 0%, rgba(2, 2, 3, 0) 100%);
    padding: 30px 20px 20px;
    z-index: 3;
    transform: translateZ(20px);
}

.portfolio-title-overlay h4 {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    margin: 0 !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.6);
}

/* 5. 3D Rotating Polyhedron & Brain Container */
.webgl-internal-3d-wrap {
    position: relative;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.webgl-internal-3d-canvas {
    width: 100%;
    height: 100%;
    pointer-events: auto;
}

.hud-details-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: monospace;
    font-size: 11px;
    color: var(--neon-crimson);
    letter-spacing: 1px;
    text-transform: uppercase;
    pointer-events: none;
    line-height: 1.6;
}

/* 6. Contact Page Specific Upgrades */
.laser-sweep-line {
    position: absolute;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 0, 60, 0.04), rgba(255, 0, 60, 0.15), rgba(255, 0, 60, 0.04), transparent);
    transform: skewX(-25deg);
    pointer-events: none;
    z-index: 1;
    animation: laserSweepLoop 8s infinite linear;
}

@keyframes laserSweepLoop {
    0% { left: -150%; }
    100% { left: 250%; }
}

.contact-sidebar .premium-card {
    background: rgba(8, 8, 12, 0.55) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.04) !important;
    border-radius: 20px !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3) !important;
}

.contact-sidebar .premium-card:hover {
    transform: translateY(-8px) scale(1.02) !important;
    border-color: var(--neon-crimson) !important;
    box-shadow: 0 20px 45px var(--neon-crimson-glow) !important;
}

/* =================================================================
   CYBERPUNK HOMEPAGE RESPONSIVE & SPACING OVERRIDES
   ================================================================= */
@media (max-width: 991px) {
    /* Hero section padding adjustments - pulled up to fix massive top space */
    .hero-section.premium-bg {
        padding: 50px 0 50px !important;
    }

    /* Fluid typography fallback */
    .hero-title {
        font-size: clamp(30px, 6.5vw, 44px) !important;
        line-height: 1.25 !important;
    }

    /* Remove 3D skew effects to align straight on stacked viewports */
    .why-center-img-3d img {
        transform: none !important;
        border-radius: 20px !important;
        box-shadow: 0 15px 35px var(--neon-crimson-glow) !important;
        margin: 20px auto !important;
    }
    
    .why-center-img-3d::before {
        display: none !important;
    }

    .about-img-premium-3d img {
        border-radius: 20px !important;
    }
    
    .about-img-premium-3d::after {
        border-radius: 20px !important;
        top: 20px !important;
        left: 20px !important;
    }

    /* Section padding normalization */
    .section-padding {
        padding: 60px 0 !important;
    }
}

@media (max-width: 767px) {
    /* Section padding normalization */
    .section-padding {
        padding: 45px 0 !important;
    }

    /* Stack hero buttons */
    .hero-btns {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        margin-top: 30px !important;
    }

    .hero-btns a {
        width: 100% !important;
        justify-content: center !important;
        margin: 0 !important;
    }

    /* Stacking hologram stats cards to prevent overflow */
    .hologram-card-3d {
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        margin: 15px auto !important;
        width: 95% !important;
        animation: none !important;
        transform: none !important;
        box-shadow: 0 10px 25px rgba(255, 0, 60, 0.1) !important;
    }

    .hero-visual-wrap {
        margin-top: 40px !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
