

.header_sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #16520f;
    color: white;
    padding: 14px 16px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(5, 27, 78, 0.07);
    margin-bottom: 14px;
}

.header_row {
    display: flex;
    align-items: center;
}

.header_logo_con {
    margin-right: 10px;
}

.header_logo_con_inr {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: linear-gradient(135deg, #3d783e, #16520f);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    box-shadow: 0 6px 18px rgba(2, 47, 123, 0.12);
    font-size: 14px;
}

.header_name_con {
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.2px;
    font-weight: 600;
    font-weight: bold;
}

.header_desc_con {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 2px;
}