@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*,
::after,
::before {
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
    transition: background .3s, color .3s, border .3s, border-color .3s;
}

body {
    font-family: "Inter", sans-serif;
    margin: 0px;
    width: 100%;
    height: 100%;
    background: var(--bg);
    color: var(--ink);
    overflow-x: hidden;
}


:root {
    --bg: #0b0c10;
    --panel: #111317;
    --ink: #fff;
    --muted: #a8b1c5;
    --aboutmuted: #9aa6bd;
    --line: #1d2128;
    --blue: #3d8bff;
    --violet: #7b61ff;
    --white: #fff;
    --rad: 18px;
    --rad-lg: 22px;
    --shadow: 0 10px 30px rgba(0, 0, 0, .35);
    --maxw: 1200px;
    --whitefilter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7482%) hue-rotate(81deg) brightness(99%) contrast(98%);

    /* case study ticketech newvariant root */

    --bg-page: #ffffff;
    --bg-card: #f8fafc;
    --bg-card-alt: #eef2ff;
    --bg-chip: #eef2ff;
    --text-primary: #0f172a;
    --text-secondary: #475569;
    --text-on-dark: #ffffff;
    --border-color: rgba(15, 23, 42, 0.08);
    --accent: #4f46e5;
    --accent-soft: rgba(79, 70, 229, 0.08);
    --card-radius: 1rem;
    --page-max: 1280px;
    --shadow-card: 0 24px 64px rgba(15, 23, 42, 0.07);

    /* glenzy */
    --glenzy-accent-1: #6C4DD5;
    /* Glenzy purple */
    --glenzy-accent-2: #5E8BF2;
    /* Glenzy blue */

    /* ajex case study */

    --fourColGridborder: #233148;
    --panelItem: #0f172a;

    --panel-2: #0c1426;
    --clrTextmuted: #94a3b8;
}

/* case study ticketech newvariant .dark */
[data-theme='dark'] {
    --bg-page: #0f172a;
    --bg-card: #1e2537;
    --bg-card-alt: #1b2335;
    --bg-chip: rgba(30, 41, 59, 0.6);
    --text-primary: #fff;
    --text-secondary: #cbd5e1;
    --text-on-dark: #fff;
    --border-color: rgba(226, 232, 240, 0.12);
    --accent: #6366f1;
    --accent-soft: rgba(99, 102, 241, 0.16);
    --shadow-card: 0 24px 64px rgba(0, 0, 0, 0.8);
}


html {
    scroll-behavior: smooth;
}

.textAlign_center {
    text-align: center;
}

.textAlign_right {
    text-align: right;
}

.textAlign_left {
    text-align: left;
}

.Display_Flex {
    display: flex !important;
}

.snapshotBlock {
    display: grid;
    grid-template-columns: 1fr 1fr;

}

.platformcontent {


    font-size: .8rem;
    line-height: 1.6rem;
    color: var(--text-secondary);
    padding: 0px 20px;

}

.prb10 {

    padding-right: 10px;
    padding-bottom: 10px;
}

.snapshotBlockImg {
    width: 100%;
    border-radius: 18px;
}

.emptyList {
    margin: 0;
    padding: 0;
    list-style: none;
}

.Display_InlineFlex {
    display: inline-flex !important;
}

.Display_Block {
    display: block !important;
}

.Display_inlineBlock {
    display: inline-block !important;
}

.DeskFlex_Mobileblock {
    display: flex;
}

.justify_content_End {
    justify-content: flex-end;
}

.justify_content_Center {
    justify-content: center;
}

.justify-content_Spacebetween {
    justify-content: space-between;
}

.align_item_Center {
    align-items: center;
}

.align_item_End {
    align-items: end;
}

.align_item_Stretch {
    align-items: stretch;
}

.flex_direction_Column {
    flex-direction: column;
}

.flex_wrap_Wrap {
    flex-wrap: wrap;
}

.gap_5 {
    gap: 5px
}

.gap_10 {
    gap: 10px;
}

.gap_12 {
    gap: 12px;
}

.gap_16 {
    gap: 16px;
}

.gap_20 {
    gap: 20px;
}

.gap_30 {
    gap: 30px;
}

.width_100per {
    width: 100%;
}

.mb_24 {
    margin-bottom: 24px !important;
}

.mb_8 {
    margin-bottom: 8;
}

.mt_14 {
    margin-top: 14px;
}

.mb_12 {
    margin-bottom: 12px !important;
}

.mt_16 {
    margin-top: 16px;
}

.mb_16 {
    margin-bottom: 16px !important;
}

.whitefilter {
    filter: var(--whitefilter);
}

.about-subText {
    text-decoration: unset;
}

.blackClrText {
    color: #000;
    line-height: 1.5;
    margin: 0;
}

[data-theme='dark'] .blackClrText {
    color: #fff;
}

[data-theme='dark'] #workingconcept {
    background: #0b0c10;
}

[data-theme='dark'] .features-item {
    background-color: #000;
}

[data-theme='dark'] .imageWhite {
    filter: brightness(0) invert(1)
}


[data-theme='dark'] ul.footerLink li a {
    color: #fff;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1020;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

/* Header Code Start */
.MobileToggle {
    display: none;
}

header .brand #themeMobileToggle {
    display: none;
}

header nav {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0px !important;
}

header .navbar-collapse {
    flex-grow: unset !important;
}

header ul {
    display: flex;
    align-items: center;
    gap: 18px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

header ul li a {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    /* color: #cbd5e1; */
    position: relative;

}

header ul li a:hover {
    text-decoration: none;
    /* color: #cbd5e1; */
}

header ul li a.active {
    color: #fff
}

header ul li a.active::after {
    content: "";
    display: block;
    height: 2px;
    background: var(--blue);
    border-radius: 2px;
    margin-top: 6px
}

.other-option {
    display: flex;
    align-items: center;
    gap: 12px;
}

a {
    color: inherit;
    text-decoration: none
}


[data-theme='light'] .menu {
    color: #374151
}

[data-theme='light'] .menu a.active {
    color: #111317
}

/* home code start */

[data-theme='light'] {
    --bg: #f8fafc;
    --panel: #ffffff;
    --ink: #111317;
    --muted: #4b5563;
    --aboutmuted: #4b5563;
    --line: #e5e7eb;
    --white: #000;
    --shadow: 0 4px 12px rgba(0, 0, 0, .08);
}


.mainbutton {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .15);
    background: transparent;
    color: var(--ink);
    font-weight: 600;
    box-shadow: 0 8px 22px rgba(61, 139, 255, .35)
}

.mainbutton.primary {
    background: var(--blue);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 8px 22px rgba(61, 139, 255, .35)
        /* box-shadow: 0 10px 30px rgba(61, 139, 255, .35) about us */
}

.mainbutton.primary:hover {
    border-color: rgba(255, 255, 255, .35);
    text-decoration: none;
    color: #fff;
    background: var(--bg);
}

[data-theme='light'] .mainbutton.primary:hover {
    border-color: rgba(255, 255, 255, .35);
    text-decoration: none;
    color: #000;
    background: var(--bg);
}


.mainbutton.ghost:hover {
    /* border-color: rgba(255, 255, 255, .35); */
    text-decoration: none;
    color: #fff;
    background: var(--blue);
}

[data-theme='light'] .mainbutton {
    border-color: #e5e7eb
}

header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(0, 0, 0, .5);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--line);
    padding: 7px 0px;
}

[data-theme='light'] header {
    background: rgba(255, 255, 255, .85)
}

.nav {
    /* height: 64px; */
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px
}

.brand #logo {
    width: 150px;
}

[data-theme="dark"] .navbar-toggler img {
    filter: var(--whitefilter);
}



section {
    padding: 72px 0;
    /* scroll-margin-top: 80px */
}

/* homebnr Hero */
.homebnr {
    padding: 72px 0;
    background: radial-gradient(900px 420px at 100% -10%, rgba(61, 139, 255, .25), transparent), radial-gradient(700px 380px at -10% 110%, rgba(123, 97, 255, .18), transparent)
}

.homeBnrsplit {
    display: grid;
    /* grid-template-columns: 1.15fr .9fr; */
    grid-template-columns: 1fr 1fr;
    /* gap: 28px; */
    gap: 24px;
    align-items: center
}

.homebnr h1 {
    font-size: clamp(36px, 5.6vw, 73px);
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: .02em;
}

.subText {
    color: var(--muted);
    max-width: 620px
}

.homebnr-visual {
    /* border-radius: var(--rad-lg);
    border: 1px solid var(--line);
    background: linear-gradient(135deg, #0f1216, #0c0f13); */
    /* min-height: 360px; */
    /* box-shadow: var(--shadow); */
    /* display: flex;
    align-items: center;
    justify-content: center */

    position: relative;
}

/* .homebnr-visual:after {
    content: "";
    background-image: linear-gradient(180deg,#FFF 32.81%,#83C2FD 100%);
    filter: blur(74.8611068726px);
    height: 120px;
    position: absolute;
    bottom: 70px;
    width: 100%;
    z-index: -1;
} */

[data-theme='light'] .hero-visual {
    background: #f3f4f6
}

.cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px
}

/* Logo bar */

.clientlogosGrid {
    /* display: flex; */
    gap: 16px;
    text-align: center;
    color: #9aa5b6;
    font-size: 14px;
    background: var(--panel);
}

.clientlogosGrid>div {
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clientlogosGrid>div img {
    aspect-ratio: 2;
    object-fit: contain;
    /* opacity: .85; */
    width: 100px !important;
}

[data-theme='light'] .clientlogosGrid {
    color: #6b7280
}

/* .clientItem {
    opacity: .85;
    border: 1px dashed var(--line);
    border-radius: 10px;
    padding: 10px
}

.clientItem img {
    width: 120px;
}

[data-theme='light'] .clientItem {
    color: #6b7280
} */
.logos {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 16px;
    text-align: center;
    color: #9aa5b6;
    font-size: 14px
}

.logos div {
    opacity: .85;
    border: 1px dashed var(--line);
    border-radius: 10px;
    padding: 10px
}

[data-theme='light'] .logos {
    color: #6b7280
}

/* Section titles */
.section-title {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -.02em;
    margin-bottom: 8px
}



/* Card grids */
.fintechExpertisegrid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 16px;
}

/* .fintechExpertisegrid .fintechExpertiseItem:first-child {
    grid-column: span 7;
}

.fintechExpertisegrid .fintechExpertiseItem:nth-child(2) {
    grid-column: span 5;
}

.fintechExpertisegrid .fintechExpertiseItem:nth-child(3) {
    grid-column: span 5;
}

.fintechExpertisegrid .fintechExpertiseItem:last-child {
    grid-column: span 5;
} */

.fintechExpertiseItem {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad);
    /* padding: 16px */
}

.fintechExpertiseItem.hero {
    padding: 0;
    overflow: hidden
}

.fintechExpertiseItem .img {
    background: linear-gradient(135deg, #0f141b, #0d1320);
    border-bottom: 1px solid var(--line);
    height: 220px;
}

.fintechExpertiseItem img {
    /* height: 220px; */
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.fintechExpertiseItem>div:first-child img {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.fintechExpertiseItem>div:nth-child(2) {
    padding: 16px;
}

[data-theme='light'] .fintechExpertiseItem .img {
    background: #e5e7eb
}

.fintechExpertiseItem h4 {
    /* margin: 12px 0 6px; */
    margin-bottom: 8px;
    font-size: 18px
}

.fintechExpertiseItem p {
    margin: 0;
    color: #b7c0d3;
    font-size: 14px
}

[data-theme='light'] .fintechExpertiseItem p {
    color: #4b5563
}





/* Card grids */
.globalEntrprsSrvgrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 16px;
}

/* .globalEntrprsSrvgrid .globalEntrprsSrvItem:first-child {
    grid-column: span 5;
}

.globalEntrprsSrvgrid .globalEntrprsSrvItem:nth-child(2) {
    grid-column: span 5;
}

.globalEntrprsSrvgrid .globalEntrprsSrvItem:nth-child(3) {
    grid-column: span 5;
}

.globalEntrprsSrvgrid .globalEntrprsSrvItem:last-child {
    grid-column: span 7;
} */

.globalEntrprsSrvItem {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad);
    /* padding: 16px */
}

.globalEntrprsSrvItem.hero {
    padding: 0;
    overflow: hidden
}

.globalEntrprsSrvItem .img {
    height: 220px;
    background: linear-gradient(135deg, #0f141b, #0d1320);
    border-bottom: 1px solid var(--line)
}



.globalEntrprsSrvItem img {
    /* height: 220px; */
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.globalEntrprsSrvItem>div:first-child img {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.globalEntrprsSrvItem>div:nth-child(2) {
    padding: 16px;
}

[data-theme='light'] .globalEntrprsSrvItem .img {
    background: #e5e7eb
}

.globalEntrprsSrvItem h4 {
    margin: 12px 0 6px;
    font-size: 18px
}

.globalEntrprsSrvItem p {
    margin: 0;
    color: #b7c0d3;
    font-size: 14px
}

[data-theme='light'] .globalEntrprsSrvItem p {
    color: #4b5563
}


/* Card grids */
.humanAigrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 12px;
    gap: 16px
}

.humanAiItem {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad);
    padding: 16px
}

.humanAiItem h4 {
    margin: 12px 0 6px;
    font-size: 18px
}

.humanAiItem p {
    margin: 0;
    color: #b7c0d3;
    font-size: 14px
}


.clientLogosec {
    background: linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, 0))
}


/* .clientlogo_owl>div img {
    border-radius: 7px;
} */

.view {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #cfe0ff
}

[data-theme='light'] .view {
    color: var(--blue)
}

/* Proof f */
.metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px
}

.metric {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad);
    padding: 20px;
    text-align: center
}

.metric .big {
    font-size: 34px;
    font-weight: 800;
    color: #dfe8ff
}

[data-theme='light'] .metric .big {
    color: #111827
}

.metric .cap {
    color: #9fb0cc
}

[data-theme='light'] .metric .cap {
    color: #4b5563
}

/* How we work */
.steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 16px;
}

.step {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad);
    padding: 18px
}

.price {
    font-weight: 800;
    color: #e3ebff
}

[data-theme='light'] .price {
    color: #111827
}

/* Human + AI band */
.humanaiFrame {
    background: linear-gradient(135deg, rgba(61, 139, 255, .12), rgba(123, 97, 255, .12));
    border: 1px solid var(--line);
    border-radius: var(--rad);
    padding: 22px
}

/* Testimonials */
.testimonialsGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px
}

.testimonialItem {
    background: var(--panel);
    /* border: 1px solid var(--line); */
    border-radius: var(--rad);
    /* padding: 18px */
    box-shadow: var(--shadow);
    flex-direction: column;
    justify-content: space-between;
    min-height: 340px;
    padding: 24px;
    position: relative;
    display: flex !important;
}

.quoteRightImg {
    position: absolute;
    top: -24px;
    right: 24px;
}

.quoteRightImg img {
    width: 54px !important;
}

.testimonials_sec .owl-stage-outer {
    padding: 24px 0px;
}

.dpProfile>div:first-child img {
    border-radius: 10px;
    width: 64px;
}

.testimonialItem h2 {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

.testimonialItem p {
    color: var(--muted);
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    min-height: 147px;
}

.testimonialItem h5 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.testimonialItem span {
    color: #70747e;
    margin: 0;
    font-size: 11px;
    font-weight: 400;
    /* line-height: 1; */
}

/* Footer */
footer {
    border-top: 1px solid var(--line);
    padding: 26px 0;
    color: #9fb0cc;
    font-size: 14px
}

/* .foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap
} */

/* Chat bubble */
.chat {
    position: fixed;
    right: 18px;
    bottom: 18px;
    display: none;
}

.bubble {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--blue);
    color: #fff;
    box-shadow: 0 14px 40px rgba(61, 139, 255, .5)
}

.toggle {
    cursor: pointer;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 8px;
    border: 1px solid var(--line);
    background: transparent;
    color: var(--ink)
}

@media (max-width:1024px) {
    .split {
        grid-template-columns: 1fr
    }

    .logos {
        grid-template-columns: repeat(4, 1fr)
    }

    .metrics {
        grid-template-columns: repeat(2, 1fr)
    }

    .steps {
        grid-template-columns: 1fr
    }

    .tgrid {
        grid-template-columns: 1fr
    }
}

/* home code end */








/* about us  */


.aboutusbnr {
    padding: 92px 0;
    background: radial-gradient(900px 420px at 100% -10%, rgba(61, 139, 255, .25), transparent), radial-gradient(700px 380px at -10% 110%, rgba(123, 97, 255, .18), transparent)
}

.aboutusbnr .h1 {
    font-size: clamp(36px, 4.6vw, 60px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -.02em
}

.about-subText {
    color: var(--aboutmuted)
}

.contactWhiteFrameGrid {
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad);
}

.panel {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad)
}

.grid {
    display: grid;
    gap: 16px
}

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

.blockquote {
    margin: 0;
    padding: 16px;
    border-left: 3px solid var(--blue);
    background: rgba(61, 139, 255, .08);
    border-radius: 12px
}

.leadershipGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: grid;
    gap: 16px
}

.leadershipItem {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 18px
}

.leadershipItem h4 {
    margin: 0 0 4px
}

.role {
    opacity: .8;
    font-size: 14px;
    margin-bottom: 8px
}

.avatar {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0f141b, #0d1320);
    border: 1px solid var(--line)
}

.offices {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px
}

.office {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 16px
}




/* career */

.careerbnr {
    padding: 92px 0;
    background: radial-gradient(900px 420px at 100% -10%, rgba(61, 139, 255, .25), transparent), radial-gradient(700px 380px at -10% 110%, rgba(123, 97, 255, .18), transparent)
}

.careerbnr h1 {
    font-size: clamp(36px, 4.6vw, 60px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -.02em
}

.careerbnr h1 span {
    background: linear-gradient(90deg, var(--blue), var(--violet));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.about-subText {
    color: var(--muted)
}

.panelFrame {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad)
}

.rolegrid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.roleItem {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column
}

.roleItem h4 {
    margin: 0 0 6px
}

.cultureValuesGrid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cultureValuesGrid .cultureValuesItem {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 16px
}

.benefitsPerksGrid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.benefitsPerksGrid .benefitsPerksItem {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 16px
}

.hiringProcessGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    counter-reset: step
}

.hiringProcessGrid .hiringProcessItem {
    position: relative;
    padding-left: 44px
}

.hiringProcessGrid .hiringProcessItem::before {
    counter-increment: step;
    content: counter(step);
    position: absolute;
    left: 14px;
    top: 16px;
    height: 24px;
    width: 24px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--blue);
    color: #fff;
    font-weight: 800
}

.meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 12px;
    color: #aeb7cc;
    margin-bottom: 8px
}

.tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(61, 139, 255, .15);
    color: #d8e6ff;
    border: 1px solid rgba(61, 139, 255, .25);
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 12px
}

[data-theme="light"] .tag {
    color: #000000;
}

.careerApplyGrid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr))
}


/* human ai  */

.humanAi_bnr {
    padding: 88px 0;
    background: radial-gradient(900px 420px at 100% -10%, rgba(61, 139, 255, .25), transparent), radial-gradient(700px 380px at -10% 110%, rgba(123, 97, 255, .18), transparent)
}

.split {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 28px;
    align-items: center
}

.humanAi_bnr h1 {
    font-size: clamp(36px, 4.6vw, 64px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -.02em;
    margin-top: 8px;
}

.humanAi_bnr h1 span {
    background: linear-gradient(90deg, var(--blue), var(--violet));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;

}

.aiDeliveryLoop_panel {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad);
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aiDeliveryCopilotGrid {
    display: grid;
    gap: 16px;
    margin-top: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aiDeliveryCopilotItem {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad);
    overflow: hidden;

}

.aiDeliveryCopilotItem .img {
    height: 220px;
    background: linear-gradient(135deg, #0f141b, #0d1320);
    border-bottom: 1px solid var(--line)
}

.aiDeliveryCopilotItem img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}


[data-theme='light'] .aiDeliveryCopilotItem .img {
    background: #e5e7eb
}

.aiDeliveryCopilotItem .body {
    padding: 16px
}

.aiDeliveryCopilotItem h4 {
    margin: 0 0 6px
}

.aiDeliveryCopilotItem p {
    margin: 0;
    color: #b7c0d3;
    font-size: 14px
}

.automatedQaGrid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 12px;
}

.automatedQaItem {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad);
    overflow: hidden;
}

.automatedQaItem .img {
    height: 220px;
    background: linear-gradient(135deg, #0f141b, #0d1320);
    border-bottom: 1px solid var(--line)
}

.automatedQaItem img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}


[data-theme='light'] .automatedQaItem .img {
    background: #e5e7eb
}

.automatedQaItem .body {
    padding: 16px
}

.automatedQaItem h4 {
    margin: 0 0 6px
}

.automatedQaItem p {
    margin: 0;
    color: #b7c0d3;
    font-size: 14px
}

.bnrTag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(61, 139, 255, .15);
    color: #d8e6ff;
    border: 1px solid rgba(61, 139, 255, .25);
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px
}

[data-theme="light"] .bnrTag {
    color: #000000;
}

.chatPrototypeGrid {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 16px;
}


.velocityGovernanceGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px
}

.velocityGovernanceItem {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad);
    padding: 16px;
    text-align: center
}

.velocityGovernanceItem .big {
    font-weight: 800;
    font-size: 30px;
    color: #dfe8ff
}

[data-theme='light'] .velocityGovernanceItem .big {
    color: #111827
}

.chatPrototypeFrame {
    background: linear-gradient(135deg, rgba(61, 139, 255, .16), rgba(123, 97, 255, .16));
    border: 1px solid var(--line);
    border-radius: var(--rad);
    padding: 16px
}

.faq {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad);
    padding: 16px
}

.faq details {
    border-top: 1px solid var(--line);
    padding: 12px 0
}

.faq details:first-child {
    border-top: none
}


/* case study Ajex */
[data-theme="light"] .casestudyInner_bnr .bnrTag {
    color: #000000;
}

.blockquoteTestimonial {
    margin: 0;
    padding: 16px;
    border-left: 3px solid var(--blue);
    background: rgba(61, 139, 255, 0.08);
    border-radius: 12px;
}

.casestudyInner_bnr {
    padding: 92px 0;
    background: radial-gradient(900px 420px at 100% -10%,
            rgba(61, 139, 255, 0.25),
            transparent),
        radial-gradient(700px 380px at -10% 110%,
            rgba(123, 97, 255, 0.18),
            transparent);
}

.casestudyInner_bnr h1 {
    font-size: clamp(34px, 4.6vw, 56px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.workgallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.mock {
    height: 180px;
    border-radius: 14px;
    border: 1px dashed var(--line);
    background: linear-gradient(135deg, #0f141b, #0d1320);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aebbd6;
}

[data-theme="light"] .mock {
    background: #eef2f7;
}

.heroBottomBlock {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 16px;
    display: grid;
    gap: 16px;
}

[data-theme="light"] .heroBottomBlock>div .big {
    color: #111827;
}

.heroBottomBlock>div {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad);
    padding: 16px;
    text-align: center;
}

.heroBottomBlock .big {
    font-size: 30px;
    font-weight: 800;
    color: #dfe8ff;
}


.worksectiontwoblock {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.worksectiontwoblock>div {
    padding: 18px;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad)
}

.worksectionthreeblock {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.worksectionthreeblock>div {
    padding: 16px;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad)
}

.workSolutionBlock {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 12px;
}

.workBusinessOutcomes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    display: grid;
    gap: 16px;
}

.workBusinessOutcomes>div {
    padding: 16px;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad)
}

.workcontact {
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad)
}




.formBlock {
    padding: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    border: 1px dashed var(--line);
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad)
}

.inputBox {
    padding: 10px;
    border-radius: 12px;
    border: 1px solid var(--line);
    background: transparent;
    color: var(--ink)
}

.gridColumn2 {
    grid-column: span 2;
}

.engageFrameworkframe {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad);
    padding: 18px;
}

.engageFrameworkFlex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.engageFrameworkFlex span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(61, 139, 255, 0.15);
    color: #d8e6ff;
    border: 1px solid rgba(61, 139, 255, 0.25);
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
}

[data-theme="light"] .engageFrameworkFlex span {
    color: #000000;
}


/* enterPrise */
.enterprisebnr {
    padding: 72px 0;
    background: radial-gradient(900px 420px at 100% -10%, rgba(61, 139, 255, .25), transparent), radial-gradient(700px 380px at -10% 110%, rgba(123, 97, 255, .18), transparent)
}

.enterprisebnr .container>div {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 28px;
    align-items: center
}

.enterprisebnr h1 {
    font-size: clamp(36px, 4.6vw, 64px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -.02em;
    margin-top: 8px;
}

.enterprisebnr h1 span {
    background: linear-gradient(90deg, var(--blue), var(--violet));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}



.enterprisebnr-visual {
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad)
}


/* Offerings */

.offeringsGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    display: grid;
    gap: 16px;
}

.offeringsItem {
    padding: 18px;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad)
}


.offeringsItem h3 {
    margin: 6px 0 8px;
    font-size: 18px
}

.offeringsItem p {
    margin: 0;
    color: #b7c0d3;
    font-size: 14px
}

[data-theme='light'] .offeringsItem p {
    color: #4b5563
}




.rcntEntprsPrgGrid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 16px;
}

.rcntEntprsPrgGrid article {
    /* display: grid; */
    /* gap: 16px; */
    /* grid-template-columns: repeat(2, minmax(0, 1fr)); */

}

.rcntEntprsPrgHead img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.rcntEntprsPrgGrid article .body {
    background: var(--panel);
    padding: 24px;
}


.rcntEntprsPrgGrid article .body h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 12px;
}

.rcntEntprsPrgGrid article .body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
}

.rcntEntprsPrgGrid article .body a {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

/* .rcntEntprsPrgGrid>article:first-child {
    grid-column: span 5;
}

.rcntEntprsPrgGrid>article:nth-child(2) {
    grid-column: span 5;
}

.rcntEntprsPrgGrid>article:nth-child(3) {
    grid-column: span 5;
}

.rcntEntprsPrgGrid>article:nth-child(4) {
    grid-column: span 7;
    overflow: hidden
} */


/* 1 big + 3 small case layout */
.rcntEntprsPrgGrid article {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad);
    overflow: hidden;
}

.rcntEntprsPrgGrid article .img {
    height: 200px;
    background: linear-gradient(135deg, #0f141b, #0d1320);
    border-bottom: 1px solid var(--line)
}

[data-theme='light'] .rcntEntprsPrgGrid article .img {
    background: #e5e7eb
}

.rcntEntprsPrgGrid article .body {
    padding: 16px
}

.rcntEntprsPrgGrid article h4 {
    margin: 0 0 6px
}

.rcntEntprsPrgGrid article p {
    margin: 0;
    color: #b7c0d3;
    font-size: 14px
}

.viewcaseStudyLink {
    display: inline-flex;
    gap: 6px;
    margin-top: 8px;
    color: #cfe0ff
}

[data-theme='light'] .viewcaseStudyLink {
    color: #3d8bff
}

/* Metrics */
.offeringsmetrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 16px
}

.offeringsmetric {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad);
    padding: 16px;
    text-align: center
}

.offeringsmetric .big {
    font-weight: 800;
    font-size: 30px;
    color: #dfe8ff
}

[data-theme='light'] .offeringsmetric .big {
    color: #111827
}


/* fintech */

.fintech_bnr {
    padding: 72px 0;
    background: radial-gradient(900px 420px at 100% -10%, rgba(61, 139, 255, .25), transparent), radial-gradient(700px 380px at -10% 110%, rgba(123, 97, 255, .18), transparent)
}

.fintech_bnr .container>div {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 28px;
    align-items: center
}


.fintech_bnr h1 {
    font-size: clamp(36px, 4.6vw, 64px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -.02em
}

.fintech_bnr .container .fintechbnrFrame {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad);
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fintechOfferingGrid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.fintechOfferingGrid>div {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad)
}

.fintechOfferingGrid>div {
    padding: 18px
}

.fintechOfferingGrid>div h3 {
    margin: 6px 0 8px;
    font-size: 18px
}

.fintechOfferingGrid>div p {
    margin: 0;
    color: #b7c0d3;
    font-size: 14px
}

[data-theme='light'] .fintechOfferingGrid>div p {
    color: #4b5563
}

.rcntFintechWorkGrid {
    margin-top: 16px;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rcntFintechWorkGridtitle {
    display: flex;
    justify-content: space-between;
}

/* .rcntFintechWorkGrid article:first-child {
    grid-column: span 6;
}

.rcntFintechWorkGrid article:nth-child(2) {
    grid-column: span 6;
}

.rcntFintechWorkGrid article:nth-child(3) {
    grid-column: span 4;
}

.rcntFintechWorkGrid article:nth-child(4) {
    grid-column: span 4;
}

.rcntFintechWorkGrid article:nth-child(5) {
    grid-column: span 4;
} */

.rcntFintechWorkGrid article {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad);
    overflow: hidden;
}

.rcntFintechWorkGrid article .img {
    height: 200px;
    background: linear-gradient(135deg, #0f141b, #0d1320);
    border-bottom: 1px solid var(--line)
}


.rcntFintechWorkGrid article img {
    width: 100%;
    object-fit: cover;
    height: 350px;

}

.rcntFintechWorkGrid article .body {
    padding: 16px
}

.rcntFintechWorkGrid article h4 {
    margin: 0 0 6px
}

.rcntFintechWorkGrid article p {
    margin-bottom: 12;
    color: #b7c0d3;
    font-size: 14px
}

.rcntFntchWrkTagline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(61, 139, 255, .15);
    color: #d8e6ff;
    border: 1px solid rgba(61, 139, 255, .25);
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px
}

[data-theme="light"] .rcntFntchWrkTagline {
    color: #000000;
}

.fintechMetrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 16px
}

.fintechmetricItem {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad);
    padding: 16px;
    text-align: center
}

.fintechmetricItem .big {
    font-weight: 800;
    font-size: 30px;
    color: #dfe8ff
}

[data-theme='light'] .fintechmetricItem .big {
    color: #111827
}


/* case study */

.caseStudyForm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    background: var(--panel);
    border: 1px dashed var(--line);
    border-radius: 18px;
    padding: 16px;
}

.toolbar {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center
}

.filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.chip {
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: var(--panel);
    color: var(--ink);
    cursor: pointer
}

.chip.active {
    background: rgba(61, 139, 255, .18);
    border-color: rgba(61, 139, 255, .5)
}

.search {
    flex: 1;
    min-width: 220px;
    display: flex;
    align-items: center;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 6px 10px
}

.search input {
    flex: 1;
    border: none;
    background: transparent;
    color: var(--ink);
    outline: none
}

.caseStudy_bnr {
    padding: 72px 0;
    background: radial-gradient(900px 420px at 100% -10%, rgba(61, 139, 255, .25), transparent), radial-gradient(700px 380px at -10% 110%, rgba(123, 97, 255, .18), transparent)
}

.caseStudy_bnr h1 {
    font-size: clamp(36px, 4.6vw, 58px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -.02em
}

.caseStudyTrio {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.caseStudyTrio article {
    /* grid-column: span 4; */
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad);
    overflow: hidden;
    display: flex;
    flex-direction: column
}

/* .caseStudyTrio article [data-size="lg"] {
    grid-column: span 8
} */

.caseStudyTrio article .img {
    height: 220px;
    background: linear-gradient(135deg, #0f141b, #0d1320)
}

.caseStudyTrio article img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

[data-theme='light'] .caseStudyTrio article .img {
    background: #e5e7eb
}

.caseStudyTrio article .body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.caseStudyLabel {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(61, 139, 255, .15);
    color: #d8e6ff;
    border: 1px solid rgba(61, 139, 255, .25);
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px
}

[data-theme="light"] .caseStudyLabel {
    color: #000000;
}

.cta-band {
    background: linear-gradient(135deg, rgba(61, 139, 255, .14), rgba(123, 97, 255, .14));
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 18px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

/* @media (max-width:1024px) {
    .caseStudyTrio {
        grid-template-columns: repeat(6, 1fr);
    }

    .caseStudyTrio article {
        grid-column: span 6;
    }

    .caseStudyTrio article[data-size="lg"] {
        grid-column: span 6;
    }
} */

/* @media (max-width:640px) {
    .caseStudyTrio {
        grid-template-columns: repeat(2, 1fr);
    }

    .caseStudyTrio article {
        grid-column: span 2;
    }

    .caseStudyTrio article[data-size="lg"] {
        grid-column: span 2;
    }
} */





/* insights */

.insights_bnr {
    padding: 88px 0;
    background: radial-gradient(900px 420px at 100% -10%, rgba(61, 139, 255, .25), transparent), radial-gradient(700px 380px at -10% 110%, rgba(123, 97, 255, .18), transparent)
}

.insights_bnr h1 {
    font-size: clamp(36px, 4.6vw, 58px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -.02em
}

.layout {
    grid-template-columns: 2fr 1fr;
    display: grid;
    gap: 16px
}


.insightsparent article {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad);
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.insightsparent article .img {
    height: 200px;
    background: linear-gradient(135deg, #0f141b, #0d1320)
}

.insightsparent article img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.insightsparent article h3 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}

[data-theme='light'] .insightsparent article .img {
    background: #e5e7eb
}

.insightsparent article .body {
    padding: 16px
}


.sidebar .panel {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad);
    padding: 16px
}

.insightsparent {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 16px
}

.insightsparent article {
    grid-column: span 6
}

.insightsparent article[data-size="lg"] {
    grid-column: span 12
}

.nl {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}



@media (max-width:1024px) {
    .layout {
        grid-template-columns: 1fr
    }

    .insightsparent article,
    .insightsparent article[data-size="lg"] {
        grid-column: span 12
    }
}

.solHighLightGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px
}

.solHighLightGrid>div {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad);
    padding: 16px
}

.refArchitechFrame {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad);
    padding: 18px;
}

.refArchitechGrid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px
}

.refArchitechGrid span {
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid var(--line);
    background: var(--panel);
    font-size: 12px;
    color: #cfe0ff
}

[data-theme='light'] .refArchitechGrid span {
    color: #1f2937
}


/* contact us page */


.contactUs_bnr {
    padding: 88px 0;
    background: radial-gradient(900px 420px at 100% -10%, rgba(61, 139, 255, .25), transparent), radial-gradient(700px 380px at -10% 110%, rgba(123, 97, 255, .18), transparent)
}

.contactUs_bnr h1 {
    font-size: clamp(36px, 4.6vw, 60px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -.02em
}

.mapEmbedPlaceholderFrame {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad);
    padding: 16px;
    display: grid;
    place-items: center;
    /* height: 260px; */
}

.contactOptionsGrid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contactOptionsGrid>div {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad);
    padding: 18px;
}

.globalOfficesGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px
}

.globalOfficesItem {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 16px
}

.globalOfficesItem a {
    color: #aeb7cc;
    margin-top: 8px;
    display: block;
}


.contactOptionsform {
    margin-top: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}






/* sitemap  */
.legalPolicy_bnr {
    padding: 88px 0;
    background: radial-gradient(900px 420px at 100% -10%, rgba(61, 139, 255, .25), transparent), radial-gradient(700px 380px at -10% 110%, rgba(123, 97, 255, .18), transparent)
}

.legalPolicy_bnr h1 {
    font-size: clamp(32px, 4.6vw, 52px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -.02em
}

.sitemapGrid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sitemapGrid>div {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 16px;
}

.sitemapGrid>div h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 12px;
}

.sitemapGrid>div ul {
    margin: 0px;
    padding-left: 20px;
}

.sitemapGrid>div ul li {
    margin-bottom: 8px;
}

/* privacy policy */
.policyGrid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.policyGrid>div {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--rad);
    padding: 18px
}

.policyGrid h3 {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}

.policyGrid ul {
    margin: 0;
}

ul.footerLink {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.footerLink li a {
    color: #000;
    margin-bottom: 12px;
    display: block;
}






/* new case Study Ticketech new variant */





.page-wrap {
    max-width: var(--page-max);
    margin: 0 auto;
    padding: 2rem 1rem 4rem;
}





.btn-primary {
    background-color: var(--text-primary);
    color: var(--bg-page);
    border-radius: .5rem;
    font-size: .8rem;
    font-weight: 500;
    line-height: 1rem;
    padding: .6rem .8rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
}

.btn-primary:hover {
    opacity: .9;
}


/* hero */
.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media(min-width:1024px) {
    .hero-grid {
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }
}

.eyebrow-row {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: var(--text-secondary);
    font-size: .7rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -.02em;
}

.eyebrow-dot {
    width: .5rem;
    height: .5rem;
    border-radius: 9999px;
    background-color: var(--accent);
}

h1.hero-headline {
    margin: .5rem 0 0 0;
    font-size: 1.75rem;
    line-height: 2.2rem;
    font-weight: 600;
    letter-spacing: -.04em;
    color: var(--text-primary);
}

@media(min-width:640px) {
    h1.hero-headline {
        font-size: 2rem;
        line-height: 2.4rem;
    }
}

.hero-body {
    font-size: 1rem;
    line-height: 1.6rem;
    color: var(--text-secondary);
    margin-top: 1rem;
    max-width: 38rem;
}

.pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 1rem;
}

.pillcs {
    background-color: var(--bg-chip);
    color: var(--accent);
    font-size: .7rem;
    font-weight: 500;
    border-radius: 9999px;
    padding: .4rem .6rem;
    line-height: 1rem;
    white-space: nowrap;
    border: 1px solid var(--accent-soft);
}

.hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.5rem;
}

.btn-outline {
    border-radius: .5rem;
    border: 1px solid var(--border-color);
    background-color: var(--bg-page);
    padding: .6rem .8rem;
    font-size: .8rem;
    font-weight: 500;
    color: var(--text-primary);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1rem;
}

.btn-outline:hover {
    background-color: var(--bg-card);
}

/* hero visual card */
.hero-visual-wrapper {
    position: relative;
}

.hero-card {
    border: 1px solid var(--border-color);
    background-color: var(--bg-card);
    border-radius: var(--card-radius);
    box-shadow: var(--shadow-card);
    overflow: hidden;
}

.hero-card-header {
    border-bottom: 1px solid var(--border-color);
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .8rem;
    font-weight: 600;
    color: var(--text-primary);
}

.hero-card-body {
    padding: 1.25rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media(min-width:1024px) {
    .hero-card-body {
        grid-template-columns: 1fr 1fr;
    }
}

.pos-phone {
    background-color: #0f172a;
    color: #fff;
    border-radius: .75rem;
    padding: 1rem;
    font-size: .75rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, .6);
}

.pos-panel {
    border-radius: .5rem;
    background-color: #1e293b;
    color: #fff;
    padding: 1rem;
    font-size: .7rem;
    line-height: 1rem;
}

.pos-panel .rowflex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: .5rem;
}

.pos-buttons {
    display: flex;
    gap: .5rem;
    width: 100%;
}

.pos-btn-main {
    flex: 1;
    border-radius: .5rem;
    background-color: #34d399;
    color: #0f172a;
    font-size: .7rem;
    font-weight: 600;
    border: 0;
    padding: .5rem .5rem;
    text-align: center;
}

.pos-btn-alt {
    flex: 1;
    border-radius: .5rem;
    background-color: rgba(255, 255, 255, .08);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .2);
    font-size: .7rem;
    font-weight: 500;
    padding: .5rem .5rem;
    text-align: center;
}

.backoffice-card {
    background-color: var(--bg-page);
    border: 1px solid var(--border-color);
    border-radius: .75rem;
    padding: 1rem;
    font-size: .7rem;
    line-height: 1rem;
    color: var(--text-primary);
    box-shadow: 0 12px 40px rgba(15, 23, 42, .12);
}

.backoffice-inner {
    border-radius: .5rem;
    border: 1px solid var(--border-color);
    background-color: var(--bg-card);
    padding: 1rem;
}

.mini-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: .75rem;
}

.mini-tag {
    background-color: var(--accent-soft);
    color: var(--accent);
    font-size: .7rem;
    line-height: 1rem;
    font-weight: 500;
    border-radius: .4rem;
    padding: .4rem .5rem;
}

.floating-note {
    position: absolute;
    right: -1rem;
    bottom: -1rem;
    background-color: var(--bg-page);
    border: 1px solid var(--border-color);
    border-radius: .75rem;
    box-shadow: 0 12px 40px rgba(15, 23, 42, .2);
    padding: 1rem;
    width: 200px;
    font-size: .7rem;
    line-height: 1rem;
    color: var(--text-primary);
}

.floatingnoteMeratas {
    background-color: var(--bg-page);
    border: 1px solid var(--border-color);
    border-radius: .75rem;
    box-shadow: 0 12px 40px rgba(15, 23, 42, .2);
    padding: 1rem;
    width: 200px;
    margin-top: 12px;
    font-size: .7rem;
    line-height: 1rem;
    color: var(--text-primary);
}

.floating-note-title {
    font-weight: 600;
    font-size: .7rem;
    text-transform: uppercase;
    color: var(--text-secondary);
}

.floating-note-body {
    margin-top: .5rem;
    color: var(--text-primary);
    font-size: .8rem;
    line-height: 1.2rem;
}

/* section heading */
.section-block {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.section-eyebrow {
    color: var(--accent);
    font-size: .75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -.02em;
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .75rem;
}

.section-eyebrow .dot {
    width: .4rem;
    height: .4rem;
    border-radius: 999px;
    background-color: var(--accent);
}

h2.section-headline {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.9rem;
    font-weight: 600;
    color: var(--text-primary);
    letter-spacing: -.04em;
    max-width: 40rem;
}

.section-body {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.6rem;
    color: var(--text-secondary);
    max-width: 42rem;
}

/* two-col layout */
.two-col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media(min-width:1024px) {
    .two-col {
        grid-template-columns: 1fr 1fr;
    }
}

.compare-card {
    border-radius: var(--card-radius);
    border: 1px solid var(--border-color);
    background: radial-gradient(circle at 0% 0%, var(--accent-soft) 0%, rgba(0, 0, 0, 0) 60%), var(--bg-card);
    box-shadow: var(--shadow-card);
    padding: 1.5rem;
    color: var(--text-primary);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: .9rem;
    line-height: 1.4rem;
}

.compare-card h3 {
    margin: 0 0 .5rem;
    font-size: .9rem;
    font-weight: 600;
    color: var(--text-primary);
}

.compare-midline {
    margin: 1.5rem 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right,
            rgba(15, 23, 42, 0) 0%,
            var(--border-color) 20%,
            var(--border-color) 80%,
            rgba(15, 23, 42, 0) 100%);
}

/* delivered grid */
.delivered-grid {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media(min-width:768px) {
    .delivered-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media(min-width:1280px) {
    .delivered-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.deliver-card {
    border: 1px solid var(--border-color);
    border-radius: var(--card-radius);
    background-color: var(--bg-card);
    box-shadow: var(--shadow-card);
    padding: 1.5rem;
    font-size: .8rem;
    line-height: 1.3rem;
    color: var(--text-secondary);
    display: flex;
    flex-direction: column;
}

.deliver-card-title {
    font-size: .9rem;
    line-height: 1.2rem;
    font-weight: 600;
    color: var(--text-primary);
}

.mini-pill-row {
    margin-top: .75rem;
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    font-size: .7rem;
    line-height: 1rem;
}

.mini-pill {
    background-color: var(--accent-soft);
    color: var(--accent);
    border-radius: .5rem;
    padding: .35rem .5rem;
    font-weight: 500;
    white-space: nowrap;
}

/* impact stats */
.impact-grid {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media(min-width:640px) {
    .impact-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media(min-width:1024px) {
    .impact-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.impact-card {
    background-color: #0f172a;
    color: #fff;
    border-radius: var(--card-radius);
    padding: 1.5rem;
    box-shadow: 0 24px 64px rgba(0, 0, 0, .6);
    border: 1px solid rgba(255, 255, 255, 0.06);
    min-height: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.impact-val {
    font-size: 2rem;
    line-height: 2.25rem;
    font-weight: 600;
    letter-spacing: -.04em;
    color: #fff;
}

.impact-label {
    font-size: .8rem;
    line-height: 1.2rem;
    color: rgba(226, 232, 240, .8);
    margin-top: .5rem;
    font-weight: 400;
}

/* platform snapshot img block */
.platform-card {
    border-radius: var(--card-radius);
    background-color: var(--bg-card);
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-card);
    padding: 1rem;

}

.platform-card img {
    border-radius: .5rem;
    width: 100%;
    height: auto;
    display: block;
}

.platform-head {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0 0 1rem;
    line-height: 1.5rem;
    letter-spacing: -.04em;
}

/* screens & flows */
.flows-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1.5rem;
}

@media(min-width:1024px) {
    .flows-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.flow-card {
    background-color: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--card-radius);
    box-shadow: var(--shadow-card);
    padding: 1rem;
    font-size: .8rem;
    line-height: 1.2rem;
    color: var(--text-secondary);
    display: flex;
    flex-direction: column;
}

.flow-card-title {
    font-size: .9rem;
    line-height: 1.2rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: .75rem;
}

.flow-img-wrap {
    border-radius: .5rem;
    overflow: hidden;
    border: 1px solid var(--border-color);
    background-color: var(--bg-page);
}

.flow-img-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

/* contact / CTA */
.cta-wrap {
    border-radius: var(--card-radius);
    border: 1px solid var(--border-color);
    background-color: var(--bg-card);
    box-shadow: var(--shadow-card);
    padding: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media(min-width:1024px) {
    .cta-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

.cta-left-head {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
    line-height: 1.4rem;
}

.cta-left-body {
    font-size: .9rem;
    line-height: 1.4rem;
    color: var(--text-secondary);
    margin-top: .75rem;
    /* max-width: 32rem; */
}

.cta-actions {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.contact-card {
    border-radius: .75rem;
    border: 1px solid var(--border-color);
    background-color: var(--bg-page);
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.07);
    padding: 1rem 1.25rem;
    font-size: .8rem;
    line-height: 1.2rem;
    color: var(--text-primary);
}

.contact-card label {
    font-size: .7rem;
    font-weight: 500;
    color: var(--text-secondary);
    display: block;
    margin-bottom: .25rem;
}

.contact-card input,
.contact-card textarea {
    width: 100%;
    background-color: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: .5rem;
    color: var(--text-primary);
    font-size: .8rem;
    line-height: 1.2rem;
    padding: .6rem .75rem;
    font-family: inherit;
    outline: none;
}

.contact-card textarea {
    min-height: 5rem;
    resize: vertical;
}

.contact-submit {
    margin-top: 1rem;
    width: 100%;
    border: 0;
    border-radius: .5rem;
    background-color: var(--text-primary);
    color: var(--bg-page);
    font-size: .8rem;
    font-weight: 600;
    line-height: 1rem;
    padding: .7rem .75rem;
    cursor: pointer;
}

.sampleOpsSnapshotGrid {
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.sampleOpsSnapshotGrid>div {
    /* padding: 1rem;
    border-color: rgb(51 65 85 / 1 1);
    border-width: 1px;
    border-radius: 0.5rem; */

    /* background-color: #0f172a; */
    color: #fff;
    border-radius: var(--card-radius);
    padding: 1rem;
    /* box-shadow: 0 24px 64px rgba(0, 0, 0, .6); */
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

.toDO_snapshotGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    display: grid;
}

.toDO_snapshotGrid>div {
    border: 1px solid #334155;
    padding: 8px;
    border-radius: 7px;
}

.theecodeDevPodGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    display: grid;
}

.theecodeDevPodGrid>div {
    border: 1px solid #334155;
    padding: 8px;
    border-radius: 7px;
}

/* ajex case study */


.ajexPreviewbody {
    padding: 18px;
}

.fourColGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.fourColGrid>div {
    background: var(--panel-2);
    border: 1px solid var(--fourColGridborder);
    border-radius: 12px;
    padding: 14px;
}

.Tagpill {
    display: inline-block;
    background: #162236;
    border: 1px solid var(--fourColGridborder);
    color: #a8c5ff;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 12px;
}

.kpi {
    font-size: 28px;
    font-weight: 700;
    margin-top: 2px;
}

.subtle {
    font-size: 13px;
    color: #92a2bd;
}

.theecode-badge {
    /* position: absolute;
      right: 16px;
      bottom: 16px; */
    background: white;
    color: #0b1220;
    border-radius: 12px;
    margin-top: 12px;
    padding: 12px;
    border: 1px solid #e2e8f0;
    /* max-width: a; */
    box-shadow: 0 10px 28px rgba(0, 0, 0, .3);
}

.twocolGrid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1rem;
}

.twocolGrid>div {
    background: var(--panel-2);
    border: 1px solid var(--fourColGridborder);
    border-radius: 12px;
    padding: 14px;
}

.list {
    color: var(--clrTextmuted);
    padding-left: 18px;
}

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

.pod {
    background: var(--panelItem);
    border: 1px solid var(--fourColGridborder);
    border-radius: 12px;
    padding: 14px;
}

.pod h4 {
    margin: 4px 0 6px;
    font-size: 14px;
}


@media (max-width: 767px) {

    .snapshotBlock {

        grid-template-columns: 1fr;

    }



    .DeskFlex_Mobileblock {
        display: block;
    }

    .mobSpace_mb_24 {
        margin-bottom: 24px;
    }

    .mobSpace_mb_34 {
        margin-bottom: 34px;
    }

    .mainbutton {
        padding: 9px 16px;
        border-radius: 10px;
        font-size: 14px;
    }

    header {
        padding: 0px;
    }

    header .brand {
        justify-content: space-between;
        padding: 10px 16px;
    }

    header .brand #themeMobileToggle {
        display: block;
    }

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

    header .brand #logo {
        width: 120px;
    }


    header ul.navbar-nav li a {
        display: block;
        padding: 10px 24px !important;
        /* border-bottom: 1px solid #f9f9f9; */
        border-bottom: 1px solid #f6f6f6;
    }

    header ul.navbar-nav li:last-child a {
        border-bottom: 0px;
    }

    header nav {
        display: block !important;
    }

    header .navbar-nav {
        display: block;
    }

    header .navbar-collapse {
        flex-grow: 1 !important;
        border-top: 1px solid #dbeefd;
    }


    .other-option {
        display: none;
    }

    .worksectionthreeblock {
        grid-template-columns: 1fr;

    }

    .MobilegridColumn2 {
        grid-column: span 2;
    }

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

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

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

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

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

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

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

    .homeBnrsplit {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .homebnr {
        padding: 50px 0;
    }

    section {
        padding: 40px 0 !important;
    }

    .fintechExpertisegrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .fintechExpertisegrid .fintechExpertiseItem {
        grid-column: span 2 !important;
    }

    .globalEntrprsSrvgrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .globalEntrprsSrvgrid .globalEntrprsSrvItem {
        grid-column: span 2 !important;
    }

    .metric .big {
        font-size: 24px;
    }

    .metric {
        padding: 16px;
    }

    .metric .cap {
        font-size: 14px;
    }

    .steps .step p {
        margin: 0px;
    }

    .steps .step h4 {
        margin: 0px;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .humanAigrid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .testimonialsGrid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .aboutusbnr {
        padding: 50px 0;
    }

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

    #story .panel h3 {
        font-size: 20px;
        font-weight: 600;
    }

    .blockquote {
        font-size: 18px;
    }

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

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

    .offices .office p {
        margin: 0px;
    }

    .offices .office h4 {
        font-size: 20px;
        font-weight: 600;
    }

    .contactWhiteFrameGrid {
        padding: 16px;
        grid-template-columns: 1fr;
    }

    .careerbnr {
        padding: 50px 0px;
    }

    .rolegrid {
        gap: 12px;
        grid-template-columns: 1fr;
    }

    .cultureValuesGrid {

        grid-template-columns: 1fr;
    }

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

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

    .hiringProcessGrid .hiringProcessItem {
        padding-left: 54px;
    }

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

    .panelFrame h3 {
        font-size: 24px;
    }

    .humanAi_bnr {
        padding: 50px 0;
    }

    .humanAi_bnr .split {
        display: grid;
        grid-template-columns: 1fr;
    }

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

    .automatedQaGrid {
        grid-template-columns: 1fr;
        margin-top: 12px;
    }

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

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

    .enterprisebnr {
        padding: 50px 0;
    }

    .enterprisebnr .container>div {
        grid-template-columns: 1fr;
    }

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

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

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

    .rcntEntprsPrgGrid article {
        grid-column: span 2 !important;
    }

    .fintech_bnr {
        padding: 50px 0;
    }

    .fintech_bnr .container>div {
        grid-template-columns: 1fr;
    }

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

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

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

    .rcntFintechWorkGrid article {
        grid-column: span 2 !important;
    }

    .caseStudy_bnr {
        padding: 50px 0;
    }

    .caseStudyTrio article h3 {
        font-size: 24px;
        font-weight: 600;
    }

    .insights_bnr {
        padding: 50px 0;
    }

    .insightsparent article h3 {
        font-size: 20px;
    }

    .contactUs_bnr {
        padding: 50px 0;
    }

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

    .contactOptionsGrid h3 {
        font-size: 24px;
        font-weight: 600;
    }

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

    .mapEmbedPlaceholderFrame {
        height: auto;
    }

    .casestudyInner_bnr {
        padding: 50px 0 !important;
    }

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

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

    .workcontact h3 {
        font-size: 24px;
        font-weight: 600;
    }

    .heroBottomBlock .big {
        font-size: 24px;
    }

    .worksectiontwoblock h3 {
        font-size: 24px;
    }

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

    .legalPolicy_bnr {
        padding: 50px 0;
    }

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

    .sitemapGrid>div ul {
        margin: 0;
        padding-left: 20px;
    }

    .sitemapGrid>div h3 {
        font-size: 20px;
    }

    .homebnr-visual img {
        width: 100%;
    }

    .testimonialItem p {
        min-height: auto;
    }

    .testimonialItem {
        min-height: auto;
    }

    .fintechExpertiseItem img {
        height: 220px;
    }

    .globalEntrprsSrvItem img {
        height: 220px;
    }

    .enterprisebnr-visual {
        min-height: auto;
    }

    .enterprisebnr-visual img {
        width: 100%;
    }

    .rcntFintechWorkGrid article img {
        height: 220px;
    }

    .rcntFintechWorkGridtitle {
        margin-bottom: 12px;
    }

    .rcntEntprsPrgHead img {
        height: 220px;
    }

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

    .hero-grid {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .whatwedeliveredFrame {
        padding: 24px !important;
    }

    .cta-wrap {
        padding: 24px;
    }

    .floating-note {
        position: unset !important;
        width: 100%;
        margin-top: 10px;
    }

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

    .grid3 {
        grid-template-columns: repeat(1, 1fr);
    }

    .compare-card ul {
        padding-left: 20px;
    }

    .floatingnoteMeratas {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .floatingnoteMeratas {
        width: 100%;
    }

    .floating-note {
        position: unset !important;
        width: 100%;
        margin-top: 10px;
    }

    section {
        padding: 40px 0;
        /* scroll-margin-top: 80px; */
    }

    .mobSpace_mb_24 {
        margin-bottom: 24px;
    }

    .mobSpace_mb_34 {
        margin-bottom: 34px;
    }

    header {
        padding: 0px;
    }

    header .brand {
        justify-content: space-between;
        padding: 10px 16px;
    }

    header .brand #themeMobileToggle {
        display: block;
    }

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

    header .brand #logo {
        width: 120px;
    }


    header ul.navbar-nav li a {
        display: block;
        padding: 10px 24px !important;
        /* border-bottom: 1px solid #f9f9f9; */
        border-bottom: 1px solid #f6f6f6;
    }

    header ul.navbar-nav li:last-child a {
        border-bottom: 0px;
    }

    header nav {
        display: block !important;
    }

    header .navbar-nav {
        display: block;
    }

    header .navbar-collapse {
        flex-grow: 1 !important;
        border-top: 1px solid #dbeefd;
    }


    .other-option {
        display: none;
    }

    .heroBottomBlock {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        margin-top: 16px;
    }

    .homebnr h1 {
        font-size: clamp(36px, 4.6vw, 73px);
    }

    .fintechExpertiseItem img {
        height: 220px;
    }

    .globalEntrprsSrvItem img {
        height: 220px;
    }

    .enterprisebnr-visual {
        min-height: auto;
    }

    .enterprisebnr-visual img {
        width: 100%;
    }

    .rcntFintechWorkGrid article img {
        height: 220px;
    }

    .rcntFintechWorkGridtitle {
        margin-bottom: 12px;
    }

    .rcntEntprsPrgHead img {
        height: 220px;
    }

    .sectiondivider {
        padding: 40px 0px !important;
    }

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

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

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

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

    .MobilegridColumn2 {
        grid-column: span 2;
    }

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

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

    .insightsparent article[data-size="lg"] {
        grid-column: unset !important;
    }

    .insightsparent article {
        grid-column: unset !important;
    }

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


.sectiondivider {
    padding: 100px 0px;
}

.alignitemscenter {
    align-items: center;
}

.sectionsubtitle {
    text-transform: uppercase;
    font-weight: 700;
    /* color: #052E48; */
    opacity: 0.5;
}

.sectiontitle {
    font-weight: 700;
    font-size: 34px;
    line-height: 46px;
    color: #000000;
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.displayflex {
    display: flex;
}

.orangebutton2 {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    padding: 5px 30px;
    height: 38px;
    /* Secondary Colour */
    background: #FFC45C;
    border-radius: 50px;
    cursor: pointer;
    border: 1px solid #FFC45C;
    color: #000;
    text-decoration: none;
}

.mr20px {
    margin-right: 20px;
}

.timelinebtn {
    border-right: 3px solid #ffc45c !important;
    border-left: 3px solid #ffc45c !important;
    padding: 5px 30px;
    height: 38px;
    color: #ffc45c;
    border-radius: 50px;
}

#workingconcept {
    background: #e2ebf68c;
}

.features-item {
    background-color: #fff;
    padding: 20px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .5s;
}

.features-item:hover {
    transform: translateY(-7px);
}

.features-img {
    width: 50px;
    margin-bottom: 20px;
}

.mt30 {
    margin-top: 30px;
}

.whatwedeliveredFrame {
    background-color: var(--bg-card);
    border-radius: var(--card-radius);
    padding: 2rem;
    box-shadow: var(--shadow-card);
    border: 1px solid var(--border-color);
}

@media (max-width: 767px) {

    .columnreverse_mob {
        flex-direction: column-reverse;
    }

    .sectiondivider {
        padding: 50px 10px !important;
    }

    .features-item {
        margin: 20px 5px 0px 5px !important;
    }

    .svganimatecontent {
        width: 95% !important;
        margin: 10px;
    }

    .pt50mob {
        padding-top: 50px;
    }
}

.homebanner {
    width: 100%;
}

.homebanner::after {
    content: "";
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,000033+96&0+0,1+100 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 51, 0.96) 96%, rgba(0, 0, 51, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    bottom: 70px;
    width: 100%;
}

.scheduleButton {
    /* background-color: #000; */
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 15px;
    border-radius: 25px;
    font-size: 14px;
    display: none;
}

select {
    background-color: #111317 !important;
}

[data-theme='light'] select {
    background-color: #fff !important;
}

.careerApplyGrid .about-subText {
    min-height: 50px;
}