html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
    background: -o-linear-gradient(left, #0f172a, #1e293b);
    background: -webkit-gradient(linear, left top, right top, from(#0f172a), to(#1e293b));
    background: linear-gradient(to right, #0f172a, #1e293b);
    color: #f8fafc;
}

.header {
    background-color: #10192c;
    z-index: 1000;
}
.active_link{
    color: #ffffff;
}
#backdrop {
    display: none;
}

.main {
    max-width: 100vw;
    overflow: hidden;
}

.main>.container>section,
.main>section {
    scroll-margin: 100px;
}

@media(max-width:1023.98px) {
    .header_menu {
        position: fixed;
        z-index: 51;
        top: 0px;
        right: 0px;
        bottom: 0px;
        width: 320px;
        max-width: 100%;
        background: #10192c;
        padding: 1rem;
        -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
        transform: translateX(110%);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .show__menu .header_menu {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    #backdrop {
        display: block;
        position: fixed;
        z-index: 49;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .show__menu #backdrop {
        opacity: 1;
        pointer-events: initial;
    }
}

.hero_mobile {
    position: relative;
    max-width: 100%;
    width: 260px;
}

.hero_mobile::before {
    content: "";
    display: block;
    padding-bottom: 206.7796%;
    height: 0px;
}

.hero_mobile>* {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.hero_mobile video {
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 46px;
    padding: 10px;

    /*  */
    background: white;
    background-clip: content-box;
}

.hero_mobile img {
    pointer-events: none;
}

.gradient-text {
    background: -o-linear-gradient(left, #3b82f6, #8b5cf6, #d946ef);
    background: -webkit-gradient(linear, left top, right top, from(#3b82f6), color-stop(#8b5cf6), to(#d946ef));
    background: linear-gradient(90deg, #3b82f6, #8b5cf6, #d946ef);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.btn-gradient {
    background: -o-linear-gradient(left, #3b82f6, #8b5cf6);
    background: -webkit-gradient(linear, left top, right top, from(#3b82f6), to(#8b5cf6));
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-gradient:hover {
    background: -o-linear-gradient(left, #2563eb, #7c3aed);
    background: -webkit-gradient(linear, left top, right top, from(#2563eb), to(#7c3aed));
    background: linear-gradient(90deg, #2563eb, #7c3aed);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 10px 25px -5px rgba(59, 130, 246, 0.5);
    box-shadow: 0 10px 25px -5px rgba(59, 130, 246, 0.5);
}

.hero-animation {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.glass-card {
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.glass-card:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.08);
}

.role-card {
    background: rgba(15, 23, 42, 0.6);
    border-left: 4px solid #8b5cf6;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.role-card:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
    background: rgba(15, 23, 42, 0.8);
    border-left: 4px solid #d946ef;
}

.vs-card-traditional {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.2);
}

.vs-card-quantum {
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.2);
}

.workflow-step {
    position: relative;
}

.workflow-step:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    height: 30px;
    background: -o-linear-gradient(top, #8b5cf6, rgba(139, 92, 246, 0.3));
    background: -webkit-gradient(linear, left top, left bottom, from(#8b5cf6), to(rgba(139, 92, 246, 0.3)));
    background: linear-gradient(to bottom, #8b5cf6, rgba(139, 92, 246, 0.3));
}

.floating {
    -webkit-animation: floating 3s ease-in-out infinite;
    animation: floating 3s ease-in-out infinite;
}

.floating-delay-1 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.floating-delay-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.floating-delay-3 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.floating-delay-4 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

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

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

.pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@-webkit-keyframes pulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

@keyframes pulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

.blur-bg {
    position: absolute;
    width: 600px;
    height: 600px;
    background: -o-radial-gradient(circle, rgba(139, 92, 246, 0.3), rgba(139, 92, 246, 0));
    background: radial-gradient(circle, rgba(139, 92, 246, 0.3), rgba(139, 92, 246, 0));
    border-radius: 50%;
    -webkit-filter: blur(70px);
    filter: blur(70px);
    z-index: -1;
}

.blob-animation {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
    background: -o-radial-gradient(circle, rgba(79, 70, 229, 0.2), rgba(139, 92, 246, 0.2), rgba(217, 70, 239, 0.2));
    background: radial-gradient(circle, rgba(79, 70, 229, 0.2), rgba(139, 92, 246, 0.2), rgba(217, 70, 239, 0.2));
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    -webkit-animation: blob 8s ease-in-out infinite;
    animation: blob 8s ease-in-out infinite;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    z-index: -1;
}

@-webkit-keyframes blob {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    25% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    }
    50% {
        border-radius: 50% 60% 30% 70% / 30% 40% 70% 60%;
    }
    75% {
        border-radius: 60% 40% 70% 30% / 60% 30% 40% 70%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

@keyframes blob {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    25% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    }
    50% {
        border-radius: 50% 60% 30% 70% / 30% 40% 70% 60%;
    }
    75% {
        border-radius: 60% 40% 70% 30% / 60% 30% 40% 70%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

.feature-badge {
    background: -o-linear-gradient(left, #4f46e5, #8b5cf6);
    background: -webkit-gradient(linear, left top, right top, from(#4f46e5), to(#8b5cf6));
    background: linear-gradient(90deg, #4f46e5, #8b5cf6);
    font-size: 0.7rem;
    padding: 0.2rem 0.6rem;
    border-radius: 20px;
    color: white;
    display: inline-block;
    margin-bottom: 0.5rem;
}

@media(max-width:575.98px) {
    .hero-animation {
        height: 345px;
    }
}

.main {
    max-width: 100vw;
    overflow: hidden;
}

.animated-icon {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}


/* start enterprise solutions page */

.hero_section {
    background: -o-linear-gradient(315deg, #0f2027 0%, #203a43 50%, #2c5364 100%);
    background: linear-gradient(135deg, #0f2027 0%, #203a43 50%, #2c5364 100%);
    color: white;
    position: relative;
}

.section-heading {
    position: relative;
    margin-bottom: 2rem;
}

.section-heading:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    background: #4CAF50;
}

.service-card {
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    height: 100%;
}

.service-card:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.service-icon {
    font-size: 2.5rem;
    color: #4CAF50;
}

.cta-section {
    background: -o-linear-gradient(315deg, #1e3c72 0%, #2a5298 100%);
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
}

.stats-item {
    position: relative;
    padding: 2rem;
    border-radius: 8px;
    background-color: white;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.stats-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #4CAF50;
    margin-bottom: 0.5rem;
}

.skill-tag {
    background-color: #4CAF5021;
    color: #4CAF50;
    border-radius: 20px;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    display: inline-block;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.office-location {
    position: relative;
    padding: 1.5rem;
    border-radius: 8px;
    /* background-color: white; */
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.office-location:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.client-logo {
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: -webkit-filter 0.3s ease, -webkit-transform 0.3s ease;
    transition: -webkit-filter 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: filter 0.3s ease, transform 0.3s ease;
    transition: filter 0.3s ease, transform 0.3s ease;
    transition: filter 0.3s ease, transform 0.3s ease, -webkit-filter 0.3s ease, -webkit-transform 0.3s ease;
}

.client-logo:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.process-step {
    position: relative;
    padding-left: 80px;
    margin-bottom: 2rem;
}

.step-number {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #4CAF50;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 600;
}

.testimonial-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    padding: 2rem;
    /* background-color: white; */
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.testimonial-card:before {
    content: '"';
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 6rem;
    color: #f1f8e9;
    font-family: Georgia, serif;
    line-height: 1;
    z-index: 0;
    opacity: 0.3;
}

.ai-feature {
    border-left: 4px solid #4CAF50;
    padding-left: 1.5rem;
    margin-bottom: 2rem;
}

@media(max-width:767.98px) {
    .process-step {
        padding-left: 64px;
    }
    .step-number {
        width: 48px;
        height: 48px;
    }
}


/*  start airq page */

.quantum-glow {
    -webkit-box-shadow: 0 0 20px rgba(255, 215, 0, 0.3), 0 0 40px rgba(255, 215, 0, 0.1);
            box-shadow: 0 0 20px rgba(255, 215, 0, 0.3), 0 0 40px rgba(255, 215, 0, 0.1);
}

.tech-card {
    background: rgba(30, 41, 59, 0.8);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 215, 0, 0.2);
}

.circuit-pattern {
    background-image: -o-linear-gradient(left, rgba(255, 215, 0, 0.1) 1px, transparent 1px), -o-linear-gradient(rgba(255, 215, 0, 0.1) 1px, transparent 1px);
    background-image: linear-gradient(90deg, rgba(255, 215, 0, 0.1) 1px, transparent 1px), linear-gradient(rgba(255, 215, 0, 0.1) 1px, transparent 1px);
    background-size: 20px 20px;
}

.hologram-text {
    background: -o-linear-gradient(45deg, #ffd700, #ffed4e, #ffd700);
    background: linear-gradient(45deg, #ffd700, #ffed4e, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.performance-metric {
    background: -o-linear-gradient(315deg, rgba(255, 215, 0, 0.1) 0%, rgba(30, 41, 59, 0.8) 100%);
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1) 0%, rgba(30, 41, 59, 0.8) 100%);
}


/*  */

.gradient-bg {
    background: -o-linear-gradient(315deg, #667eea 0%, #764ba2 25%, #f093fb 50%, #f5576c 75%, #4facfe 100%);
    background: linear-gradient(135deg, #667eea 0%, #764ba2 25%, #f093fb 50%, #f5576c 75%, #4facfe 100%);
    background-size: 400% 400%;
    -webkit-animation: gradientShift 15s ease infinite;
            animation: gradientShift 15s ease infinite;
}

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

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

.glass-effect {
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.neo-card {
    background: -o-linear-gradient(305deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.neo-card:hover {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}

.pulse-glow {
    -webkit-animation: pulseGlow 2s ease-in-out infinite alternate;
            animation: pulseGlow 2s ease-in-out infinite alternate;
}

@-webkit-keyframes pulseGlow {
    from {
        -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
                box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    }
    to {
        -webkit-box-shadow: 0 0 40px rgba(255, 255, 255, 0.6);
                box-shadow: 0 0 40px rgba(255, 255, 255, 0.6);
    }
}

@keyframes pulseGlow {
    from {
        -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
                box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    }
    to {
        -webkit-box-shadow: 0 0 40px rgba(255, 255, 255, 0.6);
                box-shadow: 0 0 40px rgba(255, 255, 255, 0.6);
    }
}

.floating {
    -webkit-animation: floating 3s ease-in-out infinite;
            animation: floating 3s ease-in-out infinite;
}

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

.revenue-metric {
    background: -o-linear-gradient(315deg, #FF6B6B, #4ECDC4);
    background: linear-gradient(135deg, #FF6B6B, #4ECDC4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

.industry-gradient {
    background: -o-linear-gradient(315deg, #667eea 0%, #764ba2 100%);
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.chart-container {
    position: relative;
    height: 300px;
    width: 100%;
}

.haptic-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: -o-linear-gradient(45deg, #FF6B6B, #4ECDC4, #45B7D1, #96CEB4);
    background: linear-gradient(45deg, #FF6B6B, #4ECDC4, #45B7D1, #96CEB4);
    background-size: 400% 400%;
    -webkit-animation: gradientShift 3s ease infinite;
            animation: gradientShift 3s ease infinite;
    position: relative;
    overflow: hidden;
}

.haptic-circle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: ripple 2s ease-in-out infinite;
            animation: ripple 2s ease-in-out infinite;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
                transform: translate(-50%, -50%) scale(0.8);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
                transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
                transform: translate(-50%, -50%) scale(0.8);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
                transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

.productivity-bar {
    height: 8px;
    background: -webkit-gradient(linear, left top, right top, from(#FF6B6B), color-stop(50%, #4ECDC4), to(#45B7D1));
    background: -o-linear-gradient(left, #FF6B6B 0%, #4ECDC4 50%, #45B7D1 100%);
    background: linear-gradient(90deg, #FF6B6B 0%, #4ECDC4 50%, #45B7D1 100%);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.productivity-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
    background: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    -webkit-animation: shimmer 2s ease-in-out infinite;
            animation: shimmer 2s ease-in-out infinite;
}

@-webkit-keyframes shimmer {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes shimmer {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

.metric-card {
    background: -o-linear-gradient(315deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 1.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.metric-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.1)), to(transparent));
    background: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.1), transparent);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    -webkit-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    transition: left 0.5s ease;
}

.metric-card:hover::before {
    left: 100%;
}

.price-tag {
    background: -o-linear-gradient(315deg, #FF6B6B, #4ECDC4);
    background: linear-gradient(135deg, #FF6B6B, #4ECDC4);
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.5rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.price-tag::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.price-tag:hover::before {
    width: 300px;
    height: 300px;
}