/* [project]/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --color-white: #fff;
    --spacing: .25rem;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-geist-sans);
    --default-mono-font-family: var(--font-geist-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .collapse {
    visibility: collapse;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .start-0 {
    inset-inline-start: calc(var(--spacing) * 0);
  }

  .end-0 {
    inset-inline-end: calc(var(--spacing) * 0);
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .isolate {
    isolation: isolate;
  }

  .col-5 {
    grid-column: 5;
  }

  .col-6 {
    grid-column: 6;
  }

  .col-8 {
    grid-column: 8;
  }

  .col-9 {
    grid-column: 9;
  }

  .col-10 {
    grid-column: 10;
  }

  .col-12 {
    grid-column: 12;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .m-0 {
    margin: calc(var(--spacing) * 0);
  }

  .m-1 {
    margin: calc(var(--spacing) * 1);
  }

  .m-2 {
    margin: calc(var(--spacing) * 2);
  }

  .m-3 {
    margin: calc(var(--spacing) * 3);
  }

  .mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }

  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }

  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }

  .mx-3 {
    margin-inline: calc(var(--spacing) * 3);
  }

  .mx-auto {
    margin-inline: auto;
  }

  .my-0 {
    margin-block: calc(var(--spacing) * 0);
  }

  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }

  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }

  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }

  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }

  .ms-1 {
    margin-inline-start: calc(var(--spacing) * 1);
  }

  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }

  .ms-3 {
    margin-inline-start: calc(var(--spacing) * 3);
  }

  .ms-auto {
    margin-inline-start: auto;
  }

  .me-0 {
    margin-inline-end: calc(var(--spacing) * 0);
  }

  .me-1 {
    margin-inline-end: calc(var(--spacing) * 1);
  }

  .me-2 {
    margin-inline-end: calc(var(--spacing) * 2);
  }

  .me-3 {
    margin-inline-end: calc(var(--spacing) * 3);
  }

  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }

  .mt-auto {
    margin-top: auto;
  }

  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }

  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }

  .\!inline {
    display: inline !important;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .table {
    display: table;
  }

  .h-100 {
    height: calc(var(--spacing) * 100);
  }

  .w-100 {
    width: calc(var(--spacing) * 100);
  }

  .w-auto {
    width: auto;
  }

  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }

  .flex-shrink {
    flex-shrink: 1;
  }

  .flex-shrink-0 {
    flex-shrink: 0;
  }

  .flex-grow, .flex-grow-1 {
    flex-grow: 1;
  }

  .rotate-2 {
    rotate: 2deg;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .resize {
    resize: both;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .justify-center {
    justify-content: center;
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .rounded {
    border-radius: .25rem;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-none {
    --tw-border-style: none;
    border-style: none;
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .p-0 {
    padding: calc(var(--spacing) * 0);
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-3 {
    padding: calc(var(--spacing) * 3);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-5 {
    padding: calc(var(--spacing) * 5);
  }

  .p-10 {
    padding: calc(var(--spacing) * 10);
  }

  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }

  .ps-0 {
    padding-inline-start: calc(var(--spacing) * 0);
  }

  .ps-1 {
    padding-inline-start: calc(var(--spacing) * 1);
  }

  .ps-3 {
    padding-inline-start: calc(var(--spacing) * 3);
  }

  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }

  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }

  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }

  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }

  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }

  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }

  .pt-120 {
    padding-top: calc(var(--spacing) * 120);
  }

  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }

  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }

  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }

  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }

  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }

  .pb-60 {
    padding-bottom: calc(var(--spacing) * 60);
  }

  .pb-120 {
    padding-bottom: calc(var(--spacing) * 120);
  }

  .text-center {
    text-align: center;
  }

  .text-end {
    text-align: end;
  }

  .text-start {
    text-align: start;
  }

  .text-nowrap {
    text-wrap: nowrap;
  }

  .text-white {
    color: var(--color-white);
  }

  .italic {
    font-style: italic;
  }

  .underline {
    text-decoration-line: underline;
  }

  .opacity-90 {
    opacity: .9;
  }

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
}

:root {
  --background: #fff;
  --foreground: #171717;
  --primary-orange-color: #fec30d;
  --primary-color: var(--primary-orange-color);
  --dark-blue: #0f172a;
  --light-gray: #f8f9fa;
  --text-color: #4b5563;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
  }
}

body {
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
}

.text--base, .mega-menu-icon .mega-icon, .change-language span, .auction__item-thumb .total-bids i, .footer-wrapper .footer-widget .links li a:before, .footer-wrapper .footer-widget .links li a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .nav--tabs li a.active, .product__single-item .meta-post .meta-item .social-share li a:hover, .filter-widget .title i, .price-range label, .vendor__item .read-more, .vendor__item .vendor__info li i, .author-icon, .contact-icon, .contact-area .contact-content .contact-content-botom .subtitle, .contact-area .contact-content .contact-content-botom .contact-info li .cont a, .contact-area .contact-content .contact-content-botom .contact-info li .icon, .side__menu-title, .counter-item .counter-header .title, .faq__item.open .faq__title .title, p a, .cookies-card__icon, .price-range input, .footer-contact li i, .recent-blog .blog__content .date, .blog-details-header .meta-1 li i, .section__header.icon__contain .section__title .icon {
  color: #000 !important;
}

a:hover {
  color: #fec30d !important;
}

.cmn--btn, .btn--base, .badge--base, .scrollToTop, .footer-wrapper .footer-widget .title:after, .about-seller:after, .filter-widget .sub-title:after, .form--check .form-check-input:checked, .pagination .page-item.active span, .pagination .page-item.active a, .pagination .page-item:hover span, .pagination .page-item:hover a, .ticket__wrapper-title:after, .video__btn, .video__btn:before, .video__btn:after, .about--list li:before, .faq__item.open .faq__title .right--icon:before, .account__section-wrapper .account__section-content .section__header .section__title:after, .filter-btn, .filter-widget .ui-slider-range, .read-more:hover:before, .dashboard__item .dashboard__icon {
  background-color: #fec30d !important;
}

.nav--tabs li a.active, .sidebar-countdown li, .form--check .form-check-input:checked, .side__menu li a.active, .side__menu li a:hover, .cmn--btn.active, .account__section-content .form-control:focus {
  border-color: #fec30d !important;
}

.client__item .client__content {
  border: 1px dashed #fec30d33;
}

.owl-dots .owl-dot {
  background: #fec30d66;
}

.section__header .progress--bar {
  background: #fec30d4d;
}

::selection {
  background-color: #fec30d;
}

.dashboard-wrapper {
  background: #f8f9fa;
  min-height: calc(100vh - 200px);
  padding: 40px 0;
}

.dashboard-wrapper a, .dashboard-sidebar a, .dashboard-menu a, .dashboard-nav a, .dashboard-menu-item {
  color: inherit !important;
  text-decoration: none !important;
  display: flex !important;
}

.dashboard-menu-item:hover, .dashboard-sidebar a:hover, .dashboard-nav a:hover {
  color: #1e293b !important;
}

.dashboard-sidebar {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  height: fit-content;
  margin-bottom: 30px;
  padding: 0;
  position: sticky;
  top: 20px;
  overflow: hidden;
  box-shadow: 0 2px 8px #0000000a;
}

.dashboard-sidebar-header {
  background: #fec30d;
  border-bottom: 1px solid #e9ecef;
  padding: 24px 20px;
}

.sidebar-header-content {
  align-items: center;
  gap: 12px;
  display: flex;
}

.sidebar-icon-wrapper i {
  color: #495057;
  font-size: 22px;
}

.sidebar-header-text h4 {
  color: #212529;
  letter-spacing: -.01em;
  margin: 0;
  font-weight: 600;
}

.sidebar-header-text p {
  color: #6c757d;
  margin: 2px 0 0;
  font-size: 12px;
  font-weight: 400;
}

.dashboard-nav {
  padding: 12px 0;
}

.dashboard-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dashboard-menu-item, .dashboard-menu a.dashboard-menu-item, .dashboard-nav .dashboard-menu-item, .dashboard-sidebar .dashboard-menu-item {
  color: #475569 !important;
  letter-spacing: -.01em !important;
  background: none !important;
  border: none !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 16px 24px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: all .2s !important;
  display: flex !important;
  position: relative !important;
}

.dashboard-menu-item:before {
  content: "";
  background: #fec30d;
  border-radius: 0 2px 2px 0;
  width: 4px;
  height: 0;
  transition: all .2s;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)scaleY(0);
}

.dashboard-menu-item:hover, .dashboard-menu a.dashboard-menu-item:hover, .dashboard-nav .dashboard-menu-item:hover {
  color: #1e293b !important;
  background: #f8fafc !important;
  text-decoration: none !important;
}

.dashboard-menu-item:hover:before {
  height: 24px;
  transform: translateY(-50%)scaleY(1);
}

.dashboard-menu-item.active, .dashboard-menu a.dashboard-menu-item.active, .dashboard-nav .dashboard-menu-item.active {
  color: #000 !important;
  background: linear-gradient(90deg, #fec30d26 0%, #fec30d0d 100%) !important;
  font-weight: 600 !important;
}

.dashboard-menu-item.active:before {
  background: #fec30d;
  height: 32px;
  transform: translateY(-50%)scaleY(1);
}

.dashboard-menu-item.active:hover {
  background: linear-gradient(90deg, #fec30d33 0%, #fec30d1a 100%);
  color: #000 !important;
}

.menu-item-icon-wrapper, .dashboard-menu-item .menu-item-icon-wrapper {
  background: #f1f5f9 !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  flex-shrink: 0 !important;
  justify-content: center !important;
  align-items: center !important;
  width: 44px !important;
  height: 44px !important;
  margin-right: 16px !important;
  transition: all .2s !important;
  display: flex !important;
  position: relative !important;
}

.menu-item-icon-wrapper i, .dashboard-menu-item .menu-item-icon-wrapper i {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.dashboard-menu-item:hover .menu-item-icon-wrapper {
  background: #e2e8f0 !important;
  border-color: #cbd5e1 !important;
  transform: scale(1.05) !important;
}

.dashboard-menu-item:hover .menu-item-icon-wrapper i {
  transform: translate(-50%, -50%) !important;
}

.dashboard-menu-item.active .menu-item-icon-wrapper, .dashboard-menu-item.active .menu-item-icon-wrapper {
  background: #fec30d !important;
  border-color: #fec30d !important;
  box-shadow: 0 2px 8px #fec30d4d !important;
}

.dashboard-menu-item.active:hover .menu-item-icon-wrapper {
  transform: scale(1.05) !important;
}

.dashboard-menu-item.active:hover .menu-item-icon-wrapper i {
  transform: translate(-50%, -50%) !important;
}

.dashboard-menu-item i, .dashboard-menu-item .menu-item-icon-wrapper i {
  color: #64748b !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  height: 100% !important;
  font-size: 20px !important;
  line-height: 1 !important;
  transition: all .2s !important;
  display: flex !important;
}

.dashboard-menu-item.active i, .dashboard-menu-item.active .menu-item-icon-wrapper i {
  color: #000 !important;
}

.dashboard-menu-item:hover i {
  color: #334155;
}

.menu-item-label, .dashboard-menu-item .menu-item-label {
  color: inherit !important;
  flex: 1 !important;
  transition: all .25s !important;
}

.menu-item-indicator {
  display: none;
}

.dashboard-sidebar-footer {
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
  padding: 16px 20px;
}

.sidebar-footer-content {
  color: #6c757d;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 400;
  display: flex;
}

.sidebar-footer-content i {
  color: #28a745;
  font-size: 14px;
}

.dashboard-content {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  min-height: 500px;
  padding: 32px;
  box-shadow: 0 2px 8px #0000000a;
}

.dashboard-page-header {
  border-bottom: 2px solid #f1f5f9;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 32px;
  padding-bottom: 24px;
  display: flex;
}

.dashboard-header-content {
  flex: 1;
  align-items: flex-start;
  gap: 20px;
  display: flex;
}

.dashboard-header-actions {
  flex-shrink: 0;
  align-items: center;
  display: flex;
}

.dashboard-header-icon {
  background: linear-gradient(135deg, #fec30d 0%, #eaa800 100%);
  border-radius: 14px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  box-shadow: 0 4px 12px #fec30d40;
}

.dashboard-header-icon i {
  color: #000;
  font-size: 28px;
}

.dashboard-header-text {
  flex: 1;
  padding-top: 4px;
}

.dashboard-page-title {
  color: #1e293b;
  letter-spacing: -.02em;
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.dashboard-page-subtitle {
  color: #64748b;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .dashboard-page-header {
    flex-direction: column;
    margin-bottom: 24px;
    padding-bottom: 20px;
  }

  .dashboard-header-content {
    gap: 16px;
  }

  .dashboard-header-actions {
    justify-content: flex-start;
    width: 100%;
    margin-top: 16px;
  }

  .dashboard-header-icon {
    width: 48px;
    height: 48px;
  }

  .dashboard-header-icon i, .dashboard-page-title {
    font-size: 24px;
  }

  .dashboard-page-subtitle {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .dashboard-sidebar {
    margin-bottom: 20px;
    position: relative;
    top: 0;
  }

  .dashboard-wrapper {
    padding: 20px 0;
  }

  .dashboard-content {
    padding: 24px 20px;
  }
}

@media (max-width: 767px) {
  .dashboard-sidebar-header {
    padding: 20px 16px;
  }

  .sidebar-header-content {
    gap: 10px;
  }

  .sidebar-icon-wrapper {
    width: 40px;
    height: 40px;
  }

  .sidebar-icon-wrapper i {
    font-size: 20px;
  }

  .sidebar-header-text h4 {
    font-size: 15px;
  }

  .sidebar-header-text p {
    font-size: 11px;
  }

  .dashboard-menu-item {
    padding: 14px 18px;
    font-size: 14px;
    color: #000 !important;
  }

  .menu-item-icon-wrapper {
    width: 40px;
    height: 40px;
    margin-right: 14px;
  }

  .dashboard-menu-item i {
    font-size: 18px;
  }
}

.how__item-icon {
  border: 1px dashed #000;
  animation: 1.5s linear infinite pulseCustom;
}

@keyframes pulseCustom {
  50% {
    box-shadow: 0 0 5px #0003, 0 0 10px #0006, 0 0 15px #0009, 0 0 20px #000;
  }
}

.how__item:before {
  border-top: 2px dashed #fec30d4d;
}

.faq__item {
  border: 1px dashed #fec30d59;
}

.form--control-2:focus {
  border: 1px solid #fec30d66;
}

.auction__item {
  border-radius: 10px;
  transition: transform .2s;
  box-shadow: 0 0 1.55em #43475512, 0 .25em .7em #5a7dbc12;
}

.auction__item:hover {
  transform: scale(1.02);
}

.feature__item {
  border: 1px dashed #fec30d4d;
  box-shadow: 5px 5px 130px #fec30d4d;
}

.category__item {
  box-shadow: 0 0 15px #fec30d4d;
}

.counter-item {
  border: 1px dashed #fec30d33;
}

.vendor__item {
  box-shadow: 0 0 5px #fec30d66;
}

.vendor__item .vendor__bottom .vendor-author {
  box-shadow: 0 0 6px #fec30de6;
}

.hero-section {
  border-bottom: 1px dashed #fec30d1a;
}

.contact-area .contact-wrapper {
  border: 1px dashed #fec30d4d;
}

@media (max-width: 991px) {
  .menu-area .menu li:hover, .menu-area .menu li.open {
    background-color: #fec30d;
  }
}

.dashboard__item {
  border: 1px dashed #fec30d4d;
  box-shadow: 0 0 10px #fec30d1a;
}

.spinner {
  border-top: 4px solid #fec30d;
}

.slick-slide {
  padding: 10px;
}

.favorite-toggle {
  z-index: 15;
  cursor: pointer;
  background: #fff;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 12px;
  right: 12px;
  box-shadow: 0 4px 16px #0000001f;
  padding: 0 !important;
}

.favorite-toggle:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px #0000002e;
}

.favorite-toggle .bi-heart, .favorite-toggle .bi-heart-fill {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.favorite-toggle.favorited {
  color: #ffcc34;
  background: #fff;
}

.favorite-toggle:not(.favorited) {
  color: #9aa3ae;
}

@media (max-width: 767px) {
  .favorite-toggle {
    width: 45px;
    height: 45px;
    top: 8px;
    right: 8px;
  }

  .favorite-toggle .bi-heart, .favorite-toggle .bi-heart-fill {
    font-size: 20px;
    top: 0;
  }
}

.footer {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#other-links {
  flex-direction: column;
  display: flex;
}

.auction__item-footer .cmn--btn, .auction-card .detail-btn, .cmn--btn {
  color: #fff;
}

#home-login-btn {
  color: #000 !important;
}

.banner-img, #product-action-banner {
  object-fit: cover;
  width: 100%;
  height: 35vh;
  max-height: 350px;
}

#product-action-banner {
  object-position: 40% 85%;
}

.search-icon {
  color: #fff;
  text-shadow: 2px 2px 8px #0009;
  font-size: 3.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.filter-header {
  background-color: #0000;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  height: fit-content;
  margin-bottom: 20px;
  padding: 15px;
  display: flex;
}

.filter-item {
  flex: 0 0 calc(25% - 10px);
  margin-bottom: 10px;
}

.filter-item label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.filter-item input, .filter-item select, .form-select {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  font-size: 15px;
}

.form-select {
  height: 42px !important;
  padding-block: 0 !important;
}

#desktopFilterForm, #modalFilterForm {
  background-color: #fff;
  border-radius: 15px;
}

#desktopFilterForm h4, #modalFilterForm h4 {
  color: #fff;
  align-items: center;
  margin: 0;
  font-size: 17px;
  display: flex;
  font-weight: 500 !important;
}

.price-container, .mileage-container {
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  display: flex;
}

.arrow-btn {
  background-color: var(--primary-orange-color);
  color: #fff;
  border: none;
  border-radius: 6px;
  outline: none;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding: 8px 12px;
  display: flex;
}

.arrow-btn i {
  color: #fff;
  font-size: 20px;
}

.arrow-btn .bi-arrow-down-circle {
  transition: transform .7s;
}

.arrow-btn.active .bi-arrow-down-circle {
  transform: rotate(180deg);
}

.content-container {
  max-height: 0;
  transition: max-height .7s;
  overflow: hidden;
}

.content-container.active {
  max-height: 500px;
}

.mobile-filter-btn {
  color: #fff;
  justify-content: center;
  gap: 10px;
  width: 150px;
  margin-bottom: 25px;
  margin-left: auto;
  display: flex;
  background-color: var(--primary-orange-color) !important;
}

.modal .btn-close {
  color: var(--primary-orange-color);
}

.box-shadow-primary {
  box-shadow: 0 0 10px #0000001a;
}

.auction__item-thumb img {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.action-item-auction-container {
  background: #fff;
  border-radius: 45px;
  padding: 10px;
  position: absolute;
  bottom: -22px;
  right: 5px;
}

.action-item-auction-container-id {
  background: var(--primary-orange-color);
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 16px;
  display: flex;
}

.auction__item_car-detail {
  margin-top: 15px;
  margin-bottom: 10px;
}

.detail-item p {
  margin: 0;
}

.icon-container i {
  margin-right: 4px;
}

.car-detail-bottom-line {
  background-color: #eee;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  display: block;
}

.product-status {
  margin-top: 8px;
  display: inline-block;
}

.status-badge {
  border-radius: 8px;
  align-items: center;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  display: inline-flex;
}

.status-badge i {
  margin-right: 5px;
}

.completed-badge {
  color: #d9534f;
}

.live-badge {
  color: #5cb85c;
}

.upcoming-badge {
  color: #337ab7;
}

#play-container {
  background: #fff;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 5px;
}

#play-img-container {
  background: var(--primary-orange-color);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding-top: 5px;
  padding-left: 6px;
  display: flex;
}

#play-img-container:hover {
  background: #000;
}

#play-img-container:hover i {
  color: #fff;
}

.card {
  flex: 1 0 300px;
  margin: 10px;
}

.card .card-body a {
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.menu-area {
  background: #fff;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  display: flex;
}

.menu-area .menu-close {
  color: var(--primary-orange-color);
}

.menu-area .menu > li:first-child > a {
  border-top: none !important;
}

.menu-area .menu li i {
  display: none;
}

.scrollToTop {
  color: #fff;
  border: 1px solid var(--primary-orange-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  background: var(--primary-orange-color) !important;
}

.scrollToTop:hover {
  color: var(--primary-orange-color);
  border: 1px solid var(--primary-orange-color);
  background: #fff !important;
}

.color-orange {
  color: var(--primary-orange-color) !important;
}

.border-orange {
  border-radius: 10px;
  border: 1px solid var(--primary-orange-color) !important;
  background-color: #fff !important;
}

.offer-input-container {
  border: 1px solid #00000045;
  border-radius: 7px;
  padding: 4px 15px;
}

.offer-input {
  border: none !important;
}

.currency {
  color: #0000006e;
  margin: 0;
  padding: 0;
  font-size: 17px;
}

.offer-btn {
  border-radius: 7px;
  color: #000 !important;
  background-color: #fff !important;
  border: 1px solid #00000045 !important;
  font-weight: bold !important;
}

.sold-text {
  color: #fff;
  background: red;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 28px;
  display: flex;
  position: absolute;
  top: 21px;
  right: -38px;
  rotate: 45deg;
}

.upcoming-badge {
  color: #000 !important;
  padding: 0 !important;
  font-weight: normal !important;
}

.close {
  background: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.close span {
  font-size: 25px;
}

#loginModal {
  z-index: 9999999;
}

.authBtn {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  min-height: 30px;
  display: flex;
}

.authBtn:after {
  display: none !important;
}

.nav-login-btn {
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  background-color: #eeeff0;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 20px;
}

.nav-register-btn {
  background-color: var(--primary-orange-color);
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
  padding-left: 20px;
  padding-right: 10px;
}

.dashboard-container {
  background-color: #eeeff0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 32px;
  padding-inline: 15px;
  display: flex;
}

.menu-area .menu li a {
  color: #000;
  text-decoration: none;
  position: relative;
}

.menu-area .menu li a:after {
  content: "";
  background: var(--primary-orange-color);
  width: 0;
  height: 3px;
  transition: width .3s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.menu-area .menu li a:hover:after {
  width: 100%;
}

.product-section {
  padding-top: 10px;
}

.top-info-card {
  max-width: 400px;
  padding: 0;
  margin-left: auto !important;
}

.top-info-card .car-title {
  color: #fff;
  background-color: var(--primary-orange-color);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin: 0;
  font-size: 24px;
  font-weight: bold;
}

.top-info-card .car-meta {
  color: #000;
  font-size: 16px;
}

.top-info-card .car-meta b {
  margin-bottom: 7px;
  font-weight: normal;
  color: #777 !important;
}

.top-info-card .car-meta i {
  color: #aaa;
  margin-right: 5px;
}

.top-info-card .price-value {
  color: #333;
  font-size: 28px;
  font-weight: bold;
}

.top-info-card .place-bid-btn {
  background-color: var(--primary-orange-color);
  color: #fff;
  cursor: pointer;
  text-align: center;
  border: none;
  border-radius: 5px;
  width: 100%;
  height: 43px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: bold;
  transition: background-color .3s;
}

.top-info-card .condition-report-btn {
  color: #000;
  background-color: #fff;
}

.product-gallery .img-display {
  width: 100%;
  overflow: hidden;
}

.product-gallery .img-showcase {
  transition: transform .5s ease-in-out;
  display: flex;
}

.product-gallery .img-showcase img {
  object-fit: contain;
  cursor: pointer;
  flex-shrink: 0;
  width: 100%;
  height: 400px;
}

.product-gallery .showcase-item {
  flex-shrink: 0;
  width: 100%;
}

.thumbnail-slider-wrapper {
  width: 100%;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
}

.thumbnail-slider {
  transition: transform .4s ease-in-out;
  display: flex;
}

.thumbnail-item {
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 4px;
  height: 92px;
  transition: border-color .2s;
  overflow: hidden;
}

.thumbnail-item:hover {
  border-color: var(--primary-orange-color);
}

.thumbnail-item a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

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

.thumbnail-item .play-icon {
  color: #fff;
  pointer-events: none;
  background-color: #0009;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding-left: 3px;
  font-size: 24px;
  line-height: 45px;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.thumbnail-item a:hover .play-icon {
  background-color: #000c;
}

.showcase-play-icon {
  color: #fff;
  pointer-events: none;
  z-index: 10;
  background-color: #0009;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding-left: 6px;
  font-size: 48px;
  line-height: 80px;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.showcase-item:hover .showcase-play-icon {
  background-color: #000c;
}

.slider-arrow {
  color: #fff;
  cursor: pointer;
  z-index: 10;
  background-color: #000000bf;
  border: none;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 20px;
  transition: background-color .3s, opacity .3s;
  position: absolute;
  top: 50%;
}

.slider-arrow:hover {
  background-color: #000c;
}

.slider-arrow.prev {
  left: 5px;
}

.slider-arrow.next {
  right: 5px;
}

.slider-arrow.disabled {
  opacity: .3;
  cursor: not-allowed;
}

.slider-arrow {
  top: 85%;
  transform: translateY(-85%);
}

.main-slider-arrow {
  color: #fff;
  cursor: pointer;
  z-index: 10;
  background-color: #000000bf;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 10px 15px;
  font-size: 18px;
  transition: background-color .3s, opacity .3s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main-slider-arrow:hover {
  background-color: #000000e6;
}

.main-slider-arrow.prev {
  left: 10px;
}

.main-slider-arrow.next {
  right: 10px;
}

.main-slider-arrow.disabled {
  opacity: .3;
  cursor: not-allowed;
}

.favorite-toggle {
  z-index: 15;
  cursor: pointer;
  background: #fff;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-left: 9px;
  display: flex;
  position: absolute;
  top: 12px;
  right: 12px;
  box-shadow: 0 6px 24px #0000001f;
}

.favorite-toggle .bi-heart, .favorite-toggle .bi-heart-fill {
  font-size: 28px;
  line-height: 1;
}

.keyboard-shortcuts-info {
  opacity: .8;
  transition: opacity .3s;
}

.keyboard-shortcuts-info:hover {
  opacity: 1;
  background-color: #000000e6 !important;
}

.features-tabs-container {
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.features-tabs {
  scrollbar-width: none;
  -ms-overflow-style: none;
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 0;
  display: flex;
  overflow: scroll;
}

.features-tabs::-webkit-scrollbar {
  display: none;
}

.features-tabs .tab-button {
  cursor: pointer;
  color: #555;
  white-space: nowrap;
  background: none;
  border: none;
  flex-grow: 1;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: bolder;
  transition: color .3s, border-bottom .3s;
}

.features-tabs .tab-button.active {
  color: #333;
  border-bottom: 3px solid var(--primary-orange-color);
  font-weight: 600;
}

.tab-content-area {
  max-height: 160px;
  padding-block: 16px;
  transition: max-height .5s ease-in-out;
  position: relative;
  overflow: hidden;
}

.tab-pane-custom {
  display: none;
}

.tab-pane-custom.active {
  display: grid;
}

.feature-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 30px;
  display: grid;
}

.feature-item {
  border-bottom: 1px dashed #eee;
  justify-content: center;
  align-items: baseline;
  padding-bottom: 10px;
  display: flex;
}

.feature-item .feature-inner {
  justify-content: space-between;
  width: 100%;
  max-width: 330px;
  display: flex;
}

.feature-label {
  color: #666;
  text-align: start;
  font-size: 14px;
  font-weight: bold;
}

.feature-value {
  color: #333;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}

.expended-btn {
  width: 40px;
  height: 40px;
  color: var(--primary-orange-color);
  background-color: #fff;
  border: none;
  border-radius: 50%;
  padding: 0;
  font-size: 35px;
  line-height: 1;
  transition: all .3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)rotate(0);
}

.expended-btn.expanded {
  transform: translateX(-50%)rotate(180deg);
}

.media-tabs-container {
  margin-top: 2rem;
}

.media-tabs {
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 20px;
  display: flex;
  overflow-x: auto;
}

.media-tabs .tab-button {
  cursor: pointer;
  color: #555;
  background: none;
  border: none;
  flex-grow: 1;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 500;
}

.media-tabs .tab-button.active {
  color: #333;
  border-bottom: 3px solid var(--primary-orange-color);
  font-weight: 600;
}

.media-tab-content-area {
  padding-top: 20px;
}

.media-tab-pane {
  display: none;
}

.media-tab-pane.active {
  display: block;
}

.media-grid {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
  display: grid;
}

.media-item img, .media-item .video-preview {
  cursor: pointer;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 150px;
  position: relative;
}

.media-item .video-preview:before {
  content: "";
  color: #fff;
  background-color: #00000080;
  border-radius: 10px;
  padding: 10px 20px;
  font-family: "Font Awesome 6 Free";
  font-size: 3rem;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.full-screen-modal .modal-content {
  background: none;
  border: none;
}

.full-screen-modal .modal-body {
  justify-content: center;
  align-items: center;
  height: 85vh;
  padding: 0;
  display: flex;
  border-top: none !important;
}

.full-screen-modal .modal-body img, .full-screen-modal .modal-body iframe {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin: auto;
  transition: transform .4s ease-in-out, opacity .4s ease-in-out;
  display: block;
  position: absolute;
  inset: 0;
}

.full-screen-modal .close {
  color: #fff;
  opacity: 1;
  z-index: 1051;
  width: 90px;
  height: 35px;
  text-shadow: none;
  cursor: pointer;
  background-color: #00000054;
  border: none;
  font-size: 1rem;
  position: absolute;
  top: 0;
  right: -110px;
}

.modal-nav-btn {
  color: #fff;
  cursor: pointer;
  z-index: 1051;
  background: #000000bf;
  border: none;
  padding: 10px;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.modal-nav-btn.prev {
  left: -50px;
}

.modal-nav-btn.next {
  right: -50px;
}

.modal-counter {
  color: #fff;
  z-index: 1051;
  background: #0006;
  border-radius: 10px;
  padding: 5px 15px;
  font-size: 1.2rem;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.video-container {
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-container iframe {
  width: 90%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  font-size: 17px;
  font-weight: bold;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .9 !important;
  cursor: default !important;
  pointer-events: auto !important;
}

.social-share-container {
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  display: flex;
}

.social-share-btn {
  cursor: pointer;
  color: #fff;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 8px #00000026;
}

.social-share-btn:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #00000040;
}

.social-share-btn.whatsapp {
  background-color: #25d366;
}

.social-share-btn.linkedin {
  background-color: #0077b5;
}

.social-share-btn.facebook {
  background-color: #1877f2;
}

.social-share-btn:hover.whatsapp {
  background-color: #1ea952;
}

.social-share-btn:hover.linkedin {
  background-color: #005885;
}

.social-share-btn:hover.facebook {
  background-color: #166fe5;
}

.faq-section {
  background-color: #f8f9fa;
  padding: 60px 0;
}

.faq-title {
  color: #333;
  text-align: center;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
}

.faq-subtitle {
  color: #666;
  text-align: center;
  margin-bottom: 50px;
  font-size: 18px;
}

.faq-item {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 15px;
  transition: all .3s;
  overflow: hidden;
  box-shadow: 0 2px 8px #00000014;
}

.faq-item:hover {
  box-shadow: 0 4px 12px #0000001f;
}

.faq-question {
  cursor: pointer;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  background-color: #e9ecef;
  border-radius: 12px;
  align-items: center;
  min-height: 70px;
  padding: 20px 60px 20px 25px;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.faq-question:hover {
  background-color: #dee2e6;
}

.faq-question.active {
  background-color: #d6d9dd;
}

.faq-question-text {
  color: #333;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  flex: 1;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.faq-icon {
  color: #666;
  flex-shrink: 0;
  font-size: 20px;
  transition: transform .3s;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.faq-question.active .faq-icon {
  transform: translateY(-50%)rotate(180deg);
}

.faq-answer {
  background-color: #fff;
  max-height: 0;
  transition: max-height .4s, padding .4s;
  overflow: hidden;
}

.faq-answer.show {
  max-height: 1000px;
  padding: 25px;
}

.faq-answer-text {
  color: #555;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 15px;
  line-height: 1.7;
}

.how-it-works-page body {
  font-family: Poppins, sans-serif;
}

.main-container {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  margin: 40px auto;
  overflow: hidden;
  box-shadow: 0 4px 20px #0000000d;
}

.hero-section {
  color: #fff;
  text-align: left;
  background-image: linear-gradient(#0003, #0003), url("https://images.unsplash.com/photo-1504507533977-0a4b3f61ff36?q=80&w=1990&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  background-position: center;
  background-size: cover;
  height: 50vh;
  padding: 60px 40px;
}

.hero-section h1 {
  margin-bottom: 16px;
  font-size: 42px;
  font-weight: 700;
}

.hero-section p {
  max-width: 600px;
  font-size: 16px;
  line-height: 1.6;
}

.content-section {
  padding: 50px 40px;
}

.content-section + .content-section {
  border-top: 1px solid #e2e8f0;
}

.section-title {
  color: var(--dark-blue);
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 600;
}

.step {
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.step-number {
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.step-content h5 {
  color: var(--dark-blue);
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
}

.step-content p, .step-content li {
  color: var(--text-color);
  font-size: 15px;
  line-height: 1.7;
}

.bidding-option h5 {
  color: var(--dark-blue);
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.bidding-option h5 i {
  color: var(--primary-color);
  margin-right: 10px;
}

.bidding-option p {
  color: var(--text-color);
  font-size: 15px;
  line-height: 1.7;
}

.success-section {
  background-color: #fff7ed;
  border-radius: 8px;
  align-items: flex-start;
  padding: 30px 40px;
  display: flex;
}

.success-icon {
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  margin-right: 20px;
  font-size: 20px;
  display: flex;
}

.success-content h5 {
  color: var(--dark-blue);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.success-content p {
  color: var(--text-color);
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.bid-form {
  background-color: #f1f5f9;
  border-radius: 8px;
  margin-top: 20px;
  padding: 20px;
}

.bid-top-content {
  min-height: 180px;
}

.bid-now-prices {
  gap: 10px;
  margin-bottom: 15px;
  display: flex;
}

.bid-now-prices span {
  cursor: pointer;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  width: 100%;
  padding: 8px 15px;
  font-size: 14px;
  transition: all .2s;
}

.bid-now-prices span:hover {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.btn-bid {
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 6px;
  width: 100%;
  padding: 12px;
  font-weight: 500;
  transition: background-color .2s;
}

.btn-bid:hover {
  color: #fff;
  background-color: #eaa800;
}

.max-price-input {
  position: relative;
}

.max-price-input .form-control {
  padding-left: 30px;
}

.max-price-input .currency-symbol {
  color: var(--text-color);
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

.text-container {
  max-width: 900px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 95% !important;
  }

  h1, h2, h3, h6, p {
    font-size: 14px !important;
  }

  h1 {
    font-size: 25px !important;
  }

  h3, h6 {
    font-size: 18px !important;
  }

  .car-count {
    width: 110px !important;
    font-size: 20px !important;
  }

  #contact-list {
    flex-wrap: wrap;
  }

  .auction-card .auction-id {
    font-size: 25px;
  }

  .auction-card .detail-container {
    flex-direction: column;
    align-items: flex-end;
    width: auto !important;
  }

  .menu-area {
    background: #fff !important;
  }

  .menu-area .menu {
    flex-direction: column;
    justify-content: space-around;
    gap: 2rem;
    height: 60%;
    margin-top: -80px;
    display: flex;
  }

  .menu-area .menu li {
    align-items: center;
    display: flex;
  }

  .menu-area .menu li a {
    font-size: 25px;
    color: red !important;
  }

  .menu-area .menu li i {
    color: var(--primary-orange-color);
    align-items: center;
    font-size: 35px;
    display: flex;
  }

  .header-bar span {
    background-color: #000;
  }

  .languauge-select-icon {
    font-size: 20px;
    margin-right: -5px !important;
  }

  .mobile-user-icon {
    margin-bottom: -4px;
  }

  .mobile-user-icon i {
    font-size: 30px;
  }

  .mobile-user-icon:after {
    display: none !important;
  }

  #langugageSelectContainer {
    margin-top: 60px;
  }

  #langugageSelectContainer:hover {
    background-color: #0000 !important;
  }

  #langugageSelectContainer i {
    color: #000;
    margin-right: 25px;
  }

  #langugageSelectContainer #languageSelect {
    appearance: none;
    background: none;
    font-size: 25px;
    font-weight: bold;
    border: none !important;
  }

  .product-gallery .img-showcase img {
    height: 300px;
  }

  .top-info-card {
    margin-top: 20px;
  }

  .main-slider-arrow {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  h1, h2 {
    font-size: 23px !important;
  }

  h3, h6 {
    font-size: 18px !important;
  }

  .banner-img {
    height: 30vh;
  }

  .home-section-img {
    height: 60vh;
  }

  .search-icon {
    font-size: 2.5rem;
  }

  .section__header {
    width: 70%;
  }

  .banner__content .banner__title {
    margin-bottom: 15px;
  }

  .footer ul li:first-child {
    margin-right: 0 !important;
  }

  .how-to-use img {
    height: 250px !important;
  }

  .how-to-use .col-md-6 h1 {
    text-align: left !important;
    font-size: 25px !important;
  }

  .how-to-use p {
    padding: 0 !important;
    font-size: 16px !important;
  }

  #play-container {
    left: -10px;
    padding: 10px !important;
  }

  #play-img-container {
    width: 35px !important;
    height: 35px !important;
  }

  .auction-card .auction-id {
    margin-left: 10px;
  }

  .auction-card #car-text-container {
    width: 88px !important;
  }

  .auction-card #live-detail {
    padding-right: 0 !important;
  }

  .faq-title {
    font-size: 28px;
  }

  .faq-question {
    padding: 15px 50px 15px 20px;
  }

  .faq-question-text {
    font-size: 15px;
  }

  .faq-icon {
    font-size: 18px;
    right: 20px;
  }

  .main-container {
    box-shadow: none;
    background-color: #fff;
    border: none;
    margin: 20px auto;
    overflow: hidden;
  }

  .content-section {
    padding: 35px 10px 10px;
  }

  .success-section {
    padding: 30px 20px !important;
  }

  .features-tabs .tab-button, .media-tabs .tab-button {
    padding: 10px 15px;
    font-size: 14px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .thumbnail-item {
    flex: 0 0 50%;
  }

  .media-grid {
    white-space: nowrap;
    grid-auto-columns: minmax(200px, 1fr);
    grid-auto-flow: column;
    overflow-x: auto;
  }

  .full-screen-modal .close {
    top: 0;
    right: 5px;
  }

  .modal-nav-btn.prev {
    left: 5px;
  }

  .modal-nav-btn.next {
    right: 5px;
  }

  .main-slider-arrow {
    width: 35px;
    height: 35px;
    font-size: 14px;
    left: 5px;
  }

  .main-slider-arrow.next {
    right: 5px;
  }

  .social-share-container {
    gap: 12px;
    margin-top: 15px;
  }

  .social-share-btn {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  .filter-item {
    flex: 0 0 calc(50% - 10px);
  }

  #product-action-banner {
    max-height: 200px;
  }
}

@media screen and (max-width: 580px) {
  .container {
    max-width: 100% !important;
  }

  .home-section-img {
    height: 35vh;
    margin-top: 0;
  }

  .auction-card .detail-container {
    width: auto;
  }

  .authBtn {
    min-width: 50px;
  }

  .nav-login-btn {
    padding-left: 0;
    padding-right: 10px;
  }

  .nav-register-btn {
    padding-left: 10px;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .favorite-toggle-product-detail {
    top: 30px !important;
    right: 1px !important;
  }

  .product-detail-main-slider-wrap .main-image-slider, .product-detail-main-slider-wrap .main-image-slider .swiper-slide {
    height: 280px !important;
    min-height: 280px !important;
  }

  .product-detail-main-slider-wrap .main-image-slider img, .product-detail-main-slider-wrap .main-image-slider video {
    max-height: 280px !important;
  }

  .product-detail-main-slider-wrap .main-slider-arrow-prev, .product-detail-main-slider-wrap .main-slider-arrow-next, .thumbnail-slider-wrapper .slider-arrow.prev, .thumbnail-slider-wrapper .slider-arrow.next, .thumbnail-slider-wrapper .swiper-button-prev, .thumbnail-slider-wrapper .swiper-button-next {
    display: none !important;
  }
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

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