body {
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  scrollbar-width: thin;
  scrollbar-color: #c79a35 #111111;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #c79a35 #111111;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #c79a35 rgba(17, 17, 17, 0.92);
}

::-webkit-scrollbar {
  width: 0.9rem;
  height: 0.9rem;
}

::-webkit-scrollbar-track {
  background:
    linear-gradient(180deg, rgba(12, 12, 12, 0.96) 0%, rgba(30, 24, 13, 0.96) 100%);
}

::-webkit-scrollbar-thumb {
  background:
    linear-gradient(180deg, #ffea7c 0%, #c79a35 38%, #8d641c 100%);
  border-radius: 999px;
  border: 3px solid #111111;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(180deg, #fff1a3 0%, #d9a845 42%, #9f7222 100%);
}

::-webkit-scrollbar-corner {
  background: #111111;
}
.footer_ul_li:not(:first-child) a::before {
    content: "";
    position: absolute;
    left: -3rem;
    cursor: auto;
    top: 10%;
    width: .2rem;
    height: 80%;
    opacity: .3;
    background: #fff;
}
.footer_ul_li{
  position: relative;
}
.line_before::before{
  content: "";
  position: absolute;
  right: -0.5rem;
  top: 10%;
  width: .1rem;
  height: 80%;
  background: #ddd;
  width: 1px;
}
.gradient-text {
  background: linear-gradient(113deg, #b27f2a 23.8%, #b7862e 26.22%, #c49939 29.44%, #dab84c 33.48%, #f4dd62 37.1%, #f4e38b 44.77%, #f4dd62 50.41%, #b27f2a 64.12%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-text-1 {
  background: linear-gradient(91.22deg, #b27f2a 0, #ffea7c 50.09%, #b27f2a 96.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fleet-sort-option,
.fleet-brand-option {
  border-radius: 0.5rem;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.fleet-sort-option.active,
.fleet-brand-option.active {
  background: #0c0c0c;
  color: #fff;
  box-shadow: inset 0 0 0 1px #c49939, 0 0.5rem 1.2rem rgba(12, 12, 12, 0.12);
}

.fleet-brand-option.active img {
  opacity: 0.92;
  transform: scale(0.92);
}

.whatsapp-float {
  position: fixed;
  left: 1.5rem;
  bottom: 1.5rem;
  z-index: 9999;
  width: 4.25rem;
  height: 4.25rem;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 999px;
  isolation: isolate;
}

.whatsapp-float::before {
  content: "";
  position: absolute;
  inset: -0.35rem;
  z-index: -1;
  border-radius: inherit;
  /* filter: blur(0.35rem); */
  opacity: 0.82;
  /* animation: whatsapp-orbit 4s linear infinite; */
}


.whatsapp-float__icon {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  border-radius: inherit;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.34), transparent 28%),
    linear-gradient(135deg, #34e27a 0%, #16b957 46%, #06873d 100%);
}

.whatsapp-float__pulse {
  position: absolute;
  inset: -0.75rem;
  z-index: -2;
  border: 2px solid rgba(37, 211, 102, 0.5);
  border-radius: inherit;
  animation: whatsapp-pulse 2.4s ease-out infinite;
}

.whatsapp-float__pulse--delay {
  animation-delay: 1.2s;
}

@keyframes whatsapp-pulse {
  0% {
    opacity: 0.7;
    transform: scale(0.78);
  }
  80%, 100% {
    opacity: 0;
    transform: scale(1.55);
  }
}

/* @keyframes whatsapp-orbit {
  to {
    transform: rotate(360deg);
  }
} */

@keyframes whatsapp-shine {
  0%, 42% {
    transform: translateX(-125%) rotate(12deg);
  }
  62%, 100% {
    transform: translateX(125%) rotate(12deg);
  }
}

@media (max-width: 640px) {
  .whatsapp-float {
    left: 1rem;
    bottom: 1rem;
    width: 3.75rem;
    height: 3.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-float,
  .whatsapp-float::before,
  .whatsapp-float__pulse {
    animation: none;
  }
}
/* .string, p {
  margin-bottom: 1rem;
} */

.program_bg{
  background: url(<?php echo $localBaseUrl; ?>assets/images/promotions/1.webp) 0 0 / cover no-repeat #000;
}

.string_text p {
  margin-bottom: 1rem;
}
.string_text p strong {
  font-size: 1.125rem;
}

.string_text h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.string_text h1 {
  line-height: 1.2;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.string_text a {
  color: #f2a057;
  text-decoration: underline;
}
.string_text h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.about_section_1_content h1{
  font-size: 2rem !important;
  margin-bottom: .5rem;
}
.about_section_1_content h2, 
.about_section_1_content h3{
  font-size: 1.5rem !important;
  margin-bottom: .5rem;
}

.about_section_1_content p{
  color: #7c7c7c;
}
.string img{
  max-width: 100%;
  width: 20rem !important;
}

.string p {
  padding-bottom: 1rem;
}

.string p strong {
  font-size: 1.125rem;
  padding-bottom: 1rem;
  display: inline-block;
}

/* Reset default table styles */
.string_text table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    font-family: inherit;
}

/* Remove all default borders */
.string_text table,
.string_text th,
.string_text td {
    border: 1px solid ;
}

/* Header */
.string_text thead th {
    background: #fff !important;
    color: #000 !important;
    font-weight: 600;
    padding: 14px;
    text-align: left;
}

/* First column (Feature) */
.string_text tbody td:first-child {
    background: #fff !important;
    color: #000 !important;
    font-weight: 500;
    width: 30%;
}

/* Second column (Details) */
.string_text tbody td:last-child {
    background: #fff !important;
    color: #555;
}

/* Zebra rows */
.string_text tbody tr:nth-child(even) td:last-child {
    background: #fff !important;
}

/* Cell padding */
.string_text td {
    padding: 14px;
    font-size: 15px;
}

/* Hover effect */
.string_text tbody tr:hover td:last-child {
    background: #ccc;
}

/* Responsive */
.string_text {
    overflow-x: auto;
}

.string_text table {
    min-width: 600px;
}
.sort_hidden{
  display: none;
}
.sort_block{
  display: block;
}
.img_border{
  border: 5px solid #fad8a6;
}

body.modal-open {
  overflow: hidden;
}

.inquiry-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.inquiry-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.inquiry-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(244, 227, 139, 0.16), transparent 38%),
    rgba(7, 7, 7, 0.78);
  backdrop-filter: blur(12px);
}

.inquiry-modal__dialog {
  position: relative;
  width: min(100%, 58rem);
  max-height: min(90vh, 52rem);
  overflow: auto;
  border-radius: 1.75rem;
  border: 1px solid rgba(255, 234, 124, 0.22);
  background:
    radial-gradient(circle at top right, rgba(255, 234, 124, 0.18), transparent 24%),
    linear-gradient(145deg, #121212 0%, #1d1b18 48%, #111111 100%);
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.42);
  transform: translateY(1.25rem) scale(0.96);
  transition: transform 0.32s ease;
}

.inquiry-modal.is-open .inquiry-modal__dialog {
  transform: translateY(0) scale(1);
}

.inquiry-modal__hero {
  position: relative;
  padding: 2rem 2rem 1.4rem;
  color: #fff;
}

.inquiry-modal__hero::after {
  content: "";
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 234, 124, 0.8), rgba(255, 234, 124, 0));
}

.inquiry-modal__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 234, 124, 0.14);
  color: #ffea7c;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.inquiry-modal__title {
  margin: 1rem 0 0.45rem;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.02;
  font-weight: 700;
}

.inquiry-modal__subtitle {
  margin: 0;
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
}

.inquiry-modal__body {
  padding: 1.4rem 2rem 2rem;
}

.inquiry-modal__required {
  grid-column: 1 / -1;
  margin-bottom: -0.2rem;
  color: rgba(255, 234, 124, 0.9);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.inquiry-modal__highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-bottom: 1.2rem;
}

.inquiry-modal__contact-card {
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
  padding: 1rem 1.05rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.inquiry-modal__contact-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 234, 124, 0.32);
  background: rgba(255, 255, 255, 0.08);
}

.inquiry-modal__contact-card--whatsapp {
  background: linear-gradient(135deg, rgba(52, 226, 122, 0.22), rgba(6, 135, 61, 0.2));
}

.inquiry-modal__contact-label {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
}

.inquiry-modal__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.inquiry-modal__field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: #fff;
  font-size: 0.92rem;
}

.inquiry-modal__field--full {
  grid-column: 1 / -1;
}

.inquiry-modal__captcha-wrap {
  display: flex;
  justify-content: flex-start;
  padding: 0.35rem 0 0.15rem;
}

.inquiry-modal__captcha-wrap .g-recaptcha {
  transform-origin: left top;
}

.inquiry-modal__field input,
.inquiry-modal__field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  padding: 0.95rem 1rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.inquiry-modal__field input::placeholder,
.inquiry-modal__field textarea::placeholder {
  color: rgba(255, 255, 255, 0.36);
}

.inquiry-modal__field input:focus,
.inquiry-modal__field textarea:focus {
  border-color: rgba(255, 234, 124, 0.58);
  box-shadow: 0 0 0 0.2rem rgba(255, 234, 124, 0.12);
  background: rgba(255, 255, 255, 0.08);
}

.inquiry-modal__actions {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-top: 0.25rem;
}

.inquiry-modal__submit,
.inquiry-modal__secondary,
.inquiry-modal__close {
  appearance: none;
  border: 0;
  cursor: pointer;
}

.inquiry-modal__submit {
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  background: linear-gradient(108deg, #b27f2a 4.92%, #ffea7c 67.46%, #b27f2a 85.22%);
  color: #111;
  font-weight: 700;
}

.inquiry-modal__submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

.inquiry-modal__secondary {
  padding: 0.95rem 1.2rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  font-weight: 600;
}

.inquiry-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  z-index: 2;
}

.inquiry-popup {
  position: fixed;
  inset: 0;
  z-index: 10010;
  display: grid;
  place-items: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.inquiry-popup.is-open {
  opacity: 1;
  pointer-events: auto;
}

.inquiry-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 7, 7, 0.58);
  backdrop-filter: blur(8px);
}

.inquiry-popup__card {
  position: relative;
  width: min(100%, 28rem);
  padding: 1.5rem;
  border-radius: 1.5rem;
  background: linear-gradient(155deg, #131313 0%, #1f1a13 100%);
  border: 1px solid rgba(255, 234, 124, 0.22);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.35);
  color: #fff;
}

.inquiry-popup__badge {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 98, 98, 0.14);
  color: #ff8b8b;
  font-size: 1.4rem;
  font-weight: 700;
}

.inquiry-popup.is-success .inquiry-popup__badge {
  background: rgba(52, 226, 122, 0.16);
  color: #6df0a1;
}

.inquiry-popup__title {
  margin: 1rem 0 0.45rem;
  font-size: 1.4rem;
  font-weight: 700;
}

.inquiry-popup__message {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.6;
}

.inquiry-popup__button {
  margin-top: 1.2rem;
  min-width: 8rem;
  padding: 0.85rem 1.15rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(108deg, #b27f2a 4.92%, #ffea7c 67.46%, #b27f2a 85.22%);
  color: #111;
  font-weight: 700;
  cursor: pointer;
}

.inquiry-popup__close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 2.2rem;
  height: 2.2rem;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  font-size: 1.3rem;
  cursor: pointer;
}

@media (max-width: 767px) {
  .inquiry-modal {
    padding: 0.75rem;
    align-items: end;
  }

  .inquiry-modal__dialog {
    width: 100%;
    max-height: 92vh;
    border-bottom-left-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }

  .inquiry-modal__hero,
  .inquiry-modal__body {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }

  .inquiry-modal__highlights,
  .inquiry-modal__form {
    grid-template-columns: 1fr;
  }

  .inquiry-modal__actions {
    flex-direction: column;
  }

  .inquiry-modal__captcha-wrap .g-recaptcha {
    transform: scale(0.92);
  }

  .inquiry-modal__submit,
  .inquiry-modal__secondary {
    width: 100%;
  }
}

    @media (width < 1024px) {
      .string img{
        max-width: 100%;
        width: 100% !important;
        height: 20rem;
        object-fit: cover;
        border-radius: 20px;
      }
    }
