/**
 * TimeMachine AI Generated Style
 * Domain: xhintelligent.com
 * Generated: 2026-01-16 18:11:42
 */



:root {
  --primary: #2E5CFF;
  --primary-600: #244DCC;
  --primary-700: #1C3EA3;
  --primary-soft: #6EA8FF;
  --bg: #f8fafc;
  --surface: #ffffff;
  --text: #333333;
  --muted: #6B7280;
  --line: #E5E7EB;
  --accent-cyan: linear-gradient(135deg, #22D3EE 0%, #06B6D4 100%);
  --accent-purple: linear-gradient(135deg, #A78BFA 0%, #8B5CF6 100%);
  --accent-orange: linear-gradient(135deg, #FB923C 0%, #F97316 100%);
  --shadow-sm: 0 6px 20px rgba(0,0,0,.06);
  --shadow-md: 0 12px 40px rgba(0,0,0,.08);
  --radius-lg: 20px;
  --radius-sm: 12px;
  --radius-pill: 999px;
  --container: 1200px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { font-size: 16px; scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(46,92,255,.12), transparent 60%),
    radial-gradient(1000px 500px at 110% 10%, rgba(110,168,255,.10), transparent 50%),
    var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, video, svg { display: block; max-width: 100%; height: auto; }

a { color: var(--primary); text-decoration: none; }
a:hover { color: var(--primary-600); }

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 16px;
}

.outerContainer { width: 100%; }

.row { display: flex; flex-wrap: wrap; margin: -12px; }
.col-md-4, .col-md-6, .col-md-12 { padding: 12px; }
.col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-md-6 { flex: 0 0 50%; max-width: 50%; }
.col-md-12 { flex: 0 0 100%; max-width: 100%; }

@media (max-width: 991px) {
  .col-md-4, .col-md-6 { flex: 0 0 50%; max-width: 50%; }
}
@media (max-width: 600px) {
  .col-md-4, .col-md-6 { flex: 0 0 100%; max-width: 100%; }
}

#backstage-headArea { position: sticky; top: 0; z-index: 1000; }
#backstage-headArea .outerContainer {
  background: rgba(255,255,255,.7);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid rgba(46,92,255,.08);
  box-shadow: 0 8px 30px rgba(46,92,255,.06);
}
#backstage-headArea .container { padding-top: 12px; padding-bottom: 12px; }

.sitewidget-logo img { height: 48px; width: auto; display: block; }
.sitewidget-logo .imgBox { display: inline-flex; align-items: center; }

.sitewidget-langBar .lang-bar { display: flex; align-items: center; gap: 8px; }
.sitewidget-langBar .lang-a {
  padding: 6px 10px;
  border-radius: var(--radius-pill);
  color: var(--text) !important;
  transition: all .25s ease;
}
.sitewidget-langBar .lang-a:hover { background: rgba(46,92,255,.08); color: var(--primary) !important; }
.sitewidget-langBar .lang-div-mid { color: #cbd5e1; }

.sitewidget-navigation_style { position: relative; }
.sitewidget-navigation_style .navnew { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 8px; }
.sitewidget-navigation_style .navnew .navnew-item { position: relative; }
.sitewidget-navigation_style .navnew-link {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 14px;
  border-radius: var(--radius-pill);
  color: var(--text);
  transition: all .25s ease;
  background: rgba(46,92,255,0);
}
.sitewidget-navigation_style .navnew-link:hover,
.sitewidget-navigation_style .navnew .navnew-item:hover > .navnew-link {
  background: rgba(46,92,255,.10);
  color: var(--primary);
}
.sitewidget-navigation_style .navnew-separator { width: 1px; height: 16px; background: #e5e7eb; margin: 0 4px; }

.sitewidget-navigation_style .navnew-sub1 {
  list-style: none; margin: 8px 0 0; padding: 8px;
  position: absolute; left: 0; top: 100%;
  min-width: 240px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: all .25s ease;
}
.sitewidget-navigation_style .navnew-item:hover .navnew-sub1 { opacity: 1; visibility: visible; transform: translateY(0); }
.sitewidget-navigation_style .navnew-sub1-item a {
  display: block; padding: 10px 12px; border-radius: var(--radius-sm);
  color: var(--text);
}
.sitewidget-navigation_style .navnew-sub1-item a:hover { background: rgba(46,92,255,.08); color: var(--primary); }

.navnew-thumb-switch { display: none; }

#backstage-headArea-mobile { display: none; }
@media (max-width: 768px) {
  #backstage-headArea { display: none; }
  #backstage-headArea-mobile {
    display: block;
    position: sticky; top: 0; z-index: 1000;
    background: rgba(255,255,255,.65);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(46,92,255,.08);
  }
  #backstage-headArea-mobile .header-styles { margin: 0; padding: 0; list-style: none; }
  #backstage-headArea-mobile .header-style07 { display: flex; align-items: center; justify-content: space-between; padding: 10px 16px; }
  #backstage-headArea-mobile .nav-logo-box { display: flex; align-items: center; gap: 12px; }
  #backstage-headArea-mobile .nav-btn { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 10px; background: rgba(46,92,255,.08); }
  #backstage-headArea-mobile .nav-btn svg { width: 18px; height: 18px; }
  #backstage-headArea-mobile .logo-box img { height: 40px; }
  #backstage-headArea-mobile .others-nav { position: fixed; inset: 64px 0 auto 0; background: rgba(255,255,255,.92); backdrop-filter: blur(12px); transform: translateY(-8px); opacity: 0; visibility: hidden; transition: all .25s ease; padding: 12px 16px; border-bottom: 1px solid var(--line); }
  #backstage-headArea-mobile .others-nav.open { transform: translateY(0); opacity: 1; visibility: visible; }
  #backstage-headArea-mobile .nav-list1 { list-style: none; margin: 0; padding: 0; }
  #backstage-headArea-mobile .nav-item1 { border-bottom: 1px dashed #e5e7eb; }
  #backstage-headArea-mobile .nav-item1:last-child { border-bottom: 0; }
  #backstage-headArea-mobile .item-cont, #backstage-headArea-mobile .nav-words { display: block; padding: 12px 6px; color: var(--text); border-radius: 10px; }
  #backstage-headArea-mobile .item-cont:hover, #backstage-headArea-mobile .nav-words:hover { background: rgba(46,92,255,.08); color: var(--primary); }
  #backstage-headArea-mobile .nav-list2 { display: none; list-style: none; margin: 0; padding: 0 0 8px 12px; }
  #backstage-headArea-mobile .nav-item1.open .nav-list2 { display: block; }
  #backstage-headArea-mobile .lang-box { margin-top: 8px; }
  #backstage-headArea-mobile .lang-show-word { display: flex; align-items: center; gap: 8px; padding: 8px 10px; border-radius: var(--radius-pill); background: rgba(46,92,255,.08); color: var(--text); }
  #backstage-headArea-mobile .lang-ul-list { display: none; list-style: none; margin: 8px 0 0; padding: 0; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
  #backstage-headArea-mobile .lang-box.open .lang-ul-list { display: block; }
  #backstage-headArea-mobile .lang-mobile-item a { display: flex; align-items: center; gap: 10px; padding: 10px 12px; color: var(--text); }
  #backstage-headArea-mobile .lang-mobile-item a:hover { background: rgba(46,92,255,.08); color: var(--primary); }
}

.siteblocks-container { background: transparent; }

.siteblocks-header-banner { position: relative; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.siteblocks-header-banner::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.15));
  z-index: 1;
}
.siteblocks-header-banner .vBanner-item picture img,
.siteblocks-header-banner .wrapper .tile picture img,
.siteblocks-header-banner ul li picture img { width: 100%; height: 520px; object-fit: cover; display: block; }
@media (max-width: 768px) {
  .siteblocks-header-banner .vBanner-item picture img,
  .siteblocks-header-banner .wrapper .tile picture img,
  .siteblocks-header-banner ul li picture img { height: 320px; }
}

.siteblocks-header-banner .vbabber-cover {
  position: absolute; inset: 0; z-index: 2; display: block;
}
.hero-caption {
  position: absolute; inset: auto 24px 24px 24px; z-index: 2;
  color: #fff;
}
.hero-caption h1, .hero-caption h2 {
  margin: 0 0 8px; line-height: 1.15;
  text-shadow: 0 8px 30px rgba(0,0,0,.45);
}
.hero-caption p { margin: 0; color: rgba(255,255,255,.9); max-width: 720px; }

.hero-search {
  margin-top: 16px;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.35);
  backdrop-filter: blur(8px);
  border-radius: var(--radius-pill);
  display: flex; align-items: center; gap: 8px;
  padding: 8px;
  width: min(680px, 100%);
  box-shadow: 0 8px 30px rgba(0,0,0,.25);
}
.hero-search input {
  flex: 1; border: 0; outline: none; background: transparent; color: #fff; padding: 10px 12px;
}
.hero-search input::placeholder { color: rgba(255,255,255,.85); }
.hero-search button {
  border: 0; outline: none; cursor: pointer;
  padding: 10px 16px; border-radius: var(--radius-pill);
  background: linear-gradient(135deg, #2E5CFF 0%, #6EA8FF 100%);
  color: #fff; font-weight: 600;
  box-shadow: 0 8px 24px rgba(46,92,255,.35);
}
.hero-search button:hover { filter: brightness(1.05); }

.blockTitle { padding: 24px 16px 8px; }
.blockTitle span { font-size: 28px; font-weight: 800; color: var(--text); }

.sitewidget-hd { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 24px 16px 8px; }
.sitewidget-hd h2 { margin: 0; font-size: 24px; font-weight: 800; letter-spacing: .2px; color: var(--text); }
.widget-show-more { color: var(--primary); font-weight: 600; }
.widget-show-more:hover { color: var(--primary-600); }

.sitewidget-graphic .sitewidget-hd h2,
.sitewidget-text .sitewidget-hd h2 { font-size: 20px; font-weight: 800; color: var(--text); }
.sitewidget-graphic .sitewidget-bd,
.sitewidget-text .sitewidget-bd {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 16px;
}

.sitewidget-button .backstage-component-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 18px;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  background: linear-gradient(135deg, #2E5CFF 0%, #6EA8FF 100%);
  color: #fff; font-weight: 700;
  box-shadow: 0 10px 25px rgba(46,92,255,.3);
  transition: all .25s ease;
}
.sitewidget-button .backstage-component-btn:hover { filter: brightness(1.05); transform: translateY(-1px); }
.sitewidget-button .backstage-component-btn:active { transform: translateY(0); }

.sitewidget-prodlist { padding: 16px; }
.prodlist-wrap {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.prodlist-wrap ul { list-style: none; margin: 0; padding: 12px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 991px) { .prodlist-wrap ul { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .prodlist-wrap ul { grid-template-columns: 1fr; } }

.prodlist-box-hover {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; position: relative;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  will-change: transform;
}
.prodlist-box-hover:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 50px rgba(46,92,255,.14);
  border-color: rgba(46,92,255,.35);
}
.prodlist-display { aspect-ratio: 1 / 1; overflow: hidden; background: #f1f5f9; }
.prodlist-inner { width: 100%; height: 100%; }
.prodlist-picbox { position: relative; width: 100%; height: 100%; }
.prodlist-cell { position: absolute; inset: 0; display: grid; place-items: center; }
.prod_img_a_t12 img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s cubic-bezier(.2,.7,.2,1);
}
.prodlist-box-hover:hover .prod_img_a_t12 img { transform: scale(1.06); }

.prodlist-parameter-wrap { padding: 12px; }
.prodlist-pro-name {
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden; text-overflow: ellipsis; min-height: 44px;
  font-weight: 700; color: var(--text); margin-bottom: 8px;
}
.style_line_9 { height: 3px; width: 56px; background: linear-gradient(90deg, #2E5CFF, #6EA8FF); border-radius: 2px; margin: 6px 0 12px; }

.prodlist-parameter-btns a {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 10px 12px; border-radius: var(--radius-pill);
  background: rgba(46,92,255,.08); color: var(--primary); font-weight: 700;
  border: 1px solid rgba(46,92,255,.25);
  transition: all .25s ease;
}
