.xinghui-about-template .xh-about-page {
    --xh-about-blue: #3498db;
    --xh-about-card-bg: var(--main-bg-color, #fff);
    --xh-about-muted: var(--muted-color, #6b7280);
    --xh-about-border: var(--main-border-color, rgba(125, 139, 153, .15));
    --xh-about-shadow: 0 18px 45px rgba(28, 55, 92, .10);
    padding-bottom: 42px;
}

.xh-about-hero {
    position: relative;
    overflow: hidden;
    min-height: 620px;
    padding: 48px 0 46px;
    background: linear-gradient(90deg, #c7edff, #85d9ff);
}

.xh-about-hero-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
}

.xh-about-hero-bg:after {
    content: none;
}

.xh-about-container {
    position: relative;
    z-index: 1;
    width: min(1720px, calc(100% - 320px));
    max-width: none;
}

.xh-about-contact-card {
    width: 392px;
    min-height: 546px;
    margin: 0;
    padding: 36px 24px 24px;
    border: 0;
    border-radius: 10px;
    background: var(--xh-about-card-bg);
    box-shadow: var(--xh-about-shadow);
}

.xh-about-profile {
    display: flex;
    align-items: center;
    gap: 16px;
}

.xh-about-avatar {
    width: 76px;
    height: 76px;
    flex: 0 0 76px;
    border-radius: 50%;
    padding: 0;
    background: transparent;
}

.xh-about-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.xh-about-profile-text h1 {
    margin: 0 0 9px;
    color: #374151;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
}

.xh-about-profile-text p,
.xh-about-section-head p,
.xh-about-intro-card p,
.xh-about-footer-intro p,
.xh-about-card small {
    color: var(--xh-about-muted);
}

.xh-about-profile-text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
}

.xh-about-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 30px 0 28px;
    padding: 0;
    border-radius: 0;
    background: #e8e8e8;
}

.xh-about-tab {
    position: relative;
    min-height: 44px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #49505a;
    font-weight: 600;
}

.xh-about-tab.is-active {
    background: var(--xh-about-blue);
    color: #fff;
}

.xh-about-tab.is-active:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -9px;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid var(--xh-about-blue);
}

.xh-about-panel {
    display: none;
    text-align: center;
}

.xh-about-panel.is-active {
    display: block;
}

.xh-about-qr {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 232px;
    height: 232px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.xh-about-qr img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0;
}

.xh-about-qr span {
    color: var(--xh-about-muted);
    font-size: 13px;
    line-height: 1.7;
}

.xh-about-msg-btn {
    display: table;
    min-width: 148px;
    margin: 24px auto 0;
    padding: 10px 24px;
    border-radius: 4px;
    background: var(--xh-about-blue);
    color: #fff;
    font-weight: 700;
}

.xh-about-panel h3 {
    margin: 20px 0 6px;
    font-size: 18px;
}

.xh-about-panel h3 em {
    font-style: normal;
    color: var(--xh-about-blue);
}

.xh-about-panel p {
    margin: 0;
    color: var(--xh-about-muted);
}

.xh-about-honour {
    display: flex;
    gap: 34px;
    align-items: center;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 24px max(160px, calc((100vw - 1720px) / 2 + 160px));
    border: 0;
    border-radius: 0;
    background: var(--xh-about-card-bg);
    box-shadow: 0 10px 28px rgba(15, 23, 42, .04);
}

.xh-about-honour > .xh-about-section-head {
    flex: 0 0 360px;
    min-width: 260px;
    text-align: left !important;
}

.xh-about-intro {
    margin-top: 0;
    padding: 88px 0 72px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.xh-about-section-head {
    margin-bottom: 0;
    text-align: left;
}

.xh-about-section-head h2 {
    margin: 0 0 10px;
    color: #2f3742;
    font-size: 25px;
    line-height: 1.35;
    font-weight: 800;
}

.xh-about-section-head p {
    margin: 0;
}

.xh-about-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
    flex: 1 1 auto;
    min-width: 0;
    align-items: center;
}

.xh-about-card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 72px;
    padding: 0;
    border: 0;
    border-radius: 0;
    text-align: left;
    color: inherit;
    background: transparent;
    transition: transform .2s ease;
    min-width: 0;
    white-space: normal;
    writing-mode: horizontal-tb !important;
    word-break: keep-all;
}

.xh-about-card:hover {
    transform: translateY(-2px);
    color: inherit;
}

.xh-about-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    grid-row: span 2;
    border-radius: 8px;
    background: rgba(52, 152, 219, .12);
    color: var(--xh-about-blue);
    font-size: 24px;
}

.xh-about-card-icon img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.xh-about-card-icon i,
.xh-about-card-icon svg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 1;
}

.xh-about-card-icon i[class*="zibsvg-"] {
    width: auto;
    height: auto;
    font-size: 30px;
    line-height: 1;
}

.xh-about-card-icon i[class*="zibsvg-"]:before {
    display: block;
}

.xh-about-card-icon svg {
    fill: currentColor;
}

.xh-about-card strong {
    align-self: end;
    color: #29313d;
    font-size: 17px;
    line-height: 1.25;
    white-space: nowrap;
    writing-mode: horizontal-tb !important;
    word-break: keep-all;
}

.xh-about-card small {
    align-self: start;
    font-size: 13px;
    line-height: 1.5;
    white-space: normal;
    writing-mode: horizontal-tb !important;
    word-break: keep-all;
}

.xh-about-intro .xh-about-section-head {
    margin-bottom: 54px;
    text-align: center;
}

.xh-about-intro .xh-about-section-head h2 {
    position: relative;
    display: inline-block;
    font-size: 30px;
}

.xh-about-intro .xh-about-section-head h2:after {
    content: "";
    position: absolute;
    left: 7%;
    right: 7%;
    bottom: 2px;
    height: 9px;
    z-index: -1;
    background: #d7ed38;
}

.xh-about-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: repeat(2, minmax(220px, auto));
    gap: 34px;
}

.xh-about-intro-card {
    position: relative;
    overflow: hidden;
    min-height: 220px;
    padding: 44px 160px 40px 46px;
    border: 0;
    border-radius: 10px;
    background: var(--xh-about-card-bg);
    box-shadow: 0 12px 34px rgba(15, 23, 42, .08);
}

.xh-about-intro-card:first-child {
    grid-row: span 2;
    min-height: 520px;
    padding: 70px 44px 54px;
    background: #4657f2;
    color: #fff;
}

.xh-about-intro-thumb {
    position: absolute;
    right: 54px;
    top: 50%;
    width: 96px;
    height: 96px;
    margin: 0;
    border-radius: 0;
    transform: translateY(-50%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.xh-about-intro-card:first-child .xh-about-intro-thumb {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
    height: 190px;
    margin-top: 34px;
    padding: 34px 28px;
    border-radius: 10px;
    transform: none;
    background: #fff;
}

.xh-about-intro-thumb-default {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4aa8ef;
    font-size: 54px;
}

.xh-about-intro-card:first-child .xh-about-intro-thumb-default:before,
.xh-about-intro-card:first-child .xh-about-intro-thumb-default:after {
    content: "";
    display: block;
}

.xh-about-intro-card:first-child .xh-about-intro-thumb-default i {
    align-self: center;
    justify-self: center;
    width: 74px;
    height: 74px;
    line-height: 74px;
    border-radius: 18px;
    background: rgba(69, 87, 242, .1);
    color: #4aa8ef;
    text-align: center;
    font-size: 42px;
}

.xh-about-vision-items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 36px;
    padding: 34px 28px;
    border-radius: 10px;
    background: #fff;
}

.xh-about-vision-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    text-align: center;
}

.xh-about-vision-item i {
    width: 66px;
    height: 66px;
    margin-bottom: 20px;
    line-height: 66px;
    border-radius: 16px;
    background: rgba(69, 87, 242, .09);
    color: #4aa8ef;
    text-align: center;
    font-size: 34px;
}

.xh-about-vision-item:nth-child(2) i {
    background: rgba(255, 76, 126, .1);
    color: #ff4c7e;
}

.xh-about-vision-item:nth-child(3) i {
    background: rgba(132, 80, 255, .1);
    color: #8a54ff;
}

.xh-about-vision-item strong {
    color: #3a414c;
    font-size: 18px;
    line-height: 1.35;
}

.xh-about-vision-item small {
    margin-top: 10px;
    color: #657286;
    font-size: 13px;
    line-height: 1.5;
}

.xh-about-intro-card span {
    display: inline-flex;
    margin-bottom: 26px;
    padding: 10px 18px;
    border-radius: 4px;
    background: #3aa2e6;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.xh-about-intro-card:first-child span {
    background: #fff;
    color: #35a2eb;
}

.xh-about-intro-card h3 {
    max-width: none;
    margin: 0 0 20px;
    color: #2f343d;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xh-about-intro-card:first-child h3 {
    color: #fff;
}

.xh-about-intro-card p {
    max-width: none;
    margin: 0;
    color: #657286;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xh-about-intro-card:first-child p {
    color: rgba(255, 255, 255, .9);
}

.xh-about-footer-contact {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 60px 0;
    display: block;
    border: 0;
    border-radius: 0;
    background: #4657f2;
    box-shadow: none;
}

.xh-about-footer-inner {
    width: min(1640px, calc(100% - 320px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 34px;
    align-items: stretch;
}

.xh-about-footer-intro,
.xh-about-footer-qrs {
    min-height: 410px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(15, 23, 42, .08);
}

.xh-about-footer-intro {
    position: relative;
    overflow: hidden;
    padding: 64px 76px 56px;
}

.xh-about-footer-intro b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 72px;
    margin: 0 0 24px;
    border-radius: 50%;
    background: #3498db;
    color: #fff;
    font-size: 28px;
    font-style: italic;
}

.xh-about-footer-text {
    position: relative;
    z-index: 1;
}

.xh-about-footer-intro h2 {
    margin: 0 0 24px;
    color: #2f343d;
    font-size: 32px;
    font-weight: 800;
}

.xh-about-footer-intro p {
    max-width: 360px;
    margin-bottom: 34px;
    color: #657286;
    font-weight: 600;
    line-height: 1.8;
}

.xh-about-footer-intro ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 44px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.xh-about-footer-intro li {
    color: var(--xh-about-muted);
}

.xh-about-footer-intro li i {
    margin-right: 6px;
    color: var(--xh-about-blue);
}

.xh-about-footer-qrs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
    align-items: center;
    padding: 30px;
    text-align: center;
}

.xh-about-footer-qr-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 310px;
    padding: 24px;
    border-radius: 10px;
    background: #f4f4f4;
}

.xh-about-footer-qrs h3 {
    margin: 0 0 22px;
    color: #3498db;
    font-size: 17px;
    font-weight: 800;
}

.xh-about-footer-qrs .xh-about-qr {
    width: 156px;
    height: 156px;
}

.xh-about-footer-qr-card .xh-about-msg-btn {
    min-width: 146px;
    margin-top: 24px;
}

.xh-about-footer-qr-card p {
    margin: 22px 0 4px;
    color: #2f343d;
    font-size: 16px;
    font-weight: 800;
}

.xh-about-footer-qr-card p em {
    color: #3498db;
    font-style: normal;
}

.xh-about-footer-qr-card small {
    color: #657286;
    font-size: 13px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .xh-about-container {
        width: min(100% - 32px, 720px);
    }

    .xh-about-honour,
    .xh-about-footer-inner {
        display: grid;
        grid-template-columns: 1fr;
    }

    .xh-about-footer-inner {
        width: min(100% - 32px, 720px);
    }

    .xh-about-honour > .xh-about-section-head {
        flex-basis: auto;
        text-align: center !important;
    }

    .xh-about-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .xh-about-intro-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .xh-about-intro-card:first-child {
        grid-row: auto;
    }

    .xh-about-intro-card {
        padding-right: 180px;
    }
}

@media (max-width: 640px) {
    .xh-about-hero {
        padding: 72px 0 28px;
    }

    .xh-about-container {
        width: calc(100% - 24px);
    }

    .xh-about-contact-card,
    .xh-about-honour,
    .xh-about-footer-contact {
        padding: 18px;
    }

    .xh-about-footer-inner {
        width: 100%;
    }

    .xh-about-intro {
        padding: 56px 0;
    }

    .xh-about-profile {
        align-items: flex-start;
    }

    .xh-about-avatar {
        width: 64px;
        height: 64px;
        flex-basis: 64px;
    }

    .xh-about-profile-text h1 {
        font-size: 22px;
    }

    .xh-about-card-grid,
    .xh-about-intro-grid,
    .xh-about-footer-inner,
    .xh-about-footer-qrs {
        grid-template-columns: 1fr;
    }

    .xh-about-intro-card,
    .xh-about-intro-card:first-child {
        min-height: auto;
        padding: 26px;
    }

    .xh-about-intro-card h3 {
        font-size: 24px;
    }

    .xh-about-intro-thumb,
    .xh-about-intro-card:first-child .xh-about-intro-thumb {
        position: static;
        width: 86px;
        height: 86px;
        margin-top: 18px;
        padding: 0;
        transform: none;
        background: transparent;
    }

    .xh-about-vision-items {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .xh-about-footer-intro {
        min-height: auto;
        padding: 28px;
    }

    .xh-about-footer-intro b {
        position: static;
        margin-bottom: 16px;
    }
}
