@media (max-width: 1919px) {
    #nav-icon3-close {
        right: 0;
    }
}

@media (max-width: 1820px) {
    .section-gray::before {
        left: var(--25px, 0);
    }
}

@media (max-width: 1400px) {
    .header-logo {
        gap: 0px;
    }

    .menu-ul {
        gap: 30px;
    }

    .header-btn {
        gap: 20px;
    }

    .theme-logo img {
        height: 75px;
    }
}

@media (max-width: 1200px) {
    .vehicle-list.is-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .single-landingpage .wp-block-group {
        width: 60%;
        justify-self: center;
    }

    .single-landingpage form {
        width: 60%;
        justify-self: center;
    }

    .price {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .vehicle-toast-bs {
        bottom: 60px;
        right: 10px;
    }

    .p-mobile {
        padding-top: 25px;
    }

    .video-container {
        height: 40vh;
    }

    .filters-toolbar {
        flex-wrap: nowrap;
    }

    .vehicle-list.is-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .grid-logo {
        gap: 48px;
    }

    .single-landingpage .wp-block-group {
        width: 70%;
        justify-self: center;
    }

    .single-landingpage form {
        width: 70%;
        justify-self: center;
    }

    .theme-logo img {
        height: 65px;
    }

    header {
        padding: 10px 0;
    }

    .fs-48 {
        font-size: 40px;
    }

    .timeline-section {
        height: auto;
        min-height: 0;
        padding: 80px 20px;
    }

    .timeline-container,
    .timeline-stage {
        position: relative;
        height: auto;
    }

    .timeline-head {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin: 0 auto 40px;
    }

    .timeline-main-title {
        font-size: clamp(34px, 8vw, 58px);
    }

    .timeline-year {
        font-size: 26px;
    }

    .timeline-text {
        font-size: 16px;
    }

    .timeline-line {
        top: 0;
        bottom: 0;
        left: 20px;
        transform: none;
    }

    .timeline-track {
        position: relative;
        top: auto;
        transform: none !important;
    }

    .timeline-dot {
        left: 20px;
        transform: translateX(-50%);
    }

    .timeline-card,
    .timeline-item:nth-child(odd) .timeline-card,
    .timeline-item:nth-child(even) .timeline-card {
        width: calc(100% - 60px);
        margin-left: 60px;
        margin-right: 0;
        opacity: 1;
        transform: none;
    }

    .timeline-item {
        min-height: auto;
        margin-bottom: 30px;
    }

    .vehicle-gallery-swiper .listing-image img {
        height: 100%;
    }

    .gallery-thumbnail {
        display: none;
    }

    .image-container {
        height: 220px;
        margin-top: 8px;
    }

    .timeline-section {
        height: auto;
        min-height: 0;
        padding: 60px 20px;
        background-position: center top;
        overflow: hidden;
    }

    .timeline-container {
        height: auto;
    }

    .timeline-head {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        max-width: 100%;
        margin-bottom: 30px;
        opacity: .35;
    }

    .timeline-main-title {
        font-size: clamp(34px, 9vw, 54px);
    }

    .ui-widget-content {
        left: 0 !important;
    }

    .price {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .modal-header {
        height: 115px;
    }

    .vehicle-slider .swiper-slide {
        display: block;
    }

    .slider-content-static form input {
        width: 100%;
    }

    .vehicle-media img {
        height: 500px;
    }

    .grid-logo {
        gap: 44px;
    }

    .single-landingpage .wp-block-group {
        width: 100%;
        justify-self: center;
    }

    .single-landingpage form {
        width: 100%;
        justify-self: center;
    }

    .fs-48 {
        font-size: 38px;
    }
    
    .timeline-section {
        padding: 50px 16px;
    }

    .timeline-mobile-card {
        min-height: 280px;
        padding: 18px 16px;
    }

    .timeline-mobile-year {
        font-size: clamp(24px, 9vw, 34px);
    }

    .timeline-mobile-text {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .sede-item img {
        height: 340px;
        object-fit: cover;
    }

    .vehicle-media img {
        height: 100%;
    }


    .grid-logo {
        gap: 40px;
    }

    .fs-48 {
        font-size: 36px;
    }
}

@media (max-width: 479px) {
	.price {
        font-size: 26px;
    }
}


@media (min-width: 992px) {
    .position-lg-sticky {
        position: sticky;
    }

    .card-price {
        top: 150px;
    }

    .card-price.single-image-layout-price {
        margin-top: -100%;
    }

    .vehicle-gallery-main {
        --bs-aspect-ratio: 56.475%;
    }
}