.nav-link{
    font-family: "Roboto", serif!important;
    font-size: 16px!important;
    color: #000000;
}
body {
    font-family: "Roboto", serif!important;
}
.section-title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
.client-logos img {
    max-height: 50px;
    margin: 10px;
}
.feature-card {
    text-align: center;
    padding: 20px;
}
.feature-card i {
    font-size: 40px;
    color: #ff9800;
}
.btn-custom {
    border: 2px solid black;
    padding: 10px 20px;
    text-decoration: none;
    color: black;
    border-radius: 5px;
    transition: 0.3s;
}
.btn-custom:hover {
    background: black;
    color: white;
}
.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) #000000 !important;
}
.head-title{
    font-size: 48px;
    font-family:  "Roboto", serif!important;
    font-weight: bold;
}
.testimonial {
    display: flex;
    align-items: center;
    justify-content: center;
}



.divider {
    width: 1px;
    height: 40px;
    background-color: #000;
}

.webflow-logo {
    height: 30px;
}


.footer {
    padding: 20px 0;
    background-color: #fff;
    text-align: center;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.footer-logo {
    height: 40px;
}

.footer-nav a {
    margin: 0 15px;
    text-decoration: none;
    font-weight: bold;
    color: black;
}

.footer-social a {
    margin: 0 10px;
    font-size: 20px;
    color: black;
}

hr {
    border: none;
    height: 1px;
    background-color: black;
    margin: 10px 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.footer-policy a {
    margin-left: 15px;
    text-decoration: none;
    color: black;
}

.topBanner{
    margin-top: 120px!important;
}
.implement-title{
    font-size: 28px;
    font-family:  "Roboto", serif!important;
    font-weight: bold; 
    min-height: 40vh;
}
