/* =================== Case Study Detail — Full Width ===================== */

.case-study-detail-page header {
    position: fixed;
}

.cs-detail {
    background: #000000;
}

.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;
}

.cs-hero-content .left-col {
    width: 45%;
}

.cs-hero-content h1 {
    font-size: 72px;
    font-weight: 600;
    line-height: 68.4px;
    letter-spacing: -1.8px;
    color: #ffffff;
    margin: 50px 0;
}

.cs-hero-content h1 span {
    color: #C6FF3D;
}

.cs-hero-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 29.25px;
    letter-spacing: 0px;
    color: #ffffff70;
    width: 80%;
}

.cs-hero-content .features-tag-row {
    display: flex;
    gap: 8px;
    margin: 32px 0 50px;
}

.cs-hero-content .ctas-row {
    display: flex;
    gap: 16px;
}

.cs-hero-content .ctas-row a {
    padding: 14px 24px;
    border-radius: 16px;
    border: 1px solid #ffffff50;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff80;
}

.cs-hero-content .ctas-row a.active {
    background-color: #C6FF3D;
    color: #000000;
}

.cs-hero-content .right-col {
    position: relative;
    width: 55%;
    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%;
}

.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: -50px;
}

.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;
}


/********************************************* WEB APPS PAGE CSS STARTS HERE ****************************************************/
/********************************************************************************************************************************/
.neon {
    color: #C6FF3D !important;
}
.purple {
    color: #A855F7 !important;
}
.blue {
    color: #3B82F6 !important;
}
.orange {
    color: #F97316 !important;
}
.sea-green {
    color: #10B981 !important;
}
.bg-neon {
    background-color: #C6FF3D;
}
.bg-purple {
    background-color: #A855F7;
}
.bg-orange {
    background-color: #F97316;
}
.bg-blue {
    background-color: #3B82F6;
}

.cs-detail.web-app section.inner-spacing {
    border-bottom: none;
}
.cs-detail.web-app .cs-detail__section--hero {
    border-bottom: none;
}
.cs-detail.web-app .cs-problem-solution.cs-web-app {
    padding-top: 0 !important;
}

.cs-detail__section--hero.cs-web-app .cs-breadcrumbs {
    justify-content: center;
    margin-bottom: 50px;
}
.cs-detail__section--hero.cs-web-app .cs-hero-content .left-col {
    width: 100%;
    text-align: center;
}
.cs-detail__section--hero.cs-web-app .features-tag-row {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.cs-detail__section--hero.cs-web-app .cs-hero-content h1 {
    margin: 30px 0;
}
.cs-detail__section--hero.cs-web-app .cs-hero-content p {
    width: 68%;
    margin: 0 auto 50px;
}
.cs-detail__section--hero.cs-web-app .cs-hero-content .ctas-row {
    justify-content: center;
}
.web-app-hero-slider {
    position: relative;
    margin-top: 65px;
}
.web-app-hero-slider > img {
    width: 100%;
    display: block;
}


/* CASE STUDY WEB APP PROJECT OVERVIEW */
.cs-problem-solution.cs-web-app .section-label {
    text-align: left;
}
.cs-problem-solution.cs-web-app .row-wrap {
    margin-top: 15px;
}
.cs-problem-solution.cs-web-app .row-wrap .icon-box {
    margin-bottom: 20px;
}
.icon-box {
    display: flex;
    align-items: center;
    gap: 12px;
}
.icon-box span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 16px;
}
.cs-problem-solution.cs-web-app .row-wrap .left-col .icon-box span {
    background-color: #EF444415;
}
.icon-box .sub-headings {
    font-weight: 700;
    font-size: 15.29px;
    line-height: 22.94px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 5px;
}
.icon-box .sub-text {
    font-weight: 400;
    font-size: 11.47px;
    line-height: 15.29px;
    letter-spacing: 0px;
    color: #B5B5B5;
    margin: 0;
}

.cs-problem-solution.cs-web-app .row-wrap .right-col .icon-box span {
    background-color: #C6FF3D15;
}
.strategy-list {
    display: flex;
    justify-content: space-between;
}
.strategy-list div{
    width: 50%;
}
.strategy-list .bullets-point {
    padding-left: 0;
}
.strategy-list .bullets-point li {
    list-style: none;
    display: flex;
}
.strategy-list .bullets-point li img {
    max-width: 11px;
    margin-right: 8px;
}
.cs-problem-solution.cs-web-app .journey-features .feature-box .count {
    font-weight: 900;
    font-size: 28.67px;
    line-height: 34.4px;
    letter-spacing: 0px;
}
.main-img {
    position: relative;
    overflow: hidden;
    margin: 110px auto 0;
    width: 100%;
}
.main-img img {
    width: 100%;
}

/* LCD mockup + full-bleed center-mode slider */
.dr-lcd-marquee {
    --dr-frame-width: min(720px, 48vw);
    --dr-screen-width: calc(var(--dr-frame-width) * 0.904);
    --dr-screen-top: 8.8%;
    --dr-screen-height: 63.5%;
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin: 110px 0 0;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
}

.dr-lcd-marquee__frame-wrap {
    position: relative;
    width: var(--dr-frame-width);
    margin: 0 auto;
    z-index: 2;
    pointer-events: none;
}

.dr-lcd-marquee__frame {
    display: block;
    width: 100%;
    height: auto;
}

.dr-lcd-swiper {
    position: absolute;
    left: 0;
    width: 100%;
    top: var(--dr-screen-top);
    height: var(--dr-screen-height);
    z-index: 1;
    overflow: visible !important;
}

.dr-lcd-swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
    height: 100%;
    gap: 24px;
    will-change: transform;
}

.dr-lcd-swiper .swiper-slide {
    flex: 0 0 var(--dr-screen-width);
    width: var(--dr-screen-width) !important;
    height: 100%;
    opacity: 0.45;
    transition: opacity 0.7s ease;
    overflow: hidden;
    border-radius: 6px;
    background: #0a0a0a;
    box-sizing: border-box;
}

.dr-lcd-swiper .swiper-slide.is-active {
    opacity: 1;
    z-index: 2;
}

/* No opacity tween during seamless loop rewind */
.dr-lcd-swiper.is-jumping .swiper-slide {
    transition: none !important;
}

.dr-lcd-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center center;
}


.section-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 50px;
}
.section-header .left-side {
    text-align: left;
    width: 45%;
}
.section-header .right-side {
    width: 49%;
}
.section-header .section-label,
.section-header .section-heading {
    text-align: left;
}
.section-header .right-side p {
    color: #B5B5B5;
}

.key-feature-row {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.key-feature-row .row-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.key-feature-row .row-wrap.first .left-col {
    width: 45%;
}
.key-feature-row .row-wrap.first .right-col {
    width: 49%
}
.key-feature-row .row-wrap .right-col img{
    width: 100%;
}

.key-feature-row .row-wrap.second .right-col {
    width: 50%;
}
.key-feature-row .row-wrap.second .left-col {
    width: 45%
}

.cs-ui-showcase .row-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cs-live-anaytis .row-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cs-live-anaytis .row-wrap .left-col {
    width: 42%;
}
.cs-live-anaytis .row-wrap .right-col {
    width: 56%;
}
.cs-live-anaytis .row-wrap .right-col img {
    width: 100%;
}
.cs-live-anaytis .row-wrap ul.bullets-point li::marker {
    color: #A855F7;
}
.cs-tech-stack .row-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}
.stack-box {
    width: 24%;
    background-color: #111111;
    border-radius: 16px;
    border: 1px solid #24242450;
    padding: 22px;
}
.stack-box .icon-box span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stack-box .icon-box span.green {
    background-color: #C6FF3D15;
}
.stack-box .icon-box span.purple {
    background-color: #A855F715;
}
.stack-box .icon-box span.orange {
    background-color: #F59E0B15;
}
.stack-box .icon-box span.blue {
    background-color: #3B82F615;
}

.stack-box.first ul.bullets-point li::marker {
    color: #C6FF3D;
}
.stack-box.second ul.bullets-point li::marker {
    color: #3B82F6;
}
.stack-box.third ul.bullets-point li::marker {
    color: #A855F7;
}
.stack-box.fourth ul.bullets-point li::marker {
    color: #F59E0B;
}

.cs-detail.web-app .tech-impact .section-label,
.cs-detail.web-app .tech-impact .section-heading {
    text-align: center;
}
.cs-detail.web-app .tech-impact .section-description {
    width: 48%;
    margin: 16px auto 65px;
    color: #ffffff;
}
.cs-detail.web-app .tech-impact .counter-box.first {
    background-color: #EEF2FF;
    border: 1px solid #6366F122;
}
.cs-detail.web-app .tech-impact .counter-box.second {
    background-color: #ECFDF5;
    border: 1px solid #10B98122;
}
.cs-detail.web-app .tech-impact .counter-box.third {
    background-color: #ECFEFF;
    border: 1px solid #06B6D422;
}
.cs-detail.web-app .tech-impact .counter-box.fourth {
    background-color: #FFFBEB;
    border: 1px solid #F59E0B22;
}
.cs-detail.web-app .tech-impact .counter-box span {
    color: #64748B;
}
.stack-box hr {
    display: block;
    padding: 0;
    margin: 15px 0 20px;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}
.client-reviews {
    background-color: #0F172A;
    padding: 50px 55px;
    border-radius: 24px;
    margin-top: 50px;
}
.client-reviews .review-text {
    font-size: 22px;
    line-height: 40px;
    color: #CBD5E1;
    width: 75%;
    margin: 50px 0;
}
.client-reviews .profile-box {
    display: flex;
    align-items: center;
    gap: 15px;
}
.client-reviews .profile-box .letter {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #6366F1 0%, #06B6D4 100%);
    color: #ffffff;
    flex-shrink: 0;
    object-fit: cover;
}

.client-reviews .profile-box img.letter.avatar {
    padding: 0;
}
.client-reviews .profile-box .name {
    font-weight: 700;
    font-size: 15px;
    line-height: 22.5px;
    color: #ffffff;
    margin-bottom: 5px;
}
.client-reviews .profile-box .designation {
    font-weight: 400;
    font-size: 13px;
    line-height: 19.5px;
    color: #64748B;
}
.client-reviews .reviewer-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rating-stars {
    display: flex;
    gap: 3px;
    align-items: center;
}
.cs-detail.web-app .tech-impact {
    padding-top: 0px !important;
}

/* 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) {

    .section-header .left-side {
        text-align: left;
        width: 48%;
    }

}

@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;
    }

    /******************** WEB APP CASE STUDY **********************/

    .web-app-hero-slider .web-app-slider-controls .web-app-prev,
    .web-app-hero-slider .web-app-slider-controls .web-app-next {
        width: 45px !important;
        height: 45px !important;
    }
    .web-app-hero-slider .web-app-slider-controls {
        width: 120px;
    }

    .main-img {
        position: relative;
        overflow: hidden;
        margin: 70px auto 0;
        width: 100%;
    }
    .dr-lcd-marquee {
        --dr-frame-width: min(560px, 58vw);
        margin-top: 70px;
        width: 100vw;
        margin-left: calc(50% - 50vw);
    }
    .cs-live-anaytis .row-wrap .cs-tags.colored {
        margin-left: 0;
    }
    .cs-detail.web-app .tech-impact .section-description {
        width: 65%;
    }
    .client-reviews .review-text {
        width: 85%;
        font-size: 18px;
    }









}

@media only screen and (max-width:991px) {
    .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%
    }

    .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 WEB APP ************************/
    /*********************************************************/
    .cs-problem-solution.cs-web-app .row-wrap.journey-features {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }
    .cs-problem-solution.cs-web-app .row-wrap.journey-features .feature-box {
        width: 48.5%;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .section-header {
        flex-direction: column;
        gap: 30px;
    }
    .section-header .left-side,
    .section-header .right-side {
        width: 100%;
        text-align: center;
    }   
    .section-header .left-side p,
    .section-header .left-side h3 {
        text-align: center;
    }
    .section-header .left-side h3 br {
        display: none;
    }
    .key-feature-row .row-wrap {
        flex-direction: column;
        gap: 50px;
    }
    .key-feature-row .row-wrap.first .left-col {
        width: 100%;
        text-align: center;
    }
    .key-feature-row .row-wrap ul.bullets-point {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .key-feature-row .row-wrap ul.bullets-point li {
        padding-right: 30px;
    }
    .key-feature-row .row-wrap.first .right-col {
        width: 80%;
    }
    .key-feature-row .row-wrap.second {
        flex-direction: column-reverse;
    }
    .key-feature-row .row-wrap.second .left-col {
        width: 100%;
        text-align: center;
    }
    .key-feature-row .row-wrap.second .right-col {
        width: 80%;
    }
    .cs-live-anaytis .row-wrap {
        flex-direction: column;
        gap: 50px;
    }
    .cs-live-anaytis .row-wrap .left-col {
        width: 100%;
        text-align: center;
    }
    .cs-live-anaytis .row-wrap .cs-tags.colored {
        margin-left: unset;
        margin: auto;
    }
    .cs-live-anaytis .row-wrap ul.bullets-point {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .cs-live-anaytis .row-wrap ul.bullets-point li {
        padding-right: 30px;
    }
    .cs-tech-stack .row-wrap {
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .stack-box {
        width: 49%;
    }

}   

@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%;
    }


    /******************** WEB APP CASE STUDY **********************/
    /***************************************************************/

    .cs-detail__section--hero.cs-web-app .cs-breadcrumbs {
        display: none;
    }
    .cs-detail__section--hero.cs-web-app .cs-hero-content p {
        width: 90%;
    }
    .web-app-hero-slider .web-app-slider-controls .web-app-prev, 
    .web-app-hero-slider .web-app-slider-controls .web-app-next {
        width: 40px !important;
        height: 40px !important;
    }
    .web-app-hero-slider .web-app-slider-controls {
        bottom: 0%;
    }
    .cs-problem-solution.cs-web-app .row-wrap.journey-features {
        row-gap: 10px;
        column-gap: 0;
    }
    .cs-problem-solution.cs-web-app .row-wrap.journey-features .feature-box {
        width: 49%;
    }
    .main-img {
        width: 100%;
        height: auto;
        margin: 40px auto 0;
    }
    .dr-lcd-marquee {
        --dr-frame-width: min(400px, 78vw);
        margin-top: 40px;
        width: 100vw;
        margin-left: calc(50% - 50vw);
    }
    .main-img img {
        width: 100%;
        height: auto;
        max-height: none;
        min-height: 0;
    }
    .cs-live-anaytis .row-wrap .right-col {
        width: 80%;
    }
    .client-reviews {
        padding: 25px 20px;
    }
    .client-reviews .review-text {
        width: 100%;
        font-size: 16px;
        line-height: 28px;
    }
    .client-reviews .reviewer-rating {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .client-reviews .reviewer-rating .rating-stars {
        margin-left: 65px
    }
    .cs-detail.web-app .tech-impact .section-description {
        width: 80%;
    }
}

@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%;
    }

    .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;
    }

    /******************** WEB APP CASE STUDY **********************/
    /**************************************************************/


    .cs-detail__section--hero.cs-web-app .features-tag-row {
        flex-wrap: wrap;
    }
     .web-app-hero-slider .web-app-slider-controls {
        width: 100%;
        right: 0;
        bottom: 50% !important;
    }
    .web-app-hero-slider .web-app-slider-controls .web-app-prev, 
    .web-app-hero-slider .web-app-slider-controls .web-app-next {
        width: 30px !important;
        height: 30px !important;
        border-radius: 5px !important;
    }
    .cs-problem-solution.cs-web-app .row-wrap.journey-features .feature-box {
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
    }
    .cs-detail.web-app .tech-impact .section-description {
        width: 100%;
    }
    .client-reviews .review-text {
        font-size: 14px;
        line-height: 26px;
    }


}

@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%;
    }

    /******************** WEB APP CASE STUDY **********************/
    /**************************************************************/

    .cs-detail__section--hero.cs-web-app .cs-hero-content p {
        width: 100%;
    }
    .web-app-hero-slider .web-app-slider-controls {
        display: none;
    }

    .strategy-list {
        flex-wrap: wrap;
    }
    .strategy-list div {
        width: 100%;
    }
    .key-feature-row .row-wrap.first .right-col {
        width: 100%;
    }
    .key-feature-row .row-wrap.second .right-col {
        width: 100%;
    }
    .cs-live-anaytis .row-wrap .right-col {
        width: 100%;
    }
    .stack-box {
        width: 100%;
        padding: 20px 15px;
    }
    
}

@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%;
    }

    /******************** WEB APP CASE STUDY **********************/

    .cs-problem-solution.cs-web-app .row-wrap.journey-features {
        flex-direction: column;
    }
    .cs-problem-solution.cs-web-app .row-wrap.journey-features .feature-box {
        width: 100%;
    }
}

@media only screen and (max-width:360px) {}

/* Case Study Detail Page responsiveness Ends*/