:root {
  --xlq-ink: #0a1d2d;
  --xlq-ink-2: #123047;
  --xlq-blue: #08749a;
  --xlq-blue-dark: #055b7b;
  --xlq-cyan: #21a7a0;
  --xlq-accent: #f0a43b;
  --xlq-paper: #ffffff;
  --xlq-mist: #f3f7f9;
  --xlq-page-bg: #e4ebed;
  --xlq-page-warm: #f3eee5;
  --xlq-page-cool: #dbe7eb;
  --xlq-line: #dfe8ed;
  --xlq-muted: #60717f;
  --xlq-shadow: 0 22px 60px rgba(10, 29, 45, .10);
  --xlq-shadow-soft: 0 16px 44px rgba(10, 29, 45, .075);
  --xlq-shadow-frame: 0 0 0 5px rgba(255, 255, 255, .68), 0 22px 58px rgba(10, 29, 45, .13);
  --xlq-surface: rgba(255, 255, 255, .84);
  --xlq-radius: 18px;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--xlq-ink);
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.75;
  background: var(--xlq-page-bg);
  -webkit-font-smoothing: antialiased;
}

body,
.body-inner {
  overflow-x: hidden;
}

a {
  color: inherit;
  transition: color .25s ease, opacity .25s ease, transform .25s ease, background-color .25s ease, border-color .25s ease;
}

a:hover {
  color: var(--xlq-blue);
  text-decoration: none;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1240px;
}

.btn {
  min-height: 48px;
  padding: 12px 24px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 8px 20px rgba(10, 29, 45, .07), inset 0 1px rgba(255, 255, 255, .32);
  transition: transform .25s ease, box-shadow .25s ease, color .25s ease, background-color .25s ease, border-color .25s ease;
}

.btn::before {
  position: absolute;
  z-index: -1;
  inset: 1px;
  content: "";
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: inherit;
  pointer-events: none;
}

.btn i {
  transition: transform .25s ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn:hover i {
  transform: translateX(3px);
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  border-color: rgba(8, 116, 154, .72);
  background: linear-gradient(135deg, var(--xlq-blue-dark), var(--xlq-blue) 58%, #15959b);
  box-shadow: 0 13px 28px rgba(8, 116, 154, .22), inset 0 1px rgba(255, 255, 255, .28);
}

.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  border-color: var(--xlq-blue-dark);
  background: linear-gradient(135deg, #044d69, var(--xlq-blue-dark) 52%, #0d7f88);
  box-shadow: 0 18px 34px rgba(8, 116, 154, .28), inset 0 1px rgba(255, 255, 255, .24);
}

.btn-outline-primary {
  color: var(--xlq-blue);
  border-color: rgba(8, 116, 154, .30);
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 10px 26px rgba(10, 29, 45, .07), inset 0 0 0 1px rgba(255, 255, 255, .9);
  backdrop-filter: blur(10px);
}

.btn-outline-primary::before {
  border-color: rgba(8, 116, 154, .08);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  color: #fff;
  border-color: var(--xlq-blue);
  background: linear-gradient(135deg, var(--xlq-blue-dark), var(--xlq-blue) 58%, #15959b);
  box-shadow: 0 16px 32px rgba(8, 116, 154, .24), inset 0 1px rgba(255, 255, 255, .26);
}

.section-space,
.project-area.section-space {
  padding: 104px 0;
}

.section-space-sm {
  padding: 76px 0;
}

.solid-bg {
  background: var(--xlq-mist);
}

/* Layered homepage sections */
body.home-page {
  background: var(--xlq-page-bg);
}

.home-about,
.home-product,
.home-cases,
.home-news {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-top: 1px solid rgba(10, 29, 45, .055);
  border-bottom: 1px solid rgba(255, 255, 255, .78);
  box-shadow: inset 0 1px rgba(255, 255, 255, .82), 0 -22px 60px rgba(10, 29, 45, .035);
}

.home-about > .container,
.home-product > .container,
.home-cases > .container,
.home-news > .container {
  position: relative;
  z-index: 1;
}

.home-about {
  background:
    radial-gradient(circle at 12% 84%, rgba(240, 164, 59, .09), transparent 25%),
    linear-gradient(145deg, #f5f1e9 0%, #eaf0f1 58%, #d9e6ea 100%);
}

.home-product {
  background:
    radial-gradient(circle at 8% 18%, rgba(33, 167, 160, .14), transparent 27%),
    linear-gradient(155deg, #d9e6ea 0%, #e8eef0 54%, #f2eee6 100%);
}

.home-cases {
  background:
    radial-gradient(circle at 92% 8%, rgba(8, 116, 154, .13), transparent 27%),
    linear-gradient(155deg, #f4efe7 0%, #e8edef 53%, #dbe7eb 100%);
}

.home-news {
  background:
    radial-gradient(circle at 85% 90%, rgba(240, 164, 59, .13), transparent 27%),
    linear-gradient(145deg, #dce8eb 0%, #e9eeec 54%, #f3ede4 100%);
}

.home-about::before,
.home-product::before,
.home-cases::before,
.home-news::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(10, 29, 45, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 29, 45, .04) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
}

.home-about::after,
.home-product::after,
.home-cases::after,
.home-news::after {
  width: 430px;
  height: 430px;
  position: absolute;
  z-index: 0;
  content: "";
  border: 1px solid rgba(8, 116, 154, .11);
  border-radius: 50%;
  box-shadow: 0 0 0 58px rgba(8, 116, 154, .03), 0 0 0 116px rgba(240, 164, 59, .018);
  pointer-events: none;
}

.home-about::after {
  top: -250px;
  right: -145px;
}

.home-product::after {
  bottom: -280px;
  left: -165px;
}

.home-cases::after {
  top: -270px;
  right: 14%;
}

.home-news::after {
  right: -180px;
  bottom: -270px;
}

.eyebrow {
  color: var(--xlq-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.eyebrow::before {
  width: 22px;
  height: 2px;
  content: "";
  background: var(--xlq-accent);
}

.section-heading {
  max-width: 680px;
  margin-bottom: 46px;
}

.section-heading.text-center {
  margin-right: auto;
  margin-left: auto;
}

.section-heading.text-center .eyebrow {
  justify-content: center;
}

.section-heading h2 {
  margin: 12px 0 14px;
  color: var(--xlq-ink);
  font-size: clamp(30px, 3.1vw, 46px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -.035em;
  text-shadow: 0 1px rgba(255, 255, 255, .72);
}

.section-heading p {
  max-width: 600px;
  margin: 0;
  color: var(--xlq-muted);
  font-size: 16px;
}

.section-heading-row {
  max-width: none;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.section-heading-row > div:first-child {
  max-width: 610px;
}

/* Header */
.xlq-header {
  position: relative;
  z-index: 100;
  padding: 0;
  background: #fff;
  box-shadow: none;
}

.header-topline {
  color: rgba(255, 255, 255, .74);
  background: var(--xlq-ink);
  font-size: 12px;
  letter-spacing: .02em;
}

.header-topline-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.header-topline p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 9px;
}

.topline-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--xlq-accent);
  box-shadow: 0 0 0 5px rgba(240, 164, 59, .12);
}

.topline-contact {
  display: flex;
  align-items: center;
  gap: 26px;
}

.topline-contact a {
  color: rgba(255, 255, 255, .82);
}

.topline-contact a:hover {
  color: #fff;
}

.topline-contact i {
  margin-right: 7px;
  color: var(--xlq-accent);
}

.site-navigation {
  min-height: 88px;
  border-bottom: 1px solid rgba(223, 232, 237, .7);
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 5px 22px rgba(10, 29, 45, .03);
}

.site-navigation .navbar {
  min-height: 88px;
}

.site-navigation.navbar-fixed {
  z-index: 999;
  border-bottom-color: transparent;
  box-shadow: 0 12px 36px rgba(10, 29, 45, .10);
}

.xlq-header .logo {
  flex: 0 0 auto;
  margin-right: 38px;
}

.xlq-header .logo img {
  width: auto;
  max-width: 160px;
  max-height: 54px;
  object-fit: contain;
}

.xlq-header .navbar-nav > li {
  position: relative;
}

.xlq-header ul.navbar-nav > li > .nav-link {
  min-height: 88px;
  padding: 0 16px !important;
  color: var(--xlq-ink);
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
}

.xlq-header ul.navbar-nav > li > .nav-link::after {
  position: absolute;
  right: 16px;
  bottom: 0;
  left: 16px;
  height: 3px;
  content: "";
  background: var(--xlq-blue);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .25s ease;
}

.xlq-header .navbar-nav > li.active > .nav-link,
.xlq-header .navbar-nav > li:hover > .nav-link {
  color: var(--xlq-blue);
}

.xlq-header .navbar-nav > li.active > .nav-link::after,
.xlq-header .navbar-nav > li:hover > .nav-link::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.xlq-header .dropdown-toggle::after {
  display: none;
}

.xlq-header .dropdown-menu {
  min-width: 220px;
  padding: 12px;
  border: 1px solid var(--xlq-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--xlq-shadow);
}

.xlq-header .dropdown-menu li a {
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--xlq-ink-2);
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.xlq-header .dropdown-menu li.active > a,
.xlq-header .dropdown-menu li:hover > a {
  color: var(--xlq-blue);
  background: var(--xlq-mist);
}

.nav-utility {
  gap: 5px;
}

.nav-utility .language-switch .nav-link span {
  max-width: 74px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-utility .nav-search {
  width: 42px;
  height: 42px;
  position: static;
  border: 1px solid var(--xlq-line);
  border-radius: 50%;
  color: var(--xlq-ink);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-utility .nav-search:hover {
  color: #fff;
  border-color: var(--xlq-blue);
  background: var(--xlq-blue);
}

.theme-toggle {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--xlq-line);
  border-radius: 50%;
  color: var(--xlq-ink);
  background: rgba(255, 255, 255, .72);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 1px rgba(255, 255, 255, .9);
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  color: #fff;
  border-color: var(--xlq-blue);
  background: var(--xlq-blue);
  box-shadow: 0 10px 24px rgba(8, 116, 154, .22);
  outline: 0;
  transform: translateY(-2px);
}

.theme-icon-light {
  display: none;
}

.theme-toggle-mobile {
  width: 100%;
  min-height: 44px;
  margin-top: 10px;
  border-radius: 9px;
  gap: 9px;
}

.theme-toggle-text {
  font-size: 13px;
  font-weight: 700;
}

.xlq-header .nav-contact {
  margin-left: 8px;
}

.xlq-header .nav-contact .btn {
  min-height: 42px;
  padding: 9px 17px !important;
  font-size: 13px;
  line-height: 1.5;
}

.xlq-header .search-block {
  position: fixed;
  z-index: 1100;
  inset: 0;
  padding: 30px;
  background: rgba(10, 29, 45, .92);
  backdrop-filter: blur(8px);
}

.xlq-header .search-block form {
  width: min(760px, calc(100vw - 60px));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.xlq-header .search-block .form-control {
  height: 70px;
  padding: 0 60px 0 24px;
  border: 0;
  border-radius: 12px;
  font-size: 18px;
}

.xlq-header .search-close {
  position: absolute;
  top: 50%;
  right: 20px;
  color: var(--xlq-ink);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.mobile-search-wrap {
  display: none;
}

/* Hero */
.home-banner {
  height: min(740px, calc(100vh - 126px));
  min-height: 590px;
  padding: 0;
  background: var(--xlq-ink);
}

.home-banner .swiper-slide {
  position: relative;
  will-change: opacity;
}

.home-banner.swiper-container-fade .swiper-slide {
  transition-property: opacity !important;
}

.hero-static-layer {
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
}

.hero-static-layer .container {
  height: 100%;
}

.hero-static-layer .box-slider-text {
  pointer-events: none;
}

.hero-static-layer .hero-actions,
.hero-static-layer .hero-actions a {
  pointer-events: auto;
}

.hero-shade {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 19, 30, .88) 0%, rgba(5, 19, 30, .64) 42%, rgba(5, 19, 30, .18) 72%, rgba(5, 19, 30, .08) 100%),
    linear-gradient(0deg, rgba(5, 19, 30, .28), transparent 45%);
}

.home-banner .container {
  height: 100%;
  position: relative;
  z-index: 1;
}

.home-banner .box-slider-content {
  height: 100%;
  padding: 70px 0 105px;
  display: flex;
  align-items: center;
}

.home-banner .box-slider-text {
  max-width: 720px;
  padding: 0;
  color: #fff;
  background: transparent;
}

.hero-kicker {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-kicker span {
  width: 34px;
  height: 2px;
  background: var(--xlq-accent);
}

.home-banner .box-slide-sub-title {
  max-width: 720px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(44px, 5.3vw, 76px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.045em;
  text-shadow: 0 6px 30px rgba(0, 0, 0, .18);
}

.home-banner .box-slide-description {
  max-width: 650px;
  margin: 0 0 36px;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
}

.hero-actions .btn {
  min-height: 54px;
  padding: 14px 28px;
}

.btn-hero-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, .38);
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(8px);
}

.btn-hero-ghost:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, .75);
  background: rgba(255, 255, 255, .14);
}

.home-banner .swiper-pagination {
  z-index: 6;
  bottom: 34px;
  text-align: left;
  padding-left: max(calc((100% - 1210px) / 2), 30px);
}

.home-banner .swiper-pagination-bullet {
  width: 34px;
  height: 4px;
  margin: 0 6px !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 1px 4px rgba(3, 18, 30, .22);
  opacity: 1;
  transition: width .3s ease, background-color .3s ease, box-shadow .3s ease;
}

.home-banner .swiper-pagination-bullet-active {
  width: 64px;
  background: var(--xlq-accent);
  box-shadow: 0 0 12px rgba(244, 161, 39, .38);
}

/* Capability strip */
.capability-strip {
  position: relative;
  z-index: 5;
  margin-top: -1px;
  padding: 0;
  color: var(--xlq-ink);
  border-bottom: 1px solid rgba(10, 29, 45, .08);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
  box-shadow: 0 18px 42px rgba(10, 29, 45, .08), inset 0 1px rgba(255, 255, 255, .92);
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.capability-item {
  min-height: 126px;
  padding: 30px 38px;
  border-right: 1px solid rgba(10, 29, 45, .10);
  display: flex;
  align-items: center;
  gap: 22px;
}

.capability-item:first-child {
  border-left: 1px solid rgba(10, 29, 45, .10);
}

.capability-number {
  color: var(--xlq-accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
}

.capability-item strong,
.capability-item small {
  display: block;
}

.capability-item strong {
  margin-bottom: 3px;
  color: var(--xlq-ink);
  font-size: 17px;
  font-weight: 700;
}

.capability-item small {
  color: #687d88;
  font-size: 12px;
}

/* About */
.home-about {
  position: relative;
}

.about-visual {
  min-height: 540px;
  margin-right: 35px;
  padding: 8px;
  position: relative;
}

.about-visual::before {
  position: absolute;
  z-index: 0;
  top: -18px;
  right: -18px;
  width: 55%;
  height: 55%;
  content: "";
  border: 1px solid rgba(8, 116, 154, .12);
  border-radius: calc(var(--xlq-radius) + 6px);
  background:
    linear-gradient(rgba(8, 116, 154, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 116, 154, .055) 1px, transparent 1px),
    linear-gradient(135deg, rgba(8, 116, 154, .16), rgba(33, 167, 160, .025));
  background-size: 24px 24px, 24px 24px, auto;
}

.about-visual::after {
  position: absolute;
  z-index: 2;
  inset: 18px;
  content: "";
  border: 1px solid rgba(255, 255, 255, .56);
  border-radius: calc(var(--xlq-radius) - 5px);
  box-shadow: inset 0 0 0 1px rgba(10, 29, 45, .05);
  pointer-events: none;
}

.about-visual img {
  width: 100%;
  height: 540px;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(10, 29, 45, .08);
  border-radius: var(--xlq-radius);
  object-fit: cover;
  box-shadow: var(--xlq-shadow-frame);
}

.about-badge {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 22px;
  min-width: 210px;
  max-width: calc(100% - 36px);
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, rgba(5, 91, 123, .96), rgba(8, 116, 154, .94) 58%, rgba(33, 167, 160, .92));
  box-shadow: 0 18px 42px rgba(8, 116, 154, .28), inset 0 1px rgba(255, 255, 255, .25);
  backdrop-filter: blur(12px);
}

.about-badge strong,
.about-badge span {
  display: block;
}

.about-badge strong {
  font-size: 19px;
  letter-spacing: .13em;
}

.about-badge span {
  margin-top: 3px;
  color: rgba(255, 255, 255, .75);
  font-size: 12px;
}

.about-copy {
  padding-left: 35px;
}

.about-copy .section-heading {
  margin-bottom: 22px;
}

.about-copy .content {
  max-height: 150px;
  margin-bottom: 25px;
  overflow: hidden;
  color: var(--xlq-muted);
}

.about-copy .content p:last-child {
  margin-bottom: 0;
}

.about-points {
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
}

.about-points span {
  color: var(--xlq-ink-2);
  font-size: 13px;
  font-weight: 700;
}

.about-points i {
  width: 24px;
  height: 24px;
  margin-right: 9px;
  border-radius: 50%;
  color: var(--xlq-blue);
  background: rgba(8, 116, 154, .10);
  font-size: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Product tabs and cards */
.property-controls {
  max-width: 650px;
}

.property-controls .nav-tabs,
.shuffle-btn-group.nav-tabs {
  border: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 9px;
}

.property-controls .nav-tabs li,
.shuffle-btn-group.nav-tabs li {
  margin: 0;
}

.property-controls .nav-tabs li::after {
  display: none;
}

.property-controls .nav-tabs a,
.shuffle-btn-group.nav-tabs a {
  padding: 9px 16px;
  border: 1px solid var(--xlq-line);
  border-radius: 999px;
  color: var(--xlq-muted);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 7px 18px rgba(10, 29, 45, .055), inset 0 1px rgba(255, 255, 255, .92);
  backdrop-filter: blur(8px);
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.property-controls .nav-tabs a.active,
.property-controls .nav-tabs a:hover,
.shuffle-btn-group.nav-tabs a.active,
.shuffle-btn-group.nav-tabs a:hover {
  color: #fff;
  border-color: var(--xlq-blue);
  background: linear-gradient(135deg, var(--xlq-blue-dark), var(--xlq-blue) 62%, #15959b);
  box-shadow: 0 10px 22px rgba(8, 116, 154, .21), inset 0 1px rgba(255, 255, 255, .24);
}

.property-filter {
  row-gap: 30px;
}

.home-product .property-filter,
.home-cases .shuffle-wrapper {
  margin-right: -12px;
  margin-left: -12px;
  row-gap: 24px;
}

.home-product .property-filter > [class*="col-"],
.home-cases .shuffle-wrapper > .shuffle-item {
  padding-right: 12px;
  padding-left: 12px;
}

.home-product .property-filter > .mix,
.home-cases .shuffle-wrapper > .shuffle-item {
  display: flex;
}

.home-product .property-item,
.home-cases .shuffle-item .project-img-container {
  width: 100%;
}

.property-item {
  height: 100%;
  margin: 0;
  border: 1px solid rgba(10, 29, 45, .085);
  border-radius: var(--xlq-radius);
  overflow: hidden;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .55), var(--xlq-shadow-soft);
  backdrop-filter: blur(10px);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.property-item:hover {
  border-color: rgba(8, 116, 154, .23);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, .72), var(--xlq-shadow);
  transform: translateY(-7px);
}

.property-item .pi-pic {
  height: 278px;
  margin: 8px 8px 0;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(10, 29, 45, .08);
  border-radius: calc(var(--xlq-radius) - 7px);
  background-color: #eaf0f3;
  background-position: center;
  background-size: cover;
  display: block;
}

.home-product .property-item .pi-pic {
  height: 300px;
  margin: 10px 10px 0;
}

.property-item .pi-pic::before {
  position: absolute;
  z-index: 1;
  inset: 8px;
  content: "";
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: calc(var(--xlq-radius) - 12px);
  pointer-events: none;
}

.property-item .pi-pic::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 50%, rgba(10, 29, 45, .25));
  opacity: 0;
  transition: opacity .3s ease;
}

.property-item:hover .pi-pic::after {
  opacity: 1;
}

.property-item .label {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #fff;
  background: rgba(10, 29, 45, .80);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  backdrop-filter: blur(6px);
}

.product-arrow {
  width: 44px;
  height: 44px;
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  border-radius: 50%;
  color: var(--xlq-ink);
  border: 1px solid rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 10px 24px rgba(10, 29, 45, .16), inset 0 1px #fff;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(10px) rotate(45deg);
  transition: opacity .3s ease, transform .3s ease;
}

.property-item:hover .product-arrow {
  opacity: 1;
  transform: translateY(0) rotate(45deg);
}

.property-item .pi-text {
  padding: 24px 25px 25px;
}

.product-meta {
  margin-bottom: 12px;
  color: var(--xlq-muted);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.product-meta strong {
  color: var(--xlq-accent);
  font-size: 12px;
}

.property-item .pi-text h3,
.property-item .pi-text h5 {
  margin: 0 0 10px;
  color: var(--xlq-ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
}

.property-item .pi-text .desc {
  height: 46px;
  margin: 0;
  overflow: hidden;
  color: var(--xlq-muted);
  font-size: 13px;
  line-height: 23px;
}

.general-btn {
  margin-top: 46px;
}

.xlq-empty-state {
  width: 100%;
  min-height: 220px;
  padding: 34px;
  border: 1px dashed rgba(8, 116, 154, .28);
  border-radius: var(--xlq-radius);
  color: var(--xlq-muted);
  background:
    radial-gradient(circle at 85% 15%, rgba(8, 116, 154, .08), transparent 28%),
    rgba(255, 255, 255, .62);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: left;
  box-shadow: inset 0 1px rgba(255, 255, 255, .88);
}

.xlq-empty-state > i {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border: 1px solid rgba(8, 116, 154, .18);
  border-radius: 16px;
  color: var(--xlq-blue);
  background: rgba(8, 116, 154, .08);
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.xlq-empty-state strong,
.xlq-empty-state span {
  display: block;
}

.xlq-empty-state strong {
  margin-bottom: 4px;
  color: var(--xlq-ink);
  font-size: 16px;
  font-weight: 800;
}

.xlq-empty-state span {
  font-size: 13px;
}

.xlq-empty-state.is-compact {
  min-height: 155px;
  margin: 0;
  padding: 24px;
}

/* Cases */
.home-cases {
  overflow: hidden;
}

.home-cases .shuffle-item .project-img-container {
  height: 100%;
  min-height: 0;
  margin: 0;
  border: 1px solid rgba(10, 29, 45, .08);
  border-radius: var(--xlq-radius);
  overflow: hidden;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .58), 0 18px 46px rgba(10, 29, 45, .10);
  backdrop-filter: blur(10px);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.home-cases .shuffle-item .project-img-container:hover {
  border-color: rgba(8, 116, 154, .18);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, .74), 0 26px 62px rgba(10, 29, 45, .15);
  transform: translateY(-6px);
}

.home-cases .shuffle-item .project-img-container::after {
  display: none;
}

.home-cases .project-img-container .gallery-popup {
  height: 300px;
  margin: 10px 10px 0;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(10, 29, 45, .075);
  border-radius: calc(var(--xlq-radius) - 7px);
  display: block;
}

.home-cases .project-img-container img,
.home-cases .shuffle-item .project-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .55s ease;
}

.home-cases .project-img-container:hover img,
.home-cases .shuffle-item .project-img-container:hover img {
  transform: scale(1.06);
}

.case-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 68%, rgba(10, 29, 45, .22));
  pointer-events: none;
}

.case-index {
  position: absolute;
  top: 16px;
  right: 16px;
  min-width: 42px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 999px;
  color: #fff;
  background: rgba(10, 29, 45, .34);
  backdrop-filter: blur(8px);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1;
  text-align: center;
}

.home-cases .shuffle-item .project-img-container .project-item-info {
  min-height: 82px;
  position: static;
  inset: auto;
  margin: 0;
  padding: 14px 20px 16px;
  border-top: 1px solid rgba(10, 29, 45, .055);
  opacity: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, .97), rgba(247, 250, 251, .96));
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-cases .project-img-container .project-cat {
  margin: 0 0 2px;
  color: var(--xlq-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.home-cases .project-img-container .project-item-title {
  margin: 0;
  overflow: hidden;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-cases .project-img-container .project-item-title a {
  color: var(--xlq-ink);
}

.home-cases .project-img-container .project-item-title a:hover {
  color: var(--xlq-blue);
}

/* News */
.home-news .section-heading {
  margin-bottom: 48px;
}

.news-column {
  height: 100%;
  padding: 30px;
  border: 1px solid rgba(10, 29, 45, .08);
  border-radius: var(--xlq-radius);
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .48), var(--xlq-shadow-soft);
  backdrop-filter: blur(12px);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.news-column:hover {
  border-color: rgba(8, 116, 154, .17);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, .66), 0 24px 58px rgba(10, 29, 45, .12);
  transform: translateY(-5px);
}

.news-column-head {
  margin-bottom: 23px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--xlq-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-column-head h3 {
  margin: 0;
  color: var(--xlq-ink);
  font-size: 21px;
  font-weight: 800;
}

.news-column-head h3 a,
.news-featured-copy h4,
.news-featured-copy h4 a,
.news-item strong {
  color: var(--xlq-ink);
}

.news-column-head > a {
  color: var(--xlq-blue);
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.news-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-featured {
  margin-bottom: 10px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--xlq-line);
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 22px;
}

.news-image {
  min-height: 122px;
  padding: 4px;
  border: 1px solid rgba(10, 29, 45, .08);
  border-radius: 11px;
  overflow: hidden;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 10px 26px rgba(10, 29, 45, .09);
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
  transition: transform .35s ease;
}

.news-image:hover img {
  transform: scale(1.05);
}

.news-featured-copy > span {
  color: var(--xlq-blue);
  font-size: 11px;
  font-weight: 700;
}

.news-featured-copy h4 {
  margin: 6px 0 7px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
}

.news-featured-copy p {
  height: 42px;
  margin: 0;
  overflow: hidden;
  color: var(--xlq-muted);
  font-size: 12px;
  line-height: 21px;
}

.news-item {
  min-height: 58px;
  border-bottom: 1px solid rgba(223, 232, 237, .75);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.news-item:last-child {
  border-bottom: 0;
}

.news-item > a {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.news-no {
  color: #9aabb6;
  font-size: 11px;
  font-weight: 800;
}

.news-item strong {
  overflow: hidden;
  font-size: 13px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-item time {
  flex: 0 0 auto;
  color: #95a4ae;
  font-size: 11px;
}

/* Footer */
.footer-cta {
  position: relative;
  z-index: 2;
  margin-bottom: -82px;
  padding: 0;
}

.footer-cta-card {
  min-height: 210px;
  padding: 46px 54px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 255, 255, .18), transparent 26%),
    linear-gradient(125deg, var(--xlq-blue-dark), var(--xlq-blue) 55%, var(--xlq-cyan));
  box-shadow: 0 0 0 6px rgba(255, 255, 255, .10), 0 28px 70px rgba(8, 116, 154, .25), inset 0 1px rgba(255, 255, 255, .24);
  outline: 1px solid rgba(255, 255, 255, .18);
  outline-offset: -9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.footer-cta .eyebrow {
  color: rgba(255, 255, 255, .76);
}

.footer-cta-card h2 {
  margin: 9px 0 10px;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.035em;
}

.footer-cta-card p {
  max-width: 670px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
}

.footer-cta-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-cta .btn-light {
  color: var(--xlq-blue-dark);
  background: #fff;
}

.footer-cta .btn-outline-light {
  color: #fff;
  border-color: rgba(255, 255, 255, .55);
}

.footer {
  padding-top: 82px;
  color: rgba(255, 255, 255, .62);
  background: #071725;
}

.footer-main {
  padding: 95px 0 66px;
  background: transparent;
}

.footer-logo {
  width: auto;
  max-width: 180px;
  max-height: 60px;
  margin-bottom: 24px;
  padding: 9px 12px;
  border-radius: 8px;
  background: #fff;
}

.footer-description {
  max-width: 480px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  line-height: 1.9;
}

.footer-contact-list {
  margin: 18px 0 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.footer-contact-list a {
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.footer-contact-list i {
  color: var(--xlq-accent);
}

.footer-kicker {
  min-height: 14px;
  margin-bottom: 8px;
  color: var(--xlq-accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.4;
  display: block;
}

.footer .widget-title {
  min-height: 28px;
  position: relative;
  margin: 4px 0 22px;
  padding: 0 0 0 16px;
  border-left: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  display: flex;
  align-items: center;
  overflow-wrap: anywhere;
}

.footer .widget-title::before {
  width: 3px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 999px;
  content: "";
  background: var(--xlq-accent);
  display: block;
  transform: translateY(-50%);
}

.footer .list-arrow li {
  margin-bottom: 8px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer .list-arrow li::before {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  position: static;
  content: "";
  border-top: 1px solid var(--xlq-accent);
  border-right: 1px solid var(--xlq-accent);
  display: block;
  opacity: .78;
  transform: rotate(45deg);
}

.footer .list-arrow li a {
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 600;
}

.footer .list-arrow li a:hover {
  color: #fff;
  padding-left: 4px;
}

.footer-social ul {
  display: flex;
  gap: 9px;
}

.footer-social ul li a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  color: rgba(255, 255, 255, .76);
  background: rgba(255, 255, 255, .04);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social ul li a:hover {
  color: #fff;
  border-color: var(--xlq-blue);
  background: var(--xlq-blue);
  transform: translateY(-2px);
}

.copyright {
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .43);
  background: transparent;
  font-size: 11px;
}

.copyright-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.copyright a {
  color: rgba(255, 255, 255, .5);
}

.copyright a:hover {
  color: #fff;
}

.footer-menu ul {
  display: flex;
  align-items: center;
  gap: 12px;
}

.back-to-top {
  right: 24px;
  bottom: 24px;
}

.back-to-top .btn {
  width: 46px;
  min-height: 46px;
  padding: 0;
  border-radius: 50%;
}

/* Inner page hero */
.banner-area {
  min-height: 350px;
  position: relative;
  background-position: center;
  background-size: cover;
}

.banner-area::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(7, 23, 37, .82), rgba(7, 23, 37, .34));
}

.banner-area .banner-text,
.banner-area .container,
.banner-area .row {
  min-height: 350px;
}

.banner-area .banner-text {
  position: relative;
  z-index: 1;
  top: auto;
  right: auto;
  left: auto;
  width: 100%;
  max-width: none;
  margin: 0;
  display: flex;
  align-items: center;
  transform: none;
}

.banner-area .banner-heading {
  width: 100%;
  text-align: center;
}

.banner-area .banner-title {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -.035em;
}

.banner-area .breadcrumb,
.banner-area nav {
  color: rgba(255, 255, 255, .64);
  font-size: 12px;
}

.banner-area nav a {
  color: rgba(255, 255, 255, .78);
}

.main-container {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 84px 0 100px;
  background:
    radial-gradient(circle at 92% 12%, rgba(8, 116, 154, .10), transparent 24%),
    radial-gradient(circle at 8% 88%, rgba(240, 164, 59, .075), transparent 23%),
    linear-gradient(145deg, #f3eee6 0%, #e7edef 52%, #dbe7eb 100%);
}

.main-container::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(10, 29, 45, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 29, 45, .035) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
}

.main-container > .container {
  position: relative;
  z-index: 1;
}

.sidebar .widget,
.content-inner-page,
.main-content,
.ts-service-box-bg {
  border-radius: 14px;
}

.sidebar .widget {
  margin: 0;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--xlq-line);
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, #fbfcfd 100%);
  box-shadow: 0 12px 34px rgba(10, 29, 45, .065), inset 0 1px rgba(255, 255, 255, .88);
}

.sidebar.sidebar-left {
  display: grid;
  align-content: start;
  gap: 24px;
}

.sidebar-left .widget {
  margin-right: 0;
}

.sidebar .widget-title {
  min-height: 30px;
  position: relative;
  margin: 0 0 18px;
  padding: 2px 0 14px 14px;
  border-left: 0;
  border-bottom: 1px solid var(--xlq-line);
  color: var(--xlq-ink);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: none;
}

.sidebar .widget-title::before {
  width: 3px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 999px;
  content: "";
  background: var(--xlq-accent);
  display: block;
}

.sidebar ul.service-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  display: grid;
  gap: 10px;
}

.sidebar ul.service-menu li {
  width: 100%;
  margin: 0;
}

.sidebar ul.service-menu li a {
  min-height: 48px;
  margin: 0;
  padding: 11px 14px;
  border: 1px solid var(--xlq-line);
  border-radius: 10px;
  color: var(--xlq-muted);
  background: var(--xlq-mist);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  align-items: center;
  overflow-wrap: anywhere;
  transition: color .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease, transform .22s ease;
}

.sidebar ul.service-menu li.active a,
.sidebar ul.service-menu li a:hover,
.sidebar ul.service-menu li a:focus-visible {
  color: #fff;
  border-color: var(--xlq-blue);
  background: linear-gradient(135deg, var(--xlq-blue-dark), var(--xlq-blue) 64%, #15959b);
  box-shadow: 0 9px 20px rgba(8, 116, 154, .18), inset 0 1px rgba(255, 255, 255, .22);
  transform: translateY(-1px);
}

.sidebar .widget.recent-posts .widget-title {
  margin-bottom: 18px;
}

.sidebar .widget.recent-posts ul {
  margin: 0;
  padding: 0;
}

.sidebar .widget.recent-posts ul li {
  min-width: 0;
  margin: 0 0 14px;
  padding: 0 0 14px;
  border-bottom: 1px solid var(--xlq-line);
  display: grid !important;
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: center !important;
  gap: 12px;
}

.sidebar .widget.recent-posts ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.sidebar .widget.recent-posts .posts-thumb,
.sidebar .widget.recent-posts .posts-thumb a {
  width: 78px;
  height: 62px;
  display: block;
}

.sidebar .widget.recent-posts .posts-thumb img {
  width: 78px;
  height: 62px;
  margin: 0;
  border: 1px solid var(--xlq-line);
  border-radius: 9px;
  background: var(--xlq-mist);
  object-fit: cover;
}

.sidebar .widget.recent-posts .post-info {
  min-width: 0;
}

.sidebar .widget.recent-posts .post-info .entry-title {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.sidebar .widget.recent-posts .post-info .entry-title a {
  color: var(--xlq-ink);
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sidebar .widget.recent-posts .post-info .entry-title a:hover {
  color: var(--xlq-blue);
}

/* Sidebar tag cloud: flex layout prevents floated tags escaping the card. */
.widget-tags .widget-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.widget-tags .widget-title .float-right {
  flex: 0 0 auto;
  float: none !important;
  margin: 0 !important;
}

.widget-tags .widget-title .float-right a {
  color: var(--xlq-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}

.widget-tags ul.list-unstyled {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 9px 8px;
  margin: 0;
  padding: 0;
}

.widget-tags ul > li {
  float: none;
  flex: 0 0 auto;
  max-width: 100%;
  margin: 0;
}

.sidebar .widget-tags ul > li a {
  display: block;
  max-width: 100%;
  padding: 8px 13px;
  border: 1px solid #cad8de;
  border-radius: 999px;
  color: #36505d;
  background: #f3f7f8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: anywhere;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

.sidebar .widget-tags ul > li a:hover,
.sidebar .widget-tags ul > li a:focus-visible {
  color: #fff;
  border-color: var(--xlq-blue);
  background: var(--xlq-blue);
  transform: translateY(-1px);
}

.content-inner-page {
  padding: 6px 0 20px 22px;
}

.column-title {
  margin-bottom: 25px;
  color: var(--xlq-ink);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
}

.main-content {
  color: #435764;
  font-size: 15px;
  line-height: 1.95;
}

.main-content img {
  height: auto !important;
  border-radius: 10px;
}

.main-content table {
  width: 100% !important;
  overflow: hidden;
  border-radius: 10px;
}

/* Category/list/search pages */
.project-area:not(.home-product):not(.home-cases):not(.home-news) .section-title h4,
.section-title h4 {
  margin: 0;
  color: var(--xlq-ink);
  font-size: 27px;
  font-weight: 800;
}

.category-product .property-item,
.product-list .property-item {
  margin-bottom: 30px;
}

.job-item {
  border: 1px solid var(--xlq-line);
  border-radius: 14px;
  color: var(--xlq-ink);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 14px 36px rgba(10, 29, 45, .065);
}

.job-item small,
.job-item .text-truncate {
  color: var(--xlq-muted);
}

.pagination {
  margin-top: 42px;
  gap: 7px;
}

.pagination li a,
.pagination li span {
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid var(--xlq-line);
  border-radius: 9px !important;
  color: var(--xlq-muted);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination li.active span,
.pagination li a:hover {
  color: #fff;
  border-color: var(--xlq-blue);
  background: var(--xlq-blue);
}

.xlq-client-pagination {
  margin-top: 42px;
}

.xlq-client-pagination .pagination {
  margin-top: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.xlq-client-pagination .pagination li.disabled span {
  color: #9aaab2;
  cursor: default;
  opacity: .62;
}

.post {
  margin-bottom: 28px;
  padding: 22px;
  border: 1px solid var(--xlq-line);
  border-radius: 14px;
  background: #fff;
  transition: box-shadow .25s ease, transform .25s ease;
}

.post:hover {
  box-shadow: var(--xlq-shadow);
  transform: translateY(-3px);
}

.post-title {
  color: var(--xlq-ink);
  font-weight: 800;
}

/* Article lists and detail pages */
.blog-item-list {
  display: grid;
  gap: 22px;
}

.blog-item,
.post-content.post-single {
  border: 1px solid var(--xlq-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 14px 38px rgba(10, 29, 45, .065), inset 0 1px rgba(255, 255, 255, .82);
}

.blog-item,
.blog-item.large-blog {
  margin: 0;
  padding: 22px;
  border-bottom: 1px solid var(--xlq-line);
}

.blog-item .bi-pic,
.blog-item.large-blog .bi-pic {
  overflow: hidden;
  border: 1px solid var(--xlq-line);
  border-radius: 12px;
  background: var(--xlq-mist);
}

.blog-item.large-blog .bi-pic {
  margin-bottom: 22px;
}

.blog-item .bi-pic img,
.blog-item.large-blog .bi-pic img {
  border-radius: 11px;
}

.blog-item .bi-text {
  min-width: 0;
}

.blog-item .bi-text h4 {
  margin: 0 0 10px;
}

.blog-item .bi-text h4 a {
  color: var(--xlq-ink) !important;
  font-weight: 800;
  text-transform: none;
}

.blog-item .bi-text h4 a:hover,
.blog-item .bi-text h4 a:focus-visible {
  color: var(--xlq-blue) !important;
}

.blog-item .bi-text ul {
  margin: 0 0 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 20px;
}

.blog-item .bi-text ul li {
  margin-right: 0;
  color: var(--xlq-muted);
  font-size: 13px;
}

.blog-item .bi-text ul li i {
  margin-right: 4px;
  color: var(--xlq-blue);
}

.blog-item .bi-text .desc {
  color: var(--xlq-muted);
}

.post-content.post-single {
  padding: 30px;
}

.post-single .post-body {
  padding: 0;
}

.entry-header .entry-title,
.entry-header .entry-title a {
  color: var(--xlq-ink);
  text-transform: none;
}

.post-single .entry-header .entry-title {
  margin-top: 0;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 850;
  line-height: 1.35;
}

.post-meta,
.post-meta a {
  color: var(--xlq-muted);
}

.post-meta span {
  border-color: var(--xlq-line);
}

.post-meta i {
  color: var(--xlq-blue);
}

.post-single .entry-content {
  margin-top: 8px;
  padding-top: 22px;
  border-top: 1px solid var(--xlq-line);
}

.post-content .pagination-block,
.content-inner-page .pagination-block {
  width: 100%;
  margin: 24px 0 0;
  float: none !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center !important;
  gap: 10px;
}

.pagination_info {
  margin: 0 8px;
  float: none !important;
  color: var(--xlq-muted);
  justify-content: center;
  white-space: nowrap;
}

.tags-area {
  gap: 18px;
  flex-wrap: wrap;
}

.post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.post-tags a {
  margin: 0;
  padding: 6px 11px;
  border-color: var(--xlq-line);
  border-radius: 999px;
  color: var(--xlq-muted);
  background: var(--xlq-mist);
}

.share-items,
.social-icons-head {
  color: var(--xlq-muted);
}

.bc-related-post {
  margin: 0;
  padding: 14px;
  clear: both;
  border: 1px solid var(--xlq-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .72);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.bc-related-post .previous-post,
.bc-related-post .next-post {
  min-width: 0;
  min-height: 52px;
  padding: 12px 14px;
  float: none;
  border: 1px solid var(--xlq-line);
  border-radius: 10px;
  color: var(--xlq-ink);
  background: var(--xlq-mist);
  display: flex;
  align-items: center;
  gap: 9px;
  text-transform: none;
  overflow-wrap: anywhere;
}

.bc-related-post .next-post {
  justify-content: flex-end;
  text-align: right;
}

.bc-related-post .previous-post:hover,
.bc-related-post .next-post:hover {
  color: #fff;
  border-color: var(--xlq-blue);
  background: var(--xlq-blue);
}

/* Contact & form */
.ts-service-box-bg {
  padding: 35px 25px;
  border: 1px solid var(--xlq-line);
  background: #fff;
  box-shadow: 0 8px 28px rgba(10, 29, 45, .05);
}

.ts-service-icon.icon-round {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--xlq-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ts-service-box-content h4 {
  color: var(--xlq-ink);
  font-size: 17px;
  font-weight: 800;
}

.map-con,
.map-con .map {
  min-height: 430px;
  border-radius: var(--xlq-radius);
  overflow: hidden;
}

.xlq-location-card {
  min-height: 430px;
  padding: 42px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(8, 116, 154, .16);
  border-radius: var(--xlq-radius);
  background:
    radial-gradient(circle at 25% 50%, rgba(33, 167, 160, .18), transparent 27%),
    linear-gradient(135deg, #eaf3f3 0%, #dfecee 52%, #d5e5e9 100%);
  display: grid;
  grid-template-columns: minmax(250px, .9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: 42px;
}

.xlq-location-card::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(10, 29, 45, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 29, 45, .045) 1px, transparent 1px);
  background-size: 48px 48px;
}

.xlq-location-card::after {
  width: 360px;
  height: 360px;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 21%;
  content: "";
  border: 1px solid rgba(8, 116, 154, .15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 58px rgba(8, 116, 154, .045), 0 0 0 116px rgba(8, 116, 154, .025);
}

.xlq-location-visual {
  min-height: 270px;
  position: relative;
  display: grid;
  place-items: center;
}

.xlq-location-ring {
  width: 220px;
  height: 220px;
  position: absolute;
  border: 1px dashed rgba(8, 116, 154, .32);
  border-radius: 50%;
}

.xlq-location-ring::before,
.xlq-location-ring::after {
  position: absolute;
  content: "";
  border-radius: 50%;
}

.xlq-location-ring::before {
  inset: 35px;
  border: 1px solid rgba(8, 116, 154, .22);
}

.xlq-location-ring::after {
  width: 9px;
  height: 9px;
  top: 24px;
  right: 36px;
  background: var(--xlq-accent);
  box-shadow: 0 0 0 6px rgba(240, 164, 59, .15);
}

.xlq-location-pin {
  width: 78px;
  height: 78px;
  position: relative;
  z-index: 1;
  border: 7px solid rgba(255, 255, 255, .76);
  border-radius: 50% 50% 50% 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--xlq-blue-dark), var(--xlq-blue) 62%, #15959b);
  display: grid;
  place-items: center;
  font-size: 25px;
  transform: rotate(-45deg);
  box-shadow: 0 20px 44px rgba(8, 116, 154, .28);
}

.xlq-location-pin i {
  transform: rotate(45deg);
}

.xlq-location-copy {
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 16px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 22px 58px rgba(10, 29, 45, .11), inset 0 1px rgba(255, 255, 255, .84);
  backdrop-filter: blur(12px);
}

.xlq-location-copy h2 {
  margin: 12px 0 17px;
  color: var(--xlq-ink);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 850;
  line-height: 1.24;
  letter-spacing: -.035em;
}

.xlq-location-address {
  margin: 0;
  color: #36505d;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
}

.xlq-location-address i {
  margin-top: 5px;
  color: var(--xlq-accent);
}

.xlq-location-note {
  margin: 12px 0 24px;
  color: var(--xlq-muted);
  font-size: 13px;
}

.form-group label {
  margin-bottom: 7px;
  color: var(--xlq-ink-2);
  font-size: 13px;
  font-weight: 700;
}

.form-control {
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid var(--xlq-line);
  border-radius: 9px;
  color: var(--xlq-ink);
  background: #fff;
}

.form-control:focus {
  border-color: var(--xlq-blue);
  box-shadow: 0 0 0 3px rgba(8, 116, 154, .10);
}

textarea.form-control {
  min-height: 150px;
}

/* Product detail */
.product__details__pic {
  padding: 18px;
  border: 1px solid var(--xlq-line);
  border-radius: var(--xlq-radius);
  background: #fff;
}

.product__details__pic__item img {
  border-radius: 12px;
}

.product__details__text {
  padding: 20px 0 20px 34px;
}

.product__details__text h3 {
  color: var(--xlq-ink);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.3;
}

.product__details__rating {
  color: var(--xlq-muted);
}

.product__details__price {
  margin: 24px 0 16px;
  color: var(--xlq-accent);
  font-size: 25px;
  font-weight: 800;
}

.product__details__text > ul {
  margin-top: 28px;
  padding: 22px;
  border-radius: 12px;
  background: var(--xlq-mist);
}

.product__details__text > ul li {
  padding: 10px 0;
  border-bottom: 1px solid var(--xlq-line);
}

.product__details__text > ul li:last-child {
  border-bottom: 0;
}

.product__details__tab {
  padding-top: 70px;
}

.product__details__tab .nav-tabs {
  border-bottom: 1px solid var(--xlq-line);
}

.product__details__tab .nav-tabs .nav-link {
  padding: 12px 0;
  border: 0;
  border-bottom: 3px solid transparent;
  color: var(--xlq-muted);
  font-weight: 800;
}

.product__details__tab .nav-tabs .nav-link.active {
  color: var(--xlq-blue);
  border-bottom-color: var(--xlq-blue);
  background: transparent;
}

.product__details__tab__desc {
  padding: 34px 0;
}

/* Desktop full-page scroll */
.xlq-screen-nav {
  position: fixed;
  z-index: 700;
  top: 50%;
  right: auto;
  left: 18px;
  display: none;
  flex-direction: column;
  gap: 7px;
  transform: translateY(-50%);
}

.xlq-screen-nav button {
  width: 132px;
  height: 36px;
  position: relative;
  padding: 0;
  border: 0;
  color: var(--xlq-ink);
  background: transparent;
  cursor: pointer;
  display: grid;
  grid-template-columns: 132px;
  align-items: center;
  justify-content: start;
  column-gap: 0;
}

.xlq-screen-nav-dot {
  display: none;
}

.xlq-screen-nav-label {
  width: 132px;
  min-height: 30px;
  box-sizing: border-box;
  position: relative;
  order: 1;
  padding: 6px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(10, 29, 45, .78);
  box-shadow: 0 6px 18px rgba(5, 20, 32, .14);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
  pointer-events: none;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: none;
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.xlq-screen-nav button:hover .xlq-screen-nav-label,
.xlq-screen-nav button:focus-visible .xlq-screen-nav-label {
  background: rgba(10, 29, 45, .94);
  box-shadow: 0 8px 22px rgba(5, 20, 32, .22);
  transform: translateX(2px);
}

.xlq-screen-nav button.is-active .xlq-screen-nav-label {
  background: rgba(8, 116, 154, .94);
  box-shadow: 0 8px 24px rgba(8, 116, 154, .25);
}

.xlq-screen-nav button.is-active .xlq-screen-nav-label::before {
  width: 3px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 9px;
  border-radius: 999px;
  content: "";
  background: var(--xlq-accent);
  box-shadow: 0 0 0 3px rgba(240, 164, 59, .12);
  transform: translateY(-50%);
}

.xlq-screen-hero {
  position: relative;
}

.xlq-scroll-cue {
  position: absolute;
  z-index: 8;
  right: max(calc((100vw - 1210px) / 2), 30px);
  bottom: 151px;
  color: rgba(255, 255, 255, .70);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
  writing-mode: vertical-rl;
  display: none;
  align-items: center;
  gap: 9px;
}

.xlq-scroll-cue::after {
  width: 1px;
  height: 38px;
  content: "";
  background: linear-gradient(var(--xlq-accent), rgba(255, 255, 255, .18));
}

@media (min-width: 992px) and (min-height: 560px) and (pointer: fine) {
  html.xlq-fullpage-active {
    scroll-behavior: smooth;
    scroll-snap-type: y proximity;
  }

  .xlq-fullpage-active body.home-page {
    overscroll-behavior-y: none;
  }

  .xlq-fullpage-active .xlq-header {
    height: 88px;
    margin-bottom: 0 !important;
  }

  .xlq-fullpage-active .header-topline {
    display: none;
  }

  .xlq-fullpage-active .site-navigation,
  .xlq-fullpage-active .site-navigation.navbar-fixed {
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
  }

  .xlq-fullpage-active .xlq-screen-nav,
  .xlq-fullpage-active .xlq-scroll-cue {
    display: flex;
  }

  .xlq-fullpage-active .xlq-screen {
    height: calc(100vh - 88px);
    min-height: 592px;
    position: relative;
    overflow: hidden;
    scroll-margin-top: 88px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .xlq-fullpage-active .xlq-screen:not(.xlq-screen-hero):not(.xlq-screen-footer) {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
    display: flex;
    align-items: center;
  }

  .xlq-fullpage-active .xlq-screen:not(.xlq-screen-hero):not(.xlq-screen-footer) > .container {
    width: 100%;
  }

  .xlq-fullpage-active .xlq-screen-hero {
    height: calc(100vh - 88px);
    min-height: 592px;
  }

  .xlq-fullpage-active .xlq-screen-hero .home-banner {
    height: calc(100% - 126px);
    min-height: 466px;
  }

  .xlq-fullpage-active .home-banner .box-slider-content {
    padding: 28px 0 42px;
  }

  .xlq-fullpage-active .home-banner .box-slide-sub-title {
    margin-bottom: 15px;
    font-size: clamp(42px, 4.6vw, 64px);
  }

  .xlq-fullpage-active .home-banner .box-slide-description {
    max-width: 620px;
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.7;
  }

  .xlq-fullpage-active .hero-kicker {
    margin-bottom: 13px;
  }

  .xlq-fullpage-active .hero-actions .btn {
    min-height: 48px;
    padding: 11px 24px;
  }

  .xlq-fullpage-active .section-heading {
    margin-bottom: 24px;
  }

  .xlq-fullpage-active .section-heading h2 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: clamp(30px, 2.65vw, 40px);
  }

  .xlq-fullpage-active .section-heading p {
    font-size: 14px;
  }

  .xlq-fullpage-active .about-visual {
    min-height: 0;
  }

  .xlq-fullpage-active .about-visual img {
    height: min(58vh, 440px);
    min-height: 360px;
  }

  .xlq-fullpage-active .about-copy .content {
    max-height: 112px;
    margin-bottom: 18px;
    line-height: 1.75;
  }

  .xlq-fullpage-active .about-points {
    margin-bottom: 22px;
    gap: 10px 18px;
  }

  .xlq-fullpage-active .home-product .property-item .pi-pic,
  .xlq-fullpage-active .home-cases .project-img-container .gallery-popup {
    height: min(31vh, 250px);
    min-height: 220px;
  }

  .xlq-fullpage-active .property-item .pi-text {
    padding: 17px 20px 19px;
  }

  .xlq-fullpage-active .property-item .pi-text h3,
  .xlq-fullpage-active .property-item .pi-text h5 {
    margin-bottom: 6px;
    font-size: 16px;
  }

  .xlq-fullpage-active .property-item .pi-text .desc {
    height: 40px;
    line-height: 20px;
  }

  .xlq-fullpage-active .general-btn {
    margin-top: 12px;
  }

  .xlq-fullpage-active .home-cases .shuffle-item .project-img-container .project-item-info {
    min-height: 108px;
    padding: 17px 20px 19px;
  }

  .xlq-fullpage-active .home-news .section-heading {
    margin-bottom: 24px;
  }

  .xlq-fullpage-active .news-column {
    padding: 22px 24px;
  }

  .xlq-fullpage-active .news-column-head {
    margin-bottom: 15px;
    padding-bottom: 12px;
  }

  .xlq-fullpage-active .news-featured {
    padding-bottom: 15px;
  }

  .xlq-fullpage-active .news-item {
    min-height: 48px;
  }

  .xlq-fullpage-active .xlq-screen-footer {
    height: auto;
    min-height: calc(100vh - 88px);
    padding-top: 38px;
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .xlq-fullpage-active .xlq-screen-footer .footer-cta-card {
    min-height: 154px;
    padding: 26px 38px;
  }

  .xlq-fullpage-active .xlq-screen-footer .footer-main {
    padding-top: 54px;
    padding-bottom: 20px;
  }

  .xlq-fullpage-active .xlq-screen-footer .footer-description {
    line-height: 1.7;
  }
}

@media (min-width: 992px) and (max-width: 1599.98px) and (min-height: 560px) and (pointer: fine) {
  .xlq-fullpage-active .home-banner .box-slider-text {
    margin-left: 168px;
  }
}

/* Utility animation */
.xlq-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .65s ease, transform .65s ease;
}

.xlq-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .xlq-reveal {
    opacity: 1;
    transform: none;
  }
}

/* Keep long English navigation labels on one desktop row */
@media (min-width: 992px) {
  .site-navigation > .container {
    width: calc(100% - 40px);
    max-width: 1560px;
  }

  .site-navigation .navbar,
  .xlq-header .navbar-collapse,
  .xlq-header .navbar-collapse > .navbar-nav,
  .xlq-header .nav-utility {
    flex-wrap: nowrap;
  }

  .xlq-header .navbar-collapse {
    min-width: 0;
  }

  .xlq-header .navbar-collapse > .navbar-nav:first-child {
    min-width: 0;
  }

  .xlq-header .navbar-nav > li,
  .xlq-header .nav-utility {
    flex: 0 0 auto;
  }

  .xlq-header ul.navbar-nav > li > .nav-link,
  .xlq-header .nav-contact .btn {
    white-space: nowrap;
  }
}

@media (min-width: 1400px) {
  .xlq-lang-zh .xlq-header .logo {
    margin-right: 50px;
  }

  .xlq-lang-zh .xlq-header ul.navbar-nav > li > .nav-link {
    padding-right: 22px !important;
    padding-left: 22px !important;
  }

  .xlq-lang-zh .xlq-header .navbar-nav > li > .nav-link::after {
    right: 22px;
    left: 22px;
  }

  .xlq-lang-zh .nav-utility {
    gap: 9px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .site-navigation > .container {
    width: calc(100% - 24px);
  }

  .xlq-header .logo {
    margin-right: 16px;
  }

  .xlq-header .logo img {
    max-width: 128px;
  }

  .xlq-header ul.navbar-nav > li > .nav-link {
    padding: 0 8px !important;
    font-size: 12px;
  }

  .xlq-header .navbar-nav > li > .nav-link::after {
    right: 8px;
    left: 8px;
  }

  .nav-utility .language-switch .nav-link span {
    display: none;
  }

  .xlq-header .nav-contact {
    margin-left: 4px;
  }

  .xlq-header .nav-contact .btn {
    padding: 8px 12px !important;
    font-size: 12px;
  }
}

@media (max-width: 1199.98px) {
  .container {
    max-width: 1100px;
  }

  .xlq-header .logo {
    margin-right: 18px;
  }

  .xlq-header .logo img {
    max-width: 138px;
  }

  .xlq-header ul.navbar-nav > li > .nav-link {
    padding: 0 10px !important;
    font-size: 13px;
  }

  .xlq-header .navbar-nav > li > .nav-link::after {
    right: 10px;
    left: 10px;
  }

  .nav-utility .language-switch .nav-link span {
    display: none;
  }

  .about-copy {
    padding-left: 20px;
  }

  .about-visual {
    margin-right: 20px;
  }
}

@media (max-width: 991.98px) {
  .section-space,
  .project-area.section-space {
    padding: 78px 0;
  }

  .header-topline {
    display: none;
  }

  .site-navigation,
  .site-navigation .navbar {
    min-height: 74px;
  }

  .xlq-header .logo img {
    max-width: 142px;
    max-height: 48px;
  }

  .xlq-header .navbar-toggler {
    width: 46px;
    height: 42px;
    padding: 8px;
    border: 1px solid var(--xlq-line);
    border-radius: 9px;
  }

  .xlq-header .navbar-collapse {
    width: 100%;
    max-height: calc(100vh - 74px);
    position: absolute;
    z-index: 1000;
    top: 74px;
    right: 0;
    left: 0;
    padding: 12px 20px 22px;
    overflow-y: auto;
    border-top: 1px solid var(--xlq-line);
    background: #fff;
    box-shadow: 0 20px 40px rgba(10, 29, 45, .12);
  }

  .xlq-header .navbar-nav {
    align-items: stretch !important;
  }

  .xlq-header ul.navbar-nav > li > .nav-link {
    min-height: 48px;
    padding: 0 12px !important;
    border-bottom: 1px solid var(--xlq-line);
  }

  .xlq-header .navbar-nav > li > .nav-link::after {
    display: none;
  }

  .xlq-header .dropdown-menu {
    margin: 0 0 8px;
    padding: 8px 8px 8px 18px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .nav-utility {
    display: none;
  }

  .mobile-search-wrap {
    margin-top: 16px;
    display: block;
  }

  .mobile-search-wrap .form-control {
    background: var(--xlq-mist);
  }

  .mobile-phone-link {
    margin-top: 10px;
    padding: 11px 14px;
    border-radius: 9px;
    color: #fff;
    background: var(--xlq-blue);
    font-size: 13px;
    font-weight: 700;
    display: block;
    text-align: center;
  }

  .home-banner {
    height: 640px;
    min-height: 640px;
  }

  .home-banner .box-slider-content {
    padding: 70px 0 95px;
  }

  .home-banner .box-slide-sub-title {
    font-size: 52px;
  }

  .capability-item {
    padding: 26px 20px;
    gap: 14px;
  }

  .about-visual {
    min-height: auto;
    margin: 0 18px 50px 0;
  }

  .about-visual img {
    height: 480px;
  }

  .about-copy {
    padding-left: 0;
  }

  .section-heading-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .property-controls {
    max-width: 100%;
  }

  .property-controls .nav-tabs,
  .shuffle-btn-group.nav-tabs {
    justify-content: flex-start;
  }

  .home-news .row {
    row-gap: 24px;
  }

  .footer-cta-card {
    padding: 40px;
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-cta-actions {
    flex-wrap: wrap;
  }

  .content-inner-page {
    padding-left: 0;
  }

  .sidebar {
    margin-bottom: 38px;
  }

  .xlq-location-card {
    padding: 32px;
    grid-template-columns: minmax(210px, .8fr) minmax(340px, 1.2fr);
    gap: 28px;
  }

  .xlq-location-copy {
    padding: 30px;
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 14px;
  }

  .section-space,
  .project-area.section-space {
    padding: 64px 0;
  }

  .section-space-sm {
    padding: 58px 0;
  }

  .section-heading {
    margin-bottom: 32px;
  }

  .section-heading h2 {
    font-size: 32px;
  }

  .home-banner {
    height: 590px;
    min-height: 590px;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(5, 19, 30, .88), rgba(5, 19, 30, .48));
  }

  .home-banner .box-slider-content {
    padding: 55px 0 84px;
  }

  .home-banner .box-slide-sub-title {
    font-size: 42px;
  }

  .home-banner .box-slide-description {
    font-size: 15px;
    line-height: 1.75;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .home-banner .swiper-pagination {
    bottom: 24px;
    padding-left: 15px;
  }

  .capability-grid {
    grid-template-columns: 1fr;
  }

  .capability-item,
  .capability-item:first-child {
    min-height: 92px;
    padding: 20px 8px;
    border-right: 0;
    border-bottom: 1px solid rgba(10, 29, 45, .10);
    border-left: 0;
  }

  .capability-item:last-child {
    border-bottom: 0;
  }

  .about-visual {
    margin-right: 0;
  }

  .about-visual::before {
    display: none;
  }

  .about-visual img {
    height: 390px;
  }

  .about-badge {
    right: 14px;
    bottom: 14px;
    min-width: 190px;
    padding: 17px 20px;
  }

  .about-points {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .property-controls .nav-tabs,
  .shuffle-btn-group.nav-tabs {
    margin: 0 -15px;
    padding: 0 15px 5px;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .property-controls .nav-tabs li,
  .shuffle-btn-group.nav-tabs li {
    flex: 0 0 auto;
  }

  .home-product .property-item .pi-pic,
  .home-cases .project-img-container .gallery-popup {
    height: 270px;
  }

  .news-column {
    padding: 22px;
  }

  .news-featured {
    grid-template-columns: 1fr;
  }

  .news-image {
    height: 190px;
  }

  .news-item {
    align-items: flex-start;
    padding: 12px 0;
    flex-direction: column;
    gap: 3px;
  }

  .footer-cta {
    margin-bottom: -62px;
  }

  .footer-cta-card {
    min-height: 0;
    padding: 32px 24px;
    border-radius: 17px;
  }

  .footer-cta-actions,
  .footer-cta-actions .btn {
    width: 100%;
  }

  .footer {
    padding-top: 62px;
  }

  .footer-main {
    padding: 75px 0 50px;
  }

  .copyright-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .banner-area,
  .banner-area .banner-text,
  .banner-area .container,
  .banner-area .row {
    min-height: 280px;
  }

  .banner-area .banner-title {
    font-size: 38px;
  }

  .main-container {
    padding: 58px 0 76px;
  }

  .product__details__text {
    padding: 34px 0 10px;
  }

  .xlq-location-card {
    padding: 28px;
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .xlq-location-card::after {
    top: 25%;
    left: 50%;
  }

  .xlq-location-visual {
    min-height: 220px;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .home-banner .box-slide-sub-title {
    font-size: 36px;
  }

  .hero-kicker {
    font-size: 10px;
  }

  .about-visual img {
    height: 330px;
  }

  .home-product .property-item .pi-pic,
  .home-cases .project-img-container .gallery-popup {
    height: 255px;
  }

  .footer-cta-card h2 {
    font-size: 29px;
  }

  .map-con,
  .map-con .map {
    min-height: 320px;
  }

  .xlq-location-card {
    min-height: 0;
    padding: 22px;
  }

  .xlq-location-visual {
    min-height: 190px;
  }

  .xlq-location-ring {
    width: 170px;
    height: 170px;
  }

  .xlq-location-copy {
    padding: 25px 22px;
  }

  .xlq-location-copy h2 {
    font-size: 25px;
  }

  .xlq-client-pagination .pagination {
    gap: 5px;
  }

  .xlq-client-pagination .pagination li a,
  .xlq-client-pagination .pagination li span {
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
  }

  .xlq-client-pagination .xlq-page-edge,
  .xlq-client-pagination .xlq-page-ellipsis {
    display: none;
  }
}

/* Dark mode */
html.xlq-dark {
  color-scheme: dark;
  --xlq-ink: #edf5f7;
  --xlq-ink-2: #d5e3e8;
  --xlq-paper: #0b1821;
  --xlq-mist: #142730;
  --xlq-line: #2b414c;
  --xlq-muted: #9fb1ba;
  --xlq-page-bg: #08141c;
  --xlq-surface: rgba(16, 35, 45, .90);
  --xlq-shadow: 0 24px 64px rgba(0, 0, 0, .32);
  --xlq-shadow-soft: 0 18px 48px rgba(0, 0, 0, .25);
  --xlq-shadow-frame: 0 0 0 5px rgba(39, 67, 79, .72), 0 24px 62px rgba(0, 0, 0, .34);
}

.xlq-dark .xlq-screen-nav button:not(.is-active) .xlq-screen-nav-label {
  color: #102832;
  border: 1px solid rgba(255, 255, 255, .76);
  background: linear-gradient(135deg, rgba(250, 253, 254, .96), rgba(207, 226, 232, .92));
  box-shadow: 0 8px 24px rgba(0, 0, 0, .24), inset 0 1px rgba(255, 255, 255, .92);
}

.xlq-dark .xlq-screen-nav button:not(.is-active):hover .xlq-screen-nav-label,
.xlq-dark .xlq-screen-nav button:not(.is-active):focus-visible .xlq-screen-nav-label {
  color: #071a23;
  background: linear-gradient(135deg, #ffffff, #dcecf0);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .30), inset 0 1px #fff;
}

.xlq-dark body,
.xlq-dark .body-inner {
  color: #dbe7eb;
  background: #08141c;
}

/* Global dark-mode guard: the legacy stylesheet assigns #303030 to all headings. */
.xlq-dark h1,
.xlq-dark h2,
.xlq-dark h3,
.xlq-dark h4,
.xlq-dark h5,
.xlq-dark h6 {
  color: #edf5f7 !important;
}

.xlq-dark h1 a,
.xlq-dark h2 a,
.xlq-dark h3 a,
.xlq-dark h4 a,
.xlq-dark h5 a,
.xlq-dark h6 a {
  color: inherit !important;
}

.xlq-dark h1 a:hover,
.xlq-dark h2 a:hover,
.xlq-dark h3 a:hover,
.xlq-dark h4 a:hover,
.xlq-dark h5 a:hover,
.xlq-dark h6 a:hover,
.xlq-dark h1 a:focus-visible,
.xlq-dark h2 a:focus-visible,
.xlq-dark h3 a:focus-visible,
.xlq-dark h4 a:focus-visible,
.xlq-dark h5 a:focus-visible,
.xlq-dark h6 a:focus-visible {
  color: #59c4d2 !important;
}

.xlq-dark .text-dark {
  color: #edf5f7 !important;
}

.xlq-dark .text-muted,
.xlq-dark .text-secondary {
  color: #9fb1ba !important;
}

.xlq-dark .bg-light,
.xlq-dark .bg-white {
  color: #dbe7eb !important;
  background-color: #10242e !important;
}

.xlq-dark .project-info-label,
.xlq-dark .featured-tab .lead,
.xlq-dark .latest-post .post-title a,
.xlq-dark .comments-list .comment-reply,
.xlq-dark .comments-list .comment-author,
.xlq-dark .comments-counter a,
.xlq-dark .sidebar ul.nav-tabs li,
.xlq-dark .sidebar ul.nav-tabs li a,
.xlq-dark .product__details__text ul li .share a {
  color: #d5e3e8;
}

.xlq-dark .search-input,
.xlq-dark .card,
.xlq-dark .list-group-item,
.xlq-dark .modal-content,
.xlq-dark .accordion-group .card {
  color: #dbe7eb;
  border-color: #304a56 !important;
  background: #10242e !important;
}

/* CMS-generated filter blocks appear on product and recruitment archives. */
.xlq-dark .filter {
  color: #dbe7eb;
  border: 1px solid #29424e;
  border-radius: 14px;
  background: rgba(15, 33, 43, .92) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, .035);
}

.xlq-dark .filter .option + .option {
  border-top: 1px solid #2a414c;
}

.xlq-dark .filter .option-title,
.xlq-dark .filter ul li a {
  color: #c9d9df;
}

.xlq-dark .filter ul li a.active,
.xlq-dark .filter ul li a:hover,
.xlq-dark .filter ul li a:focus-visible {
  color: #64c9d7;
}

.xlq-dark .main-content table,
.xlq-dark .main-content th,
.xlq-dark .main-content td,
.xlq-dark .table,
.xlq-dark .table th,
.xlq-dark .table td {
  color: #dbe7eb !important;
  border-color: #304a56 !important;
  background-color: transparent !important;
}

.xlq-dark .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(89, 196, 210, .045);
}

.xlq-dark a:hover,
.xlq-dark .eyebrow,
.xlq-dark .news-column-head > a,
.xlq-dark .home-cases .project-img-container .project-cat {
  color: #59c4d2;
}

.xlq-dark .xlq-header {
  background: #0b1922;
}

.xlq-dark .header-topline {
  background: #06121a;
}

.xlq-dark .site-navigation,
.xlq-dark .site-navigation.navbar-fixed {
  border-bottom-color: rgba(105, 142, 157, .18);
  background: rgba(10, 25, 34, .97);
  box-shadow: 0 10px 32px rgba(0, 0, 0, .22);
}

.xlq-dark .xlq-header .logo a {
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
}

.xlq-dark .xlq-header .dropdown-menu,
.xlq-dark .xlq-header .navbar-collapse {
  border-color: #2b414c;
  background: #0e202a;
}

.xlq-dark .xlq-header .dropdown-menu li.active > a,
.xlq-dark .xlq-header .dropdown-menu li:hover > a,
.xlq-dark .service-menu li a,
.xlq-dark .product__details__text > ul {
  background: #142a35;
}

.xlq-dark .nav-utility .nav-search,
.xlq-dark .theme-toggle {
  color: #dce8ed;
  border-color: #314b57;
  background: rgba(17, 39, 50, .86);
  box-shadow: inset 0 1px rgba(255, 255, 255, .06);
}

.xlq-dark .nav-utility .nav-search:hover,
.xlq-dark .theme-toggle:hover,
.xlq-dark .theme-toggle:focus-visible {
  color: #fff;
  border-color: var(--xlq-blue);
  background: var(--xlq-blue);
}

.xlq-dark .theme-icon-dark {
  display: none;
}

.xlq-dark .theme-icon-light {
  display: inline-block;
}

.xlq-dark .capability-strip {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, .07);
  background: #071720;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .24), inset 0 1px rgba(255, 255, 255, .035);
}

.xlq-dark .capability-item,
.xlq-dark .capability-item:first-child {
  border-color: rgba(255, 255, 255, .11);
}

.xlq-dark .capability-item strong {
  color: #fff;
}

.xlq-dark .capability-item small {
  color: rgba(255, 255, 255, .58);
}

.xlq-dark .home-about,
.xlq-dark .home-product,
.xlq-dark .home-cases,
.xlq-dark .home-news {
  border-color: rgba(105, 142, 157, .12);
  box-shadow: inset 0 1px rgba(255, 255, 255, .035), 0 -24px 64px rgba(0, 0, 0, .14);
}

.xlq-dark .home-about {
  background:
    radial-gradient(circle at 12% 84%, rgba(240, 164, 59, .07), transparent 26%),
    linear-gradient(145deg, #112731 0%, #0d1e28 58%, #091720 100%);
}

.xlq-dark .home-product {
  background:
    radial-gradient(circle at 8% 18%, rgba(33, 167, 160, .10), transparent 28%),
    linear-gradient(155deg, #0a1821 0%, #102630 54%, #0b1c25 100%);
}

.xlq-dark .home-cases {
  background:
    radial-gradient(circle at 92% 8%, rgba(8, 116, 154, .15), transparent 28%),
    linear-gradient(155deg, #10232d 0%, #0c1b24 53%, #081720 100%);
}

.xlq-dark .home-news {
  background:
    radial-gradient(circle at 85% 90%, rgba(240, 164, 59, .065), transparent 28%),
    linear-gradient(145deg, #091821 0%, #11252e 54%, #0b1a23 100%);
}

.xlq-dark .home-about::before,
.xlq-dark .home-product::before,
.xlq-dark .home-cases::before,
.xlq-dark .home-news::before,
.xlq-dark .main-container::before {
  background-image:
    linear-gradient(rgba(156, 190, 202, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(156, 190, 202, .035) 1px, transparent 1px);
}

.xlq-dark .home-about::after,
.xlq-dark .home-product::after,
.xlq-dark .home-cases::after,
.xlq-dark .home-news::after {
  border-color: rgba(89, 196, 210, .11);
  box-shadow: 0 0 0 58px rgba(89, 196, 210, .022), 0 0 0 116px rgba(240, 164, 59, .012);
}

.xlq-dark .btn-outline-primary,
.xlq-dark .property-controls .nav-tabs a,
.xlq-dark .shuffle-btn-group.nav-tabs a {
  color: #75cdda;
  border-color: #355360;
  background: rgba(15, 34, 44, .84);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .18), inset 0 1px rgba(255, 255, 255, .055);
}

.xlq-dark .property-controls .nav-tabs a.active,
.xlq-dark .property-controls .nav-tabs a:hover,
.xlq-dark .shuffle-btn-group.nav-tabs a.active,
.xlq-dark .shuffle-btn-group.nav-tabs a:hover {
  color: #fff;
  border-color: var(--xlq-blue);
  background: linear-gradient(135deg, var(--xlq-blue-dark), var(--xlq-blue) 62%, #15959b);
}

.xlq-dark .property-item,
.xlq-dark .home-cases .shuffle-item .project-img-container,
.xlq-dark .news-column,
.xlq-dark .sidebar .widget,
.xlq-dark .post,
.xlq-dark .blog-item,
.xlq-dark .post-content.post-single,
.xlq-dark .job-item,
.xlq-dark .ts-service-box-bg,
.xlq-dark .product__details__pic {
  border-color: #29424e;
  background: rgba(15, 33, 43, .92);
  box-shadow: 0 0 0 4px rgba(36, 61, 72, .46), 0 20px 52px rgba(0, 0, 0, .24);
}

.xlq-dark .property-item:hover,
.xlq-dark .home-cases .shuffle-item .project-img-container:hover,
.xlq-dark .news-column:hover {
  border-color: rgba(89, 196, 210, .30);
  box-shadow: 0 0 0 5px rgba(43, 75, 88, .62), 0 28px 66px rgba(0, 0, 0, .34);
}

.xlq-dark .property-item .pi-pic,
.xlq-dark .news-image,
.xlq-dark .home-cases .project-img-container .gallery-popup {
  border-color: #304b57;
  background-color: #122731;
}

.xlq-dark .property-item .pi-pic::before,
.xlq-dark .about-visual::after {
  border-color: rgba(188, 216, 226, .18);
}

.xlq-dark .product-arrow {
  color: #e7f1f4;
  border-color: #47616c;
  background: rgba(17, 38, 49, .88);
}

.xlq-dark .home-cases .shuffle-item .project-img-container .project-item-info {
  border-top-color: #29424e;
  background: linear-gradient(180deg, rgba(18, 39, 49, .98), rgba(12, 29, 38, .98));
}

.xlq-dark .news-column-head,
.xlq-dark .news-featured,
.xlq-dark .news-item,
.xlq-dark .sidebar .widget-title,
.xlq-dark .product__details__text > ul li,
.xlq-dark .product__details__tab .nav-tabs {
  border-color: #2a414c;
}

.xlq-dark .widget-tags .widget-title .float-right a {
  color: #64c9d7;
}

.xlq-dark .sidebar .widget ul li a {
  color: #d6e4e9;
}

.xlq-dark .sidebar .widget-tags ul > li a {
  color: #d6e4e9;
  border-color: #3a5662;
  background: #142b36;
  box-shadow: inset 0 1px rgba(255, 255, 255, .035);
}

.xlq-dark .sidebar .widget-tags ul > li a:hover,
.xlq-dark .sidebar .widget-tags ul > li a:focus-visible {
  color: #08151d;
  border-color: var(--xlq-accent);
  background: var(--xlq-accent);
  box-shadow: 0 8px 18px rgba(240, 164, 59, .16);
}

.xlq-dark .main-container {
  background:
    radial-gradient(circle at 92% 12%, rgba(8, 116, 154, .13), transparent 25%),
    radial-gradient(circle at 8% 88%, rgba(240, 164, 59, .055), transparent 24%),
    linear-gradient(145deg, #10232d 0%, #0b1b24 52%, #08161f 100%);
}

.xlq-dark .xlq-location-card {
  border-color: rgba(89, 196, 210, .18);
  background:
    radial-gradient(circle at 25% 50%, rgba(33, 167, 160, .12), transparent 27%),
    linear-gradient(135deg, #122b35 0%, #0e222c 52%, #0a1a23 100%);
}

.xlq-dark .xlq-location-card::before {
  background-image:
    linear-gradient(rgba(156, 193, 205, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(156, 193, 205, .055) 1px, transparent 1px);
}

.xlq-dark .xlq-location-card::after,
.xlq-dark .xlq-location-ring,
.xlq-dark .xlq-location-ring::before {
  border-color: rgba(89, 196, 210, .20);
}

.xlq-dark .xlq-location-copy {
  border-color: rgba(115, 157, 171, .18);
  background: rgba(11, 27, 36, .76);
  box-shadow: 0 24px 58px rgba(0, 0, 0, .26), inset 0 1px rgba(255, 255, 255, .045);
}

.xlq-dark .xlq-location-address {
  color: #c2d2d8;
}

.xlq-dark .xlq-location-note {
  color: #91a7b0;
}

.xlq-dark .main-content {
  color: #b7c6cc;
}

.xlq-dark .entry-header .entry-title,
.xlq-dark .entry-header .entry-title a,
.xlq-dark .blog-item .bi-text h4 a,
.xlq-dark .sidebar .widget.recent-posts .post-info .entry-title a,
.xlq-dark .home-news .imggroup .imggroup-text .title a,
.xlq-dark .home-news li.item a,
.xlq-dark .news-column-head h3,
.xlq-dark .news-column-head h3 a,
.xlq-dark .news-featured-copy h4,
.xlq-dark .news-featured-copy h4 a,
.xlq-dark .news-item strong {
  color: #edf5f7 !important;
}

.xlq-dark .home-news > [class*="col-"] {
  border-color: #2a414c !important;
}

.xlq-dark .home-news h3,
.xlq-dark .home-news .imggroup,
.xlq-dark .home-news li.item {
  border-color: #2a414c;
}

.xlq-dark .home-news h3 em a,
.xlq-dark .home-news .imggroup .imggroup-text .desc,
.xlq-dark .home-news li.item .date {
  color: #9fb1ba;
}

.xlq-dark .post-meta,
.xlq-dark .post-meta a,
.xlq-dark .blog-item .bi-text ul li,
.xlq-dark .blog-item .bi-text .desc,
.xlq-dark .pagination_info,
.xlq-dark .share-items,
.xlq-dark .social-icons-head {
  color: #aebfc7;
}

.xlq-dark .post-meta span,
.xlq-dark .post-single .entry-content,
.xlq-dark .blog-item,
.xlq-dark .blog-item .bi-pic,
.xlq-dark .blog-item.large-blog .bi-pic,
.xlq-dark .bc-related-post,
.xlq-dark .bc-related-post .previous-post,
.xlq-dark .bc-related-post .next-post {
  border-color: #304a56;
}

.xlq-dark .post-meta i,
.xlq-dark .blog-item .bi-text ul li i {
  color: #64c9d7;
}

.xlq-dark .post-tags a {
  color: #c9d9df;
  border-color: #3a5662;
  background: #142b36;
}

.xlq-dark .bc-related-post {
  background: rgba(11, 27, 36, .82);
  box-shadow: inset 0 1px rgba(255, 255, 255, .045);
}

.xlq-dark .bc-related-post .previous-post,
.xlq-dark .bc-related-post .next-post {
  color: #d8e5e9;
  background: #142b36;
}

.xlq-dark .bc-related-post .previous-post:hover,
.xlq-dark .bc-related-post .next-post:hover {
  color: #fff;
  border-color: var(--xlq-blue);
  background: var(--xlq-blue);
}

.xlq-dark .form-control {
  color: #e5eef2;
  border-color: #304a56;
  background: #10242e;
}

.xlq-dark .form-control::placeholder {
  color: #758b96;
}

.xlq-dark .form-control:focus {
  border-color: #2aa8bd;
  background: #132b36;
  box-shadow: 0 0 0 3px rgba(42, 168, 189, .14);
}

.xlq-dark .pagination li a,
.xlq-dark .pagination li span {
  color: #b1c2c9;
  border-color: #304a56;
  background: #10242e;
}

.xlq-dark .pagination li.active span,
.xlq-dark .pagination li a:hover,
.xlq-dark .pagination li a:focus-visible {
  color: #fff;
  border-color: var(--xlq-blue);
  background: var(--xlq-blue);
}

.xlq-dark .footer {
  border-top: 1px solid rgba(110, 151, 166, .10);
}

.xlq-dark .xlq-empty-state {
  color: #9fb1ba;
  border-color: rgba(89, 196, 210, .25);
  background:
    radial-gradient(circle at 85% 15%, rgba(42, 168, 189, .10), transparent 30%),
    rgba(15, 34, 44, .78);
  box-shadow: inset 0 1px rgba(255, 255, 255, .045);
}

.xlq-dark .xlq-empty-state > i {
  color: #64c9d7;
  border-color: rgba(89, 196, 210, .22);
  background: rgba(42, 168, 189, .10);
}

@media (max-width: 575.98px) {
  .post-content.post-single {
    padding: 20px 16px;
  }

  .post-single .entry-header .entry-title {
    font-size: 24px;
  }

  .post-meta span {
    margin: 0 10px 8px 0;
    padding-right: 10px;
  }

  .tags-area {
    align-items: flex-start !important;
    flex-direction: column;
  }

  .bc-related-post {
    grid-template-columns: 1fr;
  }

  .bc-related-post .next-post {
    justify-content: flex-start;
    text-align: left;
  }

  .xlq-empty-state {
    min-height: 200px;
    padding: 26px 22px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .xlq-empty-state.is-compact {
    min-height: 150px;
  }
}
