@media screen and (max-width:768px) {
    .sub-title {
        font-size: 24px !important
    }
}

@media screen and (max-width:768px) {

    .desc,
    .description {
        font-size: 14px !important
    }
}

.tabs-list.is-stuck {
    position: fixed !important;
    top: 9%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    z-index: 1000
}

.scrollspy-tab-container .tabs-list {
    padding: 0 5px;
    gap: 2.25rem;
    align-items: center;
    justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 16px auto;
    flex-wrap: nowrap;
    overflow-x: auto;
    /* top: 10px; */
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
    max-width: calc(100% - 32px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff;
    border-radius: 120px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);
    z-index: 100;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.tabs-list {
    position: relative;
    top: 0;
    z-index: 1000;
    transition: background-color .3s}

.tabs-container,
.tabs-container * {
    transform: none !important;
    will-change: auto !important
}

.scrollspy-tab-container .tabs-list::-webkit-scrollbar {
    display: none
}

.tab-trigger {
    display: block;
    background: 0 0;
    border: none;
    padding: .5rem .75rem;
    height: 100%;
    margin: 8px 2px 5px;
    cursor: pointer;
    color: #121317;
    border-radius: 50rem;
    transition:
        transform .2s ease,
        background-color .2s ease,
        color .2s ease;
    text-decoration: none
}

.tab-trigger:hover {
    background-color: #be9df6;
    color: #121317
}

.tab-trigger.active {
    background: #7c3aed;
    border-radius: 50rem;
    color: #fff;
    transform: translateY(-2px);
    position: relative
}

.tab-trigger.active::after {
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: -6px;
    height: 3px;
    background: linear-gradient(90deg, #a78bfa, #7c3aed);
    border-radius: 6px
}

#sidebar,
.tab-content {
    padding: 10px 0
}

.full-screen {
    display: block;
    width: 100%
}

.panels2-container .panel2 {
    position: relative;
    width: 100%;
    display: flex;
    text-align: left
}

.agile-methodology .section-title {
    text-align: left !important
}

.scrollspy-tab-container .content-wrapper {
    display: flex;
    align-items: start
}

.scrollspy-tab-container .left-content {
    display: flex;
    flex-direction: column;
    gap: .9375rem
}

.modules-section .text-content .badge,
.scrollspy-tab-container .left-content .heading {
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    padding: 1rem;
    border-radius: 50rem;
    background-color: #f2f0ff
}

.scrollspy-tab-container .section-title,
.scrollspy-tab-container .sub-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: .5rem
}

.scrollspy-tab-container .section-title::after {
    margin: 0 !important
}

.workflow-item-card {
    display: flex;
    gap: 1.25rem;
    align-items: center;
    border-radius: 6px !important;
    color: #5b4ac0;
    background-color: #efecff;
    position: relative
}

.workflow-item-card::after {
    content: url(/assets/images/icons/arrow-right.svg);
    position: absolute;
    right: -1rem
}

.workflow-row .col-12:last-child .workflow-item-card::after {
    content: "" !important
}

.workflow-item-title {
    font-size: 14px;
    margin: 0 !important
}

.workflow-item-card .circle-box {
    width: 20px;
    height: 20px;
    display: flex;
    background-color: #d4cdff;
    padding: .75rem;
    border-radius: 50%;
    justify-content: center;
    align-content: center;
    align-items: center
}

.vr-text {
    font-size: 1rem;
    font-weight: 500;
    color: #000
}

.vr-grid {
    display: flex;
    gap: .5125rem;
    margin-top: .9375rem
}

.vr-card {
    position: relative;
    flex: 1;
    padding: 0 .5625rem 0 20px;
    background: 0 0
}

.vr-text {
    line-height: 1.5;
    margin-bottom: 0 !important
}

.scrollspy-tab-container .tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    align-items: center;
    gap: 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, max-content));
    justify-content: left;
    gap: 30px
}

.scrollspy-tab-container .tools-grid img {
    width: 80px;
    height: auto;
    object-fit: contain
}

.scrollspy-tab-container .image-wrapper {
    position: relative;
    width: 100%;
    height: 100%
}

.scrollspy-tab-container .image-wrapper img {
    border-radius: 34px;
    object-fit: cover;
    width: 100%!important;
    height: 100%
}

.scrollspy-tab-container .img-2 {
    top: 0;
    left: 312px
}

.scrollspy-tab-container .img-3 {
    top: 283px;
    left: 0
}

@media (max-width:1200px) {
    .scrollspy-tab-container .image-wrapper img {
        border-radius: 14px !important
    }
}

@media (max-width:991px) {
    .scrollspy-tab-container .left-content .heading {
        font-size: 21px
    }
}

@media (max-width:991px) {
    .scrollspy-tab-container .section-title {
        font-size: 18px
    }
}

@media (max-width:991px) {
    .panels2-container {
        flex-direction: column;
        height: 100%;
        width: 100% !important;
        gap: 2rem
    }
}

@media (max-width:991px) {
    .scrollspy-tab-container .right-content {
        height: 100% !important
    }
}

@media (max-width:991px) {
    .panels2-container .panel2 {
        height: 100% !important;
        overflow: auto
    }
}

@media (max-width:991px) {
    .tab-content {
        padding: 0 !important
    }
}

@media (max-width:991px) {
    .scrollspy-tab-container .tabs-list {
        flex-wrap: nowrap;
        justify-content: start;
        gap: 1rem;
        overflow-x: auto
    }
}

@media (max-width:576px) {
    .scrollspy-tab-container .left-content .heading {
        font-size: 21px
    }
}

@media (max-width:576px) {

    .scrollspy-tab-container .section-title,
    .scrollspy-tab-container .sub-title {
        font-size: 16px
    }
}

@media (max-width:576px) {

    .vr-text,
    .workflow-item-title {
        font-size: 14px
    }
}

@media (max-width:576px) {
    .scrollspy-tab-container .tabs-list {
        position: relative;
        background: linear-gradient(to right, #fff 0, #fff 90%, rgba(255, 255, 255, 0) 100%);
        display: flex;
        flex-direction: row;
        padding: 0;
        text-align: center;
        border-radius: 14px;
        align-items: center
    }
}

@media (max-width:576px) {
    .scrollspy-tab-container .tabs-list::after {
        content: '';
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23999" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"></polyline></svg>') center/16px 16px no-repeat;
        opacity: .6;
        pointer-events: none;
        animation: 2s ease-in-out infinite scroll-indicator-pulse
    }
}

.bg-purple {
    background-color: var(--bs-purple) !important
}

.text-purple {
    color: var(--bs-purple) !important
}

@media (max-width:768px) {
    .workflow-item-card::after {
        right: auto;
        bottom: -24px;
        left: 48%;
        transform: rotate(90deg)
    }
}

@media (max-width:768px) {
    .vr-grid {
        flex-direction: column
    }
}

@media (max-width:768px) {

    .scrollspy-tab-container .right-content,
    .vr-card {
        width: 100%
    }
}

@media (max-width:768px) {
    .scrollspy-tab-container .tools-grid {
        flex-wrap: wrap
    }
}

section.agile-methodology {
    padding-bottom: 0 !important
}

.scrollspy-tab-container .tabs-list {
    position: relative;
    background: linear-gradient(to right, #fff 0, #fff 85%, rgba(255, 255, 255, 0) 100%);
    padding-right: 20px
}

.scrollspy-tab-container .tabs-list::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23999" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="9 18 15 12 9 6"></polyline></svg>') center/14px 14px no-repeat;
    opacity: .5;
    pointer-events: none
}

.scrollspy-tab-container .tab-trigger {
    font-size: .875rem;
    height: auto;
    padding: .5rem
}