    #headtag h2{
        text-align: center;
        color: white;
        font-weight: 800;
    }
    .nav-menu a {
    color: #fff;
    }
    header.sticky .nav-menu a {
    color: #010000;
    }
    .banner-stats {
    position: absolute;
    bottom: 60px;
    display: flex;
    gap: 20px;
    z-index: 2;
    right: 7%;
    }
    .main-navbar:hover  .nav-menu a {
    color: #010000;
    }
    .main-navbar:hover  .nav-menu a:hover {
    color: #7039c2;
    }
    .right-panel a {
    color: rgb(82, 43, 145) !important;
    }
    .right-panel a:hover {
    color: rgb(50, 181, 99) !important;
    }
        :root {
    --primary-purple: #532e8a;
    --primary-green: #2DBE60;
    --light-purple: #cbbbd9;
    --light-gray: #ededed;
    --section-bg: #EAEAEA;
    --text-dark: #333333;
    --text-gray: #666666;
    --white: #ffffff;
    --eqt-orange: #E85D04;
    --shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    --shadow-hover: 0 8px 30px rgba(0, 0, 0, 0.12);
    }

    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }

    /* Section 1: Hero */
    .hero-section {
    padding: 80px 0 0px;
    background: #fff;
    }

    .hero-container {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-top: 22px;
    }

    .hero-illustration {
    display: flex;
    justify-content: center;
    align-items: center;
    }

    .hero-illustration svg {
    width: 100%;
    max-width: 400px;
    height: auto;
    }

    .hero-content {
    flex: 1;
    }

    .hero-title {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
    }

    .hero-title .purple {
    color: var(--primary-purple);
    display: block;
    }

    .hero-title .green {
    color: var(--primary-green);
    font-style: italic;
    }

    .hero-text {
    margin-bottom: 20px;

    }
    
    .built-for h2{
        margin-bottom: 0px;
    }

    /* Section 2: Vision Cards */
    .vision-section {
    padding: 80px 0;
    background-color: var(--white);
    }

    .vision-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    }

    .vision-card {
    background: var(--white);
    border-radius: 24px;
    padding: 40px 56px;
    display: flex;
    flex-direction: column;
    min-height: 400px;
    transform: skew(-5deg);
    padding-bottom: 158px;
    }

    .vision-card:nth-child(1),
    .vision-card:nth-child(3) {
    background: var(--light-purple);
    }

    .vision-card:nth-child(2) {
    background: var(--light-gray);
    }


    .vision-card h3 {
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.2;
    font-style: italic;
    }
    .vision-card:nth-child(1) h3,
    .vision-card:nth-child(3) h3 {
    color: var(--primary-purple);
    }

    .vision-card:nth-child(2) h3 {
    color: var(--primary-green);
    }


    .vision-icon {
    margin-top: 30px;
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 20px;
    }

    /* Section 3: Platform Experience - Fixed to match design */
    .platform-section {
    padding: 60px 0 0px;
    background-color: var(--white);
    }

    .platform-header {
    margin-bottom: 40px;
    }
    
    .platform-header h2{
        margin-bottom: 0px;
    }

    .platform-title {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.3;
    }

    .platform-title .purple {
    color: var(--primary-purple);
    display: block;
    }

    .platform-title .green {
    color: var(--primary-green);
    font-style: italic;
    }

    .platform-container {
    background-color: var(--section-bg);
    border-radius: 30px;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 50px;
    transform: skew(-4deg);
    margin-top: 60px;
    }

    .platform-image-wrapper {
    flex: 1.2;
    position: relative;
    }

    .platform-image {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    }

    .platform-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    }

    .platform-content {
    flex: 1;
    padding: 20px 20px 20px 0;
    }

    .platform-content p {
    margin-bottom: 10px;
    }

    /* Section 4: Timeline */
    .timeline-section {
    padding-bottom:  80px;
    background-color: var(--white);
    overflow: hidden;
    }

    .timeline-wrapper {
    position: relative;
    padding: 40px 0;
    }

    .timeline-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scrollbar-color: transparent;
    }

    .timeline-scroll::-webkit-scrollbar {
    height: 8px;
    }

    .timeline-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
    }

    .timeline-scroll::-webkit-scrollbar-thumb {
    background: var(--primary-purple);
    border-radius: 4px;
    }

    .timeline-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    min-width: 1100px;
    padding: 0 20px;
    }

    .timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 1;
    max-width: 220px;
    }

    .timeline-year {
    background-color: var(--light-purple);
    color: #000;
    padding: 12px 15px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 0;
    white-space: nowrap;
    text-align: center;
    min-width: 140px;
    line-height: 0.7;
    min-height: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: skew(-4deg);
    }

    .timeline-connector {
    width: 2px;
    height: 30px;
    background-color: var(--primary-green);
    margin: 0;
    }

    .timeline-dot {
    width: 14px;
    height: 14px;
    background-color: var(--primary-green);
    border-radius: 50%;
    border: 3px solid var(--primary-green);
    box-shadow: 0 0 0 2px var(--primary-green);
    position: relative;
    z-index: 2;
    }

    .timeline-line {
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--primary-green);
    z-index: 1;
    }

    .timeline-content {
     text-align: left;
    font-size: 18px;
    color: #000;
    line-height: 1.2;
    margin-top: 20px;
    padding: 0 10px;
    max-width: 200px;
    font-weight: 500;
    font-style: italic;
    }

    /* Section 5: Backed by Institutional Conviction */
    .backed-section {
    position: relative;
    height: 850px;
    background-size: cover;
    display: block;
    padding-top: 5%;
    }

    /*.backed-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.6));
    }*/

    .backed-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 20px;
    }

    .backed-title {
    color: var(--white);
    font-size: 76px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    }

    /* Section 6: EQT Section */
    .eqt-section {
    padding: 80px 0;
    background-color: var(--white);
    }

    .eqt-container {
    display: flex;
    align-items: center;
    gap: 60px;
    }



    .eqt-logo {
    flex: 0 0 300px;
    }

    .eqt-logo img{
    max-width: 500px;
    }

    .eqt-logo h2 {
    font-size: 6rem;
    font-weight: 700;
    color: var(--eqt-orange);
    letter-spacing: -2px;
    }

    .eqt-content {
    flex: 1;
    }

    .eqt-content p {
    margin-bottom: 20px;
    }

    footer {
    background-color: #ffffff;
    }

    .team-section-header {
    position: relative;
    max-width: 842px;
    width: 70%;
    margin-left: auto;
    margin-top: 70px;
    margin-bottom: 70px;
    }

    .team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 60px;
    }

    .team-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .team-card .btn-text {
    padding: 10px 24px;
    }

    .team-card:hover {
    transform: translateY(-4px);

    }

    .team-card-image {
    width: 100%;
    display: block;
    }

    .team-card-info {
    padding: 20px;
    text-align: left;
    }

    .team-card-name {
    font-size: 30px;
    font-weight: 600;
    color: #532e8a;
    text-transform: uppercase;
    font-style: italic;
    }

    .leader-designation {
    color: #32b563;
    font-size: 22px;
    font-weight: normal;
    font-style: italic;
    }

    .team-card-inner{
        min-height: 138px;
    }

    /* Second section with 5 columns */
    .team-grid-five {
    grid-template-columns: repeat(5, 1fr);
    }

    .team-grid-five .team-card-name {
    font-size: 20px;
    line-height: normal;
    }

    .team-grid-five .leader-designation {
    color: #000;
    font-size: 20px;
    margin-top: 10px;
    min-height: 82px;
    line-height: 1.3;
    }
    @media (max-width: 1024px) {
    .team-grid-five {
        grid-template-columns: repeat(3, 1fr);
    }
    }

    @media (max-width: 768px) {
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .team-grid-five {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-header h2 {
        font-size: 26px;
    }
    }

    @media (max-width: 480px) {
    .team-grid,
    .team-grid-five {
        grid-template-columns: 1fr;
    }
    }

    /* Responsive Design */
    @media (max-width: 992px) {
    .hero-container,
    .eqt-container,
    .platform-container {
        flex-direction: column;
    }

    .hero-content {
        order: -1;
    }

    .hero-text {
        max-width: 100%;
    }

    .vision-grid {
        grid-template-columns: 1fr;
    }



    .platform-content {
        padding: 20px 0;
    }

    .eqt-logo {
        flex: 0 0 auto;
    }

    .eqt-logo h2 {
        font-size: 4rem;
    }

    .timeline-container {
        min-width: 1000px;
    }
    }

    @media (max-width: 768px) {
    .hero-title {
        font-size: 2.2rem;
    }

    .platform-title {
        font-size: 1.8rem;
    }



    .timeline-container {
        min-width: 900px;
    }

    .platform-container {
        padding: 25px;
    }

    .timeline-content {
        font-size: 0.75rem;
        padding: 0 5px;
    }
    }

    @media (max-width: 767px) {

    .hero-section {
        padding: 50px 0 0px;
        background: #fff;
        }
        
        .hero-container{
        gap: 10px;
        } 
        
    .vision-section {
        padding: 54px 0;
    }
        
        .vision-card h3 {
        font-size: 26px;
        }
        
    .vision-icon img{
        width:  100px;
    }
        
    .hero-illustration img{
        width: 100%;
    }
    .hero-title {
        font-size: 1.8rem;
    }

    .vision-card {
        padding-bottom: 80px;
        padding: 40px 30px;
        transform: skew(-2deg);
        min-height: 384px;
    }

    .platform-section {
    padding: 10px 0 0px;
    }

    .team-grid-five .leader-designation{
            color: #000;
        font-size: 17px;
        margin-top: 5px;
        min-height: 56px;
    }

    .timeline-year{
            min-width: 104px;
            font-size: 22px;
            min-height: 84px;
    }  

    .timeline-line {
        top: 121px;
    }			

    .platform-container {
        padding: 20px;
        gap: 12px;
        transform: skew(-2deg);
        margin-top: 30px;
    }
    .backed-section {
        height: 215px;
    }

    .team-card-inner {
        min-height: auto;
    }

    .eqt-section {
    padding: 50px 0;
    }

    .eqt-logo img{
        max-width: 250px;
    }

    .backed-title {
        font-size: 26px;
    }

    .team-section-header{
        width: 100%;
        margin-top: 32px;
        margin-bottom: 44px;
    }

    .team-card-name {
    font-size: 20px;
    }
    }

    @media only screen and (min-width: 1001px) and (max-width: 1199px)  {

    .hero-illustration img {
    max-width: 400px;
    }

    .hero-section {
    padding: 60px 0 0px;
    }

    .hero-container{
        gap: 34px;
    }

    }

    @media only screen and (min-width: 768px) and (max-width: 1199px)  {

    .vision-card h3 {
    font-size: 30px;
    }

    .vision-icon  img{
    max-width: 110px;
    }

    .platform-container{
        gap: 18px;
        transform: skew(-2deg);
        margin-top: 40px;
    } 

    .platform-section {
    padding: 0px 0 0px;
    }

    .timeline-year{
    font-size: 22px;
    min-width: 104px;
    min-height: 80px;
    }

    .timeline-line {
        top: 116px;
    }

    .timeline-section {
    padding-bottom:  60px;
    }

    .backed-title {
    font-size: 42px;
    }

    .backed-section {
    height: 400px;
    }

    .eqt-logo img{
            max-width: 328px;
    }

    .team-grid-five .leader-designation{
            color: #000;
        font-size: 17px;
        margin-top: 5px;
        min-height: 56px;
    }

    .eqt-section {
    padding: 60px 0;
    }

    .team-card-name {
    font-size: 22px;
    }

    .team-section-header {
        width: 80%;
    margin-top: 46px;
    margin-bottom: 56px;
    }

    }

    @media only screen and (min-width: 1200px) and (max-width: 1366px)  {
    .hero-illustration img{
    max-width : 440px;
    }

    .vision-card h3 {
    font-size: 32px;
    }
    .vision-icon img{
    max-width: 130px;
    }
    .vision-card {
        padding: 34px 24px;
        padding-bottom: 110px;
    }

    .platform-section {
    padding: 20px 0 0px;
    }

    .timeline-item{
        max-width: 156px;
    }

    .timeline-content{
            font-size: 14px;
    }
    .timeline-year{
        padding: 10px 12px;
        font-size: 24px;
        min-width: 130px;
        min-height: 80px;
    }

    .timeline-line {
        top: 117px;
    }

    .backed-section{
    height: 588px;
    }

    .backed-title{
        font-size: 50px;
    }

    .eqt-logo img{
        max-width: 410px;
    }

    .platform-container {
    padding: 30px;
    }

    .vision-card{
            min-height: 368px;
    }

    .team-card-inner{
            min-height: 122px;
    }

    .team-section-header{
    max-width: 650px;
    margin-top: 52px;
    margin-bottom: 60px;
    }
    .team-card-name {
    font-size: 24px;
    }

    .team-card-info {
    padding: 20px 10px;
    }

    .team-grid-five .team-card-name {
    font-size: 17px;

    }

    .team-grid-five .leader-designation {
    font-size: 16px;
    margin-top: 9px;
    min-height: 60px;
    line-height: 1.2;
    }
    }

    @media only screen and (min-width: 1367px) and (max-width: 1440px)  {
    .hero-illustration img{
    max-width: 470px;
    }

    .vision-card h3 {
    font-size: 36px;
    }

    .vision-icon img {
    max-width: 118px;
    }

    .vision-card {
        padding: 32px 24px;
        padding-bottom: 114px;
    }

    .platform-section {
    padding: 0px 0 0px;
    }
    .timeline-wrapper {
    padding: 12px 0;
    }

    .timeline-year {
        font-size: 22px;
    }

    .vision-card{
            min-height: 368px;
    }

    .timeline-content {
    font-size: 15px;
    }

    .platform-container{
    padding: 32px;
    gap: 28px;
    }

    .backed-section {
        height: 654px;
    }

    .backed-title {
        font-size: 60px;
    }

    .eqt-logo img {
    max-width: 450px;
    }

    .team-section-header{
    max-width: 700px;
    margin-top: 60px;
    margin-bottom: 66px;
    }
    .team-card-name {
    font-size: 26px;
    }

    .team-grid-five .team-card-name {
    font-size: 18px;
    }

    .team-grid-five .leader-designation {
    font-size: 18px;
    margin-top: 10px;
    min-height: 82px;
    line-height: 1.2;
    }

    .team-grid-five .team-card-info {
    padding: 20px 10px;
    }

    .team-card-inner{
        min-height: 136px;
    }

    }

    @media only screen and (min-width: 1441px) and (max-width: 1680px) {
    .hero-illustration{
            max-width: 500px;
    }

    .vision-card h3 {
        font-size: 38px;
    }

    .vision-icon img{
        max-width: 140px;
    }
    .timeline-content {
            font-size: 15px;
    }

    .timeline-year {
            font-size: 24px;
    }

    .platform-container{
            gap: 26px;
    }

    .backed-title {
        font-size: 64px;
    }

    .backed-section {
            height: 746px;
    }

    .eqt-logo img{
        max-width: 344px;
    }

    .platform-section {
        padding: 28px 0 0px;
    }

    .timeline-wrapper {
        padding: 22px 0;
    }
    .team-card-name {
    font-size: 26px;
    }

    .team-card-info {
        padding: 20px 10px;
    }

    .team-card-inner {
        min-height: 140px;
    }
    }
