/**
 * Services hub — /services
 * Loads after services.css; scoped to body.page-services.
 */

body.page-services {
  --header-height: 80px;
  --header-height-mobile: 70px;
}

body.page-services * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body.page-services #header {
  display: none;
}

@media (max-width: 768px) {
  body.page-services #header {
    min-height: var(--header-height-mobile);
  }
}

body.page-services {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #0f172a;
  background: #fff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.page-services .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  contain: layout;
}

body.page-services .header-spacer {
  display: none;
}

body.page-services .header-embed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  line-height: 0;
}

body.page-services .header-frame {
  width: 100%;
  height: 82px;
  border: 0;
  display: block;
  background: transparent;
}

body.page-services .full-footer-embed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  line-height: 0;
  margin-top: 30px;
}

body.page-services .full-footer-frame {
  width: 100%;
  height: 286px;
  border: 0;
  display: block;
  background: transparent;
}

body.page-services main#main-content {
  contain: layout;
  min-height: 100vh;
}

body.page-services .breadcrumb-wrapper,
body.page-services .sitemap-section {
  contain: layout;
}

body.page-services .hero-services {
  background: linear-gradient(135deg, #001a4d, #1e40af);
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  contain: layout paint;
  transform: translateZ(0);
  position: relative;
}

body.page-services .hero-services::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(59, 130, 246, 0.2), transparent 60%);
  pointer-events: none;
}

body.page-services .hero-services .container {
  position: relative;
  z-index: 1;
}

body.page-services .hero-services h1 {
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  contain: layout;
}

body.page-services .sitemap-section {
  min-height: 400px;
  padding: 48px 0;
}

body.page-services .section-heading {
  text-align: center;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  color: #0f172a;
  margin-bottom: 32px;
  font-weight: 700;
}

body.page-services .section-heading span {
  color: #1e40af;
}

body.page-services .subsection-heading {
  font-size: 1.25rem;
  color: #0f172a;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 3px solid #1e40af;
  display: inline-block;
}

body.page-services .services-intro-title {
  text-align: center;
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 16px;
  line-height: 1.25;
}

body.page-services .services-intro-title span {
  color: #1e40af;
}

body.page-services .services-intro {
  max-width: 52rem;
  margin: 0 auto 40px;
  text-align: left;
  color: var(--text-muted, #475569);
  font-size: 1.05rem;
  line-height: 1.65;
}

body.page-services .services-intro p {
  margin-bottom: 1rem;
}

body.page-services .services-intro p:last-child {
  margin-bottom: 0;
}

body.page-services .services-intro strong {
  color: var(--text-dark, #0f172a);
  font-weight: 600;
}

body.page-services .services-split-stack {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 12px;
}

body.page-services .services-split-block .subsection-heading {
  margin-bottom: 16px;
}

body.page-services .services-split-lede {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0 0 16px;
  max-width: 720px;
}

body.page-services .sitemap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
  contain: layout;
}

body.page-services .sitemap-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  min-height: 56px;
}

body.page-services .sitemap-card i {
  min-width: 22px;
  text-align: center;
  font-size: 0.95rem;
  opacity: 0.95;
  color: #fff;
}

body.page-services .sitemap-card span {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
}

body.page-services .sitemap-grid .sitemap-card:nth-child(8n + 1) {
  background: linear-gradient(135deg, #0f766e, #0f766e 40%, #0ea5a6);
}

body.page-services .sitemap-grid .sitemap-card:nth-child(8n + 2) {
  background: linear-gradient(135deg, #7f1d1d, #b45309 55%, #c2410c);
}

body.page-services .sitemap-grid .sitemap-card:nth-child(8n + 3) {
  background: linear-gradient(135deg, #6d28d9, #4f46e5);
}

body.page-services .sitemap-grid .sitemap-card:nth-child(8n + 4) {
  background: linear-gradient(135deg, #1e3a8a, #2563eb);
}

body.page-services .sitemap-grid .sitemap-card:nth-child(8n + 5) {
  background: linear-gradient(135deg, #7e22ce, #a21caf);
}

body.page-services .sitemap-grid .sitemap-card:nth-child(8n + 6) {
  background: linear-gradient(135deg, #1e40af, #2563eb);
}

body.page-services .sitemap-grid .sitemap-card:nth-child(8n + 7) {
  background: linear-gradient(135deg, #0f766e, #0f766e 45%, #0ea5a6);
}

body.page-services .sitemap-grid .sitemap-card:nth-child(8n + 8) {
  background: linear-gradient(135deg, #7f1d1d, #b45309 55%, #c2410c);
}

body.page-services .india-services-section {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  padding: 40px 0 48px;
  margin-top: 8px;
  border-top: 1px solid #e2e8f0;
}

body.page-services .india-services-heading {
  text-align: center;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  color: #0f172a;
  margin-bottom: 10px;
  font-weight: 800;
}

body.page-services .india-services-heading span {
  color: #1e40af;
}

body.page-services .india-services-lede {
  text-align: center;
  color: #64748b;
  font-size: 0.95rem;
  max-width: 560px;
  margin: 0 auto 22px;
  line-height: 1.55;
}

body.page-services .india-services-section .india-services-band.sitemap-grid {
  max-width: min(420px, 100%);
  margin: 0 auto;
  gap: 16px;
  grid-template-columns: 1fr;
}

body.page-services .country-hubs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  max-width: 1060px;
  margin: 0 auto;
}

body.page-services .country-hub-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

body.page-services .country-hub-card {
  max-width: 340px;
  width: 100%;
}

body.page-services .country-hub-block:nth-child(1) .country-hub-card {
  background: linear-gradient(135deg, #059669, #0d9488) !important;
  border-color: transparent !important;
  color: #fff !important;
}

body.page-services .country-hub-block:nth-child(1) .country-hub-card span,
body.page-services .country-hub-block:nth-child(1) .country-hub-card i {
  color: #fff !important;
}

body.page-services .country-hub-block:nth-child(2) .country-hub-card {
  background: linear-gradient(135deg, #1e40af, #2563eb) !important;
  border-color: transparent !important;
  color: #fff !important;
}

body.page-services .country-hub-block:nth-child(2) .country-hub-card span,
body.page-services .country-hub-block:nth-child(2) .country-hub-card i {
  color: #fff !important;
}

body.page-services .country-hub-block:nth-child(3) .country-hub-card {
  background: linear-gradient(135deg, #b45309, #d97706) !important;
  border-color: transparent !important;
  color: #fff !important;
}

body.page-services .country-hub-block:nth-child(3) .country-hub-card span,
body.page-services .country-hub-block:nth-child(3) .country-hub-card i {
  color: #fff !important;
}

body.page-services .country-hub-block:nth-child(4) .country-hub-card {
  background: linear-gradient(135deg, #be123c, #e11d48) !important;
  border-color: transparent !important;
  color: #fff !important;
}

body.page-services .country-hub-block:nth-child(4) .country-hub-card span,
body.page-services .country-hub-block:nth-child(4) .country-hub-card i {
  color: #fff !important;
}

body.page-services .breadcrumb-wrapper {
  background: #f8fafc;
  padding: 14px 0;
  border-bottom: 1px solid #e2e8f0;
  min-height: 48px;
}

body.page-services .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

body.page-services .float-icon {
  position: fixed;
  bottom: 12px;
  width: 68px;
  height: 68px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.28);
  z-index: 9999;
}

body.page-services .float-wa {
  left: 14px;
  background: #25d366;
  font-size: 36px;
}

body.page-services .float-call {
  right: 14px;
  background: #1d4ed8;
  font-size: 24px;
}

@media (max-width: 768px) {
  body.page-services .container {
    padding: 0 20px;
  }

  body.page-services .sitemap-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  body.page-services .sitemap-card {
    padding: 10px 10px;
    gap: 8px;
    min-height: 68px;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  body.page-services .sitemap-card i {
    min-width: 0;
    font-size: 0.9rem;
  }

  body.page-services .sitemap-card span {
    font-size: 0.76rem;
    line-height: 1.14;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  body.page-services .sitemap-section {
    padding: 36px 0;
  }

  body.page-services .hero-services {
    min-height: 110px;
  }

  body.page-services .india-services-section {
    padding: 26px 0 22px;
  }

  body.page-services .india-services-section .india-services-band.sitemap-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.page-services .country-hubs-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  body.page-services .services-split-stack {
    gap: 28px;
  }

  body.page-services .header-frame {
    height: 74px;
  }

  body.page-services .full-footer-frame {
    height: 330px;
  }

  body.page-services .float-icon {
    width: 60px;
    height: 60px;
    bottom: 10px;
  }

  body.page-services .float-wa {
    left: 10px;
    font-size: 31px;
  }

  body.page-services .float-call {
    right: 10px;
    font-size: 22px;
  }
}
