@charset "utf-8";
/************************** Import Fonts and Icons *************************/
/* Premium Type System */
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@600;700;800;900&family=Rajdhani:wght@400;500;600;700&display=swap");
/* Fancybox */
@import url("jquery.fancybox.css");
/************************ General Styles for Tags *************************/
a {
  color: #cd1d1f;
}
a:hover {
  text-decoration: none;
}
a:active,a:focus {
  outline: none;
  text-decoration: none;
}
address {
  border-bottom: 1px solid #ccc;
  color: #4e4e4e;
  font-size: 0.8em;
  line-height: 1.8em;
  padding: 0 0 10px 0;
}
address strong {
  display: block;
  font-size: 1.1em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #252f38;
  font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4 {
  font-weight: bold;
}
h2 {
  border-left: 3px double #cd1d1f;
  font-size: 1.7em;
  line-height: 0.7em;
  margin: 0 0 20px 0;
  padding: 0 0 0 5px;
}
h3 {
  border-bottom: 1px solid #e1e1e1;
  font-size: 1.1em;
  padding: 0 0 5px 0;
}
img {
  width: 100%;
}
img.pull-right {
  margin: 0 0 1.5em 1.5em;
}
img.pull-left {
  margin: 0 1.5em 1.5em 0;
}
p {
  color: #4e4e4e;
  font-size: 0.8em;
  line-height: 1.8em;
}
ul {
  padding: 0;
}
/************************ Header ************************/
header {
  margin-bottom: 4%;
}
/******** Top bar *********/
header .topbar {
  background: #cd1d1f;
  color: #fff;
  font-weight: normal;
}
header .topbar #topmenu,
header .topbar #topsocial {
  line-height: 15px;
  margin-bottom: 0;
  padding: 8px 0;
}
header .topbar #topmenu li,
header .topbar #topsocial li {
  list-style: none;
}
header .topbar #topmenu li:first-child,
header .topbar #topsocial li:first-child {
  padding-left: 0;
}
header .topbar #topmenu li:last-child,
header .topbar #topsocial li:last-child {
  border: none;
}
header .topbar #topmenu li a,
header .topbar #topsocial li a {
  color: #fff;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;  
}
header .topbar #topmenu li a:hover,
header .topbar #topsocial li a:hover {
  color: #efd2b2;
}
header .topbar #topmenu {
  font-size: 0.75em;
}
header .topbar #topmenu li {
  border-right: 1px dotted #efd2b2;
  display: inline-block;
  padding: 0 1em;
}
header .topbar #topsocial li {
  float: right;
  padding: 0 0.25em;
}
header .topbar #topsocial li a {
  font-size: 1em;
}
header .topbar #language {
  background-color: #992323;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 5px 0 0 0;
  padding: 0 0 0 10px;
  width: 55px;
}
header .topbar #language a {
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 0 0 23px; 
}
header .topbar #language ul {
  background: #992323;
  padding: 10px;
  margin-top: 4px;
}
header .topbar #language ul li {
  display: block;
  height: 20px;
}
header .topbar #language ul li a {
  color: #fff;
  width: 100%;
  font-size: 0.9em;
}
header .topbar #language ul li a:hover {
  background-color: transparent;
  text-decoration: underline;
}
header .topbar #language .en_gb {
  background-image: url("../img/flags/gb.png");
}
header .topbar #language .es_es {
  background-image: url("../img/flags/es.png");
}
header .topbar #language .fr_fr {
  background-image: url("../img/flags/fr.png");
}
header .topbar #language .pt_br {
  background-image: url("../img/flags/br.png");
}
/******** Nav *********/
header .navbar {
  background: #292d30;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  font-size: 0.9em;
  font-weight: 600;
  margin: 0;
  min-height: 61px;
  text-transform: uppercase;
}
.container > .navbar-header, .container > .navbar-collapse {
  padding-right: 0;
}
.nav > li > a:hover, .nav > li > a:focus{
  background: transparent;
}
header .navbar .navbar-header .navbar-brand {
  padding-top: 12px;
  padding-bottom: 12px;
}
header .navbar .navbar-header .navbar-toggle {
  background: #cd1d1f;
}
header .navbar .navbar-header .navbar-toggle span {
  background: #fff;
}
header .navbar .navbar-nav li a {
  color: #fff;
  height: 61px;
  line-height: 61px;
  padding: 0 0.9em;
}
header .navbar .navbar-nav li.active a,
header .navbar .navbar-nav li a:hover {
  background-color: transparent;
  color: #cd1d1f;
}
header .navbar .navbar-nav .dropdown ul {
  font-size: 0.8em;
  font-weight: 700;
  margin: 0 0 0 -2px;
  padding: 0;
  text-transform: none;
}
header .navbar .navbar-nav .dropdown ul li {
  background-color: #222322;
  border-bottom: 1px solid #333;
  padding: 0;
}
header .navbar .navbar-nav .dropdown ul li:last-child {
  border: none;
}
header .navbar .navbar-nav .dropdown ul li a {
  color: #ccc;
  height: 44px;
  line-height: 44px;
  margin: 1px 0 0;
  width: 200px;
}
header .navbar .navbar-nav .dropdown ul li.active a,
header .navbar .navbar-nav .dropdown ul li a:hover {
  color: #fff;
  background: #cd1d1f;
}
header .navbar .navbar-nav .dropdown.open a {
  background-color: transparent;
}
header .navbar .navbar-nav .buy:hover .menu-buy {
  display: block;
}
header .navbar .navbar-nav .menu-buy {
  background: #1b2023;
  color: #c2c3c5;
  display: none;
  height: 425px;
  left: -70px;
  padding: 5px;
  position: absolute;
  top: 100%;
  width: 875px;
  z-index: 99999;
}
header .navbar .navbar-nav .menu-buy .arrow {
  border: 8px solid #1b2023;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  left: 110px;
  position: absolute;
  top: -16px;
  width: 16px;
  z-index: 2;
}
header .navbar .navbar-nav .menu-buy .items {
  float: left;
  margin: 10px;
  width: 250px;
}
header .navbar .navbar-nav .menu-buy .items a {
  color: #c2c3c5;
  display: block;
  font-size: 0.9em;
  font-weight: 400;
  height: 40px;
  line-height: 20px;
  margin: 0 0 13px 0;
  overflow: hidden;
  padding: 0;
  text-transform: initial;
}
header .navbar .navbar-nav .menu-buy .items a strong {
  display: block;
}
header .navbar .navbar-nav .menu-buy .items a span {
  display: block;
  margin: 1px 0 0 0;
}
header .navbar .navbar-nav .menu-buy .items a img {
  float: right;
  width: 108px;
}
header .navbar .navbar-nav .menu-buy .car {
  float: right;
  margin: 0 20px 0 0;
  text-transform: initial;
  width: 550px;
}
header .navbar .navbar-nav .menu-buy .car strong {
  display: block;
  font-size: 1.6em;
  margin: 0;
}
header .navbar .navbar-nav .menu-buy .car span {
  display: block;
  font-size: 1em;
  line-height: 1.2em;
  margin: 10px 0;
}
header .navbar .navbar-form {
  padding-right: 0;
  margin-top: 17px;
}
header .navbar .navbar-form .btn,
header .navbar .navbar-form .form-control {
  background-color: #262a2d;
  border-color: #191d20;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0.5px rgba(0,0,0,0.5);
  box-shadow: inset 0 0 0.5px rgba(0,0,0,0.5);
  color: #63676a;
  height: 30px;
  margin: 0;
  min-width: initial;
}
header .navbar .navbar-form .advanced {
  font-size: 1.3em;
  padding: 5px 0 0 0px;
  position: relative;
  width: 40px;
}
header .navbar .navbar-form .advanced:hover,
header .navbar .navbar-form .advanced.active {
  background-color: #cd1d1f;
  border-color: #cd1d1f;
  color: #fff;
}
header .navbar .navbar-form .advanced .icon-plus {
  font-size: 0.7em;
  left: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
}
header .navbar .navbar-form .form-group {
  width: 200px;
}
header .navbar .navbar-form .form-group .form-control {
  border-right: none;
  font-size: 0.8em;
  margin: 0;
  color: #676b6e!important;
}
header .navbar .navbar-form .form-group .input-group-btn .btn {
  color: #cd1d1f;
  font-size: 1.3em;
  padding: 0;
  width: 33px;
}
/******** Carousel *********/
header .subbar {
  background-color: #ebeae8;
  background-image: url("../img/header-pattern.png");
  font-size: 1.2em;
  font-weight: 700;
  min-height: 122px;
  position: relative;
  text-transform: uppercase;
}
header .subbar #carousel-top .carousel-inner {
  margin: 20px auto;
  width: 90%;
}
header .subbar #carousel-top .offer {
  background: #f1f1f1;
  border: 1px solid #eee;
  display: block;
  float: left;
  margin: 0 15px;
  width: 223px;
}
header .subbar #carousel-top .offer:hover  {
  background: #CD1D1F;  
}
header .subbar #carousel-top .offer:hover span  {
  background: #CD1D1F;
  color: #fff;
}
header .subbar #carousel-top .offer:hover span strong {
  color: #fff;
}
header .subbar #carousel-top .offer img {
  float: left;
  max-width: 110px;
  max-height: 85px;
}
header .subbar #carousel-top .offer span {
  color: #292d30;
  float: left;
  font-size: 0.6em;
  font-weight: 400;
  margin: 0;
  padding: 5px;
  text-transform: none;
  width: 110px;
}
header .subbar #carousel-top .offer span strong {
  color: #cd1d1f;
  display: block;
  font-size: 1.2em;
  line-height: 20px;
  text-transform: uppercase;
}
header .subbar #carousel-top .carousel-control {
  background: none;
  color: #8e8e8e;
  left: -10px;
  margin: 19px 0 0 0;
  position: absolute;
  top: 0px;
  z-index: 3;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;  
}
header .subbar #carousel-top .carousel-control:hover {
  color: #cd1d1f;
}
header .subbar #carousel-top .carousel-control.next {
  left: 100%;
  margin-left: -32px;
}




/*********************************** Alert *********************************/
.alert {
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 2px;
  padding: 10px;
}
.alert i {
  font-size: 1.5em;
}
.alert.alert-success {
  background: #f0f0f0;
  border-color: #9bbb68;
  color: #9bbb68;
}
.alert.alert-warning {
  background: #f0f0f0;
  border-color: #c9c21a;
  color: #c9c21a;
}
.alert.alert-danger {
  background: #f0f0f0;
  border-color: #cd1d1f;
  color: #cd1d1f;
}





/********************************* Accordion *******************************/
.panel.panel-accordion {
  background: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
.panel.panel-accordion .panel-heading {
  background: #f9f9f9;
  border: 1px solid #252f38;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
.panel.panel-accordion .panel-heading .panel-title {
  font-size: 0.7em;
  font-weight: 400;
}
.panel.panel-accordion .panel-heading .panel-title a {
  display: block;
  padding: 5px;
}
.panel.panel-accordion .panel-heading .panel-title .badge {
  background: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #cd1d1f;
  font-size: 1.5em;
  margin-top: -2px;
}
.panel.panel-accordion .panel-heading:hover {
  background: #cd1d1f;
}
.panel.panel-accordion .panel-heading:hover a {
  color: #fff;
  text-decoration: none;
}
.panel.panel-accordion .panel-heading:hover .badge i {
  color: #fff;
}
.panel.panel-accordion .panel-body {
  font-size: 0.8em;
}
.panel.panel-accordion .panel-body strong {
  display: block;
}




/********************************* Accordion full size *******************************/
.fullsize p {
  font-size: 1em;
}
.fullsize .panel.panel-accordion .panel-heading .panel-title {
  font-size: 1.2em;
}
.fullsize .panel.panel-accordion .panel-heading .panel-title span.colorletter{
  color: #cd1d1f;
}
.fullsize .panel.panel-accordion .panel-heading:hover a span.colorletter{
  color: #fff;
}


/********************************* Buttons *********************************/
.btn {
  background: #292d30;
  border: 1px solid #191d1e;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #f9f9fb;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  margin: 0.5em;
  padding: 12px 26px;
  text-transform: uppercase;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;  
}
.btn:hover {
  background: #cd1d1f;
  border-color: #cd1d1f;
}
.btn.btn-sm {
  font-size: 12px;
  line-height: 12px;
  min-width: 120px;
  padding: 8px;
}
.btn.btn-lg {
  font-size: 14px;
  line-height: 14px;
  min-width: 190px;
  padding: 15px;
}
.btn.alt {
  background: #ebebeb;
  color: #4e4e4e;
}
.btn.alt:hover {
  color: #cd1d1f;
}
.btn.btn-navigation {
  background: #ebebeb;
  border-color: #e7e7e7;
  color: #252f38;
  font-weight: 400;
  padding: 7px 20px;
  text-transform: none;
  width: 12em;
}
.btn.btn-navigation:hover {
  background: #cd1d1f;
  color: #fff;
}
.btn.red {
  background: #cd1d1f;
  border-color: #cd1d1f;
  color: #fff;
}
.btn.red:hover {
  background: #292d30;
  border: 1px solid #191d1e;
}
.btn.silver {
  background: #f0f0f0;
  border-color: #f0f0f0;
  color: #252f38;
}
.btn.green {
  background: #6ca53a;
  border-color: #6ca53a;
  color: #fff;
}
.btn.blue {
  background: #1eaacd;
  border-color: #1eaacd;
  color: #fff;
}
.btn.pink {
  background: #d84dc4;
  border-color: #d84dc4;
  color: #fff;
}
.btn.yellow {
  background: #e4b600;
  border-color: #e4b600;
  color: #252f38;
}
.btn.aqua {
  background: #67d2cc;
  border-color: #67d2cc;
  color: #252f38;
}
.btn.teal {
  background: #709395;
  border-color: #709395;
  color: #fff;
}
.btn.purple {
  background: #a079b2;
  border-color: #a079b2;
  color: #fff;
}
.btn.grey {
  background: #6b6b6b;
  border-color: #6b6b6b;
  color: #fff;
}
.btn.black {
  background: #000;
  border-color: #000;
  color: #fff;
}



/********************************* Carousel ********************************/
.carousel-control {
  background: #b0b0b0;
  color: #fff;
  display: inline-block;
  font-size: 1.5em;
  font-weight: 400;
  height: 42px;
  line-height: 42px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: static;
  text-shadow: none;
  width: 42px;
}
.carousel-control:hover,
.carousel-control:focus {
  background: #cd1d1f;
  color: #fff;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: static;
}


/**************************** Carousel with Thumb **************************/
.carousel.carousel-thumb ol {
  font-size: 1em;
  margin: 0;
  padding: 0;
  position: static;
  width: 100%;
}
.carousel.carousel-thumb ol li {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  float: left;
  height: 79px;
  margin: 8px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 0;
  width: 79px;
}
.carousel.carousel-thumb ol li:first-child {
  margin-left: 0;
}
.carousel.carousel-thumb ol li:last-child {
  margin-right: 0;
}
.carousel.carousel-thumb ol li.active {
  border: 3px solid #cd1d1f;
}
.carousel.carousel-thumb ol li img {
  height: 100%;
  width: auto;
}



/********************************* Dropdowns *******************************/
.dropdown {
  z-index: 2000;
}
.dropdown ul {
  display: none;
  left: 0;
  overflow: visible;
  position: absolute;
  text-align: left;
  top: 100%;
}
.dropdown ul li {
  display: inline-block;
  list-style: none;
}
.dropdown ul li a {
  display: inline-block;
  margin: 0;
  padding: 0 15px;
}



/******************************* Progress Bar ******************************/
.progress {
  background-color: #e1e1e1;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: auto;
}
.progress .progress-bar {
  background-color: #cd1d1f;
  background-image: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  font-size: 0.9em;
  font-weight: 400;
  padding: 0.5em 1em;
  text-align: left;
}
.progress .progress-bar.silver {
  background: #f0f0f0;
}
.progress .progress-bar.green {
  background: #6ca53a;
}
.progress .progress-bar.blue {
  background: #1eaacd;
}
.progress .progress-bar.pink {
  background: #d84dc4;
}
.progress .progress-bar.yellow {
  background: #e4b600;
}
.progress .progress-bar.aqua {
  background: #67d2cc;
}
.progress .progress-bar.teal {
  background: #709395;
}
.progress .progress-bar.purple {
  background: #a079b2;
}
.progress .progress-bar.grey {
  background: #6b6b6b;
}
.progress .progress-bar.black {
  background: #000;
}



/*********************************** Tabs **********************************/
.nav-tabs {
  border-bottom: 0;
  font-size: 14px;
}
.nav-tabs>li>a {
  background: #cd1d1f;
  border: 1px solid #ddd;
  border-left: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  margin-right: 0;
  padding: 0.6em 2em;
  text-transform: uppercase;
}
.nav-tabs>li>a:first-child {
  border-left: 1px solid #ddd;
}
.nav-tabs>li>a:hover {
  background: #e1e1e1;
}
.nav-tabs>li.active > a,
.nav-tabs>li.active > a:hover {
  background: #e1e1e1;
  color: #252f38;
}
.nav-tabs.alt>li>a {
  background: #f0f0f0;
  color: #252f38;
  font-weight: 400;
}
.nav-tabs.alt>li>a:hover {
  background: #cd1d1f;
  color: #fff;
}
.nav-tabs.alt>li.active > a,
.nav-tabs.alt>li.active > a:hover {
  background: #fff;
  color: #cd1d1f;
}
.tab-content {
  background: #e1e1e1;
  padding: 5px;
}
.tab-content.alt {
  background: #fff;
  border: 1px solid #ebebeb;
}


/******************************** Call to action CTA *******************************/
.cta {
  margin-top: 3%;
  margin-bottom: 3%;
}
blockquote {
  background: #e1e1e1;
  border-left: 3px double #cd1d1f;
  color: #252f38;
  font-size: 0.9em;
  font-style: italic;
  font-weight: 700;
  line-height: 1.8em;
  padding: 40px 60px;
  position: relative;
}
blockquote.action {
  padding-right: 280px;
}
blockquote .btn {
  left: 100%;
  margin: 0 0 0 -260px;
  min-height: 38px;
  position: absolute;
  top: 40%;
  white-space: initial;
  width: 160px;
}

/******************************** Tags Price *******************************/
.tags.price {
  background: #cd1d1f;
  color: #fff;
  float: right;
  font-size: 1.3em;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  margin: -35px 0 0 0;
  padding: 0 10px;
  position: relative;
}
.tags.price span {
  border-bottom: 20px solid transparent;
  border-right: 15px solid #cd1d1f;
  border-top: 20px solid transparent;
  display: block;
  height: 0;
  left: -15px;
  position: absolute;
  top: 0;
  width: 0;
}


/******************************* Testimonial *******************************/
.testimonials{
  margin-top: 6%;
  margin-bottom: 0;
}
#carousel-testimonials {
  border-top: 1px solid #e1e1e1;
  margin: 0 -15px;
  padding: 20px 0 0 0;
}
#carousel-testimonials .testimonials-item {
  float: left;
  font-size: 0.8em;
  line-height: 1.7em;
  margin-bottom: 40px;
  min-height: 90px;
  padding: 0 20px 0 120px;
  position: relative;
  width: 50%;
}
#carousel-testimonials .testimonials-item .img {
  border: 5px solid #cd1d1f;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #cd1d1f;
  float: left;
  height: 90px;
  margin-left: -120px;
  overflow: hidden;
  width: 90px;
}
#carousel-testimonials .testimonials-item span {
  border: 6px solid #cd1d1f;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  height: 12px;
  left: 89px;
  position: absolute;
  top: 39px;
}
#carousel-testimonials .testimonials-item strong {
  color: #cd1d1f;
  display: block;
  float: right;
  font-style: italic;
  font-weight: 400;
  margin-top: 5px;
}
#carousel-testimonials .carousel-control {
  background: transparent;
  border: 1px solid #999;
  color: #999;
  font-size: 20px;
  height: 26px;
  left: 100%;
  line-height: 26px;
  margin: 0 0 0 -50px;
  position: absolute;
  top: -40px;
  width: 26px;
}
#carousel-testimonials .carousel-control.prev {
  margin: 0 0 0 -80px;
}
#carousel-testimonials .carousel-control i:before,
#carousel-testimonials .carousel-control i:after {
  width: auto;
}
#carousel-testimonials .carousel-control:hover {
  background: #cd1d1f;
  color: #fff;
}
#carousel-testimonials .carousel-control.all {
  font-size: 0.8em;
  margin: 0 0 0 -130px;
  text-transform: uppercase;
  width: 75px;
}


/****************************** Flickr Feed ********************************/
.flickr-feed {
  height: 154px;
  list-style: none;
}
.flickr-feed li {
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  list-style: none;
  margin: 3.5px;
}
.flickr-feed li:hover {
  border: 3px solid #cd1d1f;
  margin: 1.5px;
}



/**************************** Revolution Slider ****************************/
.bannercontainer {
  height: 100%;
  max-height: 495px !important;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100% !important;
}
.bannercontainer .tp-leftarrow.default,
.bannercontainer .tp-rightarrow.default {
  background: url("../img/slider/arrows.png") no-repeat;
  height: 60px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  width: 60px;
}
.bannercontainer .tp-rightarrow.default:hover {
  background-position: 0 -60px;
}
.bannercontainer .tp-leftarrow.default {
  background-position: -60px 0;
}
.bannercontainer .tp-leftarrow.default:hover {
  background-position: -60px -60px;
}
.bannercontainer .tp-bullets.simplebullets.round .bullet {
  background-image: url("../img/slider/bullet.png");
}
.bannercontainer .caption p {
  background: #000;
  color: #fff;
  font-family: 'Cabin', sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  margin-bottom: 70px;
  padding-right: 60px;
  text-transform: uppercase;
}
.bannercontainer .caption p>span {
  background: #cd1d1f;
  color: #fff;
  display: inline-block;
  font-size: 0.8em;
  margin: -10px 40px -10px 0px;
  position: relative;
  text-align: center;
  padding: 2px 20px 0 33px;
}
.bannercontainer .caption p>span>span {
  border: 30px solid #cd1d1f;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  height: 62px;
  left: 100%;
  position: absolute;
  top: 0;
  width: 30px;
}
.pagetitle {
  padding-bottom: 1%;
}

/*********************************** Aside *********************************/
aside h3 {
  border: none;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
}
aside h3:first-child {
  margin-top: 0;
}
aside h3 span {
  color: #cd1d1f;
}
aside i {
  color: #cd1d1f;
}
aside .row{
  margin-bottom: 15%;
}



/********************************* Car Model *******************************/
#carousel-car-model {
  background: #f9f9f9;
  -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
  box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
  padding: 0 20px;
}
#carousel-car-model .model {
  color: #4e4e4e;
  float: left;
  font-size: 0.7em;
  height: 80px;
  margin: 0 7px;
  padding: 15px 0;
  text-align: center;
  width: 97px;
}
#carousel-car-model .model img {
  margin: 0 auto;
  max-width: 72px;
}
#carousel-car-model .model span {
  display: block;
  height: 30px;
  line-height: 30px;
}
#carousel-car-model .model.active {
  border: 2px solid #cd1d1f;
  -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.5), 5px 5px 10px rgba(0,0,0,0.1);
  box-shadow: inset 0 0 10px rgba(0,0,0,0.5), 5px 5px 10px rgba(0,0,0,0.1);
}
#carousel-car-model .carousel-control {
  background: none;
  color: #cd1d1f;
  left: -10px;
  position: absolute;
  top: 18px;
  z-index: 3;
}
#carousel-car-model .carousel-control.next {
  left: 100%;
  margin-left: -32px;
}



/******************************** Comments *********************************/
.container-comments .single-comment {
  padding-bottom: 1%;
  padding-left: 0;
  margin-bottom: 2%;
  float: left;
}
.container-comments .single-comment img {
  background: #cd1d1f;
  float: left;
  margin-right:10px;
  width: 20%;
}
.container-comments .single-comment h4 {
  font-size: 1em;
  font-weight: 600;
  margin: 0;
}
.container-comments .single-comment h4 a {
  color: #252f38;
}
.container-comments .single-comment h4 a:hover {
  color: #cd1d1f;
  text-decoration: none;
}
.container-comments .single-comment small {
  color: #252f38;
  display: block;
  font-size: 0.75em;
  font-weight: 400;
  margin-bottom: 20px;
}
.container-comments .single-comment.reply {
  margin-left: 60px;
}
/******************************** blog Comments *********************************/


/********************************** Forms **********************************/
form label {
  color: #4e4e4e;
  font-size: 0.9em;
  font-weight: 400;
}
form .form-control {
  background: #f9f9f9;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form .input-group-addon {
  background: #f9f9f9;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 0;
  border-radius: 0;
}
form .input-group.date {
  float: left;
  width: 49%;
}
form .slider-range {
  height: 100px;
  width: 100%;
}
form .slider-range .slider {
  width: 100%;
}
form .slider-range .slider.slider-horizontal {
  width: 100%;
}
form .slider-range .slider.slider-horizontal .slider-track {
  height: 5px;
  background: #fff;
  border: 1px solid #1b1c20;
  margin-top: -2px;
}
form .slider-range .slider.slider-horizontal .slider-selection {
  background: transparent;
}
form .slider-range .slider.slider-horizontal .slider-handle {
  background: #fff;
  border: 1px solid #000;
  margin-top: -9px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
form .slider-range .span_range {
  font-size: 0.8em;
  background: #2a2e31;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #f1f2f4;
  border: 1px solid #191d1e;
  height: 20px;
  padding: 0 15px;
}
form .slider-range .span_range.min {
  float: left;
}
form .slider-range .span_range.max {
  float: right;
}
form .slider-range label {
  display: block;
  margin: 0 0 15px 0;
}


/**************************** Vertical Form ************************/
.form-search {
  background: #3e3f43;
  color: #e5e5e7;
  margin: 0;
}
.form-search label {
  color: #e5e5e7;
}
.form-search h3 {
  background: #2a2e31;
  border: none;
  color: #fff;
  font-size: 1.1em;
  margin: 0;
  padding: 10px 20px;
  text-transform: uppercase;
}
.form-search .group-options {
  border-bottom: 1px solid #2b2c2e;
  border-top: 1px solid #565759;
  padding: 20px 10px;
}
.form-search .group-options p {
  color: #e5e5e7;
  display: inline-block;
  margin: 0 10px;
  text-align: right;
  width: 100px;
}
.form-search .group-options .checkbox-inline {
  width: 150px;
}
.form-search .group-options .form-group.select {
  margin: 0 25px 0 0;
  width: 335px;
}
.form-search .group-options .form-group.select label {
  margin: 0 10px;
  text-align: right;
  width: 100px;
}
.form-search .group-options .form-group.select .form-control {
  width: 200px;
}
.form-search .group-options button[type=submit] {
  display: block;
  margin: 0 auto;
  padding-left: 20px;
}
.form-search .group-options button[type=submit] i {
  border-left: 1px solid #fff;
  margin-left: 20px;
  padding-left: 10px;
}
.form-search .group-options button[type=submit]:hover {
  background: #cd1d1f;
  color: #fff;
}
.form-search .group-options button[type=submit]:hover i {
  border-left: 1px solid #fff;
  color: #fff;
}
.form-search .slider-range {
  float: left;
  height: 70px;
  margin: 0 2% 0 0;
  width: 47%;
}
.form-search .slider-range .slider.slider-horizontal {
  width: 70%;
  float: right;
}
.form-search .slider-range .slider.slider-horizontal .slider-handle {
  border: 1px solid #1a1e1f;
  background: #2a2e31;
}
.form-search .slider-range .slider.slider-horizontal .slider-track {
  background: #424347;
  border: 1px solid #1c1d21;
}
.form-search .slider-range label {
  width: 29%;
  float: left;
  text-align: right;
  padding: 34px 20px 0 0;
}
.form-search .slider-range span {
  margin: 0 0 15px 0;
}



/********************************** Grid ***********************************/
.grid {
  display: inline-block;
  margin: 0;
}
.grid .item-grid {
  background: #ebebeb;
  border: 1px solid #ebebeb;
  cursor: pointer;
  float: left;
  margin: 15px 6px;
  position: relative;
  width: 260px;
  -webkit-transition: 3s;
  -moz-transition: 3s;
  -o-transition: 3s;
  -ms-transition: 3s;
  transition: 3s;
  overflow: hidden;
}
.grid .item-grid .ribbon {
  border: 35px solid #2c4774;
  border-bottom-color: transparent;
  border-left-color: transparent;
  height: 70px;
  left: 100%;
  margin: 0 0 0 -70px;
  position: absolute;
  top: 0;
  width: 70px;
  z-index: 2;
}
.grid .item-grid .ribbon span {
  color: #fff;
  font-size: 0.6em;
  font-weight: 700;
  left: 100%;
  margin: -15px 0 0 -20px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 60px;
}
.grid .item-grid .ribbon.red {
  border-top-color: #cd1d1f;
  border-right-color: #cd1d1f;
}
.grid .item-grid .ribbon.grey {
  border-top-color: #4e4e4e;
  border-right-color: #4e4e4e;
}
.grid .item-grid .more {
  background: rgba(205,29,31,0.6);
  color: #fff;
  font-size: 4em;
  height: 208px;
  line-height: 210px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
  z-index: 1;
}
.grid .item-grid .more i {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: -200px;
  left: 50%;
  margin: 0 0 0 -45px;
  position: absolute;
}
.grid .item-grid .more2 {
  background: rgba(205,29,31,0.6);
  color: #fff;
  font-size: 4em;
  height: 208px;
  line-height: 210px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
  z-index: 1;
}
.grid .item-grid .more2 i {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: -200px;
  left: 50%;
  margin: 0 0 0 -45px;
  position: absolute;
}

.grid .item-grid p {
  border: 1px solid #fff;
  font-size: 0.9em;
  font-weight: 700;
  height: 38px;
  line-height: 38px;
  margin: 2px 0 0 0;
  padding: 0 0 0 10px;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  -ms-transition: 1.5s;
  transition: 1.5s;
}
.grid .item-grid p span {
  background: #e1e1e1;
  border-left: 1px solid #c9c9c9;
  display: inline-block;
  float: right;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 95px;
}
.grid .item-grid:hover .more {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.grid .item-grid:hover .more i {
  top: 0;
}

.grid .item-grid:hover .more2 {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.grid .item-grid:hover .more2 i {
  top: 0;
}
.grid .item-grid:hover p {
  color: #cd1d1f;
}
.grid .item-grid:hover p span {
  color: #4e4e4e;
}


/******************************* List Groups *****************************/
.list-group .list-group-item {
  background: none;
  border: 1px solid #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-top-color: #ccc;
  font-size: 0.8em;
  margin: 0;
  padding: 7px;
}
.list-group .list-group-item:first-child,
.list-group .list-group-item:last-child {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.list-group .list-group-item:hover {
  background: none;
  border: 1px solid #cd1d1f;
  color: #cd1d1f;
}
.list-group.alt {
  background: #3e3f43;
  color: #e5e5e7;
}
.list-group.alt h3 {
  background: #2a2e31;
  color: #fff;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  padding: 7px 3px
}
.list-group.alt .list-group-item {
  background: none;
  border: none;
  border-bottom: 1px solid #2d2d2f;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-top: 1px solid #565759;
  color: #e5e5e7;
  font-size: 0.8em;
  margin: 0;
  padding: 7px;
}
.list-group.alt .list-group-item:hover {
  background: #2d2d2f;
  color: #cd1d1f;
}
.list-group.alt .list-group-item i {
  color: #808183;
}


/******************************  Most Viewed  ******************************/
.most-viewed {
  float: left;
  font-size: 0.9em;
  font-weight: 700;
  margin: 0 0 20px 0;
  width: 100%;
}
.most-viewed a {
  color: #888;
  display: block;
}
.most-viewed a:hover {
  color: #222322;
}
.most-viewed span {
  color: #888;
  font-size: 0.9em;
  font-weight: normal;
}
.most-viewed div {
  float: left;
  height: 60px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  width: 60px;
}
.most-viewed div img {
  width: 100%;
}



/****************************** Pagination *********************************/
.pagination {
  background: #ebebeb;
  border: 1px solid #b0b0b0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 10px;
  margin-right: 0;
  margin-left: 0;
}
.pagination li a {
  background: none;
  border: none;
  color: #4e4e4e;
  font-weight: 700;
  padding: 6px;
}
.pagination li a:hover {
  color: #cd1d1f;
  text-decoration: underline;
}



/*********************************** News Posts *********************************/
.post {
  margin-bottom: 60px;
}
.post h3, .post h3 a {
  color: #292d30;
}
.post h3 a:hover {
  color: #cd1d1f;
  text-decoration: none;
}
.post .info {
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
.post .info span:first-child {
  margin-left: 0
}
.post .info span {
  display: inline-block;
  font-size: 0.7em;
  margin: 0 12px;
}
.post .info span i {
  font-size: 1.5em;
  top: -3px;
}
.post .post-img {
  margin-bottom: 20px;
  position: relative;
}
.post .post-img .more {
  background: rgba(205,29,31,0.6);
  color: #fff;
  display: none;
  font-size: 5em;
  height: 100%;
  padding: 10% 0 0 0;
  position: absolute;
  text-align: center;
  width: 100%;
  text-decoration: none;
}
.post .post-img:hover .more {
  display: block;
}
.post .post-img .more2 {
  background: rgba(205,29,31,0.6);
  color: #fff;
  display: none;
  font-size: 5em;
  height: 100%;
  padding: 10% 0 0 0;
  position: absolute;
  text-align: center;
  width: 100%;
  text-decoration: none;
}

.post .post-img:hover .more2 {
  display: block;
}

.post footer {
  height: 34px;
  margin: 20px 0;
}
.post footer a {
  font-weight: 400;
}
.post footer .tags {
  color: #4e4e4e;
}
.post footer .tags a {
  color: #4e4e4e;
  font-size: 0.7em;
}
.post footer .tags a:hover {
  color: #cd1d1f;
  text-decoration: none;
}
.post footer .tags i {
  font-size: 1.2em;
}
.post footer .learnmore {
  color: #4e4e4e;
  display: block;
  font-size: 0.8em;
  height: 34px;
  line-height: 34px;
  text-transform: uppercase;
}
.post footer .learnmore:hover {
  color: #cd1d1f;
}
.post footer .learnmore i {
  font-size: 1.3em;
}
.post .img-author {
  float: left;
  margin: 10px 20px 10px 10px;
  max-width: 106px;
  max-height: 106px;
}
.post h4 {
  margin-top: 20px;
}

/******************************* News small thumbnails *****************************/
.blog-small-thumbail h3{
  margin-top: 0;
}

.blog-small-thumbail .post .post-img .more{
  font-size: 3em;
  padding: 15% 0 0;
}

.blog-small-thumbail .post .post-img .more2{
  font-size: 3em;
  padding: 15% 0 0;
}

.blog-small-thumbail .post .row{
  margin-left: 0;
}

.blog-small-thumbail .post .row div{
  padding-left: 0;
}

aside .row{
  margin-right: 0;
  margin-left: 0;
}


/******************************* Pricing Table *****************************/
.pricing-table {
  text-align: center;
}
.pricing-table .title {
  background: #292d30;
  color: #ced0cd;
  display: block;
  font-size: 1.3em;
  font-weight: 600;
  min-height: 67px;
  padding: 18px;
}
.pricing-table .price {
  background: #dcdcdc;
  color: #282d30;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 0.5em;
  margin: 0;
  min-height: 120px;
  padding: 25px;
}
.pricing-table .price small {
  font-size: 0.4em;
  padding: 0 5px 0 0;
}
.pricing-table .price span {
  display: block;
  font-size: 0.4em;
  font-weight: 400;
}
.pricing-table ul {
  background: #f1f1f1;
  padding: 20px;
}
.pricing-table ul li {
  color: #252f38;
  font-size: 0.9em;
  font-weight: 400;
  list-style: none;
  padding: 0.5em;
}
.pricing-table ul li .btn {
  background: #dcdcdc;
  color: #252f38;
}
.pricing-table ul li .btn:hover {
  background: #cd1d1f;
  color: #fff;
}
.pricing-table.active .price,
.pricing-table:hover .price {
  background: #cd1d1f;
  color: #fff;
}



/********************************** Search *********************************/
.search input,
.search button {
  -webkit-border-radius: 0;
  border-radius: 0;
  min-height: 34px;
}
.search button {
  border-left: none;
  color: #888;
}


/********************************* Services ********************************/
.services{
  margin-top: 6%;
  margin-bottom: 0;
}

#carousel-services {
  border-top: 1px solid #e1e1e1;
  padding: 20px 0 0 0;
}

#carousel-services .services-item {
  float: left;
  font-size: 0.8em;
  line-height: 1.7em;
  margin-bottom: 40px;
  min-height: 90px;
  padding: 10px 20px 0 95px;
  width: 370px;
}
#carousel-services .services-item .ico {
  border: 5px solid #cd1d1f;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #cd1d1f;
  float: left;
  font-size: 3em;
  height: 70px;
  line-height: 70px;
  margin-left: -85px;
  text-align: center;
  width: 70px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#carousel-services .services-item .ico .glyphicon {
  top: -1px;
}
#carousel-services .services-item strong {
  display: block;
  font-size: 1.3em;
  margin-bottom: 5px;
}
#carousel-services .services-item:hover .ico {
  border-color: #fff;
  -webkit-box-shadow: 0 0 0 7px #cd1d1f;
  box-shadow: 0 0 0 7px #cd1d1f;
}
#carousel-services .carousel-control {
  background: transparent;
  border: 1px solid #999;
  color: #999;
  font-size: 20px;
  height: 26px;
  left: 100%;
  line-height: 26px;
  margin: 0 0 0 -50px;
  position: absolute;
  top: -40px;
  width: 26px;
}
#carousel-services .carousel-control.prev {
  margin: 0 0 0 -80px;
}
#carousel-services .carousel-control i:before,
#carousel-services .carousel-control i:after {
  width: auto;
}
#carousel-services .carousel-control:hover {
  background: #cd1d1f;
  color: #fff;
}
.devinfo{
  margin-top: 3%;
  margin-bottom: 0;
}
.itemde{
  margin-bottom: 4%;
}
.itemde:last-child{
  margin-bottom: 0;
}
.itemde h3{
  margin-top: 0;
}
.itemde img{
  margin-bottom: 3%;
}



/******************************** Social Icons *****************************/
.social li {
  display: block;
  float: right;
  list-style: none;
  text-align: center;
}
.social li a {
  background: #171b1e;
  display: block;
  font-size: 1.2em;
  height: 76px;
  line-height: 76px;
  margin: 0 1px 0 0;
  width: 76px;
  text-decoration: none;
}
.social li a i {
  color: #979797;
}
.social li a:hover i {
  color: #fff;
}
.social li a.twitter:hover {
  background: #00aced;
}
.social li a.facebook:hover {
  background: #3b5998;
}
.social li a.gplus:hover {
  background: #dd4b39;
}
.social li a.linkedin:hover {
  background: #007bb6;
}
.social li a.pinterest:hover {
  background: #cb2027;
}
.social li a.vimeo:hover {
  background: #aad450;
}
.social li a.play:hover {
  background: #b00;
}
.social li a.instagram:hover {
  background: #517fa4;
  background: #ff0084;
}








/************************************ Home *********************************/
#home .advanced {
  color: #a2a6a9;
}
#home .src {
  margin: 0;
}
#home .title {
  font-size: 1.3em;
  text-transform: uppercase;
}
#home .list-group-item {
  color: #fff;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  transition: 0.4s all ease;  
}
#home .list-group-item .popular-item {
  height: 95px;
}
#home .list-group-item .popular-item img {
  float: left;
  margin: -10px 5px 20px 25px;
  max-width: 115px;
}
#home .list-group-item .popular-item strong {
  display: block;
  margin-top: 30px;
}
#home .list-group-item .hot-item img {
  margin: 3%;
  width: 94%;
}
#home .list-group-item .hot-item strong {
  display: block;
  float: left;
  margin-top: 5px;
}
#home .list-group-item .hot-item span {
  display: block;
  float: right;
  margin-top: 5px;
  text-align: right;
}

.intoduction {
  margin-top: 3%;
  margin-bottom: 3%;

}
.introform{
  border-bottom: 1px solid #ccc;
  margin-top: 0;
  margin-bottom: 3%;
  padding-bottom: 1%;
}

/*********************************** Buy a Car Page ***********************************/
.form-search .group-options {
  padding: 10px;
}
.form-search .group-options .form-group {
  height: 45px;
  width: 100%;
}
.form-search .group-options .form-group.select label {
  margin: 0 0 0 10px;
  text-align: left;
  width: 85px;
}
.form-search .group-options .form-group.select .form-control {
  margin: 0 0 0 3px;
  width: 140px;
}
.form-search .group-options p {
  text-align: left;
}
.form-search .checkbox-inline {
  margin: 0 0 0 20px;
}
.form-search .checkbox-inline p {
  display: block;
  margin: 0 0 25px;
}
.form-search .checkbox-inline span {
  display: inline-block;
  text-align: center;
  width: 50px;
}
.form-search .slider-range {
  width: 100%;
  height: 120px;
}
.form-search .slider-range .slider.slider-horizontal {
  width: 100%;
}
.form-search .slider-range label {
  width: 100%;
  text-align: left;
  float: none;
  padding: 0;
}

/*********************************** Featured Car ***********************************/
.new-sale {
  background: #e1e1e1;
  margin: 0 0 4% 0;
}
.new-sale .img {
  padding: 0;
  border-right: 1px solid #ebebeb;
}
.new-sale h3 {
  border: none;
  font-size: 1.1em;
}
.new-sale .btn {
  font-size: 0.7em;
  padding-right: 14px;
  padding-left: 14px;
}



/********************************** Sell ***********************************/
.sellform{
  margin-top: 3%;
  margin-bottom:0;
}
.sellform .btn.info {
  color: #fff;
  margin-left: 0;
}



/******************************* Single News *******************************/
#snews #carousel-recent-posts .carousel-control {
  background: none;
  color: #252f38;
  left: 100%;
  margin: 0 0 0 -55px;
  position: absolute;
  top: -50px;
}
#snews #carousel-recent-posts .carousel-control:hover {
  color: #cd1d1f;
}
#snews #carousel-recent-posts .carousel-control.next {
  margin: 0 0 0 -42px;
}
#snews #carousel-recent-posts .recent-posts {
  border-bottom: 1px solid #ccc;
  float: left;
  height: 305px;
  margin: 0 9px;
  width: 270px;
}
#snews #carousel-recent-posts .recent-posts:first-child {
  margin-left: 0;
}
#snews #carousel-recent-posts .recent-posts:last-child {
  margin-right: 0;
}
#snews #carousel-recent-posts .recent-posts a {
  color: #252f38;
  display: block;
  font-size: 1.2em;
  font-weight: 600;
  margin: 10px 0 0 0;
}
#snews #carousel-recent-posts .recent-posts a:hover {
  color: #cd1d1f;
  text-decoration: none;
}
#snews #carousel-recent-posts .recent-posts span {
  display: block;
  font-size: 0.7em;
  margin: 0 0 10px 0;
}



/****************************** Advanced Search ****************************/
#asearch .btn.alt {
  background: #ebebeb;
  border: none;
  color: #4e4e4e;
  margin: 0 0 0 20px;
}
#asearch .btn.alt:hover {
  background: #cd1d1f;
  color: #fff;
}
#asearch label {
  font-weight: 600;
}
#asearch .radio label {
  font-weight: 400;
}



/********************************** About **********************************/
.company {
  margin-top: 0;
  margin-bottom: 6%;
}
.team strong,
.manager strong {
  display: block;
  font-weight: 600;
  margin: 20px 0 10px 0;
}
.team strong em,
.manager strong em {
  font-size: 0.9em;
  font-weight: 400;
}
.team footer,
.manager footer {
  margin: 10px 0 0 0;
}
.team footer a,
.manager footer a {
  color: #a1a1a1;
  margin: 0 3px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;  
}
.team footer a:first-child,
.manager footer a:first-child {
  margin-left: 0 ;
}
.team footer a:hover,
.manager footer a:hover {
  color: #cd1d1f;
}
.team strong,
.team footer {
  margin: 0;
}
.history {
  margin-top: 3%;
  margin-bottom: 0;
}
.userdetail{
  float: left;
  display: block;
  margin-bottom: 2%;
  width: 100%;
}




/*********************************** Car ***********************************/
#car #map {
  height: 365px;
}

#car iframe {
  width: 100%;
}

#car .btn {
  margin: 0;
}

.extrainfo{
  margin-top: 4%;
  margin-bottom: 0;
}

#car #carousel-interested .carousel-control {
  background: none;
  color: #252f38;
  left: 100%;
  margin: 0 0 0 -55px;
  position: absolute;
  top: -50px;
}
#car #carousel-interested .carousel-control:hover {
  color: #cd1d1f;
}
#car #carousel-interested .carousel-control.next {
  margin: 0 0 0 -42px;
}
#car #carousel-interested .interest-item {
  float: left;
  margin: 0 1%;
  position: relative;
  width: 31%;
}
#car #carousel-interested .interest-item:first-child {
  margin-left: 0;
}
#car #carousel-interested .interest-item:last-child {
  margin-right: 0;
}
#car #carousel-interested .interest-item .more {
  background: rgba(205,29,31,0.6);
  color: #fff;
  display: none;
  font-size: 5em;
  height: 100%;
  padding: 17% 0 0 0;
  position: absolute;
  text-align: center;
  width: 100%;
  text-decoration: none;
}
#car #carousel-interested .interest-item:hover .more {
  display: block;
}
#car #carousel-interested .interest-item .more2 {
  background: rgba(205,29,31,0.6);
  color: #fff;
  display: none;
  font-size: 5em;
  height: 100%;
  padding: 17% 0 0 0;
  position: absolute;
  text-align: center;
  width: 100%;
  text-decoration: none;
}
#car #carousel-interested .interest-item:hover .more2 {
  display: block;
}
#car #carousel-car {
  position: relative;
}
#car #carousel-car .carousel-control {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -21px 0 0 0;
  z-index: 10;
}
#car #carousel-car .carousel-control.next {
  left: 100%;
  margin-left: -42px;
}


/********************************* Contact *********************************/

#contact {
  margin-top: -4%;
}

#contact #map {
  height: 525px;
  margin-bottom: 4%;
}

#contact p {
  margin-bottom: 3em;
}

#contact button {
  margin-left: 0;
}




/********************************* Pricing table *********************************/
.pricing-tables-main:first-child{
  margin-bottom: 6%;
  display: block;
  float: left;
}
.pricing-tables {
    border: 1px solid #EEEEEE;
    float: left;
    position: relative;
    width: 24%;
}

.pricing-tables .title {
    background-color: #454545;
    border-bottom: 1px solid #818181;
    border-top: 3px solid #292D30;
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    font-weight: normal;
    padding: 12px 0 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.pricing-tables .price {
    background-color: #636363;
    color: #FFFFFF;
    float: left;
    font-size: 40px;
    font-weight: normal;
    padding: 30px 0 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.pricing-tables .price i {
    color: #CCCCCC;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin-top: 18px;
}
.pricing-tables .cont-list {
    background-color: #F9F9F9;
    border-bottom: 3px solid #FFFFFF;
    border-top: 3px solid #FFFFFF;
    color: #727272;
    float: left;
    text-align: center;
    width: 100%;
}
.pricing-tables .cont-list ul {
    margin: 0;
    padding: 0;
}
.pricing-tables .cont-list li {
    border-bottom: 1px solid #FFFFFF;
    line-height:1;
    list-style-type: none;
    margin: 0;
    padding: 20px 0;
}
.pricing-tables .cont-list li.last {
    border: medium none;
}
.pricing-tables .ordernow {
    background-color: #E3E3E3;
    color: #FFFFFF;
    float: left;
    padding: 0;
    text-align: center;
    width: 100%;
}
.button.darkgray {
    background-color: #292D30;
    color: #FFFFFF;
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    text-align: center;
    width: 50%;
}

/*************** helight ************/
.pricing-tables-helight {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    float: left;
    position: relative;
    width: 27%;
}
.pricing-tables-helight .title {
    background-color: #b10f11;
    border-bottom: 1px solid #dc292b;
    border-top: 3px solid #940305;
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    font-weight: normal;
    margin-top: -10px;
    padding: 19px 0 21px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.pricing-tables-helight .price {
    background-color: #cd1d1f;
    color: #FFFFFF;
    float: left;
    font-size: 45px;
    font-weight: normal;
    padding: 34px 0 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.pricing-tables-helight .price i {
    color: #EEEEEE;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin-top: 20px;
}
.pricing-tables-helight .cont-list {
    background-color: #F9F9F9;
    border-bottom: 3px solid #FFFFFF;
    border-top: 3px solid #FFFFFF;
    color: #727272;
    float: left;
    text-align: center;
    width: 100%;
}
.pricing-tables-helight .cont-list ul {
    margin: 0;
    padding: 0;
}
.pricing-tables-helight .cont-list li {
    border-bottom: 1px solid #FFFFFF;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    padding: 20px 0;
}
.pricing-tables-helight .cont-list li.last {
    border: medium none;
}

.pricing-tables-helight .ordernow {
    background-color: #EEEEEE;
    color: #FFFFFF;
    float: left;
    padding: 0;
    text-align: center;
    width: 100%;
}
.button.small.colorchan {
    background-color: #cd1d1f;
    color: #FFFFFF;
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    text-align: center;
    width: 50%;
}

.pricing-tables.three {
    width: 32%;
}
.pricing-tables-helight.middle {
    width: 36%;
}



/************************ Footer ************************/
footer {
  color: #c3c3c1;
  font-weight: 300;
  margin-top: 6%;
}
footer a {
  font-weight: 300;
}
footer h2 {
  border-left: 1px dotted #cd1d1f;
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 20px;
  padding-left: 5px;
  text-transform: uppercase;
}
footer p {
  color: #c3c3c3;
  font-size: 0.9em;
}
footer .topfoot {
  background: #f5f5f5;
  border-top: 2px solid #e5e5e5;
}
footer .topfoot .carousel-inner {
  margin: 42px 4%;
  text-align: center;
  width: 92%;
}
footer .topfoot .carousel-inner .item > div {
  display: inline-block;
  margin: 0 18px;
  width: 140px;
}
footer .topfoot .carousel-inner .item div:first-child {
  margin-left: 0;
}
footer .topfoot .carousel-inner .item div:last-child {
  margin-right: 0;
}
footer .topfoot .carousel-control {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  left: 0;
  margin-top: -21px;
  position: absolute;
  top: 50%;
}
footer .topfoot .carousel-control.control-right {
  left: 100%;
  margin-left: -42px;
}
footer .middlefoot {
  background: #292d30 url("../img/world-footer-bg.png") center center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 0.8em;
  padding: 1% 0 4% 0;
}
footer .middlefoot .row {
  margin: 0;
}
footer .middlefoot .bread-top {
  border-bottom: 1px solid #33373a;
  color: #c2c3c5;
  font-size: 0.9em;
  font-weight: 400;
  margin: 0 0 50px 0;
  padding: 15px 0;
}
footer .middlefoot .bread-top a {
  color: #fff;
  font-weight: 400;
}
footer .middlefoot .bread-top a:hover {
  color: #cd1d1f;
  text-decoration: none;
}
footer .middlefoot .bread-top .go-top {
  text-align: right;
}
footer .middlefoot ul li {
  line-height: 2.5em;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .middlefoot ul li a {
  color: #fff;
}
footer .middlefoot ul li a:hover {
  color: #cd1d1f;
  text-decoration: none;
}
footer .middlefoot ul li i {
  color: #cd1d1f;
  font-size: 1.2em;
  margin-right: 10px;
}
footer .middlefoot ul.hours li {
  border-bottom: 1px solid #34373a;
  line-height: 4em;
}
footer .middlefoot ul.hours li i {
  line-height: 2.3em;
}
footer .middlefoot .about a {
  color: #fff;
  font-style: italic;
}
footer .middlefoot .about a:hover {
  color: #cd1d1f;
}
footer .middlefoot .about a span {
  margin: 0 5px;
}
footer .middlefoot .about a i {
  font-size: 1.5em;
}
footer .middlefoot .recent-news {
  font-weight: 700;
  margin: 0 0 20px 0;
  min-height: 70px;
}
footer .middlefoot .recent-news a {
  color: #fff;
  display: block;
  font-size: 0.9em;
  margin: 0 0 10px 0;
}
footer .middlefoot .recent-news:hover a {
  color: #cd1d1f;
  text-decoration: none;
}
footer .middlefoot .recent-news:hover div .post-icon {
  background: #cd1d1f;
}
footer .middlefoot .recent-news span {
  font-size: 0.9em;
  font-weight: normal;
}
footer .middlefoot .recent-news div {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
  height: 70px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  width: 80px;
}
footer .middlefoot .recent-news div .post-icon {
  background: rgba(100,100,100,0.5);
  color: #222322;
  font-size: 1.5em;
  height: 100%;
  left: 0;
  padding: 1em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
footer .middlefoot .recent-news div img {
  width: 100%;
}
footer .bottomfoot {
  background: #1e2225;
  color: #c3c3c1;
  min-height: 75px;
}
footer .bottomfoot .row {
  margin: 0;
}
footer .bottomfoot p {
  font-size: 0.8em;
  line-height: 75px;
  margin: 0;
}
footer .bottomfoot p span {
  color: #ffd302;
}
/************************** Premium Home *************************/
:root {
  --premium-bg: #f4efe7;
  --premium-surface: #fffaf2;
  --premium-surface-strong: #ffffff;
  --premium-ink: #10141b;
  --premium-muted: #67707d;
  --premium-line: rgba(16, 20, 27, 0.1);
  --premium-accent: #c43c2f;
  --premium-accent-deep: #92251b;
  --premium-gold: #d6b56b;
  --premium-dark: #0f1319;
  --premium-dark-soft: rgba(15, 19, 25, 0.78);
  --premium-shadow: 0 30px 70px rgba(15, 19, 25, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--premium-bg);
  color: var(--premium-ink);
  font-family: 'IBM Plex Sans', 'Open Sans', sans-serif;
}

body.site-home {
  background:
    radial-gradient(circle at top left, rgba(212, 181, 107, 0.18), transparent 30%),
    linear-gradient(180deg, #f8f3ec 0%, #f4efe7 40%, #f1ebe1 100%);
}

body.site-home header {
  margin-bottom: 0;
}

body.site-home p {
  color: var(--premium-muted);
  font-size: 0.98rem;
  line-height: 1.75;
}

body.site-home h1,
body.site-home h2,
body.site-home h3,
body.site-home h4,
body.site-home h5,
body.site-home h6 {
  border: 0;
  color: var(--premium-ink);
  font-family: 'Barlow Condensed', 'Open Sans', sans-serif;
  letter-spacing: 0.02em;
  margin: 0;
  padding: 0;
  text-transform: none;
}

.section-kicker,
.hero-eyebrow {
  color: var(--premium-gold);
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.utility-bar {
  background: rgba(7, 10, 14, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  position: relative;
  z-index: 12;
}

.utility-bar__inner,
.utility-bar__contact,
.utility-bar__actions,
.utility-bar__social {
  align-items: center;
  display: flex;
}

.utility-bar__inner {
  gap: 18px;
  justify-content: space-between;
  min-height: 54px;
}

.utility-bar__contact {
  flex-wrap: wrap;
  gap: 18px;
}

.utility-bar__contact span,
.utility-bar__contact a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 500;
}

.utility-bar__contact i,
.utility-bar__social i,
.premium-bottomfoot__social i {
  margin-right: 7px;
}

.utility-bar__actions {
  gap: 16px;
}

.utility-bar__cta {
  background: rgba(196, 60, 47, 0.14);
  border: 1px solid rgba(196, 60, 47, 0.45);
  border-radius: 999px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding: 11px 18px;
  text-transform: uppercase;
}

.utility-bar__cta:hover,
.utility-bar__cta:focus {
  background: var(--premium-accent);
  color: #fff;
}

.utility-bar__social {
  gap: 6px;
  margin: 0;
  padding: 0;
}

header .utility-bar #topsocial,
header .utility-bar #topsocial li,
.utility-bar__social li {
  float: none;
  list-style: none;
  padding: 0;
}

.utility-bar__social a {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.utility-bar__social a:hover,
.utility-bar__social a:focus {
  background: rgba(214, 181, 107, 0.2);
  color: #fff;
}

.premium-navbar {
  background: transparent;
  border: 0;
  margin: 0;
  min-height: 88px;
  position: sticky;
  top: 0;
  z-index: 11;
}

.premium-navbar__inner {
  align-items: center;
  display: flex;
  min-height: 88px;
}

.site-home.is-scrolled .premium-navbar {
  background: rgba(8, 12, 17, 0.88);
  box-shadow: 0 16px 44px rgba(8, 12, 17, 0.22);
}

.premium-navbar .navbar-header,
.premium-navbar .navbar-collapse {
  width: 100%;
}

.premium-navbar .navbar-brand {
  align-items: center;
  display: inline-flex;
  min-height: 88px;
  padding: 14px 0;
}

.premium-navbar .navbar-brand img {
  max-height: 58px;
  width: auto;
}

.premium-navbar .navbar-toggle {
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 25px;
}

.premium-navbar .navbar-toggle .icon-bar {
  background: #fff;
}

.premium-nav__menu {
  margin-left: 36px;
}

.premium-navbar .premium-nav__menu li a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  font-weight: 600;
  height: auto;
  letter-spacing: 0.18em;
  line-height: 1;
  padding: 0 18px;
  text-transform: uppercase;
}

.premium-navbar .premium-nav__menu li.active a,
.premium-navbar .premium-nav__menu li a:hover,
.premium-navbar .premium-nav__menu li a:focus {
  color: #fff;
}

.premium-nav__actions {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-left: auto;
}

.premium-nav__button,
.btn-premium {
  align-items: center;
  background: var(--premium-accent);
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.12em;
  min-height: 50px;
  padding: 0 24px;
  text-transform: uppercase;
}

.premium-nav__button--ghost,
.btn-premium--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
}

.premium-nav__button:hover,
.premium-nav__button:focus,
.btn-premium:hover,
.btn-premium:focus {
  background: var(--premium-accent-deep);
  color: #fff;
}

.premium-nav__button--ghost:hover,
.premium-nav__button--ghost:focus,
.btn-premium--ghost:hover,
.btn-premium--ghost:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.btn-premium--wide {
  width: 100%;
}

.home-hero {
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  padding: 42px 0 86px;
  position: relative;
}

.home-hero:before {
  background:
    radial-gradient(circle at right top, rgba(214, 181, 107, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 52%);
  content: '';
  inset: 0;
  position: absolute;
}

.home-hero .container {
  position: relative;
  z-index: 1;
}

.home-hero__grid {
  align-items: flex-start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, 390px);
}

.home-hero__copy,
.home-hero__aside {
  animation: premiumRise 0.85s ease both;
}

.home-hero__aside {
  justify-self: end;
  width: 100%;
}

.home-hero__aside {
  animation-delay: 0.12s;
}

.home-hero__copy h1 {
  color: #fff;
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.95;
  margin-bottom: 18px;
  max-width: 820px;
}

.home-hero__copy p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  margin-bottom: 28px;
  max-width: 620px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.hero-vip-showcase {
  backdrop-filter: blur(16px);
  background: linear-gradient(155deg, rgba(10, 14, 20, 0.84) 0%, rgba(34, 9, 9, 0.72) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  box-shadow: 0 26px 64px rgba(10, 12, 18, 0.24);
  margin-bottom: 22px;
  overflow: hidden;
  padding: 24px;
}

.hero-vip-showcase__heading {
  margin-bottom: 18px;
  max-width: none;
}

.hero-vip-showcase__heading h2 {
  color: #fff;
  font-size: clamp(1.9rem, 3.2vw, 2.9rem);
  line-height: 0.95;
  margin-bottom: 10px;
}

.hero-vip-showcase__heading p {
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 0;
  max-width: 720px;
}

.hero-vip-carousel {
  --vip-gap: 18px;
  --vip-cards-per-view: 3;
  position: relative;
}

.hero-vip-carousel__viewport {
  overflow: hidden;
  width: 100%;
}

.hero-vip-showcase__grid {
  align-items: stretch;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: var(--vip-gap);
  min-width: 100%;
  transition: transform 0.55s ease;
  will-change: transform;
}

.hero-vip-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  flex: 0 0 calc((100% - (var(--vip-gap) * (var(--vip-cards-per-view) - 1))) / var(--vip-cards-per-view)) !important;
  min-width: 0;
  overflow: hidden;
  width: calc((100% - (var(--vip-gap) * (var(--vip-cards-per-view) - 1))) / var(--vip-cards-per-view));
}

.hero-vip-card__media {
  display: block;
}

.hero-vip-card__media img {
  display: block;
  height: 176px;
  object-fit: cover;
  width: 100%;
}

.hero-vip-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 196px;
  padding: 18px;
}

.hero-vip-card__badge {
  background: rgba(214, 181, 107, 0.18);
  border: 1px solid rgba(214, 181, 107, 0.42);
  border-radius: 999px;
  color: var(--premium-gold);
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 7px 12px;
  text-transform: uppercase;
}

.hero-vip-card h3 {
  color: #fff;
  display: -webkit-box;
  font-size: 1.2rem;
  line-height: 1.05;
  margin: 14px 0 10px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.hero-vip-card p {
  color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  font-size: 0.88rem;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.hero-vip-card__footer {
  align-items: flex-end;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-top: auto;
  min-height: 68px;
  padding-top: 14px;
}

.hero-vip-card__footer strong {
  color: #fff;
  font-family: 'Barlow Condensed', 'Open Sans', sans-serif;
  font-size: 1.9rem;
  line-height: 0.95;
}

.hero-vip-card__footer span {
  color: rgba(255, 255, 255, 0.55);
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: right;
  text-transform: uppercase;
}

.hero-vip-card__footer b {
  color: var(--premium-gold);
  display: block;
  font-size: 0.92rem;
  letter-spacing: normal;
  margin-top: 6px;
  text-transform: none;
}

.hero-vip-carousel__nav {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -72px;
  transition: background 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
  width: 46px;
}

.hero-vip-carousel.is-scrollable .hero-vip-carousel__nav {
  opacity: 1;
  pointer-events: auto;
}

.hero-vip-carousel__nav:hover,
.hero-vip-carousel__nav:focus {
  background: rgba(214, 181, 107, 0.22);
  color: #fff;
  transform: translateY(-1px);
}

.hero-vip-carousel__nav[disabled] {
  opacity: 0;
  pointer-events: none;
}

.hero-vip-carousel__nav--prev {
  right: 56px;
}

.hero-vip-carousel__nav--next {
  right: 0;
}

.hero-vip-carousel__status {
  align-items: center;
  color: rgba(255, 255, 255, 0.58);
  display: flex;
  font-size: 0.76rem;
  font-weight: 700;
  gap: 14px;
  justify-content: space-between;
  letter-spacing: 0.12em;
  margin-top: 14px;
  text-transform: uppercase;
}

.hero-vip-carousel__dots {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}

.hero-vip-carousel__dot {
  background: rgba(255, 255, 255, 0.18);
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  height: 9px;
  padding: 0;
  transition: background 0.22s ease, transform 0.22s ease, width 0.22s ease;
  width: 9px;
}

.hero-vip-carousel__dot:hover,
.hero-vip-carousel__dot:focus {
  background: rgba(214, 181, 107, 0.55);
  transform: scale(1.04);
}

.hero-vip-carousel__dot.is-active {
  background: var(--premium-gold);
  width: 24px;
}

.hero-vip-showcase__meta {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.8rem;
  margin-top: 12px;
}

.hero-meta {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 26px;
  max-width: 860px;
}

.hero-meta__item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 20px 22px;
}

.hero-meta__label {
  color: rgba(255, 255, 255, 0.55);
  display: block;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.hero-meta__item strong {
  color: #fff;
  display: block;
  font-size: 1rem;
  line-height: 1.45;
}

.hero-spotlight {
  align-items: center;
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  color: #fff;
  display: inline-flex;
  gap: 12px;
  padding: 18px 22px;
}

.hero-spotlight span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-spotlight strong {
  font-size: 1.02rem;
  letter-spacing: 0.02em;
}

.hero-filter-card,
.hero-stock-strip {
  backdrop-filter: blur(14px);
  background: rgba(255, 250, 242, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  box-shadow: var(--premium-shadow);
}

.hero-filter-card {
  margin-bottom: 0;
  min-height: 100%;
  padding: 28px;
}

.hero-filter-card h2 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 14px;
}

.hero-filter-card p {
  font-size: 0.95rem;
  margin-bottom: 22px;
}

.hero-filter-form label {
  color: var(--premium-ink);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.hero-filter-form .form-control,
.select2-container--default .select2-selection--single {
  background: #fff;
  border: 1px solid rgba(16, 20, 27, 0.12);
  border-radius: 16px;
  box-shadow: none;
  height: 54px;
}

.hero-filter-form .form-control {
  color: var(--premium-ink);
  font-size: 0.95rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--premium-ink);
  line-height: 54px;
  padding-left: 18px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 54px;
  right: 14px;
}

.hero-stock-strip {
  padding: 22px;
}

.hero-stock-card {
  align-items: center;
  border-top: 1px solid rgba(16, 20, 27, 0.08);
  display: grid;
  gap: 16px;
  grid-template-columns: 92px minmax(0, 1fr);
  padding: 16px 0;
}

.hero-stock-card:first-of-type {
  border-top: 0;
  padding-top: 8px;
}

.hero-stock-card img {
  border-radius: 18px;
  height: 92px;
  object-fit: cover;
  width: 92px;
}

.hero-stock-card strong,
.hero-stock-card b {
  color: var(--premium-ink);
  display: block;
}

.hero-stock-card strong {
  font-size: 1rem;
  margin-bottom: 4px;
}

.hero-stock-card span {
  color: var(--premium-muted);
  display: block;
  font-size: 0.86rem;
  margin-bottom: 4px;
}

.home-proof {
  margin-top: -42px;
  position: relative;
  z-index: 2;
}

.home-proof__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.proof-card {
  background: rgba(255, 250, 242, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 26px;
  box-shadow: 0 22px 54px rgba(15, 19, 25, 0.1);
  padding: 28px 26px;
}

.proof-card strong {
  color: var(--premium-ink);
  display: block;
  font-family: 'Barlow Condensed', 'Open Sans', sans-serif;
  font-size: 2.9rem;
  line-height: 0.9;
  margin-bottom: 10px;
}

.proof-card span {
  color: var(--premium-muted);
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-shell {
  padding: 64px 0 0;
}

.premium-inventory,
.dealer-cta,
.premium-story,
.partner-band,
.premium-footer__main {
  padding: 34px 0 0;
}

.story-panel {
  border-radius: 30px;
  height: 100%;
  padding: 28px;
}

.story-panel--accent,
.sidebar-panel--accent {
  background: linear-gradient(155deg, var(--premium-accent) 0%, var(--premium-accent-deep) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 56px rgba(146, 37, 27, 0.26);
  color: #fff;
}

.story-panel--accent .section-kicker,
.sidebar-panel--accent .section-kicker {
  color: rgba(255, 255, 255, 0.74);
}

.story-panel--accent .section-heading h2,
.sidebar-panel--accent .sidebar-panel__head h3,
.story-panel--accent p,
.sidebar-panel--accent .sidebar-empty {
  color: #fff;
}

.section-heading {
  margin-bottom: 28px;
  max-width: 760px;
}

.section-heading--compact {
  margin-bottom: 24px;
}

.section-heading--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-heading h2 {
  font-size: clamp(2.3rem, 4vw, 3.7rem);
  line-height: 0.95;
  margin-bottom: 14px;
}

.premium-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.premium-card {
  background: var(--premium-surface-strong);
  border: 1px solid var(--premium-line);
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(15, 19, 25, 0.08);
  overflow: hidden;
}

.premium-card__image {
  display: block;
  overflow: hidden;
  position: relative;
}

.premium-card__image img {
  height: 280px;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.premium-card:hover .premium-card__image img {
  transform: scale(1.05);
}

.premium-card__badge {
  background: rgba(196, 60, 47, 0.92);
  border-radius: 999px;
  color: #fff;
  left: 18px;
  padding: 10px 14px;
  position: absolute;
  top: 18px;
  z-index: 2;
}

.premium-card__content {
  padding: 24px;
}

.premium-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.premium-card__chips span {
  background: rgba(16, 20, 27, 0.05);
  border-radius: 999px;
  color: var(--premium-muted);
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 7px 12px;
}

.premium-card h3 {
  font-size: 1.95rem;
  line-height: 0.98;
  margin-bottom: 10px;
}

.premium-card h3 a {
  color: var(--premium-ink);
}

.premium-card__desc {
  min-height: 52px;
}

.premium-card__footer {
  align-items: center;
  border-top: 1px solid var(--premium-line);
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  padding-top: 18px;
}

.premium-card__footer strong {
  color: var(--premium-accent);
  font-family: 'Barlow Condensed', 'Open Sans', sans-serif;
  font-size: 2rem;
}

.premium-card__footer span {
  color: var(--premium-ink);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.premium-pagination {
  margin-top: 28px;
}

.premium-pagination .pagination > li > a,
.premium-pagination .pagination > li > span {
  background: #fff;
  border: 1px solid var(--premium-line);
  border-radius: 16px;
  color: var(--premium-ink);
  margin-right: 8px;
}

.premium-pagination .pagination > .active > a,
.premium-pagination .pagination > .active > span {
  background: var(--premium-accent);
  border-color: var(--premium-accent);
  color: #fff;
}

.premium-empty {
  background: #fff;
  border: 1px dashed rgba(16, 20, 27, 0.2);
  border-radius: 30px;
  padding: 44px 34px;
  text-align: center;
}

.premium-empty strong {
  display: block;
  font-family: 'Barlow Condensed', 'Open Sans', sans-serif;
  font-size: 2rem;
  margin-bottom: 12px;
}

.premium-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.premium-sidebar--accent {
  background: linear-gradient(155deg, var(--premium-accent) 0%, var(--premium-accent-deep) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 34px;
  box-shadow: 0 24px 56px rgba(146, 37, 27, 0.22);
  padding: 18px;
}

.sidebar-panel {
  background: rgba(255, 250, 242, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 28px;
  box-shadow: 0 18px 44px rgba(15, 19, 25, 0.08);
  padding: 22px;
}

.sidebar-panel__head {
  margin-bottom: 18px;
}

.sidebar-panel__head h3 {
  font-size: 1.8rem;
}

.premium-sidebar--accent .sidebar-panel__title {
  color: var(--premium-ink);
}

.sidebar-panel--accent .sidebar-logo-grid__item {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(255, 255, 255, 0.22);
}

.sidebar-logo-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sidebar-logo-grid__item,
.partner-grid__item {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(16, 20, 27, 0.08);
  border-radius: 22px;
  display: flex;
  justify-content: center;
  min-height: 112px;
  padding: 18px;
}

.sidebar-logo-grid__item img,
.partner-grid__item img {
  filter: grayscale(1);
  max-height: 64px;
  object-fit: contain;
  transition: filter 0.35s ease, transform 0.35s ease;
  width: auto;
}

.sidebar-logo-grid__item:hover img,
.partner-grid__item:hover img {
  filter: grayscale(0);
  transform: scale(1.03);
}

.sidebar-car-card {
  align-items: center;
  border-top: 1px solid rgba(16, 20, 27, 0.08);
  display: grid;
  gap: 14px;
  grid-template-columns: 96px minmax(0, 1fr);
  padding: 14px 0;
}

.sidebar-car-card:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.sidebar-car-card img {
  border-radius: 18px;
  height: 84px;
  object-fit: cover;
  width: 96px;
}

.sidebar-panel--accent .sidebar-car-card {
  border-top-color: rgba(255, 255, 255, 0.16);
}

.sidebar-car-card strong,
.sidebar-car-card b {
  color: var(--premium-ink);
  display: block;
}

.sidebar-car-card span {
  color: var(--premium-muted);
  display: block;
  font-size: 0.86rem;
  margin: 4px 0;
}

.sidebar-panel--accent .sidebar-car-card strong,
.sidebar-panel--accent .sidebar-car-card b {
  color: #fff;
}

.sidebar-panel--accent .sidebar-car-card span {
  color: rgba(255, 255, 255, 0.76);
}

.premium-sidebar--accent .sidebar-panel--accent,
.premium-sidebar--accent .sidebar-panel--accent .sidebar-panel__head h3,
.premium-sidebar--accent .sidebar-panel--accent .sidebar-empty,
.premium-sidebar--accent .sidebar-panel--accent .sidebar-car-card strong,
.premium-sidebar--accent .sidebar-panel--accent .sidebar-car-card b {
  color: var(--premium-ink);
}

.premium-sidebar--accent .sidebar-panel--accent .section-kicker,
.premium-sidebar--accent .sidebar-panel--accent .sidebar-car-card span {
  color: rgba(16, 20, 27, 0.78);
}

.sidebar-car-card--compact img {
  height: 72px;
}

.sidebar-empty {
  margin-bottom: 0;
}

.dealer-cta__panel,
.premium-footer__main .row {
  background: linear-gradient(145deg, #121822 0%, #171d28 100%);
  border-radius: 32px;
  box-shadow: 0 26px 60px rgba(12, 17, 24, 0.18);
  color: #fff;
}

.dealer-cta__panel {
  padding: 38px;
}

.dealer-cta__hero {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  align-items: start;
}

.dealer-cta__copy h2,
.footer-cta h3,
.footer-contact h3 {
  color: #fff;
}

.dealer-cta__copy p,
.footer-cta p,
.footer-contact p,
.footer-contact li {
  color: rgba(255, 255, 255, 0.72);
}

.dealer-cta__benefits {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 26px 0 28px;
}

.dealer-cta__stats {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dealer-stat {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 20px 22px;
}

.dealer-stat span {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dealer-stat strong {
  display: block;
  margin-top: 10px;
  font-size: 2rem;
  color: #fff;
}

.dealer-benefit {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 22px;
}

.dealer-benefit i {
  color: var(--premium-gold);
  display: block;
  font-size: 1.45rem;
  margin-bottom: 16px;
}

.dealer-benefit strong,
.service-card strong,
.testimonial-card__person strong {
  color: #fff;
  display: block;
  font-size: 1.12rem;
  margin-bottom: 8px;
}

.dealer-benefit span {
  color: rgba(255, 255, 255, 0.68);
  display: block;
  font-size: 0.92rem;
  line-height: 1.7;
}

.dealer-pricing {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 28px;
}

.dealer-plan {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  padding: 24px;
  display: grid;
  gap: 14px;
}

.dealer-plan--featured {
  background: linear-gradient(160deg, rgba(198, 60, 47, 0.18) 0%, rgba(255, 255, 255, 0.08) 100%);
  border-color: rgba(214, 181, 107, 0.6);
  transform: translateY(-4px);
}

.dealer-plan__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(214, 181, 107, 0.12);
  color: var(--premium-gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dealer-plan h3 {
  margin: 0;
  color: #fff;
}

.dealer-plan strong {
  display: block;
  font-size: 2rem;
  color: #fff;
}

.dealer-plan strong small {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.64);
}

.dealer-plan ul {
  margin: 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.72);
  display: grid;
  gap: 10px;
}

.dealer-onboarding {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  padding: 28px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.dealer-onboarding__copy h3 {
  margin: 8px 0 10px;
  color: #fff;
}

.dealer-onboarding__copy p {
  color: rgba(255, 255, 255, 0.72);
}

.dealer-onboarding__form .form-control {
  background: rgba(255, 255, 255, 0.92);
  border: 0;
  border-radius: 16px;
  min-height: 48px;
}

.dealer-onboarding__form textarea.form-control {
  min-height: 120px;
}

.dealer-onboarding__form label {
  color: rgba(255, 255, 255, 0.8);
}

.dealer-onboarding__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.dealer-onboarding__honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.service-grid {
  display: grid;
  gap: 20px;
}

.service-card,
.testimonial-card {
  background: rgba(255, 250, 242, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  box-shadow: 0 20px 46px rgba(15, 19, 25, 0.08);
  overflow: hidden;
}

.service-card {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
}

.service-card__media img {
  height: 100%;
  min-height: 190px;
  object-fit: cover;
}

.service-card__content {
  padding: 24px;
}

.service-card__content strong {
  color: var(--premium-ink);
  font-size: 1.5rem;
}

.service-card__content a {
  color: var(--premium-accent);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-panel--accent .service-card,
.story-panel--accent .testimonial-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.story-panel--accent .service-card__content strong,
.story-panel--accent .testimonial-card__person strong,
.story-panel--accent .testimonial-card p {
  color: #fff;
}

.story-panel--accent .service-card__content p,
.story-panel--accent .testimonial-card__person span {
  color: rgba(255, 255, 255, 0.76);
}

.story-panel--accent .service-card__content a {
  color: #fff;
}

.testimonial-stack {
  display: grid;
  gap: 18px;
}

.testimonial-card {
  padding: 24px;
}

.testimonial-card__person {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-bottom: 16px;
}

.testimonial-card__person img {
  border-radius: 20px;
  height: 72px;
  object-fit: cover;
  width: 72px;
}

.testimonial-card__person strong {
  color: var(--premium-ink);
  margin-bottom: 4px;
}

.testimonial-card__person span {
  color: var(--premium-muted);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.partner-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.premium-footer {
  padding-bottom: 38px;
}

.premium-footer__main .row {
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding: 34px 22px;
}

.footer-brand,
.footer-contact,
.footer-cta {
  height: 100%;
  padding: 12px;
}

.footer-brand img {
  margin-bottom: 18px;
  max-height: 60px;
  width: auto;
}

.footer-contact__list {
  list-style: none;
  margin: 16px 0;
  padding: 0;
}

.footer-contact__list li {
  margin-bottom: 10px;
}

.premium-bottomfoot {
  background: var(--premium-dark);
  border-radius: 28px;
  margin-top: 24px;
  min-height: auto;
  padding: 16px 0;
}

.premium-bottomfoot__inner,
.premium-bottomfoot__actions,
.premium-bottomfoot__social {
  align-items: center;
  display: flex;
}

.premium-bottomfoot__inner {
  gap: 14px;
  justify-content: space-between;
}

.premium-bottomfoot p {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.5;
}

.premium-bottomfoot__actions {
  gap: 16px;
}

.premium-bottomfoot__link {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.premium-bottomfoot__social {
  gap: 8px;
  margin: 0;
  padding: 0;
}

.premium-bottomfoot .social,
.premium-bottomfoot .social li,
.premium-bottomfoot__social li {
  float: none;
  list-style: none;
  padding: 0;
}

.premium-bottomfoot__social a {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

@keyframes premiumRise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1199px) {
  .home-hero__grid,
  .dealer-cta__benefits,
  .dealer-pricing,
  .partner-grid,
  .home-proof__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-vip-carousel {
    --vip-cards-per-view: 2;
  }

  .premium-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .utility-bar__inner,
  .utility-bar__actions,
  .premium-bottomfoot__inner,
  .premium-bottomfoot__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .premium-navbar .navbar-collapse {
    background: rgba(8, 12, 17, 0.96);
    border-radius: 24px;
    margin-top: 8px;
    padding: 18px;
  }

  .premium-nav__menu {
    margin-left: 0;
    margin-top: 12px;
  }

  .premium-navbar .premium-nav__menu li a {
    padding: 14px 0;
  }

  .premium-nav__actions {
    flex-direction: column;
    margin: 18px 0 0;
  }

  .home-hero {
    padding-top: 24px;
  }

  .home-hero__grid,
  .dealer-cta__hero,
  .dealer-onboarding,
  .home-proof__grid,
  .dealer-cta__benefits,
  .dealer-pricing,
  .partner-grid {
    grid-template-columns: 1fr;
  }

  .hero-meta {
    grid-template-columns: 1fr;
  }

  .hero-vip-carousel {
    --vip-cards-per-view: 1;
  }

  .dealer-cta__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .premium-sidebar {
    margin-top: 22px;
  }

  .premium-footer__main .row {
    padding: 26px 16px;
  }
}

@media (max-width: 767px) {
  .utility-bar__contact {
    gap: 10px;
  }

  .utility-bar__contact span,
  .utility-bar__contact a {
    font-size: 0.76rem;
  }

  .hero-filter-card,
  .hero-vip-showcase,
  .hero-stock-strip,
  .dealer-cta__panel,
  .dealer-onboarding,
  .sidebar-panel,
  .premium-card__content,
  .testimonial-card,
  .service-card__content {
    padding: 22px;
  }

  .home-shell {
    padding-top: 48px;
  }

  .premium-card__image img {
    height: 230px;
  }

  .hero-vip-carousel__nav {
    top: auto;
    bottom: -58px;
  }

  .hero-vip-carousel__nav--prev {
    right: 56px;
  }

  .hero-vip-carousel__status {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 20px;
    text-align: left;
  }

  .dealer-cta__stats {
    grid-template-columns: 1fr;
  }

  .dealer-onboarding__actions {
    flex-direction: column;
  }
}

.hero-filter-form__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hero-filter-form__toggle-wrap {
  margin: 4px 0 14px;
}

.hero-filter-form__toggle {
  width: 100%;
}

.hero-filter-form__advanced-grid {
  margin-bottom: 10px;
}

.hero-filter-form__reset {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.inventory-toolbar {
  align-items: end;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 24px;
}

.inventory-toolbar strong {
  color: #f5f5f1;
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.inventory-toolbar p {
  color: rgba(232, 226, 214, 0.72);
  margin: 6px 0 0;
}

.inventory-sort-form {
  min-width: 260px;
}

.inventory-sort-form label {
  color: rgba(232, 226, 214, 0.72);
  display: block;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.inventory-status-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.inventory-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -8px 0 28px;
}

.active-filter-chip {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: rgba(245, 245, 241, 0.94);
  display: inline-flex;
  font-size: 0.8rem;
  gap: 6px;
  padding: 9px 14px;
}

.active-filter-chip strong {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.active-filter-chip--reset {
  background: rgba(200, 93, 43, 0.16);
  border-color: rgba(200, 93, 43, 0.44);
  color: #fff;
}

.active-filter-chip--reset:hover,
.active-filter-chip--reset:focus {
  background: #c85d2b;
  border-color: #c85d2b;
  color: #fff;
}

.filter-chip {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: #f5f5f1;
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 600;
  gap: 10px;
  padding: 10px 14px;
  transition: 0.25s ease;
}

.filter-chip span {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  min-width: 28px;
  padding: 2px 8px;
  text-align: center;
}

.filter-chip:hover,
.filter-chip.is-active {
  background: #c85d2b;
  border-color: #c85d2b;
  color: #fff;
}

.premium-card__status {
  border-radius: 999px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 8px 12px;
  position: absolute;
  right: 18px;
  text-transform: uppercase;
  top: 18px;
  z-index: 2;
}

.status-disponivel {
  background: #1b7f4b;
}

.status-reservado {
  background: #d68b1c;
}

.status-vendido {
  background: #5b616b;
}

.status-inativo {
  background: #8c1d18;
}

.site-detail {
  background: #f5efe5;
}

.premium-header--inner {
  margin-bottom: 0;
}

.detail-shell {
  padding: 42px 0 0;
}

.detail-hero {
  padding-bottom: 34px;
}

.detail-breadcrumbs {
  color: #7a6553;
  display: flex;
  gap: 10px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.detail-breadcrumbs a {
  color: #8a1818;
}

.detail-layout {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 420px);
}

.detail-gallery,
.detail-summary,
.detail-panel {
  background: #fff;
  border: 1px solid rgba(37, 47, 56, 0.08);
  border-radius: 26px;
  box-shadow: 0 18px 50px rgba(31, 27, 22, 0.08);
}

.detail-gallery {
  overflow: hidden;
  padding: 18px;
}

.detail-gallery__main {
  border-radius: 18px;
  display: block;
  overflow: hidden;
}

.detail-gallery__main img {
  height: 520px;
  object-fit: cover;
  width: 100%;
}

.detail-gallery__thumbs {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
  margin-top: 16px;
}

.detail-thumb {
  border: 2px solid transparent;
  border-radius: 16px;
  display: block;
  overflow: hidden;
  transition: 0.25s ease;
}

.detail-thumb img {
  height: 92px;
  object-fit: cover;
  width: 100%;
}

.detail-thumb:hover,
.detail-thumb.is-active {
  border-color: #c85d2b;
}

.detail-summary {
  padding: 28px;
}

.detail-summary__eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.detail-status-pill,
.detail-offer-pill {
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 8px 12px;
  text-transform: uppercase;
}

.detail-offer-pill {
  background: #8a1818;
}

.detail-summary h1 {
  border: none;
  color: #1f2a33;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.detail-summary__subtitle {
  color: #6a5d50;
  font-size: 1rem;
  margin: 10px 0 0;
}

.detail-price {
  color: #8a1818;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 700;
  line-height: 1;
  margin: 22px 0 14px;
}

.detail-summary__lead {
  color: #5f5347;
  font-size: 0.98rem;
  line-height: 1.8;
  margin-bottom: 22px;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.detail-intent-actions {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 24px;
}

.detail-intent-btn {
  align-items: center;
  background: #ffffff;
  border: 1px solid #d8dfe6;
  border-radius: 8px;
  color: #25313d;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  padding: 11px 12px;
  text-align: center;
  white-space: normal;
}

.detail-intent-btn:hover,
.detail-intent-btn:focus {
  background: #f3f6f8;
  color: #111827;
  outline: none;
}

.detail-intent-btn--buy {
  border-color: #2f8f69;
  color: #1f684d;
}

.detail-intent-btn--question {
  border-color: #4477b2;
  color: #285685;
}

.detail-intent-btn--visit {
  border-color: #aa6b2f;
  color: #7c4c20;
}

.lead-intent-modal .modal-content {
  border: 0;
  border-radius: 8px;
}

.lead-intent-modal .modal-header,
.lead-intent-modal .modal-footer {
  border-color: #e5e7eb;
}

.lead-intent-modal__intro {
  color: #55606b;
  margin-bottom: 18px;
}

.lead-intent-form .form-control {
  border-radius: 8px;
  min-height: 44px;
}

.detail-spec-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.detail-spec-card {
  background: #f8f2ea;
  border-radius: 18px;
  padding: 16px 18px;
}

.detail-spec-card span {
  color: #8b7a68;
  display: block;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.detail-spec-card strong {
  color: #1f2a33;
  font-size: 0.98rem;
}

.detail-content {
  padding: 12px 0 54px;
}

.detail-panel {
  padding: 28px;
  margin-bottom: 24px;
}

.detail-panel--contact {
  position: sticky;
  top: 100px;
}

.detail-richtext {
  color: #4d4a46;
  line-height: 1.8;
}

.detail-richtext h3 {
  border: none;
  font-size: 1.2rem;
  margin-top: 1.4rem;
  padding: 0;
}

.detail-option-groups {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.detail-option-group {
  background: #f8f2ea;
  border-radius: 18px;
  padding: 18px;
}

.detail-option-group h3 {
  border: none;
  font-size: 1rem;
  margin: 0 0 12px;
  padding: 0;
}

.detail-option-group ul {
  list-style: none;
  margin: 0;
}

.detail-option-group li {
  color: #4d4a46;
  padding: 6px 0;
  position: relative;
  padding-left: 18px;
}

.detail-option-group li:before {
  color: #c85d2b;
  content: "•";
  left: 0;
  position: absolute;
  top: 6px;
}

.detail-contact-form .form-control {
  border: 1px solid rgba(37, 47, 56, 0.12);
  border-radius: 14px;
  min-height: 48px;
}

.detail-contact-card {
  background: #f8f2ea;
  border-radius: 18px;
  margin-top: 14px;
  padding: 16px 18px;
}

.detail-contact-card span {
  color: #8b7a68;
  display: block;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.detail-contact-card strong {
  color: #1f2a33;
  font-size: 1rem;
}

.detail-related {
  padding: 0 0 60px;
}

.premium-grid--related {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 991px) {
  .inventory-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .inventory-sort-form {
    width: 100%;
  }

  .detail-layout {
    grid-template-columns: 1fr;
  }

  .detail-panel--contact {
    position: static;
  }

  .premium-grid--related {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .inventory-toolbar strong {
    font-size: 1.7rem;
  }

  .inventory-active-filters {
    margin-top: 0;
  }

  .detail-shell {
    padding-top: 26px;
  }

  .detail-gallery,
  .detail-summary,
  .detail-panel {
    border-radius: 22px;
    padding: 20px;
  }

  .detail-gallery__main img {
    height: 320px;
  }

  .detail-spec-grid,
  .detail-intent-actions,
  .premium-grid--related {
    grid-template-columns: 1fr;
  }

  .detail-actions {
    flex-direction: column;
  }

  .detail-actions .btn {
    width: 100%;
  }
}

/************************** Garagista Dark Theme *************************/
:root {
  --primary: #cc0000;
  --primary-light: #ff4444;
  --primary-soft: #ff6666;
  --bg-main: #0a0a0a;
  --bg-secondary: #0d0000;
  --bg-dark: #111111;
  --text-main: #ffffff;
  --text-soft: rgba(255,255,255,0.5);
  --text-muted: rgba(255,255,255,0.35);
  --border-dark: #1a0000;
  --border-primary: #2a0000;
  --glow: rgba(180,0,0,0.3);
  --glow-soft: rgba(180,0,0,0.15);
  --gradient-primary: linear-gradient(135deg, #0d0000 0%, #1a0000 50%, #0d0000 100%);
  --gradient-line: linear-gradient(90deg, transparent, #cc0000, #ff4444, #cc0000, transparent);
  --hero-overlay-strong: rgba(10, 0, 0, 0.9);
  --hero-overlay-soft: rgba(26, 0, 0, 0.64);
  --surface-card: linear-gradient(180deg, rgba(17, 17, 17, 0.98) 0%, rgba(13, 0, 0, 0.96) 100%);
  --surface-panel: rgba(13, 0, 0, 0.92);
  --surface-panel-soft: rgba(255, 255, 255, 0.04);
  --shadow-card: 0 18px 38px rgba(0, 0, 0, 0.35);
  --premium-bg: var(--bg-main);
  --premium-surface: var(--bg-secondary);
  --premium-surface-strong: var(--bg-dark);
  --premium-ink: var(--text-main);
  --premium-muted: var(--text-soft);
  --premium-line: rgba(255, 255, 255, 0.08);
  --premium-accent: var(--primary);
  --premium-accent-deep: #990000;
  --premium-gold: var(--primary-light);
  --premium-dark: var(--bg-main);
  --premium-dark-soft: rgba(10, 10, 10, 0.86);
  --premium-shadow: 0 0 26px var(--glow-soft);
}

html {
  color-scheme: dark;
}

body,
body.site-home {
  background:
    radial-gradient(circle at top left, rgba(180, 0, 0, 0.16), transparent 24%),
    radial-gradient(circle at 85% 12%, rgba(180, 0, 0, 0.08), transparent 20%),
    linear-gradient(180deg, #070707 0%, #0a0a0a 42%, #090000 100%);
  color: var(--text-main);
  font-family: 'Rajdhani', sans-serif;
}

body.site-home {
  background:
    radial-gradient(circle at top left, rgba(180, 0, 0, 0.2), transparent 24%),
    radial-gradient(circle at top right, rgba(180, 0, 0, 0.12), transparent 18%),
    linear-gradient(180deg, #090909 0%, #0a0a0a 40%, #090000 100%);
}

a {
  color: var(--primary-light);
}

a:hover,
a:focus {
  color: var(--text-main);
}

body,
body.site-home p,
p,
address,
small,
footer p,
.help-block {
  color: var(--text-soft);
}

body.site-home h1,
body.site-home h2,
body.site-home h3,
body.site-home h4,
body.site-home h5,
body.site-home h6,
h1,
h2,
h3,
h4,
h5,
h6,
.title,
.hero-eyebrow,
.section-kicker {
  color: var(--text-main);
  font-family: 'Orbitron', monospace;
  letter-spacing: 0.02em;
}

h2 {
  border-left-color: var(--primary);
}

.divider {
  height: 2px;
  background: var(--gradient-line);
}

header .topbar,
.utility-bar,
header .navbar,
.premium-navbar,
.site-home.is-scrolled .premium-navbar,
footer,
footer .middlefoot,
footer .bottomfoot,
footer .topfoot,
.premium-footer,
.premium-footer__main {
  background: var(--gradient-primary) !important;
  border-color: var(--border-primary) !important;
  color: var(--text-main);
}

header .topbar #topmenu li a,
header .topbar #topsocial li a,
header .navbar .navbar-nav li a,
header .navbar .navbar-nav .dropdown ul li a,
.utility-bar__contact span,
.utility-bar__contact a,
.premium-navbar .premium-nav__menu li a,
footer a,
footer .middlefoot ul li a,
footer .middlefoot .bread-top a,
footer .middlefoot .about a,
footer .middlefoot .recent-news a,
.premium-footer a {
  color: var(--text-main);
}

header .navbar .navbar-nav li.active a,
header .navbar .navbar-nav li a:hover,
header .navbar .navbar-nav li a:focus,
header .topbar #topmenu li a:hover,
header .topbar #topsocial li a:hover,
header .navbar .navbar-nav .dropdown ul li.active a,
header .navbar .navbar-nav .dropdown ul li a:hover,
header .navbar .navbar-nav .dropdown ul li a:focus,
.premium-navbar .premium-nav__menu li.active a,
.premium-navbar .premium-nav__menu li a:hover,
.premium-navbar .premium-nav__menu li a:focus,
footer a:hover,
.premium-footer a:hover {
  color: var(--primary-light);
}

header .topbar #language,
header .topbar #language ul,
header .navbar .navbar-nav .dropdown ul li,
header .navbar .navbar-nav .menu-buy,
.site-home.is-scrolled .premium-navbar,
.premium-navbar .navbar-toggle,
.utility-bar__social a {
  background: var(--bg-dark) !important;
  border-color: var(--border-primary) !important;
}

.utility-bar__cta,
.premium-nav__button,
.btn-premium,
.btn-primary,
.btn.btn-primary {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%) !important;
  border: 1px solid var(--primary) !important;
  border-radius: 8px;
  color: #fff !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.utility-bar__cta:hover,
.utility-bar__cta:focus,
.premium-nav__button:hover,
.premium-nav__button:focus,
.btn-premium:hover,
.btn-premium:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  box-shadow: 0 0 15px var(--glow);
  transform: translateY(-2px);
}

.premium-nav__button--ghost,
.btn-premium--ghost,
.btn-default,
.btn.btn-default {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid var(--border-primary) !important;
  color: var(--text-main) !important;
}

.premium-nav__button--ghost:hover,
.premium-nav__button--ghost:focus,
.btn-premium--ghost:hover,
.btn-premium--ghost:focus,
.btn-default:hover,
.btn-default:focus,
.btn.btn-default:hover,
.btn.btn-default:focus {
  border-color: var(--primary) !important;
  box-shadow: 0 0 15px var(--glow-soft);
}

.card,
.premium-card,
.proof-card,
.hero-filter-card,
.hero-stock-strip,
.hero-meta__item,
.hero-spotlight,
.panel,
.well,
.post,
.inventory-empty,
.detail-gallery,
.detail-summary,
.detail-panel,
.inventory-toolbar,
.inventory-active-filters,
.inventory-filter-card,
.detail-hero,
.detail-meta__item,
.detail-contact-card,
.detail-side-card,
.premium-footer__main .row > div,
.search-form,
.singlecar,
.widget,
.tabs,
.testimonial,
.manager,
.team {
  background: var(--surface-card) !important;
  border-color: var(--border-dark) !important;
  box-shadow: var(--shadow-card);
  color: var(--text-main);
}

.card:hover,
.premium-card:hover,
.proof-card:hover,
.hero-filter-card:hover,
.detail-panel:hover,
.inventory-filter-card:hover,
.manager:hover,
.team:hover {
  border-color: var(--primary) !important;
  box-shadow: 0 0 20px var(--glow-soft);
}

.premium-card__badge,
.premium-card__status,
.label,
.hero-meta__label,
.detail-badge,
.inventory-chip.is-active {
  background: rgba(204, 0, 0, 0.16) !important;
  color: var(--primary-light) !important;
  border-color: rgba(204, 0, 0, 0.42) !important;
}

.hero-filter-form .form-control,
.form-control,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.inventory-sort-form .form-control,
.detail-contact-form .form-control,
textarea,
select {
  background: var(--bg-dark) !important;
  border: 1px solid var(--border-primary) !important;
  box-shadow: none !important;
  color: var(--text-main) !important;
}

.hero-filter-form .form-control:focus,
.form-control:focus,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 4px var(--glow-soft) !important;
}

.form-control::placeholder,
textarea::placeholder {
  color: var(--text-muted);
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered,
.select2-results__option {
  color: var(--text-main) !important;
}

.select2-dropdown {
  background: var(--bg-dark);
  border-color: var(--border-primary);
}

.home-hero:before {
  background:
    radial-gradient(circle at right top, rgba(204, 0, 0, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 52%);
}

.hero-filter-card,
.hero-stock-strip,
.proof-card,
.premium-card {
  border: 1px solid var(--border-dark) !important;
}

.hero-filter-card h2,
.hero-stock-card strong,
.premium-card h3 a,
.premium-card__footer strong,
.detail-summary h1,
.detail-price strong,
.detail-panel h2,
.detail-panel h3,
.inventory-toolbar strong,
.inventory-card h3,
.inventory-card__price {
  color: var(--text-main) !important;
}

.hero-stock-card span,
.premium-card__desc,
.premium-card__footer span,
.detail-summary p,
.detail-panel p,
.inventory-card p,
.inventory-card__meta,
.inventory-empty p {
  color: var(--text-soft) !important;
}

.premium-card__chips span,
.detail-chip,
.inventory-chip {
  background: rgba(255,255,255,0.05) !important;
  border-color: var(--border-primary) !important;
  color: var(--text-main) !important;
}

.detail-actions .btn,
.inventory-toolbar .btn,
.hero-actions .btn {
  border-radius: 8px;
}

footer .middlefoot {
  background:
    linear-gradient(135deg, rgba(13, 0, 0, 0.98) 0%, rgba(26, 0, 0, 0.96) 100%),
    url("../img/world-footer-bg.png") center center !important;
  background-repeat: no-repeat !important;
}

footer .bottomfoot,
.premium-footer {
  border-top: 1px solid var(--border-primary);
}

footer .middlefoot .recent-news div .post-icon,
footer .middlefoot .about a span,
.utility-bar__social a:hover,
.premium-bottomfoot__social a:hover {
  background: var(--primary) !important;
  color: #fff !important;
}

/* Contrast Refinements: segunda passada para evitar branco em fundo claro e cinza sem leitura */
body,
body.site-home {
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.site-home p,
p,
address,
footer p,
.detail-summary__lead,
.detail-richtext,
.premium-card__desc,
.inventory-card p {
  font-size: 0.99rem !important;
}

header .topbar #topmenu li a,
header .topbar #topsocial li a,
.utility-bar__contact span,
.utility-bar__contact a,
.premium-navbar .premium-nav__menu li a,
header .navbar .navbar-nav li a,
.premium-bottomfoot__link,
footer .middlefoot ul li a {
  font-size: 0.9rem !important;
}

.premium-nav__button,
.btn-premium,
.btn-primary,
.btn-default,
.utility-bar__cta,
.detail-actions .btn,
.inventory-toolbar .btn {
  font-size: 0.9rem !important;
}

.panel.panel-accordion .panel-heading,
.fullsize .panel.panel-accordion .panel-heading,
.post footer,
.team footer,
.manager footer,
.detail-spec-card,
.detail-option-group,
.detail-contact-card,
.detail-thumb,
.active-filter-chip,
.filter-chip,
.inventory-empty,
.detail-breadcrumbs,
footer .topfoot,
footer .middlefoot .recent-news,
footer .middlefoot .recent-news div {
  background: var(--surface-card) !important;
  border-color: var(--border-dark) !important;
  color: var(--text-main) !important;
}

.panel.panel-accordion .panel-heading .panel-title a,
.panel.panel-accordion .panel-heading .panel-title,
.fullsize .panel.panel-accordion .panel-heading .panel-title,
.fullsize .panel.panel-accordion .panel-heading .panel-title span.colorletter,
.post footer a,
.team footer a,
.manager footer a,
.detail-breadcrumbs,
.detail-breadcrumbs a,
.detail-spec-card strong,
.detail-option-group h3,
.detail-contact-card strong,
footer h2,
footer .middlefoot .recent-news a,
footer .middlefoot .bread-top a,
footer .middlefoot .about a {
  color: var(--text-main) !important;
}

.detail-spec-card span,
.detail-option-group li,
.detail-contact-card span,
.active-filter-chip,
.filter-chip,
footer .middlefoot ul li,
footer .middlefoot .recent-news span,
footer .middlefoot .about a small,
footer .bottomfoot p,
.premium-bottomfoot p {
  color: var(--text-soft) !important;
}

.panel.panel-accordion .panel-heading:hover,
.panel.panel-accordion .panel-heading:hover a,
.fullsize .panel.panel-accordion .panel-heading:hover a span.colorletter {
  background: rgba(204, 0, 0, 0.12) !important;
  color: var(--primary-light) !important;
}

.alert.alert-success,
.alert.alert-warning,
.alert.alert-danger {
  background: var(--surface-card) !important;
  border-color: var(--border-primary) !important;
  box-shadow: var(--shadow-card);
}

.alert.alert-success {
  color: #92ffc4 !important;
}

.alert.alert-warning {
  color: #ffd36b !important;
}

.alert.alert-danger {
  color: #ff8c8c !important;
}

.select2-results__option--highlighted[aria-selected],
.select2-results__option[aria-selected=true] {
  background: rgba(204, 0, 0, 0.22) !important;
  color: #fff !important;
}

.hero-filter-form label,
.inventory-sort-form label,
.detail-contact-form label,
label {
  color: var(--text-soft) !important;
  font-size: 0.82rem !important;
  letter-spacing: 0.1em;
}

footer .middlefoot,
.premium-footer__main,
.premium-bottomfoot,
footer .bottomfoot {
  color: var(--text-main);
}

/* Senior UI Audit: terceira passada para tipografia uniforme e superfices seguras */
:root {
  --type-caption: 0.88rem;
  --type-sm: 0.95rem;
  --type-body: 1.02rem;
  --type-nav: 0.96rem;
  --type-title-sm: 1.28rem;
  --type-title-md: clamp(1.6rem, 2.6vw, 2.2rem);
  --type-title-lg: clamp(2.2rem, 4.6vw, 3.5rem);
}

body,
body.site-home {
  font-size: 17px;
  line-height: 1.7;
}

/* Estrutural: unifica a leitura base e remove heranca de fontes pequenas demais do template antigo */
body.site-home p,
p,
li,
td,
th,
address,
.form-control,
input,
select,
textarea,
.btn,
.alert,
.well,
.breadcrumbs,
.go-top a,
.sidebar-empty,
#contact p,
#carousel-services .services-item,
#home .list-group-item,
footer .middlefoot p,
footer .middlefoot ul li {
  font-size: var(--type-body) !important;
}

small,
.help-block,
.text-muted,
.hero-meta__label,
.premium-card__chips span,
.inventory-chip,
.detail-badge,
header .topbar #topmenu,
header .topbar #topsocial,
.utility-bar__contact span,
.utility-bar__contact a,
footer .middlefoot .about a small,
footer .middlefoot .recent-news span {
  font-size: var(--type-caption) !important;
}

header .navbar .navbar-nav li a,
.premium-navbar .premium-nav__menu li a,
.premium-nav__button,
.btn-premium,
.btn-primary,
.btn-default {
  font-size: var(--type-nav) !important;
  letter-spacing: 0.08em;
}

h1,
.detail-summary h1,
.premium-hero__headline,
.inventory-hero__headline {
  font-size: var(--type-title-lg) !important;
  line-height: 1.04;
}

h2,
.detail-panel h2,
.dealer-cta__panel h2,
.sidebar-panel__head h3,
.section-heading h2 {
  font-size: var(--type-title-md) !important;
  line-height: 1.12;
}

h3,
.hero-filter-card h2,
.inventory-card h3,
#carousel-services .services-item strong,
.team strong,
.manager strong {
  font-size: var(--type-title-sm) !important;
  line-height: 1.2;
}

/* Estrutural: trava menus, dropdowns, abas e blocos legados em uma superficie dark consistente */
header .navbar,
header .navbar .navbar-collapse,
header .navbar .navbar-collapse.in,
header .navbar .navbar-collapse.collapsing,
header .navbar .dropdown-menu,
header .navbar .open .dropdown-menu,
.nav-tabs,
.tab-content,
.list-group,
.list-group .list-group-item,
.modal-content,
.modal-header,
.modal-footer,
.dropdown-menu,
.dropdown-menu > li > a,
.table-responsive,
.table,
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > thead > tr > td,
.table > thead > tr > th,
form .input-group-addon,
#contact .formcontact,
#carousel-services .services-item,
#carousel-services,
.history .team,
footer .topfoot .carousel-control,
footer .middlefoot .bread-top {
  background: var(--surface-card) !important;
  color: var(--text-main) !important;
  border-color: var(--border-dark) !important;
}

header .navbar .navbar-nav > li > a,
header .navbar .dropdown-menu > li > a,
.dropdown-menu > li > a,
.nav-tabs > li > a,
.list-group .list-group-item,
.breadcrumbs,
.go-top a {
  color: var(--text-main) !important;
}

header .navbar .navbar-nav > li.active > a,
header .navbar .navbar-nav > li > a:hover,
header .navbar .navbar-nav > li > a:focus,
header .navbar .dropdown-menu > li > a:hover,
header .navbar .dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.list-group .list-group-item:hover,
.pagination li a:hover,
.pagination li span:hover {
  background: rgba(204, 0, 0, 0.16) !important;
  color: #fff !important;
  border-color: rgba(204, 0, 0, 0.4) !important;
}

header .navbar .navbar-toggle {
  background: rgba(255, 255, 255, 0.05) !important;
  border-color: var(--border-primary) !important;
}

header .navbar .navbar-toggle .icon-bar {
  background: var(--text-main) !important;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  background: transparent !important;
  color: var(--text-main) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

.table > thead > tr > th {
  background: rgba(255, 255, 255, 0.05) !important;
  font-size: var(--type-caption) !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.table > tbody > tr:hover > td,
.table > tbody > tr:hover > th {
  background: rgba(204, 0, 0, 0.06) !important;
}

.premium-card__badge,
.premium-card__status,
.label,
.hero-meta__label,
.detail-badge,
.inventory-chip.is-active {
  background: linear-gradient(135deg, rgba(204, 0, 0, 0.92), rgba(255, 68, 68, 0.92)) !important;
  color: #fff !important;
  border-color: rgba(255, 68, 68, 0.4) !important;
  box-shadow: 0 0 18px rgba(180, 0, 0, 0.18);
}

/* Estrutural: melhora formularios e CTA das paginas antigas sem alterar o markup */
#contact .formcontact,
.detail-contact-form,
.hero-filter-form,
.inventory-sort-form {
  border: 1px solid var(--border-dark);
  border-radius: 20px;
  padding: 24px;
  box-shadow: var(--shadow-card);
}

button.btn,
input[type=submit].btn,
.btn:not(.btn-default):not(.btn-link) {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%) !important;
  border-color: var(--primary) !important;
  color: #fff !important;
}

button.btn:hover,
input[type=submit].btn:hover,
.btn:not(.btn-default):not(.btn-link):hover {
  box-shadow: 0 0 18px var(--glow) !important;
}

#carousel-services {
  border-top-color: var(--border-primary) !important;
}

#carousel-services .services-item {
  border: 1px solid var(--border-dark) !important;
  border-radius: 20px;
  min-height: 160px;
  padding-top: 18px;
  padding-right: 24px;
}

#carousel-services .services-item .ico,
footer .topfoot .carousel-control,
.carousel-control {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: var(--border-primary) !important;
  color: var(--text-main) !important;
}

#carousel-services .services-item:hover .ico,
footer .topfoot .carousel-control:hover,
.carousel-control:hover,
.carousel-control:focus {
  background: rgba(204, 0, 0, 0.18) !important;
  border-color: var(--primary) !important;
  color: #fff !important;
  box-shadow: 0 0 18px var(--glow-soft);
}

@media (max-width: 991px) {
  #carousel-services .services-item {
    width: 100%;
  }

  #contact .formcontact,
  .detail-contact-form,
  .hero-filter-form {
    padding: 18px;
  }
}

/* Global Visual Review: paginas internas, footer refinado e system spacing */
:root {
  --space-2xs: 0.4rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 2.75rem;
  --space-2xl: 3.75rem;
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 30px;
  --radius-xl: 38px;
  --shadow-soft-premium: 0 18px 40px rgba(0, 0, 0, 0.24);
  --shadow-deep-premium: 0 26px 70px rgba(0, 0, 0, 0.32);
}

.site-page {
  background:
    radial-gradient(circle at top left, rgba(180, 0, 0, 0.18), transparent 28%),
    linear-gradient(180deg, #070707 0%, #0a0a0a 44%, #090000 100%);
}

.page-shell {
  padding: 26px 0 0;
}

.page-section {
  padding: 0 0 var(--space-2xl);
}

.page-section--soft {
  position: relative;
}

.page-section--soft:before {
  content: "";
  position: absolute;
  inset: 24px 0 auto;
  height: 1px;
  background: var(--gradient-line);
  opacity: 0.65;
}

.page-hero {
  padding: 18px 0 var(--space-xl);
}

.page-hero__grid {
  display: grid;
  gap: var(--space-lg);
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: stretch;
}

.page-hero__copy,
.page-hero__rail {
  background: var(--surface-card);
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-deep-premium);
}

.page-hero__copy {
  padding: clamp(1.8rem, 4vw, 3rem);
}

.page-hero__copy h1 {
  margin: 10px 0 16px;
  max-width: 15ch;
}

.page-hero__copy p {
  max-width: 58ch;
  color: rgba(255, 255, 255, 0.78);
}

.page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.page-hero__rail {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.page-hero__metric {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: 18px 20px;
}

.page-hero__metric span {
  display: block;
  color: var(--text-soft);
  font-size: var(--type-caption);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-hero__metric strong {
  display: block;
  color: var(--text-main);
  font-size: clamp(1.06rem, 1.4vw, 1.34rem);
  line-height: 1.36;
  margin-top: 8px;
}

.page-content-grid {
  display: grid;
  gap: var(--space-lg);
  grid-template-columns: minmax(0, 1.22fr) minmax(280px, 0.78fr);
  align-items: start;
}

.page-side-stack {
  display: grid;
  gap: 18px;
}

.page-card {
  background: var(--surface-card);
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft-premium);
  padding: clamp(1.4rem, 3vw, 2rem);
}

.page-card--outline {
  background:
    linear-gradient(160deg, rgba(204, 0, 0, 0.14) 0%, rgba(255, 255, 255, 0.04) 100%);
}

.page-card--empty {
  text-align: center;
}

.page-card--empty strong {
  display: block;
  color: var(--text-main);
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.page-card--story {
  min-height: 100%;
}

.page-card h3 {
  margin-top: 8px;
  margin-bottom: 12px;
}

.page-card p {
  color: var(--text-soft);
}

.page-richtext,
.page-richtext p,
.page-richtext li {
  color: var(--text-soft) !important;
  font-size: var(--type-body) !important;
  line-height: 1.85;
}

.page-richtext h2,
.page-richtext h3,
.page-richtext h4,
.page-richtext strong {
  color: var(--text-main);
}

.page-richtext h3 {
  border: 0;
  padding: 0;
  margin-top: 1.5rem;
}

.page-article-media {
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--border-dark);
}

.page-article-media img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
}

.page-article-media--service {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.03);
}

.page-article-media--service img {
  max-height: 180px;
  width: auto;
  object-fit: contain;
}

.page-detail-list,
.page-bullet-list,
.footer-links__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-detail-list {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.page-detail-list li,
.page-bullet-list li {
  color: var(--text-soft);
  display: flex;
  gap: 10px;
  line-height: 1.75;
}

.page-detail-list li i,
.footer-contact__list i {
  color: var(--primary-light);
  margin-top: 4px;
}

.page-bullet-list {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.page-bullet-list li:before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  box-shadow: 0 0 0 4px rgba(204, 0, 0, 0.14);
}

.contact-layout {
  display: grid;
  gap: var(--space-lg);
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  align-items: start;
}

.contact-form .form-control {
  min-height: 52px;
}

.contact-form textarea.form-control {
  min-height: 148px;
}

.contact-form__actions {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.contact-form__tip {
  color: var(--text-soft);
  font-size: var(--type-sm);
}

.contact-form__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-map-card__frame {
  border-radius: 24px;
  overflow: hidden;
  min-height: 360px;
  border: 1px solid var(--border-dark);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.contact-map-card #map,
.contact-map-card__frame #map,
#map.contact-map-card__frame {
  height: 360px;
  margin: 0;
}

.premium-footer--refined {
  padding-bottom: 32px;
}

.premium-footer__surface {
  background:
    radial-gradient(circle at top right, rgba(180, 0, 0, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(17, 17, 17, 0.98) 0%, rgba(13, 0, 0, 0.96) 100%);
  border: 1px solid var(--border-dark);
  border-radius: 34px;
  box-shadow: var(--shadow-deep-premium);
  overflow: hidden;
  padding: clamp(1.3rem, 3vw, 2rem);
}

.premium-footer__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr) minmax(280px, 0.95fr);
}

.premium-footer__grid > div {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 26px;
  padding: 22px;
  min-height: 100%;
}

.footer-brand h3,
.footer-links h3,
.footer-contact h3,
.footer-cta h3 {
  margin-top: 10px;
  margin-bottom: 14px;
  color: var(--text-main);
  font-size: 1.45rem !important;
}

.footer-stack {
  display: grid;
  gap: 18px;
}

.footer-brand,
.footer-stack,
.footer-cta {
  display: flex;
  flex-direction: column;
}

.footer-brand p {
  max-width: 30ch;
}

.footer-stack .footer-links,
.footer-stack .footer-contact {
  padding: 0;
}

.footer-stack .footer-contact--compact {
  margin-top: 2px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand img {
  width: auto;
  max-height: 64px;
  margin: 12px 0 18px;
}

.footer-brand p,
.footer-contact p,
.footer-contact li,
.footer-cta p {
  color: var(--text-soft) !important;
}

.footer-links__list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.footer-links__list a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--text-main);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.footer-links__list a:hover,
.footer-links__list a:focus {
  color: #fff;
  text-decoration: none;
  transform: translateX(4px);
  border-color: rgba(255, 68, 68, 0.35);
  background: rgba(204, 0, 0, 0.14);
}

.footer-links__list a i {
  color: var(--primary-light);
}

.footer-contact__list {
  display: grid;
  gap: 10px;
  margin: 16px 0 18px;
}

.footer-cta--spotlight {
  background:
    linear-gradient(150deg, rgba(204, 0, 0, 0.16) 0%, rgba(255, 255, 255, 0.04) 100%) !important;
}

.footer-cta .btn {
  margin-top: auto;
  width: fit-content;
}

.partner-band .section-heading {
  max-width: 520px;
}

.partner-band .section-heading h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.08;
}

.partner-grid {
  gap: 12px;
}

.partner-grid__item {
  min-height: 88px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.partner-grid__item img {
  max-height: 44px;
  filter: grayscale(1) brightness(1.15);
}

.partner-grid__item:hover img {
  filter: grayscale(0) brightness(1);
}

.service-feature-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-feature {
  display: grid;
  gap: 18px;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
  background: var(--surface-card);
  border: 1px solid var(--border-dark);
  border-radius: 28px;
  box-shadow: var(--shadow-soft-premium);
  padding: 22px;
}

.service-feature__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.service-feature__media img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.service-feature__content strong {
  display: block;
  color: var(--text-main);
  font-size: 1.28rem;
  margin: 8px 0 10px;
}

.service-feature__content p {
  margin-bottom: 12px;
}

.service-feature__content a {
  color: var(--primary-light);
  font-size: var(--type-caption);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-bottomfoot {
  margin-top: 20px;
  padding: 18px 0;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(13, 0, 0, 0.98) 0%, rgba(17, 17, 17, 0.96) 100%) !important;
  border: 1px solid var(--border-dark);
  box-shadow: var(--shadow-soft-premium);
}

.premium-bottomfoot__brandline {
  display: grid;
  gap: 8px;
}

.premium-bottomfoot__seal {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-soft);
  font-size: var(--type-caption);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-bottomfoot__actions {
  gap: 10px 12px;
}

.premium-bottomfoot__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(204, 0, 0, 0.92), rgba(255, 68, 68, 0.82));
  border: 1px solid rgba(255, 68, 68, 0.32);
  color: #fff;
  letter-spacing: 0.08em;
}

.premium-bottomfoot__link--ghost {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
  color: var(--text-main);
}

.premium-bottomfoot__social a {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05) !important;
}

.premium-bottomfoot__social a:hover,
.premium-bottomfoot__social a:focus {
  transform: translateY(-2px);
  background: rgba(204, 0, 0, 0.18) !important;
  border-color: rgba(255, 68, 68, 0.38);
}

@media (max-width: 1199px) {
  .page-hero__grid,
  .page-content-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .premium-footer__grid,
  .service-feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .page-shell {
    padding-top: 18px;
  }

  .premium-footer__grid {
    grid-template-columns: 1fr;
  }

  .page-hero__copy,
  .page-card,
  .premium-footer__surface,
  .premium-footer__grid > div {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .page-hero {
    padding-top: 10px;
  }

  .page-hero__actions,
  .contact-form__actions,
  .premium-bottomfoot__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .premium-bottomfoot__link {
    width: 100%;
  }

  .contact-map-card__frame,
  .contact-map-card #map,
  .contact-map-card__frame #map,
  #map.contact-map-card__frame {
    min-height: 280px;
    height: 280px;
  }
}
