body {
    font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
}

.header-main-con {
    position: relative;
    top: auto;
    background: #fff;
    border-bottom: 1px solid rgb(9 21 34 / 14%);
}

.header-main-con .navbar-collapse {
    border-left: 1px solid rgb(9 21 34 / 14%);
    border-right: 1px solid rgb(9 21 34 / 14%);
}

.header-main-con .contact-expert {
    border-left: 1px solid rgb(9 21 34 / 14%);
}

.header-main-con .navbar-light .navbar-nav .nav-link,
.header-main-con .nav-btns .search-btn a,
.header-main-con .nav-btns .contact-expert a,
.header-main-con .contact-expert a span {
    color: #091522;
}

.header-main-con .nav-btns .contact-expert a:hover {
    color: #091522;
}

.header-main-con .navbar-nav .nav-item .nav-link.active,
.header-main-con .navbar-nav .nav-item .nav-link:hover {
    color: #091522;
}

.header-main-con .navbar-nav .nav-item .nav-link::before,
.header-main-con .navbar-nav .nav-item .nav-link.active::before,
.header-main-con .navbar-nav .nav-item .nav-link:hover::before {
    background: #091522;
}

.banner-main-section {
    background: #0b1f4c no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: 600px !important;
    min-height: 600px !important;
}

.banner-main-section .banner-outer-section {
    width: 800px;
    height: 350px;
    padding: 40px !important;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .5);
}

.banner-main-section .banner-inner-section {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.banner-main-section #demo.carousel,
.banner-main-section #demo .carousel-inner,
.banner-main-section #demo .carousel-item {
    height: 100%;
}

.banner-main-section .banner-inner-section span.d-block {
    order: 2;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 0;
}

.banner-main-section .banner-inner-section h1 {
    order: 1;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.banner-outer-section .banner-inner-section .generic-btn {
    display: none !important;
}

.banner-main-section::after {
    z-index: 2;
    pointer-events: none;
}

.home-highlights-section {
    background: #fff;
    padding: 60px 0 44px;
}

.home-highlights-wrap {
    padding: 0;
}

.home-highlights-title {
    margin-bottom: 34px;
}

.home-highlights-title h2 {
    font-size: 48px;
    line-height: 1.1;
    color: #0f172a;
    font-weight: 700;
    margin-bottom: 12px;
}

.home-highlights-title p {
    width: min(100%, 1040px);
    max-width: none;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.5;
    color: #0f172a;
    text-align: left;
    white-space: nowrap;
}

.home-highlights-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.home-highlight-card {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.home-highlight-icon {
    width: 96px;
    height: 96px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-highlight-icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.home-highlight-title {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.2;
    color: #0f172a;
    font-weight: 700;
}

.home-highlight-label {
    font-size: 16px;
    line-height: 1.4;
    color: #0f172a;
    font-weight: 600;
    margin: 0;
}

.banner-main-section .banner-bg-layer {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    will-change: opacity;
}

.banner-main-section .banner-bg-current {
    z-index: 0;
    opacity: 1;
}

.banner-main-section .banner-bg-next {
    z-index: 1;
    opacity: 0;
}

.header-main-con .navbar-light .navbar-brand img {
    width: auto;
    max-height: 64px;
}

.home-lang-switch {
    padding: 0 16px;
    display: flex;
    align-items: center;
}

.home-lang-toggle-link {
    min-width: 46px;
    padding: 5px 10px;
    border: 1px solid rgb(9 21 34 / 24%);
    border-radius: 999px;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    color: #091522;
    background: #fff;
    text-align: center;
    transition: all 0.2s ease;
}

.home-lang-toggle-link:hover {
    color: #091522;
    background: #f3f6fb;
    border-color: rgb(9 21 34 / 28%);
}

@media only screen and (max-width: 991px) {
    .header-main-con .navbar-collapse {
        background: #fff;
    }

    .header-main-con .navbar-nav .nav-item .nav-link.active,
    .header-main-con .navbar-nav .nav-item .nav-link:hover {
        color: #091522;
    }

    .header-main-con .navbar-nav .nav-item .nav-link.active::before {
        background: #091522;
    }

    .navbar-toggler-icon {
        background: #091522;
    }
    .home-highlights-section {
        padding: 42px 0 30px;
    }
    .home-highlights-title h2 {
        font-size: 36px;
    }
    .home-highlights-title p {
        width: min(100%, 760px);
        font-size: 16px;
        line-height: 1.6;
        max-width: none;
        text-align: center;
        white-space: normal;
    }
    .home-highlights-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 12px;
    }
    .home-highlight-icon {
        width: 84px;
        height: 84px;
        margin-bottom: 14px;
    }
    .home-highlight-title {
        font-size: 22px;
    }
    .home-highlight-label {
        font-size: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .home-highlights-title h2 {
        font-size: 30px;
    }
    .home-highlights-title p {
        font-size: 15px;
    }
    .home-highlights-grid {
        grid-template-columns: 100%;
        gap: 18px;
    }
    .home-highlight-title {
        font-size: 21px;
    }
    .home-highlight-label {
        font-size: 14px;
    }
}

.footer-logo-con figure img {
    width: auto;
    max-height: 58px;
}

.consulting-services-box h4 {
    min-height: 72px;
}

.consulting-services-box .home-product-category {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--button-color);
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
}

.consulting-services-box .home-product-summary {
    min-height: 72px;
    margin-bottom: 18px;
    color: #667085;
    font-size: 14px;
    line-height: 24px;
}

.consulting-services-inner-con .consulting-services-box .consulting-services-img-con figure {
    width: 78px !important;
    min-width: 78px !important;
    max-width: 78px !important;
    height: 78px !important;
    min-height: 78px !important;
    max-height: 78px !important;
    flex: 0 0 78px !important;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #f3f6fb;
}

.consulting-services-inner-con .consulting-services-box .consulting-services-img-con figure img {
    width: 100% !important;
    height: 100% !important;
    display: block;
    object-fit: cover !important;
    object-position: center center !important;
}

.consulting-services-box:hover figure img {
    transform: none !important;
}

.consulting-services-box .icon-placeholder {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #d9d9d9;
    color: #666;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.cases-inner-section {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cases-section {
    background: #fff !important;
    padding-top: 100px !important;
}

.cases-inner-section .case-main-box {
    overflow: hidden;
    border-radius: 8px;
}

.cases-inner-section .case-main-box>figure {
    margin: 0;
    height: 260px;
}

.cases-inner-section .case-main-box>figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cases-inner-section .case-text-box {
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px 22px;
    background: rgba(60, 114, 252, 0.4);
}

.cases-inner-section .case-text-box h3 {
    font-size: 24px;
    line-height: 1.2;
}

.cases-inner-section .case-text-box span {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 8px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog-inner-section .blog-box {
    overflow: hidden;
    border-radius: 8px;
}

.blog-inner-section .blog-box>figure {
    margin: 0;
    height: 240px;
}

.blog-inner-section .blog-box>figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.characteristics-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.characteristics-box {
    margin-right: 0 !important;
}

.partner-carousel .item {
    padding: 6px;
}

.partner-wall-section .customer-slider-outer-con {
    display: block;
}

.partner-wall-section .generic-title {
    margin-bottom: 36px;
}

.partner-stack {
    display: grid;
    gap: 10px;
}

.partner-stack.rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
}

.partner-stack.rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
}

.partner-logo-card {
    min-height: 72px;
    background: #fff;
    border: 1px solid #e8edf7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 8px;
    transition: all 0.2s ease;
}

.partner-stack.rows-2 .partner-logo-card {
    min-height: 110px;
}

.partner-stack.rows-3 .partner-logo-card {
    min-height: 82px;
}

.partner-logo-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(17, 53, 120, 0.12);
    border-color: #c8daf7;
}

.partner-logo-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.partner-logo-card span {
    font-size: 14px;
    color: #0d204d;
    font-weight: 600;
}

#home-contact-brief {
    margin: 16px 0 26px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 1.75;
}

#home-contact-brief .contact-brief-line {
    display: block;
}

.faq-main-section,
.progress-counter-section {
    display: none;
}

.footer-newsletter-con .subs-register-con input {
    color: #fff;
}

@media (max-width: 1199px) {
    .home-lang-switch {
        border-left: 0;
        padding: 0 10px;
    }

    .partner-stack.rows-2 .partner-logo-card {
        min-height: 98px;
    }

    .partner-stack.rows-3 .partner-logo-card {
        min-height: 74px;
    }

    .cases-inner-section {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-inner-section .blog-box>figure {
        height: 220px;
    }

}

@media (max-width: 991px) {
    .home-lang-switch {
        margin-right: 52px;
        padding: 0;
    }

    .home-lang-toggle-link {
        min-width: 40px;
        padding: 4px 8px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .banner-main-section {
        height: auto !important;
        min-height: 520px !important;
        padding: 110px 15px 72px;
        display: flex;
        align-items: center;
    }

    .banner-main-section .banner-outer-section {
        width: 100%;
        height: auto;
        min-height: 0;
        padding: 24px 18px !important;
        margin: 0 auto;
        text-align: center;
    }

    .banner-main-section .banner-inner-section,
    .banner-main-section #demo.carousel,
    .banner-main-section #demo .carousel-inner,
    .banner-main-section #demo .carousel-item {
        height: auto;
        min-height: 0;
    }

    .banner-main-section .banner-inner-section h1 {
        font-size: 30px;
        line-height: 1.25;
        margin-bottom: 12px;
        overflow-wrap: break-word;
    }

    .banner-main-section .banner-inner-section span.d-block {
        font-size: 16px;
        line-height: 1.55;
        letter-spacing: 0.5px;
        white-space: normal;
        overflow-wrap: break-word;
    }

    .characteristics-section {
        grid-template-columns: 1fr;
    }

    .partner-stack.rows-2 .partner-logo-card,
    .partner-stack.rows-3 .partner-logo-card {
        min-height: 70px;
    }

    .cases-inner-section {
        grid-template-columns: 1fr;
    }

    .blog-inner-section .blog-box>figure {
        height: 210px;
    }

}

@media (max-width: 390px) {
    .banner-main-section {
        min-height: 500px !important;
        padding: 104px 12px 64px;
    }

    .banner-main-section .banner-outer-section {
        padding: 20px 14px !important;
    }

    .banner-main-section .banner-inner-section h1 {
        font-size: 26px;
    }

    .banner-main-section .banner-inner-section span.d-block {
        font-size: 15px;
        line-height: 1.5;
    }
}
