.gradient-text {
    background: linear-gradient(to right, #f97316, #ef4444);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-gradient {
    background: linear-gradient(to right, #f97316, #ef4444);
    transition: all 0.3s;
}

.btn-gradient:hover {
    background: linear-gradient(to right, #ef4444, #f97316);
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.perspective-1000 {
    perspective: 1000px;
}