* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background: #f4f7fb;
  color: #111827;
}
h2 {
    font-size: clamp(22px, 22px, 25px) !important;
}
a {
    text-decoration: none;
}
.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;
}

.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;
}
.directory-wrap.wpages {
    margin-top: 40px;
}
.header-image.is-logo-image {
    max-width: 220px;
    height: auto;
}
.directory-hero {
  background:
    radial-gradient(circle at top left, rgba(59,130,246,.35), transparent 35%),
    linear-gradient(135deg, #020617, #1e3a8a 55%, #2563eb);
  color: #fff;
  padding: 70px 18px 80px;
  text-align: center;
}
.site-search-box select {
    padding: 12px;
    border: 1px solid #000;
    border-radius: 8px;
    background: #f2f2f2;
}
.directory-hero h1 {
  max-width: 980px;
  margin: 0 auto 14px;
  font-size: clamp(32px, 6vw, 58px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -1.5px;
}

.directory-hero p {
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(16px, 2.4vw, 20px);
  line-height: 1.7;
  color: #dbeafe;
}

.directory-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: -38px auto 60px;
  position: relative;
  z-index: 2;
}
.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: #e5e7eb;
}

.card-img-wrap img {
  width: 100%;
  height: 205px;
  object-fit: fill;
  display: block;
}

.card-body {
  padding: 20px;
}

.business-title {
  display: block;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 900;
  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);
  }

  .directory-hero {
    padding: 58px 18px 70px;
  }
}

@media (max-width: 640px) {
  .directory-wrap {
    width: min(100% - 24px, 1180px);
    margin-top: -28px;
  }

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

  .directory-hero {
    padding: 46px 14px 62px;
  }

  .directory-hero h1 {
    letter-spacing: -1px;
  }

  .card-img-wrap img {
    height: 190px;
  }

  .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;
}
.breadcrumb {
  max-width: 1180px;
  margin: 20px auto 10px;
  padding: 0 16px;
  font-size: 14px;
  color: #64748b;
}

.breadcrumb a {
  color: #2563eb;
  font-weight: 600;
}

.breadcrumb .sep {
  margin: 0 6px;
  color: #94a3b8;
}

.breadcrumb .current {
  font-weight: 700;
  color: #111827;
}
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, .99);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid #e5e7eb;
}

.site-header-inner {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
}

.site-logo {
    font-size: 21px;
    font-weight: 900;
    color: #0f172a;
    letter-spacing: -.4px;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.site-nav>a,
.nav-dropdown>button {
    color: #334155;
    font-weight: 800;
    font-size: 15px;
    background: none;
    border: 0;
    cursor: pointer;
}

.site-nav>a:hover,
.nav-dropdown>button:hover {
    color: #2563eb;
}

.nav-dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    right: 0;
    top: 22px;
    min-width: 260px;
    max-height: 360px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    box-shadow: 0 24px 55px rgba(15, 23, 42, .16);
    padding: 10px;
    display: none;
}

.nav-dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu a {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 11px 12px;
    border-radius: 12px;
    color: #0f172a;
    font-weight: 700;
}

.dropdown-menu a:hover {
    background: #eff6ff;
    color: #1d4ed8;
}

.dropdown-menu span {
    color: #64748b;
    font-size: 13px;
}

.menu-toggle {
    display: none;
    border: 0;
    background: #eff6ff;
    color: #000000;
    font-size: 22px;
    border-radius: 12px;
    padding: 8px 12px;
    cursor: pointer;
}

.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 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) {
    .menu-toggle {
        display: inline-flex;
    }

    .site-nav {
        position: absolute;
        left: 12px;
        right: 12px;
        top: 78px;
        background: #fff;
        border: 1px solid #e5e7eb;
        border-radius: 20px;
        box-shadow: 0 24px 55px rgba(15, 23, 42, .16);
        padding: 14px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    body.menu-open .site-nav {
        display: flex;
    }

    .site-nav>a,
    .nav-dropdown>button {
        width: 100%;
        text-align: left;
        padding: 12px;
    }

    .dropdown-menu {
        position: static;
        display: block;
        min-width: auto;
        max-height: 260px;
        box-shadow: none;
        border-radius: 14px;
        margin-top: 4px;
    }

    .site-footer-inner {
        grid-template-columns: 1fr;
    }
        .site-footer {
            text-align: center;
        }
}
