.inventory-details .inventory-details-taitel{
    /* margin-bottom: 30px; */
}

.inventory-details .inventory-details-slick-nav{
    margin-bottom: 30px;
}

.car-color{
    background: #f9faff;
    padding: 20px;
    border-radius: 10px;
    box-sizing: border-box;
    white-space: nowrap;

}

.car-color h3{
    line-height: 50px;
}

.car-exterior{

    margin-top: 20px;
}

.car-interior{
    margin-bottom: 20px;
}




.color-options{
    text-align: left;
}

.color-options .color-item{
    width: 50px;
    height: 50px;
    border-radius: 25px;
    display: inline-block;
    margin-left: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    cursor: pointer;
    border: 2px solid rgba(0, 0, 0, 0);
}

.color-options .color-item.active{
    border: 2px solid #333;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}



.slider-interior-color .slick-slide,
.slider-color  .slick-slide {
    margin: 0 10px ;
    border-radius: 10px;

}

.slider-interior-color .slick-slide img,
.slider-color  .slick-slide img {
   max-width: 100%;
    object-fit: cover;
    border-radius: 6px;
}



.inventory-details .inventory-details-right-btn .price-btn{
    padding: 10px 10px;
}




.blogs-details-dec h1, .blogs-details-dec h2,.blogs-details-dec h3{
       margin: 0 0 0.35em;

}


.blogs-details-dec h1{
    font-size: 40px;
}
.blogs-details-dec h2{
    font-size: 28px;
}

.blogs-details-dec h3{
    font-size: 20px;
}

.blogs-details-dec h4{
    font-size: 16px;
}

.blogs-details-dec p {
        font-siz:16px;

        margin: 0 0 1.15em;
}



.blogs-details-dec ul{
    list-style:disc;
    margin-right:40px;
    margin-bottom:20px;

}

.blogs-details-dec ul li{
    font-size:16px !important;
    margin-bottom:10px;

}

.inner-banner-df .inner-banner-taitel{
    color:#fff;

}


.inner-banner .breadcrumb .breadcrumb-item a{
    color:#fff;

}

.inner-banner .breadcrumb .active{
    color:#fff;
}


.inner-banner .inner-banner-img{

    margin-top: 90px;
}


.header.header-two.inner-header{
    background:#4c449c;

}


.footer-two .newsletter-txt span{
    color:#fae083;
}


.footer-two .footer-item-text-link.two ul li a span svg{
     color:#fae083;
}



.header .menu-bg .nav-main .nav-left .logo{

width:250px;
height:auto;
}



.testimonial-position-img{
    display:none;
}



:root {


    /* Full grid area variable */
    --fullGrid: 1 / 1 / -1 / -1;
}


header.header-video {
    /* Create grid spanning viewport width & height */
    display: grid;
    grid-template-rows: 80vh;
    overflow: hidden;
    /* box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, 0.5); */
}

.video-bg {
    /* Span the full grid */
    grid-area: var(--fullGrid);

    /* Re-size video to cover full screen while maintaining aspect ratio */
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;

    /* Display video below overlay */
    z-index: -1;
}

.video-bg::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    /* Span the full grid */
    grid-area: var(--fullGrid);

    /* Center Content */
    display: grid;
    justify-content: center;
    align-content: center;
    text-align: center;

    /* Semi-transparent background */
    background-color: rgba(0, 0, 0, 0.55);
}


.banner-two{

    padding: 0;
}

.header-left-inner .text{
    direction: ltr;
}

/* Background Video */

.video-background {
    position: relative;
    width: 100%;
    height: 90vh; /* Full screen height */
    overflow: hidden;
}

#background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the whole screen */
    z-index: -1; /* Puts the video behind content */
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}

.content h1 {
    font-size: 3rem;
    margin-bottom: 10px;
}

.content p {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

#accordionPanelsStayOpenExample3{
    display:none;
}

.only-mobile{
    margin-top:20px;
    margin-bottom:20px;

    display:none;

}

.only-mobile img{
    width:100%;
}


@media (max-width: 767px) {

    .video-background {
        width: 100%;
        height: 35vh;
    }


   .video-background .content{
       display:none;
   }

   .only-mobile{
        display:block;
    }

    .categories-three.py-120px{
        padding-bottom:20px;
    }

}


.categories .categories-logo .categories-logo-txt h5{
      /* display:none; */
}


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	right:20px;
	line-height:60px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float{
	margin-top:16px;
}



.back-to-top{
    display:none !important;
}



/*********************************************/

.modal-header .modal-title{
    color: #000;
}

.fix-phone-rtl{
    direction: ltr;
}




@media (max-width: 767px) {

    .inner-banner .inner-banner-img{
        margin-top: 0;

    }
}




.partners-logo {
    border-radius: 7px;
    position: relative;
    z-index: 1;
    text-align: center;

    background-color: #f5f7fe ;
    border: 1px solid #e7ecff ;
}

.partners-logo img{
    width: 75%;

}

.partners-logo-txt{
    /* margin-top: 28px; */
    text-align: center;
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e4f5ed;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 18px;

}

.partners-logo-txt p{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: var(--paragraph-color);
    transition: var(--transition-all);
    cursor: pointer;
    padding-right: 20px;
}


input[type='radio'] {
    box-sizing: border-box;
    appearance: none;
    background: white;
    outline: 2px solid #333;
    border: 3px solid white;
    width: 16px;
    height: 16px;
    color: #fff;
  }

  input[type='radio']:checked {
    background: #333;
  }

  .form-check label{
    color: #fff;
  }

  .radio-input .form-check{
    display: inline-block;
    margin-right: 20px;
  }


  .get-in-touch-form-inner{
    margin-bottom: 30px;

  }

  .get-in-touch-form-inner .form-check-label{
    color: #0d274e;
  }

.financing-individual .get-in-touch-form-inner .form-check-label{
    color: #ffffff;
}