.elementor-19590 .elementor-element.elementor-element-8977255{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--overflow:hidden;}.elementor-19590 .elementor-element.elementor-element-140a474{--iteration-count:infinite;--dynamic-text-color:var( --e-global-color-accent );}.elementor-19590 .elementor-element.elementor-element-140a474 .elementor-headline{text-align:center;}.elementor-19590 .elementor-element.elementor-element-140a474 .elementor-headline-plain-text{color:var( --e-global-color-text );}.elementor-19590 .elementor-element.elementor-element-140a474 .elementor-headline-dynamic-text{text-transform:uppercase;}.elementor-19590 .elementor-element.elementor-element-c4a030b{width:var( --container-widget-width, 95% );max-width:95%;--container-widget-width:95%;--container-widget-flex-grow:0;}#elementor-popup-modal-19590{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-19590 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-19590 .dialog-close-button{display:flex;}#elementor-popup-modal-19590 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){.elementor-19590 .elementor-element.elementor-element-140a474{--e-transform-scale:1.1;}}/* Start custom CSS for shortcode, class: .elementor-element-c4a030b *//* ✅ A–Z Navigation Bar */
.brand-index-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0px 0 30px;
}
.brand-index-nav a {
  padding: 6px 14px;
  background: none;
  font-size: 20px;
  border: 1px solid #000;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 300;
  color: #000;
  transition: color 0.3s ease;
}
.brand-index-nav a:hover {
  color: #fff;
  background: #000;
}

/* ✅ Section Headings */
.brand-section h2 {
  font-size: 24px;
  margin-bottom: 0px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #000;
}

/* ✅ Brand List Grid */
.brand-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 6px;
  margin-bottom: -5px;
  padding-bottom: 10px;
  list-style: none;
}

/* ✅ Brand Item Styling — No Background */
.brand-list li a {
  display: block;
  padding: 0px 0;
  background: none;
  border-radius: 0;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  transition: color 0.3s ease;
}
.brand-list li a:hover {
  color: #8A1521;
  background: none;
}/* End custom CSS */