/* WordPress layout polish for Home, Battery, About, and Footer */
:root {
  --hbh-ink: #141414;
  --hbh-muted: #5f6670;
  --hbh-line: #e9edf2;
  --hbh-surface: #ffffff;
  --hbh-soft: #f7f8fa;
  --hbh-yellow: #f4db31;
}

body {
  background: #fff;
  color: var(--hbh-ink);
}

#site-content {
  overflow: hidden;
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-6 {
  flex: 1 1 0;
  min-width: 0;
}

.col-md-2 { flex-basis: 15%; }
.col-md-3 { flex-basis: 22%; }
.col-md-4 { flex-basis: 30%; }
.col-md-5 { flex-basis: 39%; }
.col-md-6 { flex-basis: 48%; }
.col-6 { flex-basis: calc(50% - 12px); }

.taxi-title {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto 28px;
  padding-top: 28px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.taxi-title span {
  display: inline;
}

.services,
.battery,
#whyus {
  padding: 42px 0 68px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.servicediv {
  align-items: center;
  margin-top: 26px;
  margin-bottom: 26px;
  padding: 26px;
  border: 1px solid var(--hbh-line);
  border-radius: 8px;
  background: var(--hbh-surface);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.servicediv h1,
.servicediv h2 {
  margin-bottom: 14px;
  color: var(--hbh-ink);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.12;
}

.servicediv p,
#whyus p,
.footer p,
.footer li {
  color: var(--hbh-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.services a,
.servicediv .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 12px;
  padding: 10px 20px;
  border-radius: 6px;
  background: var(--hbh-ink);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
}

.services a:hover,
.servicediv .btn:hover {
  background: var(--hbh-yellow) !important;
  color: #111 !important;
}

.servresponsive-img {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
}

.battery > .row {
  align-items: stretch;
  margin-top: 24px;
}

.car-box {
  position: relative;
  height: 100%;
  min-height: 560px;
  padding: 24px;
  border: 1px solid var(--hbh-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.car-type {
  margin-bottom: 18px;
}

.car-type span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--hbh-yellow);
  color: #111;
  font-weight: 800;
}

.menu-list {
  display: grid;
  gap: 10px;
  padding: 0;
}

.menu-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--hbh-muted);
  line-height: 1.35;
}

.menu-item img {
  width: 18px !important;
  height: 18px !important;
  object-fit: contain;
  flex: 0 0 18px;
}

.car-box > img:last-child {
  display: block;
  width: 100%;
  height: 190px;
  margin-top: 22px;
  object-fit: contain;
}

#whyus .servicediv {
  align-items: flex-start;
}

#whyus h6 {
  margin-bottom: 8px;
  color: var(--hbh-ink);
  font-size: 1rem;
  font-weight: 800;
}

#whyus .col-6 {
  padding: 18px !important;
  border: 1px solid var(--hbh-line);
  border-radius: 8px;
  background: var(--hbh-soft);
}

.footer {
  padding: 56px 0 0 !important;
  background: #101214 !important;
  color: #fff;
}

.footer > .row {
  align-items: flex-start;
  gap: 28px;
}

.footer h3 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 1.25rem;
}

.footer p,
.footer li {
  color: #cbd1d8;
}

.footer ul {
  display: grid;
  gap: 9px;
  padding-left: 0;
}

.footer a {
  color: #e9edf2 !important;
  text-decoration: none !important;
}

.footer a:hover {
  color: var(--hbh-yellow) !important;
}

.footer ul li a img,
.footer ul li img {
  width: 28px !important;
  height: 28px;
  margin-right: 8px;
  padding: 4px !important;
  object-fit: contain;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  vertical-align: middle;
}

.footer .btn {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.bottom-footer {
  margin-top: 34px;
  padding: 16px !important;
  background: var(--hbh-yellow) !important;
  color: #111 !important;
}

.bottom-footer p {
  margin: 0;
  color: #111 !important;
}

.hbh-floating-whatsapp {
  width: 64px;
  height: 64px;
  right: 22px;
  bottom: 22px;
}

@media (max-width: 900px) {
  .row {
    gap: 18px;
  }

  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-6 {
    flex-basis: 100%;
  }

  .servicediv,
  .car-box {
    padding: 18px;
  }

  .car-box {
    min-height: auto;
  }

  .servresponsive-img {
    max-height: 320px;
  }
}

@media (max-width: 600px) {
  body {
    text-align: left !important;
  }

  .taxi-title {
    text-align: left;
    font-size: 2rem;
  }

  .services,
  .battery,
  #whyus {
    padding-top: 28px;
    padding-bottom: 42px;
  }

  .footer {
    padding-top: 38px !important;
  }

  .hbh-floating-whatsapp {
    width: 58px;
    height: 58px;
  }
}