@import url('https://fonts.googleapis.com/css2?family=Honk&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    background-color: hsl(230, 100%, 98%);
    font-family: 'Roboto', sans-serif;
}

.container-about {
    margin-top: 50px;
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.performance-analytics {
    margin-top: 150px;
    padding-right: 30px !important;
    padding-left: 30px !important;
    margin-bottom: 50px;
}

.trust-heading h6 {
    font-size: 15px;
    color: #ff561d;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    margin-top: 100px;
}

.trust-heading h2 {
    font-size: 38px;
    color: #000;
    font-weight: 800;
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 50px;
}

.stepForWork {
    background-color: #f4f5ff;
    padding: 50px 0;
}

.process-step {
    background-color: #f4f5ff;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.process-step.hovered {
    background-color: #e0e3ff;
    transform: translateY(-10px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.process-step img {
    max-width: 80px;
    height: auto;
}

.process-step h4 {
    font-size: 1.2rem;
    margin-top: 15px;
}

.process-step p {
    font-size: 16px;
    color: #666;
}

.step-numbering {
    height: 50px !important;
    width: auto;
}

.trust-factor {
    background-color: 0;
    padding: 20px;
}

.trust-factor img {
    max-width: 70px;
    height: auto;
    margin-right: 30px !important;
}

.trust-factor h3 {
    font-size: 1.2rem;
    margin-top: 15px;
    font-weight: 0 !important;
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 1;
    margin-bottom: 20px !important;
    text-align: left;
}

.trust-factor p {
    font-size: 15px;
    color: #666;
    /* font-family: 'Source Sans Pro', sans-serif; */
    text-align: justify;
}

@media (max-width: 991px) and (min-width: 768px) {
    .col-md-3 {
        width: 50%;
    }

    .col-md-4 {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .process-step {
        background-color: #e0e3ff;
        border-radius: 10px;
        padding: 20px;
        height: 100%;
        transition: all 0.3s ease-in-out;
        transform: translateY(-10px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
}