/**
 * Css for Widget: solutions v01
 * Design: come demo.deverso.tech - icone grandi, badge numerato, card centrate
 */

.solutions_v01 {
    padding: 80px 0 100px;
    background-color: #fff;
}

.solutions_v01__overtitle {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #5C6D78;
    margin-bottom: 31px;
}

.solutions_v01__title {
    font-family: 'Roboto', sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 1;
    color: #2B3338;
    margin-bottom: 31px;
    text-transform: uppercase;
}

.solutions_v01__description {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: #5C6D78;
    margin-bottom: 99px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.solutions_v01__grid {
    gap: 60px 0;
}

.solutions_v01__card {
    background-color: transparent;
    padding: 0;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
}

a.solutions_v01__card {
    cursor: pointer;
}

a.solutions_v01__card:hover {
    transform: translateY(-4px);
    text-decoration: none;
    color: inherit;
}

a.solutions_v01__card:hover .solutions_v01__card-title {
    color: #EE6440;
}

a.solutions_v01__card:hover .solutions_v01__card-icon svg {
    stroke: #D24825;
}

.solutions_v01__card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98px;
    height: 98px;
    margin-bottom: 12px;
}

.solutions_v01__card-badge {
    border: 2px solid #5C6D78;
    opacity: 0.7;
    padding: 4px 16px;
    border-radius: 90px;
}

.solutions_v01__card-badge span {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #5C6D78;
    line-height: 1.4;
}

.solutions_v01__card-title {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #313A40;
    margin: 0;
    transition: color 0.3s ease;
}

.solutions_v01__card-desc {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: #5C6D78;
    margin: 0;
    max-width: 254px;
}

@media (max-width: 991.98px) {
    .solutions_v01__title {
        font-size: 40px;
    }
    .solutions_v01__description {
        margin-bottom: 60px;
    }
}

@media (max-width: 767.98px) {
    .solutions_v01 {
        padding: 50px 0;
    }
    .solutions_v01__title {
        font-size: 30px;
    }
    .solutions_v01__card-icon {
        width: 70px;
        height: 70px;
    }
    .solutions_v01__card-icon svg {
        width: 60px;
        height: 60px;
    }
}
