/* =======================================================
   CUSTOM COMPONENT RULES - Moved from bootstrap_overrides.css
   Project-specific component classes (.c-*)
   These rules define custom components unique to this project
   ======================================================= */

/* =======================================================
   CUSTOM COMPONENT RULES EXTRACTED FROM bootstrap_overrides.css
   These rules should be moved to style-working.css
   =======================================================

/* Component Rule 1 - Line 327 */
/* Selector: .c-product__row */
  .c-product__row {
    margin: 0 -0.5rem;
  }

/* Component Rule 2 - Line 330 */
/* Selector: .c-product__row > [class*="col-"] */
  .c-product__row > [class*="col-"] {
    padding: 0 0.5rem;
    margin-bottom: 1rem;
  }

/* Component Rule 3 - Line 339 */
/* Selector: .c-vehicleCard .card */
.c-vehicleCard .card {
    margin-bottom: 0;
  }

/* Component Rule 4 - Line 342 */
/* Selector: .c-vehicleCard__body */
  .c-vehicleCard__body {
    padding: 0.75rem;
  }

/* Component Rule 5 - Line 345 */
/* Selector: .c-vehicleCard__footer */
  .c-vehicleCard__footer {
    padding: 0.5rem 0.75rem;
  }

/* Component Rule 6 - Line 350 */
/* Selector: .c-vehicleCard .card */
.c-vehicleCard .card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: none;
}

/* Component Rule 7 - Line 357 */
/* Selector: .c-vehicleCard .card-footer */
.c-vehicleCard .card-footer {
  margin: 0;
}

/* Component Rule 9 - Line 414 */
/* Selector: .c-header__nav .c-header__nav-list */
  .c-header__nav .c-header__nav-list {
    display: none;
  }

/* Component Rule 10 - Line 445 */
/* Selector: .c-header__nav .c-header__nav-inner */
  .c-header__nav .c-header__nav-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

/* Component Rule 11-14: Moved to HEADER SECTION (lines 2073+) */

/* Component Rule 15 - Line 482 */
/* Selector: .c-banner > .container .row .col-12 */
.c-banner > .container .row .col-12 {
  position: relative;
  z-index: 1;
}

/* Component Rule 16 - Line 700 */
/* Selector: .c-product-info__detalis-custom .c-product-info__detalis__actions--link */
.c-product-info__detalis-custom .c-product-info__detalis__actions--link {
  font-size: 14px !important;
  line-height: 1.3;
}

/* Component Rule 38 - Line 923 */
/* Selector: .container .c-sectionCard.c-sectionCard--plainHeading .c-sectionCard__header */
  .container .c-sectionCard.c-sectionCard--plainHeading .c-sectionCard__header {
    margin-bottom: 0;
  }

/* Component Rule 39 - Line 999 */
/* Selector: .c-sellCarForm .custom-select:focus */
  .c-sellCarForm .custom-select:focus {
    transform: none; /* FIXED: Prevent layout shift on mobile */
    box-shadow: 0 0 0 4px rgba(198, 167, 111, 0.15); /* Stronger glow instead */
  }

/* Component Rule 40 - Line 1007 */
/* Selector: .c-sellCarForm .form-control:active */
  .c-sellCarForm .form-control:active {
    transform: none; /* FIXED: Prevent layout shift on mobile */
  }

/* Component Rule 41 - Line 1023 */
/* Selector: .c-sellCarForm .row */
.c-sellCarForm .row {
  margin-bottom: 0.5rem;
}

/* Component Rule 42 - Line 1026 */
/* Selector: .c-sellCarForm .row:last-child */
.c-sellCarForm .row:last-child {
  margin-bottom: 0;
}

/* Component Rule 43 - Line 1035 */
/* Selector: .c-sellCarForm .form-control */
.c-sellCarForm .form-control {
  width: 100%;
  height: 48px;
  padding: 0.875rem 1.3125rem; /* 14px 21px - matches filters */
  border: 2px solid #d4d4d4;
  border-left: 4px solid #c6a76f;
  border-radius: 12px;
  background: #f8f9fa;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2c3e50;
  transition: all 0.3s ease;
  box-sizing: border-box;
  display: block;
  font-family: inherit;
}

/* Component Rule 44 - Line 1052 */
/* Selector: .c-sellCarForm .form-control[type="textarea"] */
.c-sellCarForm .form-control[type="textarea"] {
  height: auto;
  min-height: 48px;
  resize: vertical;
}

/* Component Rule 45 - Line 1061 */
/* Selector: .c-sellCarForm .form-control:focus */
.c-sellCarForm .form-control:focus {
  outline: none;
  border-color: #c6a76f;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.1);
  transform: scale(1.01);
  transition: all 0.2s ease;
}

/* Component Rule 46 - Line 1073 */
/* Selector: .c-sellCarForm .form-control:active */
.c-sellCarForm .form-control:active {
  transform: scale(0.99);
}

/* Component Rule 47 - Line 1080 */
/* Selector: .c-sellCarForm .form-control:hover:not(:focus) */
.c-sellCarForm .form-control:hover:not(:focus) {
  border-color: #c6a76f;
  background: #ffffff;
}

/* Component Rule 48 - Line 1088 */
/* Selector: .c-sellCarForm .form-control:invalid:not(:focus):not(:placeholder-shown) */
.c-sellCarForm .form-control:invalid:not(:focus):not(:placeholder-shown) {
  border-color: #dc3545;
  background: #fff8f8;
}

/* Component Rule 49 - Line 1094 */
/* Selector: .c-sellCarForm .c-sellCarForm__select.custom-select */
.c-sellCarForm .c-sellCarForm__select.custom-select {
  height: 48px;
  border: 2px solid #d4d4d4;
  border-left: 4px solid #c6a76f;
  border-radius: 12px;
  padding: 12px 1.3125rem; /* 12px top/bottom prevents text cutoff */
  padding-right: 40px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2c3e50;
  background: #f8f9fa;
  transition: all 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  /* NO line-height - lets browser calculate optimal fit */
}

/* Component Rule 50 - Line 1115 */
/* Selector: .c-sellCarForm .c-sellCarForm__select.custom-select:hover:not(:focus) */
.c-sellCarForm .c-sellCarForm__select.custom-select:hover:not(:focus) {
  border-color: #c6a76f;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.1);
}

/* Component Rule 51 - Line 1122 */
/* Selector: .c-sellCarForm .c-sellCarForm__select.custom-select:focus */
.c-sellCarForm .c-sellCarForm__select.custom-select:focus {
  border-color: #c6a76f;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.15);
  outline: none;
}

/* Component Rule 52 - Line 1132 */
/* Selector: .c-sellCarForm__field.has-error .form-control */
.c-sellCarForm__field.has-error .form-control {
  border-color: #dc3545;
  background: #fff8f8;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
  animation: shake 0.3s ease;
}

/* Component Rule 53 - Line 1142 */
/* Selector: .c-sellCarForm .form-control::placeholder */
.c-sellCarForm .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

.c-sellCarForm .form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

.c-sellCarForm .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

.c-sellCarForm .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

/* Component Rule 54 - Line 1152 */
/* Selector: .c-sellCarForm__input--phone .form-control */
.c-sellCarForm__input--phone .form-control {
  border: none;
  border-radius: 0;
  height: 44px;
  margin: 0;
  flex: 1;
  background: transparent;
  padding: 0.875rem 1rem;
}

/* Component Rule 55 - Line 1168 */
/* Selector: .c-sellCarForm__input--phone .form-control:focus */
.c-sellCarForm__input--phone .form-control:focus {
  box-shadow: none;
  border: none;
  background: transparent;
  transform: none;
}

/* Component Rule 56 - Line 1177 */
/* Selector: .c-sellCarForm .input-group-text */
.c-sellCarForm .input-group-text {
  display: none !important;
}

/* Component Rule 57 - Line 1180 */
/* Selector: .c-sellCarForm .input-group .form-control */
.c-sellCarForm .input-group .form-control {
  height: 40px;
  padding: 10px 14px;
  border: none;
  border-radius: 0;
  background: transparent;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2c3e50;
  flex: 1;
  min-width: 0;
}

/* Component Rule 58 - Line 1192 */
/* Selector: .c-sellCarForm .input-group .form-control:focus */
.c-sellCarForm .input-group .form-control:focus {
  outline: none;
  border: none;
  box-shadow: none;
  background: transparent;
}

/* Component Rule 59 - Line 1198 */
/* Selector: .c-sellCarForm .input-group .form-control::placeholder */
.c-sellCarForm .input-group .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* Component Rule 60 - Line 1203 */
/* Selector: .c-sellCarForm__field.has-error .input-group */
.c-sellCarForm__field.has-error .input-group {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

/* Component Rule 61 - Line 1230 */
/* Selector: .c-sellCarForm .custom-select */
  .c-sellCarForm .custom-select {
    background-size: 20px 16px;
    background-position: right 10px center;
    padding-right: 45px;
  }

/* Component Rule 62 - Line 1237 */
/* Selector: .c-sellCarForm__input--phone */
  .c-sellCarForm__input--phone {
    min-height: 48px;
  }

/* Component Rule 63 - Line 1242 */
/* Selector: .c-sellCarForm__input--phone .form-control */
  .c-sellCarForm__input--phone .form-control {
    font-size: 16px;
    padding: 12px;
  }

/* Component Rule 64 - Line 1249 */
/* Selector: .c-sellCarForm__input--phone-code */
  .c-sellCarForm__input--phone-code {
    min-height: 46px;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    padding: 0 12px;
  }

/* Component Rule 65 - Line 1271 */
/* Selector: .c-sellCarForm .row */
  .c-sellCarForm .row {
    margin-bottom: 0.75rem;
  }

/* Component Rule 66 - Line 1275 */
/* Selector: .c-sellCarForm section[role="tabpanel"] */
  .c-sellCarForm section[role="tabpanel"] {
    padding: 0.5rem 0;
  }

/* Component Rule 67 - Line 1279 */
/* Selector: .c-sellCarForm__field .error */
  .c-sellCarForm__field .error {
    font-size: 0.75rem;
    margin-top: 0.375rem;
    font-weight: 500;
  }

/* Component Rule 68 - Line 1287 */
/* Selector: .c-sellCarWizard__list */
  .c-sellCarWizard__list {
    gap: 0.625rem;
  }

/* Component Rule 69 - Line 1290 */
/* Selector: .c-sellCarWizard__item */
  .c-sellCarWizard__item {
    min-width: 140px;
    max-width: 180px;
  }

/* Component Rule 70 - Line 1294 */
/* Selector: .c-sellCarWizard__link */
  .c-sellCarWizard__link {
    padding: 1.25rem 1.5rem;
    min-height: 64px;
  }

/* Component Rule 71 - Line 1301 */
/* Selector: .c-sellCarForm .form-control */
  .c-sellCarForm .form-control {
    min-height: 46px;
    font-size: 0.9375rem;
  }

/* Component Rule 72 - Line 1309 */
/* Selector: .c-sellCarForm__header--title */
  .c-sellCarForm__header--title {
    font-size: 0.95rem;
  }

/* Component Rule 73 - Line 1313 */
/* Selector: .c-sellCarWizard__list */
  .c-sellCarWizard__list {
    gap: 0.25rem;
  }

/* Component Rule 74 - Line 1317 */
/* Selector: .c-sellCarWizard__link */
  .c-sellCarWizard__link {
    padding: 0.4rem 0.5rem;
    min-height: 42px;
  }

/* Component Rule 75 - Line 1323 */
/* Selector: .c-sellCarWizard__title */
  .c-sellCarWizard__title {
    font-size: 0.5rem;
  }

/* Component Rule 76 - Line 1328 */
/* Selector: .c-sellCarForm .form-control */
  .c-sellCarForm .form-control {
    font-size: 15px;
  }

/* Component Rule 77 - Line 1332 */
/* Selector: .c-sellCarForm__label */
  .c-sellCarForm__label {
    font-size: 0.85rem;
  }

/* Component Rule 78 - Line 2919 */
/* Selector: .c-tabs__item .c-tabs__link.nav-link.active.show */
.c-tabs__item .c-tabs__link.nav-link.active.show {
  background: #000;
  color: #fff;
  border: 2px solid #c6a76f;
  border-radius: 32px;
}

/* Component Rule 79 - Line 2928 */
/* Selector: .c-tabs__item .c-tabs__link.nav-link.active.show */
.c-tabs__item .c-tabs__link.nav-link.active.show {
  background: #000;
  color: #fff;
  border: 2px solid #c6a76f;
  border-radius: 32px;
}

/* Component Rule 80 - Line 3697 */
/* Selector: .c-select::placeholder */
.c-select::placeholder {
  color: #9b9b9b;
}

/* Component Rule 81 - Line 3802 */
/* Selector: .c-select:disabled */
.c-select:disabled {
  border-color: #e7eaed;
  background: #f3f4f6;
}

/* Component Rule 82 - Line 3908 */
/* Selector: .c-select:disabled:focus */
.c-select:disabled:focus {
  border-color: #d4d4d4;
  box-shadow: none;
  outline: none;
}

/* Component Rule 83 - Line 4019 */
/* Selector: .c-vehicleSearch__form .row */
.c-vehicleSearch__form .row {
  display: flex;
  align-items: stretch;
  margin: 0 -0.75rem;
  min-height: 120px;
}

/* Component Rule 84 - Line 4025 */
/* Selector: .c-vehicleSearch__form .row > [class*="col-"] */
.c-vehicleSearch__form .row > [class*="col-"] {
  padding: 0 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Component Rule 85 - Line 4033 */
/* Selector: .c-vehicleSearch__form .row */
  .c-vehicleSearch__form .row {
    min-height: auto;
  }

/* Component Rule 86 - Line 4036 */
/* Selector: .c-vehicleSearch__form .row > [class*="col-"] */
  .c-vehicleSearch__form .row > [class*="col-"] {
    margin-bottom: 1rem;
  }

/* Component Rule 87 - Line 4039 */
/* Selector: .c-vehicleSearch__form__field */
  .c-vehicleSearch__form__field {
    min-height: 80px;
  }

/* Component Rule 88 - Line 4044 */
/* Selector: .c-vehicleSearch__form .row > [class*="col-"] */
  .c-vehicleSearch__form .row > [class*="col-"] {
    margin-bottom: 0.75rem;
  }

/* Component Rule 89 - Line 4050 */
/* Selector: .c-vehicleSearch__form__submit */
  .c-vehicleSearch__form__submit {
    height: 44px;
    font-size: 0.8125rem;
  }

/* Component Rule 90 - Line 4242 */
/* Selector: .c-product__row */
  .c-product__row {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

/* Component Rule 91 - Line 4246 */
/* Selector: .c-product__row > [class*="col-"] */
  .c-product__row > [class*="col-"] {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

/* Component Rule 92 - Line 4251 */
/* Selector: .c-vehicleCard .card */
  .c-vehicleCard .card {
    margin-bottom: 0.5rem;
  }

/* Component Rule 93 - Line 4254 */
/* Selector: .c-vehicleCard__body */
  .c-vehicleCard__body {
    padding: 0.75rem;
  }

/* Component Rule 94 - Line 4257 */
/* Selector: .c-vehicleCard__footer */
  .c-vehicleCard__footer {
    padding: 0.5rem 0.75rem;
  }

/* Component Rule 95 - Line 4261 */
/* Selector: .c-vehicleCard .card */
.c-vehicleCard .card {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 1rem !important;

  overflow: hidden;
  min-height: 400px;
}

/* Component Rule 96 - Line 4271 */
/* Selector: .c-vehicleCard .btn-secondary.c-btn--pill */
.c-vehicleCard .btn-secondary.c-btn--pill {
  background-color: #000000;
  border-color: #000000;
}

/* Component Rule 97 - Line 4276 */
/* Selector: .c-vehicleCard .btn-secondary.c-btn--pill:focus */
.c-vehicleCard .btn-secondary.c-btn--pill:focus {
  background-color: #333333 !important;
  border-color: #333333 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Component Rule 98 - Line 4282 */
/* Selector: .c-vehicleCard .btn-secondary.c-btn--pill:active */
.c-vehicleCard .btn-secondary.c-btn--pill:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Component Rule 100 - Line 4340 */
/* Selector: .c-header__main */
  .c-header__main {
    position: relative;
    z-index: 1035;
  }

/* Component Rule 101 - Line 4345 */
/* Selector: .c-header__main-inner */
  .c-header__main-inner {
    padding: 0.75rem 0;
  }

/* Component Rule 103 - Line 4365 */
/* Selector: .c-card */
  .c-card {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }

/* Component Rule 105 - Line 4376 */
/* Selector: .c-card__title */
  .c-card__title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }

/* Component Rule 106 - Line 4381 */
/* Selector: .c-form__field-base */
  .c-form__field-base {
    margin-bottom: 1.5rem;
  }

/* Component Rule 107 - Line 4385 */
/* Selector: .c-form__input-base */
  .c-form__input-base {
    font-size: 16px;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
  }

/* Component Rule 109 - Line 4413 */
/* Selector: .c-vehicle__specs */
  .c-vehicle__specs {
    flex-direction: column;
    gap: 1rem;
  }

/* Component Rule 110 - Line 4418 */
/* Selector: .c-vehicle__spec */
  .c-vehicle__spec {
    padding: 0.75rem;
    margin-bottom: 1rem;
    text-align: center;
    background-color: #f8f9fa;
    border-radius: 0.5rem;
  }

/* Component Rule 112 - Line 4430 */
/* Selector: .c-header__nav */
  .c-header__nav {
    margin-left: 0;
    width: auto;
    position: relative;
  }

/* Component Rule 117 - Line 4487 */
/* Selector: .c-footer__brand img */
  .c-footer__brand img {
    max-width: 120px;
    height: auto;
    margin-bottom: 1rem;
  }

/* Component Rule 118 - Line 4496 */
/* Selector: section[aria-labelledby="finance-eligibility"] .c-sectionCard__header */
  section[aria-labelledby="finance-eligibility"] .c-sectionCard__header {
    text-align: center;
    margin-bottom: 2rem;
  }

/* Component Rule 119 - Line 4502 */
/* Selector: .c-sectionCard.c-sectionCard--plainHeading .c-sectionCard__header.justify-content-start */
  .c-sectionCard.c-sectionCard--plainHeading .c-sectionCard__header.justify-content-start {
    text-align: left;
    margin-bottom: 1rem;
  }

/* Component Rule 120 - Line 4507 */
/* Selector: .c-sectionCard.c-sectionCard--plainHeading .c-sectionCard__header.justify-content-start .c-sectionCard__heading */
  .c-sectionCard.c-sectionCard--plainHeading .c-sectionCard__header.justify-content-start .c-sectionCard__heading {
    justify-content: flex-start;
  }

/* Component Rule 121 - Line 4511 */
/* Selector: .c-sectionCard.c-sectionCard--plainHeading .c-sectionCard__header.justify-content-start .c-sectionCard__heading--title */
  .c-sectionCard.c-sectionCard--plainHeading .c-sectionCard__header.justify-content-start .c-sectionCard__heading--title {
    text-align: left;
  }

/* Component Rule 122 - Line 4525 */
/* Selector: .c-product-info__detalis__lists--label */
  .c-product-info__detalis__lists--label {
    font-size: 14px !important;
  }

/* Component Rule 123 - Line 4528 */
/* Selector: .c-product-info__detalis__lists--item */
  .c-product-info__detalis__lists--item {
    padding-left: 10px !important;
    padding-right: 4px !important;
  }

/* Component Rule 124 - Line 4533 */
/* Selector: .c-product-info__detalis-custom .c-product-info__detalis__actions--link */
  .c-product-info__detalis-custom .c-product-info__detalis__actions--link {
    font-size: 12px !important;
  }

/* Component Rule 125 - Line 4568 */
/* Selector: .c-header .c-header__nav .c-header__nav-list */
  .c-header .c-header__nav .c-header__nav-list {
    display: block !important;
  }

/* Component Rule 126 - Line 4585 */
/* Selector: .c-hero__content h1 */
  .c-hero__content h1 {
    font-size: 3.5rem;
    line-height: 1.2;
  }

/* Component Rule 127 - Line 4591 */
/* Selector: .c-sellCarForm__navigation .btn */
.c-sellCarForm__navigation .btn {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Component Rule 128 - Line 4615 */
/* Selector: .c-sectionCard.breadcrumb-section .c-sectionCard__body */
  .c-sectionCard.breadcrumb-section .c-sectionCard__body {
    padding: 0.5rem 1rem;
  }

/* Component Rule 129 - Line 4632 */
/* Selector: main#main-content .c-sectionCard:first-of-type */
  main#main-content .c-sectionCard:first-of-type {
    margin-top: 0;
    padding-top: 0;
  }

/* Component Rule 130 - Line 4638 */
/* Selector: .c-about-us .card */
.c-about-us .card {
  border: 1px solid #e9ecef;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
}

/* Component Rule 131 - Line 4649 */
/* Selector: .c-about-us .card */
  .c-about-us .card {
    padding: 1rem;
  }

/* Component Rule 132 - Line 4662 */
/* Selector: .c-about-us__team--tag-line.customtext */
  .c-about-us__team--tag-line.customtext {
    font-size: 0.95rem;
    padding: 0 10px;
  }

/* Component Rule 133 - Line 4715 */
/* Selector: .c-about-us */
  .c-about-us {
    padding: 1rem 0;
  }

/* Component Rule 134 - Line 4723 */
/* Selector: .c-about-us__cta-banner .container */
  .c-about-us__cta-banner .container {
    padding: 2rem 0;
  }

/* Component Rule 135 - Line 4727 */
/* Selector: .c-about-us__cta-banner */
  .c-about-us__cta-banner {
    min-height: 400px;
  }

/* Component Rule 136 - Line 4808 */
/* Selector: .c-financeForm .c-select:focus */
  .c-financeForm .c-select:focus {
    transform: none; /* FIXED: Prevent layout shift on mobile */
    box-shadow: 0 0 0 4px rgba(198, 167, 111, 0.15); /* Stronger glow instead */
  }

/* Component Rule 137 - Line 4818 */
/* Selector: .c-financeForm .c-select:active */
  .c-financeForm .c-select:active {
    transform: none; /* FIXED: Prevent layout shift on mobile */
  }

/* Component Rule 138 - Line 4826 */
/* Selector: .c-financeForm .form-control */
  .c-financeForm .form-control {
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  }

/* Component Rule 139 - Line 4833 */
/* Selector: .c-financeForm__header--title */
  .c-financeForm__header--title {
    font-size: 0.95rem;
  }

/* Component Rule 140 - Line 4837 */
/* Selector: .c-financeWizard__list */
  .c-financeWizard__list {
    gap: 0.25rem;
  }

/* Component Rule 141 - Line 4841 */
/* Selector: .c-financeWizard__link */
  .c-financeWizard__link {
    padding: 0.4rem 0.5rem;
    min-height: 42px;
  }

/* Component Rule 142 - Line 4847 */
/* Selector: .c-financeWizard__title */
  .c-financeWizard__title {
    font-size: 0.5rem;
  }

/* Component Rule 143 - Line 4852 */
/* Selector: .c-financeForm .form-control */
  .c-financeForm .form-control {
    font-size: 15px;
  }

/* Finance Form Placeholder Styling - Cross-browser support */
.c-financeForm .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

.c-financeForm .form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

.c-financeForm .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

.c-financeForm .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

/* Component Rule 144 - Line 4856 */
/* Selector: .c-financeForm__label */
  .c-financeForm__label {
    font-size: 0.85rem;
  }

/* Component Rule 145 - Line 4863 */
/* Selector: .c-requestCarForm__header--title */
  .c-requestCarForm__header--title {
    font-size: 0.95rem;
  }

/* Component Rule 146 - Line 4867 */
/* Selector: .c-requestCarWizard__list */
  .c-requestCarWizard__list {
    gap: 0.25rem;
  }

/* Component Rule 147 - Line 4871 */
/* Selector: .c-requestCarWizard__link */
  .c-requestCarWizard__link {
    padding: 0.4rem 0.5rem;
    min-height: 42px;
  }

/* Component Rule 148 - Line 4877 */
/* Selector: .c-requestCarWizard__title */
  .c-requestCarWizard__title {
    font-size: 0.5rem;
  }

/* Component Rule 149 - Line 4882 */
/* Selector: .c-requestCarForm .form-control */
  .c-requestCarForm .form-control {
    font-size: 15px;
  }

/* Component Rule 150 - Line 4886 */
/* Selector: .c-requestCarForm__label */
  .c-requestCarForm__label {
    font-size: 0.85rem;
  }

/* Component Rule 151 - Line 4891 */
/* Selector: .c-requestCarForm .row */
.c-requestCarForm .row {
  margin-bottom: 0.5rem;
}

/* Component Rule 152 - Line 4895 */
/* Selector: .c-requestCarForm .row:last-child */
.c-requestCarForm .row:last-child {
  margin-bottom: 0;
}

/* Component Rule 153 - Line 4924 */
/* Selector: .c-requestCarForm .form-control */
.c-requestCarForm .form-control {
  height: 48px;
  border: 2px solid #d4d4d4;
  border-left: 4px solid #c6a76f;
  border-radius: 12px;
  padding: 0.875rem 1.3125rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2c3e50;
  background: #f8f9fa;
  transition: all 0.3s ease;
}

/* Component Rule 154 - Line 4937 */
/* Selector: .c-requestCarForm .form-control:hover:not(:focus) */
.c-requestCarForm .form-control:hover:not(:focus) {
  border-color: #c6a76f;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.1);
}

/* Component Rule 155 - Line 4943 */
/* Selector: .c-requestCarForm .form-control:focus */
.c-requestCarForm .form-control:focus {
  border-color: #c6a76f;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.15);
}

/* Component Rule 156 - Line 4950 */
/* Selector: .c-requestCarForm .c-requestCarForm__select.custom-select */
.c-requestCarForm .c-requestCarForm__select.custom-select {
  height: 48px;
  border: 2px solid #d4d4d4;
  border-left: 4px solid #c6a76f;
  border-radius: 12px;
  padding: 12px 1.3125rem; /* 12px top/bottom prevents text cutoff */
  padding-right: 40px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2c3e50;
  background: #f8f9fa;
  background-image: none;
  transition: all 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  -moz-appearance: none;
}

/* Component Rule 157 - Line 4970 */
/* Selector: .c-requestCarForm .c-requestCarForm__select.custom-select:hover:not(:focus) */
.c-requestCarForm .c-requestCarForm__select.custom-select:hover:not(:focus) {
  border-color: #c6a76f;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.1);
}

/* Component Rule 158 - Line 4977 */
/* Selector: .c-requestCarForm .c-requestCarForm__select.custom-select:focus */
.c-requestCarForm .c-requestCarForm__select.custom-select:focus {
  border-color: #c6a76f;
  outline: none;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.15);
}

/* Component Rule 159 - Line 4986 */
/* Selector: .c-requestCarForm .input-group-text */
.c-requestCarForm .input-group-text {
  display: none !important;
}

/* Component Rule 160 - Line 4992 */
/* Selector: .c-consignCarForm__header--title */
  .c-consignCarForm__header--title {
    font-size: 0.95rem;
  }

/* Component Rule 161 - Line 4996 */
/* Selector: .c-consignCarWizard__list */
  .c-consignCarWizard__list {
    gap: 0.25rem;
  }

/* Component Rule 162 - Line 5000 */
/* Selector: .c-consignCarWizard__link */
  .c-consignCarWizard__link {
    padding: 0.4rem 0.5rem;
    min-height: 42px;
  }

/* Component Rule 163 - Line 5006 */
/* Selector: .c-consignCarWizard__title */
  .c-consignCarWizard__title {
    font-size: 0.5rem;
  }

/* Component Rule 164 - Line 5011 */
/* Selector: .c-consignCarForm .form-control */
  .c-consignCarForm .form-control {
    font-size: 15px;
  }

/* Component Rule 165 - Line 5015 */
/* Selector: .c-consignCarForm__label */
  .c-consignCarForm__label {
    font-size: 0.85rem;
  }

/* Component Rule 166 - Line 5019 */
/* Selector: .c-consignCarForm .row */
.c-consignCarForm .row {
  margin-bottom: 0.5rem;
}

/* Component Rule 167 - Line 5022 */
/* Selector: .c-consignCarForm .row:last-child */
.c-consignCarForm .row:last-child {
  margin-bottom: 0;
}

/* Component Rule 168 - Line 5081 */
/* Selector: .c-consignCarForm .form-control */
.c-consignCarForm .form-control {
  height: 48px;
  border: 2px solid #d4d4d4;
  border-left: 4px solid #c6a76f;
  border-radius: 12px;
  padding: 0.875rem 1.3125rem; /* 14px 21px - matches filters */
  font-size: 0.875rem;
  font-weight: 500;
  color: #2c3e50;
  background: #f8f9fa;
  transition: all 0.3s ease;
}

/* Component Rule 169 - Line 5094 */
/* Selector: .c-consignCarForm .form-control:hover:not(:focus) */
.c-consignCarForm .form-control:hover:not(:focus) {
  border-color: #c6a76f;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.1);
}

/* Component Rule 170 - Line 5100 */
/* Selector: .c-consignCarForm .form-control:focus */
.c-consignCarForm .form-control:focus {
  border-color: #c6a76f;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.15);
}

/* Component Rule 171 - Line 5107 */
/* Selector: .c-consignCarForm .c-consignCarForm__select.custom-select */
.c-consignCarForm .c-consignCarForm__select.custom-select {
  height: 48px;
  border: 2px solid #d4d4d4;
  border-left: 4px solid #c6a76f;
  border-radius: 12px;
  padding: 12px 1.3125rem; /* 12px top/bottom prevents text cutoff */
  padding-right: 40px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2c3e50;
  background: #f8f9fa;
  background-image: none;
  transition: all 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  /* NO line-height - browser calculates optimal fit */
}

/* Component Rule 172 - Line 5129 */
/* Selector: .c-consignCarForm .c-consignCarForm__select.custom-select:hover:not(:focus) */
.c-consignCarForm .c-consignCarForm__select.custom-select:hover:not(:focus) {
  border-color: #c6a76f;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.1);
}

/* Component Rule 173 - Line 5136 */
/* Selector: .c-consignCarForm .c-consignCarForm__select.custom-select:focus */
.c-consignCarForm .c-consignCarForm__select.custom-select:focus {
  border-color: #c6a76f;
  outline: none;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.15);
}

/* Component Rule 174 - Line 5145 */
/* Selector: .c-consignCarForm .input-group-text */
.c-consignCarForm .input-group-text {
  display: none !important;
}

/* Component Rule 175 - Line 5150 */
/* Selector: .c-consignCarForm */
  .c-consignCarForm {
    padding: 16px 12px;
    border-radius: 8px;
  }

/* Component Rule 176 - Line 5155 */
/* Selector: .c-consignCarForm__inner */
  .c-consignCarForm__inner {
    padding: 20px 16px;
    border-radius: 8px;
  }

/* Component Rule 177 - Line 5163 */
/* Selector: .c-consignCarForm .form-control */
  .c-consignCarForm .form-control {
    font-size: 16px !important;
    height: 44px !important;
    padding: 12px 16px !important;
  }

/* Component Rule 178 - Line 5169 */
/* Selector: .c-consignCarForm__input textarea */
  .c-consignCarForm__input textarea {
    min-height: 44px !important;
  }

/* Component Rule 179 - Line 5174 */
/* Selector: .c-consignCarForm__input--phone */
  .c-consignCarForm__input--phone {
    height: 44px !important;
  }

/* Component Rule 180 - Line 5179 */
/* Selector: .c-consignCarForm__input--phone-code */
  .c-consignCarForm__input--phone-code {
    height: 42px !important;
    padding: 12px 16px !important;
    font-size: 16px !important;
  }

/* Component Rule 181 - Line 5188 */
/* Selector: .c-consignCarForm__input--phone .c-consignCarForm__input */
  .c-consignCarForm__input--phone .c-consignCarForm__input {
    height: 42px !important;
    padding: 12px 14px !important;
    font-size: 16px !important;
  }

/* Component Rule 182 - Line 5195 */
/* Selector: .c-consignCarForm__navigation .btn */
.c-consignCarForm__navigation .btn {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Component Rule 183 - Line 5205 */
/* Selector: #consign-steps .c-consignCarForm .c-consignCarForm__select.custom-select.is-invalid */
#consign-steps .c-consignCarForm .c-consignCarForm__select.custom-select.is-invalid {
  border-color: #dc3545 !important;
  border-left-color: #dc3545 !important;
  background: #fff !important;
}

/* Component Rule 184 - Line 5219 */
/* Selector: .c-product-info__detalis__actions */
  .c-product-info__detalis__actions {
    flex-wrap: wrap !important;
    gap: 8px !important;
    justify-content: space-between !important;
  }

/* Component Rule 185 - Line 5225 */
/* Selector: .c-product-info__detalis__actions--item */
  .c-product-info__detalis__actions--item {
    flex: 0 0 calc(50% - 4px) !important;
    max-width: calc(50% - 4px) !important;
    margin-bottom: 0 !important;
  }

/* Component Rule 186 - Line 5232 */
/* Selector: .c-product-info__detalis__actions--link */
  .c-product-info__detalis__actions--link {
    width: 100%;
    padding: 8px 6px !important;
    font-size: 0.7rem !important;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    justify-content: center;
  }

/* Component Rule 187 - Line 5246 */
/* Selector: .c-filterDrawer__body .c-filter .row */
.c-filterDrawer__body .c-filter .row {
  margin-bottom: 0 !important;
  min-height: auto !important;
}

/* Component Rule 188 - Line 5253 */
/* Selector: .c-filterDrawer__panel */
  .c-filterDrawer__panel {
    width: 90%;
  }

/* Component Rule 189 - Line 5257 */
/* Selector: .c-filterDrawer__header */
  .c-filterDrawer__header {
    padding: 0.875rem 1rem;
  }

/* Component Rule 190 - Line 5261 */
/* Selector: .c-filterDrawer__title */
  .c-filterDrawer__title {
    font-size: 1rem;
  }

/* Component Rule 191 - Line 5265 */
/* Selector: .c-filterDrawer__body */
  .c-filterDrawer__body {
    padding: 1rem;
  }

/* Component Rule 194 - Line 5279 */
/* Selector: .c-tradeInForm .row */
.c-tradeInForm .row {
  margin-bottom: 0.5rem;
}

/* Component Rule 195 - Line 5282 */
/* Selector: .c-tradeInForm .row:last-child */
.c-tradeInForm .row:last-child {
  margin-bottom: 0;
}

/* Component Rule 196 - Line 5290 */
/* Selector: .c-tradeInForm .form-control */
.c-tradeInForm .form-control {
  width: 100%;
  height: 48px;
  padding: 0.875rem 1.3125rem;
  border: 2px solid #d4d4d4;
  border-left: 4px solid #c6a76f;
  border-radius: 12px;
  background: #f8f9fa;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2c3e50;
  transition: all 0.3s ease;
  box-sizing: border-box;
  display: block;
  font-family: inherit;
}

/* Component Rule 197 - Line 5307 */
/* Selector: .c-tradeInForm .form-control[type="textarea"] */
.c-tradeInForm .form-control[type="textarea"] {
  height: auto;
  min-height: 48px;
  resize: vertical;
}

/* Component Rule 198 - Line 5316 */
/* Selector: .c-tradeInForm .form-control:focus */
.c-tradeInForm .form-control:focus {
  outline: none;
  border-color: #c6a76f;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.1);
  transform: scale(1.01);
  transition: all 0.2s ease;
}

/* Component Rule 199 - Line 5328 */
/* Selector: .c-tradeInForm .form-control:active */
.c-tradeInForm .form-control:active {
  transform: scale(0.99);
}

/* Component Rule 200 - Line 5335 */
/* Selector: .c-tradeInForm .form-control:hover:not(:focus) */
.c-tradeInForm .form-control:hover:not(:focus) {
  border-color: #c6a76f;
  background: #ffffff;
}

/* Component Rule 201 - Line 5343 */
/* Selector: .c-tradeInForm .form-control:invalid:not(:focus):not(:placeholder-shown) */
.c-tradeInForm .form-control:invalid:not(:focus):not(:placeholder-shown) {
  border-color: #dc3545;
  background: #fff8f8;
}

/* Component Rule 202 - Line 5349 */
/* Selector: .c-tradeInForm .c-tradeInForm__select.custom-select */
.c-tradeInForm .c-tradeInForm__select.custom-select {
  height: 48px;
  border: 2px solid #d4d4d4;
  border-left: 4px solid #c6a76f;
  border-radius: 12px;
  padding: 12px 1.3125rem; /* 12px top/bottom prevents text cutoff */
  padding-right: 40px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2c3e50;
  background: #f8f9fa;
  transition: all 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  /* NO line-height - browser calculates optimal fit */
}

/* Component Rule 203 - Line 5370 */
/* Selector: .c-tradeInForm .c-tradeInForm__select.custom-select:hover:not(:focus) */
.c-tradeInForm .c-tradeInForm__select.custom-select:hover:not(:focus) {
  border-color: #c6a76f;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.1);
}

/* Component Rule 204 - Line 5377 */
/* Selector: .c-tradeInForm .c-tradeInForm__select.custom-select:focus */
.c-tradeInForm .c-tradeInForm__select.custom-select:focus {
  border-color: #c6a76f;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.15);
  outline: none;
}

/* Component Rule 205 - Line 5387 */
/* Selector: .c-tradeInForm__field.has-error .form-control */
.c-tradeInForm__field.has-error .form-control {
  border-color: #dc3545;
  background: #fff8f8;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
  animation: shake 0.3s ease;
}

/* Component Rule 206 - Line 5397 */
/* Selector: .c-tradeInForm .form-control::placeholder */
.c-tradeInForm .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

.c-tradeInForm .form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

.c-tradeInForm .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

.c-tradeInForm .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

/* Component Rule 207 - Line 5404 */
/* Selector: .c-tradeInForm__input--currency .form-control */
.c-tradeInForm__input--currency .form-control {
  border: none;
  border-radius: 0;
  height: 44px;
  margin: 0;
  flex: 1;
  background: transparent;
  padding: 0.875rem 1rem;
}

/* Component Rule 208 - Line 5416 */
/* Selector: .c-tradeInForm__input--currency .form-control:focus */
.c-tradeInForm__input--currency .form-control:focus {
  box-shadow: none;
  border: none;
  background: transparent;
  transform: none;
}

/* Component Rule 209 - Line 5427 */
/* Selector: #tradein-steps .c-tradeInForm .c-tradeInForm__select.custom-select.is-invalid */
#tradein-steps .c-tradeInForm .c-tradeInForm__select.custom-select.is-invalid {
  border-color: #dc3545 !important;
  border-left-color: #dc3545 !important;
  background: #fff !important;
}

/* Component Rule 210 - Line 5433 */
/* Selector: .c-tradeInForm__footer .btn */
.c-tradeInForm__footer .btn {
  min-width: 120px;
  color: #000000;
}

/* Component Rule 211 - Line 5440 */
/* Selector: .c-tradeInForm__footer .btn:active */
.c-tradeInForm__footer .btn:active {
  color: #ffffff !important;
}

/* Component Rule 212 - Line 5446 */
/* Selector: .c-tradeInForm */
  .c-tradeInForm {
    margin: 0;
    padding: 1.25rem 1rem;
    border-left: none;
    border-right: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

/* Component Rule 213 - Line 5455 */
/* Selector: .c-tradeInForm__header--title */
  .c-tradeInForm__header--title {
    font-size: 1.125rem;
    margin-bottom: 0.375rem;
  }

/* Component Rule 214 - Line 5459 */
/* Selector: .c-tradeInForm__header */
  .c-tradeInForm__header {
    margin-bottom: 0.5rem;
  }

/* Component Rule 215 - Line 5462 */
/* Selector: .c-tradeInForm__inner */
  .c-tradeInForm__inner {
    padding: 0.125rem 0.125rem;
  }

/* Component Rule 216 - Line 5465 */
/* Selector: .c-tradeInForm__field */
  .c-tradeInForm__field {
    margin-bottom: 1rem;
  }

/* Component Rule 217 - Line 5468 */
/* Selector: .c-tradeInWizard */
  .c-tradeInWizard {
    padding: 0;
    margin-bottom: 1rem;
  }

/* Component Rule 218 - Line 5472 */
/* Selector: .c-tradeInWizard__list */
  .c-tradeInWizard__list {
    gap: 0.625rem;
    max-width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0 1rem 0.5rem;
    overflow-x: auto;
    overflow-y: hidden;
  }

/* Component Rule 219 - Line 5481 */
/* Selector: .c-tradeInWizard__item */
  .c-tradeInWizard__item {
    flex: 0 0 auto;
    min-width: 180px;
  }

/* Component Rule 220 - Line 5485 */
/* Selector: .c-tradeInWizard__link */
  .c-tradeInWizard__link {
    padding: 0.875rem 1rem;
    min-height: 72px;
    gap: 0.375rem;
    border-radius: 10px;
    border-width: 2px;
  }

/* Component Rule 221 - Line 5492 */
/* Selector: .c-tradeInWizard__step */
  .c-tradeInWizard__step {
    font-size: 0.75rem;
    letter-spacing: 0.3px;
  }

/* Component Rule 222 - Line 5496 */
/* Selector: .c-tradeInWizard__title */
  .c-tradeInWizard__title {
    font-size: 0.8125rem;
    line-height: 1.2;
  }

/* Component Rule 223 - Line 5505 */
/* Selector: .c-tradeInForm .form-control:focus */
  .c-tradeInForm .form-control:focus {
    transform: none;
    box-shadow: 0 0 0 4px rgba(198, 167, 111, 0.15);
  }

/* Component Rule 224 - Line 5513 */
/* Selector: .c-tradeInForm .form-control:active */
  .c-tradeInForm .form-control:active {
    transform: none;
  }

/* Component Rule 225 - Line 5520 */
/* Selector: .c-tradeInForm .form-control */
  .c-tradeInForm .form-control {
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  }

/* Component Rule 226 - Line 5524 */
/* Selector: .c-tradeInForm__footer--actions */
  .c-tradeInForm__footer--actions {
    flex-direction: row;
    gap: 0.5rem;
  }

/* Component Rule 227 - Line 5529 */
/* Selector: .c-tradeInForm__footer .btn */
  .c-tradeInForm__footer .btn {
    flex: 1;
    min-width: 0;
  }

/* Component Rule 228 - Line 5536 */
/* Selector: .c-tradeInForm */
  .c-tradeInForm {
    padding: 1rem;
    margin: 0;
    border-left: none;
    border-right: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

/* Component Rule 229 - Line 5546 */
/* Selector: .c-tradeInWizard__list */
  .c-tradeInWizard__list {
    gap: 0.625rem;
    max-width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0 1rem 0.5rem;
    overflow-x: auto;
    overflow-y: hidden;
  }

/* Component Rule 230 - Line 5555 */
/* Selector: .c-tradeInWizard__item */
  .c-tradeInWizard__item {
    flex: 0 0 auto;
    min-width: 180px;
  }

/* Component Rule 231 - Line 5559 */
/* Selector: .c-tradeInWizard__link */
  .c-tradeInWizard__link {
    padding: 0.875rem 0.875rem;
    min-height: 70px;
    border-radius: 8px;
    gap: 0.375rem;
  }

/* Component Rule 232 - Line 5565 */
/* Selector: .c-tradeInWizard__step */
  .c-tradeInWizard__step {
    font-size: 0.625rem;
    letter-spacing: 0.25px;
  }

/* Component Rule 233 - Line 5569 */
/* Selector: .c-tradeInWizard__title */
  .c-tradeInWizard__title {
    font-size: 0.75rem;
    line-height: 1.2;
  }

/* Component Rule 234 - Line 5574 */
/* Selector: .c-tradeInForm__footer--actions */
  .c-tradeInForm__footer--actions {
    flex-direction: column;
  }

/* Component Rule 235 - Line 5578 */
/* Selector: .c-tradeInForm__footer .btn */
  .c-tradeInForm__footer .btn {
    width: 100%;
  }

/* Component Rule 236 - Line 5608 */
/* Selector: .nav.nav-tabs.c-tabs__nav */
.nav.nav-tabs.c-tabs__nav {
  margin-bottom: 0.75rem;
  padding-left: 0;
  padding-right: 0;
}



/* =======================================================
   ORIGINAL style-working.css CONTENT BELOW
   ======================================================= */

﻿
/* ========================================================
   SECTION: FONT AWESOME ICONS
   Font Awesome 6.7.2 loaded via CDN in header.php
   This section previously had @font-face declarations but they conflicted with FA CDN CSS
   Font Awesome CDN provides both the font files AND the icon classes (.fa, .fas, .fab)
   Used by: All pages with icons (header, footer, buttons, features)
   Key Classes: .fa, .fas, .fa-solid, .fab, .fa-brands
   Note: No custom @font-face needed - FA CDN handles everything
   ======================================================== */


/* ========================================================
   SECTION: UTILITY CLASSES
   Reusable utility classes for icons, font weights, colors
   Used by: Global (buttons, headings, highlights, feature badges)
   Key Classes: .icon-gold, .fw-light, .fw-normal, .fw-medium, .fw-semibold, .fw-bold
   Related: UTILITY EXTENSIONS section for additional utilities
   ======================================================== */
.icon-gold {
  color: #a08850;
}







/* ========================================================
   SECTION: VEHICLE SEARCH COMPONENT
   Vehicle search tabs, layouts, and form components
   Used by: buy-car.php, commercial-vehicle.php, sold-vehicles.php, home.php
   Key Classes: .c-tabs__item, .c-tabs__link
   Related: FORM BASE STYLES, BUY CAR FILTER sections
   ======================================================== */
.c-tabs__item .c-tabs__link {
  border-radius: 32px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background: #a08850;
  color: #000;
  margin: 0 0.25rem;
  border: 2px solid #000;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
  display: inline-block;
}

.c-tabs__item .c-tabs__link:focus {
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 32px;
  border-color: #c6a76f;
}

.c-tabs__item .c-tabs__link--active,
.c-tabs__item .c-tabs__link.active,
.c-tabs__item .c-tabs__link--active.show,
.c-tabs__item .c-tabs__link.active.show {
  background: #000 !important;
  color: #fff !important;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 32px !important;
  border: 2px solid #c6a76f !important;
}

  .c-tabs__link--active:focus,
  .c-tabs__link.active:focus {
  background: #000;
  color: #fff;
  border-radius: 32px;
  border-color: #c6a76f;
}

.c-sectionCard__body .c-account__tabs-main.c_account_custom_tabs {
  margin-top: -0.75rem;
}


/* ========================================================
   SECTION: VEHICLE FEATURES COMPONENT
   Vehicle features tabs and navigation
   Used by: buy-car-detail.php, commercial-vehicle-detail.php (vehicle detail pages)
   Key Classes: .c-tabs__item, .c-tabs__link
   Related: PRODUCT DETAILS section
   ======================================================== */
.c-tabs__item .c-tabs__link {
  border-radius: 32px !important;
  padding: 10px 24px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  background: #a08850 !important;
  color: #000 !important;
  margin: 0 0.25rem !important;
  border: 2px solid #000 !important;
  transition: background 0.3s, color 0.3s, border-color 0.3s !important;
  display: inline-block !important;
}

.c-tabs__item .c-tabs__link:focus {
  background: #000 !important;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 32px !important;
  border-color: #c6a76f !important;
}

.c-tabs__item .c-tabs__link--active,
.c-tabs__item .c-tabs__link--active.show {
  background: #000 !important;
  color: #fff !important;
  font-weight: 600 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
  border-radius: 32px !important;
  border: 2px solid #c6a76f !important;
}

.c-tabs__item .c-tabs__link--active:focus {
  background: #000 !important;
  color: #fff !important;
  border-radius: 32px !important;
  border-color: #c6a76f !important;
}

.c-vehicleSearch--tabbed {
  position: relative;
  z-index: 10;
}

.c-vehicleSearch--tabbed .c-tabs__nav {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

.c-vehicleSearch--standalone {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.c-vehicleSearch--standalone .c-tabs__nav {
  display: none;
}

.c-vehicleSearch--inline {
  background: transparent;
  padding: 0;
  box-shadow: none;
}


/* ========================================================
   SECTION: FORM BASE STYLES
   Base form field, label, input, and error styles
   Used by: All forms (contact, sell-car, trade-in, finance, consign, request-car)
   Key Classes: .c-form__field-base, .c-form__label-base, .c-form__input-base, .c-form__error-text
   Related: CONTACT FORMS, SELL CAR WIZARD, FILTER sections
   ======================================================== */
.c-form__field-base {
  margin-bottom: 1rem;
  position: relative;
}

.c-form__label-base {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.25rem;
  color: #2c3e50;
  display: block;
}

.c-form__input-base {
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  border: 2px solid #e8e8e8;
  border-radius: 12px;
  background: #ffffff;
  font-size: 0.875rem;
  line-height: 1.4;
  transition: border-color 0.2s, box-shadow 0.2s;
  font-family: inherit;
}

.c-form__input-base:focus {
  outline: none;
  border-color: #c6a76f;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.1);
}

.c-form__input-base:hover {
  border-color: #d4d4d4;
}

.has-error .c-form__input-base {
  border-color: #dc3545;
}

.c-form__error-text {
  color: #dc3545;
  font-size: 0.75rem;
  margin-top: 0.25rem;
  display: block;
}

.c-vehicleSearch--inline .c-vehicleSearch__form__field {
  margin-bottom: 1rem;
}

.c-sectionCard__body .c-vehicleSearch--standalone {
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin-bottom: 0;
}

.c-vehicleSearch--compact .c-vehicleSearch__form__field {
  margin-bottom: 0.75rem;
}

.c-vehicleSearch--compact .c-vehicleSearch__form__field label {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}

.c-vehicleSearch--compact .c-vehicleSearch__form__field input {
  height: 40px;
  padding: 8px 12px;
  font-size: 0.8rem;
}

.c-vehicleSearch--compact .c-vehicleSearch__form__submit {
  padding: 8px 16px;
  font-size: 0.875rem;
  height: 40px;
}


/* ========================================================
   SECTION: PRODUCT GRID & LAYOUT
   Product grid layout and responsive columns
   Used by: buy-car.php, commercial-vehicle.php, sold-vehicles.php (vehicle listing grids)
   Key Classes: .grid-view
   Related: VEHICLE CARD, SEARCH RESULTS sections
   ======================================================== */
.grid-view {
  width: 100%;
  overflow: hidden;
}

.c-product {
  width: 100%;
}

.c-product__row > [class*="col-"] {
  padding: 0 0.75rem;
  margin-bottom: 1.5rem;
}

.c-product__row > [class*="col-"].d-flex {
  display: flex !important;
  align-items: stretch;
}

.c-product__row > [class*="col-"] .c-vehicleCard {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .c-product__row > [class*="col-"] {
    margin-bottom: 1.25rem;
  }
}


/* ========================================================
   SECTION: SLICK SLIDER COMPONENTS
   Slick carousel base styles for all sliders
   Used by: home.php (featured vehicles), detail pages (galleries), testimonials
   Key Classes: .slick-list, .c-featuredVehicleSlider, .slick-arrow, .slick-dots
   Related: PRODUCT DETAIL GALLERY, HOMEPAGE SECTIONS, UTILITY EXTENSIONS
   ======================================================== */
.slick-list.draggable {
  padding: 0;
}

/* ========================================================
   UNIFIED SLIDER SYSTEM - BASE CONFIGURATION
   ======================================================== */
.slider-vehicles,
.slider-hero,
.slider-reviews {
  position: relative;
  visibility: hidden;
  min-height: 300px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

.slider-vehicles.slick-initialized,
.slider-hero.slick-initialized,
.slider-reviews.slick-initialized {
  visibility: visible;
}

/* ========================================================
   SLIDER CONTENT STRUCTURE
   ======================================================== */
.slider-vehicles .c-vehicleCard,
.slider-reviews .c-vehicleCard {
  margin: 0 0.75rem;
  height: 100%;
}

.slider-vehicles .slick-track,
.slider-hero .slick-track,
.slider-reviews .slick-track {
  display: flex;
  align-items: stretch;
}

.slider-vehicles .slick-slide,
.slider-hero .slick-slide,
.slider-reviews .slick-slide {
  height: auto;
  display: flex;
  align-items: stretch;
}

.slider-vehicles .slick-slide > div,
.slider-hero .slick-slide > div,
.slider-reviews .slick-slide > div {
  height: 100%;
  width: 100%;
}

/* ========================================================
   SLIDER NAVIGATION ARROWS - UNIFIED STYLING
   ======================================================== */
.slider-vehicles .slick-prev,
.slider-vehicles .slick-next,
.slider-hero .slick-prev,
.slider-hero .slick-next,
.slider-reviews .slick-prev,
.slider-reviews .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: #a08850;
  color: #000;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 3px 8px rgba(198, 167, 111, 0.3);
  text-indent: 0;
  overflow: hidden;
}

.slider-vehicles .slick-prev i,
.slider-vehicles .slick-next i,
.slider-hero .slick-prev i,
.slider-hero .slick-next i,
.slider-reviews .slick-prev i,
.slider-reviews .slick-next i {
  font-size: 16px;
  line-height: 1;
}

.slider-vehicles .slick-prev:hover,
.slider-vehicles .slick-next:hover,
.slider-hero .slick-prev:hover,
.slider-hero .slick-next:hover,
.slider-reviews .slick-prev:hover,
.slider-reviews .slick-next:hover {
  background: #333;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.slider-vehicles .slick-prev {
  left: 10px;
}

.slider-vehicles .slick-next {
  right: 10px;
}

.slider-reviews .slick-prev {
  left: 0;
}

.slider-reviews .slick-next {
  right: 0;
}

.slider-hero .slick-prev {
  left: 10px;
}

.slider-hero .slick-next {
  right: 10px;
}

/* ========================================================
   SLIDER FALLBACK - GRACEFUL DEGRADATION
   ======================================================== */

.slider-vehicles:not(.slick-initialized) {
  display: flex;
  overflow-x: auto;
  gap: 1rem;
  padding: 1rem 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  visibility: visible;
}

.slider-vehicles:not(.slick-initialized) .c-vehicleCard {
  flex: 0 0 280px;
  scroll-snap-align: start;
}


/* ========================================================
   SECTION: VEHICLE CARD COMPONENT
   Vehicle card styling and interactions
   Used by: buy-car.php, commercial-vehicle.php, sold-vehicles.php, home.php (listings)
   Key Classes: .c-product .card-img-top, .c-vehicleCard__button
   Related: PRODUCT GRID, SEARCH RESULTS, FEATURED CARD sections
   ======================================================== */
.c-product .card-img-top {
  height: 200px;
  object-fit: cover;
  object-position: center;
}

.c-vehicleCard__button--secondary {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

*::after {
  box-sizing: border-box;
}


/* ============================================
   HEADER SECTION – START
   ============================================ */

/* Desktop Header CSS */

.c-header {
  position: relative;
  z-index: 1031;
}

.c-header__top {
  padding-bottom: 0.375rem;
  padding-top: 0.375rem;
  position: relative;
  z-index: 1032;
  border-bottom: solid 0.0625rem #e8e8e8;
  background: #fff;
  transition: all 0.3s ease;
}

.c-header__top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 2.5rem;
}

.c-header__top-left,
.c-header__top-right {
  display: flex;
  align-items: center;
}

.c-header__top-left {
  flex: 0 0 auto;
}

.c-header__top-right {
  flex: 0 0 auto;
  margin-left: auto;
}

.c-header__top-utilities {
  display: flex;
  align-items: center;
}

.c-contact-bar__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.c-contact-bar__item {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #242424;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.c-contact-bar__link,
.c-contact-bar__btn {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.9375rem;
  color: #242424;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0.5rem 0.875rem;
  border-radius: 8px;
  letter-spacing: 0.01em;
}

.c-contact-bar__btn {
  background: transparent;
  border: none;
  cursor: pointer;
}

.c-contact-bar__link:hover,
.c-contact-bar__btn:hover {
  color: #a08850;
  background: rgba(198, 167, 111, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(198, 167, 111, 0.15);
}

.c-contact-bar__link:active,
.c-contact-bar__btn:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(198, 167, 111, 0.1);
}

.c-contact-bar__link:focus-visible,
.c-contact-bar__btn:focus-visible {
  outline: 2px solid #c6a76f;
  outline-offset: 2px;
}

.c-contact-bar__link i,
.c-contact-bar__btn i {
  margin-right: 0.5rem;
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.c-contact-bar__link:hover i,
.c-contact-bar__btn:hover i {
  transform: scale(1.1);
}

.c-header__top-link {
  color: #a08850;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 0.875rem;
}

.c-header__top-link:hover {
  color: #a08850;
}

.c-header__main {
  background-color: #242424;
  position: sticky;
  top: 0;
  z-index: 1032;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
}

.c-header__main.is-scrolled {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.c-header__main .container {
  max-width: 100% !important;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.c-header__main .row {
  margin-left: 0;
  margin-right: 0;
}

.c-header__main .col-12 {
  padding-left: 0;
  padding-right: 0;
}

.c-header__main-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  min-height: 60px;
}

.c-header__logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  z-index: 10;
  padding: 0;
  margin: 0;
}

.c-header__logo-link {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 8px;
  padding: 4px;
}

.c-header__logo-link:hover {
  transform: scale(1.03) translateY(-2px);
  filter: brightness(1.05);
}

.c-header__logo-link:active {
  transform: scale(0.98) translateY(0);
  filter: brightness(1);
}

.c-header__logo-link:focus-visible {
  outline: 2px solid #c6a76f;
  outline-offset: 4px;
  box-shadow: 0 4px 12px rgba(198, 167, 111, 0.2);
}

.c-header__logo-image {
  display: block;
  width: auto;
  height: auto;
  max-width: 160px;
  max-height: 60px;
  object-fit: contain;
  transition: all 0.3s ease;
  margin: 0;
  padding: 0;
  border: none;
}

.c-header__main-right {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 0 0 auto;
  margin-left: auto;
}

.c-search {
  max-width: 250px;
  width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.c-search__field {
  position: relative;
}

.c-search__input {
  font-size: 0.875rem;
  font-weight: 400;
  color: #242424;
  height: 2.5rem;
  border-radius: 25px;
  border: 1px solid #e8e8e8;
  background: #f8f9fa;
  padding: 0.5rem 2.75rem 0.5rem 1.25rem;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-font-smoothing: antialiased;
}

.c-search__input::-webkit-search-cancel-button,
.c-search__input::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.c-search__input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.c-search__input:hover {
  border-color: #c6a76f;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.c-search__input:focus {
  outline: none;
  border: 1px solid #c6a76f;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06);
  background: #ffffff;
}

.c-search__input::placeholder {
  color: #999;
  font-size: 0.875rem;
  font-weight: 400;
  transition: all 0.3s ease;
  opacity: 1;
}

.c-search__input:focus::placeholder {
  color: #a08850;
  transform: translateX(2px);
  opacity: 0.8;
}

.c-search__clear {
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 50%;
  color: #999;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.c-search__clear.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-search__clear:hover {
  background: rgba(198, 167, 111, 0.15);
  color: #a08850;
  transform: translateY(-50%) scale(1.1);
}

.c-search__clear:active {
  transform: translateY(-50%) scale(0.9);
  background: rgba(198, 167, 111, 0.25);
}

.c-search__clear:focus-visible {
  outline: 2px solid #c6a76f;
  outline-offset: 2px;
}

.c-search__clear svg {
  width: 14px;
  height: 14px;
  pointer-events: none;
}

.c-header__nav {
  display: none;
  flex: 1 1 auto;
  padding: 0;
  margin: 0;
}

.c-header__nav-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin: 0;
}

.c-header__nav-list {
  display: block;
  margin: 0;
  padding: 0;
}

.c-header__nav-items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  flex-wrap: nowrap;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
}

.c-header__nav-item {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: 1.5rem;
}

.c-header__nav-item:last-child {
  margin-right: 0;
}

.c-header__nav-link {
  position: relative;
  display: block;
  margin: 0;
  padding: 0.625rem 0;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  letter-spacing: 0.02em;
}

.c-header__nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #c6a76f 0%, #b99657 100%);
  transform-origin: left;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-header__nav-link:hover,
.c-header__nav-link:focus {
  color: #a08850;
  text-decoration: none;
  transform: translateY(-1px);
}

.c-header__nav-link:hover::after,
.c-header__nav-link:focus::after {
  width: 100%;
}

.c-header__nav-link:active {
  transform: translateY(0);
}

.c-header__nav-link:focus-visible {
  outline: 2px solid #c6a76f;
  outline-offset: 4px;
  border-radius: 2px;
}

.c-header__nav-link--active {
  color: #a08850;
  font-weight: 600;
}

.c-header__nav-link--active::after {
  width: 100%;
}

.c-header__nav-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 11.875rem;
  width: 100%;
  padding: 0.375rem 0;
  margin: 0;
  list-style: none;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.625rem);
  transition: all ease-in-out 0.2s;
}

.c-header__nav-submenu__link {
  font-size: 0.9375rem;
  font-weight: 300;
  padding: 0.375rem 0.78125rem;
  display: block;
  text-transform: capitalize;
}

.c-header__nav-submenu__divider {
  margin: 0.375rem 0;
  height: 0.0625rem;
  width: 100%;
  background-color: #707070;
}

.c-header__nav-item:hover .c-header__nav-submenu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Social Media Component - Base Styles */

.c-social {
  display: flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
}

.c-social .c-social__title {
  margin: 0;
  font-weight: 400;
  font-size: 0.875rem;
  color: #242424;
  font-family: "BioSans Regular", sans-serif;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.c-social .c-social__items {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2rem;
  transition: all 0.4s ease 0.2s;
  flex-shrink: 0;
}

.c-social .c-social__item {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-social .c-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(198, 167, 111, 0.1);
  border: 1px solid rgba(198, 167, 111, 0.2);
  border-radius: 50%;
  color: #a08850;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-tap-highlight-color: transparent;
}

/* Facebook */
.c-social .c-social__link[href*="facebook"]:hover,
.c-social .c-social__link[href*="facebook"]:focus {
  background: #1877F2;
  color: #fff;
  border-color: #1877F2;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(24, 119, 242, 0.3);
}

/* Instagram */
.c-social .c-social__link[href*="instagram"]:hover,
.c-social .c-social__link[href*="instagram"]:focus {
  background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4);
  color: #fff;
  border-color: #DD2A7B;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(221, 42, 123, 0.3);
}

/* LinkedIn */
.c-social .c-social__link[href*="linkedin"]:hover,
.c-social .c-social__link[href*="linkedin"]:focus {
  background: #0A66C2;
  color: #fff;
  border-color: #0A66C2;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(10, 102, 194, 0.3);
}

/* TikTok */
.c-social .c-social__link[href*="tiktok"]:hover,
.c-social .c-social__link[href*="tiktok"]:focus {
  background: #000000;
  color: #FF0050;
  border-color: #000000;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(255, 0, 80, 0.3);
}

/* YouTube */
.c-social .c-social__link[href*="youtube"]:hover,
.c-social .c-social__link[href*="youtube"]:focus {
  background: #FF0000;
  color: #fff;
  border-color: #FF0000;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(255, 0, 0, 0.3);
}

/* Pinterest */
.c-social .c-social__link[href*="pinterest"]:hover,
.c-social .c-social__link[href*="pinterest"]:focus {
  background: #E60023;
  color: #fff;
  border-color: #E60023;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(230, 0, 35, 0.3);
}

.c-social .c-social__link:active {
  transform: scale(0.95);
}

.c-social .c-social__link:focus-visible {
  outline: 2px solid #c6a76f;
  outline-offset: 2px;
}

.c-social .c-social__link i {
  line-height: 1;
}

/* Tablet Header CSS */

@media (max-width: 991.98px) {
  .c-contact-bar__link {
    font-size: 0.75rem;
  }

  .c-contact-bar__btn {
    font-size: 0.75rem;
  }

  .c-header__main-inner {
    min-height: 56px;
    gap: 0.5rem;
    justify-content: space-between;
  }

  .c-header__main-right {
    gap: 0.5rem;
    display: flex;
    align-items: center;
    margin-left: auto;
  }

  .c-header__nav .c-header__nav-list {
    display: none;
  }

  .c-header__nav .c-header__nav-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  /* Hide desktop menu, search, and header top on mobile */
  .c-header__top {
    display: none !important;
  }

  .c-header__nav {
    display: none !important;
  }

  .c-search {
    display: none !important;
  }
}

/* Mobile Header CSS */

@media (max-width: 767.98px) {
  .c-header__top {
    padding: 0.5rem 0;
  }

  .c-header__top-inner {
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
    text-align: center;
  }

  .c-header__top-left,
  .c-header__top-right {
    width: 100%;
    justify-content: center;
  }

  .c-contact-bar__list {
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
  }

  .c-header__top .c-social {
    justify-content: center;
    gap: 0.75rem;
  }

  .c-header__top .c-social .c-social__title {
    display: none;
  }

  .c-header__top .c-social .c-social__items {
    gap: 0.5rem;
    justify-content: center;
  }

  .c-contact-bar__link {
    font-size: 0.75rem;
  }

  .c-contact-bar__btn {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
  }

  .c-search__clear {
    width: 1.75rem;
    height: 1.75rem;
    right: 0.375rem;
  }

  .c-search__clear svg {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 575.98px) {
  .c-header__main-inner {
    min-height: 52px;
    gap: 0.25rem;
  }

  .c-header__logo-image {
    max-width: 130px;
    max-height: 50px;
  }

  .c-search {
    max-width: 100%;
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .c-header__logo-image {
    max-width: 145px;
    max-height: 55px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .c-header__logo-image {
    max-width: 155px;
    max-height: 58px;
  }
}

@media (min-width: 992px) {
  .c-header__nav {
    display: block;
  }

  .c-header__nav .c-header__nav-list {
    display: block;
  }

  .c-header__nav .c-header__nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .c-header__logo-image {
    max-width: 165px;
    max-height: 62px;
  }
}

@media (min-width: 1200px) {
  .c-header__main .container {
    max-width: 1400px !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .c-header__logo-image {
    max-width: 175px;
    max-height: 65px;
  }
}

@media (min-width: 1400px) {
  .c-header__main .container {
    max-width: 1600px !important;
  }
}

/* ============================================
   HEADER SECTION – END
   ============================================ */

/* Tablet-specific search adjustments */
@media (min-width: 768px) and (max-width: 991.98px) {
  .c-search {
    max-width: 200px;
  }
}

/* Hide search on small mobile */
@media (max-width: 575.98px) {
  .c-search {
    display: none;
  }
}

/* === BREADCRUMB NAVIGATION === */
.breadcrumb-section.c-sectionCard {
  margin-bottom: 0.75rem;
  box-shadow: none;
}

.c-sectionCard.breadcrumb-section .c-sectionCard__body {
  padding: 0.5rem 1rem;
}


/* ========================================================
   SECTION: BANNER & HERO
   Banner and hero section components
   Used by: home.php, about-us.php, contact-us.php (page hero sections)
   Key Classes: .c-banner
   Related: HOMEPAGE SECTIONS
   ======================================================== */
.c-banner {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.c-banner__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
}

.c-vehicleSearch.is-n-margin {
  margin-top: -2rem;
  position: relative;
  z-index: 10;
}

.c-vehicleSearch__inner {
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 1rem;
}


/* ========================================================
   SECTION: FEATURED CARD
   Featured vehicle card component
   Used by: home.php (featured vehicles, special offers)
   Key Classes: .c-featuredCard
   Related: VEHICLE CARD, SLICK SLIDER sections
   ======================================================== */
.c-featuredCard {
  padding: 1rem 0;
}


/* ========================================================
   SECTION: HOMEPAGE SECTIONS
   Homepage-specific sections (commitment, features, how-it-works)
   Used by: home.php (why choose us, how it works, testimonials)
   Key Classes: .our-commitment, .how-it-works, .customer-testimonials
   Related: BANNER & HERO, FEATURED CARD, PROMISES SECTION
   ======================================================== */
.our-commitment {
  margin: 5px;
  border-radius: 20px;
  padding: 20px;
  background: #f3f3f3;
  min-height: 250px;
}

.our-commitment p {
  font-size: 0.8rem;
}

.our-commitment img {
  max-width: 120px;
}

.how-section p {
  font-size: 0.8rem;
}

.homepage .c-sectionCard__body--padded {
  padding: 1rem;
}


/* ========================================================
   SECTION: GOOGLE REVIEWS INTEGRATION
   Google reviews aggregate badge and review cards
   Used by: home.php, about-us.php (review carousel/widget)
   Key Classes: .g-agg-badge, .google-review-card, .review-rating, .review-author
   Related: SLICK SLIDER (for review carousel)
   ======================================================== */
.g-agg-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 999px;
  padding: 8px 14px;
  margin: 0 auto 10px;
}

.g-agg-wrap {
  margin-top: 4px;
  margin-bottom: 6px;
}

.g-context {
  margin-top: 8px;
}

.g-agg-badge .g-ltr {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}

.g-agg-badge .g-blue {
  color: #4285f4;
}

.g-agg-badge .g-red {
  color: #ea4335;
}

.g-agg-badge .g-yellow {
  color: #fbbc05;
}

.g-agg-badge .g-green {
  color: #34a853;
}

.g-agg-badge .g-sep {
  color: #999;
  margin: 0 2px;
}

.g-agg-badge .g-stars {
  color: #fbbc05;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
}

.g-agg-badge .g-score {
  font-weight: 700;
  font-size: 16px;
  color: #111;
}

.google-reviews-content {
  overflow: visible;
}

.slider-reviews {
  margin-top: 20px;
  padding: 0 50px;
}

.slider-reviews .slick-list {
  overflow: hidden !important;
  margin: 0 -50px;
  padding: 0 40px;
}

.slider-reviews .review-card {
  margin: 0 10px;
  padding: 16px;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 350px;
  max-height: 400px;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.slider-reviews .review-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.slider-reviews .review-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 12px;
}

.slider-reviews .review-avatar {
  width: 80px;
  height: 80px;
  margin: 0 auto 12px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  border: 3px solid #c6a76f;
}

.slider-reviews .review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-reviews .review-avatar-placeholder {
  font-size: 28px;
  color: #a08850;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.slider-reviews .review-identity {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.slider-reviews .reviewer-name {
  font-weight: 700;
  margin: 0;
  color: #a08850;
  font-size: 1.05rem;
  text-align: center;
}

.slider-reviews .reviewer-name span {
  display: block;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slider-reviews .review-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 12px;
}

.slider-reviews .rating-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
}

.slider-reviews .rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.slider-reviews .star {
  font-size: 16px;
  margin: 0 1px;
}

.slider-reviews .star-full {
  color: #fbbc05;
}

.slider-reviews .star-half {
  color: #fbbc05;
}

.slider-reviews .star-empty {
  color: #d0d0d0;
}

.slider-reviews .rating-count {
  margin-left: 4px;
  font-weight: 700;
  color: #111;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.slider-reviews .review-date {
  font-size: 0.75rem;
  color: #6c757d;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slider-reviews .review-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding: 0 8px 60px 8px;
  align-items: center;
  min-height: 0;
  overflow: hidden;
}

.slider-reviews .review-text {
  margin: 0;
  font-weight: 500;
  color: #333;
  font-size: 1rem;
  line-height: 1.45;
  text-align: center;
  overflow-wrap: anywhere;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 180px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slider-reviews .review-actions {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  margin: 0;
  padding: 8px 0;
  text-align: center;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 32px);
  box-sizing: border-box;
}

.slider-reviews .review-expand-btn {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  padding: 10px 24px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  height: 48px;
  text-align: center;
  white-space: nowrap;
  margin: 0 auto;
  box-sizing: border-box;
  line-height: 1.5;
  position: relative;
  z-index: 10;
  transition: all 0.3s ease;
}

.slider-reviews .review-expand-btn:focus {
  background: #000000;
  color: #ffffff;
  border-color: #c6a76f;
  outline: none;
}

.slider-reviews .review-expand-btn:active {
  background: #000000;
  color: #ffffff;
  border-color: #c6a76f;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .slider-reviews .review-card {
    margin: 0 8px;
    padding: 14px;
    min-height: 340px;
    max-height: 380px;
  }
  .slider-reviews .review-content {
    padding: 0 6px 55px 6px;
  }
  .slider-reviews .review-text {
    font-size: 0.9rem;
    max-height: 110px;
  }
  .slider-reviews .review-actions {
    bottom: 14px;
    left: 14px;
    right: 14px;
    width: calc(100% - 28px);
  }
  .slider-reviews .review-expand-btn {
    font-size: 0.8rem;
    width: 85px;
    height: 30px;
  }
}

.slider-reviews .review-placeholder {
  opacity: 0.7;
}

.slider-reviews .review-placeholder .review-text {
  font-style: italic;
  color: #6c757d;
}

#googleReviewsSection .slider-reviews .review-text {
  color: #333;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
}

#googleReviewsSection {
  margin-top: 0;
  padding-top: 8px;
}

#googleReviewsSection .c-sectionCard {
  padding-top: 8px;
}

#googleReviewsSection .c-sectionCard__header {
  margin-bottom: 0;
  padding-bottom: 0;
}

#googleReviewsSection .c-sectionCard__heading {
  margin-bottom: 0;
}

#googleReviewsSection 
/* ========================================================
   SECTION: SECTION CARDS
   Reusable section card components
   Used by: Most pages (content containers, vehicle details, forms)
   Key Classes: .c-sectionCard, .c-sectionCard__heading, .c-sectionCard__body
   Related: Global layout component used across site
   ======================================================== */
.c-sectionCard__heading--title {
  margin: 0;
}

#googleReviewsSection .c-sectionCard__body {
  margin-top: 0;
  padding-top: 0;
  overflow: visible;
}

.c-banner {
  margin-top: 0;
  min-height: 70vh;
}

.homepage .c-vehicleSearch__inner {
  padding: 0.5rem;
}

.homepage .c-tabs__content {
  padding: 0;
}

.homepage .c-vehicleSearch__form__field {
  margin-bottom: 1rem;
}

.our-commitment {
  margin: 5px;
  border-radius: 20px;
  padding: 20px;
  background: #f3f3f3;
  min-height: 250px;
}

.our-commitment p {
  font-size: 0.8rem;
}

.our-commitment img {
  max-width: 120px;
}

.how-section p {
  font-size: 0.8rem;
}


/* ========================================================
   SECTION: FEATURES GRID
   Features grid layout for homepage
   Used by: home.php (features showcase), detail pages (vehicle features)
   Key Classes: .features-grid, .feature-item
   Related: VEHICLE FEATURES COMPONENT, PRODUCT DETAILS
   ======================================================== */
.features-grid {
  margin-top: 0.25rem;
}

.features-grid .features-column {
  list-style: none;
  padding: 0;
  margin: 0 0 0.5rem 0;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}

.features-grid .feature-item {
  display: block;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  color: #212529;
  border-bottom: 1px solid #e9ecef;
  background-color: #ffffff;
  transition: background-color 0.2s ease;
}

.features-grid .feature-item:nth-child(even) {
  background-color: #f8f9fa;
}

.features-grid .feature-item:last-child {
  border-bottom: none;
}

.features-grid .feature-item:hover {
  background-color: #e9ecef;
}

.features-grid .feature-item i {
  display: none !important;
}

.c-sectionCard__heading--title {
  background: transparent;
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #212529;

  text-transform: uppercase;
  margin: 0;

  padding: 1.5rem 1.5rem 1.5rem 1rem;
}

.c-sectionCard__heading-title span {
  color: #a08850;
}


/* ========================================================
   SECTION: PRODUCT DETAILS
   Product detail page components
   Used by: buy-car-detail.php, commercial-vehicle-detail.php
   Key Classes: .c-product-info, .c-product-info__detalis__card
   Related: PRODUCT DETAIL GALLERY, FEATURES GRID, COMPACT OVERVIEW
   ======================================================== */
.c-product-info__detalis__card__heading--title {
  background: transparent;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0.75rem 1.5rem 0.75rem 0.75rem;
  height: 3.6875rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.c-product__image {
  margin-top: -14px;
}


/* ========================================================
   SECTION: SEARCH RESULTS
   Search results page styling
   Used by: buy-car.php, commercial-vehicle.php, sold-vehicles.php (search result counts)
   Key Classes: .search_result
   Related: PRODUCT GRID, VEHICLE CARD sections
   ======================================================== */
.search_result {
  padding: 1rem;
}

.c-sellCarForm__header--title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2c3e50;
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-align: center;
  line-height: 1.2;
}

.c-sellCarForm__header {
  margin-bottom: 2rem;
  padding: 0;
}

.c-sellCarForm__label--required {
  color: #dc3545;
  font-weight: 600;
  text-transform: none;
}


/* ========================================================
   SECTION: LOADING STATES
   Loading spinners and state indicators
   Used by: All AJAX operations (filter updates, form submissions, image loading)
   Key Classes: .loading-container, .spinner, .skeleton
   Related: Global utility for async operations
   ======================================================== */
.loading-container {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-container img {
  max-width: 120px;
  height: auto;
  aspect-ratio: 1;
}

.loading-container.loading-hidden {
  display: none;
}

.loading-container.loading-large img {
  max-width: 300px;
}

.tagline-large {
  font-size: 1.19rem;
}


/* ========================================================
   SECTION: BLOG COMPONENTS
   Blog listing and article components
   Used by: blogs.php (blog listing page)
   Key Classes: .blog-card, .blog-excerpt, .blog-read-more
   Related: ARTICLE & BLOG DETAIL section
   ======================================================== */
.blog-content-min-height {
  min-height: 150px;
}

.blog-title-size {
  font-size: 1.125rem;
}

.blog-read-more {
  color: #a08850;
}


/* ========================================================
   SECTION: FAQ COMPONENTS
   FAQ page specific styles
   Used by: faqs.php (FAQ listing and detail)
   Key Classes: .faq-small-text, .faq-item
   Related: ACCORDION COMPONENTS
   ======================================================== */
.faq-small-text {
  font-size: 0.97em;
}

.c-product-info__detalis-custom .c-product-info__detalis__actions {
  gap: 5px !important;
}


/* ========================================================
   SECTION: ABOUT US PAGE
   About us page sections and content
   Used by: about-us.php
   Key Classes: .c-about-us__text
   Related: HOMEPAGE SECTIONS, TEAM SECTION
   ======================================================== */
.c-about-us__text {
  margin-bottom: 2rem;
}

.c-about-us__text--title {
  font-weight: 600;
  font-size: 3rem;
  color: #242424;
}

.c-about-us__text--desc {
  font-size: 1.2rem;
  color: #8a8a8a;
}


/* ========================================================
   SECTION: CONTENT BOTTOM SECTIONS
   Bottom content sections (guarantee, stock info)
   Used by: Global (page bottom CTAs, guarantees)
   Key Classes: .content-bottom__guarantee, .content-bottom
   Related: FOOTER COMPONENT
   ======================================================== */
.content-bottom__guarantee {
  font-weight: bold;
  text-align: center;
}

.content-bottom__description {
  text-align: center;
}

.content-bottom__stock-info {
  font-weight: bold;
  text-align: center;
}

.c-about-us__sell-section {
  padding: 3rem 0;
  background: #f8f9fa;
}

.c-about-us__sell-content {
  max-width: 900px;
  margin: 0 auto;
}

.c-about-us__sell-description {
  margin-top: 2rem;
}

.c-about-us__sell-text {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: #333;
}


/* ========================================================
   SECTION: CUSTOM TEXT CONTENT
   Custom text content styling
   Used by: All content pages (custom formatted text blocks)
   Key Classes: .customtext h2, .customtext p
   Related: Global typography utilities
   ======================================================== */
.customtext h2 {
  font-size: 1rem;
}

.customtext h3 {
  font-size: 0.9rem;
}

.customtext .feature-callout {
  font-weight: 700;
  text-transform: uppercase;
  background: #f5f5f5;

  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 0.75rem 1.5rem;
}

@media (max-width: 576.98px) {
  .customtext,
  section[aria-labelledby="finance-faqs"] .acc-content,
  section[aria-labelledby="faq-title"] .acc-content,
  section[aria-labelledby="commercial-faqs"] .acc-content,
  section[aria-labelledby="sell-faqs"] .acc-content,
  section[aria-labelledby="buycar-faqs"] .acc-content,
  section[aria-labelledby="consign-faqs"] .acc-content,
  section[aria-labelledby="request-faqs"] .acc-content {
    text-align: justify;
  }
  .sell-carPage-title,
  .sell-car-heading-title {
    font-size: 1rem !important;
  }
  
  section[aria-labelledby="finance-faqs"] .acc-head,
  section[aria-labelledby="faq-title"] .acc-head,
  section[aria-labelledby="commercial-faqs"] .acc-head,
  section[aria-labelledby="sell-faqs"] .acc-head,
  section[aria-labelledby="buycar-faqs"] .acc-head,
  section[aria-labelledby="consign-faqs"] .acc-head,
  section[aria-labelledby="request-faqs"] .acc-head,
  section[aria-labelledby="tradein-faqs"] .acc-head {
    font-size: 16px;
    padding: 10px 45px 10px 12px;
  }
}

@media (min-width: 577px) {
  .customtext {
    text-align: left;
  }
}

.c-about-us__text .feature-icon {
  width: 75%;
  max-width: 100px;
  height: auto;
}


/* ============================================
   CONTACT PAGES SECTION – START
   All contact page related styles consolidated
   Used by: contact-us.php, contact-us-thank-you.php
   ============================================ */

/* ========================================================
   CONTACT PAGE – Main Contact Page
   Contact page map, info sections, and contact info cards
   Used by: contact-us.php
   Key Classes: .contact-page, .c-contactInfo__*
   ======================================================== */
.contact-page .map {
  position: relative;
  min-height: clamp(180px, 30vw, 420px);
  height: clamp(180px, 30vw, 420px);
}

.contact-page .map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 8px;
}

.contact-page .c-sectionCard__body {
  padding: 0.75rem 1rem 1.25rem;
}

.contact-page .box-shadow {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.c-contactInfo__wrapper {
  display: block;
}

.c-contactInfo__section {
  background: #a08850;
  color: #fff;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  margin-bottom: 1rem;
  padding: 0 12px 12px;
}

.c-contactInfo__section--dark {
  background: #242424;
  color: #fff;
}

.c-contactInfo__header {
  display: flex;
  align-items: center;
  padding: 16px 16px 12px;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
  margin-bottom: 12px;
}

.c-contactInfo__header i {
  color: #000000;
  font-size: 22px;
  line-height: 1;
  margin-right: 10px;
}

.c-contactInfo__section .c-contactInfo__header i {
  color: #000000;
}

.c-contactInfo__section h3 {
  margin: 0 0 6px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
}

.c-contactInfo__section p {
  margin: 0;
  font-size: 14px;
  opacity: 0.95;
  color: #fff;
}

.c-contactInfo__section--email .c-contactInfo__header p {
  color: #000000;
  opacity: 1;
}

.c-contactInfo__section ul {
  list-style: none;
  padding: 0 16px;
  margin: 0;
}

.c-contactInfo__section ul li {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
  align-items: center;
}

.c-contactInfo__section--email ul li {
  white-space: normal;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.c-contactInfo__section ul li {
  white-space: nowrap;
  overflow: hidden;
}

.c-contactInfo__section ul li:last-child {
  border-bottom: 0;
}

.c-contactInfo__section--dark .c-contactInfo__header {
  border-bottom: 1px solid rgba(198, 167, 111, 0.45);
}

.c-contactInfo__section--dark .c-contactInfo__header h3 {
  color: #a08850;
}

.c-contactInfo__section--dark .c-contactInfo__header p {
  color: #a08850;
}

.c-contactInfo__section--dark ul li {
  border-bottom: 1px solid rgba(198, 167, 111, 0.35);
}

.c-contactInfo__section--dark ul li:last-child {
  border-bottom: 0;
}

.c-contactInfo__section ul li b {
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  margin-right: 6px;
}

.c-contactInfo__section ul li span a {
  color: #000000;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.c-contactInfo__section ul li span {
  color: #fff;
  opacity: 1;
}

.c-contactInfo__section--email ul li span a:hover {
  color: #ffffff;
  opacity: 1;
}

.c-contactInfo__section ul li span {
  min-width: 0;
  flex: 1 1 auto;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-contactInfo__section--email ul li span {
  flex: 1 1 auto;
  text-align: right;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}

.c-contact__wrapper {
  margin-top: 3.125rem;
  padding: 0;
}

.c-contactForm {
  padding: 0;
}

.c-contactForm__form {
  padding: 0;
}

.c-contactForm__title {
  font-size: 1.875rem;
  margin-bottom: 1.5625rem;
}

.c-contactForm__title span {
  color: #a08850;
}

.c-contactForm p {
  margin-bottom: 1rem;
}

/* Mobile Responsive Styles for Contact Info */
@media (max-width: 991.98px) {
  .c-contactInfo__wrapper {
    margin-bottom: 2rem;
  }
  
  .c-contactInfo__section {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .c-contactInfo__header {
    padding: 12px 12px 8px;
  }
  
  .c-contactInfo__header i {
    font-size: 20px;
    margin-right: 8px;
  }
  
  .c-contactInfo__section h3 {
    font-size: 1.125rem;
  }
  
  .c-contactInfo__section p {
    font-size: 13px;
  }
  
  .c-contactInfo__section ul {
    padding: 0 12px;
  }
  
  .c-contactInfo__section ul li {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 8px 0;
  }
  
  .c-contactInfo__section ul li b {
    margin-bottom: 2px;
  }
  
  .c-contactInfo__section ul li span {
    text-align: left;
    width: 100%;
  }
  
  .c-contactInfo__section--email ul li span {
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  .c-contact__wrapper {
    margin-top: 2rem;
  }
  
  .c-contactInfo__section {
    padding: 0 8px 8px;
    margin-bottom: 1rem;
  }
  
  .c-contactInfo__header {
    padding: 10px 10px 8px;
  }
  
  .c-contactInfo__section h3 {
    font-size: 1rem;
  }
  
  .c-contactInfo__section p {
    font-size: 12px;
  }
  
  .c-contactInfo__section ul {
    padding: 0 10px;
  }
  
  .c-contactInfo__section ul li {
    padding: 6px 0;
    font-size: 14px;
  }
  
  .c-contactInfo__section ul li span a {
    font-size: 14px;
    word-break: break-all;
  }
}


/* ========================================================
   CONTACT FORM – Form Fields & Validation
   ======================================================== */
.c-contactForm__field {
  margin-bottom: 1.25rem;
}

.c-contactForm__label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.c-contactForm__label .required {
  color: #dc3545;
  font-weight: 700;
}

.c-contactForm__label .optional {
  color: #6c757d;
  font-weight: 400;
  font-size: 0.8125rem;
}

.c-contactForm__label .char-counter {
  float: right;
  color: #6c757d;
  font-weight: 400;
  font-size: 0.8125rem;
}

.c-contactForm__label .char-counter.warning {
  color: #ff9800;
}

.c-contactForm__label .char-counter.danger {
  color: #dc3545;
  font-weight: 600;
}

.c-contactForm__input .error {
  display: none;
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.375rem;
  font-weight: 500;
  line-height: 1.4;
}

.c-contactForm__input .error:before {
  content: "\f06a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.375rem;
}

.c-contactForm__inputField,
.c-contactForm__textarea {
  width: 100%;
  background: #f8f9fa;
  border: 2px solid #d4d4d4;
  border-left: 4px solid #c6a76f;
  border-radius: 12px;
  box-shadow: none;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2c3e50;
  transition: all 0.3s ease;
}

.c-contactForm__inputField {
  height: 48px;
}

/* Mobile: Increase height for 16px font */
@media (max-width: 767.98px) {
  .c-contactForm__inputField {
    height: 54px;
    font-size: 16px; /* Prevent iOS auto-zoom on input focus */
  }
  
  .c-contactForm__textarea {
    font-size: 16px; /* Prevent iOS auto-zoom on input focus */
  }
}

.c-contactForm__textarea {
  min-height: 120px;
  resize: vertical;
}

.c-contactForm__inputField:focus,
.c-contactForm__textarea:focus,
.c-contactForm__select:focus {
  border-color: #c6a76f;
  outline: 3px solid rgba(198, 167, 111, 0.25);
  outline-offset: 0;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.15);
}

.c-contactForm__inputField::placeholder,
.c-contactForm__textarea::placeholder {
  color: #6c757d;
  opacity: 1;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

.c-contactForm__inputField::-webkit-input-placeholder,
.c-contactForm__textarea::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

.c-contactForm__inputField::-moz-placeholder,
.c-contactForm__textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

.c-contactForm__inputField:-ms-input-placeholder,
.c-contactForm__textarea:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

.c-contactForm__inputField.is-invalid {
  border-color: #dc3545;
  background-color: #fff5f5;
}

.c-contactForm__inputField.is-valid {
  border-color: #28a745;
  background-color: #f0fff4;
}

.c-contactForm__submit {
  min-height: 44px;
  padding: 10px 24px;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 32px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  background-color: #a08850;
  border: 2px solid #c6a76f;
  color: #000000 !important;
  cursor: pointer;
  text-align: center;
  font-family: var(--font-body);
  min-width: 140px;
  display: block;
  margin: 0 auto;
}

.c-contactForm__submit span {
  color: #000000 !important;
}

.c-contactForm__submit:hover {
  background-color: #000000;
  border-color: #c6a76f;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.c-contactForm__submit:hover span {
  color: #ffffff !important;
}

.c-contactForm__submit:focus {
  background-color: #000000;
  border-color: #c6a76f;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem rgba(198, 167, 111, 0.35);
  outline: none;
}

.c-contactForm__submit:focus span {
  color: #ffffff;
}

.c-contactForm__submit:active {
  background-color: #000000;
  border-color: #c6a76f;
  color: #ffffff;
  transform: translateY(0);
}

.c-contactForm__submit:active span {
  color: #ffffff;
}

.c-contactForm__submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.col-sm-12 .c-contactForm__submit {
  margin-top: 0.5rem;
}

@media (max-width: 767.98px) {
  .c-contactForm__submit {
    width: 100%;
    min-height: 48px;
    padding: 0.875rem 1.25rem;
    font-size: 1rem;
    float: none;
  }
}

#recaptcha-error i {
  margin-right: 0.375rem;
}


/* ========================================================
   CONTACT THANK YOU – Confirmation & Conversion Funnel
   Thank you page after form submission with conversion options
   ======================================================= */
.thank-you-icon {
  color: #a08850;
  font-size: 2.2rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.contact-thank-you-funnel .phone-link {
  color: #a08850;
  font-weight: bold;
  text-decoration: none;
}

.contact-thank-you-funnel .phone-link:hover {
  color: #000;
  text-decoration: underline;
}

/* ============================================
   CONTACT PAGES SECTION – END
   ============================================ */

/* ============================================
   OTP VERIFICATION MODAL – START
    One-Time Password (OTP) verification modal styles
   ============================================ */
.otp-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.otp-modal[aria-hidden="false"] {
  display: flex;
  opacity: 1;
}

.otp-modal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  animation: fadeIn 0.3s ease;
}

.otp-modal__container {
  position: relative;
  width: 100%;
  max-width: 400px;
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
  transform: scale(0.95);
  transition: transform 0.3s ease;
}

.otp-modal[aria-hidden="false"] .otp-modal__container {
  transform: scale(1);
}

.otp-modal__content {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.otp-modal__header {
  background: #ffffff;
  color: #000000;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.otp-modal__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
  color: #000000;
}

.otp-modal__close {
  background: none;
  border: none;
  color: #000000;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  transition: all 0.2s ease;
  margin: 0;
}

.otp-modal__close:hover {
  opacity: 1;
  transform: scale(1.1);
}

.otp-modal__close span {
  line-height: 1;
}

.otp-modal__body {
  padding: 2rem 1.5rem 1.5rem;
  text-align: center;
}

.otp-icon-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

.otp-icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c6a76f 0%, #b39760 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(198, 167, 111, 0.35),
    0 0 0 8px rgba(198, 167, 111, 0.1);
  position: relative;
  animation: fadeIn 0.5s ease 0.2s backwards;
}

.otp-icon-circle::before {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  background: rgba(198, 167, 111, 0.08);
  z-index: -1;
}

.otp-icon-circle i {
  font-size: 1.75rem;
  color: white;
  animation: pulse 2s ease infinite;
}

.otp-modal__description {
  font-size: 0.95rem;
  color: #495057;
  margin-bottom: 1.75rem;
  line-height: 1.6;
  text-align: center;
}

.otp-modal__description strong {
  color: #a08850;
  font-weight: 600;
  white-space: nowrap;
}

.otp-inputs {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}

.otp-input:hover {
  border-color: #c6a76f;
  box-shadow: none;
}

.otp-input:focus {
  border-color: #c6a76f;
  border-width: 2px;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.2);
  background: #fff;
  transform: scale(1.08);
  z-index: 10;
}

.otp-input.filled {
  border-color: #c6a76f;
  border-width: 2px;
  background: linear-gradient(
    135deg,
    rgba(198, 167, 111, 0.08) 0%,
    rgba(198, 167, 111, 0.12) 100%
  );
  color: #1a1a1a;
  font-weight: 800;
  box-shadow: none;
  transform: scale(1.05);
}

.otp-input.error {
  border-color: #dc3545;
  border-width: 2px;
  background: rgba(220, 53, 69, 0.08);
  animation: shake 0.5s ease;
  box-shadow: none;
}

.otp-input.success {
  border-color: #28a745;
  border-width: 2px;
  background: linear-gradient(
    135deg,
    rgba(40, 167, 69, 0.08) 0%,
    rgba(40, 167, 69, 0.12) 100%
  );
  animation: pulse 0.5s ease;
  box-shadow: none;
}

.otp-error {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
}

.otp-success {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
}

.otp-modal__actions {
  display: flex;
  gap: 12px;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.otp-btn {
  flex: 1;
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  min-width: 100px;
}

.otp-btn--primary {
  background: #a08850;
  color: white;
  box-shadow: 0 2px 4px rgba(198, 167, 111, 0.3);
}

.otp-btn--primary:hover:not(:disabled) {
  background: #b39760;
  box-shadow: 0 4px 8px rgba(198, 167, 111, 0.4);
  transform: translateY(-1px);
}

.otp-btn--primary:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(198, 167, 111, 0.3);
}

.otp-btn--secondary {
  background: #fff;
  color: #6c757d;
  border: 1px solid #dee2e6;
}

.otp-btn--secondary:hover:not(:disabled) {
  background: #f8f9fa;
  border-color: #c6a76f;
  color: #a08850;
  transform: translateY(-1px);
}

.otp-btn--secondary:active:not(:disabled) {
  transform: translateY(0);
}

.otp-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.otp-btn.loading {
  pointer-events: none;
  color: transparent;
}

.otp-btn.loading::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  color: white;
}

.otp-resend-container {
  text-align: center;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e9ecef;
}

.otp-timer {
  text-align: center;
  font-size: 0.9rem;
  color: #6c757d;
  font-weight: 500;
}

.otp-timer.warning {
  color: #dc3545;
  font-weight: 600;
}

.otp-resend-btn {
  background: none;
  border: none;
  color: #a08850;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  padding: 8px 16px;
  border-radius: 8px;
}

.otp-resend-btn:hover:not(:disabled) {
  color: #000;
  background: rgba(198, 167, 111, 0.1);
}

.otp-resend-btn:disabled {
  color: #6c757d;
  cursor: not-allowed;
}

@media (max-width: 360px) {
  .otp-modal__container {
    max-width: 260px;
  }
  .otp-inputs {
    gap: 2px;
  }
  .otp-input {
    width: 36px;
    height: 36px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 10px;
    padding: 8px 0;
    line-height: 1;
  }
}

/* ============================================
   OTP VERIFICATION MODAL – END
   ============================================ */



/* ========================================================
   SECTION: SEC TITLE COMPONENT
   Section title component
   Used by: Global (section headings across all pages)
   Key Classes: .sec_title h2, .sec_title h2 span
   Related: Global heading utility
   ======================================================== */
.sec_title {
  margin: 1.5rem 0 0.75rem;
}

.sec_title h2 {
  font-size: 1.875rem;
  line-height: 1.2;
  margin: 0;
  color: #212529;
}

.sec_title h2 span {
  color: #a08850;
}


/* ============================================================================
   START SECTION: UNIFIED FILTER COMPONENT
   
   Base component for all vehicle filters (Buy, Sell, Commercial, Sold)
   
   Used by: 
   - buy_car_filter.php
   - sell_car_filter.php
   - commercial_vehicle_filter.php
   - sold_vehicle_filter.php
   
   Key Classes: 
   - .c-filter (base form)
   - .c-filter__field (field container)
   - .c-filter__label (field labels)
   - .c-filter__input (input wrapper)
   - .c-filter__select (dropdown selects)
   - .c-filter__priceSlider (price range slider)
   - .c-filter__priceInput (range input)
   - .c-filter__priceLabels (price label container)
   - .c-filter__priceLabel (individual price label)
   - .c-filter__submit (primary button)
   - .c-filter__submit--secondary (secondary button)
   - .c-filter__error (error message)
   
   Features:
   - Unified BEM methodology
   - Price range sliders (Buy, Commercial, Sold filters)
   - Responsive design (991px, 768px, 576px breakpoints)
   - Focus states, hover effects, validation styling
   - Bootstrap grid integration
   
   Architecture: 100% unified, zero redundancy, DRY principles
   ============================================================================ */

/* Base Filter Form */
.c-filter {
  padding: 0;
  margin: 0;
  width: 100%;
}

/* Field Container - Unified across all filters */
.c-filter .c-filter__field {
  margin-bottom: 1.875rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  min-height: 120px;
}

/* Field Label - Unified */
.c-filter .c-filter__label {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.875rem;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  display: block;
  color: #2c3e50;
  flex-shrink: 0;
}

/* Input Wrapper - Unified */
.c-filter .c-filter__input {
  position: relative;
}

/* Select Dropdown - Base State - Unified */
.c-filter .c-filter__select {
  width: 100%;
  height: 48px;
  padding: 0.875rem 1.3125rem;
  border: 2px solid #d4d4d4;
  border-left: 4px solid #c6a76f;
  border-radius: 12px;
  background: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  color: #212529;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

/* Select Placeholder - Unified */
.c-filter .c-filter__select option[value=""] {
  color: #9b9b9b;
}

/* Select Focus State - Unified */
.c-filter .c-filter__select:focus {
  outline: none;
  border-color: #c6a76f;
  border-left-color: #c6a76f;
  box-shadow: 0 0 0 0.2rem rgba(198, 167, 111, 0.25);
  background: #ffffff;
  color: #000000;
}

/* Select Hover State - Unified */
.c-filter .c-filter__select:hover:not(:focus) {
  border-color: #c6a76f;
  border-left-color: #c6a76f;
  background: #fefefe;
}

/* Select Valid State - Unified */
.c-filter .c-filter__select:valid:not(:focus) {
  background: #f8f9fa;
  border-color: #d4d4d4;
  border-left-color: #c6a76f;
  color: #000000;
}

/* Bootstrap Grid Overrides - Unified */
.c-filter .row {
  display: flex;
  align-items: stretch;
  margin: 0 -0.75rem;
  min-height: 120px;
}

.c-filter .row > [class*="col-"] {
  padding: 0 0.75rem;
  display: flex;
  flex-direction: column;
}

/* Invalid State - Unified */
.c-filter .custom-select.is-invalid {
  border-color: #dc3545;
}

/* Price Slider Container - Unified (Buy, Commercial, Sold only) */
.c-filter .c-filter__priceSlider {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Price Slider Holder - Unified */
.c-filter .c-filter__priceSlider--holder {
  background: #ffffff;
  border: 2px solid #e8e8e8;
  border-radius: 12px;
  padding: 16px;
  width: 100%;
  height: 56px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

/* Price Slider Holder with Track Background */
.c-filter .c-filter__priceSlider--holder::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  right: 16px;
  height: 6px;
  background: #e1e8ed;
  border-radius: 3px;
  z-index: 1;
}

.c-filter .c-filter__priceSlider--holder:hover {
  border-color: #d4b86f;
  background: #fefefe;
}

.c-filter .c-filter__priceSlider--holder:focus-within {
  border-color: #c6a76f;
  box-shadow: 0 0 0 4px rgba(198, 167, 111, 0.1);
  background: #ffffff;
}

.c-filter .c-filter__priceProgress {
  position: absolute;
  height: 6px;
  background: linear-gradient(90deg, #c6a76f 0%, #d4b86f 100%);
  border-radius: 3px;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 2;
  box-shadow: 0 1px 3px rgba(198, 167, 111, 0.3);
}

.c-filter .c-filter__priceInput {
  position: absolute;
  width: calc(100% - 32px);
  height: 6px;
  background: transparent;
  pointer-events: auto;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
}

.c-filter .c-filter__priceInput::-webkit-slider-track {
  background: transparent;
  border: none;
  outline: none;
  height: 6px;
  border-radius: 3px;
}

/* ========================================================
   UNIFIED FILTER CSS - Replaces all 4 individual filter blocks
   All price sliders, buttons, and responsive styles unified
   ======================================================== */

/* Webkit Slider Thumb - Unified */
.c-filter .c-filter__priceInput::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #a08850;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(198, 167, 111, 0.3);
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  z-index: 3;
}

.c-filter .c-filter__priceInput::-webkit-slider-thumb:hover {
  transform: scale(1.15);
  background: #b8985f;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25), 0 0 0 2px rgba(198, 167, 111, 0.4);
}

.c-filter .c-filter__priceInput::-webkit-slider-thumb:active {
  transform: scale(1.1);
  background: #a68653;
}

/* Firefox Range Track - Unified */
.c-filter .c-filter__priceInput::-moz-range-track {
  background: transparent;
  border: none;
  outline: none;
  height: 6px;
  border-radius: 3px;
}

/* Firefox Range Thumb - Unified */
.c-filter .c-filter__priceInput::-moz-range-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #a08850;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* Z-index layering - Unified */
.c-filter .c-filter__priceInput:first-of-type {
  z-index: 4;
}

.c-filter .c-filter__priceInput:last-of-type {
  z-index: 5;
}

/* Price Labels Container - Unified */
.c-filter .c-filter__priceLabels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  font-size: 0.7rem;
  font-weight: 500;
  color: #6c757d;
  letter-spacing: 0.3px;
}

/* Individual Price Label - Unified */
.c-filter .c-filter__priceLabel {
  border: 2px solid #e9ecef !important;
  padding: 6px 12px !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%) !important;
  font-weight: 600 !important;
  color: #495057 !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05) !important;
  min-width: 70px;
  text-align: center;
  transition: all 0.2s ease;
  font-size: 0.65rem;
}

.c-filter .c-filter__priceLabel:first-child {
  color: #6c757d;
  text-align: left;
}

.c-filter .c-filter__priceLabel:last-child {
  color: #6c757d;
  text-align: right;
}

/* Primary Submit Button - Unified */
.c-filter .c-filter__submit {
  min-height: 44px;
  padding: 10px 24px;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 32px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  background-color: #a08850;
  border: 2px solid #000000;
  color: #000000;
}

.c-filter .c-filter__submit:hover {
  background-color: #000000;
  border-color: #c6a76f;
  color: #ffffff;
  border-radius: 32px;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(198, 167, 111, 0.3);
}

.c-filter .c-filter__submit:focus {
  background-color: #000000;
  border-color: #c6a76f;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem rgba(198, 167, 111, 0.35);
  border-radius: 32px;
  outline: none;
}

.c-filter .c-filter__submit:active {
  background-color: #000000;
  border-color: #c6a76f;
  color: #ffffff;
  border-radius: 32px;
  transform: translateY(0);
}

/* Secondary Submit Button - Unified */
.c-filter .c-filter__submit--secondary {
  background-color: #000000;
  border: 2px solid #c6a76f;
  color: #ffffff;
}

.c-filter .c-filter__submit--secondary:hover {
  background-color: #a08850;
  border-color: #000000;
  color: #000000;
  border-radius: 32px;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(160, 136, 80, 0.3);
}

.c-filter .c-filter__submit--secondary:focus {
  background-color: #a08850;
  border-color: #000000;
  color: #000000;
  box-shadow: 0 0 0 0.2rem rgba(198, 167, 111, 0.35);
  border-radius: 32px;
  outline: none;
}

.c-filter .c-filter__submit--secondary:active {
  background-color: #b8985f;
  border-color: #000000;
  color: #000000;
  border-radius: 32px;
  transform: translateY(0);
}

/* Error Messages - Unified */
.c-filter .c-filter__error,
.c-filter__field .error {
  color: #dc3545;
  font-size: 0.875em;
  margin-top: 0.25rem;
  display: block;
}

/* MOBILE RESPONSIVE - Unified for all filters */
@media (max-width: 991px) {
  .c-filter .c-filter__submit,
  .c-filter .c-filter__submit--secondary {
    width: 100%;
    display: block;
    margin-bottom: 0.75rem;
  }
}

@media (max-width: 768px) {
  .c-filter .c-filter__field {
    margin-bottom: 1rem;
  }
  
  .c-filter .c-filter__label {
    font-size: 1rem;
  }
  
  .c-filter .c-filter__submit,
  .c-filter .c-filter__submit--secondary {
    padding: 12px 20px;
    font-size: 13px;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .c-filter .c-filter__submit,
  .c-filter .c-filter__submit--secondary {
    padding: 10px 16px;
    font-size: 12px;
  }
}

/* ======================================================== 
   END SECTION: UNIFIED FILTER COMPONENT
   ======================================================== */

.c-sectionCard.c-sectionCard--plainHeading .c-sectionCard__header,
:is(
    section[aria-labelledby="eligibility-title"],
    section[aria-labelledby="finance-faqs"],
    section[aria-labelledby="finance-eligibility"],
    section[aria-labelledby="faq-title"],
    section[aria-labelledby="commercial-faqs"],
    section[aria-labelledby="sell-faqs"]
  )
  .c-sectionCard__header {
  border-bottom: 0.0625rem solid #d4d4d4;
  padding-block: 0;
  padding-inline: 1rem;
  margin-bottom: 0;
  background: transparent;
  position: relative;
}

.c-sectionCard.c-sectionCard--plainHeading .c-sectionCard__header::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 1.5rem;
  width: 60px;
  height: 3px;
  background: #C4A76F;
  border-radius: 2px;
  z-index: 10;
}

@media (min-width: 768px) {
  .c-sectionCard.c-sectionCard--plainHeading .c-sectionCard__header,
  :is(
      section[aria-labelledby="eligibility-title"],
      section[aria-labelledby="finance-faqs"],
      section[aria-labelledby="finance-eligibility"],
      section[aria-labelledby="faq-title"],
      section[aria-labelledby="commercial-faqs"],
      section[aria-labelledby="sell-faqs"]
    )
    .c-sectionCard__header {
    padding-inline: 1.5rem;
    padding-block: 0.75rem;
  }
}

.c-sectionCard.c-sectionCard--plainHeading .c-sectionCard__heading,
:is(
    section[aria-labelledby="eligibility-title"],
    section[aria-labelledby="finance-faqs"],
    section[aria-labelledby="finance-eligibility"],
    section[aria-labelledby="faq-title"],
    section[aria-labelledby="commercial-faqs"],
    section[aria-labelledby="sell-faqs"]
  )
  .c-sectionCard__heading {
  max-width: 100%;
  align-items: center;
}

.c-sectionCard.c-sectionCard--plainHeading .c-sectionCard__heading::after,
:is(
    section[aria-labelledby="eligibility-title"],
    section[aria-labelledby="finance-faqs"],
    section[aria-labelledby="finance-eligibility"],
    section[aria-labelledby="faq-title"],
    section[aria-labelledby="commercial-faqs"],
    section[aria-labelledby="sell-faqs"]
  )
  .c-sectionCard__heading::after {
  display: none;
}

.c-sectionCard.c-sectionCard--plainHeading .c-sectionCard__heading--title,
.c-sectionCard.c-sectionCard--plainHeading .c-sectionCard__heading-title,
:is(
    section[aria-labelledby="eligibility-title"],
    section[aria-labelledby="finance-faqs"],
    section[aria-labelledby="finance-eligibility"],
    section[aria-labelledby="faq-title"],
    section[aria-labelledby="commercial-faqs"],
    section[aria-labelledby="sell-faqs"]
  )
  .c-sectionCard__heading--title,
:is(
    section[aria-labelledby="eligibility-title"],
    section[aria-labelledby="finance-faqs"],
    section[aria-labelledby="finance-eligibility"],
    section[aria-labelledby="faq-title"],
    section[aria-labelledby="commercial-faqs"],
    section[aria-labelledby="sell-faqs"]
  )
  .c-sectionCard__heading-title {
  background: transparent;
  color: #212529;
  text-transform: none;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  font-size: 1.875rem;
  line-height: 1.2;
}

.c-sectionCard > .c-sectionCard__body {
  padding: 1rem 1rem 1.5rem;
}

.c-sectionCard .c-sectionCard__body h6 {
  color: #212529;
}

.c-sectionCard .c-sectionCard__body h6 span {
  color: #a08850;
}

.c-product-info__detalis__card__heading--title {
  color: #212529;
}

.c-product-info__detalis__card__heading--title span {
  color: #a08850;
}

.sec_title h3 {
  color: #212529;
}

.sec_title h3 span {
  color: #a08850;
}


/* ========================================================
   SECTION: ACCORDION COMPONENTS (dt/dd only - keep in custom)
   FAQ definition list styles for accordion content
   Note: .accordion card/button styles are in bootstrap_overrides.css
   Used by: FAQ detail content inside accordions
   Key Classes: .accordion dl, dt, dd
   ======================================================== */
.accordion dl {
  margin: 0;
}

.accordion dt {
  font-weight: 700;
  color: #232323;
  margin-top: 10px;
}

.accordion dd {
  margin-left: 0;
  margin-bottom: 12px;
  color: #444;
}

.c-sectionCard .c-sectionCard__body .c-product-info__detalis__card__heading {
  padding: 0 0 0.75rem 0 !important;
  margin: 1.5rem 0 0.75rem !important;
  border-bottom: 0.0625rem solid #d4d4d4 !important;
}

  .c-product-info__detalis__card__heading--title {
  background: transparent;
  color: #212529;
  text-transform: none;
  margin: 0 !important;
  font-size: 1.875rem !important;
  line-height: 1.2 !important;
  letter-spacing: normal !important;
  display: block;
  width: 100%;
  height: auto !important;
}

  .c-product-info__detalis__card__heading::after {
  display: none !important;
}

section[aria-labelledby="finance-faqs"] .acc-container,
section[aria-labelledby="faq-title"] .acc-container,
section[aria-labelledby="commercial-faqs"] .acc-container,
section[aria-labelledby="sell-faqs"] .acc-container,
section[aria-labelledby="buycar-faqs"] .acc-container,
section[aria-labelledby="consign-faqs"] .acc-container,
section[aria-labelledby="request-faqs"] .acc-container,
section[aria-labelledby="tradein-faqs"] .acc-container {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin-bottom: 1.5rem;
}
section[aria-labelledby="finance-faqs"] .acc,
section[aria-labelledby="faq-title"] .acc,
section[aria-labelledby="commercial-faqs"] .acc,
section[aria-labelledby="sell-faqs"] .acc,
section[aria-labelledby="buycar-faqs"] .acc,
section[aria-labelledby="consign-faqs"] .acc,
section[aria-labelledby="request-faqs"] .acc,
section[aria-labelledby="tradein-faqs"] .acc {
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
section[aria-labelledby="finance-faqs"] .acc-head,
section[aria-labelledby="faq-title"] .acc-head,
section[aria-labelledby="commercial-faqs"] .acc-head,
section[aria-labelledby="sell-faqs"] .acc-head,
section[aria-labelledby="buycar-faqs"] .acc-head,
section[aria-labelledby="consign-faqs"] .acc-head,
section[aria-labelledby="request-faqs"] .acc-head,
section[aria-labelledby="tradein-faqs"] .acc-head {
  border: 2px solid #c6a76f;
  background-color: #fff;
  color: #a08850;
  padding: 12px 50px 12px 15px;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
}
section[aria-labelledby="finance-faqs"] .acc-head:hover,
section[aria-labelledby="faq-title"] .acc-head:hover,
section[aria-labelledby="commercial-faqs"] .acc-head:hover,
section[aria-labelledby="sell-faqs"] .acc-head:hover,
section[aria-labelledby="buycar-faqs"] .acc-head:hover,
section[aria-labelledby="consign-faqs"] .acc-head:hover,
section[aria-labelledby="request-faqs"] .acc-head:hover,
section[aria-labelledby="tradein-faqs"] .acc-head:hover {
  background-color: #f8f9fa;
  border-color: #a89660;
}
section[aria-labelledby="finance-faqs"] .acc-head::before,
section[aria-labelledby="faq-title"] .acc-head::before,
section[aria-labelledby="finance-faqs"] .acc-head::after,
section[aria-labelledby="faq-title"] .acc-head::after,
section[aria-labelledby="commercial-faqs"] .acc-head::before,
section[aria-labelledby="commercial-faqs"] .acc-head::after,
section[aria-labelledby="sell-faqs"] .acc-head::before,
section[aria-labelledby="sell-faqs"] .acc-head::after,
section[aria-labelledby="buycar-faqs"] .acc-head::before,
section[aria-labelledby="buycar-faqs"] .acc-head::after,
section[aria-labelledby="consign-faqs"] .acc-head::before,
section[aria-labelledby="consign-faqs"] .acc-head::after,
section[aria-labelledby="request-faqs"] .acc-head::before,
section[aria-labelledby="request-faqs"] .acc-head::after,
section[aria-labelledby="tradein-faqs"] .acc-head::before,
section[aria-labelledby="tradein-faqs"] .acc-head::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #a08850;
  transition: all 0.3s;
}
section[aria-labelledby="finance-faqs"] .acc-head::before,
section[aria-labelledby="faq-title"] .acc-head::before,
section[aria-labelledby="commercial-faqs"] .acc-head::before,
section[aria-labelledby="sell-faqs"] .acc-head::before,
section[aria-labelledby="buycar-faqs"] .acc-head::before,
section[aria-labelledby="consign-faqs"] .acc-head::before,
section[aria-labelledby="request-faqs"] .acc-head::before,
section[aria-labelledby="tradein-faqs"] .acc-head::before {
  right: 30px;
  width: 3px;
  height: 20px;
  margin-top: -10px;
}
section[aria-labelledby="finance-faqs"] .acc-head::after,
section[aria-labelledby="faq-title"] .acc-head::after,
section[aria-labelledby="commercial-faqs"] .acc-head::after,
section[aria-labelledby="sell-faqs"] .acc-head::after,
section[aria-labelledby="buycar-faqs"] .acc-head::after,
section[aria-labelledby="consign-faqs"] .acc-head::after,
section[aria-labelledby="request-faqs"] .acc-head::after,
section[aria-labelledby="tradein-faqs"] .acc-head::after {
  right: 21px;
  width: 20px;
  height: 3px;
  margin-top: -2px;
}
/* Hide vertical line when accordion is active (changes + to -) */
section[aria-labelledby="finance-faqs"] .acc.active .acc-head::before,
section[aria-labelledby="faq-title"] .acc.active .acc-head::before,
section[aria-labelledby="commercial-faqs"] .acc.active .acc-head::before,
section[aria-labelledby="sell-faqs"] .acc.active .acc-head::before,
section[aria-labelledby="buycar-faqs"] .acc.active .acc-head::before,
section[aria-labelledby="consign-faqs"] .acc.active .acc-head::before,
section[aria-labelledby="request-faqs"] .acc.active .acc-head::before,
section[aria-labelledby="tradein-faqs"] .acc.active .acc-head::before {
  height: 0;
  opacity: 0;
}
section[aria-labelledby="finance-faqs"] .acc-head p,
section[aria-labelledby="faq-title"] .acc-head p,
section[aria-labelledby="commercial-faqs"] .acc-head p,
section[aria-labelledby="sell-faqs"] .acc-head p,
section[aria-labelledby="buycar-faqs"] .acc-head p,
section[aria-labelledby="consign-faqs"] .acc-head p,
section[aria-labelledby="request-faqs"] .acc-head p,
section[aria-labelledby="tradein-faqs"] .acc-head p {
  color: #a08850;
  font-weight: bold;
  margin: 0;
}

section[aria-labelledby="finance-faqs"] .acc-content,
section[aria-labelledby="faq-title"] .acc-content,
section[aria-labelledby="commercial-faqs"] .acc-content,
section[aria-labelledby="sell-faqs"] .acc-content,
section[aria-labelledby="buycar-faqs"] .acc-content,
section[aria-labelledby="consign-faqs"] .acc-content,
section[aria-labelledby="request-faqs"] .acc-content,
section[aria-labelledby="tradein-faqs"] .acc-content,
#faq-accordion .acc-content,
.c-sectionCard__body .acc-content {
  padding: 15px 10px;
  display: none;
  border-radius: 12px !important;
  margin-top: 5px;
  overflow: hidden !important;
}

/* FAQ Page Specific Styles */
#content-faq .c-sectionCard__body h2 {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.2rem;
  margin-bottom: 0.7rem;
  background: #f5f5f5;
  padding: 0.75rem 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  text-align: left;
}

#content-faq .c-sectionCard__body h3 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  background: #f5f5f5;
  padding: 0.6rem 1rem;
  text-align: left;
  margin-left: -1rem;
  margin-right: -1rem;
}

#content-faq .c-sectionCard__body h3.no-bg {
  background: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

#content-faq .c-sectionCard__body p,
#content-faq .c-sectionCard__body ul,
#content-faq .c-sectionCard__body li {
  font-size: 0.9375rem;
  line-height: 1.6;
  text-align: left;
}

#content-faq .c-sectionCard__body ul {
  padding-left: 1.4em;
  margin-bottom: 1rem;
}

#content-faq .c-sectionCard__body li {
  margin-bottom: 0.6em;
}

#content-faq .c-sectionCard__body strong {
  font-weight: bold;
}

#content-faq .c-sectionCard__body hr {
  border: none;
  border-top: 1px solid #eaeaea;
  margin: 1.1rem -1rem 0.7rem -1rem;
}

#content-faq .c-sectionCard__body .text-center {
  text-align: center !important;
}

#content-faq .acc-head {
  font-size: 18px;
  padding: 12px 50px 12px 15px;
}

#content-faq .acc-head p {
  margin: 0;
  padding-right: 10px;
  width: calc(100% - 40px);
}

#content-faq .acc-content {
  padding: 1rem 1.25rem;
}

@media (max-width: 576.98px) {
  #content-faq .acc-head {
    font-size: 16px;
    padding: 10px 45px 10px 12px;
  }
  
  #content-faq .acc-content {
    padding: 0.875rem 1rem;
  }
  
  #content-faq .c-sectionCard__body h2 {
    font-size: 0.9375rem;
  }
  
  #content-faq .c-sectionCard__body h3 {
    font-size: 0.875rem;
  }
}

.c-sellCarForm {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  animation: formSlideIn 0.4s ease-out;
}


/* ========================================================
   SECTION: ANIMATIONS & KEYFRAMES
   CSS animations and keyframe definitions
   Used by: Global (hover effects, modals, transitions)
   Key Classes: @keyframes formSlideIn, fadeIn, slideIn, shake, spin
   Related: Global animation utilities used across components
   ======================================================== */
@keyframes formSlideIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.c-sellCarForm .wizard-step-header {
  display: none !important;
}


/* ========================================================
   SECTION: SELL CAR WIZARD
   Multi-step sell car wizard form
   Used by: sell-car.php
   Key Classes: .c-sellCarWizard, .wizard-step
   Related: SELL CAR FILTER, FORM BASE STYLES
   ======================================================== */
.c-sellCarWizard {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  padding: 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.c-sellCarWizard__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  list-style: none;
  padding: 0.5rem 0;
  margin: 0;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #c6a76f #f0f0f0;
}

.c-sellCarWizard__list::-webkit-scrollbar {
  height: 6px;
}

.c-sellCarWizard__list::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 3px;
}

.c-sellCarWizard__list::-webkit-scrollbar-thumb {
  background: #c6a76f;
  border-radius: 3px;
}

.c-sellCarWizard__list::-webkit-scrollbar-thumb:hover {
  background: #b99657;
}

.c-sellCarWizard__item {
  display: block;
  flex: 0 0 auto;
  min-width: 180px;
  max-width: 220px;
}

.c-sellCarWizard__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  min-height: 80px;
  background: #ffffff;
  border: 2px solid #e8e8e8;
  border-radius: 12px;
  color: #6c757d;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  gap: 0.5rem;
}

.c-sellCarWizard__link:focus {
  border-color: #c6a76f;
  box-shadow: 0 4px 12px rgba(198, 167, 111, 0.15);
  transform: translateY(-2px);
  color: #000000;
  text-decoration: none;
}

.c-sellCarWizard__link[aria-selected="true"] {
  background: linear-gradient(135deg, #c6a76f 0%, #d4b86f 100%);
  color: #000000;
  border-color: #c6a76f;
  box-shadow: 0 4px 16px rgba(198, 167, 111, 0.3);
}

.c-sellCarWizard__link[aria-selected="true"] .c-sellCarWizard__step {
  color: #000000;
}

.c-sellCarWizard__link[aria-selected="true"] .c-sellCarWizard__title {
  color: #000000;
  font-weight: 600;
}

.c-sellCarWizard__step {
  display: block;
  font-weight: 700;
  font-size: 0.875rem;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  text-align: center;
  line-height: 1.3;
}

.c-sellCarWizard__title {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  margin: 0;
  text-align: center;
}

.c-sellCarForm__title {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .c-sellCarWizard__list {
    max-width: 100%;
    gap: 0.875rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0 1rem 0.5rem;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .c-sellCarWizard__item {
    flex: 0 0 auto;
    min-width: 200px;
  }
  .c-sellCarWizard__link {
    padding: 0.875rem 1rem;
    min-height: 44px;
    border-radius: 8px;
  }
  .c-sellCarWizard__step {
    font-size: 0.8125rem;
  }
  .c-sellCarWizard__title {
    font-size: 0.8125rem;
  }
}

.c-sellCarForm__inner {
  width: 100%;
  padding: 0.25rem 0;
}

.c-sellCarForm__form {
  width: 100%;
  position: relative;
}

.c-sellCarForm__field {
  margin-bottom: 1.5rem;
  position: relative;
}

.c-sellCarForm__label {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  color: #2c3e50;
  margin-bottom: 0.25rem;
  display: block;
}

.c-sellCarForm__input {
  position: relative;
}

.c-sellCarForm__input input[type="number"] {
  height: 48px;
  min-height: 48px;
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
}

.c-sellCarForm__input textarea:disabled {
  background: #f8f9fa;
  border-color: #e9ecef !important;
  color: #6c757d;
  cursor: not-allowed;
}

.c-sellCarForm__input--currency {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  border: 2px solid #d4d4d4;
  border-left: 4px solid #c6a76f;
  border-radius: 12px;
  background: #f8f9fa;
  transition: all 0.3s ease;
  overflow: hidden;
  box-shadow: none;
}

.c-sellCarForm__input--currency:hover:not(:focus-within) {
  border-color: #c6a76f;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.1);
}

.c-sellCarForm__input--currency:focus-within {
  border-color: #c6a76f;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.15);
  background: #ffffff;
}

.c-sellCarForm__input--currency-symbol {
  height: 44px;
  padding: 0.875rem 1rem;
  background: linear-gradient(135deg, #f1f3f4 0%, #e8eaed 100%);
  color: #2c3e50;
  font-size: 0.875rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
}

.c-sellCarForm__input--phone {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  border: 2px solid #d4d4d4;
  border-left: 4px solid #c6a76f;
  border-radius: 12px;
  background: #f8f9fa;
  transition: all 0.3s ease;
  overflow: hidden;
  box-shadow: none;
}

.c-sellCarForm__input--phone:hover:not(:focus-within) {
  border-color: #c6a76f;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.1);
}

.c-sellCarForm__input--phone:focus-within {
  border-color: #c6a76f;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.15);
  background: #ffffff;
}

.c-sellCarForm__input--phone-code {
  height: 44px;
  padding: 0.875rem 1rem;
  background: linear-gradient(135deg, #f1f3f4 0%, #e8eaed 100%);
  color: #2c3e50;
  font-size: 0.875rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
  border-radius: 0;
}

.c-sellCarForm__input--phone input {
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  height: 100% !important;
  padding: 10px 16px !important;
  margin: 0 !important;
  flex: 1;
  outline: none !important;
  transform: none !important;
}

.c-sellCarForm__input--phone input:focus {
  border: none !important;
  box-shadow: none !important;
  transform: none !important;
}

.c-sellCarForm__help-text {
  display: block;
  font-size: 0.75rem;
  color: #6c757d;
  margin-top: 0.375rem;
  line-height: 1.4;
  font-style: italic;
}

.c-sellCarForm__input--phone .error {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 0.375rem;
}

.c-sellCarForm__field.has-error .input-group-text {
  background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
  color: #721c24;
}

.c-sellCarForm section[role="tabpanel"] {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(10px);
  z-index: 1;
}

.c-sellCarForm section[role="tabpanel"].is-active {
  display: block !important;
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  z-index: 10;
}

.c-sellCarForm:not(.wizard-initialized) section[role="tabpanel"]:first-of-type {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.c-sellCarForm .step-panel {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.c-sellCarForm .is-hidden {
  display: none !important;
  opacity: 0;
  transform: translateY(10px);
}

.wizard-navigation {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e8e8e8;
}

.c-sellCarForm__field .error {
  display: block;
  color: #dc3545;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-top: 0.375rem;
  line-height: 1.4;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-sellCarForm__field.has-error .error {
  opacity: 1;
  transform: translateY(0);
}

.c-sellCarForm__field .success {
  display: block;
  color: #28a745;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-top: 0.375rem;
  line-height: 1.4;
}

.c-sellCarForm__field.is-loading .c-sellCarForm__input input {
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 40px;
  position: relative;
}

.c-sellCarForm__field.is-loading .c-sellCarForm__input::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid #c6a76f;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  transform: translateY(-50%);
  pointer-events: none;
}

@keyframes spin {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}

.c-sellCarForm section[role="tabpanel"]:not(.is-active) {
  display: none;
}

.c-sellCarForm .step-panel {
  display: block;
}

.c-sellCarForm .is-hidden {
  display: none !important;
}

@media (max-height: 500px) and (orientation: landscape) {
  .c-sellCarForm {
    padding: 1rem; /* FIXED: Match edge-to-edge mobile design, removed 0.25rem 0 that was squeezing */
    margin: 0; /* FIXED: Edge-to-edge */
    border-left: none; /* FIXED: Edge-to-edge */
    border-right: none; /* FIXED: Edge-to-edge */
    border-radius: 0; /* FIXED: No rounded corners */
    box-shadow: none; /* FIXED: No shadow */
    background: transparent; /* FIXED: No background */
  }

  .c-sellCarForm__header {
    margin-bottom: 0.5rem;
  }

  .c-sellCarWizard {
    margin-bottom: 0.5rem;
  }

  .c-sellCarForm__field {
    margin-bottom: 0.75rem; /* Landscape: Compact spacing for limited vertical space */
  }

  .c-sellCarWizard__link {
    padding: 0.5rem 0.75rem;
    min-height: 44px; /* FIXED: Maintain WCAG compliance even in landscape */
  }
}

.blog-card {
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-card img {
  border-radius: 8px 8px 0 0;
}

.blog-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

.blog-content h2 a {
  color: #242424;
  text-decoration: none;
}

.blog-content h2 a:hover {
  color: #a08850;
}

.offer-card {
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.offer-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

.article-meta-section {
  border-bottom: 2px solid #f0f2f5;
  margin-bottom: 2rem;
  position: relative;
}

/* ========================================================
   SECTION: ARTICLE & BLOG DETAIL
   Article pages, blog detail views, author links, metadata
   Used by: Blog detail pages, article views
   Key Classes: .article-meta-section, .author-link, .blog-data, .blog-sidebar
   Related: BLOG COMPONENTS section
   ======================================================== */
.article-meta-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: #C4A76F;
  border-radius: 2px;
}

.date-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
}

.author-link {
  color: #a08850;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
  position: relative;
}

.author-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #a08850;
  transition: width 0.3s ease;
}

.author-link:hover {
  color: #242424;
  text-decoration: none;
}

.author-link:hover::after {
  width: 100%;
}

.meta-time {
  font-weight: 600;
  color: #495057;
  letter-spacing: 0.01em;
}

.article-share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  padding: 0.5rem 0;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.85rem;
  position: relative;
  overflow: hidden;
}

.share-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.3s ease;
}

.share-link:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #fff;
}

.share-link:hover::before {
  transform: scale(1);
}

.share-link:active {
  transform: translateY(-1px) scale(1.02);
}

.share-link.facebook {
  background-color: #1877f2;
}

.share-link.twitter {
  background-color: #000000;
}

.share-link.linkedin {
  background-color: #0077b5;
}

.share-link.pinterest {
  background-color: #bd081c;
}

.content-divider {
  border: none;
  border-top: 1px solid #eee;
  margin: 0 0 1.5rem 0;
}

.divider {
  border: none;
  border-top: 1px solid #eaeaea;
  margin: 1.5rem 0;
}

.blog-data {
  font-size: 1rem;
  line-height: 1.6;
}

.blog-data h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.blog-data h1 {
  font-size: 2rem;
}

.blog-data h2 {
  font-size: 1.5rem;
}

.blog-data h3 {
  font-size: 1.25rem;
}

.blog-data p {
  margin-bottom: 1rem;
}

.blog-data ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.blog-data li {
  margin-bottom: 0.5rem;
}

.blog-sidebar {
  position: sticky;
  top: 2rem;
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
}

.sidebar-widget {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 2.5rem;
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
  overflow: hidden;
}

.sidebar-widget:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.widget-header {
  padding: 1.5rem 1.5rem 0;
  border-bottom: 2px solid #f8f9fa;
  margin-bottom: 1.25rem;
  position: relative;
}

.widget-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #c6a76f, #d4b87a);
  border-radius: 2px;
}

.widget-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  color: #2b2b2b;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.widget-content {
  padding: 0 1.5rem 1.5rem;
}

.widget-footer {
  padding: 0 1.5rem 1.5rem;
}

.recent-posts-list {
  margin: 0;
}

.recent-post-item:hover {
  background-color: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin: 0 -0.75rem;
  padding: 1.2rem 0.75rem;
}

.post-title {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.4rem;
  letter-spacing: -0.01em;
}

.post-link {
  color: #2b2b2b;
  text-decoration: none;
  transition: color 0.2s ease;
}

.post-link:hover {
  color: #a08850;
  text-decoration: none;
}

.post-date {
  font-size: 0.75rem;
  color: #6c757d;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.post-thumbnail-link {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s ease;
}

.post-thumbnail-link:hover {
  transform: scale(1.05);
}

.post-thumbnail {
  width: 100%;
  height: 65px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.post-thumbnail-placeholder {
  width: 100%;
  height: 65px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #6c757d;
  font-size: 1.2rem;
}

.empty-state {
  text-align: center;
  padding: 2rem 1rem;
  color: #6c757d;
}

.empty-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  opacity: 0.5;
}

.empty-text {
  font-size: 0.9rem;
  margin: 0;
  font-weight: 500;
  border-radius: 8px;
  transition: filter 0.2s ease;
}

.post-thumbnail:hover {
  filter: brightness(1.1);
}

.post-thumbnail-placeholder {
  width: 100%;
  height: 60px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  font-size: 1.2rem;
}

.post-title {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.25rem;
}

.post-link {
  color: #2b2b2b;
  text-decoration: none;
  transition: color 0.2s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-link:hover {
  color: #a08850;
  text-decoration: none;
}

.post-date {
  font-size: 0.75rem;
  color: #6c757d;
  font-weight: 500;
}

/* ========================================================
   SECTION: NEWSLETTER COMPONENT
   Newsletter modal, subscription forms, email capture
   Used by: Global (modal popup)
   Key Classes: .newsletter-description, .newsletter-modal, .newsletter-form
   Related: CONTACT FORMS section
   ======================================================== */
.newsletter-description {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.newsletter-form {
  margin-top: 1.5rem;
}

.newsletter-modal {
  border-radius: 12px !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  border: none;
  overflow: hidden;
  max-width: 480px;
  width: 95%;
  margin: 0 auto;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.newsletter-modal .newsletter-modal-close:hover {
  opacity: 1;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(1.05);
}

.newsletter-modal-body {
  padding: 1.75rem;
  background: #fff;
  position: relative;
}

.newsletter-modal-content {
  text-align: left;
}

.newsletter-benefits {
  margin-bottom: 1.5rem;
  padding: 1.25rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f4 100%);
  border-radius: 8px;
  border-left: 4px solid #c6a76f;
  text-align: left;
  position: relative;
}

.benefits-title {
  font-size: 1rem;
  font-weight: 600;
  color: #2b2b2b;
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits-list li:hover {
  color: #2b2b2b;
}

.benefits-list li i {
  font-size: 1rem;
  color: #a08850;
  flex-shrink: 0;
}

.newsletter-modal-form .form-label {
  font-weight: 600;
  color: #2b2b2b;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.newsletter-privacy {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0;
}

.newsletter-privacy small {
  font-size: 0.8rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.375rem;
  line-height: 1.4;
}

.newsletter-privacy small i {
  font-size: 0.75rem;
  opacity: 0.8;
  flex-shrink: 0;
  margin-top: 0.125rem;
}

.newsletter-privacy small .privacy-text {
  text-align: left;
  line-height: 1.3;
}

#modal_newsletter_feedback {
  border-radius: 6px;
  font-size: 0.85rem;
  padding: 0.65rem 0.875rem;
  margin-bottom: 0.875rem;
}

.empty-state {
  text-align: center;
  padding: 2rem 0;
}

.empty-icon {
  font-size: 2.5rem;
  color: #dee2e6;
  margin-bottom: 1rem;
}

.empty-text {
  color: #6c757d;
  font-size: 0.9rem;
  margin-bottom: 0;
}

section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

sub {
  bottom: -0.25em;
}

[role="button"] {
  cursor: pointer;
}

[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}

[type="submit"]:not(:disabled) {
  cursor: pointer;
}

[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
  appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1rem;
  font-weight: 300;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

.slider-container button {
  background-color: #a08850;
  color: #ffffff;
  border: 1px solid #c6a76f;
}

.slider-container button:focus {
  background-color: #000000;
  color: #ffffff;
  border-color: #c6a76f;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* ========================================================
   SECTION: UTILITY EXTENSIONS
   Additional utility classes, font weights, display helpers
   Used by: Global (font weights, Bootstrap overrides, Slick slider base)
   Key Classes: .font-weight-*, .font-italic, .bs-searchbox, .slick-slider
   Related: UTILITY CLASSES, SLICK SLIDER COMPONENTS
   ======================================================== */
.font-italic {
  font-style: italic !important;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

video {
  height: auto;
  max-width: 100%;
}

object {
  border: none;
  max-width: 100%;
}

/* ========================================================
   SECTION: SELECT COMPONENT
   Custom select dropdowns, select styling overrides
   Used by: Forms (excluding sell-car, trade-in, request-car, finance, consign forms)
   Key Classes: .c-select (with complex form exclusions)
   Related: FORM BASE STYLES section
   ======================================================== */
.c-select:not(.c-sellCarForm__select):not(.c-tradeInForm__select):not(.c-requestCarForm__select):not(.c-financeForm__select):not(.c-consignCarForm__select) {
  border: 2px solid #d4d4d4;
  width: 100%;
  height: 48px;
  padding: 0.875rem 1.3125rem;
  background-color: #f8f9fa;
  border-radius: 12px !important;
  color: #9b9b9b;
  font-size: 0.875rem;
  font-weight: 500;
}

.c-select:not(.c-sellCarForm__select):not(.c-tradeInForm__select):not(.c-requestCarForm__select):not(.c-financeForm__select):not(.c-consignCarForm__select):focus {
  border-color: #242424;
  box-shadow: none;
  outline: none;
}

.c-select:not(.c-sellCarForm__select):not(.c-tradeInForm__select):not(.c-requestCarForm__select):not(.c-financeForm__select):not(.c-consignCarForm__select):required {
  border-left: 4px solid #c6a76f;
}

.c-select {
  cursor: pointer;
}

select.c-select {
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.11125rem;
  padding-right: 1rem;
}

textarea.c-select:not(.is-valid):not(.is-invalid) {
  background-image: none !important;
}

.no-chevron {
  background-image: none !important;
}

.checkbox-holder {
  position: relative;
  border: 0.0625rem solid #e7eaed;
  width: fit-content;
  margin-right: 0.3125rem;
  margin-bottom: 0.625rem;
  display: inline-block;
  height: 2.8125rem;
  padding: 0.875rem 1.3125rem 0.875rem 2.875rem;
  color: #242424;
  font-size: 0.875rem;
  font-weight: 500;
}

.checkbox-holder .checkbox-state {
  border: 1px solid #e7eaed;
  height: 1rem;
  width: 1rem;
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.checkbox-holder .checkbox-state::after {
  content: "";
  position: absolute;
  display: none;
  left: 50%;
  top: 34%;
  transform: translate(-50%, -43%) rotate(45deg);
  width: 0.3125rem;
  height: 0.625rem;
  border: 0.0625rem solid #d3ae29;
  border-width: 0 0.0625rem 0.0625rem 0;
}

.radiobox-holder {
  position: relative;
  width: fit-content;
  margin-right: 0.3125rem;
  margin-bottom: 0.625rem;
  display: inline-block;
  height: 2.8125rem;
  color: #242424;
  font-size: 0.875rem;
  font-weight: 500;
}

.radiobox-holder .radiobox-state {
  border: 1px solid #e7eaed;
  height: 100%;
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
  padding: 0.875rem 1rem;
  pointer-events: none;
}

.slick-slide:focus {
  outline: none;
}

.slick-slider .slider-item {
  display: inline-block;
  vertical-align: top;
}

.slick-slider .slick-list {
  overflow: hidden;
}

.slick-dots {
  display: flex;
  justify-content: center;
  padding-left: 0px;
}

.slick-slider .slick-slide {
  outline: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-center .slick-slide {
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.slick-center .slick-slide.slick-center {
  transform: scale(1);
}

.slick-slider.slick-variable-width .slick-slide {
  width: auto;
}

#whatsapp-icon {
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 100;
}

#whatsapp-icon img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #whatsapp-icon {
    width: 50px !important;
    height: 50px !important;
  }
}

.box-shadow {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.text {
  font-size: 1.125rem;
  line-height: 2rem;
  color: #242424;
  padding-left: 0.9375rem;
}

.c-subheader {
  position: relative;
  margin-bottom: 3.4375rem;
}

.c-subheader::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.6;
}

.c-subheader__heading {
  margin-bottom: 1rem;
}

.c-subheader__heading-title {
  margin: 0;
  padding: 0;
  font-size: 3rem;
  line-height: 3.375rem;
  color: #fff;
}

.c-subheader__inner {
  min-height: 20.9375rem;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.c-vehicleSearch.is-n-margin {
  margin-bottom: 1rem;
  margin-top: -5rem;
}

.c-tabs__nav {
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 2px solid #f1f3f4;
  background: transparent;
}

.c-tabs__item:not(:first-child) {
  margin-left: 2px;
}

.c-tabs__content {
  background: #fff;
  padding: 0;
}

.c-tabs__pane {
  border: 0;
  background: transparent;
}

.c-tabs__pane .c-vehicleSearch__form {
  margin: 0;
  padding: 0;
}

.c-vehicleSearch__form__field {
  margin-bottom: 1.875rem;
  position: relative;
}

.c-vehicleSearch__form__label {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.875rem;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  display: block;
}

.c-vehicleSearch__form__input__colors {
  margin-top: 0.625rem;
}

.c-vehicleSearch__form__input__row {
  display: flex;
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.c-vehicleSearch__form__input__col {
  flex: 0 50%;
  max-width: 50%;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.c-vehicleSearch__form__advanced--button {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.c-vehicleSearch__form__advanced--button::after {
  content: "";
  background-image: url("../images/arrow-down.svg");
  background-size: 1.11125rem;
  background-repeat: no-repeat;
  width: 1.11125rem;
  height: 0.625rem;
  margin-left: 0.625rem;
  display: inline-block;
  transform: scaleY(-1);
}

  .c-vehicleSearch__form__advanced--label {
  display: none;
}

.c-vehicleSearch__form__advanced--button.collapsed::after {
  transform: scaleY(1);
}

.c-vehicleSearch__form__range__slider--holder {
  display: none !important;
  visibility: hidden !important;

  #buy_price_label,
  #commercial_price_label,
  #sold_price_label,
  label[for="start_price"] {
    display: none !important;
    visibility: hidden !important;
  }
  background: #ffffff;
  border: 2px solid #e8e8e8;
  border-radius: 12px;
  padding: 12px 16px;
  width: 100%;
  min-height: 48px;
  box-sizing: border-box;

  align-items: center;
  gap: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;

  visibility: visible !important;
  opacity: 1 !important;
  z-index: 5;

  flex-direction: column;
  justify-content: center;
  padding: 16px;
}

.c-vehicleSearch__form__range__slider--holder::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  right: 16px;
  height: 8px;
  background: #e1e8ed;
  border-radius: 4px;
  transform: translateY(-50%);
  z-index: 1;
}

.c-vehicleSearch__form__range__slider--holder:hover {
  border-color: #d4b86f;
  background: #fefefe;
}

.c-vehicleSearch__form__range__slider--holder:focus-within {
  border-color: #c6a76f;
  box-shadow: 0 0 0 4px rgba(198, 167, 111, 0.1);
  background: #ffffff;
}

.c-vehicleSearch__form__field .price-range-container {
  display: none !important;
  visibility: hidden !important;

  margin: 0;

  position: relative;
  z-index: 5;
}

.c-vehicleSearch__form__range__slider--input {
  border: 1px solid #e8e8e8;
  padding: 0.5rem 0.75rem;
  margin: 0;
  width: calc(50% - 0.25rem);
  max-width: none;
  height: auto;
  background: #fff;
  color: #242424;
  font-size: 0.875rem;
  line-height: 1.2;
  border-radius: 4px;
  text-align: center;
  transition: all 0.3s ease;
  font-family: "BioSans Regular", sans-serif;
}

.c-vehicleSearch__form__range__slider--input:focus {
  outline: none;
  border-color: #c6a76f;
  box-shadow: 0 0 0 2px rgba(198, 167, 111, 0.2);
}

.c-vehicleSearch__form__range__slider--input.text-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}

.c-vehicleSearch__form__range__slider--input.text-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.c-vehicleSearch__form__field input[type="number"] {
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  border: 2px solid #e8e8e8;
  border-radius: 12px;
  background: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2c3e50;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
  display: block;
  flex: 1;
  margin-top: auto;
}

.c-vehicleSearch__form__field input[type="number"]:focus {
  outline: none;
  border-color: #c6a76f;
  box-shadow: 0 0 0 4px rgba(198, 167, 111, 0.1);
  background: #ffffff;
}

.c-vehicleSearch__form__field input[type="number"]:hover {
  border-color: #d4b86f;
  background: #fefefe;
}

.c-vehicleSearch__form__field {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 0;
  justify-content: space-between;
}

.c-vehicleSearch__form__field.d-flex.flex-column {
  justify-content: flex-end;
}

.c-vehicleSearch__form__field.d-flex.flex-column label {
  margin-bottom: 8px;
  flex-shrink: 0;
}

.c-vehicleSearch__form__field.d-flex.flex-column button {
  margin-top: 4px;
}

.c-vehicleSearch__form__submit {
  height: 48px;
  padding: 12px 16px;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

  .c-vehicleSearch__form__label {
  height: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.c-vehicleSearch__form__field label {
  margin-bottom: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2c3e50;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
  height: 24px;
  display: flex;
  align-items: center;
}

.c-vehicleSearch__form__field .c-priceRange {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.c-vehicleSearch__form__field .c-vehicleSearch__form__range__slider {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c-vehicleSearch__form__range__slider {
  display: none !important;
  visibility: hidden !important;

  position: relative;
  width: 100%;
}

.price-range-input::-webkit-slider-thumb:hover {
  background: #b8966a !important;
  transform: scale(1.1);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2) !important;
}

.price-range-input::-webkit-slider-thumb:active {
  background: #a8865a !important;
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25) !important;
}

.price-range-input::-moz-range-thumb:hover {
  background: #b8966a !important;
  transform: scale(1.1);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2) !important;
}

.price-range-input::-moz-range-thumb:active {
  background: #a8865a !important;
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25) !important;
}

.c-vehicleSearch__form__range__slider {
  display: none !important;
  visibility: hidden !important;
  margin-top: 0.625rem;
  padding: 0.5rem 0;
  position: relative;
  z-index: 1;

  clear: both;
  overflow: visible !important;
  min-height: 140px;

  display: block !important;
  visibility: visible !important;
}

.c-vehicleSearch__form__field .c-vehicleSearch__form__range__slider {
  display: none !important;
  visibility: hidden !important;

  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.c-vehicleSearch__form__field .price-range-container label {
  margin-bottom: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2c3e50;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  flex-shrink: 0 !important;
  height: auto !important;
  min-height: auto !important;
  max-height: 2em !important;
  display: block !important;
  position: relative !important;

  flex-grow: 0 !important;
  flex-basis: auto !important;
}

#slider-range {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
  z-index: -1 !important;
}

.ui-slider-range {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

.c-newsletter {
  background-image: url("../images/newsletter-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0.75rem 0;
  margin: 0;
  position: relative;
}

.c-newsletter__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

.c-newsletter__header {
  width: 100%;
}

.c-newsletter__title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.25rem 0;
  line-height: 1.3;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.c-newsletter__description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  margin: 0;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  font-weight: 300;
}

.c-newsletter__form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  max-width: 400px;
}

.c-newsletter__form-group {
  width: 100%;
  margin: 0;
}

.c-newsletter__email-input {
  width: 100%;
  padding: 0.875rem 1.3125rem;
  border: 2px solid #d4d4d4;
  border-radius: 12px;
  font-size: 0.875rem;
  background: #ffffff;
  color: #212529;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 48px;
  box-sizing: border-box;
  font-weight: 500;
}

.c-newsletter__email-input::placeholder {
  color: #9b9b9b;
}

.c-newsletter__email-input:hover:not(:focus) {
  border-color: #000000;
  background: #ffffff;
}

.c-newsletter__email-input:focus {
  outline: none;
  border-color: #000000;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.15);
  background: #ffffff;
  color: #000000;
}

.c-newsletter__submit-btn {
  width: 100%;
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  padding: 0.875rem 1.5rem;
  border-radius: 32px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875rem;
  height: 48px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.c-newsletter__submit-btn:hover {
  background: #a08850;
  color: #000000;
}

.c-newsletter__feedback {
  display: none;
  margin-top: 0.5rem;
  color: #28a745;
  font-size: 0.875rem;
  text-align: center;
}

/* Mobile - Compact spacing */
@media (max-width: 767.98px) {
  .c-newsletter {
    padding: 0.5rem 0;
  }

  .c-newsletter__container {
    gap: 0.375rem;
  }

  .c-newsletter__title {
    font-size: 1.125rem;
    margin-bottom: 0.1875rem;
  }

  .c-newsletter__description {
    font-size: 0.8125rem;
  }

  .c-newsletter__form {
    gap: 0.375rem;
  }
}

/* Desktop */
@media (min-width: 768px) {
  .c-newsletter__container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem;
  }

  .c-newsletter__header {
    flex: 1 1 250px;
    text-align: left;
  }

  .c-newsletter__title {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
  }

  .c-newsletter__description {
    font-size: 1rem;
  }

  .c-newsletter__form {
    flex-direction: row;
    flex: 1 1 500px;
    max-width: 600px;
    gap: 0.75rem;
  }

  .c-newsletter__form-group:first-child {
    flex: 1;
  }

  .c-newsletter__submit-btn {
    width: auto;
    min-width: 140px;
    height: 48px;
    border-radius: 24px;
    padding: 0.75rem 1.5rem;
  }
}

/* ========================================================
   SECTION: FOOTER COMPONENT
   Site footer, footer links, footer sections, social links
   Used by: All pages (global footer)
   Key Classes: .c-footer, .c-footer__brand, .c-footer__section, .c-footer__section-title
   Related: Global layout component
   ======================================================== */
.c-footer {
  background: #1a1a1a;
  background-color: #1a1a1a;
  color: #fff;
  padding: 2.5rem 0 1rem;
  margin-top: 0;
  position: relative;
}

.c-footer__brand img {
  max-width: 180px;
  height: auto;
  margin-bottom: 0.75rem;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), filter 0.4s ease;
  display: block;
}

.c-footer__brand img:hover {
  transform: scale(1.05);
  filter: brightness(1.15);
}

.c-footer__section {
  margin-bottom: 1.5rem;
}

.c-footer__section-title {
  color: #a08850;
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  padding-bottom: 0.375rem;
}

.c-footer__section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #c6a76f 0%, transparent 100%);
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-footer__section:hover .c-footer__section-title::after {
  width: 60px;
}

.c-footer__link {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.9375rem;
  line-height: 1.6;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  position: relative;
  padding-left: 0;
}

.c-footer__link::before {
  content: '›';
  position: absolute;
  left: -18px;
  opacity: 0;
  color: #a08850;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-5px);
  font-weight: 700;
  font-size: 1.1rem;
}

.c-footer__link:hover {
  color: #a08850;
  text-decoration: none;
  transform: translateX(8px);
  text-shadow: 0 0 8px rgba(198, 167, 111, 0.3);
}

.c-footer__link:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.c-footer__link:focus-visible {
  outline: 2px solid #c6a76f;
  outline-offset: 4px;
  border-radius: 2px;
}

.c-footer__nav-item {
  margin-bottom: 0.625rem;
  padding-left: 18px;
}

.c-footer__contact-info {
  margin-top: 0.75rem;
}

.c-footer__contact-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 0.75rem;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.c-footer__contact-text i {
  color: #a08850;
  font-size: 1.1rem;
  min-width: 20px;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.c-footer__contact-text span {
  flex: 1;
}

.c-footer__contact-text:hover {
  color: #fff;
  transform: translateX(4px);
}

.c-footer__contact-text:hover i {
  transform: scale(1.15) rotate(5deg);
  color: #a08850;
}

.c-footer__contact-text a {
  color: inherit;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-footer__contact-text a:hover {
  color: #a08850;
  text-decoration: none;
  text-shadow: 0 0 8px rgba(198, 167, 111, 0.3);
}

.c-footer__general-link {
  margin-bottom: 0.5rem;
}

.c-footer__working-hours {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.c-footer__working-hours p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.c-footer__working-hours p strong {
  color: #a08850;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.c-footer__working-hours p strong i {
  font-size: 1rem;
  color: #a08850;
}

.c-footer__social-media {
  margin-top: 0.75rem;
}

.c-footer__social-links {
  display: flex;
  gap: 0.875rem;
  flex-wrap: wrap;
}

.c-footer__social-links li {
  list-style: none;
}

.c-footer__social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.15rem;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.c-footer__social-links a::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #c6a76f 0%, #b99657 100%);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 50%;
  z-index: -1;
}

.c-footer__social-links a[href*="facebook"]::before {
  background: #1877F2;
}

.c-footer__social-links a[href*="instagram"]::before {
  background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4);
}

.c-footer__social-links a[href*="linkedin"]::before {
  background: #0A66C2;
}

.c-footer__social-links a[href*="tiktok"]::before {
  background: #000000;
}

.c-footer__social-links a[href*="youtube"]::before {
  background: #FF0000;
}

.c-footer__social-links a[href*="pinterest"]::before {
  background: #E60023;
}

.c-footer__social-links a:hover {
  color: #fff;
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 8px 20px rgba(198, 167, 111, 0.35);
  border-color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
}

.c-footer__social-links a:hover::before {
  opacity: 1;
}

.c-footer__social-links a:active {
  transform: translateY(-2px) scale(1.04);
}

.c-footer__social-links a:focus-visible {
  outline: 2px solid #c6a76f;
  outline-offset: 4px;
}

.c-footer__copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1.25rem 0;
  margin-top: 2rem;
}

.c-footer__copyright p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  margin-bottom: 0;
  letter-spacing: 0.3px;
}

.c-sectionCard {
  background-color: #fff;
  margin-bottom: 1rem;
  border-radius: 8px;
  overflow: hidden;

  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* ========================================================
   SECTION: PRODUCT DETAIL GALLERY
   Vehicle detail image gallery, thumbnails, hero images
   Used by: buy-car-detail.php, commercial-vehicle-detail.php
   Key Classes: .hero-gallery-container, .hero-image-container, .vertical-thumbnails
   Related: PRODUCT DETAILS, SLICK SLIDER COMPONENTS
   ======================================================== */
.hero-gallery-container {
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  position: relative;
  margin: 0;
  box-sizing: border-box;
  border: none;
}

.hero-image-container {
  position: relative;
  height: 100%;
  width: 100%;
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 16px;
  overflow: hidden;
  min-height: 500px;
  border: 1px solid rgba(198, 167, 111, 0.15);
  margin-bottom: 0;
}

.hero-slider-container {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.slider-hero {
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 400px;
  max-height: 700px;
  border-radius: 16px;
  box-sizing: border-box;
  overflow: hidden;
}

.slider-hero.slick-initialized {
  display: block !important;
  visibility: visible !important;
}

.slider-hero .slick-list {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}

.slider-hero .slick-track {
  height: 100%;
}

.hero-slide {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0;
  overflow: hidden;
  min-height: 400px;
  max-height: 700px;
  border-radius: 16px;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  cursor: pointer;
  position: relative;
  transition: none;
  display: block;
  border: none;
  outline: none;
  box-shadow: none;
}

.hero-img:hover {
  transform: scale(1.02);
}

.vertical-thumbnails-container {
  background: #f8f9fa;
  border-radius: 16px;
  min-height: 400px;
  max-height: 700px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border: 1px solid rgba(198, 167, 111, 0.15);
  margin-left: 0;
}

.vertical-thumbnails {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  padding: 12px 10px;
  scrollbar-width: thin;
  scrollbar-color: #c6a76f #f1f1f1;
  box-sizing: border-box;
  position: relative;
}

.vertical-thumbnails::-webkit-scrollbar {
  width: 4px;
}

.vertical-thumbnails::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px;
}

.vertical-thumbnails::-webkit-scrollbar-thumb {
  background: #a08850;
  border-radius: 2px;
}

.vertical-thumbnails::-webkit-scrollbar-thumb:hover {
  background: #b8956a;
}

.thumbnail-item:hover {
  border-color: #c6a76f;
  transform: scale(1.03);
  box-shadow: 0 4px 15px rgba(198, 167, 111, 0.2);
}

.thumbnail-item.active {
  border-color: #c6a76f;
  box-shadow: 0 4px 20px rgba(198, 167, 111, 0.3);
  transform: scale(1.03);
}

/* ========================================================
   SECTION: COMPACT OVERVIEW
   Compact vehicle overview, spec rows, detail layouts
   Used by: Vehicle detail pages (compact spec display)
   Key Classes: .compact-overview-body, .compact-spec-row, .compact-spec-row-5
   Related: PRODUCT DETAILS section
   ======================================================== */
.compact-overview-body {
  padding: 1rem !important;
}

.compact-specs-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.compact-spec-row {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 12px !important;
  margin-bottom: 12px !important;
  align-items: stretch !important;
  justify-items: stretch !important;
}

.compact-spec-row-5 {
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.compact-spec-row-5 .compact-spec-item {
  padding: 10px;
  font-size: 0.9rem;
}

.compact-spec-row-5 .compact-spec-label {
  font-size: 0.75rem;
}

.compact-spec-row-5 .compact-spec-value {
  font-size: 0.85rem;
}

.compact-spec-row-5 .compact-icon {
  font-size: 1rem;
  min-width: 20px;
}

.compact-spec-item {
  display: flex !important;
  align-items: center !important;
  padding: 10px 12px !important;
  background: #f8f9fa !important;
  border-radius: 8px !important;
  border: 1px solid #e9ecef !important;
  transition: all 0.3s ease !important;
  min-height: 65px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  height: 100% !important;
}

.compact-spec-item:hover {
  background: #f1f3f4;
  border-color: #c6a76f;
  transform: translateY(-2px);
}

.compact-spec-placeholder {
  opacity: 0;
  pointer-events: none;
  border: none !important;
  background: transparent !important;
}

.compact-spec-placeholder:hover {
  background: transparent !important;
  border: none !important;
  transform: none !important;
}

.compact-icon {
  background: #a08850;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  flex-shrink: 0;
  font-size: 14px;
}

.compact-spec-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  flex: 1;
}

.compact-spec-label {
  font-size: 0.75rem;
  color: #666;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.compact-spec-value {
  font-size: 0.9rem;
  color: #333;
  font-weight: 600;
  line-height: 1.3;
  word-break: break-word;
  overflow-wrap: break-word;
}

.fa-barcode.compact-icon {
  background: linear-gradient(135deg, #c6a76f 0%, #d4b77f 100%);
  box-shadow: 0 2px 4px rgba(198, 167, 111, 0.3);
}

.compact-spec-item .fa-barcode.compact-icon {
  animation: subtle-pulse 2s ease-in-out infinite;
}

@keyframes subtle-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.overview-pricing-section {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #e9ecef;
}

.pricing-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.emi-display {
  display: flex;
  align-items: center;
  gap: 8px;
}

.price-value {
  font-size: 1.4rem;
  color: #a08850;
  font-weight: 700;
}

.emi-value {
  font-size: 1.1rem;
  color: #28a745;
  font-weight: 600;
  background: #e8f5e8;
  padding: 4px 12px;
  border-radius: 16px;
}

.pricing-terms {
  font-size: 0.85rem;
  color: #666;
  font-style: italic;
}

.finance-disclaimer-text {
  font-size: 0.75rem;
  color: #888;
  font-style: italic;
  line-height: 1.4;
}

.overview-actions .action-btn {
  padding: 10px 20px;
  font-size: 0.9rem;
  border-radius: 32px;
  border: 2px solid #000000;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  white-space: nowrap;
  width: auto !important;
  background: #a08850;
  color: #000;
}

.overview-actions .action-btn:hover {
  background: #000 !important;
  border-color: #c6a76f !important;
  color: white !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(198, 167, 111, 0.3);
  text-decoration: none;
}

.overview-actions .action-btn:hover span {
  color: #ffffff !important;
}

.overview-actions .action-btn i {
  margin-right: 6px;
  font-size: 0.9rem;
  display: inline-block;
  width: 16px;
  text-align: center;
}

.overview-actions .action-btn span {
  display: inline-block;
  line-height: 1.2;
  font-size: 0.9rem;
  white-space: nowrap;
  color: #000000;
}

.overview-actions {
  text-align: center;
}

.contact-buttons {
  width: 100%;
}

.overview-actions .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.overview-actions .row > .col-3,
.overview-actions .row > .col-4,
.overview-actions .row > .col-6 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  flex: 1;
  min-width: 0;
}

.overview-actions .row > .col-auto {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  flex: none;
}

@media (max-width: 991px) {
  .compact-overview-body {
    padding: 0.75rem;
  }
  
  .compact-spec-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  
  .compact-spec-row-5 {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  
  .compact-spec-item {
    padding: 10px;
    min-height: 55px;
  }
  
  .compact-icon {
    width: 28px;
    height: 28px;
    font-size: 12px;
    margin-right: 10px;
  }
  
  .compact-spec-label {
    font-size: 0.75rem;
  }
  
  .compact-spec-value {
    font-size: 0.85rem;
  }
  
  .pricing-main {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .price-value {
    font-size: 1.3rem;
  }
  .emi-value {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .overview-actions .action-btn {
    padding: 10px 16px;
    font-size: 0.85rem;
    width: auto !important;
  }
  .overview-actions .action-btn i {
    margin-right: 6px;
    font-size: 0.85rem;
  }
  .overview-actions .action-btn span {
    font-size: 0.85rem;
  }
}

@media (max-width: 576px) {
  .overview-actions .row {
    flex-wrap: wrap;
  }
  
  .overview-actions .row > .col-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  
  .overview-actions .action-btn {
    padding: 8px 6px;
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    min-height: auto;
  }
  
  .overview-actions .action-btn i {
    margin-right: 0;
    font-size: 1rem;
    margin-bottom: 0;
  }
  
  .overview-actions .action-btn span {
    font-size: 0.7rem;
    text-align: center;
    line-height: 1.1;
  }
}

.compact-spec-item.coverage-active {
  background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
  border-left: 3px solid #22c55e;
}

.compact-spec-item.coverage-active .compact-icon {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #ffffff;
}

.compact-spec-item.coverage-active .compact-spec-value {
  color: #16a34a;
  font-weight: 600;
}

.compact-spec-item.coverage-complimentary {
  background: linear-gradient(135deg, #fffbeb 0%, #ffffff 100%);
  border-left: 3px solid #f59e0b;
}

.compact-spec-item.coverage-complimentary .compact-icon {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #ffffff;
}

.compact-spec-item.coverage-complimentary .compact-spec-value {
  color: #d97706;
  font-weight: 600;
}

.c-sectionCard__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 0.0625rem #d4d4d4;
  padding: 1rem;
  position: relative;
}

.c-sectionCard__header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: #C4A76F;
  border-radius: 2px;
}

.c-sectionCard__heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.c-sectionCard__heading::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-left-width: 0;
  border-right-width: 3.125rem;
  border-top-width: 3.125rem;
  border-bottom-width: 0;
  border-left-color: transparent;
  border-right-color: #c6a76f;
  border-top-color: #c6a76f;
  border-bottom-color: transparent;
}

.c-sectionCard__body {
  padding: 1.5rem;
}

.c-sectionCard__action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.9625rem;
}

.c-sectionCard__tabs .c-sectionCard__tabs__nav {
  border: 0;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.c-sectionCard__tabs .c-sectionCard__tabs__link {
  border: 0 !important;
  border-bottom: solid 0.0625rem transparent;
  font-size: 1rem;
  line-height: 1.625rem;
  padding: 0;
}

.c-sectionCard__tabs .c-sectionCard__tabs__link:hover {
  color: #a08850;
  border-bottom: solid 0.0625rem #c6a76f !important;
}

.c-product-info__detalis {
  margin-bottom: 2rem;
}

.c-product-info__detalis__card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5rem;
}

.c-product-info__detalis__card__heading {
  background: #f8f9fa;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
  border-radius: 8px 8px 0 0;
}

.c-product-info__detalis__card__body {
  padding: 1.5rem;
}

.c-product-info__detalis__lists {
  margin: 0;
  padding: 0;
}

.c-product-info__detalis__lists--items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

.c-product-info__detalis__lists--item {
  display: flex;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f1f1f1;
}

.c-product-info__detalis__lists--label {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #333;
}

.c-product-info__detalis__lists--icon {
  margin-right: 0.5rem;
  color: #a08850;
  font-size: 1.1rem;
}

.c-about-us {
  padding: 0;
}

.c-blog-detail {
  padding: 0;
}

.lh-13 {
  line-height: 1.3 !important;
}

.lh-14 {
  line-height: 1.4 !important;
}

.minh-44 {
  min-height: 44px !important;
}

.c-badge--sold {
  background-color: #c0392b !important;
  color: #fff !important;
  display: inline-block;
  border-radius: 24px;
  padding: 8px 32px;
  font-size: 1.15rem;
  letter-spacing: 1.5px;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(100, 0, 0, 0.12);
  opacity: 0.97;
}

.c-product__row {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}

.c-product__row > [class*="col-"] {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.c-product__row > [class*="col-"].d-flex {
  display: flex !important;
  align-items: stretch;
}

.c-product__row > [class*="col-"] .c-vehicleCard {
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .c-product__row > [class*="col-"] {
    margin-bottom: 1.5rem;
  }
}

.sold-badge-overlay {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 12;
}

.c-vehicleCard {
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  height: 100%;
  min-height: 400px;
}

.c-vehicleCard:hover {
  transform: translateY(-2px);
  box-shadow: none !important;
}

.c-vehicleCard__image {
  height: 200px;

  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: 1rem 1rem 0 0 !important;

  flex-shrink: 0;
}

.c-vehicleCard__body {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  flex-grow: 1;
}

.c-vehicleCard__title {
  font-size: 0.95rem;
  line-height: 1.3;
  font-weight: bold;
  color: #212529;
  margin-bottom: 0.5rem;
  min-height: 2.6rem;

  display: flex;
  align-items: flex-start;
}

.c-vehicleCard__body .mb-2.pb-2.border-bottom {
  min-height: 85px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.c-vehicleCard__price {
  font-weight: bold;
  color: #a08850;
  margin-bottom: 0.25rem;
}

.c-vehicleCard__price-label {
  font-size: 0.8rem;
  color: #6c757d;
}

.c-vehicleCard__emi {
  font-size: 0.8rem;
  color: #6c757d;
  display: block;
  min-height: 1.2rem;
}

.c-vehicleCard__specs {
  flex-grow: 1;
  align-items: center;
  margin-bottom: 1rem;
  min-height: 80px;
}

.c-vehicleCard__spec {
  padding: 0.5rem;
  background-color: #f8f9fa;
  border-radius: 0.375rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 60px;
}

.c-vehicleCard__spec-label {
  font-size: 0.7rem;
  color: #6c757d;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-bottom: 0.25rem;
}

.c-vehicleCard__spec-value {
  font-size: 0.8rem;
  font-weight: bold;
  color: #212529;
}

.c-vehicleCard__footer {
  background-color: transparent;
  border: 0;
  padding: 0.75rem 1rem;
  margin-top: auto;

  flex-shrink: 0;
}

.c-vehicleCard__button {
  background-color: #a08850;
  border-color: #c6a76f;
  color: #000;
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1.4;
  min-height: 44px;
  border-radius: 32px;
  padding: 0.5rem 0.75rem;
  width: 100%;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border: 2px solid #c6a76f;
}

.c-vehicleCard__button:hover,
.c-vehicleCard__button:focus {
  background-color: #000 !important;
  border-color: #c6a76f !important;
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-2px);
}

.c-vehicleCard__button:active {
  background-color: #000 !important;
  border-color: #c6a76f !important;
  transform: translateY(0);
}

.c-vehicleCard__button--secondary {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #fff !important;
}

.c-vehicleCard__button--secondary:hover,
.c-vehicleCard__button--secondary:focus {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-2px);
}

.c-vehicleCard__button--secondary:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  transform: translateY(0);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-4px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(4px);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

*[style*="#c6a76f"] {
  color: #a08850 !important;
}

*[style*="background:#c6a76f"] {
  background-color: #a08850 !important;
}

*[style*="border-color: #c6a76f"] {
  border-color: #c6a76f !important;
}

#general-text {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  color: #212529;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#general-text > table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  font-family: inherit;
  font-size: 1rem;
}

div#general-text table th {
  padding: 0.75rem;
  background-color: #a08850;
  color: #000;
  font-weight: 600;
  text-align: center;
  border: 1px solid #dee2e6;
  vertical-align: middle;
}

div#general-text table td {
  padding: 0.75rem;
  border: 1px solid #dee2e6;
  color: #212529;
  background-color: #fff;
  vertical-align: top;
}

#general-text table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

#general-text table tbody tr:hover {
  background-color: rgba(198, 167, 111, 0.1);
}

#general-text table caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: top;
  font-size: 0.875em;
}

@media (max-width: 480px) {
  .blog-data table,
  .offer-data table,
  #general-text table {
    font-size: 0.75rem;
    min-width: 500px;
  }

  .blog-data table th,
  .offer-data table th,
  #general-text table th,
  .blog-data table td,
  .offer-data table td,
  #general-text table td {
    padding: 0.375rem;
    font-size: 0.7rem;
  }
}

#general-text h6 {
  font-family: var(--font-heading);
  color: #212529;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

#general-text a {
  color: #a08850;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}

#general-text a:hover {
  color: #a08951;
  text-decoration: underline;
}

#general-text ol {
  margin-bottom: 1rem;
  padding-left: 2rem;
}

#general-text li {
  margin-bottom: 0.25rem;
}

#general-text img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin: 1rem 0;
}

#general-text blockquote {
  font-size: 1.125rem;
  border-left: 4px solid #c6a76f;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  background-color: rgba(198, 167, 111, 0.05);
  border-radius: 0 6px 6px 0;
}

#general-text code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.2rem 0.4rem;
  border-radius: 3px;
}

#general-text pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
  background-color: #f8f9fa;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 6px;
  border: 1px solid #e9ecef;
  overflow-x: auto;
}

#general-text hr {
  margin: 2rem 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.js-similar-vehicles-slider .vehicle-price {
  color: #a08850 !important;
  font-weight: 600 !important;
  font-size: 1.08rem !important;
}

.c-product-info__detalis__text {
  font-weight: 700 !important;
  color: #232323 !important;
  font-size: 1rem !important;
  text-align: left !important;
}

.slider-container button {
  background-color: #a08850 !important;
}

.slider-container button:focus {
  background-color: #b99657 !important;
}

.vehicle-emi {
  display: block;
  min-height: 18px;
}

*[style*="#c6a76f"] {
  color: #a08850 !important;
}

*[style*="background:#c6a76f"] {
  background-color: #a08850 !important;
}

*[style*="border-color: #c6a76f"] {
  border-color: #c6a76f !important;
}

.c-sellCarForm__sectionTitle {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  border-bottom: 2px solid #c6a76f;
  padding-bottom: 5px;
}

.c-sellCarForm__group {
  margin-bottom: 20px;
}

.c-sellCarForm__radio {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.c-sellCarForm__radio input {
  margin-right: 10px;
  width: auto;
}

.c-sellCarForm__upload {
  border: none;
  border-radius: 6px;
  padding: 30px;
  text-align: center;
  background: #f9f9f9;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.c-sellCarForm__upload:hover {
  background: #f0f0f0;
}

.c-sellCarForm__uploadIcon {
  font-size: 3rem;
  color: #a08850;
  margin-bottom: 15px;
}

.c-sellCarForm__uploadText {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 10px;
}

.c-sellCarForm__uploadSubtext {
  font-size: 0.9rem;
  color: #999;
}

.c-sellCarForm__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
}

.c-steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 20px;
  background: #f8f9fa;
  border-radius: 8px;
  margin: 20px 0;
}

.c-steps__icon {
  width: 80px;
  height: 80px;
  background: #a08850;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.c-steps__icon i {
  font-size: 2.5rem;
  color: white;
}

.c-steps__title {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.c-steps__description {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 25px;
  max-width: 600px;
}

.c-steps__details {
  background: white;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #e9ecef;
  margin-top: 20px;
  text-align: left;
  width: 100%;
  max-width: 500px;
}

.c-steps__detailItem {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.c-steps__detailItem:last-child {
  border-bottom: none;
}

.c-steps__detailLabel {
  font-weight: 500;
  color: #333;
}

.c-steps__detailValue {
  color: #666;
}

.feature-icon {
  width: 60px;
  height: 60px;
  background: #a08850;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.feature-icon i {
  font-size: 1.8rem;
  color: white;
}

.feature-icon-lg {
  width: 80px;
  height: 80px;
}

.feature-icon-lg i {
  font-size: 2.5rem;
}

.c-sellCarForm__progress {
  width: 100%;
  height: 8px;
  background: #e9ecef;
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden;
}

.c-sellCarForm__progressBar {
  height: 100%;
  background: linear-gradient(90deg, #c6a76f, #d4b882);
  border-radius: 4px;
  transition: width 0.3s ease;
  width: 0%;
}

.c-sellCarForm__error {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 5px;
  display: none;
}

.c-sellCarForm__textarea.error {
  border-color: #dc3545;
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.2);
}

.c-sellCarForm__success {
  color: #28a745;
  font-size: 0.875rem;
  margin-top: 5px;
}

#faqs-sellcar .c-sectionCard__body h2 {
  font-size: 1.07rem;
  font-weight: 700;
  margin-top: 1.2rem;
  margin-bottom: 0.7rem;
  background: #f5f5f5;
  padding: 0.75rem 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  text-align: left;
}

#faqs-sellcar .c-sectionCard__body h3 {
  font-size: 0.98rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  background: #f5f5f5;
  padding: 0.6rem 1rem;
  text-align: left;
  margin-left: -1rem;
  margin-right: -1rem;
}

#faqs-sellcar .c-sectionCard__body h3.no-bg {
  background: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

#faqs-sellcar .c-sectionCard__body li {
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: left;
}

#faqs-sellcar .c-sectionCard__body ul {
  padding-left: 1.4em;
  margin-bottom: 1rem;
}

#faqs-sellcar .c-sectionCard__body li {
  margin-bottom: 0.6em;
}

#faqs-sellcar .c-sectionCard__body strong {
  font-weight: bold;
}

#faqs-sellcar .c-sectionCard__body hr {
  border: none;
  border-top: 1px solid #eaeaea;
  margin: 1.1rem -1rem 0.7rem -1rem;
}

#faqs-sellcar .c-sectionCard__body .text-center {
  text-align: center !important;
}

#content-sellcar .feature-icon {
  max-width: 80px;
  height: auto;
  transition: transform 0.3s ease;
}

#content-sellcar .feature-icon:hover {
  transform: scale(1.05);
}

#content-sellcar .custom-iconhead {
  font-size: 0.9rem;
  font-weight: 600;
  color: #2c3e50;
  line-height: 1.3;
  margin-top: 0.5rem;
}

#faqs-tradein .c-sectionCard__body h2 {
  font-size: 1.07rem;
  font-weight: 700;
  margin-top: 1.2rem;
  margin-bottom: 0.7rem;
  background: #f5f5f5;
  padding: 0.75rem 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  text-align: left;
}

#faqs-tradein .c-sectionCard__body h3 {
  font-size: 0.98rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  background: #f5f5f5;
  padding: 0.6rem 1rem;
  text-align: left;
  margin-left: -1rem;
  margin-right: -1rem;
}

#faqs-tradein .c-sectionCard__body h3.no-bg {
  background: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

#faqs-tradein .c-sectionCard__body li {
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: left;
}

#faqs-tradein .c-sectionCard__body ul {
  padding-left: 1.4em;
  margin-bottom: 1rem;
}

#faqs-tradein .c-sectionCard__body li {
  margin-bottom: 0.6em;
}

#faqs-tradein .c-sectionCard__body strong {
  font-weight: bold;
}

#faqs-tradein .c-sectionCard__body hr {
  border: none;
  border-top: 1px solid #eaeaea;
  margin: 1.1rem -1rem 0.7rem -1rem;
}

#faqs-tradein .c-sectionCard__body .text-center {
  text-align: center !important;
}

#content-tradein .feature-icon {
  max-width: 80px;
  height: auto;
  transition: transform 0.3s ease;
}

#content-tradein .feature-icon:hover {
  transform: scale(1.05);
}

#content-tradein .custom-iconhead {
  font-size: 0.9rem;
  font-weight: 600;
  color: #2c3e50;
  line-height: 1.3;
  margin-top: 0.5rem;
}

.page-title-section.c-sectionCard {
  margin-top: 0;
  margin-bottom: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.page-title-section .c-sectionCard__body h1 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #212529;
  margin: 0;
  line-height: 1.3;
}

.page-title-section .c-sectionCard__body h1 span {
  color: #a08850;
}

.c-about-us {
  padding: 0;
}

.c-about-us .c-sectionCard__body {
  padding: 1rem 1.5rem;
}

.c-about-us .banner_image {
  margin-bottom: 2rem;
}

.c-about-us .c-sectionCard__body p {
  margin-bottom: 1rem;
  line-height: 1.7;
}

.c-about-us .c-sectionCard__body p:last-child {
  margin-bottom: 0;
}

.section-heading {
  color: #212529;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
  padding-bottom: 0.75rem;
}

.section-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #a08850;
}

.section-heading span {
  color: #a08850;
}

/* ========================================================
   SECTION: PROMISES SECTION
   Company promises, value propositions, trust badges
   Used by: home.php (why choose us section)
   Key Classes: .promise_single_item, .section-heading
   Related: HOMEPAGE SECTIONS
   ======================================================== */
.promise_single_item {
  padding: 1.5rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.promise_single_item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.promise_single_item h3 {
  color: #212529;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.promise_single_item h5 {
  font-weight: bold !important;
  color: #a08850;
}

.promise_single_item p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}

.why-choose-attributes-title {
  font-weight: bold !important;
  color: #a08850;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.c-sectionCard.c-about-us__cta-banner {
  overflow: hidden;
  background-image: url("../images/first-choice-cars-about-us-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.c-sectionCard.c-about-us__cta-banner .c-sectionCard__body {
  position: relative;
  z-index: 1;
  padding: 0;
}

.c-about-us__cta-wrapper {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.c-about-us__cta-section {
  flex: 1;
  text-align: center;
  color: #000;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.c-about-us__cta-divider {
  width: 2px;
  background-color: rgba(0, 0, 0, 0.4);
  margin: 0;
}

.c-about-us__cta-title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  color: #000;
}

.c-about-us__cta-description {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #000;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.c-about-us__cta-list {
  list-style: none;
  padding: 0;
  margin: 1rem auto;
  max-width: 600px;
  text-align: left;
}

.c-about-us__cta-list li {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
  color: #000;
  padding-left: 2rem;
  position: relative;
}

.c-about-us__cta-list li:before {
  content: "✓";
  color: #000;
  font-weight: bold;
  font-size: 1.25rem;
  position: absolute;
  left: 0;
  top: 0;
}

.c-about-us__cta-actions {
  margin-top: auto;
  padding-top: 1rem;
}

.c-about-us__cta-actions .btn-sell-car {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  border-radius: 32px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  min-width: 200px;
  text-align: center;
  height: 48px;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.c-about-us__cta-actions .btn-sell-car:focus {
  background: #a08850;
  border-color: #000000;
  color: #000000;
  text-decoration: none;
}

.core-values-accent-color {
  color: #a08850;
}

.content-bottom {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #e9ecef;
  text-align: center;
}

.content-bottom .section-heading {
  display: block;
  width: 100%;
  text-align: center;
}

.content-bottom__guarantee {
  font-weight: bold;
  text-align: center;
  color: #212529;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.content-bottom__description {
  text-align: center;
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.content-bottom__stock-info {
  font-weight: bold;
  text-align: center;
  color: #212529;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;
}

.target-icon {
  width: 123px;
  height: 111px;
}

.c-about-us__team {
  padding: 2rem 0;
  overflow: visible;
}

.c-about-us__team--tag-line {
  text-align: center;
  font-size: 1.05rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.c-about-us__team--tag-line.customtext {
  text-align: center;
  font-size: 1.1rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.slider-team {
  position: relative;
  opacity: 0;
  transition: opacity 0.3s ease;
  min-height: 300px;
  margin-top: 20px;
  touch-action: pan-y pinch-zoom;
  padding: 0 50px;
}

.slider-team.slick-initialized {
  opacity: 1;
}

.slider-team .slick-list {
  overflow: hidden !important;
  touch-action: pan-y pinch-zoom;
  margin: 0 -50px;
  padding: 0 40px;
}

.slider-team .slick-track {
  display: flex;
  align-items: stretch;
}

.slider-team .slick-slide {
  height: auto;
}

.slider-team .slick-slide > div {
  height: 100%;
  width: 100%;
}

/* Navigation Arrows */
.slider-team .slick-prev,
.slider-team .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: #a08850;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 3px 8px rgba(198, 167, 111, 0.3);
}

.slider-team .slick-prev:hover,
.slider-team .slick-next:hover {
  background: #333;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.slider-team .slick-prev { left: 0; }

.slider-team .slick-next { right: 0; }

.slider-team .team_blk {
  margin: 0 10px;
  padding: 20px 15px;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  text-align: center;
  width: 100%;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slider-team .team_blk:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
  border-color: #c6a76f;
}

.slider-team .team_blk__avatar {
  width: 55px;
  height: 55px;
  margin: 0 auto 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-team.slick-slider .slick-slide .team_blk__avatar img {
  width: 50%;
  height: 50%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #c6a76f;
  display: block;
}

.slider-team .team_blk h4 {
  font-weight: 700;
  margin: 0 0 5px;
  color: #a08850;
  font-size: 1rem;
}

.slider-team .team_blk p {
  margin: 0 0 10px;
  font-weight: 500;
  color: #666;
  font-size: 0.9rem;
}

.slider-team .team_blk hr {
  margin: 10px auto;
  width: 50%;
  border: none;
  border-top: 1px solid #e0e0e0;
}

.slider-team .team_blk a {
  color: #a08850;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}

.slider-team .team_blk a i {
  margin-right: 5px;
  font-size: 14px;
}

.slider-team .team_blk a[href^="tel:"] { color: #000; }
.slider-team .team_blk a[href^="tel:"]:hover,
.slider-team .team_blk a[href^="mailto:"]:hover { color: #a08850; }

.slider-team .team_blk a[href^="mailto:"] i { color: #000; }

/* ========================================================
   SECTION: TEAM SECTION
   Team member cards, social links, team profiles
   Used by: about-us.php (team member showcase)
   Key Classes: .team-social-links, .slider-team
   Related: SLICK SLIDER COMPONENTS, ABOUT US PAGE
   ======================================================== */
.team-social-links {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.team-social-links a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f8f9fa;
  color: #a08850;
  transition: all 0.3s ease;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team-social-links a i {
  margin: 0 !important;
}

.team-social-links a:hover {
  background: #a08850;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(198, 167, 111, 0.3);
}

.team-social-links a[href*="facebook.com"] i { color: #1877f2; }

.team-social-links a[href*="instagram.com"] i { color: #e4405f; }

.team-social-links a[href*="instagram.com"]:hover i { color: #fff; }

section[aria-labelledby="finance-eligibility"] .c-sectionCard__header {
  border-bottom: 0.0625rem solid #d4d4d4;
  padding-block: 0;
  padding-inline: 1rem;
  margin-bottom: 0;
  background: transparent;
}

.c-financeForm {
  position: relative;
  width: 100%;
}

.c-financeForm__header {
  margin-bottom: 1.5rem;
  text-align: center;
}

.c-financeForm__header--title {
  font-size: 1.375rem;
  font-weight: 600;
  color: #212529;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.c-financeWizard {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  padding: 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.c-financeWizard__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  list-style: none;
  padding: 0.5rem 0;
  margin: 0;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #c6a76f #f0f0f0;
}

.c-financeWizard__list::-webkit-scrollbar {
  height: 6px;
}

.c-financeWizard__list::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 3px;
}

.c-financeWizard__list::-webkit-scrollbar-thumb {
  background: #c6a76f;
  border-radius: 3px;
}

.c-financeWizard__list::-webkit-scrollbar-thumb:hover {
  background: #b99657;
}

.c-financeWizard__item {
  display: block;
  flex: 0 0 auto;
  min-width: 180px;
  max-width: 220px;
}

.c-financeWizard__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  min-height: 80px;
  background: #ffffff;
  border: 2px solid #e8e8e8;
  border-radius: 12px;
  color: #6c757d;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  gap: 0.5rem;
}

.c-financeWizard__link:focus {
  border-color: #c6a76f;
  box-shadow: 0 4px 12px rgba(198, 167, 111, 0.15);
  transform: translateY(-2px);
  color: #000000;
  text-decoration: none;
}

.c-financeWizard__link[aria-selected="true"] {
  background: linear-gradient(135deg, #c6a76f 0%, #d4b86f 100%);
  color: #000000;
  border-color: #c6a76f;
  box-shadow: 0 4px 16px rgba(198, 167, 111, 0.3);
}

.c-financeWizard__link[aria-selected="true"] .c-financeWizard__step {
  color: #000000;
}

.c-financeWizard__link[aria-selected="true"] .c-financeWizard__title {
  color: #000000;
  font-weight: 600;
}

.c-financeWizard__link.is-disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: default;
}

.c-financeWizard__step {
  display: block;
  font-weight: 700;
  font-size: 0.875rem;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  text-align: center;
  line-height: 1.3;
}

.c-financeWizard__title {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  margin: 0;
  text-align: center;
}

.c-financeForm__inner {
  width: 100%;
  padding: 0.25rem 0;
}

.c-financeForm__form {
  width: 100%;
  position: relative;
}

.c-financeForm__field {
  margin-bottom: 1.5rem;
  position: relative;
}

.c-financeForm__label {
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  line-height: 1.3;
  color: #2c3e50 !important;
  margin-bottom: 0.25rem !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 1;
}

.c-financeForm__label--required {
  color: #dc3545;
  margin-left: 2px;
}

.c-financeForm__input {
  position: relative;
}

.c-financeForm__input textarea {
  height: auto;
  min-height: 48px;
  resize: vertical;
}

.c-financeForm select:focus {
  outline: none;
  border-color: #c6a76f;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.1);
  transform: scale(1.01);
  transition: all 0.2s ease;
}

.c-financeForm select:active {
  transform: scale(0.99);
}

.c-financeForm select:hover:not(:focus) {
  border-color: #c6a76f;
  background: #ffffff;
}

.c-financeForm select {
  width: 100%;
  height: 48px;
  min-height: 48px;
  padding: 12px 1.3125rem;
  padding-right: 40px;
  border: 2px solid #d4d4d4;
  border-left: 4px solid #c6a76f;
  border-radius: 12px;
  background: #f8f9fa;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2c3e50;
  transition: all 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-family: inherit;
  /* NO line-height - browser calculates optimal fit */
}

.c-financeForm select:hover:not(:focus) {
  border-color: #c6a76f;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.1);
}

.c-financeForm select:focus {
  border-color: #c6a76f;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.15);
  outline: none;
}

.c-financeForm__input--currency {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  border: 2px solid #d4d4d4;
  border-left: 4px solid #c6a76f;
  border-radius: 12px;
  background: #f8f9fa;
  transition: all 0.3s ease;
  overflow: hidden;
  box-shadow: none;
}

.c-financeForm__input--currency:hover:not(:focus-within) {
  border-color: #c6a76f;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.1);
}

.c-financeForm__input--currency:focus-within {
  border-color: #c6a76f;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.15);
  background: #ffffff;
}

.c-financeForm__input--currency-symbol {
  height: 44px;
  padding: 0.875rem 1rem; /* 14px 16px */
  background: linear-gradient(135deg, #f1f3f4 0%, #e8eaed 100%);
  color: #2c3e50;
  font-size: 0.875rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
  border-radius: 0 !important;
}

.c-financeForm__input--currency .c-financeForm__input {
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  height: 100% !important;
  padding: 10px 16px !important;
  margin: 0 !important;
  flex: 1;
  outline: none !important;
  transform: none !important;
}

.c-financeForm__input--currency .c-financeForm__input:focus {
  border: none !important;
  box-shadow: none !important;
  transform: none !important;
}

.c-financeForm__input--currency .error {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 0.375rem;
}

.c-financeForm__input--phone {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  border: 2px solid #d4d4d4;
  border-left: 4px solid #c6a76f;
  border-radius: 12px;
  background: #f8f9fa;
  transition: all 0.3s ease;
  overflow: hidden;
  box-shadow: none;
}

.c-financeForm__input--phone:hover:not(:focus-within) {
  border-color: #c6a76f;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.1);
}

.c-financeForm__input--phone:focus-within {
  border-color: #c6a76f;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.15);
  background: #ffffff;
}

.c-financeForm__input--phone-code {
  height: 44px;
  padding: 0.875rem 1rem;
  background: linear-gradient(135deg, #f1f3f4 0%, #e8eaed 100%);
  color: #2c3e50;
  font-size: 0.875rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
  border-radius: 0 !important;
}

.c-financeForm__input--phone .c-financeForm__input {
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  height: 100% !important;
  padding: 0.875rem 1rem !important;
  margin: 0 !important;
  flex: 1;
  outline: none !important;
  transform: none !important;
}

.c-financeForm__input--phone .c-financeForm__input:focus {
  border: none !important;
  box-shadow: none !important;
  transform: none !important;
}

.c-financeForm__input--phone .error {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 0.375rem;
}

.c-financeForm__help-text {
  display: block;
  font-size: 0.75rem;
  color: #6c757d;
  margin-top: 0.375rem;
  line-height: 1.4;
  font-style: italic;
}

.c-financeForm__help-text--warning {
  color: #d44950;
  font-weight: 500;
  font-style: normal;
}

.c-financeForm div.error {
  color: #dc3545;
  font-size: 0.875em;
  margin-top: 0.25rem;
  display: block;
}

.c-financeForm__input input.is-invalid {
  border-color: #dc3545 !important;
  border-left-color: #dc3545 !important;
  background: #fff !important;
}

.c-sellCarForm label.error {
  color: #dc3545;
  font-size: 0.875em;
  margin-top: 0.25rem;
  display: block;
}

.c-sellCarForm__input input.is-invalid {
  border-color: #dc3545 !important;
  border-left-color: #dc3545 !important;
  background: #fff !important;
}

.c-requestCarForm div.error {
  color: #dc3545;
  font-size: 0.875em;
  margin-top: 0.25rem;
  display: block;
}

.c-requestCarForm input[type="tel"].is-invalid {
  border-color: #dc3545 !important;
  border-left-color: #dc3545 !important;
  background: #fff !important;
}

.wizard-navigation {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e9ecef;
}

.with-card {
  display: none;
}

.c-financeForm section[role="tabpanel"] {
  display: block;
}

.c-financeForm section[role="tabpanel"]:not(.is-active) {
  display: none;
}

.c-financeForm__panel {
  display: block;
}

.c-financeForm__panel--hidden {
  display: none !important;
}

/* ========================================================
   SECTION: ELIGIBILITY MODAL
   Finance eligibility modal, approval messages
   Used by: Finance forms (eligibility check results)
   Key Classes: .eligibility-modal, .eligibility-title, .eligibility-message
   Related: CONTACT FORMS, FORM BASE STYLES
   ======================================================== */
.eligibility-modal {
  border-radius: 20px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border: none;
  background: #fff;
  padding: 0;
  min-width: 320px;
  max-width: 400px;
  animation: modalFadeIn 0.25s ease-out;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(-10px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.eligibility-title {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #2b2b2b;
  margin: 0;
  text-align: center;
}

.eligibility-message {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

.eligibility-close {
  width: 100%;
  max-width: 200px;
  padding: 12px 24px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.95rem;
  margin: 8px auto 0;
  letter-spacing: 0.3px;
  background: #c6a76f;
  border: none;
  color: #fff;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(198, 167, 111, 0.3);
}

.eligibility-close:hover {
  background: #b8985f;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(198, 167, 111, 0.4);
}

.eligibility-close:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(198, 167, 111, 0.3);
}

@keyframes iconBounce {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.eligibility-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  border-radius: 24px;
  font-weight: 600;
  font-size: 0.85rem;
  margin: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
}

.dbr-display-container {
  background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f5 100%);
  border-radius: 16px;
  padding: 16px;
  margin: 6px 0;
  width: 100%;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}

#finance-dbr-value {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 8px;
  letter-spacing: -1px;
  line-height: 1;
}

.dbr-hint {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.4;
  opacity: 0.9;
}

.form-section-header {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  margin-top: 1rem;
  color: #2b2b2b;
  line-height: 1.3;
}

.form-section-header.required {
  margin-bottom: 1rem;
}

.form-section-header .c-financeForm__label--required {
  color: #dc3545;
}

#faqs-finance .c-sectionCard__body h2 {
  font-size: 1.07rem;
  font-weight: 700;
  margin-top: 1.2rem;
  margin-bottom: 0.7rem;
  background: #f5f5f5;
  padding: 0.75rem 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  text-align: left;
}

#faqs-finance .c-sectionCard__body h3 {
  font-size: 0.98rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  background: #f5f5f5;
  padding: 0.6rem 1rem;
  text-align: left;
  margin-left: -1rem;
  margin-right: -1rem;
}

#faqs-finance .c-sectionCard__body h3.no-bg {
  background: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

#faqs-finance .c-sectionCard__body li {
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: left;
}

#faqs-finance .c-sectionCard__body ul {
  padding-left: 1.4em;
  margin-bottom: 1rem;
}

#faqs-finance .c-sectionCard__body li {
  margin-bottom: 0.6em;
}

#faqs-finance .c-sectionCard__body strong {
  font-weight: bold;
}

#faqs-finance .c-sectionCard__body hr {
  border: none;
  border-top: 1px solid #eaeaea;
  margin: 1.1rem -1rem 0.7rem -1rem;
}

#faqs-finance .c-sectionCard__body .text-center {
  text-align: center !important;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .c-financeWizard__list {
    gap: 0.875rem;
    padding: 0 1rem 0.5rem;
  }

  .c-financeWizard__item {
    flex: 0 0 auto;
    min-width: 200px;
  }

  .c-financeWizard__link {
    padding: 0.875rem 1rem;
    min-height: 44px;
    border-radius: 8px;
  }

  .c-financeWizard__step {
    font-size: 0.8125rem;
  }

  .c-financeWizard__title {
    font-size: 0.8125rem;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  .c-financeForm {
    padding: 1rem; /* FIXED: Match edge-to-edge mobile design */
    margin: 0; /* FIXED: Edge-to-edge */
    border-left: none; /* FIXED: Edge-to-edge */
    border-right: none; /* FIXED: Edge-to-edge */
    border-radius: 0; /* FIXED: No rounded corners */
    box-shadow: none; /* FIXED: No shadow */
    background: transparent; /* FIXED: No background */
  }

  .c-financeForm__header {
    margin-bottom: 0.5rem;
  }

  .c-financeWizard {
    margin-bottom: 0.5rem;
  }

  .c-financeForm__field {
    margin-bottom: 0.75rem; /* Landscape: Compact spacing for limited vertical space */
  }

  .c-financeWizard__link {
    padding: 0.5rem 0.75rem;
    min-height: 44px; /* FIXED: Maintain WCAG compliance even in landscape */
  }
}

.c-requestCarWizard {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  padding: 0;
  display: flex;
  justify-content: center;
  overflow-x: auto;
  overflow-y: hidden;
}

.c-requestCarWizard__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  list-style: none;
  padding: 0.5rem 0;
  margin: 0;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #c6a76f #f0f0f0;
}

.c-requestCarWizard__list::-webkit-scrollbar {
  height: 6px;
}

.c-requestCarWizard__list::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 3px;
}

.c-requestCarWizard__list::-webkit-scrollbar-thumb {
  background: #c6a76f;
  border-radius: 3px;
}

.c-requestCarWizard__list::-webkit-scrollbar-thumb:hover {
  background: #b99657;
}

.c-requestCarWizard__item {
  display: block;
  flex: 0 0 auto;
  min-width: 180px;
  max-width: 220px;
}

.c-requestCarWizard__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  min-height: 80px;
  background: #ffffff;
  border: 2px solid #e8e8e8;
  border-radius: 12px;
  color: #6c757d;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  gap: 0.5rem;
}

.c-requestCarWizard__link:focus {
  border-color: #c6a76f;
  box-shadow: 0 4px 12px rgba(198, 167, 111, 0.15);
  transform: translateY(-2px);
  color: #000000;
  text-decoration: none;
}

.c-requestCarWizard__link[aria-selected="true"] {
  background: linear-gradient(135deg, #c6a76f 0%, #d4b86f 100%);
  border-color: #c6a76f;
  color: #000000;
  box-shadow: 0 4px 16px rgba(198, 167, 111, 0.3);
}

.c-requestCarWizard__step {
  display: block;
  font-weight: 700;
  font-size: 0.875rem;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  text-align: center;
  line-height: 1.3;
}

.c-requestCarWizard__title {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  margin: 0;
  text-align: center;
}

.c-requestCarWizard__link.is-disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: default;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .c-requestCarWizard__list {
    max-width: 100%;
    gap: 0.875rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0 1rem 0.5rem;
  }
  .c-requestCarWizard__item {
    display: block;
    flex: 0 0 auto;
    min-width: 200px;
  }
  .c-requestCarWizard__link {
    padding: 0.875rem 1rem;
    min-height: 44px;
    border-radius: 8px;
  }
  .c-requestCarWizard__step {
    font-size: 0.8125rem;
  }
  .c-requestCarWizard__title {
    font-size: 0.8125rem;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  .c-requestCarForm {
    padding: 1rem;
    margin: 0;
    border-left: none;
    border-right: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

  .c-requestCarForm__header {
    margin-bottom: 0.5rem;
  }

  .c-requestCarWizard {
    margin-bottom: 0.5rem;
  }

  .c-requestCarForm__field {
    margin-bottom: 0.75rem;
  }

  .c-requestCarWizard__link {
    padding: 0.5rem 0.75rem;
    min-height: 44px;
  }
}

.c-requestCarForm {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  animation: formSlideIn 0.4s ease-out;
}

.c-requestCarForm__inner {
  width: 100%;
  padding: 0.25rem 0;
}

.c-requestCarForm__form {
  width: 100%;
}

.c-requestCarForm__field {
  margin-bottom: 1.5rem;
  position: relative;
}

.c-requestCarForm__label {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  color: #2c3e50;
  margin-bottom: 0.25rem;
  display: block;
}

.c-requestCarForm__input {
  position: relative;
}

/* Request Car Form - Base Input Styles (matching Contact Form best practices) */
.c-input,
.c-requestCarForm__input-text {
  width: 100%;
  height: 48px;
  border: 2px solid #d4d4d4;
  border-left: 4px solid #c6a76f;
  border-radius: 12px;
  background: #f8f9fa;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2c3e50;
  transition: all 0.3s ease;
  box-sizing: border-box;
  display: block;
  font-family: inherit;
}

.c-requestCarForm__input textarea {
  height: auto;
  min-height: 120px;
  resize: vertical;
}

.c-requestCarForm__input-text:focus {
  outline: none;
  border-color: #c6a76f;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.1);
  transform: scale(1.01);
  transition: all 0.2s ease;
}

.c-requestCarForm__input-text:hover:not(:focus) {
  border-color: #c6a76f;
  background: #ffffff;
}

.c-requestCarForm__input-text:active {
  transform: scale(0.99);
}

.c-requestCarForm__input textarea:invalid:not(:placeholder-shown) {
  border-color: #dc3545;
  background: #fff8f8;
}

.c-requestCarForm__input input[type="number"]:not(.c-requestCarForm__input--phone input) {
  height: 48px;
  min-height: 48px;
}

.c-requestCarForm__field.has-error .c-requestCarForm__input textarea {
  border-color: #dc3545;
  background: #fff8f8;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.c-requestCarForm__input input::placeholder,
.c-requestCarForm__input textarea::placeholder {
  color: #6c757d;
  opacity: 1;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

.c-requestCarForm__input input::-webkit-input-placeholder,
.c-requestCarForm__input textarea::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

.c-requestCarForm__input input::-moz-placeholder,
.c-requestCarForm__input textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

.c-requestCarForm__input input:-ms-input-placeholder,
.c-requestCarForm__input textarea:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

.c-requestCarForm__input textarea:disabled {
  background: #f8f9fa;
  border-color: #e9ecef !important;
  color: #6c757d;
  cursor: not-allowed;
}

.c-requestCarForm__input--currency {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  border: 2px solid #d4d4d4;
  border-left: 4px solid #c6a76f;
  border-radius: 12px;
  background: #f8f9fa;
  transition: all 0.3s ease;
  overflow: hidden;
  box-shadow: none;
}

.c-requestCarForm__input--currency:hover:not(:focus-within) {
  border-color: #c6a76f;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.1);
}

.c-requestCarForm__input--currency:focus-within {
  border-color: #c6a76f;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.15);
  background: #ffffff;
}

.c-requestCarForm__input--currency-symbol {
  height: 44px;
  padding: 0.875rem 1rem;
  background: linear-gradient(135deg, #f1f3f4 0%, #e8eaed 100%);
  color: #2c3e50;
  font-size: 0.875rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
}

.c-requestCarForm__input--phone .c-requestCarForm__input {
  border: none;
  border-radius: 0;
  height: 44px;
  margin: 0;
  flex: 1;
  background: transparent;
  padding: 0.875rem 1rem;
}

.c-requestCarForm__input--phone .c-requestCarForm__input:focus {
  box-shadow: none;
  border: none;
  background: transparent;
  transform: none;
}

.c-requestCarForm__input--phone {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  border: 2px solid #d4d4d4;
  border-left: 4px solid #c6a76f;
  border-radius: 12px;
  background: #f8f9fa;
  transition: all 0.3s ease;
  overflow: hidden;
  box-shadow: none;
}

.c-requestCarForm__input--phone:hover:not(:focus-within) {
  border-color: #c6a76f;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.1);
}

.c-requestCarForm__input--phone:focus-within {
  border-color: #c6a76f;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.15);
  background: #ffffff;
}

.c-requestCarForm__input--phone-code {
  height: 44px;
  padding: 0.875rem 1rem;
  background: linear-gradient(135deg, #f1f3f4 0%, #e8eaed 100%);
  color: #2c3e50;
  font-size: 0.875rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
  border-radius: 0;
}

.c-requestCarForm__input--phone input {
  flex: 1;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 10px 14px;
  font-size: 0.875rem;
  color: #2c3e50 !important;
  height: 100%;
  transition: none !important;
  opacity: 1 !important;
}

.c-requestCarForm__input--phone input:focus {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  outline: none !important;
  transform: none !important;
  color: #2c3e50 !important;
  opacity: 1 !important;
}

.c-requestCarForm__input--phone input::placeholder {
  color: #6c757d !important;
  opacity: 1 !important;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

.c-requestCarForm__input--phone input::-webkit-input-placeholder {
  color: #6c757d !important;
  opacity: 1 !important;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

.c-requestCarForm__input--phone input::-moz-placeholder {
  color: #6c757d !important;
  opacity: 1 !important;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

.c-requestCarForm__input--phone input:-ms-input-placeholder {
  color: #6c757d !important;
  opacity: 1 !important;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

.c-requestCarForm__help-text {
  display: block;
  font-size: 0.75rem;
  color: #6c757d;
  margin-top: 0.375rem;
  line-height: 1.4;
  font-style: italic;
}

.c-requestCarForm__field-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}

.c-requestCarForm__field-col-6 {
  flex: 1;
  min-width: 280px;
}

.c-requestCarForm__field-col-12 {
  width: 100%;
}

.c-requestCarForm__field-col-4 {
  flex: 1;
  min-width: 200px;
}

.c-requestCarForm__input--phone .error {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 0.375rem;
  z-index: 10;
  display: block;
  width: 100%;
}

.c-requestCarForm__input > .error {
  position: relative;
  display: block;
  margin-top: 0.375rem;
  width: 100%;
}

.c-requestCarForm__field > .error {
  position: relative;
  display: block;
  margin-top: 0.375rem;
  width: 100%;
  color: #dc3545;
  font-size: 0.875em;
}

.c-consignCarForm {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  animation: formSlideIn 0.4s ease-out;
}

@keyframes formSlideIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.c-consignCarForm .wizard-step-header {
  display: none !important;
}

.c-consignCarWizard {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  padding: 0;
  display: flex;
  justify-content: center;
  overflow-x: auto;
  overflow-y: hidden;
}

.c-consignCarWizard__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  list-style: none;
  padding: 0.5rem 0;
  margin: 0;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #c6a76f #f0f0f0;
}

.c-consignCarWizard__list::-webkit-scrollbar {
  height: 6px;
}

.c-consignCarWizard__list::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 3px;
}

.c-consignCarWizard__list::-webkit-scrollbar-thumb {
  background: #c6a76f;
  border-radius: 3px;
}

.c-consignCarWizard__list::-webkit-scrollbar-thumb:hover {
  background: #b99657;
}

.c-consignCarWizard__item {
  display: block;
  flex: 0 0 auto;
  min-width: 180px;
  max-width: 220px;
}

.c-consignCarWizard__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  min-height: 80px;
  background: #ffffff;
  border: 2px solid #e8e8e8;
  border-radius: 12px;
  color: #6c757d;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  gap: 0.5rem;
}

.c-consignCarWizard__link:focus {
  border-color: #c6a76f;
  box-shadow: 0 4px 12px rgba(198, 167, 111, 0.15);
  transform: translateY(-2px);
  color: #000000;
  text-decoration: none;
}

.c-consignCarWizard__link[aria-selected="true"] {
  background: linear-gradient(135deg, #c6a76f 0%, #d4b86f 100%);
  border-color: #c6a76f;
  color: #000000;
  box-shadow: 0 4px 16px rgba(198, 167, 111, 0.3);
}

.c-consignCarWizard__step {
  display: block;
  font-weight: 700;
  font-size: 0.875rem;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  text-align: center;
  line-height: 1.3;
}

.c-consignCarWizard__title {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  margin: 0;
  text-align: center;
}

.c-consignCarWizard__link.is-disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: default;
}

.c-consignCarForm__title {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

.c-consignCarForm__header--title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  margin-top: 0;
  margin-bottom: 0.25rem;
  text-align: center;
  line-height: 1.1;
}

.c-consignCarForm__header {
  margin-bottom: 0.75rem;
  padding: 0;
}

.c-consignCarForm__label--required {
  color: #dc3545;
  font-weight: 600;
  text-transform: none;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .c-consignCarWizard__list {
    max-width: 100%;
    gap: 0.875rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0 1rem 0.5rem;
  }
  .c-consignCarWizard__item {
    display: block;
    flex: 0 0 auto;
    min-width: 200px;
  }
  .c-consignCarWizard__link {
    padding: 0.875rem 1rem; /* FIXED: Increased from 0.625rem 0.75rem */
    min-height: 44px;
    border-radius: 8px; /* FIXED: Match mobile for consistency */
  }
  .c-consignCarWizard__step {
    font-size: 0.8125rem; /* FIXED: Larger on tablet (13px) */
  }
  .c-consignCarWizard__title {
    font-size: 0.8125rem; /* FIXED: Larger on tablet (13px) */
  }
}

.c-consignCarForm__inner {
  width: 100%;
  padding: 0.25rem 0;
}

.c-consignCarForm__form {
  width: 100%;
}

.c-consignCarForm__field {
  margin-bottom: 1.5rem;
  position: relative;
}

.c-consignCarForm__label {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  color: #2c3e50;
  margin-bottom: 0.25rem;
  display: block;
}

.c-consignCarForm__input {
  position: relative;
}

.c-consignCarForm__input textarea {
  height: auto;
  min-height: 48px;
  resize: vertical;
}

input.c-input[type="tel"]:hover:not(:focus) {
  border-color: #c6a76f;
  background: #ffffff;
}

input.c-input[type="tel"]:active {
  transform: scale(0.99);
}

.c-consignCarForm__input textarea:invalid:not(:placeholder-shown) {
  border-color: #dc3545;
  background: #fff8f8;
}

  input[type="number"]:not(.c-consignCarForm__input--phone input) {
  height: 48px;
  min-height: 48px;
}

.c-consignCarForm__field.has-error .c-consignCarForm__input textarea {
  border-color: #dc3545;
  background: #fff8f8;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.c-consignCarForm__input input::placeholder,
.c-consignCarForm__input textarea::placeholder {
  color: #6c757d;
  opacity: 1;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

.c-consignCarForm__input input::-webkit-input-placeholder,
.c-consignCarForm__input textarea::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

.c-consignCarForm__input input::-moz-placeholder,
.c-consignCarForm__input textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

.c-consignCarForm__input input:-ms-input-placeholder,
.c-consignCarForm__input textarea:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

.c-consignCarForm__input textarea:disabled {
  background: #f8f9fa;
  border-color: #e9ecef !important;
  color: #6c757d;
  cursor: not-allowed;
}

.c-consignCarForm__input--currency {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  border: 2px solid #d4d4d4;
  border-left: 4px solid #c6a76f;
  border-radius: 12px;
  background: #f8f9fa;
  transition: all 0.3s ease;
  overflow: hidden;
  box-shadow: none;
}

.c-consignCarForm__input--currency:hover:not(:focus-within) {
  border-color: #c6a76f;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.1);
}

.c-consignCarForm__input--currency:focus-within {
  border-color: #c6a76f;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.15);
  background: #ffffff;
}

.c-consignCarForm__input--currency-symbol {
  height: 44px;
  padding: 0.875rem 1rem;
  background: linear-gradient(135deg, #f1f3f4 0%, #e8eaed 100%);
  color: #2c3e50;
  font-size: 0.875rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
}

.c-consignCarForm__input--phone .c-consignCarForm__input {
  border: none;
  border-radius: 0;
  height: 44px;
  margin: 0;
  flex: 1;
  background: transparent;
  padding: 0.875rem 1rem;
}

.c-consignCarForm__input--phone .c-consignCarForm__input:focus {
  box-shadow: none;
  border: none;
  background: transparent;
  transform: none;
}

.c-consignCarForm__input--phone {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  border: 2px solid #d4d4d4;
  border-left: 4px solid #c6a76f;
  border-radius: 12px;
  background: #f8f9fa;
  transition: all 0.3s ease;
  overflow: hidden;
  box-shadow: none;
}

.c-consignCarForm__input--phone:hover:not(:focus-within) {
  border-color: #c6a76f;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.1);
}

.c-consignCarForm__input--phone:focus-within {
  border-color: #c6a76f;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.15);
  background: #ffffff;
}

.c-consignCarForm__input--phone-code {
  height: 44px;
  padding: 0.875rem 1rem;
  background: linear-gradient(135deg, #f1f3f4 0%, #e8eaed 100%);
  color: #2c3e50;
  font-size: 0.875rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
  border-radius: 0;
}

.c-consignCarForm__input--phone input {
  flex: 1;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 10px 14px;
  font-size: 0.875rem;
  color: #2c3e50 !important;
  height: 100%;
  transition: none !important;
  opacity: 1 !important;
}

.c-consignCarForm__input--phone input:focus {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  outline: none !important;
  transform: none !important;
  color: #2c3e50 !important;
  opacity: 1 !important;
}

.c-consignCarForm__input--phone input::placeholder {
  color: #6c757d !important;
  opacity: 1 !important;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

.c-consignCarForm__input--phone input::-webkit-input-placeholder {
  color: #6c757d !important;
  opacity: 1 !important;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

.c-consignCarForm__input--phone input::-moz-placeholder {
  color: #6c757d !important;
  opacity: 1 !important;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

.c-consignCarForm__input--phone input:-ms-input-placeholder {
  color: #6c757d !important;
  opacity: 1 !important;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

.c-consignCarForm__help-text {
  display: block;
  font-size: 0.75rem;
  color: #6c757d;
  margin-top: 0.375rem;
  line-height: 1.4;
  font-style: italic;
}

.c-consignCarForm__field-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}

.c-consignCarForm__field-col-6 {
  flex: 1;
  min-width: 280px;
}

.c-consignCarForm__field-col-12 {
  width: 100%;
}

.c-consignCarForm__field-col-4 {
  flex: 1;
  min-width: 200px;
}

.c-consignCarForm__input--phone .error {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 0.375rem;
  z-index: 10;
  display: block;
  width: 100%;
}

.c-consignCarForm__input > .error {
  position: relative;
  display: block;
  margin-top: 0.375rem;
  width: 100%;
}

.c-consignCarForm__field > .error {
  position: relative;
  display: block;
  margin-top: 0.375rem;
  width: 100%;
  color: #dc3545;
  font-size: 0.875em;
}

.c-consignCarForm section[role="tabpanel"] {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(10px);
}

.c-consignCarForm section[role="tabpanel"].is-active {
  display: block !important;
  opacity: 1;
  transform: translateY(0);
}

  section[role="tabpanel"]:first-of-type {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.c-consignCarForm .step-panel {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.c-consignCarForm .is-hidden {
  display: none !important;
  opacity: 0;
  transform: translateY(10px);
}

.c-consignCarForm__field .error {
  display: block;
  color: #dc3545;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-top: 0.375rem;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-consignCarForm__field.has-error .error {
  opacity: 1;
  transform: translateY(0);
}

.c-consignCarForm__field.has-error .c-consignCarForm__input--phone .error {
  opacity: 1;
  transform: translateY(0);
}

.c-consignCarForm__field .success {
  display: block;
  color: #28a745;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-top: 0.375rem;
  line-height: 1.4;
}

.c-consignCarForm__field.is-loading .c-consignCarForm__input input {
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 40px;
  position: relative;
}

.c-consignCarForm__field.is-loading .c-consignCarForm__input::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid #c6a76f;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  transform: translateY(-50%);
  pointer-events: none;
}

.c-consignCarForm__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
}

.c-consignCarForm section[role="tabpanel"]:not(.is-active) {
  display: none;
}

.c-consignCarForm .step-panel {
  display: block;
}

.c-consignCarForm .is-hidden {
  display: none !important;
}

@media (max-height: 500px) and (orientation: landscape) {
  .c-consignCarForm {
    padding: 1rem;
    margin: 0;
    border-left: none;
    border-right: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

  .c-consignCarForm__header {
    margin-bottom: 0.5rem;
  }

  .c-consignCarWizard {
    margin-bottom: 0.5rem;
  }

  .c-consignCarForm__field {
    margin-bottom: 0.75rem;
  }

  .c-consignCarWizard__link {
    padding: 0.5rem 0.75rem;
    min-height: 44px;
  }
}

#faqs-consigncar .c-sectionCard__body h2 {
  font-size: 1.07rem;
  font-weight: 700;
  margin-top: 1.2rem;
  margin-bottom: 0.7rem;
  background: #f5f5f5;
  padding: 0.75rem 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  text-align: left;
}

#faqs-consigncar .c-sectionCard__body h3 {
  font-size: 0.98rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  background: #f5f5f5;
  padding: 0.6rem 1rem;
  text-align: left;
  margin-left: -1rem;
  margin-right: -1rem;
}

#faqs-consigncar .c-sectionCard__body h3.no-bg {
  background: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

#faqs-consigncar .c-sectionCard__body li {
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: left;
}

#faqs-consigncar .c-sectionCard__body ul {
  padding-left: 1.4em;
  margin-bottom: 1rem;
}

#faqs-consigncar .c-sectionCard__body li {
  margin-bottom: 0.6em;
}

#faqs-consigncar .c-sectionCard__body strong {
  font-weight: bold;
}

#faqs-consigncar .c-sectionCard__body hr {
  border: none;
  border-top: 1px solid #eaeaea;
  margin: 1.1rem -1rem 0.7rem -1rem;
}

#faqs-consigncar .c-sectionCard__body .text-center {
  text-align: center !important;
}

#faqs-requestcar .c-sectionCard__body h2 {
  font-size: 1.07rem;
  font-weight: 700;
  margin-top: 1.2rem;
  margin-bottom: 0.7rem;
  background: #f5f5f5;
  padding: 0.75rem 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  text-align: left;
}

#faqs-requestcar .c-sectionCard__body h3 {
  font-size: 0.98rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  background: #f5f5f5;
  padding: 0.6rem 1rem;
  text-align: left;
  margin-left: -1rem;
  margin-right: -1rem;
}

#faqs-requestcar .c-sectionCard__body h3.no-bg {
  background: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

#faqs-requestcar .c-sectionCard__body li {
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: left;
}

#faqs-requestcar .c-sectionCard__body ul {
  padding-left: 1.4em;
  margin-bottom: 1rem;
}

#faqs-requestcar .c-sectionCard__body li {
  margin-bottom: 0.6em;
}

#faqs-requestcar .c-sectionCard__body strong {
  font-weight: bold;
}

#faqs-requestcar .c-sectionCard__body hr {
  border: none;
  border-top: 1px solid #eaeaea;
  margin: 1.1rem -1rem 0.7rem -1rem;
}

#faqs-requestcar .c-sectionCard__body .text-center {
  text-align: center !important;
}

#consign-steps label.error {
  color: #dc3545;
  font-size: 0.875em;
  margin-top: 0.25rem;
  display: block;
}

@media (max-height: 500px) and (orientation: landscape) {
  .c-consignCarForm {
    padding: 1rem;
    margin: 0;
    border-left: none;
    border-right: none;
    background: transparent;
  }

  .c-consignCarWizard {
    margin-bottom: 0.5rem;
  }

  .c-consignCarForm__field {
    margin-bottom: 0.75rem;
  }
}

.c-consignCarWizard__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/** Mobile Menu Toggle Button */
.c-nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  padding: 12px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border: 2px solid #c6a76f;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(198, 167, 111, 0.12), 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1000;
  flex-shrink: 0;
  margin-left: auto;
  touch-action: manipulation;
}

.c-nav-toggle:hover {
  background: linear-gradient(135deg, #fff9f0 0%, #fffbf5 100%);
  border-color: #b99657;
  transform: scale(1.05) translateY(-1px);
  box-shadow: 0 4px 16px rgba(198, 167, 111, 0.2), 0 2px 8px rgba(0, 0, 0, 0.1);
}

.c-nav-toggle:active {
  transform: scale(0.95) translateY(0);
  box-shadow: 0 1px 4px rgba(198, 167, 111, 0.15), 0 1px 2px rgba(0, 0, 0, 0.06);
}

.c-nav-toggle:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.3);
}

.c-nav-toggle:focus-visible {
  outline: 2px solid #c6a76f;
  outline-offset: 3px;
  box-shadow: 0 4px 16px rgba(198, 167, 111, 0.25);
}

/** Mobile Menu Toggle Bar Animation */
.c-nav-toggle__bar {
  display: block;
  width: 100%;
  height: 2.5px;
  background: linear-gradient(90deg, #c6a76f 0%, #b99657 100%);
  border-radius: 3px;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.c-nav-toggle[aria-expanded="true"] .c-nav-toggle__bar:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
  background: #a08850;
}

.c-nav-toggle[aria-expanded="true"] .c-nav-toggle__bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.c-nav-toggle[aria-expanded="true"] .c-nav-toggle__bar:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
  background: #a08850;
}

/** Mobile Drawer Container */
.c-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  max-width: 85vw;
  height: 100vh;
  height: 100dvh;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 10px 25px rgba(0, 0, 0, 0.1),
    0 20px 48px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  overflow: hidden;

  /* Flexbox Magic - Auto spacing! */
  display: flex;
  flex-direction: column;
}

.c-drawer[aria-hidden="false"] {
  transform: translateX(0);
}

/** Mobile Drawer Header */
.c-drawer__header {
  flex-shrink: 0;
  height: 80px;
  background: linear-gradient(135deg, #fff 0%, #fafafa 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  gap: 16px;
}

/** Mobile Drawer Logo */
.c-drawer__logo img {
  max-height: 44px;
  width: auto;
  object-fit: contain;
}

/** Mobile Drawer Contact Buttons */
.c-drawer__contact {
  display: flex;
  align-items: center;
  gap: 12px;
}

.c-drawer__contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(198, 167, 111, 0.1);
  border: 1px solid rgba(198, 167, 111, 0.2);
  border-radius: 50%;
  color: #a08850;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-tap-highlight-color: transparent;
}

.c-drawer__contact-btn:focus {
  background: #a08850;
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(198, 167, 111, 0.3);
}

.c-drawer__contact-btn:active {
  transform: scale(0.95);
}

.c-drawer__contact-btn i {
  line-height: 1;
}

/** Mobile Drawer Close Button */
.c-drawer__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(198, 167, 111, 0.1);
  border: 1px solid rgba(198, 167, 111, 0.2);
  border-radius: 50%;
  color: #a08850;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-tap-highlight-color: transparent;
}

.c-drawer__close:focus {
  background: #dc3545;
  border-color: #dc3545;
  color: #fff;
  transform: scale(1.1) rotate(90deg);
  box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
}

.c-drawer__close:active {
  transform: scale(0.95) rotate(90deg);
}

.c-drawer__close i {
  line-height: 1;
}

/** Mobile Drawer Navigation */
.c-drawer__nav {
  flex: 1; /* Grows to fill available space */
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  list-style: none;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(198, 167, 111, 0.3) transparent;
}

.c-drawer__nav::-webkit-scrollbar {
  width: 4px;
}

.c-drawer__nav::-webkit-scrollbar-thumb {
  background: rgba(198, 167, 111, 0.3);
  border-radius: 2px;
}

.c-drawer__nav li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.c-drawer__nav li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/** Mobile Drawer Links */
.c-drawer__link {
  display: flex;
  align-items: center;
  padding: 18px 24px;
  min-height: 56px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.c-drawer__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #a08850;
  transform: scaleY(0);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-drawer__link:focus {
  background: rgba(198, 167, 111, 0.08);
  color: #a08850;
  padding-left: 28px;
}

.c-drawer__link:focus::before {
  transform: scaleY(1);
}

.c-drawer__link:active {
  background: rgba(198, 167, 111, 0.15);
  transform: scale(0.98);
}

.c-drawer__link--active {
  background: rgba(198, 167, 111, 0.12);
  color: #a08850;
  font-weight: 600;
  padding-left: 28px;
}

.c-drawer__link--active::before {
  transform: scaleY(1);
}

.c-drawer__link span {
  flex: 1;
}

/** Mobile Drawer Footer */
.c-drawer__footer {
  flex-shrink: 0; /* Don't shrink */
  background: linear-gradient(0deg, #f8f9fa 0%, rgba(248, 249, 250, 0.95) 100%);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 20px 24px;
}

.c-drawer__footer-title {
  font-size: 14px;
  font-weight: 600;
  color: #666;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 16px;
}

.c-drawer__social {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 16px;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}

.c-drawer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  background: rgba(198, 167, 111, 0.1);
  border: 1px solid rgba(198, 167, 111, 0.2);
  border-radius: 50%;
  color: #a08850;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-tap-highlight-color: transparent;
}

.c-drawer__social-link:focus {
  background: #a08850;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(198, 167, 111, 0.3);
}

.c-drawer__social-link:active {
  transform: translateY(-1px);
}

.c-drawer__social-link i {
  line-height: 1;
}

.c-drawer__copyright {
  text-align: center;
  font-size: 11px;
  color: #999;
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/** Mobile Drawer Overlay */
.c-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.c-drawer-overlay[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}

/** Mobile Menu Body State */
body.c-drawer--open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/** Mobile Menu Responsive Breakpoint */
@media (max-width: 991px) {
  .c-nav-toggle {
    display: flex;
  }
}

.c-nav-toggle:focus-visible {
  outline: 2px solid #c6a76f;
  outline-offset: 2px;
}

@media (max-width: 575px) {
  #content-buycar .c-sectionCard__body h2,
  #content-buycar .c-sectionCard__body h3,
  #content-commercial .c-sectionCard__body h2,
  #content-commercial .c-sectionCard__body h3,
  #content-faq .c-sectionCard__body h2,
  #content-faq .c-sectionCard__body h3,
  #content-privacy .c-sectionCard__body h2,
  #content-privacy .c-sectionCard__body h3 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
}

/* ============================================================================
   SECTION: MOBILE FILTER DRAWER
   
   Slide-in drawer component for mobile filter interface
   
   Used by:
   - buy-cars.php (Buy Car Filter)
   - commercial-vehicles.php (Commercial Vehicle Filter)
   - sold-vehicles.php (Sold Vehicle Filter)
   
   Key Classes:
   - .c-filterDrawer (drawer container)
   - .c-filterDrawer__toggle (open drawer button)
   - .c-filterDrawer__overlay (backdrop)
   - .c-filterDrawer__panel (drawer panel)
   - .c-filterDrawer__header (drawer header)
   - .c-filterDrawer__title (drawer title)
   - .c-filterDrawer__close (close button)
   - .c-filterDrawer__body (scrollable content area - contains .c-filter)
   
   States:
   - .is-active (drawer open state)
   - body.c-filterDrawer-open (prevents body scroll when drawer open)
   
   Integration: Works with unified .c-filter component
   ============================================================================ */

.c-filterDrawer__toggle {
  margin: 1.5rem auto !important;
  max-width: 300px;
  display: block !important;
}

.c-filterDrawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
  visibility: hidden;
}

.c-filterDrawer.is-active {
  pointer-events: all;
  visibility: visible;
}

.c-filterDrawer__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(2px);
}

.c-filterDrawer.is-active .c-filterDrawer__overlay {
  opacity: 1;
}

.c-filterDrawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  max-width: 400px;
  background: #ffffff;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.c-filterDrawer.is-active .c-filterDrawer__panel {
  transform: translateX(0);
}

.c-filterDrawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  background: #a08850;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

.c-filterDrawer__title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.c-filterDrawer__title i {
  font-size: 1rem;
}

.c-filterDrawer__close {
  background: rgba(0, 0, 0, 0.1);
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 1.25rem;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
}

.c-filterDrawer__close:focus {
  background: rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
}

.c-filterDrawer__close:active {
  transform: scale(0.95);
}

.c-filterDrawer__body {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1.25rem;
  padding-bottom: 0;
  -webkit-overflow-scrolling: touch;
}

.c-filterDrawer__body::-webkit-scrollbar {
  width: 6px;
}

.c-filterDrawer__body::-webkit-scrollbar-track {
  background: #e9ecef;
}

.c-filterDrawer__body::-webkit-scrollbar-thumb {
  background: #a08850;
  border-radius: 3px;
}

.c-filterDrawer__body::-webkit-scrollbar-thumb:hover {
  background: #b99657;
}

/* Filter inside drawer - remove bottom margin */
.c-filterDrawer__body .c-filter {
  margin-bottom: 0 !important;
}

/* Drawer-specific filter adjustments */
.c-filterDrawer__body .c-filter .row {
  margin-bottom: 0 !important;
  min-height: auto !important;
}

.c-filterDrawer__body .c-filter__field {
  margin-bottom: 1rem !important;
  min-height: auto !important;
}

body.c-filterDrawer-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* ============================================================================
   END SECTION: MOBILE FILTER DRAWER
   ============================================================================ */

.c-tradeInForm__header--title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2c3e50;
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-align: center;
  line-height: 1.2;
}

.c-tradeInForm__header {
  margin-bottom: 2rem;
  padding: 0;
}

.c-tradeInForm__label--required {
  color: #dc3545;
  font-weight: 600;
  text-transform: none;
}

.c-tradeInForm {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  animation: formSlideIn 0.4s ease-out;
}

.c-tradeInForm .wizard-step-header {
  display: none !important;
}

.c-tradeInWizard {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  padding: 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.c-tradeInWizard__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  list-style: none;
  padding: 0.5rem 0;
  margin: 0;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #c6a76f #f0f0f0;
}

.c-tradeInWizard__list::-webkit-scrollbar {
  height: 6px;
}

.c-tradeInWizard__list::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 3px;
}

.c-tradeInWizard__list::-webkit-scrollbar-thumb {
  background: #c6a76f;
  border-radius: 3px;
}

.c-tradeInWizard__list::-webkit-scrollbar-thumb:hover {
  background: #b99657;
}

.c-tradeInWizard__item {
  display: block;
  flex: 0 0 auto;
  min-width: 180px;
  max-width: 220px;
}

.c-tradeInWizard__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  min-height: 80px;
  background: #ffffff;
  border: 2px solid #e8e8e8;
  border-radius: 12px;
  color: #6c757d;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  gap: 0.5rem;
}

.c-tradeInWizard__link:focus {
  border-color: #c6a76f;
  box-shadow: 0 4px 12px rgba(198, 167, 111, 0.15);
  transform: translateY(-2px);
  color: #000000;
  text-decoration: none;
}

.c-tradeInWizard__link[aria-selected="true"] {
  background: linear-gradient(135deg, #c6a76f 0%, #d4b86f 100%);
  color: #000000;
  border-color: #c6a76f;
  box-shadow: 0 4px 16px rgba(198, 167, 111, 0.3);
}

.c-tradeInWizard__link[aria-selected="true"] .c-tradeInWizard__step {
  color: #000000;
}

.c-tradeInWizard__link[aria-selected="true"] .c-tradeInWizard__title {
  color: #000000;
  font-weight: 600;
}

.c-tradeInWizard__step {
  display: block;
  font-weight: 700;
  font-size: 0.875rem;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  text-align: center;
  line-height: 1.3;
}

.c-tradeInWizard__title {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  margin: 0;
  text-align: center;
}

.c-tradeInForm__title {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

.c-tradeInForm__inner {
  width: 100%;
  padding: 0.25rem 0;
}

.c-tradeInForm__form {
  width: 100%;
  position: relative;
}

.c-tradeInForm__field {
  margin-bottom: 1.5rem;
  position: relative;
}

.c-tradeInForm__label {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  color: #2c3e50;
  margin-bottom: 0.25rem;
  display: block;
}

.c-tradeInForm__input {
  position: relative;
}

.c-tradeInForm__input input[type="number"] {
  height: 48px;
  min-height: 48px;
}

.c-tradeInForm__input textarea:disabled {
  background: #f8f9fa;
  border-color: #e9ecef !important;
  color: #6c757d;
  cursor: not-allowed;
}

.c-tradeInForm__input--currency {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  border: 2px solid #d4d4d4;
  border-left: 4px solid #c6a76f;
  border-radius: 12px;
  background: #f8f9fa;
  transition: all 0.3s ease;
  overflow: hidden;
  box-shadow: none;
}

.c-tradeInForm__input--currency:hover:not(:focus-within) {
  border-color: #c6a76f;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.1);
}

.c-tradeInForm__input--currency:focus-within {
  border-color: #c6a76f;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.15);
  background: #ffffff;
}

.c-tradeInForm__input--currency-symbol {
  height: 44px;
  padding: 0.875rem 1rem;
  background: linear-gradient(135deg, #f1f3f4 0%, #e8eaed 100%);
  color: #2c3e50;
  font-size: 0.875rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
}

.c-tradeInForm__input--phone {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  border: 2px solid #d4d4d4;
  border-left: 4px solid #c6a76f;
  border-radius: 12px;
  background: #f8f9fa;
  transition: all 0.3s ease;
  overflow: hidden;
  box-shadow: none;
}

.c-tradeInForm__input--phone:hover:not(:focus-within) {
  border-color: #c6a76f;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.1);
}

.c-tradeInForm__input--phone:focus-within {
  border-color: #c6a76f;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.15);
  background: #ffffff;
}

.c-tradeInForm__input--phone-code {
  height: 44px;
  padding: 0.875rem 1rem;
  background: linear-gradient(135deg, #f1f3f4 0%, #e8eaed 100%);
  color: #2c3e50;
  font-size: 0.875rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
  border-radius: 0;
}

.c-tradeInForm__input--phone input {
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  height: 100% !important;
  padding: 10px 16px !important;
  margin: 0 !important;
  flex: 1;
  outline: none !important;
  transform: none !important;
}

.c-tradeInForm__input--phone input:focus {
  border: none !important;
  box-shadow: none !important;
  transform: none !important;
}

.c-tradeInForm__help-text {
  display: block;
  font-size: 0.75rem;
  color: #6c757d;
  margin-top: 0.375rem;
  line-height: 1.4;
  font-style: italic;
}

.c-tradeInForm__input--phone .error {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 0.375rem;
}

#tradein-steps label.error {
  display: block;
  color: #dc3545;
  font-size: 0.75rem;
  margin-top: 0.375rem;
  font-weight: 500;
  line-height: 1.4;
}

.c-tradeInForm section[role="tabpanel"] {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(10px);
  z-index: 1;
}

.c-tradeInForm section[role="tabpanel"].is-active {
  display: block !important;
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  z-index: 10;
}

.c-tradeInForm:not(.wizard-initialized) section[role="tabpanel"]:first-of-type {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.c-tradeInForm__footer {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e8e8e8;
}

.c-tradeInForm__footer--actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .c-tradeInWizard__list {
    max-width: 100%;
    gap: 0.875rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0 1rem 0.5rem;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .c-tradeInWizard__item {
    flex: 0 0 auto;
    min-width: 200px;
  }
  .c-tradeInWizard__link {
    padding: 0.875rem 1rem;
    min-height: 44px;
    border-radius: 8px;
  }
  .c-tradeInWizard__step {
    font-size: 0.8125rem;
  }
  .c-tradeInWizard__title {
    font-size: 0.8125rem;
  }
}


/* =======================================================
   CUSTOM SITE-SPECIFIC COMPONENTS
   These are unique to this site and not part of Bootstrap
   ======================================================= */

/* Responsive Icon Sizing */
@media (min-width: 768px) {
  .fa-md-3x {
    font-size: 3em !important;
  }
}


/* Bold Text Utility */
.bold-text,
.c-product-info__detalis__card__heading--title {
  color: #212529;
}
.section-heading span,
.bold-text span,
.c-product-info__detalis__card__heading--title span {
  color: #a08850;
}

/* Page Top Banner Section */
.page-top-banner-section {
  background-image: none !important;
  background-color: #a08850 !important;
}

@media (min-width: 767px) {
  /* Author Info Component */
.author-info,
.date-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
}
.meta-label {
  font-weight: 600;
  color: #495057;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.author-link {
  color: #a08850;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
  position: relative;
}
.author-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #a08850;
  transition: width 0.3s ease;
}
}

/* jQuery UI Slider & Price Filter Range */
.c-vehicleSearch__form__range__slider .ui-slider-horizontal,
.price-filter-range.rangeInput,
#slider-range {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
  z-index: -1 !important;
}

.c-vehicleSearch__form__range__slider .ui-slider-handle,
.c-vehicleSearch__form__range__slider .ui-slider-range,
.c-vehicleSearch__form__range__slider .ui-slider-handle:hover,
.c-vehicleSearch__form__range__slider .ui-slider-handle:focus,
.ui-slider-handle,
.ui-slider-range {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

@media (max-width: 767.98px) {
  .c-vehicleSearch__form__range__slider--holder,
  .price-range-container {
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 0.5rem;
  }
}

/* Product Detail Price Components */
.c-product-info__detalis__price,
.c-product-info__detalis__month,
.vehicle-price,
.js-similar-vehicles-slider .vehicle-price {
  color: #a08850 !important;
  font-weight: 600 !important;
  font-size: 1.08rem !important;
}

.c-product-info__detalis__text {
  font-weight: 700 !important;
  color: #232323 !important;
  font-size: 1rem !important;
  text-align: left !important;
}

/* Slider Button Colors */
.slider-container button {
  background-color: #a08850 !important;
}

/* Sell Car Form Checkbox */
.c-sellCarForm__checkbox,
.c-sellCarForm__radio {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.c-sellCarForm__checkbox input,
.c-sellCarForm__radio input {
  margin-right: 10px;
  width: auto;
}

/* ==============================
   FILE UPLOAD SECTIONS
   ============================== */

/* Price Display Component */
.price-display,
.emi-display {
  display: flex;
  align-items: center;
  gap: 8px;
}
.price-label {
  font-size: 1rem;
  color: #666;
  font-weight: 500;
}

/* Conditional Loan Sections */
.with-loan,
.with-card {
  display: none;
}

.with-loan .loan-entry,
.with-card .card-entry {
  display: none;
}

.loan-installment-input,
.card-limit-input {
  width: 100%;
  height: 42px;
  padding: 10px 16px;
  border: 1px solid #000000;
  border-radius: 12px;
  background: #f8f9fa;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2c3e50;
  transition: all 0.3s ease;
}

.loan-installment-input:focus,
.card-limit-input:focus {
  outline: none;
  border-color: #c6a76f;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.1);
  transform: scale(1.01);
}

/* I) Wizard Step Panels - see line 10416 for actual styles */

/* Additional Custom Components - Final Extraction */

/* Wizard Steps Hidden */
.c-sellCarForm .steps,
.c-sellCarForm .steps ul,
.c-sellCarForm .wizard-step-header {
  display: none !important;
}

/* Share Column Responsive */
@media (max-width: 767.98px) {
  .gn-col-share {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .gn-col-share {
    text-align: right;
  }
}

/* Social Links Animation Override */
@media (prefers-reduced-motion: reduce) {
  .drawer-footer .social-links a {
    transition: none !important;
    animation: none !important;
  }
}

/* Price Range Slider */
@media (max-width: 767.98px) {
  .price-range-slider {
    margin: 1rem 0;
  }
}

/* About Us CTA Buttons */
.c-about-us__cta-actions .btn-inventory,
.c-about-us__cta-actions .btn-sell-car {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  border-radius: 32px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  min-width: 200px;
  text-align: center;
  height: 48px;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.c-about-us__cta-actions .btn-inventory:hover,
.c-about-us__cta-actions .btn-inventory:focus,
.c-about-us__cta-actions .btn-sell-car:hover,
.c-about-us__cta-actions .btn-sell-car:focus {
  background: #a08850;
  border-color: #000000;
  color: #000000;
}

/* Wizard Step Responsive Styles */
@media (max-width: 480px) {
  .c-sellCarWizard__stepNumber,
  .c-consignCarWizard__stepNumber {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
  }

  .c-sellCarWizard__stepLabel,
  .c-consignCarWizard__stepLabel {
    font-size: 0.8rem;
  }
}

/* OTP Modal Phone Responsive */
@media (max-width: 420px) {
  .otp-modal__phone {
    font-size: 0.8rem;
    padding: 0.4rem 0.6rem;
  }
}

/* ========================================================
   COMPREHENSIVE MOBILE RESPONSIVE STYLES
   Vehicle Details, Product Info, and Related Components
   ======================================================== */

/* Vehicle Details - Tablet (991px and below) */
@media (max-width: 991px) {
  .c-product-info__detalis__card {
    padding: 1.25rem;
  }
  
  .c-product-info__detalis__card__heading--title {
    font-size: 1.25rem;
  }
  
  .c-product-info__detalis__lists {
    grid-template-columns: 1fr;
  }
  
  .c-tabs__item {
    margin-bottom: 0.5rem;
  }
}

/* Vehicle Details - Mobile (768px and below) */
@media (max-width: 768px) {
  .c-product-info__detalis__card {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  
  .c-product-info__detalis__card__heading--title {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
  }
  
  .c-product-info__detalis__lists--label {
    font-size: 0.8rem;
  }
  
  .c-product-info__detalis__lists--item {
    font-size: 0.85rem;
    padding: 0.5rem 0;
  }
  
  .c-product-info__detalis__actions {
    flex-direction: column;
    align-items: stretch;
  }
  
  .c-product-info__detalis__actions--link {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
    padding: 10px 16px;
    font-size: 0.85rem;
  }
  
  .c-tabs__item .c-tabs__link {
    padding: 8px 16px !important;
    font-size: 12px !important;
    margin: 0 0.15rem !important;
  }
  
  .c-sectionCard__heading-title {
    font-size: 1.25rem;
  }
  
  .compact-overview-body {
    padding: 0.5rem;
  }
  
  .compact-spec-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 12px;
  }
  
  .compact-spec-row-5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  
  .compact-spec-item {
    padding: 8px;
    min-height: 50px;
  }
  
  .compact-icon {
    width: 24px;
    height: 24px;
    font-size: 11px;
    margin-right: 8px;
  }
  
  .compact-spec-label {
    font-size: 0.7rem;
  }
  
  .compact-spec-value {
    font-size: 0.8rem;
  }
  
  .spec-item {
    padding: 0.75rem;
  }
  
  .spec-label {
    font-size: 0.75rem;
  }
  
  .spec-value {
    font-size: 0.85rem;
  }
}

/* Vehicle Details - Small Mobile (576px and below) */
@media (max-width: 576px) {
  .c-product-info__detalis__card {
    padding: 0.75rem;
  }
  
  .c-product-info__detalis__card__heading--title {
    font-size: 1rem;
  }
  
  .c-product-info__detalis__lists--label {
    font-size: 0.75rem;
  }
  
  .c-product-info__detalis__lists--item {
    font-size: 0.8rem;
    padding: 0.4rem 0;
  }
  
  .c-tabs__item .c-tabs__link {
    padding: 6px 12px !important;
    font-size: 11px !important;
    margin: 0 0.1rem !important;
  }
  
  .compact-overview-body {
    padding: 0.25rem;
  }
  
  .compact-spec-row {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-bottom: 8px;
  }
  
  .compact-spec-row-5 {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  
  .compact-spec-item {
    padding: 6px 8px;
    min-height: 45px;
  }
  
  .compact-icon {
    width: 22px;
    height: 22px;
    font-size: 10px;
    margin-right: 6px;
  }
  
  .compact-spec-label {
    font-size: 0.65rem;
  }
  
  .compact-spec-value {
    font-size: 0.75rem;
  }
  
  .overview-actions .row > .col-3,
  .overview-actions .row > .col-4,
  .overview-actions .row > .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0.5rem;
  }
  
  .overview-actions .action-btn {
    width: 100% !important;
    padding: 10px 12px;
    font-size: 0.8rem;
  }
  
  .pricing-main {
    padding: 0.75rem;
  }
  
  .price-value {
    font-size: 1.1rem;
  }
  
  .emi-value {
    font-size: 0.85rem;
  }
}

/* Section Cards Mobile */
@media (max-width: 768px) {
  .c-sectionCard {
    padding: 1rem;
  }
  
  .c-sectionCard__header {
    padding: 0.75rem 0;
  }
  
  .c-sectionCard__body {
    padding: 1rem 0;
  }
}

/* Image Gallery Mobile */
@media (max-width: 991px) {
  .slick-slider {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .slick-prev {
    left: 5px !important;
  }
  
  .slick-next {
    right: 5px !important;
  }
}

@media (max-width: 576px) {
  .slick-prev {
    left: 2px !important;
  }
  
  .slick-next {
    right: 2px !important;
  }
  
  .slick-prev,
  .slick-next {
    width: 35px;
    height: 35px;
  }
}

/* =======================================================
   EXTRACTED INLINE CSS - PROJECT COMPONENTS
   Moved from inline styles in view files to centralize
   and eliminate inline CSS for better maintainability
   ======================================================= */

/* Hero/Emphasis Text Sizing */
.hero-emphasis-text {
  font-size: 1.19rem;
}

/* Trade-In Process Badges */
.tradein-step-badge {
  font-size: 2rem;
  padding: 1rem 1.5rem;
  border-radius: 50%;
  background-color: var(--brand-gold-primary);
  color: var(--color-white);
}

/* Trade-In Step Headings */
.tradein-step-heading {
  font-size: 1.25rem;
  font-weight: 600;
}

/* Terms & Conditions Content Formatting */
#content-terms .c-sectionCard__body h2 {
  font-size: 1.07rem;
  font-weight: 700;
  margin-top: 1.2rem;
  margin-bottom: 0.7rem;
  background: #f5f5f5;
  padding: 0.75rem 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  text-align: left;
}

#content-terms .c-sectionCard__body h3 {
  font-size: 0.98rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  background: #f5f5f5;
  padding: 0.6rem 1rem;
  text-align: left;
  margin-left: -1rem;
  margin-right: -1rem;
}

#content-terms .c-sectionCard__body h3.no-bg {
  background: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

#content-terms .c-sectionCard__body p,
#content-terms .c-sectionCard__body ul,
#content-terms .c-sectionCard__body li {
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: left;
}

#content-terms .c-sectionCard__body ul {
  padding-left: 1.4em;
  margin-bottom: 1rem;
}

#content-terms .c-sectionCard__body li {
  margin-bottom: 0.6em;
}

#content-terms .c-sectionCard__body strong {
  font-weight: bold;
}

#content-terms .c-sectionCard__body hr {
  border: none;
  border-top: 1px solid #eaeaea;
  margin: 1.1rem -1rem 0.7rem -1rem;
}

#content-terms .c-sectionCard__body .text-center {
  text-align: center !important;
}

/* Privacy Policy Content Formatting */
#content-privacy .c-sectionCard__body h2 {
  font-size: 1.07rem;
  font-weight: 700;
  margin-top: 1.2rem;
  margin-bottom: 0.7rem;
  background: #f5f5f5;
  padding: 0.75rem 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  text-align: left;
}

#content-privacy .c-sectionCard__body h3 {
  font-size: 0.98rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  background: #f5f5f5;
  padding: 0.6rem 1rem;
  text-align: left;
  margin-left: -1rem;
  margin-right: -1rem;
}

#content-privacy .c-sectionCard__body h3.no-bg {
  background: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

#content-privacy .c-sectionCard__body p,
#content-privacy .c-sectionCard__body ul,
#content-privacy .c-sectionCard__body li {
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: left;
}

#content-privacy .c-sectionCard__body ul {
  padding-left: 1.4em;
  margin-bottom: 1rem;
}

#content-privacy .c-sectionCard__body li {
  margin-bottom: 0.6em;
}

#content-privacy .c-sectionCard__body hr {
  border: none;
  border-top: 1px solid #eaeaea;
  margin: 1.1rem -1rem 0.7rem -1rem;
}

/* Finance Page - Text Highlighting */
#content-finance .text-highlight-gold {
  color: #c6a76f;
  font-weight: 600;
}

#content-finance .text-highlight-red {
  color: #d44950;
  font-weight: 600;
}

#content-finance .text-emphasis-dark {
  color: #2B2B2B;
  font-weight: 600;
}

#content-finance .text-emphasis-red-strong {
  color: #d44950;
  font-weight: 700;
}

/* Sell Car Form - Custom Icon Head */
.custom-iconhead {
  font-size: 0.9rem;
  font-weight: 600;
}

/* Performance Optimization - CSS Containment */
.c-sectionCard {
  contain: layout style;
}

.breadcrumb-section.c-sectionCard {
  contain: none;
}

.search_result {
  contain: layout;
}

#sold-pagination {
  contain: layout style;
}

#sold-pagination .pagination {
  contain: layout;
}

/* Buy Cars Page - Content Formatting */
#content-buycar .c-sectionCard__body h2 {
  font-size: 1.07rem;
  font-weight: 700;
  margin-top: 1.2rem;
  margin-bottom: 0.7rem;
  background: #f5f5f5;
  padding: 0.75rem 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  text-align: left;
}

#content-buycar .c-sectionCard__body h3 {
  font-size: 0.98rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  background: #f5f5f5;
  padding: 0.6rem 1rem;
  text-align: left;
  margin-left: -1rem;
  margin-right: -1rem;
}

#content-buycar .c-sectionCard__body p,
#content-buycar .c-sectionCard__body ul,
#content-buycar .c-sectionCard__body li {
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: left;
}

#content-buycar .c-sectionCard__body ul {
  padding-left: 1.4em;
  margin-bottom: 1rem;
}

#content-buycar .c-sectionCard__body li {
  margin-bottom: 0.6em;
}

#content-buycar .c-sectionCard__body strong {
  font-weight: bold;
}

#content-buycar .c-sectionCard__body hr {
  border: none;
  border-top: 1px solid #eaeaea;
  margin: 1.1rem -1rem 0.7rem -1rem;
}

#content-buycar .c-sectionCard__body .text-center {
  text-align: center !important;
}

/* Commercial Vehicles Page - Content Formatting */
#content-commercial .c-sectionCard__body h2 {
  font-size: 1.07rem;
  font-weight: 700;
  margin-top: 1.2rem;
  margin-bottom: 0.7rem;
  background: #f5f5f5;
  padding: 0.75rem 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  text-align: left;
}

#content-commercial .c-sectionCard__body h3 {
  font-size: 0.98rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  background: #f5f5f5;
  padding: 0.6rem 1rem;
  text-align: left;
  margin-left: -1rem;
  margin-right: -1rem;
}

#content-commercial .c-sectionCard__body h3.no-bg {
  background: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

#content-commercial .c-sectionCard__body p,
#content-commercial .c-sectionCard__body ul,
#content-commercial .c-sectionCard__body li {
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: left;
}

#content-commercial .c-sectionCard__body ul {
  padding-left: 1.4em;
  margin-bottom: 1rem;
}

#content-commercial .c-sectionCard__body li {
  margin-bottom: 0.6em;
}

#content-commercial .c-sectionCard__body strong {
  font-weight: bold;
}

#content-commercial .c-sectionCard__body hr {
  border: none;
  border-top: 1px solid #eaeaea;
  margin: 1.1rem -1rem 0.7rem -1rem;
}

#content-commercial .c-sectionCard__body .text-center {
  text-align: center !important;
}

#commercial-pagination {
  contain: layout style;
}

#commercial-pagination .pagination {
  contain: layout;
}

/* 404 Error Page */
#err404-body {
  height: 100%;
  margin: 0;
  min-height: 100vh;
  background-color: #fff;
  overflow: hidden;
}

.bl_wrapper {
  margin: 10px auto;
}

#svg_tramp {
  display: block;
  margin: -30px auto 0;
  max-width: 95vw;
  height: auto;
}

.btn_home {
  position: relative;
  display: block;
  width: 120px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  border-radius: 32px;
  background-color: #be6440;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.2s all;
  z-index: 3;
}

.btn_home:hover,
.btn_home:focus {
  color: #fff;
  background-color: #f00;
}

/* =======================================================
   FINANCE CALCULATOR MODAL STYLES
   Extracted from calculator_modal.php inline <style> block
   ======================================================= */

#financeCalculatorModal .slider-value-display {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#financeCalculatorModal .modal-dialog {
  max-width: 700px;
  margin: 1.75rem auto;
}

#financeCalculatorModal .modal-header {
  background-color: #c6a76f !important;
  border-bottom: none !important;
}

#financeCalculatorModal .modal-title {
  color: #000000 !important;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
}

#financeCalculatorModal .modal-header .close {
  color: #000000 !important;
  opacity: 1 !important;
  text-shadow: none !important;
  transition: transform 0.2s ease !important;
}

#financeCalculatorModal .modal-header .close:hover,
#financeCalculatorModal .modal-header .close:focus {
  transform: scale(1.1);
  opacity: 0.8 !important;
}

#financeCalculatorModal .modal-body p {
  font-size: 15px;
  line-height: 1.6;
  color: #6c757d;
  text-align: center;
  padding: 15px 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border: 1px solid #e9ecef;
  border-radius: 8px;
  margin-bottom: 30px;
  text-transform: none !important;
}

#financeCalculatorModal .custom-range {
  height: 48px !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%) !important;
  border: 2px solid #e9ecef !important;
  border-radius: 12px !important;
  padding: 12px 16px !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05) !important;
  position: relative !important;
}

#financeCalculatorModal .custom-range:hover {
  border-color: #c6a76f !important;
  box-shadow: 0 4px 8px rgba(198, 167, 111, 0.15) !important;
}

#financeCalculatorModal .custom-range::-webkit-slider-track,
#financeCalculatorModal .custom-range::-moz-range-track {
  background: linear-gradient(90deg, #c6a76f 0%, #e9ecef 0%) !important;
  height: 8px !important;
  border-radius: 4px !important;
  border: none !important;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1) !important;
  margin: 0 !important;
}

#financeCalculatorModal .custom-range::-webkit-slider-thumb,
#financeCalculatorModal .custom-range::-moz-range-thumb {
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  background: #c6a76f !important;
  border: 3px solid #fff !important;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2) !important;
  cursor: pointer !important;
}

#financeCalculatorModal .custom-range::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  appearance: none !important;
}

#financeCalculatorModal .custom-range::-moz-range-thumb {
  -moz-appearance: none !important;
}

#financeCalculatorModal .custom-range:focus,
#financeCalculatorModal .custom-range:focus-visible {
  border-color: #c6a76f !important;
  box-shadow: 0 0 0 0.3rem rgba(198, 167, 111, 0.25) !important;
  outline: none !important;
}

#financeCalculatorModal .custom-range:disabled {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
  background-color: #f1f3f4 !important;
}

#financeCalculatorModal .custom-range:disabled::-webkit-slider-thumb,
#financeCalculatorModal .custom-range:disabled::-moz-range-thumb {
  background: #6c757d !important;
  cursor: not-allowed !important;
}

#financeCalculatorModal .form-group {
  margin-bottom: 2rem;
  position: relative;
}

#financeCalculatorModal .cost,
#financeCalculatorModal label.cost {
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0.75rem;
  font-size: 15px;
  letter-spacing: 0.5px;
  display: block;
}

#financeCalculatorModal #vehicle_price {
  border: 2px solid #e9ecef !important;
  border-radius: 12px !important;
  padding: 15px 20px !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #2c3e50 !important;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%) !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05) !important;
}

#financeCalculatorModal #vehicle_price:focus {
  border-color: #c6a76f !important;
  box-shadow: 0 0 0 0.3rem rgba(198, 167, 111, 0.25) !important;
}

#financeCalculatorModal .vat-status-box {
  border: 2px solid #e9ecef !important;
  border-radius: 12px !important;
  padding: 15px 20px !important;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%) !important;
  font-size: 14px !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05) !important;
}

#financeCalculatorModal .slider-value-display {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #c6a76f !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
  margin-bottom: 10px !important;
}

#financeCalculatorModal .d-flex.justify-content-between small {
  border: 2px solid #e9ecef !important;
  padding: 6px 12px !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%) !important;
  font-weight: 600 !important;
  color: #495057 !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05) !important;
}

#financeCalculatorModal .results-section {
  position: sticky;
  top: 20px;
}

#financeCalculatorModal .result-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border: 2px solid #e9ecef;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

#financeCalculatorModal .emi-highlight {
  text-align: center;
  padding: 20px;
  background: #c6a76f;
  border-radius: 12px;
  color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(198, 167, 111, 0.3);
}

#financeCalculatorModal .emi-highlight > .small {
  color: rgba(255,255,255,0.9) !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px !important;
  display: block;
}

#financeCalculatorModal .emi-amount {
  font-size: 28px !important;
  font-weight: 800 !important;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

#financeCalculatorModal .result-card .table td {
  padding: 12px 0;
  border: none;
  font-size: 15px;
  vertical-align: middle;
}

#financeCalculatorModal .result-card .table tr.border-top td {
  border-top: 2px solid #c6a76f !important;
  padding-top: 15px;
  font-weight: 700;
}

#financeCalculatorModal .btn-gold {
  border-radius: 32px !important;
  padding: 10px 24px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  background-color: #c6a76f !important;
  border: 1px solid #c6a76f !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  transition: all 0.3s ease !important;
  height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#financeCalculatorModal .btn-gold:hover,
#financeCalculatorModal .btn-gold:focus,
#financeCalculatorModal .btn-gold:active {
  background-color: #000000 !important;
  border-color: #c6a76f !important;
  color: #ffffff !important;
}

#financeCalculatorModal .disclaimer-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%) !important;
  border: 2px solid #e9ecef !important;
  border-radius: 12px !important;
  padding: 20px !important;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05) !important;
}

#financeCalculatorModal .disclaimer-section h6 {
  color: #2c3e50 !important;
  font-size: 16px !important;
  margin-bottom: 12px !important;
}

#financeCalculatorModal .disclaimer-section p {
  font-size: 13px !important;
  line-height: 1.6 !important;
  color: #6c757d !important;
  margin-bottom: 0 !important;
}

#financeCalculatorModal .badge {
  font-size: 12px !important;
  padding: 6px 12px !important;
  border-radius: 6px !important;
  font-weight: 600 !important;
}

#financeCalculatorModal .badge-success,
#financeCalculatorModal .badge-warning {
  background-color: #c6a76f !important;
  color: #fff !important;
}

#financeCalculatorModal .calculating {
  opacity: 0.7;
}

@media (max-width: 991px) {
  #financeCalculatorModal .results-section {
    position: static;
    margin-top: 40px;
  }
  
  #financeCalculatorModal .modal-dialog {
    margin: 10px;
  }
  
  #financeCalculatorModal .result-card {
    padding: 20px;
  }
  
  #financeCalculatorModal .emi-amount {
    font-size: 24px !important;
  }
}

@media (max-width: 767px) {
  #financeCalculatorModal .modal-dialog {
    margin: 5px;
    max-width: 100%;
  }
  
  #financeCalculatorModal .modal-header {
    padding: 12px 16px !important;
  }
  
  #financeCalculatorModal .modal-title {
    font-size: 1.1rem !important;
    line-height: 1.3 !important;
  }
  
  #financeCalculatorModal .modal-header .close {
    font-size: 1.5rem !important;
    padding: 0 !important;
    margin-left: 10px !important;
  }
  
  #financeCalculatorModal .modal-body {
    padding: 16px !important;
  }
  
  #financeCalculatorModal .form-group {
    margin-bottom: 1.5rem !important;
  }
  
  #financeCalculatorModal .cost {
    font-size: 14px !important;
    margin-bottom: 0.5rem !important;
  }
  
  #financeCalculatorModal .slider-value-display {
    font-size: 14px !important;
    margin-bottom: 8px !important;
  }
  
  #financeCalculatorModal .custom-range {
    height: 44px !important;
    padding: 10px 12px !important;
  }
  
  #financeCalculatorModal .d-flex.justify-content-between small {
    font-size: 11px !important;
    padding: 4px 8px !important;
  }
  
  #financeCalculatorModal #vehicle_price,
  #financeCalculatorModal .vat-status-box {
    padding: 12px 16px !important;
    font-size: 15px !important;
  }
  
  #financeCalculatorModal .result-card {
    padding: 16px !important;
  }
  
  #financeCalculatorModal .emi-highlight {
    padding: 16px !important;
  }
  
  #financeCalculatorModal .emi-amount {
    font-size: 22px !important;
  }
  
  #financeCalculatorModal .result-card .table td {
    font-size: 14px !important;
    padding: 10px 0 !important;
  }
  
  #financeCalculatorModal .disclaimer-section {
    padding: 16px !important;
  }
  
  #financeCalculatorModal .disclaimer-section h6 {
    font-size: 14px !important;
  }
  
  #financeCalculatorModal .disclaimer-section p {
    font-size: 12px !important;
  }
  
  #financeCalculatorModal .btn-gold {
    padding: 12px 30px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 576px) {
  #financeCalculatorModal .modal-dialog {
    margin: 0;
    max-width: 100%;
    height: 100%;
  }
  
  #financeCalculatorModal .modal-content {
    height: 100%;
    border-radius: 0;
  }
  
  #financeCalculatorModal .modal-header {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  
  #financeCalculatorModal .modal-body {
    padding: 12px !important;
    overflow-y: auto;
    max-height: calc(100vh - 80px);
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }
  
  #financeCalculatorModal .modal-title {
    font-size: 1rem !important;
    padding-right: 10px !important;
  }
  
  #financeCalculatorModal .modal-body p {
    font-size: 13px !important;
    padding: 10px 12px !important;
    margin-bottom: 20px !important;
  }
  
  #financeCalculatorModal .form-group {
    margin-bottom: 1.25rem !important;
  }
  
  #financeCalculatorModal .emi-amount {
    font-size: 20px !important;
  }
  
  #financeCalculatorModal .result-card .table td {
    font-size: 13px !important;
  }
  
  #financeCalculatorModal .btn-gold {
    width: 100%;
    padding: 14px 20px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 375px) {
  #financeCalculatorModal .modal-title {
    font-size: 0.9rem !important;
  }
  
  #financeCalculatorModal .slider-value-display {
    font-size: 13px !important;
  }
  
  #financeCalculatorModal .d-flex.justify-content-between small {
    font-size: 10px !important;
    padding: 3px 6px !important;
  }
  
  #financeCalculatorModal .emi-amount {
    font-size: 18px !important;
  }
}














