@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=DM+Serif+Display:ital@0;1&display=swap");

:root {
    --black: #151717;
    --black-2: #0b0c0c;
    --white: #fafafa;
    --offwhite: #f0f0eb;
    --pink: #fe0048;
    --purple: #ac0bd9;
    --orange: #fe802d;
    --lime: #d7ff47;
    --line: rgba(21, 23, 23, 0.18);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--black);
    background: var(--black);
    font-family: "Manrope", sans-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.container-fluid {
    max-width: 1640px;
    padding-right: clamp(22px, 4vw, 72px);
    padding-left: clamp(22px, 4vw, 72px);
}

.bg-offwhite {
    background: var(--offwhite);
}

/* Supplied GIT Infosys header */
.headerTop {
    position: fixed;
    inset: 18px 20px auto;
    z-index: 1030;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 20px;
    background: rgba(21, 23, 23, .72);
    box-shadow: 0 18px 60px rgba(0, 0, 0, .18);
    backdrop-filter: blur(22px) saturate(145%);
    -webkit-backdrop-filter: blur(22px) saturate(145%);
    transition: inset .3s ease, background .3s ease, border-radius .3s ease;
}

.headerTop.is-scrolled {
    inset: 8px 12px auto;
    border-radius: 16px;
    background: rgba(11, 12, 12, .9);
}

.headerTop .navbar {
    min-height: 72px;
    padding: 8px 18px;
}

.headerTop .container-fluid {
    max-width: 1600px;
    padding: 0;
}

.navbar-brand {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    margin-right: 28px;
}

.navbar-brand img {
    display: block;
    width: min(210px, 18vw);
    height: auto;
}

.vijayMenu {
    min-width: 0;
}

.real-menu {
    align-items: center;
    gap: 30px;
    margin: 0 0 0 auto;
}

.real-menu>.nav-item>.nav-link {
    position: relative;
    padding: 13px 10px !important;
    color: rgba(255, 255, 255, .82);
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.real-menu>.nav-item>.nav-link::before {
    position: absolute;
    right: 10px;
    bottom: 7px;
    left: 10px;
    height: 2px;
    content: "";
    background: var(--pink);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .25s ease;
}

.real-menu>.nav-item:hover>.nav-link,
.real-menu>.nav-item>.nav-link:focus,
.real-menu>.nav-item>.nav-link.show {
    color: #fff;
}

.real-menu>.nav-item:hover>.nav-link::before,
.real-menu>.nav-item>.nav-link.show::before {
    transform: scaleX(1);
    transform-origin: left;
}

.dropdown-toggle::after {
    display: none;
}

.mm-caret {
    margin-left: 5px;
    font-size: 9px;
    transition: transform .2s ease;
}

.dropdown-toggle.show .mm-caret {
    transform: rotate(180deg);
}

.has-mega {
    position: static;
}

.mega-menu,
.mm-simple {
    margin-top: 10px !important;
    padding: 5px;
    color: #fff;
    background: rgba(21, 23, 23, .96);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 20px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .38);
    backdrop-filter: blur(24px);
}

.mega-menu {
    left: 50% !important;
    width: min(1340px, calc(100vw - 1px));
    max-height: calc(100vh - 118px);
    overflow-y: auto;
    transform: translateX(-50%) !important;
}

.mm-simple {
    min-width: 330px;
}

.mega-menu-column {
    height: 100%;
    padding: 8px;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .075);
    border-radius: 16px;
    transition: .25s ease;
}

.mega-menu-column:hover {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(254, 0, 72, .35);
    transform: translateY(-2px);
}

.mega-menu-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.mega-menu-title .nav-link {
    padding: 0 !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
}

.mm-icon {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    color: #fff;
    background: linear-gradient(135deg, var(--pink), var(--purple));
    border-radius: 50%;
    place-items: center;
}

.mega-menu ul,
.mm-simple {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

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

.mega-menu .nav-link,
.mm-simple .nav-link {
    padding: 7px 8px !important;
    color: rgba(255, 255, 255, .62);
    font-size: 18px;
    line-height: 1.35;
    border-radius: 8px;
}

.mega-menu .nav-link:hover,
.mm-simple .nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, .07);
}

.navbar-toggler {
    border: 1px solid rgba(255, 255, 255, .2);
    box-shadow: none !important;
}

.navbar-toggler-icon {
    filter: invert(1) grayscale(1) brightness(3);
}

.mitem {
    display: none;
}

/* Shared typography and section rhythm */
.section-space {
    position: relative;
    padding: clamp(50px, 50px, 170px) 0;
    overflow: hidden;
}

.section-head {
    margin-bottom: clamp(30px, 1vw, 110px);
}

.section-index {
    display: inline-flex;
    margin-bottom: 22px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
}

.display-title {
    margin: 0;
    font-size: clamp(52px, 6.3vw, 138px);
    font-weight: 700;
    line-height: .86;
    letter-spacing: -.075em;
}

.display-title em {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
}

.lead-copy {
    max-width: 500px;
    margin: 24px 0 0 auto;
    font-size: clamp(18px, 1.5vw, 24px);
    line-height: 1.45;
}

.reveal-up {
    opacity: 0;
    transform: translateY(42px);
    transition: opacity .8s cubic-bezier(.2, .75, .25, 1), transform .8s cubic-bezier(.2, .75, .25, 1);
}

.reveal-up.is-visible {
    opacity: 1;
    transform: none;
}

/* Hero */
.hero-section {
    position: relative;
    min-height: 100vh;
    color: #fff;
    background: var(--black-2);
    overflow: hidden;
    isolation: isolate;
}

.fluid-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -3;
}

.hero-grain {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .18;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.3'/%3E%3C/svg%3E");
    mix-blend-mode: soft-light;
    pointer-events: none;
}

.hero-section::after {
    position: absolute;
    inset: 0;
    z-index: -2;
    content: "";
    background: linear-gradient(90deg, rgba(5, 6, 6, .84) 0%, rgba(5, 6, 6, .32) 58%, rgba(5, 6, 6, .62) 100%);
}

.hero-wrap {
    position: relative;
    padding-top: 140px;
    padding-bottom: 95px;
}

.hero-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 34px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.hero-kicker span {
    width: 36px;
    height: 2px;
    background: var(--pink);
}

.hero-title {
    margin: 0;
    max-width: 1230px;
    font-size: clamp(72px, 8.2vw, 210px);
    font-weight: 700;
    line-height: .78;
    letter-spacing: -.085em;
}

.hero-title em {
    color: #fff;
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    text-shadow: 0 0 55px rgba(254, 0, 72, .22);
}

.hero-copy {
    max-width: 760px;
    margin: 40px 0 32px;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(18px, 1.65vw, 27px);
    line-height: 1.45;
}

.hero-proof {
    display: block;
    max-width: 920px;
    margin-top: 18px;
    color: rgba(255, 255, 255, .62);
    font-size: 15px;
    line-height: 1.65;
}

.hero-actions {
    margin-bottom: 34px;
}

.btn-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 58px;
    padding: 0 26px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    transition: .25s ease;
}

.btn-pill-light {
    color: var(--black);
    background: #fff;
}

.btn-pill-outline {
    color: #fff;
    border-color: rgba(255, 255, 255, .38);
    background: rgba(255, 255, 255, .04);
    backdrop-filter: blur(16px);
}

.btn-pill:hover {
    transform: translateY(-3px);
}

.btn-pill-light:hover {
    color: #fff;
    background: var(--pink);
}

.btn-pill-outline:hover {
    color: #fff;
    border-color: #fff;
}

.hero-side-note {
    max-width: 260px;
    margin: 0 0 52px auto;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .5);
    font-size: 20px;
    line-height: 1.25;
}

.hero-side-note span {
    display: block;
    margin-top: 16px;
    color: rgba(255, 255, 255, .55);
    font-size: 13px;
    line-height: 1.45;
}

.hero-marquee {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, .16);
    background: rgba(0, 0, 0, .24);
}

.hero-marquee div {
    width: max-content;
    padding: 16px 0;
    color: rgba(255, 255, 255, .68);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .2em;
    animation: marquee 22s linear infinite;
}

@keyframes marquee {
    to {
        transform: translateX(-50%);
    }
}

/* Services */
.services-list {
    border-top: 1px solid var(--line);
}

.service-row {
    border-radius: 20px;
    display: grid;
    grid-template-columns: 30px minmax(212px, .35fr) minmax(300px, 1fr) 54px;
    align-items: center;
    gap: 28px;
    padding: 30px 0;
    border-bottom: 1px solid var(--line);
    transition: padding .3s ease, background .3s ease, color .3s ease;
}

.service-row:hover {
    padding-right: 24px;
    padding-left: 24px;
    color: #fff;
    background: var(--black);
}

.service-no {
    color: #777;
    font-size: 12px;
    font-weight: 800;
}

.service-row h3 {
    margin: 0;
    font-size: clamp(24px, 2.4vw, 42px);
    font-weight: 700;
    letter-spacing: -.045em;
}

.service-row p {
    margin: 0;
    color: #676963;
    font-size: 15px;
    line-height: 1.55;
}

.service-row:hover p,
.service-row:hover .service-no {
    color: rgba(255, 255, 255, .62);
}
.service-row > .service-no {
    display: grid;
    width: 46px;
    height: 46px;
    color: currentColor;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 800;
    place-items: center;
    transition:
        color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease;
}

.service-row:hover > .service-no {
    color: #111;
    background: #fff;
    transform: scale(1.08);
}

/* Why */
.why-section {
    color: #fff;
    background: var(--black);
}

.why-section::before {
    position: absolute;
    top: -220px;
    right: -180px;
    width: 620px;
    height: 620px;
    content: "";
    background: radial-gradient(circle, var(--purple), transparent 64%);
    opacity: .35;
    filter: blur(30px);
}

.why-card {
    position: relative;
    height: 100%;
    min-height: 390px;
    padding: clamp(20px, 1vw, 50px);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 28px;
    overflow: hidden;
    transition: transform .35s ease, border-color .35s ease, background .35s ease;
}

.why-card::after {
    position: absolute;
    right: -80px;
    bottom: -80px;
    width: 180px;
    height: 180px;
    content: "";
    background: linear-gradient(135deg, var(--pink), var(--orange));
    border-radius: 50%;
    opacity: 0;
    filter: blur(10px);
    transition: opacity .35s ease, transform .35s ease;
}

.why-card:hover {
    border-color: rgba(255, 255, 255, .65);
    background: rgba(255, 255, 255, .05);
    transform: translateY(-8px);
}

.why-card:hover::after {
    opacity: .32;
    transform: scale(1.35);
}


.why-card>i {
    display: block;
    margin: 0px 0 28px;
    color: var(--pink);
    font-size: 38px;
}

.why-card h3 {
    margin-bottom: 16px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.04em;
}

.why-card p {
    max-width: 380px;
    margin: 0;
    color: rgba(255, 255, 255, .62);
    line-height: 1.65;
}

/* Extended comparison (new-index.html) */
.comparison-section {
    background: var(--offwhite);
}

.comparison-copy {
    padding: clamp(26px, 3vw, 44px);
    color: #fff;
    background: var(--black);
    border-radius: 26px;
}

.comparison-copy p {
    margin: 0;
    color: rgba(255, 255, 255, .7);
    font-size: 17px;
    line-height: 1.7;
}

.comparison-copy p+p {
    margin-top: 22px;
}

.comparison-table-wrap {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: #fff;
}

.comparison-table {
    min-width: 760px;
    color: var(--black);
}

.comparison-table> :not(caption)>*>* {
    padding: 20px 18px;
    border-color: var(--line);
}

.comparison-table thead th {
    color: #fff;
    background: var(--black);
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.comparison-table tbody th {
    width: 24%;
    font-weight: 800;
}

.comparison-table tbody td:last-child {
    color: #fff;
    background: var(--purple);
    font-weight: 700;
}

/* Portfolio */
.projects-section {
    background: var(--white);
}

.project-card {
    position: relative;
    display: flex;
    min-height: 580px;
    height: 100%;
    padding: clamp(28px, 4vw, 58px);
    color: var(--black);
    border-radius: 32px;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
    isolation: isolate;
    transition: transform .4s cubic-bezier(.2, .8, .25, 1), box-shadow .4s ease;
}

.project-card::before {
    position: absolute;
    inset: 24% -10% auto;
    height: 55%;
    z-index: -1;
    content: "";
    background: rgba(255, 255, 255, .28);
    border-radius: 50%;
    filter: blur(45px);
    transform: rotate(-10deg);
    transition: transform .45s ease;
}

.project-card:hover {
    color: var(--black);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .16);
    transform: translateY(-10px);
}

.project-card:hover::before {
    transform: rotate(6deg) scale(1.12);
}

.project-pink {
    background: #fe5b8a;
}

.project-yellow {
    background: #f4df55;
}

.project-violet {
    color: #fff;
    background: #6c48e7;
}

.project-blue {
    color: #fff;
    background: #1e73d3;
}

.project-orange {
    background: #f48a42;
}

.project-green {
    color: #fff;
    background: #2c8c72;
}

.project-violet:hover,
.project-blue:hover,
.project-green:hover {
    color: #fff;
}

.project-type {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.project-word {
    margin: auto 0;
    font-size: clamp(70px, 10vw, 170px);
    font-weight: 800;
    line-height: .76;
    letter-spacing: -.085em;
    word-break: break-word;
}

.project-word-sm {
    font-size: clamp(54px, 6vw, 96px);
}

.project-bottom {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}

.project-bottom h3 {
    max-width: 580px;
    margin: 0;
    font-size: clamp(20px, 2vw, 30px);
    line-height: 1.25;
}

.project-bottom i {
    display: grid;
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    border: 1px solid currentColor;
    border-radius: 50%;
    place-items: center;
    transition: transform .3s ease;
}

.project-card:hover .project-bottom i {
    transform: rotate(45deg);
}

/* Industries */
.industries-section {
    color: #fff;
    background: #15231d;
}

.industry-card {
    height: 100%;
    min-height: 250px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 22px;
    background: rgba(255, 255, 255, .025);
    transition: .3s ease;
}

.industry-card:hover {
    color: var(--black);
    border-color: var(--lime);
    background: var(--lime);
    transform: translateY(-6px);
}

.industry-card span {
    display: block;
    color: rgba(255, 255, 255, .4);
    font-size: 11px;
    font-weight: 800;
}

.industry-card:hover span {
    color: rgba(21, 23, 23, .5);
}

.industry-card i {
    margin: 0px 0 22px;
    font-size: 34px;
}

.industry-card h3 {
    margin-bottom: 12px;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: -.035em;
}

.industry-card p {
    margin: 0;
    color: rgba(255, 255, 255, .55);
    font-size: 14px;
    line-height: 1.6;
}

.industry-card:hover p {
    color: rgba(21, 23, 23, .7);
}

/* Process */
.process-section {
    background: var(--offwhite);
}

.process-nav {
    position: sticky;
    top: 120px;
    border-top: 1px solid var(--line);
}

.process-tab {
    display: grid;
    grid-template-columns: 48px 1fr auto;
    width: 100%;
    padding: 25px 0;
    color: #797b77;
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--line);
    text-align: left;
    font-size: clamp(18px, 1.6vw, 27px);
    font-weight: 700;
    transition: .25s ease;
}

.process-tab span,
.process-tab small {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
}

.process-tab small {
    align-self: center;
}

.process-tab:hover,
.process-tab.active {
    color: var(--black);
    padding-left: 14px;
}

.process-tab.active {
    background: linear-gradient(90deg, rgba(254, 0, 72, .1), transparent);
}



.process-stage.is-changing img {
    opacity: .2;
}



.process-copy span {
    color: var(--pink);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
}

.process-stage {
    position: sticky;
    top: 118px;
    height: 505px !important;
    overflow: hidden;
    border-radius: 30px;
    background: #111;
}

/* Dark gradient so text remains readable */
.process-stage::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    pointer-events: none;
    background: linear-gradient(
        180deg,
        transparent 25%,
        rgba(0, 0, 0, 0.35) 55%,
        rgba(0, 0, 0, 0.95) 100%
    );
}

.process-stage img {
    display: block;
    width: 100%;
    height: 100% !important;
    aspect-ratio: auto !important;
    object-fit: cover;
}

/* Text over the image */
.process-copy {
    position: absolute !important;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: auto !important;
    padding: 20px;
    color: #fff;
    background: transparent !important;
}

.process-copy h3 {
    margin: 12px 0;
    color: #fff;
}

.process-copy p {
    display: block !important;
    max-width: 680px;
    height: auto !important;
    max-height: none !important;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
}

/* Pricing */
.pricing-section {
    color: #fff;
    background: var(--black-2);
}

.price-card {
    position: relative;
    height: 100%;
    min-height: 630px;
    padding: clamp(30px, 3.5vw, 52px);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 28px;
    transition: transform .35s ease, border-color .35s ease;
}

.price-card:hover {
    border-color: #fff;
    transform: translateY(-8px);
}

.price-card.featured {
    color: var(--black);
    background: var(--lime);
    border-color: var(--lime);
}

.plan-label {
    display: block;
    margin-bottom: 45px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
}

.popular {
    position: absolute;
    top: 26px;
    right: 26px;
    padding: 7px 12px;
    color: #fff;
    background: var(--black);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
}

.price {
    margin-bottom: 18px;
    font-size: clamp(42px, 4vw, 68px);
    font-weight: 800;
    letter-spacing: -.06em;
}

.price small {
    font-size: 15px;
    letter-spacing: 0;
}

.price-card>p {
    min-height: 52px;
    color: rgba(255, 255, 255, .6);
}

.price-card.featured>p {
    color: rgba(21, 23, 23, .7);
}

.price-card ul {
    min-height: 240px;
    margin: 36px 0;
    padding: 0;
    list-style: none;
}

.price-card li {
    padding: 9px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    font-size: 14px;
}

.price-card.featured li {
    border-color: rgba(21, 23, 23, .16);
}

.price-card li::before {
    margin-right: 9px;
    color: var(--pink);
    content: "✓";
    font-weight: 800;
}

.price-card a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    color: inherit;
    border-top: 1px solid currentColor;
    font-weight: 800;
}

/* Team */
.team-section {
    background: var(--white);
}

.team-card {
    height: 100%;
    min-height: 410px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 24px;
    transition: transform .3s ease, background .3s ease, color .3s ease;
}

.team-card:hover {
    color: #fff;
    background: var(--black);
    transform: translateY(-7px);
}

.team-avatar {
    display: grid;
    width: 100%;
    aspect-ratio: 1.25/1;
    margin-bottom: 28px;
    color: #fff;
    background: linear-gradient(145deg, var(--pink), var(--purple) 52%, var(--orange));
    border-radius: 18px;
    font-family: "DM Serif Display", serif;
    font-size: clamp(62px, 7vw, 110px);
    place-items: center;
}

.team-card>span {
    color: var(--pink);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
}

.team-card h3 {
    margin: 9px 0 12px;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -.035em;
}

.team-card p {
    margin: 0;
    color: #6b6d69;
    font-size: 14px;
    line-height: 1.6;
}

.team-card:hover p {
    color: rgba(255, 255, 255, .58);
}

/* Reviews */
.reviews-section {
    color: #fff;
    background: linear-gradient(135deg, #2a0d2d, #120b1d 55%, #351208);
}

.review-controls {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.review-controls button {
    display: grid;
    width: 58px;
    height: 58px;
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: 50%;
    place-items: center;
    transition: .25s ease;
}

.review-controls button:hover {
    color: var(--black);
    background: #fff;
}

.review-slider {
    position: relative;
    min-height: 430px;
}

.review-card {
    position: absolute;
    inset: 0;
    display: flex;
    padding: clamp(32px, 5vw, 80px);
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 30px;
    background: rgba(255, 255, 255, .045);
    opacity: 0;
    pointer-events: none;
    transform: translateX(50px);
    flex-direction: column;
    justify-content: space-between;
    transition: opacity .5s ease, transform .5s ease;
}

.review-card.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: none;
}

.stars {
    color: var(--lime);
    font-size: 20px;
    letter-spacing: .12em;
}

.review-card blockquote {
    max-width: 1100px;
    margin: 35px 0;
    font-family: "DM Serif Display", serif;
    font-size: clamp(32px, 3.6vw, 76px);
    line-height: 1.05;
}

.review-card>div:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.review-card a {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

/* FAQ */
.faq-section {
    background: var(--offwhite);
}

.faq-accordion {
    border-top: 1px solid var(--line);
}

.faq-accordion .accordion-item {
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
}

.faq-accordion .accordion-button {
    padding: 30px 0;
    color: var(--black);
    background: transparent;
    box-shadow: none;
    font-size: clamp(20px, 2vw, 31px);
    font-weight: 700;
    letter-spacing: -.03em;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--pink);
}

.faq-accordion .accordion-button::after {
    width: 46px;
    height: 46px;
    margin-left: 24px;
    background: none;
    border: 1px solid currentColor;
    border-radius: 50%;
    content: "+";
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    transform: none;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    content: "−";
}

.faq-accordion .accordion-body {
    max-width: 920px;
    padding: 0 80px 32px 0;
    color: #60625f;
    font-size: 16px;
    line-height: 1.7;
}

/* Contact and footer */
.contact-section {
    padding: clamp(50px, 1vw, 50px) 0;
    color: #fff;
    background: var(--pink);
}

.contact-title {
    margin: 0;
    max-width: 780px;
    font-size: clamp(58px, 7.5vw, 140px);
    font-weight: 700;
    line-height: .86;
    letter-spacing: -.075em;
}

.contact-copy {
    max-width: 690px;
    margin: 36px 0;
    font-size: 19px;
    line-height: 1.55;
}

.contact-direct {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.contact-direct a {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.contact-direct i {
    width: 24px;
}

.quote-form {
    padding: clamp(25px, 4vw, 25px);
    color: var(--black);
    background: #fff;
    border-radius: 28px;
}

.quote-form label {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 800;
}

.quote-form .form-control,
.quote-form .form-select {
    min-height: 52px;
    padding: 10px 0 0 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #a6a6a1;
    border-radius: 0;
    box-shadow: none;
}

.quote-form textarea.form-control {
    resize: vertical;
}

.form-submit {
    display: flex;
    width: 100%;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    color: #fff;
    background: var(--black);
    border: 0;
    border-radius: 999px;
    font-weight: 800;
    transition: .25s ease;
}

.form-submit:hover {
    background: var(--purple);
}

.form-note {
    margin: 12px 0 0;
    color: #777;
    font-size: 11px;
    text-align: center;
}


/* Responsive */
@media (max-width: 1199.98px) {
    .headerTop {
        inset: 10px 12px auto;
    }

    .headerTop .navbar {
        min-height: 62px;
    }

    .navbar-brand img {
        width: 178px;
    }

    .mega-menu {
        width: calc(100vw - 36px);
    }

    .service-row {
        grid-template-columns: 56px 1fr 1fr 46px;
    }

    .project-card {
        min-height: 500px;
    }
}

@media (max-width: 991.98px) {
    .headerTop {
        border-radius: 16px;
    }

    .navbar-brand img {
        width: 160px;
        max-width: 46vw;
    }

    .vijayMenu {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 90px 22px 30px;
        background: rgba(11, 12, 12, .98);
        overflow-y: auto;
    }

    .vijayMenu:not(.show) {
        display: none !important;
    }

    .vijayMenu .d-flex {
        display: block !important;
    }

    .real-menu {
        display: block;
    }

    .real-menu>.nav-item>.nav-link {
        padding: 15px 0 !important;
        font-size: 18px;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .real-menu>.nav-item>.nav-link::before {
        display: none;
    }

    .mitem {
        position: absolute;
        top: 22px;
        right: 22px;
        display: block;
        border: 0;
    }

    .mega-menu,
    .mm-simple {
        position: static !important;
        width: 100%;
        min-width: 0;
        max-height: none;
        margin: 10px 0 !important;
        transform: none !important;
    }

    .mm-list {
        grid-template-columns: 1fr;
    }

    .section-head .lead-copy {
        margin-left: 0;
    }

    .service-row {
        grid-template-columns: 45px 1fr 42px;
        gap: 16px;
    }

    .service-row p {
        grid-column: 2/4;
    }

    .why-card {
        min-height: 330px;
    }

    .process-nav,
    .process-stage {
        position: relative;
        top: auto;
    }
    

    .review-slider {
        min-height: 470px;
    }

  
}
@media (max-width: 767.98px) {
    .process-stage {
        position: relative;
        top: auto;
        height: 520px !important;
    }

    .process-copy {
        padding: 24px;
    }

    .process-copy h3 {
        font-size: 30px;
    }

    .process-copy p {
        font-size: 14px;
        line-height: 1.55;
    }
}
@media (max-width: 767.98px) {
    .container-fluid {
        padding-right: 20px;
        padding-left: 20px;
    }

    .hero-wrap {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .hero-title {
        font-size: clamp(68px, 3vw, 112px);
    }

    .hero-copy {
        margin-top: 28px;
    }

    .btn-pill {
        width: 100%;
    }

    .display-title {
        font-size: clamp(48px, 6vw, 82px);
    }

    .section-head {
        margin-bottom: 30px;
    }

    .service-row {
        padding: 24px 0;
    }

    .service-row:hover {
        padding-right: 12px;
        padding-left: 12px;
    }

    .service-row h3 {
        font-size: 25px;
    }

    .project-card {
        min-height: 420px;
        border-radius: 24px;
    }

    .project-word {
        font-size: clamp(52px, 18vw, 96px);
    }

    .industry-card {
        min-height: 270px;
    }

    .process-tab {
        grid-template-columns: 38px 1fr;
    }

    .process-tab small {
        grid-column: 2;
        margin-top: 5px;
    }

    .review-controls {
        justify-content: flex-start;
        margin-top: 20px;
    }

    .review-slider {
        min-height: 460px;
    }

    .review-card {
        padding: 28px;
    }

    .review-card>div:last-child {
        align-items: flex-start;
        flex-direction: column;
    }

    .faq-accordion .accordion-button {
        padding: 24px 0;
    }

    .faq-accordion .accordion-button::after {
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
        line-height: 34px;
    }

    .faq-accordion .accordion-body {
        padding-right: 0;
    }

    .contact-title {
        font-size: clamp(58px, 8vw, 92px);
    }

   
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    .reveal-up {
        opacity: 1;
        transform: none;
    }
}

/* GIT Infosys footer — namespaced to prevent conflicts with existing site CSS. */
.gix-footer,
.gix-footer * {
    box-sizing: border-box;
}

.gix-footer {
    --gix-white: #f7f5f6;
    --gix-muted: rgba(247, 245, 246, 0.58);
    --gix-line: rgba(255, 255, 255, 0.12);
    --gix-card: rgba(255, 255, 255, 0.065);
    --gix-pink: #ff0756;
    --gix-lime: #c8ff00;
    position: relative;
    isolation: isolate;
    width: calc(100% - 30px);
    max-width: 1600px;
    min-height: 760px;
    margin: 20px auto;
    overflow: hidden;
    color: var(--gix-white);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background:
        radial-gradient(circle at 8% 10%, rgba(103, 17, 62, 0.35), transparent 36%),
        radial-gradient(circle at 92% 86%, rgba(91, 6, 47, 0.34), transparent 34%),
        linear-gradient(115deg, #281711 0%, #111515 45%, #25101d 100%);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.gix-footer::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    opacity: 0.08;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}

.gix-footer a {
    color: inherit;
    text-decoration: none;
}

.gix-footer__inner {
    width: 100%;
    padding: 25px;
}

.gix-footer__main-grid {
    display: grid;
    grid-template-columns: 1.12fr 1.45fr 0.95fr 0.8fr 1.15fr;
    align-items: start;
    gap: clamp(30px, 4vw, 72px);
}

.gix-footer__logo {
    display: inline-flex;
    align-items: center;
}

.gix-footer__logo img {
    display: block;
    width: min(240px, 100%);
    height: auto;
}

.gix-footer__brand > p {
    max-width: 290px;
    margin: 28px 0 0;
    color: var(--gix-muted);
    font-size: 14px;
    line-height: 1.7;
}

.gix-footer__brand-mark {
    display: flex;
    max-width: 270px;
    margin-top: 28px;
    gap: 8px;
    flex-wrap: wrap;
}

.gix-footer__brand-mark span {
    padding: 7px 11px;
    color: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--gix-line);
    border-radius: 999px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.gix-footer__title {
    margin: 0 0 26px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
}

.gix-footer__office + .gix-footer__office {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid var(--gix-line);
}

.gix-footer__office h3 {
    margin: 0 0 7px;
    color: #fff;
    font-size: 13px;
    font-weight: 750;
}

.gix-footer__office p {
    max-width: 320px;
    margin: 0 0 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.55;
}

.gix-footer__office > a,
.gix-footer__inline-links a {
    display: block;
    width: fit-content;
    margin-top: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    transition: color 0.25s ease;
}

.gix-footer__inline-links {
    display: flex;
    gap: 5px 14px;
    flex-wrap: wrap;
}

.gix-footer__office a:hover,
.gix-footer__office a:focus-visible {
    color: var(--gix-lime);
}

.gix-footer__links,
.gix-footer__sector-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gix-footer__links li + li {
    margin-top: 15px;
}

.gix-footer__links a {
    position: relative;
    display: inline-block;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    font-weight: 560;
    line-height: 1.45;
    transition: color 0.25s ease, transform 0.25s ease;
}

.gix-footer__links a::after {
    position: absolute;
    right: 0;
    bottom: -4px;
    left: 0;
    height: 1px;
    content: "";
    background: var(--gix-lime);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
}

.gix-footer__links a:hover,
.gix-footer__links a:focus-visible {
    color: #fff;
    transform: translateX(4px);
}

.gix-footer__links a:hover::after,
.gix-footer__links a:focus-visible::after {
    transform: scaleX(1);
}

.gix-footer__sector-links {
    display: grid;
    gap: 17px;
}

.gix-footer__sector-links li {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
}

.gix-footer__sector-links i {
    padding-top: 3px;
    color: var(--gix-pink);
    font-size: 12px;
    text-align: center;
}

.gix-footer__sector-links a {
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    font-weight: 590;
    line-height: 1.45;
    transition: color 0.25s ease;
}

.gix-footer__sector-links a:hover,
.gix-footer__sector-links a:focus-visible {
    color: var(--gix-lime);
}

.gix-footer__reviews {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: clamp(52px, 7vw, 100px);
    gap: 10px;
}

.gix-footer__review-card {
    display: grid;
    min-height: 76px;
    padding: 14px 18px;
    grid-template-columns: minmax(80px, 1fr) auto 18px;
    align-items: center;
    gap: 14px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: var(--gix-card);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.gix-footer__review-card:hover,
.gix-footer__review-card:focus-visible {
    color: #fff;
    border-color: rgba(200, 255, 0, 0.38);
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-4px);
}

.gix-footer__review-card img {
    display: block;
    width: auto;
    max-width: 115px;
    max-height: 38px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.gix-footer__review-card span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 10px;
    font-weight: 750;
    line-height: 1.25;
    text-align: right;
}

.gix-footer__review-card > i {
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
}

.gix-footer__bottom {
    display: grid;
    grid-template-columns: 1.25fr auto auto;
    align-items: center;
    margin-top: 44px;
    padding-top: 28px;
    gap: 24px 38px;
    color: rgba(255, 255, 255, 0.45);
    border-top: 1px solid var(--gix-line);
}

.gix-footer__bottom p {
    margin: 0;
    font-size: 12px;
}

.gix-footer__legal,
.gix-footer__social {
    display: flex;
    align-items: center;
    gap: 22px;
}

.gix-footer__legal a {
    color: rgba(255, 255, 255, 0.48);
    font-size: 12px;
    transition: color 0.25s ease;
}

.gix-footer__legal a:hover,
.gix-footer__legal a:focus-visible {
    color: #fff;
}

.gix-footer__social {
    gap: 10px;
}

.gix-footer__social a {
    display: grid;
    width: 30px;
    height: 30px;
    color: rgba(255, 255, 255, 0.55);
    border: 1px solid var(--gix-line);
    border-radius: 50%;
    font-size: 12px;
    place-items: center;
    transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.gix-footer__social a:hover,
.gix-footer__social a:focus-visible {
    color: #111;
    border-color: var(--gix-lime);
    background: var(--gix-lime);
    transform: translateY(-3px);
}

.gix-footer__speak {
    position: absolute;
    right: 18px;
    bottom: 14px;
    display: grid;
    width: 92px;
    height: 92px;
    z-index: 3;
    align-content: center;
    justify-items: center;
    gap: 7px;
    color: #101010 !important;
    border-radius: 50%;
    background: var(--gix-lime);
    font-size: 11px;
    font-weight: 850;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gix-footer__speak i {
    font-size: 15px;
}

.gix-footer__speak:hover,
.gix-footer__speak:focus-visible {
    box-shadow: 0 0 0 10px rgba(200, 255, 0, 0.12);
    transform: rotate(-5deg) scale(1.05);
}

.gix-footer__help {
    position: absolute;
    bottom: 0;
    left: 0;
    display: grid;
    width: 46px;
    height: 46px;
    z-index: 3;
    color: #fff !important;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--gix-pink);
    place-items: center;
    transform: translate(-1px, 1px);
    transition: transform 0.25s ease;
}

.gix-footer__help:hover,
.gix-footer__help:focus-visible {
    transform: translate(-1px, 1px) scale(1.08);
}

@media (max-width: 1279.98px) {
    .gix-footer__main-grid {
        grid-template-columns: 1.1fr 1.35fr 1fr 1fr;
    }

    .gix-footer__brand {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 240px minmax(260px, 460px) auto;
        align-items: center;
        gap: 28px;
    }

    .gix-footer__brand > p,
    .gix-footer__brand-mark {
        margin-top: 0;
    }

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

    .gix-footer__bottom {
        grid-template-columns: 1fr auto;
        padding-right: 105px;
    }

    .gix-footer__social {
        grid-column: 2;
    }
}

@media (max-width: 991.98px) {
    .gix-footer {
        min-height: 0;
        border-radius: 18px;
    }

    .gix-footer__inner {
        padding: 58px 34px 120px;
    }

    .gix-footer__main-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 44px 34px;
    }

    .gix-footer__brand {
        grid-template-columns: 210px 1fr;
    }

    .gix-footer__brand-mark {
        grid-column: 1 / -1;
    }

    .gix-footer__contact-column {
        grid-row: span 2;
    }

    .gix-footer__bottom {
        grid-template-columns: 1fr;
        padding-right: 0;
    }

    .gix-footer__social {
        grid-column: auto;
    }
}

@media (max-width: 639.98px) {
    .gix-footer {
        width: calc(100% - 16px);
        margin: 10px auto;
        border-radius: 16px;
    }

    .gix-footer__inner {
        padding: 22px ;
    }

    .gix-footer__main-grid,
    .gix-footer__brand,
    .gix-footer__reviews {
        grid-template-columns: 1fr;
    }

    .gix-footer__brand {
        display: block;
    }

    .gix-footer__brand > p,
    .gix-footer__brand-mark {
        margin-top: 22px;
    }

    .gix-footer__title {
        margin-bottom: 20px;
    }

    .gix-footer__reviews {
        margin-top: 52px;
    }

    .gix-footer__review-card {
        grid-template-columns: 1fr auto 16px;
    }

    .gix-footer__legal {
        align-items: flex-start;
        gap: 12px;
        flex-direction: column;
    }

    .gix-footer__social {
        gap: 8px;
        flex-wrap: wrap;
    }

    .gix-footer__speak {
        right: 16px;
        bottom: 16px;
        width: 84px;
        height: 84px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gix-footer *,
    .gix-footer *::before,
    .gix-footer *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

.navbar-nav li a {
    font-size: 16px !important;
    font-weight: 600;
}

.mega-menu-column ul li a {
    font-size: 14px !important;
    font-weight: 500;

}