
* {
    font-family: 'Roboto' !important;
}
.info-home-banner {
  overflow: hidden;
  max-height: 200px;            
  transition: max-height 200ms ease, padding 200ms ease, margin 200ms ease;
  border-width: 0 !important;
}

.info-home-banner.is-closed {
  max-height: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-width: 0 !important;
}
.info-home-banner {
    position: relative;
   width:100%;
    left: 0px;
    display: flex;
    align-items: flex-start;
    color: #0043ce !important;
	 background-color: #edf5ff !important;
}



.search-dmv {
    position: relative;
    line-height: 24px;
    font-family: Roboto;
    font-size: 16px;
    white-space: break-word;
}


/* --- Slide Logic --- */
.hero-slide {
    display: none;
    width: 100%;
    font-family: roboto !important;
}
.hero-slide.active {
    display: block !important;
}
.hero-slide p{
    font-size: 16px !important;
    line-height: 1.5;
    letter-spacing: 0.25px;
}

/* --- Image Fitting --- */
.hero-left img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
}

/* --- Toggle Button & Text Logic --- */
.iconvideo {
    background: transparent;
    border: 1px solid var(--color-primary-blue-600);
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 6px 12px;
    transition: all 0.3s ease;
    border-radius: 4px; 
    min-width: 40px; 
}


.toggle-text {
    display: none !important; 
    font-size: 14px;
    margin-left: 8px;
    font-weight: 600;
}


.iconvideo:hover .toggle-text,
.iconvideo:focus-visible .toggle-text {
    display: inline-block !important;
    color: #fff;
}


.iconvideo:hover,
.iconvideo:focus-visible {
    background: var(--color-primary-blue-600);
    outline: 2px solid var(--color-primary-blue-600); /* ADA Focus Indicator */
    outline-offset: 2px;
}
/* --- Indicators --- */
.bannerslide2 {
   height: 4px;
	width: 24px;
   border-radius: 8px;
    border: none;
    background-color:#c4c4c4;
    cursor: pointer;
}
.bannerslide2.active {
    background-color:  var(--color-primary-blue-500);
}
/* search */

.search-bg-container {
    background-color: var(--color-primary-blue-600);
    border-radius: 16px;
}
.search-new-container
{
    background-color: var(--color-primary-blue-600);
    border-radius: 0px;
    
}
.search-new-container-pg
{
    background-color: var(--color-primary-blue-600);
    border-radius: 0px;
    width:100%
    
}
.search-outer-wrapper .button-yellow-sm .card:hover{
    border : 0px!important;
}

.search-group-seamless {
    height: 54px; 
    display: flex;
    flex-wrap: nowrap !important;
}

.custom-input {
    height: 100% !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border: none;
    padding-right: 40px !important;
}




.btn-clear {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    z-index: 10;
    display: flex;
    align-items: center;
    
}





@media (max-width: 767px) {
      .filter-btn {
        flex: 0 0 auto;
    }
    .filter-btn {
        
        flex: 0 0 calc(50% - 0.5rem); 
        font-size: 14px; 
        padding: 8px 5px;
        text-align: center;
    }
}

/* online services*/

.service-card {
    overflow: hidden; 
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease;
    outline: var(--color-bg-grey) solid 1px;
    

}

.service-card:hover {
    outline: var(--color-bg-grey) solid 2px;
    outline-offset: 2px;
    transform: translateY(-4px);
}
.service-card:active{
    outline: #292929 solid 2px;
    outline-offset: 2px;
}

.card-section-top {
    background-color: #ffffff;
    flex-grow: 1; 
}
.service-card:focus-within {
    outline: none;
}

.service-card:focus-within {
    outline: var(--color-bg-grey) solid 2px;
    outline-offset: 2px;
    transform: translateY(-4px);
}


.service-card a:focus {
    outline: none;
}
.service-icon-container {
    position: relative;
    min-width: 50px;
    height: 50px;
    background: #f0f7ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-icon {
    width: 32px;
    height: 32px;
}

.badge-yellow {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #FFC107;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
}


.card-section-bottom {
    background-color: #f8fbff; 
    border-top: 1px solid #e9ecef;
    transition: background-color 0.2s ease;
}

.card-section-bottom:hover {
    background-color: #eef5ff; 
}



.open-icon {
    opacity: 0.7;
    transition: transform 0.2s ease;
}

.card-section-bottom:hover .open-icon {
    transform: translate(2px, -2px); 
    opacity: 1;
}
/*drive NV*/

.step-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    color: #003859;
    border-radius: 50%;
    font-weight: 800;
    flex-shrink: 0;
}
.text-color-blue {
    color: var(--color-primary-blue-200) !important;
}

.product-card {
    transition: transform 0.2s ease;
}

.product-card:hover {
    transform: translateY(-5px);
}


.card-action-footer {
    display: block;
    
    margin: 0 1.5rem 1.5rem 1.5rem; 
  
    transition: background-color 0.2s;
}



/*cards*/

.service-icon-large {
    width: 80px;     
    height: auto;     
    flex-shrink: 0;   
    margin: 0;        
}


.product-card-rect {
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s ease;
}

.card-footer-action {
    display: block;
    background-color: #f8fbff;
    border-top: 1px solid #e9ecef;
    transition: background-color 0.2s;
}

.card-footer-action:hover {
    background-color: #eef5ff;
}

.link-text-blue {
    color: var(--color-primary-blue-600) !important; /* Brand Blue */
    font-weight: 600;
}
/* new to nevada */

.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%;
    }
}
/* teen drive */
.teen-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.p-32 {
    padding: 2rem ; /* 16px * 2 = 32px */
}
.card-bg-grey
{
    background-color: var(--color-bg-grey);
}
/*kiosk*/

.kiosk-image-large {
    width: 90px; 
    height: auto;
    display: block;
    flex-shrink: 0;
}

.kiosk-banner {
    border-color: #dee2e6 !important;
    transition: background-color 0.2s ease;
}
@media (max-width: 767px) {
    .kiosk-banner .row {
        flex-direction: column;
        text-align: center;
    }
    .kiosk-image-large {
        margin: 0 auto 1rem auto;
    }
    .col.px-md-4 {
        padding: 0 0 1rem 0 !important;
    }
}

/*cards*/

.blue-banner-cards .card-header {
    min-height: 60px;
    display: flex;
    align-items: center;
}

.blue-banner-cards .card-body {
    min-height: 160px;
}

.blue-banner-cards .card {
    transition: transform 0.2s ease;
}

.blue-banner-cards .card:hover {
    transform: translateY(-3px);
}
.blue-banner-cards .card-header 
{
    background-color: var(--color-primary-blue-600);
}

@media (min-width: 992px) and (max-width: 1200px) {
    .blue-banner-cards .btn {
        font-size: 0.7rem !important;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

/* appointment section */
.bg-dark-blue {
    background-color: var(--color-primary-blue-600);
}

.appointment-section .card {
    background-color: #ffffff;
}
.card-light-blue
{
    background-color:var(--color-primary-blue-100) !important;
}

/* form section */

.forms-banner-section .card {
    border: 1px solid #dee2e6 !important;
    transition: background-color 0.2s ease;
}

.forms-banner-section .card:hover {
    background-color: #ffffff !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
@media (max-width: 767px) {
    .forms-banner-section .row {
        flex-direction: column;
        text-align: center;
    }
    .forms-icon-img {
        margin: 0 auto 1rem auto;
    }
    .col.px-3 {
        padding: 0 0 1rem 0 !important;
    }
}

/* paperless 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;
    }
}
/* ced section */

.bg-light-gray {
    background-color: #c9c9c9; 
}

.complaint-card {
    transition: all 0.2s ease-in-out;
    border-color: transparent !important;
}

.complaint-card span {
    color: #003859; 
    font-size: 0.95rem;
}

.complaint-card:hover {
    background-color: #f8f9fa !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

@media (max-width: 991px) {
    .complaint-form-img {
        height: 250px;
    }
}
/*new section*/

.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);
}