/* Global Styles for Scentpro Technology Solutions */

[x-cloak] {
    display: none !important;
}

html {
    scroll-behavior: smooth;
}

.glass {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
}

.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.selection-brand::selection {
    background: #e0f2fe;
    color: #0369a1;
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgba(204, 25, 220, 0.5), 0 0 10px rgba(204, 25, 220, 0.3);
    }
    50% {
        box-shadow: 0 0 20px rgba(204, 25, 220, 0.8), 0 0 30px rgba(204, 25, 220, 0.5);
    }
}

.animate-glow {
    animation: glow 2s ease-in-out infinite;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
