/* Utility class for hiding elements */


.profile-header,
.profile-sidebar,
.profile-card,
.about-section {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .375rem;
}

.tag-badge {
    background-color: #FFEFD9;
    color: #303030;
    font-weight: 500;
    border: 1px solid #FFEFD9;
}

.validate-btn {
    background-color: #DB6600;
    color: #fff;
    font-weight: 400;
    font-family: var(--font-family-inter);
    font-size: 14px;
    position: relative;
    padding: 1rem;
    width: 100%;
}

.profile-sidebar .nav-link.active {
    color: #FEBE69 !important;
    border-radius: .375rem;
    border: 1px solid #FEBE69;
}

.info-list-group .list-group-item {
    border: 0;
    padding-left: 0;
}

.info-list-group i {
    width: 20px;
    color: #6c757d;
}

.consult-btn {
    color: white;
}

.consult-btn:hover {
    color: white;
}

.promotion-image {
    width: 100%;
    max-height: 335px;
    height: 100%;
    object-fit: cover;
}

.max-height-1400px-mb {
    max-height: fit-content;
}


.color-traxcn {
    border: 1px solid #FEBE69;
}

.ct-logo-profiles {
    max-width: 113px;
    max-height: 113px;
    width: 100%;
    height: 100%;
}


.platform-logos {
    max-width: 35px;
    max-height: 35px;
    width: 100%;
    height: 100%;
    bottom: 5px;
    right: 20px;
}




.external-link-icon-validate {
    top: -2px;
}


.fixed-46width {
    width: 46px;
    height: 46px;
}


.simple-step .empty {
    width: 59px;
    height: 60px;
    margin-left: 0.5rem;
}


/* Social Media Icons Styling */
.simple-step .social-icons-container {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #D9D9D9;
    border-radius: 29px;
    padding: 8px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: all 0.4s ease;
    overflow: visible;
    z-index: 5;
}

.simple-step .social-icons-container:hover {
    width: 240px;
}

.simple-step .for-icons-me {
    width: 55px;
    height: 55px;
    position: absolute;
    transition: all 0.4s ease;
    opacity: 0;
    background: white;
    border-radius: 50%;
    padding: 8px;
    z-index: 6;
}

.simple-step .social-icons-container .plus-adj-2 {
    opacity: 1 !important;
    background: white;
    border-radius: 50%;
    padding: 8px;
    top: 2.5px;
    right: 2px;
    z-index: 6;
}

/* Rotating plus: toggled every hover in/out */
.simple-step .plus-adj-2 svg {
    transition: transform 0.4s ease;
}

.simple-step .plus-adj-2.is-rotated svg {
    transform: rotate(180deg);
}


.simple-step .social-icons-container:hover .ig-adj,
.simple-step .social-icons-container:hover .link-adj,
.simple-step .social-icons-container:hover .yt-adj {
    opacity: 1 !important;
    top: 50%;
    left: 50%;
}

.simple-step .social-icons-container:hover .ig-adj {
    transform: translate(-50%, -50%) translateX(-90px) !important;
}

.simple-step .social-icons-container:hover .link-adj {
    transform: translate(-50%, -50%) translateX(-30px) !important;
}

.simple-step .social-icons-container:hover .yt-adj {
    transform: translate(-50%, -50%) translateX(30px) !important;
}


.change-colors-accordingly-traxcn path {
    fill: #E48200;
}


.change-colors-accordingly-crunchbase path {
    fill: #0988FF;
}


.change-colors-accordingly-ambitionbox path {
    fill: rgb(86 112 251);
}

.change-colors-accordingly-trustpilot path {
    fill: rgb(0, 145, 92);
}


.change-colors-accordingly-clutch path {
    fill: #B90000;
}


.nav-link.bg-change-colors-accordingly {
    color: black !important;
    font-weight: 500;
    border-radius: 999px;
}


.nav-item.bg-change-colors-accordingly {
    border-radius: 4px !important;
}



.nav-item.bg-change-colors-accordingly .nav-link:hover {
    border-radius: 4px !important;
}



.bg-change-colors-accordingly-clutch {
    background-color: #ff5050;
    border: 1px solid #ff5050;
}



.bg-change-colors-accordingly-trustpilot {
    background-color: rgb(0, 233, 147);
    border: 1px solid rgb(0, 233, 147);
}




.bg-change-colors-accordingly-ambitionbox {
    background-color: rgb(114, 135, 255);
    border: 1px solid rgb(114, 135, 255);
}



.bg-change-colors-accordingly-crunchbase {
    background-color: #2a98ff;
    border: 1px solid #2a98ff;

}



.height-custom {
    max-height: 170px;
}

.bg-change-colors-accordingly-traxcn {
    background-color: #ff9100;
    border: 1px solid #ff9100;
}


.nav-item.bg-change-colors-accordingly .dot-white {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background-color: white;
    margin-right: 0.5rem;
}


.nav-item.bg-change-colors-accordingly .profile::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 999px;
    background: url('images/arrow-up-45.png');
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

.validate-btn:hover {
    color: white;
}

.validate-btn:hover::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
}

.object-fit-cover {
    object-fit: cover;
}


.max-min-2300 {
    max-height: 200px;
    height: 100%;
    min-height: 150px;
    object-fit: cover;
}

.pt-180px {
    padding-top: 180px;
}

.gradient-primary-white {
    background: linear-gradient(to bottom, #FFFFFF, rgba(23, 191, 87, 0.10));
}




/* kunal css files are here */

.section-1 {
    padding: 80px 0px;
    background: #ffffff;
    font-family: 'Inter', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-1 .top-section {
    display: flex;
    align-items: start;
    width: 100%;
    justify-content: space-around;
    padding: 1.5rem;
}

.section-1 .tag {
    background: #000000;
    color: white;
    padding: 10px 20px 10px 30px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    width: fit-content;
    position: relative;
}

.section-1 .tag::before {
    content: "";
    position: absolute;
    left: 15px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: white;
    margin-top: 10px;
    border-radius: 50%;
}

.section-1 .headline {
    font-size: 45px;
    font-weight: 900;
    line-height: 65PX;
    margin-bottom: 24px;
}

.section-1 .headline .gradient-text {
    background: linear-gradient(135deg, #21D891, #0988FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 55px;
}

.section-1 .description {
    font-size: 17px;
    line-height: 30px;
    color: #374151;
    max-width: 500px;
}

.section-1 .right-content {
    padding-left: 00px;
}

.section-1 .cards-section {
    position: relative;
    height: 500px;
    margin: 40px 0;
    width: 100%;
    overflow: hidden;
    max-width: 1600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-1 .cards-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
}

.section-1 .card {
    position: absolute;
    width: 436px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #0988FF;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    padding: 10px;
}

.section-1 .card-image {
    width: 100%;
    height: 180px;
    border-radius: 12px 12px 0 0;
    object-fit: cover;
}

.card-content {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-1 .card-title {
    font-size: 20px;
    font-weight: 650;
    color: #111827;
    font-family: var(--font-family-sora);
    margin-bottom: 0;
}

.section-1 .card-icon {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    background: #17BF57;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-1 .card-icon svg {
    width: 16px;
    height: 16px;
    fill: white;
}

.card.active {
    background: #E5F3FF;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Card positioning to match image exactly */
.section-1 .card.pos-1 {
    left: -150px;
    z-index: 1;
    transform: translatey(70px);
    opacity: 1;
}

.section-1 .card.pos-2 {
    left: 150px;
    z-index: 2;
    transform: translateX(-20px);
    opacity: 1;
}

.section-1 .card.pos-3 {
    left: 50%;
    z-index: 3;
    transform: translateX(-50%) translatey(-70px);
    opacity: 1;
}

.section-1 .card.pos-4 {
    right: 150px;
    z-index: 2;
    transform: translateX(-20px);
    opacity: 1;
}

.section-1 .card.pos-5 {
    right: -150px;
    z-index: 1;
    transform: translatey(70px);
    opacity: 1;
}

.section-1 .card.pos-6 {
    right: -620px;
    z-index: 0;
    transform: translatey(70px);
    opacity: 1;
}

.section-1 .card.pos-7 {
    left: -620px;
    z-index: 0;
    transform: translatey(70px);
    opacity: 1;
}

.section-1 .bottom-section {
    text-align: center;
}

.section-1 .bottom-description {
    font-size: 17px;
    line-height: 30px;
    color: #374151;
    max-width: 800px;
    margin: 0 auto 40px;
}

.font-faimly-sora {
    font-family: var(--font-family-sora);
}

.section-1 .cta-button {
    background: #F4FAFF;
    color: #111827;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid #3B82F6;
    border-top: 1px solid #3B82F6;
    border-left: 1px solid #3B82F6;
    border-right: 1px solid #3B82F6;
    padding: 15px 30px;
    border-radius: 3999px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.section-1 .cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}

.section-1 .cta-button:active {
    transform: translateY(0);
}

/* Active state - Session Requested */
.section-1 .cta-button.active {
    background: linear-gradient(135deg, #3B82F6, #1D4ED8);
    color: white;
    border-color: #1D4ED8;
    box-shadow: 0px 4px 12px rgba(59, 130, 246, 0.4);
}

/* Confirmed state - Session Confirmed */
.section-1 .cta-button.confirmed {
    background: linear-gradient(135deg, #10B981, #059669);
    color: white;
    border-color: #059669;
    box-shadow: 0px 4px 12px rgba(16, 185, 129, 0.4);
}

/* Completed state - Session Completed */
.section-1 .cta-button.completed {
    background: linear-gradient(135deg, #8B5CF6, #7C3AED);
    color: white;
    border-color: #7C3AED;
    box-shadow: 0px 4px 12px rgba(139, 92, 246, 0.4);
}

/* Animation for state changes */
.section-1 .cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.section-1 .cta-button:hover::before {
    left: 100%;
}

.top-20px-mb {
    top: 20px !important;
}

/* Success checkmark animation */
.section-1 .cta-button.active::after,
.section-1 .cta-button.confirmed::after,
.section-1 .cta-button.completed::after {
    content: '✓';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: bold;
    animation: checkmarkAppear 0.3s ease-in-out;
}

@keyframes checkmarkAppear {
    0% {
        opacity: 0;
        transform: translateY(-50%) scale(0);
    }

    100% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
}

.cta-section-card .hero-card {
    background: linear-gradient(90deg, #185730 0%, #1E4E7C 100%);
    color: #ffffff;
    border-radius: 10px;
    padding: 30px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    max-width: 1140px;
    width: 100%;
}

.cta-section-card .hero-title {
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.3px;
    font-size: 30px;
}

.cta-section-card .hero-text {
    color: rgba(255, 255, 255, 0.9);
}

.cta-section-card .cta-btn {
    background-color: #17BF57;
    padding: 8px 40px;
    border-radius: 4px;
    position: relative;
    border: none;
    z-index: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.cta-section-card .cta-btn::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #FFD905;
    opacity: 0;
    left: -70px;
    bottom: -180px;
    border-radius: 50%;
    z-index: 1;
    transition: all 0.4s ease;
}

.cta-section-card .cta-btn-span {
    position: relative;
    z-index: 5;
    font-size: 14px;
    font-weight: 600;
    color: white;
    transition: all 0.4s ease;
}

.cta-section-card .cta-btn:hover .cta-btn-span {
    color: black;
}

.cta-section-card .cta-btn:hover,
.cta-section-card .cta-btn:focus,
.cta-section-card .cta-btn:active {
    background-color: #17BF57 !important;
    box-shadow: none !important;
}

.cta-section-card .cta-btn:hover::after {
    opacity: 1;
    width: 400px;
    height: 400px;

}

.cta-section-card .hero-illustration {
    max-width: 100%;
    height: auto;
}


.section-1 .card.centered {
    display: flex !important;
    z-index: 10 !important;
}


.section-1 .card {
    display: block;
    position: absolute;
}


.card-box {
    width: 100%;
    background: white;
    border: 1px solid black;
    border-radius: 10px;
}


.equity-section {
    background-color: #083c6a;
    color: #ffffff;
    padding: 80px 0;
    overflow-x: hidden;
    font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.equity-title {
    font-weight: 800;
    text-align: center;
    font-size: 50px;
}

.equity-title-acc {
    background: linear-gradient(90deg, #21D891 0%, #0988FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 55px;
}

.equity-subtext {
    max-width: 740px;
    margin: 10px auto 100px;
    opacity: 0.9;
    line-height: 30px;
    text-align: center;
    font-size: 17px;
}

.equity-card {
    background: transparent;
    border-radius: 16px;
}

.left-photo-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.left-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bubble {
    position: absolute;
    border-radius: 12px;
}

.bubble.green {
    background: #18BF57;
    width: 230px;
    height: 72px;
    left: 12%;
    top: -24px;
}

.bubble.white {
    background: #ffffff;
    width: 220px;
    height: 64px;
    right: 6%;
    bottom: -24px;
    opacity: 0.95;
}

.funding-list {
    margin-left: 18px;
}

.funding-item {
    padding: 10px 0 10px 22px;
    margin: 20px 0;
    border-left: 4px solid #EEEEEE;
    cursor: pointer;
    transition: all 0.4s ease;
    border-radius: 1px;
    position: relative;
    overflow-x: hidden;
}

.funding-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: #0988FF;
    transform: scaleY(0);
    transition: transform 0.4s ease;
}

.funding-item.active {
    border-left: 4px solid #0988FF;
}

.funding-item .title {
    font-weight: 600;
    font-size: 18px;
    transition: color 0.4s ease;
}

.grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.post {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.post iframe {
    width: 100% !important;
    height: 670px !important;
    border: 0;
}

.funding-item .desc {
    font-size: 17px;
    opacity: 0.9;
    margin-top: 6px;
    display: none;
    max-width: 400px;
    transition: all 0.4s ease;
    transform: translateY(-10px);
    opacity: 0;
}

.funding-item.active .desc {
    display: block;
    transform: translateY(0);
    opacity: 0.9;
}

/* Responsive Design for All Devices */
@media (max-width: 1360px) {
    .equity-section {
        padding: 70px 0;
    }

    .equity-title {
        font-size: 45px;
    }

    .equity-title-acc {
        font-size: 50px;
    }

    .equity-subtext {
        font-size: 16px;
        line-height: 28px;
        margin: 8px auto 80px;
    }
}

@media (max-width: 1200px) {
    .equity-section {
        padding: 60px 0;
    }

    .equity-title {
        font-size: 40px;
    }

    .equity-title-acc {
        font-size: 45px;
    }

    .md-width-100-my {
        width: 100%;
    }

    .equity-subtext {
        font-size: 16px;
        line-height: 26px;
        margin: 6px auto 70px;
        max-width: 650px;
    }

    .left-photo-wrapper {
        height: 480px;
    }

    .bubble.green {
        width: 200px;
        height: 65px;
        left: 10%;
    }

    .bubble.white {
        width: 190px;
        height: 58px;
        right: 5%;
    }
}

@media (max-width: 992px) {
    .equity-section {
        padding: 50px 0;
    }
    .d-none-992-media {
        display: none !important;
    }
    .full-width-992-media {
        width: 100%;
    }
    .full-width-70-media {
        width: 100%;
    }
    .md-colom-my {
        display: flex;
        flex-direction: column !important;
    }

    .equity-title {
        font-size: 36px;
    }

    .equity-title-acc {
        font-size: 40px;
    }

    .equity-subtext {
        font-size: 15px;
        line-height: 24px;
        margin: 5px auto 60px;
        max-width: 600px;
    }

    .left-photo-wrapper {
        height: 420px;
    }

    .bubble.green {
        width: 180px;
        height: 60px;
        left: 8%;
        top: -20px;
    }

    .bubble.white {
        width: 170px;
        height: 55px;
        right: 4%;
        bottom: -20px;
    }

    .funding-item {
        padding: 8px 0 8px 20px;
        margin: 15px 0;
    }

    .funding-item .title {
        font-size: 16px;
    }

    .funding-item .desc {
        font-size: 15px;
        max-width: 350px;
    }
}

@media (max-width: 768px) {
    .equity-section {
        padding: 40px 0;
    }

    .equity-title {
        font-size: 32px;
    }

    .equity-title-acc {
        font-size: 36px;
    }

    .equity-subtext {
        font-size: 14px;
        line-height: 22px;
        margin: 4px auto 50px;
        max-width: 500px;
    }

    /* Hide the main image wrapper on mobile */
    .left-photo-wrapper {
        display: none;
    }

    .funding-list {
        margin-left: 15px;
    }

    .funding-item {
        padding: 6px 0 6px 18px;
        margin: 12px 0;
        border-left: 4px solid #EEEEEE;
        text-align: left;
    }

    .funding-item.active {
        border-left: 4px solid #0988FF;
    }

    .funding-item .title {
        font-size: 15px;
        margin-bottom: 0;
    }

    .funding-item .desc {
        font-size: 14px;
        max-width: 100%;
        margin: 6px 0 0;
        display: none;
        opacity: 0;
        transform: translateY(-10px);
    }

    .funding-item.active .desc {
        display: block;
        opacity: 0.9;
        transform: translateY(0);
    }

    .for-hidden-for-768 {
        display: none !important;
    }

    /* Add image after description for active item only */
    .funding-item.active .desc::after {
        content: '';
        display: block;
        width: 100%;
        height: 200px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 15px;
        border-radius: 8px;
        background-size: cover;
    }

    /* Set specific images for each funding item when active */
    .funding-item[data-img="images/angel-investors.jpg"].active .desc::after {
        background-image: url('images/angel-investors.jpg');
    }

    .funding-item[data-img="images/seed-funding.jpg"].active .desc::after {
        background-image: url('images/seed-funding.jpg');
    }

    .funding-item[data-img="images/venture-financing.jpg"].active .desc::after {
        background-image: url('images/venture-financing.jpg');
    }

    .funding-item[data-img="images/corporate-straitegic-investor.jpg"].active .desc::after {
        background-image: url('images/corporate-straitegic-investor.jpg');
    }

    .funding-item[data-img="images/pre-ipo-funding.jpg"].active .desc::after {
        background-image: url('images/pre-ipo-funding.jpg');
    }

    .funding-item[data-img="images/ipo-launch-support.jpg"].active .desc::after {
        background-image: url('images/ipo-launch-support.jpg');
    }
}

@media (max-width: 576px) {
    .equity-section {
        padding: 35px 0;
    }

    .equity-title {
        font-size: 28px;
    }

    .equity-title-acc {
        font-size: 32px;
    }

    .equity-subtext {
        font-size: 13px;
        line-height: 20px;
        margin: 3px auto 40px;
        max-width: 400px;
    }

    /* Hide the main image wrapper on mobile */
    .left-photo-wrapper {
        display: none;
    }

    .funding-list {
        margin-left: 12px;
    }

    .funding-item {
        padding: 5px 0 5px 15px;
        margin: 10px 0;
        border-left: 4px solid #EEEEEE;
        text-align: left;
    }

    .funding-item.active {
        border-left: 4px solid #0988FF;
    }

    .funding-item .title {
        font-size: 14px;
        margin-bottom: 0;
    }

    .funding-item .desc {
        font-size: 13px;
        max-width: 100%;
        margin: 5px 0 0;
        display: none;
        opacity: 0;
        transform: translateY(-10px);
    }

    .funding-item.active .desc {
        display: block;
        opacity: 0.9;
        transform: translateY(0);
    }

    /* Add image after description for active item only */
    .funding-item.active .desc::after {
        content: '';
        display: block;
        width: 100%;
        height: 180px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 12px;
        border-radius: 8px;
        background-size: cover;
    }

    /* Set specific images for each funding item when active */
    .funding-item[data-img="assests/Group 719.png"].active .desc::after {
        background-image: url('assests/Group 719.png');
    }

    .funding-item[data-img="assests/Rectangle 739.png"].active .desc::after {
        background-image: url('assests/Rectangle 739.png');
    }

    .funding-item[data-img="assests/group 726.png"].active .desc::after {
        background-image: url('assests/group 726.png');
    }

    .funding-item[data-img="assests/group 728.png"].active .desc::after {
        background-image: url('assests/group 728.png');
    }

    .funding-item[data-img="assests/Rectangle 739 (1).png"].active .desc::after {
        background-image: url('assests/Rectangle 739 (1).png');
    }

    .funding-item[data-img="assests/group 729.png"].active .desc::after {
        background-image: url('assests/group 729.png');
    }
}

@media (max-width: 480px) {
    .equity-section {
        padding: 30px 0;
    }

    .equity-title {
        font-size: 24px;
    }

    .equity-title-acc {
        font-size: 28px;
    }

    .equity-subtext {
        font-size: 12px;
        line-height: 18px;
        margin: 2px auto 35px;
        max-width: 350px;
    }

    /* Hide the main image wrapper on mobile */
    .left-photo-wrapper {
        display: none;
    }

    .funding-list {
        margin-left: 10px;
    }

    .funding-item {
        padding: 4px 0 4px 12px;
        margin: 8px 0;
        border-left: 4px solid #EEEEEE;
        text-align: left;
    }

    .funding-item.active {
        border-left: 4px solid #0988FF;
    }

    .funding-item .title {
        font-size: 13px;
        margin-bottom: 0;
    }

    .funding-item .desc {
        font-size: 12px;
        max-width: 100%;
        margin: 4px 0 0;
        display: none;
        opacity: 0;
        transform: translateY(-10px);
    }

    .funding-item.active .desc {
        display: block;
        opacity: 0.9;
        transform: translateY(0);
    }

    /* Add image after description for active item only */
    .funding-item.active .desc::after {
        content: '';
        display: block;
        width: 100%;
        height: 160px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 10px;
        border-radius: 8px;
        background-size: cover;
    }

    /* Set specific images for each funding item when active */
    .funding-item[data-img="assests/Group 719.png"].active .desc::after {
        background-image: url('assests/Group 719.png');
    }

    .funding-item[data-img="assests/Rectangle 739.png"].active .desc::after {
        background-image: url('assests/Rectangle 739.png');
    }

    .funding-item[data-img="assests/group 726.png"].active .desc::after {
        background-image: url('assests/group 726.png');
    }

    .funding-item[data-img="assests/group 728.png"].active .desc::after {
        background-image: url('assests/group 728.png');
    }

    .funding-item[data-img="assests/Rectangle 739 (1).png"].active .desc::after {
        background-image: url('assests/Rectangle 739 (1).png');
    }

    .funding-item[data-img="assests/group 729.png"].active .desc::after {
        background-image: url('assests/group 729.png');
    }
}

@media (max-width: 360px) {
    .equity-section {
        padding: 25px 0;
    }

    .equity-title {
        font-size: 22px;
    }

    .equity-title-acc {
        font-size: 26px;
    }

    .equity-subtext {
        font-size: 11px;
        line-height: 16px;
        margin: 1px auto 30px;
        max-width: 300px;
    }

    /* Hide the main image wrapper on mobile */
    .left-photo-wrapper {
        display: none;
    }

    .funding-list {
        margin-left: 8px;
    }

    .funding-item {
        padding: 3px 0 3px 10px;
        margin: 6px 0;
        border-left: 4px solid #EEEEEE;
        text-align: left;
    }

    .funding-item.active {
        border-left: 4px solid #0988FF;
    }

    .funding-item .title {
        font-size: 12px;
        margin-bottom: 0;
    }

    .funding-item .desc {
        font-size: 11px;
        max-width: 100%;
        margin: 3px 0 0;
        display: none;
        opacity: 0;
        transform: translateY(-10px);
    }

    .funding-item.active .desc {
        display: block;
        opacity: 0.9;
        transform: translateY(0);
    }

    /* Add image after description for active item only */
    .funding-item.active .desc::after {
        content: '';
        display: block;
        width: 100%;
        height: 140px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 8px;
        border-radius: 8px;
        background-size: cover;
    }

    /* Set specific images for each funding item when active */
    .funding-item[data-img="assests/Group 719.png"].active .desc::after {
        background-image: url('assests/Group 719.png');
    }

    .funding-item[data-img="assests/Rectangle 739.png"].active .desc::after {
        background-image: url('assests/Rectangle 739.png');
    }

    .funding-item[data-img="assests/group 726.png"].active .desc::after {
        background-image: url('assests/group 726.png');
    }

    .funding-item[data-img="assests/group 728.png"].active .desc::after {
        background-image: url('assests/group 728.png');
    }

    .funding-item[data-img="assests/Rectangle 739 (1).png"].active .desc::after {
        background-image: url('assests/Rectangle 739 (1).png');
    }

    .funding-item[data-img="assests/group 729.png"].active .desc::after {
        background-image: url('assests/group 729.png');
    }
}











.bg-green-blue {
    background: linear-gradient(130deg, rgba(23, 191, 87, 0.7) 0%, #0988FF 80%);
    margin: 100px auto;
    max-width: 1140px;
    padding: 55px;
}

.right-50-top-65 {
    right: 125px;
    top: 65px;
    border: 3px solid #D9D9D9;
}

/* Social Media Icons Styling */
.social-icons-container {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #D9D9D9;
    border-radius: 29px;
    padding: 8px;
    width: 59px;
    height: 60px;
    cursor: pointer;
    transition: all 0.4s ease;
    overflow: visible;
    z-index: 1000;
}

.social-icons-container:hover {
    width: 240px;
}

.for-icons-me {
    width: 55px;
    height: 55px;
    position: absolute;
    transition: all 0.4s ease;
    opacity: 0;
    background: white;
    border-radius: 50%;
    padding: 8px;
    z-index: 1001;
}

.social-icons-container .plus-adj-2 {
    opacity: 1 !important;
    background: white;
    border-radius: 50%;
    padding: 8px;
    top: 2.5px;
    right: 2px;
    z-index: 1001;
}

/* Rotating plus: toggled every hover in/out */
.plus-adj-2 svg {
    transition: transform 0.4s ease;
}

.plus-adj-2.is-rotated svg {
    transform: rotate(180deg);
}


.social-icons-container:hover .ig-adj,
.social-icons-container:hover .link-adj,
.social-icons-container:hover .yt-adj {
    opacity: 1 !important;
    top: 50%;
    left: 50%;
}

.social-icons-container:hover .ig-adj {
    transform: translate(-50%, -50%) translateX(-90px) !important;
}

.social-icons-container:hover .link-adj {
    transform: translate(-50%, -50%) translateX(-30px) !important;
}

.social-icons-container:hover .yt-adj {
    transform: translate(-50%, -50%) translateX(30px) !important;
}

/* Responsive Design for All Devices */
@media (max-width: 1360px) {
    .bg-green-blue {
        margin: 80px auto;
        max-width: 1000px;
        padding: 45px;
    }
}

@media (max-width: 1200px) {
    .bg-green-blue {
        margin: 70px auto;
        max-width: 900px;
        padding: 40px;
    }

    .social-icons-container {
        width: 55px;
        height: 55px;
    }

    .for-icons-me {
        width: 50px;
        height: 50px;
    }

    .social-icons-container .plus-adj-2 {
        top: 2px;
        right: 2px;
    }
}

@media (max-width: 992px) {
    .bg-green-blue {
        margin: 60px auto;
        max-width: 800px;
        padding: 35px;
    }
    
    
    .max-height-1400px-mb {
    max-height: 1400px;
}

    .social-icons-container {
        width: 50px;
        height: 50px;
    }

    .for-icons-me {
        width: 45px;
        height: 45px;
    }

    .social-icons-container .plus-adj-2 {
        top: 1.5px;
        right: 1px;
    }

    .social-icons-container:hover {
        width: 200px;
    }

    .social-icons-container:hover .ig-adj {
        transform: translate(-50%, -50%) translateX(-75px);
    }

    .social-icons-container:hover .link-adj {
        transform: translate(-50%, -50%) translateX(-25px);
    }

    .social-icons-container:hover .yt-adj {
        transform: translate(-50%, -50%) translateX(25px);
    }
}

@media (max-width: 768px) {
    .bg-green-blue {
        margin: 50px auto;
        max-width: 700px;
        padding: 30px;
    }

    .social-icons-container {

        width: 45px;
        height: 45px;
    }

    .for-icons-me {
        width: 40px;
        height: 40px;
    }

    .social-icons-container .plus-adj-2 {
        top: 2px;
        right: 2px;
    }

    .social-icons-container:hover {
        width: 180px;
    }

    .social-icons-container:hover .ig-adj {
        transform: translate(-50%, -50%) translateX(-65px);
    }

    .social-icons-container:hover .link-adj {
        transform: translate(-50%, -50%) translateX(-20px);
    }

    .social-icons-container:hover .yt-adj {
        transform: translate(-50%, -50%) translateX(20px);
    }

    .col-md-7 {
    }

    .social-icons-container h2 {
        font-size: 30px !important;
    }

    .social-icons-container span {
        font-size: 16px !important;
    }

    .content-santosh-ojha {
        font-size: 15px !important;
    }
}

@media (max-width: 576px) {
    .bg-green-blue {
        margin: 40px auto;
        max-width: 600px;
        padding: 25px;
    }

    .social-icons-container {
        width: 40px;
        height: 40px;
    }

    .for-icons-me {
        width: 35px;
        height: 35px;
    }

    .social-icons-container .plus-adj-2 {
        top: 3px;
        right: 3px;
    }

    .social-icons-container:hover {
        width: 160px;
    }

    .social-icons-container:hover .ig-adj {
        transform: translate(-50%, -50%) translateX(-55px);
    }

    .social-icons-container:hover .link-adj {
        transform: translate(-50%, -50%) translateX(-15px);
    }

    .social-icons-container:hover .yt-adj {
        transform: translate(-50%, -50%) translateX(15px);
    }

    .col-md-7 {
    }

    .social-icons-container h2 {
        font-size: 26px !important;
    }

    .social-icons-container span {
        font-size: 14px !important;
    }

    .content-santosh-ojha {
        font-size: 14px !important;
    }

    .btns-ojha {
        flex-direction: column !important;
        gap: 10px !important;
    }
}

@media (max-width: 480px) {
    .bg-green-blue {
        margin: 30px auto;
        max-width: 500px;
        padding: 20px;
    }



    .social-icons-container .plus-adj-2 {
        top: 3px;
        right: 3px;
    }

    .social-icons-container:hover {
        width: 130px;
    }

    .social-icons-container:hover .ig-adj {
        transform: translate(-50%, -50%) translateX(-47px);
    }

    .social-icons-container:hover .link-adj {
        transform: translate(-50%, -50%) translateX(-15px);
    }

    .social-icons-container:hover .yt-adj {
        transform: translate(-50%, -50%) translateX(16px);
    }

    .col-md-7 {

    }

    .social-icons-container h2 {
        font-size: 22px !important;
    }

    .social-icons-container span {
        font-size: 12px !important;
    }

    .social-icons-container .content-santosh-ojha {
        font-size: 13px !important;
    }

    .social-icons-container .btns-ojha {
        flex-direction: column !important;
        gap: 8px !important;
    }
}

@media (max-width: 360px) {
    .bg-green-blue {
        margin: 25px auto;
        max-width: 400px;
        padding: 15px;
    }

    .social-icons-container {
        width: 30px;
        height: 30px;
    }

    .for-icons-me {
        width: 25px;
        height: 25px;
    }

    .social-icons-container .plus-adj-2 {
        top: 3px;
        right: 3px;
    }

    .social-icons-container:hover {
        width: 120px;
    }

    .social-icons-container:hover .ig-adj {
        transform: translate(-50%, -50%) translateX(-35px);
    }

    .social-icons-container:hover .link-adj {
        transform: translate(-50%, -50%) translateX(-5px);
    }

    .social-icons-container:hover .yt-adj {
        transform: translate(-50%, -50%) translateX(5px);
    }

    .col-md-7 {

    }

    .social-icons-container h2 {
        font-size: 20px !important;
    }

    .social-icons-container span {
        font-size: 11px !important;
    }

    .social-icons-container .content-santosh-ojha {
        font-size: 12px !important;
    }

    .social-icons-container .btns-ojha {
        flex-direction: column !important;
        gap: 6px !important;
    }
}





.faq-section {
    background: #FCFFFD;
    padding: 80px 0;
    font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.faq-container {
    background: #F5FFFA;
    max-width: 1131px;
    border-radius: 10px;
    padding: 60px 40px;
    border: 1px solid #A7A7A7;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
}

.faq-title {
    font-weight: 900;
    font-size: 45px;
    color: #2c3e50;
    margin-bottom: 8px;
}

.faq-title-gradient {
    background: linear-gradient(90deg, #17BF57 0%, #0988FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 55px;
    font-weight: 900;
}

.faq-subtitle {
    color: #333333;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
    max-width: 773px;
}

/* Sticky Card Styles */
.sticky-card {
    background: white;
    border-radius: 6px;
    border: 1px solid #C7C7C7;
    position: sticky;
    top: 160px;
    height: fit-content;
    overflow: hidden;
}

.sticky-card img {
    width: 100%;
    object-fit: cover;
}

.company-logo {
    width: 44px;
    height: 44px;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
}

.company-name {
    font-size: 17px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: -3px;
}

.company-tagline {
    font-size: 13px;
    color: #6c757d;
}

.card-description {
    color: #2B2A2A;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 25px;
}

.consultation-btn {
    background: #17BF57;
    color: white;
    border: none;
    padding: 8px 30px;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s ease;
    width: 100%;
}

/* FAQ List Styles */
.faq-list {
    padding-left: 0;
}

.faq-item {
    border: 1px solid #888888;
    padding: 10px 15px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    background-color: white;
    border-radius: 5px;
}


.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.question-icon {
    width: 20px;
    height: 20px;
    background: #2c3e50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 14px;
    margin-right: 15px;
}

.question-text {
    font-size: 16px;
    color: #2c3e50;
    flex: 1;
    margin-right: 20px;
    line-height: 1.4rem;
}

.chevron {
    width: 20px;
    height: 20px;
    color: #2c3e50;
    transition: transform 0.3s ease;
}

.faq-item.active .chevron {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    color: #6c757d;
    font-size: 16px;
    line-height: 1.6;
    padding-left: 42px;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    margin-top: 15px;
}

/* Responsive Design for All Devices */
@media (max-width: 1360px) {
    .faq-container {
        max-width: 1000px;
        padding: 50px 35px;
    }
}

@media (max-width: 1200px) {
    .faq-container {
        max-width: 900px;
        padding: 45px 30px;
    }

    .faq-title {
        font-size: 40px;
    }

    .faq-title-gradient {
        font-size: 50px;
    }

    .faq-subtitle {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 992px) {
    .faq-container {
        max-width: 800px;
        padding: 40px 25px;
    }

    .faq-title {
        font-size: 36px;
    }

    .faq-title-gradient {
        font-size: 46px;
    }

    .cards-section {
        display: none !important;
    }

    .bottom-description {
        display: none !important;
    }

    .col-lg-4 {
        max-width: 100% !important;
        margin-bottom: 40px;
    }

    .faq-subtitle {
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .sticky-card {
        top: 140px;
    }


    .faq-answer {
        font-size: 15px;
        line-height: 1.5;
    }
}

@media (max-width: 768px) {
    .faq-section {
        padding: 60px 0;
    }

    .col-lg-4 {

        margin-bottom: 0px;
    }

    .sticky-card {
        position: static;
        margin-bottom: 40px;
    }

    .faq-container {
        padding: 35px 20px;
        margin: 0 15px;
    }

    .faq-title,
    .faq-title-gradient {
        font-size: 32px;
    }

    .faq-subtitle {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }



    .faq-answer {
        font-size: 14px;
        line-height: 1.4;
        padding-left: 35px;
    }

    .faq-item {
        padding: 8px 12px;
        margin-bottom: 8px;
    }

    .question-icon {
        width: 18px;
        height: 18px;
        font-size: 12px;
        margin-right: 12px;
    }

    .chevron {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 576px) {
    .faq-section {
        padding: 50px 0;
    }

    .faq-container {
        padding: 30px 15px;
        margin: 0 10px;
        border-radius: 8px;
    }

    .faq-title {
        font-size: 28px;
        margin-bottom: 6px;
    }

    .faq-title-gradient {
        font-size: 36px;
    }

    .faq-subtitle {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 18px;
    }

    .sticky-card {
        margin-bottom: 30px;
    }

    .sticky-card img {

        object-fit: cover;
    }

    .company-logo {
        width: 38px;
        height: 38px;
        font-size: 11px;
        margin-bottom: 10px;
    }

    .company-name {
        font-size: 15px;
    }

    .company-tagline {
        font-size: 12px;
    }



    .consultation-btn {
        padding: 6px 25px;
        font-size: 13px;
    }


    .faq-answer {
        font-size: 13px;
        line-height: 1.3;
        padding-left: 30px;
    }

    .faq-item {
        padding: 6px 10px;
        margin-bottom: 6px;
    }

    .question-icon {
        width: 16px;
        height: 16px;
        font-size: 11px;
        margin-right: 10px;
    }

    .chevron {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 480px) {
    .faq-section {
        padding: 40px 0;
    }

    .faq-container {
        padding: 25px 12px;
        margin: 0 8px;
    }

    .faq-title {
        font-size: 24px;
        margin-bottom: 4px;
    }

    .faq-title-gradient {
        font-size: 32px;
    }

    .faq-subtitle {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .sticky-card {
        margin-bottom: 25px;
    }

    .company-logo {
        width: 35px;
        height: 35px;
        font-size: 10px;
        margin-bottom: 8px;
    }

    .company-name {
        font-size: 14px;
    }

    .company-tagline {
        font-size: 11px;
    }



    .consultation-btn {
        padding: 5px 20px;
        font-size: 12px;
    }



    .faq-answer {
        font-size: 12px;
        line-height: 1.2;
        padding-left: 26px;
    }

    .faq-item {
        padding: 5px 8px;
        margin-bottom: 5px;
    }

    .question-icon {
        width: 14px;
        height: 14px;
        font-size: 10px;
        margin-right: 8px;
    }

    .chevron {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 360px) {
    .faq-section {
        padding: 35px 0;
    }

    .faq-container {
        padding: 20px 10px;
        margin: 0 5px;
    }

    .faq-title {
        font-size: 22px;
        margin-bottom: 3px;
    }

    .faq-title-gradient {
        font-size: 28px;
    }

    .faq-subtitle {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 12px;
    }

    .sticky-card {
        margin-bottom: 20px;
    }

    .company-logo {
        width: 32px;
        height: 32px;
        font-size: 9px;
        margin-bottom: 6px;
    }

    .company-name {
        font-size: 13px;
    }

    .company-tagline {
        font-size: 10px;
    }



    .consultation-btn {
        padding: 4px 18px;
        font-size: 11px;
    }


    .faq-answer {
        font-size: 11px;
        line-height: 1.1;
        padding-left: 22px;
    }

    .faq-item {
        padding: 4px 6px;
        margin-bottom: 4px;
    }

    .question-icon {
        width: 12px;
        height: 12px;
        font-size: 9px;
        margin-right: 6px;
    }

    .chevron {
        width: 12px;
        height: 12px;
    }
}

.row {
    display: flex;
    flex-direction: row;
}

/* Force all cards to be fully visible */
.section-1 .card {
    opacity: 1 !important;
}

/* Card description modal */
.card-desc-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.card-desc-modal {
    background: #fff;
    border-radius: 12px;
    max-width: 560px;
    width: calc(100% - 32px);
    padding: 20px 20px 16px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.card-desc-modal-close {
    position: absolute;
    top: 10px;
    right: 12px;
    background: transparent;
    border: 0;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.card-desc-modal-body {
    margin-top: 18px;
}

.card-desc-text {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}