* {
    font-family: 'Roboto' !important;
}

/* --- Hero Section --- */
.hero-slide {
    display: block;
    width: 100%;
    font-family: roboto !important;
}


/* --- Image Fitting --- */
.hero-left img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
}


@media (max-width: 767px) {
    .breadcrumb{
        font-size: 14px ;
    }
    .breadcrumb .link-text{
         font-size: 14px ;
    }
}

/*tab section*/
.dmv-custom-tabs {
	background-color: #003e67 !important;
}

.vehicles-tabs .nav-item {
	background-color: #003e67 !important;
	color: #ffffff !important;
	font-size:20px !important;
	font-family: Roboto !important;
    font-weight: 500 !important;
}

.nav-tabs .nav-link.active {
	background-color: white !important;
	color: black !important;
	border-radius: 0px !important;
	border-bottom: 2px solid #00B4D8 !important;
}

.nav-tabs .nav-link:hover {
	background-color: white !important;
	color: black !important;
	border-radius: 0px !important;
}

.nav-tabs .nav-link:focus {

	border-radius: 0px !important;
	outline: 2px solid #00B4D8 !important;
	outline-offset: -6px !important;
	box-shadow: none !important;
}

.vehicles-tabs .tab-content {
	background-color:white !important;
	font-size: 16px !important;
	font-family: Roboto !important;
}

.tab-content p {
	font-size: 16px !important;
	font-family: Roboto !important;
	color: black !important;
	font-weight: 400 !important;
}
@media (max-width: 767px) {
    .tab-image{
        width: 100%;
        height: auto;
    }

}
.hotspot-btn {
  
   border: 1px solid white;
   opacity: transparent;
   background: transparent;
}

.hotspot-btn:hover,
.hotspot-btn:focus {
  background: transparent;
  border: 1px solid black;
}

.popover {
  border-radius: 20px;
  border: 0;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

.popover-header {
  background: var(--color-primary-blue-600) !important;
  color: white;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 10px;
  line-height: 1.2;
}

.popover-body {
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
}
/* Mobile only */
@media (max-width: 768px) {

  .popover {
    max-width: 240px;   /* narrower popup */
  }

  .popover-header {
    font-size: 13px;
    padding: 6px 10px;
    line-height: 1.2;
  }

  .popover-body {
    font-size: 12px;
    padding: 10px;
    line-height: 1.3;
  }

}
/* convictions*/
@media (max-width: 768px) {
    .flex-md-row {
        text-align: center; /* Center text and image on small mobile screens */
    }
}

/*understanding section*/
.table thead th {
    background-color: #005a94 !important; 
    color: white !important;
    border-bottom: none;
    --bs-table-bg:#005a94!important; 
    --bs-table-color: white !important;
    font-size: 20px !important; ;
    font-family: roboto !important;
    
}




.table tbody tr:hover  {
    
    outline: 2px solid var(--color-bg-grey) !important;
}


.table-icon{
    width: 50px;
    height: 34px;
}
.text-navy{
    color: var(--color-primary-blue-600)!important;
}
/*driver identity*/
.div-grey
{
    background-color:  #f5f5f5 !important;
}
.icon-wrapper{
    width: 45px; 
    height: 45px; 
    display: flex; 
    align-items: center;
     justify-content: center;
     background-color:  #f0f9ff !important;
    
     border-radius: 5px !important;
}

.hotspot-btn {
    width: 30%; 
    height: 3%;
    min-width: 24px; /* Ensures compliance */
    min-height: 24px; /* Ensures compliance */
}
