@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

:root {
    --headline-blue: #e89aaa;
    --link-active: #be123b;
    --link-active-border: #e16884;
    --white: #ffffff;
}

* {
    font-family: "Ubuntu", sans-serif;
    font-optical-sizing: auto;
}

.hover-white:hover {
    color: white;
}

body.modal-open {
    overflow: hidden;
}

.header .healine {
    padding: 10px 0;
    background-color: var(--headline-blue);
}

.header .healine a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.header .healine p {
    margin-right: 10px;
    margin-bottom: 0;
    color: #000;
    /* body/18px Bold */
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.header .navbar-brand:hover {
    opacity: 0.8;
}

.header {
    background: #fff;
    box-shadow: 1px 1px 5px #00000061;
}

.navbar-brand img {
    max-width: 240px;
}

.main-content {
    padding: 55px 0 0;
}

.search-section {
    margin-bottom: 5px;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.search-form-section {
    max-width: 350px;
    width: 100%;
}

.header .search-input {
    height: initial !important;
    border: none;
    border-radius: 200px;
    padding: 5px 10px;
    background: #e8e8e8;
}

.header .search-input:focus {
    box-shadow: none;
    border-color: black;
}

.main-navigation .navbar-nav {
    justify-content: space-evenly;
}

button#mainNavigationCollapse {
    display: none;
}

.main-navigation .nav-item {
    margin: 0 10px;
    width: max-content;
}

.main-navigation .nav-link {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.main-navigation .nav-link:hover {
    color: #e01d47 !important;
}

.main-navigation .nav-link.active {
    color: #e01d47 !important;
    border-bottom: 3px solid #e6788d;
    /* padding: 0; */
}

/* .right-nav-section {
    width: 80%;
} */
.dropdown:hover>.dropdown-menu {
    display: block;
    top: 85%;
    padding: 0;
}

.main-navigation .dropdown-menu {
    border-radius: 0;
}

.dealer-address p {
    margin: 0;
    text-align: right;
}

.dealer-address p:first-child {
    font-weight: 500;
}

.dealer-address p:last-child {
    font-weight: 700;
}

.dropdown-item {
    background: #e01d47;
    color: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    font-weight: 700;
}

.dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item:hover {
    background: #b02538;
    color: white;
}

.main-navigation .dropdown-toggle::after {
    vertical-align: 0;
    margin: 0;
    font-family: "FontAwesome";
    content: "\f078" !important;
    color: #000;
    border: none;
    font-size: 12px;
    position: relative;
    top: -1px;
    left: 4px;
}

.dropdown-toggle:hover::after {
    color: #e01d47;
}

.dphone {
    font-size: 21px;
}

.dphone a {
    text-decoration: none;
    color: #e01d47;
}

p.dphone span {
    color: #000;
}

.mobile-dphone {
    display: none;
    color: #000;
}

/* FOOTER CSS */
.footer {
    padding: 50px 10px 15px 10px;
    background: #000;
    color: #ababab;
}

.footer .container {
    width: 1320px;
}

.footer .footer-row {
    display: flex;
    gap: 35px;
}

.footer .inner-row {
    display: flex;
    width: 70%;
    align-items: center;
}

.footer .row.align-items-start {
    width: 30%;
}

.footer .inner-row-two {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
    gap: 30px;
}

.footer-logo img {
    width: 100%;
    max-width: 250px;
    height: auto;
    object-fit: cover;
}

.logo-parent {
    width: 267px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visit-parent {
    width: 514px;
}

.visit-parent p {
    width: 514px;
    color: var(--white);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.visit-parent h4 {
    color: var(--white);
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.hours h4,
.quick-links h4 {
    color: var(--white);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.footer-nav {
    padding-top: 0;
}

.footer-nav .nav-link {
    color: var(--white);
}

.quick-links h4 {
    margin-bottom: 0;
}

.hours p,
ul.contact-info {
    color: var(--white);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hours {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 26px;
    width: 63%;
}

.quick-links {
    width: 36%;
}

.footer p,
.footer ul {
    margin: 0;
}

ul.social-nav {
    display: flex;
    list-style: none;
    gap: 10px;
    margin-top: 20px;
    padding: 0;
}

ul.social-nav li a {
    color: #ababab;
    font-size: 24px;
}

ul.social-nav li a:hover {
    opacity: 0.8;
}

.footer-nav-section p {
    margin: 5px 0;
}

ul.contact-info,
ul.quick-links-ul {
    list-style: none;
    padding: 0;
}

ul.contact-info li,
ul.quick-links-ul li {
    margin: 10px 0 0 0;
}

ul.contact-info li i,
ul.quick-links-ul li a {
    color: #fff;
}

ul.contact-info li i {
    margin-right: 10px;
}

ul.quick-links-ul li a {
    text-decoration: none;
}

ul.quick-links-ul li a:hover {
    opacity: 0.8;
}

.footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #4e4e4e;
    padding-top: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-content p {
    color: var(--white);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-content a {
    color: #fff;
    text-decoration: none;
}

.footer-content a:hover {
    opacity: 0.8;
}

.footer-links {
    display: flex;
    gap: 40px;
}

ul.contact-info li {
    display: flex;
    align-items: start;
}

.contact-info a {
    color: var(--white);
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.footer-links a {
    color: var(--white);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

/* My Garage */
.my-garage {
    position: absolute;
    background: #fff;
    padding: 10px;
    max-width: 350px;
    width: 100%;
    box-shadow: 0px 6px 15px -2px rgba(16, 24, 40, 0.08),
        0px 6px 15px -2px rgba(16, 24, 40, 0.08);
    gap: 16px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    margin-top: 15px;
    max-height: 450px;
    overflow-y: auto;
    right: 0;
}

.my-garage,
.mobile-my-garage {
    display: none;
}

.my-garage .garage-btn {
    padding: 8px;
    max-width: 250px;
    margin: 15px auto 0 auto;
    color: #fff !important;
    border-radius: 0;
    cursor: pointer;
}

.my-garage h3 {
    color: #080808;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.garage-content>h5 {
    color: #080808;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.my-garage .vehicle {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 10px;
}

.my-garage .vehicle-image,
.my-garage .vehicle-details {
    padding: 5px;
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.my-garage .vehicle-details {
    max-width: 60%;
    width: 100%;
}

.my-garage .vehicle-image {
    max-width: 40%;
    margin-left: auto;
}

.my-garage .vd-stock {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    border-radius: 8px;
    border: 1px solid var(--Neutral-50, #F6F6F6);
}

.my-garage .vehicle-actions {
    margin-top: 8px;
}

.my-garage .vehicle-actions .remove-vehicle {
    background: #e7e7e7;
    border: none;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 12px;
    color: #080808;
    cursor: pointer;
    transition: all 0.2s ease;
}

.my-garage .vehicle-actions .remove-vehicle:hover {
    background: #be123b;
    color: white;
}

.vd-name h5 {
    color: #080808;
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0;
}

.vd-price {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
}

.my-garage .vehicle .vehicle-image img {
    max-width: 100%;
}

.vprice-title {
    color: #4f4f4f;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.vprice-value {
    color: #9f1238;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.vd-price {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
}

.gproducts {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 350px;
    overflow-y: auto;
}

.gproduct {
    display: flex;
}

.gproduct-img {
    width: 90px;
}

.gproduct-img img {
    width: 100%;
}

.gproduct {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px;
    border: 1px solid #f6f6f6;
    border-radius: 10px;
}

.gproduct-details {
    display: flex;
    gap: 5px;
    align-items: center;
}

.gproduct-info {
    display: flex;
    flex-direction: column;
    max-width: 120px;
    overflow: hidden;
}

span.gproduct-part-number {
    color: #6d6d6d;
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

span.gproduct-name {
    overflow: hidden;
    color: #080808;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    max-width: 100%;
}

.gproduct-price-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100px;
    gap: 5px;
}

.gproduct-price-info input {
    padding: 5px 15px;
}

span.gproduct-price {
    color: #9f1238;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.gproduct-price-info a {
    color: #000;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    text-decoration: underline !important;
    cursor: pointer;
}

/* Modal CSS */
.modal {
    z-index: 999999999;
    height: 100%;
    width: 100%;
    background: #000000a6;
}

.modal-body {
    background: #fff;
    max-width: 80vw;
    padding: 3%;
    margin: auto;
    align-self: center;
    position: relative;
    margin-top: 3%;
    max-height: 825px;
    overflow: scroll;
}

.staff-popup .modal-body {
    background: #fff;
    max-width: 80vw;
    padding: 3%;
    margin: auto;
    align-self: center;
    position: relative;
    margin-top: 3%;
    max-height: 825px;
    overflow-y: scroll;
    width: 100%;
}

.staff-popup .modal-content {
    max-height: 90vh;
}

.modal-body h2 {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: 56px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.modal-close-btn {
    position: absolute;
    top: 65px;
    right: 50px;
    cursor: pointer;
}

.pre-approve-iframe {
    width: 100%;
    min-height: 600px;
    max-height: 625px;
    overflow-y: auto;
}

.pre-approve-iframe iframe {
    width: 100%;
    height: 100vh;
}

.promotions-modal {
    display: flex !important
}

.promotions-modal .modal-back-btn-container {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 35px;
}

.modal-body .modal-back-btn-container h2 {
    margin-bottom: 0px;
}

.modal-back-btn {
    cursor: pointer;
}

.promotions-modal .modal-body {
    margin-top: auto;
}

.promotions-modal .quote-step {
    display: none;
}

.promotions {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    align-items: center;
}

.promotion {
    max-width: 30%;
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}

.promotion.active {
    border: 1px solid #a51336;
}

.promo-header {
    display: flex;
    border-bottom: 1px solid #e7e7e7;
}

.promo-icon {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #a51336;
    border-top-left-radius: 10px;
}

.promo-cat {
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    margin-left: 15px;
}

.promo-cat h5 {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}

.promo-body {
    padding: 20px;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}

.promo-date {
    color: #080808;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.promo-title {
    color: #a51336;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
}

.promo-details {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

.pd-small-text {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.promo-disclaimer {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
}

.promo-disclaimer-as-low-as {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.promo-footer {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: #e7e7e7;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.promo-footer h5 {
    color: #4f4f4f;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.modal .form-control,
.modal .form-select {
    border-radius: 0 !important;
    box-shadow: none !important;
    border-color: #ccc !important;
    padding: 10px;
}

.modal .submit-btn {
    background: #000;
    color: #fff;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    border-radius: 0;
    padding: 10px 50px;
    display: block;
    max-width: 250px;
    margin: auto;
}

/* Footer Responsive CSS Start */
@media screen and (max-width: 1024px) {
    .footer .footer-row {
        flex-wrap: wrap;
        gap: 40px;
    }

    .footer .inner-row {
        width: 100%;
    }

    .footer .inner-row-two {
        width: 100%;
        gap: 50px;
    }

    .hours {
        flex-direction: row;
        gap: 50px;
    }

    .quick-links-ul {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .quick-links-ul li {
        display: inline;
    }

    ul.quick-links-ul li {
        margin: 0 35px 0 0;
    }

    .logo-parent {
        width: 35%;
    }

    .visit-parent {
        width: 65%;
    }

    .footer-content {
        flex-direction: column;
        gap: 10px;
    }
}

@media screen and (max-width: 768px) {
    .footer-logo img {
        max-width: 100%;
    }

    .logo-parent {
        width: fit-content;
    }

    .footer .inner-row {
        flex-direction: column;
        gap: 50px;
    }

    .visit-parent {
        text-align: center;
        width: auto;
    }

    .visit-parent p {
        width: auto;
    }

    .footer .container {
        width: auto;
    }

    .footer .inner-row {
        width: 100%;
        align-items: center;
    }

    .footer .inner-row-two {
        flex-direction: column;
    }

    .hours {
        width: 100%;
        gap: 24px;
    }

    .quick-links {
        width: 100%;
    }

    ul.quick-links-ul li {
        margin: 0 2px;
    }

    .quick-links-ul {
        justify-content: center;
    }

    .quick-links h4 {
        text-align: center;
        margin-bottom: 10px;
    }

    .footer-content {
        text-align: center;
    }

    .footer-links {
        gap: 20px;
    }

    ul.social-nav {
        justify-content: center;
    }

    .footer-nav {
        justify-content: center;
        align-items: center;
    }
}

/* Footer Responsive CSS End */

/* SWEET ALERT EXTRA CSS */
.swal2-html-container .form-group {
    text-align: left;
    margin-bottom: 15px;
}

.swal2-html-container label {
    margin-bottom: 5px;
}

.swal2-modal {
    max-width: 850px !important;
    width: 100% !important;
}

.swal2-modal input,
.swal2-modal select,
.swal2-modal textarea {
    box-shadow: none !important;
}

h2#swal2-title {
    margin: auto;
}

.swal2-confirm {
    background: #e01d47;
    border: 1px solid #e01d47;
    color: #fff;
    box-shadow: none !important;
    outline: none !important;
}

.swal2-confirm:hover {
    background: #000;
    border: 1px solid #000;
    color: #ffcb08;
}

.swal2-actions button {
    border-radius: 0;
}

.form-errors {
    display: none;
    background: #ff00004f;
    border: 1px solid red;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #000;
    padding: 10px;
}

/* Pagination CSS */
.page-item.disabled .page-link {
    color: #ababab;
}

.page-item .page-link {
    box-shadow: none !important;
    color: #e01d47;
}

.page-item.active .page-link {
    color: #fff;
    background: #e01d47;
    border: 1px solid #e01d47;
}

@media (max-width: 1199px) and (min-width: 991px) {
    /* .right-nav-section {
        width: 100%;
    } */
}

/* Mobile CSS */
@media only screen and (max-width: 991px) {
    .dealer-logo {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    button#mainNavigationCollapse {
        display: initial;
        max-height: 35px;
        max-width: 35px;
        padding: 2px;
        border: none !important;
        box-shadow: none;
        color: #000;
    }

    .offcanvas-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 250px;
        overflow-y: auto;
        background-color: #fff;
        transition: transform 0.3s ease-in-out;
        transform: translateX(-100%);
        z-index: 1035;
    }

    .offcanvas-collapse.open {
        transform: translateX(0);
    }

    .offcanvas-collapse.open .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .right-nav-section {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .main-navigation .nav-item {
        max-width: 90%;
    }

    .dropdown-item {
        white-space: normal;
    }
}

@media only screen and (max-width: 768px) {
    .container {
        max-width: 650px;
    }

    .dealer-address p {
        text-align: center !important;
    }

    /* .contact-footer {
        max-width: unset;
        margin-left: unset;
    }

    .footer .footer-nav {
        justify-content: center;
    }

    .footer [class^="col-"] {
        text-align: center;
        margin-bottom: 35px;
    }

    .footer .footer-content {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-logo img {
        max-width: 135px;
    } */

    .navbar-brand img {
        max-width: 142px;
    }

    /* .footer h4 {
        font-size: 16px;
        line-height: 18.7px;
        color: #d9d9d9;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 16px !important;
    } */
}

@media only screen and (max-width: 585px) {
    .address-section {
        margin-top: 15px;
    }

    .search-section {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .dphone {
        display: none;
    }

    .mobile-dphone {
        margin-top: 5px;
        text-decoration: none;
        font-size: 18px;
        display: inline-block;
    }

    .dealer-address {
        text-align: center;
    }

    .slick-arrow {
        display: none !important;
    }
}

/* new header start */
/* body {
    background-color: #000;
} */
.main-header {
    max-width: 1420px;
    margin: auto;
    display: flex;
    flex-direction: column;
    /* padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    transition: all 0.2s ease;
    /* Add transition for smooth effect */
    z-index: 999999999 !important;
}

.main-header.page-header {
    max-width: 100%;
    padding: 0;
    background: white;
    z-index: 99999999;
    width: 100%;
    top: 0;
    position: sticky;
}

.main-header.sticky {
    max-width: 100%;
    padding: 0;
    background: white;
    /* position: fixed;
    z-index: 9999; */
    width: 100%;
    /* transition: all 0.1ms; */
    top: 0;
}

.main-header.sticky .main-nav {
    max-width: 1400px;
    margin: auto;
    width: 100%;
}

.top-bar {
    background: #be123b;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    max-width: 675px;
    margin-left: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: all 0.3s ease;
    /* Add transition to the top bar */
}

.main-header.sticky .top-bar,
.main-header.page-header .top-bar {
    max-width: 100%;
    width: 100%;
    justify-content: end;
    border-radius: 0;
}

.contact-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0 30px;
}

.contact,
.garage-btn {
    color: var(--white);
    font-family: sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.social-icons-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0 30px;
}

.social-icons-box i {
    margin: 0 10px;
    cursor: pointer;
}

.social-icons-box img {
    max-width: 31px;
}

.divider {
    height: 21px;
    background-color: white;
    width: 2px;
}

.sign-in {
    color: white;
    text-decoration: none;
}

a.contact.sign-in:hover {
    color: white;
}

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 10px 25px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    flex-wrap: wrap;
}

.main-header.page-header .main-nav {
    max-width: 1400px;
    border-radius: 0;
    padding: 10px 0;
    margin: auto;
    gap: 0 20px;
    justify-content: space-between;
    width: 100%;
}

.main-nav a {
    text-decoration: none;
}

.logo img {
    width: 136px;
    object-fit: contain;
    margin: 2px 0;
}

/* Underline only when hovering over the top-level <a> or its submenu */
nav ul>li:hover>a {
    text-decoration: underline;
}

/* Remove underline when hovering over empty space inside <li> */
nav ul>li:hover:not(:has(ul:hover))>a {
    text-decoration: none;
}

/* Ensure sub-menu items do not have an underline */
nav ul li ul li a:hover {
    text-decoration: none;
}

.nav-link-container {
    display: flex;
    gap: 32px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 15px;
}

.nav-links li {
    list-style: none;
    text-decoration: none;
}

.nav-links a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-links img {
    margin-left: 8px;
}

/* Ensure sub-menu is hidden by default */
.sub-nav {
    display: none;
    min-width: 300px;
    position: absolute;
    background-color: white;
    z-index: 99999;
}

.inventory-icon {
    width: 28.58px;
    height: 24.75px;
    position: relative;
    background: #be123b;
}

.sub-nav-drop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub-nav-inner {
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
    padding: 10px;
    border-radius: 0px 8px 8px 8px;
    border: 2px solid #be123b;
    background: #fff;
    margin-top: 25px;
}

.nav-links li {
    min-height: 50px;
    z-index: 99999999;
    position: fixed;
}

/* Add the PNG divider after each submenu item */
nav ul li ul li::after {
    content: "";
    display: block;
    width: 100%;
    /* Ensures it spans the full width */
    height: 10px;
    /* Adjust height based on the PNG size */
    background: url("/imgs/Line 1.png") no-repeat center;
    background-size: contain;
    /* Ensures the image scales properly */
    margin: 5px 0;
    /* Adjust spacing */
}

.sub-nav-right li::after {
    content: "";
    display: block;
    width: 100%;
    /* Ensures it spans the full width */
    height: 10px;
    /* Adjust height based on the PNG size */
    background: url("/imgs/Dropdown _ Divide.png") no-repeat center;
    background-size: contain;
    /* Ensures the image scales properly */
    margin: 5px 0;
    /* Adjust spacing */
}

/* Remove divider after the last submenu item */
nav ul li ul li:last-child::after {
    content: none;
}

/* Ensure parent <li> is positioned relative */
.nav-links li {
    position: relative;
}

.nav-link-par {
    padding-bottom: 20px;
}

/* Show sub-menu when hovering over the parent <li> */
.nav-links li:hover .sub-nav.sub-nav-inner {
    display: block;
}

/* Style for submenu items */
.sub-nav li {
    white-space: nowrap;
}

.sub-nav li a {
    text-decoration: none;
    color: black;
    display: block;
    padding: 5px;
}

.sub-nav li a:hover {
    background-color: #f1f1f1;
}

.switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* Right-side submenu */
.sub-nav-right {
    position: absolute;
    left: 100%;
    top: -13%;
    display: none;
    background: #be123b;
    color: #000;
    border: 1px solid #ccc;
    min-width: 150px;
    padding: 10px;
}

.sub-nav svg {
    position: absolute;
    top: -25px;
    left: -3px;
}

.has-submenu .sub-nav li a:hover {
    background-color: transparent;
}

.has-submenu .sub-nav a {
    color: white;
}

/* Show right-side submenu on hover */
.has-submenu:hover>.sub-nav-right {
    display: block;
}

/* Caret icon styling */
.has-submenu>a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.has-submenu .caret-icon {
    height: auto;
    margin-left: 5px;
    /* Spacing from text */
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 20px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #4caf50;
}

input:checked+.slider:before {
    transform: translateX(14px);
}

.slider.round {
    border-radius: 20px;
}

.toggle-options {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
}

.garage-btn {
    background: black;
    padding: 16px;
    border: none;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}

.desktop-garage-btn.active,
.desktop-garage-btn:hover {
    border-radius: 4px;
    background: #a51336;
}

.contact-box a.mob-img {
    display: none;
}

.mobile-dropdown-menu {
    background: black;
    /* position: relative; */
    max-height: 0;
    /* Start with collapsed state */
    overflow: hidden;
    /* Hide the content when collapsed */
    transition: max-height 0.3s ease-in-out;
    /* Smooth transition for max-height */
    position: fixed;
    top: 180px;
    width: 100%;
    z-index: 999;
}

.menu-toggle-btn {
    cursor: pointer;
}

/* When the dropdown menu is active (expanded state) */
.mobile-dropdown-menu.active {
    max-height: 500px;
    /* Set this to a value larger than the content's height */
}

.mobile-dropdown-menu .nav-links {
    flex-direction: column;
    background: black;
}

.mobile-dropdown-menu .sub-nav li a {
    color: black;
}

.mobile-dropdown-menu .nav-links a,
.mobile-dropdown-menu .sub-nav-bottom li a {
    color: white;
}

/* Basic styling for the toggle button */
.toggle-button {
    /* width: 34px;
    height: 23px; */
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin-right: 20px;
}

.line {
    width: 45px;
    height: 4px;
    background-color: black;
    transition: all 0.3s ease;
}

/* When the toggle button is active (when clicked) */
.toggle-button.active .line:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.toggle-button.active .line:nth-child(2) {
    opacity: 0;
}

.toggle-button.active .line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.mobile-dropdown-menu li {
    padding: 14px;
    width: 100%;
    margin: auto;
    text-align: center;
}

.mobile-dropdown-menu ul li::after {
    content: "";
    display: block;
    width: 100%;
    /* Ensures it spans the full width */
    height: 10px;
    /* Adjust height based on the PNG size */
    background: url("/imgs/Line 3.png") no-repeat center;
    background-size: contain;
    /* Ensures the image scales properly */
    margin: 5px 0;
    /* Adjust spacing */
}

.mobile-dropdown-menu button.garage-btn {
    margin: auto;
}

.mobile-dropdown-menu .sub-nav-inner {
    list-style: none;
    padding: 0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
    border-radius: 0px 8px 8px 8px;
    border: 2px solid #be123b;
    background: #fff;
}

.mobile-dropdown-menu .sub-nav {
    display: none;
    width: 100%;
    position: relative;
    background-color: white;
    z-index: 99999;
}

.mobile-dropdown-menu .nav-links li:hover .sub-nav.sub-nav-inner {
    display: block;
}

.sub-nav-bottom li::after {
    content: "";
    display: block;
    width: 100%;
    /* Ensures it spans the full width */
    height: 10px;
    /* Adjust height based on the PNG size */
    background: url("/imgs/Dropdown _ Divide.png") no-repeat center;
    background-size: contain;
    /* Ensures the image scales properly */
    margin: 5px 0;
    /* Adjust spacing */
}

.mobile-dropdown-menu .sub-nav-bottom {
    position: relative;
    display: none;
    background: #be123b;
    color: #000;
    border: 1px solid #ccc;
    min-width: 150px;
    padding: 10px;
}

.mobile-dropdown-menu .sub-nav-bottom a {
    color: white;
}

.has-mobile-submenu:hover>.sub-nav-bottom {
    display: block;
}

.sub-nav-bottom li a:hover {
    color: #be123b;
}

.has-mobile-submenu.active>.sub-nav {
    display: block;
}

.mobile-dropdown-menu .nav-links li.active .sub-nav.sub-nav-inner {
    display: block;
}

.has-submenu.active>.sub-nav-right {
    display: block;
}

.nav-links li.active .sub-nav.sub-nav-inner {
    display: block;
}

/* Main Content */
/* width */
.main-content ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
.main-content ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.main-content ::-webkit-scrollbar-thumb {
    background: #be123b;
    border-radius: 50px;
}

/* Handle on hover */
.main-content ::-webkit-scrollbar-thumb:hover {
    background: #9e0e33;
}

.main-content .breadcrumbs {
    justify-self: start;
    display: flex;
    text-align: left;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    gap: 18px;
    flex-wrap: initial !important;
    align-items: center;
}

.main-content .breadcrumbs h1 {
    color: #080808;
    margin-top: 0;
    margin-left: auto;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    line-height: 48px;
    text-transform: uppercase;
}

.main-content .breadcrumbs,
.main-content .breadcrumbs a {
    color: #5d5d5d !important;
    text-decoration: none;
}

.main-content .breadcrumbs span:last-child {
    color: #080808;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

/* Pop Up Containers */
.swal2-container {
    z-index: 9999999999 !important
}

@media screen and (min-width: 900px) {
    .mobile-menu-overlay {
        display: none !important;
    }
}

@media screen and (max-width: 900px) {
    .toggle-button {
        display: flex;
    }

    .nav-link-container ul.nav-links {
        display: none;
    }

    .nav-link-container .garage-btn-link {
        display: none;
    }

    .garage-section {
        display: none;
    }

    .main-header.page-header .main-nav {
        width: 90%;
    }

}

@media screen and (max-width: 1250px) {
    .main-header.sticky .main-nav {
        gap: 0 12px;
    }
}

@media screen and (max-width: 1100px) {
    .top-bar {
        justify-content: center !important;
    }

    .top-bar .contact-box .desktop-img {
        display: none;
    }

    .top-bar .contact-box .contact {
        display: none;
    }

    .top-bar .contact-box .mob-img {
        display: block;
    }

    .social-icons-box img {
        width: 30px;
    }

    /* .nav-link-container ul.nav-links {
        display: none;
    }

    .nav-link-container .garage-btn-link {
        display: none;
    } */

    /* .toggle-button {
        display: flex;
    } */

    .main-header.sticky .main-nav {
        gap: 0 57px;
    }

    /* .garage-section {
        display: none;
    } */

    .main-header.page-header .main-nav {
        justify-content: space-between;
        width: 90%;
        align-items: center;
        flex-wrap: nowrap;
    }
}

/* new header end */

/* homepage css start */

.home .hero-container {
    width: 100%;
    max-width: 100%;
    height: 656px;
    padding-top: 120px;
    padding-left: 112px;
    padding-right: 112px;
    background: radial-gradient(50% 50% at 50% 50%,
            rgba(0, 0, 0, 0.6) 0%,
            rgba(0, 0, 0, 0.4) 100%),
        url("/imgs/pages/home/4e90384cfb8c4a470957877de37282b0 (1).png") lightgray 50% / cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-top: -230px;
    background-size: cover;
    background-position: center;
}

.content-box {
    max-width: 544px;
    height: 198px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.title {
    color: #fff;
    text-align: center;

    /* Text Drop */
    text-shadow: -4px 4px 14px rgba(0, 0, 0, 0.55),
        -2px 2px 5px rgba(0, 0, 0, 0.8);

    /* Display/Bold/Large */
    font-family: Ubuntu;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    /* 107.692% */
    letter-spacing: 0.52px;
}

.subtitle {
    color: #fff;
    text-align: center;

    /* Text Drop */
    text-shadow: -4px 4px 14px rgba(0, 0, 0, 0.55),
        -2px 2px 5px rgba(0, 0, 0, 0.8);

    /* Heading/H2/Medium/Desktop */
    font-family: Ubuntu;
    font-size: 36px;
    font-style: italic;
    font-weight: 400;
    line-height: 44px;
    /* 122.222% */
    letter-spacing: 0.36px;
}

.search-container {
    position: relative;
    width: 100%;
    max-width: 450px;
    min-width: 300px;
}

.search-input {
    width: 100%;
    padding: 12px 20px 12px 45px;
    /* Space for the icon on the left */
    border-radius: 100px;
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0.39);
    color: #fff;
    font-size: 16px;
    outline: none;
    backdrop-filter: blur(10px);
    text-align: end;
}

.search-input:focus {
    background: rgba(0, 0, 0, 0.39) !important;
    color: #fff !important;
}

.search-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.search-input:focus {
    border-color: #ddd;
    box-shadow: none;
}

/* Override browser autofill styling */
input.search-input:-webkit-autofill,
input.search-input:-webkit-autofill:hover,
input.search-input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
    background-color: transparent !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

/* For Firefox */
input.search-input:autofill {
    background-color: transparent !important;
    color: #fff !important;
}

.search-icon {
    position: absolute;
    left: 15px;
    /* Icon on the left */
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 18px;
    pointer-events: none;
    z-index: 999;
}

/* homepage css end */

/* footer start */
.main-footer-container {
    background: #080808;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    flex-wrap: wrap;
}

.main-footer-container a {
    color: #fff !important;
    text-decoration: none !important;
}

.main-footer-container-inner {
    width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.main-footer-content {
    width: 100%;
    padding: 40px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.main-footer-top {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 62px;
    flex-wrap: wrap;
}

.main-footer-logo {
    width: 251px;
    height: 132px;
}

.main-footer-contact a {
    text-decoration: none;
}

.main-footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    min-width: 179px;
}

.main-footer-title {
    color: white;
    font-size: 18px;
    /* font-family: "Open Sans"; */
    font-weight: 700;
    padding-bottom: 10px;
}

.main-footer-link {
    color: #e7e7e7;
    font-size: 18px;
    /* font-family: "Open Sans"; */
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    /* Removes the underline */
    transition: transform 0.2s ease-in-out;
}

.main-footer-link:hover {
    transform: scale(0.95);
    /* Shrinks the link slightly */
    color: #e7e7e7;
}

.main-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 244px;
    justify-content: center;
    align-items: flex-start;
}

.main-footer-phone,
.main-footer-fax,
.main-footer-address {
    display: flex;
    align-items: center;
    gap: 8px;
}

.main-footer-text {
    color: white;
    font-size: 18px;
    /* font-family: "Open Sans"; */
    font-weight: 700;
}

.main-footer-fax-text {
    color: #f43f5d;
    font-weight: 700;
}

.main-footer-address-text {
    display: flex;
    flex-direction: column;
    color: #e7e7e7;
    /* Paragraph/Medium/Medium */
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.main-footer-get-directions {
    color: #be123b;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}

.main-footer-visit {
    width: 354px;
    padding: 16px;
    border-radius: 10px;
    border: 2px solid #6d6d6d;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: #454545;
}

.main-footer-visit-title {
    color: white;
    font-size: 28px;
    /* font-family: Ubuntu; */
    font-weight: 700;
    letter-spacing: 0.28px;
}

.main-footer-buttons {
    display: flex;
    width: 100%;
    gap: 12px;
    justify-content: center;
}

.main-footer-button-active {
    /* flex: 1; */
    padding: 12px 20px;
    background: white;
    color: Black;
    font-weight: 600;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}

.main-footer-button-default {
    padding: 12px 20px;
    background: transparent;
    color: white;
    font-weight: 600;
    text-align: center;
    border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #fff;
    cursor: pointer;
}

.main-footer-hours {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 10px auto;
}

.main-footer-hours-item {
    display: flex;
    justify-content: space-between;
    color: white;
    font-size: 16px;
    font-family: "Open Sans";
    line-height: 20px;
}

.main-footer-note {
    color: #e7e7e7;
    text-align: right;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 24px;
}

.main-footer-bottom {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    background-color: #5d5d5d;
    padding: 20px 0;
}

.main-footer-policy {
    color: white;
    font-size: 16px;
    /* font-family: "Open Sans"; */
    font-weight: 600;
    text-decoration: underline;
}

.bottom-social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.footer-fr,
.footer-sr {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 0 10px;
    gap: 60px;
    padding-bottom: 24px;
}

.main-footer-icon img {
    max-width: 100%;
    height: auto;
}

.quick-link-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    background-color: #000;
    padding: 10px;
    color: #e7e7e7;
    font-family: "Open Sans", sans-serif;
}

.quick-link-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* Add gap between the button and the list */
}

.quick-link-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    /* Add gap between the text and the SVG */
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
}

.quick-link-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #e7e7e7;
}

.quick-link-list li {
    font-size: 16px;
    line-height: 24px;
    color: #e7e7e7;
}

.address-footer-container {
    align-self: center;
    padding: 10px;
    background: white;
    justify-content: space-between;
    align-items: center;
    display: flex;
    gap: 12px;
}

.address-footer-icon-wrapper {
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
}

.address-footer-icon-bg {
    width: 24px;
    height: 24px;
    left: 0px;
    top: 0px;
    position: absolute;
}

/* .address-footer-icon {
    width: 18px;
    height: 18.45px;
    left: 3px;
    top: 2.77px;
    position: absolute;
    background: #9f1238;
} */

.address-footer-address-text {
    text-align: center;
    color: #080808;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
    max-width: 160px;
}

.address-footer-directions-link {
    color: #080808;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-decoration: underline;
    line-height: 20px;
    word-wrap: break-word;
}

.fv-parent {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cell {
    max-width: 225px;
    margin: auto;
}

.footer-social-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    overflow: hidden;
}

.footer-social-label-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.footer-social-label {
    text-align: right;
    color: white;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    line-height: 28px;
    word-wrap: break-word;
}

.footer-social-icons {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.footer-social-icon-box {
    padding: 10px;
    background: #4f4f4f;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 36px;
    height: 36px;
}

.footer-social-icon {
    width: 16px;
    height: 16px;
    /* background: white; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-social-icon.twitter {
    width: 14.67px;
    height: 13.26px;
}

.footer-social-icon.facebook {
    width: 16px;
    height: 15.94px;
}

.footer-social-icon.instagram {
    position: relative;
    width: 16px;
    height: 16px;
    background: transparent;
    flex-shrink: 0;
}

.footer-social-instagram-center {
    width: 8.22px;
    height: 8.22px;
    background: white;
}

.footer-social-instagram-dot {
    width: 1.92px;
    height: 1.92px;
    background: white;
    margin-left: auto;
    margin-top: -6px;
}

/* Responsive dropdown effect for mobile */
@media (max-width: 1025px) {
    .quick-link-list {
        display: none;
    }

    .quick-link-section.active .quick-link-list {
        display: flex;
        align-items: center;
    }

    .quick-link-section {
        justify-content: center;
        align-items: center;
    }

    .quick-link-footer {
        flex-basis: 38%;
        justify-content: center;
    }

    .quick-link-list {
        align-items: center;
    }

    .quick-link-list li {
        text-align: center;
    }

    .quick-link-section {
        align-items: center;
    }

    .quick-link-toggle {
        justify-content: center;
    }
}

/* mobile menu new start */

/* Overlay and slide effect */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    /* Changed from left: 0 to right: 0 */
    height: 100vh;
    width: 114%;
    display: flex;
    justify-content: flex-end;
    /* Changed from flex-start to flex-end */
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 1000;
    transform: translateX(100%);
    /* Changed from translateX(-100%) to translateX(100%) */
    transition: transform 0.3s ease-in-out;
}

/* Visible state */
.mobile-menu-overlay.open {
    transform: translateX(0);
}

/* Container */
.mobile-menu-container {
    width: 330px;
    background: #525252;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    /* padding: 0 0 20px 0; */
}

/* Header */
.mobile-menu-header {
    background: white;
    padding: 40px 20px 20px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    display: flex;
    gap: 10px;
    align-items: baseline;
    justify-content: start;
}

/* Search */
.mobile-menu-search input {
    width: 100%;
    padding: 10px;
    /* margin: 14px 0; */
    background: #e7e7e7;
    border: none;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

/* Menu Items */
.mobile-menu-items {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mobile-menu-item {
    color: white;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 12px 0;
}

.has-dropdown .dropdown-content {
    display: none;
    flex-direction: column;
    padding-left: 15px;
    gap: 8px;
    margin-top: 10px;
}

.has-dropdown.open .dropdown-content {
    display: flex;
}

.dropdown-content a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
}

/* Social */
.mobile-menu-social {
    display: flex;
    gap: 16px;
    justify-content: start;
    margin-top: 20px;
    margin-top: -1px;
}

.icon {
    width: 28px;
    height: 28px;
    border-radius: 4px;
}

.address-footer-directions-link a {
    color: black !important;
    text-decoration: underline !important;
}

/* Footer */
.mobile-menu-footer {
    padding-top: 20px;
    border-top: 1px solid white;
    display: flex;
    justify-content: center;
}

.mobile-menu-footer button {
    background-color: #9f1238;
    color: white;
    padding: 12px 20px;
    border: none;
    font-family: "Open Sans", sans-serif;
    cursor: pointer;
}

.mobile-menu-header .close-button {
    border: none;
    background: transparent;
}

.mobile-menu-container a:hover,
.mobile-menu-container a {
    color: white;
    text-decoration: none;
}

.nav-footer-container {
    width: 330px;
    padding: 20px;
    background: #080808;
    border-top: 1px solid white;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.nav-footer-main-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    padding: 16px 12px;
    background-color: #e01d47;
    border-radius: 2px;
    color: white;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.nav-footer-main-icon {
    /* width: 24px;
    height: 22px; */
}

.nav-footer-secondary-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.nav-footer-secondary-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 12px;
    outline: 1px solid #888;
    outline-offset: -1px;
    color: white;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
}

.nav-footer-icon {
    /* width: 16px;
    height: 16px; */
}

.nav-footer-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

button#backToMainBtn {
    border: none;
    background: transparent;
}

/* mobile menu new end */

/* @media screen and (max-width: 1400px) {
    .main-footer-top {
        justify-content: start;
    }
} */

/* new popup start */
.shop-now-popup-step-zero-wrapper {
    max-width: 1080px;
    padding: 20px;
    background: white;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 80px;
    box-sizing: border-box;
    margin: 0 auto;
    align-items: center;
}

.shop-now-popup-step-zero-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.shop-now-popup-step-zero-title {
    font-size: 52px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: black;
    line-height: 56px;
    text-align: center;
}

.shop-now-popup-step-zero-close {
    width: 46px;
    height: 46px;
    background: #080808;
    border-radius: 50%;
}

.shop-now-popup-step-zero-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
    justify-content: space-between;
}

.shop-now-popup-step-zero-card {
    flex: 1 1 250px;
    padding: 40px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 2px 6px rgba(16, 24, 40, 0.06);
    border: 1px solid #D1D1D1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    box-sizing: border-box;
    cursor: pointer;
}

/* .shop-now-popup-step-zero-icon {
    width: 35px;
    height: 35px;
    background: #A51336;
} */

/* Customize each icon */
.shop-now-popup-step-zero-icon.icon-quote {
    width: 26.25px;
    height: 26.25px;
}

.shop-now-popup-step-zero-icon.icon-approval {
    width: 25.65px;
    height: 19.56px;
}

.shop-now-popup-step-zero-icon.icon-appointment {
    width: 29.17px;
    height: 32.08px;
}

.shop-now-popup-step-zero-label {
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    color: black;
    line-height: 36px;
}

.use-tow-guide-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background-color: #080808;
    color: white;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    z-index: 999;
    position: relative;
}

.use-tow-guide-button:hover {
    color: white;
}

.active-step h2 {
    text-align: center;
}

.modal-body .use-tow-guide-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

/* new popup end */

@media (min-width: 1025px) {
    .quick-link-toggle svg {
        display: none;
    }
}

@media (max-width: 1366px) {
    div#appointment-step-one {
        overflow-y: scroll;
        max-height: 500px;
    }
}

@media screen and (max-width: 992px) {
    .footer-social-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-social-icons {
        justify-content: center;
    }

    .fv-parent {
        align-items: center;
        width: 100%;
    }

    .address-footer-container {
        max-width: 336px;
        width: 100%;
        margin: 0 auto;
    }

    .quick-link-footer {
        gap: 20px;
    }

    .quick-link-section {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {

    /* .main-footer-content {
        padding: 40px 40px;
    } */
    .main-footer-top {
        justify-content: center;
    }

    .main-footer-links {
        align-items: center;
    }

    .footer-fr,
    .footer-sr {
        flex-wrap: wrap;
    }

    .footer-sr {
        /* flex-direction: column-reverse; */
        gap: 60px;
    }

    .footer-sr {
        gap: 30px;
        flex-direction: column;
    }

    .fv-parent {
        gap: 15px;
    }

    .main-footer-visit {
        width: 100%;
        max-width: 354px;
    }

    .main-footer-hours-item {
        font-size: 14px;
    }

    .main-footer-bottom {
        padding: 15px 10px;
        justify-content: center;
        text-align: center;
    }

    .address-footer-container {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .address-footer-address-text {
        max-width: 100%;
    }

    .shop-now-popup-step-zero-wrapper {
        padding: 20px;
    }

    .modal-body h2 {
        font-size: 20px;
    }

    .breadcrumbs a,
    .breadcrumbs span {
        display: none;
    }

    .main-content .breadcrumbs h1 {
        margin: auto;
    }

    .marine-types-section .row,
    .rv-types-section .row,
    .road-types-section .row,
    .powersport-types-section .row {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .main-footer-buttons {
        flex-direction: column;
        gap: 8px;
    }

    .main-footer-button-active,
    .main-footer-button-default {
        width: 100%;
    }

    .quick-link-toggle {
        font-size: 16px;
    }

    .main-footer-bottom {
        flex-direction: column;
        gap: 10px;
    }

    .footer-social-label {
        font-size: 16px;
    }

}

/* Add "or" between promotion cards */
.promotions {
    position: relative;
}

.promotion:not(:last-child)::after {
    content: "OR";
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    color: #A51336;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 800;
    padding: 8px 12px;
    border: 2px solid #A51336;
    border-radius: 50%;
    z-index: 10;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Adjust spacing for the OR dividers */
.promotions {
    gap: 60px;
    /* Increase gap to accommodate OR dividers */
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .promotion:not(:last-child)::after {
        transform: none;
        margin: 20px auto;
        display: flex;
        align-self: center;
        bottom: -70px;
        top: unset;
        left: 0;
        right: 0;
    }

    .promotions {
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }

    .promotion {
        max-width: 400px;
        width: 100%;
    }
}