.block-number {
  text-align: center;
  font-weight: bold;
  font-size: 0.8125em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #191919;
  transition: 0.3s ease-out; }
  .block-number:hover {
    opacity: 1; }
  .block-number::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    margin-bottom: 2px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #191919; }
  .block-number a:hover,
  .block-number a:focus {
    color: #191919; }

.demo-section .main-content .section,
.demo-topbar .main-content .topbar,
.demo-navbar .main-content .navbar,
.demo-header .main-content .header,
.demo-footer .main-content .footer {
  margin: 30px 20px 100px;
  border: 1px solid #f5f6f7;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05); }

.demo-topbar .main-content .topbar,
.demo-navbar .main-content .navbar {
  position: static;
  margin: 0; }

.sample-blocks img {
  border-radius: 0.25rem; }
  .sample-blocks img.aos-animate {
    opacity: 0.5 !important; }
  .sample-blocks img:hover {
    opacity: 1 !important;
    transition: 0.7s !important; }

.sample-blocks a {
  position: absolute; }

.sample-blocks a:nth-child(1) {
  -webkit-animation: wobble 4s infinite;
          animation: wobble 4s infinite;
  right: 15px;
  bottom: -20px; }

.sample-blocks a:nth-child(2) {
  -webkit-animation: wobble 8s infinite;
          animation: wobble 8s infinite;
  right: 320px;
  bottom: 30px; }

.sample-blocks a:nth-child(3) {
  -webkit-animation: wobble 5s infinite;
          animation: wobble 5s infinite;
  right: 0px;
  bottom: 190px; }

.sample-blocks a:nth-child(4) {
  -webkit-animation: wobble 6s infinite;
          animation: wobble 6s infinite;
  right: 280px;
  bottom: 180px; }

.sample-blocks a:nth-child(5) {
  -webkit-animation: wobble 9s infinite;
          animation: wobble 9s infinite;
  right: 270px;
  bottom: 320px; }

.sample-blocks a:nth-child(6) {
  -webkit-animation: wobble 7s infinite;
          animation: wobble 7s infinite;
  right: 20px;
  bottom: 370px; }

.sample-blocks a:nth-child(7) {
  -webkit-animation: wobble 5s infinite;
          animation: wobble 5s infinite;
  right: 200px;
  bottom: 470px; }

.sample-blocks a:nth-child(8) {
  -webkit-animation: wobble 8s infinite;
          animation: wobble 8s infinite;
  right: 10px;
  bottom: 470px; }

.sample-blocks a:nth-child(9) {
  -webkit-animation: wobble 9s infinite;
          animation: wobble 9s infinite;
  right: 0px;
  bottom: 570px; }

@-webkit-keyframes wobble {
  0% {
    transform: rotate(-1deg) translate(-5px, -5px); }
  50% {
    transform: rotate(1deg) translate(5px, 5px); }
  100% {
    transform: rotate(-1deg) translate(-5px, -5px); } }

@keyframes wobble {
  0% {
    transform: rotate(-1deg) translate(-5px, -5px); }
  50% {
    transform: rotate(1deg) translate(5px, 5px); }
  100% {
    transform: rotate(-1deg) translate(-5px, -5px); } }

@media (max-width: 400px) {
  body > .footer .social a:last-child,
  body > .footer .nav a:last-child {
    display: none; } }

.xh-page {
  color: #172033;
  background: #ffffff;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif; }

.xh-page .navbar {
  box-shadow: 0 10px 30px rgba(21, 31, 54, 0.06); }

.xh-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #172033 !important;
  font-weight: 700; }

.xh-brand-mark {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #1266f1 0%, #15c2a8 100%);
  font-size: 15px;
  letter-spacing: 0; }

.xh-hero {
  min-height: 760px;
  padding-top: 90px;
  background:
    linear-gradient(125deg, rgba(247, 251, 255, 0.96) 0%, rgba(235, 248, 245, 0.94) 54%, rgba(255, 248, 237, 0.9) 100%),
    url("../img/bg/13.jpg") center/cover no-repeat; }

.xh-eyebrow {
  margin-bottom: 18px;
  color: #1266f1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase; }

.xh-eyebrow-light {
  color: #ffe08a; }

.xh-hero h1 {
  color: #111827;
  line-height: 1.18; }

.xh-hero .lead {
  color: #536173; }

.xh-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px; }

.xh-hero-points span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid rgba(18, 102, 241, 0.16);
  border-radius: 999px;
  color: #314056;
  background: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 600; }

.xh-dashboard {
  overflow: hidden;
  border: 1px solid rgba(18, 102, 241, 0.12);
  border-radius: 8px;
  background: #ffffff; }

.xh-dashboard-bar {
  display: flex;
  gap: 8px;
  padding: 18px 20px;
  background: #172033; }

.xh-dashboard-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff6b6b; }

.xh-dashboard-bar span:nth-child(2) {
  background: #ffd166; }

.xh-dashboard-bar span:nth-child(3) {
  background: #15c2a8; }

.xh-dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 22px;
  background: #f6f9fc; }

.xh-metric,
.xh-stack,
.xh-chart {
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(21, 31, 54, 0.05); }

.xh-metric {
  padding: 22px; }

.xh-metric small {
  display: block;
  color: #7a8796;
  font-size: 12px; }

.xh-metric strong {
  display: block;
  margin: 10px 0 4px;
  color: #1266f1;
  font-size: 34px;
  line-height: 1; }

.xh-metric span {
  color: #536173;
  font-size: 13px; }

.xh-metric-accent strong {
  color: #15a78f; }

.xh-chart {
  grid-column: 1 / 3;
  overflow: hidden; }

.xh-chart img {
  display: block;
  width: 100%;
  height: 245px;
  object-fit: cover;
  object-position: top left; }

.xh-stack {
  grid-column: 1 / 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  background: #e6edf5; }

.xh-stack span {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  padding: 14px;
  color: #314056;
  background: #ffffff;
  font-weight: 600;
  text-align: center; }

.xh-service-card {
  height: 100%;
  padding: 34px 30px;
  border: 1px solid #e9eef5;
  border-radius: 8px;
  background: #ffffff;
  transition: 0.2s ease; }

.xh-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(21, 31, 54, 0.08); }

.xh-service-card i {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 8px;
  color: #1266f1;
  background: #eef5ff;
  font-size: 28px; }

.xh-service-card h5,
.xh-number h5,
.xh-step h5 {
  color: #172033; }

.xh-service-card p,
.xh-number p,
.xh-step p {
  color: #657386; }

.xh-illustration {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  display: block; }

.xh-check-list {
  margin-top: 30px; }

.xh-check-list p {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  color: #42526a; }

.xh-check-list i {
  margin-top: 4px;
  color: #15a78f; }

.xh-number {
  height: 100%;
  padding: 30px 24px;
  border-radius: 8px;
  background: #ffffff; }

.xh-number strong {
  display: block;
  margin-bottom: 12px;
  color: #f59f00;
  font-size: 30px; }

.xh-band {
  background:
    linear-gradient(135deg, rgba(18, 31, 51, 0.94) 0%, rgba(18, 102, 241, 0.86) 100%),
    url("../img/bg/14.jpg") center/cover no-repeat; }

.xh-band h2,
.xh-band p {
  color: #ffffff; }

.xh-band-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px); }

.xh-band-card span {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 8px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 600;
  text-align: center; }

.xh-step {
  height: 100%;
  padding: 34px 30px;
  border-left: 4px solid #1266f1;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(21, 31, 54, 0.06); }

.xh-step span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 50%;
  color: #ffffff;
  background: #1266f1;
  font-weight: 700; }

.xh-contact-box {
  display: flex;
  gap: 18px;
  margin-top: 30px;
  padding: 24px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(21, 31, 54, 0.06); }

.xh-contact-box i {
  color: #1266f1;
  font-size: 28px; }

.xh-contact-box p {
  margin-bottom: 0;
  color: #42526a; }

.xh-final-card {
  padding: 42px 36px;
  border-radius: 8px;
  background: #ffffff; }

.xh-final-card p {
  color: #657386; }

@media (max-width: 991.98px) {
  .xh-hero {
    min-height: auto;
    padding-top: 130px;
    padding-bottom: 80px; }

  .xh-brand span:last-child {
    font-size: 15px; }
}

@media (max-width: 575.98px) {
  .xh-brand-mark {
    width: 40px;
    height: 40px;
    font-size: 13px; }

  .xh-dashboard-grid,
  .xh-band-card {
    grid-template-columns: 1fr; }

  .xh-chart,
  .xh-stack {
    grid-column: auto; }

  .xh-stack {
    grid-template-columns: 1fr; }

  .xh-chart img {
    height: 190px; }

  .xh-contact-box {
    flex-direction: column; }
}

/*# sourceMappingURL=style.css.map */
