@import "../vendor/bootstrap/css/bootstrap.min.css";
@import "../fonts/fontawesome/css/all.min.css";
@import "../fonts/flaticon/flaticon.css";
@import "../fonts/flaticon2/flaticon.css";
@import "../fonts/line-awesome/css/line-awesome.css";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Fredoka:wght@300..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
:root {
  --primary: $primary;
  --secondary: $secondary;
  --text-dark: $text-dark;
}

:root {
  --primary: $primary;
  --secondary: $secondary;
  --text-dark: $text-dark;
}

.payment-page .container {
  width: 100%;
  text-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .payment-page .container {
    max-width: 374px;
  }
}
.payment-page__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 15px 0;
}
.payment-page__subtitle {
  color: #868686;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.payment-page__application {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}
.payment-page__application span {
  color: #868686;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.payment-page__amount {
  color: #1469c7;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}
.payment-page__amount .amount_value {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  display: block;
  color: #1469c7;
}
.payment-page__amount span {
  color: #868686;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.payment-page__va {
  color: #1469c7;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 20px;
}
.payment-page__footer {
  color: #717171;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.form-underline .form-control, .form-underline .form-select {
  border: 0;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
}
.form-underline .form-control:focus, .form-underline .form-select:focus {
  outline: none;
  box-shadow: 0 2px 0 0 #007bff;
}
.form-underline .form-control[readonly], .form-underline .form-select[readonly] {
  background-color: #fff;
  opacity: 1;
}
.form-underline .input-group-text {
  border: 0;
  background: #fff;
}
.form-underline .select2-container--default .select2-selection--single {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #aaa;
}
.form-underline .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #fff;
}

.compare-result .car-name {
  color: #fff;
  font-size: 14pt;
  padding: 1rem 0 0.5rem;
}
.compare-result .table thead th {
  border: 0;
}

@media (max-width: 992px) {
  .compare-result .car-name {
    font-size: 9pt;
  }
}
.compare-result .table-info {
  color: #777;
}
.compare-result .table-info th {
  font-size: 1.2em;
  color: #444;
}
.compare-result .table-info td {
  padding-left: 40px;
}
.compare-result .table-striped tr:nth-child(even) {
  background-color: #FFF;
}

.compare-result {
  margin-bottom: 100px;
}

.navbar-desktop {
  background: #ffffff;
  transition: all 0.4s ease-in-out;
}
.navbar-desktop .navbar-brand {
  padding: 0;
  font-weight: bold;
  color: var(--primary);
}
.navbar-desktop .navbar-brand .navbar-logo {
  height: 20px;
  width: auto;
  max-height: 40px;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .navbar-desktop .navbar-brand .navbar-logo {
    height: 40px;
  }
}
.navbar-desktop #navbarNav {
  display: none;
  flex-shrink: 0;
  gap: 50px;
}
@media (min-width: 768px) {
  .navbar-desktop #navbarNav {
    display: flex;
  }
}
.navbar-desktop #navbarNav .nav-link {
  transition: color 0.3s ease;
}
@media (min-width: 768px) {
  .navbar-desktop #navbarNav .nav-link {
    color: #1469C6;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
}
.navbar-desktop #navbarNav .nav-link:hover, .navbar-desktop #navbarNav .nav-link.active {
  background-color: transparent;
  border-bottom: 2px solid;
  border-radius: 0;
}
.navbar-desktop #globalSearchBox {
  margin-left: -10px;
}
@media (min-width: 768px) {
  .navbar-desktop #globalSearchBox {
    margin-left: unset;
  }
}
.navbar-desktop .search-wrapper {
  position: relative;
  opacity: 1;
}
.navbar-desktop .search-wrapper input {
  padding-left: 35px;
  border-radius: 50px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  border: 2px solid #E5E5E5;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16) inset;
}
@media (min-width: 768px) {
  .navbar-desktop .search-wrapper input {
    font-size: 14px;
    line-height: 20px;
  }
}
.navbar-desktop .search-wrapper img {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  height: 14px;
}
.navbar-desktop .navbar-action {
  display: flex;
  align-items: center;
  gap: 3px;
}
.navbar-desktop .navbar-action__search-icon {
  display: flex;
  justify-content: flex-end;
  background-color: transparent;
  border-color: transparent;
}
@media (min-width: 768px) {
  .navbar-desktop .navbar-action__search-icon {
    display: none;
  }
}
.navbar-desktop .navbar-action__search-icon img {
  height: 16px;
  width: 16px;
}
.navbar-desktop .navbar-action__location-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.navbar-desktop .navbar-action__location-icon img {
  height: 16px;
  width: 16px;
}
@media (min-width: 768px) {
  .navbar-desktop .navbar-action__location-icon img {
    height: 20px;
    width: 20px;
  }
}
.navbar-desktop .navbar-action__location-icon span {
  display: none;
}
@media (min-width: 768px) {
  .navbar-desktop .navbar-action__location-icon span {
    font-weight: 700;
    font-size: 14px;
    display: inline;
  }
}
.navbar-desktop .select2-lokasi {
  display: none;
}
.navbar-desktop .navbar-select-container {
  position: relative;
  display: inline-block;
  width: auto;
}
.navbar-desktop .navbar-select-container .select2-container--default {
  position: absolute;
  top: calc(100% + 19px);
  left: 0;
  width: 0px !important;
  height: 0px;
  visibility: hidden;
}
.navbar-desktop .navbar-select-container .select2-container--default .select2-dropdown {
  visibility: visible;
  position: fixed;
  top: 54px;
  right: 10px;
  left: auto;
  min-width: 200px;
  width: max-content;
  border: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .navbar-desktop .navbar-select-container .select2-container--default .select2-dropdown {
    top: 64px;
  }
}
.navbar-desktop .navbar-select-container .select2-results__option {
  color: #333333 !important;
  font-size: 14px;
}
.navbar-desktop .navbar-select-container .select2-results__option--highlighted[aria-selected] {
  background-color: #1469C6 !important;
  color: #ffffff !important;
}
.navbar-desktop .navbar-select-container .select2-search--dropdown {
  padding: 5px;
}
.navbar-desktop .navbar-select-container .select2-search--dropdown .select2-search__field {
  padding-left: 24px;
  border: 1px solid #DCDCDC !important;
  border-radius: 8px !important;
  color: #333333;
  outline: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23888' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 5px center;
}
.navbar-desktop .navbar-select-container .select2-search--dropdown .select2-search__field::placeholder {
  color: #A0A0A0;
}
.navbar-desktop .navbar-select-container .select2-results ul.select2-results__options {
  max-height: 300px !important;
}
.navbar-desktop .navbar-select-container .select2-results ul.select2-results__options::-webkit-scrollbar {
  width: 5px;
}
.navbar-desktop .navbar-select-container .select2-results ul.select2-results__options::-webkit-scrollbar-track {
  background: transparent;
}
.navbar-desktop .navbar-select-container .select2-results ul.select2-results__options::-webkit-scrollbar-thumb {
  background: #DCDCDC;
  border-radius: 10px;
}
.navbar-desktop .navbar-select-container .select2-dropdown {
  position: relative;
  border-radius: 16px !important;
  padding-top: 24px;
}
.navbar-desktop .navbar-select-container .select2-dropdown .btn-close-dropdown {
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 15px;
  width: 15px;
  height: 15px;
  background-color: #E74C3C;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.navbar-desktop .navbar-select-container .select2-results__option {
  color: #555555 !important;
  font-size: 15px;
  font-weight: 500;
  padding: 10px !important;
  border-bottom: 1px solid #EFEFEF;
}
.navbar-desktop .navbar-select-container .select2-results__option:last-child {
  border-bottom: none;
}
.navbar-desktop .navbar-select-container .select2-results__option--highlighted[aria-selected], .navbar-desktop .navbar-select-container .select2-results__option[aria-selected=true] {
  background-color: #D1EBFF !important;
  color: #1469C6 !important;
}
.navbar-desktop.scrolled {
  background-color: #005faf !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding-top: 12px;
  padding-bottom: 12px;
}
.navbar-desktop.scrolled .nav-link {
  color: #ffffff !important;
}
.navbar-desktop.scrolled .nav-link:hover {
  opacity: 0.8;
}
.navbar-desktop.scrolled .navbar-select-container .select2-container--default {
  top: calc(100% + 12px);
}
.navbar-desktop.scrolled .navbar-action__location-icon span {
  color: #ffffff !important;
}
.navbar-desktop.scrolled .navbar-action__location-icon img {
  filter: brightness(0) invert(1);
}
.navbar-desktop.scrolled .navbar-action__search-icon img {
  filter: brightness(0) invert(1);
}
.navbar-desktop.scrolled .navbar-select-container .select2-container--default .select2-selection--single {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.navbar-desktop.scrolled .navbar-select-container .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ffffff !important;
}
.navbar-desktop.scrolled .navbar-select-container .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ffffff transparent transparent transparent !important;
}

.navbar-mobile {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 70px;
  background-color: #1469C6;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}
@media (min-width: 768px) {
  .navbar-mobile {
    display: none;
  }
}
.navbar-mobile .nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  position: relative;
  text-decoration: none;
}
.navbar-mobile .nav-item .icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.navbar-mobile .nav-item .icon-box img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}
.navbar-mobile .nav-item .notch-curve {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%) scale(0);
  width: 80px;
  height: 40px;
  background-color: #ffffff;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
.navbar-mobile .nav-item:hover .notch-curve, .navbar-mobile .nav-item.active .notch-curve {
  opacity: 1;
  top: 0px;
  transform: translateX(-50%) scale(1);
}
.navbar-mobile .nav-item:hover .icon-box, .navbar-mobile .nav-item.active .icon-box {
  top: 0;
  left: 50%;
  transform: translate(-50%, -28px);
  width: 56px;
  height: 56px;
  background-color: #1469C6;
  border: none !important;
  box-shadow: 0 8px 15px rgba(20, 105, 198, 0.25);
}
.navbar-mobile .nav-item:hover .icon-box img, .navbar-mobile .nav-item.active .icon-box img {
  width: 26px;
  height: 26px;
}

:root {
  --primary: $primary;
  --secondary: $secondary;
  --text-dark: $text-dark;
}

.carousel-indicators-left {
  right: auto !important;
  left: 10px !important;
  top: 50% !important;
  bottom: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: translateY(-50%);
  flex-direction: column !important;
  gap: 12px;
}
@media (min-width: 768px) {
  .carousel-indicators-left {
    left: 20px !important;
  }
}
.carousel-indicators-left button {
  width: 4.17px !important;
  height: 4.17px !important;
  border-radius: 50% !important;
  background-color: #F0F0F0 !important;
  opacity: 1 !important;
  border: none !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out !important;
}
@media (min-width: 768px) {
  .carousel-indicators-left button {
    width: 16px !important;
    height: 16px !important;
  }
}
.carousel-indicators-left button.active {
  width: 4.17px !important;
  height: 10.42px !important;
  border-radius: 20px !important;
  background-color: #1469C7 !important;
}
@media (min-width: 768px) {
  .carousel-indicators-left button.active {
    width: 16px !important;
    height: 40px !important;
    border-radius: 100px !important;
  }
}

.carousel-inner {
  height: fit-content;
}
.carousel-inner .carousel-item {
  height: 100%;
}
.carousel-inner .carousel-item img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.hero-section.no-slides.fit-content {
  padding: 25px 0;
  height: fit-content;
  min-height: unset;
}
@media (min-width: 768px) {
  .hero-section.no-slides.fit-content {
    padding: 50px 0;
  }
}
.hero-section.no-slides.fit-content .hero-content {
  color: white;
}
.hero-section.no-slides.fit-content .hero-content__title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .hero-section.no-slides.fit-content .hero-content__title {
    font-size: 32px;
    line-height: 28px;
  }
}
.hero-section.no-slides {
  min-height: 220px;
  height: fit-content;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #005faf;
  background-size: cover;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .hero-section.no-slides {
    height: 60vh;
  }
}
.hero-section.no-slides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section.no-slides .hero-content {
  color: white;
}
.hero-section.no-slides .hero-content__title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .hero-section.no-slides .hero-content__title {
    font-size: 80px;
    line-height: 84px;
  }
}
.hero-section.no-slides .hero-content__subtitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  line-height: 14px;
}
@media (min-width: 768px) {
  .hero-section.no-slides .hero-content__subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0%;
  color: #212529;
  background-color: #ffffff;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.container-bs4 {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-bs4 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-bs4 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-bs4 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-bs4 {
    max-width: 1140px;
  }
}
.invalid-feedback,
.valid-feedback {
  font-size: 12px;
}

.form-floating > .form-control,
.form-floating > .form-select {
  background-color: #e9ecef;
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  min-height: 45px;
  font-size: 14px;
}

.floating-action {
  position: fixed;
  right: 0;
  bottom: 85px;
  z-index: 99999 !important;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .floating-action {
    right: 75px;
    bottom: 6px;
  }
}
.floating-action button {
  pointer-events: auto !important;
}

.breadcrumb-item a {
  color: #b5b6b7;
}
.breadcrumb-item a:focus, .breadcrumb-item a:hover {
  color: #005faf;
  text-decoration: none;
  outline: 0;
}

.number-spinner {
  display: grid;
  position: relative;
  padding: 0.25rem 0.5rem;
  background-color: #e9ecef;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
}
.number-spinner label {
  font-weight: 600;
  font-size: 10px;
  text-align: center;
}
.number-spinner .controls {
  display: flex;
  align-items: center;
  justify-content: center;
}
.number-spinner .controls i {
  font-size: 13px;
  cursor: pointer;
}
.number-spinner .controls i.decrement {
  color: #ced4da;
}
.number-spinner .controls i.increment, .number-spinner .controls i.increment:hover, .number-spinner .controls i.decrement:hover {
  color: #005faf;
}
.number-spinner .controls .form-control {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  font-weight: 700;
  background-color: transparent;
  border: none;
}

.back-to-top-btn {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.back-to-top-btn.show {
  opacity: 1;
  pointer-events: auto;
}

a, .nav-link {
  color: #005faf;
  text-decoration: none;
}

.required::after {
  content: " *";
  color: red;
  font-weight: bold;
}

.has-info > i {
  color: #adb5bd;
  font-weight: 700;
  font-size: 15px;
  font-style: italic;
  cursor: pointer;
}

.input-group-check {
  display: flex;
  align-items: center;
  padding: 0.375rem 0;
  margin-bottom: 0;
}

.pagination {
  justify-content: center !important;
}

.nav-tabs .nav-link {
  border: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link.active {
  color: #005faf;
  font-weight: bolder;
  border-bottom: solid 2px #005faf;
  isolation: isolate;
}

.data-empty {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}
.data-empty__title {
  color: #717171;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.data-empty__desc {
  color: #717171;
  font-style: Medium;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.btn-rounded[class*=btn-] {
  border-radius: 30px;
}

.btn-primary {
  background: linear-gradient(180deg, #1469C7 0%, #0B4E98 125%);
}

.btn-primary:focus, .btn-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
  background: linear-gradient(180deg, #1469C7 0%, #0B4E98 125%);
}

.cta-wrapper {
  display: block;
  position: relative;
  height: 90px;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cta-wrapper {
    width: 75%;
  }
}
.cta-wrapper .cta-banner {
  border-radius: 24px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #1469C6 0%, #6EB3FF 271.67%);
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (min-width: 768px) {
  .cta-wrapper .cta-banner {
    min-height: 60px;
  }
}
.cta-wrapper .cta-content {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: white;
}
@media (min-width: 768px) {
  .cta-wrapper .cta-content {
    top: -20px;
  }
}
.cta-wrapper .cta-content .cta-title {
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  -webkit-text-stroke: 14px #1565c0;
  paint-order: stroke fill;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .cta-wrapper .cta-content .cta-title {
    font-size: 50px;
    line-height: 24px;
  }
}
.cta-wrapper .cta-content .cta-subtitle {
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .cta-wrapper .cta-content .cta-subtitle {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }
}
.cta-wrapper .cta-left,
.cta-wrapper .cta-right {
  position: absolute;
  z-index: 3;
  bottom: 45px;
}
.cta-wrapper .cta-left {
  left: 0;
}
@media (min-width: 768px) {
  .cta-wrapper .cta-left {
    left: 19%;
    top: -45px;
  }
}
.cta-wrapper .cta-left img {
  width: 60px;
}
@media (min-width: 768px) {
  .cta-wrapper .cta-left img {
    width: 90px;
  }
}
.cta-wrapper .cta-right {
  right: -5px;
}
@media (min-width: 768px) {
  .cta-wrapper .cta-right {
    right: 15%;
    top: -25px;
  }
}
.cta-wrapper .cta-right img {
  width: 90px;
}
@media (min-width: 768px) {
  .cta-wrapper .cta-right img {
    width: 130px;
  }
}

.custom-tabs {
  position: relative;
  border-bottom: 3px solid #C4C4C4;
  gap: 0;
}
.custom-tabs .nav-item {
  margin-bottom: -2px;
}
.custom-tabs .nav-link {
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #212529;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .custom-tabs .nav-link {
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 28px;
  }
}
.custom-tabs .nav-link:hover, .custom-tabs .nav-link:focus, .custom-tabs .nav-link.active {
  border: 0;
  border-bottom: 3px solid #1469C7;
  color: #1658B9;
}

section .section-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  section .section-header {
    margin-bottom: 29px;
  }
}
section .section-header .section-title {
  color: #005faf;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media (min-width: 768px) {
  section .section-header .section-title {
    font-size: 28px;
    line-height: 36px;
  }
}
section .section-header .section-filter {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 179px;
}
@media (min-width: 768px) {
  section .section-header .section-filter {
    max-width: 699px;
  }
}
section .section-header .section-filter .form-control {
  border-radius: 50px;
  border: 2px solid #E5E5E5;
  padding: 5px 15px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16) inset;
}
@media (min-width: 768px) {
  section .section-header .section-filter .form-control {
    padding: 10px 44px;
  }
}
section .section-header .section-filter .form-control:focus {
  border-color: #248CE4;
  box-shadow: 0 0 0 0.2rem rgba(21, 101, 216, 0.15);
}
section .section-header .section-filter .form-control::placeholder {
  color: #717171;
}
section .section-header .btn-filter {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 4px 13px 7px;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
section .section-header .btn-filter i {
  font-size: 12px;
}

.section-advanced-filter {
  position: relative;
  overflow: hidden;
}
.section-advanced-filter .section-title {
  font-size: 36px;
  font-weight: 700;
  color: #1565d8;
}
.section-advanced-filter .btn-filter {
  border: 2px solid #5daeff;
  background: #fff;
  color: #555;
  border-radius: 30px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.2s ease;
}
.section-advanced-filter .btn-filter:hover {
  background: #f3f8ff;
}
.section-advanced-filter .btn-filter i {
  font-size: 12px;
}

.advanced-filter-box {
  margin-top: 12px;
}

.filter-title {
  margin-bottom: 8px;
  color: #414141;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media (min-width: 768px) {
  .filter-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.filter-group {
  display: grid;
  gap: 12px;
}

.filter-check {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  color: #717171;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.filter-check input {
  width: 16px;
  height: 16px;
  accent-color: #1565d8;
}

.cols-1 {
  grid-template-columns: repeat(1, 1fr);
}

.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.cols-3 {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

/* SECTION NAVBAR */
.section-title {
  color: #1469C6;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 28px;
    line-height: 36px;
  }
}

.section-navbar {
  align-items: center !important;
  margin-bottom: 10px;
}
.section-navbar__title {
  color: #1469C6;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section-navbar__title {
    font-size: 28px;
    line-height: 36px;
  }
}
.section-navbar__search {
  position: relative;
}
.section-navbar__search .form-control {
  padding-left: 40px;
  border-radius: 50px;
  border: 2px solid #E5E5E5;
  background: #FFF;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16) inset;
  color: #717171;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (min-width: 768px) {
  .section-navbar__search .form-control {
    font-size: 14px;
  }
}
.section-navbar__search img {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #005696;
  font-size: 15px;
}
@media (min-width: 768px) {
  .section-navbar__search {
    font-size: 28px;
    line-height: 36px;
  }
}
.section-navbar__btn {
  color: #1469C7;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 200% */
}
@media (min-width: 768px) {
  .section-navbar__btn {
    font-size: 20px;
  }
}

.btn-loadmore {
  padding: 10px 0;
  border: 1px solid #1469C7;
  border-radius: 30px;
  color: #124DB2;
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
}

.section-subtitle {
  color: #666;
  font-size: 14px;
}

.featured-title {
  font-family: Bebas Neue;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #1469C6;
}
@media (min-width: 768px) {
  .featured-title {
    font-size: 80px;
    line-height: 84px;
  }
}

.featured-subtitle {
  font-family: Open Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0%;
  color: #072342;
}
@media (min-width: 768px) {
  .featured-subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}

/* FEATURED SECTION */
.featured-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.featured-grid::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .featured-grid {
    overflow-x: visible;
  }
}
.featured-grid .featured-row {
  display: grid;
  grid-template-columns: repeat(3, 145px);
  gap: 20px;
}
@media (min-width: 768px) {
  .featured-grid .featured-row {
    grid-template-columns: repeat(3, 380px);
  }
}
.featured-grid .featured-row-bottom {
  grid-template-columns: repeat(2, 145px);
  margin-left: 35px;
}
@media (min-width: 768px) {
  .featured-grid .featured-row-bottom {
    grid-template-columns: repeat(2, 380px);
    margin-left: 5rem;
  }
}
.featured-grid .featured-product-card {
  cursor: pointer;
  border-radius: 9px;
  display: flex;
  align-items: center;
  padding: 5px;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid #D8F1F5;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  background-color: white;
}
.featured-grid .featured-product-card.card-coming-soon {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.featured-grid .featured-product-card.card-coming-soon h4 {
  color: rgba(219, 214, 214, 0.8980392157);
  font-size: 40px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 100%;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 768px) {
  .featured-grid .featured-product-card.card-coming-soon h4 {
    font-size: 64px;
  }
}
@media (min-width: 768px) {
  .featured-grid .featured-product-card {
    border-radius: 16px;
    padding: 15px;
    gap: 18px;
  }
}
.featured-grid .featured-product-card:hover {
  transform: translateY(-4px);
}
.featured-grid .featured-product-card img {
  display: none;
}
@media (min-width: 768px) {
  .featured-grid .featured-product-card img {
    display: block;
    width: 150px;
  }
}
.featured-grid .featured-product-card h4 {
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 5px;
  color: #1469C7;
}
@media (min-width: 768px) {
  .featured-grid .featured-product-card h4 {
    font-size: 28px;
    line-height: 36px;
  }
}
.featured-grid .featured-product-card h4 img {
  width: 35px;
  display: inline-block;
}
@media (min-width: 768px) {
  .featured-grid .featured-product-card h4 img {
    display: none;
  }
}
.featured-grid .featured-product-card h4 i {
  display: inline-block;
}
@media (min-width: 768px) {
  .featured-grid .featured-product-card h4 i {
    display: none;
  }
}
.featured-grid .featured-product-card p {
  font-weight: 400;
  font-size: 8px;
  line-height: 12px;
  margin: 0;
  color: #072342;
}
@media (min-width: 768px) {
  .featured-grid .featured-product-card p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  }
}

/* CAR CARD */
.car-card {
  cursor: pointer;
  padding: 10px;
  max-width: 320px;
  background: white;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  transition: box-shadow 0.3s ease;
}
.car-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.car-card .divider {
  margin: 10px 0;
}
.car-card__category {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  line-height: normal;
  color: #3DA2FF;
  font-size: 10px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .car-card__category {
    font-size: 14px;
  }
}
.car-card__title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  line-height: normal;
  color: #212529;
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .car-card__title {
    font-size: 18px;
  }
}
.car-card__title {
  margin-bottom: 0;
  min-height: 40px;
}
.car-card__price_label {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  line-height: normal;
  color: #212529;
  font-size: 10px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .car-card__price_label {
    font-size: 14px;
  }
}
.car-card__otr_price {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  line-height: normal;
  color: #212529;
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .car-card__otr_price {
    font-size: 16px;
  }
}
.car-card__detail_label {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  line-height: normal;
  color: #212529;
  font-size: 10px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .car-card__detail_label {
    font-size: 14px;
  }
}
.car-card__detail_label span {
  color: #3689E4;
}
.car-card__detail_value {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  line-height: normal;
  color: #212529;
  font-size: 10px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .car-card__detail_value {
    font-size: 14px;
  }
}
.car-card .btn {
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  border-radius: 30px;
  background: linear-gradient(180deg, #1469C7 0%, #0B4E98 125%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .car-card .btn {
    font-size: 14px;
  }
}

/* FEATURE CARD */
.feature-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 20px;
  transition: 0.3s;
  height: 100%;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.feature-card img {
  height: 70px;
  object-fit: contain;
  margin-bottom: 15px;
}
.feature-card h5 {
  font-size: 16px;
  font-weight: 700;
}

/* SERVICE */
.service-item {
  text-align: center;
}
.service-item .service-circle img {
  width: 44px;
  height: 44px;
}
@media (min-width: 768px) {
  .service-item .service-circle img {
    width: 124px;
    height: 124px;
  }
}
.service-item small {
  margin-top: 10px;
  display: block;
  font-weight: 500;
  font-style: Medium;
  font-size: 8px;
  line-height: 12px;
  letter-spacing: 0%;
  text-align: center;
}
@media (min-width: 768px) {
  .service-item small {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
  }
}

/* PRODUCT */
.product-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  transition: 0.3s;
  height: 100%;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.product-card .product-image {
  height: 180px;
  object-fit: contain;
  width: 100%;
  padding: 20px;
}
.product-card .product-body {
  padding: 20px;
}
.product-card .price {
  font-size: 20px;
  color: var(--primary);
  font-weight: bold;
}
.product-card .btn-simulation {
  border-radius: 50px;
  width: 100%;
}

/* BRAND */
.brand-selector {
  margin-bottom: 10px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
.brand-selector .custom-row-cols {
  --bs-columns: 4;
}
@media (min-width: 768px) {
  .brand-selector .custom-row-cols {
    --bs-columns: 8;
  }
}
.brand-selector .custom-row-cols > * {
  flex: 0 0 auto;
  width: calc(100% / var(--bs-columns));
}
.brand-selector input[type=radio] {
  display: none;
}
.brand-selector .brand-logo {
  width: 52.482px;
  height: 52.482px;
  cursor: pointer;
  background-color: lightgray;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .brand-selector .brand-logo {
    width: 100px;
    height: 100px;
  }
}
.brand-selector .brand-card {
  border: 2px solid #eee;
  border-radius: 8px;
  padding: 15px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  background-color: #fff;
}
.brand-selector .brand-card img {
  max-width: 100%;
  opacity: 0.7;
  transition: 0.3s;
}
.brand-selector .brand-card:hover {
  border-color: #005696;
}
.brand-selector input[type=radio]:checked + .brand-card {
  border-color: #005696;
  box-shadow: 0 0 0 1px #005696;
}
.brand-selector input[type=radio]:checked + .brand-card img {
  filter: grayscale(0%);
  opacity: 1;
}

/* Banner Kiri */
.banner-container {
  text-align: center;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-image: url("../../img/promo-section-banner-mobile.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .banner-container {
    background-image: unset;
  }
}
.banner-container .banner-img {
  width: auto;
  height: 100%;
  object-fit: contain;
  display: none;
}
@media (min-width: 768px) {
  .banner-container .banner-img {
    display: block;
    height: auto;
    max-width: 100%;
    max-height: 250px;
  }
}
.banner-container .btn-loadmore {
  display: none;
}
@media (min-width: 768px) {
  .banner-container .btn-loadmore {
    display: block;
  }
}

/* Card Promo Kanan */
.promo-card {
  cursor: pointer;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  margin: 5px;
  border: 1px solid #eee;
}
@media (min-width: 768px) {
  .promo-card {
    margin: 10px;
  }
}
.promo-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.promo-img-wrapper {
  position: relative;
  height: 140px;
  background: #ccc;
}

.promo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-img-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background: #fff;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  transform: scale(1.3);
}

.slick-track .promo-body .promo-title {
  font-size: 13px;
  line-height: unset;
}
@media (min-width: 768px) {
  .slick-track .promo-body .promo-title {
    font-size: 16px;
  }
}
.slick-track .promo-body .promo-expiry {
  font-size: 12px;
  line-height: unset;
}
@media (min-width: 768px) {
  .slick-track .promo-body .promo-expiry {
    font-size: 12px;
    line-height: 16px;
  }
}

.promo-body {
  padding: 5px;
  display: flex;
  min-height: 110px;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .promo-body {
    padding: 15px;
  }
}
.promo-body .promo-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
  color: #717171;
}
@media (min-width: 768px) {
  .promo-body .promo-title {
    font-size: 16px;
  }
}
.promo-body .promo-expiry {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 16px;
  color: #A0A0A0;
}
@media (min-width: 768px) {
  .promo-body .promo-expiry {
    font-size: 12px;
    line-height: 16px;
  }
}

/* Controls & Indicator */
.controls-container {
  align-items: center;
  margin-top: 15px;
  padding: 0 10px;
  display: none;
}
@media (min-width: 768px) {
  .controls-container {
    display: flex;
  }
}

.custom-arrow {
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #6c757d;
  transition: 0.2s;
}

.custom-arrow:hover {
  background: #f0f0f0;
}

.progress-wrapper {
  flex-grow: 1;
  margin: 0 20px;
  position: relative;
}

.progress-bar-custom {
  height: 4px;
  background: #dee2e6;
  border-radius: 2px;
  position: relative;
  width: 100%;
}

.progress-filler {
  position: absolute;
  height: 100%;
  background: #0d6efd;
  width: 20%; /* Akan diupdate oleh jQuery */
  transition: 0.3s;
  border-radius: 2px;
}

.indicator-text {
  font-size: 0.85rem;
  color: #6c757d;
  white-space: nowrap;
}

.page-header {
  margin-top: 54px;
}
@media (min-width: 768px) {
  .page-header {
    margin-top: 64px;
  }
}

.post-list a {
  color: inherit;
}
.post-list a:hover {
  color: #005faf;
}
.post-list_title {
  margin: 0;
  overflow: hidden;
  max-height: 40px;
  min-height: 40px;
  font-size: 12pt;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-bottom: 0.5rem;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.post-list_meta {
  color: #B5B6B7;
  font-size: 10pt;
  margin-bottom: 0;
}

.blog-post .nav-pills {
  border: 1px solid #005faf;
  border-radius: 0.75rem;
  overflow: hidden;
}
.blog-post .nav-pills .nav-link.active {
  background-color: #005faf;
}
.blog-post .nav-pills .nav-link.active:first-child {
  border-radius: 0.75rem 0 0 0.75rem;
}
.blog-post .nav-pills .nav-link.active:last-child {
  border-radius: 0 0.75rem 0.75rem 0;
}
.blog-post .post-list {
  border-radius: 0.5rem;
}
.blog-post .post-list img {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #fff;
  background-color: #005faf;
}

label.error {
  color: #dc3545;
  font-size: 14px;
}

.table-comparison thead tr {
  border-color: transparent;
  border-style: none;
  border-width: 0;
}
.table-comparison thead tr th {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  border-bottom: none !important;
  background-color: #005faf !important;
  vertical-align: middle;
  border-top: 0;
  padding: 0.75rem;
}
.table-comparison thead tr th:first-child {
  border-top-left-radius: 12px;
}
.table-comparison thead tr th:last-child {
  border-top-right-radius: 12px;
}
.table-comparison thead tr.car-name {
  background-color: #00B6F1;
}
.table-comparison thead tr.car-name td h2 {
  font-weight: 700;
  color: #fff;
  font-size: 14pt;
  padding: 1rem 0 0.5rem;
}
.table-comparison thead tr.section-name th {
  color: #444;
  font-size: 1.2em;
}
.table-comparison tbody tr td {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  border: 0;
}
.table-comparison tbody tr:nth-of-type(odd) {
  background-color: #fff;
}
.table-comparison tbody tr:nth-of-type(even) {
  background-color: #e1f5f6;
}
.table-comparison tbody tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}
.table-comparison tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}
.table-comparison > :not(:first-child) {
  border-top: 0;
}

#contactModal .modal-body,
#brocurModal .modal-body {
  padding: 1.75rem 0;
  font-family: "Open Sans", sans-serif;
}
#contactModal .modal-body p,
#brocurModal .modal-body p {
  font-size: 10pt;
  font-weight: 700;
  text-align: center;
}
#contactModal .modal-body h5,
#brocurModal .modal-body h5 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}
#contactModal .modal-body form,
#brocurModal .modal-body form {
  text-align: center;
}
#contactModal .modal-body form .form-control,
#brocurModal .modal-body form .form-control {
  color: #444444;
  text-align: center;
  border-radius: 50rem;
  margin-bottom: 1.25rem;
  background-color: #ebebeb;
  font-size: 11pt;
}
#contactModal .modal-body form .form-control::placeholder,
#brocurModal .modal-body form .form-control::placeholder {
  color: #444444;
}
#contactModal .modal-body form button,
#brocurModal .modal-body form button {
  border-radius: 0.75rem;
  padding: 10px 35px;
  margin-top: 0.75rem;
}
#contactModal .btn-close,
#brocurModal .btn-close {
  font-size: 1.5rem;
  width: 5px;
  height: 5px;
  outline: none;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 3L13 13M13 3L3 13' stroke='%23007bff' stroke-width='2.8' stroke-linecap='round'/%3E%3C/svg%3E") center/1em auto no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  z-index: 999;
}

:root {
  --primary: $primary;
  --secondary: $secondary;
  --text-dark: $text-dark;
}

.tracking-form {
  border-radius: 8px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
.tracking-form .btn-status-check {
  width: 100%;
}
@media (min-width: 768px) {
  .tracking-form .btn-status-check {
    width: unset;
  }
}

#captchaImg {
  text-align: center;
}
#captchaImg a {
  margin-top: 0.25rem;
  font-size: 0.875em;
  text-decoration: underline;
  display: block;
}
#captchaImg a span {
  display: none;
}
@media (min-width: 768px) {
  #captchaImg a span {
    display: inline;
  }
}

.arrow-icon {
  transition: transform 0.3s ease;
  display: inline-block;
}

/* Putar 180 derajat saat collapse terbuka */
[aria-expanded=true] .arrow-icon {
  transform: rotate(180deg);
}

.cta-section {
  padding: 16px 0 30px;
}
@media (min-width: 768px) {
  .cta-section {
    padding: 30px 0 64px;
  }
}
.cta-section .about-title {
  color: #1469C6;
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .cta-section .about-title {
    font-size: 80px;
    line-height: 84px;
  }
}
.cta-section .about-description {
  color: #072342;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
}
@media (min-width: 768px) {
  .cta-section .about-description {
    font-size: 20px;
    line-height: 30px;
  }
}
.cta-section .cta-box {
  text-align: center;
}
.cta-section .cta-box h5 {
  color: #072342;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  min-height: 100px;
}
@media (min-width: 768px) {
  .cta-section .cta-box h5 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    min-height: auto;
  }
}
.cta-section .cta-box .cta-icon {
  margin-bottom: 17px;
}
.cta-section .cta-box .cta-icon img {
  width: 85px;
  height: 74px;
}
@media (min-width: 768px) {
  .cta-section .cta-box .cta-icon img {
    width: 100px;
    height: 93px;
  }
}
.cta-section .cta-box .btn {
  border-radius: 30px;
  background: linear-gradient(180deg, #1469C7 0%, #0B4E98 125%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.cta-section .cta-box .btn span {
  display: none;
}
@media (min-width: 768px) {
  .cta-section .cta-box .btn span {
    display: inline-block;
  }
}

.product-grid-section .section-intro .section-title {
  font-family: "Bebas Neue", sans-serif;
  color: #1469C6;
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.product-grid-section .section-intro .section-desc {
  font-family: "Open Sans", sans-serif;
  color: #5A7184;
  font-size: 14px;
  line-height: 1.5;
}
.product-grid-section .product-card-item {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #E5EAFC;
  border-radius: 16px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.product-grid-section .product-card-item:hover {
  transform: translateY(-3px);
  box-shadow: 0px 15px 30px rgba(20, 105, 198, 0.1);
}
.product-grid-section .product-card-item .product-img {
  width: 56px;
  height: auto;
  object-fit: contain;
  margin-right: 16px;
  flex-shrink: 0;
}
.product-grid-section .product-card-item .product-info h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0B2F61;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.product-grid-section .product-card-item .product-info p {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #5A7184;
  margin: 0;
  line-height: 1.4;
}

.product-pill-bar {
  background: white;
  border-radius: 40px;
  padding: 5px 9px;
  margin: 0 auto;
  width: 100%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  overflow-x: auto;
  overflow-y: visible;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  /* Hide scrollbar */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.product-pill-bar::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .product-pill-bar {
    width: fit-content;
    overflow: hidden;
  }
}
.product-pill-bar .pill-scroll-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  width: max-content;
}
.product-pill-bar .pill-item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 9px 15px;
  border-radius: 40px;
  color: #5A7184;
  text-decoration: none;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.25s ease;
}
.product-pill-bar .pill-item img {
  width: 40px;
  height: auto;
  margin-right: 7px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .product-pill-bar .pill-item img {
    width: 60px;
  }
}
.product-pill-bar .pill-item:hover, .product-pill-bar .pill-item.active {
  background-color: #C8E7FF;
  color: #1469C6;
}
.product-pill-bar .pill-item:hover span, .product-pill-bar .pill-item.active span {
  font-weight: 700;
}

:root {
  --primary: $primary;
  --secondary: $secondary;
  --text-dark: $text-dark;
}

.brand-grid {
  display: grid;
  gap: 14px;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(77.3px, 77.3px));
}
@media (min-width: 768px) {
  .brand-grid {
    grid-template-columns: repeat(auto-fit, minmax(149.75px, 149.75px));
  }
}
.brand-grid .brand-item input[type=radio],
.brand-grid .brand-item input[type=checkbox] {
  display: none;
}
.brand-grid .brand-item input[type=radio]:checked + .brand-label,
.brand-grid .brand-item input[type=checkbox]:checked + .brand-label {
  border: 3px solid #248CE4;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
.brand-grid .brand-item .brand-label {
  width: 100%;
  aspect-ratio: 1/1;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  background-color: white;
  background-size: 52.482px 52.482px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: all 0.2s ease;
  display: block;
}
@media (min-width: 768px) {
  .brand-grid .brand-item .brand-label {
    background-size: 100px 100px;
  }
}
.brand-grid .brand-item .brand-label:hover {
  border-color: #248CE4;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.price-info {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.price-info p.label {
  color: #a0a0a0;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 5.5px;
}
.price-info p.label span.blue {
  font-weight: 700;
  color: #124DB2;
}
.price-info p.label span.loweCap {
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .price-info p.label span.loweCap {
    text-transform: lowercase;
  }
}
.price-info p.value {
  color: #212529;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}
@media (min-width: 768px) {
  .price-info p.value {
    font-size: 20px;
    line-height: 15px;
  }
}

.car-detail .car-model {
  display: flex;
  align-items: center;
  color: #005faf;
}
.car-detail .car-model i {
  width: 28px;
  height: 28px;
  margin-right: 0.5rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.car-detail .car-model i.icon-model {
  background-image: url("../../img/icons/ic_car.svg");
}
.car-detail p {
  margin: 0;
}
.car-detail p.car-name {
  color: #0b2c54;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .car-detail p.car-name {
    font-size: 27px;
  }
}
.car-detail p.car-price {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .car-detail p.car-price {
    font-size: 20px;
  }
}
.car-detail .car-credit-info {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.car-detail .car-credit-info p.label {
  color: #a0a0a0;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}
.car-detail .car-credit-info p.label span {
  color: #005faf;
}
.car-detail .car-credit-info p.value {
  color: #212529;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}
.car-detail .car-section {
  margin-bottom: 1.5rem;
  color: #000 !important;
}
.car-detail .car-section h4 {
  color: #0B2C54;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .car-detail .car-section h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
.car-detail .car-section .promo-highlist .list-unstyled li i {
  color: #005faf;
}
.car-detail .car-button-action {
  display: grid;
  gap: 10px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .car-detail .car-button-action {
    display: flex;
    padding-left: 35px;
    padding-right: 35px;
  }
}

.color-widget {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .color-widget {
    justify-content: end;
  }
}
.color-widget .img-paging {
  display: inline-block;
  color: #A0A0A0;
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  align-content: center;
}
.color-widget .img-paging img {
  margin-right: 5px;
}
@media (min-width: 768px) {
  .color-widget .img-paging {
    display: none;
  }
}
.color-widget .color-picker {
  text-align: right;
}
.color-widget .color-picker span {
  color: #212529;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}
.color-widget .color-picker .color-label {
  color: #212529;
  font-size: 10pt;
  font-weight: 500;
  line-height: 28px;
}
.color-widget .color-picker .color-list {
  padding-left: 0;
  list-style: none;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.color-widget .color-picker .color-list .color-item {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.color-widget .color-picker .color-list .color-item:not(:first-child) {
  margin-left: 0.5rem;
}
.color-widget .color-picker .color-list .color-item a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.1607843137);
}

.features-icons-item {
  text-align: center;
}
.features-icons-item span {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.07px;
}
.features-icons-item .features-icons-icon {
  padding: 1rem 0;
}
.features-icons-item .features-icons-icon i {
  width: 3rem;
  height: 3rem;
  display: block;
  margin: 1rem auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.features-icons-item .features-icons-icon i.icon-engine {
  background-image: url("../../img/icons/car-engine.png");
}
.features-icons-item .features-icons-icon i.icon-power {
  background-image: url("../../img/icons/car-power.png");
}
.features-icons-item .features-icons-icon i.icon-seat {
  background-image: url("../../img/icons/car-seat.png");
}
.features-icons-item .features-icons-icon i.icon-fuel {
  background-image: url("../../img/icons/car-fuel.png");
}
.features-icons-item .features-icons-icon i.icon-transmission {
  background-image: url("../../img/icons/car-transmission.png");
}
.features-icons-item .features-icons-icon i.icon-category {
  background-image: url("../../img/icons/car-category.png");
}

@media (min-width: 992px) {
  .features-icons-item {
    text-align: center;
  }
  .features-icons-item span {
    color: #212529;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.79px;
  }
  .features-icons-item .features-icons-icon {
    padding: 1rem 0;
  }
  .features-icons-item .features-icons-icon i {
    width: 3rem;
    height: 3rem;
    display: block;
    margin: 1rem auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .features-icons-item .features-icons-icon i.icon-engine {
    background-image: url("../../img/icons/car-engine.png");
  }
  .features-icons-item .features-icons-icon i.icon-power {
    background-image: url("../../img/icons/car-power.png");
  }
  .features-icons-item .features-icons-icon i.icon-seat {
    background-image: url("../../img/icons/car-seat.png");
  }
  .features-icons-item .features-icons-icon i.icon-fuel {
    background-image: url("../../img/icons/car-fuel.png");
  }
  .features-icons-item .features-icons-icon i.icon-transmission {
    background-image: url("../../img/icons/car-transmission.png");
  }
  .features-icons-item .features-icons-icon i.icon-category {
    background-image: url("../../img/icons/car-category.png");
  }
}
.promo-detail .promo-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #005faf;
}
@media (min-width: 768px) {
  .promo-detail .promo-title {
    color: #1f2937;
    font-size: 36px;
    line-height: 44px;
  }
}
.promo-detail .promo-subtitle {
  display: none;
}
@media (min-width: 768px) {
  .promo-detail .promo-subtitle {
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 27.24px;
    color: #B5B6B7;
    margin-bottom: 0;
  }
}
.promo-detail .container .promo-info {
  margin-bottom: 15px;
}
.promo-detail .container .promo-info__tdp-price {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.promo-detail .container .promo-info__tdp-label {
  color: #a0a0a0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.promo-detail .container .promo-info__tdp-label span {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.promo-detail .promo-info {
  margin-bottom: 15px;
}
.promo-detail .promo-info__otr-price {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
@media (min-width: 768px) {
  .promo-detail .promo-info__otr-price {
    font-size: 28px;
    line-height: 36px;
  }
}
.promo-detail .promo-info__otr-label {
  font-size: 10px;
  font-style: italic;
  font-weight: 500;
}
@media (min-width: 768px) {
  .promo-detail .promo-info__otr-label {
    font-size: 12px;
  }
}
.promo-detail .promo-info__tdp-price {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .promo-detail .promo-info__tdp-price {
    font-size: 20px;
    line-height: 14px;
  }
}
.promo-detail .promo-info__tdp-label {
  color: #a0a0a0;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 768px) {
  .promo-detail .promo-info__tdp-label {
    font-size: 16px;
    line-height: 24px;
  }
}
.promo-detail .promo-info__tdp-label span {
  color: #124db2;
  font-weight: 400;
}
@media (min-width: 768px) {
  .promo-detail .promo-info__tdp-label span {
    font-weight: 700;
  }
}
.promo-detail > .transparent {
  background-color: transparent !important;
}

.simulation-section.section-floating {
  position: relative;
  margin-top: -75px;
  padding-bottom: 60px;
  z-index: 10;
}
@media (min-width: 768px) {
  .simulation-section.section-floating {
    margin-top: -120px;
  }
}
.simulation-section .car-info {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  font-weight: 700;
}
.simulation-section .car-info__category {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .simulation-section .car-info__category {
    font-size: 20px;
    line-height: 100%;
  }
}
.simulation-section .car-info__name {
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 768px) {
  .simulation-section .car-info__name {
    font-style: Bold;
    font-size: 36px;
    line-height: 44px;
  }
}
.simulation-section .car-info__price {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .simulation-section .car-info__price {
    font-size: 28px;
    line-height: 36px;
  }
}

.form-simulation {
  border-radius: 15px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
.form-simulation .card-header {
  border: 0;
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.form-simulation .card-header .nav-link:hover, .form-simulation .card-header .nav-link.active {
  font-weight: 600;
  border-bottom: solid 2px #005faf;
}
.form-simulation__input select,
.form-simulation__input .form-label,
.form-simulation__input .form-check-label {
  font-size: 10pt !important;
}
.form-simulation__input small.text-muted {
  font-size: 11px;
  font-style: italic;
}
.form-simulation__input .form-check-inline {
  margin-right: 0.5rem;
}
.form-simulation__button {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .form-simulation__button {
    border-left: solid 1px #ced4da;
  }
}

.form-underline .form-control, .form-underline .form-select {
  border: 0;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
}
.form-underline .form-control:focus, .form-underline .form-select:focus {
  outline: none;
  box-shadow: 0 2px 0 0 #007bff;
}
.form-underline .form-control[readonly], .form-underline .form-select[readonly] {
  background-color: #fff;
  opacity: 1;
}
.form-underline .input-group-text {
  border: 0;
  background: #fff;
}

.table-simulation {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.table-simulation th,
.table-simulation td {
  vertical-align: middle;
  text-align: center;
  border-bottom-width: 0;
  background-color: #fff;
}
.table-simulation th.desktop-only,
.table-simulation td.desktop-only {
  display: none;
}
@media (min-width: 768px) {
  .table-simulation th.desktop-only,
  .table-simulation td.desktop-only {
    display: table-cell;
  }
}
.table-simulation thead th {
  padding: 1rem;
  background-color: #005faf;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  border: none;
}
.table-simulation thead th:first-child {
  border-top-left-radius: 12px;
}
.table-simulation thead th:last-child {
  border-top-right-radius: 12px;
}
.table-simulation tbody tr {
  transition: all 0.2s ease;
}
.table-simulation tbody tr:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 9999px rgba(255, 255, 255, 0.15);
}
.table-simulation tbody tr td {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.table-simulation tbody tr td:last-child .btn {
  border: 0;
  color: #1f2937;
  font-size: 12px;
  background-color: transparent;
}
@media (min-width: 768px) {
  .table-simulation tbody tr td:last-child .btn {
    border: 1px solid #005faf;
    color: #fff;
    background-color: #005faf;
  }
}
.table-simulation tbody tr td:last-child .btn span {
  display: none;
}
@media (min-width: 768px) {
  .table-simulation tbody tr td:last-child .btn span {
    display: inline-block;
  }
}
.table-simulation tbody tr td:last-child .btn i {
  color: #005faf;
  display: inline-block;
}
@media (min-width: 768px) {
  .table-simulation tbody tr td:last-child .btn i {
    display: none;
  }
}

.form-floating > .form-control:not(:placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

footer {
  color: white;
  font-size: 12px;
  padding: 60px 0 100px;
  background-color: #333847;
}
@media (min-width: 768px) {
  footer {
    padding: 60px 0 50px;
  }
}
footer .footer-top .footer__logo {
  margin-bottom: 35px;
}
footer .footer-top .footer__logo img {
  height: 30px;
  width: auto;
}
footer .footer-top .footer__contact {
  color: white;
  padding-left: 0;
  list-style: none;
}
footer .footer-top .footer__contact li {
  display: flex;
  letter-spacing: 0.02em;
  align-content: flex-start;
  margin-bottom: 10px;
}
footer .footer-top .footer__contact li a {
  color: white;
}
footer .footer-top .footer__contact li a:hover {
  color: #1469C6;
}
footer .footer-top .footer__contact li i {
  font-size: 9pt;
  padding-top: 5px;
  margin-right: 5px;
}
footer .footer-bottom {
  padding: 10px 0;
  border-top: 2px solid;
  border-color: white !important;
}
footer .footer-bottom .copyright {
  margin-right: 10rem;
}
footer .footer-bottom a {
  color: #a9acb1;
}
footer .footer-bottom a:hover {
  color: white;
}

/*# sourceMappingURL=style.css.map */
