section.section-solutions .solutions-list .item {
    background: unset;
}

section.section-solutions .solutions-list .item .section-background:after {
    transition: all 0.1s ease-in-out;
    height: 0px;
}

section.section-solutions .solutions-list .item:hover .section-background:after {
    height: 100%;
}

section.section-solutions .solutions-list .item:hover {
    color: #fff;
}

.section-people-say.light-style .people-say__testimonial {
    background: url("../images/trusted-partner-item-bg.png") lightgray 50%/cover no-repeat !important;
    color: var(--base-color);
}

section.section-our-qualities .our-qualities-card {
    /* background: white; */
    padding: 10rem 4rem;
}

section.section-our-qualities .our-qualities-card .image {
    max-width: 8rem;
}

.our-team__popup {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.our-team__popup.active {
    display: flex;
}

.our-team__popup .team-popup {
    /* background: url("../images/background-members.jpg") no-repeat center center; */
    background-color: #fff;
    background-size: cover;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100rem;
    position: relative;
}

.our-team__popup .team-popup .team-popup__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: unset;
    color: #0E223F;
    font-size: 3rem;
    border: unset;
}

.our-team__popup .team-popup__inner {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.our-team__popup .team-popup__inner .team-popup__left {
    width: 40%;
    display: flex;
    align-items: end;
}

.our-team__popup .team-popup__inner .team-popup__left img {
    width: 100%;
}

.our-team__popup .team-popup__inner .team-popup__right {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.team-popup__tabs {
    width: 100%;
}

.team-popup__tab-heads {
    display: flex;
    gap: 12px;
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #e0e0e0;
}

.team-popup__tab-head {
    padding: 10px 24px;
    cursor: pointer;
    color: #0E223F;
    font-weight: 500;
    border-radius: 8px 8px 0 0;
    margin-bottom: -1px;
    transition: background 0.2s, color 0.2s;
    display: flex;
    align-items: center;
}

.team-popup__tab-head.active {
    color: #0E223F;
    border: 2px solid #0E223F;
    border-bottom: 1px solid #f1f4f5;
}

.team-popup__tab-bodies {
    width: 100%;
}

.team-popup__tab-body {
    display: none;
}

.team-popup__tab-body.active {
    display: block;
}

@media (max-width: 991px) {
    .our-team__popup .team-popup__inner .team-popup__left {
        display: none;
    }

    .our-team__popup .team-popup__inner .team-popup__right {
        width: 100%;
    }
}

.popup-careers {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.popup-careers.show {
    display: flex;
}

.popup-careers-inner {
    position: relative;
    background: #fff;
    padding: 40px 30px 30px 30px;
    border-radius: 10px;
    max-width: 500px;
    width: 100%;
    margin: auto;
}

.close-popup-careers {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.popup-careers-inner input[type="file"] {
    display: block;
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #f8f9fa;
    font-size: 15px;
    color: #222;
    margin-bottom: 16px;
    transition: border-color 0.2s;
}

.popup-careers-inner input[type="file"]:focus {
    border-color: #0E223F;
    outline: none;
    background: #fff;
}

.popup-careers-inner input[type="file"]::-webkit-file-upload-button {
    background: #0E223F;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 6px 18px;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.2s;
}

.popup-careers-inner input[type="file"]:hover::-webkit-file-upload-button {
    background: #16335a;
}

.popup-careers-inner input[type="file"]::file-selector-button {
    background: #0E223F;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 6px 18px;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.2s;
}

.popup-careers-inner input[type="file"]:hover::file-selector-button {
    background: #16335a;
}

.popup-careers-inner .wpcf7-not-valid-tip {
    font-size: 1.4rem;
    margin-top: 5px;
}

.description ul,
.description ol {
    list-style: none;
    padding-left: 0;
}

.description ul li,
.description ol li {
    margin-bottom: 2rem;
    position: relative;
    padding-left: 2.5em;
}

.description ul li::before,
.description ol li::before {
    content: '★';
    position: absolute;
    left: 0;
    top: 0.1em;
    color: #FFD700;
    font-size: 1.2em;
    line-height: 1;
}

.section-journey .journey-content .item:not(.last-item) .journey-icon:after,
.section-journey .journey-content .item .journey-icon::after {
    width: 0 !important;
    transition: width 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.section-journey .journey-content .item .journey-icon.after-animate::after {
    width: 100% !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 1.5rem;
}

section.section-daily-insights .daily-insights-content iframe {
    width: 100%;
    height: 44.4rem;
    border-radius: 1.2rem;
}

section.section-banner-child .banner-child__item,
section.section-home-info .item {
    transition: all ease-in-out .3s;
}

section.section-banner-child .banner-child__item:hover {
    transform: scale(1.1);
}

.home-info-first .boxes-right-top:hover,
.home-info-second .item:hover,
.home-info-second-right .item:hover,
.home-info-third-top .boxes-bottom:hover,
.home-info-third-bottom .item:hover,
.home-info-fourth-top .item:hover {
    transform: scale(1.05);
    position: relative;
    z-index: 2;
}

.section-our-team .team-popup__tab-body{
    padding-right: 10rem;
}

.section-our-team .team-popup__tab-body ul {
    /* list-style: none;
    padding-left: 0; */
    list-style: disc;
    padding-left: 2rem;
}

.section-our-team .team-popup__tab-body ul li {
    margin-bottom: 2rem;
    position: relative;
    padding-left: 1rem
}

.section-our-team .team-popup__tab-body {
    max-height: 23rem;
    overflow-y: auto;
}

.section-our-team .team-popup__tab-body ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.1em;
    width: 2rem;
    height: 2rem;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path fill="%23000" d="M341.5 45.1C337.4 37.1 329.1 32 320.1 32C311.1 32 302.8 37.1 298.7 45.1L225.1 189.3L65.2 214.7C56.3 216.1 48.9 222.4 46.1 231C43.3 239.6 45.6 249 51.9 255.4L166.3 369.9L141.1 529.8C139.7 538.7 143.4 547.7 150.7 553C158 558.3 167.6 559.1 175.7 555L320.1 481.6L464.4 555C472.4 559.1 482.1 558.3 489.4 553C496.7 547.7 500.4 538.8 499 529.8L473.7 369.9L588.1 255.4C594.5 249 596.7 239.6 593.9 231C591.1 222.4 583.8 216.1 574.8 214.7L415 189.3L341.5 45.1z"/></svg>') no-repeat center center/contain;
    content-visibility: visible;
    display: none;
}

@media (min-width: 1028px) {
    .container {
        max-width: 138rem;
    }
}

.section-services .services-box {
    aspect-ratio: 3 / 1.4;
}

.lang-switcher__dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    min-width: max-content;
    padding: 8px 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
}

.lang-switcher__dropdown li {
    padding: 0 20px 0 10px;
    min-height: 36px;
    display: flex;
    align-items: center;
}

.lang-switcher__dropdown li a {
    color: #222;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    text-align: start
}

section.section-our-team .our-team__image img {
    height: 32rem;
}

section.section-core-values .core-values__main-image {
    min-width: 50rem;
}

section.section-services .services-list .item:before {
    position: absolute;
    z-index: 1;
    background-color: rgba(232, 237, 245, 0.43);
    background-size: cover;
    background-position: center;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.section-services .services-list .item * {
    position: relative;
    z-index: 2
}

section.section-core-values .core-values__icon {
    height: 8rem;
}

section.section-core-values .core-values__main-image {
    min-width: 50rem;
}

section.section-core-values .core-values__item-description {
    margin-top: 1rem !important;
    font-size: 1.3rem;
}

section.section-core-values .core-values__item-title {
    font-size: 1.6rem;
    margin-bottom: 0 !important;
}

section.section-core-values .core-values__main-title {
    font-size: 4rem;
}

section.section-core-values .core-values__left .core-values__item {
    padding-left: 0;
    padding-right: 1rem;
}

section.section-core-values .core-values__right .core-values__item {
    padding-right: 0;
    padding-left: 2rem;
}

.choose-us__feature-description {
    font-size: 1.4rem
}

section.section-brands {
    padding: 0 !important
}

section.section-core-values .core-values__item-content {
    padding: 0 1.5rem;
}

.core-values__left .core-values__item::before {
    content: "";
    position: absolute;
    left: -49px;
    top: 0;
    width: 50px;
    height: 100%;
    background: inherit;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
}

section.section-core-values .core-values__left .core-values__item {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}

.core-values__right .core-values__item::before {
    content: "";
    position: absolute;
    right: -49px;
    top: 0;
    width: 50px;
    height: 100%;
    background: inherit;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
}

section.section-core-values .core-values__right .core-values__item {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}

.section-consulting-partner .partners-flex .partners_item {
    background: url(../images/trusted-partner-item-bg.png) lightgray 50% / cover no-repeat;
    box-shadow: 0.5rem 0.5rem 1.16rem 0 rgba(0, 0, 0, 0.25);
}


section.section-banner-child .banner-child__content {
    max-width: 76.5rem;
}

section.section-trusted-partner .trusted-partner-list .item-bottom .avatar img {
    height: 8rem;
    width: 8rem;
    object-fit: cover;
}

@media (min-width: 922px) {
    section.section-core-values .core-values__item {
        max-width: 80%;
        margin: auto;
    }

    .banner-child__item {
        min-height: 40.6rem;
    }
}

.title-section {
    font-weight: 700;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output{
    background-color: #fff
}

.navbar-toggler{
    margin: unset;
}

.section-our-awards .award-item .award-description{
    height: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.section-our-awards .award-item:hover .award-description{
    height: auto;
    opacity: 1;
}

.footer-wa{
    position: fixed;
    right: 5rem;
    bottom: 5rem;
	z-index: 999999;
}
.footer-wa img {
    height: 10rem;
    width: 10rem;
}

.our-team__popup .team-popup__inner .team-popup__right{
	justify-content:unset;
	padding-top: 9rem
}

@media (max-width: 991px) {
    .container {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .our-team__popup .team-popup {
        padding: 4rem 3rem !important;
    }
	
	.our-team__popup .team-popup__inner .team-popup__right{
		padding-top: 0;
	}

    section.section-core-values .core-values__item {
        padding: 1.5rem 2.5rem !important;
        background-size: cover;
    }

    section.section-our-team .our-team__position {
        margin-top: 1rem;
        padding-bottom: 0;
    }

    section.section-daily-insights .daily-insights-content .swiper {
        max-height: 60rem;
    }

    section.section-journey .item-content {
        margin-left: auto !important;
        max-width: 40rem !important;
    }

    section.section-our-qualities .our-qualities-card-list {
        width: 100%;
    }

    .section-our-alumni .list_country .country_item {
        width: calc((100% - 3rem*2) / 3);
    }
}

@media (max-width: 576px) {
    .section-our-alumni .list_country .country_item {
        width: calc((100% - 3rem) / 2);
    }

    section.section-trusted-partner .trusted-partner-list {
        padding: 0px 8rem;
    }

    .footer-wa {
        position: fixed;
        right: 2rem;
        bottom: 2rem;
    }

    .footer-wa img {
        height: 6rem;
        width: 6rem;
    }
    
    .section-our-team .team-popup__tab-body{
        padding-right: 5rem;
    }
}