.blur-bg{filter:blur(2px);transition: all 0.3s ease-in-out;}    
.blur-bg:hover{filter:blur(0px)}

.menu-fixed .navbar {
    background: var(--bg-header);
    margin-top: 15px;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    transition: all .2s linear;
}
.text-facebook { color: #3b5998; }
.text-google { color: #ea4335; }
#short-link-card {
    transition: box-shadow 0.2s;
}
#short-link-card:active {
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.15);
}
#short-link-btn:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(13,110,253,.25);
}
/* Animation Styles */
.animate-on-scroll {
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

.animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0);
}

.floating-elements {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.floating-icon {
    position: absolute;
    font-size: 2rem;
    opacity: 0.1;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

.feature-icon {
    transition: all 0.3s ease;
}

.feature-icon:hover {
    transform: scale(1.1);
}

.testimonial-card {
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

.stat-item {
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: scale(1.05);
}

/* Gradient Background */
.bg-gradient-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .floating-elements {
        display: none;
    }
}
/* QR Page Specific Animation Styles */
.use-case-card {
    transition: all 0.3s ease;
    cursor: pointer;
}

.use-case-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1) !important;
}

.use-case-icon {
    transition: all 0.3s ease;
}

.use-case-card:hover .use-case-icon {
    transform: scale(1.1) rotate(5deg);
}

.qr-stat-item {
    transition: all 0.3s ease;
}

.qr-stat-item:hover {
    transform: scale(1.05);
}

.benefit-item {
    transition: all 0.3s ease;
}

.benefit-item:hover {
    transform: translateX(10px);
}

.benefit-icon {
    transition: all 0.3s ease;
}

.benefit-item:hover .benefit-icon {
    transform: scale(1.1);
}

.qr-showcase {
    position: relative;
}

.qr-code-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 300px;
    margin: 0 auto;
}

.qr-item {
    animation: qrFloat 3s ease-in-out infinite;
}

.qr-code {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
}

.qr-pattern {
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(90deg, transparent 40%, rgba(255,255,255,0.3) 50%, transparent 60%),
        linear-gradient(0deg, transparent 40%, rgba(255,255,255,0.3) 50%, transparent 60%);
    background-size: 20px 20px;
    animation: qrScan 2s linear infinite;
}

@keyframes qrFloat {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes qrScan {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

.success-story-card {
    transition: all 0.3s ease;
}

.success-story-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

.story-avatar {
    transition: all 0.3s ease;
}

.success-story-card:hover .story-avatar {
    transform: scale(1.1);
}

.floating-qr-elements {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.floating-qr {
    position: absolute;
    animation: qrFloat 6s ease-in-out infinite;
}

.qr-mini {
    width: 30px;
    height: 30px;
    opacity: 0.2;
    position: relative;
}

.qr-mini::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: rgba(255,255,255,0.3);
    border-radius: 2px;
}

/* Gradient Background for QR Page */
.bg-gradient-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .floating-qr-elements {
        display: none;
    }
    
    .qr-code-grid {
        grid-template-columns: 1fr;
        max-width: 200px;
        display: none;
    }
}
@keyframes pulseDot {
    0% { transform: scale(1); opacity: 0.7;}
    50% { transform: scale(1.5); opacity: 0.3;}
    100% { transform: scale(1); opacity: 0.7;}
}
@keyframes bounceIn {
    0% { transform: scale(0.5); opacity: 0;}
    60% { transform: scale(1.1); opacity: 1;}
    100% { transform: scale(1); opacity: 1;}
}
@keyframes progressBarAnim {
    0% { width: 0;}
    100% { width: 75%;}
}
@keyframes floatCog {
    0% { transform: translateY(0);}
    100% { transform: translateY(-10px);}
}