.page--case-study {
    font-family: var(--font-family)
}

@media (max-width: 1100px) {
    :root {
        --h1-size: 32px
    }

    .module-exact-item:hover .module-exact-title, .module-exact-item:hover .module-exact-icon {
        transform: scale(1) !important;
    }

    .page--case-study .main-banner-section .full-height {
        height: calc(50vh - 50px) !important;
        min-height: fit-content !important;
    }

    .page--case-study .main-banner-section {
        min-height: 60vh !IMPORTANT;
    }

    .stack-showcase-section .section-header *, .modules-exact-section h2 {
        text-align: center !IMPORTANT
    }

    .page--case-study .container-area {
        margin: 170px 0 40px;
        padding: 35px 20px !important
    }
}


.page--case-study h1 {
    font-size: var(--h1-size) !important;
    line-height: var(--line-height-tight) !important;
    font-family: var(--font-family-heading) !important
}

.page--case-study .protfolio-banner-wrap .overlay h2, .page--case-study .case-study-banner .overlay h2 {
    font-size: var(--h2-size);
    line-height: var(--line-height-tight);
    font-family: var(--font-family-heading)
}

.page--case-study .protfolio-banner-wrap .overlay h3, .page--case-study .case-study-banner .overlay h3 {
    font-size: var(--h3-size);
    line-height: var(--line-height-tight);
    font-family: var(--font-family-heading)
}

.page--case-study h2, .page--case-study h2.sub-heading, .page--case-study h2.heading-title {
    font-size: var(--h2-size);
    line-height: var(--line-height-tight)
}

.page--case-study h3 {
    font-size: var(--h3-size);
    line-height: var(--line-height-tight)
}

.page--case-study h4 {
    font-size: 25px;
    line-height: var(--line-height-tight)
}

.page--case-study p, .page--case-study .section-description {
    font-size: var(--p-size) !important;
    line-height: var(--line-height-normal) !important
}

.page--case-study.theme--dark--purple .challenges-bg-layer, .page--case-study.theme--dark--purple .process-section::before, .page--case-study.theme--dark--purple .solution-section::before {
    background: #310a31
}

.page--case-study .font-14px, .page--case-study small, .page--case-study .text-small {
    font-size: var(--p-small);
    line-height: var(--line-height-normal)
}

.page--case-study .overlay-blur-section::before {
    background: #00000036;
    backdrop-filter: blur(23px);
    -webkit-backdrop-filter: blur(8px)
}

.page--case-study .container-area {
    padding: 35px
}

.page--case-study .main-banner-section {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    height: auto
}

    .page--case-study .main-banner-section > picture {
        position: absolute;
        inset: 0;
        display: block
    }

    .page--case-study .main-banner-section .hero-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0
    }

    .page--case-study .main-banner-section .container {
        position: relative;
        z-index: 2
    }

.main-banner-section {
    height: 100vh
}

.full-height {
    height: calc(100vh - 50px) !important;
    z-index: 1;
    position: relative
}

.break {
    display: block
}

section.sec-wrapper-mob-app {
    padding: 50px 0 !important
}

body {
    overflow-x: hidden
}

.page--case-study .container-area {
    padding: 35px 30px;
    position: relative
}

@media (min-width: 1366px) {
    .page--case-study h1 {
        font-size: 5.2vw !IMPORTANT
    }
}

.marquee-keywords-strip {
    background: linear-gradient(180deg,#310a3187,#310a31);
    padding: 14px 0;
    overflow: hidden;
    width: 100%
}

    .marquee-keywords-strip .marquee-track {
        display: flex;
        white-space: nowrap;
        animation: scrollMarquee 30s linear infinite;
        width: max-content
    }

    .marquee-keywords-strip .marquee-content {
        display: flex;
        gap: 60px;
        padding: 0 30px;
        flex-shrink: 0
    }

        .marquee-keywords-strip .marquee-content span {
            font-size: 28px;
            color: #fff;
            letter-spacing: 1px;
            text-transform: capitalize;
            position: relative;
            font-family: var(--font-family-em);
            font-style: italic;
            font-optical-sizing: auto
        }

@keyframes scrollMarquee {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.stack-showcase-section {
    background: #f4f6fb;
    padding: 70px 0 80px;
    overflow: hidden
}

    .stack-showcase-section .section-header {
        margin-bottom: 40px
    }

    .stack-showcase-section .heading-title {
        color: #212529;
        font-size: 2.4rem;
        margin-bottom: 10px
    }

    .stack-showcase-section .section-description {
        color: #212529;
        C: 540px;
        margin: 0 auto
    }

.stack-slider-scroll-wrap {
    overflow: hidden;
    padding: 20px 0 30px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    user-select: none;
    -webkit-user-select: none
}

    .stack-slider-scroll-wrap::-webkit-scrollbar {
        display: none
    }

.stack-slider-track {
    display: flex;
    gap: 24px;
    width: max-content;
    will-change: transform
}

@media (max-width: 1199px) {
    .stack-card {
        flex: 0 0 280px
    }
}

@media (max-width: 767px) {
    .stack-card {
        flex: 0 0 220px
    }

    .stack-slider-track {
        gap: 16px
    }
}

.stack-card {
    flex: 0 0 250px;
    background: #fff;
    border-radius: 20px;
    padding: 30px 20px 25px;
    text-align: center;
    box-shadow: 0 8px 30px rgb(0 0 0 / .06);
    border: 1px solid rgb(0 0 0 / .04);
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
    align-items: center
}

    .stack-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 16px 40px rgb(111 66 193 / .15);
        border-color: rgb(111 66 193 / .2)
    }

.stack-card-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #310a3117;
    border-radius: 16px;
    margin-bottom: 16px;
    padding: 14px;
    transition: background 0.3s
}

.stack-card:hover .stack-card-icon {
    background: #8d138d42
}

.stack-card-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.stack-card-icon .icon-fallback {
    font-size: 28px;
    font-weight: 700;
    color: #310a31;
    line-height: 1
}

.stack-card h4 {
    color: #212529;
    margin-bottom: 6px;
    font-size: var(--text-21) !important;
    line-height: var(--line-height-tight) !important
}

.stack-badge {
    display: inline-block;
    background: #eef2ff;
    color: #6f42c1;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 3px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
    display: none
}

.stack-card p {
    color: #212529;
    margin-bottom: 0;
    font-size: var(--p-size) !important;
    line-height: var(--line-height-normal) !important
}

.stack-slider-controls {
    text-align: center;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px
}

    .stack-slider-controls .scroll-arrow {
        width: 44px;
        height: 44px;
        background: #fff;
        border: none;
        border-radius: 50%;
        box-shadow: 0 4px 12px rgb(0 0 0 / .08);
        font-size: 22px;
        color: #6f42c1;
        cursor: pointer;
        transition: all 0.3s;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        outline: 2px solid
    }

        .stack-slider-controls .scroll-arrow:hover {
            background: #6f42c1;
            color: #fff
        }

.stack-slider-dots {
    display: flex;
    gap: 8px
}

    .stack-slider-dots .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #ccc;
        border: none;
        cursor: pointer;
        padding: 0;
        transition: all 0.3s
    }

        .stack-slider-dots .dot.active {
            background: #6f42c1;
            width: 26px;
            border-radius: 5px
        }

.modules-exact-section {
    background: #fafbfe;
    padding: 70px 0
}

    .modules-exact-section .heading-title {
        font-size: 2.4rem;
        font-weight: 500;
        color: #1a1a2e;
        line-height: 1.1;
        letter-spacing: -.02em;
        margin-bottom: 16px
    }

        .modules-exact-section .heading-title em {
            font-style: italic;
            color: #310a31
        }

    .modules-exact-section .section-sub {
        color: #555;
        max-width: 600px;
        line-height: 1.7;
        margin: 20px auto 40px
    }

.modules-exact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #e2e2ea;
    .module-exact-item .active-class

{
    border: unset
}

.module-exact-item {
    display: grid;
    grid-template-columns: 80px 1fr 52px;
    align-items: center;
    gap: 20px;
    padding: 22px 24px;
    border-bottom: 1px solid #e2e2ea;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(.16,1,.3,1);
    position: relative;
    border-radius: 0
}

    .module-exact-item::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg,rgb(111 66 193 / .06),rgb(111 66 193 / .02));
        opacity: 0;
        transition: opacity 0.4s;
        pointer-events: none
    }

    .module-exact-item:hover {
        padding-left: 42px
    }

        .module-exact-item:hover::before {
            opacity: 1
        }

.module-exact-num {
    font-size: 14px;
    color: #999;
    font-weight: 500;
    position: relative;
    z-index: 1
}

.module-exact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: #fff0;
    color: #bbb;
    border: 1.5px solid #ddd;
    transform: scale(.85);
    transition: all 0.4s cubic-bezier(.16,1,.3,1);
    position: relative;
    z-index: 2;
    justify-self: end
}

    .module-exact-icon svg {
        width: 20px;
        height: 20px
    }

.module-exact-item:hover .module-exact-icon {
    transform: scale(1.5);
    color: #310a31;
    background: #ede6f8;
    border-color: #310a31;
    box-shadow: 0 8px 24px rgb(111 66 193 / .2)
}

.module-exact-title {
    font-size: 1.4rem;
    font-weight: 400;
    color: #1a1a2e;
    letter-spacing: -.01em;
    position: relative;
    z-index: 1
}

.module-exact-item:hover .module-exact-title {
    color: #310a31;
    transform: scale(1.3);
    transform-origin: left center
}

@media (max-width: 767px) {
    .module-exact-item {
        grid-template-columns: 50px 1fr 40px;
        gap: 12px;
        padding: 16px 16px
    }

        .module-exact-item:hover {
            padding-left: 16px;
        }

    .module-exact-title {
        font-size: 1.05rem
    }

    .module-exact-icon {
        width: 36px;
        height: 36px
    }

        .module-exact-icon svg {
            width: 17px;
            height: 17px
        }
}

.custom-app-development-insights-sec, .nearshore-staff-augementation-bg {
    padding-top: 0
}

.overlay-blur-section {
    position: relative;
    padding: 30px;
    color: #fff;
    overflow: hidden
}

    .overlay-blur-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: #00000008;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        z-index: 0
    }

    .overlay-blur-section > * {
        position: relative;
        z-index: 1
    }

h2.heading-title {
    font-size: 2.8rem
}

.section-problem-statement {
    background: url(/content/assets/images/case-study-bg-light.webp) center center / cover no-repeat fixed;
    margin-top: 50px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.tools-used-section {
    background: url(/content/assets/images/tools-section-bg-image-portfolio-case-study.webp) center center / cover no-repeat;
    padding-top: 50px;
    padding-bottom: 0;
    position: relative;
    margin-block: 50px;
    z-index: 1
}

.tools-icon-row-wrapper {
    transform: translateY(45px);
    margin-top: -1rem
}

.tool-icon-wrapper {
    backdrop-filter: blur(30px);
    background: rgb(255 255 255 / .1);
    padding: 65px;
    border-radius: 30px;
    transition: transform 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px
}

    .tool-icon-wrapper img {
        max-width: 80px;
        height: auto
    }

.requirement-section {
    padding-block: 50px;
    overflow: hidden
}

.section-description {
    color: #444
}

.custom-tick-list {
    list-style: none;
    padding-left: 0;
    margin-left: 0
}

    .custom-tick-list li {
        position: relative;
        padding-left: 34px;
        margin-bottom: 10px;
        font-size: 16px;
        color: #333
    }

    .custom-tick-list h3 {
        margin-bottom: 10px;
        font-size: 18px !important;
        color: #333;
        font-weight: 600
    }

    .custom-tick-list li: :before {
        content: "";
        position: absolute;
        left: 0;
        top: 2px;
        width: 18px;
        height: 18px;
        background-image: url(../images/services-bullet-point-sec.svg);
        background-size: contain;
        background-repeat: no-repeat
    }

.requirement-image {
    max-width: 75%;
    z-index: 2;
    position: relative
}

.challenge-icon, .slide-wrapper .card img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px
}

    .challenge-icon img, .right-wrap-mob-app img {
        width: 100%;
        height: auto
    }

.solution-section {
    padding-bottom: 50px;
    overflow: hidden
}

.solution-section, .process-section {
    color: #fff;
    background: url(../images/grid-lines-bg.webp) center / cover no-repeat fixed !important;
    position: relative
}

    .process-section::before, .solution-section::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1
    }

    .process-section::before {
        background: linear-gradient(to bottom,#847996,#a79bb8)
    }

.tools-used-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .5
}

.section-problem-statement::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .6
}

.solution-section .solution-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px
}

.solution-section .card {
    background: #ffffff24;
    backdrop-filter: blur(80px);
    -webkit-backdrop-filter: blur(80px);
    border: 1px solid rgb(255 255 255 / .25);
    border-radius: 5px;
    padding: 30px;
    transition: all 0.3s ease;
    height: 100%
}

    .solution-section .card:hover {
        transform: translateY(-6px);
        background: rgb(255 255 255 / .12)
    }

.solution-section .card-large {
    grid-column: span 2
}

.solution-section .card-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px
}

.solution-section .icon {
    flex-shrink: 0
}

    .solution-section .icon img {
        width: 90%;
        height: 90%;
        object-fit: contain;
        display: block
    }

.solution-section .card p {
    font-size: .95rem;
    line-height: 1.6;
    margin: 0
}

.challenges-section {
    position: relative;
    padding: 70px 20px;
    z-index: 1;
    overflow: hidden
}

.challenges-bg-layer {
    position: absolute;
    top: 94px;
    left: 50%;
    width: 79rem;
    height: 72%;
    transform: translateX(-50%) rotate(4deg);
    border-radius: 69px;
    z-index: -1
}

.challenges-container {
    background: #f9f9ff;
    border-radius: 69px;
    padding: 50px 40px;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 10px 25px rgb(0 0 0 / .08)
}

.challenges-cards {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 2rem
}

.challenge-card {
    flex: 1;
    min-width: 250px;
    padding: 0 20px;
    border-right: 1px solid #dde4f0
}

    .challenge-card:last-child {
        border-right: none
    }

    .challenge-card h4 {
        font-size: 1.2rem;
        font-weight: 600;
        margin-bottom: 15px;
        color: #222
    }

.events-cta h3, .step h3 {
    font-weight: 400;
    font-family: poppins-regular
}

.challenge-card p {
    font-size: .95rem;
    line-height: 1.6;
    color: #000
}

.process-section {
    position: relative;
    overflow: hidden;
    padding-block: 50px
}

.process-header {
    max-width: 1300px;
    margin: 0 auto 1.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px
}

    .process-header p {
        flex: 2;
        font-size: 16px;
        line-height: 1.6;
        margin: 0
    }

.timeline-wrapper {
    position: relative;
    width: 100vw
}

svg.curve {
    width: 100%;
    height: 100%;
    display: block
}

.step {
    position: absolute;
    text-align: left;
    max-width: 280px
}

    .step img {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        margin-bottom: 10px
    }

    .step h3 {
        margin: 8px 0 5px;
        font-size: 20px;
        color: #fff
    }

    .step p {
        font-size: 14px !important;
        color: #fff
    }

.step2 .step-content-wrapper, .step4 .step-content-wrapper {
    position: absolute;
    width: max-content;
    max-width: 280px;
    bottom: 100%
}

.step1 {
    left: 6%;
    top: 25%
}

.step2 {
    left: 24%;
    top: 24%
}

.step3 {
    left: 44%;
    top: 34%
}

.step4 {
    left: 62%;
    top: 44%
}

.step5 {
    left: 80%;
    top: 51%
}

.dot-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block: 15px;
    backdrop-filter: blur(30px);
    background: #d2e7ff;
    border-radius: 100px;
    width: 50px;
    height: 50px
}

.dot {
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.dot-step1 {
    background: linear-gradient(135deg,#0059df,#40bfff)
}

.dot-step2 {
    background: linear-gradient(135deg,#7500b8,#ef00ff)
}

.dot-step3 {
    background: linear-gradient(135deg,#18b400,#8cffa3)
}

.dot-step4 {
    background: linear-gradient(135deg,#60ffcb,#0c7783)
}

.dot-step5 {
    background: linear-gradient(135deg,#d8df00,#ffac40)
}

.page--hakeemah-cms.theme--purple .section-problem-statement::before {
    background: #fff2fe
}

.page--hakeemah-cms.theme--purple .solution-section::before {
    background: linear-gradient(to bottom,#4e56c0,#6a5acd)
}

.page--hakeemah-cms.theme--purple .process-section::before {
    background: linear-gradient(to bottom,#6a5acd,#9b5de0)
}

.page--hakeemah-cms.theme--purple .challenges-bg-layer {
    background: linear-gradient(135deg,#9b5de0,#d78fee)
}

.page--hakeemah-cms.theme--purple .tools-used-section::before {
    background: linear-gradient(to bottom,#9e53ca,#9267ff)
}

.page--hakeemah-cms.theme--purple .cta-thin .container .row {
    background: url(../images/cta-thin-bg-hakeemah-cms.webp) right / cover no-repeat !important
}

.page--hakeemah-cms.theme--purple .custom-tick-list li: :before {
    background-image: url(../images/hakeemah-cms-tick-icon.svg)
}

.page--hakeemah-cms.theme--purple .btn-primary {
    border-color: #e0c4ff;
    border: 2px solid #e0c4ff
}

    .page--hakeemah-cms.theme--purple .btn-primary:hover {
        color: #000000 !important;
        background-color: #e0c4ff
    }

.page--hakeemah-cms.theme--purple .glances-carousel-content-bg {
    background: url(../images/hakeemah-cms-slider-bg.webp) center / cover no-repeat fixed !important
}

.page--hakeemah-seo.theme--green .section-problem-statement::before {
    background: #ebfbf2
}

.page--hakeemah-seo.theme--green .solution-section::before {
    background: linear-gradient(to bottom,#1f6f5f,#2fa084)
}

.page--hakeemah-seo.theme--green .process-section::before {
    background: linear-gradient(to bottom,#2fa084,#3bbf9c)
}

.page--hakeemah-seo.theme--green .challenges-bg-layer {
    background: linear-gradient(135deg,#2fa084,#6fcf97)
}

.page--hakeemah-seo.theme--green .tools-used-section::before {
    background: linear-gradient(to bottom,#1f6f5f,#2fa084)
}

.page--hakeemah-seo.theme--green .cta-thin .container .row {
    background: url(../images/cta-thin-bg-hakeemah-seo.webp) right / cover no-repeat !important
}

.page--hakeemah-seo.theme--green .custom-tick-list li: :before {
    background-image: url(../images/hakeemah-seo-tick-icon.svg)
}

.page--hakeemah-seo.theme--green .btn-primary {
    border-color: #0e6d58;
    border: 2px solid #0e6d58
}

    .page--hakeemah-seo.theme--green .btn-primary:hover {
        color: #fff !important;
        background-color: #0e6d58
    }

.page--hakeemah-seo.theme--green .glances-carousel-content-bg {
    background: url(../images/hakeemah-seo-slider-bg.webp) center / cover no-repeat fixed !important
}

.page--diverse-solutions.theme--grey .section-problem-statement::before {
    background: #ebf0ff
}

.page--diverse-solutions.theme--grey .solution-section::before {
    background: linear-gradient(to bottom,#50589c,#3c467b)
}

.page--diverse-solutions.theme--grey .process-section::before {
    background: linear-gradient(to bottom,#3c467b,#2e355f)
}

.page--diverse-solutions.theme--grey .challenges-bg-layer {
    background: linear-gradient(135deg,#50589c,#3c467b)
}

.page--diverse-solutions.theme--grey .tools-used-section::before {
    background: linear-gradient(to bottom,#50589c,#3c467b)
}

.page--diverse-solutions.theme--grey .cta-thin .container .row {
    background: url(../images/cta-thin-bg-diverse-solutions.webp) right / cover no-repeat !important
}

.page--diverse-solutions.theme--grey .custom-tick-list li: :before {
    background-image: url(../images/diverse-solutions-tick-icon.svg)
}

.page--diverse-solutions.theme--grey .btn-primary {
    border-color: #404886;
    border: 2px solid #404886
}

    .page--diverse-solutions.theme--grey .btn-primary:hover {
        color: #fff !important;
        background-color: #404886
    }

.page--diverse-solutions.theme--grey .glances-carousel-content-bg {
    background: url(../images/diverse-solutions-slider-bg.webp) center / cover no-repeat fixed !important
}

.page--mob.theme--blue .section-problem-statement::before {
    background: #f2f4fc
}

.page--mob.theme--blue .solution-section::before {
    background: linear-gradient(to bottom,#3852b4,#5e7ac4)
}

.page--mob.theme--blue .process-section::before {
    background: linear-gradient(to bottom,#5e7ac4,#7f9ad6)
}

.page--mob.theme--blue .challenges-bg-layer {
    background: linear-gradient(135deg,#3852b4,#5e7ac4)
}

.page--mob.theme--blue .tools-used-section::before {
    background: linear-gradient(to bottom,#3852b4,#5e7ac4)
}

.page--mob.theme--blue .cta-thin .container .row {
    background: url(../images/cta-thin-bg-mob.webp) right / cover no-repeat !important
}

.page--mob.theme--blue .custom-tick-list li: :before {
    background-image: url(../images/mob-tick-icon.svg)
}

.page--mob.theme--blue .btn-primary {
    border-color: #223d92;
    border: 2px solid #223d92
}

    .page--mob.theme--blue .btn-primary:hover {
        color: #fff !important;
        background-color: #223d92
    }

.page--mob.theme--blue .glances-carousel-content-bg {
    background: url(../images/mob-slider-bg.webp) center / cover no-repeat fixed !important
}

.page--suzuki.theme--dark--purple .section-problem-statement::before {
    background: #f2eff9
}

.page--suzuki.theme--dark--purple .solution-section::before {
    background: linear-gradient(to bottom,#310a31,#847996)
}

.page--suzuki.theme--dark--purple .process-section::before {
    background: linear-gradient(to bottom,#847996,#a79bb8)
}

.page--suzuki.theme--dark--purple .challenges-bg-layer {
    background: linear-gradient(135deg,#310a31,#847996)
}

.page--suzuki.theme--dark--purple .tools-used-section::before {
    background: linear-gradient(to bottom,#310a31,#847996)
}

.page--suzuki.theme--dark--purple .cta-thin .container .row {
    background: url(../images/cta-thin-bg-suzuki.webp) right / cover no-repeat !important
}

.page--suzuki.theme--dark--purple .custom-tick-list li: :before {
    background-image: url(../images/suzuki-tick-icon.svg)
}

.page--suzuki.theme--dark--purple .btn-primary {
    border-color: #5e4768;
    border: 2px solid #5e4768
}

    .page--suzuki.theme--dark--purple .btn-primary:hover {
        color: #fff !important;
        background-color: #5e4768
    }

.page--suzuki.theme--dark--purple .glances-carousel-content-bg {
    background: url(../images/suzuki-slider-bg.webp) center / cover no-repeat fixed !important
}

.page--fatoortak.theme--seagreen .section-problem-statement::before {
    background: #eefeff
}

.page--fatoortak.theme--seagreen .solution-section::before {
    background: linear-gradient(to bottom,#0081a7,#00afb9)
}

.page--fatoortak.theme--seagreen .process-section::before {
    background: linear-gradient(to bottom,#00afb9,#33c7cf)
}

.page--fatoortak.theme--seagreen .challenges-bg-layer {
    background: linear-gradient(135deg,#0081a7,#00afb9)
}

.page--fatoortak.theme--seagreen .tools-used-section::before {
    background: linear-gradient(to bottom,#0081a7,#00afb9)
}

.page--fatoortak.theme--seagreen .cta-thin .container .row {
    background: url(../images/cta-thin-bg-fatoortak.webp) right / cover no-repeat !important
}

.page--fatoortak.theme--seagreen .custom-tick-list li: :before {
    background-image: url(../images/fatoortak-tick-icon.svg)
}

.page--fatoortak.theme--seagreen .btn-primary {
    border-color: #007182;
    border: 2px solid #007182
}

    .page--fatoortak.theme--seagreen .btn-primary:hover {
        color: #fff !important;
        background-color: #007182
    }

.page--fatoortak.theme--seagreen .glances-carousel-content-bg {
    background: url(../images/fatoortak-slider-bg.webp) center / cover no-repeat fixed !important
}

.page--case-study.theme--dark--purple .section-problem-statement::before {
    background: #f2eff9
}

.page--case-study.theme--dark--purple .solution-section::before {
    background: #310a31
}

.page--case-study.theme--dark--purple .process-section::before {
    background: #310a31
}

.page--case-study.theme--dark--purple .challenges-bg-layer {
    background: #310a31
}

.page--case-study.theme--dark--purple .tools-used-section::before {
    background: linear-gradient(to bottom,#310a31,#847996)
}

.page--case-study.theme--dark--purple .cta-thin .container .row {
    background: url(../images/cta-thin-bg-suzuki.webp) right / cover no-repeat !important
}

.page--case-study.theme--dark--purple .custom-tick-list li: :before {
    background-image: url(../images/suzuki-tick-icon.svg)
}

.page--case-study.theme--dark--purple .btn-primary {
    border-color: #5e4768;
    border: 2px solid #5e4768
}

    .page--case-study.theme--dark--purple .btn-primary:hover {
        color: #fff !important;
        background-color: #5e4768
    }

.page--case-study.theme--dark--purple .glances-carousel-content-bg {
    background: url(../images/suzuki-slider-bg.webp) center / cover no-repeat fixed !important
}
