/* ViteCab black and gold brand */
:root { --vitecab-gold: #c9a227; --vitecab-black: #111111; }

.theme-component-logo-normal h3 a {
  color: var(--vitecab-gold) !important;
  font-weight: 700;
  letter-spacing: .3px;
}

.theme-menu-default > ul > li:last-child > a,
.theme-menu-default > ul > li.current-menu-item > a,
.theme-menu-default > ul > li > a:hover {
  color: var(--vitecab-gold) !important;
}

.theme-menu-default > ul > li:last-child > a {
  font-weight: 700;
}

.theme-component-button > a,
.chbs-main .chbs-button-style-1,
.rs-layer.rev-btn {
  background-color: var(--vitecab-gold) !important;
  border-color: var(--vitecab-gold) !important;
  color: var(--vitecab-black) !important;
}

.theme-component-button > a:hover,
.chbs-main .chbs-button-style-1:hover,
.rs-layer.rev-btn:hover {
  background-color: var(--vitecab-black) !important;
  border-color: var(--vitecab-black) !important;
  color: var(--vitecab-gold) !important;
}

.chbs-main .ui-tabs-nav li.ui-tabs-active,
.chbs-main .ui-tabs-nav li.ui-state-active {
  background-color: var(--vitecab-gold) !important;
  border-color: var(--vitecab-gold) !important;
}

.chbs-main .ui-tabs-nav li.ui-tabs-active a,
.chbs-main .ui-tabs-nav li.ui-state-active a {
  color: var(--vitecab-black) !important;
}

.chbs-main a[href="#panel-1"],
.chbs-main a[href="#panel-2"] {
  font-size: 0 !important;
}

.chbs-main a[href="#panel-1"]::after {
  content: "Transfer";
  font-size: 15px;
}

.chbs-main a[href="#panel-2"]::after {
  content: "By the Hour";
  font-size: 15px;
}

.vitecab-booking-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.theme-text-copyright {
  text-align: center;
}

/* Keep the single ViteCab hero slide visible */
#SR7_1_1-1-0,
#SR7_1_1-1-1,
#SR7_1_1-1-2 {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

#SR7_1_1-1-2 {
  background-color: #c9a227 !important;
  color: #111111 !important;
}

#SR7_1_1-1-2:hover {
  background-color: #111111 !important;
  color: #c9a227 !important;
}

@media (max-width: 767px) {
  .vitecab-booking-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .chbs-main .ui-tabs-nav li {
    width: 50%;
    text-align: center;
  }

  .theme-component-logo-normal h3 a {
    font-size: 26px;
  }
}