/**
 * Css for Widget: Features v01
 */

.features_v01 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
}

.features_v01__mockup {
    text-align: center;
}

.features_v01__mockup img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.features_v01__overtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #EE6440;
    margin-bottom: 0.5rem;
}

.features_v01__title {
    font-family: 'Roboto', sans-serif;
    font-size: 3rem;
    line-height: 1.05;
    color: #2B3338;
    margin-bottom: 1rem;
}

.features_v01__description {
    font-family: 'Roboto', sans-serif;
    font-size: 1.0625rem;
    line-height: 1.7;
    color: #5C6D78;
    margin-bottom: 2rem;
}

.features_v01__benefits {
    margin-bottom: 1.5rem;
}

.features_v01__benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features_v01__benefits-list li {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.5rem 0;
    font-family: 'Roboto', sans-serif;
    font-size: 0.9375rem;
    color: #2B3338;
}

.features_v01__benefits-list li svg {
    flex-shrink: 0;
}

/* Stats Bar */
.features_v01__stats {
    margin-top: 3.5rem;
    padding: 2.5rem 0;
    border-top: 1px solid rgba(92, 109, 120, 0.15);
}

.features_v01__stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    padding: 1rem 0;
}

.features_v01__stat-value {
    font-family: 'Roboto', sans-serif;
    font-size: 2.75rem;
    line-height: 1;
    color: #EE6440;
    font-weight: 400;
}

.features_v01__stat-label {
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    color: #5C6D78;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 991.98px) {
    .features_v01__title {
        font-size: 2.5rem;
    }

    .features_v01__mockup {
        margin-bottom: 2rem;
    }
}

@media (max-width: 575.98px) {
    .features_v01 {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .features_v01__title {
        font-size: 2rem;
    }

    .features_v01__stat-value {
        font-size: 2.25rem;
    }
}
