.casestudy-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 25px 0px 0px 0px !important;
    position: relative;
}

.casestudy-container .blog-post {
    padding: 0px;
}

@media (max-width: 992px) {
    .casestudy-container {
        padding: 0 20px;
        padding-top: 25px;
    }
}

.case-study-container {
    width: 100%;
    padding-top: 80px;
}

.post-card-date {
    margin-top: 16px;
}

.case-study-layout {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    align-items: flex-start;
    padding-bottom: 60px;
}

.case-study-content {
    flex: 1;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.case-study-details {
    display: flex;
    flex-direction: column;
}

.details-header {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 100%;
}

.section-title {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 110%;
    color: #131515;
}

.details-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.detail-item {
    font-size: 24px;
    letter-spacing: -0.01em;
    color: #12102f;
}

.detail-label {
    line-height: 120%;
    font-weight: 500;
}

.detail-value {
    font-size: 20px;
    line-height: 150%;
    font-weight: 300;
}

.case-study-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.case-study-section h2 {
    font-size: 32px;
    font-weight: 500;
    color: #131515;
    font-family: 'Barlow', sans-serif;
}

.case-study-content .case-study-section .section-text li {
    color: var(--Brand-Secondary-900, #12102F);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: -0.2px;
    padding-bottom: 6px;
}
.site-content .ast-container
.case-study-content .case-study-section .section-text li ul li {
    list-style: circle;
}

.case-study-content .case-study-section .section-text ul {
    margin-left: 26px;
    padding-top: 0px;
}
.cs-new-ui .case-study-content .case-study-section .section-text ul li ul {
  padding-top: 20px;
}
.section-text {
    font-size: 20px;
    letter-spacing: -0.01em;
    line-height: 150%;
    font-weight: 300;
    color: #12102f;
}

.solution-list {
    font-size: 20px;
    letter-spacing: -0.01em;
    line-height: 150%;
    font-weight: 300;
    color: #12102f;
    padding-left: 27px;
}

.solution-list li {
    margin-bottom: 0;
}

.case-study-image {
    width: 100%;
    max-width: 609px;
    height: 431px;
    border-radius: 16px;
    object-fit: cover;
}

.download-form-card {
    width: 507px;
    flex-shrink: 0;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3),
        0px 2px 6px 2px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    background-color: #fff;
    padding: 20px;
}

.form-container {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.form-title {
    font-family: 'Barlow', sans-serif;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 110%;
    color: #000;
}

.form-fields {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.field-label {
    font-size: 16px;
    line-height: 140%;
    color: #010314;
}

.field-input {
    width: 100%;
}

.input-box {
    width: 100%;
    padding: 16px 20px;
    border-radius: 10px;
    border: 1px solid #dedede;
    font-size: 16px;
    line-height: 140%;
    color: #505050;
    font-family: inherit;
}

.field-error {
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0;
}

.error-icon {
    width: 20px;
}

.error-text {
    font-size: 12px;
    line-height: 140%;
    font-weight: 500;
    color: #ff5757;
}

.download-btn {
    padding: 12px 24px;
    border-radius: 100px;
    background-color: #d14200;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    border: none;
    cursor: pointer;
    width: fit-content;
}

.download-btn:hover {
    background-color: #b83800;
}

@media screen and (max-width: 1200px) {
    .case-study-container {
        padding: 60px 80px;
    }
}

@media screen and (max-width: 1024px) {
    .case-study-container {
        padding: 50px 40px;
    }

    .case-study-layout {
        flex-direction: column;
        gap: 40px;
    }

    .case-study-content {
        max-width: 100%;
    }

    .download-form-card {
        width: 100%;
        max-width: 600px;
    }

    .case-study-image {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .case-study-container {
        padding: 40px 24px;
    }

    .section-title {
        font-size: 28px;
    }

    .detail-item {
        font-size: 20px;
    }

    .detail-value {
        font-size: 18px;
    }

    .case-study-section h2 {
        font-size: 28px;
    }

    .section-text {
        font-size: 18px;
    }

    .solution-list {
        font-size: 18px;
        padding-left: 20px;
    }

    .form-title {
        font-size: 32px;
    }

    .download-form-card {
        padding: 16px;
    }

    .case-study-image {
        height: auto;
        min-height: 250px;
    }
}

@media screen and (max-width: 480px) {
    .case-study-container {
        padding: 32px 16px;
    }

    .section-title {
        font-size: 24px;
    }

    .detail-item {
        font-size: 18px;
    }

    .detail-value {
        font-size: 16px;
    }

    .case-study-section h2 {
        font-size: 24px;
    }

    .section-text {
        font-size: 16px;
    }

    .solution-list {
        font-size: 16px;
        padding-left: 18px;
    }

    .form-title {
        font-size: 28px;
        line-height: 120%;
    }

    .field-label {
        font-size: 14px;
    }

    .input-box {
        padding: 14px 16px;
        font-size: 14px;
    }

    .download-btn {
        width: 100%;
        justify-content: center;
        display: flex;
    }

    .details-header {
        max-width: 100%;
    }

    .case-study-section {
        gap: 24px;
    }
}

.casestudy-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 25px 0px 0px 0px !important;
    position: relative;
}

.casestudy-container .blog-post {
    padding: 0px;
}

@media (max-width: 992px) {
    .casestudy-container {
        padding: 0 20px;
        padding-top: 25px;
    }
}

.case-study-container {
    width: 100%;
    padding-top: 80px;
}

.post-card-date {
    margin-top: 16px;
}

.case-study-layout {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    align-items: flex-start;
    padding-bottom: 60px;
}

.case-study-content {
    flex: 1;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.case-study-details {
    display: flex;
    flex-direction: column;
}

.details-header {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 100%;
}

.section-title {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 110%;
    color: #131515;
}

.details-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.detail-item {
    font-size: 24px;
    letter-spacing: -0.01em;
    color: #12102f;
}

.detail-label {
    line-height: 120%;
    font-weight: 500;
}

.detail-value {
    font-size: 20px;
    line-height: 150%;
    font-weight: 300;
}

.case-study-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.case-study-section h2 {
    font-size: 32px;
    font-weight: 500;
    color: #131515;
    font-family: 'Barlow', sans-serif;
}

.case-study-content .case-study-section .section-text li {
    color: var(--Brand-Secondary-900, #12102F);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: -0.2px;
    padding-bottom: 6px;
}

.case-study-content .case-study-section .section-text li ul li {
    list-style: circle;
}

.case-study-content .case-study-section .section-text ul {
    margin-left: 26px;
    padding-top: 0px;
}

.section-text {
    font-size: 20px;
    letter-spacing: -0.01em;
    line-height: 150%;
    font-weight: 300;
    color: #12102f;
}

.solution-list {
    font-size: 20px;
    letter-spacing: -0.01em;
    line-height: 150%;
    font-weight: 300;
    color: #12102f;
    padding-left: 27px;
}

.solution-list li {
    margin-bottom: 0;
}

.case-study-image {
    width: 100%;
    max-width: 609px;
    height: 431px;
    border-radius: 16px;
    object-fit: cover;
}

.download-form-card {
    width: 507px;
    flex-shrink: 0;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3),
        0px 2px 6px 2px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    background-color: #fff;
    padding: 20px;
}

.form-container {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.form-title {
    font-family: 'Barlow', sans-serif;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 110%;
    color: #000;
}

.form-fields {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.field-label {
    font-size: 16px;
    line-height: 140%;
    color: #010314;
}

.field-input {
    width: 100%;
}

.input-box {
    width: 100%;
    padding: 16px 20px;
    border-radius: 10px;
    border: 1px solid #dedede;
    font-size: 16px;
    line-height: 140%;
    color: #505050;
    font-family: inherit;
}

.field-error {
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0;
}

.error-icon {
    width: 20px;
}

.error-text {
    font-size: 12px;
    line-height: 140%;
    font-weight: 500;
    color: #ff5757;
}

.download-btn {
    padding: 12px 24px;
    border-radius: 100px;
    background-color: #d14200;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    border: none;
    cursor: pointer;
    width: fit-content;
}

.download-btn:hover {
    background-color: #b83800;
}

@media screen and (max-width: 1200px) {
    .case-study-container {
        padding: 60px 80px;
    }
}

@media screen and (max-width: 1024px) {
    .case-study-container {
        padding: 50px 40px;
    }

    .case-study-layout {
        flex-direction: column;
        gap: 40px;
    }

    .case-study-content {
        max-width: 100%;
    }

    .download-form-card {
        width: 100%;
        max-width: 600px;
    }

    .case-study-image {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .case-study-container {
        padding: 40px 24px;
    }

    .section-title {
        font-size: 28px;
    }

    .detail-item {
        font-size: 20px;
    }

    .detail-value {
        font-size: 18px;
    }

    .case-study-section h2 {
        font-size: 28px;
    }

    .section-text {
        font-size: 18px;
    }

    .solution-list {
        font-size: 18px;
        padding-left: 20px;
    }

    .form-title {
        font-size: 32px;
    }

    .download-form-card {
        padding: 16px;
    }

    .case-study-image {
        height: auto;
        min-height: 250px;
    }
}

@media screen and (max-width: 480px) {
    .case-study-container {
        padding: 32px 16px;
    }

    .section-title {
        font-size: 24px;
    }

    .detail-item {
        font-size: 18px;
    }

    .detail-value {
        font-size: 16px;
    }

    .case-study-section h2 {
        font-size: 24px;
    }

    .section-text {
        font-size: 16px;
    }

    .solution-list {
        font-size: 16px;
        padding-left: 18px;
    }

    .form-title {
        font-size: 28px;
        line-height: 120%;
    }

    .field-label {
        font-size: 14px;
    }

    .input-box {
        padding: 14px 16px;
        font-size: 14px;
    }

    .download-btn {
        width: 100%;
        justify-content: center;
        display: flex;
    }

    .details-header {
        max-width: 100%;
    }

    .case-study-section {
        gap: 24px;
    }
}

.casestudies.type-casestudies .trail-item.trail-end span {
    text-align: left;
    color: #010314;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}

.single-casestudies .casestudies {
    padding-top: 0px;
}

.streamlining-financial-operati2 h1 {
    font-size: 36px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
}

.single-casestudies .site-content {
    background: #FFF;
}

.case-header-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    font-family: 'Inter', sans-serif;
    color: #010314;
    text-align: left;
    box-sizing: border-box;
}

.bread-crumbs-parent {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 54px;
}

.bread-crumbs {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.group-icon,
.vector-icon,
.keyboard-arrow-up-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
}

.case-studies {
    position: relative;
    line-height: 120%;
    opacity: 0.5;
}

.streamlining-financial-operati2 {
    max-width: 894px;
    font-size: 36px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
}

.case-header-image {
    align-self: stretch;
    width: 100%;
    min-height: 330px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 16px;
    height: 330px;
}

.overview-wrapper {
    background-color: #03114e;
    border-top: 2px solid #ff5101;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 19px;
}

.offerings-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 8px;
}

@media (max-width: 1200px) {
    .streamlining-financial-operati2 {
        font-size: 28px;
    }
}

@media (max-width: 992px) {
    .streamlining-financial-operati2 {
        font-size: 24px;
    }

    .overview-wrapper,
    .offerings-wrapper {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (max-width: 600px) {
    .streamlining-financial-operati2 {
        font-size: 20px;
    }

    .bread-crumbs {
        font-size: 12px;
        gap: 4px;
    }

    .case-header-image {
        max-height: 250px;
    }

    .casestudies.type-casestudies ul li span,
    .casestudies.type-casestudies ul li a {
        color: #010314;
        font-family: "Inter";
        font-size: 16px;
        font-weight: 400;
        line-height: 120%;
    }

    .ast-breadcrumbs .trail-items > li::after {
        color: #000 !important;
    }
}

.case-study-content .case-study-section .section-text p {
    color: var(--Brand-Secondary-900, #12102F);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: -0.2px;
    margin-bottom: 0px;
}

#loadMoreWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.postid-44607 .case-study-details,
.postid-44603 .case-study-details,
.postid-44607 .download-form-card,
.postid-44603 .download-form-card,
.postid-44597 .case-study-details,
.postid-44597 .download-form-card,
.postid-71237 .download-form-card,
.postid-71243 .download-form-card,
.postid-71397 .download-form-card,
.postid-71722 .download-form-card,
.postid-71754 .download-form-card,
.postid-71767 .download-form-card,
.postid-71510 .case-study-details,
.postid-71510 .download-form-card {
    display: none;
}

.download-form-card .forms-popups-hc .hs_error_rollup {
    position: unset;
}

.ev-cs-dropdown-toggle span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
}

@media (max-width: 480px) {
    .bread-crumbs-parent {
        gap: 20px;
        font-size: 28px;
    }

    div#primary {
        padding: 0px !important;
    }
}

/* New UI top background colour section styles */
.cs-new-ui .detail-item {
    display: flex;
    flex-direction: column;
}

.cs-new-ui .detail-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 8px;
    color: #fff;
    min-width: 100px;
    letter-spacing: 0.5px;
    line-height: 27px;
}

.cs-new-ui .case-study-details {
    display: flex;
    background: #1862CE;
    padding: 30px 40px;
    border-radius: 12px;
    color: #fff;
    max-width: 1080px;
    margin-top: -160px;
    position: relative;
    left: 60px;
}

.cs-new-ui .details-list {
    display: flex;
    flex: 1;
    gap: 30px;
    flex-direction: row;
}

.cs-new-ui .detail-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #5493EE;
    padding-right: 20px;
}

.cs-new-ui .detail-item:last-child {
    border-right: none;
    padding-right: 0;
}

.cs-new-ui .detail-icon {
    width: 30px;
    height: 32px;
}

.cs-new-ui .detail-value {
    font-size: 16px;
    line-height: 148%;
    color: #fff;
    white-space: normal;
    margin-left: 0px;
}


.cs-new-ui .detail-item:nth-child(1) .detail-value {
    margin-left: 40px;
}


.cs-new-ui .detail-item:nth-child(2) .detail-value {
    margin-left: 40px;
}


.cs-new-ui .detail-item:nth-child(3) .detail-value {
    margin-left: 40px;
}

@media (max-width: 768px) {
    .cs-new-ui .case-study-details {
        bottom: -7rem;
        flex-direction: column;
        margin-top: 0vh;
        height: auto;
        left: 0;
        padding: 30px 15px;
        border-radius: 10px;
        background: #1862CE;
    }

    .cs-new-ui .case-study-details .detail-value {
        margin-right: 0px !important;
        font-size: 13px;
    }

    .cs-new-ui .detail-item {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 10px;
        margin-bottom: 10px;
        flex-wrap: wrap;
    }

    .cs-new-ui .detail-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .cs-new-ui .detail-label {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        min-width: 100px;
        flex-shrink: 0;
        margin-bottom: 0px;
    }

    .cs-new-ui .detail-icon {
        width: 18px;
        height: 18px;
    }

    

    .cs-new-ui .detail-item:nth-child(1),
    .cs-new-ui .detail-item:nth-child(2),
    .cs-new-ui .detail-item:nth-child(3) {
        flex: 1 1 100%;
    }

    .cs-new-ui span.detail-label {
        font-size: 14px !important;
    }

    .cs-new-ui .details-list {
        display: flex;
        gap: 0px;
        flex-direction: column;
    }
	
	.cs-new-ui .detail-item:nth-child(1) .detail-value {
    margin-left: 27px;
}


.cs-new-ui .detail-item:nth-child(2) .detail-value {
    margin-left: 27px;
}


.cs-new-ui .detail-item:nth-child(3) .detail-value {
    margin-left: 29px;
}

}

/* Active tab CSS */
.cs-new-ui .download-form-card {
    display: none;
}

.cs-new-ui .details-header {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    flex-wrap: wrap;
    overflow: hidden;
}

.cs-new-ui .detail-item {
    display: flex;
    flex-direction: column;
}


.cs-new-ui .detail-item:nth-child(1) {
    flex: 1.2;
    min-width: 0;
}


.cs-new-ui .detail-item:nth-child(2) {
    flex: 0.8;
    min-width: 0;
}


.cs-new-ui .detail-item:nth-child(3) {
    flex: 1.8;
    min-width: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
	max-width: 600px;
}



/* Case study sections */
.cs-new-ui .case-study-section {
    margin-bottom: 80px;
    gap: 18px;
	padding-top: 0px;        
    scroll-margin-top: 85px !important;
}



.cs-new-ui .case-study-content .case-study-section .section-text {
    font-size: 20px;
    letter-spacing: -1%;
    line-height: 150%;
    font-weight: 300;
    color: #12102f;
}

.cs-new-ui .case-study-content .case-study-section .section-text ul {
    margin-left: 36px;
    padding-top: 0px;
}

.cs-new-ui .case-study-content .case-study-section .section-text li {
    color: var(--Brand-Secondary-900, #12102F);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: -0.2px;
    padding-bottom: 14px;
}

.cs-new-ui .case-study-content .case-study-section .section-text li strong {
    padding-bottom: 30px;
}

.cs-new-ui .case-study-section h2 {
    font-size: 40px;
    font-weight: 500;
    color: #131515;
    font-family: 'Barlow', sans-serif;
    line-height: 100%;
}

.cs-new-ui .case-study-layout {
    padding-bottom: 50px;
}

.cs-new-ui .streamlining-financial-operati2 h1 {
    font-size: 54px;
    line-height: 110%;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    color: #000;
}

.cs-new-ui .streamlining-financial-operati2 {
    max-width: 1200px;
}

.cs-new-ui .casestudies.type-casestudies ul li span,
.cs-new-ui .casestudies.type-casestudies ul li a {
    color: #010314;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
	opacity: 0.9;
	
}


.cs-new-ui .casestudies.type-casestudies ul li  {
    color: #010314;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
	opacity: 0.9;
}

.cs-new-ui ul {
    margin: 0 0 0em 0em;
}

.cs-new-ui {
    scroll-behavior: smooth;
}

.cs-new-ui html {
    scroll-behavior: smooth;
}


@media (max-width: 768px) {
    .case-study-container.cs-new-ui {
        margin-top: -15rem;
    }

    .cs-new-ui .cs-container {
        display: flex;
        flex-direction: column;
        gap: 0px;
        padding-top: 7rem;
		margin-left: -15px;
        margin-right: -15px;
    }

    

    .cs-new-ui .cs-content {
        order: 2;
        width: 100%;
        margin-bottom: -110px;
		 margin-top: 4rem;
    }

    .cs-new-ui .detail-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .cs-new-ui .detail-value {
        margin-left: 27px;
        margin-top: 0px;
    }
	
	.cs-new-ui .casestudies.type-casestudies ul li span,
.cs-new-ui .casestudies.type-casestudies ul li a {
    color: #010314;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}
}

h2.Case_Study_Details {
    display: none !important;
}




@media (max-width: 768px) {
	 .cs-new-ui .streamlining-financial-operati2 h1  {
    font-size: 32px !important;
	font-weight: 500;
	padding: 30px 0;
	line-height: 110%;
}
	.cs-new-ui .case-study-section h2 {
    font-size: 30px;
    font-weight: 500;
    color: #131515;
    font-family: 'Barlow', sans-serif;
    line-height: 100%; 
}
}	



html {
  scroll-behavior: smooth;
}

.cs-sidebar {
  position: sticky;
  top: 130px;
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
}

@media (max-width: 768px) {
    .section-text {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        display: block;
        width: 100%;
    }

    .responsive-table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        width: 100%;
        max-width: 100%;
    }
}



/* aside.cs-sidebar {
    display: none;
} */



.site-content .ast-container {
    display: block !important;
}

/* DESKTOP sidebar */
.cs-sidebar {
    position: sticky;
    top: 130px;
    z-index: 10;
    width: 260px;
    flex-shrink: 0;
    max-height: calc(100vh - 150px);
   scrollbar-width: none;
}

.cs-sidebar::-webkit-scrollbar {
    display: none;
}

.cs-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cs-sidebar a {
    font-weight: 600;
    opacity: 0.6;
    text-decoration: none;
    display: block;
    transition: all 0.25s ease;
}

.cs-sidebar li.active a {
    opacity: 1;
}

/* DESKTOP specific  */


    .cs-new-ui .cs-sidebar {
    width: 250px;
    height: fit-content;
    border-left: 3px solid #ddd;
    margin-right: -4rem;
}

/*     .cs-new-ui .cs-sidebar ul li {
        margin-bottom: 5px;
    } */

    .cs-new-ui .cs-sidebar a {
    padding: 8px 12px;
    font-size: 16px;
    color: #333;
    border-left: 5px solid transparent;
    transition: none;
    line-height: 1.4;
   
}

    .cs-new-ui .cs-sidebar ul li.active a {
    color: #1862CE;
    border-left-color: #1862CE;
    font-weight: 700;
    margin-left: -3px;
    padding-left: 10px;
}

  
    .cs-new-ui .cs-sidebar a:hover {
        color: #1862CE;
        opacity: 0.85;
    }


/* MOBILE sidebar — horizontal tabs */
@media (max-width: 768px) {

.cs-new-ui .cs-sidebar {
    position: sticky;
    top: 0px;
    z-index: 1000;
    background: #fff;
    border-bottom: 2px solid #e5e7eb;
    max-height: none;
    overflow-y: visible;
    width: 100% !important;
	border-left: none;
}


.cs-new-ui .cs-sidebar ul {
    display: flex;
    flex-direction: row;
    gap: 5px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
   padding: 5px 0px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.cs-new-ui .cs-sidebar ul::-webkit-scrollbar {
    display: none;
}

.cs-new-ui .cs-sidebar li {
    flex: 0 0 auto;
}


.cs-new-ui .cs-sidebar a {
    padding: 8px 8px;
    min-width: auto;
    text-align: center;
    font-size: 14px;
    color: #161616;
    border-radius: 0;
    border-bottom: 5px solid transparent;
    opacity: 1;
    transition: none;
	position: relative;
}


.cs-new-ui .cs-sidebar li.active a {
   color: #1862CE;
   border-bottom: 5px solid #1862CE;
   border-left: none;
   border-right: none;
}

.cs-sidebar::before,
.cs-sidebar::after {
    display: none;
}
	
	.cs-new-ui .cs-sidebar ul li.active a {
    color: #010314;
    border-left-color: none;
    font-weight: normal;
    margin-left: 0px;
    padding-left: 0px;
}
  
	.cs-new-ui .cs-sidebar li {
     flex: 0 0 auto;
     min-width: 90px;  

}
	/* Active blue line */
/* .cs-new-ui .cs-sidebar li.active a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;   
    width: 100%;
    height: 5px;
    background-color: #1862CE;

} */
	
	.cs-new-ui .cs-sidebar ul li {
      margin-bottom: -5px;
}
	
	.cs-new-ui .cs-sidebar ul li.active a {
		border-left: none;
	    border-right: none;
}
	
	.cs-new-ui .cs-sidebar a {
		border-left: none;
	    border-right: none;
	}
	
}


.cs-container {
    display: flex;
    align-items: flex-start;
    gap: 100px;  /* new changes */
	padding-top: 30px;  /* new changes */
}

.cs-content {
    flex: 1;
    min-width: 0;
}

/*MOBILE layout */
@media (max-width: 768px) {

    .cs-container {
        flex-direction: column;
        gap: 0;
    }

   
    .cs-sidebar {
        width: 100% !important;
        order: -1;
    }

    .cs-content {
       width: 100%;
      padding-top: 12px;
    }
}


@media (max-width: 768px) {
    .cs-new-ui .case-study-section {
        margin-bottom: 50px;
        gap: 18px;
		scroll-margin-top: 60px !important;
		 padding-top: 0px;
        
    }
}

/* .banner-bottom {
    max-width: 100vw !important;
    
} */



