.home-brands-slide {
  padding-bottom: 0;
}
.vehicle-hero-banner {
  /*background: url(../images/vehicles/dongfeng-huge-1920x1080.webp) center/cover no-repeat;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;

}

.vehicle-hero-logo {
  width: 350px;
  padding-bottom: 20px;
}

.vehicle-banner {}

.vehicle-banner .banner-slide .content-box {
  padding: 400px 0 40px;
}

.vehicle-banner .title {
  font-size: 55px;
  line-height: 60px !important;
}

.vehicle-banner p {
  color: #fff;
  width: 600px;
  font-size: 20px;
}
.about-page-section {
  position: relative;
  background: #fff;
  padding: 70px 0;
  color:var(--theme-color-dark);
}
.about-page-section h2 {
  font-size: 1.8rem;
  color:var(--theme-color-dark);
}
.about-page-section p {
  color:var(--theme-color-dark);
}
.exterior-section, .interior-section {
  position: relative;
  background: #fff;
  padding: 70px 0;
}
.exterior-section-2 {
  background: #222;
}
.interior-section-2 {
  background: #eaeaea;
}

.exterior-section .sec-title .title {
  color: var(--theme-color1);
}

.exterior-section .sec-title-h2 .title,
.interior-section .sec-title-h2 .title {
  color: var(--theme-color-black);
}

.exterior-section .sec-title-h2 .title span,
.interior-section .sec-title-h2 .title span {
  color: var(--theme-color1);
}

.exterior-section .sec-title-h2,
.interior-section .sec-title-h2 {
  margin-bottom: 10px;
}

.exterior-section p,
.interior-section p {
  font-size: 16px;
  color: var(--theme-color-black);
  margin: 0 auto;
}

.exterior-section .container {
  overflow: hidden;
}

.interior-section .container {
  overflow: hidden;
}
/* VEHICLE WELCOME SECTION (soon after hero slider)  */
.vehicle-welcome-section {
  position: relative;
  background: url('../images/models/huge/welcome-section-bg.webp') center / cover no-repeat;
  padding: 80px 0;
}
.mage-welcome-section {
  background: url('../images/models/mage/welcome-section-bg.webp') center / cover no-repeat;
}
.ev007-welcome-section {
  background: url('../images/models/007/welcome-section-bg.webp') center / cover no-repeat;
}
.a30-welcome-section {
  background: url('../images/models/a30/welcome-section-bg.webp') center / cover no-repeat;
}
.a60-welcome-section {
  background: url('../images/models/a60/welcome-section-bg.webp') center / cover no-repeat;
}
.rich7-welcome-section {
  background: url('../images/models/rich7/welcome-section-bg.webp') center / cover no-repeat;
}
.z9-welcome-section {
  background: url('../images/models/z9/welcome-section-bg.webp') center / cover no-repeat;
}
@media (max-width: 991.98px) {
  .vehicle-welcome-section {
    padding: 30px 0;
  }
}

.vehicle-welcome-section .container,
.vehicle-configure-section .container {
  min-height: 500px;
}

.vehicle-welcome-section .sec-title-h2 {
  margin-bottom: 15px;
}

.vehicle-welcome-section p {
  margin: 25px;
  color: #fff;
  margin: 0 auto;
  max-width: 750px;
}

.vehicle-gallery {
  padding: 50px;
  user-select: none;
}

.vehicle-gallery .swiper-slide {
  max-width: 990px;
}

.vehicle-gallery .swiper-slide img {
  opacity: 0.5;
}
.vehicle-gallery .swiper-slide-active img {
  opacity: 1.0;
  transition: opacity 0.5s ease-in-out;
}
@media (max-width: 767.98px) {
  .vehicle-gallery {
    padding: 0;
  }
  .vehicle-gallery .swiper-button-next,
  .vehicle-gallery .swiper-button-prev {
    display: none;
  } 

}
/*

VEHICLE CONFIGURATION SECTION

*/

.vehicle-configure-section {
  position: relative;
  background: url('../images/models/huge/vehicle-configurator-bg.webp') center / cover no-repeat;
  padding: 80px 0;
}
.vehicle-configure-section p {
  color: var(--theme-color2-text-color);
}
.vehicle-configure-section .light-bg p {
  color: var(--theme-color3-text-color);
}

.mage-configure {
  background: url('../images/models/mage/vehicle-configurator-bg.webp') center / cover no-repeat;
}
.ev007-configure {
  background: url('../images/models/007/vehicle-configurator-bg.webp') center / cover no-repeat;
}
.a30-configure {
  background: url('../images/models/a30/vehicle-configurator-bg.webp') center / cover no-repeat;
}
.a60-configure {
  /*background: url('../images/models/a60/vehicle-configurator-bg.webp') center / cover no-repeat;*/
  background:none;
  background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.3), rgba(0,0,0,0), rgba(0,0,0,0));
  z-index: -9;
}
.rich7-configure {
  background: url('../images/models/rich7/vehicle-configurator-bg.webp') center / cover no-repeat;
}
.z9-configure {
  background: url('../images/models/z9/vehicle-configurator-bg.webp') center / cover no-repeat;
}
.vehicle-configure-section .sec-title-h2 {
  margin-bottom: 0;
}

/* SPECS */
.specs-container>div {
  padding-bottom: 25px;
}

.specs-container {
  font-size: 24px;
  font-weight: 600;
  color: #eaeaea;
}

.specs-container .spec-item {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

.light-bg .specs-container {
  color: var(--theme-color3-text-color);
}

.light-bg .specs-container .spec-item {
  color: var(--theme-color3-text-color);
}

/* VEHICLE COLOR SLIDER */
.vehicle-color-selector .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.vehicle-gallery .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}

ul.color-selector {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding-top:25px;
}

ul.color-selector li {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

ul.color-selector li.white {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
}

ul.color-selector li.black {
  background-color: #1a1a1a;
}

ul.color-selector li.gray {
  background-color: #8e8e93;
}
ul.color-selector li.r7gray {
  background-color: #5b6b78;
}
ul.color-selector li.blue {
  background-color: #224258;
}
ul.color-selector li.green {
  background-color: #0e5f56;
}
ul.color-selector li.gold {
  background-color: #b2a276;
}
ul.color-selector li.purple {
  background-color: #38348c;
}
ul.color-selector li.red {
  background-color: #a80a0b;
}
ul.color-selector li.orange {
  background-color: orange;
}

ul.color-selector li:hover {
  transform: scale(1.12);
}

ul.color-selector li.active {
  transform: scale(1.12);
  outline: 2px solid #000;
  outline-offset: 3px;
}

/* SWIPER CUSTOM STYLES FOR MODEL EXTERIOR & INTERIOR GALLERY
Base Swiper styles to fit the column safely 
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  bottom: 20px !important;
}
*/
.swiper-pagination-bullet {
  width: 30px !important;
  height: 2px !important;
  border-radius: 2px !important;
  background-color: #cccccc !important;
  opacity: 1 !important;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background-color: var(--theme-color1) !important;
  width: 45px !important;
}
.swiper-button-next, .swiper-button-prev {
  color: var(--theme-color1);
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  color: var(--theme-color2);
}

/* NEW VIDEO BG - MAGE */
.dfm-hero-container{
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: left;
  align-items:flex-end;
  text-align: left;
  /*margin-top: -96px; disabled when menu position changed to fixed */ 
}
@media (max-width: 768px) {
  .dfm-hero-container {
    /*height:700px;*/
  }
  .dfm-hero-video {
    height: 700px !important;
  }
}

.dfm-hero-container h1, .dfm-hero-container h2 {
  color:#fff;
}
.dfm-hero-container h2 {
  text-transform: uppercase;
  font-style: italic;
  max-width: 720px;
  border:rgba(255,255,255,0.1) 1px solid;
  padding:10px !important;
  background-color: rgba(0,0,0,0.1);
}
  .dfm-hero-logo img {
  max-height: 100px;
}
.about-hero-section {
  height:800px;
}
.home-hero-section {
  align-items: center;
  justify-content: space-around;
  text-align: center;
}
.home-hero-section h1 {
  text-transform: uppercase;
}

.home-hero-section .dfm-hero-content span {
  text-transform: uppercase;
  font-weight: 600;
  color:var(--theme-color-white);
  font-size:18px;
  background: rgba(227, 43, 44, 0.5);
  padding:15px;
  border-radius: 5px;
  margin-bottom:5px;
}
.dfm-hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dfm-hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dfm-hero-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw; /* 16:9 Aspect Ratio (9 / 16 = 0.5625) */
  min-height: 100vh;
  min-width: 177.77vh; /* 16:9 Aspect Ratio (16 / 9 = 1.7777) */
  transform: translate(-50%, -50%); /* Keeps iframe perfectly centered */
  object-fit: cover;
}
.dfm-hero-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw; /* 16:9 Aspect Ratio (9 / 16 = 0.5625) */
  min-height: 100vh;
  min-width: 177.77vh; /* 16:9 Aspect Ratio (16 / 9 = 1.7777) */
  transform: translate(-50%, -50%); /* Keeps iframe perfectly centered */
  object-fit: cover;
}
.dfm-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.5));*/
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.3), rgba(0,0,0,0.5), rgba(0,0,0,1));
  z-index:1;
}
@media (max-width: 768px) {
  .dfm-hero-overlay {
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0.4), rgba(0,0,0,0.8), rgba(0,0,0,1));
  }
}

.about-hero-section .dfm-hero-overlay {
  background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.2), rgba(0,0,0,0.3), rgba(0,0,0,0.7));
}
.dfm-hero-content {
  padding: 0 20px;
  margin: 0 0 100px 100px;
  z-index: 2;
}
.home-hero-section .dfm-hero-content {
  padding: 0 20px;
  margin: 0 auto;
}
.dfm-hero-content h1 {
  /*font-size:5rem;*/
  font-size: clamp(2.5rem, 3.5vw, 5rem);
  margin:0; padding:0;
}
 
.dfm-hero-content h2 {
  /*font-size:2.50rem;*/
  font-size: clamp(2.0rem, 2.5vw, 3.0rem);
  margin:0; padding:0;
}
.dfm-hero-content p {
  font-size:1.25em;
  max-width: 40em;
  padding: 15px 0;
  color:#fff;
}
.dfm-hero-logo {
  margin-bottom: 20px;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

@media (max-width: 990px) {
  .vehicle-hero-section .dfm-hero-content {
    padding: 0 20px;
    margin: 0 auto 50px auto;
  }
}
@media (max-width: 767.98px) {
  .dfm-hero-container {
    text-align: center;
    justify-content: center;
  }
  .dfm-hero-content h1 {
    /*font-size: 3.2rem;*/
  }
  .dfm-hero-content h2 {
    font-size: 2.10rem;
  }
  .dfm-hero-content {
    margin-left: 0;
    margin-bottom: 25px;
  }
  .home-hero-section .dfm-hero-content span {
    font-size:16px;
  }
  .theme-btn-two {font-size: 14px;}
  .dfm-hero-content h2 {
    font-size: 1.80rem;
  }
  .dfm-hero-content p {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .dfm-hero-content h1 {
    /*font-size: 2.75rem;*/
  }
  .home-hero-section .dfm-hero-content span {
    font-size:14px;
    padding:10px;
    margin-bottom:10px;
  }
}
/* HOME VEHICLE SLIDER */
.home-vehicle-slider-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.home-vehicle__item {
  /*margin-top: 135px;*/
  height: 830px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.home-vehicle__item span {
  font-size: 32px !important;
  color: var(--theme-color-white) !important;
  -webkit-text-fill-color: var(--theme-color-white) !important;
  -webkit-text-stroke-width: 0 !important;
  font-weight: 600 !important;
  border-bottom: 3px solid var(--theme-color-white);
  display: inline-block;
  padding-right: 40px;
  margin-bottom: 20px;
  line-height: 90px !important;
}
.home-vehicle__item span sup {
  font-size: 16px !important;
  display: inline-block;
  transform: translateY(-15px);
}
.home-vehicle__item .text {
  max-width: 350px;
}
.home-vehicle__item .text a {
  color:#fff;
  text-decoration: none;
}
.home-vehicle__item .text a:hover {
  text-decoration: none !important;
}
.home-vehicle__item:hover .content {
  /*background-color: rgba(255, 255, 255, 0.1490196078);*/
  background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.25));
  /*backdrop-filter: blur(10px);*/
}
@media (max-width: 991px) {
  .home-vehicle__item {
    /*margin-top: 80px;*/
  }
}
@media (max-width: 767px) {
  .home-vehicle__item {
    height: 500px !important;
  }
}
.vehicle__wrp {
  position: relative;
  overflow: hidden;
}
.vehicle__slider {
  padding-bottom: 0;
}
.vehicle__slider-arrys {
  display: flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 9;
}
.vehicle__slider-arrys button {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  border-radius: 12px;
  color: var(--black);
  background-color: var(--theme-color-white);
  transition: var(--transition);
  font-size: 18px;
}
.vehicle__slider-arrys button:last-child {
  transition: all 0.5s ease-in-out;
}
.vehicle__slider-arrys button:hover {
  background-color: var(--theme-color1);
  color: var(--text-color1);
}
@media (max-width: 767px) {
  .vehicle__slider-arrys button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    font-size: 16px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .vehicle__slider-arrys {
    top: 20px;
    left: 20px;
  }
}
.vehicle__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.vehicle__image .tab-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.vehicle__image .tab-img.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.vehicle__item {
  display: block;
  position: relative;
  height: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-border-end: 1px solid rgba(255, 255, 255, 0.2);
  border-inline-end: 1px solid rgba(255, 255, 255, 0.2);
}
.vehicle__item .content {
  padding: 60px;
  width: 100%;
  transition: var(--transition);
  transform: translateY(80px);
}
@media (max-width: 991px) {
  .vehicle__item .content {
    padding: 30px;
  }
}
.vehicle__item .content span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.4);
  color: transparent;
  font-size: 100px;
  line-height: 120px;
  font-weight: 500;
  transition: var(--transition);
}
.vehicle__item .content h4 {
  color: var(--theme-color-white);
}
.vehicle__item .content p {
  margin-top: 20px;
  color: var(--theme-color-white);
  opacity: 0;
  visibility: hidden;
  transform: var(--transition);
}
.vehicle__item:hover .content {
  transform: translate(0);
}
.vehicle__item:hover .content span {
  -webkit-text-fill-color: var(--theme-color-white);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--theme-color-white);
  color: var(--theme-color-white);
  font-size: 100px;
  line-height: 120px;
  font-weight: 500;
}
.vehicle__item:hover .content p {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .vehicle__item {
    height: 500px;
  }
}
/* END OF HOME VEHICLE SLIDER */
.hover-animated-image .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.hover-animated-image .image img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hover-animated-image .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
          transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.hover-animated-image:hover .image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
          transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.hover-animated-image:hover .image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
          transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
/* HERO SECTION BUTTON */
.hero-btn {
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
  padding: 10px 15px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.hero-btn:before {
  background-color: var(--theme-color1-text-color);
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}
.hero-btn i, .hero-btn img {
  color: var(--theme-color-white);
  font-size: 18px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.hero-btn:hover i {
  color: var(--theme-color3-text-color);
}
.hero-btn:hover img {
  -webkit-filter: brightness(1) invert(1);
          filter: brightness(1) invert(1);
}
.hero-btn:hover {
  color: var(--theme-color3-text-color);
}
.hero-btn:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.hero-btn:active {
  color: var(--theme-color-white);
}
@media (max-width:768px) {
  .hero-btn {margin-top:5px;}
}
.inner-2col-section {
  position: relative;
  padding: 120px 0 80px 0;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: left;
  text-align: left;
  background: rgba(5,28,44,1)
}
.inner-2col-section .column-1 h1 {
  font-size: clamp(1.5rem, 2.5rem, 3rem);
  text-transform: uppercase;
  color: var(--theme-color-lighter);
}
.light-color-text {
  color:var(--theme-color-silver);
}
.book-test-drive {
  background: #051c2c url(../images/models/007/book-test-drive-bg.webp) center/cover no-repeat;
}
.btd-help {
  display: flex;
  max-width: 450px;
  gap:35px;
}
.inner-2col-section hr {
  height: 1px;
  background:var(--theme-color-lighter);
  border:0;
  margin: 20px 0;
}
.btd-help a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: var(--theme-color-silver);
    text-decoration: none;
    font-size: .8125rem;
    text-align: center;
    transition: color .2s ease;
}
.btd-help a:hover {
  color:#999;
}
.btd-help a svg {
    width: 42px;
    height: 42px;
    stroke-width: 0.9;
}
/*

.vehicle-gallery .vehicle-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
.vehicle-gallery .vehicle-image img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.vehicle-gallery .vehicle-image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
          transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.vehicle-gallery:hover .vehicle-image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
          transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.vehicle-gallery:hover .vehicle-image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
          transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}*/

/* FOOTER */
footer { 
  background:#09192A; 
  padding: 70px 0px 30px;
}
footer p {
  font-size: 14px;
  color:#fff;
}
.fc-circle {
    background: var(--theme-color1);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    margin: auto;
}
.fc-circle .fas, .fc-circle .far {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFF;
    font-size: 25px;
    font-weight: 500;
}
.fc-caption, .fc-caption a, .fc-caption h5 {
    font-size:16px;
    font-weight: 500;
    color: #FFF;
    text-align: center !important;
}
.footer-social {
    margin: 30px 0;
}
.footer-social ul li {
    display: inline-block;
    margin-right: 10px;
    color: #FFF;
    background-color: rgba(18, 50, 84, 0.4);
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.footer-social ul li i {
  font-size: 24px;
}
.footer-social ul li a  {
  color:#666;
}
.footer-social ul li a:hover  {
  color:#eaeaea;
}
.footer-col h5 {
    font-weight: 600;
    font-size: 18px;
    color: #eaeaea;
    margin-bottom: 20px;
}
.footer-logo-container {
  display: flex;
  align-items:flex-end;
  flex-direction: row;
  padding-bottom: 25px;
}
hr.footer-divider {
    border-top: 1px solid #5b6b78;
    margin: 60px 0px 50px;
}
.footer-bulletlist li {
  display: flex;
  align-items: center;
  gap:10px;
  color:#5b6b78;
  line-height: 1.7rem;
}
.ico-circle {
    background: var(--theme-color1);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: relative;
    margin: auto;
}
.footer-bulletlist i {
  color: #FFF;
  font-size:12px;
}
.footer-bulletlist a {
  color:#eaeaea;
}

.form-result div { display: none;}