﻿.gradient-bg-1 {
    background-image: linear-gradient(to bottom right, #1e3a8a, #3b82f6);
}

.gradient-bg-2 {
    background-image: linear-gradient(to top left, #3b82f6, #1e3a8a);
}

.text-gradient {
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.text-gradient-blue {
    background-image: linear-gradient(to right, #1e3a8a, #3b82f6);
}
