/* First Choice Cars - Bootstrap 4.6.2 Custom Theme */

/* ========================================================================
   NOTE: CSS Variables moved to config/variables.css
   Load variables.css FIRST in your HTML header for design tokens
   ======================================================================== */

/* ========================================================================
   SECTION 1: Base Typography & Global Styles
   ======================================================================== */

/* Branded Button Variants */

/* Branded Outline Button Variants */
.btn-outline-primary {
  color: var(--gold-primary);
  border-color: var(--gold-secondary);
  background-color: transparent;
  border-radius: 32px;
}

.btn-outline-primary:disabled {
  color: var(--gold-primary);
  background-color: transparent;
}

/* Branded Breadcrumb */
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  padding-right: 0.5rem;
  color: var(--gold-primary);
  font-weight: 500;
}

.breadcrumb-item a {
  color: var(--gold-primary);
  text-decoration: none;
}

.breadcrumb-item a:hover {
  color: var(--gold-accessible);
  text-decoration: none;
}

/* Branded Badge */
.badge-success {
  color: var(--color-black);
  background-color: var(--gold-primary);
}

/* Additional Button Info Overrides */

/* Branded Input Group */
.input-group-text {
  border: 0.0625rem solid var(--gray-500);
  background-color: var(--color-white);
  color: var(--dark-300);
}

/* ========================================================================
   SECTION 3: Grid & Layout
   ======================================================================== */

/* ========================================================================
   SECTION 19: Print Styles
   ======================================================================== */
/* NOTE: !important is acceptable in print styles to ensure proper printing */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: var(--color-black) !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* !important needed to override browser print defaults */
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid var(--bs-secondary-light);
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px;
  }
  .container {
    min-width: 992px;
  }
  .badge {
    border: 1px solid var(--color-black);
  }
  .table {
    border-collapse: collapse;
  }
  .table td,
  .table th {
    background-color: var(--color-white);
  }
  .table .thead-dark th {
    color: inherit;
    border-color: var(--gray-400);
  }

  /* Stock ID Print Optimization */
  .fa-barcode.vehicle-specs__icon {
    background: var(--gold-primary);
    color: var(--color-white);
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .fa-barcode.vehicle-specs__icon ~ .vehicle-specs__content .vehicle-specs__value {
    font-weight: 800;
    color: var(--color-black);
    border-bottom: 2px solid var(--gold-secondary);
    padding-bottom: 2px;
  }

  .vehicle-specs__item {
    page-break-inside: avoid;
  }
}

@media (max-width: 991.98px) {

  .btn:focus,
  .btn:active {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(198, 167, 111, 0.25);
  }

  .btn:active {
    transform: translateY(0.5px);
  }

  a.btn,
  button.btn,
  input[type="submit"].btn {
    text-decoration: none;
  }
}

@media (max-width: 575.98px) {
  .g-agg-badge {
    padding: 6px 12px;
    max-width: 100%;
  }
  .g-agg-badge .g-ltr {
    font-size: 14px;
  }
  .g-agg-badge .g-stars {
    font-size: 16px;
  }
  .g-agg-badge .g-score {
    font-size: 15px;
  }
  .review-card {
    margin: 0 5px;
    min-height: auto;
    max-width: calc(100vw - 40px);
  }

  .modal-dialog {
    margin: 10px;
    max-width: calc(100vw - 20px);
  }
  .modal-content {
    max-height: calc(100vh - 40px);
    overflow-y: auto;
  }
}

#reviewModal .modal-content {
  border-radius: 8px;
  overflow: hidden;
}
#reviewModal .modal-header--plain .close {
  color: var(--color-black);
  opacity: 1;
  text-shadow: none;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  width: auto;
  height: auto;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#reviewModal .modal-body {
  padding: 20px;
}
#reviewModal .modal-body #rvMeta {
  margin-bottom: 8px;
  font-size: 0.9rem;
  color: var(--gray-700);
}
#reviewModal .modal-body #rvText {
  line-height: 1.5;
  margin-bottom: 0;
  font-size: 1rem;
}

@media (max-width: 575.98px) {
  #reviewModal .modal-dialog {
    margin: 10px;
    max-width: calc(100% - 20px);
    width: calc(100% - 20px);
  }
  #reviewModal .modal-header--plain {
    padding: 12px 16px;
    flex-wrap: nowrap;
  }
  #reviewModal .modal-header--plain .modal-title {
    font-size: 1.1rem;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 60px);
  }
  #reviewModal .modal-header--plain .close {
    font-size: 1.5rem;
    min-width: 44px;
    min-height: 44px;
    flex-shrink: 0;
  }
  #reviewModal .modal-body {
    padding: 16px;
  }
  #reviewModal .modal-body #rvMeta {
    font-size: 0.85rem;
  }
  #reviewModal .modal-body #rvText {
    font-size: 0.95rem;
    line-height: 1.4;
  }
}

.fc-modal .modal-dialog .modal-content .modal-header--plain {
  background-color: var(--gold-primary);
  border-bottom: none;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 0.8125rem;
  border-top-right-radius: 0.8125rem;
}
.fc-modal .modal-dialog .modal-content .modal-header--plain .modal-title {
  color: var(--color-black);
  font-size: 1.25rem;
  margin: 0;
  flex: 1;
  font-weight: 600;
  line-height: 1.3;
}
.fc-modal .modal-dialog .modal-content .modal-header--plain .close {
  color: var(--color-black);
  opacity: 1;
  text-shadow: none;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  width: auto;
  height: auto;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fc-modal .modal-dialog .modal-content .modal-body {
  background-color: var(--color-white);
  border-bottom-left-radius: 0.8125rem;
  border-bottom-right-radius: 0.8125rem;
}
.fc-modal
  .form-control:not(.otp-input):not(.c-sellCarForm .form-control):not(
    .c-header__main__search__input
  ) {
  height: 3.75rem;
  padding: 0.875rem;
  font-size: 1rem;
  line-height: 1.5; /* Added - ensures proper text centering in modals */
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.fc-modal .form-control:focus {
  border-color: var(--gold-secondary);
  box-shadow: 0 0 0 0.2rem rgba(198, 167, 111, 0.25);
  outline: 0;
}
@media (prefers-color-scheme: dark) {
  .fc-modal .modal-dialog .modal-content .modal-header--plain {
    background-color: var(--gold-primary);
  }
}
@media (max-width: 575.98px) {
  .fc-modal .modal-dialog .modal-content .modal-header--plain {
    padding: 12px 16px;
    flex-wrap: nowrap;
  }
  .fc-modal .modal-dialog .modal-content .modal-header--plain .modal-title {
    font-size: 1.1rem;
    line-height: 1.2;
  }
  .fc-modal .modal-dialog .modal-content .modal-header--plain .close {
    font-size: 1.5rem;
    min-width: 44px;
    min-height: 44px;
    flex-shrink: 0;
  }
  .fs-22 {
    font-size: 1.125rem;
  }
  .fc-modal
    .form-control:not(.otp-input):not(.c-sellCarForm .form-control):not(
      .c-header__main__search__input
    ) {
    height: 3.5rem;
    padding: 0.75rem;
  }
}

/* ========================================================================
   SECTION 13: COMPANY PAGES - CONTACT & FORMS - START
   Contact form, sell car form, wizard navigation, mobile optimizations
   ======================================================================== */

.c-contactForm__form .btn {
  width: auto;
  min-width: 140px;
}

/* Mobile Form Input Font Size Fix */
@media (max-width: 575.98px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="password"],
  select,
  textarea {
    font-size: 16px;
  }

  /* Global mobile button standard for primary actions */
  .btn-primary,
  .btn-gold,
  .btn-secondary {
    min-height: 48px;
    padding: 0.875rem 1.25rem;
    font-size: 1rem;
  }

  /* General buttons get slightly smaller but still accessible */
  .btn:not(.action-btn):not(.btn-sm):not(.btn-lg) {
    min-height: 44px;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }
}

.contact-thank-you-funnel .card {
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.contact-thank-you-funnel .card:hover {
  transform: translateY(-2px);
  box-shadow: none;
}

.contact-thank-you-funnel .card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.contact-thank-you-funnel .card-body .conversion-btn {
  margin-top: auto;
}

/* Ensure Bootstrap grid columns align at top */

@media (max-width: 767.98px) {
  /* Disable heavy transitions on touch devices for better performance */
  .form-control {
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  }
}
/* =======================================================
   SELL CAR FORM FIELD STYLING - UNIFIED WITH FILTERS
   ======================================================== */

/* Shared inner element styles for currency and phone fields */

/* Shared focus styles for currency and phone inner elements */

.wizard-navigation .btn {
  min-width: 120px;
  margin: 0 0.5rem;
  color: var(--color-black); /* Black text on gold background */
}

.wizard-navigation .btn:hover,
.wizard-navigation .btn:focus,
.wizard-navigation .btn:active {
  color: var(--color-white); /* White text on black background */
}

@media (max-width: 576px) {
  .wizard-navigation .btn {
    width: 100%;
    margin: 0.5rem 0;
    min-height: 48px;
    padding: 0.875rem 1.25rem;
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #sell-submit-btn {
    width: 100%;
    min-height: 52px;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(198, 167, 111, 0.3);
  }

  #sell-submit-btn:active {
    transform: scale(0.98);
  }
}

/* Pagination Overrides - Now part of Section 11 */

.page-link:hover {
  z-index: 2;
  color: var(--gold-accessible);
  text-decoration: none;
  background-color: var(--bs-bg-light);
  border-color: var(--gold-primary);
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(160, 136, 80, 0.25);
}

.page-item.active .page-link {
  z-index: 3;
  color: var(--color-white);
  background-color: var(--gold-primary);
  border-color: var(--gold-primary);
}

.page-item.disabled .page-link {
  color: var(--gray-700);
  pointer-events: none;
  cursor: auto;
  background-color: var(--color-white);
  border-color: var(--gray-400);
}

/* ========================================================================
   SECTION 14: COMPANY PAGES - NEWSLETTER - START
   Newsletter sidebar form and modal styles
   ======================================================================== */
.sidebar-widget .newsletter-form .btn {
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  width: 100%;
}
.sidebar-widget .newsletter-form .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}
.sidebar-widget .newsletter-form .btn:hover::before {
  left: 100%;
}
.sidebar-widget .newsletter-form .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(198, 167, 111, 0.3);
  background-color: var(--color-black);
  color: var(--color-white);
}

/* Newsletter Modal */
.modal#newsletterModal
  .modal-dialog
  .modal-content
  .modal-header.newsletter-modal-header {
  background: var(--gold-primary);
  color: var(--color-white);
  border-bottom: none;
  padding: 1.5rem 2rem 1.5rem 1rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  min-height: 70px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.modal#newsletterModal .modal-dialog .modal-content .newsletter-modal-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.3;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  letter-spacing: -0.01em;
  text-align: left;
  padding: 0;
  color: var(--color-white);
}

.modal#newsletterModal .newsletter-modal-title .text-primary {
  color: var(--color-white);
}
.modal#newsletterModal .newsletter-modal-title i {
  font-size: 1.2rem;
  margin-right: 0;
  flex-shrink: 0;
  color: var(--color-white);
  opacity: 0.9;
}
.modal#newsletterModal .newsletter-modal-title span {
  display: inline-block;
  line-height: 1.3;
  color: var(--color-white);
}

.modal#newsletterModal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  padding: 0;
  align-items: center;
  justify-content: space-between;
  display: flex;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: transparent;
}
.modal#newsletterModal .modal-dialog .modal-content .modal-title {
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
}
.modal#newsletterModal .newsletter-modal-close {
  background: none;
  border: none;
  color: var(--color-white);
  font-size: 1.1rem;
  opacity: 0.8;
  transition: all 0.2s ease;
  padding: 0.5rem;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  align-self: center;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  border-radius: var(--btn-radius);
}

.sidebar-widget .btn {
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.65rem 1.25rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  letter-spacing: 0.025em;
  position: relative;
  overflow: hidden;
}
.sidebar-widget .btn-primary {
  background-color: var(--gold-primary);
  border-color: var(--gold-secondary);
  color: var(--color-black);
}
.sidebar-widget .btn-primary:hover {
  background-color: var(--gold-primary);
  border-color: var(--gold-primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(184, 153, 107, 0.3);
}
.sidebar-widget .btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(184, 153, 107, 0.2);
}

/* ========================================================================
   SECTION 14: COMPANY PAGES - NEWSLETTER - END
   ======================================================================== */

/* ========================================================================
   SECTION 15: COMPANY PAGES - BLOG SIDEBAR - START
   Blog sidebar widgets, social icons, responsive styles
   ======================================================================== */
@media (max-width: 991.98px) {
  .blog-sidebar {
    position: static;
    max-height: none;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 2px solid var(--bs-bg-gray);
  }
  .sidebar-widget {
    margin-bottom: 2rem;
  }
  .sidebar-widget:hover {
    transform: none;
  }

  .sidebar-widget .btn {
    min-height: 44px;
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
  }
  .social-icons a {
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .widget-header,
  .widget-content,
  .widget-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .post-title {
    font-size: 0.85rem;
    line-height: 1.4;
  }
  .post-thumbnail {
    height: 50px;
  }
  .post-thumbnail-placeholder {
    height: 50px;
  }

  .sidebar-widget .btn {
    min-height: 48px;
    padding: 0.875rem 1.25rem;
    font-size: 1rem;
    font-weight: 600;
  }
  .post-thumbnail-link {
    touch-action: manipulation;
  }
  .social-icons {
    gap: 1rem;
  }
  .social-icons a {
    min-width: 48px;
    min-height: 48px;
    border-radius: 12px;
  }

  .newsletter-modal {
    margin: 1rem;
    max-width: calc(100vw - 2rem);
  }
  .newsletter-modal-header {
    padding: 1.5rem 1.25rem 1rem;
  }
  .newsletter-modal-body {
    padding: 1rem 1.25rem 1.5rem;
  }

  .article-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .article-share {
    justify-content: flex-start;
    width: 100%;
    margin-top: 1rem;
  }
}

@media (max-width: 767.98px) and (min-width: 576px) {
  .sidebar-widget {
    margin-bottom: 2rem;
  }
  .sidebar-widget .btn {
    min-height: 46px;
    padding: 0.875rem 1.5rem;
  }
  .social-icons a {
    min-width: 46px;
    min-height: 46px;
  }
  .article-meta {
    gap: 1.25rem;
  }
}

/* ========================================================================
   SECTION 15: COMPANY PAGES - BLOG SIDEBAR - END
   ======================================================================== */

/* ========================================================================
   SECTION 13: COMPANY PAGES - CONTACT & FORMS - END
   ======================================================================== */

/* ========================================================================
   SECTION 3: BOOTSTRAP GRID & LAYOUT SYSTEM - CONTINUED
   Container, Row, Column classes
   ======================================================================== */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* ===  BOOTSTRAP TABLE COMPONENTS  ===*/
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: var(--gray-900);
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid var(--gray-400);
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid var(--gray-400);
}
.table tbody + tbody {
  border-top: 2px solid var(--gray-400);
}
.table .thead-dark th {
  color: var(--color-white);
  background-color: var(--bs-dark);
  border-color: var(--bs-dark-alt);
}
.table .thead-light th {
  color: var(--gray-800);
  background-color: var(--gray-300);
  border-color: var(--gray-400);
}

/* ===  BOOTSTRAP FORM CONTROLS  ===*/
.form-control {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0.875rem 1.3125rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5; /* Added - ensures proper text centering */
  color: var(--dark-200);
  background-color: var(--gray-100);
  background-clip: padding-box;
  border: 2px solid var(--gray-500);
  border-radius: 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--gray-800);
}
.form-control:focus {
  color: var(--gray-800);
  background-color: var(--color-white);
  border-color: var(--bs-primary-light);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: var(--gray-700);
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: var(--gray-300);
  opacity: 1;
}
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none;
}
select.form-control:focus::-ms-value {
  color: var(--gray-800);
  background-color: var(--color-white);
}
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}

/* ===  BOOTSTRAP BUTTON SYSTEM  ===*/
.btn {
  display: inline-block;
  font-weight: 600;
  color: var(--color-black);
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: var(--gold-primary);
  border: 1px solid var(--gold-secondary);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 32px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--color-white);
  text-decoration: none;
  background-color: var(--color-black);
  border-color: var(--gold-secondary);
  background-clip: padding-box;
}
.btn:focus-visible {
  outline: 2px solid var(--gold-secondary);
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.25);
}

.btn:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
  background-color: var(--gold-primary);
  border-color: var(--color-black);
  color: var(--color-black);
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: var(--color-black);
  background-color: var(--gold-primary);
  border-color: var(--color-black);
  transition: all 0.3s ease;
}
.btn-primary:focus {
  color: var(--color-white);
  background-color: var(--color-black);
  border-color: var(--gold-secondary);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: var(--color-black);
  background-color: var(--gold-primary);
  border-color: var(--color-black);
  opacity: 0.65;
}
.btn-secondary {
  color: var(--color-black);
  background-color: var(--gold-primary);
  border-color: var(--color-black);
}

.btn-secondary:hover,
.btn-secondary:focus {
  background-color: var(--color-black);
  border-color: var(--gold-secondary);
  color: var(--color-white);
  background-clip: padding-box;
  box-shadow: none;
  outline: none;
}
.btn-secondary:not(:disabled):not(.disabled):focus,
.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: var(--color-black);
  border-color: var(--gold-secondary);
  color: var(--color-white);
  background-clip: padding-box;
  box-shadow: none;
  outline: none;
}
.btn-secondary:not(:disabled):not(.disabled):focus:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
  background-color: var(--color-black);
  border-color: var(--gold-secondary);
  color: var(--color-white);
  background-clip: padding-box;
  box-shadow: none;
  outline: none;
}
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary.active,
.show > .btn.btn-outline-primary.dropdown-toggle {
  color: var(--color-white);
  background-color: var(--color-black);
  border-color: var(--gold-secondary);
  box-shadow: none;
}

button.btn[class*="btn-outline-"]:hover,
button.btn[class*="btn-outline-"]:focus,
button.btn[class*="btn-outline-"]:active,
button.btn[class*="btn-outline-"].active,
a.btn[class*="btn-outline-"]:hover,
a.btn[class*="btn-outline-"]:focus,
a.btn[class*="btn-outline-"]:active,
a.btn[class*="btn-outline-"].active {
  background-color: var(--color-black);
  border-color: var(--gold-secondary);
  color: var(--color-white);
  background-clip: padding-box;
}

/* Additional button hover states from branded components */
.btn-secondary:hover,
.btn-outline-secondary:hover {
  background: var(--color-black);
  color: var(--color-white);
  border-color: var(--gold-secondary);
}

/* ===  EXTRACTED INLINE CSS  ===*/
/* Alert Messages - Status/Error Displays */
.alert.alert-hidden {
  display: none;
  margin-top: 1rem;
}

/* Form Buttons - Wizard Navigation */
.btn.btn-wizard-hidden {
  display: none;
}

/* reCAPTCHA Error Messages */
.recaptcha-error-display {
  display: none;
  color: var(--bs-danger-alt);
  font-size: 14px;
  margin-top: 5px;
}

/* Button Spinner States */
.btn-spinner-hidden {
  display: none;
}

/* Iframe - Full Width Responsive */
.iframe-responsive {
  border: 0;
  width: 100%;
  height: 100%;
}

/* OTP Modal Messages */
.otp-error-hidden,
.otp-success-hidden {
  display: none;
}

/* Calculator Modal - Slider Labels */
.slider-range-label {
  border: 1px solid var(--gray-300);
  padding: 4px 8px;
  border-radius: 4px;
  background-color: var(--gray-100);
}

/* No Results Display */
.no-results-text {
  text-align: center;
  font-size: 18px;
  color: red;
}

/* Honeypot Anti-Spam Field */
.form-honeypot-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Input Groups - Part of Section 4: Bootstrap Form Controls */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation)
  > .custom-file:not(:last-child)
  .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation
  > .custom-file:nth-last-child(n + 3)
  .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* Custom Form Elements - Part of Section 4: Bootstrap Form Controls */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation)
  > .input-group-append:not(:last-child)
  > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation
  > .input-group-append:nth-last-child(n + 3)
  > .input-group-text,
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: 48px;
  padding: 12px 1.3125rem; /* 12px top/bottom prevents text cutoff */
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--dark-200);
  vertical-align: middle;
  background: var(--gray-100);
  border: 2px solid var(--gray-500);
  border-radius: 12px;
  appearance: none;
}
.custom-select:focus {
  border-color: var(--bs-primary-light);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: var(--gray-800);
  background-color: var(--color-white);
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: var(--gray-700);
  background-color: var(--gray-300);
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--gray-800);
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px var(--color-white), 0 0 0 0.2rem rgba(198, 167, 111, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px var(--color-white), 0 0 0 0.2rem rgba(198, 167, 111, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px var(--color-white), 0 0 0 0.2rem rgba(198, 167, 111, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: var(--gold-primary);
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: var(--gold-secondary);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--gray-400);
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: var(--gold-primary);
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: var(--gold-secondary);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--gray-400);
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: var(--gold-primary);
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: var(--gold-secondary);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: var(--gray-400);
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: var(--gray-400);
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-light);
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-light);
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: var(--bs-secondary-light);
}

/* ===  BOOTSTRAP NAVIGATION & TABS  ===*/
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: var(--gray-700);
  pointer-events: none;
  cursor: default;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-radius: 32px;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: var(--gray-300) var(--gray-300) var(--gray-400);
  border-radius: 32px;
}
.nav-tabs .nav-link.disabled {
  color: var(--gray-700);
  background-color: transparent;
  border-color: transparent;
  border-radius: 32px;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--gray-800);
  background-color: var(--color-white);
  border-color: transparent;
  border-radius: 32px;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* ===  BOOTSTRAP CARD COMPONENTS  ===*/

/* Override Bootstrap nav-tabs for custom vehicle search tabs */

/* Override Bootstrap nav-tabs for vehicle features tabs on detail pages */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var(--color-white);
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1rem;
}

/* ===  BREADCRUMB NAVIGATION & PAGINATION  ===*/
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

/* ===  BOOTSTRAP BADGES & ALERTS  ===*/
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}

/* Bootstrap Alerts - Continuation of Section 9 */
.alert {
  position: relative;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1rem;
  color: inherit;
}

/* ===  BOOTSTRAP CLOSE BUTTONS  ===*/
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-black);
  text-shadow: 0 1px 0 var(--color-white);
  opacity: 0.5;
}
.close:hover {
  color: var(--color-black);
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}

/* ===  BOOTSTRAP MODAL SYSTEM  ===*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: var(--color-white);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid var(--gray-400);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
}

/* Responsive Container Overrides - Part of Section 3: Grid & Layout */
@media (min-width: 992px) {
  .container {
    max-width: 87.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 100%;
  }
}

/* Form Labels & Additional Styling - Part of Section 4: Bootstrap Form Controls */
.form-group label {
  line-height: 0.8125rem;
  margin-bottom: 0.9375rem;
  color: var(--dark-300);
  font-size: 0.9375rem;
  font-weight: 300;
}

/* ===  FORM PLACEHOLDER STYLES  ===*/

.input-group-text {
  height: 3.75rem;
  padding: 0.875rem 1.3125rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: var(--input-radius);
}

.input-group .form-control.is-valid {
  padding-right: calc(0.75em + 2.3125rem);
  background-position: center right 1.75rem;
}
.input-group .form-control.is-invalid {
  padding-right: calc(0.75em + 2.3125rem);
  background-position: center right 1.75rem;
}
.row.equal-height > [class*="col-"] {
  display: flex;
}
.modal .modal-dialog {
  max-width: 42.25125rem;
}
.modal .modal-dialog .modal-content {
  background-color: var(--dark-300);
  border-radius: 0.8125rem;
}
.modal .modal-dialog .modal-content .modal-header {
  display: flex;
  justify-content: center;
  background-color: var(--dark-300);
  border-top-left-radius: 0.8125rem;
  border-top-right-radius: 0.8125rem;
  border-bottom: 0;
  padding: 1.5625rem 0;
}

.modal#newsletterModal .modal-dialog .modal-content .modal-header {
  background-color: var(--gold-primary);
  color: var(--color-white);
  border-bottom: none;
  padding: 0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: space-between;
  align-items: center;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 2.8125rem 4.6875rem;
  background-color: var(--color-white);
  border-bottom-left-radius: 0.8125rem;
  border-bottom-right-radius: 0.8125rem;
}
@media (max-width: 991.98px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 1rem;
  }
}
.modal .modal-dialog .modal-content .modal-body h3 {
  color: var(--gold-primary);
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}
.modal .modal-dialog .modal-content .modal-body a {
  font-size: 0.9375rem;
  font-weight: 300;
}
.modal .modal-dialog .modal-content .modal-body p {
  text-transform: uppercase;
  margin-bottom: 0;
}
.modal .modal-dialog .modal-content .modal-body p a {
  color: var(--gold-primary);
}
.modal .modal-dialog .modal-content .modal-body .modal-footer {
  border: 0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.modal .modal-dialog .modal-content .modal-body .modal-footer button {
  background: var(--gold-primary);
  color: var(--color-white);
  padding: 0.9375rem 1rem;
  width: 8.375rem;
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: uppercase;
  border: 0.1875rem solid var(--gold-secondary);
  margin-top: 0.9375rem;
  border-radius: var(--btn-radius);
  transition: all ease-in-out 0.2s;
}
.modal .modal-dialog .modal-content .modal-body .modal-footer button:hover {
  background: var(--color-white);
  color: var(--gold-primary);
}
.modal .modal-dialog .modal-content .modal-body .modal-footer button:focus {
  outline: none;
  box-shadow: none;
}

.vehicle-actions .btn {
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.vehicle-actions .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.vehicle-actions .row > .col-3,
.vehicle-actions .row > .col-4,
.vehicle-actions .row > .col-6 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  flex: 1;
  min-width: 0;
}

.vehicle-actions .row > .col-auto {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  flex: none;
}
@media (max-width: 767px) {
  .vehicle-gallery__thumbnails {
    display: none;
  }

  .vehicle-gallery .row > .col-9,
  .vehicle-gallery .row > .col-md-10 {
    display: block;
    visibility: visible;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .vehicle-gallery .vehicle-gallery__main {
    display: block;
    visibility: visible;
    width: 100%;
    height: auto;
    min-height: 250px;
    border-radius: 0;
    border: none;
  }
  .vehicle-gallery .vehicle-gallery__slider {
    display: block;
    visibility: visible;
    width: 100%;
    height: auto;
    min-height: 250px;
  }
  .vehicle-gallery .slider-hero {
    display: block;
    visibility: visible;
    min-height: 250px;
    max-height: 400px;
  }
  .vehicle-gallery__slide {
    min-height: 250px;
  }
  .vehicle-gallery__image {
    min-height: 250px;
    max-height: 400px;
    object-fit: cover;
    width: 100%;
  }

  .vehicle-specs__row {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .vehicle-specs__item {
    padding: 10px;
  }
  .vehicle-specs__icon {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
  .fa-barcode.vehicle-specs__icon ~ .vehicle-specs__content .vehicle-specs__value {
    font-size: 0.85rem;
    letter-spacing: 0.02em;
  }
  .vehicle-pricing {
    padding: 15px;
  }
  .vehicle-pricing__value {
    font-size: 1.2rem;
  }
  .vehicle-actions .vehicle-actions__btn {
    padding: 10px 16px;
    font-size: 0.85rem;
    width: auto;
  }
  .vehicle-actions .vehicle-actions__btn i {
    margin-right: 6px;
    font-size: 0.85rem;
  }
  .vehicle-actions .vehicle-actions__btn span {
    font-size: 0.85rem;
  }
}

@media (max-width: 576px) {
  /* Allow 2x2 grid layout on mobile */
  .vehicle-actions .row {
    flex-wrap: wrap;
  }

  /* Force col-6 to stay at 50% width (2 buttons per row) */
  .vehicle-actions .row > .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .vehicle-actions .vehicle-actions__btn {
    padding: 8px 6px;
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    min-height: auto;
  }

  .vehicle-actions .vehicle-actions__btn i {
    margin-right: 0;
    font-size: 1rem;
    margin-bottom: 0;
  }

  .vehicle-actions .vehicle-actions__btn span {
    font-size: 0.7rem;
    text-align: center;
    line-height: 1.1;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .vehicle-actions .row {
    flex-wrap: wrap;
  }

  /* 2 buttons per row on tablets */
  .vehicle-actions .row > .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* Commercial vehicles with 3 buttons: 2 first row, 1 second row */
  .vehicle-actions .row > .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .vehicle-actions .vehicle-actions__btn {
    font-size: 0.9rem;
    padding: 12px 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

  .vehicle-actions .vehicle-actions__btn i {
    font-size: 1rem;
  }

  .vehicle-actions .vehicle-actions__btn span {
    font-size: 0.9rem;
  }
}

@media (max-width: 767.98px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 100%;
  }

  section {
    padding: 3rem 0;
  }

  section:first-of-type {
    padding-top: 2rem;
  }

  section:last-of-type {
    padding-bottom: 3rem;
  }

  .btn {
    padding: 0.75rem 1.5rem;
    font-size: 16px;
    margin-bottom: 1rem;
    border-radius: 32px;
  }

  .slider-vehicles .slick-prev,
  .slider-vehicles .slick-next,
  .slider-hero .slick-prev,
  .slider-hero .slick-next,
  .slider-reviews .slick-prev,
  .slider-reviews .slick-next,
  .slider-team .slick-prev,
  .slider-team .slick-next {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  .slider-vehicles .slick-prev,
  .slider-reviews .slick-prev,
  .slider-team .slick-prev,
  .slider-hero .slick-prev {
    left: 5px;
  }
  .slider-vehicles .slick-next,
  .slider-reviews .slick-next,
  .slider-team .slick-next,
  .slider-hero .slick-next {
    right: 5px;
  }

  .js-menu-inner .slicknav_menu {
    margin: 0;
    padding: 0;
    float: right;
  }
}

/* Container padding - tablet (768px - 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    max-width: 720px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  section {
    padding: 4rem 0;
  }
}

/* Container padding - desktop (992px - 1199px) */
@media screen and (min-width: 992px) {
  .container {
    max-width: 1140px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  section {
    padding: 5rem 0;
  }

}

/* Container padding - large desktop (1200px+) */
@media (min-width: 1200px) {
  .container {
    max-width: 1320px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  section {
    padding: 2rem 0;
  }

}

@media (max-width: 767.98px) {
  .breadcrumb {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
  }

  .breadcrumb-item {
    flex-shrink: 0;
    font-size: 0.8125rem;
    white-space: nowrap;
  }

  .breadcrumb-item a {
    font-size: 0.8125rem;
    white-space: nowrap;
  }

}

/* ==============================
   FORM PAGES - MOBILE SPACING FIX
   Remove top padding from first section after breadcrumb on mobile
   ============================== */
@media (max-width: 767.98px) {
  /* Finance, Sell Car, Request Car, Consign Car pages */
  main#main-content .container:first-of-type {
    padding-top: 0;
  }

  /* Alternative: Target first section directly */
  main#main-content section:first-of-type {
    margin-top: 0;
  }
}

/* ====================================================================
   RESPONSIVE - TABLET (≤768px)
   ==================================================================== */
@media (max-width: 768px) {

.slider-team .slick-slide {
    padding: 0 10px;
  }

  .slider-team .slick-slide > div {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .slider-team .team_blk {
    margin: 0 auto;
    padding: 15px 12px;
    min-height: 280px;
    max-width: 100%;
  }

  .slider-team .team_blk__avatar {
    width: 52px;
    height: 52px;
    margin-bottom: 8px;
  }

  .slider-team .team_blk h4 {
    font-size: 0.9rem;
  }

  .slider-team .team_blk p {
    font-size: 0.85rem;
  }

  .slider-team .team_blk a {
    font-size: 0.8rem;
    padding: 6px 8px;
  }

  .team-social-links a {
    width: 28px;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
  }
}

/* ====================================================================
   RESPONSIVE - MOBILE (≤576px)
   ==================================================================== */
@media (max-width: 576px) {

  .section-heading {
    font-size: 1.25rem;
  }

  /* Mobile: Balanced card sizing for optimal UX */
  .slider-team .slick-slide {
    padding: 0 16px;
  }

  .slider-team .slick-slide > div {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .slider-team .team_blk {
    width: 100%;
    max-width: 360px;
    padding: 24px 20px;
    margin: 0 auto;
    min-height: 280px;
  }

  .slider-team .team_blk__avatar {
    width: 50px;
    height: 50px;
    margin: 0 auto 6px;
  }

  .slider-team .team_blk h4 {
    font-size: 0.85rem;
    margin-bottom: 4px;
  }

  .slider-team .team_blk p {
    font-size: 0.8rem;
  }

  .slider-team .team_blk a {
    padding: 6px 8px;
    font-size: 0.75rem;
  }

  .team-social-links {
    gap: 6px;
  }

  .team-social-links a {
    width: 26px;
    height: 26px;
    font-size: 11px;
    line-height: 26px;
  }
}

/* ==========================
   MOBILE OPTIMIZATIONS
   Handled in component-specific sections
   ========================== */

/* Extra small mobile devices */
/* Extra small mobile devices */
/* =======================================================
   REQUEST CAR FORM FIELD STYLING - UNIFIED WITH FILTERS
   ======================================================== */
#request-steps select.custom-select {
  width: 100%;
  height: 48px;
  padding: 0.875rem 1.3125rem; /* 14px 21px - matches filters */
  border: 2px solid var(--gray-500);
  border-left: 4px solid var(--gold-secondary);
  border-radius: 12px;
  background: var(--gray-100);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--dark-200);
  transition: all 0.3s ease;
  box-sizing: border-box;
  display: block;
  font-family: inherit;
}

/* Extra small mobile devices */
/* ====================================================
   CONSIGN CAR FORM FIELDS STRUCTURE - END
   ==================================================== */

/* =======================================================
   CONSIGN CAR FORM FIELD STYLING - START
   UNIFIED WITH FILTERS
   ======================================================== */
#request-steps select.custom-select,
#consign-steps select.custom-select {
  width: 100%;
  height: 48px;
  padding: 0.875rem 1.3125rem; /* 14px 21px - matches filters */
  border: 2px solid var(--gray-500);
  border-left: 4px solid var(--gold-secondary);
  border-radius: 12px;
  background: var(--gray-100);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--dark-200);
  transition: all 0.3s ease;
  box-sizing: border-box;
  display: block;
  font-family: inherit;
}

#request-steps select.custom-select:focus,
#consign-steps select.custom-select:focus {
  outline: none;
  border-color: var(--gold-secondary);
  border-left-color: var(--gold-secondary);
  background: var(--color-white);
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.1);
}

.btn-gold {
  background-color: var(--gold-primary);
  border: 1px solid var(--color-black);
  color: var(--color-black);
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-gold:hover {
  background-color: var(--color-black);
  border-color: var(--gold-secondary);
  color: var(--color-white);
  text-decoration: none;
}

.btn-gold:focus {
  background-color: var(--color-black);
  border-color: var(--gold-secondary);
  color: var(--color-white);
  text-decoration: none;
}

.btn-gold:active {
  background-color: var(--color-black);
  border-color: var(--gold-secondary);
  color: var(--color-white);
}

.modal-dialog--700 {
  max-width: 700px;
}

.fs-22 {
  font-size: 1.375rem;
}

.fs-2 {
  font-size: 2rem;
}

.cost {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: var(--dark-100);
}

.modal-feedback-hidden {
  display: none;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.fs-08 {
  font-size: 0.8rem;
}

/* ===  ADDITIONAL BOOTSTRAP OVERRIDES  ===*/

html {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--gray-900);
  background-color: var(--color-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: var(--text-secondary);
}

a {
  color: var(--gold-primary);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:focus {
  color: var(--gold-gradient);
  text-decoration: none;
}

.text-muted {
  color: var(--gray-700);
}

.text-gold {
  color: var(--gold-primary);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

#reviewModal .modal-header--plain {
  background-color: var(--gold-primary);
  border-bottom: none;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#reviewModal .modal-header--plain .modal-title {
  color: var(--color-black);
  font-size: 1.25rem;
  margin: 0;
  flex: 1;
  font-weight: 600;
  line-height: 1.3;
}

#contact_submit_btn .btn-spinner {
  display: none;
}

.widget-title .text-primary {
  color: var(--gold-primary);
}

.newsletter-modal.show {
  transform: scale(1);
}

.benefits-list .text-primary {
  color: var(--gold-primary);
}

.sidebar-widget .btn-outline-primary {
  border: 2px solid var(--gold-secondary);
  color: var(--color-black);
  background-color: var(--gold-primary);
  border-radius: 32px;
}

.sidebar-widget .btn-outline-primary:hover {
  background-color: var(--color-black);
  border-color: var(--gold-secondary);
  color: var(--color-white);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(198, 167, 111, 0.3);
}

.sidebar-widget .btn-outline-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(198, 167, 111, 0.2);
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray-900);
  text-align: left;
  background-color: var(--color-white);
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

blockquote {
  margin: 0 0 1rem;
}

strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

a {
  color: var(--bs-primary);
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: var(--bs-primary-dark);
  text-decoration: underline;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input {
  overflow: visible;
}

select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.fade:not(.show) {
  opacity: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.breadcrumb-item.active {
  color: var(--gray-800);
  font-weight: 500;
}

a.badge-success:focus {
  color: var(--color-white);
  background-color: var(--gold-gradient);
}

a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-warning {
  color: var(--color-black);
  background-color: var(--gold-primary);
}

a.badge-warning:focus {
  color: var(--color-white);
  background-color: var(--gold-gradient);
}

a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(198, 167, 111, 0.5);
}

a.badge-danger:focus {
  color: var(--color-white);
  background-color: var(--bs-danger-dark);
}

a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.alert-dismissible {
  padding-right: 4rem;
}

.active.carousel-item-right {
  transform: translateX(100%);
}

.active.carousel-item-left {
  transform: translateX(-100%);
}

/* ===  BOOTSTRAP UTILITY CLASSES  ===*/

.bg-light {
  background-color: var(--gray-100);
}

button.bg-light:focus {
  background-color: var(--bs-border-alt);
}

.bg-white {
  background-color: var(--color-white);
}

.border-top {
  border-top: 1px solid var(--gray-400);
}

.border-bottom {
  border-bottom: 1px solid var(--gray-400);
}

.hide {
  display: none;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.position-relative {
  position: relative;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.mx-n1 {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.text-uppercase {
  text-transform: uppercase;
}

a.text-primary:focus {
  color: var(--bs-primary-dark);
}

.text-secondary {
  color: var(--gray-700);
}

a.text-secondary:focus {
  color: var(--bs-dark-alt2);
}

.text-warning {
  color: var(--bs-warning);
}

a.text-warning:focus {
  color: var(--bs-warning-dark);
}

.text-danger {
  color: var(--error-400);
}

a.text-danger:focus {
  color: var(--bs-danger-darker);
}

.text-dark {
  color: var(--bs-dark);
}

a.text-dark:focus {
  color: var(--bs-secondary-darker);
}

.text-decoration-none {
  text-decoration: none;
}

/* Typography & Global Styles - Part of Section 2 */
body {
  font-weight: 400;
  background-color: var(--bg-gray);
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 2.125rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 0.875rem;
}

h6 {
  font-size: 0.75rem;
}

a {
  color: var(--dark-300);
  font-size: 0.875rem;
  font-weight: 700;

  transition: all 0.15s ease-in-out;
}

a:focus {
  box-shadow: none;
  outline: none;
}

a:hover {
  color: var(--gold-primary);
  text-decoration: none;
}

ul {
  list-style: disc;
  margin-bottom: 0;
  color: var(--dark-300);
  font-size: 1rem;
  font-weight: 400;
}

textarea {
  height: auto;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ==== VEHICLE STATUS CSS START ==== */
.vehicle-status .badge-danger,
.vehicle-status .vehicle-status__badge {
  background: var(--error-400);
  color: white;
  font-size: 1.25rem;
  padding: 0.5rem 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 32px;
}
/* ==== VEHICLE STATUS CSS END ==== */

#general-text table.table-sm td {
  padding: 0.3rem;
}

.btn-fcc-gold {
  background-color: var(--gold-primary);
  border-color: var(--gold-secondary);
  color: var(--color-black);
  padding: 10px 25px;
  border-radius: 32px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  border: 1px solid var(--gold-secondary);
  text-transform: uppercase;
  font-size: 14px;
}

.btn-fcc-gold:focus {
  background-color: var(--color-black);
  border-color: var(--gold-secondary);
  color: var(--color-white);
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(198, 167, 111, 0.3);
}

.btn-fcc-gold:active {
  background-color: var(--color-black);
  border-color: var(--gold-secondary);
  color: var(--color-white);
}

.with-card .card-entry {
  display: none;
}

.card-limit-input {
  width: 100%;
  height: 42px;
  padding: 10px 16px;
  border: 1px solid var(--color-black);
  border-radius: 12px;
  background: var(--gray-100);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--dark-200);
  transition: all 0.3s ease;
}

.card-limit-input:focus {
  outline: none;
  border-color: var(--gold-secondary);
  background: var(--color-white);
  box-shadow: 0 0 0 3px rgba(198, 167, 111, 0.1);
  transform: scale(1.01);
}

.dbr-display-container .text-gold {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 8px;
  opacity: 0.9;
}

/* ===  FORM WIZARDS & MISC OVERRIDES  ===*/
/* NOTE: CSS Variables now in config/variables.css */

.h5 {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  color: var(--gray-900);
}

label#commercial_price_label {
  color: var(--dark-200);
  font-weight: 600;
  text-transform: uppercase;
}

label#sold_price_label {
  color: var(--dark-200);
  font-weight: 600;
  text-transform: uppercase;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.9rem;
  color: var(--gray-700);
  line-height: 1.4;
}

.meta-label {
  font-weight: 600;
  color: var(--gray-800);
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.share-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--gray-800);
  margin-right: 0.5rem;
  letter-spacing: -0.01em;
}

.share-link.whatsapp {
  background-color: var(--bs-whatsapp);
}

.benefits-list li {
  padding: 0.4rem 0;
  font-size: 0.9rem;
  color: var(--gray-800);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: color 0.2s ease;
}

ul ol {
  margin-bottom: 0;
}

sup {
  top: -0.5em;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

.h5 {
  font-size: 1rem;
}

.small {
  font-size: 80%;
  font-weight: 400;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

a > code {
  color: inherit;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: var(--error-400);
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.border {
  border: 1px solid var(--gray-400);
}

.border-0 {
  border: 0;
}

.rounded {
  border-radius: 0.25rem;
}

.overflow-hidden {
  overflow: hidden;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

ul ul {
  list-style: circle;
}

/* ===  CUSTOM COMPONENT STYLES  ===*/
/* ==== VEHICLE GALLERY THUMBNAILS CSS START ==== */
.vehicle-gallery__thumbnail {
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  position: relative;
  height: 140px;
  width: 100%;
  background: var(--gray-100);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

.vehicle-gallery__thumbnail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.vehicle-gallery__thumbnail:hover .vehicle-gallery__thumbnail-image {
  opacity: 0.95;
  transform: scale(1.05);
}
/* ==== VEHICLE GALLERY THUMBNAILS CSS END ==== */

/* ==== VEHICLE PRICING CSS START ==== */
.vehicle-pricing__label {
  font-size: 1rem;
  color: var(--text-secondary);
  font-weight: 500;
}
/* ==== VEHICLE PRICING CSS END ==== */

.otp-input {
  width: 52px;
  height: 52px;
  border: 2px solid var(--gray-400);
  border-radius: 16px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--dark-300);
  background: var(--color-white);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  box-shadow: none;
  cursor: pointer;
  padding: 12px 0;
  line-height: 1;
  vertical-align: middle;
  box-sizing: border-box;
}

.eligibility-modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 24px 28px;
  gap: 10px;
  background: var(--color-white);
  border-radius: 20px;
  text-align: center;
}

.eligibility-icon-wrap {
  margin-bottom: 4px;
  animation: iconBounce 0.5s ease-out 0.2s;
}

.eligibility-icon-wrap svg {
  width: 52px;
  height: 52px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.08));
}

/* EXTRACTED INLINE CSS - ACCORDION */
.acc-content--visible {
  display: block;
}

/* ACCESSIBILITY - Skip to Content Link */
.skip-to-content {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-to-content:focus {
  position: fixed;
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  padding: 12px 24px;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  background: var(--gold-primary);
  color: var(--color-black);
  text-decoration: none;
  z-index: 100000;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  outline: 3px solid var(--color-white);
  outline-offset: 2px;
}

