
p,
h1,
h2,
h3,
h4,
h5,
h6,
.btn,
a,
label,
small,
div,
.form-text {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a1c1f !important;
}


.form-control,
.form-select {
  outline: none;
  box-shadow: none !important;
  font-family: "Roboto", sans-serif;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="url"],
textarea,
select {
  font-size: 16px !important;
}

.nav-link:hover {
  text-decoration: underline !important;
}

.cpi-input .form-control {
  padding-left: 0;
}

.cpi-input .form-control:focus,
.cpi-input .form-control:active {
  outline: none;
  box-shadow: unset;
}

.cpi-input .cpi-drop,
.cpi-input .cpi-drop:hover,
.cpi-input .cpi-drop:active,
.cpi-input .cpi-drop:focus {
  background-color: #f8f9fa;
  outline: none;
  box-shadow: unset;
  border: none;
}

.cpi-input-focus .input-group {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.btn-secondary {
  background: #f1f1f1;
}

.btn-secondary:active {
  background: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
}

.btn-waze {
  background-color: #33ccff;
  color: #fff;
  border: none;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: background-color 0.2s;
}

.btn-waze:hover {
  background-color: #00bfff;
  color: #fff !important;
}

.btn-waze:active {
  background-color: #0099cc !important;
  color: #fff !important;
}

.btn-waze:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 204, 255, 0.5) !important;
  color: #fff !important;
}

.text-gray {
  color: rgb(56, 56, 56) !important;
}

.text-light-gray {
  color: rgb(199, 199, 199) !important;
}

.btn-success-2 {
  background: linear-gradient(180deg, #22c55e 0%, #16a34a 100%);
  color: #fff;
  border: 0;
  padding: 0.75rem 1.15rem;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(22, 163, 74, 0.25);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  transition:
    transform 0.12s ease,
    box-shadow 0.12s ease;
}

.text-shadow {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.btn-success-2:hover,
.btn-success-2:focus {
  box-shadow: 0 10px 28px rgba(22, 163, 74, 0.35);
  background: linear-gradient(180deg, #4ade80 0%, #22c55e 100%);
}


.card {
  border: 0;
  border-radius: 14px;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
}


.pac-container {
    z-index: 9999 !important;
    margin-top: 0.4rem;
    padding: 0;
    border: 1px solid #bdbdbd;
    border-radius: 0;
    background-color: #ffffff;
    box-shadow: none;
    font-family: inherit !important;
}

.pac-item {
    min-height: 58px;
    padding: 0.75rem 1rem !important;
    border-top: 1px solid #e5e5e5 !important;
    background-color: #ffffff;
    color: #545454;
    font-size: 0.95rem !important;
    line-height: 1.4 !important;
    cursor: pointer;
    white-space: normal;
}

.pac-item:first-child {
    border-top: 0 !important;
}

.pac-item:hover,
.pac-item-selected {
    background-color: #f3f3f3;
}

.pac-item-query,
.pac-matched {
    font-size: inherit !important;
}

.pac-item-query {
    display: block;
    color: #000000 !important;
    font-weight: 700 !important;
    line-height: 1.4;
}

.pac-item-query + span {
    display: block;
    margin-top: 0.2rem;
    color: #757575;
    font-size: 0.82rem !important;
    line-height: 1.35;
}

.pac-matched {
    color: #000000 !important;
    font-weight: 700 !important;
}

.pac-icon {
    display: none;
}


.review-stars {
    color: #ffc107;
}

.review-quote {
    color: rgb(52, 89, 230);
    font-size: 1.75rem;
    opacity: 0.2;
}