/* NoorVista 3.0.50 — polished contact page layout */
body:not([data-panel-role]) .contact-hero {
  padding: 62px 0 40px;
  background: linear-gradient(180deg, rgba(236, 250, 255, 0.86) 0%, rgba(255, 255, 255, 0.94) 100%);
}

body:not([data-panel-role]) .contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 28px;
  align-items: stretch;
}

body:not([data-panel-role]) .contact-hero-copy,
body:not([data-panel-role]) .contact-quick-card,
body:not([data-panel-role]) .contact-map-panel {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(148, 211, 252, 0.55);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.05);
}

body:not([data-panel-role]) .contact-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 34px 38px;
  border-radius: 34px;
}

body:not([data-panel-role]) .contact-hero-copy .eyebrow {
  margin-bottom: 14px;
}

body:not([data-panel-role]) .contact-hero-copy h1 {
  margin: 0 0 18px;
  color: #082f49;
  font-size: clamp(2.5rem, 4.6vw, 4.4rem);
  line-height: 1.22;
}

body:not([data-panel-role]) .contact-hero-copy p {
  max-width: 38rem;
  margin: 0;
  font-size: 1.04rem;
  line-height: 2.05;
  text-align: right;
  color: #475569;
}

body:not([data-panel-role]) .contact-quick-card {
  position: relative;
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 28px 24px 24px;
  border-radius: 30px;
}

body:not([data-panel-role]) .contact-quick-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  border-radius: 30px 30px 0 0;
  background: linear-gradient(90deg, #0ea5e9, #14b8a6);
}

body:not([data-panel-role]) .contact-quick-card h2 {
  margin: 4px 0 10px;
  text-align: center;
  color: #0f172a;
  font-size: 1.5rem;
}

body:not([data-panel-role]) .contact-quick-card .quick-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid #dbeafe;
  background: linear-gradient(180deg, #f8fbff 0%, #f2f9ff 100%);
}

body:not([data-panel-role]) .contact-quick-card .quick-item > span:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 17px;
  background: #e8f4ff;
}

body:not([data-panel-role]) .contact-quick-card .quick-item > div {
  min-width: 0;
}

body:not([data-panel-role]) .contact-quick-card .quick-item strong {
  display: block;
  margin-bottom: 4px;
  color: #0f172a;
  font-size: 1rem;
}

body:not([data-panel-role]) .contact-quick-card .quick-item small,
body:not([data-panel-role]) .contact-quick-card .quick-item a {
  display: block;
  color: #334155;
  line-height: 2;
  word-break: break-word;
}

body:not([data-panel-role]) .contact-quick-card .quick-item a {
  text-decoration: none;
}

body:not([data-panel-role]) .contact-quick-card .nv-address-lines {
  display: grid;
  gap: 10px;
}

body:not([data-panel-role]) .contact-quick-card .nv-address-line {
  padding-bottom: 10px;
  border-bottom: 1px dashed #cbe5f6;
}

body:not([data-panel-role]) .contact-quick-card .nv-address-line:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

body:not([data-panel-role]) .contact-quick-card .nv-address-label {
  display: inline-block;
  margin-left: 6px;
  color: #0ea5e9;
  font-weight: 900;
}

body:not([data-panel-role]) .contact-section {
  padding: 12px 0 84px;
  background: linear-gradient(180deg, #f8fcff 0%, #ffffff 100%);
}

body:not([data-panel-role]) .contact-map-panel {
  border-radius: 34px;
  padding: 32px;
}

body:not([data-panel-role]) .map-head {
  margin-bottom: 24px;
}

body:not([data-panel-role]) .map-head .eyebrow,
body:not([data-panel-role]) .map-head h2,
body:not([data-panel-role]) .map-head p {
  text-align: center;
}

body:not([data-panel-role]) .map-head h2 {
  margin-bottom: 10px;
  color: #0f172a;
}

body:not([data-panel-role]) .map-head p {
  max-width: 42rem;
  margin-inline: auto;
  line-height: 2;
  color: #475569;
}

body:not([data-panel-role]) .neshan-map-shell {
  min-height: 500px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid #dbeafe;
}

body:not([data-panel-role]) .neshan-contact-map {
  height: 500px;
  min-height: 500px;
}

body:not([data-panel-role]) .map-open-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  margin: 22px auto 0;
  padding: 14px 26px;
}

@media (max-width: 1100px) {
  body:not([data-panel-role]) .contact-hero-copy {
    padding: 30px 28px;
  }

  body:not([data-panel-role]) .contact-hero-copy h1 {
    font-size: clamp(2.3rem, 5vw, 3.8rem);
  }
}

@media (max-width: 980px) {
  body:not([data-panel-role]) .contact-hero-grid {
    grid-template-columns: 1fr;
  }

  body:not([data-panel-role]) .contact-hero-copy,
  body:not([data-panel-role]) .contact-hero-copy p {
    text-align: center;
  }

  body:not([data-panel-role]) .contact-hero-copy p {
    max-width: none;
  }
}

@media (max-width: 720px) {
  body:not([data-panel-role]) .contact-hero {
    padding: 46px 0 28px;
  }

  body:not([data-panel-role]) .contact-hero-copy,
  body:not([data-panel-role]) .contact-quick-card,
  body:not([data-panel-role]) .contact-map-panel {
    border-radius: 24px;
    padding: 20px;
  }

  body:not([data-panel-role]) .contact-hero-copy,
  body:not([data-panel-role]) .contact-hero-copy p,
  body:not([data-panel-role]) .map-head .eyebrow,
  body:not([data-panel-role]) .map-head h2,
  body:not([data-panel-role]) .map-head p {
    text-align: right;
  }

  body:not([data-panel-role]) .contact-hero-copy h1 {
    font-size: clamp(2rem, 9vw, 3rem);
    line-height: 1.35;
  }

  body:not([data-panel-role]) .contact-quick-card h2 {
    font-size: 1.3rem;
  }

  body:not([data-panel-role]) .contact-quick-card .quick-item {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 14px;
    border-radius: 18px;
  }

  body:not([data-panel-role]) .contact-quick-card .quick-item > span:first-child {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  body:not([data-panel-role]) .neshan-map-shell,
  body:not([data-panel-role]) .neshan-contact-map {
    min-height: 360px;
    height: 360px;
    border-radius: 22px;
  }

  body:not([data-panel-role]) .map-open-link {
    width: 100%;
    min-width: 0;
  }
}


/* 3.0.54 map button centering */
body:not([data-panel-role]) .map-open-link-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
body:not([data-panel-role]) .map-open-link {
  margin-inline: auto !important;
}
@media (max-width: 720px) {
  body:not([data-panel-role]) .map-open-link-wrap {
    display: block;
  }
}
