@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.cs");
@font-face {
    src: url("../fonts/mmc-office-bold.ttf");
    font-family: mmc-bold;
}
@font-face {
    src: url("../fonts/mmc-office-regular.ttf");
    font-family: mmc-regular;
}
@font-face {
    src: url("../fonts/MMC Medium.ttf");
    font-family: mmc-medium;
}
@font-face {
    src: url("../fonts/Montserrat-VariableFont_wght.ttf");
    font-family: montserrat;
}
@font-face {
    src: url("../fonts/Montserrat-Italic-VariableFont_wght.ttf");
    font-family: montserrat-italic;
}

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: mmc-bold;
    font-size: 14px;
    overflow-x: hidden;
}
.mmc-bold {
    font-family: mmc-bold;
}
.mmc-medium {
    font-family: mmc-medium;
}
.mmc-regular {
    font-family: mmc-regular;
}
.montserrat {
    font-family: montserrat;
}
.montserrat-italic {
    font-family: montserrat-italic;
}
.nav-link {
    color: #fff;
}
.nav-link:hover {
    color: #ed0000;
}
.border-custom-danger {
    --bs-border-opacity: 1;
    border-color: #ed0000 !important;
}
.header-nav-font {
    font-size: 1rem;
}
/* @media (max-width: 700px) {
    .separator-line::after {
        margin-left: 0px !important;
    }
} */
@media (min-width: 360px) and (max-width: 420px) {
    .header-nav-font {
        font-size: .75rem !important;
    }
}
@media (max-width: 359px) {
    .header-nav-font {
        font-size: .625rem !important;
    }
}
.separator-line::after {
    display: block;
    content: "";
    width: 2px;
    height: 95%;
    background-color: #fff;
    /* margin-left: 8px; */
}
.fs10 {
    font-size: 10px;
}
.fs11 {
    font-size: 11px;
}
.fs12 {
    font-size: 12px;
}
.fs13 {
    font-size: 13px;
}
.fs14 {
    font-size: 14px;
}
.fs15 {
    font-size: 15px;
}
.fs16 {
    font-size: 16px;
}
.fs17 {
    font-size: 17px;
}
.fs18 {
    font-size: 18px;
}
.article-height {
    height: 450px;
}
.custom-button-red {
    background-color:#fff;
    color:#ed0000;
    border-color: #ed0000;
}
.custom-button-red:hover {
    background-color:#ed0000;
    color:#fff;
}
.custom-button-yellow {
    background-color:#fff;
    color:#CCCC00;
    border-color: #CCCC00;
}
.custom-button-yellow:hover {
    background-color: #CCCC00;
    color: #fff;
}
.custom-button-grey {
    background-color:#fff;
    color:#404040;
    border-color: #404040;
}
.custom-button-grey:hover {
    background-color:#404040;
    color:#fff;
}
.btn-virtual {
    background-color: rgb(217, 41, 31);
    color: white;
}
.btn-virtual:hover {
    background-color: rgb(217, 41, 31);
    color: white;
    filter: brightness(0.9);
}
.swiper-slide {
    height: auto;
}
.location-link {
    color: #000;
    text-decoration: none;
}
.location-link:hover {
    color: #ed0000;
    text-decoration: none;
}
/* @media (min-width: 768px) and (max-width: 1023px) {
    .swiper-button-next, .swiper-button-prev {
        top: 65% !important;
    }
}
@media (min-width: 361px) and (max-width: 767px) {
    .swiper-button-next, .swiper-button-prev {
        top: 63.5% !important;
    }
}
@media (max-width: 360px) {
    .swiper-button-next, .swiper-button-prev {
        top: 60% !important;
    }
} */
.custom-swiper-button-next, .custom-swiper-button-prev {
    /* top: 67.5%; */
    top: auto;
    color: #000;
    font-size: 3rem; /* Adjust icon size */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background-color: #fff;
    /* background-color: rgba(0, 0, 0, 0.1); */
    border-radius: 50%;
    /* transition: background-color 0.3s; */
}

/* .custom-swiper-button-next:hover, .custom-swiper-button-prev:hover {
    background-color: #fff;
} */

.custom-swiper-button-prev:after, .swiper-rtl .custom-swiper-button-next:after {
    content: none;
}

.custom-swiper-button-next:after, .swiper-rtl .custom-swiper-button-prev:after {
    content: none;
}

.custom-swiper-button-next-1, .custom-swiper-button-prev-1, 
.custom-swiper-button-next-2, .custom-swiper-button-prev-2 {
    /* top: 67.5%; */
    top: auto;
    color: #000;
    font-size: 3rem; /* Adjust icon size */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    /* background-color: rgba(0, 0, 0, 0.1); */
    background-color: #fff;
    border-radius: 50%;
    /* transition: background-color 0.3s; */
}

/* .custom-swiper-button-next-1:hover, .custom-swiper-button-prev-1:hover {
    background-color: #fff;
} */

.custom-swiper-button-prev-1:after, .swiper-rtl .custom-swiper-button-next-1:after,
.custom-swiper-button-prev-2:after, .swiper-rtl .custom-swiper-button-next-2:after {
    content: none;
}

.custom-swiper-button-next-1:after, .swiper-rtl .custom-swiper-button-prev-1:after,
.custom-swiper-button-next-2:after, .swiper-rtl .custom-swiper-button-prev-2:after {
    content: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .custom-swiper-button-next-1, .custom-swiper-button-prev-1,
    .custom-swiper-button-next-2, .custom-swiper-button-prev-2 {
        top: 35% !important;
    }
}

@media (min-width: 1024px) {
    .custom-swiper-button-next-1, .custom-swiper-button-prev-1,
    .custom-swiper-button-next-2, .custom-swiper-button-prev-2 {
        top: 40% !important;
    }
}

@media (min-width: 768px) {
    /* .car-modal-height {
        height: 500px !important;
    } */

    .swiper-pagination-2,
    .swiper-pagination-3 {
        position: absolute !important;
        bottom: 4.5rem !important;
        z-index: 9999 !important;
        width: 75% !important;
    }

    .custom-swiper-button-next-1, .custom-swiper-button-prev-1,
    .custom-swiper-button-next-2, .custom-swiper-button-prev-2 {
        color: #000 !important;
        font-size: 2rem !important; /* Adjust icon size */
        width: 55px !important;
        height: 55px !important;
        /* background-color: rgba(0, 0, 0, 0.1); */
        background-color: #fff !important;
        /* border-radius: 50%; */
        clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%) !important;
    }
    
}

@media (max-width: 699px) {
    .custom-swiper-button-next-1, .custom-swiper-button-prev-1,
    .custom-swiper-button-next-2, .custom-swiper-button-prev-2 {
        top: auto !important;
    }

    .custom-swiper-button-next-2, .custom-swiper-button-prev-2 {
        bottom: -1.5rem !important;
    }
}

@media (min-width: 1025px) {
    .car-modal-height {
        height: 670px !important;
    }
}

@media (min-width: 700px) and (max-width: 1024px) {
    .car-modal-height {
        height: 375px !important;
    }
}

.car-modal-height {
    height: auto;
}

.error {
    font-family: 'mmc-regular';
    font-size: 12px;
    color: #ed0000;
}

.swiper {
    width: 100%;
    height: 100%;
    z-index: 0;
}

@media (max-width: 767px) {
    .dealer-card-height {
        height: 220px !important;
    }
}

.dealer-card-height {
    height: 265px;
}

.button-custom-white {
    /* position: absolute;
    bottom: 10%;
    left: 10%; */
    color: #000;
    display: flex;
    /* width: 200px; */
    height: 50px;
    border: 2px solid black;
    background: linear-gradient(-60deg, #000 50%, transparent 50%);
    cursor: pointer;
    background-size: 250% 100%;
    background-position: bottom left;
    transition: all 0.3s ease-out;
    text-decoration: none;
    line-height: 0;
}
.button-custom-white:hover {
    text-decoration: none;
    /* background-position: bottom right; */
    color: #fff;
}
.button-custom-white span {
    color: #000;
    margin: auto;
    letter-spacing: 2px;
}
.button-custom-white:hover {
    text-decoration: none;
    background-position: bottom right;
    color: #fff;
}
.button-custom-white:hover span {
    color: #fff;
}
/* button custom red */
.button-custom-red {
    text-decoration:none;
    cursor:pointer;
    overflow: hidden;
    background: linear-gradient(to right, #ed0000 0%, #ed0000 50%, #000000 50%, #000000 100%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 200% 100%;
    background-position: right bottom;
    -webkit-transition: background-position 0.4s ease-out;
    transition: background-position 0.4s ease-out;
    color: #FFFFFF;
}
.button-custom-red:hover {
    background-position: left bottom;
    color: #FFF; /* Optional: change text color on hover */
    transition: background-position 0.4s ease-out, color 0.4s, box-shadow 0.4s, transform 0.4s;
}
/* .button-custom-red span {
    color: #fff;
    margin: auto;
    letter-spacing: 2px;
}
.button-custom-red:hover {
    text-decoration: none;
    background-position: bottom right;
    color: #fff;
}
.button-custom-red:hover span {
    color: #fff;
} */
.swiper-pagination-3 {
    margin-top: 20px;
}
.dealerCard {
    /* height: 95vh; */
    height: 700px;
}
.heading-line::before {
    content: '';
    border-top: 5px solid;
    margin: 20px 15px 0 0;
    flex: 1 0 20px;
    color: #da291c;
}
.heading-line::after {
    content: '';
    border-top: 5px solid;
    margin: 20px 0 0 15px;
    flex: 1 0 20px;
    color: #da291c;
}
.footer-line::after {
    content: '';
    border-top: 5px solid #da291c;
    margin: 20px 20px 0 0;
    display: block;
    width: 100%;
}
@media (max-width: 767px) {
    .heading-line::before {
        content: '';
        margin: 0;
        /* margin: 12.5px 15px 0 0; */
        /* flex: 1 0 20px; */
        flex: 0 0;
    }
    .heading-line::after {
        content: '';
        border-top: 5px solid;
        margin: 12.5px 0 0 5px;
        flex: 1 0 20px;
        color: #da291c;
    }
}
ul.custom-bullets {
    list-style: none;
    padding-left: 1.5rem;
}
  
ul.custom-bullets li {
    position: relative;
}

/* ul.custom-bullets-check {
    list-style: none;
    padding-left: 1.5rem;
}
  
ul.custom-bullets-check li {
    position: relative;
} */

ul.custom-bullets-check li::before {
    position: absolute;
    left: -1.5rem;
    top: 0.1rem;
    font-family: "bootstrap-icons" !important;
    content: "\f26c"; /* Bootstrap checkmark icon */
    color: #4CBB17;
}
ul.custom-bullets-play li::before {
    position: absolute;
    left: -1.5rem;
    top: 0.1rem;
    font-family: "bootstrap-icons" !important;
    content: "\f232"; /* Bootstrap checkmark icon */
    color: #ed0000;
}
ul.custom-bullets-fire li::before {
    position: absolute;
    left: -1.5rem;
    top: 0.1rem;
    font-family: "bootstrap-icons" !important;
    content: "\f7f6"; /* Bootstrap checkmark icon */
    color: #ed0000;
}
ul.custom-bullets-pc li::before {
    position: absolute;
    left: -1.5rem;
    top: 0.1rem;
    font-family: "bootstrap-icons" !important;
    content: "\f287"; /* Bootstrap checkmark icon */
    color: #ed0000
}
ul.custom-bullets-lcv li::before {
    position: absolute;
    left: -1.5rem;
    top: 0.1rem;
    font-family: "bootstrap-icons" !important;
    content: "\f287"; /* Bootstrap checkmark icon */
    color: #FFEA00
}
.primary-modal {
    z-index: 9999;
}
.secondary-modal {
    filter: brightness(0.5);
}
/* Hide error styling initially but keep the element in the DOM */
.d-none-error {
    /* Remove the error styling temporarily */
    border-color: inherit !important;
    background-color: inherit !important;
    color: inherit !important;
    box-shadow: none !important;
    outline: none !important;
}
/* Fix for cards and images */
.card.h-100 {
    display: flex;
    flex-direction: column;
  }
  
  .card.h-100 img.h-100 {
    /* height: auto !important; */
    max-height: 620px; /* Adjust this value as needed */
    width: 100%;
    object-fit: cover;
    flex-shrink: 1;
  }
  
  /* Fix for card body/link */
  .card.h-100 .card-body {
    flex-shrink: 0; /* Prevent link from stretching */
    margin-top: auto; /* Push link to bottom */
    width: 100%;
  }