
.feature-slider {
  display: flex;
  align-items: center;
  gap: 30px;
}
.feature-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
}
.feature-content {
  max-width: 280px;
}
.navigation {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}
.navigation button {
  background: #f5f5f5;
  border: none;
  padding: 8px 12px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
}
#slideText{display:none;}

.section-heading {font-size: 28px;font-weight: bold; color: #333;font-family: "Mulish", sans-serif;}
.cardvf6c{padding:60px 0 0 0;}
.cardvf6 {border-radius: 8px;}
.vf6list li{list-style: disc;color:#fff;}
.card-title {font-size: 22px;font-weight: bold;margin-left: -15px;color: #fff;font-family: "Mulish", sans-serif;}
.card-text {font-size: 16px;margin-left: -15px;color: #fff;}
.cardvf6 img {border-radius:3px;}


    .car-section {
	  margin-top:150px;
	  font-family: "Mulish", sans-serif;
    }

    .car-image img {
      width: 100%;
      transition: opacity 0.3s ease-in-out;
    }

    .car-info {
      text-align: center;
    }

    .car-info h2 {
      font-size: 1.4rem;
      font-weight: 700;
	  margin-top: 10px;
	  margin-bottom: 25px;
	  color:#000;
	  font-family: "Mulish", sans-serif;
    }

    .car-info button {
     padding: 10px 28px;
    font-size: 1rem;
    background: #f4902a;
    color: #fff;
    border-radius: 5px;
    margin-top: 35px;
    cursor: pointer;
    margin-bottom: 45px;
    }

    .color-options {
      display: flex;
      gap: 10px;
      margin-top: 15px;
	  justify-content: center;
    }

    .color-dot {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 2px solid #ccc;
      cursor: pointer;
      transition: transform 0.2s;
    }

    .color-dot:hover {
      transform: scale(1.2);
    }

    .color-name {
	font-weight: 300 !important;
     margin-top: 10px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    top: -90px;
    right:-655px;
	color:#000;
    }


.containervf {
  font-family: "Mulish", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e5e7ff;
  padding:90px 20px 90px 60px;
  flex-wrap: wrap;
  overflow: hidden;
}

.content {
  flex: 1;
  padding: 20px;
}

.title {
  font-size: 40px;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}

.description {
  font-size: 45px;
  color: #000;
  margin-bottom: 20px;
}

.call-center-btn {
  background-color:#000;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.call-center-btn:hover {
  background-color: #fff;
  color:#000;
}

.specs {
  display: flex;
  justify-content: space-between;
  margin-top:100px;
}

.spec-item {
  text-align: center;
  color:#000;
}

.spec-value {
  font-size: 20px;
  font-weight:500;
  color: #000;
}



  /* App Suite Section */
.app-suite-section {
  text-align: center;
  padding: 40px 20px;
font-family: "Mulish", sans-serif;
}

.section-heading {
  font-size: 28px;
  margin-bottom:40px;
  font-weight: bold;
  color:#fff;
  text-align: center;
     font-family: "Mulish", sans-serif;
}

/* Video Section */
.video-container {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width:1115px;
  margin: 0 auto;
}
.video-containervd {
   width: 1200px;
  height: 600px; /* 16:9 ratio for 1200px width */
  border: none;
  display: block;
  margin: 0 auto; /* center align */
}
.video-containervm {
   width: 320px;
  height: 320px; /* 16:9 ratio for 1200px width */
  border: none;
  display: block;
  margin: 0 auto; /* center align */
}
/*iframe{width:1200px;height:550px;}*/
.car-imagevf6 {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Play Button Overlay */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  padding:9px 0px 0px 9px;
  border-radius: 50%;
  cursor: pointer;
  width:90px;
  height:90px;
  border:5px solid #4e4f51;
}

.play-button a {
  color: white;
  font-size: 36px;
  text-decoration: none;
}

.play-icon {
  font-size: 40px;
}

.cardvf6cADAS{padding-top:120px;}
.vf6list{line-height:2;}
 

.section-description {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}

/* Image Container */
.image-container {
  text-align: center;
  margin-bottom: 30px;
}

.imagevfss {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}





 
    .evcontainer {
      display: flex;
      max-width:1200px;
      width: 100%;
	  margin:0 auto;
      background: #fff;
      align-items: center;
      justify-content: center;
      gap: 30px; 
      padding:80px 0 0;
    }
	.car-infoinpric{line-height:1;}
    .image-box {
      flex: 1;
    }

    .image-box img {
      width: 100%;
      border-radius: 10px;
    }

    .contentev {
      text-align: left;
    padding-left: 50px;
	  margin-top: 210px;
	
    }

    .contentev h2 {
      font-size: 25px;
      margin-bottom: 15px;
      font-weight: bold;
	  color:#000;
    }

    .contentev p {
      font-size: 16px;
      color: #000;
      line-height: 1.5;
	  max-width: 70%;
    }

    .navigation {
      display: flex;
      align-items: center;
      margin-top: 30px;
      gap: 15px;
      font-size: 18px;
	  color:#000;
    }

    .nav-arrow {
      width: 30px;
      height: 30px;
      border: 1px solid #ccc;
	  line-height:0;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      transition: 0.3s;
      user-select: none;
    }

    .nav-arrow:hover {
      background: #f0f0f0;
    }

  

    .carouselvf6 {
      background: #fff;
      margin:75px auto;
      width: 90%;
      max-width: 1200px;
    }
    .carousel-cellvf6 {
      width: 70%;
      margin-right: 10px;
      border-radius: 10px;
      overflow: hidden;
    }

    .carousel-cellvf6 img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 10px;
    }

    .flickity-button {
      background:#000;
      color: #fff;
      border-radius: 50%;
      width:26px;
      height:26px;
    }

    .flickity-button:hover {
      background: rgba(0, 0, 0, 0.8);
    }
	.m50{margin-top:50px;}
    .flickity-prev-next-button.previous {
      left:150px;
    }

    .flickity-prev-next-button.next {
      right:150px;
    }
	.flickity-button:focus {outline: none;box-shadow: 0 0 0 0px #000;}
	.car-imagemt{width: 751px;position:relative;right:-245px;}
	.imgps{width:1000px !important;position:relative;left:-100px;}
	
		/* Responsive Design */
	
	
		 .car-imagemt {
      opacity: 0; 
      transform: translateX(100%); 
      animation: slideFadeRight 5s ease forwards;
	  
    }

    @keyframes slideFadeRight {
      0% {
        transform: translateX(100%);
        opacity: 0;
      }
      100% {
        transform: translateX(0);
        opacity: 1;
      }
    }
		
       @media screen and (max-width:1920px) {
         .color-name { right: -750px;top: -25px;}
		 .video-containervm{display:none;}
        }
       @media screen and (max-width:1479px) {
         .color-name {position: relative;top:-25px;right: -677px;}
	   .urbanvf7{position: relative;top: -295px; right:-655px;}
       }

	@media screen and (max-width:767px) {
    .video-containervd{display:none !important;}
	.video-containervm{display:block;}
	.evcontainer {flex-direction: column; text-align: center;}
	.contentev h2 {font-size: 20px;}
	.navigation {justify-content: center;}
    .color-name {position: static;color: #000;margin-bottom: 0;}
	.car-section{margin-top: 65px;margin-bottom:0px;}
	.car-info h2{margin-bottom:10px;font-size:20px;display:none;}
	.car-info button{margin-bottom: 5px;margin-left: 20px;margin-top:15px;}
	.containervf {padding:35px 15px;}
	.car-imagemt {position: static;}
	#vfcolor{background:transparent !important;}
	.content{padding:0px;text-align:center;}
	.flickity-prev-next-button.previous{left: 40px;}
	.flickity-prev-next-button.next {right: 40px;}
	.card-body{padding-top:0px;}
	.card-title {margin: 0 auto;}
	.vf6list li{text-align: left;margin-left: 45px;}
	.imgps{ position: relative;left:0;}
	.m50{margin-top:0px;}
	.cardvf6c{padding:0px 0 0 0;}
    .section-heading {font-size: 24px;}.section-description, ul {font-size: 16px;}
    .imagevfss {max-width: 100%; margin-bottom: 20px;}
	.section-heading {font-size: 24px;}
    .play-icon {font-size: 32px;}
    .car-imagevf6 {border-radius: 6px;}
	.container {flex-direction: column;align-items: center;text-align: center;}
    .specs {flex-direction: column;align-items: center;}
    .spec-item {margin-bottom: 10px;}
    .car-image img {max-width:100%;background: #11111121;}
    .card-title {font-size: 18px;}
   .card-text {font-size: 14px;}
   .section-heading {font-size: 24px;}
   .specs { margin-top:30px;}
   .description {font-size:18px;}
   .carouselvf6 {margin: 38px auto;}
   .contentev p{max-width: 100%;}
   .contentev{text-align: center; padding-left:0px;margin-top:30px;}
   .color-options{justify-content: center;margin-top: -18px;}
	}
	


  @media screen and (max-width: 480px) {
  .section-heading {font-size:20px;font-weight: 400;}
  .section-description, ul {font-size: 14px;}
  .card-title {font-size: 18px !important;font-weight: 400;}
  .card-text {font-size: 16px;margin-left: -5px;}
  .section-heading {font-size: 20px;}

  
  }