@import url("https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Michroma&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/* @font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway/Raleway-VariableFont_wght.ttf") format("woff"),
    url("/fonts/Raleway/static/Raleway-Light.ttf") format("truetype"),
    url("/fonts/Raleway/static/Raleway-Medium.ttf") format("truetype");
} */

/* ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
} */
html {
  scroll-behavior: smooth;
}
body {
  background-color: #0f0f0f;
  overflow-x: hidden;
}
div,
section,
h1,
h2,
h3,
h4,
h5,
h6 {
  scroll-margin-top: 160px;
}
@media (min-width: 992px) {
  div,
  section,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    scroll-margin-top: 180px;
  }
}
a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: black;
}
* {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", serif;
  line-height: 1.42857143;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.42857143;
}
p,
a {
  font-family: "Roboto", sans-serif;
  margin: 0px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #f5f5f5fa;
  text-align: justify;
  font-weight: 300;
}
.mm3 {
  font-family: Padauk-Regular !important;
  font-weight: bolder;
  font-size: 17px;
  line-height: 27px !important;
}
.mm-font {
  font-family: Zawgyi-One;
}
.colorwhite {
  color: white;
  font-size: 15px;
}
.nopadding {
  padding: 0px;
}
.text-white * {
  color: white;
}
.text-primary {
  color: #cca366 !important;
}
.text-justify {
  text-align: justify;
}
.row {
  row-gap: 20px;
}
.no-rowgap {
  row-gap: 0px !important;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}

/* Start state */
.animated-modal {
  max-width: 550px;
  border-radius: 4px;
  overflow: hidden;

  transform: translateY(-50px);
  transition: all 0.7s;
}
.animated-modal h2,
.animated-modal p {
  transform: translateY(-50px);
  opacity: 0;

  transition-property: transform, opacity;
  transition-duration: 0.4s;
}
/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal p {
  transform: translateY(0);
  opacity: 1;
}
/* Reveal content with different delays */
.fancybox-slide--current .animated-modal h2 {
  transition-delay: 0.1s;
  font-family: "Raleway";
  font-weight: 800;
  font-size: 23px;
}

.fancybox-slide--current .animated-modal p {
  transition-delay: 0.3s;
  font-family: "Raleway";
}
button.fancybox-close-small:after {
  content: "\F628";
  font-family: bootstrap-icons !important;
  color: #0057a2;
}

/************ Header ************/
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: 0.3s;
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
}
header.inner {
  position: relative;
  background-color: #0f0f0f;
}
.web_logo {
  max-width: 100px;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  padding: 0px !important;
}
.header_title {
  color: #cca366;
  font-size: 30px;
  font-family: "Inria Serif", sans-serif;
  letter-spacing: 1px;
}
.head_slo {
  color: #fefefe;
  font-size: 12px;
  font-family: "Inria Serif", sans-serif;
}
/* @media (max-width: 767px) {
  header {
    background-color: #0f0f0f;
  }
} */
/* @media (min-width: 992px) {
  .web_logo {
    max-width: 150px;
  }
} */
.nav-link {
  color: #4c4c4c !important;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  padding: 5px 2px;
  margin: 5px 0px;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .nav-link {
    font-size: 16px;
  }
  .web-logo.inner {
    padding: 20px 15px;
  }
}
@media (min-width: 1200px) {
  .nav-link {
    font-size: 18px;
  }
}

.navbar-nav * {
  color: #fefefe !important;
}
/* .header.active .navbar-nav.inner * {
  color: #4c4c4c !important;
}
.header.active .navbar-nav.inner {
  color: #4c4c4c !important;
} */
.navbar-toggler.inner {
  filter: invert(1);
}
.header.active .navbar-toggler.inner {
  filter: none !important;
}
.nav-link:hover,
.nav-link:focus,
.nav-link:active,
.nav-item.active .nav-link,
.nav-item.active button,
.header.active .navbar-nav.inner .nav-link:hover,
.header.active .navbar-nav.inner .nav-link:focus,
.header.active .navbar-nav.inner .nav-link:active,
.header.active .navbar-nav.inner .nav-item.active .nav-link {
  color: #fefefe !important;
  border-bottom: 1px solid #cca366 !important;
  padding: 4px 2px;
  transition: 0.3s;
}
.navbar-nav > li.dropdown.shops {
  position: unset;
}
.dropdown-item.active,
.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li.active a,
.dropdown-menu li.active a:hover,
.dropdown-menu li.active a:focus,
.header.active .navbar-nav.inner .dropdown-menu li a:hover,
.header.active .navbar-nav.inner .dropdown-menu li a:focus,
.header.active .navbar-nav.inner .dropdown-menu li.active a,
.header.active .navbar-nav.inner .dropdown-menu li.active a:hover,
.header.active .navbar-nav.inner .dropdown-menu li.active a:focus {
  background-color: transparent !important;
  color: #cca366 !important;
}
.navbar-nav > li > .dropdown-menu {
  margin: 0px;
  background: #312929;
}
.dropdown-menu li a {
  line-height: 22px;
  color: white;
  background-color: transparent !important;
  font-size: 14px;
}

.dropdown-menu li a::before {
  content: "";
  padding-right: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-left: 1px solid #cca366;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #333;
  text-decoration: none;
  outline: 0;
  background-color: #cca366;
}
.dropdown-menu > a:hover,
.dropdown-menu > a:focus {
  background: #cca366;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.show {
  background-color: #1c1c1c;
  transform: translateY(20%);
}
.mm-listitem_selected > .mm-listitem__text {
  background-color: #cca366;
  color: white !important;
}

.dropdown.dropdownlanguage {
  background: none;
  display: none;
}
.dropdown-toggle::after {
  display: none;
}
.langlink {
  padding: 15px;
}
.langlink img {
  width: 25px;
  margin-right: 10px;
  border-radius: 100000px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.language-th {
  margin-bottom: 0px;
}
.dropdownlanguage .dropdown-menu {
  width: 169px;

  padding: 0px;

  -webkit-animation: scale-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;

  animation: scale-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;

  top: 100% !important;
}
.btn-pme.active {
  background: #08aef8;
}
.btn-pme.active a {
  color: white;
}
#dropdownMenuButton {
  width: 169px;

  background: transparent;

  color: black;
  /* color: white; */

  display: flex;

  align-items: center;

  justify-content: end;

  padding-right: 0px;
}
#dropdownMenuButton:focus,
#dropdownMenuButton:hover,
#dropdownMenuButton:active {
  outline: none;
  box-shadow: none;
}
#dropdownMenuButton img {
  width: 30px;
  margin-right: 10px;
  color: black;
}
#lang_btn_desktop {
  width: 100%;
  background: transparent;
  color: black;
  display: flex;
  align-items: center;
}
#lang_btn_desktop:focus,
#lang_btn_desktop:hover,
#lang_btn_desktop:active {
  outline: none;
  box-shadow: none;
}
#lang_btn_desktop img {
  width: 30px;
  margin-right: 10px;
  color: black;
}
.lang-img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-right: 8px;
  margin-left: 8px;
}
.lang-img.active {
  border: 2px solid white;
}
.dropth {
  display: none;
}

.banner {
  width: 100%;
  aspect-ratio: 7 / 2;
  max-height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/img/banner.png");
  min-height: 250px;
  position: relative;
}
.dark_overlay {
  position: absolute;
  inset: 0;
  /* background-color: #33333390; */
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_head {
  color: #fff6e1;
}
.banner_link_parent {
  color: white;
}
.banner_separator {
  color: white;
}
.banner_link_parent:hover {
  color: #fff6e1;
}
.banner_active {
  color: #fff6e1;
  font-weight: 700;
}
@media (min-width: 992px) {
  .banner {
    max-height: 400px;
  }
}
/************ Header ************/

/************ Home ************/
.home_hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.home_hero_slide_img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  z-index: 10 !important;
}
.home_slide_text {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  z-index: 1000;
  font-family: "Michroma", serif;
  line-height: 1.7;
}
.home_slide_social {
  position: absolute;
  right: 0;
  top: 50%;
  align-items: center;
  display: none;
  flex-direction: column;
  gap: 10px;
  transform: translateY(-50%);
  z-index: 1000;
}
.home_slide_social a {
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(2%)
    hue-rotate(333deg) brightness(112%) contrast(100%);
  transition: 0.3s;
}
.home_slide_social a:hover {
  filter: brightness(0) saturate(100%) invert(67%) sepia(21%) saturate(773%)
    hue-rotate(357deg) brightness(96%) contrast(93%);
}
@media (min-width: 768px) {
  .home_slide_text {
    font-size: 20px;
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .home_slide_text {
    font-size: 30px;
    max-width: 900px;
  }
  .home_slide_social {
    display: flex;
  }
}

.home_slide_filter_btn {
  padding: 10px 60px 10px 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 25px;
  background-color: transparent;
  transition: 0.3s;
  height: 70px;
  cursor: pointer;
}
.home_slide_filter_btn:hover,
.home_slide_filter_btn.active {
  background-color: #000000;
}
.home_slide_filter_btn p {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
}
.home_slide_filter_div {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding-bottom: 50px;
}
.scroll_down_button_div {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0%);
  z-index: 1000;
}
.scroll_down_button {
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: #000000;
  cursor: pointer;
  transition: 0.3s;
  animation: bounceLoop 1.6s ease-in-out infinite;
}
.scroll_down_button:hover {
  /* transform: translate(-50%, -20%); */
}
@keyframes bounceLoop {
  0%,
  100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  55% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-5px);
  }
  85% {
    transform: translateY(0);
  }
}
@media (min-width: 992) {
  .home_hero {
    min-height: 400px;
  }
  .home_slide_filter_btn p {
    font-size: 20px;
  }
}

.home_about {
  padding: 100px 0px;
}
.home_about_div {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 750px;
  margin: auto;
  align-items: center;
}
.home_about_top {
  font-size: 16px;
  color: #cca366;
}
.home_about_title {
  font-size: 20px;
  text-transform: uppercase;
  color: white;
}
.home_about_para {
  text-align: center;
  color: white;
}
.home_about_readmore {
  border: 1px solid white;
  padding: 10px 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}
.home_about_readmore span {
  color: white;
  transition: 0.3s;
}
.home_about_readmore:hover {
  background-color: white;
}
.home_about_readmore:hover span,
.home_about_readmore:hover svg {
  filter: invert(1);
}
@media (min-width: 992px) {
  .home_about_top {
    font-size: 20px;
  }
  .home_about_title {
    font-size: 25px;
  }
}

.home_service {
  background-image: url("/img/home/home_service_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0px;
}
.home_service_link {
  position: relative;
  display: inline-block;
  padding: 18px 35px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.06em;
  border-radius: 10px;
  font-size: 15px;
  background: none !important;
  transition: color 0.2s ease;
}
.home_service_link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    92.45deg,
    #ffffff -12.83%,
    #ffffff00 22.08%,
    #ffffff00 73.59%,
    #ffffff 106.22%
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: 0.5s;
}
.home_service_link:hover {
  color: #cca366;
}
.home_service_link:hover::before {
  background: #fff;
}
.home_service_img {
  max-width: 150px;
}

.home_vehicle_card {
  background-color: #1a1a1a;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 10px;
}
.home_vehicle_top {
  color: #cca366;
  font-size: 18px;
  text-transform: uppercase;
}
.home_vehicle_brand {
  color: white;
  font-size: 12px;
  text-transform: uppercase;
}
.home_vehicle_img {
  max-width: 330px;
  aspect-ratio: 3/2;
  width: 100%;
  margin: auto;
}
.home_vehicle_icon_div {
  border: 1px solid white;
  border-radius: 10px;
  padding: 10px;
}
.home_vehicle_icon_text {
  font-size: 13px;
  color: white;
  text-align: center;
}
.home_vehicle_btn {
  background-color: white;
  padding: 15px 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transition: 0.3s;
  color: #1a1a1a;
}
.home_vehicle_btn:hover {
  background-color: #cca366;
  color: white;
}

.home_brand_container {
  background-color: #1a1a1a;
  padding: 50px 15px;
  max-width: 850px;
  margin: auto;
  border-radius: 30px;
}
.home_brand_img {
  max-width: 110px;
}
@media (min-width: 992px) {
  .home_brand_container {
    padding: 50px;
  }
}

/************ Home ************/

/************ About Us ************/
.about_head_img {
  width: 100%;
  aspect-ratio: 4/5;
}
.about_head_title {
  font-size: 25px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
}
.about_head_gold {
  font-size: 16px;
  color: #cca366;
}
.about_head_para p {
  color: white;
  font-size: p;
  text-align: justify;
}
.about_head_name {
  color: #cca366;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.about_head_position {
  font-weight: bold;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
}

.about_vmc_card {
  background-color: #1a1a1a;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  overflow: hidden;
  position: relative;
  min-height: 230px;
  height: 100%;
}
.about_vmc_light {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50px;
  left: -50px;
  rotate: 45deg;
  background-color: #cca366;
}
.about_vmc_svg {
  position: absolute;
  top: 10px;
  left: 10px;
}
.about_vmc_head {
  color: #cca366;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}
.about_vmc_para {
  text-align: center;
  font-size: 15px;
  color: white;
}

.about_overview_img {
  width: 100%;
  aspect-ratio: 7/5;
}
.company_info {
  background: #0f0f0f;
  color: #fff;
}
.company_info_inner * {
  color: white;
  font-size: 16px;
}
.info_row {
  display: grid;
  grid-template-columns: 180px 24px 1fr;
  gap: 12px;
  align-items: start;
  margin-bottom: 20px;
}
.info_label {
  font-weight: 400;
  line-height: 1.5;
  font-size: 17px;
}
.info_colon {
  font-weight: 600;
  text-align: center;
  opacity: 0.9;
}
.info_value {
  line-height: 1.7;
}
.info_section_title {
  font-weight: 700;
  margin: 36px 0 20px;
  font-size: 20px;
}
.activities_list {
  margin: 0 0 10px 0;
  padding-left: 1.4rem;
  line-height: 1.7;
}
.activities_list li {
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .info_row {
    grid-template-columns: 150px 20px 1fr;
  }
}
@media (max-width: 576px) {
  .info_row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .info_colon {
    display: none;
  }
  .info_label {
    font-size: 1rem;
    opacity: 0.9;
  }
  .info_value,
  .activities_list {
    font-size: 1.05rem;
  }
}

/************ About Us ************/

/************ Services ************/

.services_flow {
  padding: 100px 0px;
}
.svc_card {
  position: relative;
  margin: 40px 0;
  padding: 28px 28px 24px 28px;
  background: #0c0f14;
  border: 1px solid #cca36659;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px #ffcd780f;
  color: #e6e6e6;
  transition: 0.3s;
}
.svc_no {
  position: absolute;
  top: -55px;
  right: 18px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #cca366cc;
  color: #cca366;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0c0f14f2;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.svc_title {
  color: #ffffff;
  margin: 0 0 10px 0;
  font-size: 24px;
  line-height: 1.35;
}
.svc_title + .svc_text,
.svc_title + .svc_subtitle {
  margin-top: 6px;
}
.svc_subtitle {
  color: #d7b579;
  margin: 14px 0 6px 0;
  font-weight: 600;
}
.svc_text {
  color: #c8cdd4;
  margin: 0 0 8px 0;
}
.svc_list {
  margin: 6px 0 0 0;
  padding: 0 0 0 18px;
  list-style: none;
}
.svc_list li {
  position: relative;
  margin: 8px 0;
  color: #c8cdd4;
  line-height: 1.6;
}
.svc_list li:before {
  content: "";
  position: absolute;
  left: -14px;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d7a64e;
  box-shadow: 0 0 0 2px #d7a64e40;
}
.svc_note {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #d7a64e14;
  border: 1px solid #d7a64e59;
  color: #f0d19b;
  font-size: 14px;
}
.svc_footer {
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px dashed #cca36659;
  color: #e9e1cf;
  line-height: 1.6;
}
@media (max-width: 991.98px) {
  .svc_card {
    padding: 22px 20px;
  }
  .svc_title {
    font-size: 20px;
  }
  .svc_no {
    width: 48px;
    height: 48px;
    top: -14px;
    right: 14px;
  }
}
.svc_head {
  display: block;
  width: 100%;
  background: transparent;
  color: inherit;
  border: 0;
  padding: 0;
  text-align: left;
  cursor: pointer;
  position: relative;
}
.svc_body {
  display: none;
  margin-top: 8px;
}
.svc_card.is_open .svc_body {
  display: block;
}
.svc_head::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 12px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #cca366;
  border-bottom: 2px solid #cca366;
  transform: rotate(45deg);
  opacity: 0.8;
  transition: 0.3s;
}
.svc_card.is_open .svc_head::after {
  transform: rotate(225deg);
}

/************ Services ************/

/************ Spare Parts ************/

.sp_filter_btn {
  border: 1px solid #cca36666;
  color: #ffffff;
  background: transparent;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  transition: all 0.2s ease;
}
.sp_filter_btn:hover {
  border-color: #cca366;
  box-shadow: 0 0 0 2px #cca36626 inset;
}
.sp_filter_btn.is_active {
  background: #cca366;
  color: #111111;
  border-color: #cca366;
}
.sp_card {
  background: #0e1217;
  border: 1px solid #ffffff0f;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.sp_card:hover {
  transform: translateY(-2px);
  border-color: #cca36673;
  box-shadow: 0 14px 32px -16px #000000b3;
}

.sp_card_head {
  padding: 16px 16px 8px 16px;
}
.sp_title {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.2px;
}
.sp_brand {
  margin-top: 4px;
  color: #c6ccd4;
  font-size: 13px;
  opacity: 0.9;
}

.sp_img_wrap {
  display: block;
  position: relative;
}
.sp_img_wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #00000000 60%, #00000026);
  pointer-events: none;
}
.sp_img_wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  filter: contrast(1.02) saturate(1.02);
}

.sp_badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 12px 16px 0 16px;
}
.sp_badge {
  font-size: 12px;
  line-height: 1;
  padding: 6px 9px;
  border-radius: 999px;
  color: #e8e2d6;
  background: #cca36633;
  border: 1px solid #cca36661;
}

.sp_card_foot {
  margin-top: auto;
  padding: 14px 16px 16px 16px;
  display: flex;
  justify-content: flex-end;
}
.sp_btn_outline {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border-radius: 6px;
  border: 1px solid #cca366;
  color: #cca366;
  background: transparent;
  transition: all 0.2s ease;
  font-size: 14px;
}
.sp_btn_outline:hover {
  background: #cca366;
  color: #111111;
}

/************ Spare Parts ************/

/************ Cars ************/
.vm_filter_btn {
  padding: 8px 14px;
  border: 1px solid #cca36659;
  background: #0c0f14;
  color: #e6e6e6;
  border-radius: 8px;
  font-size: 14px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.vm_filter_btn.is_active,
.vm_filter_btn:hover {
  background: #cca3661a;
  border-color: #cca366cc;
  color: #ffffff;
}

.vm_card {
  background: #0c0f14;
  border: 1px solid #ffffff0f;
  border-radius: 12px;
  padding: 16px;
  height: 100%;
  box-shadow: inset 0 0 0 1px #ffcd780f;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.vm_card:hover {
  transform: translateY(-2px);
  border-color: #cca36673;
  box-shadow: 0 14px 32px -16px #000000b3;
}
.vm_head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.vm_icon {
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: contain;
}
.vm_title {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.3;
}
.vm_variant {
  color: #c8cdd4;
  font-weight: 500;
}
.vm_badges {
  margin-top: 20px;
}
.vm_badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #d7a64e66;
  background: #d7a64e14;
  color: #f0d19b;
  font-size: 12px;
}
.vm_item {
  margin-top: 10px !important;
}
/************ Cars ************/

/************ Contact Us ************/
.contact_info_section {
  color: #000;
  position: relative;
  padding: 100px 0px;
  background-image: url("/img/contact/contact_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact_title {
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.05;
  text-transform: uppercase;
  font-size: 30px;
  color: white;
}
.glass_panel {
  background: #141414a6;
  border: 1px solid #ffffff14;
  box-shadow: 0 8px 24px #00000059;
  backdrop-filter: blur(6px);
  border-radius: 10px;
}
.addr_list {
  list-style: none;
}
.addr_item {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
  margin-bottom: 16px;
}
.addr_label {
  font-weight: 700;
  color: #ffdca9;
  margin-bottom: 4px;
}
.addr_text {
  color: #e6e6e6;
  opacity: 0.95;
}
.contact_card {
  color: #fff;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.contact_card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px #00000073;
}
.contact_card:hover *,
.contact_card:focus-visible *,
.contact_card:focus *,
.contact_card:focus-within *,
.contact_card:visited * {
  color: #cca366;
}
.card_icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #f4d6a31f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.card_title {
  font-size: 0.95rem;
  opacity: 0.8;
}
.card_value {
  font-weight: 600;
  color: #fff;
}
.form_heading {
  font-weight: 700;
}
.form_control_dark {
  width: 100%;
  background: transparent;
  border: 1px solid #ffffffcc;
  color: #fff;
  padding: 12px 14px;
  outline: none;
  transition: border-color 0.15s ease, background 0.15s ease;
}
input.form_control_dark {
  height: 50px;
}
.form_control_dark::placeholder {
  color: #ffffff8c;
}
.form_control_dark:focus {
  border-color: #f4d6a3;
  background: #ffffff1a;
}
.form_control_dark.textarea {
  resize: vertical;
}
.btn_gold {
  display: inline-block;
  background: #cca366;
  color: #1a1a1a;
  border: 0;
  padding: 10px 50px;
  letter-spacing: 0.02em;
  letter-spacing: 1px;
  font-size: 18px;
}
.btn_gold:hover {
  filter: brightness(1.06);
}

@media (min-width: 992px) {
  .contact_title {
    font-weight: 600;
    font-size: 46px;
  }
}

/************ Contact Us ************/

/************ Footer ************/
.copyright,
.copyright a {
  font-size: 13px;
}
footer {
  background-color: #000;
  padding: 20px 15px 15px 15px;
}
.footer_container {
  max-width: 850px;
}
.footer_title {
  color: #cca366;
  font-size: 24px;
  font-family: "Inria Serif", sans-serif;
}
.underlined {
  text-decoration: underline;
}
.footer_contact_top {
  color: #cca366;
  transition: 0.3s;
  font-size: 16px;
}
.footer_contact_bot {
  color: #fff;
  text-align: justify;
  font-size: 14px;
  max-width: 250px;
  width: 100%;
  transition: 0.3s;
}
a.footer_contact_bot:hover {
  color: #cca366;
}

#go-top {
  position: fixed;
  right: 2%;
  bottom: 5%;
  border-radius: 1000000px;
  background-color: #1a1a1a;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  z-index: 100000;
  border: 1px solid #1a1a1a;
}

.license {
  padding-top: 30px;
  color: rgb(204, 163, 102);
  font-weight: bold;
}
/************ Footer ************/
