.view-all-inventory {
    text-align: center;
}
.view-all-inventory .btn {
    max-width: max-content;
    margin-inline: auto;
    font-weight: 700;
    font-size: 16px;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.view-all-inventory .btn-default {
    background-color: #ac2326;
    border-color: #ac2326;
    color: #ffffff;
}
.view-all-inventory .btn-default:hover,
.view-all-inventory .btn-default:focus,
.view-all-inventory .btn-default:active {
    color: #fff;
    background-color: #97000f;
    border-color: #97000f;
}

.min-grid-title a {
    display: block;
}

.min-grid-row1 .element-container-1 {
    padding: 0px 15px!important;
}

@media(min-width: 768px) {
.min-grid-title a {
    min-height: 48px;
}
.min-grid-price .inventory-price-container {
    text-align: right;
}
}

.min-grid-price .pricevalue1 {
    font-size: 14px!important;
}
.min-grid-price .inventory-price-column {
    margin: 0px!important;
}

.min-grid-price .inventory-price-container {
    padding: 0px;
    min-height: auto!important;
    background-color: transparent!important;
    text-align: left;
}



.min-grid-price .internetpricelabel {
    display: none;
}

.inventory-photo-column .col-xs-12 {
    padding: 0px!important;
}

.min-grid-row1 {
    padding: 30px 0px 20px;
}

.flex-row {
    padding-bottom: 30px;
}

.flex-row .element-container-0 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flex-row .element-type-inventorylistmoreinfo {
    display: flex;
    justify-content: flex-end;
}

/*===========================
    Buttons UI
============================ */
.dm-phone-btn {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  padding: 16px 28px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background-color 0.2s ease;
}

.dm-phone-btn:hover,
.dm-phone-btn:active,
.dm-phone-btn:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff!important;
  text-decoration: none;
}

.btn-brand, .dm-schedule-btn {
  background-color: #ac2326;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-brand:hover,
.btn-brand:active,
.btn-brand:focus {
    color: #fff;
    background-color: #97000f;
    border-color: #97000f;
}

/*===========================
    Service Section - Homepage
============================ */
/* --- Root Wrapper (No Container / No Max-Width) --- */
.dm-service-wrapper {
  padding: 64px 24px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

/* --- Header Typography --- */
.dm-section-eyebrow {
  font-size: 14px;
  font-weight: 700;
  color: #dc2626;
  letter-spacing: 1px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.dm-section-heading {
    font-size: clamp(28px, 4vw, 38px)!important;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 16px 0;
  line-height: 1.2;
}

.dm-section-desc {
  font-size: 16px;
  color: #94a3b8;
  line-height: 1.6;
  max-width: 760px;
  margin: 0 0 48px 0;
}

/* --- Services Grid --- */
.dm-services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 48px;
}

@media screen and (min-width: 768px) {
  .dm-services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

/* --- Service Card Item --- */
.dm-service-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.dm-service-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #dc2626;
  font-size: 20px;
}

.dm-service-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dm-service-title {
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.dm-service-desc {
  font-size: 14px;
  color: #94a3b8;
  line-height: 1.5;
  margin: 0;
}

/* --- CTA Row --- */
.dm-service-cta-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
}

@media screen and (min-width: 600px) {
  .dm-service-cta-row {
    flex-direction: row;
    align-items: center;
  }
}

/* end service repair content */

.cont-pad .container {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media(min-width: 768px) {
.cont-pad .container {
    padding-top: 80px;
    padding-bottom: 80px;
}
}

/* --- Wrapper Container --- */
.dm-service-card-wrapper {
  position: relative;
  width: 100%;
  max-width: 600px;
  padding: 24px;
  box-sizing: border-box;
}

/* --- Service Image Box --- */
.dm-service-img-box {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #eef2f5;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dm-service-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media(min-width: 768px) {
.dm-service-img-box {
    margin-top: 8%;
}
}

/* --- NAPA AutoCare Floating Badge --- */
.dm-warranty-badge {
  position: absolute;
  bottom: 40px;
  right: 40px;
  background: rgba(11, 22, 40, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 12px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* --- Badge Icon Styling --- */
.dm-badge-icon-wrap {
  position: relative;
  font-size: 28px;
  color: #dc2626;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dm-badge-check {
  position: absolute;
  font-size: 11px;
  color: #ffffff;
}

/* --- Badge Text Stack --- */
.dm-badge-text-stack {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.dm-badge-brand {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.2px;
}

.dm-badge-terms {
  font-size: 12px;
  color: #94a3b8;
  font-weight: 400;
  white-space: nowrap;
}

/* --- Responsive Adjustments --- */
@media screen and (max-width: 540px) {
  .dm-warranty-badge {
    bottom: 34px;
    right: 34px;
    left: 34px;
    justify-content: center;
  }
}

/*===========================
    Action Bar - Homepage
============================ */
.html-action.element-outer-container {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* --- Section Layout --- */
.dm-actions-section {
  background-color: #ffffff;
  width: 100%;
}

.dm-actions-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

/* --- Individual Action Card --- */
.dm-action-card {
  display: flex;
  align-items: center;
  padding: 24px;
  text-decoration: none;
  background-color: #ffffff;
  position: relative;
  transition: background-color 0.2s ease;
}

.dm-action-card:hover,
.dm-action-card:focus,
.dm-action-card:active {
  background-color: #edf2f5;
  text-decoration: none;
}

/* --- Icon Box Variants --- */
.dm-card-icon-box {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 20px;
  font-size: 20px;
  background-color: #f7e6e6;
  color: #a82026;
  transition: background-color 0.2s ease, color 0.2s ease;
}

/* Hover effect: Transforms icon box to solid red style */
.dm-action-card:hover .dm-card-icon-box {
  background-color: #a82026;
  color: #ffffff;
}

/* --- Text Content --- */
.dm-card-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 4px;
}

.dm-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #071328;
  margin: 0;
  text-decoration: none;
}

.dm-card-desc {
  font-size: 14px;
  color: #556270;
  margin: 0;
  line-height: 20px;
  text-decoration: none;
}

/* --- Arrow Indicator --- */
.dm-card-arrow {
  font-size: 18px;
  color: #8b949e;
  margin-left: 16px;
  transition: transform 0.2s ease, color 0.2s ease;
}

.dm-action-card:hover .dm-card-arrow {
  color: #a82026;
  transform: translateX(4px);
}

/* --- Responsive Layout (Min-width: 768px: Horizontal Strip) --- */
@media screen and (min-width: 768px) {
  .dm-actions-container {
    flex-direction: row;
  }

  .dm-action-card {
    flex: 1;
    padding: 24px;
  }
}

/*===========================
    HERO HOME
============================ */
.custom-hero-section .container {
    padding: 40px 15px;
}

.custom-hero-section {
    background-position: center;
}

.custom-hero-section .container {
    background-color: transparent !important;
}
.hr-hero {
    border-color: #FFFFFF26;
    border-width: 1px !important;
    margin-bottom: 40px;
    width: 100%;
}
@media(min-width: 768px) {
.custom-hero-section .container {
    padding: 160px 15px;
}
}

/* Custom Hero Overlay Only */
.custom-hero-section {
    position: relative !important;
    overflow: hidden !important;
    isolation: isolate !important;
}

/* One smooth full-width overlay */
.custom-hero-section::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    pointer-events: none !important;

    background:
        linear-gradient(
            90deg,
            rgba(6, 28, 58, 0.92) 0%,
            rgba(6, 28, 58, 0.88) 34%,
            rgba(6, 28, 58, 0.68) 58%,
            rgba(6, 28, 58, 0.42) 78%,
            rgba(6, 28, 58, 0.24) 100%
        ),
        linear-gradient(
            180deg,
            rgba(6, 28, 58, 0.28) 0%,
            rgba(6, 28, 58, 0.72) 100%
        ) !important;
}

/* Keep content above overlay */
.custom-hero-section > *,
.custom-hero-section .page-content-element,
.custom-hero-section .element-outer-container,
.custom-hero-section .element-container {
    position: relative !important;
    z-index: 2 !important;
}

/* Keep platform containers transparent */
.custom-hero-section .page-content-element,
.custom-hero-section .element-outer-container,
.custom-hero-section .element-container {
    background: transparent !important;
}

/* Remove old split overlays from left/right custom HTML blocks */
.custom-hero-section #element-dc9d6e6601ed4bf09a2b9e54c8174678::before,
.custom-hero-section #element-e940982ca92144e5b6a8979ea12c4bb1::before,
.custom-hero-section #element-dc9d6e6601ed4bf09a2b9e54c8174678 > .element-container::before,
.custom-hero-section #element-e940982ca92144e5b6a8979ea12c4bb1 > .element-container::before {
    content: none !important;
    display: none !important;
}

/* Mobile overlay */
@media (max-width: 767px) {
    .custom-hero-section::before {
        background:
            linear-gradient(
                180deg,
                rgba(6, 28, 58, 0.90) 0%,
                rgba(6, 28, 58, 0.95) 100%
            ) !important;
    }
}

.slim-star {
    font-size: 14px;
    transform: scaleX(0.82);
    display: inline-block;
}

/*===========================
    Hero Left Content
============================ */

.hero-left-content {
    width: 100% !important;
    margin: 0 !important;

    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;

    box-sizing: border-box !important;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #ffffff !important;
}

.hero-left-content *,
.hero-left-content *::before,
.hero-left-content *::after {
    box-sizing: border-box !important;
}

.hero-left-inner {
    width: 100% !important;
    max-width: 620px !important;
    margin: 0 auto !important;
    padding: 0 14px !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}


/*===========================
    Hero Badge
============================ */

.hero-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 0 0 30px !important;
    padding: 6px 12px !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
}

.hero-badge-dot {
    width: 7px !important;
    height: 7px !important;
    min-width: 7px !important;

    display: block !important;

    background: #d72b34 !important;
    border-radius: 50% !important;
    box-shadow: 0 0 0 3px rgba(215, 43, 52, 0.18) !important;
}


/*===========================
    Hero Typography
============================ */

.hero-title {
    width: 100% !important;
    margin: 0 0 30px !important;
    padding: 0 !important;

    color: #ffffff !important;
    font-size: 55px !important;
    line-height: 1.03 !important;
    font-weight: 900 !important;
    letter-spacing: -1.8px !important;
    text-align: left !important;
    text-transform: none !important;
    text-shadow: none !important;
    white-space: nowrap !important;
}

.hero-title span {
    color: #d72b34 !important;
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
    letter-spacing: inherit !important;
}

.hero-description {
    width: 100% !important;
    max-width: 575px !important;
    margin: 0 0 32px !important;
    padding: 0 !important;
    color: #FFFFFFCC !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 20px !important;
    line-height: 1.55 !important;
    font-weight: 400 !important;
    text-align: left !important;
}


/*===========================
    Hero Buttons
============================ */

.hero-buttons {
    width: 100% !important;
    margin: 0 0 32px !important;
    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
}

.hero-btn {
    min-width: 128px !important;
    margin: 0 !important;
    padding: 20px 25px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    border-radius: 6px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 18px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    text-align: center !important;
    text-decoration: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
}

.hero-btn i {
    font-size: 12px !important;
    line-height: 1 !important;
}

.hero-btn-primary {
    background-color: #ac2326!important;
    border: 1px solid  #ac2326 !important;
    color: #ffffff !important;
  transition: background-color 0.2s ease;
}

.hero-btn-primary:hover,
.hero-btn-primary:focus {
    background-color: #97000f!important;
    border-color: #97000f!important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.hero-btn-secondary {
    background: #ffffff !important;
    border: 1px solid #ffffff !important;
    color: #10233d !important;
}

.hero-btn-secondary:hover,
.hero-btn-secondary:focus {
    background: #f1f5f9 !important;
    border-color: #f1f5f9 !important;
    color: #10233d !important;
    text-decoration: none !important;
}


/*===========================
    Hero Stats
============================ */

.hero-stats {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;

    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
}

.hero-stat-item {
    margin: 0 !important;
    padding: 0 !important;
    min-width: 0 !important;

    color: #ffffff !important;
    text-align: left !important;
}

.hero-stat-item strong {
    display: block !important;
    margin: 0 0 5px !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 35px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: -0.3px !important;
    text-transform: uppercase !important;
}

.hero-stat-item span {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0.72) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    letter-spacing: 1.15px !important;
    text-transform: uppercase !important;
}


/*===========================
    Responsive
============================ */

@media (max-width: 1400px) {
    .hero-left-content {
        padding-top: 94px !important;
    }

    .hero-left-inner {
        max-width: 590px !important;
    }

    .hero-title {
        font-size: 46px !important;
    }
}

@media (max-width: 1200px) {
    .hero-left-content {
        padding-top: 82px !important;
    }

    .hero-left-inner {
        max-width: 540px !important;
    }

    .hero-title {
        font-size: 42px !important;
        letter-spacing: -1.4px !important;
    }

    .hero-description {
        font-size: 14px !important;
    }

    .hero-buttons {
        margin-bottom: 44px !important;
    }
}

@media (max-width: 991px) {
    .hero-left-content {
        padding-top: 56px !important;
    }

    .hero-left-inner {
        max-width: 100% !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .hero-title {
        font-size: clamp(36px, 6vw, 50px) !important;
        white-space: normal !important;
    }
}

@media (max-width: 767px) {
    .hero-left-content {
        padding-top: 52px !important;
    }

    .hero-left-inner {
        padding-left: 20px !important;
        padding-right: 20px !important;
        align-items: center !important;
        text-align: center !important;
    }

    .hero-badge {
        white-space: normal !important;
        text-align: center !important;
    }

    .hero-title,
    .hero-description {
        text-align: center !important;
    }

    .hero-buttons {
        justify-content: center !important;
        margin-bottom: 40px !important;
    }

    .hero-stats {
        max-width: 420px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        gap: 16px !important;
    }

    .hero-stat-item {
        text-align: center !important;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 34px !important;
    }

    .hero-buttons {
        width: 100% !important;
        max-width: 320px !important;

        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    .hero-btn {
        width: 100% !important;
    }

    .hero-stats {
        width: 100% !important;
        max-width: 340px !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }
}
/*===========================
    Hero Right Content
============================ */
.hero-right-content {
    width: 100% !important;
    margin: 0;

    display: flex !important;
    align-items: flex-start !important;
    justify-content: center;

    box-sizing: border-box !important;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #ffffff !important;
}

.hero-right-content *,
.hero-right-content *::before,
.hero-right-content *::after {
    box-sizing: border-box !important;
}

@media(min-width: 768px) {
.hero-right-content {
    margin-top: 15%;
}
} 
/*===========================
    Contact Card
============================ */

.hero-contact-card {
    width: 100% !important;
    max-width: 420px !important;
    margin: 0 !important;
    padding: 24px 22px !important;

    background: rgba(255, 255, 255, 0.16) !important;
    border: 1px solid rgba(255, 255, 255, 0.24) !important;
    border-radius: 16px !important;

    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.24) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;

    text-align: left !important;
}


/*===========================
    Contact Label
============================ */

.hero-contact-label {
    display: inline-flex !important;
    align-items: center !important;

    margin: 0 0 16px !important;
    padding: 7px 14px !important;

    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 999px !important;

    color: #fff!important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
}


/*===========================
    Contact Rows
============================ */

.hero-contact-row {
    width: 100% !important;
    margin: 0 0 13px !important;
    padding: 15px 16px !important;

    display: flex !important;
    align-items: center !important;
    gap: 14px !important;

    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 11px !important;

    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    text-decoration: none !important;
    text-align: left !important;

    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

.hero-contact-row:last-child {
    margin-bottom: 0 !important;
}

.hero-contact-row:hover,
.hero-contact-row:focus {
    background: rgba(255, 255, 255, 0.18) !important;
    border-color: rgba(255, 255, 255, 0.28) !important;
    color: #ffffff !important;
    text-decoration: none !important;
}


/*===========================
    Contact Icons
============================ */

.hero-contact-icon {
    width: 28px !important;
    min-width: 28px !important;
    height: 28px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    color: #d72b34 !important;
    font-size: 15px !important;
    line-height: 1 !important;
}

.hero-contact-icon i {
    color: #d72b34 !important;
    font-size: 15px !important;
    line-height: 1 !important;
}


/*===========================
    Contact Text
============================ */

.hero-contact-info {
    flex: 1 1 auto !important;
    min-width: 0 !important;

    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hero-contact-info small {
    display: block !important;
    margin: 0 0 3px !important;
    padding: 0 !important;

    color: rgba(255, 255, 255, 0.62) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
}

.hero-contact-info strong {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;

    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
}

.hero-contact-info em {
    display: block !important;
    margin: 6px 0 0 !important;
    padding: 0 !important;

    color: rgba(255, 255, 255, 0.62) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 11px !important;
    line-height: 1.3 !important;
    font-style: normal !important;
    font-weight: 600 !important;
}


/*===========================
    Contact Arrow
============================ */

.hero-contact-arrow {
    width: 20px !important;
    min-width: 20px !important;

    color: rgba(255, 255, 255, 0.58) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 17px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    text-align: right !important;
}


/*===========================
    Responsive
============================ */

@media (max-width: 1400px) {
    .hero-right-content {
        padding-top: clamp(165px, 20vh, 195px) !important;
        padding-left: clamp(80px, 8vw, 150px) !important;
    }

    .hero-contact-card {
        max-width: 395px !important;
        padding: 22px 21px !important;
    }
}

@media (max-width: 1200px) {
    .hero-right-content {
        padding-top: clamp(135px, 17vh, 165px) !important;
        padding-left: clamp(35px, 5vw, 80px) !important;
    }

    .hero-contact-card {
        max-width: 370px !important;
        padding: 20px !important;
    }
}

@media (max-width: 991px) {
    .hero-right-content {
        padding: 36px 22px 0 !important;
        justify-content: center !important;
    }

    .hero-contact-card {
        max-width: 390px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (max-width: 767px) {
    .hero-right-content {
        padding: 28px 20px 0 !important;
        justify-content: center !important;
    }

    .hero-contact-card {
        max-width: 420px !important;
        padding: 20px 18px !important;
        border-radius: 14px !important;
    }
}

@media (max-width: 480px) {
    .hero-right-content {
        padding: 24px 16px 24px !important;
    }

    .hero-contact-card {
        max-width: 100% !important;
        padding: 18px 16px !important;
    }

    .hero-contact-row {
        gap: 10px !important;
    }

    .hero-contact-icon {
        width: 24px !important;
        min-width: 24px !important;
    }
}

/*===========================
    Footer
============================ */
/* Page Bottom */
div.page-bottom {
    background-color: #091E40!important;
    color: #919da9;
    border-top: 1px solid #919da978;
}

div.page-bottom li,
div.page-bottom span,
div.page-bottom a {
    font-size: 14px;
    color: #919da9!important;
}
.bottom-links {
    margin-top: 8px;
}

.footer-container {
    padding: 0px!important;
    border: none!important;
}

/* --- Root Layout & Theme Styling --- */
.dm-core-footer-wrapper {
  background-color: #091E40;
  color: #cdd9e5;
  padding: 60px 24px;
}

.dm-layout-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* --- Column 1: Brand --- */
.dm-brand-column {
  flex: 1.4;
}

.dm-logo-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.dm-vector-car {
  width: 42px;
  height: auto;
  color: #ffffff;
}

.dm-brand-title {
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2.4px;
  color: #ffffff;
}

.dm-tagline-text {
  font-size: 12px;
  letter-spacing: 1.8px;
  color: #8b949e;
  margin-bottom: 20px;
  font-weight: 600;
}

.dm-bio-description {
  font-size: 14px;
  line-height: 22.4px;
  color: #919da9;
  max-width: 420px;
  margin-bottom: 28px;
}

.dm-social-row {
  display: flex;
  gap: 12px;
}

.dm-social-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  color: #ffffff;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  text-decoration: none;
}

.dm-social-badge:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
}

/* --- Shared Column Header Styles --- */
h3.dm-column-header {
  font-size: clamp(16px, 1.5vw, 18px)!important;
  letter-spacing: 2.4px;
  color: #ffffff;
  margin-bottom: 24px;
  font-weight: 700;
}

/* --- Column 2: Contact --- */
.dm-contact-column {
  flex: 1;
}

.dm-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dm-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
}

.dm-icon-holder {
  color: #8b949e;
  font-size: 15px;
  width: 16px;
  text-align: center;
  margin-top: 3px;
}

.dm-detail-stack {
  display: flex;
  flex-direction: column;
}

.dm-sub-label {
  font-size: 12px;
  color: #8b949e;
}

.dm-link-text {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.dm-link-text:hover {
  opacity: 0.8;
}

.dm-address-line {
  color: #cdd9e5;
  line-height: 19.6px;
}

/* --- Column 3: Hours --- */
.dm-hours-column {
  flex: 1.2;
}

.dm-hours-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 320px;
}

.dm-hour-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.dm-day-label {
  color: #cdd9e5;
}

.dm-time-val {
  color: #ffffff;
  font-weight: 500;
}

/* --- Responsive Media Query (Min-width: 768px) --- */
@media screen and (min-width: 768px) {
  .dm-core-footer-wrapper {
    padding: 80px 48px;
  }

  .dm-layout-container {
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
  }
}

/*===========================
    Navbar
============================ */
.navbar-fixed-spacer {
    height: 59px;
}

.navbar-default {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* For Safari support */
    border-bottom: 1px solid #dcdde2;
}

.navbar-brand > img {
    padding: 8px 0px;
}

.navbar-fixed-shadow {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 768px) {
.navbar-fixed-spacer {
    height: 67px;
}
    .navbar-nav, a.navbar-brand:has(.fa-home) {
        margin-block-start: .85em;
        margin-block-end: .85em;
}
}

@media (min-width: 1400px) {
    .navbar .container {
        width: 1400px!important;
    }
}

/* typography *************/
a.menu-heading {
    font-family: 'Space Grotesk', ui-sans-serif, system-ui, sans-serif;
}

a.menu-heading {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 12px!important;
    border-radius: 6px;
    
}

a.menu-heading:hover {
    background-color: #ededf1!important;
    color: #051223;
}

a.menu-heading.menu-selected {
    background-color: #F8E6E4!important;
}

@media (min-width: 768px) {
    li.menu-heading {
        margin-right: 4px;
    }
}

/*===========================
    Mobile Menu
============================ */
.navbar-toggle {
    margin-top: 12px;
}

@media(max-width: 767.98px) {
.navbar-nav {
    margin: 7.5px 0px;
}
}

/*===========================
    Custom Banner
============================ */
div.banner-container {
    background:  #091E40;
}

/* CSS Styles */
.dm-header-top-bar-unique-9482 {
  background-color: #091E40; /* Dark navy blue matching your logo */
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 0px 15px;
  width: 100%;
  box-sizing: border-box;
}

.dm-top-bar-inner-flex-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.dm-top-bar-left-group,
.dm-top-bar-right-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

.dm-info-item-box {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.dm-icon-wrapper {
  font-size: 14px;
  line-height: 1;
  color: #93c5fd; /* Subtle accent color for the icons */
}

.dm-info-text,
.dm-info-link {
  color: #e2e8f0;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.dm-info-link:hover {
  text-decoration: underline;
  color: #ffffff;
}

/* Responsive Rule: Under 768px, hide the address, hours, and the words "Service"/"Sales", leaving only the phone numbers visible */
@media (max-width: 767.98px) {
  .dm-address-item,
  .dm-hours-item,
  .dm-label-text {
    display: none;
  }
  
  .dm-top-bar-inner-flex-container {
    justify-content: center;
  }
  
  .dm-top-bar-left-group {
    display: none; /* Hide the entire left group on mobile since it contains no numbers */
  }
  
  .dm-top-bar-right-group {
    width: 100%;
    justify-content: space-around;
    gap: 0;
  }
}

/*===========================
    General
============================ */
:root {
    --ff-primary: "Space Grotesk", sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@300..700&display=swap');

.bg-blue,
.bg-blue .container {
    background-color: #091E40;
}

/*===========================
    END NEW CSS
============================ */

/*===========================
    css under this - OLD CSS BEFORE CUSTOM WEBSITE - TB DELETED
============================ */
a.imagequicklinks {
  padding-top: -10px;
  padding-bottom: 0px;
  margin-top: 25px;
  margin-bottom: 0px;
}

div.banner-address, div.banner-phone {
  color: #000;
}

div.slideshow-container {
  border: none !important;
}

div.customhtml {
    position: relative;
    z-index: 10;
}
ul.repair_list li {
font-size: 12px;
font-family: tahoma, geneva, sans-serif;
color:#006400;
}



@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 400;
  src: local('Yanone Kaffeesatz Regular'), local('YanoneKaffeesatz-Regular'), url('https://themes.googleusercontent.com/font?kit=YDAoLskQQ5MOAgvHUQCcLRTHiN2BPBirwIkMLKUspj4') format('woff');
}

@font-face {
    font-family: 'YanoneKaffeesatzRegular';
    src: url('fontkit/yanonekaffeesatz-regular-webfont.eot');
    src: local('fontkit'), url('fontkit/yanonekaffeesatz-regular-webfont.eot?iefix') format('eot'),
         url('fontkit/yanonekaffeesatz-regular-webfont.woff') format('woff'),
         url('fontkit/yanonekaffeesatz-regular-webfont.ttf') format('truetype'),
         url('fontkit/yanonekaffeesatz-regular-webfont.svg#webfont4zIn8zJv') format('svg');
    font-weight: normal;
    font-style: normal;
}

span.banner-title {
    font-size: 40px !important;
    font-family: Yanone Kaffeesatz, YanoneKaffeesatzRegular, sans-serif;
    color: #000;
}

@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-style: normal;
  font-weight: 400;
  src: local('Yanone Kaffeesatz Regular'), local('YanoneKaffeesatz-Regular'), url('https://themes.googleusercontent.com/font?kit=YDAoLskQQ5MOAgvHUQCcLRTHiN2BPBirwIkMLKUspj4') format('woff');
}

/* Menu Dropdown Panels */

div.menu-panel {
	background-color: none;
	z-index: 999!important;
}

table.menu-panel-container {
	background-color: none;
	z-index: 999!important;
}

/*table.menu-panel-container > tfoot > tr > td.bl {
 	position: relative;
	z-index: 999!important;
    background: url("images/bg_menu-panel-bottom-left.png") no-repeat scroll left bottom transparent;
}

table.menu-panel-container > tfoot > tr > td.bm {
 	position: relative;
	z-index: 999!important;
    background: url("images/bg_menu-panel-bottom-middle.png") repeat-x scroll center bottom transparent;
}

table.menu-panel-container > tfoot > tr > td.br {
 	position: relative;
	z-index: 999!important;
    background: url("images/bg_menu-panel-bottom-right.png") no-repeat scroll right bottom transparent;

}*/
a.menu-heading > span {
       position: relative;
	z-index: 999!important;
}

/*.palette-bg2 {
    background-color: #777777!important;
}

a {
    color: #000000;
}

td.inventory-price {
    background-color: #777777!important;
}
.palette-bg1 {
    background-color: #777777!important;
}
td.inventory-report {
    background-color: #777777!important;
}

.palette-box2 {
    background-color: #777777!important;
}
.palette-box1 {
    background-color: #777777!important;
}

.accent-color1 {
    color: #36547f !important;
}

div.palette-background > table {
   background: #777777 !important;
    border: 8px solid #0F0F12;
   margin: 0 1px !important;
   display: block;
}*/

.accent-color1 {
    color: #8cbeec !important;
}
div.content-container{
  position: relative;
}


.accent-color1 {
    color: #102C5E !important;
}

div#row-6c01cf5b458546e693f576891428a476 span.quicklinkbutton-img {
display: none;
}

div#row-6c01cf5b458546e693f576891428a476 .element-heading {
    padding: 0px 15px 0px 15px;
}

div#row-6c01cf5b458546e693f576891428a476 .element-outer-container.element-type-customhtml {
    padding: 8px 15px 0px 15px;
}

.vertical-quicklink {
    display: block;
    max-width: 244px;
    margin-top: 5px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

a.banner-link {
    color: #fff;
    font-size: 22px;
font-weight:600;
}
#row-2b336c9521f3404dbb82aef4657d853b{
padding-top:20px;
}
.addrss a{
    color: #fff;
    font-size: 16px;
}
.addrss a:hover{
text-decoration:none;
}
i.fa.fa-phone, fa fa-map-marker{
color:#4690ff !important;
}
ul#socialMedia li{
display:inline-block;
}
.miniLogo{
width:400px;
height:auto;
}
i.fa.fa-map-marker{
color:#4690ff !important;
font-size:17px;
}
span.accent-color2.specifics-label {
    color: #102c63 !important;
}
.accent-color2.vehicle-heading {
    color: #102c5e !important;
}
h5.accent-color2.feature-category {
    color: #102c5e !important;
}
h5.accent-color2 {
    color: #7b7b7b !important;
}
.element-sub-heading.accent-color2 {
    color: #102c5e !important;
}
.pricevalue1.accent-color2 {
    color: #102c5e !important;
}
.pull-left.accent-color2.inventory-special-heading {
    color: #4690ff !important;
}
@media only screen and (max-width: 650px) {
.miniLogo{
width:375px;
height:auto;
}
}
@media only screen and (max-width: 500px) {
.miniLogo{
width:360px;
height:auto;
}
}
@media only screen and (max-width: 420px) {
.miniLogo{
width:320px;
height:auto;
}
}
@media only screen and (max-width: 340px) {
.miniLogo{
width:270px;
height:auto;
}
}

@media only screen and (max-width: 1200px) {

}

@media only screen and (min-width: 786px) {
  #992none {
    display: none;
  }
}

/***Sales, Inventory and Services Department***/
.pageid-dsd .pagetitle-container h1, .pageid-ssd h1, .pageid-ivi h1 {
   text-align: center;
}

.pageid-dsd .carousel.slide .carousel-inner .item.active, .pageid-ssd .carousel.slide .carousel-inner .item.active, .pageid-ivi .carousel.slide .carousel-inner .item.active {
    overflow: hidden;
    max-height: 150px;
}

.pageid-dsd .carousel.slide .carousel-inner .item.active > span, .pageid-ssd .carousel.slide .carousel-inner .item.active > span {
   background-position: center -15rem !important;
}

.pageid-ivi .carousel.slide .carousel-inner .item.active > span {
    background-position: center -19rem !important;
}

/***Value trade-in***/
.trade-in-form .button {
color: #fff;
}