

:root{
    --bs-white:#f0f0f0;
    --bs-blue:#166a9b;
    --bs-dark:#030303;
    --bs-orange:#c98507;
}

.navbar-section{
    background: url(../img/tail-header.gif) top center repeat-x;
    height: 89px;
}

.navbar-nav .nav-item .nav-link{
    color: #fefefe;
}

.navbar-nav .nav-item .nav-link{
    color: #fefefe;
}

.navbar-nav .nav-item .nav-link:active,
.navbar-nav .nav-item .nav-link:hover
{
    color: #cf811b;
}

.navbar-nav .nav-item {
    border-left: 1px solid #808080;
    padding: 0 10px;
    margin: auto;
    left: 0;
    right: 0;
}

.navbar-nav .nav-link {
    transition: background-color 0.3s;

}

.navbar-nav .nav-item:hover {
    background-color: #343a40; /* Dark gray/blackish background */
    color: #fff; /* Optional: white text on hover */
    border-radius: none; /* Optional: rounded corners */
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* optional: align it better */
}

/* Optional: improve hover look */
.nav-item.dropdown .nav-link {
    transition: background-color 0.3s;
}

.nav-item.dropdown:hover .nav-link {
    background-color: #343a40; /* dark background on hover */
    color:#cf811b;
    border-radius: 4px;
}

@media screen and (max-width: 480px) {
    .navbar-brand{
        width: 75%;
        height: auto;
    }
    .navbar-collapse{
        background: #343a40;;
        z-index: 1000;
    }
    .navbar-nav .nav-item .nav-link{
        color: #c98507;
    }
    .image-product img{
        width: 100%!important;
        height: auto!important;
    }

    .carousel {
        padding-top: 50%!important;
        position: relative;
        height: 400px!important;
    }
    .item-section .title{
        font-size: 15px!important;
    }

    .carousel-caption p{
        width:50%!important;
        font-size: 14px!important;
        text-align: justify;

    }
    .carousel-caption{
       margin-top: 10%!important;
       
    }
    .carousel-inner{
        overflow: visible!important;
    }
    .modeltab1{
        margin-left: 65px!important;
    }

    .navbar-nav .nav-item{
        margin: 0px!important;
    }

}


.slider-section {
    background: url(../img/tail-slider.jpg) 0 0 repeat-x;
    padding-bottom: 10px;
}

.bg-slider {
    background: url(../img/slider/bg-slider.jpg) center 17px no-repeat;
    height: 432px;
}

.carousel {
    z-index: 100;
    position: relative;
    padding-top:8%;
}

.about-s{
    background:url(../img/tail-content.gif)0 0 repeat-x ;
    background-size: cover;
    padding-bottom: 10px;
}

.banner{
    background: url(../img/banner_bg.png);
    position: relative;
    width: 304px;
    height: 128px;
    padding: 10px;
}

.txt{
    display: block;
    position: absolute;
    left: 5px;
}

.txt span{
    color: #DADEDE;
    font-size: 19px;
    display: block;
    line-height: 1em;
    text-transform: uppercase;
}

.txt strong{
    color: #E6B027;
    font-size: 14px;
    line-height: 0.5em;
}

.banner-img1{
    background:url(../img/swift-d.png);
    width: 167px;
    height: 96px;
    background-size: contain;
    top: 29px!important;
    left: 150px!important;
    position: absolute;
}

.banner-img2{
    background:url(../img/invvoa.png);
    width: 160px;
    height: 96px;
    background-size: contain;
    top: 30px!important;
    left: 175px!important;
    position: absolute;
}

.banner-img3{
    background:url(../img/furtuner.png);
    width: 160px;
    height: 96px;
    background-size: contain;
    top: 30px!important;
    left: 175px!important;
    position: absolute; 
}


.banner-button{
    background: url(../img/banner-button.png);
    width: 116px;
    height: 29px;
    top: 87px;
    color: #000;
    font-size: 15px;
    line-height: 1.9em;
    text-indent: 11px;
    text-decoration: none;
    letter-spacing: 1px;
    -webkit-text-shadow: 0px 1px 1px #FFDB4C;
    -moz-text-shadow: 0px 1px 1px #FFDB4C;
    text-shadow: 0px 1px 1px #FFDB4C;
    position: absolute;
}

.content-bg{
    background: #323C3D; 
    margin:21px px 41px 4px;
    border-bottom: 1px solid #646B6C;
    padding: 0 0 5px 0;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.conent-bg1{
    background: #FFF;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.txt-left{
    float: left;
    text-align: left;
    width: 350px;
    background: url(../img/article_bg.gif) 0 0 repeat;
    -webkit-border-top-left-radius: 9px!important;
    -webkit-border-bottom-left-radius: 9px!important;
    -moz-border-radius-topleft: 9px!important;
    -moz-border-radius-bottomleft: 9px!important;
    border-top-left-radius: 9px!important;
    border-bottom-left-radius: 9px!important;
}

.stylebox1{
    background: url(../img/title_wr.gif) 0 0 repeat-y;
    border-bottom: 1px solid #0E1A1E;
}

.stylebox1 h3{
    padding: 4px 0 4px 4px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.2em;
    text-transform: uppercase;
}

.modeltab1{
    margin-left: 65px;
    margin-bottom: 30px;
    margin-top: 8px;
}

.accordion li a{
    background: url(../img/accordion_marker.png) 2px 3px no-repeat;
    display: block;
    padding: 3px 0 5px 30px;
    color: #EA8A32;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.6em;
}

.accordion li{
    background: url(../img/article_sep.gif) bottom left repeat-x;
    padding: 3px 0 6px 0;
}

.accordion li a:hover{
    color: #DADEDE;
}

.accordion{
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
}

.title{
    color: #EA8A32;
    line-height: 1em;
    font-size: 18px;
    text-decoration: none;
    letter-spacing: -1px;
    background: #000000 url(../img/title.gif) right top no-repeat;
    border-bottom: 1px solid #000000;
    padding: 9px 0 9px 14px;
    margin-bottom: 21px;
    text-transform: uppercase;
}

.item-section{
    margin: 5px;
}

.row-clear p{
    font-size: 14px;
    text-align: justify;
}

.car-container{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.car-card{
    flex: 1 1 calc(50.00% - 15px);
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.car-details h3{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

.car-details{
    float:left;
    text-align: left;
}

.footer-end{
    background: url(../img/tail-footer-top.jpg) top center repeat-x;
    min-height: 100px;
}

.footer-menu li{
    background: url(../img/footer-menu-sep.gif) right top no-repeat;
    display: block;
    float: left;
    padding: 0 15px;
}

.footer-menu li a {
    color: #EA8A32;
    font-size: 11px;
    text-decoration: none;
}

.footer-menu ul{
    float: right;
    padding: 28px 0 11px 0;
}

.clear{
    overflow: hidden;
    width: 100%;
    text-align: justify;
}

.footer-text{
    overflow: hidden;
    width: 580px;
}

.footer-text .copyright p{
    padding: 20px 0 0 0;
}
.card img{
    width: 80%;
    height: 90%;
}

.card{
    height: 200px;
}