* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #fff;
  font-family: var(--selected-font);
}

.row {
  justify-content: center;
}

* a {
  text-decoration: none;
  color: inherit;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1390px;
  }
}

/* .banner-overlay {
  width: 100%;
  height: 800px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), url('../images/website-banner--26.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} */

.main-banner {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
}

.banner-slider {
  display: flex;
  width: 100%;
  height: 100%;
  animation: slideBanner 8s infinite;
  position: absolute;
  z-index: -1;
}

.slide {
  flex: 0 0 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Animation */
@keyframes slideBanner {
  0% {
    transform: translateX(0);
  }

  33.33% {
    transform: translateX(0);
  }

  33.34% {
    transform: translateX(-100%);
  }

  66.66% {
    transform: translateX(-100%);
  }

  66.67% {
    transform: translateX(-200%);
  }

  100% {
    transform: translateX(-200%);
  }
}


.navbar-expand-lg .navbar-collapse {
  white-space: nowrap;
}

.container-fix {
  width: 1440px !important;
}

/* Marquee text animation (optional) */
.marquee-text {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 10s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-20%);
  }
}

@media (max-width: 1316px) {
  .navbar-collapse {
    text-align: center;
  }

  .announcement {
    display: flex;
    top: 100%;
    text-align: center;
    white-space: normal;
    width: 100%;
    margin-top: 0px;
    padding: 0.5rem;
    font-size: 14px;
    align-items: center;
    clip-path: polygon(0px 0, 100% 0, 100% 100%, 0% 100%) !important;
  }

  .navbar-nav {
    flex-direction: column !important;
    gap: 0;
  }
}

.gap-6 {
  gap: 200px;
}

.padding-same {
  padding: 14px 24px;
}

.text-color {
  color: rgba(0, 0, 0, 0.24);
}

.border-color {
  border: 1px solid rgba(0, 0, 0, 0.24);
}

.background-color {
  background-color: rgba(255, 255, 255, 1);
}

.navbar-padding {
  padding: 29px 10px;
}

.fs-24 {
  font-size: 24px !important;
}

.topbar-style {
  background: linear-gradient(99.31deg, #EB1C24 5.5%, #851014 97.83%);
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.search-banner {
  position: relative;
  top: -180px;
}

@media (max-width: 770px) {
  .search-banner {
    position: unset;
    top: unset;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.search-banner-style {
  border-radius: 12px;
  backdrop-filter: blur(32px);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 770px) {
  .search-banner-style {
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  }
}

.searchBanner-inner {
  /* height: 160px; */
  display: flex;
  align-content: center;
}

.search-title {
  font-weight: 600;
  font-size: 38px;
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 770px) {
  .search-title {
    color: #000000;
  }
}

.section-title {
  font-weight: 600;
  font-size: 38px;
  color: rgba(0, 0, 0, 1);
}

.auction-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
}

.auction-tabs .nav-link {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.24);
  border: none;
  border-radius: 0;
  padding-bottom: 8px;
  margin-bottom: -1px;
}

.auction-tabs .nav-link.active {
  font-size: 18px;
  color: rgba(232, 28, 36, 1);
  border-bottom: 2px solid rgba(232, 28, 36, 1);
  background-color: transparent;
  font-weight: 500;
}

.hide-extra {
  display: none !important;
}


.car-card1 {
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.15);
}

.car-card {
  /* margin-top: 10px; */
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.24);
  border-radius: 8px;
}

.car-card:hover {
  /* margin-top: 10px; */
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  background-color: #FFFFFF;
  cursor: pointer;
}

.padding-card {
  padding: 15px 10px;
}

.image-fluid {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 0px;
}

.car-title-container {
  width: 100%;
  max-width: 300px;
  height: 32px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.car-title {
  display: block;
  white-space: nowrap;
  font-size: 26px;
  font-weight: 600;
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
}

.car-title-text {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
}

/* Hover effect */
.car-title-container:hover .car-title {
  color: rgba(232, 28, 36, 1);
}

.car-title-container:hover .car-title-text {
  animation: marquee 6s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.underline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
}

.card-info {
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}

.card-values {
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.card-button {
  background-color: rgba(232, 28, 36, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
}

.card-buttonNew {
  background-color: rgba(232, 28, 36, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 300;
}

.card-leftButtonNew {
  background-color: rgba(232, 28, 36, 0.12);
  color: rgba(232, 28, 36, 1);
  font-size: 16px;
  font-weight: 300;
}

.card-leftButton {
  background-color: rgba(232, 28, 36, 0.12);
  color: rgba(232, 28, 36, 1);
  font-size: 16px;
  font-weight: 600;
}

.card-button-padding {
  padding: 12px 20px;
}

.btn:hover {
  border: 1px solid rgba(0, 0, 0, 0.24);
}

.subtitle {
  color: #000000D9;
  font-size: 25px;
}

.form-style {
  background-color: #E81C240A;
  padding: 25px;
  border: 1px solid #00000029;
  border-radius: 8px;
}

.feature-icon {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.mt-7 {
  margin-top: 80px;
}

.background-section {
  background-image: url(../images/image-1.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  /* height: 750px; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.overlay {
  inset: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(7px);
}

.btn-same {
  background-color: rgba(232, 28, 36, 0.12);
  color: #EB1C24;
  border: rgba(232, 28, 36, 0.12);
}

.btn-same:hover {
  background-color: #E81C24;
  color: #FFFFFF;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  border: #FFFFFF;
}

a.text-danger:hover {
  text-decoration: underline;
}

.fs-18 {
  font-size: 18px;
}

.blog-box {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px 16px;
  background-color: #fff;
  margin: 20px auto;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  width: 390px;
}

.blog-box:hover {
  border: 1px solid #00000036;
  box-shadow: none;
  cursor: pointer;
}

.blog-heading {
  font-size: 22px;
  font-weight: 600;
}

.blog-heading:hover {
  font-size: 22px;
  font-weight: 600;
  color: #EB1C24;
  cursor: pointer;
}

.blog-text {
  font-size: 16px;
  color: #000000;
}

.testimonial-box {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 40px;
  background-color: #fff;
  margin: 20px auto;
}

.testimonial-stars {
  color: #f6b01e;
  font-size: 1.5rem;
}

.testimonial-text {
  font-size: 1.2rem;
  margin: 20px 0;
}

.client-info img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.client-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.carousel-control-prev,
.carousel-control-next {
  filter: invert(1);
}

.section-heading {
  text-align: center;
  margin-bottom: 30px;
}

.section-heading h2 {
  font-weight: bold;
  font-size: 45px;
}

.highlight {
  color: #EB1C24;
}

.background-crousel {
  background-color: rgba(0, 0, 0, 0.04);
}

.background-crousel:hover {
  background-color: rgba(0, 0, 0, 0.04);
  border: 1px solid black;
}

.background-section1 {
  background-image: url(../images/Mockup.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  /* height: 1430px; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-color: #000000;
  color: #FFFFFF;
}

.input-bg {
  background-color: #ec4b4f;
  border: none;
  color: white;
}

.input-bg::placeholder {
  color: white;
  opacity: 0.8;
}

.footer {
  background-color: #000000;
  padding: 40px 0 20px;
  color: #FFFFFF;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links i {
  color: #FFFFFF;
}

.footer-links i:hover {
  color: #E81C24;
}

.footer-links a {
  position: relative;
  color: #FFFFFF;
  text-decoration: none;
}

.footer-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #E81C24;
  transition: width 0.5s ease-in;
}

.footer-links a:hover {
  color: #E81C24;
}

.footer-links a:hover::after {
  width: 100%;
}

.navbar-nav .nav-link,
.navbar-nav .dropdown-item {
  font-size: 13px;
  color: white;
  position: relative;
  transition: color 0.3s ease;
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .dropdown-item:hover {
  background-color: #fff !important;
  color: #000 !important;
  backdrop-filter: none;
}

.navbar-nav .nav-item:hover::after {
  width: 100%;
}

.dropdown:hover>.dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown-menu {
  margin-top: 0;
}

.contact-info {
  margin-bottom: 15px;
}

.copyright {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  font-size: 14px;
}

.quick-links-table {
  width: 100%;
  margin-bottom: 20px;
}

.quick-links-table td {
  padding: 5px 0;
  vertical-align: top;
}

.icon-style {
  height: 40px;
  color: #000000;
  width: 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
}

.fs-36 {
  font-size: 36px;
}

.filter-style {
  border: 1px solid #000000;
  border-radius: 8px;
  color: #FFFFFF;
  background-color: #000000;
}

.filter-style1 {
  border: 1px solid #000000;
  border-radius: 8px;
  color: #000000;
  background-color: #FFFFFF;
}

.filter-style2 {
  border: 1px solid #000000;
  border-radius: 50px;
  color: #000000;
  font-size: 20px;
}

.filter-style3 {
  border: 1px solid #000000;
  border-radius: 8px;
  color: #FFFFFF;
  background-color: #000000;
}

.car-button {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 10px;
}

/* Make card layout horizontal */
#cardContainer.list-view .card-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0px 12px;
}

/* Car card overall layout */
#cardContainer.list-view .car-card {
  display: flex;
  flex-direction: row;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 5px;
  gap: 1rem;
  /* background-color: #fff; */
}

#cardContainer.list-view .car-button {
  flex: 1;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  /* padding-top: 85px;
  padding-bottom: 40px; */
  padding-top: 10px;
  padding-bottom: 0px;
}

/* Image container */
#cardContainer.list-view .car-image {
  flex: 0 0 300px;
  /* max-width: 300px; */
  border-radius: 8px;
  overflow: hidden;
  max-width: 180px;
  height: 110px;
}

#cardContainer.list-view .car-image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

/* Right section: details */
#cardContainer.list-view .car-details {
  flex: 3.75;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 0px !important;
}

/* Title */
#cardContainer.list-view .car-title-text {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0rem;
}

/* Title */
#cardContainer.list-view .car-details .car-title-container {
  max-width: 100%;
}

/* Info rows */
#cardContainer.list-view .card-info {
  display: flex;
  font-size: 17px;
  margin-bottom: 0rem;
  padding-top: 0px !important;
}

#cardContainer.list-view .card-values {
  display: flex;
  font-size: 17px;
  margin-bottom: 0rem;
  padding-top: 0px !important;
}

#cardContainer.list-view .car-info .car-list-flex {
  display: flex;
  font-size: 0.9rem;
  margin-bottom: 0rem;
}

#cardContainer.list-view .car-info .car-list-flex .cardList-border {
  /* border-right: 1px solid rgba(0, 0, 0, 0.08); */
  margin-left: 0px;
  display: flex;
}

#cardContainer.list-view .car-info .car-list-flex .cardList-border1 {
  margin-left: 5px;
  display: flex;
}

#cardContainer.list-view .car-info .card-design-vehicle {
  display: contents;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

#cardContainer.list-view .underline {
  border-right: 1px solid #ccc;
  padding-right: 1rem;
  margin-right: 1rem;
}

/* Features */
#cardContainer.list-view .car-features {
  display: flex;
  gap: 12px;
  margin-bottom: 0rem;
  justify-content: flex-start;
}

#cardContainer.list-view .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  gap: 8px;
}

/* Buttons */
#cardContainer.list-view .row.mt-3 {
  display: grid;
  gap: 1rem;
}

#cardContainer.list-view .row.mt-3 .col-6 {
  flex: 1;
  display: contents;
}

#cardContainer.list-view .card-button,
#cardContainer.list-view .card-leftButton {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  font-weight: 600;
  border-radius: 4px;
}

#cardContainer.list-view .card-button {
  background-color: #EB1C24;
  color: white;
}

#cardContainer.list-view .card-leftButton {
  background-color: #fce9ea;
  color: #EB1C24;
}

/* Default state: show everything */
.show-only-in-grid {
  display: block;
}

/* In list view: hide items meant only for grid */
#cardContainer.list-view .show-only-in-grid {
  display: none !important;
}

/* Optional: show certain items only in list view */
.show-only-in-list {
  display: none;
}

#cardContainer.list-view .show-only-in-list {
  display: flex !important;
}

#cardContainer.list-view .car-info {
  padding-top: 0px !important;
}


.card-design-vehicle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.car-features {
  justify-content: space-between;
}

/* filter open */
.filter-box {
  /* position: fixed;
  top: 0;
  right: 0;
  width: 450px;
  max-height: 100vh;
  overflow-y: auto; */
  padding: 20px;
  background: white;
  border: 0 solid #ccc;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  /* z-index: 1000; */
}

.filter-padding {
  padding: 7px 12px;
}

.d-none {
  display: none;
}

.expand-button {
  border: 1px solid #000000;
  color: #000000;
  background-color: #FFFFFF;
  border-radius: 4px;
}

.fs-28 {
  font-size: 28px;
}

.rounded {
  border-radius: 6px !important;
  border: 1px solid rgba(0, 0, 0, 0.24) !important;
}

/* Style the default checkboxes */
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 6px;
}

/* Style when checkbox is checked */
input[type="checkbox"]:checked {
  background-color: #000000;
  border: 1px solid #000000;
}

input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 5px;
  width: 6px;
  height: 12px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.calendar-Banner {
  width: 100%;
  height: 600px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), url('../images/calendar-page.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Calendar Style */
.header-calendar {
  background-color: #EB1C24;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  padding: 0.5rem 0;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.toolbar1 {
  /* font-size: 15px; */
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-group1 {
  border-radius: 4px;
  border: 1px solid #d1d5db;
  padding: 4px;
  font-size: 14px;
  background-color: #FFFFFF;
}

.month-title {
  font-weight: 600;
  font-size: 35px;
  color: #272727;
  user-select: text;
}

.weekdays {
  font-weight: 600;
  font-size: 15px;
  color: #000000;
  border-bottom: 1px solid #d1d5db;
  text-align: center;
  padding: 0.25rem 0;
}

.calendar-cell {
  border-right: 1px solid #d1d5db;
  border-bottom: 1px solid #d1d5db;
  min-height: 110px;
  padding: 0.25rem 0.25rem 0 0.25rem;
  vertical-align: top;
}

.calendar-cell:last-child {
  border-right: none;
}

.calendar-row:last-child .calendar-cell {
  border-bottom: none;
}

.date-number {
  font-size: 18px;
  color: #7E7E7E;
  user-select: none;
  display: flex;
  justify-content: end;
}

.date-number.today {
  font-weight: 600;
  color: #111827;
}

.event {
  display: flex;
  margin-top: 2px;
  line-height: 1.1;
  justify-content: space-between;
}

.event-time {
  font-size: 9px;
  color: #9ca3af;
  user-select: none;
  margin-top: 2px;
}

.highlight-bg {
  color: #E81C24;
  background-color: #e3e3e4d5;
}

.today-btn {
  font-size: 12px;
  color: #4b5563;
  border: 1px solid #d1d5db;
  border-radius: 0.25rem;
  padding: 0.15rem 0.75rem;
  background-color: white;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.today-btn:hover {
  background-color: #f3f4f6;
}

.position-fix {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: white;
}

h1 .red-text {
  color: #EB1C24;
}

.nav-tabs .nav-link {
  font-size: 16px;
  color: #d1d5db;
  padding: 0px 25px;
  border: none;
  font-weight: 500;
}

.nav-tabs .nav-link.active {
  color: #EB1C24;
  border-bottom: 2px solid #EB1C24;
  padding-bottom: 0.25rem;
  font-weight: 500;
  background-color: unset;
}

.btn-pill {
  font-size: 20px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 9999px;
  padding: 6px 24px;
  color: #000000;
  /* margin-bottom: 0.5rem; */
  white-space: nowrap;
}

.btn-pill:focus,
.btn-pill:hover {
  background-color: #e5e7eb;
  border: none;
  color: #000000;
  box-shadow: none;
  margin-bottom: 0px;
}

.btn-view-more {
  background-color: #EB1C24;
  color: white;
  font-size: 20px;
  width: 100%;
  padding: 0.5rem 0;
  border: none;
  border-radius: 4px;
}

/* Buyer Page */
.banner-overlay-buyer {
  width: 100%;
  height: 800px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), url('../images/banner2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.centered {
  text-align: center;
  max-width: 752px;
  position: absolute;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centered-about {
  position: relative;
  top: 12%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.buyer-text {
  font-size: 55px;
  font-weight: 700;
  color: #EB1C24;
}

.buyer-button {
  font-weight: 500;
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(16px);
  background-color: rgba(255, 255, 255, 0.12);
  padding: 8px 15px;
  border-radius: 4px;
  color: #FFFFFF;
}

.buyer-button:hover {
  font-weight: 500;
  border: 1px solid #EB1C24;
  backdrop-filter: blur(16px);
  background-color: rgba(255, 255, 255, 0.12);
  padding: 8px 15px;
  border-radius: 4px;
  color: #EB1C24;
}

.buyer-img-1 {
  max-width: 100%;
  height: 510px;
  border-radius: 22px;
}

.color-red {
  color: #EB1C24;
}

.become-button {
  border: 1px solid #EB1C24;
  color: #EB1C24;
  padding: 8px 15px;
  background-color: #FFFFFF;
  border-radius: 6px;
}

.become-button:hover {
  border: 1px solid #EB1C24;
  color: #FFFFFF;
  padding: 8px 15px;
  background-color: #EB1C24;
  border-radius: 6px;
}

.learn-button {
  border: 1px solid #EB1C24;
  color: #FFFFFF;
  padding: 8px 15px;
  background-color: #EB1C24;
  border-radius: 6px;
}

.learn-button:hover {
  border: 1px solid #EB1C24;
  color: #EB1C24;
  padding: 8px 15px;
  background-color: #FFFFFF;
  border-radius: 6px;
}

.color-gray {
  color: #5A5966;
}

.color-dark {
  color: #080619;
  margin-bottom: 16px;
}

.read-more {
  color: #EB1C24;
  padding: 8px 14px;
  border: 1px solid #FFFFFF;
}

.read-more:hover {
  border: 1px solid #EB1C24;
  color: #FFFFFF;
  padding: 8px 14px;
  border-radius: 6px;
  background-color: #EB1C24;
}

.banner-overlay-buyer-new {
  width: 100%;
  height: 615px;
  background-image: url('../images/section-ads.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.centered-newText {
  text-align: center;
  max-width: 1245px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20%;
  padding: 0 1rem;
}

.pagraph-buyer {
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
}

@media (max-width: 1135px) {
  .banner-overlay-buyer-new {
    height: auto;
    padding: 3rem 1rem;
  }

  .centered-newText {
    position: static;
    transform: none;
    padding: 1rem;
  }

  .buyer-text {
    font-size: 2rem;
    line-height: 2.75rem;
  }

  .pagraph-buyer {
    font-size: 1rem;
    line-height: 1.8rem;
  }
}

.plan-card {
  width: 390px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
  padding: 30px;
  background: white;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

@media (max-width: 425px) {
  .plan-card {
    width: 280px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
    padding: 30px;
    background: white;
    flex-shrink: 0;
    transition: transform 0.3s ease;
  }
}

.plan-card:hover {
  /* margin-top: 10px; */
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  background-color: #FFFFFF;
  cursor: pointer;
}


.plan-title {
  color: #dc2626;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 0.5rem;
}

.plan-price {
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 0.5rem;
}

.service-title {
  font-weight: 600;
  font-size: 20px;
  color: #131313;
  margin-bottom: 14px;
}

.service-list {
  font-size: 16px;
  color: #6A6A6A;
  margin-bottom: 1.5rem;
  list-style: none;
  padding-left: 0;
}

.service-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.service-list li i {
  margin-right: 0.5rem;
  margin-top: 0.15rem;
  color: #000000;
  font-size: 0.75rem;
}

.btn-select {
  font-size: 18px;
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  padding: 0.375rem 0;
  background: white;
  transition: background-color 0.2s ease;
}

.btn-select:hover {
  background-color: #EB1C24;
  color: #FFFFFF;
}

.slider-container {
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
}

.slider-track {
  display: flex;
  gap: 1.5rem;
  transition: transform 0.4s ease;
  will-change: transform;
}

.nav-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 15px;
}

.nav-buttons button {
  background-color: #111827;
  color: white;
  border: none;
  border-radius: 0.375rem;
  padding: 0.375rem 1rem;
  font-size: 1.25rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.nav-buttons button:hover {
  background-color: #EB1C24;
}

.card-register {
  background-color: #e31b23;
  color: white;
  border-radius: 16px;
  padding: 2.5rem;
  /* max-width: 390px; */
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}

.card-register .btn {
  background-color: white;
  color: #e31b23;
  font-weight: 300;
  font-size: 20px;
  padding: 6px 18px;
  border-radius: 0.25rem;
  border: 1px solid #EB1C24;
}

.card-register .btn:hover {
  background-color: #EB1C24;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 20px;
  padding: 6px 18px;
  border-radius: 0.25rem;
  border: 1px solid #FFFFFF;
}

.card-white {
  background-color: white;
  color: #212529;
  border-radius: 16px;
  padding: 2.5rem;
  /* max-width: 390px; */
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #f1f1f1;
}

.card-white .btn {
  background-color: #e31b23;
  color: white;
  font-weight: 300;
  font-size: 20px;
  padding: 6px 18px;
  border-radius: 0.25rem;
  border: 1px solid #FFFFFF;
}

.card-white .btn:hover {
  background-color: #FFFFFF;
  color: #EB1C24;
  font-weight: 300;
  font-size: 20px;
  padding: 6px 18px;
  border-radius: 0.25rem;
  border: 1px solid #EB1C24;
}

.icon {
  font-size: 1.875rem;
  margin-bottom: 1rem;
}

.bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.overlay-content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.size-number {
  font-size: 120px;
  font-weight: 700;
  color: #EB1C24;
}

.fs-35 {
  font-size: 35px;
}

.chairman-highlight {
  background-color: #E81C240F;
  border-radius: 50px;
}

.image-container img {
  border-radius: 0.5rem;
  object-fit: cover;
  height: 500px;
  width: 180px;
}

@media (max-width: 576px) {
  .image-container img {
    width: 82px;
  }
}

@media (min-width: 768px) {
  .image-container img {
    width: 100px;
  }
}

@media (min-width: 992px) {
  .image-container img {
    width: 100px;
  }
}

@media (min-width: 1200px) {
  .image-container img {
    width: 200px;
  }
}

.btn-outline-red {
  color: #EB1C24;
  border-color: #EB1C24;
  font-size: 20px;
  font-weight: 300;
  padding: 10px 20px;
  border-radius: 6px;
  text-transform: uppercase;
}

.btn-outline-red:hover {
  background-color: #EB1C24;
  color: #FFFFFF;
  border-color: #EB1C24;
}

.btn-red {
  background-color: #EB1C24;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 300;
  padding: 10px 20px;
  border-radius: 6px;
  text-transform: uppercase;
  border-color: #EB1C24;
}

.btn-red:hover {
  background-color: #FFFFFF;
  color: #EB1C24;
  border-color: #EB1C24;
}

.card-title {
  color: #dc2626;
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 0.5rem;
}

.service-includes {
  font-weight: 300;
  margin-bottom: 12px;
  color: #131313;
  font-size: 25px;
}

.check-icon {
  color: #000;
  margin-right: 0.5rem;
}

table {
  font-size: 16px;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1.5rem;
}

thead tr {
  background-color: #000;
  color: #fff;
  font-weight: 600;
}

th,
td {
  font-weight: 300;
  border: 1px solid #d1d5db;
  padding: 8px 18px;
  text-align: left;
}

tbody tr td {
  color: #6b7280;
}

.btn-buy {
  width: 100%;
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  font-weight: 300;
  font-size: 24px;
  padding: 0.3rem 0;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}

.btn-buy:hover {
  background-color: #EB1C24;
  color: #FFFFFF;
  border: #EB1C24;
}

.card-pricing {
  border-radius: 18px;
  border: 1px solid #DDDDDD;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}

.submit-btn {
  color: #EB1C24;
  font-size: 18px;
  border: #EB1C24;
  padding: 10px 30px;
}

.submit-btn:hover {
  background-color: #EB1C24;
  color: #FFFFFF;
}

.send-message {
  font-size: 18px;
  width: 100%;
  border: 1px solid #E81C24;
  padding: 10px;
  background-color: #E81C24;
  color: #FFFFFF;
  border-radius: 8px;
}

.send-message:hover {
  border: 1px solid #E81C24;
  padding: 10px;
  background-color: #FFFFFF;
  color: #E81C24;
  border-radius: 8px;
}

.contact-card {
  border: 1px solid #00000029;
  border-radius: 12px;
  padding: 30px;
  text-align: start;
  color: #000000;
  background-color: #E81C240A;
}

.contact-card h3 {
  font-weight: 600;
  color: #080619;
  margin-bottom: 0.25rem;
  font-size: 28px;
}

.contact-card i {
  color: #dc2626;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.contact-card p {
  font-size: 18px;
  line-height: 1.25rem;
  margin: 0;
  color: #5A5966;
}

.location-card {
  border: 1px solid #0000000A;
  border-radius: 12px;
  /* padding: 8px 30px; */
  line-height: 24px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}

.location-card:hover {
  border: 1px solid #E81C24;
  border-radius: 12px;
  /* padding: 8px 30px; */
  line-height: 24px;
  cursor: pointer;
  box-shadow: none;
}

.location-text {
  display: grid;
  align-content: center;
  padding: 20px;
}

.location-card i {
  color: #dc2626;
  font-size: 1.25rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.feature-card {
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  background-color: #FFFFFF;
  padding: 50px 0px;
}

.embed-map-fixed {
  position: relative;
  text-align: center;
  width: 100%;
  height: 600px;
}

.embed-map-container {
  overflow: hidden;
  background: none !important;
  width: 100%;
  height: 600px;
}

.embed-map-frame {
  width: 600px !important;
  height: 600px !important;
  border-radius: 12px;
}

.register-pic {
  width: 90px;
  height: 90px;
}


/* vehicle details */
.header-bg-vehicleDeatil {
  background: linear-gradient(90deg, #fee2e2 0%, #fecaca 100%);
  border-radius: 12px;
}

.card-shadow {
  box-shadow: 0 8px 20px rgb(0 0 0 / 0.1);
  border-radius: 1.5rem;
  z-index: -1;
}

.btn-red {
  border: 1px solid #E81C24;
  background-color: #E81C24;
  color: white;
  font-weight: 600;
  border-radius: 6px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.btn-red:hover,
.btn-red:focus {
  border: 1px solid #000000;
  background-color: #FFFFFF;
  color: #000000;
}

.btn-red-new {
  border: 1px solid #E81C24;
  background-color: #FFFFFF;
  color: #E81C24;
  border-radius: 6px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.btn-red-new:hover {
  background-color: #E81C24;
  color: #FFFFFF;
  border: 1px solid #E81C24;
}

.btn-red-sm {
  font-weight: 300;
  font-size: 16px;
  padding: 12px;
  border-radius: 0.4rem;
}

.btn-red-lg {
  font-weight: 300;
  font-size: 18px;
  padding: 0.5rem 1.5rem;
  border-radius: 10px;
}

.thumbnail-img {
  border-radius: 6px;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
  object-fit: cover;
  height: 90px;
  width: 150px;
}

.thumbnail-img:hover,
.thumbnail-img:focus {
  outline: none;
}

.info-title {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 15px;
  text-align: center;
  background-color: #E81C24;
  padding: 16px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.bid-info-title {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 1rem;
  text-align: center;
  background-color: #000000;
  border-radius: 6px;
}

.bid-info-bg {
  background: linear-gradient(180deg, #fee2e224 50%, #fecaca 100%);
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 8px 20px rgb(0 0 0 / 0.1);
}

.bid-label {
  font-weight: 300;
  color: rgb(0 0 0 / 0.8);
  font-size: 22px;
}

.bid-value {
  font-weight: 600;
  color: #000000;
  font-size: 22px;
  text-align: right;
}

.bid-value.red {
  color: #E81C24;
}

.input-bid {
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #FFFFFF;
  border: 1px solid #E81C24;
  border-radius: 6px;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  background-color: #E81C24;
}

.input-bid:focus {
  outline: none;
  border-color: #E81C24;
}

.card-new {
  border: 1px solid #00000029;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}

.hover-shadow {
  border: 1px solid #FFFFFF;
  color: #000000;
  background-color: #e7e7e7;
}

.hover-shadow:hover {
  background-color: #E81C24;
  color: #FFFFFF;
  border: 1px solid #E81C24;
}



/* privacy policy */
.accordion-item {
  border: none;
  border-radius: 6px;
  overflow: hidden;
  /* box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15); */
  border-top-left-radius: 30px !important;
}

.accordion-button {
  background-color: #e7e7e733;
  color: #000000;
  font-weight: 500 !important;
  padding: 1rem 1.5rem;
  transition: background-color 0.3s ease;
  border-radius: 0;
  font-size: 20px;
}

.accordion-button:hover {
  background-color: #ffe8e8;
  color: #E81C24;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  /* background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000" viewBox="0 0 16 16"><path d="M1.5 3.5l6 6 6-6"/></svg>'); */
  transform: scale(1.1);
}

.accordion-button:not(.collapsed)::after {
  /* background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000" viewBox="0 0 16 16"><path d="M1.5 3.5l6 6 6-6"/></svg>'); */
  transform: rotate(180deg);
}

.accordion-body {
  background-color: #f7f6f6;
  color: #555;
  padding: 1.5rem;
  font-size: 16px;
  line-height: 1.6;
}

.terms-heading {
  color: #FFFFFF;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
}

ul {
  padding-left: 1.25rem;
}

ul li {
  margin-bottom: 0.75rem;
}

.hover-text-red:hover {
  color: #E81C24 !important;
}

.heading-arrow {
  border: 1px solid #EB1C24;
  border-radius: 35px;
  background-color: #0000000A;
  color: #000000;
}

.heading-arrow-right {
  border: 1px solid #0000000A;
  border-radius: 35px;
  background-color: #0000000A;
  color: #000000;
}

.heading-arrow-pic-right {
  border: 1px solid #EB1C24;
  border-radius: 35px;
  background-color: #0000003a;
  color: #FFFFFF;
  right: 10px;
  padding: 10px 15px;
}

.heading-arrow-pic-left {
  border: 1px solid #EB1C24;
  border-radius: 35px;
  background-color: #0000003a;
  color: #FFFFFF;
  left: 10px;
  padding: 10px 15px;
}

.icon-fontsize {
  margin-bottom: 10px;
  font-size: 65px;
  color: #EB1C24
}


/* Auction Join */

.auction-start {
  color: #EB1C24;
  font-weight: 600;
  font-size: 35px;
}

.current-bid {
  color: #EB1C24;
  font-weight: 600;
  font-size: 45px;
}

.tab-header {
  font-size: 20px;
  background-color: #EB1C24;
  color: #FFFFFF;
  padding: 0.5rem 1rem;
  border-top-left-radius: 0.375rem;
}

.tab-header.inactive {
  background-color: #ffe6e6;
  color: #000000;
  /* font-weight: 500; */
  border-radius: 0;
}

.table thead th {
  border-bottom: none;
}

.table td,
.table th {
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
}

.auction-list {
  font-size: 0.85rem;
  list-style-type: disc;
  padding-left: 1rem;
  margin-bottom: 0;
}

.auction-list li {
  margin-bottom: 0.25rem;
}

.volume-icon {
  color: #EB1C24;
  font-size: 1.25rem;
  cursor: pointer;
}

@media (max-width: 767.98px) {

  .tab-header,
  .tab-header.inactive {
    font-size: 0.9rem;
    padding: 0.4rem 0.75rem;
  }

  .auction-start,
  .current-bid {
    font-size: 1.75rem;
  }
}


.card-new-join {
  border: 1px solid #0000003b;
  background-color: #ebebeb;
}

.card-new-join-inner {
  border: 1px solid #fffdfd;
  border-radius: 4px;
  background-color: #fffdfd;
}

.card-white-about {
  border: 1px solid #E5E7EB;
  background-color: #FFFFFF;
  border-radius: 12px;
}

/* Contact Details */
.centered-about-detail {
  position: relative;
  top: 70%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.centered-about-detail-button {
  position: relative;
  top: 2%;
  display: flex;
  align-items: flex-start;
  left: 1%;
}

.btn-detail-new-input {
  background: linear-gradient(90deg, #EB1C24 0%, #851014 100%);
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 15px;
  border-radius: 6px;
}

.btn-detail-new {
  color: #FFFFFF;
  border: 1px solid #EB1C24;
  padding: 5px 15px;
  border-radius: 10px;
  background: linear-gradient(90deg, #EB1C24 0%, #851014 100%);
}

.btn-detail-new:hover {
  background: white;
  color: #000000;
  border: 1px solid #EB1C24;
  padding: 5px 15px;
  border-radius: 10px;
}

.rounded-new {
  border: 1px solid #FFFFFF !important;
  border-radius: 8px;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.profile-card {
  background-color: #FFF;
  border-radius: 16px;
  border: 1px solid #ebebeb;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.bg-light-new {
  background-color: #f0f0f0;
  padding: 18px;
  border-radius: 8px;
}

.btn-detail-new-white {
  background: #FFFFFF;
  color: #0D0D0D;
  border: 1px solid #F0F0F0;
  padding: 6px 15px;
  border-radius: 6px;
}

.btn-detail-new-white:hover {
  background: linear-gradient(90deg, #EB1C24 0%, #851014 100%);
  color: #FFFFFF;
  border: 1px solid #EB1C24;
  padding: 6px 15px;
  border-radius: 6px;
}

.countdown-box {
  width: 4.5rem;
  height: 4rem;
  background: #fff;
  border-radius: 0.5rem;
  font-weight: bold;
  text-align: center;
  padding: 0.5rem;
  font-size: 20px;
}

.countdown-days {
  font-size: 12px;
  font-weight: 300;
  color: #737373;
}

.toggle-btn-group .btn {
  flex: 1;
  border-radius: 0;
}

.toggle-btn-group .btn:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.toggle-btn-group .btn:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.table-heading-new {
  background-color: #F5F5F5 !important;
  align-items: center !important;
  border: 1px solid #F5F5F5 !important;
  padding: 10px !important;
  color: #080808 !important;
}

.button-type {
  background-color: #FFF;
  color: #737373;
  font-weight: 500;
  border: 1px solid #E0E0E0;
  font-size: 18px;
}

.button-type.active-type {
  background-color: rgba(232, 28, 36, 0.12);
  color: rgba(232, 28, 36, 1);
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #E81C24;
  font-size: 18px;
}


/* blog */

.featured-card {
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  overflow: hidden;
  border-radius: 1rem;
  height: 100%;
}

.featured-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(50%);
  z-index: 1;
}

.featured-card .content {
  position: relative;
  z-index: 2;
}

.tag-red {
  background-color: #dc3545;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
  display: inline-block;
  margin-bottom: 1rem;
  width: fit-content;
}

.tag-gray {
  background-color: #f1f1f1;
  color: #4a4a4a;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
  display: inline-block;
  margin-bottom: 0.75rem;
  width: fit-content;
}

.btn-blog {
  padding: 14px;
  background-color: #EB1C24;
  color: #FFF;
  width: fit-content;
  border: 1px solid #EB1C24;
  border-radius: 8px;
}

.btn-blog:hover {
  padding: 14px;
  background-color: transparent;
  color: #fff;
  width: fit-content;
  border: none;
  border-radius: 8px;
  border: 1px solid #EB1C24;
}

.article-img {
  height: 200px;
  object-fit: cover;
}

.tag-label {
  font-size: 14px;
  font-weight: 300;
  background: #fff;
  color: #000;
  padding: 2px 6px;
  border-radius: 6px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.hover-bg:hover {
  background-color: #f8f9fa;
}

.sidebar-box {
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  padding: 1.5rem;
}

.tag-button {
  font-size: 14px;
  border: 1px solid #dee2e6;
  border-radius: 9999px;
  padding: 4px 12px;
  cursor: pointer;
}

.tag-button:hover {
  background-color: #E81C24;
  border: 1px solid #E81C24;
  color: #FFFFFF;
}

.text-linear {
  background: linear-gradient(135deg, #E81C24, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blog-btnLogo {
  background-color: #fff;
  border: 1px solid #E5E7EB;
  padding: 14px 16px;
  border-radius: 4px;
}

.blog-btnLogo:hover {
  background-color: #E81C24;
  border: 1px solid #E81C24;
  padding: 14px 16px;
  border-radius: 4px;
  color: white;
}

.blog-btnLogo1 {
  background-color: #fff;
  border: 1px solid #E5E7EB;
  padding: 10px 20px;
  border-radius: 8px;
  width: fit-content;
}

.blog-btnLogo1:hover {
  background-color: #E81C24;
  border: 1px solid #E81C24;
  padding: 10px 20px;
  border-radius: 8px;
  width: fit-content;
  color: #fff;
}

.page-btn {
  width: 40px;
  height: 42px;
  font-size: 0.875rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border: 1px solid #dee2e6;
  color: #495057;
  background-color: white;
  transition: background-color 0.2s;
}

.page-btn:hover {
  background-color: #E81C24;
  color: white;
  border-color: #E81C24;
}

.page-btn.active {
  background-color: #E81C24;
  color: white;
  border-color: #E81C24;
}

.nav-icon {
  font-size: 1rem;
  color: #6c757d;
}

.nav-icon:hover {
  color: #343a40;
}

.pagination-wrapper {
  min-height: 100vh;
}

.badge-custom {
  font-size: 10px;
  padding: 3px 8px;
  border-radius: 999px;
  font-weight: 600;
}


/* join1 page */

.current-div {
  background-color: #DC2626;
  color: #FFFFFF;
}

.current-div-approval {
  background-color: #009F2D;
  color: #FFFFFF;
}

.btn-bid {
  background-color: #DC2626;
  color: #FFFFFF;
  border: 1px solid #DC2626;
  padding: 10px 0px;
  font-size: 16px;
  font-weight: 500;
}

.btn-bid:hover {
  background-color: #FFF;
  color: #DC2626;
  border: 1px solid #DC2626;
  padding: 10px 0px;
}

.btn-bid-approval {
  background-color: #009F2D;
  border: none !important;
  color: #FFFFFF;
  padding: 10px 0px;
  font-size: 16px;
  font-weight: 500;
}

.btn-bid-approval:hover {
  background-color: #FFF;
  color: #000;
  border: 1px solid #009F2D;
  padding: 10px 0px;
}

.header-tabjoin {
  padding: 4px 8px;
  background-color: #F3F4F6;
}

.header-tabjoin button {
  background: transparent;
  border: none;
  color: #000;
  padding: 8px;
  transition: all 0.3s ease;
}

.header-tabjoin button:hover {
  background-color: #000;
  color: #fff;
}

.header-tabjoin .active-joinButton {
  background-color: #000 !important;
  color: #fff !important;
  border: none !important;
}

.rounded-newJoin {
  border: 1px solid #DFE2E7 !important;
  border-radius: 8px;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.approval-newJoin {
  background-color: #E1F4E6;
  border: none !important;
  border-radius: 8px;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.05);
}

/* banner */


.content-wrapper {
  display: flex;
  flex-direction: row;
  /* default horizontal layout */
}

@media (max-width: 1199px) {
  .content-wrapper {
    flex-direction: column;
    /* stack vertically on small screens */
  }
}


/* Sidebar for large screens */
.sidebar {
  width: 250px;
  background: #fff;
  color: #000;
  flex-shrink: 0;
  min-height: calc(100vh - 120px);
  border-right: 1px solid whitesmoke;
}

/* Mobile sidebar full width */
@media (max-width: 1199px) {
  #mobileSidebar .sidebar {
    width: 100%;
    border-right: none;
    border-top: 1px solid #ddd;
  }
}


.sidebar a {
  display: block;
  padding: 12px;
  text-decoration: none;
}

.sidebar a:hover {
  background: #DC2626;
  color: #fff;
  border-radius: 12px;
}

.sidebar a.active {
  background: #DC2626;
  color: #fff;
  border-radius: 12px;
}

/* Main Content */
.main-content {
  flex: 1;
  padding: 20px;
  background: #f8f9fa;
}

.profile-add {
  background-color: #f0f0f0;
  color: #000000;
  border-radius: 30px;
}

.add-profilebtn {
  background-color: #fff;
  border: 1px solid #FFF;
}

.add-profilebtn:hover {
  background-color: #FFF;
  border: 1px solid #EB1C24;
  border-radius: 8px;
}

.delete-profile {
  border: 0px;
  background-color: white;
}

.delete-profile:hover {
  color: #EB1C24;
}

.upload-box {
  border: 2px dashed #ccc;
  border-radius: 0.5rem;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #6c757d;
  cursor: pointer;
  transition: border-color 0.3s;
}

.upload-box:hover {
  border-color: #dc3545;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.profile-save {
  background-color: #EB1C24;
  border-radius: 6px;
  color: white;
  border: 1px solid #EB1C24;
}

.profile-save:hover {
  background-color: white;
  border-radius: 6px;
  color: #EB1C24;
  border: 1px solid #EB1C24;
}



.nav-link.active {
  color: #dc2626 !important;
  /* red-600 */
  border-bottom: 2px solid #dc2626;
  font-weight: 600;
}

.text-red-custom {
  color: #dc2626 !important;
  font-weight: 600;
}

.page-item.active .page-link {
  background-color: #fcebe9;
  border-color: #fcebe9;
  color: #dc2626;
  font-weight: 600;
}

.page-link-pre {
  color: #000000;
  /* gray-500 */
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-color: white;
  padding: 6px 12px;
  border-radius: 6px;
}

.page-link-pre:hover {
  color: #E81C24;
  /* gray-500 */
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid #E81C24;
  background-color: white;
  padding: 6px 12px;
  border-radius: 6px;
}

.page-link {
  color: #6b7280;
  /* gray-500 */
  font-size: 1rem;
  font-weight: 500;
  border: 0px;
  padding: 6px 12px;
  border-radius: 6px;
}

.page-link:hover {
  background-color: #f8f9fa;
  color: #dc2626;
}

.btn-outline-secondary {
  font-size: 1rem;
  font-weight: 500;
}

.vin-text {
  color: #9ca3af;
  /* gray-400 */
}

/* Target only this specific table */
#bids-table th {
  font-size: 18px;
  font-weight: 600;
}

#bids-table th,
#bids-table td {
  border: 0px !important;
}

#bids-table th:first-child,
#bids-table td:first-child {
  border-left: 1px solid white !important;
}

#bids-table td {
  border-top: 1px solid white !important;
}

#bids-table .text-red-custom {
  color: #d9534f;
  /* customize your red */
  font-weight: 600;
}

/* Apply striped row background only for #bids-table */
#bids-table.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: rgb(248, 227, 227);
}

.graph-btn {
  background-color: white;
  border: 1px solid black;
  border-radius: 10px;
}

.graph-btn:hover {
  background-color: white;
  border: 1px solid #E81C24;
  border-radius: 10px;
  color: #E81C24;
}


 /* Clock Icon Button */
    .clock-btn {
      background-color: #ef4444;
      color: white;
      padding: 6px 10px;
      border-radius: 6px;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      border: none;
      cursor: pointer;
      transition: background 0.2s ease-in-out;
    }

    .clock-btn:hover {
      background-color: #dc2626;
    }

.form-label {
  font-size: 18px;
  color: #4d4d4d;
  margin-bottom: 4px;
}

/* Calendar icon inside the input */
.calendar-icon {
  position: absolute;
  right: 12px;
  top: 72%;
  transform: translateY(-50%);
  color: #6B7280;
  font-size: 12px;
  pointer-events: none;
}

.search-btn {
  background-color: #E30613;
  color: white;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 30px;
  border-radius: 6px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.search-btn i {
  margin-right: 6px;
}

/* Flatpickr Premium Styling */
.flatpickr-calendar {
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  font-family: inherit;
  font-size: 13px;
}

.flatpickr-day {
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
}

.flatpickr-day.today {
  background-color: #2563EB !important;
  color: #fff !important;
  font-weight: 600;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background-color: #2563EB !important;
  color: #fff !important;
  box-shadow: 0 0 0 1px #1E40AF;
}

.flatpickr-day:hover {
  background-color: #E5E7EB;
}

.flatpickr-months .flatpickr-current-month {
  font-weight: 600;
}

.flatpickr-weekdays {
  font-size: 12px;
  color: #4B5563;
}

#my-bids-table thead {
    background-color: whitesmoke;
}
#my-bids-table thead th {
    background-color: whitesmoke;
    color: #000; 
    font-size: 18px;
}

#my-bids-table th,
#my-bids-table td {
  border: 0px !important;
}
