/* from app/(gurugram-gmb)/gurugram-gmb.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

.jg-page {
  min-height: 100vh;
  background: #fff;
  color: #0f172a;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.jg-main {
  min-height: 100vh;
}

.jg-wrap {
  max-width: 64rem;
  margin: 0 auto;
  padding: 2rem 1rem;
}

@media (min-width: 640px) {
  .jg-wrap {
    padding: 2.5rem 1.5rem;
  }
}

.jg-h1 {
  margin: 0 0 1.5rem;
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

@media (min-width: 640px) {
  .jg-h1 {
    font-size: 1.875rem;
  }
}

.jg-h2 {
  margin: 0 0 1.25rem;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

@media (min-width: 640px) {
  .jg-h2 {
    font-size: 1.5rem;
  }
}

.jg-h3 {
  margin: 0 0 0.5rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
}

.jg-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .jg-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
  }

  .jg-grid-map {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .jg-panel-core {
    grid-column: 2;
    grid-row: 1;
  }

  .jg-panel-reviews {
    grid-column: 2;
    grid-row: 2;
  }
}

.jg-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.jg-map-wrap {
  overflow: hidden;
  min-height: 240px;
  aspect-ratio: 4 / 3;
  background: #f1f5f9;
}

.jg-map-iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 240px;
  border: 0;
  background: #f1f5f9;
}

.jg-map-skeleton {
  width: 100%;
  height: 100%;
  min-height: 240px;
  background:
    linear-gradient(110deg, #f1f5f9 8%, #e2e8f0 18%, #f1f5f9 33%);
  background-size: 200% 100%;
  animation: jg-map-shimmer 1.4s linear infinite;
}

@keyframes jg-map-shimmer {
  to {
    background-position: -200% 0;
  }
}

.jg-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.jg-panel {
  padding: 0.25rem 1rem 0;
}

@media (min-width: 640px) {
  .jg-panel {
    padding: 0.25rem 1.25rem 0;
  }
}

.jg-row {
  border-bottom: 1px solid #e2e8f0;
  padding: 0.75rem 0;
}

.jg-row:last-child {
  border-bottom: 0;
}

.jg-label {
  margin: 0 0 0.25rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #64748b;
}

.jg-value {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #1e293b;
}

address.jg-value {
  font-style: normal;
  font-family: inherit;
}

.jg-strong {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.jg-hours {
  list-style: none;
  margin: 0;
  padding: 0;
}

.jg-hours li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.875rem;
}

.jg-hours span:first-child {
  font-weight: 500;
  color: #334155;
}

.jg-hours time {
  color: #475569;
}

.jg-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jg-tags li {
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #f8fafc;
  padding: 0.125rem 0.625rem;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #334155;
}

.jg-link {
  color: #0f172a;
  font-weight: 600;
  text-decoration: none;
}

.jg-link:hover,
.jg-cta:hover {
  color: #dc2626;
}

.jg-cta {
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 600;
  color: #dc2626;
  text-decoration: none;
}

.jg-muted {
  color: #475569;
}

.jg-review-subheading {
  margin: 1rem 0 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}

.jg-reviews {
  list-style: none;
  margin: 0 0 0.75rem;
  padding: 0;
}

.jg-reviews li {
  border: 1px solid #f1f5f9;
  border-radius: 0.5rem;
  background: #f8fafc;
  padding: 0.625rem 0.75rem;
  margin-bottom: 0.75rem;
}

.jg-reviews blockquote {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #334155;
}

.jg-reviews cite {
  display: block;
  margin-top: 0.375rem;
  font-size: 0.75rem;
  font-weight: 600;
  font-style: normal;
  color: #0f172a;
}

.jg-section {
  border-top: 1px solid #e2e8f0;
}

.jg-copy {
  display: grid;
  gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #334155;
}

.jg-copy p {
  margin: 0;
}

.jg-copy-list {
  margin: 0;
  padding-left: 1.25rem;
  display: grid;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #334155;
}

.jg-h2--in-copy {
  margin: 1.25rem 0 0;
}

.jg-links-section {
  border-top: 1px solid #e2e8f0;
  background: #f8fafc;
}

.jg-wrap--compact {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 640px) {
  .jg-wrap--compact {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.jg-h2--compact {
  margin-bottom: 0.75rem;
  font-size: 1rem;
}

@media (min-width: 640px) {
  .jg-h2--compact {
    font-size: 1.125rem;
  }
}

.jg-links-grid {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .jg-links-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.875rem;
  }
}

@media (min-width: 1024px) {
  .jg-links-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.jg-links-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  background: #fff;
  padding: 0.625rem 0.75rem;
}

.jg-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.jg-links-list li {
  border-bottom: 1px solid #f1f5f9;
}

.jg-links-list li:last-child {
  border-bottom: 0;
}

.jg-links-list a {
  display: block;
  padding: 0.3rem 0;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.35;
  color: #475569;
  text-decoration: none;
}

.jg-links-list a:hover {
  color: #dc2626;
}

.jg-footer-note {
  margin: 1.25rem 0 0;
  max-width: 42rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #64748b;
  font-weight: 500;
}

.jg-footnote {
  max-width: 64rem;
  margin: 0 auto;
  padding: 0 1rem 2rem;
  font-size: 0.75rem;
  color: #64748b;
}

.jg-footnote--after-section {
  margin-top: -1rem;
  padding-bottom: 0;
}

@media (min-width: 640px) {
  .jg-footnote {
    padding: 0 1.5rem 2rem;
  }

  .jg-footnote--after-section {
    padding-bottom: 0;
  }
}
