:root {
    --red-primary: #ff1201;
}
body {
    font-size: 1.1rem;
    color: var(--body-color);
    line-height: 1.5rem;
}
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
    font-family: 'DM Sans';
    font-weight: 600;
}
.menu-area {
    background-color: #F6F6F6;
    position: relative;
}
.menu-area:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background-color: white;
    z-index: -1;
    height: 100%;
    width: 465px;
    clip-path: polygon(0px 0%, 100% 0%, 88% 100%, 0px 100%);
}
.popup-search-box button.searchClose {
    border-width: 3px;
}
.sticky-wrapper.sticky {
    z-index: 999;
}
.header-links li.lang-wrapper {
    margin: 0 30px 0 0;
    background-color: #42474d;
    border-radius: 6px;
}
.dropdown-link {
    position: relative;
    color: #f8f9fa;
    background-color: #42474d;
    border-radius: 8px;
    padding: .2rem .4rem;
}
.header-links .dropdown-menu li:not(:last-child) {
    margin: 0 0px 0 0;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #ccc;
}
a#dropdownMenuLink1 {
    color: #f8f9fa;
    /* background-color: rgba(0, 0, 0, .5); */
}
.header-links .social-links a {
    background: #42474d;
    margin: 0 8px 0 0;
    border-radius: 6px;
}
.ph{
    font-size: 1.4rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.header-logo {
   height: 80px;
    padding: 0;
}
.header-logo a {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
}

.header-logo img {
    max-height: 100%;
    height: 100%;
}
.main-menu a {
    font-weight: 500;
    font-size: 1.3rem;
}

.hero-inner.hero-style1 {
    padding: 100px 0 60px;
}
.th-hero-wrapper.hero-1 {
    padding-bottom: 0px;
}
.th-hero-bg {
    z-index: 1;
}
#hero .swiper-wrapper {
    height: 690px !important;
}
.box-title a {
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sec-title {
    text-transform: none;
}
.feature-list-1 {
     border-radius: 5px;
}
.feature-list-1:hover {
    border: 1px solid rgb(0 0 0 / 6%);
    box-shadow: rgb(149 157 165 / 31%) 0px 5px 16px;
}
.feature-list-1 .carousel {
    border-radius: 8px;
    overflow: hidden;
}

.feature-list-1 .carousel-item img {
    height: 250px;
    object-fit: cover;
}

.feature-list-1 .carousel-indicators {
    margin-bottom: 8px;
}

.feature-list-1 .carousel-indicators button {
   width: 15px;
    height: 15px;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 50%;
    background-color: #dc3545;
    border: unset;
}

.feature-list-1 .carousel-control-prev,
.feature-list-1 .carousel-control-next {
    width: 40px;
    opacity: 0;
    transition: opacity 0.3s;
    background: rgba(0, 14, 35, .68);
    height: 55px;
    border: unset;
}
.carousel-control-prev,
.carousel-control-next {
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
    height: auto; /* Evita que ocupen el 100% de la altura */
    width: 50px; /* Ajusta el ancho según necesites */
}
 .feature-list-1 .carousel-control-next {
    border-radius: 10px 0 0 10px;
}
.feature-list-1 .carousel-control-prev {
    border-radius: 0 10px 10px 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 24px 24px; /* Tamaño del icono */
    padding: 10px; /* Espacio alrededor del icono */
    border-radius: 50%; /* Opcional: para que sea circular */
    background-color: rgba(0, 0, 0, 0.5); /* Fondo semi-transparente */
}
.nav.nav-tabs.custom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.feature-list-1:hover .carousel-control-prev,
.feature-list-1:hover .carousel-control-next {
    opacity: 1;
}

.feature-list-1 .actions {
    z-index: 10;
}
.feature-list-1 .actions .icon-btn {
    border: unset;
    display: flex;
    flex-direction: row;      
    justify-content: center;  
    align-items: center; 
}
.feature-list-1 .actions .icon-btn:hover {
    border-color: unset;
}
.brand-area-1 .swiper .swiper-slide {
    width: 200px;
}
.brand-area-1 .swiper-slide .brand-box {
    background: unset;
    position: relative;
    min-height: 150px;
}
.brand-area-1 .swiper-slide .brand-box:hover {
    border-color: #0c0c0c;
   /* box-shadow: 0 4px 12px rgba(0,123,255,0.15);*/
}
.brand-area-1 .swiper-slide .brand-box a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: filter 0.3s ease;
}
.brand-area-1 .brand-box img {
    max-width: 198px;
    height: 140px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.brand-area-1 .brand-box:hover img {
    filter: grayscale(0%);
}

.brand-count {
    font-size: 0.75rem;
    font-weight: 600;
    background-color: var(--theme-color);
    width: 1rem;
    height: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.swiper-button-next:after, 
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: normal;
    line-height: 1;
    background-color: rgb(0 0 0);
    padding: .4rem;
    color: #fff;
}
.swiper-button-prev:after{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.swiper-button-next:after {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
    color: red;
}
/* inventario page */ 
.inventary .breadcumb-wrapper {
   padding: 50px;
}
.reservation-area.style-2.home-4-style
{
    margin-top: -24px;
}
.item-wrapper {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: rgba(149, 157, 165, .2) 0px 5px 16px;
    padding: 20px;
}
.item-wrapper h3.car-title {
    font-size: 1.4rem;
}

.feature-list-1.categories {
    padding: 0px;
    background: var(--white-color);
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: unset;
}
.feature-list-1.categories:hover {
    border: 1px solid rgb(0 0 0 / 6%);
    padding: 10px;
    box-shadow: unset;/*rgb(149 157 165 / 31%) 0px 5px 16px;*/
}
.feature-list-1.categories .car-bottom {
    justify-content: center;
    gap: 10px;
    flex-direction: column;
}
.feature-list-1.categories .car-bottom .box-title {
    font-size: 30px;
    color: #403d3d;
}
.feature-list-1.categories .box-icon {
    max-width: 50%;
}
.reservation-area.style-2 .reservation-wrapper .reservation-form-wraper {
    width: 100%;
}
.reservation-area.style-2.home-4-style .reservation-wrapper {
    padding: 25px 40px 19px;
}
span.btn-featured {
    left: 1rem;
    top: 1rem;
    padding: .3rem;
    border-radius: 20px;
    color: #352a2a;
    font-size: .8rem;
}
.select-group-wrapper.five-fr{
    grid-template-columns: 1fr 1fr 1fr 1fr 1.4fr!important;
}
.sing-invent-features-body {
    grid-template-columns: 1fr!important;
}
.select-group-wrapper {
    margin-bottom: 0px;
}
select, .form-control,
input:not([type="range"]) {
    height: 45px!important;
}
input[name="search"] {
    height: 70px !important;
}
.inventory-list.space-top {
    padding-top: 40px;
}
.advance-btn-wrapper {
    display: flex;
    align-items: center;
}
.advance-btn-wrapper .th-btn {
    flex-direction: row;
    height: 55px;
}
.price-slider-wrapper { padding: 0px 0 0px; }
.price-slider-track {
    position: relative;
    height: 5px;
    background: #e0e0e0;
    border-radius: 3px;
    margin: 10px 0 10px;
}
.price-slider-range {
    position: absolute;
    height: 100%;
    background: var(--theme-color, #e8c435);
    border-radius: 3px;
}
.price-slider-input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    pointer-events: none;
    outline: none;
}
.price-slider-input::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--theme-color, #e8c435);
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    cursor: pointer;
    pointer-events: all;
}
.price-slider-input::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--theme-color, #e8c435);
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    cursor: pointer;
    pointer-events: all;
}
.price-slider-labels {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-top: 0px;
}

/* DETAIL PAGE */
 .gallery-full-link {
    position: absolute;
    inset: 0;
    z-index: 1;
}
.single-inventory-item-content {
    position: relative;
    z-index: 2;
}
.inventory-owner-wrap.d-flex {
    flex-direction: column;
}
form#vehicleContactForm  {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}
.single-inventory-item:hover .gallery-thumb-overlay {
    opacity: 1;
}
.gallery-thumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.gallery-thumb-overlay i {
    color: white;
    font-size: 3.5rem;
}
/* FOTTER */
.newsletter-wrap {
    padding: 25px 25px;
    flex-direction: column;
    background-color: #ff8d07;
}
.footer-top .logo-top {
    max-width: 400px;
}
input#newsletterEmail {
    width: 70%;
}
button#newsletterBtn {
    width: 30%;
}
.th-social-icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.footer-widget .th-social-icons a {
    background-color: #1b1b1b!important;
    box-shadow: 0px 2px 14px rgba(4, 6, 66, .1);
    width: 46px;
    height: 46px;
    line-height: 46px;
    color: #788094;
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    border-radius: 10px;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 15px !important;
}
.footer-widget .th-social-icons a:before{
    content: ""!important;
} 
#cookiePanel input[type=checkbox] {
    visibility: visible;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: block;
    height: 25px !important;
}
#cookiePanel .form-check-input:checked {
    background-color: #212529;
    border-color: #312b2b;
}
#newsletterForm .form-control:focus, 
#newsletterForm input:focus {
    border-color: #272525;
    background-color: rgb(235 235 235);
}
@media (max-width: 570px) {
    .footer-call-wrap {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}
@media (min-width: 992px) {
    .footer-call-wrap {
        display: flex;
        flex-direction: row;
        justify-content: end;
        align-items: center;
    }
    .footer-last-column{
        display: flex;
        flex-direction: row;
        justify-content: end;
        align-items: flex-start;
        /* flex-shrink: 1; */
        flex-grow: 1;
    }
}
/* LEGAL PAGES */
.breadcumb-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}
.breadcumb-wrapper {
    --space: 70px;
    background-position: 0px -150px;
    background-size: cover;
  background-position: center; 
  background-repeat: no-repeat; 
  background-attachment: scroll;
}
button.btn-reset-filters {
    border-radius: 0;
    background: var(--bs-warning);
    border: 0;
    text-transform: uppercase;
    color: var(--title-color);
    font-size: 14px;
    font-weight: 700;
    padding: 9px 24px;
    border: 1px solid var(--th-border-color);
    color: var(--title-color);
    border: 1px solid #ffffff;
}
.vehicle-overview-body .overview-item {
    margin-bottom: 14px;
    border: 1px solid #ebebeb;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: .6rem;
    background-color: #fbfbfb;
}
.vehicle-overview-body .overview-item .right {
    margin-right: 10px;
}
.feature-list-1 .actions .icon-btn:hover {
    background-color: #000;
}
.nav.nav-tabs.custom .nav-link {
    width: 100%;
}
ul#myTabContentF1h11 li {
    min-width: 222px;
}
.gallery-mobile-swiper {
    display: none;
}
.nav.nav-tabs.custom .nav-link {
    background: rgb(0 0 0 / 21%);
}
.th-btn.style3 {
    background-color: rgb(0 0 0 / 5%);
}
@media (min-width: 767px) {
    .select-group-wrapper.four-fr{
        grid-template-columns: 1fr 1fr 1fr 1fr!important;
    }
}
@media (max-width: 575px) {
    .header-default .header-logo img {
         max-width: 100%; 
    }
}
@media (max-width: 767px) {
    .feature-list-1.list .box-icon {
        max-width: 100% !important;
    }
    .select-group-wrapper {
        grid-template-columns: 1fr !important;
    }
    form#newsletterForm {
        flex-direction: column;
    }
    button#newsletterBtn {
        width: 90%;
    }
    .widget.widget_nav_menu.footer-widget {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .single-inventory-wrapper {
        flex-direction: column;
        gap: 12px;
        padding: 30px 0;
    }

    .single-inventory-item,
    .single-inventory-item.active {
        flex: 1 1 100%;
    }

    .single-inventory-item .single-inventory-img {
        height: 240px;
    }

     .th-container:has(.single-inventory-wrapper) {
        display: none;
    }

    .gallery-mobile-swiper {
        display: block;
        padding: 20px 15px;
    }

    .gallery-mobile-slide {
        width: 100%;
        height: 260px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        border-radius: 4px;
        overflow: hidden;
        cursor: pointer;
    }

    .gallery-mobile-slide .gallery-thumb-overlay {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.15);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .gallery-mobile-slide:hover .gallery-thumb-overlay,
    .gallery-mobile-slide:active .gallery-thumb-overlay {
        opacity: 1;
    }

    .gallery-mobile-pagination {
        margin-top: 12px;
        position: relative;
        text-align: center;
    }
    .vehicle-overview-body {
        grid-template-columns: 1fr 1fr;

    }
    .vehicle-overview-body .overview-item {
        flex-direction: column;
     }
}

@media (max-width: 991px) {
    .slider-arrow {
        background-color: #dc3545;
        --pos-x: 10px;
    }
}
@media (max-width: 1199px) {
    .header-default .header-logo {
         width: 100%;
    }
}
.contact-map {
    height: 400px;
}