* {
    font-family: 'Roboto' !important;
}

.hero-slide {
	display: block;
	width: 100%;
	font-family: roboto !important;
}


/* --- Image Fitting --- */
.hero-left img {
	width: 100%;
	height: 450px;
	object-fit: cover;
	display: block;
}
/*Nevada dmv essentials section*/

.news-link {
    color:var(--color-primary-blue-600);
    transition: color 0.2s ease-in-out;
     font-weight: 600;
    font-size: 0.95rem;
}

.news-link:hover {
    color: #0056b3;
    
    text-decoration-color: var(--color-primary-blue-400);
    text-decoration-thickness: 2px; /* Gets bolder */
    text-underline-offset: 7px;     /* Moves further down */
}

.news-link img {
    transition: transform 0.2s ease;
}

.news-link:hover img {
    transform: translateX(5px); 

}

.news-updates-section h2, .news-updates-section h3 {
    color: #212529 !important;
}

.news-updates-section .card {
    transition: transform 0.3s ease;
}

.news-updates-section .card:hover {
    transform: translateY(-5px);
}

/* voter donor */
.donor-paperless-section .text-dark {
    color: #212529 !important; 
}

.donor-paperless-section .fw-medium {
    font-weight: 500 !important; 
}

.donor-paperless-section .card:hover {
    background-color: #ffffff !important;
    border-color: #003859 !important;
}


.donor-paperless-section .btn-outline-primary {
    transition: all 0.2s ease-in-out;
}

.donor-paperless-section .btn-outline-primary:hover {
    background-color: #003859 !important;
    color: white !important;
}
.card-donor-bg
{
    background-color: #f0f9ff;
    border: 1px solid #cce5ff;
}

@media (max-width: 991px) {
    .donor-paperless-section .d-flex {
        flex-direction: column;
        text-align: center;
    }
    .donor-paperless-section .flex-shrink-0 {
        margin: 0 auto 1.5rem auto !important;
    }
}
.news-link {
    color:var(--color-primary-blue-600);
    transition: color 0.2s ease-in-out;
}

.news-link:hover {
    color: #0056b3;
    text-decoration: underline !important;
}

.news-link img {
    transition: transform 0.2s ease;
}

.news-link:hover img {
    transform: translateX(5px); 
}

.news-updates-section h2, .news-updates-section h3 {
    color: #212529 !important;
}

.news-updates-section .card {
    transition: transform 0.3s ease;
}

.news-updates-section .card:hover {
    transform: translateY(-5px);
}