.custom-btn {
    transition: transform 0.2s ease-out !important;
}

.custom-btn:hover {
    transform: translateY(-2px) !important;
}


.gradient .tn-atom::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(160deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

