/***********************
  HOMEPAGE MAPS
************************/
.flxloc-container {
      display: flex;
      gap: 1rem;
      align-items: stretch;
      justify-content: flex-start;
      flex-wrap: wrap;
      padding: 30px 20px;
}

.flxloc-item {
      background: #ffffff;
      border: 1px solid #e5e7eb;
      padding: 16px;
      min-width: 260px;
      flex: 1 1 320px;
      box-shadow: 0 6px 18px rgba(16,24,40,0.04);
      display: flex;
      flex-direction: column;
      gap: 10px;
}

.flxloc-title {
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 700;
      font-size: 1rem;
      color: #111827;
}

.flxloc-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(59, 130, 246, 0.1); /* light blue background */
  color: #3b82f6; /* blue icon */
  font-size: 14px;
}

.flxloc-address {
      font-size: 0.95rem;
      color: #6b7280;
      line-height: 1.4;
      white-space: pre-line;
}

@media (max-width: 768px) {
      .flxloc-container {
        flex-direction: column;
      }
      .flxloc-item {
        flex: none;     
        width: 100%;   
        min-width: auto;   
      }
}

@media (max-width:768px) {
      .flxloc-container { flex-direction: column; }
}
/* end map */

element.style {
}
.vehicle-panel-headline, .vehicle-panel-label {
    white-space: nowrap;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    flex-basis: auto;
    font-weight: 700;
    padding-right: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    text-transform: uppercase;
    background: #373737;
}

.hero-section {
    position: relative;
    min-height: 500px;
    background-position: center;
   
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: -15px;
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav, a.navbar-brand:has(.fa-home) {
        margin-block-start: 0.1em;
        margin-block-end: 1.3em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 40px;
        padding-right: 15px;
    }
}

.navbar-default {
    background-color: #111111;
    border-color: #000000;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > .active > a {
    color: #ffffff;
    background-color: transparent;
font-weight:700;
}

h2, h3, h4 {
    font-size: var(--fs-secondary-heading) !important;
    line-height: 1.2;
    color: white;
}

.banner-container {
    background: #000000;
}

.inventory-panel {
    -ms-border-radius: 5px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #ff0000;
    padding: 4px 8px 8px 8px;
    margin-bottom: 20px;
}

.media-icon-facebook {
    width: 46px !important;
    height: 36px !important;
    color: #fff !important;
    background-color: #3b5998 !important;
    font-size: 34px !important;
}

.media-icon-youtube {
    width: 46px !important;
 height: 36px !important;
    color: #fff !important;
    background-color: #cd201f !important;
font-size: 34px !important;
}

.media-icon-instagram {
width: 46px !important;
 height: 36px !important;
    color: #fff !important;
    background-color: #3f7298 !important;
font-size: 34px !important;
}