@font-face {
  font-family: 'Arshid';
  src: url('fonts/Arshid.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.sar{
  font-family: 'Arshid', sans-serif !important;
}

:root {
  /* Background */
  --Background-primary: #f00000;
  --Background-primary-hover: #d70000;
  --Background-primary-active: #b10303;
  --Background-primary-surface: #fff0f0;
  --Background-primary_light: #ffdddd;
  --Background-secondary: #6c727f;
  --Background-secondary_surface: #f5f7fa;
  --Background-secondary_light: #eef1f6;
  --Background-dark: #000b3a;
  --Background-light: #ffffff;
  --Background-danger: #f11e00;
  --Background-Success: #00a560;

  /* Text */
  --text-primary: #f00000;
  --text-secondary: #6c727f;
  --text-title: #222934;
  --text-body: #4e5562;
  --text-light: #ffffff;
  --text-placeholder: #cad0d9;
  --text-danger: #f11e00;
  --text-Success: #00a560;

  /* Border */
  --border-primary: #f00000;
  --border-primary_light: #c2cbff;
  --border-secondary: #6c727f;
  --border-secondary_light: #e0e5eb;
  --border-default: #cad0d9;
  --border-Disabled: #eef1f6;
  --border-danger: #f11e00;
  --border-Success: #00a560;
}
.form-check-input:checked {
  background-color: var(--Background-primary);
  border-color: var(--Background-primary);
}
p {
  font-weight: 400 !important;
  color: var(--text-body);
}
a {
  color: var(--text-primary);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-title);
}
.form-control:focus {
  box-shadow: none;
}
.form-control {
  background-color: var(--Background-light);
  border: var(--bs-border-width) solid var(--border-default);
  color: var(--bs-body-color);
  display: block;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  padding: 0.55rem 1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
.form-control::placeholder {
  color: var(--text-placeholder);
}
.form-label {
  font-size: 14px;
  font-weight: 500;
}
.form-select {
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}
.search_bar button {
  border-radius: 0 5px 5px 0;
}

.btn-primary {
  --bs-btn-bg: var(--Background-primary);
  --bs-btn-hover-bg: var(--Background-primary-hover);
  --bs-btn-active-bg: var(--Background-primary-active);
  --bs-btn-border-color: var(--Background-primary);
  --bs-btn-hover-border-color: var(--Background-primary);
  --bs-btn-padding-y: 10px;
  border-color: var(--Background-primary);
  font-size: 1rem;
  font-weight: 300;
  border-radius: 5px;
}
.btn-dark {
  --bs-btn-bg: var(--Background-dark);
  --bs-btn-hover-bg: var(--Background-dark);
  --bs-btn-active-bg: var(--Background-dark);
  --bs-btn-padding-y: 10px;
  font-size: 1rem;
  font-weight: 300;
  border-radius: 5px;
}
.btn-outline-secondary {
  --bs-btn-bg: var(--Background-light);
  --bs-btn-hover-bg: var(--Background-secondary_light);
  --bs-btn-active-bg: var(--Background-secondary);
  --bs-btn-border-color: var(--border-default);
  --bs-btn-color: var(--text-body);
  --bs-btn-hover-color: var(--text-secondary);
  --bs-btn-padding-y: 10px;
  font-size: 1rem;
  font-weight: 300;
  border-radius: 5px;
}
body {
  /* font-family: inter; */
  /* font-weight: 300; */
  background: var(--Background-light);
  color: var(--text-body);
}
.login,
.signup {
  background: var(--Background-secondary_surface);
}
.page_banner,
.page_banner_logo {
  background-color: var(--Background-secondary_light);
}
.page_banner p,
.page_banner_logo p {
  color: var(--text-body);
  font-weight: 300;
}
.page_banner_logo img {
  width: 110px;
  height: 110px;
  max-width: max-content;
}
/* top-navbar */
.navbar.top-navbar {
  background-color: var(--Background-dark);
}
.top-navbar a,
.top-navbar span,
.top-navbar p {
  color: var(--text-light);
}

/* navbar */

.navbar {
  background-color: var(--Background-light);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.navbar a {
  color: var(--text-title);
  font-weight: 400;
  text-decoration: none;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--text-primary);
  background-color: var(--Background-primary_light);
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.navbar-brand img {
  height: 40px; /* Adjust logo size */
}
.nav-link {
  margin: 0 10px; /* Space between links */
}
.icon {
  margin-left: 10px; /* Space between icons */
  color: #007bff; /* Icon color */
  background-color: var(--Background-primary-surface);
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 99px;
}
.icon:hover {
  background-color: var(--Background-primary_light);
}
.lang {
  border: 1px solid var(--border-secondary_light);
  padding: 3px 10px;
  border-radius: 99px;
  width: 42px;
  height: 42px;
  line-height: 33px;
}
.lang img {
  height: 24px;
  text-align: center;
}

/* about Us */
.about_mission {
  background-color: var(--Background-secondary_surface);
}
.about_video_head iframe {
  height: 400px !important;
}
.about_info span {
  background-color: var(--Background-primary);
  border-radius: 5px;
}
/* FQA */
.faq-section {
  padding: 40px 20px;
}
.faq-question {
  cursor: pointer;
}
.faq-answer {
  display: none;
}
.accordion-button:not(.collapsed) {
  background-color: var(--Background-light);
  color: var(--text-title);
  box-shadow: none;
  padding-left: 0 !important;
}
.accordion-item {
  color: var(--text-body);
  border-bottom: var(--bs-accordion-border-width) solid
    var(--border-secondary_light) !important;
  border: 0;
  border-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.accordion-body {
  padding-left: 0;
}

.accordion-button {
  padding-left: 0;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}
.accordion-collapse.collapse.show {
  background-color: var(--Background-secondary_surface);
  padding: 0px 12px;
  border-radius: 5px;
}

/* Feature Collapse */
.feature_details li:nth-child(odd) {
  background-color: var(--Background-light);
  padding: 10px 15px;
}
.feature_details li:nth-child(even) {
  background: var(--Background-secondary_surface);
  padding: 10px 15px;
}
.feature_details .accordion-body ul {
  list-style-type: none;
  padding: 0;
}
.feature_details .accordion-collapse.collapse.show {
  background-color: var(--Background-light);
  padding: 0px;
  border-radius: 0px;
}
.feature_details .accordion-body {
  padding: 0px 0px !important;
}
.feature_details .accordion-button:not(.collapsed) {
  font-weight: 600 !important;
}
.feature_details .accordion-button {
  padding: 10px 0;
}
/* pagination */
.pagination {
  margin-top: 20px;
}
.pagination .page-item {
  margin: 0 5px;
}
.pagination .page-link {
  border-radius: 5px;
  padding: 10px 15px;
  border: 1px solid var(--border-secondary_light);
  color: var(--text-secondary);
}
.pagination .page-item.active .page-link {
  background-color: var(--Background-primary);
  border-color: var(--text-primary);
  color: var(--text-light);
}
.pagination .page-item.disabled .page-link {
  color: var(--text-secondary);
  pointer-events: none;
}

/* Browes Cars */
.car-card {
  border: 1px solid var(--border-secondary_light);
  border-radius: 8px;
  overflow: hidden;
}
.car-card small,
.car-card p {
  color: var(--text-body);
}
.car-card small {
  color: var(--text-body);
  margin-bottom: 10px;
}
.car-image {
  width: 90%;
  height: auto;
}
.offer-badge,
.start-badge {
  position: absolute;
  top: 25px;
  left: 25px;
  right: inherit;
  background-color: var(--Background-dark);
  color: var(--text-light);
  padding: 1px 6px;
  border-radius: 5px;
  font-weight: 400;
  border-radius: 5px;
  font-size: 14px;
  height: 22px;
  text-transform: uppercase;
}
.start-badge {
  right: 25px;
  left: inherit;
  background-color: var(--Background-light);
  color: var(--text-title);
  border: 1px solid var(--border-secondary_light);
  padding: 1px 6px;
}

.brand-text {
  color: var(--text-title);
  background-color: var(--Background-primary-surface);
  display: inline-block;
  padding: 6px 12px;
  font-weight: 500 !important;
}
.card-head {
  /* background-color: var(--Background-secondary_surface); */
  padding: 10px 0;
}
.price-text h5,
.price-text h6 {
  color: var(--text-primary) !important;
}

/* Service */
.card-services h5,
.card-offer h5,
.car-card h5,
.brand-card h5,
.card-services h6,
.card-offer h6,
.car-card h6,
.brand-card h6 {
  color: var(--text-title);
  font-weight: 700;
}
.card-services a,
.card-offer a,
.car-card a,
.card-gallery a {
  text-decoration: none;
}
.card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.service-image {
  width: 100%;
  height: auto;
}
.price {
  font-size: 1.5rem;
  font-weight: bold;
}
.old-price {
  text-decoration: line-through;
  color: #999;
}

/* Footer */
footer {
  background-color: var(--Background-dark);
}
footer h5 {
  color: var(--text-light);
}
footer li {
  padding: 0 0 16px 0;
}
.brand h5,
.main_links h5,
.quick_links h5,
.subscription h5 {
  margin-bottom: 27px;
}
.brand p {
  color: #cad0d9;
}
.footer-link {
  color: #cad0d9;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: none;
}

.subscribe-input {
  width: 100%;
  margin-bottom: 10px;
}
.social a {
  background-color: var(--Background-primary);
  width: 40px;
  height: 40px;
  color: var(--text-light);
  font-size: 24px;
  border-radius: 4px;
  text-align: center;
  line-height: 39px;
}
.copyright {
  background-color: #00051d;
  color: var(--text-light);
}
/* login */
.login-container {
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: var(--Background-light);
}
.login-right {
  background-color: var(--Background-secondary_surface);
  padding: 40px;
}
/* Signup */
.account-container {
  background: var(--Background-light);
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.sidebar {
  padding: 25px 0px 0px 20px;
  background-color: var(--Background-secondary_light);
}
/* .sidebar li:hover {
  background-color: #fff;
  padding: 15px 0px 10px 20px;
} */
.sidebar li {
  margin-bottom: 30px;
  padding: 0px 0px 0px 20px;
}
.sidebar li h6 {
  color: var(--text-placeholder);
  margin-bottom: 5px;
}
.sidebar li p {
  color: var(--text-placeholder);
}
.sidebar li.active h6 {
  color: var(--text-title);
  font-weight: 700;
}
.sidebar li.active p {
  color: var(--text-body);
}
.content {
  padding: 40px;
}
.option-card {
  border: 1px solid var(--border-default);
  padding: 20px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 5px;
}
.option-card.selected h6 {
  color: var(--text-primary);
}
.option-card h6 {
  color: var(--text-body);
}
.option-card:hover,
.option-card.selected {
  border-color: var(--border-primary);
}
.form-control {
  border-radius: 5px;
}
/* successful message */
.successful_message svg,
.successful_message i {
  font-size: 120px !important;
  color: var(--text-Success);
}
/* Search */

.search-wrapper {
  position: relative;
}
.search-wrapper input {
  padding-left: 40px; /* Space for the icon */
}
.search-wrapper .input-group-text {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
}
/* Car Details */
.color-option {
  width: 115px;
  height: 75px;
  cursor: pointer;
  border: 2px solid transparent;
  opacity: 0.5;
  margin-right: 4px;
}
.color-option.active {
  border: 2px solid var(--border-primary);
  border-radius: 5px;
  opacity: 1;
}
.feature-card img {
  width: 100%;
  height: auto;
}
.car_details_desc hr {
  color: var(--border-secondary);
}
.btns_options .request {
  width: 50%;
}
.car_details_tabs li .active {
  background-color: var(--Background-primary) !important;
  color: var(--text-light) !important;
}
.car_details_tabs .nav-link {
  color: var(--text-title) !important;
}
/* car details gallery */
.dark-fade-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.card-gallery svg,
.card-gallery i {
  position: absolute;
  top: 40%;
  left: 40%;
  right: inherit;
  width: 48px;
  height: 48px;
  color: #c8c8c8;
  z-index: 1;
}
.gallery img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.gallery img:hover {
  transform: scale(1.05);
}
.g-card img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.gallery-item {
  margin-bottom: 1.5rem;
  position: relative;
  cursor: pointer;
  display: grid;
}
.zoom-icon {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--Background-secondary_light);
  color: var(--text-secondary);
  padding: 10px 14px;
  border-radius: 50%;
  display: none;
  /* width: 40px;
  height: 40px; */
}
.gallery-item:hover .zoom-icon {
  display: block;
}
.gallery-item p {
  background-color: var(--Background-secondary_surface);
  padding: 10px;
  margin: 0;
}

/* Feature Home */
.featured-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 24px;
}

.featured-header h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  color: var(--text-title);
}

.view-all {
  font-size: 16px;
  color: var(--text-body);
  text-decoration: none;
}

.view-all:hover {
  text-decoration: underline;
}
/* Feature About Home */
.feature_about_home {
  background-color: var(--Background-secondary_light);
}

@media (max-width: 768px) {
  .hero_details {
    height: 100%;
    position: absolute;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 7%;
    z-index: 1;
  }
  .header .first-cell {
    display: none;
  }
}
@media (max-width: 480px) {
  .columns .owl-carousel .owl-nav button.owl-next,
  .columns .owl-carousel .owl-nav button.owl-prev,
  .columns .owl-carousel button.owl-dot {
    display: none;
  }
  .hero_details {
    height: 100%;
    position: absolute;
    align-content: center;
    flex-wrap: wrap;
    width: 100% !important;
    padding: 0 7%;
    z-index: 1;
  }
  .header .first-cell {
    display: none;
  }
  .hero_details .hero_title {
    font-size: 20px;
  }
  .hero_details p {
    font-size: 16px;
  }
}

/* Contact Us */
.contact_card i,
.contact_card svg {
  color: var(--text-primary);
}
.contact_card p {
  margin-bottom: 5px;
}
.contact_card ul {
  list-style: none;
  text-align: center;
  padding: 0;
}
.contact_card .card {
  min-height: 230px;
}
.contact_card li {
  margin: auto;
}
.contact_form {
  background-color: var(--Background-secondary_surface);
}
.contact_form {
  border-radius: 5px;
}
/* Special Car */
.special_car,
.mentioned {
  background-color: var(--Background-secondary_surface);
  border-radius: 5px;
}
/* card_brand card-services  */
.card_brand .card-body img {
  padding-bottom: 10px;
  width: 50%;
}
.card-services .card-body img {
  width: 100%;
  padding: 0;
}
/* Filter Sidebar */
.filter-sidebar {
  font-weight: 400;
}
.filter-sidebar .type .form-check,
.filter-sidebar .fuel .form-check {
  margin-bottom: 12px;
}
.barnds,
.model,
.price,
.type,
.fuel {
  margin-bottom: 30px;
}
/* .filter-sidebar .price {
  font-size: 14px;
  font-weight: normal;
  color: var(--text-body);
} */
.filter-sidebar .noUi-horizontal {
  height: 10px;
}
.filter-sidebar .noUi-connect {
  background: var(--Background-primary);
}
.filter-sidebar .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
.filter-sidebar .noUi-tooltip {
  border: none;
  color: var(--text-body);
}
.filter-sidebar .noUi-tooltip:before {
  content: "SAR ";
}
/* .filter-sidebar .price-values {
  display: flex;
  justify-content: space-between;
} */

/* Body Types */
.body_type {
  background-color: var(--Background-secondary_surface);
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
  border: 1px solid var(--border-default);
}
.body_type a {
  text-decoration: none;
}
.body_type:hover {
  background-color: var(--Background-light);
}
.body_item {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 5px;
  text-decoration: none;
  display: block;
  background-color: var(--Background-secondary_surface);
  padding: 10px 0;
  border: 1px solid var(--Background-light);
}
.body_item img {
  margin-bottom: 5px;
}
.body_item:hover {
  border: 1px solid var(--border-default);
}
/* Home features sliders */

.owl-carousel .owl-item img {
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 99% !important;
}
.owl-carousel.owl-theme.feature_clients img,
.owl-carousel.owl-theme.feature_brands img {
  border: none;
}
.owl-carousel.owl-theme.feature_hero img {
  border: none;
  width: 100% !important;
}
.hero_mask {
  position: absolute;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.3;
}
.owl-dots {
  display: none;
}
.owl-theme .owl-nav {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  margin-top: 0 !important;
}
.owl-carousel.owl-loaded {
  display: flex !important;
  width: 100%;
  height: 100%;
  align-items: center;
}
.columns .owl-carousel .owl-nav button.owl-next,
.columns .owl-carousel .owl-nav button.owl-prev,
.columns .owl-carousel button.owl-dot {
  background: #333;
  opacity: 0.6;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  color: #fff;
}

.columns .owl-carousel .owl-nav button.owl-next,
.columns .owl-carousel .owl-nav button.owl-prev,
.columns .owl-carousel button.owl-dot {
  font-size: 24px;
}
.g-search p {
  color: var(--text-title);
  margin-bottom: 0px;
  font-weight: 600 !important;
}
.g-search small {
  color: var(--text-body);
}
.g-search a {
  margin-bottom: 15px;
}
.g-search li a {
  text-wrap: auto;
}
.brand-fluid {
  background: var(--Background-secondary_surface);
  padding: 20px 0;
}
.brand-fluid img {
  padding: 20px;
}
.hero_details {
  height: 100%;
  position: absolute;
  align-content: center;
  flex-wrap: wrap;
  width: 80%;
  padding: 0 10%;
  z-index: 1;
}
.hero_details h1,
.hero_details h2,
.hero_details p,
.hero_details a {
  color: var(--text-light);
  text-decoration: none;
}
/* brand slider  */
.hero-brand.owl-carousel .owl-item img,
.hero-services.owl-carousel .owl-item img {
  width: 100% !important;
}
/* Price Range */
.range-slider {
  width: 100%;
  position: relative;
  height: 8px;
  background: var(--Background-secondary_light);
  border-radius: 5px;
}

.slider-track {
  height: 8px;
  position: absolute;
  background: var(--Background-primary);
  top: 25%;
  transform: translateY(-20%);
  border-radius: 5px;
}

.range-slider input[type="range"] {
  position: absolute;
  width: 100%;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  top: -7px;
  z-index: 99;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  background: var(--Background-light);
  border: 2px solid var(--Background-primary);
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  background-color: #6c757d;
  border-color: #6c757d;
}


/* My Account */

aside.my_account {
  border-right: 1px solid var(--border-secondary_light);
}
.profile-icon {
  width: 50px;
  height: 50px;
  background-color: var(--Background-primary_light);
  border-radius: 50%;
  font-weight: bold;
  font-size: 18px;
}

.my-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px;
  cursor: pointer;
}

.my-menu-item p {
  margin-bottom: 0;
}

.my-menu-item a {
  text-decoration: none;
}

.my-menu-item:hover {
  background-color: var(--Background-secondary_surface);
  border-radius: 8px;
}

.my-menu-icon {
  margin-right: 10px;
}

.favorites-badge {
  background-color: black;
  color: var(--text-light);
  border-radius: 5px;
  padding: 0 6px;
  font-size: 12px;
}

.signout {
  color: var(--text-primary);
  font-weight: 500;
}

.my_account hr {
  color: #6c727f;
}

.my_account_table .table .table-header {
  background-color: var(--Background-secondary_surface);
  border-color: transparent;
}

.my_account_table .table .table-header th {
  font-weight: 400;
  padding-top: 12px;
  padding-bottom: 12px;
}
.my_account_table .car-item {
  padding: 15px 0;
  border-bottom: 1px solid var(--border-secondary_light);
  font-size: 14px;
}

.my_account_table .car-img {
  width: 100px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 24px;
}

.my_account_table .btn-black {
  background-color: black;
  color: white;
  padding: 5px 15px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
}

.my_account_table .status-dot {
  height: 10px;
  width: 10px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.my_account_table .status-dot.success {
  background-color: var(--Background-Success);
}
.my_account_table .status-dot.pending {
  background-color: #f09400;
}

.my_account_table .status-dot.Canceled {
  background-color: var(--Background-primary);
}

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: initial;
  --bs-table-bg: initial;
  --bs-table-border-color: initial;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: initial;
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: initial;
}

.max-height-100 {
  max-height: 100px;
  overflow: auto;
}

.w-25px{
  width: 25px;
}

.table-comparison thead th {
  vertical-align: middle;
  text-align: center;
}
.table-comparison .tr-group {
  background-color: var(--Background-dark);
  font-weight: bold;
  color: var(--text-light);
  padding: 10px 20px !important;
}
.table-comparison .highlight-col {
  background-color: var(--Background-secondary_surface);
}
