@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@import "./home-hub.css";
@import "./home-hero.css";
@import "../base/grid.css";
@import "../shared/totop.css";

/* Fonts moved to HTML header for better performance */

* {
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    font-size: 14px;
    line-height: 1.2;
    font-family: 'Inter', "Segoe UI", "Open Sans", "Helvetica Neue", "MWF-MDL2", "Helvetica,Arial,sans-serif";
}

img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
    height: auto;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

.hidden {
    overflow: hidden;
}

.dis-flex2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfloat {
    zoom: 1;
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
}

.center {
    text-align: center;
}

/* Match the original grid: 960px at 992–1199px, then 1140px from 1200px. */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
        max-width: 960px;
    }
}

.banner-box {
    padding: 80px 0;
    background: #1a48a4 url(../../images/common/banner-bg.png) no-repeat center center;
}

.banner-left {
    color: #fff;
    align-self: center;
}

.banner-left h1 {
    padding-left: 20px;
    color: #fff;
    line-height: 1;
    font-size: 36px;
    border-left: 4px solid #fff;
    margin-bottom: 20px;
}

.banner-left>p {
    font-size: 16px;
    line-height: 1.5;
}

.banner-left .m {
    margin-bottom: 40px;
}

.banner-left ul p {
    font-size: 16px;
}

.d-pos {
    display: none;
}

.banner-left ul li {
    border-right: 1px solid #b3c7ef;
    margin-bottom: 60px;
}

.banner-left ul .l {
    border-right: none;
}

.color-h3 {
    color: #26f2c4;
    font-size: 44px;
}

.banner-left .s {
    display: inline-flex;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
    color: #194eb9;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.banner-left .s:hover {
    background: #194eb9;
    color: #fff;
}

.banner-left .s span {
    font-size: 30px;
}

.focus {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 548px;
    z-index: 2;
}

.focus-s {
    width: 400%;
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    left: 0;
    top: 0;
}

.focus ul {
    width: 100%;
}

.focus li {
    padding: 30px;
    margin-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: url(../../images/common/focus-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    box-shadow: 0 6px 16px 0 rgba(31, 38, 135, 0.1);
}

.focus h3 {
    align-self: center;
}

.focus p {
    margin-bottom: 30px;
}

.focus .b {
    margin-bottom: 20px;
}

.change-box.b {
    position: relative;
    width: 220px;
}

.change-box.b a {
    z-index: 2;
}

.change-box.b:after {
    position: absolute;
    content: "";
    width: 280px;
    height: 638px;
    background-color: #184399;
    top: -558px;
    left: -30px;
    z-index: 1;
}

.change-box.b .bl {
    margin-right: 120px;
}

.title h2 {
    font-weight: 500;
    margin-bottom: 10px;
}

.title p {
    font-size: 18px;
    margin-bottom: 40px;
}

.new-box {
    background: #f5f5f5;
    padding: 80px 0 60px;
}

.color-span {
    color: #194eb9;
}

.inner-box {
    background: rgba(255, 255, 255, 0.7);
    padding: 30px 30px 60px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    box-shadow: 0 6px 16px 0 rgba(31, 38, 135, 0.1);
}

.inner-box h3 {
    align-self: center;
    font-weight: 500;
}

.inner-box h3 a {
    color: #333;
}

.inner-box h3 a:hover {
    text-decoration: underline;
}

.inner-box ul {
    min-height: 96px;
}

.inner-box li {
    padding-left: 20px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #666;
    position: relative;
}

.inner-box li span {
    color: #194eb9;
    position: absolute;
    left: 0;
    top: 0;
}

.inner-box>.row {
    margin-bottom: 20px;
}

.box-postion {
    transform: translate(0, -50%);
    margin-bottom: 40px;
}

.box-postion>div {

    padding: 15px 30px;

    background-color: rgba(255, 255, 255, 0.7);

    border: 1px solid rgba(255, 255, 255, 0.5);

    backdrop-filter: blur(10px);

    -webkit-backdrop-filter: blur(10px);

    border-radius: 15px;

    box-shadow: 0 6px 16px 0 rgba(31, 38, 135, 0.1);

}

.a-one,
.a-two {
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    font-weight: 500;
    border-radius: 8px;
    /* Rounded corners for glass buttons */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    text-align: center;
    display: inline-block;
    /* Ensure they behave like buttons */

    /* Fix spacing between buttons */
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin: 0 10px;
    padding: 0 5px;
    /* Override col-6 padding, keep slight safety padding */
}

.a-one {
    color: #fff;
    background-color: rgba(25, 78, 185, 0.85);
    /* Semi-transparent blue */
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(25, 78, 185, 0.3);
}

.a-one:hover {
    background-color: rgba(25, 78, 185, 0.95);
    box-shadow: 0 6px 20px rgba(25, 78, 185, 0.4);
    color: #fff;
}

.a-two {
    color: #194eb9;
    background-color: rgba(255, 255, 255, 0.6);
    /* Semi-transparent white */
    border: 1px solid rgba(25, 78, 185, 0.3);
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.a-two:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: #f08000;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.span-postion {
    position: absolute;
    right: 30px;
    top: 15px;
}

.user-box {
    padding: 80px 0 100px;
    background: #194eb9 url(../../images/common/index-bg.png) no-repeat center center;
    background-size: cover;
}

.user-box h2 {
    color: #fff;
    margin-bottom: 40px;
}

.box-f {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 573px;
    box-sizing: border-box;
}

@media (max-width: 375px) {
    .box-f {
        height: 615px;
    }
}

.user-div-box {
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    width: 400%;
    left: 0;
    top: 0;
}

.user-div-box>ul {
    width: 100%;
}

.user-div-box i {
    margin-left: 15px;
}

.pr.row ul {
    margin-left: auto;
    margin-right: 15px;
}

.li-box {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: url(../../images/common/user-li-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    margin-bottom: 30px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    box-shadow: 0 6px 16px 0 rgba(31, 38, 135, 0.1);
}

.li-box>.a {
    margin-bottom: 20px;
}

.li-box h3 {
    align-self: center;
    color: #194eb9;
}

.li-box h3 a {
    color: #194eb9;
}

.li-box h3 a:hover {
    text-decoration: underline;
}

.li-box p {
    line-height: 1.5;
    margin-bottom: 30px;
}

.li-box li {
    font-size: 19px;
    margin-left: 5px;
    color: #e6ab22;
    display: inline-block;
}

.change-box {
    width: 130px;
}

.change-box a {
    width: 28px;
    height: 28px;
    background-color: rgba(255, 255, 255, 0.7);
    display: block;
    float: left;
    font-size: 30px;
    padding: 10px;
    color: #194eb9;
    z-index: 2;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.change-box .a {
    margin-right: 30px;
}

.change-box a:hover {
    background-color: rgba(25, 78, 185, 0.9);
    color: #fff;
    box-shadow: 0 6px 20px rgba(25, 78, 185, 0.3);
}

.artice-box {
    background-color: #f5f5f5;
    padding: 80px 0;
}

.artice-ui {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: url(../../images/common/actice-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    box-shadow: 0 6px 16px 0 rgba(31, 38, 135, 0.1);
}

.artice-ui li {
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0;
}

.artice-ui li.f {
    padding-top: 0;
}

.artice-ui li.l {
    padding-bottom: 0;
    border-bottom: none;
}

.artice-ui a {
    color: #333;
}

.artice-ui a:hover {
    color: #194eb9;
    text-decoration: underline;
}

.choose-ul li {
    margin-bottom: 30px;
    padding: 20px;
    height: 64px;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: url(../../images/common/choose-bg.png);
    background-repeat: no-repeat;
    background-position: left center;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    box-shadow: 0 6px 16px 0 rgba(31, 38, 135, 0.1);
}

.choose-awards-stack>.col-12+.col-12 {
    margin-top: 24px;
}

.choose-ul-ul li {
    margin-bottom: 30px;
    padding: 20px;
    height: 19.5px;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: url(../../images/common/cloud-100.png);
    background-repeat: no-repeat;
    background-position: left center;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    box-shadow: 0 6px 16px 0 rgba(31, 38, 135, 0.1);
}

.choose-ul-ul li a {
    display: block;
}

.tierces-parties-logo {
    width: 100%;
    height: 100%;
    margin-top: -20px;
    float: right;
    text-align: center;
}

.media-review-list {
    margin-top: 10px;
}

.media-review-list>.col-12 {
    margin-bottom: 20px;
}

.media-review-card {
    height: 100%;
    padding: 18px 18px 16px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(8, 22, 56, 0.18);
}

.media-review-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 8px;
}

.media-review-name {
    font-size: 16px;
    font-weight: 600;
    color: #0f2c5c;
}

.media-review-score {
    font-size: 13px;
    color: #1f4a95;
    background: rgba(25, 78, 185, 0.12);
    padding: 2px 8px;
    border-radius: 999px;
    white-space: nowrap;
}

.media-review-stars {
    font-size: 16px;
    letter-spacing: 2px;
    color: #f2c44c;
    margin-bottom: 8px;
}

.media-review-quote {
    font-size: 14px;
    line-height: 1.5;
    color: #3a3a3a;
    margin-bottom: 10px;
}

.media-review-link {
    font-size: 13px;
    color: #194eb9;
    text-decoration: underline;
}

.media-review-link:hover {
    color: #0f2c5c;
}

.media-review-card:focus-within {
    box-shadow: 0 12px 30px rgba(8, 22, 56, 0.28);
}

.media-opinion-wrap {
    padding: 28px 24px 32px;
}

.media-opinion {
    text-align: center;
    padding: 26px 18px 28px;
    color: #ffffff;
}

.media-opinion-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 28px;
    margin-bottom: 26px;
}

.media-opinion-logo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    height: 44px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #e9eefc;
    font-size: 13px;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.media-opinion-logo-btn:hover {
    border-color: rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.2);
}

.media-opinion-logo-btn.is-active {
    background: rgba(255, 255, 255, 0.28);
    border-color: rgba(255, 255, 255, 0.7);
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(10, 20, 45, 0.35);
}

.media-opinion-quote {
    max-width: 520px;
    margin: 0 auto 18px;
    font-size: 16px;
    line-height: 1.6;
    color: #e9eefc;
}

.media-opinion.is-fading .media-opinion-quote,
.media-opinion.is-fading .media-opinion-stars,
.media-opinion.is-fading .media-opinion-btn {
    opacity: 0.2;
    transform: translateY(4px);
}

.media-opinion-quote,
.media-opinion-stars,
.media-opinion-btn {
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.media-opinion-stars {
    font-size: 18px;
    letter-spacing: 6px;
    color: #f7c84d;
    margin-bottom: 16px;
}

.media-opinion-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 28px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #ffffff;
    background: transparent;
    transition: all 0.3s ease;
}

.media-opinion-btn:hover {
    background: #ffffff;
    color: #0f2c5c;
}

.choose-ul .bi {
    float: left;
    width: 60px;
    height: 64px;
    padding-top: 4px;
    font-size: 56px;
    margin-right: 20px;
    color: #194eb9;
}

.choose-ul h4 {
    font-size: 24px;
}

.choose-ul p {
    font-size: 16px;
    color: #666;
}

.badge {
    display: inline-block;
    padding: 4px 10px;
}

.badge-primary {
    color: #fff;
    background-color: #03a9f4;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-info {
    color: #fff;
    background-color: #00bcd4;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

/*------------icon---------*/
@font-face {
    font-family: "bootstrap-icons";
    src:
        url("../../fonts/bootstrap-icons.woff?384e23a3718bb6ac643a9118eb53727d") format("woff"),
        url("../../fonts/bootstrap-icons.woff2?384e23a3718bb6ac643a9118eb53727d") format("woff2");
}

[class^="bi-"]::before,
[class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: text-bottom;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bi-star-fill::before {
    content: "\f521";
}

.bi-chevron-left::before {
    content: "\f272";
}

.bi-chevron-right::before {
    content: "\f273";
}

.bi-cpu-fill::before {
    content: "\f2a3";
}

.bi-cart-check-fill::before {
    content: "\f227";
}

.bi-alarm-fill::before {
    content: "\f101";
}

.bi-calendar-check-fill::before {
    content: "\f1cf";
}

.bi-facebook::before {
    content: "\f30d";
}

.bi-youtube::before {
    content: "\f5af";
}

.bi-twitter::before {
    content: "\f57a";
}

.bi-check-circle-fill::before {
    content: "\f258";
}

.bi-check2-circle::before {
    content: "\f25e";
}

.bi-arrow-right-circle-fill::before {
    content: "\f133";
}

.bi-chevron-down::before {
    content: "\f270";
}

.bi-cart4::before {
    content: "\f233";
}

.bi-chevron-up::before {
    content: "\f274";
}

.bi-cloud-arrow-down-fill::before {
    content: "\f282";
}

.bi-person-lines-fill::before {
    content: "\f489";
}

.bi-chat-square-text-fill::before {
    content: "\f251";
}

.bi-brush-fill::before {
    content: "\f1c5";
}

.bi-grid-fill::before {
    content: "\f3c4";
}

.bi-grid-fill::before,
.bi-person-lines-fill::before,
.bi-cloud-arrow-down-fill::before,
.bi-chat-square-text-fill::before,
.bi-brush-fill::before,
.bi-chevron-left::before,
.bi-chevron-right::before,
.bi-chevron-up::before {
    display: block;
}

@media (min-width: 768px) {
    .box-f {
        height: 490px;
    }
}

@media (min-width: 992px) {
    .box-f {
        height: 320px;
    }

    .li-box p {
        height: 106px;
    }
}

@media (min-width: 1200px) {

    .logo {
        padding-top: 10px;
    }

    .banner-right {
        padding-left: 45px;
    }

    .focus {
        height: 528px;
    }

    .box-postion {
        transform: translate(68px, -50%);
    }

    .li-box {
        padding: 30px;
    }

    .choose-ul .bi {
        margin-right: 10px;
    }

    .banner-left>p .d {
        display: none;
    }

    .banner-left>p {
        line-height: 2.5;
    }

    .d-pos {
        position: relative;
        display: inline-block;
        min-width: 150px;
        min-height: 30px;
        vertical-align: bottom;
    }

    .d-pos span {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 25px;
        font-weight: 600;
        opacity: 0;
        color: #26f2c4;
        white-space: nowrap;
    }

    .d-pos .w {
        animation: changspan 26s infinite cubic-bezier(0.2, 0.61, 0.36, 1);
    }

    .d-pos .o {
        animation: changspan 26s 2s infinite cubic-bezier(0.2, 0.61, 0.36, 1);
    }

    .d-pos .i {
        animation: changspan 26s 4s infinite cubic-bezier(0.2, 0.61, 0.36, 1);
    }

    .d-pos .m {
        animation: changspan 26s 6s infinite cubic-bezier(0.2, 0.61, 0.36, 1);
    }

    .d-pos .iphone {
        animation: changspan 26s 8s infinite cubic-bezier(0.2, 0.61, 0.36, 1);
    }

    .d-pos .ipad {
        animation: changspan 26s 10s infinite cubic-bezier(0.2, 0.61, 0.36, 1);
    }

    .d-pos .os {
        animation: changspan 26s 12s infinite cubic-bezier(0.2, 0.61, 0.36, 1);
    }

    .d-pos .p {
        animation: changspan 26s 14s infinite cubic-bezier(0.2, 0.61, 0.36, 1);
    }

    .d-pos .code {
        animation: changspan 26s 16s infinite cubic-bezier(0.2, 0.61, 0.36, 1);
    }

    .d-pos .b {
        animation: changspan 26s 18s infinite cubic-bezier(0.2, 0.61, 0.36, 1);
    }

    .d-pos .sam {
        animation: changspan 26s 20s infinite cubic-bezier(0.2, 0.61, 0.36, 1);
    }

    .d-pos .g {
        animation: changspan 26s 22s infinite cubic-bezier(0.2, 0.61, 0.36, 1);
    }

    .d-pos .v {
        animation: changspan 26s 24s infinite cubic-bezier(0.2, 0.61, 0.36, 1);
    }

    /*
    @keyframes changspan {
        0% {
            opacity: 0;
            transform: translateY(-10px);
        }
        10% {
            opacity: 1;
        }
        15% {
            opacity: 1;
            transform: translateY(0px);
        }
        35% {
            opacity: 0;
        }
        45% {
            transform: translateY(10px);
        }
        100% {
            opacity: 0;
            transform: translateY(10px);
        }
    }
*/
}

@keyframes changspan {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    5% {
        opacity: 1;
        transform: translateY(5px);
    }

    10% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        transform: translateY(10px);
    }
}

.article-new-tag {
    display: inline-block;
    width: 32px;
    height: 20px;
    background: url("../../images/common/article-new-tag.png") no-repeat;
}

.article-hot-tag {
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url("../../images/common/article-hot-tag.png") no-repeat;
}

/* Mobile Adaptation for Glassmorphism Styles */
@media (max-width: 768px) {

    .focus li,
    .inner-box,
    .li-box,
    .artice-ui {
        padding: 20px;
    }

    .choose-ul li,
    .choose-ul-ul li {
        margin-bottom: 20px;
    }

    .banner-left .s {
        padding: 8px 16px;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .media-review-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .media-review-score {
        margin-top: 4px;
    }

    .media-opinion-wrap {
        padding: 22px 16px 26px;
    }

    .media-opinion {
        padding: 22px 12px 24px;
    }

    .media-opinion-logos {
        gap: 12px 16px;
    }

    .media-opinion-logo-btn {
        min-width: 100px;
        height: 40px;
        font-size: 12px;
    }

    .media-opinion-quote {
        font-size: 15px;
    }
}

@media (max-width: 576px) {

    .a-one,
    .a-two {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        padding: 0 5px;
    }

    .inner-box {
        padding: 15px;
    }
}



