@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
    --void: #07131f;
    --navy: #0b2035;
    --paper: #f4f7f3;
    --lime: #c9f85a;
    --aqua: #7ce8e1;
    --line: #244159;
    --ink: #10273c;
    --soft: #8297a7
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: 'Plus Jakarta Sans', sans-serif;
    line-height: 1.65
}

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

img {
    max-width: 100%
}

.shell {
    max-width: 1440px;
    margin: auto;
    background: var(--paper);
    overflow: hidden
}

.rail {
    min-height: 100vh;
    width: 230px;
    position: fixed;
    z-index: 9;
    padding: 34px 25px;
    background: var(--void);
    color: #bdd0df;
    border-right: 1px solid #1e3548
}

.brand img {
    width: 148px;
    filter: brightness(0) invert(1)
}

.rail nav {
    display: grid;
    gap: 5px;
    margin-top: 75px
}

.rail nav a {
    padding: 11px 13px;
    border-radius: 6px;
    font-size: .89rem;
    font-weight: 700
}

.rail nav a:hover,
.rail nav .active {
    background: #17344b;
    color: var(--lime)
}

.rail small {
    display: block;
    margin-top: 75px;
    font: 11px 'DM Mono';
    color: #668096;
    letter-spacing: .12em
}

.rail .quote {
    display: block;
    margin-top: 12px;
    padding: 12px;
    background: var(--lime);
    border-radius: 5px;
    color: var(--void);
    font-size: .8rem;
    font-weight: 800;
    text-align: center
}

.content {
    margin-left: 230px
}

.topline {
    padding: 20px 5vw;
    display: flex;
    justify-content: space-between;
    background: #0a1b2c;
    color: #acc2d1;
    font: 11px 'DM Mono';
    letter-spacing: .1em
}

.topline b {
    color: var(--lime)
}

.wrap {
    width: min(1110px, 87%);
    margin: auto
}

.hero-new {
    min-height: 280px;
    position: relative;
    display: grid;
    align-items: end;
    padding: 0 0 65px;
    background: linear-gradient(90deg, #07131fed 0%, #07131fb7 46%, #07131f28), url('images/bankingFintech.jpg') center/cover
}

.hero-new:after {
    position: absolute;
    right: 5vw;
    top: 55px;
    color: #e6ff9b;
    font: 11px 'DM Mono';
    letter-spacing: .15em;
    writing-mode: vertical-rl
}

.hero-new .eyebrow {
    color: var(--aqua)
}

.hero-new h1 {
    max-width: 810px;
    margin: 12px 0 18px;
    color: #fff;
    font-size: clamp(3rem, 6.3vw, 6.7rem);
    line-height: .96;
    letter-spacing: -.08em
}

.hero-new p {
    max-width: 550px;
    color: #d0dfeb
}

.action {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
    padding: 13px 15px 13px 18px;
    border-radius: 4px;
    background: var(--lime);
    color: #06131e;
    font-size: .84rem;
    font-weight: 800
}

.action i {
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    border-radius: 50%;
    background: #06131e;
    color: var(--lime);
    font-style: normal
}

.eyebrow {
    font: 21px 'DM Mono';
    letter-spacing: .16em;
    color: #2d7d8d
}

.section {
    padding: 100px 0
}

.headline {
    max-width: 760px;
    font-size: clamp(2.15rem, 4vw, 4rem);
    line-height: 1.03;
    letter-spacing: -.06em
}

.intro {
    max-width: 620px;
    color: #61798a
}

.ticker {
    overflow: hidden;
    padding: 15px 205px;
    background: var(--lime);
    color: #0b2035;
    font: 12px 'DM Mono';
    white-space: nowrap;
    letter-spacing: .1em
}

.ticker span {
    margin-right: 45px
}

.bento {
    display: grid;
    grid-template-columns: 1.1fr .9fr .9fr;
    gap: 12px
}

.tile {
    min-height: 265px;
    padding: 28px;
    border-radius: 8px;
    background: #e2ebe8
}

.tile.dark {
    background: var(--navy);
    color: #fff
}

.tile.dark p {
    color: #c2d2db
}

.tile.image {
    position: relative;
    padding: 0;
    overflow: hidden
}

.tile.image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tile.image:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #07131fae, transparent 55%)
}

.tile.image h3 {
    position: absolute;
    z-index: 1;
    bottom: 15px;
    left: 20px;
    color: #fff
}

.tile.big {
    grid-row: span 2;
    min-height: 542px
}

.tile h3 {
    font-size: 1.35rem;
    line-height: 1.05
}

.tile p {
    font-size: .92rem;
    color: #567080
}

.number {
    display: block;
    margin-bottom: 56px;
    color: #3d6574;
    font: 12px 'DM Mono'
}

.tile.dark .number {
    color: var(--lime)
}

.case-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #c9d5d6
}

.case {
    padding: 36px;
    background: var(--paper)
}

.case img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    filter: saturate(.85)
}

.case h3 {
    margin: 20px 0 7px;
    font-size: 1.28rem
}

.dark-panel {
    background: var(--void);
    color: #fff
}

.dark-panel h2 {
    color: #fff
}

.dark-panel p {
    color: #b5c8d5
}

.metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    margin-top: 50px
}

.metric {
    padding-top: 13px;
    border-top: 1px solid #315168
}

.metric b {
    display: block;
    color: var(--lime);
    font-size: 3.4rem;
    letter-spacing: -.09em;
    line-height: 1
}

.metric span {
    font-size: .85rem
}

.join {
    padding: 75px 0;
    background: var(--aqua)
}

.join h2 {
    max-width: 730px;
    margin: 0;
    font-size: clamp(2.3rem, 4.5vw, 4.7rem);
    line-height: .98;
    letter-spacing: -.07em
}

.join .action {
    background: var(--void);
    color: #fff
}

.join .action i {
    background: var(--lime);
    color: var(--void)
}

.footer-new {
    padding: 62px 0 28px;
    background: #07131f;
    color: #aac0cd
}

.footer-new h4 {
    color: #fff
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 30px
}

.footer-new ul {
    padding: 0;
    list-style: none
}

.footer-new li {
    margin: 7px 0
}

.footer-new .brand img {
    margin-bottom: 15px
}

.copyright {
    margin-top: 45px;
    padding-top: 18px;
    border-top: 1px solid #1d3549;
    font: 11px 'DM Mono';
    color: #668096
}

.page-cover {
    min-height: 220px;
    display: grid;
    align-items: end;
    padding: 65px 0;
    background: linear-gradient(90deg, #07131fe8, #07131f45), var(--cover) center/cover;
    color: #fff
}

.page-cover h1 {
    margin: 12px 0 0;
    max-width: 830px;
    color: #fff;
    font-size: clamp(3.2rem, 6vw, 6rem);
    line-height: .95;
    letter-spacing: -.08em
}

.page-cover p {
    color: #d0e2ed
}

.story {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 55px;
    #padding: 65px 0;
    border-bottom: 1px solid #d4deda
}

.story img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 6px
}

.story h2 {
    margin-top: 0;
    font-size: 2.5rem;
    letter-spacing: -.06em
}

.story ul {
    padding-left: 20px;
    color: #506879
}

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

.contact-card {
    padding: 28px;
    background: #e1ece9;
    border-radius: 7px
}

.contact-card b {
    display: block;
    margin-top: 50px;
    font-size: 1.25rem
}

.contact-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 12px;
    background: var(--void)
}

.contact-layout img {
    width: 100%;
    height: 100%;
    min-height: 530px;
    object-fit: cover
}

.form-new {
    padding: 50px;
    color: #fff
}

.form-new h2 {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: -.07em
}

.form-new input,
.form-new textarea {
    width: 100%;
    margin: 7px 0;
    padding: 15px 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #4b6577;
    color: #fff;
    font: 15px inherit
}

.form-new button {
    border: 0;
    cursor: pointer
}

@media(max-width:900px) {
    .rail {
        width: 100%;
        min-height: auto;
        position: relative;
        padding: 18px 6%;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .rail nav {
        display: flex;
        margin: 0;
        gap: 2px
    }

    .rail small,
    .rail .quote {
        display: none
    }

    .rail nav a {
        padding: 7px;
        font-size: .75rem
    }

    .content {
        margin: 0
    }

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

    .tile.big {
        grid-row: span 1
    }

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

    .story {
        grid-template-columns: 130px 1fr
    }
}

@media(max-width:600px) {
    .rail {
        display: block
    }

    .rail nav {
        margin-top: 12px;
        overflow: auto
    }

    .topline {
        font-size: 9px
    }

    .hero-new {
        min-height: 580px
    }

    .section {
        padding: 65px 0
    }

    .bento,
    .case-grid,
    .metrics,
    .contact-cards,
    .contact-layout,
    .footer-grid {
        grid-template-columns: 1fr
    }

    .tile.big {
        min-height: 320px
    }

    .case {
        padding: 24px
    }

    .story {
        display: block;
        padding: 45px 0
    }

    .story img {
        width: 130px;
        height: 105px;
        margin-bottom: 22px
    }

    .contact-layout img {
        min-height: 260px
    }
}
/* TEAM PAGE */
.team-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
padding:80px 0;
}

.team-member{
background:#fff;
border-radius:8px;
overflow:hidden;
box-shadow:0 8px 24px rgba(0,0,0,.06);
text-align:center;
transition:.3s ease;
}

.team-member:hover{
transform:translateY(-6px);
}

.team-member img{
width:100%;
height:340px;
object-fit:cover;
}

.team-member h3{
margin:20px 0 5px;
font-size:1.4rem;
}

.team-member span{
display:block;
padding-bottom:20px;
color:#2d7d8d;
font-weight:600;
}

@media(max-width:900px){
.team-grid{grid-template-columns:repeat(2,1fr);}
}

@media(max-width:600px){
.team-grid{grid-template-columns:1fr;}
}

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 220px;
    background: #17344b;
    border-radius: 6px;
    z-index: 1000;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,.25);
}

.dropdown-content a {
    display: block;
    padding: 12px 15px;
    color: #bdd0df;
    font-size: .85rem;
    font-weight: 600;
    border-bottom: 1px solid rgba(255,255,255,.05);
}

.dropdown-content a:hover {
    background: #244159;
    color: #c9f85a;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.designation{
    display:block;
    color:#2d7d8d;
    font-weight:600;
    margin-top:8px;
    margin-bottom:18px;
}

.profile-link{
    display:inline-block;
    padding:10px 18px;
    background:#17344b;
    color:#c9f85a;
    text-decoration:none;
    border-radius:4px;
    font-weight:600;
    transition:all .3s ease;
}

.profile-link:hover{
    background:#0b2035;
    transform:translateY(-2px);
}

.expertise-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:20px;
    margin-top:30px;
}

.expertise-card{
    background:#ffffff;
    border:1px solid #e6edf3;
    border-left:4px solid #c9f85a;
    border-radius:8px;
    padding:18px;
    transition:.3s;
}

.expertise-card:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.expertise-card h4{
    margin:0;
    color:#17344b;
    font-size:1rem;
}

.executive-stats{
    max-width:700px;
    margin:50px auto;
    padding:25px 35px;
    background:#17344b;
    border-radius:12px;
    display:flex;
    justify-content:space-around;
    align-items:center;
}

.executive-stats div{
    text-align:center;
}

.executive-stats strong{
    display:block;
    color:#c9f85a;
    font-size:2rem;
}

.executive-stats span{
    color:white;
    font-size:.85rem;
}