
.wpages h4 {
	font-size: 17px;
}
.nearby-city-links {
    margin: 12px 0 22px;
}
.nearby-city-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}
.card-body h3 {
	margin-top: 0;
}
.nearby-city-list li a {
    display: inline-block;
    padding: 8px 12px;
    background: #f1f5f9;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    color: #1d4ed8;
    font-weight: 700;
    text-decoration: none;
}
.nearby-city-links ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}

.nearby-city-links li a {
    display: inline-block;
    padding: 8px 12px;
    background: #f1f5f9;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    color: #1d4ed8;
    font-weight: 700;
    text-decoration: none;
}
.wt-rivew, .wt-rivew:hover, .wt-rivew:visited {
	padding-left: 12px;
	color: #475569 !important;
    text-decoration: underline;
}
.cityh2 {
    padding: 30px 0 10px 0;
}
.con {
    width: min(1180px, calc(100% - 32px));
    margin: 0px auto;
    position: relative;
    z-index: 2;
}
.business-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.business-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.business-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 55px rgba(15, 23, 42, .14);
}

.card-img-wrap {
	display: block;
	background: #fff;
	padding-top: 10px;
}

.card-img-wrap img {
	width: 100%;
	height: 115px;
	object-fit: contain;
	display: block;
    max-width: 100%;
}

.card-body {
  padding: 20px;
}

.business-title {
  display: block;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}

.business-title:hover {
  color: #2563eb;
}

.rating-line {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  font-size: 14px;
  color: #475569;
  margin-bottom: 12px;
}

.stars {
  color: #f59e0b;
  font-size: 15px;
  letter-spacing: -1px;
}

.rating-line strong {
  color: #111827;
}

.address {
  margin: 0 0 12px;
  color: #475569;
  font-size: 15px;
  line-height: 1.55;
}

.services {
  margin: 0 0 16px;
  color: #1d4ed8;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}
.address::before {
    content: "📍 ";
}

.services::before {
    content: "🛠️ ";
}
.card-actions {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.call-btn,
.details-btn {
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 900;
  transition: transform .15s ease, opacity .15s ease;
}

.call-btn:hover,
.details-btn:hover {
  transform: translateY(-2px);
  opacity: .92;
}

.call-btn {
  background: linear-gradient(135deg, #16a34a, #22c55e);
  color: #fff;
  box-shadow: 0 10px 20px rgba(22, 163, 74, .22);
}

.details-btn {
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid #bfdbfe;
}

.directory-section-title {
  font-size: clamp(24px, 4vw, 34px);
  margin: 0 0 20px;
  font-weight: 900;
}

.city-card {
  background: #fff;
  border-radius: 22px;
  padding: 24px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .08);
}

.city-card .business-title {
  font-size: 22px;
}

.city-card .address {
  margin-top: 8px;
}

.empty-box {
  background: #fff;
  padding: 30px;
  border-radius: 22px;
  text-align: center;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .08);
}

@media (max-width: 1024px) {
  .business-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {

  .business-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .card-body {
    padding: 17px;
  }

  .business-title {
    font-size: 20px;
  }

  .card-actions {
    flex-direction: column;
  }

  .call-btn,
  .details-btn {
    width: 100%;
  }
}
.view-more-services {
  color: #111827;
  font-weight: 900;
  margin-left: 4px;
  text-decoration: underline;
}

.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 38px 0 10px;
}

.pagination a {
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  background: #fff;
  color: #1d4ed8;
  border: 1px solid #bfdbfe;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .06);
}

.pagination a.active,
.pagination a:hover {
  background: #2563eb;
  color: #fff;
}


.site-footer {
    background: #020617;
    color: #cbd5e1;
    margin-top: 60px;
    padding: 46px 18px 20px;
}

.site-footer-inner {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 28px;
}

.site-footer h3,
.site-footer h4 {
    color: #fff;
    margin-top: 0;
}
.site-footer-bottom span a {
	display: inline-block;
}
.site-footer a {
    display: block;
    color: #cbd5e1;
    margin: 9px 0;
    font-weight: 600;
}

.site-footer a:hover {
    color: #60a5fa;
}

.site-footer-bottom {
    width: min(1180px, 100%);
    margin: 30px auto 0;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    font-size: 14px;
    color: #94a3b8;
}

@media (max-width: 760px) {
    .site-footer-inner {
        grid-template-columns: 1fr;
    }
        .site-footer {
            text-align: center;
        }
}
