/* =================== Case Study Detail — Full Width ===================== */

.case-study-detail-page header {
    position: fixed;
}

.cs-detail {
    /* padding-top: 120px; */
    background: #000000;
    overflow-x: hidden;
}

#case-study-content {
    scroll-margin-top: 110px;
}

.cs-detail .container {
    max-width: 1320px;
    padding-left: 15px;
    padding-right: 15px;
}

.cs-detail__topbar {
    padding-top: 24px;
    padding-bottom: 8px;
}

.cs-detail__back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #757575;
    transition: color 0.25s ease;
}

.cs-detail__back:hover {
    color: #000000;
}

/* Full-width section bands */
.cs-detail__section {
    width: 100%;
    padding: 72px 0;
}

/* breadcrumbs */
.cs-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}

.cs-breadcrumbs a {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #ffffff40;
}

.cs-breadcrumbs a.active-link {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #ffffff70 !important;
}

.cs-tags {
    display: flex;
    gap: 8px;
    align-items: center;
    width: fit-content;
    padding: 6px 16px;
    border-radius: 20px;
    border: 1px solid #ffffff40;
    white-space: nowrap;
}

.cs-tags .pointer {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.cs-tags .label {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #ffffff70;
}

.cs-tags.neon {
    border: 1px solid #C8FF5740;
}

.cs-tags.neon .pointer {
    background-color: #C8FF57;
}

.cs-tags.neon .label {
    color: #C8FF57;
}


.cs-detail__section--hero {
    padding-top: 200px;
    padding-bottom: 110px;
    border-bottom: 1px solid #ffffff30;
}

.cs-hero-content {
    display: flex;
    align-items: center;
    gap: 48px;
}

.cs-hero-content .left-col {
    width: 48%;
    flex-shrink: 0;
}

.cs-hero-content h1 {
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -1.8px;
    color: #ffffff;
    margin: 28px 0 20px;
}

.cs-hero-content h1 span {
    color: #C6FF3D;
}

.cs-hero-content p {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.65;
    letter-spacing: 0;
    color: #ffffff70;
    width: 100%;
    max-width: 520px;
    margin-bottom: 28px;
}

.cs-hero-content .features-tag-row {
    display: flex;
    gap: 8px;
    margin: 32px 0 50px;
}

.cs-hero-content .ctas-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.cs-hero-content .ctas-row a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 22px;
    border-radius: 14px;
    border: 1px solid #ffffff30;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff90;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.cs-hero-content .ctas-row a:hover {
    border-color: #ffffff50;
    color: #ffffff;
}

.cs-hero-content .ctas-row a.active {
    background-color: #C6FF3D;
    color: #000000;
    border-color: #C6FF3D;
}

.cs-hero-content .ctas-row a.active:hover {
    background-color: #d4ff5c;
    border-color: #d4ff5c;
}

.cs-hero-content .right-col {
    position: relative;
    width: 52%;
    min-height: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.cs-hero-content .right-col .left {
    position: absolute;
    left: 0;
    z-index: -1;

}

.cs-hero-content .right-col .right {
    position: absolute;
    right: 0;
    z-index: -1;
}



/* Problem & Solution Section */

section.inner-spacing {
    padding: 95px 0 115px;
    border-bottom: 1px solid #ffffff30;
}

.cs-problem-solution .row-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 65px;
}

.cs-problem-solution .row-wrap .left-col,
.cs-problem-solution .row-wrap .right-col {
    width: 49%;
    border: 1px solid #ffffff30;
    border-radius: 24px;
    padding: 32px;
}

.section-label {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-align: center;
    color: #C8FF57;
    margin-bottom: 10px;
}

.section-heading {
    font-weight: 700;
    font-size: 42px;
    line-height: 60px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}

.section-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff40;
}

.icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 16px;
    background-color: #FB2C3626;
}

.sub-headings {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 20px 0 12px;
}

.description {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ffffff70;
    margin-bottom: 20px;
}

ul.bullets-point {
    padding-left: 20px;
}

.bullets-point li {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    margin-bottom: 10px;
    color: #ffffff70;
    list-style: disc;
}

ul.bullets-point li::marker {
    color: #FF6467;
}

.cs-problem-solution .row-wrap .right-col .icon-wrap {
    background-color: #C8FF5726;
}

.labels {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 10px;
}

.cs-problem-solution .row-wrap .right-col ul.bullets-point {
    margin-bottom: 20px;
}

.cs-problem-solution .row-wrap .right-col ul.bullets-point li::marker {
    color: #C8FF57;
}



/* Detail & Designed Starts*/

.app-flow .section-description {
    width: 49%;
    margin: 10px auto 0;
}

.case-flow-wrap {
    display: flex;
    flex-direction: column;
    gap: 120px;
    padding-top: 100px;
}

.flow-description h4 {
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 24px;
}

.flow-description p {
    font-weight: 400;
    font-size: 18px;
    line-height: 29.25px;
    letter-spacing: 0px;
    color: #ffffff70;
    margin: 20px 0;
}

.flow-description ul.bullets-point li::marker {
    color: #C8FF57;
}

.app-flow .row-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.app-flow .row-wrap .left-col,
.app-flow .row-wrap .right-col {
    width: 49%;
}

.app-flow .row-wrap .right-col img {
    width: 100%;
}

.app-flow .row-wrap.row-wrap--wide-image {
    display: grid;
    grid-template-columns: minmax(0, 58fr) minmax(320px, 42fr);
    gap: 56px;
    align-items: center;
    overflow: visible;
}

.app-flow .row-wrap.row-wrap--wide-image .right-col,
.app-flow .row-wrap.row-wrap--wide-image .left-col {
    width: auto;
}

.app-flow .row-wrap.row-wrap--wide-image .right-col {
    margin-left: -64px;
}

.app-flow .row-wrap.row-wrap--wide-image .left-col {
    max-width: 100%;
}

.app-flow .row-wrap.row-wrap--wide-image .right-col img {
    width: 100%;
    height: auto;
    display: block;
}

.app-flow .row-wrap.row-wrap--wide-image-right {
    display: grid;
    grid-template-columns: minmax(320px, 42fr) minmax(0, 58fr);
    gap: 56px;
    align-items: center;
    overflow: visible;
}

.app-flow .row-wrap.row-wrap--wide-image-right .left-col,
.app-flow .row-wrap.row-wrap--wide-image-right .right-col {
    width: auto;
}

.app-flow .row-wrap.row-wrap--wide-image-right .left-col {
    max-width: 100%;
}

.app-flow .row-wrap.row-wrap--wide-image-right .right-col {
    margin-right: -64px;
}

.app-flow .row-wrap.row-wrap--wide-image-right .right-col img {
    width: 100%;
    height: auto;
    display: block;
}

.cs-tags.blue {
    border: 1px solid #57C8FF30;
}

.cs-tags.blue .label {
    color: #57C8FF;
}

.cs-tags.red {
    border: 1px solid #FF575719;
}

.cs-tags.red .label {
    color: #FF5757;
}

.cs-tags.purple {
    border: 1px solid #A957FF19;
}

.cs-tags.purple .label {
    color: #A957FF;
}

.cs-journey .row-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cs-journey .row-wrap .left-col {
    width: 40%;
}

.cs-journey .row-wrap .right-col {
    width: 59%;
}

.cs-journey .section-label,
.cs-journey .section-heading,
.cs-journey .section-description {
    text-align: left;
}

.cs-journey .section-description {
    margin: 10px 0 20px;
}

.cs-journey .section-label {
    color: #57C8FF;
}

.cs-journey ul.bullets-point li::marker {
    color: #C8FF57;
}

.cs-journey .tourist-journey {
    display: flex;
    gap: 12px;
    justify-content: right;
    color: #ffffff;
    padding-right: 100px;
    margin-bottom: -30px;
}

.cs-journey .tourist-journey .icon-wrap {
    background-color: #2B7FFF26;
}

.cs-journey .tourist-journey .bold-label {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
}

.cs-journey .tourist-journey .sub-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF66;
}

.cs-journey .row-wrap .right-col img.journey-img {
    width: 100%;
}

.cs-journey .guide-experience.tourist-journey .icon-wrap {
    background-color: #C8FF5726
}

.cs-journey .guide-experience.tourist-journey {
    justify-content: left;
    margin-left: -100px;
    margin-top: -20px;
}

.cs-journey .row-wrap.journey-features {
    padding-top: 120px;
}

.feature-box {
    width: 24%;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #FFFFFF14;
}

.feature-box.first .icon-wrap {
    background-color: #C8FF5715;
}

.feature-box.second .icon-wrap {
    background-color: #57C8FF15;
}

.feature-box.third .icon-wrap {
    background-color: #A957FF15;
}

.feature-box.fourth .icon-wrap {
    background-color: #FF995715;
}

.feature-box .bold-label {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    margin: 15px 0 10px;
    color: #ffffff;
}

.feature-box .sub-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #FFFFFF66;
}

/* App Showcase */
.app-showcase .section-label {
    color: #A957FF;
}

.app-showcase .section-heading {
    margin-bottom: 16px;
}

.app-showcase .row-wrap {
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
}

.app-box {
    text-align: center;
    width: 24.5%;
}

.app-box .label {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    margin: 30px 0 10px;
    color: #C8FF57;
}

.app-box .desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFFB2;
}

.app-box img {
    width: 100%;
    height: 310px;
    object-fit: contain;
    object-position: center;
}

/* Technology & Impact */
section.tech-impact.inner-spacing {
    border-bottom: none;
}

.tech-impact .row-wrap {
    display: flex;
    justify-content: space-between;
}

.tech-impact .section-label,
.tech-impact .section-heading {
    text-align: left;
}

.tech-impact .section-label {
    color: #FF9957;
}

.tech-impact .row-wrap.top {
    padding: 65px 0 45px;
}

.impact-box {
    width: 32.5%;
}

.impact-box p {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.impact-box p span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 8px;
}

.impact-box.first p span {
    background-color: #C8FF57;
}

.impact-box.second p span {
    background-color: #57C8FF;
}

.impact-box.third p span {
    background-color: #A957FF;
}

.impact-box ul.bullets-point.first li::marker {
    color: #C8FF57;
}

.impact-box ul.bullets-point.second li::marker {
    color: #57C8FF;
}

.impact-box ul.bullets-point.third li::marker {
    color: #A957FF;
}

.impact-box ul.bullets-point li {
    margin-bottom: 15px;
}

.impact-box ul.bullets-point li p {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    margin-bottom: 5px;
}

.impact-box ul.bullets-point li span {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #FFFFFF66;
}

.counter-box {
    width: 24%;
}

.box-style {
    padding: 28px;
    border-radius: 24px;
    border: 1px solid #FFFFFF30;
}

.counter-box {
    text-align: center;
}

.counter-box p {
    font-weight: 900;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0px;
    margin-bottom: 8px;
}

.counter-box span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #FFFFFF80;
}

.counter-box.first p {
    color: #C8FF57;
}

.counter-box.second p {
    color: #57C8FF;
}

.counter-box.third p {
    color: #A957FF;
}

.counter-box.fourth p {
    color: #FF9957;
}

/* Enhanced case study sections */

.cs-project-snapshot {
    margin-top: 52px;
    padding: 28px 32px;
    border-radius: 24px;
    border: 1px solid #FFFFFF18;
    background: linear-gradient(135deg, rgba(200, 255, 87, 0.06) 0%, rgba(255, 255, 255, 0.02) 50%, rgba(87, 200, 255, 0.04) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 24px 60px rgba(0, 0, 0, 0.2);
}

.cs-project-snapshot .snapshot-title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #C8FF57;
    margin-bottom: 20px;
}

.snapshot-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
}

.snapshot-item {
    display: flex;
    flex-direction: column;
    min-height: 120px;
    height: 100%;
    padding: 18px 16px;
    border-radius: 16px;
    border: 1px solid #FFFFFF12;
    background: rgba(255, 255, 255, 0.03);
}

.snapshot-label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF66;
    margin-bottom: 10px;
}

.snapshot-value {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    color: #FFFFFFE6;
    white-space: normal;
    word-break: break-word;
}

.snapshot-desc {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 1.55;
    color: #FFFFFF70;
    flex: 1;
}

.cs-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 32px;
}

.cs-hero-meta .meta-chip {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 11px 16px 11px 14px;
    border-radius: 999px;
    border: 1px solid #FFFFFF14;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.cs-hero-meta .meta-chip__key {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #C8FF57;
    white-space: nowrap;
}

.cs-hero-meta .meta-chip__val {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    color: #FFFFFFE6;
    white-space: nowrap;
}

.cs-hero-meta .meta-chip__key::after {
    content: "·";
    margin-left: 10px;
    color: #FFFFFF35;
    font-weight: 400;
    letter-spacing: 0;
}

.cs-hero-meta .meta-chip--wide .meta-chip__val {
    white-space: normal;
}

@media only screen and (max-width: 575px) {
    .cs-hero-meta .meta-chip {
        width: 100%;
        border-radius: 16px;
    }

    .cs-hero-meta .meta-chip__val {
        white-space: normal;
    }
}

.cs-our-role .section-label {
    color: #57C8FF;
}

.cs-role-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-top: 65px;
}

.cs-role-grid .role-card {
    padding: 20px 16px;
    border-radius: 16px;
    border: 1px solid #FFFFFF14;
    text-align: center;
}

.cs-role-grid .role-card .icon-wrap {
    margin: 0 auto 12px;
}

.cs-role-grid .role-card:nth-child(4n + 1) .icon-wrap {
    background-color: #C8FF5718;
}

.cs-role-grid .role-card:nth-child(4n + 2) .icon-wrap {
    background-color: #57C8FF18;
}

.cs-role-grid .role-card:nth-child(4n + 3) .icon-wrap {
    background-color: #A957FF18;
}

.cs-role-grid .role-card:nth-child(4n + 4) .icon-wrap {
    background-color: #FF995718;
}

.cs-role-grid .role-card p {
    font-size: 13px;
    line-height: 1.45;
    color: #FFFFFFB2;
    margin: 0;
}

.cs-business-impact .section-label {
    color: #C8FF57;
}

.cs-impact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 65px;
}

.cs-impact-grid .impact-card {
    padding: 28px 24px;
    border-radius: 24px;
    border: 1px solid #FFFFFF30;
}

.cs-impact-grid .impact-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}

.cs-impact-grid .impact-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #FFFFFF80;
    margin: 0;
}

.cs-engineering .section-label {
    color: #A957FF;
}

.cs-engineering-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 65px;
}

.cs-engineering-grid .engineering-card {
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #FFFFFF14;
}

.cs-engineering-grid .engineering-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.cs-engineering-grid .engineering-card p {
    font-size: 14px;
    line-height: 1.55;
    color: #FFFFFF80;
    margin: 0;
}

.cs-architecture .section-label {
    color: #FF9957;
}

.cs-architecture .section-description {
    max-width: 640px;
    margin: 10px auto 0;
}

.arch-flow {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 65px;
}

.arch-flow__row {
    display: flex;
    align-items: stretch;
    gap: 0;
}

.arch-flow__row--dual {
    justify-content: center;
    width: 72%;
    max-width: 820px;
    margin: 0 auto;
}

.arch-flow__step {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
}

.arch-flow__row--dual .arch-flow__step {
    flex: 1;
}

.arch-flow__card {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 118px;
    padding: 24px 22px;
    border-radius: 20px;
    border: 1px solid #FFFFFF18;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.015) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.arch-flow__connector {
    flex-shrink: 0;
    width: 36px;
    height: 2px;
    margin: 0 8px;
    background: linear-gradient(90deg, rgba(200, 255, 87, 0.15), rgba(200, 255, 87, 0.55), rgba(200, 255, 87, 0.15));
    position: relative;
}

.arch-flow__connector::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid rgba(200, 255, 87, 0.55);
}

.arch-flow__step:last-child .arch-flow__connector:not(.arch-flow__connector--between-rows) {
    display: none;
}

.arch-flow__connector--between-rows {
    display: none;
}

.arch-flow__card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 10px;
}

.arch-flow__card p {
    font-size: 13px;
    line-height: 1.6;
    color: #FFFFFF80;
    margin: 0;
    white-space: normal;
    word-break: break-word;
}

.cs-architecture .row-wrap.arch-stack,
.cs-architecture .row-wrap.arch-services-row {
    display: none;
}

.cs-architecture-note {
    max-width: 640px;
    margin: 40px auto 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.65;
    color: #FFFFFF80;
}

.cs-highlights .counter-box p {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
}

.cs-highlights .highlights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding-top: 16px;
}

.cs-highlights .highlights-grid .counter-box {
    width: 100%;
}

.cs-cta-band {
    text-align: center;
    border-bottom: none;
}

.cs-cta-band .section-heading {
    max-width: 720px;
    margin: 0 auto 20px;
}

.cs-cta-band .section-description {
    max-width: 640px;
    margin: 0 auto 40px;
}

.cs-cta-band .ctas-row {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.cs-cta-band .ctas-row a {
    padding: 14px 28px;
    border-radius: 16px;
    border: 1px solid #ffffff50;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff80;
}

.cs-cta-band .ctas-row a.active {
    background-color: #C6FF3D;
    color: #000000;
    border-color: #C6FF3D;
}


/* Screenshot placeholders */
.cs-screenshot-slot {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #F5F5F5;
    border: 1px solid #E0E0E0; */
    border-radius: 14px;
    overflow: hidden;
    cursor: zoom-in;
}

.cs-screenshot-slot span {
    font-size: 13px;
    font-weight: 500;
    color: #757575;
    text-align: center;
    padding: 12px;
}

.cs-screenshot-slot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cs-detail__section--features .cs-screenshot-slot:focus-visible,
.cs-detail__section--features-alt .cs-screenshot-slot:focus-visible,
.cs-detail__section--journey .cs-screenshot-slot:focus-visible {
    outline: 3px solid #000000;
    outline-offset: 4px;
}

.cs-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    background: rgba(0, 0, 0, 0.84);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.cs-lightbox.is-open {
    opacity: 1;
    visibility: visible;
}

.cs-lightbox__image {
    display: block;
    max-width: min(1100px, 92vw);
    max-height: 86vh;
    border-radius: 18px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
    object-fit: contain;
}

.cs-lightbox__close {
    position: absolute;
    top: 22px;
    right: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    color: #000000;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}






/* Case Study Detail Page responsiveness Starts*/

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

@media only screen and (max-width:1800px) {}

@media only screen and (max-width:1600px) {}

@media only screen and (max-width:1440px) {}

@media only screen and (max-width:1366px) {}

@media only screen and (max-width:1280px) {}

@media only screen and (max-width:1200px) {}

@media only screen and (max-width:1170px) {
    .cs-detail__section--hero {
        padding-top: 120px;
    }

    .cs-hero-content h1 {
        font-size: 60px;
    }

    .cs-hero-content p {
        width: 100%;
    }

    .cs-hero-content .features-tag-row {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width:1040px) {}

@media only screen and (max-width:1024px) {
    .cs-breadcrumbs {
        margin-bottom: 40px;
    }

    .cs-hero-content {
        flex-direction: column-reverse;
        align-items: center;
        gap: 80px;
    }

    .cs-hero-content .left-col {
        width: 100%;
        text-align: center;
    }

    .cs-tags.colored {
        display: block;
        margin: 0 auto;
    }

    .cs-hero-content h1 {
        font-size: 48px;
        margin: 20px 0 30px;
    }

    .cs-hero-content p {
        width: 70%;
        font-size: 16px;
        margin: auto;
    }

    .cs-hero-content .features-tag-row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .cs-hero-content .ctas-row {
        justify-content: center;
    }

    .cs-hero-content .right-col {
        width: 80%;
    }

    .cs-detail__section--hero {
        padding-bottom: 80px;
    }

    /* Problem & Solution */
    .cs-problem-solution {
        padding: 80px 0 80px;
    }

    .section-heading {
        font-size: 36px;
        line-height: 48px;
    }

    .cs-problem-solution .row-wrap {
        margin-top: 65px;
    }

    /* Case Flow Wrap */
    .case-flow-wrap {
        gap: 80px;
        padding-top: 50px;
    }

    .app-flow .section-description {
        width: 70%;
        font-size: 16px;
    }

    .case-flow-wrap .cs-tags.colored {
        margin-left: 0;
    }

    .flow-description h4 {
        font-size: 26px;
        line-height: 42px;
    }

    .flow-description p {
        font-size: 16px;
        line-height: 24px;
    }

    section.inner-spacing {
        padding: 80px 0;
    }

    section.cs-journey.inner-spacing {
        padding: 80px 0;
    }

    .app-box {
        width: 48.5%;
    }

    .app-showcase .row-wrap {
        flex-wrap: wrap;
        row-gap: 50px;
    }

    .app-box .desc {
        width: 80%;
        margin: 0 auto;
    }

    .tech-impact .section-label,
    .tech-impact .section-heading {
        text-align: center;
    }

    .tech-impact .section-heading br {
        display: none;
    }

    .cs-hero-meta {
        justify-content: center;
    }

    .snapshot-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .arch-flow__row--dual {
        width: 88%;
    }

    .cs-role-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .cs-impact-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cs-engineering-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cs-highlights .highlights-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width:991px) {
    .snapshot-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .arch-flow {
        gap: 0;
    }

    .arch-flow__row {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        gap: 0;
        margin: 0;
    }

    .arch-flow__row--dual {
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .arch-flow__step {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        flex: none;
    }

    .arch-flow__card {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .arch-flow__connector {
        align-self: center;
        width: 2px;
        height: 20px;
        margin: 10px auto;
        background: linear-gradient(180deg, rgba(200, 255, 87, 0.15), rgba(200, 255, 87, 0.55), rgba(200, 255, 87, 0.15));
    }

    .arch-flow__connector::after {
        right: auto;
        left: 50%;
        top: auto;
        bottom: -1px;
        transform: translateX(-50%);
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid rgba(200, 255, 87, 0.55);
        border-bottom: none;
    }

    .arch-flow__connector--between-rows {
        display: block;
    }

    .cs-problem-solution .row-wrap {
        flex-direction: column;
        gap: 30px;
    }

    .cs-problem-solution .row-wrap .left-col,
    .cs-problem-solution .row-wrap .right-col {
        width: 100%;
    }

    .case-flow-wrap .row-wrap {
        display: flex;
        flex-direction: column-reverse;
        gap: 50px;
    }

    .case-flow-wrap .row-wrap:nth-child(even) {
        flex-direction: column;
    }

    .case-flow-wrap .cs-tags.colored {
        margin: auto;
    }

    .app-flow .row-wrap .left-col {
        width: 100%;
        text-align: center;
    }

    .app-flow .row-wrap .right-col {
        width: 65%
    }

    .app-flow .row-wrap.row-wrap--wide-image,
    .app-flow .row-wrap.row-wrap--wide-image-right {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .app-flow .row-wrap.row-wrap--wide-image .right-col {
        width: 100%;
        margin-left: 0;
    }

    .app-flow .row-wrap.row-wrap--wide-image .left-col {
        width: 100%;
    }

    .app-flow .row-wrap.row-wrap--wide-image-right .right-col {
        width: 100%;
        margin-right: 0;
    }

    .app-flow .row-wrap.row-wrap--wide-image-right .left-col {
        width: 100%;
    }

    .case-flow-wrap .row-wrap ul.bullets-point {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 85%;
        margin: 0 auto;
    }

    .case-flow-wrap .row-wrap ul.bullets-point li {
        white-space: nowrap;
        padding-right: 35px;
    }

    .flow-description p {
        width: 85%;
        margin: 20px auto;
        font-size: 16px;
        line-height: 24px;
    }

    .cs-journey .row-wrap {
        flex-direction: column;
        gap: 50px;
    }

    .cs-journey .row-wrap .left-col {
        width: 100%;
    }

    .cs-journey .section-label,
    .cs-journey .section-heading,
    .cs-journey .section-description {
        text-align: center;
    }

    .cs-journey .section-heading br {
        display: none;
    }

    .cs-journey .section-description {
        font-size: 16px;
        line-height: 24px;
        width: 75%;
        margin: 30px auto;
    }

    .cs-journey ul.bullets-point {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 75%;
        margin: 0 auto;
    }

    .cs-journey ul.bullets-point li {
        padding-right: 30px;
    }

    .cs-journey .row-wrap .right-col {
        width: 70%;
    }

    .cs-journey .row-wrap.journey-features {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }

    .feature-box {
        width: 49%;
        display: flex;
        align-items: center;
        gap: 10px;
        height: -webkit-fill-available;
    }

    .box-style {
        padding: 20px 15px;
    }

    .cs-architecture .arch-stack .feature-box,
    .cs-architecture .arch-services-row .feature-box {
        width: calc(50% - 6px);
    }
}

@media only screen and (max-width:910px) {}

@media only screen and (max-width:767px) {
    .cs-detail__section--hero {
        padding-bottom: 50px;
    }

    .cs-hero-content {
        gap: 50px;
    }

    .cs-hero-content .right-col {
        width: 100%;
    }

    .cs-hero-content h1 {
        font-size: 40px;
    }

    .cs-hero-content p {
        width: 91%;
    }

    .cs-problem-solution {
        padding: 60px 0 60px;
    }

    .section-heading {
        font-size: 32px;
        line-height: 44px;
    }

    .case-flow-wrap {
        gap: 50px;
    }

    .flow-description p {
        width: 95%;
        font-size: 14px;
    }

    .case-flow-wrap .row-wrap ul.bullets-point {
        width: 100%;
    }

    section.inner-spacing {
        padding: 50px 0;
    }

    section.cs-journey.inner-spacing {
        padding: 50px 0 90px;
    }

    .cs-journey .section-description {
        width: 85%;
    }

    .cs-journey ul.bullets-point {
        width: 85%;
    }

    .cs-journey .guide-experience.tourist-journey {
        margin-left: 0px;
        margin-top: 0px;
    }

    .cs-journey .row-wrap .right-col {
        width: 90%;
    }

    .cs-journey .tourist-journey {
        padding-right: 70px;
        margin-bottom: -30px;
    }

    .cs-journey .tourist-journey .bold-label {
        font-size: 16px;
        line-height: 24px;
    }

    .app-box .desc {
        width: 100%;
    }

    .tech-impact .row-wrap {
        flex-wrap: wrap;
    }

    .impact-box {
        width: 48%;
    }

    .tech-impact .row-wrap.top {
        row-gap: 20px;
    }

    .tech-impact .row-wrap.bottom {
        row-gap: 15px;
    }

    .counter-box {
        width: 49%;
    }

    .cs-hero-meta {
        margin-bottom: 28px;
    }

    .cs-project-snapshot {
        margin-top: 36px;
        padding: 22px 18px;
    }

    .snapshot-grid {
        grid-template-columns: 1fr;
    }

    .snapshot-item {
        min-height: 0;
    }

    .cs-role-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cs-impact-grid {
        grid-template-columns: 1fr;
    }

    .cs-engineering-grid {
        grid-template-columns: 1fr;
    }
}

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

    .cs-hero-content .right-col {
        width: 100%;
        height: 450px;
    }

    .cs-hero-content .right-col .left,
    .cs-hero-content .right-col .right {
        width: 50%;
    }

    .cs-hero-content .right-col .center {
        height: 100%;
    }

    .cs-hero-content h1 {
        font-size: 36px;
        line-height: 48px;
    }

    .cs-hero-content p {
        width: 100%;
        font-size: 14px;
    }

    .section-heading {
        font-size: 30px;
        line-height: 44px;
    }

    .sub-headings {
        font-size: 18px;
    }

    .description {
        font-size: 14px;
        line-height: 24px;
    }

    .app-flow .section-description {
        width: 85%;
        font-size: 14px;
    }

    .app-flow .row-wrap .right-col {
        width: 85%;
    }

    .app-flow .row-wrap.row-wrap--wide-image .right-col {
        width: 100%;
    }

    .app-flow .row-wrap.row-wrap--wide-image-right .right-col {
        width: 100%;
    }

    .flow-description h4 {
        font-size: 22px;
        line-height: 36px;
    }

    .flow-description p {
        font-size: 14px;
        line-height: 24px;
    }

    .cs-journey .section-description {
        width: 100%;
    }

    .cs-journey .row-wrap .right-col {
        width: 100%;
    }

    .cs-journey .tourist-journey .bold-label {
        font-size: 14px;
        line-height: 24px;
    }

    .feature-box {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
        height: -webkit-fill-available;
    }

    .app-box .desc {
        font-size: 15px;
    }

    .app-showcase .row-wrap {
        padding-top: 30px;
    }

    .impact-box {
        width: 100%;
    }

    .counter-box p {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .cs-role-grid {
        grid-template-columns: 1fr;
    }

    .cs-architecture .arch-stack .feature-box,
    .cs-architecture .arch-services-row .feature-box {
        width: 100%;
    }

    .cs-highlights .highlights-grid {
        grid-template-columns: 1fr;
    }
}

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

    .cs-hero-content .right-col .left,
    .cs-hero-content .right-col .right {
        display: none;
    }

    .cs-hero-content h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .cs-hero-content .features-tag-row {
        margin: 30px 0;
    }

    .cs-hero-content .ctas-row a {
        font-size: 12px;
        padding: 12px 15px;
    }

    .section-heading {
        font-size: 26px;
        line-height: 38px;
    }

    .cs-problem-solution .row-wrap .left-col,
    .cs-problem-solution .row-wrap .right-col {
        padding: 20px;
    }

    .app-flow .section-description {
        width: 100%;
        font-size: 14px;
    }

    .flow-description p {
        width: 100%;
    }

    .case-flow-wrap .row-wrap ul.bullets-point {
        justify-content: flex-start;
    }

    .case-flow-wrap .row-wrap ul.bullets-point li {
        white-space: normal;
        padding-right: 0;
        text-align: left;
    }

    .cs-journey ul.bullets-point {
        display: block;
        width: 100%;
    }

    .cs-journey ul.bullets-point li {
        padding-right: 0;
    }

    .app-box {
        width: 100%;
    }


}

@media only screen and (max-width:385px) {
    .cs-detail__section--hero {
        padding-top: 0;
    }

    .app-flow .row-wrap .right-col {
        width: 100%;
    }

    .section-heading {
        font-size: 24px;
        line-height: 36px;
    }

    .flow-description h4 {
        font-size: 20px;
        line-height: 32px;
    }

    .counter-box {
        width: 100%;
    }
}

@media only screen and (max-width:360px) {}

/* Case Study Detail Page responsiveness Ends*/