* {
	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;
}

/* skip the trip */

.bg-blue-tint {
    background-color:var(--color-primary-blue-600) ;
    
}
.hero-image-cover {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
    max-height: 200px;
}
.new-resident-banner {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #dee2e6;
    color: white !important;
    min-height: auto; 
    max-height: 200px;
}
.content-text
{
    color: white !important;
}

.new-resident-banner:hover {
    transform: translateY(-4px); 
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12) !important; 
}

.hero-image-cover {
    transition: transform 0.3s ease;
    object-fit: cover;
}

.new-resident-banner:hover .hero-image-cover {
    transform: scale(1.05); /* Subtle zoom into the image */
}

@media (max-width: 767px) {
    .hero-image-cover {
        height: 100%; 
        object-fit: cover;
    }
    .new-resident-banner{
        max-height: 100%;
    }
}
/*appointments section*/
.bg-aliceblue {
    background-color: #f0f7ff;
}

.card {
    transition: transform 0.2s ease-in-out;
    border-radius: 12px !important;
}

.card-body {
    position: relative !important;
    display: flex;
    flex-direction: column;
}
.appointment-only .card:focus  {
	transform: translateY(-4px);
	outline: 2px solid var(--color-bg-grey) !important;
	outline-offset: 2px !important;
}

.card-body {
    display: flex !important;
    flex-direction: column !important;
}

.d-grid {
    margin-top: auto; 
}

/* ADA link/button hover states */
.btn-primary:hover {
    background-color: #002a4a !important;
}
.small-banner-vin
{
	background-color: #eef7ff; 
	color: #0056b3; 
	border: 1px solid #cce5ff;
	font-size: 11px;
}
.small-banner-lab
{
	background-color: #f0fdf4; 
	color: #006644; 
	border: 1px solid #b9f8cf;
	font-size: 11px;
}
/*Rural offices*/

.rural-section-bg
{
	background-color: #005a94;
	color: white;
}
/*appointment free*/
.app-free-bg
{
	background-color: #fff1f1;
	border: 1px solid #ffc9c9;
	box-sizing: border-box;
}
.app-free-content{
	border: 1px solid #ffc9c9;
	background-color: white !important;
}

/* Mobile-first adjustments */
@media (max-width: 576px) {
    .card-body {
        padding: 1.5rem !important;
    }
    h3 {
        font-size: 1.25rem;
    }
	
}
/* Mobile: Single line stacking */
@media (max-width: 768px) {
    .card-body {
        padding: 1.5rem !important;
    }
}
