body {
    background-color: white;
}

/* .grid-bg {
    background-image: url("./images/grid_white.svg");
    filter: brightness(550%);
} */
body, .hero-link {
    color: rgb(15 23 42);
}

.header-link {
    color: white;
}

/* header {
    background-color: rgb(255, 255, 255, 0.5);
} */

.linear-gradient-1 {
    background: linear-gradient(0deg, rgb(255, 255, 255),rgb(255, 255, 255, 0));
}

.border-color-1 {
    border: 1px solid rgb(0, 0, 0, 0.1);
}

.shadow-1 {
    box-shadow: 0px 20px 25px -5px rgb(0, 0, 0, 0.1)
}

#process, #impact, #companies {
    background-color: white;
}

section:not(#hero, .features-grid) {
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}

#solution, #clients, #statistics, #chooseUs {
    background-color: rgb(243, 244, 246)
}

/* #chooseUs {
    color: white;
    background:  linear-gradient( 135deg, #161616e9 10%, #de4213d3 100%), url("./images/pattern-randomized.svg");
    background-size: cover;
} */

.contact-modal-header {
    border-radius: 0.75rem 0.75rem 0 0;
    background-color: #ff9100;
    color: white;
}

#contact-modal {
    color: rgb(15 23 42);
    background-color: whitesmoke;
}
.access-app-btn {
    color: #ff9100;
    background-color: white;
    border-radius: 2rem;
    padding: 0.7rem 1rem;
}
