.service_technology_sec {
    position: relative;
    z-index: 1;
}

.service_technology_sec:has(.inner:hover) {
    z-index: 9;
}

.service_technology_sec:has(+ .service_compliance_sec) .sec_divider::after {
    bottom: -100px;
}

.service_technology_sec .fledged-services-tab-wrap {
    display: grid;
    grid-template-columns: 350px auto;
}

.service_technology_sec .fledged-services-tab-list {
    padding-right: 33px;
    max-height: 450px;
    overflow: auto;
    position: relative;
}

.service_technology_sec .fledged-services-content .inner {
    max-width: 100%;
    /* display: flex; */
    /* align-items: center; */
    /* flex-wrap: wrap; */
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 100px));

}

.service_technology_sec .fledged-services-content-list {
    padding-left: 30px;
}

.service_technology_sec .fledged-services-content .icon-title {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
}

.service_technology_sec .fledged-services-content .icon {
    width: unset;
    height: unset;
}

.service_technology_sec .fledged-services-content .icon img {
    width: 100%;
    height: 100%;
}

.esb-technical-expertise__item {
    /* height: 120px; */
    /* width: 120px; */
    aspect-ratio: 1;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    position: relative;
    padding: 0 15px;
    border-radius: 12px;
    max-width: 130px;
}

.esb-technical-expertise__item img {
    max-height: 40px;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    transition: filter .3s ease
}

.esb-technical-expertise__modal {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    width: 450px;
    box-shadow: 0 4px 11.1px 0 rgba(0, 0, 0, .09);
    background: linear-gradient(0deg, #fff, #fff), linear-gradient(135.86deg, rgba(20, 114, 182, .05) 1.79%, rgba(139, 191, 55, .05) 100.34%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    will-change: opacity, visibility;
    transition: opacity .3s ease, visibility .3s ease;
    padding: 20px;
    border: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: 12px;
    box-shadow: 2px 1px 26px #00000033;
}

.esb-technical-expertise__modal::before {
    position: absolute;
    content: '';
    border-right: 8px solid transparent;
    border-bottom: 9px solid var(--white);
    border-left: 8px solid transparent;
    top: -8px;
    left: 50%;
}

.esb-technical-expertise__item:hover .esb-technical-expertise__modal {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.esb-technical-expertise__modal-left {
    width: 100%;
    flex-shrink: 0;
    color: var(--white);
    min-height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 15px;
}

.esb-technical-expertise__modal-number {
    flex: 1;
    background-color: var(--bodyText);
    padding: 16px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.esb-technical-expertise__modal-number-title {
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px
}

.esb-technical-expertise__modal-number-text {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 5px;
    font-size: 16px;
}

.esb-technical-expertise__modal-right {
    font-size: 14px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.esb-technical-expertise__modal-right p {
    font-size: 1rem;
    line-height: 1.5;
}

.esb-technical-expertise__modal-right .btn {
    margin-top: auto
}

@media (min-width: 135rem) {
    .service_technology_sec .fledged-services-content .inner {
        grid-template-columns: repeat(auto-fit, minmax(130px, 150px));
    }

    .esb-technical-expertise__item img {
        max-height: 50px;
    }

}

@media (min-width: 1920px) {
    .service_technology_sec:has(+ .service_compliance_sec) .sec_divider::after {
        bottom: -134px;
    }
}

@media (max-width: 1920px) {
}

@media (max-width: 1560px) {
    .service_technology_sec .fledged-services-tab-wrap {
        grid-template-columns: 0.5fr 1fr;
    }

    .esb-technical-expertise__item {
        /* height: 110px; */
        /* width: 110px; */
    }

    .service_technology_sec .fledged-services-content {
        padding: 20px;
    }

    .esb-technical-expertise__modal {
        left: unset;
        right: 0;
        transform: unset;
        width: 420px;
    }

    .esb-technical-expertise__modal::before {
        left: 80%;
    }

    .esb-technical-expertise__modal-left {
        flex-wrap: wrap;
    }

}

@media (max-width: 1279px) {
    .esb-technical-expertise__modal {
        display: none;
    }
}

@media (max-width: 1024px) {
    .service_technology_sec .fledged-services-tab-wrap {
        grid-template-columns: 0.5fr 1fr;
    }

    .esb-technical-expertise__modal {
        left: -77px;
    }

    .esb-technical-expertise__modal::before {
        left: 40%;
    }
}

@media (max-width: 991px) {
    .service_technology_sec .fledged-services-tab-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px
    }

    .service_technology_sec .fledged-services-tab-list {
        padding-right: 0px;
        max-height: 100%;
        overflow: unset;
    }

    .service_technology_sec .fledged-services-item.active span {
        color: var(--white)
    }

    .service_technology_sec .fledged-services-item.active {
        padding-left: 15px;
    }

    .service_technology_sec .fledged-services-content-list {
        padding-left: 0px;
    }

    .esb-technical-expertise__modal {
        transform: translateX(-50%);
        left: 50%;
    }

    .esb-technical-expertise__modal::before {
        left: 50%;
    }
}

@media (max-width: 767px) {
    .service_technology_sec .fledged-services-content .inner {
        justify-content: space-around;
    }

    .service_technology_sec .fledged-services-content .inner {
        grid-template-columns: repeat(auto-fit, minmax(80px, 80px));
    }

    .esb-technical-expertise__item {
        height: 80px;
        width: 80px;
    }

    .esb-technical-expertise__modal {
        padding: 12px;
        width: 160px;
    }

    .esb-technical-expertise__modal-right {
        gap: 12px;
    }

    .esb-technical-expertise__modal-right p {
        font-size: 14px;
    }

    .esb-technical-expertise__modal-right .btn a {
        padding: 8px;
        font-size: 12px;
    }

    .service_technology_sec .fledged-services-content .icon {
        min-width: 14px;
    }

    .service_technology_sec .sub_container {
        position: relative;
        z-index: 3;
    }

    .esb-technical-expertise__modal-number {
        padding: 12px;
    }

    .esb-technical-expertise__modal-number-text {
        font-size: 14px;
    }

    .esb-technical-expertise__modal-number-title {
        font-size: 22px;
    }
}