@font-face {
  font-family: "Novelin";
  src: url("../fonts/Novelin-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Novelin";
  src: url("../fonts/Novelin-ThinItalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Novelin";
  src: url("../fonts/Novelin-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Novelin";
  src: url("../fonts/Novelin-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Novelin";
  src: url("../fonts/Novelin-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Novelin";
  src: url("../fonts/Novelin-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Novelin";
  src: url("../fonts/Novelin-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Novelin";
  src: url("../fonts/Novelin-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Novelin";
  src: url("../fonts/Novelin-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Novelin";
  src: url("../fonts/Novelin-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}

:root {
  --black: #000;
  --white: #fff;
  --color-1: #000;
  --color-2: #585858;
  --color-3: #cbcbcb;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

main {
  overflow-x: hidden;
  margin-top: 0 !important;
}

body {
  font-family: "Novelin", sans-serif;
  overflow-x: hidden;
  position: relative;
  color: var(--white);
  background-color: var(--color-1);
}

.section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.section-title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.section-description {
  font-size: 14px;
  font-weight: 300;
  margin: 10px 0;
}

.section-content {
  margin: 15px 0;
  text-align: justify;
  word-spacing: 2px;
  line-height: 1.8;
}

.home-section img {
  width: 100%;
}

.about-section {
  padding: 80px 0;
}

.about-box-1 {
  padding: 0 10%;
  width: 75%;
  margin-bottom: 60px;
}

.about-box-2 {
  padding: 0 10%;
  width: 100%;
  margin-top: 60px;
}

.highlight-box {
  width: 100%;
  text-align: center;
  padding: 20px 10%;
  background: linear-gradient(
    90deg,
    rgba(102, 102, 102, 0) 0%,
    rgba(207, 207, 207, 0.14) 33.42%,
    rgba(207, 207, 207, 0.14) 55.07%,
    rgba(207, 207, 207, 0.14) 71.66%,
    rgba(102, 102, 102, 0) 100%
  );
}

.highlight-box h3 {
  font-size: 22px;
  font-weight: 400;
  word-spacing: 2px;
}

.step-container {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 30px;
}

.step-item {
  position: relative;
  opacity: 1;
  gap: 10px;
  padding: 32px;
  border-radius: 14px;
  background: #2d2d2de0;

  /* background: radial-gradient(
    151.64% 120.36% at 47.19% -0.63%,
    rgba(255, 255, 255, 0.336) 0%,
    rgba(255, 255, 255, 0) 100%
  ); */
  backdrop-filter: blur(23.75px);
  z-index: 1;

  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}

.step-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 2px;
  background: linear-gradient(
    147.91deg,
    var(--color-2) 9.57%,
    var(--color-1) 56.98%,
    var(--color-2) 97.79%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.step-item img {
  width: 50px;
  height: 50px;
}

.step-arrow img {
  width: 150px;
}

.step-item h5 {
  font-weight: 600;
  padding-top: 10px;
}

.step-item p {
  font-size: 12px;
  font-weight: 300;
}

.center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-book {
  display: inline-block;
  margin: 50px auto 0;
  border-radius: 8px;
  background: linear-gradient(
      92.12deg,
      rgba(26, 127, 190, 0.28) 1.78%,
      rgba(4, 66, 93, 0.28) 75.2%
    ),
    linear-gradient(
      180deg,
      rgba(141, 203, 255, 0.48) 0%,
      rgba(15, 81, 136, 0.48) 100%
    );
  border: none;
  font-family: "Novelin", sans-serif;
  color: var(--white);
  padding: 20px 24px;
  font-weight: 700;
  letter-spacing: 2px;

  box-shadow: 0px -3.3px 9.91px 0px #ffffffbf inset,
    0px 4px 4px 0px #ffffff94 inset, 0px 6px 12px rgba(0, 0, 0, 0.4);
  transform: skewX(-15deg);
  cursor: pointer;

  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0px -3.3px 9.91px 0px #ffffffbf inset,
      0px 4px 4px 0px #ffffff94 inset, 0px 0px 20px rgba(255, 255, 255, 0.4),
      0px 6px 12px rgba(0, 0, 0, 0.4);
  }
  50% {
    box-shadow: 0px -3.3px 9.91px 0px #ffffffbf inset,
      0px 4px 4px 0px #ffffff94 inset, 0px 0px 20px rgba(255, 255, 255, 0.8),
      0px 6px 15px rgba(0, 0, 0, 0.5);
  }
  100% {
    box-shadow: 0px -3.3px 9.91px 0px #ffffffbf inset,
      0px 4px 4px 0px #ffffff94 inset, 0px 0px 20px rgba(255, 255, 255, 0.4),
      0px 6px 12px rgba(0, 0, 0, 0.6);
  }
}

.btn-book span {
  display: inline-block;
  transform: skewX(15deg);
}

.form-section {
  transition: all 0.3s ease;
  position: relative;
  padding: 100px 10%;
  text-align: center;
}

.form-section .section-description {
  margin-top: 20px;
}

.blur-1 {
  opacity: 0.6;
  width: 100%;
  height: 150%;
  background: #6c6c6c;
  border-radius: 50%;
  filter: blur(150px);
  position: absolute;
  bottom: -60%;
  left: 0;
  z-index: -1;
}

.form-group-2 {
  display: flex;
  flex-direction: column;
  text-align: left;
  flex: 1;
  margin-bottom: 20px;
}

.form-flex {
  width: 100%;
  display: flex;
  gap: 20px;
}

.form-group-2 .form-control {
  margin: 10px 0;
  border: none;
  border-radius: 18px;
  display: flex;
  align-items: center;
  padding: 20px 16px;
  background-color: #f9fafb;
  font-size: 14px;
  transition: all 0.3s ease;
}

.form-group-2 .form-control:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.4);
  background-color: #e7e7e7;
}

.form-group-2:has(.form-control[required]) .form-label::after {
  content: " *";
  color: red;
}

.form-control-wrapper {
  margin: 10px 0;
  display: flex;
  align-items: center;
  border-radius: 18px;
  background: var(--white);
  transition: all 0.3s ease;
}

.form-control-wrapper:focus-within {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.4);
  background-color: #e7e7e7;
}

.form-control-wrapper .form-control {
  flex: 1;
  border: none;
  background-color: #f9fafb;
  outline: none;
  font-size: 14px;
  padding: 10px 6px;
  box-shadow: none !important;
}

.form-prepend,
.form-append {
  color: #6d7280;
  font-size: 12px;
  padding: 0 12px;
  font-weight: 600;
  flex-shrink: 0;
  transition: color 0.3s ease;
}

.form-control::placeholder {
  color: #888;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: "Novelin", sans-serif;
}

.select2-container--default .select2-selection--single {
  margin: 10px 0;
  border: none !important;
  border-radius: 18px !important;
  background-color: #f9fafb;
  font-size: 14px;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  height: auto !important;
  transition: all 0.3s ease;
  box-shadow: none;
}

.select2-container--default .select2-selection--single:focus {
  outline: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #111;
  padding: 0;
  margin: 0;
  line-height: normal;
  flex: 1;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #888;
  font-size: 10px;
  letter-spacing: 1px;
  font-family: "Novelin", sans-serif;
}

.select2-container--default.select2-container--open .select2-selection--single {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
  background-color: #efefef;
}

.select2-container--default .select2-dropdown {
  background-color: #fff;
  border: none;
  border-radius: 14px !important;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  padding: 8px 0;
  margin-top: 6px;
  font-size: 14px;
  overflow: hidden;
}

.select2-container--default .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option {
  padding: 12px 16px;
  cursor: pointer;
  color: var(--color-1) !important;
  transition: background 0.2s ease, color 0.2s ease;
  font-family: "Novelin", sans-serif;
}

.select2-container--default .select2-results__option--highlighted {
  background-color: var(--color-3) !important;
  color: var(--color-1) !important;
  font-weight: 600;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: var(--color-3) !important;
  color: var(--color-1) !important;
  font-weight: 600;
}

.select2-container--default .select2-search--dropdown {
  padding: 8px 12px;
  background: #f9fafb;
  border-bottom: 1px solid #ddd;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  width: 100% !important;
  padding: 10px 14px;
  font-size: 14px;
  border: none;
  border-radius: 10px;
  background-color: #fff;
  outline: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}

.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  box-shadow: 0 0 0 2px rgba(2, 86, 150, 0.4);
  border: none;
  background-color: #f1faff;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  position: absolute;
  top: 50% !important;
  right: 16px !important;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.form-footer {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.custom-checkbox {
  display: flex;
  gap: 10px;
  font-size: 14px;
  cursor: pointer;
}

.custom-checkbox label {
  font-size: 12px;
  font-weight: 400;
}

.custom-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}

.custom-checkbox input[type="checkbox"]:hover {
  border-color: #026f96;
}

.custom-checkbox input[type="checkbox"]:checked {
  background-color: #026f96;
  border-color: #a0d1e2;
}

.custom-checkbox input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.btn-submit {
  border-radius: 50px;
  font-family: "Novelin", sans-serif;
  color: var(--white);
  letter-spacing: 2px;
  font-size: 14px;
  padding: 20px 36px;
  font-weight: 600;
  border: none;
  background-color: #00a6de;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 40px;
}

.btn-submit:hover {
  box-shadow: 0px 0px 15px rgba(255, 255, 255, 1);
}

.gradient-line {
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 2px;
  margin: 20px 0;
}

.footer-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #2b2b2b;
  align-items: center;

  font-size: 10px;

  padding: 24px 30px;
}

.footer-service {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;

  text-decoration: underline;
}

.faq-section {
  position: relative;
  padding: 100px 10%;
}

.faq-container {
  width: 100%;
  display: flex;
  gap: 20px;
}

.box-1 {
  width: 35%;
}

.box-2 {
  width: 65%;
}

.blur-2 {
  width: 70%;
  height: 90%;
  background: #bebebe;
  border-radius: 50%;
  filter: blur(100px);
  position: absolute;
  bottom: -50%;
  left: 15%;
  opacity: 0.2;
  z-index: -1;
}

.faq-lists {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.faq-item {
  width: 100%;
  position: relative;
  padding: 24px 32px;
  border-radius: 16px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  color: #fff;
  font-family: "Novelin", sans-serif;

  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1),
    inset 0 4px 8px rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.faq-item.active {
  background: rgba(68, 78, 82, 1);
}

.faq-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: radial-gradient(
    151.64% 120.36% at 47.19% -0.63%,
    rgba(255, 255, 255, 0.336) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.faq-item.active::before {
  padding: 2px;
}

.faq-item.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 30%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 2px;
}

.faq-header {
  display: flex;
  gap: 20px;
  cursor: pointer;
  justify-content: space-between;
}

.faq-item .item-arrow {
  font-size: 18px;
  color: white;
  cursor: pointer;
  display: inline-block;
}
.faq-item h4 {
  font-size: 16px !important;
  font-weight: 500;
}

.faq-item .faq-content {
  display: none;
  margin-top: 12px;
  font-size: 12px;
  margin-bottom: 0;
  color: #a0a0a0;
  font-weight: 400;
}

.faq-content p {
  margin-bottom: 0;
}

.faq-content ul {
  margin: 5px 0;
  padding-left: 20px;
}

.lineup-section {
  position: relative;
  overflow: hidden;
  padding: 120px 10%;
}

.lineup-bg {
  position: absolute;
  inset: 0;
  background-image: url("/themes/default2019/img/test-drive-fronx/bg-car-fronx.webp");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 1;
  will-change: transform;
}

.lineup-container {
  display: flex;
  align-items: stretch;
  gap: 20px;
  padding: 5% 0;
}

.lineup-image {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.lineup-content {
  width: 40%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.logo-fronx {
  width: 300px;
}

.car-fronx {
  width: 100%;
}

.car-box {
  position: relative;
}

.oval {
  width: 100%;
  height: 120px;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  z-index: -1;
  bottom: 10%;
  left: 0;
}

.lineup-image h4 {
  font-size: 30px;
}

.lineup-image h5 {
  font-size: 16px;
}

.lineup-items {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}

.lineup-item {
  display: flex;
  justify-content: space-between;
}

.btn-lineup {
  border: 1px solid #fff;
  padding: 20px 30px;
  width: 100%;
  text-align: center;
  margin: 50px auto 10px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.btn-lineup:hover {
  box-shadow: 0px 0px 15px rgba(255, 255, 255, 1);
}