.elementor-kit-386{--e-global-color-primary:#6619FF;--e-global-color-secondary:#F0EAFF;--e-global-color-text:#14111F;--e-global-color-accent:#14111F;--e-global-color-3e40552:#FFFFFF73;--e-global-color-d654f2d:#FFFFFF;--e-global-color-c78019c:#6F687F;--e-global-color-c47031e:#6619FF1A;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:24px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;background-color:#FBFAFF;color:var( --e-global-color-text );font-family:"Inter", Inter;}.elementor-kit-386 button,.elementor-kit-386 input[type="button"],.elementor-kit-386 input[type="submit"],.elementor-kit-386 .elementor-button{background-color:var( --e-global-color-primary );font-size:16px;font-weight:600;color:#FFFFFF;border-style:none;border-radius:99px 99px 99px 99px;}.elementor-kit-386 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --white:#ffffff; --primary:#6619FF; --text:#14111F; --bg:#F0EAFF; --borderColor:#6619FF24; --muted:#6F687F; --transparnet:#ffffff00; }
/* Start custom CSS */.elementor-button,.elementor-button .elementor-button-icon{
    transition: transform 0.3s linear;
}
.elementor-button:hover{
    transform: translateY(-5px);
}
.elementor-button:hover .elementor-button-icon{
    transform: translateX(5px);
}
.hover-effect{
    transition: all linear 300ms;
}
.hover-effect:hover{
    transform: translateY(-5px);
    box-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
}
.hover-advantage:hover{
    background: #fff !important;
}

.elementor-location-header{
    position: sticky;
    top: 0;
    z-index: 999;
}
.home-section{
    padding-top:110px !important;
    padding-bottom:110px !important;
}
@media (max-width: 767px) {
    .home-section{
        padding-top:60px !important;
        padding-bottom:60px !important;
    }
    .elementor-nav-menu__container{
        width: 200px;
        padding: 10px 0;
        border-radius: 10px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        margin-top: 0 !important;
    }
    
}
@media (max-width: 1024px) {
    
    .page-header .elementor-menu-toggle{
        width: 32px !important;
        height: 32px !important;
    }
     .page-header .elementor-menu-toggle .e-font-icon-svg{
         width: 16px !important;
         height: 16px !important;
     }
}

.solutions-tabs [role="tab"] {
    position:relative;
  background: transparent;
  transition: none;
}
.solutions-tabs [role="tab"]::after{
    content:'';
    position: absolute;
    right: 32px;
    top:50%;
    transform: translateY(-50%);
    width:9px;
    height: 9px;
    background:#6619FF33;
    border-radius:50%;
}
.solutions-tabs [role="tab"]:hover{
    background: #F0EAFF !important;
}
.solutions-tabs [role="tab"][aria-selected="true"]::after{
    background: #fff;
    right:18px;
}

.solutions-tabs [role="tab"] * {
  transition: none;
}

.solutions-tabs [role="tab"][aria-selected="true"] {
    position: relative;
    z-index: 3;
  background: #6c2cff;
  box-shadow: 0px 18px 50px 0px #0B07152E;
}
.solutions-tabs [role="tab"][aria-selected="true"]:hover{
    
  background: #6c2cff !important;
}

.solutions-tabs [role="tab"][aria-selected="true"] * {
  color: #ffffff !important;
}
.solutions-tabs [role="tab"][aria-selected="true"] span {
    opacity: 0.5;
}

.home-platform-item:hover{
    transform: translateY(-5px);
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.home-review-item:hover{
    background: #171025!important;
}
.home-review-item:hover p{
    color:#fff!important;
}

.home-review-item svg path{
    fill:var(--e-global-color-primary); !important;
}
.home-review-item:hover svg path{
    fill:#17D6A3 !important;
}
.float-card:hover{
    z-index: 9 !important;
}
.why-work-item:hover .why-work-item__no{
    background: var(--e-global-color-primary); !important;
    color: #fff !important;
}

.why-work-item:hover .why-work-item__no path{
    fill: #fff !important;
}
.is-required::after {
  content: "*";
  color: #ff3158;
  margin-inline-start: 4px;
  font-size: 0.9em;
  font-weight: 700;
}
/* 三个按钮的外层 */
.inquiry-form .role-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

/* 每一个选项按钮 */
.inquiry-form .role-option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  height: 44px;
  padding: 0 30px !important;

  box-sizing: border-box;
  overflow: hidden;

  background: #FBFAFF;
  border: 1px solid #ECE8F5;
  border-radius: 12px;

  cursor: pointer;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

/* 选项文字 */
.inquiry-form .role-option__label {
  position: relative;
  z-index: 1;

  margin: 0;
  color: #6F687F;

  font-size: 14px !important;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;

  /* 点击事件交给覆盖在上面的 radio */
  pointer-events: none;
}

/* Radio 元素覆盖整个按钮 */
.inquiry-form .role-option__input {
  position: absolute !important;
  inset: 0;

  width: 100% !important;
  height: 100% !important;

  margin: 0;
  padding: 0;

  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

/* 兼容 Radio 外面还有 Elementor 包装层的情况 */
.inquiry-form .role-option__input input[type="radio"] {
  position: absolute;
  inset: 0;

  display: block;
  width: 100%;
  height: 100%;

  margin: 0;
  opacity: 0;
  cursor: pointer;
}

/* 鼠标经过 */
.inquiry-form .role-option:hover {
  transform: translateY(-1px);
}

/* 选中状态 */
.inquiry-form .role-option:has(input[type="radio"]:checked) {
  background: #6619FF;

  border-color: #6619FF;
  box-shadow: 0px 18px 30px 0px #14111F14;

}

/* 选中后的文字 */
.inquiry-form
  .role-option:has(input[type="radio"]:checked)
  .role-option__label {
  color: #ffffff;
}

/* 键盘操作时的焦点状态 */
.inquiry-form .role-option:has(input[type="radio"]:focus-visible) {
  outline: 3px solid rgba(102, 23, 255, 0.22);
  outline-offset: 3px;
}

/* 手机端 */
@media (max-width: 767px) {
  .inquiry-form .role-options {
    gap: 10px;
  }

  .inquiry-form .role-option {
    flex: 1 1 auto;
    min-width: 105px;
    height: 52px;
    padding: 0 20px;
    border-radius: 15px;
  }

  .inquiry-form .role-option__label {
    font-size: 16px;
  }
}


body {
  --gl-star-color: #641bff !important;
  --gl-star-color-inactive: #e7e0f3 !important;
  --gl-star-size: 20px !important;
}

.resource-rating-card .gl-star-rating--stars {
  gap: 8px;
}

.resource-rating-card .glsr-form {
  margin: 4px 0 0;
}

.resource-rating-card .glsr-label{
    display: none !important;
}
.resource-rating-card .glsr-review-form{
    display: flex !important;
    align-items: center !important;
}
.resource-rating-card .glsr-button{
    padding: 6px 12px !important;
    font-size: 14px !important;
}
.resource-rating-card .glsr-button:hover{
    background: var(--e-global-color-primary) !important;
    transform: translateY(-2px);
}

.hardware-tab [role="tab"] {
  transition: all 0.25s ease;
}
.hardware-tab [role="tab"]::before{
    content:'';
    position: absolute;
    left: -35px;
    top:0;
    width:5px;
    height: 100%;
    background:transparent;
}
.hardware-tab [role="tab"][aria-selected="true"]::before{
    background:#6619FF;
}
@media (max-width: 1024px) {
  
.hardware-tab [role="tab"]::before{
    bottom: -4px;
    left:0;
    top:auto;
    width:100%;
    height: 3px;
}  
}
.hardware-tab [role="tab"] * {
  transition: color 0.25s ease;
}

.hardware-tab [role="tab"][aria-selected="true"] {
    position: relative;
    z-index: 3;
  background: #fff;
  box-shadow: 0px 12px 34px 0px #14111F0B;

}
.hardware-tab [role="tab"][aria-selected="true"] .hardware-tab-menu-item__no{
    
  background: #6619FF !important;
  border-color: #6619FF !important;
}

.hardware-tab [role="tab"][aria-selected="true"] .hardware-tab-menu-item__no .e-paragraph-base{
    display:none!important;
}
.hardware-tab [role="tab"][aria-selected="true"] .hardware-tab-menu-item__no .e-svg-base{
    display:flex!important;
    align-items: center;
    justify-content: center;
}

.hardware-tab [role="tab"][aria-selected="true"] .hardware-tab-menu-item__title{
   color: #14111F !important;
}
.hardware-tab [role="tab"][aria-selected="true"] .hardware-tab-menu-item__desc{
   color: #706981 !important;
}
.qingo-mega-panel{
    transition:
    opacity 0.22s ease,
    visibility 0.22s ease,
    transform 0.22s ease;
}
.qingo-mega-panel.is-open{
    display:block !important;
}
.qingo-header-shell .sub-arrow{
    display:none !important;
}

.case-list-item:hover .primary-btn{
    display:flex !important;
}
.case-list-item:hover .case-list-item__desc,.case-list-item:hover .case-list-item__subtitle{
    display:block !important;
}/* End custom CSS */