@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500&family=Hammersmith+One&family=Jost&family=Lato:wght@700&family=Montserrat:wght@500&family=Outfit:wght@600&family=Poppins:ital,wght@0,400;0,500;0,600;0,800;1,800;1,900&family=Urbanist:wght@500;600;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Urbanist", sans-serif;
}
p,
a,
span {
  font-family: "Urbanist", sans-serif;
}

.taxi-title {
  color: black;
  text-align: center;
  font-size: 45px;
  margin-top: 30px;
}

/* table styling */
#mytable {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  line-height: 2.4;
}
.table-container {
  box-shadow: 0px 1px 2px 0px rgb(60 64 67 / 25%),
    0px 2px 6px 2px rgb(60 64 67 / 10%);
  padding: 1rem;
  border-radius: 12px;
  background-color: white;
}
table tr:hover {
  background: #f4db3160 !important;
}
.bg-light {
  background-color: #f4db31 !important;
}
th {
  padding: 1rem 0.5rem !important;
  font-size: 18px;
  margin-bottom: 1rem !important;
  background-color: transparent !important;
  color: var(--text-color) !important;
  font-weight: 600 !important;
  padding-left: 18px !important;
}

th:last-child {
  border-top-right-radius: 12px;
}

th:first-child {
  border-top-left-radius: 12px;
}
tr td {
  padding-left: 20px !important;
}

tr td:last-child {
  text-align: left;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: rgba(128, 128, 128, 0.277) !important;
}

ul {
  margin-bottom: 0rem !important;
}

/* button styling */
.btn-link {
  font-weight: 500;
  color: var(--primary-text);
  border-radius: 8px;
  text-decoration: underline 0.1em rgb(255, 255, 255) !important;
  text-underline-offset: 0.2em !important;
  transition: text-decoration-color 300ms, text-underline-offset 300ms !important;
}

.btn-link:hover {
  text-decoration-color: #0d6efd !important;
  text-underline-offset: 0.4em !important;
}

.why {
  background: #fcfcfc;
}
.why img {
  width: 90%;
}
.why .row h2 {
  padding-top: 50px;
  font-size: 40px;
}
.why a {
  padding: 12px 40px;
  color: #ffffff;
  text-decoration: none;
  background: #f4db31;
  border-radius: 5px;
  line-height: 3;
  transition: 0.3s ease-in-out;
}
.why a:hover {
  background: #000000;
  color: #f4db31;
}

.footer {
  padding: 50px;
  background: #000000;
  color: #ffffff;
}
.footer p {
  font-size: 14px;
}
.bottom-footer {
  padding: 10px 40px;
  padding-top: 25px;
  background: #f4db31;
  color: #000000;
}
.footer ul {
  list-style-type: none;
  padding: 0;
  width: 100%;
}
.footer ul li a {
  color: #ffffff !important;
  line-height: 2.5;
}
.footer ul li a img {
  width: 16%;
  padding: 10px;
}

.hbh-floating-whatsapp {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1000;
  width: 80px;
  height: 80px;
  display: block;
}

.hbh-floating-whatsapp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  body {
    text-align: center !important;
  }
  .brand {
    padding-left: 0 !important;
    margin-left: -30px !important;
  }
  .brand a img {
    width: 55% !important;
  }
  .cardetails {
    padding: 50px 15px;
  }
  .car-box {
    margin-top: 60px;
  }
  .taxi-title {
    padding-bottom: 0px;
    color: black;
    text-align: center;
    font-size: 40px;
  }
  .footer {
    text-align: left !important;
  }
  .text-justify {
    text-align: justify;
  }
}
