/*==================================
* Author        : "ThemeSine"
* Template Name : CarVilla  HTML Template
* Version       : 1.0
==================================== */

/*==================================
font-family: 'Poppins', sans-serif;
font-family: 'Rufina', serif;
==================================== */


/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Top-area
3.  Welcome-hero
4.  Model-search
5.  Service
6.  New-cars
7.  Featured-cars
8.  Client-say
9.  Brand
10. Blog
11. Contact
==========================================*/

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
*{
  padding: 0;
  margin: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
  scrollbar-color: #000 #f4f4f4; /* Cor da barra e trilho */
  scrollbar-width: thin; /* Define a largura da barra de rolagem */
}

/* Estilizando o scrollbar globalmente */
::-webkit-scrollbar {
  width: 12px; /* Largura da barra de rolagem */
  height: 12px; /* Altura da barra de rolagem horizontal */
}

::-webkit-scrollbar-track {
  background: #f4f4f4; /* Cor do fundo do track (trilho) */
  border-radius: 10px; /* Arredondamento dos cantos */
}

::-webkit-scrollbar-thumb {
  background: #000; /* Cor da barra de rolagem */
  border-radius: 10px; /* Arredondamento dos cantos */
  border: 3px solid #fff; /* Cria um efeito branco ao redor */
}

::-webkit-scrollbar-thumb:hover {
  background: #333; /* Cor ao passar o mouse */
}

/* Estilo alternativo para barras de rolagem horizontais */
::-webkit-scrollbar-corner {
  background: #f4f4f4; /* Cantos de barras cruzadas */
}

body{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	color:#fff;
    text-transform:initial;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
}

a,a:hover,a:active,a:focus {
	text-decoration:none;
	color: #000;
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	color:#000;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}
p {
	margin: 0;
	color:#000;
	font-size:16px;
    line-height: 1.8;
    text-transform: initial;
}
img{border:none;max-width:100%; height:auto;}
ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;
    display: inline-block;
	
}
select,input,textarea,button,.form-control{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;font-size: 16px;text-transform: capitalize;}

html,body{height: 100%;}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}
.owl-carousel {z-index: 0;}
/* section-header */
.section-header{
    position: relative;
    text-align: center;
}
.section-header h2{
    position: relative;
    font-size: 36px;
    font-weight: 500;
    padding-bottom: 35px;
}
.section-header h2:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -42px;
    background: #000;
}
.section-header p{color: #444a57;text-transform: capitalize;margin-bottom:10px;}
.section-header h2 span,.section-header p span{text-transform: lowercase;}

/* section-header */

/*=============Style css=========*/


/*-------------------------------------
        2. Top-area
--------------------------------------*/
nav.navbar.bootsnav {
    background-color: transparent;
    border-bottom: transparent;
    z-index: 9999; /* Fica acima de todos os elementos */
}
.wrap-sticky nav.navbar.bootsnav.sticked {background-color: #000;box-shadow: 0 2px 5px rgba(0,0,0,.2);}

/*.navbar-brand*/
.navbar-header a.navbar-brand,.navbar-header a.navbar-brand:hover,.navbar-header a.navbar-brand:focus{
    display: inline-block;
    color: #fff;
    font-size: 24px;
    letter-spacing: 3px;
    font-weight: 700;
    padding: 45px 0px;
    text-transform:uppercase;
}
.navbar-header a.navbar-brand span{display: inline-block;color:#000;text-transform:capitalize;}

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {padding:30px 0px;}
/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    color: #f5f7fa;
    font-size: 16px;
    font-weight: 500;
    text-transform:uppercase;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
nav.navbar.bootsnav ul.nav > li > a {padding: 48px 21px;}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus{color:#fff;}
nav.navbar.bootsnav ul.nav > li.active>a {color: #fff;}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}
.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a{padding:30px 25px;}
/*.nav li*/

/*.menu-ui-design*/
.menu-ui-design{overflow-y:scroll;height: 350px;}
.menu-ui-design::-webkit-scrollbar {
    width:5px;
}
.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #000;
}
/*.menu-ui-design*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 0px solid #fff;
    padding: 10px;
    top: 0;
}
nav.navbar.bootsnav .navbar-toggle i{color: #fff;}
/*.navbar-toggle */

/*-------------------------------------
        3.  Welcome-hero
--------------------------------------*/
.welcome-hero {
    position: relative;
    background:url(../images/logos/logo_autosteven.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.welcome-hero:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
}
.header-area{position: absolute;top:0;left:0;width: 100%;z-index: 9999;}

/*.welcome-hero-txt*/
.welcome-hero-txt{text-align: center;padding:290px 0 372px;}
.welcome-hero-txt h2 {
    font-size: 100px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.welcome-hero-txt p {
    font-size: 18px;
    text-transform: initial;
    color: #fff;
    font-weight: 500;
    max-width: 735px;
    margin: 0 auto;
}
.welcome-btn {
    display: inline-block;
    width: 230px;
    height: 60px;
    background: #000;
    color: #fff;
    border-radius: 8px;
    margin-top: 35px;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}
.welcome-btn:hover{
    background: #fff;
    color: #000;
}
/*.welcome-hero-txt*/

/*-------------------------------------
        4. Model-Search
--------------------------------------*/
.model-search-content .col-sm-12 {padding: 0;}
.model-search-content {
    padding: 40px 0;
    background: #fff;
    box-shadow:0 10px 40px 0px rgba(38,40,64,.2);
    position: absolute;
    bottom: -150px;
    width: 100%;
    border-radius: 8px;
}

/*.single-model-search*/
.single-model-search{margin-bottom: 30px; margin-left:20px}
.single-model-search:last-child {margin-bottom: 0;}

.single-model-search h2 {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 20px;
}
/*model-select-icon*/
.model-select-icon{
    position:relative;
}
.model-select-icon .form-control {
    outline: 0!important;
    box-shadow: none;
    border: 1px solid #f8f8f8;
    background: #f8f8f8;
    height: 60px;
}
.model-select-icon select {
    font-size: 16px;
    color: #888f9d;
    text-transform: capitalize;
}
.model-select-icon:after{
    position: absolute;
    content: "\f103";
    right: 0px;
    top: 0;
    font-size: 10px;
    color: #888f9d;
    background: #f8f8f8;
    height: 60px;
    line-height: 60px;
    width: 50px;
    text-align: center;
    font-family: "Flaticon";
    pointer-events: none;
    border: transparent;
}/*model-select-icon*/
.welcome-btn.model-search-btn {
    width: 160px;
    margin-top: 35px;
    margin-left: 0px;
}

/*.single-model-search*/

/*-------------------------------------
        5. Service 
--------------------------------------*/
.service { padding: 260px 0 87px;}

.single-service-item{
    text-align: center;
    padding:55px 30px 60px;
    border-radius: 8px;
    margin-bottom: 30px;
    border: 1px solid #dadfe9;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
    position: relative; /* Para garantir que o pseudo-elemento será posicionado corretamente */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	color:#fff
}

.single-service-item .single-service-icon,
.single-service-item h2,
.single-service-item p {
    position: relative; /* Faz com que o conteúdo esteja acima da sobreposição */
    z-index: 2;
    color:#fff
}

.single-service-item::before {
    content: ""; /* Necessário para gerar um pseudo-elemento */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	color:#fff;
    background-color: rgba(0, 0, 0, 0.5); /* Cor preta com 50% de opacidade */
    border-radius: 10px; /* Borda arredondada no overlay */
    z-index: 1; /* Coloca a sobreposição acima da imagem, mas abaixo do conteúdo */
}

.single-service-icon {
    display: inline-block;
    color: #50616c;
}
.single-service-item h2 a {
    font-size:20px;
    margin: 35px 0 20px;
}
.single-service-item h2 a span {text-transform:  lowercase;}
.single-service-item p {padding-bottom: 35px;text-transform: initial;position: relative;}
.single-service-item p:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    background: #000;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}

.single-service-icon [class^="flaticon-"]:before,.single-service-icon[class*=" flaticon-"]:before,.single-service-icon [class^="flaticon-"]:after,.single-service-icon [class*=" flaticon-"]:after {font-size:60px;}
.single-service-item:hover .single-service-icon [class^="flaticon-"]:before,.single-service-item:hover .single-service-icon [class*=" flaticon-"]:before,.single-service-item:hover .single-service-icon [class^="flaticon-"]:after,.single-service-item:hover .single-service-icon [class*=" flaticon-"]:after {color:#fff;}


.single-service-item:hover h2 a,.single-service-item:hover p{color: #fff;}
.single-service-item:hover  p:before {background: #fff;}
.single-service-item:hover{box-shadow: 0 12px 30px 0px rgba(0, 0, 0, 0.2);background: #000;border: 1px solid #000;}


/*-------------------------------------
        6. New-cars
--------------------------------------*/

@font-face {
    font-family: 'Peach Classy';
    src: url('PeachClassy-Italic.eot');
    src: local('Peach Classy Italic'), local('PeachClassy-Italic'),
        url('PeachClassy-Italic.eot?#iefix') format('embedded-opentype'),
        url('PeachClassy-Italic.woff2') format('woff2'),
        url('PeachClassy-Italic.woff') format('woff'),
        url('PeachClassy-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

.new-cars{
    background: #000;
    color: #fff;
    padding:112px 0 120px;
}
.new-cars .section-header h2{
    color: #fff;;
}
.new-cars-img{
    width: 100%;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.new-cars-content{padding-top:96px;}
/*.new-cars-txt*/
.new-cars-txt {margin-left: 29px;margin-bottom: 30px;}
.new-cars-txt h2 a {
    font-size:  30px;
    font-weight:  500;
    margin-bottom: 26px;
}
.new-cars-txt h2 {
    font-size:  30px;
    color:#000;
    font-weight:  500;
    margin-bottom: 26px;
}

.new-cars-txt p {
    color:#000;
}

.new-cars-txt h2 a span {text-transform:  uppercase;}
.new-cars-para2 {margin-top: 30px;}
.welcome-btn.new-cars-btn {
    width: 176px;
    margin-top: 32px;
    color:#fff;
    background-color:#000;
}
/*.new-cars-txt*/

/*.owl-dots */
.new-cars .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0px 4px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
}
.new-cars .owl-theme .owl-dots .owl-dot.active span,.new-cars .owl-theme .owl-dots .owl-dot:hover span {background: #fff;}
.new-cars .owl-theme .owl-nav.disabled+.owl-dots {margin-top: 62px;}
/*.owl-dots */

/*-------------------------------------
        7. Featured-cars
--------------------------------------*/
.featured-cars{
    padding:112px 0 120px;
}
.featured-cars-content{padding-top:50px;}

/*.single-featured-cars*/
.featured-img-box {
    border: 1px solid #000;
    border-radius: 30px;
}
.featured-cars-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    margin: 10px;
    height: 220px;
    border-radius: 30px;
    border: 1px solid #000;
}
.featured-model-info{padding:20px;}
.featured-model-info p {
    font-size: 12px;
    color: #8c92a0;
    text-transform: capitalize;
}
.featured-mi-span{display: inline-block;margin:0 10px;}
.featured-hp-span{display: inline-block;margin-right: 10px;}
.featured-cars-txt{margin:21px 0 47px;}
.featured-cars-txt h2 a{font-size: 16px;margin-bottom: 15px;}
.featured-cars-txt h2 a span{text-transform: uppercase;}
.featured-cars-txt h3{margin-bottom: 10px;}
.featured-cars-txt h3,.featured-cars-txt p{font-size: 13px;}
/*.single-featured-cars*/

/*-------------------------------------       
        8. Clients-say 
--------------------------------------*/
.clients-say{padding:115px 0 80px;background: #000; color:#fff}
.clients-say .section-header h2{color:#fff}
.clients-say .section-header h2:before{background:#fff}

/*single-testimonial-box */
.single-testimonial-box  {
    padding: 50px 30px 57px;
    text-align: center;
    border: 1px solid #fff;
    overflow-x: hidden;
    background-color: #fff;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}

/*testimonial-description*/
.clients-say .testimonial-carousel .col-sm-3,
.clients-say .testimonial-carousel .col-xs-12{
    width:100%;
    height:auto;
}
/* testimonial-info */
.testimonial-img {
    margin-right: 5px;
    border-radius:50%;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.testimonial-person h2 a,.testimonial-person h4 {
    font-size: 16px;
    color: #5e6778;
    font-weight: 600;
}
.testimonial-person h4{
    margin-top: 10px;
}/* testimonial-info */


/* testimonial-comment */
.testimonial-comment p {
    font-size: 16px;
    color: #5e6778;
    margin-top: 30px;
    margin-bottom: 25px;
}/* testimonial-comment */


/*testimonial-description*/
.single-testimonial-box:hover h2 a,.single-testimonial-box:hover h4, .single-testimonial-box:hover p{color: #fff;}
.single-testimonial-box:hover{
    background: #000;
    border: 1px solid #000;
    box-shadow: 0 12px 30px 0px rgba(0,1,193,.2);
}

/*owl carousel*/
.clients-say .owl-carousel .owl-stage {
    position: relative;
    padding: 100px 0 40px;
}
.clients-say .owl-carousel .owl-item img {
    display: block;
    width: 70px;
    height: 70px;
    border-radius:50%;
    margin:0 auto;
}
/*owl carousel*/

/*-------------------------------------
        9. Brand
--------------------------------------*/
.brand{
    padding: 120px 0;
}
.brand-area {
    position:relative;
}
.brand-area .item {
    padding: 0 40px 0;
}

.brand .brand-area .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height:auto;
    border-radius:0;
}
/*-------------------------------------
        10. Blog
--------------------------------------*/

/*-------------------------------------
        12. Contact
--------------------------------------*/
.contact {
    background: #000;
}
.footer-top {padding: 40px 0 40px;}

/*.footer-logo*/
.footer-logo a,.footer-logo a:hover,.footer-logo a:focus{
    display: inline-block;
    color: #fff;
    font-size: 24px;
    letter-spacing: 3px;
    font-family: 'Rufina', serif;
    font-weight: 700;
    text-transform:uppercase;
}
.single-footer-widget p {
    font-size: 14px;
    color: #eeeff6;
    max-width: 300px;
    margin:40px 0 20px;
}
.footer-contact p {
    margin: 0;
    color: #d1d7e9;
}
/*.footer-logo*/

.single-footer-widget {margin-bottom: 40px;}
.single-footer-widget h2 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 43px;
}
.single-footer-widget ul li {
    display:  inherit;
    -webkit-transition: .5s; 
    -moz-transition:.5s; 
    -ms-transition:.5s; 
    -o-transition:.5s;
    transition: .5s;
}
.single-footer-widget ul li:hover{
    -webkit-transform:translateX(10px);
    -moz-transform:translateX(10px);
    -ms-transform:translateX(10px);
    -o-transform:translateX(10px);
    transform:translateX(10px);
}
.single-footer-widget ul li a {
    font-size:  14px;
    color:  #fff;
    font-weight:  300;
    padding-bottom: 13px;
}
.single-footer-widget ul li a span {text-transform: lowercase;}
.footer-newsletter p{
    color: #cccccc;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 15px;
}
/*hm-foot-email*/
.hm-foot-email{position: relative;}
.foot-email-box .form-control {
    background:#fff;
    display: block;
    padding: 15px 20px;
    outline:0!important;
    box-shadow:0 5px 15px rgba(0,0,0,.2);
    border:0;
}
.foot-email-box input[type="text"]{
    font-size: 12px;
    color: #000;
    font-weight: 300;
}
.foot-email-subscribe {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: transparent;
    color: #000;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot-email-box .form-control:hover{
    box-shadow:0 5px 15px rgba(0,0,0,.4);
}
/*hm-foot-email*/
/*.footer-copyright */
.footer-copyright {
    padding: 20px 0 17px;
    border-top: 1px solid #fff;
}
.footer-copyright p,.footer-copyright p a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.footer-social{text-align: right;}
.footer-social a i {
    color: #fff;
    opacity: .40;
    font-size: 14px;
    margin-left: 16px;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.footer-social i:hover{opacity: .70;}
/*.footer-copyright */

/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#000;
	border:1px solid #000;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#fff;
    color: #000;
	border:1px solid #000;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}

.featured-cars {
  text-align: center;
  max-width: 1600px;
  margin: 200px auto 0px auto;
  padding: 20px;
}

.featured-cars h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}

.black-color{
	color:#000;
}

.featured-cars .subtitle {
  font-size: 16px;
  color: #e63946;
  margin-bottom: 30px;
}

.carousel-container {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.carousel {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease-in-out;
}

.carousel-slide {
  flex: 0 0 auto;
}

.car-card {
  width: 350px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.car-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.car-details {
  padding: 20px;
  text-align: left;
}

.details li {
  font-size: 14px;
  margin: 8px 0;
}
.preco {
  font-size: 35px;
  color: #e63946;
  font-weight: bold;
}


.featured-cars {
  text-align: center;
  max-width: 1600px;
  margin: 50px auto 0px auto;
  padding: 20px;
}

.featured-cars h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}

.black-color{
	color:#000;
}

.featured-cars .subtitle {
  font-size: 16px;
  color: #e63946;
  margin-bottom: 30px;
}

.carousel-container {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.carousel {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease-in-out;
}

.carousel-slide {
  flex: 0 0 auto;
}

.car-card {
  width: 350px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.car-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.car-details {
  padding: 20px;
  text-align: left;
}

.details li {
  font-size: 14px;
  margin: 8px 0;
}
.preco {
  font-size: 35px;
  color: #000;
  font-weight: bold;
}

.peach-text {
    font-family: 'Peach Classy';
    font-weight: normal;
    font-style: italic;
}

.featured-model-info span{
	font-size: 12px
}

.featured-model-text{
	margin-top:10px
}

.vehicle-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 320px;
    margin: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.vehicle-card:hover {
    transform: translateY(-10px); /* Efeito de hover para o card */
}

.vehicle-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.vehicle-info {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 200px;
}

.vehicle-meta {
    font-size: 0.6em;
    color: #000;
    margin-bottom: 10px;
}

.vehicle-meta span {
    margin-right: 10px;
}

.vehicle-info h3 {
    font-size: 1.5em;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
}

.vehicle-info p {
    font-size: 1.2em;
    color: #000;
    margin-bottom: 15px;
}

.vehicle-price {
    font-size: 1.5em;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vehicle-more {
    font-size: 1.5em;
    color: #777;
    cursor: pointer;
}

/* Estilo para o novo card (sem conflito com o anterior) */
.vehicle-card-v2 {
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: 20px;
    max-width: 100%;
    transition: transform 0.3s ease;
}

.vehicle-card-v2:hover {
    transform: translateY(-10px); /* Efeito de hover */
}

.vehicle-image-v2 {
    width: 50%; /* A imagem ocupa 50% do card */
    border-radius: 10px 0 0 10px; /* Arredondando apenas a parte esquerda */
}

.vehicle-image-v2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}

.vehicle-info-v2 {
    width: 50%; /* A parte das informações ocupa a outra metade */
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vehicle-info-v2 h2 {
    font-size: 1.6em;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.vehicle-info-v2 p {
    font-size: 1.2em;
    color: #555;
    margin-bottom: 15px;
}

.vehicle-meta-v2 {
    font-size: 0.9em;
    color: #777;
    margin-bottom: 15px;
}

.vehicle-meta-v2 span {
    display: block;
    margin-bottom: 5px;
}

.vehicle-price-v2 {
    font-size: 1.5em;
    color: #e74c3c;
    font-weight: bold;
    margin-bottom: 15px;
}

.vehicle-price-v2 p{
	
    margin-bottom: 0px;
}

.vehicle-more-v2 {
    font-size: 1.5em;
    color: #777;
    cursor: pointer;
}

/* Responsividade */
@media (max-width: 768px) {
    .vehicle-card-v2 {
        flex-direction: column;
    }

    .vehicle-image-v2,
    .vehicle-info-v2 {
        width: 100%;
    }

    .vehicle-info-v2 h2, .vehicle-info-v2 p {
        font-size: 1.2em; /* Ajusta o tamanho do texto em telas menores */
    }
}

.featured-cars {
    text-align: center;
    max-width: 1600px;
    margin: 200px auto 0px auto;
    padding: 20px;
  }
  
  .featured-cars h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .black-color{
      color:#000;
  }
  
  .featured-cars .subtitle {
    font-size: 16px;
    color: #e63946;
    margin-bottom: 30px;
  }
  
  .carousel-container {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  
  .carousel {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease-in-out;
  }
  
  .carousel-slide {
    flex: 0 0 auto;
  }
  
  .car-card {
    width: 350px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  
  .car-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  
  .car-details {
    padding: 20px;
    text-align: left;
  }
  
  .details li {
    font-size: 14px;
    margin: 8px 0;
  }
  .preco {
    font-size: 35px;
    color: #e63946;
    font-weight: bold;
  }
  
  
  .featured-cars {
    text-align: center;
    max-width: 1600px;
    margin: 50px auto 0px auto;
    padding: 20px;
  }
  
  .featured-cars h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .black-color{
      color:#000;
  }
  
  .featured-cars .subtitle {
    font-size: 16px;
    color: #e63946;
    margin-bottom: 30px;
  }
  
  .carousel-container {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  
  .carousel {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease-in-out;
  }
  
  .carousel-slide {
    flex: 0 0 auto;
  }
  
  .car-card {
    width: 350px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  
  .car-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  
  .car-details {
    padding: 20px;
    text-align: left;
  }
  
  .details li {
    font-size: 14px;
    margin: 8px 0;
  }
  .preco {
    font-size: 35px;
    color: #000;
    font-weight: bold;
  }
  
  .peach-text {
      font-family: 'Peach Classy';
      font-weight: normal;
      font-style: italic;
  }
  
  .featured-model-info span{
      font-size: 12px
  }
  
  .featured-model-text{
      margin-top:10px
  }
  
  .vehicle-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      max-width: 320px;
      margin: 20px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease;
  }
  
  .vehicle-card:hover {
      transform: translateY(-10px); /* Efeito de hover para o card */
  }
  
  .vehicle-image img {
      width: 100%;
      height: 200px;
      object-fit: cover;
  }
  
  .vehicle-info {
      padding: 15px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 200px;
  }
  
  .vehicle-meta {
      font-size: 0.6em;
      color: #000;
      margin-bottom: 10px;
  }
  
  .vehicle-meta span {
      margin-right: 10px;
  }
  
  .vehicle-info h3 {
      font-size: 1.5em;
      font-weight: bold;
      color: #000;
      margin-bottom: 5px;
  }
  
  .vehicle-info p {
      font-size: 1.2em;
      color: #000;
      margin-bottom: 15px;
  }
  .vehicle-more {
      font-size: 1.5em;
      color: #777;
      cursor: pointer;
  }
  
  /* Estilo para o novo card (sem conflito com o anterior) */
  .vehicle-card-v2 {
      display: flex;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      margin: 20px;
      max-width: 100%;
      transition: transform 0.3s ease;
  }
  
  .vehicle-card-v2:hover {
      transform: translateY(-10px); /* Efeito de hover */
  }
  
  .vehicle-image-v2 {
      width: 50%; /* A imagem ocupa 50% do card */
      border-radius: 10px 0 0 10px; /* Arredondando apenas a parte esquerda */
  }
  
  .vehicle-image-v2 img {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 10px 0 0 10px;
  }
  
  .vehicle-info-v2 {
      width: 50%; /* A parte das informações ocupa a outra metade */
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
  }
  
  .vehicle-info-v2 h2 {
      font-size: 1.6em;
      font-weight: bold;
      color: #333;
      margin-bottom: 5px;
  }
  
  .vehicle-info-v2 p {
      font-size: 1.2em;
      color: #555;
      margin-bottom: 15px;
  }
  
  .vehicle-meta-v2 {
      font-size: 0.9em;
      color: #777;
      margin-bottom: 15px;
  }
  
  .vehicle-meta-v2 span {
      display: block;
      margin-bottom: 5px;
  }
  
  .vehicle-price-v2 {
      font-size: 1.5em;
      color: #e74c3c;
      font-weight: bold;
      margin-bottom: 15px;
  }
  
  .vehicle-price-v2 p{
      
      margin-bottom: 0px;
  }
  
  .vehicle-more-v2 {
      font-size: 1.5em;
      color: #777;
      cursor: pointer;
  }
  
  /* Responsividade */
  @media (max-width: 768px) {
      .vehicle-card-v2 {
          flex-direction: column;
      }
  
      .vehicle-image-v2,
      .vehicle-info-v2 {
          width: 100%;
      }
  
      .vehicle-info-v2 h2, .vehicle-info-v2 p {
          font-size: 1.2em; /* Ajusta o tamanho do texto em telas menores */
      }
  }
  
  .car-details {
    color: #000;
    padding: 20px;
    max-width: 1600px;
    margin: auto;
  }
  
  .car-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
  }
  
  .car-header h1 {
    font-size: 2rem;
    margin: 0;
  }
  
  .car-header .price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
  }
  
  .car-info {
    display: flex;
    gap: 10px;
    margin: 15px 0;
    flex-wrap: wrap;
  }
  
  .car-info .info-item {
    background-color: #f0f4ff;
    color: #333;
    padding: 8px 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.9rem;
  }
  
  /* Lightbox styles */
  .lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
  }
  
  .lightbox-content {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
  }
  
  .lightbox .close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    transition: color 0.3s;
  }
  
  .lightbox .close:hover {
    color: #bbb;
  }
  
  .description-section {
    display: flex;
    gap: 20px;
    padding: 20px;
    max-width: 1600px;
    margin: auto;
    color: #333;
  }
  
  .description {
    flex: 2;
  }
  
  .description h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  
  .description ul {
    list-style: none;
    padding: 0;
    line-height: 1.6;
  }
  
  .description ul ul {
    margin-left: 20px;
    list-style-type: disc;
  }
  
  .description ul li {
    margin-bottom: 10px;
    font-size: 1rem;
  }
  
  .contact-card {
    flex: 1;
  }
  .car-gallery {
    display: flex;
    gap: 10px;
    margin-top: 20px;
  }
  
  .car-gallery .main-image {
    flex: 2;
    max-height: 500px; /* Mantém uma altura consistente */
    overflow: hidden;
  }
  
  .car-gallery .main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ajusta a imagem principal à área disponível */
    border-radius: 10px;
  }
  
  .car-gallery .thumbnails {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); /* Ajusta dinamicamente a grade */
    grid-auto-rows: 1fr; /* Garante proporção dos quadrados */
    gap: 10px;
    flex: 1;
    max-height: 500px; /* Define a altura máxima das miniaturas */
  }
  
  .car-gallery .thumbnails img {
    width: 100%;
    height: 100%; /* Garante que as imagens preencham os quadrados */
    object-fit: cover; /* Mantém a proporção das imagens */
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s;
  }
  
  .car-gallery .thumbnails img:hover {
    transform: scale(1.05); /* Efeito de zoom ao passar o mouse */
  }
  
  /* Responsividade */
  @media (max-width: 768px) {
    .car-gallery {
      flex-direction: column; /* No mobile, as miniaturas ficam abaixo da imagem principal */
    }
  
    .car-gallery .main-image {
      max-height: 300px;
    }
  
    .car-gallery .thumbnails {
      grid-template-columns: repeat(auto-fit, minmax(60px, 1fr)); /* Reduz o tamanho das miniaturas */
      grid-auto-rows: auto; /* Ajusta dinamicamente a altura */
    }
  }
  
  .thumbnail.selected {
    border: 2px solid #e63946;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  }
  
  
  .card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
  }
  
  .card h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  
  .card p {
    color: #666;
    font-size: 0.9rem;
  }
  
  .contact-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0;
  }
  
  .contact-info a {
    text-decoration: none;
    color: #333;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .contact-info a:hover {
    text-decoration: underline;
  }
  
  .whatsapp-button {
    display: block;
    text-decoration: none;
    color: white;
    background-color: #25d366;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .whatsapp-button:hover {
    background-color: #1ebd58;
    color: #fff;
  }
  
  .stock-link {
    display: block;
    text-decoration: none;
    color: #007bff;
    font-size: 0.9rem;
  }
  
  .stock-link:hover {
    text-decoration: underline;
  }
  
  .overview-section {
    color: #333;
    padding: 20px;
    max-width: 1200px;
    margin: auto;
  }
  
  .overview-section h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #333;
  }
  
  .overview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }
  
  .overview-item {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #333;
  }
  
  .overview-item i {
    font-size: 1.2rem;
    color: #007bff;
    margin-right: 10px;
  }
  
  .overview-item span {
    font-weight: bold;
    margin-right: 5px;
  }
  
  .extras-section {
    color: #000;
    padding: 20px;
    max-width: 1600px;
    margin: auto;
  }
  
  .extras-section h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #000;
  }
  
  .extras-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
  }
  
  .extras-category h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #000;
  }
  
  .extras-category ul {
    list-style: none;
    padding: 0;
    line-height: 1.6;
  }
  
  .extras-category li {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    color: #333;
  }
  
  .extras-category li::before {
    content: "✅";
    color: #e63946;
    margin-right: 10px;
  }
  
  .vehicle-info-form {
    color: #333;
    padding: 20px;
    max-width: 1200px;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  
  .vehicle-info-form h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
  }
  
  .form-group {
    margin-bottom: 15px;
  }
  
  .form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 0.9rem;
  }
  
  .form-group input,
  .form-group textarea {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
  }
  
  .form-group textarea {
    resize: none;
    height: 100px;
  }
  
  .submit-button {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    background-color: #e63946;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .submit-button:hover {
    background-color: #d62839;
  }
  
  .disclaimer {
    font-size: 0.8rem;
    color: #000;
    text-align: center;
    margin-top: 15px;
  }
  
  .similar-vehicles {
    padding: 20px;
    color: #333;
    max-width: 1600px;
    margin: auto;
  }
  
  .similar-vehicles .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .similar-vehicles .header h2 {
    font-size: 1.8rem;
  }
  
  .similar-vehicles .header .view-all {
    font-size: 1rem;
    text-decoration: none;
    color: #e63946;
  }
  
  .carousel {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  
  .carousel-track-container {
    overflow: hidden;
    width: 100%;
  }
  
  .carousel-track {
    display: flex;
    transition: transform 0.5s ease;
    gap: 20px; /* Adiciona espaçamento consistente entre os cartões */
  }
  
  .vehicle-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    flex: 0 0 calc(100% - 20px); /* Faz com que cada cartão ocupe 100% do contêiner, menos o espaçamento */
    max-width: 280px; /* Define o tamanho máximo para manter a estética */
    padding: 15px;
    margin:10px;
    text-align: center;
    flex-shrink: 0;
  }
  
  .vehicle-card img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
  }
  
  .vehicle-card h3 {
    font-size: 1.2rem;
    margin: 10px 0;
  }
  
  .vehicle-info {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: #666;
  }
  
  .vehicle-info span {
    display: flex;
    align-items: center;
  }
  
  .vehicle-price strong {
    font-size: 1.2rem;
    color: #333;
  }
  
  .vehicle-price a {
    text-decoration: none;
    color: #e63946;
    font-size: 1.2rem;
  }
  
  .status {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: red;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8rem;
  }
  
  .status.few-kms {
    background-color: #007bff;
  }
  
  .carousel-button {
    background: none;
    border: none;
    font-size: 2rem;
    color: #333;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  
  .carousel-button.prev {
    left: 10px;
  }
  
  .carousel-button.next {
    right: 10px;
  }
  
  @media (max-width: 1200px) {
      .vehicle-card {
      flex: 0 0 calc(25% - 20px); /* Mostra quatro cartões lado a lado em desktops */
    }
    .car-details {
      padding: 15px;
    }
  
    .car-header h1 {
      font-size: 1.8rem;
    }
  
    .car-header .price {
      font-size: 1.3rem;
    }
  
    .car-info .info-item {
      font-size: 0.8rem;
      padding: 6px 10px;
    }
  
    .description-section {
      flex-direction: column;
    }
  
    .contact-card {
      margin-top: 20px;
    }
  
    .extras-grid {
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
  
    .overview-grid {
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
  
    .vehicle-info-form {
      padding: 15px;
    }
  
    .carousel-track {
      gap: 15px;
    }
  
    .vehicle-card {
      width: 240px;
      padding: 10px;
    }
  }
  
  @media (max-width: 768px) {
    .car-header {
      flex-direction: column;
      text-align: center;
    }
  
    .car-header h1 {
      font-size: 1.5rem;
      margin-bottom: 10px;
    }
  
    .vehicle-card {
      flex: 0 0 calc(50% - 20px); /* Mostra dois cartões lado a lado em tablets */
    }
  
    .car-header .price {
      font-size: 1.2rem;
    }
  
    .description-section {
      gap: 10px;
    }
  
    .similar-vehicles .header {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .vehicle-card {
      width: 100%;
      padding: 10px;
    }
  
    .carousel-button {
      font-size: 1.5rem;
    }
  }
  
  @media (max-width: 480px) {
    .car-header h1 {
      font-size: 1.2rem;
    }
  
    .car-header .price {
      font-size: 1rem;
    }
  
    .car-info .info-item {
      font-size: 0.7rem;
      padding: 5px 8px;
    }
  
    .extras-category h3 {
      font-size: 1rem;
    }
  
    .vehicle-card h3 {
      font-size: 1rem;
    }
  
    .vehicle-price strong {
      font-size: 1rem;
    }
  
    .overview-grid {
      grid-template-columns: 1fr;
    }
  
    .extras-grid {
      grid-template-columns: 1fr;
    }
  
    .carousel-button {
      font-size: 1.2rem;
    }
  }