.fc-model-tabs {
  border-bottom: 0;
}

.fc-model-tabs .nav-item .nav-link {
  color: #5e5e5e;
  border: none;
}

.fc-model-tabs .nav-item .nav-link.active {
  color: #fff;
  border: none;
  border-bottom: 1px solid #e51937;
  background-color: transparent;
}

.fc-model-tabs .nav-link:focus,
.fc-model-tabs .nav-link:hover {
  border: none;
}

.model-links {
  display: flex;
}

.tab-content a {
  color: #e51937 !important;
  text-decoration: none;
  margin-right: 2rem;
}

.tab-content a:last-child {
  margin-right: unset;
}

.model-features {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5rem;
  flex-wrap: wrap;
}

.model-features .feature {
  text-align: center;
  width: 47%;
}

@media (min-width: 992px) {
  .model-features .feature {
    width: auto;
  }
}

.jeep-container {
  text-align: center;
  margin-top: 20px;
}

.jeep-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  transition: 0.3s ease-in-out;
}

.color-options {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.color-switch {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
}

.color-switch.black {
  background-color: #2d2d2d;
}

.color-switch.red {
  background-color: #e11b2c;
}

.color-switch.green {
  background-color: #6d7b4e;
}

.color-switch:hover {
  border-color: #000;
}

#myTabContent {
  padding-top: 2rem;
}

@media (min-width: 992px) {
  #myTabContent {
    padding-top: unset;
  }
}

/* Specs modal styles */

#specsModal .btn-close {
  padding-top: 29px;
  padding-right: 30px;
}

#specsModal .modal-body {
  padding-top: 0 !important;
}

#myTabContent p > span {
  color: #e51937;
}

.specifications-table h3{
  color: #000;
}