.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 .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;
}

.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%);
}

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

.banner-main-section.solutions-banner-section {
    background: url(/uploads/legacy-uploadfile/2020/0609/20200609113029127.jpg) no-repeat center !important;
    background-size: cover !important;
    height: 600px !important;
    min-height: 600px !important;
    overflow: hidden;
}

.banner-main-section.solutions-banner-section .sub-banner-inner-section {
    display: flex;
    width: min(100%, 1040px);
    margin: 0 auto;
    padding: 34px 48px !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 54%);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgb(0 0 0 / 28%);
    text-align: center;
    transform: translateY(-34px);
}

.banner-main-section.solutions-banner-section .sub-banner-inner-section h1 {
    max-width: 980px;
    margin: 0 auto 14px;
    color: #fff;
    font-size: 60px;
    line-height: 1.15;
    text-wrap: balance;
}

.banner-main-section.solutions-banner-section .sub-banner-inner-section .d-block {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    color: rgb(255 255 255 / 90%);
    font-size: 30px;
    line-height: 1.5;
    text-wrap: balance;
}

@media only screen and (min-width: 1200px) {
    .banner-main-section.solutions-banner-section .container {
        max-width: 1320px;
    }
}

.solution-line-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
}

.solution-line-filter button {
    border: 1px solid #d4dce8;
    border-radius: 999px;
    background: #ffffff;
    color: var(--text-color);
    font-size: 14px;
    line-height: 20px;
    padding: 8px 16px;
    transition: all 0.2s ease-in-out;
}

.solution-line-filter button:hover {
    color: var(--button-color);
    border-color: var(--button-color);
}

.solution-line-filter button.active {
    background: var(--button-color);
    border-color: var(--button-color);
    color: #ffffff;
}

.solutions-status {
    margin-bottom: 24px;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    color: #475467;
}

.solutions-status.error {
    color: #b42318;
}

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

.solution-card {
    border: 1px solid #e8edf3;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(16, 24, 40, 0.04);
}

.solution-card figure {
    width: 100%;
    height: 190px;
    margin: 0;
    background: #f7f9fc;
}

.solution-card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution-card-body {
    padding: 18px 20px 20px;
}

.solution-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: #667085;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
}

.solution-line-badge {
    background: #ecfdf3;
    color: #027a48;
    border-radius: 999px;
    font-size: 12px;
    line-height: 18px;
    padding: 2px 10px;
    font-weight: 600;
}

.solution-card h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    min-height: 60px;
}

.solution-summary {
    color: #475467;
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    min-height: 72px;
}

.solution-actions a {
    color: var(--text-color);
    font-size: 14px;
    line-height: 20px;
    border-bottom: 2px solid var(--text-color);
}

.solution-actions a:hover {
    color: var(--button-color);
    border-color: var(--button-color);
    text-decoration: none;
}

.solutions-pagination-wrap {
    margin-top: 32px;
}

#solutions-pagination {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 8px;
}

#solutions-pagination .page-item .page-link {
    border: 1px solid #d0d9e6;
    border-radius: 10px;
    color: #344054;
    min-width: 40px;
    text-align: center;
    margin: 0 4px;
    font-size: 14px;
    line-height: 20px;
}

#solutions-pagination .page-item.active .page-link {
    background: var(--button-color);
    border-color: var(--button-color);
    color: #ffffff;
}

#solutions-pagination .page-item.disabled .page-link {
    color: #98a2b3;
    opacity: 0.65;
    cursor: not-allowed;
}

#solutions-pagination .page-item .page-link.solution-ellipsis {
    border: none;
    background: transparent;
    color: #98a2b3;
}

.solution-reference-section {
    background: #f8fafc;
}

.solution-reference-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.solution-reference-grid.solution-line-filter {
    margin-top: 28px;
}

.solution-reference-grid.solution-line-filter button {
    width: 100%;
    min-height: 96px;
    border-radius: 8px;
    padding: 22px 18px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #101828;
    background: #ffffff;
    border-color: #d9e2ef;
    box-shadow: 0 8px 22px rgba(16, 24, 40, 0.04);
}

.solution-reference-grid.solution-line-filter button:focus,
.solution-reference-grid.solution-line-filter button:focus-visible {
    outline: none;
}

.solution-reference-grid.solution-line-filter button:hover,
.solution-reference-grid.solution-line-filter button.active {
    color: #ffffff;
    background: var(--button-color);
    border-color: var(--button-color);
}

.solution-reference-card {
    background: #ffffff;
    border: 1px solid #e4eaf2;
    border-radius: 14px;
    padding: 24px 20px;
    box-shadow: 0 8px 22px rgba(16, 24, 40, 0.04);
}

.solution-reference-card h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 14px;
}

.solution-reference-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.solution-reference-card li + li {
    margin-top: 10px;
}

.solution-reference-card a {
    color: #344054;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.solution-reference-card a:hover {
    color: var(--button-color);
    border-color: var(--button-color);
}

.solution-reference-card a.fallback-link {
    color: #667085;
}

.case-detail-html {
    color: #475467;
    line-height: 1.8;
    font-size: 15px;
}

.case-detail-html p:last-child {
    margin-bottom: 0;
}

.case-detail-html img {
    max-width: 100%;
    height: auto;
}

.case-detail-html .list-paddingleft-2,
#case-detail-pain-point,
#case-detail-scheme {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0;
    position: relative;
}

.case-detail-html .list-paddingleft-2::before,
.case-detail-html .list-paddingleft-2::after,
#case-detail-pain-point::before,
#case-detail-pain-point::after,
#case-detail-scheme::before,
#case-detail-scheme::after {
    content: '';
    position: absolute;
    background: #ffffff;
    pointer-events: none;
}

.case-detail-html .list-paddingleft-2::before,
#case-detail-pain-point::before,
#case-detail-scheme::before {
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
}

.case-detail-html .list-paddingleft-2::after,
#case-detail-pain-point::after,
#case-detail-scheme::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
}

#case-detail-scheme .list-paddingleft-2,
#case-detail-scheme {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

#case-detail-pain-point .list-paddingleft-2,
#case-detail-result .list-paddingleft-2,
#case-detail-pain-point {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.case-detail-html .list-paddingleft-2 > li,
#case-detail-pain-point > .case-info-item,
#case-detail-scheme > .case-info-item {
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 18px 16px;
    box-shadow: none;
    position: static;
    overflow: visible;
    transition: none;
    border-right: 1px solid #d9e2ef;
    border-bottom: 1px solid #d9e2ef;
}

.case-detail-html .list-paddingleft-2 > li::before {
    content: none;
}

.case-detail-html .list-paddingleft-2 > li:hover {
    transform: none;
    background: transparent;
    box-shadow: none;
}

#case-detail-scheme .list-paddingleft-2 > li:nth-child(3n),
#case-detail-scheme .list-paddingleft-2 > li:last-child,
#case-detail-scheme > .case-info-item:nth-child(3n),
#case-detail-scheme > .case-info-item:last-child {
    border-right: none;
}

#case-detail-pain-point .list-paddingleft-2 > li:nth-child(2n),
#case-detail-pain-point .list-paddingleft-2 > li:last-child,
#case-detail-result .list-paddingleft-2 > li:nth-child(2n),
#case-detail-result .list-paddingleft-2 > li:last-child,
#case-detail-pain-point > .case-info-item:nth-child(2n),
#case-detail-pain-point > .case-info-item:last-child {
    border-right: none;
}

.case-detail-html .list-paddingleft-2 > li p,
#case-detail-pain-point > .case-info-item p,
#case-detail-scheme > .case-info-item p {
    margin-bottom: 0;
}

.case-detail-html .list-paddingleft-2 > li p + p,
#case-detail-pain-point > .case-info-item p + p,
#case-detail-scheme > .case-info-item p + p {
    margin-top: 10px;
}

.case-detail-html .list-paddingleft-2 > li em {
    display: block;
    text-align: center;
}

.case-detail-html .list-paddingleft-2 > li em img {
    display: inline-block;
    max-height: 56px;
    width: auto;
    margin-bottom: 8px;
}

.case-detail-html .list-paddingleft-2 > li h6 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    color: #101828;
}

.case-detail-html .list-paddingleft-2 > li h6 p {
    margin: 0;
}

.case-detail-html .list-paddingleft-2 > li h6 .cintro {
    margin-top: 8px;
    color: #475467;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

#case-detail-pain-point > .case-info-item img,
#case-detail-scheme > .case-info-item img {
    display: inline-block;
    max-height: 56px;
    width: auto;
    margin-bottom: 8px;
}

#case-detail-pain-point > .case-info-item h4,
#case-detail-scheme > .case-info-item h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    color: #101828;
}

.case-detail-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 28px;
}

.case-detail-block {
    border: 1px solid #e8edf3;
    border-radius: 14px;
    padding: 20px;
    margin-top: 20px;
    background: #ffffff;
}

.case-detail-grid .case-detail-block {
    margin-top: 0;
}

.case-detail-block h3 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 30px;
}

.case-related-projects {
    margin-top: 30px;
    display: none;
}

.case-related-projects h3 {
    margin-bottom: 24px;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
}

.case-related-projects .single-blog-outer-con {
    margin-bottom: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.case-related-projects .single-blog-box {
    width: 100%;
    min-width: 0;
    margin: 0;
}

.case-related-projects .single-blog-box figure {
    margin: 0;
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: #f2f4f7;
}

.case-related-projects .single-blog-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.case-related-projects .single-blog-details {
    padding: 28px 28px 36px;
}

.case-related-projects .single-blog-details h4 {
    margin-bottom: 12px;
}

.case-related-projects .single-blog-details p {
    margin-bottom: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    min-height: 72px;
}

.case-detail-actions {
    margin-top: 28px;
    text-align: center;
}

.case-action-link {
    display: inline-block;
    background: var(--button-color);
    color: #ffffff;
    border: 1px solid var(--button-color);
    border-radius: 10px;
    padding: 11px 20px;
    font-size: 15px;
    line-height: 22px;
    margin: 0 6px 10px;
}

.case-action-link:hover {
    background: #ffffff;
    color: var(--button-color);
    text-decoration: none;
}

@media only screen and (max-width: 1199px) {
    .banner-main-section.solutions-banner-section {
        height: 540px !important;
        min-height: 540px !important;
    }

    .banner-main-section.solutions-banner-section .sub-banner-inner-section {
        max-width: 760px;
    }

    .banner-main-section.solutions-banner-section .sub-banner-inner-section h1 {
        font-size: 50px;
    }

    .banner-main-section.solutions-banner-section .sub-banner-inner-section .d-block {
        font-size: 22px;
    }

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

    #case-detail-scheme .list-paddingleft-2,
    #case-detail-scheme {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #case-detail-scheme .list-paddingleft-2 > li:nth-child(3n),
    #case-detail-scheme > .case-info-item:nth-child(3n) {
        border-right: 1px solid #d9e2ef;
    }

    #case-detail-scheme .list-paddingleft-2 > li:nth-child(2n),
    #case-detail-scheme .list-paddingleft-2 > li:last-child,
    #case-detail-scheme > .case-info-item:nth-child(2n),
    #case-detail-scheme > .case-info-item:last-child {
        border-right: none;
    }

    .case-related-projects .single-blog-outer-con {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

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

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

    .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;
    }

    .banner-main-section.solutions-banner-section {
        height: 500px !important;
        min-height: 500px !important;
    }

    .banner-main-section.solutions-banner-section .sub-banner-inner-section {
        max-width: 100%;
        padding: 30px 34px !important;
    }

    .banner-main-section.solutions-banner-section .sub-banner-inner-section h1 {
        font-size: 42px;
    }

    .banner-main-section.solutions-banner-section .sub-banner-inner-section .d-block {
        font-size: 18px;
    }

    .solution-summary {
        min-height: auto;
    }

    .solution-reference-grid {
        grid-template-columns: 1fr;
    }

    #case-detail-pain-point .list-paddingleft-2,
    #case-detail-result .list-paddingleft-2,
    #case-detail-pain-point {
        grid-template-columns: 1fr;
    }

}

@media only screen and (max-width: 767px) {
    .banner-main-section.solutions-banner-section {
        height: 420px !important;
        min-height: 420px !important;
    }

    .banner-main-section.solutions-banner-section .sub-banner-inner-section {
        padding: 24px 22px !important;
        transform: translateY(-24px);
    }

    .banner-main-section.solutions-banner-section .sub-banner-inner-section h1 {
        font-size: 34px;
        line-height: 1.25;
    }

    .banner-main-section.solutions-banner-section .sub-banner-inner-section .d-block {
        font-size: 16px;
    }

    .solution-line-filter {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 4px;
    }

    .solution-line-filter button {
        flex: 0 0 auto;
    }

    .solutions-grid {
        grid-template-columns: 1fr;
    }

    .solution-card figure {
        height: 170px;
    }

    .case-detail-block h3 {
        font-size: 22px;
        line-height: 28px;
    }

    #case-detail-scheme .list-paddingleft-2,
    #case-detail-pain-point .list-paddingleft-2,
    #case-detail-result .list-paddingleft-2,
    #case-detail-scheme,
    #case-detail-pain-point {
        grid-template-columns: 1fr;
    }

    #case-detail-scheme .list-paddingleft-2 > li,
    #case-detail-pain-point .list-paddingleft-2 > li,
    #case-detail-result .list-paddingleft-2 > li,
    #case-detail-scheme > .case-info-item,
    #case-detail-pain-point > .case-info-item {
        border-right: none !important;
    }

    .case-related-projects .single-blog-outer-con {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .case-related-projects .single-blog-box figure {
        height: 170px;
    }

    .case-related-projects .single-blog-details {
        padding: 22px 18px 28px;
    }
}
