﻿.about-stat-box {
    background: linear-gradient(135deg, #e8f5e9, #f1f8e9);
    border-radius: 12px;
    padding: 1rem 1.2rem;
    text-align: center;
    border-left: 4px solid #1a5c38;
}

    .about-stat-box .stat-number {
        font-size: 1.6rem;
        font-weight: 800;
        color: #1a5c38;
        line-height: 1.1;
    }

    .about-stat-box .stat-label {
        font-size: 0.78rem;
        color: #555;
        margin-top: 2px;
    }

.about-feature-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 1.1rem;
}

    .about-feature-item .icon-circle {
        width: 42px;
        height: 42px;
        min-width: 42px;
        border-radius: 50%;
        background: #e8f5e9;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #1a5c38;
        font-size: 1rem;
    }

    .about-feature-item .feat-text strong {
        display: block;
        font-size: 0.92rem;
        color: #1a3d24;
        font-weight: 700;
        margin-bottom: 1px;
    }

    .about-feature-item .feat-text span {
        font-size: 0.82rem;
        color: #666;
    }

.about-img-wrap {
    position: relative;
}

    .about-img-wrap img {
        border-radius: 16px;
        box-shadow: 0 8px 30px rgba(26,92,56,0.15);
        width: 100%;
        object-fit: cover;
        max-height: 440px;
    }

.about-img-badge {
    position: absolute;
    bottom: -18px;
    right: -14px;
    background: linear-gradient(135deg, #1a5c38, #0f3d24);
    color: #fff;
    border-radius: 12px;
    padding: 0.8rem 1.2rem;
    box-shadow: 0 4px 14px rgba(0,0,0,0.2);
    text-align: center;
    min-width: 110px;
}

    .about-img-badge .badge-num {
        font-size: 1.5rem;
        font-weight: 800;
        line-height: 1;
    }

    .about-img-badge .badge-lbl {
        font-size: 0.72rem;
        opacity: 0.85;
    }

@@media (max-width: 767.98px) {
    .about-img-badge {
        bottom: 10px;
        right: 10px;
    }
}
