body {
    font-family: "Urbanist", sans-serif;
    scroll-behavior: smooth;
}

.main_Hero {
    padding: 24px;

    @media screen and (max-width: 768px) {
        padding: 0;
        /* gap: 32px; */
    }
}

.Hero {
    height: 750px;
    /* background-color: red; */
    background-image: url("./asset/Images/background.png");
    background-size: cover;
    border-radius: 24px;
    overflow: hidden;
    position: relative;

    @media screen and (max-width: 768px) {
     height: 650px;
    }
}

.Hero::before {
    content: "";
    display: inline-block;
    background-image: url("./asset/Images/InfiniteVector.png");
    background-size: cover;
    width: 679px;
    right: -67px;
    position: absolute;
    height: 492px;
    top: 208px;
    background-repeat: no-repeat;
    background-size: 90%;

    @media screen and (max-width: 768px) {
        top: 548px;
        width: 622px;
        right: -51px;
        position: absolute;
        height: 606px;
    }
}
header {transition: 0.3s all ease;}
header .navbar {transition: 0.3s all ease;}
header.compress {position: fixed; width: 100%; top: 0; left: 0; background-color: white; z-index: 99; box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2); transition: 0.3s all ease;}
header.compress .navbar {padding: 12px 0; transition: 0.3s all ease;}
header.compress .navbar .main-logo {height: 35px;}
.navbar-toggler {transform: scale(0.75);}

.downloadApp {
    border-radius: 16px;
    display: flex;
    padding: 12px 16px;
    position: fixed;
    z-index: 9999;
    bottom: 31px;
    right: 52px;
    background-color: #ffffffd2;
    backdrop-filter: blur(300);
    align-items: center;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.25);
    column-gap: 20px;

    @media screen and (max-width: 768px) {
        display: none;
    }

    img {
        height: 68px;

    }

    h6 {
        font-weight: 24px;
        font-weight: 800;
        line-height: 120%;
        color: #01081B;
    }
}

.Hero::after {
    content: "";
    display: inline-block;
    background-image: url(./asset/Images/FrontBanner.png);
    background-size: cover;
    width: 695px;
    right: 8px;
    position: absolute;
    height: 628px;
    top: 126px;
    background-repeat: no-repeat;

    @media screen and (max-width: 768px) {
        right:-130px;
        position: absolute;
        height: 596px;
        top: 205px;
        transform: scale(0.5);
    }
}

.navbar {
    padding: 24px 0;

    @media screen and (max-width: 768px) {
        padding: 32px 24px;
        gap: 32px;
    }
}

.heroContent {
    padding: 80px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 32px;

    @media screen and (max-width: 768px) {
        padding: 32px 24px;
    }

    h6 {
        font-size: 16px;
        font-weight: 700;
        color: #B2035D;
        line-height: 150%;

        @media screen and (max-width: 768px) {
            text-align: center;
            font-size: 12px !important;
        }
        

    }

    h2 {
        font-size: 40px;
        font-weight: 800;
        color: #01081B;
        line-height: 120%;
        position: relative;

        @media screen and (max-width: 768px) {
            font-size: 24px;
            text-align: center;
        }

        /* @media screen and (max-width: 432px){
            font-size: 32px;
            text-align: center;
        } */

    }

    h2::after {
        content: url("./asset/Images/Text.svg");
        background-size: cover;
        position: absolute;
        left: 165px;
        top: 24px;

        @media screen and (max-width: 768px) {
            left: 113px;
            bottom: -200px;
            display: none;
        }

    }

    p {
        font-size: 18px;
        font-weight: 400;
        color: #222;
        line-height: 150%;
        margin-bottom: 0;

        @media screen and (max-width: 768px) {
            text-align: center;
            margin-top: 16px;
        }
    }

    .downloadLinkImg {
        display: flex;
        column-gap: 8px;

        img {
            height: 48px;
        }
    }

    .ServicesList {
        display: flex;
        /* align-items: center; */
        gap: 16px;
        width: calc(100vw - 951px);
        overflow: hidden;
        /* animation: scroll-left 10s linear infinite; */

        @media screen and (max-width: 768px) {
            display: none;
            width: 100%;
        }

        .servicesCard {
            flex: 0 0 auto;

            padding: 16px;
            border-radius: 10px;
            background-color: #ffffff;
            display: flex;
            flex-direction: column;
            align-items: start;
            width: 166px;
            gap: 12px;
            box-shadow: 0px 0px;

            img {
                height: 30px;
            }

            h6 {
                font-size: 16px;
                font-weight: 700;
                color: #292D34;
            }

            p {
                font-size: 12px;
                font-weight: 400;
                color: #292D34;
                /* text-align: center; */
                margin-bottom: 0;
                line-height: auto;
                text-wrap: wrap;
                /* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */

            }
        }
    }
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.features {
    display: flex;
    flex-direction: column;
    padding: 120px 135px;
    align-items: center;
    row-gap: 48px;
}

.features .heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 4px;

    h6 {
        font-size: 16px;
        font-weight: 700;
        color: #932EFA;
    }

    h2 {
        font-size: 40px;
        font-weight: 600;
        color: #01081B;
        text-align: center;
        /* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */

    }
}

.features .featureCardList {
    display: flex;
    column-gap: 24px;

    .featureCard {
        width: 25%;
        padding: 32px 16px;
        display: flex;
        flex-direction: column;
        row-gap: 40px;
        border-radius: 16px;
        background-color: #F3F7FF;

        img {
            height: 60px;
        }

        .featureCardHeading {
            display: flex;
            flex-direction: column;
            align-items: center;

            h6 {
                font-weight: 800;
                font-size: 20px;
                line-height: 120%;
                color: #01081B;
            }

            p {
                font-weight: 840000;
                font-size: 16px;
                line-height: 150%;
                color: #4D525F;
                text-align: center;
            }
        }
    }
}

.sponsorSection {
    display: flex;
    padding: 80px 0;

    align-items: flex-start;
    gap: 80px;
    overflow: hidden;
    background: #FBFAF8;

    img {
        height: 40px;
    }
}

.servicesSection {
    display: flex;
    padding: 70px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 71px;
    /* align-self: stretch; */
    background: linear-gradient(349deg, #F75629 -132.95%, #BA025E -10.37%, #011044 107.82%);

    @media screen and (max-width: 768px) {
        padding: 48px 24px;
        gap: 32px;
    }

    .heading {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 8px;

        h6 {
            color: #DCB64E;
            font-size: 16px;
            font-weight: 700;
            line-height: 150%;
            margin-bottom: 0px;
        }

        h2 {
            color: #FFF;
            text-align: center;
            font-size: 24px;
            font-weight: 400;
            line-height: 150%;
            @media screen and (max-width:768px) {
            font-size: 16px;
        }

        }

    }

    .cardList {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 71px;

        @media screen and (max-width: 768px) {
            flex-direction: column;
            gap: 24px;
        }

        .Servicecard {
            display: flex;
            width: 100%;
            padding: 32px 42px;
            flex-direction: column;
            align-items: center;
            gap: 17px;
            border-radius: 20px;
            background: #FFF;
            height: 330px;
             @media screen and (max-width: 768px) {
                padding: 16px;
                height: 250px;
            }

            img {
                height: 105px;
                @media screen and (max-width: 768px) {
                    height: 60px;
                }

            }

            h4 {
                color: #011044;
                text-align: center;
                font-size: 24px;
                font-weight: 600;
                line-height: normal;
                margin-bottom: 0px;
                @media screen and (max-width: 768px) {
                    font-size: 20px;
                }
            }

            p {
                color: #292D34;
                text-align: center;
                font-size: 16px;
                font-weight: 500;
                line-height: normal;
                margin-bottom: 0px;
                @media screen and (max-width: 768px) {
                    font-size: 14px;
                }
            }

          .serviceBtn {
                display: flex;
                padding: 8px 24px;
                justify-content: center;
                align-items: center;
                gap: 8px;
                border-radius: 100px;
                color: #130F47;
                text-align: center;
                font-size: 24px;
                font-weight: 600;
                line-height: 150%;
            }
        }
    }

}

.serviceCTA {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;

    h2 {
        color: #FFF;
        font-size: 36px;
        font-weight: 700;
        line-height: 120%;
        text-align: center;
        @media screen and (max-width: 768px) {
            font-size: 28px;
        }
    }

    p {
        color: #FFF;
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        line-height: 150%;

        @media screen and (max-width: 768px) {
            font-size: 16px;
        }
    }
}

.btnApplyNow {
    display: flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    border: 2px solid #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.25);
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    transition: 0.3s all ease;
}

.btnApplyNow:hover, .btnApplyNow:active {background-color: white !important; color: black !important; border: 2px solid #fff !important; transition: 0.3s all ease;}

.servicesSection::after {
    content: "";
    display: inline-block;
    background-image: url(./asset/Images/InfiniteVector.png);
    background-size: cover;
    width: 695px;
    right: 24px;
    position: absolute;
    height: 628px;
    /* top: 71px; */
    background-repeat: no-repeat;
    z-index: -1;
}

.EMICalculator {
    padding: 80px 0px;
    background: linear-gradient(349deg, #F75629 -132.95%, #BA025E -10.37%, #011044 107.82%);

    @media screen and (max-width:768px) {
        padding: 80px 24px;
    }

    .headingCalculator {
        width: 100%;

        @media screen and (max-width:768px) {
            flex-direction: column;

        }

        .heading {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 8px;

            @media screen and (max-width:768px) {
                width: 100%;
                align-items: center;
            }

            h6 {
                color: #932EFA;
                text-align: center;
                font-size: 16px;
                font-weight: 700;
                line-height: 150%;
                text-transform: uppercase;
                margin-bottom: 0;
            }

            h2 {
                color: #fff;
                text-align: center;
                font-size: 40px;
                font-weight: 700;
                line-height: 120%;
                 @media screen and (max-width: 768px) {
                    font-size: 30px;
                }
            }

            p {
                color: #fff;
                font-size: 16px;
                font-weight: 400;
                line-height: 25px;
            }
        }
    }
}

.min-max-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: -20px;
}

.max-inp-amt,.min-inp-amt {
    color: rgb(255 255 255 / 50%);
    font-size: 12px;
    font-weight: 600;
    line-height: 24px
}

@media only screen and (max-width: 768px) {
    .max-inp-amt,.min-inp-amt {
        font-size:12px;
        line-height: 18px
    }
}

.calculator {
    width: 432px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;

    @media screen and (max-width:768px) {
        margin: auto;
        width: 100%;
    }

    .custom-slider {
        -webkit-appearance: none;
        width: 100%;
        height: 8px;
        background: #eee;
        border-radius: 5px;
        outline: none;
        background: linear-gradient(122deg, #FE5325 0%, #B5005F 44.71%);

    }

    .custom-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: linear-gradient(to bottom right, #ff0057, #ff7c00);
        cursor: pointer;
        border: 4px solid #EFD6E6;
        margin-top: -3px;
        background: linear-gradient(122deg, #FE5325 0%, #B5005F 44.71%, #010F4B 100%);

    }

    .custom-slider::-moz-range-thumb {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: linear-gradient(to bottom right, #ff0057, #ff7c00);
        cursor: pointer;
        border: 2px solid white;
    }

    .slider-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        width: 100%;

        @media (min-width:469px) and (max-width:768px) {
            width: 100%;
        }

        /* @media screen and (max-width:469px) {
            width: calc(100vw - 90px);
            /* margin: auto ; */

    }

    .headingInput {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;

        .value-box {
            display: flex;
            width: 154px;
            padding: 7px 11px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            border-radius: 4px;
            border: 1px solid #DBDDE4;
            color: #5D6586;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
        }

        .slider-label {
            color: #fff;
            text-align: center;
            font-size: 16px;
            font-weight: 600;
        }
    }

}

.calculatorOutput {
    width: 100%;

    @media screen and (max-width:768px) {
        flex-direction: column;
    }

    .Nishwik {
        padding: 50px 16px 16px 16px;
        /* flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 12px;
        flex: 1 0 0; */
        border-radius: 22.987px;
        background: #EBFFEC;
        flex-grow: 1;
        position: relative;

        @media screen and (max-width:768px) {
            width: 100%;
            padding-top: 70px;
        }

        .resultOutputs {
            /* display: flex;
            justify-content: space-between;
            align-items: center;
            align-self: stretch; */

            h5 {
                color: #011044;
                font-size: 30px;
                font-weight: 500;
            }

            p {
                color: #5D6586;
                font-size: 14px;
                font-weight: 600;
                margin-bottom: 0;
                line-height: normal;
            }
            small {font-size: 11px; line-height: normal; display: block; color: #717171;}
        }

        .logo {
            /* width: 60px;
            height: 60px; */
            padding: 5px 10px;
            position: absolute;
            left: 0px;
            top: 0px;
            border-radius: 20px 0 20px 0;
            background: #FFF;
            box-shadow: 0px 0px 8.764px 0px rgba(0, 0, 0, 0.16);
            font-weight: 500;

            @media screen and (max-width:768px) {
                width: 100%;
                text-align: center;
                border-radius: 20px 0 0 0;
                padding: 10px;
            }

            img {
                height: 30px;
            }
        }
    }

    .other {
        background: #FFF4F1;

    }

}


.calculator_nav .nav-item {margin-right: 15px;}
.calculator_nav {display: flex; flex-wrap: nowrap; overflow: auto; width: 100%; margin: 20px 0;}
.calculator_nav .nav-item .nav-link {color: white; font-size: 14px; font-weight: 300; border-radius: 50px; white-space: nowrap; border: 1px solid rgba(255, 255, 255, 0.5)}
.calculator_nav .nav-item .nav-link.active {border : 1px solid #932EFA; background-color: #932EFA !important;}
/* .calculator_nav .nav-item {display: table-cell;} */

/* @media screen and (max-width:768px) {
        .calculator_nav {position: absolute;}
    } */

.FAQ {
    display: flex;
    padding: 80px 0px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;

    @media screen and (max-width:768px) {
        padding: 32px 24px;
    }

    .heading {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;

        h6 {
            color: #932EFA;
            text-align: center;
            font-size: 16px;
            font-weight: 600;
            line-height: 150%;
            text-transform: uppercase;
        }

        h2 {
            color: #01081B;
            text-align: center;
            font-size: 40px;
            font-weight: 700;
            line-height: 120%;
             @media screen and (max-width: 768px) {
                    font-size: 30px;
                }
        }

        p {
            color: #292D34;
            font-size: 16px;
            font-weight: 400;
            line-height: 25px;
        }
    }

    .accordion {
        width: 100%;

        hr {
            height: 1px;
            background: #ebecedbc;
            width: 97%;
            margin-left: auto;
            margin-right: auto;
        }

        .accordion-item {
            border: none;
        }

        .accordion-button:not(.collapsed) {
            color: #01081B;
            background-color: white;
            box-shadow: none;

        }

        .accordion-button:focus {
            box-shadow: none;
        }

        .accordion-button {
            color: #010F4B;
            font-size: 18px;
            font-weight: 700;
            line-height: 25px;
            padding-bottom: 8px;
        }

        .accordion-body {
            color: #717171;
            font-size: 16px;
            font-weight: 500;
            line-height: 24px;
            padding-top: 0px;
        }
    }
}

.nWorking {
    display: flex;
    padding: 80px 150px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    background: #FBFAF8;

    @media screen and (max-width:768px) {
        padding: 32px 24px;
    }

    .heading {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        width: 100%;

        h6 {
            color: #B8035D;
            text-align: center;
            font-size: 16px;
            font-weight: 600;
            line-height: 150%;
            text-transform: uppercase;
            margin-bottom: 0;
        }

        h2 {
            color: #01081B;
            text-align: center;
            font-size: 40px;
            font-weight: 700;
            line-height: 120%;
            @media screen and (max-width: 768px) {
                font-size: 30px;
            }
        }

        p {
            color: #292D34;
            font-size: 16px;
            font-weight: 400;
            line-height: 25px;
            text-align: center;
        }
    }

    .workCardList {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 70px;

        @media screen and (max-width:768px) {
            flex-wrap: wrap;
            gap: 24px;
        }

        .workCard {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 24px;
            flex-grow: 1;
            position: relative;

            @media screen and (max-width:768px) {
                width: 44%;
                min-width: 180px;
            }

            .count {
                display: flex;
                width: 60px;
                height: 60px;
                padding: 24px;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                gap: 10px;
                border-radius: 12px;
                background: #FFF;
                box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.12);

                span {
                    color: #B8035D;
                    text-align: center;
                    font-size: 24px;
                    font-weight: 700;
                    line-height: 24px;

                }
            }

            .workCardHeading {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 8px;

                h6 {
                    color: #010F4B;
                    text-align: center;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: normal;
                    text-transform: capitalize;
                    margin-bottom: 0;
                }

                p {
                    color: #423D3D;
                    text-align: center;

                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 24px;

                }
            }
        }

    }
}

.workCard:nth-child(odd)::after {
    content: url("./asset/Images/arrowUp.svg");
    position: absolute;
    left: calc(50% + 40px);
    top: 0;

    /* width: calc(100vw - 978px); */
    @media screen and (max-width:768px) {
        display: none;
    }
}

.workCard:nth-child(even)::after {
    content: url("./asset/Images/arrowDown.svg");
    position: absolute;
    left: calc(50% + 40px);
    top: 30px;

    /* width: calc(100vw - 978px); */
    @media screen and (max-width:768px) {
        display: none;
    }
}

.workCard:nth-child(4)::after {
    content: '';

}

.whyNishwik,
.benefits, .vision {
    display: flex;
    padding: 80px 150px 30px 150px;
    flex-direction: column;
    align-items: flex-start;
    gap: 54px;
    align-self: stretch;

    @media screen and (max-width:768px) {
        padding: 32px 24px;
    }

    .heading {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        width: 100%;
        @media screen and (max-width:768px) {
            gap: 0px;
        }
        h6 {
            color: #B8035D;

            text-align: center;
            font-size: 16px;
            font-weight: 600;
            line-height: normal;
            text-transform: uppercase;
        }

        h2 {
            color: #01081B;
            text-align: center;
            font-size: 40px;
            font-weight: 700;
            line-height: 120%;
            @media screen and (max-width:768px) {
            font-size: 30px;
        }
        }

        p {
            color: #292D34;
            font-size: 16px;
            font-weight: 400;
            line-height: 25px;
            text-align: center;
        }
    }
}

.whyNishwik1 {
    width: 95%;
    @media screen and (max-width:768px) {
        display: none;
    }
}
.whyNishwik2 {
    display: none;
    @media screen and (max-width:768px) {
        display: block;
        height: auto;
        width: 80vw;
    }
}

.navbar-nav {
    margin-left: auto !important;
}

.nav-link {
    color: #4D525F;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.primaryButton {
    display: flex;
    height: 48px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    background: #011044;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    
}
.primaryButton:hover {
    color: #fff;
     background: linear-gradient(122deg, #010F4B 0%, #B5005F 55.29%, #FE5325 100%);
}

.CTAS {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 30px;

    @media screen and (max-width:768px) {
        box-shadow: -1px -8px 5px 0px rgba(0, 0, 0, 0.204);
        position: fixed;
        background-color: #ffffff;
        bottom: 0;
        width: 105vw;
        left: -20px;
        padding: 16px 48px;
        z-index: 999999;
        justify-content: center;
    }

    .primaryCTA {
        display: flex;
        max-height: 56px;
        padding: 16px 32px;
        align-items: flex-start;
        border-radius: 9px;
        background: linear-gradient(122deg, #010F4B 0%, #B5005F 55.29%, #FE5325 100%);
        color: #FFF;
        font-size: 16px;
        font-weight: 700;
        border: none;

        @media screen and (max-width:768px) {

            align-items: center;
            width: 100%;
            justify-content: center;
        }
    }

    .tertiaryCTA {
        font-size: 16px;
        padding: 16px 32px;
        font-weight: 700;
        color: linear-gradient(122deg, #010F4B 0%, #B5005F 20.29%, #FE5325 100%) !important;

        @media screen and (max-width:768px) {
            display: none;
        }
    }
}

.outerContainer {
    width: 100%;
    overflow: hidden;
    background: #f8f9fa;
}

.scrollWrapper {
    display: flex;
    white-space: nowrap;
    animation: scroll 15s linear infinite;
}

.scrollContent {
    display: flex;
    gap: 16px;
}

.item {
    flex: 0 0 auto;
    width: 160px;
    height: 100px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.footer {
    display: flex;
    width: 100%;
    padding: 48px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    background: #011044;

    @media screen and (max-width:768px) {
        padding: 32px 24px;
    }

    .footersection {
        width: 100%;
        display: flex;
        justify-content: space-between;

        @media screen and (max-width:768px) {
            flex-direction: column;
            align-items: start;
            justify-content: center;

        }

        .footerLinks {
            display: flex;
            color: #ffffff;
            align-items: flex-start;
            gap: 100px;

            ul {
                list-style-type: none;
                padding-left: 0;

                li {
                    color: #FFF;
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 150%;
                    margin-top: 12px;
                }
            }

            h4 {
                color: #FFF;
                font-size: 20px;
                font-weight: 700;
            }
        }
    }

    .heading {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;

        @media screen and (max-width:768px) {
            width: 100%;

        }

        img {
            height: 52px;
        }

        p {
            color: #ffffff;
            width: 278px;
            text-wrap: wrap;

            @media screen and (max-width:768px) {
                width: 100%;

            }
        }
    }
}

hr {
    height: 2px;
    /* opacity: 0.3; */
    background: #ffffff;
    width: 100%;
}

.copywright {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    width: 100%;
}






/* 

@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

@keyframes slideFadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


.Hero::before {
    animation: float 4s ease-in-out infinite;
}


.Hero::after {
    animation: float 5s ease-in-out infinite;
}


.heroContent > div {
    opacity: 0;
    animation: slideFadeIn 1.2s ease forwards;
    animation-delay: 0.3s;
}


.heroContent h6,
.heroContent h2,
.heroContent p {
    opacity: 0;
    animation: slideFadeIn 1s ease forwards;
}

.heroContent h6 {
    animation-delay: 0.2s;
}

.heroContent h2 {
    animation-delay: 0.4s;
}

.heroContent p {
    animation-delay: 0.6s;
} */
/* Keyframes */


/* 
@keyframes parallaxInFromTop {
    from {
      transform: translateY(60px);
    }
    to {
      transform: translateY(0);
    }
  }
  
  @keyframes parallaxInFromRight {
    from {
      transform: translateX(60px);
    }
    to {
      transform: translateX(0);
    }
  }
  
  @keyframes parallaxInFromLeft {
    from {
      transform: translateX(-60px);
    }
    to {
      transform: translateX(0);
    }
  }
  
 
  .Hero::before {
    animation: parallaxInFromRight 1.2s ease-out both;
  }
  
  .Hero::after {
    animation: parallaxInFromRight 1.4s ease-out both;
  }

  .heroContent > div {
    animation: parallaxInFromTop 1s ease-out both;
  }
  
 
  .heroContent h6 {
    animation: parallaxInFromLeft 0.8s ease-out both;
  }
  
  .heroContent h2 {
    animation: parallaxInFromLeft 1s ease-out both;
  }
  
  .heroContent p {
    animation: parallaxInFromLeft 1.2s ease-out both;
  }
   */
/* Keyframes for slide-up effect */
@keyframes parallaxInFromBottom {
    from {
        transform: translateY(60px);
    }

    to {
        transform: translateY(0);
    }
}

/* Apply to Hero pseudo-elements */
.Hero::before {
    animation: parallaxInFromBottom 1.2s ease-out both;

    @media screen and (max-width:768px) {
        animation: none;
    }
}

.Hero::after {
    animation: parallaxInFromBottom 1.4s ease-out both;

    @media screen and (max-width:768px) {
        animation: none;
    }
}

/* Slide in the hero content from bottom */
.heroContent>div {
    animation: parallaxInFromBottom 1s ease-out both;
}

/* Optional stagger effect for text */
.heroContent h6 {
    animation: parallaxInFromBottom 0.8s ease-out both;
}

.heroContent h2 {
    animation: parallaxInFromBottom 1s ease-out both;
}

.heroContent p {
    animation: parallaxInFromBottom 1.2s ease-out both;
}


/* Apply to the heading section */
.heading {
    animation: parallaxInFromBottom 1.2s ease-out both;
}

/* Optional: Stagger the child elements */
.heading h6 {
    animation: parallaxInFromBottom 0.8s ease-out both;
}

.heading h2 {
    animation: parallaxInFromBottom 1s ease-out both;
}




.scrollsponsor {
    gap: 48px !important;
}



.FAQ,
.whyNishwik,
.nWorking {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.FAQ.visible,
.nWorking.visible,
.whyNishwik.visible {
    opacity: 1;
    transform: translateY(0);
}

.workCard {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* This will be added dynamically via JS */
.workCard.visible {
    opacity: 1;
    transform: translateY(0);
}




.navbar-collapse {
    @media screen and (max-width:768px) {
        flex-grow: 1;
        flex-basis: 100%;
        align-items: center;
        position: absolute;
        top: 64px;
        background: white;
        left: -12px;
        right: -12px;
        z-index: 9999;
        padding: 0 15px 15px;
        box-shadow: 0px 8px 5px 0px rgba(102, 101, 101, 0.175);
         /* .nav_applynow {
                display: none;
            } */
    }
   
}

header .navbar-collapse {top: 95px;}
header.compress .navbar-collapse {top: 64px}



.featureCardHeading {

    h6,
    p {
        @media screen and (max-width:768px) {
            text-align: start;
            margin-top: 0;
        }

    }
}



/* .cardList {
    @media screen and (max-width: 768px) {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        gap: 16px;
        padding: 0 16px;
        scroll-snap-type: x mandatory;
    }
}

.cardList .Servicecard {
    @media screen and (max-width: 768px) {
        flex: 0 0 auto;
        scroll-snap-align: start;
    }
} */




@media screen and (max-width: 768px) {
    .whyNishwik .heading p {
      overflow: hidden;
      max-height: 2000px;
      transition: max-height 0.4s ease, opacity 0.4s ease, margin 0.3s ease, padding 0.3s ease;
    }
  
    .whyNishwik .heading p:nth-of-type(n+3) {
      max-height: 0;
      opacity: 0;
      pointer-events: none;
      margin: 0;
      padding: 0;
    }
  
    .whyNishwik .heading p.show {
      max-height: 200px;
      opacity: 1;
      pointer-events: auto;
      margin-top: 12px; /* Optional: adds spacing between paras */
      padding: initial; /* Resets padding if needed */
    }
  
    #readMoreToggle {
      display: inline-block;
      margin-top: 8px;
      color: #B8035D;
      font-size: 14px;
      text-align: center;
      cursor: pointer;
      transition: color 0.3s ease;
    }
  
    #readMoreToggle:hover {
      color: #8a0246;
    }
  }
  
  



/* Keep nav buttons on sides of the carousel */
.owl-prev,
.owl-next {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #ffffff !important;
  color: #7a7a7a !important; /* grey arrow */
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

/* Left and Right Position */
.owl-prev {
  left: -20px;
}

.owl-next {
  right: -20px;
}

/* Hover effect (optional) */
.owl-prev:hover,
.owl-next:hover {
  transform: translateY(-50%) scale(1.05);
}

/* Hide on mobile */
@media screen and (max-width: 768px) {
  .owl-prev,
  .owl-next {
    display: none !important;
  }
}


/******* Investor ***********/

.inner_bg {
    background-image: url("./asset/Images/bk_bg.png");
    background-size: cover;
    border-radius: 24px;
    position: relative;

    @media screen and (max-width: 768px) {
     height: auto;
    }

    .heroContent {
        @media screen and (max-width: 768px) {
            padding: 32px 0;
        }
    }
}

.inner_bg .heroContent h2:after {display: none !important;}
.investor_box {background-color: white; padding: 20px; border-radius: 10px;}
.invt_head {margin-bottom: 20px; font-weight: bold; font-size: 24px;}
.refer_doc {background-color: #FBFAF8; height: 100%; border-radius: 10px; padding: 10px 15px; position: relative; text-align: center; font-size: 12px; margin-bottom: 15px;}
.refer_doc img {margin-bottom: 10px;}
.refer_doc span {display: block; line-height: normal;}
.founder-block {
    position: relative;
    text-align: center;

    img {position: relative; z-index: 1;}

    .founder-quotes {
        margin-top: -20px;
        position: relative;
        z-index: 9;
        padding: 24px;
        background-color: white;
        text-align: center;
        border-radius: 10px;
        font-weight: bold; 
        font-size: 20px;

        h2 {
            background: linear-gradient(349deg, #BA025E -10.37%, #011044 107.82%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-size: 24px;
        }
    }
    
}

.invest_section {
    h2 {font-size: 36px !important; font-weight: bold !important;
            @media screen and (max-width: 768px) {
                font-size: 24px !important;
            }
    }
} 
.invest_section p {
    animation: parallaxInFromBottom 0.8s ease-out both;
    margin-bottom: 40px;
    font-weight: 300;
}

.our_ask_card {background-color: #F2FFF5; padding: 20px; border-radius: 10px; height: 100%; border : 1px solid #eaeaea;}
.our_ask_card img {margin-bottom: 20px; width: 30px; display: block;}
.our_ask_card {
    h4 {font-size: 18px; 
        @media screen and (max-width: 768px) {
            font-size: 14px !important;
        }
    }
}

.avl_mvp {padding: 15px; border-radius: 10px; border : 1px solid #eaeaea;}
.avl_mvp span {font-size: 16px; font-weight: bold;} 

