.elementor-2683 .elementor-element.elementor-element-56107d7{border-style:solid;border-width:0px 0px 4px 0px;border-color:#C9DFF1;}.elementor-2683 .elementor-element.elementor-element-56107d7, .elementor-2683 .elementor-element.elementor-element-56107d7 > .elementor-background-overlay{border-radius:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2683 .elementor-element.elementor-element-56107d7{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;z-index:999999999999;}.elementor-2683 .elementor-element.elementor-element-b4c0b94 > .elementor-element-populated{margin:-65px 5px 0px 0px;--e-column-margin-right:5px;--e-column-margin-left:0px;}.elementor-2683 .elementor-element.elementor-element-b4c0b94{z-index:1.0E+24;}}/* Start custom CSS for html, class: .elementor-element-94a8993 *//* ================= GLOBAL RESET (THEME-PROOF) ================= */
.xk-contact-card,
.xk-contact-card * {
  box-sizing: border-box !important;
  font-family: 'Microsoft YaHei','PingFang SC',Arial,sans-serif !important;
  transition: none !important;
}

.xk-contact-card button {
  appearance: none !important;
  -webkit-appearance: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* ================= CONTAINER ================= */
.xk-contact-card {
  max-width: 1200px;
  margin: 0 auto;
  background: #f5fbff;
  border-radius: 24px;
  padding: 26px 26px 30px;
  box-shadow: 0 20px 40px rgba(0,120,255,0.08);
}

/* ================= TOP LINKS ================= */
.xk-top-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.xk-link {
  background: #ffffff;
  border-radius: 14px;
  padding: 14px 11px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #2b4a7f;
}

.xk-link img {
  width: 28px;
  height: 28px;
}

.xk-link i {
  margin-left: auto;
  color: #3B8EE8;
  font-style: normal;
  font-size: 14px;
}

/* ================= DIVIDER ================= */
.xk-divider {
  height: 1px;
  background: #dbe9ff;
  margin: 22px 0;
}

/* ================= DESCRIPTION ================= */
.xk-desc {
  font-size: 15px;
  color: #5c6f8a;
  margin-bottom: 20px;
}

.xk-desc span {
  color: #3B8EE8;
  font-weight: 500;
}

/* ================= ACTION BOXES ================= */
.xk-actions {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 16px;
}

.xk-box {
  background: #eaf4ff;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.xk-box-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.xk-box-left img {
  width: 42px;
  height: 42px;
}

.xk-box-title {
  font-size: 14px;
  color: #5c6f8a;
}

.xk-box-value {
  font-size: 15px;
  color: #1f3c6e;
  font-weight: 500;
}

.xk-box-buttons {
  display: flex;
  gap: 10px;
}

/* ================= BUTTONS ================= */

/* OUTLINE BUTTON */
.xk-contact-card .btn-outline {
  border: 1px solid #3B8EE8 !important;
  background: #ffffff !important;
  color: #3B8EE8 !important;
  padding: 6px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

/* KILL HOVER / ACTIVE FOR OUTLINE */
.xk-contact-card .btn-outline:hover,
.xk-contact-card .btn-outline:active,
.xk-contact-card .btn-outline:focus {
  background: #ffffff !important;
  color: #3B8EE8 !important;
}

/* PRIMARY GRADIENT BUTTON (MATCH IMAGE) */
.xk-contact-card .btn-primary {
  background: linear-gradient(135deg, #6cbcff 0%, #3b8ee8 100%) !important;
  color: #ffffff !important;
  padding: 8px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.35) !important;
}

/* KILL ALL HOVER / ACTIVE / FOCUS STATES */
.xk-contact-card .btn-primary:hover,
.xk-contact-card .btn-primary:active,
.xk-contact-card .btn-primary:focus,
.xk-contact-card .btn-primary:focus-visible {
  background: linear-gradient(135deg, #6cbcff 0%, #3b8ee8 100%) !important;
  color: #ffffff !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.35) !important;
  outline: none !important;
  transform: none !important;
  filter: none !important;
}

/* REMOVE THEME OVERLAY EFFECTS */
.xk-contact-card .btn-primary::before,
.xk-contact-card .btn-primary::after,
.xk-contact-card .btn-outline::before,
.xk-contact-card .btn-outline::after {
  content: none !important;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
  .xk-contact-card {
    padding: 18px;
  }

  .xk-top-links {
    grid-template-columns: repeat(2, 1fr);
  }

  .xk-actions {
    grid-template-columns: 1fr;
  }

  .xk-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .xk-box-buttons {
    width: 100%;
    justify-content: flex-end;
  }
}

/* ===== MOBILE: COMPACT TOP LINKS (ONE LINE) ===== */
@media (max-width: 768px) {

  .xk-top-links {
    gap: 10px;
  }

  .xk-link {
    padding: 10px 2px;          /* smaller padding */
    gap: 8px;
    font-size: 11px;             /* smaller text */
    font-weight: 500;
  }

  .xk-link img {
    width: 22px;                 /* smaller icon */
    height: 22px;
    flex-shrink: 0;
  }

  .xk-link span {
    white-space: nowrap;         /* FORCE one line */
    overflow: hidden;
    text-overflow: ellipsis;     /* safe fallback */
  }

  .xk-link i {
    font-size: 12px;             /* smaller arrow */
    margin-left: 6px;
    flex-shrink: 0;
  }
}

/* EXTRA SMALL PHONES */
@media (max-width: 420px) {
  .xk-link {
    padding: 9px 3px;
    font-size: 12px;
  }

  .xk-link img {
    width: 20px;
    height: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9592bfd *//* ===== FOOTER BASE ===== */
#xkFooter{
  background: #171D2C;
  color:#cbd5f5;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
}

#xkFooter a{
  color:#cbd5f5;
  text-decoration:none;
  font-size:14px;
}

#xkFooter a:hover{ color:#3b8ee8; }

/* ===== LAYOUT ===== */
.xkF-wrap{
  max-width:1200px;
  margin:auto;
  padding:48px 20px;
  display:grid;
  grid-template-columns:1.3fr 1fr;
  gap:40px;
}

/* ===== LEFT ===== */
.xkF-logo{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
}

.xkF-logo img{ height:92px; }
.xkF-logo span{ font-weight:600; color:#fff; }

.xkF-desc{
  font-size:14px;
  line-height:1.8;
  margin-bottom:20px;
  max-width:520px;
}

.xkF-social{
  display:flex;
  gap:12px;
}

.xkF-social img{
  width:36px;
  height:36px;
  border-radius:50%;
  background:#111827;
  padding:6px;
}

/* ===== RIGHT ===== */
.xkF-right{
  display:flex;
  gap:80px;
}

.xkF-col h4{
  font-size:16px;
  font-weight:700;
  margin-bottom:14px;
  color:#fff;
}

.xkF-col a{
  display:block;
  margin-bottom:10px;
}

/* ===== BOTTOM ===== */
.xkF-bottom{
  border-top:1px solid rgba(255,255,255,.08);
  text-align:center;
  padding:20px 16px;
}

.xkF-links{
  font-size:13px;
  margin-bottom:8px;
}

.xkF-copy{
  font-size:13px;
  color:#94a3b8;
}

/* ===== MOBILE ===== */
@media (max-width:768px){
  .xkF-wrap{
    grid-template-columns:1fr;
    gap:28px;
  }

  .xkF-right{
    flex-direction:column;
    gap:24px;
  }

  .xkF-col a{
    background:#111827;
    padding:10px 14px;
    border-radius:8px;
    display:inline-block;
    margin:6px 6px 0 0;
  }

  .xkF-social{
    justify-content:flex-start;
    margin-top:10px;
  }
}/* End custom CSS */