/* This CSS file will be loaded at last. Any CSS customization should be placed here */
.car_buttons_box .booknow, .car_buttons_box .vrc-goback-block{
border: none;
}
.vrc-search-form input,
.vrc-search-form select {
    height: 54px;
    border-radius: 8px;
}
.vrc-search-form label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}
.vrc-search-form .btn,
.vrc-search-form button {
    height: 54px;
    border-radius: 10px;
    font-weight: 600;
}
.vrc-search-form .vrc-search-block {
    gap: 16px;
}
/* Curmex - VikRentCar search form styling */
.vrcdivsearch {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
}

.vrc-searchmod-wrap-hybrid form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.vrc-searchmod-wrap-hybrid .vrcsfentrycont {
  gap: 16px;
}

.vrc-searchmod-wrap-hybrid label {
  font-family: Manrope, sans-serif;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #1E293B !important;
  margin-bottom: 8px !important;
}

.vrc-searchmod-wrap-hybrid input,
.vrc-searchmod-wrap-hybrid select {
  height: 50px !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 10px !important;
  padding: 0 14px !important;
  font-family: Manrope, sans-serif;
  font-size: 15px !important;
  color: #1E293B !important;
  background-color: #fff !important;
}

.vrc-searchmod-wrap-hybrid input:focus,
.vrc-searchmod-wrap-hybrid select:focus {
  border-color: #16B6C9 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(22, 182, 201, 0.14) !important;
}

.vrc-searchmod-wrap-hybrid .vrc-searchmod-section-sbmt input,
.vrc-searchmod-wrap-hybrid .vrc-searchmod-section-sbmt button {
  height: 52px !important;
  border-radius: 12px !important;
  background: #16B6C9 !important;
  border: none !important;
  color: #fff !important;
  font-family: Manrope, sans-serif;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer;
}

.vrc-searchmod-wrap-hybrid .vrc-searchmod-section-sbmt input:hover,
.vrc-searchmod-wrap-hybrid .vrc-searchmod-section-sbmt button:hover {
  background: #0FA4B6 !important;
}

/* Mobile cleanup */
@media (max-width: 767px) {
  .vrc-searchmod-wrap-hybrid input,
  .vrc-searchmod-wrap-hybrid select {
    height: 48px !important;
  }
}
/* Curmex booking form */
.vrcdivsearch,
.vrcdivsearch form {
  width: 100% !important;
  border: none !important;
  background: transparent !important;
}

.vrcdivsearch .vrcsfentrycont {
  gap: 18px !important;
}

.vrcdivsearch label {
  font-family: Manrope, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #1E293B !important;
  margin-bottom: 8px !important;
}

.vrcdivsearch input,
.vrcdivsearch select {
  height: 52px !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 10px !important;
  padding: 0 14px !important;
  font-family: Manrope, sans-serif !important;
  font-size: 15px !important;
  color: #1E293B !important;
  background: #fff !important;
}

.vrcdivsearch input[type="submit"],
.vrcdivsearch button,
.vrcdivsearch .vrcsearch {
  height: 54px !important;
  border-radius: 12px !important;
  background: #16B6C9 !important;
  color: #fff !important;
  border: none !important;
  font-family: Manrope, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
