/* Services Uptown — [bh_services_uptown] */
.bh-services-uptown,
.bh-services-uptown .bh-services-label .bh-label-text,
.bh-services-uptown .bh-services-title,
.bh-services-uptown .bh-service-heading,
.bh-services-uptown .bh-service-desc {
  font-family: 'Cairo', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.bh-services-uptown {
  padding: 40px 4%;
  max-width: 1140px;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
}
.bh-services-uptown *,
.bh-services-uptown *::before,
.bh-services-uptown *::after { box-sizing: border-box; }

.bh-services-uptown .bh-services-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
.bh-services-uptown .bh-services-label .bh-label-line {
  width: 120px;
  flex: 0 0 120px;
  height: 2px;
  background: rgba(31, 58, 95, 0.35);
  display: block;
}
.bh-services-uptown .bh-services-label .bh-label-text {
  color: var(--bh-navy, #1f3a5f);
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.bh-services-uptown .bh-services-title {
  margin: 0 0 2.5rem;
  color: #1a1a1a;
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.bh-services-uptown .bh-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.75rem;
}

@media (max-width: 992px) {
  .bh-services-uptown { padding: 40px 4%; }
  .bh-services-uptown .bh-services-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .bh-services-uptown .bh-services-title { margin-bottom: 2rem; font-size: clamp(1.4rem, 4vw, 2rem); }
}

@media (max-width: 768px) {
  .bh-services-uptown { padding: 30px 3%; }
  .bh-services-uptown .bh-services-label { gap: 0.75rem; margin-bottom: 0.5rem; }
  .bh-services-uptown .bh-services-label .bh-label-line { width: 80px; flex: 0 0 80px; }
  .bh-services-uptown .bh-services-title { margin-bottom: 1.5rem; font-size: clamp(1.25rem, 5vw, 1.75rem); }
  .bh-services-uptown .bh-services-grid { gap: 1.25rem; }
  .bh-services-uptown .bh-service-card { padding: 1.25rem 1rem; }
  .bh-services-uptown .bh-service-card .bh-service-icon { width: 48px; height: 48px; margin-bottom: 1rem; }
  .bh-services-uptown .bh-service-card .bh-service-heading { font-size: 1.0625rem; }
  .bh-services-uptown .bh-service-card .bh-service-desc { font-size: 0.875rem; }
}

@media (max-width: 576px) {
  .bh-services-uptown { padding: 20px 3%; }
  .bh-services-uptown .bh-services-grid { grid-template-columns: 1fr; gap: 1rem; }
  .bh-services-uptown .bh-service-card { padding: 1.25rem 0.875rem; }
}

@media (max-width: 480px) {
  .bh-services-uptown { padding: 20px 3%; }
  .bh-services-uptown .bh-services-label .bh-label-line { width: 60px; flex: 0 0 60px; }
  .bh-services-uptown .bh-services-title { font-size: 1.25rem; margin-bottom: 1.25rem; }
  .bh-services-uptown .bh-service-card .bh-service-icon { width: 44px; height: 44px; }
}

.bh-services-uptown .bh-service-card {
  padding: 1.5rem 1.25rem;
  text-align: center;
  background: #fff;
}

.bh-services-uptown .bh-service-card .bh-service-icon {
  width: 56px;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  color: #7a8fa3;
}
.bh-services-uptown .bh-service-card .bh-service-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.bh-services-uptown .bh-service-card .bh-service-heading {
  margin: 0 0 0.75rem;
  color: #1a1a1a;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
}
.bh-services-uptown .bh-service-card .bh-service-desc {
  margin: 0;
  color: #5c5c5c;
  font-size: 0.9375rem;
  line-height: 1.7;
}
