/* .hero-heading,
.hero-title,
.hero-subtitle,
.hero-description {
    color: var(--textDarkColor);
    text-align: center;
    width: 100%;
}

.hero-heading {
    font-weight: 400;
    font-size: 17px;
    padding-top: 80px;
}

.hero-title {
    font-size: 60px;
    font-weight: 600;
    line-height: 65px;
    margin-top: 20px;
    letter-spacing: -0.02em
}

.hero-subtitle {
    font-size: 15px;
    margin-top: 20px;
}

.hero-description {
    font-size: 13px;
    margin-top: 20px;
}

.explore-btn {
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    color: var(--primaryColor);
    font-weight: 600;
    font-size: 13px;
    margin: 30px auto 40px auto;
    width: max-content;
    background-color: transparent;
}

.explore-btn img {
    transform: rotate(90deg);
    width: 15px;
    margin-left: 10px;
}

.dashboard-img {
    display: block;
    margin: auto;
    width: 70%;
    border-radius: 12px;
    box-shadow: 0px 8px 10px rgba(57, 135, 213, 0.2), -5px 8px 10px rgba(57, 135, 213, 0.1), 5px 8px 10px rgba(57, 135, 213, 0.1);
}

.features-section {
    max-width: 1000px;
    padding: 80px 10px;
}

.features-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 50px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
}

.keyfatures-txt {
    width: 18rem;
    display: grid;
    place-items: center;
    color: var(--primaryColor);
    background-color: #F2F9FF;
    height: 100%;
    border-radius: 25px;
    font-weight: 600;
    font-size: 29px;
}

.feature-img {
    width: 40px;
    margin-right: 25px;
}

.feature-container {
    width: 14rem;
}

.feature-title {
    color: var(--textDarkColor);
    font-size: 17px;
    font-weight: 500;
}

.feature-discription {
    margin-top: 20px;
    color: var(--textDarkColor);
    opacity: 0.8;
    font-size: 13px;
}

.home-about-section {
    background-color: var(--textDarkColor);
    padding: 30px 10px;
}

.home-about-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
}

.about-heading {
    color: var(--whiteColor);
    font-weight: 600;
    font-size: 40px;
}

.about-subheading {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
}

.read-more-btn {
    outline: none;
    border: none;
    background-color: transparent;
    color: var(--whiteColor);
    font-size: 13px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.read-more-arrow {
    width: 15px;
    margin-left: 5px;
}

.about-logo {
    width: 260px;
}

.additional-services-section{
    width: 100%;
    padding: 50px 10px 20px 10px;
}

.additional-services-heading{
    font-size: 40px;
    font-weight: 600;
    color: var(--textDarkColor);
}

.additional-services-img-wrapper{
    width: 100%;
    padding: 0px 20px;
    margin: auto;
    height: 400px;
    overflow: hidden;
}

.additional-services-img-wrapper img{
    width: 100%; 
}

.additional-services-description{
    color: var(--textLightColor);
    font-size: 13px;
    height: 80px;
    margin-bottom: 20px;
}

.additional-services-btns-flex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.additional-services-btn{
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    background-color: #F2F9FF;
    padding: 10px 25px;
    border-radius: 10px;
    flex-wrap: wrap;
    width: 290px;
}

.additional-services-btn img{
    width: 30px;
}

.mobile-app-section{
    padding: 0px 10px;
}

.mobile-section-wrapper {
    margin-top: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.mobile-title {
    font-size: 40px;
    font-weight: 600;
    color: var(--textDarkColor);
    margin-bottom: 30px;
}

.list-stack{
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.mobile-item{
    display: flex;
    align-items: flex-start;
}

.item-img{
    width: 25px;
    margin-right: 10px;
}

.mobile-item-title{
    color: var(--textDarkColor);
    font-size: 16px;
    font-weight: 500;
}

.mobile-item-description{
    color: var(--textLightColor);
    font-size: 13px;
}

.app-links-container{
    display: flex;
    column-gap: 30px;
}

.mobile-app-section {
    width: 100%;
    display: flex;
}

.playstore-img{
    width: 120px;
}

.appstore-img{
    width: 110px;
}

.mobile-wrapper img{
    width: 350px;
}

.pricing-section{
    padding: 30px 0px 50px 0px;
}

.pricing-title{
    width: 100%;
    text-align: center;
    color: var(--textDarkColor);
    font-weight: 600;
    font-size: 33px;
}

.pricing-description{
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: var(--textDarkColor);
    margin: 20px 0px;
}

.check-price-btn{
    color: var(--primaryColor);
    font-weight: 500;
    font-size: 15px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin: auto;
    width: max-content;
}

.check-price-btn img{
    width: 17px;
}

.price-sub-description{
    color: var(--textLightColor);
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-top: 15px;
}

.trusted-partners{
    width: 100%;
    background-color: var(--primaryColor);
}

.trusted-partners-wrapper{
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trusted-partners-txt{
    color: var(--whiteColor);
    font-weight: 500;
    font-size: 18px;
}

.trusted-partners-wrapper img{
    width: 180px;
}

.join-team-wrapper{
    padding: 60px 10px 100px 10px;
    display: flex;
    width: 100%;
}

.join-team-subsection{
    width: 50%;
}

.join-section-title{
    color: var(--textDarkColor);
    font-size: 33px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.join-team-description{
    color: var(--textDarkColor);
    font-size: 13px;
    font-weight: 500;
}

.join-team-subdescription{
    margin-top: 30px;
    color: var(--textLightColor);
    font-size: 13px;
    font-weight: 500;
}

.careers-btn{
    margin-top: 40px;
    display: flex;
    color: var(--primaryColor);
    font-weight: 500;
    align-items: center;
    font-size: 15px;
    column-gap: 5px;
}

.careers-btn img{
    width: 17px;
}

.store-mob img, .mob-key-features{
    display: none;
}

@media screen and (max-width: 900px) {
    .hero-heading{
        font-size: 12px;
        width: 200px;
        margin: auto;
    }

    .hero-title{
        font-size: 25px;
        line-height: 30px;
        font-weight: 600;
    }

    .dashboard-img{
        border-radius: 1vw;
    }

    .mob-key-features{
        display: block;
        color: var(--primaryColor);
        font-weight: 500;
        background-color: #F2F9FF;
        margin: 0px 10px;
        padding: 10px 0px;
        text-align: center;
        border-radius: 10px;
    }

    .mob-feature-item{
        display: none;
    }

    .features-section{
        padding: 80px 15px;
    }

    .features-list{
        margin-top: 40px;
        width: 100%;
        row-gap: 40px;
    }

    .feature-item{
        width: 47%;
        flex-direction: column;
    }

    .feature-container{
        width: 100%;
    }

    .keyfatures-txt{
        display: none;
    }

    .feature-img{
        width: 30px;
    }

    .feature-title{
        font-size: 13px;
        margin-top: 10px;
    }

    .feature-discription{
        font-size: 10px;
        text-align: left;
    }

    .home-about-wrapper{
        flex-direction: column-reverse;
    }

    .about-subsection{
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        padding:0px 20px;
    }

    .about-logo{
        width: 50%;
        margin: auto;
    }

    .about-subheading{
        position: absolute;
        bottom: -20px;
        font-size: 10px;
    }

    .about-heading{
        font-size: 18px;
        font-weight: 500;
        margin-top: 0px;
    }

    .about-txt-content{
        margin-top: 20px;
        position: relative;
    }

    .read-more-btn{
        margin-top: 0px;
    }

    .mobile-content-section{
        width: 300%;
    }

    .mobile-section-wrapper{
        align-items: center;
        padding: 0px 20px;
        margin-top: 30px;
    }

    .mobile-title{
        font-size: 18px;
    }

    .list-stack{
        row-gap: 20px;
    }

    .item-img{
        width: 23px;
    }

    .mobile-item-title{
        font-size: 13px;
    }

    .mobile-item-description{
        font-size: 10px;
    }

    .mobile-wrapper img{
        width: 100%;
    }

    .app-links-container{
        display: none;
    }

    .store-mob img{
        width: 90%;
        margin: auto;
        display: block;
    }

    .pricing-title{
        font-size: 18px;
    }

    .check-price-btn{
        font-size: 13px;
    }

    .pricing-description, .price-sub-description{
        font-size: 10px;
    }

    .trusted-partners-txt{
        width: 100%;
        text-align: center;
    }
    .trusted-partners-wrapper {
        padding: 30px 0px;
        flex-wrap: wrap;
    }
    .trusted-partners-wrapper img{
        width: 30%;
    }

    .join-team-wrapper{
        flex-direction: column;
        padding-bottom: 40px;
    }

    .join-team-subsection{
        width: 100%;
    }

    .join-section-title{
        font-size: 18px;
        margin-bottom: 15px;
    }

    .join-team-subdescription{
        margin-top: 10px;
    }

    .join-team-description, .join-team-subdescription{
        font-size: 10px;
        text-align: center;
    }

    .careers-btn{
        font-size: 13px;
        margin: auto;
        width: max-content;
        margin-top: 20px;
    }
}
.body-color{
    background: linear-gradient(#F2F9FF 15%, #fff 0%);

}
.service-btn-active {
    background-color: var(--primaryColor);
    color: var(--whiteColor);
}
.additional-services-img-active img {
    filter: brightness(0) invert(1);
}
@media screen and (max-width: 900px) {
    .semi-circle {
        top: 530px;
        border-top-left-radius: 100vw 150px;
        border-top-right-radius: 100vw 150px;
    }

    .hero-heading {
        font-size: 12px;
        width: 200px;
        margin: auto;
    }

    .hero-title {
        font-size: 25px;
        line-height: 30px;
        font-weight: 600;
    }

    .hero-subtitle{
        font-size: 13px;
    }

    .hero-description{
        font-size: 10px;
    }

    .dashboard-img {
        border-radius: 1vw;
    }

    .mob-key-features {
        display: block;
        color: var(--primaryColor);
        font-weight: 500;
        background-color: #F2F9FF;
        margin: 0px 10px;
        padding: 10px 0px;
        text-align: center;
        border-radius: 10px;
    }

    .mob-feature-item {
        display: none;
    }

    .features-section {
        padding: 80px 15px;
    }

    .features-list {
        margin-top: 40px;
        width: 100%;
        row-gap: 40px;
    }

    .feature-item {
        width: 47%;
        flex-direction: column;
    }

    .feature-container {
        width: 100%;
    }

    .keyfatures-txt {
        display: none;
    }

    .feature-img {
        width: 30px;
    }

    .feature-title {
        font-size: 13px;
        margin-top: 10px;
    }

    .feature-discription {
        font-size: 10px;
        text-align: left;
    }

    .home-about-wrapper {
        flex-direction: column-reverse;
    }

    .about-subsection {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        padding: 0px 20px;
    }

    .about-logo {
        width: 50%;
        margin: auto;
    }

    .about-subheading {
        position: absolute;
        bottom: -20px;
        font-size: 10px;
    }

    .about-heading {
        font-size: 18px;
        font-weight: 500;
        margin-top: 0px;
    }

    .about-txt-content {
        margin-top: 20px;
        position: relative;
    }

    .read-more-btn {
        margin-top: 0px;
    }

    .additional-services-section {
        padding: 50px 15px 40px 15px;
    }

    .additional-services-btns-flex {
        column-gap: 2px;
    }

    .additional-services-img-wrapper {
        height: 40vw;
        padding: 10px 0px;
    }

    .additional-services-description {
        font-size: 10px;
        height: 100px;
    }

    .additional-services-btn {
        column-gap: 7px;
        font-size: 10px;
        min-width: 48%;
        padding: 10px;
    }

    .additional-services-btn img {
        width: 15px;
    }

    .mobile-content-section {
        width: 300%;
    }

    .mobile-section-wrapper {
        align-items: center;
        padding: 0px 20px;
        margin-top: 30px;
    }

    .mobile-title,
    .additional-services-heading {
        font-size: 18px;
    }

    .list-stack {
        row-gap: 20px;
    }

    .item-img {
        width: 23px;
    }

    .mobile-item-title {
        font-size: 13px;
    }

    .mobile-item-description {
        font-size: 10px;
    }

    .mobile-wrapper img {
        width: 100%;
    }

    .app-links-container {
        display: none;
    }

    .store-mob img {
        width: 90%;
        margin: auto;
        display: block;
    }

    .pricing-title {
        font-size: 18px;
    }

    .check-price-btn {
        font-size: 13px;
    }

    .pricing-description,
    .price-sub-description {
        font-size: 10px;
    }

    .trusted-partners-txt {
        width: 100%;
        text-align: center;
    }

    .trusted-partners-wrapper {
        padding: 30px 0px;
        flex-wrap: wrap;
    }

    .trusted-partners-wrapper img {
        width: 30%;
    }

    .join-team-wrapper {
        flex-direction: column;
        padding-bottom: 40px;
    }

    .join-team-subsection {
        width: 100%;
    }

    .join-section-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .join-team-subdescription {
        margin-top: 10px;
    }

    .join-team-description,
    .join-team-subdescription {
        font-size: 10px;
        text-align: center;
    }

    .careers-btn {
        font-size: 13px;
        margin: auto;
        width: max-content;
        margin-top: 20px;
    }
}
.semi-circle {
    content: "";
    position: absolute;
    top: 650px;
    background: var(--whiteColor);
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-top-left-radius: 50vw 74px;
    border-top-right-radius: 50vw 74px;
} */


/* code for */
.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-section::after {
    top: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    content: '';
    width: 100vw;
    background-color: #F2F9FF;
    height: 100%;
    z-index: -2;
}

.semi-circle {
    content: "";
    position: absolute;
    top: 650px;
    background: var(--whiteColor);
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-top-left-radius: 50vw 150px;
    border-top-right-radius: 50vw 150px;
}

.hero-heading,
.hero-title,
.hero-subtitle,
.hero-description {
    color: var(--textDarkColor);
    text-align: center;
    width: 100%;
}

.hero-heading {
    font-weight: 400;
    font-size: 17px;
    padding-top: 80px;
}

.hero-title {
    font-size: 60px;
    font-weight: 600;
    line-height: 65px;
    margin-top: 20px;
    letter-spacing: -0.02em
}

.hero-subtitle {
    font-size: 15px;
    margin-top: 20px;
}

.hero-description {
    font-size: 13px;
    margin-top: 20px;
}

.explore-btn {
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    color: var(--primaryColor);
    font-weight: 600;
    font-size: 13px;
    margin: 30px auto 40px auto;
    width: max-content;
    background-color: transparent;
}

.explore-btn img {
    transform: rotate(90deg);
    width: 15px;
    margin-left: 10px;
}

.dashboard-img {
    display: block;
    margin: auto;
    width: 70%;
    border-radius: 12px;
    box-shadow: 0px 8px 10px rgba(57, 135, 213, 0.2), -5px 8px 10px rgba(57, 135, 213, 0.1), 5px 8px 10px rgba(57, 135, 213, 0.1);
}

.features-section {
    max-width: 1000px;
    padding: 80px 10px;
}

.features-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 30px;
    column-gap: 70px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
}

.keyfatures-txt {
    width: 18rem;
    display: grid;
    place-items: center;
    color: var(--primaryColor);
    background-color: #F2F9FF;
    height: 100%;
    border-radius: 25px;
    font-weight: 600;
    font-size: 29px;
}

.feature-img {
    width: 40px;
    margin-right: 25px;
}

.feature-container {
    width: 14rem;
}

.feature-title {
    color: var(--textDarkColor);
    font-size: 17px;
    font-weight: 500;
}

.feature-discription {
    margin-top: 20px;
    color: var(--textDarkColor);
    opacity: 0.8;
    font-size: 13px;
}

.home-about-section {
    background-color: var(--textDarkColor);
    padding: 30px 10px;
}

.home-about-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
}

.about-heading {
    color: var(--whiteColor);
    font-weight: 600;
    font-size: 40px;
}

.about-subheading {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
}

.read-more-btn {
    outline: none;
    border: none;
    background-color: transparent;
    color: var(--whiteColor);
    font-size: 13px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.read-more-arrow {
    width: 15px;
    margin-left: 5px;
}

.about-logo {
    width: 200px;
}

.additional-services-section {
    width: 100%;
    padding: 50px 10px 20px 10px;
}

.additional-services-heading {
    font-size: 40px;
    font-weight: 600;
    color: var(--textDarkColor);
}

.additional-services-img-wrapper {
    width: 100%;
    padding: 0px 20px;
    margin: auto;
    height: 400px;
    overflow: hidden;
}

.additional-services-img-wrapper img {
    width: 100%;
}

.additional-services-description {
    color: #2a415d ;
    /* color: var(--textLightColor); */
    font-size: 13px;
    height: 80px;
    margin-bottom: 20px;
}

.additional-services-btns-flex {
    display: flex;
    justify-content: space-between;
    row-gap: 30px;
    flex-wrap: wrap;
}

.additional-services-btn {
    font-size: 16px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    background-color: #F2F9FF;
    padding: 10px 25px;
    border-radius: 10px;
    flex-wrap: wrap;
    min-width: 290px;
}

.additional-services-img-active img {
    filter: brightness(0) invert(1);
}

.service-btn-active {
    background-color: var(--primaryColor);
    color: var(--whiteColor);
}

.additional-services-btn img {
    width: 30px;
}

.mobile-app-section {
    padding: 0px 10px;
}

.mobile-section-wrapper {
    margin-top: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.mobile-title {
    font-size: 40px;
    font-weight: 600;
    color: var(--textDarkColor);
    margin-bottom: 30px;
}

.list-stack {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.mobile-item {
    display: flex;
    align-items: flex-start;
}

.item-img {
    width: 25px;
    margin-right: 10px;
}

.mobile-item-title {
    color: var(--textDarkColor);
    font-size: 16px;
    font-weight: 500;
}

.mobile-item-description {
     color: #2a415d ;
    /* color: var(--textLightColor); */
    font-size: 13px;
}

.app-links-container {
    display: flex;
    column-gap: 30px;
}

.mobile-app-section {
    width: 100%;
    display: flex;
}

.playstore-img {
    width: 120px;
}

.appstore-img {
    width: 110px;
}

.mobile-wrapper img {
    width: 350px;
}

.pricing-section {
    padding: 30px 0px 50px 0px;
}

.pricing-title {
    width: 100%;
    text-align: center;
    color: var(--textDarkColor);
    font-weight: 600;
    font-size: 33px;
}

.pricing-description {
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: var(--textDarkColor);
    margin: 20px 0px;
}

.check-price-btn {
    color: var(--primaryColor);
    font-weight: 500;
    font-size: 15px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin: auto;
    width: max-content;
}

.check-price-btn img {
    width: 17px;
}

.price-sub-description {
    color: var(--textLightColor);
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-top: 15px;
}

.trusted-partners {
    width: 100%;
    background-color: var(--primaryColor);
     

}

.trusted-partners-wrapper {
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin: 0px 50px; */
}
.trusted-partners-txt {
    color: var(--whiteColor);
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}

.trusted-partners-wrapper img {
    width: 180px;
}

.join-team-wrapper {
    padding: 60px 10px 100px 10px;
    display: flex;
    width: 100%;
}

.join-team-subsection {
    width: 50%;
}

.join-section-title {
    color: var(--textDarkColor);
    font-size: 33px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.join-team-description {
    color: var(--textDarkColor);
    font-size: 13px;
    font-weight: 500;
}

.join-team-subdescription {
    margin-top: 30px;
    color: var(--textLightColor);
    font-size: 13px;
    font-weight: 500;
}

.careers-btn {
    margin-top: 40px;
    display: flex;
    color: var(--primaryColor);
    font-weight: 500;
    align-items: center;
    font-size: 15px;
    column-gap: 5px;
}

.careers-btn img {
    width: 17px;
}

.store-mob img,
.mob-key-features {
    display: none;
}

.key-features-title {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    color: #2A415D;
}

.floating-action-btn {
    position: fixed;
    right: 0px;
    bottom: 20px;
    z-index: 99;
}

.flip-card {
    background-color: transparent;
    height: 250px;
    perspective: 1000px;
    flex: 1 1 275px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card .feature-img {
    margin: 0;
    height: 50px;
    width: auto;
}

.flip-card .feature-container {
    width: 100%;
    margin-top: 20px;
    background-color: #F2F9FF;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    min-height: 125px;
}

.flip-card .flip-card-front .feature-title {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.4;
}

.flip-card .flip-card-front .feature-container,
.flip-card .flip-card-back .feature-container {
    padding: 8px;
}

.flip-card .feature-item {
    flex-direction: column;
    align-items: center;
    background-color: white;
}

.flip-card .feature-discription {
    margin-top: 5px;
}

.flip-card-back {
    transform: rotateY(180deg);
}

@media screen and (max-width: 900px) {
    .semi-circle {
        top: 530px;
        border-top-left-radius: 100vw 150px;
        border-top-right-radius: 100vw 150px;
    }

    .hero-heading {
        font-size: 12px;
        width: 200px;
        margin: auto;
    }

    .hero-title {
        font-size: 25px;
        line-height: 30px;
        font-weight: 600;
    }

    .hero-subtitle {
        font-size: 13px;
    }

    .hero-description {
        font-size: 10px;
    }

    .dashboard-img {
        border-radius: 1vw;
    }

    .mob-key-features {
        display: block;
        color: var(--primaryColor);
        font-weight: 500;
        background-color: #F2F9FF;
        margin: 0px 10px;
        padding: 10px 0px;
        text-align: center;
        border-radius: 10px;
    }

    .mob-feature-item {
        display: none;
    }

    .features-section {
        padding: 80px 15px;
    }

    .features-list {
        margin-top: 40px;
        width: 100%;
        row-gap: 40px;
    }

    .feature-item {
        width: 47%;
        flex-direction: column;
    }

    .flip-card .feature-item {
        width: 100%;
    }

    .feature-container {
        width: 100%;
    }

    .keyfatures-txt {
        display: none;
    }

    .feature-img {
        width: 30px;
    }

    .feature-title {
        font-size: 13px;
        margin-top: 10px;
    }

    .feature-discription {
        font-size: 11px;
        text-align: left;
    }

    .home-about-wrapper {
        flex-direction: column-reverse;
    }

    .about-subsection {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        padding: 0px 20px;
    }

    .about-logo {
        width: 50%;
        margin: auto;
    }

    .about-subheading {
        position: absolute;
        bottom: -20px;
        font-size: 10px;
    }

    .about-heading {
        font-size: 18px;
        font-weight: 500;
        margin-top: 0px;
    }

    .about-txt-content {
        margin-top: 20px;
        position: relative;
    }

    .read-more-btn {
        margin-top: 0px;
    }

    .additional-services-section {
        padding: 50px 15px 40px 15px;
    }

    .additional-services-btns-flex {
        column-gap: 2px;
    }

    .additional-services-img-wrapper {
        height: 40vw;
        padding: 10px 0px;
    }

    .additional-services-description {
        font-size: 10px;
        height: 100px;
    }

    .additional-services-btn {
        column-gap: 7px;
        font-size: 10px;
        min-width: 48%;
        padding: 10px;
    }

    .additional-services-btn img {
        width: 15px;
    }

    .mobile-content-section {
        width: 300%;
    }

    .mobile-section-wrapper {
        align-items: center;
        padding: 0px 20px;
        margin-top: 30px;
    }

    .mobile-title,
    .additional-services-heading {
        font-size: 18px;
    }

    .list-stack {
        row-gap: 20px;
    }

    .item-img {
        width: 23px;
    }

    .mobile-item-title {
        font-size: 13px;
    }

    .mobile-item-description {
        font-size: 10px;
    }

    .mobile-wrapper img {
        width: 100%;
    }

    .app-links-container {
        display: none;
    }

    .store-mob img {
        width: 90%;
        margin: auto;
        display: block;
    }

    .pricing-title {
        font-size: 18px;
    }

    .check-price-btn {
        font-size: 13px;
    }

    .pricing-description,
    .price-sub-description {
        font-size: 10px;
    }

    .trusted-partners-txt {
        width: 100%;
        text-align: center;
    }

    .trusted-partners-wrapper {
        padding: 30px 0px;
        flex-wrap: wrap;
        margin: 80px
    }

    .trusted-partners-wrapper img {
        width: 30%;
    }

    .join-team-wrapper {
        flex-direction: column;
        padding-bottom: 40px;
    }

    .join-team-subsection {
        width: 100%;
    }

    .join-section-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .join-team-subdescription {
        margin-top: 10px;
    }

    .join-team-description,
    .join-team-subdescription {
        font-size: 10px;
        text-align: center;
    }

    .careers-btn {
        font-size: 13px;
        margin: auto;
        width: max-content;
        margin-top: 20px;
    }
}

@media screen and (max-width: 610px) {
    .flip-card {
        height: 220px;
    }

    .features-list {
        justify-content: center;
        row-gap: 20px;
    }

    .key-features-title {
        font-size: 26px;
    }

    .flip-card .feature-img {
        height: 40px;
    }

    .flip-card .flip-card-front .feature-title {
        font-size: 18px;
    }

    .flip-card .flip-card-front .feature-container {
        padding: 10px;
    }

    .flip-card .feature-container {
        margin-top: 10px;
        min-height: 130px;
    }
}
 


.marquee-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.marquee-track {
  display: flex;
  width: fit-content;
  animation: scroll-marquee 25s linear infinite;
}

.marquee-content {
  display: flex;
  gap: 3rem;
  
}

.marquee-content a img {
  height: 60px;            /* Ensures all images are the same height */
  object-fit: contain;     /* Maintains image aspect ratio */
  flex-shrink: 0;
  display: block;
}

/* Animate the entire track to the left */
@keyframes scroll-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.integrated-partners {
    width: 100%;
    background-color: #e0effc
}

.integrated-partners-wrapper {
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 50px;
}
.integrated-partners-txt {
    color: var(--primaryColor);
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}

.integrated-marquee {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem; /* spacing between logos */
  flex-wrap: wrap;
}

.integrated-marquee img {
  height: 60px;             /* Set same height for all */
  object-fit: contain;      /* Preserve aspect ratio without stretching */
  display: block;
}

