.pageid-dld .location::before {
    content: "LBSi Automotive ";  
    font-weight: bold; 
    margin-right: 4px;  
    display: block;
}

/************************
   FORM
************************/
.form-control.form-control {
    height: 50px;
}
.trade-in-form .selectedItem-active {
   color: black;
}

ul {
  list-style-type: disc; 
}


/************************
   NAVBAR LOGO
************************/
@media(min-width: 768px) {
.navbar-fixed-spacer {
    height: 68px;
}
}

/************************
   HOMEPAGE MISC
************************/
.learn-more-container {
  text-align: center;
}

.learn-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  text-decoration: none;
  color: #007bff; 
}

.learn-more:hover {
  text-decoration: none; 
}

.learn-more i {
  transition: transform 0.3s ease;
}

.learn-more:hover i {
  transform: translateX(6px); /* move chevron right */
}

/************************
   HERO HOMEPAGE
************************/
@media(min-width: 768px) {
.page-content-element:has(.hero-ql-bttns) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)!important;
    width: max-content;
}
.carousel-fade .carousel-control {
    font-size: 34px;
}
}

/************************
   NAVBAR LOGO
************************/
@media(min-width: 768px) {
a.navbar-brand > img {
    max-width: 395px !important;
    padding: 0px;
}
}

@media (min-width: 768px) and (max-width: 1199.98px) {
a.navbar-brand > img {
    max-width: 300px !important;
}
}

@media (max-width: 767.98px) {
    .navbar-header a.navbar-brand img {
        padding: 8px 0px;
    }
}