.hero-row {
    background-position: center;
    position: relative;
    min-height: 80dvh;
}

.hero-row .container-fluid {
    background-color: transparent!important;
}

.hero-row:before {
background: linear-gradient(
        135deg, 
        rgba(15, 30, 28, 0.45) 0%, 
        rgba(10, 20, 18, 0.20) 100%
    );
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media(min-width: 768px) {
.hero-row {
    min-height: 850px;
}
}

@media (min-width: 1400px) {
    .hero-row .container-fluid {
        width: 1400px;
    }
}



/* HERO Content
************************************/
.cs-hero-logo {
    margin-bottom: 15px;
}

.cs-hero-content {
    max-width: 650px;
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cs-hero-meta {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 16px;
    text-transform: uppercase;
}

.cs-hero-title {
    font-family: serif!important;
    font-size: clamp(38px, 32px + 2.5vw, 64px)!important;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.1;
    margin: 0 0 20px 0;
}

.cs-hero-highlight {
    color: #5ab59b; /* Subtle mint green matching the theme */
    font-style: italic;
    font-weight: 400;
}

.cs-hero-desc {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 32px 0;
    max-width: 480px;
}

.cs-hero-btn {
    display: inline-flex;
    align-items: center;
    background-color: #5ab59b;
    color: #0b1329;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.2s ease;
}

.cs-hero-btn:hover {
    background-color: #489a82;
    text-decoration: none;
}
@media (min-width: 768px) {
    .cs-hero-content {
        position: absolute;
        z-index: 2;
        margin-top: 15%;
    }
}

/* Container
************************************/
.container {
    padding-right: 20px;
    padding-left: 20px;
}
@media(min-width: 768px) {
.container {
    padding-right: 30px;
    padding-left: 30px;
}
}

/* Navbar
************************************/
.navbar-fixed-spacer {
    height: 103px;
}

@media(min-width: 768px) {
.navbar-fixed-spacer {
    height: 103px;
}
}

/* VDP
************************************/
.element-type-price .element-heading.element-heading-price {
    display: none;
}

.pageid-ivd .element-container.element-type-price {
    max-width: max-content;
    margin-inline: -5px;
}

.pageid-ivd h4,
.pageid-ivd h5 {
      font-size: 24px !important;
      font-weight: 600!important;
}

.pageid-ivd .internetlabel {
    font-size: 24px!important;
}
.pageid-ivd .internetvalue {
    font-size: 32px!important;
}

.element-heading.element-heading-vehiclespecifics {
   display: none;
}

.specifics-container .row {
    display: flex;
    flex-direction: column;
}
.specifics-container .specifics-label {
    max-width: max-content;
min-width: fit-content;
}
.specifics-container .oneColumn {
    display: flex;
   align-items: center;
    gap: 8px;
    padding: 0px;
}

div#Features h4 {
    font-size: 20px !important;
}
div#Features h5 {
    font-size: 18px !important;
}

@media(min-width: 768px) {
.specifics-container .row {
    flex-direction: row;
}
}

/* INVENTORY LIST
************************************/
.inventory-photo-column {
    background-color: transparent;
}

body {
    font-family: 'Montserrat';
    font-size: var(--fs-body);
    line-height: 1.5;
}

.cus-qlbtn .quicklinkbutton {
    border-color: var(--clr-primary-500) !important;
    background-color: #1F7A63 !important;
    color: var(--clr-neutral-100) !important;
}

.quicklinkbutton:hover.buttoncolor-white_darkblue, .quicklinkbutton:focus.buttoncolor-white_darkblue {
    background-color: #2EC486 !important;
    border-color: #249;
}

.bg-color-active {
    background-color: #1F7A63;
}

.selectedItem-active:hover {
    color: #2EC486;
}

.button {
    background-color: #1F7A63 !important;
    border-color: rgb(12, 81, 50);
    color: #ffffff;
}

.trade-in-form .button {
    background-color: #1F7A63 !important;
    border: 2px solid;
    padding: 10px;
    border-radius: 10px;
    /* font-family: Arial; */
    font-size: 15px;
    min-width: 49%;
    height: 50px;
    cursor: pointer;
}

.quicklinkbutton.buttoncolor-white_darkgreen {
    background-color: #1F7A63 !important;
}

.quicklinkbutton:hover.buttoncolor-white_darkgreen, .quicklinkbutton:focus.buttoncolor-white_darkgreen {
    background-color: #2EC486 !important;
    border-color: #090;
}