/* Custom styles for Nursing.Support Redesign */

body {
    font-family: 'Inter', sans-serif;
}

.hero-bg {
    background-color: #f0f9ff; /* A very light, airy blue */
}

.section-title {
    color: #1e293b; /* A dark slate blue for strong contrast */
}

.card-hover {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

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