@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins: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=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Expanded:wght@100;200;300;400;500;600;700;800;900&family=Gabarito:wght@400..900&display=swap');

        body {
            font-family: 'Encode Sans' !important;
            background: #F2F3F5 !important;
            overflow-x: hidden;
            margin: 0;
            padding: 0;
            letter-spacing: 0px;
        }

        * {
            transition: 0.3s ease-in-out;
        }

        * h1,
        * p {
            margin: 0px;
            padding: 0px;
        }
        div{
            -webkit-tap-highlight-color: transparent;
        }
        .encode{
            font-family: 'Encode Sans';   
        }
        .encode-expanded {
            font-family: 'Encode sans Expanded';
            font-weight: 600;
        }
        .primary-button {
         font-family: 'Encode Sans';
        }
        .popup-actions .primary-button.active-btn{
            background-color: #03428E;
        }
        .popup-actions .primary-button:nth-child(2){
            background-color: transparent;
        }
       
        .container {
            margin: 0 auto;
        }
        .header-meta.header-sub-text-section .scaleV{
            text-transform: uppercase;
        }
        .header-meta.subheading {
            display: none;
        }
        .gen-header-text-content h1{
            font-size: 56px !important;
        }
        .gen-header{
            display: flex;
            padding: 0 !important;
            height: 300px;
            justify-content: center;
            align-items: center;
        }
        .header-text {
            font-size: 2.5em;
            font-weight: bold;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        }
        .header-sub-text {
            text-align: center;
            font-size: 1em;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
            display: flex;
            gap: 16px;
            justify-content: center;
            flex-direction: column;
            align-items: center;
        }
        .zipcode-form{
           background: #fff;
        }
.zipcode-form:hover{
border-color:#00B6A5;
}
 .zipcode-form 
        .header-sub-text-section {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 16px;
        }

        .header-stroke {
            height: 2px;
            background-color: white;
            width: 40px;
        }

        .nav-tabs {
            place-self: anchor-center;
            background: #B9BCC3;
            width: 100%;
            justify-content: center;
            padding: 12px 0px;
            display: flex;
            gap: 52px;
            font-weight: 600;
            border-bottom: 1px solid #ddd;
        }
        .nav-tabs div {
            font-family: Encode Sans;
            font-weight: 600;
            font-style: Expanded SemiBold;
            font-size: 15px;
            text-box-trim: NONE;
            line-height: 18px;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .nav-tabs label {
            display: flex;
            gap: 8px;
            align-items: center;
            justify-content: center;
        }


        .nav-tab-svg.active {
            border: none !important;
        }

        .hide-fragment {
            display: none !important;
        }

        .main-content {
            width: 86.25%;
            margin: 0 auto;
            margin-top: 60px;
            margin-bottom: 70px;
        }
        .special-dicount-offers{
            margin-bottom: 70px;
        }
        .button-count {
            display: flex;
            align-items: center;
        }
        .button-count .primary-button{
            background-color: transparent;
            color: #03428E;
        }
        .offers-container:not(:has(> :nth-child(3))) {
            display: flex;
            justify-content: center;
        }

        .offers-container:not(:has(> :nth-child(3))) .offer-card {
            width: 377px;
        }

        #result-count {
            flex: 1;
            text-align: end;
            font-family: Encode Sans;
            font-weight: 400;
            font-style: Expanded SemiBold;
            font-size: 20px;
            text-box-trim: NONE;
            line-height: 28px;
            letter-spacing: 0px;
            text-align: right;
        }

        .mobile-filter-header.active{
            display: none;
        }

        .filter-sidebar {
            width: 380px;
            min-width: 380px;
            max-width: 380px;
            display: flex;
            flex-direction: column;
            gap: 40px;
            top: 0px;
        }
        .filter-sidebar.sticky{
            position: sticky;
            max-height: calc(100vh - 120px);
            overflow-y: auto;
            overflow-x: hidden;
            top: 120px;
        }
        .filter-sidebar.sticky::-webkit-scrollbar {
            display: none;
        }
        .filter-sidebar label[for="heading"] {
            font-family: Encode Sans;
            font-weight: 600;
            font-style: Expanded SemiBold;
            font-size: 20px;
            text-box-trim: NONE;
            line-height: 28px;
            letter-spacing: 0px;
            color: #222939;
        }

        svg {
            cursor: pointer;
        }

        .filter-sidebar label[for="input-holder"] {
            display: flex;
            border: 1px solid #86898F;
            padding: 4px 8px;
            border-width: 1.5px;
            border-radius: 8px;
            margin-top: 2px;
            align-items: center;
            background-color: #fff;
        }
        .filter-sidebar label[for="input-holder"]:hover{
            background: transparent;
        }
        .filter-sidebar label[for="input-holder"]:focus-within{
            border-color: #40c8bb;
        }
        #zipcode-input {
            outline: none;
            border: none;
            background-color: transparent;
            padding: 8px;
            width: 100%;
            color: var(--Anthracite-600, #222939);
            font-family: "Encode Sans";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
        }

        .filter-sidebar p {
            margin-bottom: 2px;
            font-size: 0.8rem;
            font-weight: bold;
        }

        .filter-sidebar label[for="blue-heading"] {
            color: #03428E;
            font-size: 1rem;
            font-weight: 600;
        }

        .vehicle-card-text * {
            margin: 0px;
            padding: 0px;
        }
        .zipcodeWarning{
            font-size: 12px;
            line-height: 16px;
        }
    .primary-button {
            cursor: pointer;
            height: 40px;
            padding: 8px 20px;
            gap: 4px;
            opacity: 1;
            background-color: #03428E;
            border: 2px solid #03428E;
            border-radius: 35px;
            color: #fff;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 600;
            font-style: SemiBold;
            font-size: 14px;
            text-box-trim: NONE;
            line-height: 20px;
            letter-spacing: 0%;
            text-align: center;
        } 

        .button-selector {
            background-color: white;
            border: 2px solid #03428E;
            border-radius: 35px;
            overflow: hidden;
            display: flex;
        }

        .button-selector button {
            border: none;
            padding: 12px 18px;
            width: 100%;
            color: #03428E;
            font-style: SemiBold;
            font-family: Encode Sans Expanded;
            font-weight: 600;
            border-radius: 0px;
            background: transparent;
            font-size:14px;
        }
        .button-selector .primary-button-vehicle:not(.active):hover{
            background-color: #dfedf8;
            cursor: pointer;
        }
        .button-selector .active {
            background-color: #03428E;
            color: white;
        }

        label {
            cursor: pointer;
        }

        .sidebar-main-content {
            position: relative;
            margin-top: 32px;
            gap: 32px;
            min-height: 60vh;
        }

        .filter-sidebar label[for="current-location"] {
            font-size: 0.85rem;
            text-align: center;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            gap: 4px;
            align-items: center;
            color: #222939;
        }

        .filter-sidebar label[for="pricing"] {
            font-family: Encode Sans;
            font-weight: 600;
            font-style: Expanded SemiBold;
            font-size: 16px;
            text-box-trim: NONE;
            display: flex;
            line-height: 20px;
            letter-spacing: 2px;
            text-transform: uppercase;

        }
        .sort-by-filter{
            width: 100%;
        }

        .filterby-holder {
            display: flex;
            flex-direction: column;
            gap: 24px;
        }


        .section-label {
            font-family: Encode Sans;
            font-weight: 600;
            font-style: Expanded SemiBold;
            font-size: 18px;
            text-box-trim: NONE;
            line-height: 20px;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #222939;
        }

        .bordered-container {
            border-bottom: 1px solid #B9BCC3;
            padding-bottom: 12px;
        }

        .bordered-container div {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
        }
 .bordered-container  > div:nth-child(2) {
padding-top : 14px;
}
        .filterby {
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: space-between;
        }

        .filterby p {
            font-weight: 600;
            font-size: 0.875rem;
            color: #1a66b0;
            align-self: center;
            margin: 0px;
        }

        .filterby label {
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            gap: 4px;
        }
.msrp-dropdown{
border-radius: 8px;
border: 1.5px solid var(--Anthracite-300, #86898F);
background: var(--White, #FFF);
}
         .msrp-dropdown:hover{
          border: 1px solid #00b6a5
}

        .filter-label-reset {
            text-align: center;
            font-weight: bold;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 4px;
            font-family: Encode Sans;
            font-weight: 600;
            font-style: SemiExpanded SemiBold;
            font-size: 14px;
            text-box-trim: NONE;
            line-height: 24px;
            letter-spacing: 0%;

        }

        .filterby label svg {
            color: #1a66b0;
        }

        .filter-sidebar label[for="blue-heading"] {
            flex-direction: column;
        }

        select {
            margin-top: 6px;
            padding: 8px 16px;
            border: 1px solid #333;
            border-radius: 6px;
            width: 100%;
            color: var(--Anthracite-600, #222939);
             font-family: "Encode Sans";
             font-size: 14px;
            font-style: normal;
            font-weight: 400;
             line-height: 20px; 
        }

        .offer-types {
            display: flex;
            justify-content: start;
            align-items: start;
            flex-direction: column;
        }

        .offer-types label {

            display: flex;
            justify-content: start;
            align-items: start;
        }

        .vehicles-list {
            flex-direction: column;
            flex-grow: 1;
            gap: 32px;
            display: flex;
        }
        .lottie-player{
            grid-column: span 3;
            justify-self: center; 
            align-self: center;   
        }

        .vehicle-card {
            display: flex;
            border-radius: 18px;
            overflow: hidden;
            width: 100%;
            height: fit-content;
            background-color: #002a68;
            color: white;
            padding: 0px;
            margin: 0px;
        }

        .vehicle-card div {
            width: 50%;
        }

        .vehicle-card-text h2 {
            font-weight: 300;
        }

        .vehicle-card-text p {
            font-size: 0.87rem;
        }

        .vehicle-card-text {
            display: flex;
            flex-direction: column;
            gap: 18px;
            padding: 24px 16px;

        }

        .vehicle-card-image {
            width: 100%;
            background-image: url("https://image.em.stellantis-fs.com/lib/fe3611747364047c701771/m/1/b650b1d7-8b62-4bb3-a7e2-8da76e8367a9.png");
            background-repeat: no-repeat;
            background-position: center;
            padding: 0px;
            margin: 0px;
            background-color: white;
            background-size: contain;
        }

        .vehicle-card-single {
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            gap: 16px;
            background-color: #FFFFFF;
            padding: 26px;
            border-radius: 20px;
            align-items: center;
            padding-block : 26px;
        }
        .vehicle-card-single h3 {
            min-height: 60px;
            margin: 0;
            max-height: 60px;
            flex: 1;
            font-family: Encode Sans Expanded;
            text-transform: capitalize;
            font-weight: 600;
            font-size: 20px;
            line-height: 28px;
            color: #222939;
        }
        .vehicle-card-single h3,
        .vehicle-card-single img,
        .vehicle-card-single > p,
        .vehicle-card-options,
        .popup-actions {
            margin-top :0px !important;
        }
        .popup-actions{
            width: 100%;
        }

.offer-details {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 12px;
}
.offer-details p, 
.offer-details .value{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.vehicle-card-single b{
    font-weight: 600;
}
.offer-details .card-expiry{
    font-size: 12px;
}
.featured-group-offer{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.featured-group-offer .get-postText {
    font-family: Encode Sans;
    font-weight: 600;
    font-style: Expanded SemiBold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    color: #03428E;
    margin: 0;
}
.featured-group-offer .value {
        font-family: Encode Sans;
    font-weight: 600;
    font-style: Expanded SemiBold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    color: #03428E;
}
.offer-content-box {
    position: relative;
    background: #F2F3F5;
    width: 100%;           
    padding: 18px;    
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 12px;
    box-sizing: border-box; 
    text-align: center;
    border-radius: 12px;
}
.offer-content-box .offer{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.left-arrow {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%) scaleX(-1);
    width: 40px;
    height: 40px;
}
.right-arrow {
    position: absolute;
    top: 50%;
    right: -20px;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
}
.offer-separator{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
}
.offer-separator table {
    width: auto !important;
    min-width: 0 !important;
} 
.horizontal-dashed-line{
    flex: 1;
    border-style: dashed;
    border-color: #b9bcc3;
}
.offers-end-line{
    width: 100%;
    border: 0;
    border-top: 1px solid #86898F;
    margin: 0;
}
.show-disclousere {
    -webkit-text-decoration: underline solid;
}
.show-disclosure, .show-disclosure-bold{
    font-size: 14px;
    color: #03428E;
}
.show-disclosure:focus, .show-disclosure-bold:focus{
    outline: none;
}
.show-disclosure-bold {
    font-weight: 600;
}
        .vehicle-card-single .vehicle-info{
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 16px;
            flex-direction: column;
            margin-top: 0;
            width: 100%;
        }
        .vehicle-card-single .vehicle-info .img-container {
            margin: auto;
        }
        .vehicle-card-single .ram-promaster{
            min-height: 72px !important;
            max-height: 72px !important;
        }
        .vehicle-card-single button {
            cursor: pointer;
            width: 100%;
        }

        .vehicle-card-single img {
            /* width: 320px; */
            width: 100%;
            max-width: 299px;
            min-height: 160px;
       }

        #vehicle-cards {    
            gap: 32px;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
        }

        .vehicle-card-options {
            display: flex;
            justify-content: center;
            gap: 4px;
            width: 100%;
            box-sizing: border-box;
        }

        .vehicle-card-options span {
            padding: 6px;
            letter-spacing: 1px;
            font-size: 12px;
            border-radius: 8px;
            line-height: 18px;
            outline: none;
            cursor: pointer;
            border-width: 1px;
            border-style: solid;
            border-radius: small;
            flex: 1;
        }

        .lease,
        .apr,
        .finance,
        .cash,
        .special {
            font-size: 0.875rem;
            font-weight: 600;
            text-align: center;
        }

        .cash.deselected,
        .lease.deselected,
        .finance.deselected,
        .special.deselected {
            background-color: #fff;
            color: #000;
        }

        .lease {
            border-color: #006E6A;
        }
        .lease.selected {
            background-color: #006E6A;
            color: white
        }
        .cash {
            border-color: #03428E;
        }
        .cash.selected{
            background-color: #03428E;
            color: white;
        }

        .finance {
            border-color: #B36005;
        }
        .finance.selected{
            background-color: #B36005;
            color: white;
        }
        
        .special {
            border-color: #E42313;
        }
        
        .special.selected{
            background-color: #E42313;
            color: white;
        }

        .custom-slider {
            -webkit-appearance: none;
            width: 90%;
            height: 6px;
            background: transparent;
            cursor: pointer;
            margin: 20px 0;
        }

        .custom-slider::-webkit-slider-runnable-track {
            height: 6px;
            background-color: rgb(146, 146, 146);
            border-radius: 3px;
        }

        .custom-slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            height: 20px;
            width: 20px;
            background: #002a68;
            border-radius: 50%;
            margin-top: -7px;
        }

        .featured-offers {
            padding: 24px;
            background: white;
            border-radius: 20px;
            display: flex;
            flex-direction: column;
            gap: 28px;
            align-items: center;
            justify-content: center;
        }

        .featured-offers .title {
            font-family: Encode Sans;
            font-weight: 600;
            font-style: Expanded SemiBold;
            font-size: 24px;
            text-box-trim: NONE;
            line-height: 32px;
            letter-spacing: 0%;
            margin: 0px;
            text-align: -webkit-center;
        }
        .featured-offers .subtitle{
            font-weight: 400;
            text-transform: capitalize;
        }

        .offers-container {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 32px;
            justify-content: center;
            width: 100%;
            margin: 0 auto;
            align-items: stretch;
        }

        .offer-card {
            padding: 32px 24px 24px;
            border-radius: 10px;
            text-align: center;
            position: relative;
            display: flex;
            gap: 12px;
            flex-direction: column;
        }

        .offer-1 {
            background: #DFF7F5;
            border: 1px solid #009E8F;
        }

        .offer-2 {
            background: #DFEDF8;
            border: 1px solid #03428E;
        }

        .offer-3 {
            background: #FFF5E5;
            border: 1px solid #FAA61A;
        }

        .offer-4{
            background: rgba(228, 35, 19, 0.2);
            border: 1px solid #E42313;
        }
        
        .featured-group-offer:nth-child(2) {
            font-size: 28px;
        }

        .offer-badge {
            position: absolute;
            top: -12px;
            align-self: center;
            background: #006E6A;
            color: white;
            font-size: 12px;
            font-weight: bold;
            padding: 4px 6px;
            border-radius: 8px;

            font-family: Encode Sans;
            font-weight: 600;
            font-style: Expanded SemiBold;
            font-size: 12px;
            text-box-trim: NONE;
            line-height: 18px;
            letter-spacing: 1px;
            text-transform: uppercase;

        }
        .offer-badge {
            display: none !important;
        }
        .offer-1 .offer-badge {
            background: #006E6A;
        }

        .offer-2 .offer-badge {
            background: #03428E;
        }

        .offer-3 .offer-badge {
            background: #B36005;
        }

        .offer-4 .offer-badge {
            background: #E42313;
        }

        .offer-card h2,
        .offer-card .value {
            font-family: Encode Sans;
            font-weight: 600;
            font-style: Expanded SemiBold;
            font-size: 28px;
            margin: 0px;
            text-box-trim: NONE;
            line-height: 32px;
            letter-spacing: 0px;
            text-align: center;
            color: #03428E;
        }

        .offer-card .postText {

           font-family: Encode Sans;
            font-weight: 400;
            font-style: Expanded Regular;
            font-size: 18px;
            leading-trim: NONE;
            line-height: 24px;
            letter-spacing: 0px;
            text-align: center;


        }

        .offer-card a {
            font-family: Encode Sans;
            font-weight: 400;
            font-style: SemiExpanded Regular;
            font-size: 14px;
            text-box-trim: NONE;
            line-height: 24px;
            letter-spacing: 0%;
            text-align: center;
            text-decoration: underline;
            text-decoration-style: solid;
            color: #03428E;
        }

        .offer-card a:hover {
            text-decoration: underline;
        }
        .offer-card .offer-separator .offer-separator-text  {
            background: #03428E;
            color: #fff;
        }
        .expiry,
        .offer-description {

            font-family: Encode Sans;
            font-weight: 400;
            font-style: SemiExpanded Regular;
            font-size: 14px;
            text-box-trim: NONE;
            line-height: 20px;
            letter-spacing: 0%;
            text-align: center;

        }

        .close-offers {
            text-align: center;
            border-top: 1px solid #B9BCC3;
            padding: 12px;
            width: 100%;
            box-sizing: border-box;
        }

        .close-offers button {
            background: none;
            border: none;
            font-size: 14px;
            color: #0066cc;
            cursor: pointer;
            font-family: Encode Sans;
            font-weight: 400;
            font-style: SemiExpanded Regular;
            font-size: 16px;
            text-box-trim: NONE;
            line-height: 24px;
            letter-spacing: 0%;
            text-align: center;
        }
        .featured-offers {
            background: #fff;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        }

        .featured-offers.collapsed #offersContent,
        .featured-offers.collapsed .title,
        .featured-offers.collapsed .mobile-offer-badges,
        .featured-offers.collapsed h3 {
            display: none;
        }

        .toggle-offers {
            text-align: center;
            border-top: 1px solid #ddd;
            padding-top: 8px;
        }

        #toggleBtn {
            font-family: Encode Sans;
            font-weight: 400;
            font-style: SemiExpanded Regular;
            font-size: 16px;
            text-box-trim: NONE;
            line-height: 24px;
            letter-spacing: 0%;
            text-align: center;
            display: flex;
            align-items: center;
            color: #71737A;
            margin: 0 auto;
            gap: 8px;
        }
        input[type="checkbox"] {
          width: 20px;
          height: 20px;
          cursor: pointer;
          background-color: white;
border: 1.5px solid #86898F;
        }
        input[type="checkbox"]:checked {
    accent-color: #00B6A5;
    border: 1.5px solid #006E6A;
}
        input[type="checkbox"]+label {
            font-family: 'Encode Sans';
            font-weight: 400;
            font-style: normal;
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0;
        }

        /* .loader {
            width: 20%;
            height: 20%;
            display: flex;
            margin: 0 auto;
            align-self: center;
            padding-top: 40px;
            align-items: center;
            justify-content: center;
        } */

        /* .car__body {
            animation: shake 0.2s ease-in-out infinite alternate;
        } */

        /* .car__line {
            transform-origin: center right;
            stroke-dasharray: 22;
            animation: line 0.8s ease-in-out infinite;
            animation-fill-mode: both;
        } */

        /* .car__line--top {
            animation-delay: 0s;
        } */

        /* .car__line--middle {
            animation-delay: 0.2s;
        } */

        /* .car__line--bottom {
            animation-delay: 0.4s;
        } */

        /* @keyframes shake {
            0% {
                transform: translateY(-1%);
            }

            100% {
                transform: translateY(3%);
            }
        }

        @keyframes line {
            0% {
                stroke-dashoffset: 22;
            }

            25% {
                stroke-dashoffset: 22;
            }

            50% {
                stroke-dashoffset: 0;
            }

            51% {
                stroke-dashoffset: 0;
            }

            80% {
                stroke-dashoffset: -22;
            }

            100% {
                stroke-dashoffset: -22;
            }
        } */

        .car {
            width: 100%;
            height: 100%;
        }
        .btn-finance{
             background: var(--Primary-Blue-Main-500, #03428E);
             color: var(--White, #FFF);
        }
        .error-container {
            margin: 20px 0;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 200px;
            width: 100%;
        }

        /* .error-container iframe {
            border: none;
        } */
.range_container {
  display: flex;
  flex-direction: column;
}
.range-container{
    display: flex;
    justify-content: start !important;
    align-items: center;
    gap: 12px;
}
.to-range, .from-range {
    border: 1px solid #86898F;
    width: 78px;
    height: 36px;
    background: #fff;
    border-radius: 8px;
        font-size: 14px;
    display: flex;
    font-family: Encode sans;
    justify-content: center;
    align-items: center;
    line-height: 20px;
}
.to-range.disable {
    color: #86898F;
}

.invalid {
    border-color: rgb(217, 33, 18) !important;
}

.sliders_control {
  position: relative;
  min-height: 50px;
  z-index: 1 !important;
}
.slider-wrap { position: absolute; left: 0; right: 0; top: 24px; z-index: 2 !important;}
/* .form_control {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  color: #635a5a;
} */

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
   z-index: 999 !important;
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #C6C6C6;
  cursor: pointer;  

}
input[type=range]::-webkit-slider-thumb{
height:32px;
width:32px;
background: #03428E;
border-radius: 50% / 50%;
    z-index: 9999999;
}

input[type=range]::-webkit-slider-thumb:active {
  box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
  
}

input[type="number"] {
  color: #8a8383;
  width: 50px;
  height: 30px;
  font-size: 20px;
  border: none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}

.sliders_control input[type="range"] {
  -webkit-appearance: none; 
  appearance: none;
  height: 8px;
  width: 100%;
  position: absolute;
  background-color: #B9BCC3;
  border-radius: 20px;
  pointer-events: none;
  z-index: 1 !important;
}
.msrp-badge {
    position: absolute;
    top: -35px;
    transform: translateX(-50%);
    font-family : Encode Sans, sans-serif;
    color: #222939;
    background: transparent;
    pointer-events: none;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
}
.offer-actions {
    margin-top: auto;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: column;
}
.offer-popup-overlay,
.cash-offer-overlay {
  position: fixed;
  inset: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: rgba(0,0,0,0.45);
  z-index: 9999;

}

.offer-popup {
    max-width: 1000px;
    width: 100%;
    position: relative;
    font-family: inherit;
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-radius: 12px;
    background: var(--White, #FFF);
}

.offer-popup-close {
    border: none;
    cursor: pointer;
    align-self: end;
    position: absolute;
    background: none;
    top: 20px;
}
.offer-popup-close:focus-visible{
    outline: none;
}

.offer-popup-close svg {
    width: 18px;
    height: 18px;
}
.offer-popup h2 {
color: var(--Primary-Blue-Main-500, #03428E);
font-family: "Encode Sans";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 24px; 
letter-spacing: 1px;
text-transform: uppercase;
}

.offer-description-column{
    display: flex;
    justify-content: center;
    gap: 30px;
}
.offer-description-column > div:first-child {
    flex: 1;
}

.cash-disclaimer{
    font-weight: 400;
    font-size: 14px;
    gap: 32px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
}
.offer-description-info {
    position: relative;
    background-color: white;
    padding: 50px 30px 30px;
    border-radius: 12px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    flex-direction: column;
    display: flex;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 80dvh;
}
.offer-description-info svg{
        cursor: pointer;
    align-self: center;
}
.offer-info h3{
font-family: 'Encode Sans Expanded';
font-weight: 400;
font-style: Expanded Regular;
font-size: 20px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 1px;
text-transform: uppercase;
color:#03428E;
margin:0px;
padding:0px;
}
.cash-offer-disclaimer{
    margin-top: 30px;
}

.emi-options .pre-text{
font-family: 'Encode Sans Semi Expanded';
font-weight: 400;
font-style: SemiExpanded Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0%;
color:#03428E;
}
.emi-options{
font-family: 'Encode Sans Expanded';
font-weight: 600;
font-style: Expanded SemiBold;
font-size: 20px;
leading-trim: NONE;
line-height: 28px;
letter-spacing: 0px;
color:#03428E;
margin-bottom: 16px;
}
.offer-info .offer-footer{
font-family: 'Encode Sans Expanded';
font-weight: 400;
font-style: Expanded Regular;
font-size: 12px;
leading-trim: NONE;
line-height: 16px;
letter-spacing: 0px;
color:#000000;
}
.offer-info .emi-options {
    font-family: 'Encode Sans Expanded';
    font-weight: 600;
    font-style: Expanded SemiBold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0px;
    color: #03428E;
}
.program-container{
        padding: 30px 8px;
    background: #F2F3F5;
    font-weight: 400;
    font-style: SemiExpanded Regular;
    font-size: 14px;
    gap: 32px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    display: inline-flex;
    justify-content: space-between;
}
.program-container:nth-child(even){
    background-color: #fff;
}
.program-container.total{
        background: transparent;
    border-top: 1px solid #222939;
    font-weight: 600;
    font-style: SemiExpanded SemiBold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    color: #222939;
}
.program-name{
    display: flex;
    align-items: center;
}
.program-name .info-wrapper {
    height: 16px;
}
.hide-on-mobile {
    display: none;
}

.show-on-mobile {
    display: flex;
}

.hide{
    display: none !important;
}

.msrp {
        font-weight: 400 !important;
        font-style: SemiExpanded Regular;
        font-size: 16px !important;
        leading-trim: NONE !important;
        line-height: 24px !important;
        letter-spacing: 0% !important;
        text-align: center !important;

}
.cash-pre-text{
font-weight: 400;
font-style: SemiExpanded Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0%;
color: #03428E;
}
.cash-offers-btn{
    width: 100%;
}
.vehicle-info{
    width: 42%;
    margin-top: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 16px;
}
.vehicle-info >div:first-child {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.vehicle-info .msrp {
    font-family: Encode Sans;
font-weight: 400;
font-style: SemiExpanded Regular;
font-size: 14px !important;
leading-trim: NONE;
line-height: 20px !important;
letter-spacing: 0%;
text-align: center;
}
.vehicle-name-card {
    font-family: Encode Sans;
    font-weight: 600;
    font-style: Expanded SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #222939;
}
.vehicle-img {
    width: 327px;
    margin: 0 auto;
}
.cash-offer-disclaimer{
    font-family: Encode Sans;
font-weight: 400;
font-style: Expanded Regular;
font-size: 10px;
leading-trim: NONE;
line-height: 16px;
letter-spacing: 0px;
}
#popupSubTitle {
  color: #000;
font-family: "Encode Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; 
}

#popupPrice {
  font-size: 20px;
  color: #03428E;
  margin: 0 0 8px;
}

#popupTerm {
  font-size: 14px;
  color: #222939;
  margin: 0 0 12px;
}

.popup-disclaimer {
    color: #000;
    font-family: "Encode Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    flex-direction: column;
    gap: 12px;
}
.custom-dropdown {
    position: relative;
    width: 100%;
    cursor: pointer;
    font-size: 0.875rem;
}

.dropdown-selected {
    padding: 10px 12px;
    border: 1px solid #ccc;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
   color: var(--Anthracite-600, #222939);
font-family: "Encode Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
border-radius: 8px;
    border: 1.5px solid var(--Anthracite-300, #86898F);
    background: var(--White, #FFF);
}

.dropdown-options {
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 1000;
    border-radius: 8px;
    border: 1px solid var(--Anthracite-200, #B9BCC3);
    background: var(--White, #FFF);
    box-shadow: 0 0 10px 0 rgba(34, 41, 57, 0.15);
    margin-top: 1px;
}

.dropdown-option {
    padding: 10px;
   color: var(--Anthracite-600, #222939);
    font-family: "Encode Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.dropdown-arrow {
    font-size: 12px;
}
.dropdown-selected:focus {
   border: 1px solid #40c8bb;
}

.vehicle-grouped-wrapper { 
  width: 100%; 
  display: block; 
}

.vehicle-grouped-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(332px, 1fr));
  gap: 32px;
  max-width: 100%;
}

.vehicle-grouped-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 26px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  overflow: visible;
  min-width: 0;

}
.lease-description{
    font-size: 14px !important;
}
.vehicle-offer-badge {
  margin-inline: -26px;
  margin-top: -26px;
  padding: 10px 12px;
  border-radius: 20px 20px 0 0 !important;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  flex-shrink: 0;
}

.vehicle-badge-lease { background: #006E6A; }   
.vehicle-badge-finance { background: #B36005; } 
.vehicle-badge-cash { background: #03428E; }    
.vehicle-badge-special { background: #C0392B; } 

.vehicle-offer-text {
  text-align: center;
  line-height: 22px;
  color: #222939;
  font-size: 16px;
  font-weight: 600;
  flex-shrink: 0;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.vehicle-disclosure-link {
  text-align: center;
  color: #03428E;
  cursor: pointer;
  text-decoration: underline;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  flex-shrink: 0;
}

.vehicle-offer-image-wrap { 
  display: flex; 
  justify-content: center; 
  align-items: center;
  flex-shrink: 0;
  min-height: 160px;
}

.vehicle-offer-image { 
  max-height: 160px; 
  width: auto; 
  object-fit: contain; 
}

.vehicle-offer-msrp { 
  text-align: center; 
  margin-top: 4px; 
  font-size: 16px; 
  color: #222939; 
  font-weight: 400;
  flex-shrink: 0;
}

.vehicle-offer-msrp-value { 
  font-weight: 600; 
  font-size: 16px; 
}

.vehicle-model-select { 
  margin-top: auto;
  display: flex; 
  flex-direction: column; 
  gap: 4px;
  flex-shrink: 0;
}

.vehicle-model-select label { 
  font-family: 'Encode Sans';
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px; 
}
.vehicle-model-dropdown-container {
  position: relative;
}
.vehicle-model-dropdown {
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    line-height: 20px;
    letter-spacing: normal; 
    font-style: normal;
    border: 1.5px solid #86898F;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    white-space: nowrap;
    min-width: 0;
    box-sizing: border-box;
}

.vehicle-model-dropdown:focus{
    border: 2px solid #40c8bb;
}
.vehicle-model-dropdown-options{
    position: absolute;
    background-color: #fff;
    left: 0;
    bottom: calc(100% + 6px);
    max-height: 375px;
    overflow-y: auto;
    border: 1px solid #B9BCC3;
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
}
.modeldropdown{
    padding: 8px 9px;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    box-sizing: border-box;
    cursor: pointer;
}

.dropdown-svg{
    position: absolute;
    right: 2px;
    background: #fff;
    width: 22px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vehicle-offer-actions { 
  display: flex; 
  flex-direction: column; 
  gap: 8px;
  flex-shrink: 0;
} 

.vehicle-offer-actions .primary-button { 
  border-radius: 28px; 
  padding: 10px 16px; 
} 

.vehicle-special-line {
  font-family: "Encode Sans";
  font-weight: 600;
  font-style: normal;
  font-stretch: expanded;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  color: #222939;
}

.leasepretext,
.financepretext,
.financetenuretext,
.cashpretext,
.cashposttext,
.specialpretext,
.specialposttext {
  font-family: "Encode Sans";
  font-weight: 400;
  font-style: normal;
  font-stretch: semi-expanded;
  font-size: 14px;
  line-height: 20px;
  color: #222939;
  text-align: center;
}

.vehicle-middle-line {
  font-family: "Encode Sans";
  font-weight: 400;
  font-style: normal;
  font-stretch: expanded;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  color: #222939;
}
.vehicle-middle-line span {
    font-weight: 600;
}
.starmsrp {
  font-family: 'Encode Sans';
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  font-style: normal;
  color: #D92112;
}
.offer-actions {
  margin-top: auto;
}
.offer-popup .popup-actions{
    flex-direction: row;
}
#popupTitle:empty,
#popupSubTitle:empty,
#popupPrice:empty,
#popupTerm:empty,
#popupDisclaimer:empty {
    display: none !important;
}

#popupTitle:not(:empty) {
    margin: 0px;
}

#popupSubTitle:not(:empty) {
    margin-bottom: 0px;
}

#popupPrice:not(:empty) {
    margin-bottom: 0px;
}

#popupTerm:not(:empty) {
    margin-bottom: 0px;
    font-size: 14px;
    color: #666;
}


#popupPrice:empty {
    display: none !important;
}

#popupSubTitle:not(:empty) + #popupPrice:empty + #popupTerm:not(:empty) {
    margin-top: 0px;
}

#popupDisclaimer:not(:empty) {
    margin-top: 0px;
}
.offer-popup-overlay.popup-lease #popupSubTitle {
font-family: 'Encode Sans', sans-serif;
  font-weight: 400; 
  font-size: 16px;
  line-height: 1.5; 
  letter-spacing: 0;
color: #03428E;
} 
.offer-popup-overlay.popup-lease #popupPrice {
font-family: 'Encode Sans', sans-serif;
  font-weight: 600; 
  font-size: 20px;
  line-height: 1.4; 
  letter-spacing: 0; 
  color: #03428E; 
}
 #popupDisclaimer > span {
    font-family: 'Encode Sans', sans-serif;
    font-weight: 400;
    font-stretch: semi-expanded;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #000000;
    display: block;
    margin-bottom: 0px;
}

.offer-popup-overlay.popup-lease .lease-specific-text + br + br + * {
    margin-top: 0px;
}


.price-label {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
}

.info-wrapper {
    position: relative;
    display: inline-block;
}

.info-icon {
    cursor: pointer;
    display: inline-block;
}

.tooltip-box {
    position: absolute;
    bottom: 130%;  
    left: 50%;
    transform: translateX(-50%);
    min-width: 260px !important;
    width: 274px !important;
    background: #002B6B;
    color: #fff;
    padding: 10px 14px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    text-transform: none;   
    letter-spacing: 0px; 
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.25);
    z-index: 20;
}
.tooltip-box::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: #002B6B transparent transparent transparent;
}

.info-wrapper:hover .tooltip-box {
    opacity: 1;
}

.mobile-offer-badges {
  display: none;
  justify-content: center;
  gap: 4px;
  flex-wrap: wrap;
  padding: 0 16px;
}

.mobile-offer-badge-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4px 6px;
  gap: 6px;
  min-width: 73px;
  height: 26px;
  border: none;
  border-radius: 8px;
  background-color: #fff !important;
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #222939;
  order: 1;
  flex: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mobile-offer-badge-btn.active {
  color: white !important;
  font-weight: 6s00;
}

.mobile-offer-badge-btn.offer-1 {
    color: black;
    border: 1px solid #006E6A;
}

.mobile-offer-badge-btn.offer-1.active {
    background: #006E6A !important; 
  color: white !important;
}

.mobile-offer-badge-btn.offer-2 {
    border:1px solid #03428E !important; 
  color: black;
}

.mobile-offer-badge-btn.offer-2.active {
    background: #03428E !important;
  color: white !important;
}

.mobile-offer-badge-btn.offer-3 {
  border: 1px solid #B36005;
  color: black;
}

.mobile-offer-badge-btn.offer-3.active {
  background: #B36005 !important; 
  color: white !important;
}

.mobile-offer-badge-btn.offer-4 {
    border: 1px solid #E42313;
    color: black;
}

.mobile-offer-badge-btn.offer-4.active {
  background: #E42313 !important;
  color: white !important;
}

@media (min-width: 2160px) {
    .vehicle-grouped-grid{
        grid-template-columns: repeat(4, 1fr);
    }
    #vehicle-cards {
        grid-template-columns: repeat(4, 1fr);
    }
    .lottie-player{
            grid-column: span 4;
        }
}
.special-container{
    width: 100% !important;
}

@media (min-width: 1000px) {
        .offers-grid{
        box-sizing: border-box;
        margin: 0 auto;
    }

.mobile-count-display {
        display: none !important;
    }
.show{
    display: flex !important;
}
.mobile-filter-overlay,
.show-on-mobile-only {
    display: none !important;
}
  #offersContent .offer-card {
    opacity: 1 !important;
    transform: none !important;
  }
  
  .offer-badge {
    display: block !important;
  }
}

#mobile-filter-header {
    display: none;
    margin-top: 24px;
    width: 100%;
}

.chips-holder {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
    min-height: 40px;
}

.chip {
    display: flex;
    align-items: center;
    padding: 6px 16px;
    border-radius: 35px;
    font-family: 'Encode Sans';
    font-size: 12px;
    border: 1px solid #03428E;
    color: #03428E;
    background: white;
    gap: 6px;
    cursor: pointer;
}
.mobile-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
}

.mobile-filter-header h2 {
    margin: 0;
    font-size: 20px;
    color: #222939;
}

.mobile-filter-close {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
}

.mobile-filter-content {
    padding: 16px;
    background: #F2F3F5;
}

.mobile-filter-content .filter-sidebar {
    display: block !important;
    width: 100%;
}

.mobile-filter-content .bordered-container {
    background: white;
    padding: 16px;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.mobile-filter-content .section-label {
    display: block;
    margin-bottom: 12px;
    color: #222939;
    font-weight: 600;
}

.mobile-filter-content .offer-types,
.mobile-filter-content #model-container,
.mobile-filter-content #drive-container,
.mobile-filter-content #cab-container,
.mobile-filter-content #msrp-container {
    display: block !important;
}

.mobile-filter-content .bordered-container > div > svg {
    display: none !important;
}

.mobile-buttons {
    display: none;
    flex-direction: column;
    gap: 12px;
    margin-top: 32px;
}

.mobile-buttons-holder {
    display: flex;
    width: 100%;
    gap: 16px;
}

.mobile-buttons-holder button,
.mobile-buttons-holder label {
    flex: 1;
    background-color: transparent !important;
}
.mobile-buttons-holder label {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: end;
    color: black;
    font-family: Encode Sans Expanded;
    font-weight: 600;
    font-style: SemiBold;
    line-height: 20px;
    font-size: 14px;
    cursor: pointer;
}

.mobile-buttons button {
    padding: 6px 24px 8px 24px;
    background: transparent;
    border: 2px solid #03428E;
    color: #03428E;
    display: flex;
    height: 48px;
    gap: 8px;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    font-family: Encode Sans Expanded;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
}
.mobile-buttons .view-offers-btn {
    width: 100%;
    background-color: #03428E;
    color: #fff;
}
.mobile-buttons-holder button svg {
    width: 10px !important;
    height: 10px !important;
}
.mobile-buttons-holder .reset-btn {
    color: #5289CC;
    border-color: #5289CC;
}
.custom-checkbox-container {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 28px; 
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    user-select: none;
    line-height: 20px;
    color: #222939;
}
.custom-range{
    outline: none;
    border: none;
}
.custom-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #FFFFFF;
    border: 1.5px solid #86898F; 
    border-radius: 4px;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.custom-checkbox-container input:checked ~ .checkmark {
    background: #00B6A5; 
    border: 1.5px solid #006E6A; 
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5.5px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2.5px 2.5px 0;
    transform: rotate(45deg);
}

.custom-checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.custom-checkbox-container:hover .checkmark {
    border-color: #006E6A;
}

.show-on-mobile-only { display: none; }
.popup-actions{
    gap: 16px !important;
}

@media (hover: hover) and (pointer: fine) {
    .finance.deselected:hover{
            background-color: rgba(239, 125, 0, 0.2);
    }
    .special.deselected:hover {
        background-color: rgba(228, 35, 19, 0.2);
    }
    .lease.deselected:hover {
        background-color: rgba(0, 110, 106, 0.2);
    }
    .cash.deselected:hover {
        background-color: rgba(3, 66, 142, 0.2);
    }
    
    .vehicle-model-dropdown:hover,
    .vehicle-model-dropdown:hover span{
        background-color: #F2F3F5;
    }   
    .modeldropdown:hover{
        background-color: #F2F3F5;
    }

    .mobile-offer-badge-btn.offer-1:not(.active):hover {
        background-color:rgba(0, 110, 106, 0.2) !important;
    }
    .mobile-offer-badge-btn.offer-2:not(.active):hover {
        background-color: rgba(3, 66, 142, 0.2) !important;
    }
    .mobile-offer-badge-btn.offer-3:not(.active):hover {
        background-color: rgba(239, 125, 0, 0.2) !important;
    }
    .mobile-offer-badge-btn.offer-4:not(.active):hover {
        background-color: rgba(228, 35, 19, 0.2) !important;
    }

    .popup-actions .primary-button:hover{
        background-color: #DFEDF8;
        color: #03428E;
    }

    .left-arrow:hover,
    .right-arrow:hover{
        background-color: #DFEDF8 !important;
        border: 2px solid #03428E;
        color: #03428E !important;
        box-sizing: border-box;
    }
    .left-arrow.disable:hover,
    .right-arrow.disable:hover{
        background: #81A0C7 !important;
        color: #fff !important;
        border: none;
        box-sizing: border-box;
        cursor: not-allowed;
        transition: 0s;
    }
}
.left-arrow:active,
    .right-arrow:active{
        background-color: #DFEDF8 !important;
        border: 2px solid #03428E;
        color: #03428E !important;
        box-sizing: border-box;
    }
    .left-arrow.disable:active,
    .right-arrow.disable:active{
        background: #81A0C7 !important;
        color: #fff !important;
        border: none;
        box-sizing: border-box;
        cursor: not-allowed;
        transition: 0s;
    }
.finance.deselected:active{
            background-color: rgba(239, 125, 0, 0.2);
    }
    .special.deselected:active {
        background-color: rgba(228, 35, 19, 0.2);
    }
    .lease.deselected:active {
        background-color: rgba(0, 110, 106, 0.2);
    }
    .cash.deselected:active {
        background-color: rgba(3, 66, 142, 0.2);
    }
    
    .vehicle-model-dropdown:active,
    .vehicle-model-dropdown:active span{
        background-color: #F2F3F5;
    }   
    .modeldropdown:active{
        background-color: #F2F3F5;
    }

    .mobile-offer-badge-btn.offer-1:not(.active):active {
        background-color:rgba(0, 110, 106, 0.2) !important;
    }
    .mobile-offer-badge-btn.offer-2:not(.active):active {
        background-color: rgba(3, 66, 142, 0.2) !important;
    }
    .mobile-offer-badge-btn.offer-3:not(.active):active {
        background-color: rgba(239, 125, 0, 0.2) !important;
    }
    .mobile-offer-badge-btn.offer-4:not(.active):active {
        background-color: rgba(228, 35, 19, 0.2) !important;
    }

    .popup-actions .primary-button:active{
        background-color: #DFEDF8;
        color: #03428E;
    }


@media (max-width: 360px){
    .vehicle-card-single{
        min-width: auto;
    }
    #vehicle-cards{
        grid-template-columns: repeat(auto-fill, minmax(276px, 1fr));
    }
}

@media (768px <= width < 1540px){
    .filter-sidebar {
        width: 260px;
        min-width: 260px;
        max-width: 260px;
    }
    .section-label{
        font-size: 16px;
    }
    .main-content {
        width: 95%;
    }
    .featured-offers {
        margin-bottom: 32px;
    }
    .offer-description-info{
        margin: 16px;
    }
        .vehicles-list {
            gap: 0px;
        }
    .mobile-count-display b {
        font-weight: 600 !important;
    }
    
    #offerPopup .offer-popup {
        max-height: 75vh;
        overflow-x: hidden;
        display: flex;
        flex-direction: column;
width: 80%;
    }
    
    #popupDisclaimer {
        flex: 1;
    }
    .offer-card{
        margin:0 auto;
        width:100%;
    }

.button-count{
    gap:12px;
}
.button-count .primary-button{
    padding: 8px 20px;
    background-color: transparent;
    color: #03428E;
}

#result-count{
align-self:center;
}
            .offers-container {
                grid-template-columns: 1fr;
                gap: 24px;
            }

            /* .error-container iframe {
                width: 100%;
                height: 180px;
            } */

  #offersContent .offer-card {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    box-sizing: border-box;
  }
  
  .featured-offers.collapsed #offersContent .offer-card {
    display: none !important;
  }
  
  #offersContent .offer-card.mobile-active {
    display: flex !important;
    opacity: 1;
    transform: translateY(0);
    animation: fadeIn 0.3s ease forwards;
  }
  
  .offer-badge {
    display: none !important;
  }
  
  .offers-container {
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
  }
  
  .offer-card {
    margin: 0 auto !important;
    width: 100% !important;
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }


  .figma-header-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header-action-item {
        display: flex;
        align-items: center;
        gap: 6px;
        cursor: pointer;
    }
    .figma-label {
        font-family: 'Encode Sans';
        font-size: 16px;
        color: #222939;
        font-weight: 500;
    }
    .underline { text-decoration: underline; }
    
}
@media(max-width: 520px){
    .program-name{
        max-width: 245px;
    }
}
@media (max-width: 425px) {
    .program-name {
        max-width: 185px;
    }
}

@media (max-width: 370px){
    .tooltip-box{
        max-width: 200px !important;
        min-width: auto !important;
    }
    .program-name {
        max-width: 150px;
    }
}

@media (max-width: 1540px){
    .mobile-offer-badges {
    display: flex;
    width: 100%;
  }
 .featured-offers {
        padding: 12px;
        background: white;
        border-radius: 12px;
        gap: 12px;
    }
    
      #vehicle-cards{
    grid-template-columns: repeat(2, 1fr);
  }
  .vehicle-card-single .vehicle-info .img-container{
    width: 100%;
  }

  
  .featured-offers.collapsed .mobile-offer-badges {
    display: none !important;
  }

}
.mobile-filter-trigger-container{
    display: none;
}
.offer .postText{
        font-family: Encode Sans;
        font-weight: 400;
        font-style: SemiExpanded Regular;
        font-size: 14px !important;
        leading-trim: NONE;
        line-height: 20px;
        letter-spacing: 0%;
        text-align: center;
    }
    .offers-grid{
        box-sizing: border-box;
        margin: auto 24px;
    }
    .zip-input-wrapper svg{
        display: none;
    }
.zip-input-wrapper input{
    padding: 8px 12px;
    border: 1px solid gray;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.splash-screen {
    position: fixed; 
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 150;
    backdrop-filter: blur(2px);
    display: flex; 
    align-items: center; 
    justify-content: center;
}

.zip-input-card{
    border-radius: 10px;
    margin: 40px;
    background-color: white;
    padding: 30px 50px;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.zip-field-row{
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.zip-input-card p {
    font-size: 0.7rem;
    margin: 4px 0 12px 0;
    font-weight: 500;
    font-family: 'Encode Sans Expanded';
}
.update-results-btn {
    border: 2px solid #03428E;
    padding: 8px 24px;
    border-radius: 35px;
    background: #03428E;
    color: #FFF;
    cursor: pointer;
    text-align: center;
    font-family: "Encode Sans Expanded";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.zip-input-card .geocode button{
        border-radius: 35px;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        cursor: pointer;
    }  
     .zip-error-msg { color: #D92112; font-size: 12px;
        text-align: left; 
        max-width: 44ch;
        line-height: 16px;
        font-size: 12px;
        font-style: normal;
        font-family: Encode Sans Expanded;
    }
    .error-msg{
        margin-left: 4px;
    }
    .or-divider{
        font-family: Encode Sans;
        font-weight: 600;
        margin: 4px 0;
        font-style: Expanded SemiBold;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 2px;
        text-align: center;
        text-transform: uppercase;
    }
    .zip-input-card h3 { 
        font-family: 'Encode Sans Expanded';
        color: #03428E;
        font-size: 20px; 
        margin: 0; 
        font-weight: 400; 
        padding: 8px 0 0;
    }
    .close-modal-x{
        display: none;
    }
    .splash-screen.active{
        display: flex;
    }
@media (max-width: 1000px) {
    .zip-input-card h3{
        line-height: 28px; 
    }
    .zip-input-card {
        background: white;
        width: 85%;
        max-width: 350px;
        padding: 40px 24px; border-radius: 12px;
        text-align: center; 
        position: relative;
        gap: 12px;
    }
    .close-modal-x {
        display: inline-block;
        position: absolute; right: 15px; top: 10px;
        background: none; border: none; font-size: 24px; color: #727783;
    }
    .zip-input-card p { color: #222939; font-size: 14px; line-height: 20px; }

    .zip-field-row { display: flex; flex-direction: column; gap: 12px; width: 100%; }
    .zip-input-wrapper {
        display: flex;
        align-items: center;
        gap: 8px;
        height: 48px;
        box-sizing: border-box;
        border: 1.5px solid #86898F;
        border-radius: 8px;
        width: 100%;
        padding: 12px;
    }
    
    .zip-input-wrapper input { border: none; outline: none; width: 100%; font-size: 16px; }
    .use-current-location-splash {  width: 100% ;}
    .update-results-btn {
        border: none;
        padding: 12px;
        height: 48px;
        width: 100%;
        box-sizing: border-box;
    }
   
    .zip-input-card .geocode{
        width: 100%;
    }
    .zip-input-card .geocode button{
        width: 100%;
        height: 48px;
    }   
    .button-selector button {
        height: 48px;
    }
    .popup-disclaimer{
        gap: 0;
    }
    .mobile-count-display{
        text-align: center;
        order: 3;
    }
    .featured-offers h4 span {
        font-weight: 400;
    }
    .mobile-filter-trigger-container{
        display: block;
    }
    #vehicle-cards{
        gap: 24px;
    }
    .offer-popup{
        margin: 16px;
        max-height: 80dvh;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .offer-description-info{
        margin: 16px;
        width: auto;
        overflow-x: hidden;
    }
#mobileFilterContent {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-bottom: 20px;
}
 #mobileFilterContent input[type="checkbox"] {
        display: none !important;
    }

    #mobileFilterContent .custom-checkbox-container {
        width: 100%;
        max-width: 100%;
        padding: 8px 0 8px 32px !important;
        margin: 0 !important;
        box-sizing: border-box;
    }
    #mobileFilterContent .checkmark {
        width: 20px !important;
        height: 20px !important;
    }
    
    #mobileFilterContent .offer-types,
    #mobileFilterContent #model-container,
    #mobileFilterContent #drive-container,
    #mobileFilterContent #cab-container {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        padding: 12px 0 !important;
    }
    
    #mobileFilterContent label.custom-checkbox-container {
        display: flex !important;
        align-items: center !important;
        margin: 0 !important;
        padding: 0 0 0 32px !important;
    }
    
    #mobileFilterContent .checkmark {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
    }
    
    #mobileFilterContent .bordered-container > div:first-child > svg {
        display: none !important;
    }
    
    .mobile-action-footer {
        margin-top: auto !important;
        padding-bottom: 40px !important;
        position: sticky !important;
        bottom: 0 !important;
        background: #FFFFFF !important;
        border-top: 1px solid #E0E0E0 !important;
        margin-bottom: 0 !important;
    }
        .offers-container .offer-card {
        padding: 16px;
        gap: 12px;
        width: 100%; 
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

.mobile-filter-scrollable {
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 1rem 1rem;
}

.mobile-sort-required {
    color: #D92112;
    font-size: 20px;
}

.filter-by-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* .filter-by-label {
    font-family: Encode Sans;
    font-weight: 600;
    font-style: Expanded SemiBold;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #4B4F59;
    margin: 0;
} */
    /* .footer-sub-btns {
        display: flex;
    justify-content: space-between;
        flex-direction: row;
        align-items: center;
        padding: 0;
        gap: 40px;
        width: 100%;
        height: 48px;
    } */
    
    /* .reset-link-btn {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0;
        gap: 8px;
        background: none;
        border: none;
        font-family: 'Encode Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #222939;
        cursor: pointer;
    } */
    
    /* .reset-link-btn svg {
        width: 12px;
        height: 12px;
        fill: #5289CC;
    } */
    .featured-group-offer .get-postText{
        font-size: 20px;
        line-height: 24px;
    }

.mobile-filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.mobile-filter-overlay.active {
    display: block;
}

    #mobile-filter-header {
        display: block;
        width: 100%;
    }
    
    .mobile-filter-header.active{
        display: block;
        width: 100%;
    }
    .filter-sidebar, .location {
        display: none;
    }
    .filter-sidebar {
        opacity: 0;
        padding: 0;
        display: flex;
        padding: 48px 24px;
        transform: translateY(-150%);
    }
    .filter-sidebar.active{
        opacity: 1;
        transform: translateY(0); 
        transition: 0.3s ease-in-out;
        overflow-x: hidden;
        padding: 48px 24px;
        height: 100%;
        overflow-y: scroll;
        gap: 16px;
    }
    .section-label{
        font-size: 16px;
    }
    .filter-sidebar {
        max-width: 100% !important;
        box-sizing: border-box;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        /* height: 100%; */
        align-items: center;
        justify-content: flex-start;
        background:white;
        z-index: 99999;
    }
    .sort-by-filter{
        margin-top: 16px;
        gap: 16px !important;
    }
    .filterby-holder{
        width: 100%;
        margin-top: 16px;
    }
    .filterby .filter-label-reset {
        display: none;
    }
    .tooltip-box{
        min-width: auto;
        max-width: 50dvw;
    }
    .mobile-buttons{
        display: flex;
        width: 100%;
    }
    .view-offers-btn {
        display: flex !important;
    }
    .location {
        display: none !important;
    }

    .filter-sidebar{
        transform: none width;
        width:100%;
    }
    .vehicle-grouped-grid {
        gap: 24px;
    }
    .vehicle-offer-badge{
        margin-inline: -16px;
        margin-top: -16px;
    }
    
    .vehicle-grouped-card {
        min-height: 520px;
    }
    .vehicle-grouped-card{
        padding: 16px;
    }
    .sidebar-main-content{
        flex-direction:column;
        gap: 24px;
        box-sizing: border-box;
        margin: auto 24px;
    }        
    .show-on-mobile-only { display: block; }
    .button-count { flex-direction: row !important; justify-content: space-between; align-items: center; }
    #result-count { display: none !important; } 

    .mobile-location-row { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 12px; }
    .update-loc-link { text-decoration: underline; color: #03428E; font-weight: 600; cursor: pointer; font-size: 14px; display: flex; align-items: center; gap: 4px; }
    
    .mobile-filter-trigger-btn {
        width: 100%; background: #03428E; color: white; border: none; border-radius: 35px;
        padding: 12px; font-weight: 600; display: flex; align-items: center; justify-content: center; gap: 8px;
    }
 .mobile-filter-header .vehicle-filters-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    align-items: flex-start;
    gap: 16px;
} 
.mobile-filter-header .vehicle-filters-label {
    font-family: Encode Sans;
    font-weight: 400;
    font-style: Expanded Regular;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    color: #03428E;
    width: 100%;
}
.mobile-filter-header .close-sidebar {
    align-self: flex-end;
    margin-bottom: 8px;
}
    .mobile-filter-header h3 {
        margin: 0;
        font-family: 'Encode Sans';
        font-size: 16px;
        font-weight: 600;
        color: #222939;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: color 0.3s ease;
    }
    
    .mobile-toggle-icons {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
    }
    
    .mobile--icon,
    .mobile-subtract-icon {
        width: 12px;
        height: 12px;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .mobile-subtract-icon {
        width: 12px;
        height: 3px;
    }
    .mobile-filter-options {
        padding: 16px;
        background: #F9F9F9;
        border-top: 1px solid #E0E0E0;
    }  
    
    .chips-holder {
        margin-top: 10px;
        flex-wrap: wrap;
        display: flex;
        gap: 8px;
    }
    
    .chip {
        display: inline-flex;
        align-items: center;
        padding: 6px 12px;
        background: white;
        border: 1px solid #03428E;
        border-radius: 20px;
        font-family: 'Encode Sans';
        font-size: 12px;
        color: #03428E;
        cursor: pointer;
        white-space: nowrap;
    }
    
    .chip svg {
        margin-left: 6px;
        width: 12px;
        height: 12px;
    }
    #mobileFilterContent .bordered-container {
        border-bottom: 1px solid #B9BCC3;
        padding: 15px 10px;
    }
    #mobileFilterContent .bordered-container div:first-child {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    #mobileFilterContent .filterby, 
    #mobileFilterContent label[for="heading"],
    #mobileFilterContent .geocode,
    #mobileFilterContent #zipcode-form {
        display: none !important;
    }

    #mobileFilterContent .offer-types { display: block !important; }
#mobileFilterContent #msrp-container {
        position: relative;
        width: 90%;
        margin: 40px auto 20px auto; 
        min-height: 60px;
    }
    #mobileFilterContent .msrp-badge {
        top: -35px;
        font-size: 12px;
        font-weight: 700;
        color: #03428E;
    }
    #mobileFilterContent .section-label {
        font-family: 'Encode Sans';
        font-weight: 600;
        font-size: 16px;
        color: #222939;
        pointer-events: none; 
    }

    #mobileFilterContent .sliders_control {
        position: relative;
        width: 100%;
        min-height: 40px;
    }
.figma-header-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        margin: auto 24px;
        /* padding: 10px 0;
        border-bottom: 1px solid #B9BCC3;
        margin-bottom: 15px; */
    }
    .header-action-item {
        display: flex;
        align-items: center;
        gap: 6px;
        cursor: pointer;
    }
    .figma-label {
        font-family: 'Encode Sans';
        font-size: 16px;
        color: #222939;
        font-weight: 500;
    }
    .underline { text-decoration: underline; }

    .sidebar-main-content {
        display: flex !important;
        flex-direction: column !important;
        margin-top: 0;
    }
    
    .featured-offers {
        order: 1 !important;
        margin-bottom: 20px;
    }
    
    .mobile-filter-trigger-container {
        order: 2 !important;
        width: 100%;
    }
    
    #chipsContainer {
        order: 3 !important;
        margin-bottom: 20px;
    }
    
 #count-container {
        order: 3 !important;
        margin-bottom: 20px;
    }   
    #vehicle-cards,
    #offersGroupedContainer {
        order: 4 !important;
    }
    
    .mobile-filter-trigger-btn {
        width: 100%;
        background: #03428E;
        color: white;
        border: none;
        transition: 0s;
        border-radius: 35px;
        height: 48px;
        padding: 6px 20px 8px 20px;
        font-weight: 600;
        font-size: 14px;
        font-family: Encode Sans Expanded;
        line-height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        order: 2;
    }
    .featured-offers h4{
        margin: 0;
         font-family: Encode Sans Expanded;
        font-weight: 600;
        font-size: 16px !important;
        line-height: 24px !important;
        letter-spacing: 0%;
    }
    .featured-offers .offer-card{
        margin: 0;
    }
    .mobile-offer-badges{
        margin: 0;
    }
    .vehicles-list {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    
    #mobile-filter-header {
        order: 0;
    }
    
    .sidebar-main-content {
        display: flex;
        flex-direction: column;
    }
    .main-content {
        width: 100%;
    }

    .button-count {
        display: none !important;
    }
    .error-container{
        order: 5;
    }
    .popup-actions button{
        height: 40px;
        padding: 6px 20px 8px 20px;
    }
    .incentives-offers{
        font-size: 14px;
    }
    .gen-header-text-content h1{
        font-size: 36px !important;
     }
      .gen-header{
        height: auto;
        padding: 40px 24px !important;
     } 
}
.lottie-player {
    position: absolute;
    top: 60px;
    left: 50%;
}
.gen-header-text-content p{
    max-width: 100% !important;
}
@media(max-width: 1280px){
    .filter-sidebar.sticky{
        max-height: calc(100vh - 90px);
        top: 90px;
    }
}

@media (max-width:768px) {
     .tooltip-box{
         font-size: 12px;
     }
    #vehicle-cards {
        grid-template-columns: repeat(auto-fill, minmax(305px, 1fr));
    }

   .main-content, 
    .special-dicount-offers{
        margin-bottom: 0;
        width: 100%;
        /* margin: auto 24px; */
    }
    .offers-grid{
        padding: 0 !important;
    }
    .error-tab{
        padding: 0;
    }
    .sidebar-main-content{
        min-height: auto;
        margin-top: 0;
    }
     .header-stroke {
        display: none;
     }
    .vehicle-grouped-grid{
            grid-template-columns: repeat(auto-fill, minmax(253px, 1fr));
        }
    .filter-sidebar{
        min-width: auto;
    }
    .lottie-player{
           position: fixed;
              inset: 0;
              height: 100vh;
              display: flex;
              width: 100%;
              justify-content: center;
              align-items: center;
              background: rgba(255, 255, 255, 0.5);
              z-index: 100;
    }
    .offer-card .postText{
        font-size: 16px;
    }
    .offer-card h2,
        .offer-card .value{
            font-size: 20px;
            line-height: 24px;
        }
    .popup-actions{
        gap: 12px;
    }
    
     .offer-popup .popup-disclaimer{
        order: 10;
        margin-top: 12px;
    }
    .vehicle-info{
        display: flex;
        width: 100%;
    }
    .vehicle-info >div:first-child{
        display: none;
    }
    .vehicle-img{
        display: none;
    }
    .cash-offers-btn{
        width: 100%;
    }
    .offer-popup h2{
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 1px;
    }
    #cash-dialog .popup-actions button,
    .offer-popup .popup-actions button{
        height: 48px !important;
        border-size: 2px;
        border-radius: 35px;
        padding: 6px 24px 8px 24px !important;
    }
    
    .featured-offers .title-postText {
        font-family: Encode Sans Expanded;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
    }
    .align-to-top {
        position: fixed;
        top: 12px;
        width: calc(100% - 2 * 24px);
        z-index: 6;
    }
    .scroll-to-top {
        display: none;
        justify-content: center;
        align-items: center;
    }
    .offer-popup{
        padding: 48px 16px 16px;
        gap: 12px;
    }
    .offer-popup .popup-actions{
        flex-direction: column;
    }
    #popupSubtitle {
        font-family: Encode Sans;
        font-weight: 400;
        font-style: SemiExpanded Regular;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 24px;
        letter-spacing: 0%;
    }
    .left-arrow,
    .right-arrow{
        width: 32px;
        height: 32px;
        cursor: pointer;
    }
    .featured-offers{
        padding: 12px;
    }
    .vehicles-list{
        gap: 24px;
    }
    .featured-offers{
        margin-bottom: 0;
    }
 .offers-container {
        flex-direction: column !important;
        grid-template-columns: 1fr !important; 
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .offer-badge {
        left: 50% !important;   
        transform: translateX(-50%) !important;
        white-space: nowrap !important; 
    }

    .vehicle-card-single img, 
    .vehicle-offer-image {
        max-width: 100% !important;
        height: auto !important;
    }
    .vehicle-card-single{
        padding: 16px;
    }
    .offer-popup-close{
        top: 10px;
        right: 10px;
        height: 40px;
        width: 40px;
        padding: 0;
    }
    .offer-description-info{
        width: auto;
        padding: 48px 16px 16px;
    }
    .offer-description-info .offer-popup-close{
        margin-bottom: 20px;
    }
    
    .offer-description-column{
        flex-direction: column;
        gap: 24px;
    }
    .offer-description-column .emi-options{
        font-size: 16px;
        line-height: 24px;
    }
    .program-container {
        padding: 12px 8px;
    }
    .program-name {
        gap: 4px;
    }
}

#cash-dialog[open] { 
    display: flex;
    flex-direction: column;
}
#cash-dialog::backdrop {
    background: rgba(0, 0, 0, 0.45);
    inset: 0px;
}
dialog{
    border: none;
    padding: 0;
    border-radius: 12px;
}

.bordered-container svg {
    width: 21px;
    height: 20px;
}

.add {
    width: 21px;
    height: 20px;
}

.subtract {
    color: rgb(3, 66, 142);
}

.carousel-btns {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.left-arrow.disable svg, 
.right-arrow.disable svg{
    cursor: not-allowed !important;
}
.left-arrow.disable,
.right-arrow.disable{
    color: #fff;
    background: #81A0C7;
    transition: 0s;
    }
    .right-arrow,
    .left-arrow{
    color: #fff;
    transition: 0s;
    background: #03428E;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    }
.scroll-to-top{
    position: fixed;
    bottom: 40px;
    right: 20px;
    height: 48px;
    width: 48px;
    z-index: 8;
    display: none;
    background-color: rgb(3, 66, 142);
    color: white;
    outline: none;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    padding: 14px;
justify-content: center;
align-items: center;
    border-radius: 50%;
}

.modelname {
    text-transform: capitalize;
}
.modelname-capital {
    text-transform: uppercase;
}

.down-arrow{
    transform: rotate(90deg);
}

@media (max-width: 360px){
    .vehicle-card-single{
        min-width: auto;
    }
    #vehicle-cards{
        grid-template-columns: repeat(auto-fill, minmax(276px, 1fr));
    }
}
