/* Slider */
.slider-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 38.71%;
    /* Aspect ratio for 1860x720 */
    overflow: hidden;
}

.banner {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the image covers the entire container while maintaining aspect ratio */
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.banner img.active {
    opacity: 1;
}

/* Slider buttons */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    cursor: pointer;
    color: black;
    background-color: transparent;
    border: none;
    padding: 10px;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

/* Responsive behavior */
@media (max-width: 768px) {
    .slider-container {
        margin-top: 80px;
    }
}


/* car modals */
.Models {
    margin: 0 0px 0 20px;
    max-width: 100%;
    overflow: hidden;
}

.Models-heading {
    text-align: center;
    padding-top: 10px;
    font-size: 44px !important;
    line-height: 54px !important;
    letter-spacing: 0.7px;
    color: #000;
    font-weight: 400;
    padding-bottom: 80px;
    margin-bottom: 0;

}

.Models .Car-Types {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Models .Car-Types li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    cursor: pointer;
    list-style-type: none;
}

.Models .Car-Types li.active {
    color: #333;
    border-bottom: 3px solid #00aad2;
}

.Models .active-car {
    color: #333;
    border-bottom: 3px solid #00aad2;
}

.Models .main2,
.Models .main3,
.Models .main4,
.Models .main5 {
    display: none;
}

.Models .mobile-car-type {
    border: 1px solid #000;
    padding: 10px 12px;
    margin: 0 0 10px 21px;
    width: 80%;


}



.Models button.owl-prev {
    position: relative !important;
    left: -441px !important;
    top: 0px !important;
    outline: none !important;
    text-indent: unset;
}

.Models button.owl-next {
    position: relative !important;
    right: -445px !important;
    top: 0px !important;
    outline: none !important;
    text-indent: unset;
}

.Models .owl-nav span {
    display: block;
}

.Models button.owl-prev span,
button.owl-next span {
    font-size: 50px;
    font-weight: bold;
    outline: none !important;
}

.Models .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: inherit;
}

.Models li.mobile-car-type.mobile-car-type.actives {
    display: block !important;
}

.Models .all-tab {
    padding: 10px 12px;
    border: 1px solid #000;
    margin: 0 0 10px 21px;
    width: 90%;
}

.Models .all-tab i {
    float: right;
    position: relative;
    right: 0px;
}

.Models .mobile-ul {
    display: none;
}

.Models .mobile-ul-new {
    display: block;
}

.Models .Slides-Car-Type {
    width: 880px;
    margin: 0 auto;
    min-height: 449px;
}

.Models .Slides-Car-Type figure img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;


}

.Models .Car-slides {
    max-width: 880px;
    margin: 0 auto;
    padding-top: 10px;
}

.Models .car-heading a,
.car-heading a:hover,
.car-heading a:active,
.car-heading a:focus {
    color: #002c5f;
    font-size: calc(100% + 2px);
    font-weight: bold;
    text-decoration: none;
}

.Models .spec-Heading {
    font-size: 14px;
    color: #888 !important;
    margin-bottom: 0.25rem !important;
    margin-top: 0px !important;
}

.Models .specification {
    padding-top: 5px;
    font-size: 14px;
    line-height: 20px;
}

.Models .targetDiv {
    margin-top: 16px;
}

.Models .center .Car-slides {
    display: flex;
}

.Models .custom-btn-row {
    background: #f6f3f2 !important;
}

.Models .custom-btn-col {
    max-width: 1120px;
    margin: 0 auto;
}

.Models .btndiv {
    margin: 0 auto !important;
}

.Models .btndiv .cuspad {
    padding: 10px 5px 0;
}

.Models .btndiv .cuspad a,
.btndiv .cuspad a:hover,
.btndiv .cuspad a:active,
.btndiv .cuspad a:focus {
    height: 50px;
    font-size: 16px;
    padding: 14px 15px;
    background: #767676 !important;
    color: #fff;
    text-decoration: none;
    overflow: hidden !important;
    vertical-align: middle !important;
    position: relative;
    left: 0;
    right: 0;
    outline: none !important;
    border: 0 none;
    border-radius: 0;
}

.Models .btndiv .cuspad a,
.btndiv .cuspad a:hover,
.btndiv .cuspad a:active,
.btndiv .cuspad a:focus {
    font-size: 13px;
}

.Models .owl-carousel .owl-nav.disabled {
    display: block;
}

.Models #div5 .owl-carousel .owl-nav.disabled {
    display: none;
}

/*--Mobile Screen-*/
@media only screen and (max-width: 768px) {
    .Models {
        margin: 0 auto;
    }


    .Models .Car-Types li {
        text-align: center;
        padding: 10px 15px;
        list-style-type: none;
    }


    .Models .owl-item figure img {
        margin-left: 0px;
    }

    .Models .owl-item {
        width: 100%;
    }

    .Models button.owl-prev {
        position: relative !important;
        left: -100px !important;
        top: 0px !important;
    }

    .Models button.owl-next {
        position: relative !important;
        right: -100px !important;
        top: 0px !important;
    }

    .Models .car-heading a,
    .car-heading a:hover,
    .car-heading a:active,
    .car-heading a:focus {
        text-align: center;
        display: block;
        padding-bottom: 14px;
        text-decoration: none;
    }

    .Models .Models-heading {
        font-size: 27px !important;
        line-height: 32px !important;
        letter-spacing: 0.4px !important;
        padding-bottom: 30px;
    }

    .Models .Slides-Car-Type {
        width: 100% !important;
        margin: 0 auto !important;


    }

    .Models .center .Car-slides {
        display: flex;
        max-width: 85%;
        margin: 0px 15px 0 auto;
    }

    .Models .col-md-3.col-sm-12.col-xs-12.car-heading.p-0.text-center {
        padding-top: 20px !important;
        font-size: 20px;
        padding-bottom: 20px;
    }

    .Models .col-md-3.col-sm-6.col-xs-6.car-heading.p-0.cbt {
        width: 50%;
        margin-bottom: 18px;
    }

    .Models .owl-theme .owl-nav {
        margin-top: -98px;
    }

    .Models .col-md-3.col-sm-6.col-xs-6.cuspad {
        width: 50%;
    }

    .Models .row.custom-btn-row.gt_lypd_bs {
        margin-left: -10px;
        padding: 3px 26px 0 4px;
    }

    .Models .btndiv .cuspad a,
    .btndiv .cuspad a:hover,
    .btndiv .cuspad a:active,
    .btndiv .cuspad a:focus {
        font-size: 13px;
    }
}

@media only screen and (max-width: 576px) {
    .Models .mobile {
        display: block;
    }

    .Models .owl-dots {
        display: none;
    }


    .Models button.owl-prev,
    .Models button.owl-next {
        position: absolute !important;
        bottom: 10px;
       
    }

    .Models .Car-Types {
        display: flex !important;
        justify-content: space-around;
        padding: 0;
    }

    .Models button.owl-prev {
        position: relative !important;
        left: -190px !important;
        top: -150px !important;
    }

    .Models button.owl-next {
        position: relative;
        right: -190px;
        top: -150px;
    }

    .Models .Slides-Car-Type {
        width: 100% !important;
        margin: 0 auto !important;
    }

    .Models .center .Car-slides {
        display: flex;
        max-width: 85%;
        margin: 0 auto;
    }

    .Models .col-md-12.car-heading.p-0.text-center {
        padding-top: 20px !important;
        font-size: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 425px) {
    .Models button.owl-prev {
        position: relative !important;
        left: -169px !important;
        top: -131px !important;
    }

    .Models button.owl-next {
        position: relative !important;
        right: -137px !important;
        top: -131px !important;
    }
}

@media only screen and (max-width: 408px) {
    .Models button.owl-prev {
        position: relative !important;
        left: -144px !important;
        top: -173px !important;
    }

    .Models button.owl-next {
        position: relative !important;
        right: -127px !important;
        top: -173px !important;
    }
}
/* car modals end */

/* Outlets */

.container {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
}



.outlets {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.outlet {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgb(0 0 0 / 20%);


}

.outlet iframe {
    width: 100%;
    height: 200px;
    border: none;
}

.details {
    padding: 15px;
}

.details h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.details p {
    margin: 5px 0;
    font-size: 14px;
    color: #555;
}

.details .contact {
    font-weight: bold;
    margin-bottom: 10px;
}

.details a {
    color: #071527;
    text-decoration: none;
}

.details a:hover {
    text-decoration: none;
}

/* Media Queries for Tablet View */
@media (max-width: 1024px) {
    .outlets {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Media Queries for Mobile View */
@media (max-width: 768px) {
    .outlets {
        grid-template-columns: 1fr;
    }
}

/* Outlets End */
