
.text-purple {
    color: #6c5795 !important;
}

.features-title {
    font-size: 28px;
    font-weight: 800;
    line-height: 34px;
}

.feature-bullet-icon {
    width: 20px;
    padding-top: 4px;
    font-size: 22px;
    padding-right: 28px;
    color: #765bb4;
}

.font-semibold {
    font-weight: 500;
}


.font-bold {
    font-weight: 800;
}

.flex {
    display: flex;
}

.main-feature-title {
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 4px;
}

.border-radius-md {
    border-radius: 25px;
}


.max-w-fit-content {
    max-width: fit-content
}

.testimonial-img {
    width: 80px;
    height: 80px;
    margin-bottom: 0 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.btn-google-play {
    background-color: black;
    border-radius: 15px;
    border: 1px solid #ffffff;
    padding: 4px;
}

.btn-google-play img {
    width: 60px;
}

.text-gray-400 {
    color: #a0aec0;
}

.text-red-400 {
    color: #f56565;
}

.team-members .member_details h3 {
    padding: 8px 0;
    cursor: unset;
}

.member_details {
    padding-bottom: 12px;
    min-height: 140px;
}

.team-members .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.team-members .content .img_container {
    background: #ebecee;
    border-radius: 12px;
    padding-top: 12px;
    display: flex;
    align-self: center;
    justify-content: center;
}

.team-members .content .img_container img {
    max-width: 200px;
}

.service-item {
    cursor: pointer;
}


.nav-link {
    cursor: pointer;
}