/* City page start */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800;900&family=Numans&display=swap");

.bx-city-page {
  background: #ffffff;
  padding-top: 134px;
  font-family: "Numans", Arial, sans-serif;
}

.bx-city-hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #050505;
  border: 0;
}

.bx-city-hero-bg,
.bx-city-hero-overlay {
  position: absolute;
  inset: 0;
}

.bx-city-hero-bg {
  background-image: var(--city-hero-image, url("../images/city/global-exhibition-presence.png"));
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.02);
}

.bx-city-hero-overlay {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.24) 54%, rgba(0, 0, 0, 0.72) 100%),
    rgba(0, 0, 0, 0.08);
  pointer-events: none;
}

.bx-city-hero-inner {
  position: relative;
  z-index: 3;
  width: min(1400px, calc(100% - 64px));
  min-height: 520px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bx-city-hero-content {
  width: min(980px, 100%);
  padding: 72px 0 62px;
  text-align: left;
}

.bx-city-hero-kicker {
  margin: 0 0 10px;
  color: #39d4d4;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-shadow: 0 0 18px rgba(57, 212, 212, 0.22);
}

.bx-city-hero h1 {
  margin: 0;
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.42);
}

.bx-city-hero h1 span,
.bx-city-hero h1 .bx-city-hero-highlight,
.bx-city-hero-banner h1 .bx-city-hero-highlight {
  color: #ef9228 !important;
}

.bx-city-hero-copy {
  margin: 24px 0 44px;
  max-width: 860px;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Numans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
}

.bx-city-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 18px;
}

.bx-city-hero-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ef9228;
  border-radius: 6px;
  padding: 0 28px;
  background: #ef9228;
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
  box-shadow: none;
  transition: background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.bx-city-hero-btn-light {
  border-color: #ffffff;
  background: #ffffff;
  color: #000000;
}

.bx-city-hero-btn:hover,
.bx-city-hero-btn:focus {
  border-color: #ffffff;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  box-shadow: none;
  transform: translateY(-2px);
}

.bx-city-hero-btn-light:hover,
.bx-city-hero-btn-light:focus {
  border-color: #ef9228;
  background: #ef9228;
  color: #ffffff;
}

.bx-city-hero-banner {
  min-height: 520px;
}

.bx-city-hero-banner .bx-city-hero-inner {
  min-height: 520px;
}

.bx-city-hero-banner .bx-city-hero-content {
  width: min(980px, 100%);
  padding: 72px 0 62px;
}

.bx-city-hero-banner .bx-city-hero h1,
.bx-city-hero-banner h1 {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.18;
}

.bx-city-hero-banner .bx-city-hero-copy {
  max-width: 860px;
  margin: 24px 0 44px;
  font-size: 18px;
  line-height: 1.55;
}

.bx-city-about {
  position: relative;
  overflow: visible;
  padding: 72px 0;
  background: #ffffff;
}

.bx-city-about-inner {
  position: relative;
  z-index: 1;
  width: min(1400px, calc(100% - 56px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.98fr);
  gap: 52px;
  align-items: center;
}

.bx-city-about-media {
  position: relative;
  min-height: 520px;
  border-radius: 16px;
  overflow: hidden;
  background: #06121d;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.24);
}

.bx-city-about-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
  transform: none;
}

.bx-city-about-content h2 {
  margin: 0 0 22px;
  color: #000000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.bx-city-about-content h2 span {
  color: #ef9228;
}

.bx-city-about-content p {
  margin: 0 0 24px;
  color: #344054;
  font-family: "Numans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.bx-city-about-content p a {
  color: #101820;
  font-weight: 400;
  text-decoration: none;
}

.bx-city-about-points {
  margin: 0 0 26px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.bx-city-about-points div {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.bx-city-about-points i {
  position: relative;
  z-index: 1;
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ef9228;
  color: transparent;
  font-size: 0;
  line-height: 1;
  box-shadow: none;
  margin-top: 8px;
}

.bx-city-about-points span {
  position: relative;
  z-index: 1;
  color: #344054;
  font-family: "Numans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
}

.bx-city-text-section {
  padding: 78px 0 84px;
  background: #ffffff;
}

.bx-city-text-inner {
  width: min(1400px, calc(100% - 56px));
  margin: 0 auto;
}

.bx-city-text-inner h2 {
  margin: 0 0 22px;
  color: #050b12;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(34px, 3.8vw, 46px);
  font-weight: 800;
  line-height: 1.07;
  letter-spacing: 0;
}

.bx-city-text-inner h2:not(:first-child) {
  margin-top: 38px;
}

.bx-city-text-inner h2 span {
  color: #ef9228;
}

.bx-city-text-inner p {
  margin: 0 0 28px;
  max-width: 1240px;
  color: #344054;
  font-family: "Numans", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.bx-city-text-inner h3 {
  margin: 32px 0 18px;
  color: #050b12;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
}

.bx-city-text-inner ul,
.bx-city-text-inner ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bx-city-text-inner ul li,
.bx-city-text-inner ol li {
  position: relative;
  margin: 0 0 13px;
  padding-left: 32px;
  color: #344054;
  font-family: "Numans", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.bx-city-text-inner ul li::before,
.bx-city-text-inner ol li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 11px;
  height: 11px;
  border: 2px solid rgba(239, 106, 16, 0.18);
  border-radius: 50%;
  background: #ef9228;
  box-shadow: 0 0 0 1px rgba(239, 106, 16, 0.12);
}

.bx-city-text-inner ol li {
  padding-left: 32px;
}

.bx-city-text-inner li strong {
  color: #101820;
  font-weight: 650;
}

.bx-city-why-section {
  overflow: hidden;
  padding: 78px 0 84px;
  background:
    linear-gradient(180deg, #f7fbfc 0%, #ffffff 100%);
}

.bx-city-page .bx-home-faq {
  padding-top: 28px;
}

.bx-city-capability-table-wrap {
  overflow-x: auto;
  margin: 28px 0;
  border: 1px solid rgba(8, 24, 36, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(9, 27, 39, 0.08);
}

.bx-city-capability-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.bx-city-capability-table th,
.bx-city-capability-table td {
  padding: 15px 18px;
  border-bottom: 1px solid rgba(8, 24, 36, 0.08);
  color: #4f5b66;
  font-size: 15px;
  line-height: 1.55;
  text-align: left;
}

.bx-city-capability-table th {
  background: #07131f;
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
}

.bx-city-capability-table td:first-child {
  width: 34%;
  color: #101820;
  font-weight: 650;
}

.bx-city-capability-table tr:last-child td {
  border-bottom: 0;
}

@media (max-width: 1199px) {
  .bx-city-hero-inner {
    width: min(1400px, calc(100% - 56px));
  }

  .bx-city-hero-content {
    width: min(980px, 100%);
  }

}

@media (max-width: 991px) {
  .bx-city-page {
    padding-top: 64px;
  }

  .bx-city-hero {
    min-height: 0;
  }

  .bx-city-hero-bg {
    background-position: center center;
    background-size: cover;
    transform: none;
  }

  .bx-city-hero-overlay {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.34) 54%, rgba(0, 0, 0, 0.78) 100%),
      rgba(0, 0, 0, 0.1);
  }

  .bx-city-hero-inner {
    min-height: 520px;
    align-items: center;
  }

  .bx-city-hero-content {
    padding: 64px 0 54px;
  }

  .bx-city-hero-banner,
  .bx-city-hero-banner .bx-city-hero-inner {
    min-height: 520px;
  }

  .bx-city-hero-banner .bx-city-hero-content {
    padding: 64px 0 54px;
  }

  .bx-city-about {
    padding: 68px 0;
  }

  .bx-city-about-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .bx-city-about-media,
  .bx-city-about-media img {
    min-height: 420px;
  }

}

@media (max-width: 767px) {
  .bx-city-text-section {
    padding: 58px 0 64px;
  }

  .bx-city-why-section {
    padding: 58px 0 64px;
  }

  .bx-city-text-inner {
    width: min(1400px, calc(100% - 36px));
  }

  .bx-city-text-inner h2 {
    font-size: 30px;
  }

  .bx-city-text-inner p,
  .bx-city-text-inner li {
    font-size: 16px;
  }

  .bx-city-capability-table th,
  .bx-city-capability-table td {
    font-size: 14px;
  }

}

@media (max-width: 575px) {
  .bx-city-hero-bg {
    background-position: center center;
    background-size: cover;
    transform: none;
  }

  .bx-city-hero-overlay {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.42) 52%, rgba(0, 0, 0, 0.82) 100%),
      rgba(0, 0, 0, 0.12);
  }

  .bx-city-hero-inner {
    width: min(1400px, calc(100% - 32px));
    min-height: 560px;
  }

  .bx-city-hero-content {
    padding: 52px 0 42px;
  }

  .bx-city-hero-kicker {
    font-size: 10px;
  }

  .bx-city-hero h1 {
    font-size: 30px;
  }

  .bx-city-hero-copy {
    margin: 18px 0 28px;
    font-size: 16px;
    line-height: 1.5;
  }

  .bx-city-hero-copy br {
    display: none;
  }

  .bx-city-hero-banner,
  .bx-city-hero-banner .bx-city-hero-inner {
    min-height: 560px;
  }

  .bx-city-hero-banner .bx-city-hero-content {
    padding: 52px 0 42px;
  }

  .bx-city-hero-banner h1 {
    font-size: 30px;
  }

  .bx-city-hero-banner .bx-city-hero-copy {
    font-size: 16px;
    line-height: 1.5;
  }

  .bx-city-hero-actions {
    gap: 12px;
  }

  .bx-city-hero-btn {
    min-height: 46px;
    padding: 0 18px;
    font-size: 16px;
  }

  .bx-city-about {
    padding: 54px 0;
  }

  .bx-city-about-inner {
    width: min(1400px, calc(100% - 32px));
  }

  .bx-city-about-media,
  .bx-city-about-media img {
    min-height: 320px;
  }

  .bx-city-about-content h2 {
    font-size: 30px;
  }

  .bx-city-about-content p,
  .bx-city-about-points span {
    font-size: 16px;
  }

  .bx-city-about-points {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .bx-city-text-inner {
    width: min(1400px, calc(100% - 30px));
  }

  .bx-city-text-inner h2 {
    font-size: 30px;
  }

  .bx-city-text-inner h3 {
    font-size: 18px;
  }
}
/* City page end */
