.services-work-section {
    background-color: var(--tj-color-theme-bg);
    position: relative;
    overflow: hidden;
}

.services-work-section .sec-heading {
    margin-bottom: 42px;
}

.services-work-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.services-work-card {
    background-color: var(--tj-color-common-white);
    border: 1px solid var(--tj-color-border-1);
    border-radius: 8px;
    min-height: 250px;
    padding: 34px 28px 30px;
    position: relative;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.services-work-card:not(:last-child)::after {
    content: "\e916";
    color: var(--tj-color-theme-primary);
    font-family: "bexon-icons" !important;
    font-size: 18px;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background-color: var(--tj-color-common-white);
    border: 1px solid var(--tj-color-border-1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 48px;
    right: -34px;
    z-index: 2;
}

.services-work-card .step-number {
    color: var(--tj-color-theme-primary);
    display: inline-flex;
    font-size: 42px;
    font-weight: var(--tj-fw-sbold);
    line-height: 1;
    margin-bottom: 38px;
}

.services-work-card .title {
    font-weight: var(--tj-fw-sbold);
    margin-bottom: 14px;
}

.services-work-card .desc {
    margin-bottom: 0;
}

.tj-social-proof {
    position: relative;
}

.tj-social-proof .sub-title {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--tj-color-theme-primary);
    font-weight: var(--tj-fw-medium);
    letter-spacing: .5px;
    text-transform: uppercase;
}

.tj-social-proof .row.gx-4.gy-4 {
    gap: 24px;
}

.tj-social-proof-card {
    background-color: var(--tj-color-common-white);
    border: 1px solid var(--tj-color-border-1);
    border-radius: 24px;
    padding: 32px 28px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: transform .3s ease, box-shadow .3s ease;
}

.tj-social-proof-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(15, 15, 55, .08);
}

.tj-social-proof-card h3 {
    font-size: 20px;
    font-weight: var(--tj-fw-bold);
    margin-bottom: 18px;
}

.social-proof-number {
    display: block;
    font-size: 44px;
    font-weight: var(--tj-fw-bolder);
    color: var(--tj-color-theme-primary);
    margin-bottom: 14px;
}

.social-proof-text {
    margin-bottom: 0;
    line-height: 1.8;
    color: var(--tj-color-heading);
}

.tj-about-aglorix {
    position: relative;
}

.about-aglorix-content {
    text-align: center;
}

.about-aglorix-content .sec-title {
    font-size: 48px;
    margin-bottom: 24px;
    color: var(--tj-color-heading);
    white-space: nowrap;
}

.about-aglorix-content .lead-text {
    font-size: 16px;
    line-height: 1.8;
    color: var(--tj-color-heading);
    margin-bottom: 16px;
}


dl dt{
    font-weight: var(--tj-fw-bold);
    margin-top: 16px;

}
dl dt span i.tji-check{
    background-color: var(--tj-color-theme-primary);
    color: white;
    font-size: 12px;
    font-weight: var(--tj-fw-bold);
    margin-right: 8px;
    width: 24px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    padding: 2px;
}
dl dd{
    margin-left: 32px;
    margin-bottom: 16px;
    color: var(--tj-color-heading);
    line-height: 1.8;
}

.technologies-section {
    border-top: 1px solid var(--tj-color-border-1);
    padding-top: 32px;
    padding-bottom: 32px;
}

.technologies-section h3 {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: var(--tj-fw-bold);
}

.tech-list-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 24px;
}

#techStackContainer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    justify-items: start;
    align-items: start;
}

.tech-item {
    display: flex;
    justify-content: center;
}

.tech-stack-grid .tech-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 16px;
}

.tech-stack-grid .tech-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: white;
    border: #ABBCBC 1px solid;
    border-radius: 16px;
    padding: 32px 18px 24px;
    box-shadow: none;
    width: 100%;
}

.tech-stack-grid .tech-item::before {
    content: attr(data-category);
    position: absolute;
    top: 16px;
    right: 16px;
    background: #5908AF;
    color: #fff;
    border-radius: 999px;
    padding: 2px 12px;
    font-size: 0.60rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
}

.tech-stack-grid .tech-item .tech-icon {
    margin: 0 auto 18px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech-stack-grid .tech-icon img {
    height: 80px;
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
}

.tech-stack-grid .tech-name {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--tj-color-heading);
}

.tech-card:hover {
    transform: none;
}

.tech-logo {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    text-align: center;
}

.tech-logo img {
    height: 80px;
    max-width: 80%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.tech-name {
    font-size: 13px;
    font-weight: 600;
    color: var(--tj-color-heading);
    margin: 0;
}

.tech-filter {
    margin-top: 16px;
}

.filter-btn {
    background: #fff;
    border: 1px solid var(--tj-color-border-1);
    color: var(--tj-color-heading);
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.25s ease;
    cursor: pointer;
}

.filter-btn:hover,
.filter-btn.active {
    background: #5908AF;
    border-color: #5908AF;
    color: #fff;
}

.tech-category-label {
    margin-top: 12px;
    color: var(--tj-color-text);
    font-size: 1rem;
}

.tech-stack-grid .tech-item {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
}

.tech-stack-grid .tech-item.hiding {
    opacity: 0;
    transform: translateY(20px);
}

.tech-stack-grid .tech-item.hidden {
    display: none;
}

@media (max-width: 576px) {
    .tech-filter {
        justify-content: center;
    }
}
