:root {
    --primary: #6d28d9;
    --primary-dark: #5b21b6;
    --primary-light: #8b5cf6;
    --secondary: #10b981;
    --secondary-light: #34d399;
    --accent: #f43f5e;
    --dark: #0f172a;
    --darker: #020617;
    --gray-900: #111827;
    --gray-800: #1f2937;
    --gray-700: #374151;
    --gray-600: #4b5563;
    --gray-500: #6b7280;
    --gray-400: #9ca3af;
    --gray-300: #d1d5db;
    --gray-200: #e5e7eb;
    --gray-100: #f3f4f6;
    --white: #ffffff;
    --mouse-x: 0px;
    --mouse-y: 0px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

body {
    font-family: 'Space Grotesk', sans-serif;
    background:
        radial-gradient(circle at 15% 50%, rgba(139, 69, 255, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 85% 50%, rgba(34, 197, 94, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 50% 85%, rgba(59, 130, 246, 0.18) 0%, transparent 50%),
        linear-gradient(135deg, #0a0b1e 0%, #1a1b2e 25%, #0f1419 50%, #000000 100%);
    color: var(--white);
    overflow-x: hidden;
    line-height: 1.6;
    min-height: 100vh;
    position: relative;
}

/* 3D Background Elements */
.bg-3d-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
}

.bg-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.6;
    will-change: transform;
    animation: float3d 8s ease-in-out infinite;
}

.bg-orb-1 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(109, 40, 217, 0.4) 0%, rgba(109, 40, 217, 0.1) 70%, transparent 100%);
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.bg-orb-2 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.3) 0%, rgba(16, 185, 129, 0.1) 70%, transparent 100%);
    top: 60%;
    right: 15%;
    animation-delay: -2s;
}

.bg-orb-3 {
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.3) 0%, rgba(59, 130, 246, 0.1) 70%, transparent 100%);
    bottom: 30%;
    left: 20%;
    animation-delay: -4s;
}

.bg-geometric {
    position: absolute;
    opacity: 0.1;
    will-change: transform;
    animation: rotate3d 20s linear infinite;
}

.bg-triangle {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 87px solid rgba(109, 40, 217, 0.3);
    top: 40%;
    right: 20%;
    animation-delay: 0s;
}

.bg-square {
    width: 80px;
    height: 80px;
    background: rgba(16, 185, 129, 0.2);
    transform: rotate(45deg);
    top: 70%;
    left: 60%;
    animation-delay: -10s;
}

.bg-circle {
    width: 60px;
    height: 60px;
    border: 3px solid rgba(59, 130, 246, 0.3);
    border-radius: 50%;
    top: 25%;
    left: 70%;
    animation-delay: -5s;
}

.bg-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 100px 100px;
    opacity: 0.5;
    will-change: transform;
}

@keyframes float3d {

    0%,
    100% {
        transform: translateY(0px) translateX(0px) scale(1);
    }

    25% {
        transform: translateY(-20px) translateX(10px) scale(1.05);
    }

    50% {
        transform: translateY(-10px) translateX(-15px) scale(0.95);
    }

    75% {
        transform: translateY(-30px) translateX(5px) scale(1.02);
    }
}

@keyframes rotate3d {
    0% {
        transform: rotateZ(0deg) rotateY(0deg);
    }

    25% {
        transform: rotateZ(90deg) rotateY(90deg);
    }

    50% {
        transform: rotateZ(180deg) rotateY(180deg);
    }

    75% {
        transform: rotateZ(270deg) rotateY(270deg);
    }

    100% {
        transform: rotateZ(360deg) rotateY(360deg);
    }
}

/* Parallax scroll effects */
.parallax-slow {
    will-change: transform;
}

.parallax-medium {
    will-change: transform;
}

.parallax-fast {
    will-change: transform;
}

/* Performance optimizations */
@media (prefers-reduced-motion: reduce) {

    .bg-orb,
    .bg-geometric,
    .parallax-slow,
    .parallax-medium,
    .parallax-fast {
        animation: none !important;
        transform: none !important;
    }
}

/* Hide 3D effects on low-end devices */
@media (max-width: 768px) and (max-height: 1024px) {

    .bg-orb-2,
    .bg-orb-3,
    .bg-geometric {
        display: none;
    }

    .bg-orb-1 {
        width: 200px;
        height: 200px;
        filter: blur(20px);
    }
}



/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: var(--gray-900);
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-dark);
}

/* Gradient Text */
.gradient-text {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Glass Effect */
.glass {
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.05) 50%,
            rgba(255, 255, 255, 0.02) 100%);
    backdrop-filter: blur(25px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        inset 0 -1px 0 rgba(255, 255, 255, 0.1);
}

/* Grid Pattern */
.grid-pattern {
    position: relative;
}

/* Floating Animation */
@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

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

/* Pulse Animation */
@keyframes pulse-glow {

    0%,
    100% {
        box-shadow: 0 0 20px rgba(99, 102, 241, 0.3);
    }

    50% {
        box-shadow: 0 0 40px rgba(99, 102, 241, 0.6);
    }
}

.pulse-glow {
    animation: pulse-glow 3s ease-in-out infinite;
}

/* Enhanced Load Animations */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% {
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes rotateIn {
    from {
        opacity: 0;
        transform: rotate(-200deg);
    }

    to {
        opacity: 1;
        transform: rotate(0deg);
    }
}

.slide-in-up {
    animation: slideInUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.slide-in-down {
    animation: slideInDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.slide-in-left {
    animation: slideInLeft 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.slide-in-right {
    animation: slideInRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.fade-in-scale {
    animation: fadeInScale 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.bounce-in {
    animation: bounceIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.rotate-in {
    animation: rotateIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

/* Animation Delays */
.delay-100 {
    animation-delay: 0.1s;
}

.delay-200 {
    animation-delay: 0.2s;
}

.delay-300 {
    animation-delay: 0.3s;
}

.delay-400 {
    animation-delay: 0.4s;
}

.delay-500 {
    animation-delay: 0.5s;
}

.delay-600 {
    animation-delay: 0.6s;
}

.delay-700 {
    animation-delay: 0.7s;
}

.delay-800 {
    animation-delay: 0.8s;
}

.delay-900 {
    animation-delay: 0.9s;
}

.delay-1000 {
    animation-delay: 1s;
}

/* Marquee Animation */
@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.marquee {
    animation: marquee 20s linear infinite;
}

/* High-Class Button Effects */
.btn-primary {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    border: 1px solid rgba(109, 40, 217, 0.5);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 4px 15px rgba(109, 40, 217, 0.2);
    z-index: 1;
}

.btn-primary span {
    position: relative;
    z-index: 20;
    display: inline-flex;
    align-items: center;
}

.btn-primary::after {
    background: rgba(255, 255, 255, 0.2);
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}

.btn-primary:hover::after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(109, 40, 217, 0.4);
}

.btn-outline {
    border: 0 solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    background: transparent;
    position: relative;
    z-index: 1;
}

.btn-outline:hover {
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px rgba(67, 115, 136, 0.8);
    transform: translateY(-4px);
}

/* Card Hover Effects */
.company-card {
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    overflow: hidden;
}

.company-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(6, 182, 212, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.company-card:hover::before {
    opacity: 1;
}

.company-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* Logo Styles */
.company-logo {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 800;
    color: white;
    transition: all 0.3s ease;
}

.company-card:hover .company-logo {
    transform: scale(1.1) rotate(5deg);
}

/* Form Styles */
.form-input {
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.06) 0%,
            rgba(255, 255, 255, 0.02) 50%,
            rgba(255, 255, 255, 0.01) 100%);
    backdrop-filter: blur(15px) saturate(150%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        inset 0 -1px 0 rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.form-input:focus {
    border-color: rgba(109, 40, 217, 0.4);
    box-shadow:
        0 0 0 3px rgba(109, 40, 217, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        inset 0 -1px 0 rgba(255, 255, 255, 0.08);
    outline: none;
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.08) 0%,
            rgba(255, 255, 255, 0.04) 50%,
            rgba(255, 255, 255, 0.02) 100%);
}

/* Enhanced Header Styles */
.header-floating {
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.08) 0%,
            rgba(255, 255, 255, 0.03) 50%,
            rgba(255, 255, 255, 0.01) 100%);
    backdrop-filter: blur(30px) saturate(200%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    margin: 16px 20px;
    box-shadow:
        0 8px 32px rgba(109, 40, 217, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        inset 0 -1px 0 rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

@media (min-width: 1024px) {
    .header-floating {
        margin: 16px 80px;
    }
}

.header-floating:hover {
    border-color: rgba(109, 40, 217, 0.4);
    box-shadow: 0 12px 40px rgba(109, 40, 217, 0.25);
}

/* Navigation */
.nav-link {
    position: relative;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 8px 16px;
    border-radius: 12px;
}

.nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.1), rgba(16, 185, 129, 0.1));
    border-radius: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 1px;
}

.nav-link:hover::before {
    opacity: 1;
}

.nav-link:hover::after {
    width: 60%;
}

.nav-link:hover {
    transform: translateY(-2px);
    text-shadow: 0 0 15px rgba(109, 40, 217, 0.6);
    color: white;
}

.nav-link.active {
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.2), rgba(16, 185, 129, 0.2));
    color: white;
    text-shadow: 0 0 10px rgba(109, 40, 217, 0.5);
}

.nav-link.active::after {
    width: 60%;
}

/* Logo Animation */
.logo-container {
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.logo-container:hover {
    transform: scale(1.05);
}

.logo-container:hover .gradient-text {
    filter: drop-shadow(0 0 10px rgba(109, 40, 217, 0.6));
}

/* Enhanced Logo Animations */
.logo-image {
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    animation: logoFloat 4s ease-in-out infinite;
}

.logo-container:hover .logo-image {
    transform: scale(1.1) rotate(10deg);
    filter: drop-shadow(0 0 20px rgba(109, 40, 217, 0.8)) brightness(1.2);
    animation-play-state: paused;
}

.logo-text {
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.logo-container:hover .logo-text {
    transform: translateX(5px);
    text-shadow: 0 0 15px rgba(109, 40, 217, 0.6);
}

.logo-subtitle {
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    animation: subtitlePulse 3s ease-in-out infinite;
}

.logo-container:hover .logo-subtitle {
    opacity: 1;
    transform: translateX(8px);
    text-shadow: 0 0 10px rgba(16, 185, 129, 0.5);
    animation-play-state: paused;
}

@keyframes logoFloat {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
        filter: drop-shadow(0 0 10px rgba(109, 40, 217, 0.3));
    }

    25% {
        transform: translateY(-3px) rotate(2deg);
        filter: drop-shadow(0 0 15px rgba(109, 40, 217, 0.4));
    }

    50% {
        transform: translateY(-5px) rotate(0deg);
        filter: drop-shadow(0 0 20px rgba(109, 40, 217, 0.5));
    }

    75% {
        transform: translateY(-3px) rotate(-2deg);
        filter: drop-shadow(0 0 15px rgba(109, 40, 217, 0.4));
    }
}

@keyframes subtitlePulse {

    0%,
    100% {
        opacity: 0.7;
        transform: scale(1);
    }

    50% {
        opacity: 0.9;
        transform: scale(1.02);
    }
}

/* Stats Counter */
.stat-number {
    font-variant-numeric: tabular-nums;
    transition: all 0.5s ease;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 3rem;
        line-height: 1.1;
    }

    .company-grid {
        grid-template-columns: 1fr;
    }
}

/* Loading Animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

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

.loading {
    animation: spin 1s linear infinite;
}

/* Intersection Observer Classes */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

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

.fade-in-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.8s ease;
}

.fade-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.fade-in-right {
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.8s ease;
}

.fade-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Enhanced Hover Effects for All Elements */

/* Section Titles */
.section-title {
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: default;
    will-change: transform, filter;
}

.section-title:hover {
    transform: scale(1.02);
    text-shadow: 0 0 30px rgba(109, 40, 217, 0.6);
}

/* Text Elements */
.hover-text {
    transition: all 0.3s ease;
    cursor: default;
    will-change: color, text-shadow;
}

.hover-text:hover {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

/* Stats Hover with Liquid Glass Effects */
.stat-item {
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: default;
    padding: 1.5rem;
    border-radius: 1.5rem;
    will-change: transform, background, box-shadow, backdrop-filter;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.15) 0%,
            rgba(255, 255, 255, 0.08) 30%,
            rgba(109, 40, 217, 0.12) 60%,
            rgba(16, 185, 129, 0.1) 100%);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    backdrop-filter: blur(20px) saturate(180%);
    border-radius: 1.5rem;
    z-index: -1;
}

.stat-item::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle,
            rgba(109, 40, 217, 0.3) 0%,
            rgba(16, 185, 129, 0.2) 30%,
            transparent 70%);
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    animation: liquidFlow 4s ease-in-out infinite;
    z-index: -2;
}

.stat-item:hover {
    transform: translateY(-12px) scale(1.08);
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.12) 0%,
            rgba(255, 255, 255, 0.06) 50%,
            rgba(255, 255, 255, 0.03) 100%);
    backdrop-filter: blur(25px) saturate(200%);
    border-color: rgba(109, 40, 217, 0.4);
    box-shadow:
        0 20px 40px rgba(109, 40, 217, 0.4),
        0 10px 20px rgba(16, 185, 129, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -1px 0 rgba(255, 255, 255, 0.1);
}

.stat-item:hover::before {
    opacity: 1;
    backdrop-filter: blur(30px) saturate(220%);
}

.stat-item:hover::after {
    opacity: 1;
    animation-play-state: paused;
    transform: scale(1.2);
}

@keyframes liquidFlow {

    0%,
    100% {
        transform: rotate(0deg) scale(1);
        opacity: 0.3;
    }

    25% {
        transform: rotate(90deg) scale(1.1);
        opacity: 0.5;
    }

    50% {
        transform: rotate(180deg) scale(1.2);
        opacity: 0.7;
    }

    75% {
        transform: rotate(270deg) scale(1.1);
        opacity: 0.5;
    }
}

.stat-item .stat-number {
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform, filter;
}

.stat-item:hover .stat-number {
    transform: scale(1.1);
    filter: drop-shadow(0 0 15px rgba(109, 40, 217, 0.8));
}

/* Contact Info Cards Enhanced */
.contact-card {
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
    will-change: transform, box-shadow, border-color;
}

.contact-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(109, 40, 217, 0.2);
    border-color: rgba(109, 40, 217, 0.4);
}

.contact-card .contact-icon {
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform, box-shadow;
}

.contact-card:hover .contact-icon {
    transform: scale(1.2) rotate(10deg);
    box-shadow: 0 0 20px rgba(109, 40, 217, 0.5);
}

/* Form Elements Enhanced */
.form-input {
    will-change: border-color, transform, box-shadow;
}

.form-input:hover {
    border-color: rgba(109, 40, 217, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(109, 40, 217, 0.1);
}

/* Marquee Items */
.marquee span {
    transition: all 0.3s ease;
    cursor: default;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    will-change: color, background, text-shadow, transform;
}

.marquee span:hover {
    color: white;
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.2), rgba(16, 185, 129, 0.2));
    text-shadow: 0 0 10px rgba(109, 40, 217, 0.6);
    transform: scale(1.1);
}

/* Footer Links */
.footer-link {
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    will-change: color, text-shadow, transform;
}

.footer-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.1), rgba(16, 185, 129, 0.1));
    border-radius: 0.5rem;
    opacity: 0;
    transition: opacity 0.3s ease;
    will-change: opacity;
}

.footer-link:hover::before {
    opacity: 1;
}

.footer-link:hover {
    color: white;
    text-shadow: 0 0 10px rgba(109, 40, 217, 0.6);
    transform: translateY(-2px);
}

/* Scroll Indicator */
.scroll-indicator {
    transition: all 0.4s ease;
    cursor: pointer;
    will-change: transform;
}

.scroll-indicator:hover {
    transform: scale(1.1);
}

.scroll-indicator .scroll-line {
    transition: all 0.4s ease;
    will-change: height, box-shadow;
}

.scroll-indicator:hover .scroll-line {
    height: 4rem;
    box-shadow: 0 0 20px rgba(109, 40, 217, 0.6);
}

/* Enhanced Glass Effect on Hover */
.glass {
    will-change: background, border-color, box-shadow;
}

.glass:hover {
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.15) 0%,
            rgba(255, 255, 255, 0.08) 50%,
            rgba(255, 255, 255, 0.04) 100%);
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -1px 0 rgba(255, 255, 255, 0.15);
}

/* Icon Hover Effects */
.hover-icon {
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform, filter;
}

.hover-icon:hover {
    transform: scale(1.2) rotate(10deg);
    filter: drop-shadow(0 0 10px rgba(109, 40, 217, 0.6));
}

/* Text Glow on Hover */
.glow-on-hover {
    transition: all 0.3s ease;
    cursor: default;
    will-change: filter, transform;
}

.glow-on-hover:hover {
    filter: drop-shadow(0 0 3px rgba(109, 40, 217, 0.2)) drop-shadow(0 0 5px rgba(16, 185, 129, 0.15));
    transform: scale(1.005);
}

/* Company Card Learn More Links */
.learn-more-link {
    transition: all 0.3s ease;
    position: relative;
    overflow: visible;
    z-index: 10;
    will-change: color, text-shadow;
}

.learn-more-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(109, 40, 217, 0.2), transparent);
    transition: left 0.5s ease;
    z-index: -1;
    will-change: left;
}

.learn-more-link:hover::before {
    left: 100%;
}

.learn-more-link:hover {
    color: white;
    text-shadow: 0 0 10px rgba(109, 40, 217, 0.6);
}

.learn-more-link svg {
    transition: transform 0.3s ease;
    position: relative;
    z-index: 15;
    will-change: transform;
}

.learn-more-link:hover svg {
    transform: translateX(5px);
}

/* Enhanced Mobile Menu Button */
.mobile-menu-btn {
    will-change: background, transform, box-shadow;
}

.mobile-menu-btn:hover {
    background: rgba(109, 40, 217, 0.3) !important;
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(109, 40, 217, 0.4);
}

/* Pulse Effect for Interactive Elements */
@keyframes subtle-pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02);
    }
}

.pulse-hover:hover {
    animation: subtle-pulse 2s ease-in-out infinite;
}

/* Gradient Border Animation */
@keyframes gradient-border {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.animated-border {
    background: linear-gradient(-45deg, #6d28d9, #10b981, #3b82f6, #6d28d9);
    background-size: 400% 400%;
    animation: gradient-border 3s ease infinite;
}

/* Floating Animation on Hover */
.float-on-hover {
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform, box-shadow;
}

.float-on-hover:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(109, 40, 217, 0.3);
}